diff --git a/src/Icon10kOutlined.tsx b/src/Icon10kOutlined.tsx index 64a62e065..01811c8e8 100644 --- a/src/Icon10kOutlined.tsx +++ b/src/Icon10kOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10kOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon10kOutlinedFilled.tsx b/src/Icon10kOutlinedFilled.tsx index 55a1084e5..fba97f8e4 100644 --- a/src/Icon10kOutlinedFilled.tsx +++ b/src/Icon10kOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10kOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon10kRounded.tsx b/src/Icon10kRounded.tsx index abfbe291c..75c1fe0cd 100644 --- a/src/Icon10kRounded.tsx +++ b/src/Icon10kRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10kRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon10kRoundedFilled.tsx b/src/Icon10kRoundedFilled.tsx index 631a2ebb5..237716bdd 100644 --- a/src/Icon10kRoundedFilled.tsx +++ b/src/Icon10kRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10kRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon10kSharp.tsx b/src/Icon10kSharp.tsx index 362b0c3e9..ebd26ee1e 100644 --- a/src/Icon10kSharp.tsx +++ b/src/Icon10kSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10kSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon10kSharpFilled.tsx b/src/Icon10kSharpFilled.tsx index 7f4b7f9d1..4a392ac9f 100644 --- a/src/Icon10kSharpFilled.tsx +++ b/src/Icon10kSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10kSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon10mpOutlined.tsx b/src/Icon10mpOutlined.tsx index e69a142eb..98b68b810 100644 --- a/src/Icon10mpOutlined.tsx +++ b/src/Icon10mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon10mpOutlinedFilled.tsx b/src/Icon10mpOutlinedFilled.tsx index 7e593aac3..4a6a2434b 100644 --- a/src/Icon10mpOutlinedFilled.tsx +++ b/src/Icon10mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon10mpRounded.tsx b/src/Icon10mpRounded.tsx index 9e4137fc9..eadd1d01e 100644 --- a/src/Icon10mpRounded.tsx +++ b/src/Icon10mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon10mpRoundedFilled.tsx b/src/Icon10mpRoundedFilled.tsx index a3a8bc325..e9db92a3a 100644 --- a/src/Icon10mpRoundedFilled.tsx +++ b/src/Icon10mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon10mpSharp.tsx b/src/Icon10mpSharp.tsx index 07c9e7d0a..2552f2b97 100644 --- a/src/Icon10mpSharp.tsx +++ b/src/Icon10mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon10mpSharpFilled.tsx b/src/Icon10mpSharpFilled.tsx index d3c050738..602eee0a9 100644 --- a/src/Icon10mpSharpFilled.tsx +++ b/src/Icon10mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon10mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon11mpOutlined.tsx b/src/Icon11mpOutlined.tsx index 601af6228..a2af87840 100644 --- a/src/Icon11mpOutlined.tsx +++ b/src/Icon11mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon11mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon11mpOutlinedFilled.tsx b/src/Icon11mpOutlinedFilled.tsx index 288a5486e..05b5fb1fe 100644 --- a/src/Icon11mpOutlinedFilled.tsx +++ b/src/Icon11mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon11mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon11mpRounded.tsx b/src/Icon11mpRounded.tsx index 3a6005ffa..c5e39eb25 100644 --- a/src/Icon11mpRounded.tsx +++ b/src/Icon11mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon11mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon11mpRoundedFilled.tsx b/src/Icon11mpRoundedFilled.tsx index e601ffb7a..c579f7838 100644 --- a/src/Icon11mpRoundedFilled.tsx +++ b/src/Icon11mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon11mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon11mpSharp.tsx b/src/Icon11mpSharp.tsx index 3fffc2fa0..d460a7346 100644 --- a/src/Icon11mpSharp.tsx +++ b/src/Icon11mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon11mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon11mpSharpFilled.tsx b/src/Icon11mpSharpFilled.tsx index aa7a4051c..ad525c0f1 100644 --- a/src/Icon11mpSharpFilled.tsx +++ b/src/Icon11mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon11mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon123Outlined.tsx b/src/Icon123Outlined.tsx index 392c93efc..d54e25253 100644 --- a/src/Icon123Outlined.tsx +++ b/src/Icon123Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon123Outlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon123OutlinedFilled.tsx b/src/Icon123OutlinedFilled.tsx index 85237b5bb..77fe09b3a 100644 --- a/src/Icon123OutlinedFilled.tsx +++ b/src/Icon123OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon123OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon123Rounded.tsx b/src/Icon123Rounded.tsx index 9d72978aa..6b58775c5 100644 --- a/src/Icon123Rounded.tsx +++ b/src/Icon123Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon123Rounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon123RoundedFilled.tsx b/src/Icon123RoundedFilled.tsx index 15c453d5c..5850614bf 100644 --- a/src/Icon123RoundedFilled.tsx +++ b/src/Icon123RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon123RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon123Sharp.tsx b/src/Icon123Sharp.tsx index 1fae0fca7..a428601b7 100644 --- a/src/Icon123Sharp.tsx +++ b/src/Icon123Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon123Sharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon123SharpFilled.tsx b/src/Icon123SharpFilled.tsx index 5e9402820..b83e3b294 100644 --- a/src/Icon123SharpFilled.tsx +++ b/src/Icon123SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon123SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon12mpOutlined.tsx b/src/Icon12mpOutlined.tsx index 125021913..7bf0a8dde 100644 --- a/src/Icon12mpOutlined.tsx +++ b/src/Icon12mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon12mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon12mpOutlinedFilled.tsx b/src/Icon12mpOutlinedFilled.tsx index 0e113a9e6..ad0648001 100644 --- a/src/Icon12mpOutlinedFilled.tsx +++ b/src/Icon12mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon12mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon12mpRounded.tsx b/src/Icon12mpRounded.tsx index 8158b1fca..acfad6e14 100644 --- a/src/Icon12mpRounded.tsx +++ b/src/Icon12mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon12mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon12mpRoundedFilled.tsx b/src/Icon12mpRoundedFilled.tsx index dfaac62f4..8ea79d414 100644 --- a/src/Icon12mpRoundedFilled.tsx +++ b/src/Icon12mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon12mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon12mpSharp.tsx b/src/Icon12mpSharp.tsx index d7b440173..1067bf0bd 100644 --- a/src/Icon12mpSharp.tsx +++ b/src/Icon12mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon12mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon12mpSharpFilled.tsx b/src/Icon12mpSharpFilled.tsx index 843f85a46..28f3dc2aa 100644 --- a/src/Icon12mpSharpFilled.tsx +++ b/src/Icon12mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon12mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon13mpOutlined.tsx b/src/Icon13mpOutlined.tsx index cf7094e5a..3e93f8aab 100644 --- a/src/Icon13mpOutlined.tsx +++ b/src/Icon13mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon13mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon13mpOutlinedFilled.tsx b/src/Icon13mpOutlinedFilled.tsx index b94c8aa64..c675338c8 100644 --- a/src/Icon13mpOutlinedFilled.tsx +++ b/src/Icon13mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon13mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon13mpRounded.tsx b/src/Icon13mpRounded.tsx index df5d8da4d..31bd2c677 100644 --- a/src/Icon13mpRounded.tsx +++ b/src/Icon13mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon13mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon13mpRoundedFilled.tsx b/src/Icon13mpRoundedFilled.tsx index 54fd0f593..3265f1dd1 100644 --- a/src/Icon13mpRoundedFilled.tsx +++ b/src/Icon13mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon13mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon13mpSharp.tsx b/src/Icon13mpSharp.tsx index 5fa6f6473..315c024be 100644 --- a/src/Icon13mpSharp.tsx +++ b/src/Icon13mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon13mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon13mpSharpFilled.tsx b/src/Icon13mpSharpFilled.tsx index 66a19fb68..2967cd773 100644 --- a/src/Icon13mpSharpFilled.tsx +++ b/src/Icon13mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon13mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon14mpOutlined.tsx b/src/Icon14mpOutlined.tsx index 3f8dcc203..5d06f874d 100644 --- a/src/Icon14mpOutlined.tsx +++ b/src/Icon14mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon14mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon14mpOutlinedFilled.tsx b/src/Icon14mpOutlinedFilled.tsx index 3cc9b3e8d..0a3d3ef6a 100644 --- a/src/Icon14mpOutlinedFilled.tsx +++ b/src/Icon14mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon14mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon14mpRounded.tsx b/src/Icon14mpRounded.tsx index b180a4d08..9692751e9 100644 --- a/src/Icon14mpRounded.tsx +++ b/src/Icon14mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon14mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon14mpRoundedFilled.tsx b/src/Icon14mpRoundedFilled.tsx index e51b3acd0..4bde1a06f 100644 --- a/src/Icon14mpRoundedFilled.tsx +++ b/src/Icon14mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon14mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon14mpSharp.tsx b/src/Icon14mpSharp.tsx index c0f0b66b5..f7a5b6156 100644 --- a/src/Icon14mpSharp.tsx +++ b/src/Icon14mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon14mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon14mpSharpFilled.tsx b/src/Icon14mpSharpFilled.tsx index 8d7a6727c..1dc07dbff 100644 --- a/src/Icon14mpSharpFilled.tsx +++ b/src/Icon14mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon14mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon15mpOutlined.tsx b/src/Icon15mpOutlined.tsx index 768a45493..4c1009ff9 100644 --- a/src/Icon15mpOutlined.tsx +++ b/src/Icon15mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon15mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon15mpOutlinedFilled.tsx b/src/Icon15mpOutlinedFilled.tsx index 60911d7e8..00dcd3d43 100644 --- a/src/Icon15mpOutlinedFilled.tsx +++ b/src/Icon15mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon15mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon15mpRounded.tsx b/src/Icon15mpRounded.tsx index 82d53f1fd..e65eac763 100644 --- a/src/Icon15mpRounded.tsx +++ b/src/Icon15mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon15mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon15mpRoundedFilled.tsx b/src/Icon15mpRoundedFilled.tsx index 6d2951b58..4e406d121 100644 --- a/src/Icon15mpRoundedFilled.tsx +++ b/src/Icon15mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon15mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon15mpSharp.tsx b/src/Icon15mpSharp.tsx index 5b7d13949..6bfddab57 100644 --- a/src/Icon15mpSharp.tsx +++ b/src/Icon15mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon15mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon15mpSharpFilled.tsx b/src/Icon15mpSharpFilled.tsx index a52c98efc..f885c823d 100644 --- a/src/Icon15mpSharpFilled.tsx +++ b/src/Icon15mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon15mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon16mpOutlined.tsx b/src/Icon16mpOutlined.tsx index 40c00aceb..62fa0d4ee 100644 --- a/src/Icon16mpOutlined.tsx +++ b/src/Icon16mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon16mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon16mpOutlinedFilled.tsx b/src/Icon16mpOutlinedFilled.tsx index 6b41e53d1..4425edb62 100644 --- a/src/Icon16mpOutlinedFilled.tsx +++ b/src/Icon16mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon16mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon16mpRounded.tsx b/src/Icon16mpRounded.tsx index ab6ac5e06..493f35d94 100644 --- a/src/Icon16mpRounded.tsx +++ b/src/Icon16mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon16mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon16mpRoundedFilled.tsx b/src/Icon16mpRoundedFilled.tsx index f080ed520..f6ad1781b 100644 --- a/src/Icon16mpRoundedFilled.tsx +++ b/src/Icon16mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon16mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon16mpSharp.tsx b/src/Icon16mpSharp.tsx index 3bf895c18..20a7ce6ee 100644 --- a/src/Icon16mpSharp.tsx +++ b/src/Icon16mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon16mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon16mpSharpFilled.tsx b/src/Icon16mpSharpFilled.tsx index eaff6af10..4bdc7bf60 100644 --- a/src/Icon16mpSharpFilled.tsx +++ b/src/Icon16mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon16mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon17mpOutlined.tsx b/src/Icon17mpOutlined.tsx index d351d0c05..8b749766f 100644 --- a/src/Icon17mpOutlined.tsx +++ b/src/Icon17mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon17mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon17mpOutlinedFilled.tsx b/src/Icon17mpOutlinedFilled.tsx index e6215c502..255ca127a 100644 --- a/src/Icon17mpOutlinedFilled.tsx +++ b/src/Icon17mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon17mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon17mpRounded.tsx b/src/Icon17mpRounded.tsx index 1528e6ed0..3ffae19fb 100644 --- a/src/Icon17mpRounded.tsx +++ b/src/Icon17mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon17mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon17mpRoundedFilled.tsx b/src/Icon17mpRoundedFilled.tsx index ffa03f293..a8027fe2d 100644 --- a/src/Icon17mpRoundedFilled.tsx +++ b/src/Icon17mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon17mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon17mpSharp.tsx b/src/Icon17mpSharp.tsx index 35aadc223..7b7dafb73 100644 --- a/src/Icon17mpSharp.tsx +++ b/src/Icon17mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon17mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon17mpSharpFilled.tsx b/src/Icon17mpSharpFilled.tsx index fe04e8364..17aafa218 100644 --- a/src/Icon17mpSharpFilled.tsx +++ b/src/Icon17mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon17mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon18UpRatingOutlined.tsx b/src/Icon18UpRatingOutlined.tsx index 4df97df24..afe099165 100644 --- a/src/Icon18UpRatingOutlined.tsx +++ b/src/Icon18UpRatingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18UpRatingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon18UpRatingOutlinedFilled.tsx b/src/Icon18UpRatingOutlinedFilled.tsx index f7f2723f6..3cc97ad2a 100644 --- a/src/Icon18UpRatingOutlinedFilled.tsx +++ b/src/Icon18UpRatingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18UpRatingOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon18UpRatingRounded.tsx b/src/Icon18UpRatingRounded.tsx index d3e446e0f..5a0f08b3e 100644 --- a/src/Icon18UpRatingRounded.tsx +++ b/src/Icon18UpRatingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18UpRatingRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon18UpRatingRoundedFilled.tsx b/src/Icon18UpRatingRoundedFilled.tsx index 54d448900..9c1b2c043 100644 --- a/src/Icon18UpRatingRoundedFilled.tsx +++ b/src/Icon18UpRatingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18UpRatingRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon18UpRatingSharp.tsx b/src/Icon18UpRatingSharp.tsx index 310f8bc22..87dee6fba 100644 --- a/src/Icon18UpRatingSharp.tsx +++ b/src/Icon18UpRatingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18UpRatingSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon18UpRatingSharpFilled.tsx b/src/Icon18UpRatingSharpFilled.tsx index b5d0004c1..1acaccaf5 100644 --- a/src/Icon18UpRatingSharpFilled.tsx +++ b/src/Icon18UpRatingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18UpRatingSharpFilled: React.FC = ({ ...props diff --git a/src/Icon18mpOutlined.tsx b/src/Icon18mpOutlined.tsx index 35a7867c3..a05189fc8 100644 --- a/src/Icon18mpOutlined.tsx +++ b/src/Icon18mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon18mpOutlinedFilled.tsx b/src/Icon18mpOutlinedFilled.tsx index d0378b223..ec60a6f58 100644 --- a/src/Icon18mpOutlinedFilled.tsx +++ b/src/Icon18mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon18mpRounded.tsx b/src/Icon18mpRounded.tsx index 79d40264b..2135b4732 100644 --- a/src/Icon18mpRounded.tsx +++ b/src/Icon18mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon18mpRoundedFilled.tsx b/src/Icon18mpRoundedFilled.tsx index 8c636b812..8bf2048f9 100644 --- a/src/Icon18mpRoundedFilled.tsx +++ b/src/Icon18mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon18mpSharp.tsx b/src/Icon18mpSharp.tsx index 48379fd3a..adf188204 100644 --- a/src/Icon18mpSharp.tsx +++ b/src/Icon18mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon18mpSharpFilled.tsx b/src/Icon18mpSharpFilled.tsx index fe67eb856..560098f79 100644 --- a/src/Icon18mpSharpFilled.tsx +++ b/src/Icon18mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon18mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon19mpOutlined.tsx b/src/Icon19mpOutlined.tsx index 451e4d350..d196f33e2 100644 --- a/src/Icon19mpOutlined.tsx +++ b/src/Icon19mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon19mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon19mpOutlinedFilled.tsx b/src/Icon19mpOutlinedFilled.tsx index 569f46639..66916cdaa 100644 --- a/src/Icon19mpOutlinedFilled.tsx +++ b/src/Icon19mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon19mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon19mpRounded.tsx b/src/Icon19mpRounded.tsx index f1f68713c..c8feeb6e9 100644 --- a/src/Icon19mpRounded.tsx +++ b/src/Icon19mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon19mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon19mpRoundedFilled.tsx b/src/Icon19mpRoundedFilled.tsx index 02f246ff2..a7c06a94f 100644 --- a/src/Icon19mpRoundedFilled.tsx +++ b/src/Icon19mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon19mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon19mpSharp.tsx b/src/Icon19mpSharp.tsx index d727c2095..3cb4431f6 100644 --- a/src/Icon19mpSharp.tsx +++ b/src/Icon19mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon19mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon19mpSharpFilled.tsx b/src/Icon19mpSharpFilled.tsx index 8c14b6dd5..86cfbe659 100644 --- a/src/Icon19mpSharpFilled.tsx +++ b/src/Icon19mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon19mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kOutlined.tsx b/src/Icon1kOutlined.tsx index 33b738b0f..7521776f2 100644 --- a/src/Icon1kOutlined.tsx +++ b/src/Icon1kOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kOutlinedFilled.tsx b/src/Icon1kOutlinedFilled.tsx index 0cdb600a5..0591c0000 100644 --- a/src/Icon1kOutlinedFilled.tsx +++ b/src/Icon1kOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kPlusOutlined.tsx b/src/Icon1kPlusOutlined.tsx index 3c3795697..512133104 100644 --- a/src/Icon1kPlusOutlined.tsx +++ b/src/Icon1kPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kPlusOutlinedFilled.tsx b/src/Icon1kPlusOutlinedFilled.tsx index 0662cd300..499869b53 100644 --- a/src/Icon1kPlusOutlinedFilled.tsx +++ b/src/Icon1kPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kPlusOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kPlusRounded.tsx b/src/Icon1kPlusRounded.tsx index 9ee9de11a..6ccaac719 100644 --- a/src/Icon1kPlusRounded.tsx +++ b/src/Icon1kPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kPlusRoundedFilled.tsx b/src/Icon1kPlusRoundedFilled.tsx index 00bc85b2c..8c630225b 100644 --- a/src/Icon1kPlusRoundedFilled.tsx +++ b/src/Icon1kPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kPlusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kPlusSharp.tsx b/src/Icon1kPlusSharp.tsx index 69f8a31e1..28d944b68 100644 --- a/src/Icon1kPlusSharp.tsx +++ b/src/Icon1kPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kPlusSharpFilled.tsx b/src/Icon1kPlusSharpFilled.tsx index fc82377d3..b0b0e7920 100644 --- a/src/Icon1kPlusSharpFilled.tsx +++ b/src/Icon1kPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kPlusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kRounded.tsx b/src/Icon1kRounded.tsx index 849f46681..42b34f7df 100644 --- a/src/Icon1kRounded.tsx +++ b/src/Icon1kRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kRoundedFilled.tsx b/src/Icon1kRoundedFilled.tsx index 0505a5865..a2ac3ebf0 100644 --- a/src/Icon1kRoundedFilled.tsx +++ b/src/Icon1kRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kSharp.tsx b/src/Icon1kSharp.tsx index e4675c8d2..0adbc1df2 100644 --- a/src/Icon1kSharp.tsx +++ b/src/Icon1kSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon1kSharpFilled.tsx b/src/Icon1kSharpFilled.tsx index 2d32e84f4..ce76fe8ca 100644 --- a/src/Icon1kSharpFilled.tsx +++ b/src/Icon1kSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1kSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon1xMobiledataBadgeOutlined.tsx b/src/Icon1xMobiledataBadgeOutlined.tsx index ec6adb966..b68ad2d85 100644 --- a/src/Icon1xMobiledataBadgeOutlined.tsx +++ b/src/Icon1xMobiledataBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataBadgeOutlined: React.FC = ({ ...props diff --git a/src/Icon1xMobiledataBadgeOutlinedFilled.tsx b/src/Icon1xMobiledataBadgeOutlinedFilled.tsx index 6546fbbfd..fe2416177 100644 --- a/src/Icon1xMobiledataBadgeOutlinedFilled.tsx +++ b/src/Icon1xMobiledataBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon1xMobiledataBadgeRounded.tsx b/src/Icon1xMobiledataBadgeRounded.tsx index c2ea6f406..6ad5d335d 100644 --- a/src/Icon1xMobiledataBadgeRounded.tsx +++ b/src/Icon1xMobiledataBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataBadgeRounded: React.FC = ({ ...props diff --git a/src/Icon1xMobiledataBadgeRoundedFilled.tsx b/src/Icon1xMobiledataBadgeRoundedFilled.tsx index c23829590..6c1b86807 100644 --- a/src/Icon1xMobiledataBadgeRoundedFilled.tsx +++ b/src/Icon1xMobiledataBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon1xMobiledataBadgeSharp.tsx b/src/Icon1xMobiledataBadgeSharp.tsx index 5c1dbf8ce..ed0ff2e49 100644 --- a/src/Icon1xMobiledataBadgeSharp.tsx +++ b/src/Icon1xMobiledataBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataBadgeSharp: React.FC = ({ ...props diff --git a/src/Icon1xMobiledataBadgeSharpFilled.tsx b/src/Icon1xMobiledataBadgeSharpFilled.tsx index d199d2bea..d70d29af3 100644 --- a/src/Icon1xMobiledataBadgeSharpFilled.tsx +++ b/src/Icon1xMobiledataBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/Icon1xMobiledataOutlined.tsx b/src/Icon1xMobiledataOutlined.tsx index 37cd22966..4555c7345 100644 --- a/src/Icon1xMobiledataOutlined.tsx +++ b/src/Icon1xMobiledataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon1xMobiledataOutlinedFilled.tsx b/src/Icon1xMobiledataOutlinedFilled.tsx index d78b8f1d3..fb4e74d0c 100644 --- a/src/Icon1xMobiledataOutlinedFilled.tsx +++ b/src/Icon1xMobiledataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon1xMobiledataRounded.tsx b/src/Icon1xMobiledataRounded.tsx index f84a0563d..84fef2b64 100644 --- a/src/Icon1xMobiledataRounded.tsx +++ b/src/Icon1xMobiledataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon1xMobiledataRoundedFilled.tsx b/src/Icon1xMobiledataRoundedFilled.tsx index 7725abfc9..ecfaafb82 100644 --- a/src/Icon1xMobiledataRoundedFilled.tsx +++ b/src/Icon1xMobiledataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon1xMobiledataSharp.tsx b/src/Icon1xMobiledataSharp.tsx index b9c78d5e7..caeb08ecf 100644 --- a/src/Icon1xMobiledataSharp.tsx +++ b/src/Icon1xMobiledataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon1xMobiledataSharpFilled.tsx b/src/Icon1xMobiledataSharpFilled.tsx index f350f4d31..4d2e38469 100644 --- a/src/Icon1xMobiledataSharpFilled.tsx +++ b/src/Icon1xMobiledataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon1xMobiledataSharpFilled: React.FC = ({ ...props diff --git a/src/Icon20mpOutlined.tsx b/src/Icon20mpOutlined.tsx index 11a7a3aff..3098b95c3 100644 --- a/src/Icon20mpOutlined.tsx +++ b/src/Icon20mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon20mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon20mpOutlinedFilled.tsx b/src/Icon20mpOutlinedFilled.tsx index 59f83f660..1f622b65e 100644 --- a/src/Icon20mpOutlinedFilled.tsx +++ b/src/Icon20mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon20mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon20mpRounded.tsx b/src/Icon20mpRounded.tsx index 9b5e3c3d6..05e6e13a2 100644 --- a/src/Icon20mpRounded.tsx +++ b/src/Icon20mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon20mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon20mpRoundedFilled.tsx b/src/Icon20mpRoundedFilled.tsx index 6567bff13..44050f742 100644 --- a/src/Icon20mpRoundedFilled.tsx +++ b/src/Icon20mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon20mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon20mpSharp.tsx b/src/Icon20mpSharp.tsx index 6574d0650..e891920a3 100644 --- a/src/Icon20mpSharp.tsx +++ b/src/Icon20mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon20mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon20mpSharpFilled.tsx b/src/Icon20mpSharpFilled.tsx index bb44364ec..22be32865 100644 --- a/src/Icon20mpSharpFilled.tsx +++ b/src/Icon20mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon20mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon21mpOutlined.tsx b/src/Icon21mpOutlined.tsx index 840a84ab0..43bb6e011 100644 --- a/src/Icon21mpOutlined.tsx +++ b/src/Icon21mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon21mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon21mpOutlinedFilled.tsx b/src/Icon21mpOutlinedFilled.tsx index a0deb8717..844aac67a 100644 --- a/src/Icon21mpOutlinedFilled.tsx +++ b/src/Icon21mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon21mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon21mpRounded.tsx b/src/Icon21mpRounded.tsx index 1a38de6f2..98618bc75 100644 --- a/src/Icon21mpRounded.tsx +++ b/src/Icon21mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon21mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon21mpRoundedFilled.tsx b/src/Icon21mpRoundedFilled.tsx index 576028e71..775044150 100644 --- a/src/Icon21mpRoundedFilled.tsx +++ b/src/Icon21mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon21mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon21mpSharp.tsx b/src/Icon21mpSharp.tsx index 59a268b37..8ceb111c9 100644 --- a/src/Icon21mpSharp.tsx +++ b/src/Icon21mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon21mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon21mpSharpFilled.tsx b/src/Icon21mpSharpFilled.tsx index 6b45fbdf6..721cbcbbb 100644 --- a/src/Icon21mpSharpFilled.tsx +++ b/src/Icon21mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon21mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon22mpOutlined.tsx b/src/Icon22mpOutlined.tsx index dd3b124a4..48582940b 100644 --- a/src/Icon22mpOutlined.tsx +++ b/src/Icon22mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon22mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon22mpOutlinedFilled.tsx b/src/Icon22mpOutlinedFilled.tsx index 177dabf29..3262a86a5 100644 --- a/src/Icon22mpOutlinedFilled.tsx +++ b/src/Icon22mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon22mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon22mpRounded.tsx b/src/Icon22mpRounded.tsx index 104518fc8..27eff4df2 100644 --- a/src/Icon22mpRounded.tsx +++ b/src/Icon22mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon22mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon22mpRoundedFilled.tsx b/src/Icon22mpRoundedFilled.tsx index 56a982253..aa4b44749 100644 --- a/src/Icon22mpRoundedFilled.tsx +++ b/src/Icon22mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon22mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon22mpSharp.tsx b/src/Icon22mpSharp.tsx index 0e0add86d..51c0bea60 100644 --- a/src/Icon22mpSharp.tsx +++ b/src/Icon22mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon22mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon22mpSharpFilled.tsx b/src/Icon22mpSharpFilled.tsx index 399d871f6..577c69975 100644 --- a/src/Icon22mpSharpFilled.tsx +++ b/src/Icon22mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon22mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon23mpOutlined.tsx b/src/Icon23mpOutlined.tsx index 6e291bf0a..ea00db103 100644 --- a/src/Icon23mpOutlined.tsx +++ b/src/Icon23mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon23mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon23mpOutlinedFilled.tsx b/src/Icon23mpOutlinedFilled.tsx index da60e24a4..450d4af94 100644 --- a/src/Icon23mpOutlinedFilled.tsx +++ b/src/Icon23mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon23mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon23mpRounded.tsx b/src/Icon23mpRounded.tsx index 828ee5b3c..168998e04 100644 --- a/src/Icon23mpRounded.tsx +++ b/src/Icon23mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon23mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon23mpRoundedFilled.tsx b/src/Icon23mpRoundedFilled.tsx index 0c60775cf..bd50f7030 100644 --- a/src/Icon23mpRoundedFilled.tsx +++ b/src/Icon23mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon23mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon23mpSharp.tsx b/src/Icon23mpSharp.tsx index b29361b87..3c7783647 100644 --- a/src/Icon23mpSharp.tsx +++ b/src/Icon23mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon23mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon23mpSharpFilled.tsx b/src/Icon23mpSharpFilled.tsx index 021ce1fa6..a32afc5ee 100644 --- a/src/Icon23mpSharpFilled.tsx +++ b/src/Icon23mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon23mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon24fpsSelectOutlined.tsx b/src/Icon24fpsSelectOutlined.tsx index ec8e8f5e7..7bce2a9d3 100644 --- a/src/Icon24fpsSelectOutlined.tsx +++ b/src/Icon24fpsSelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24fpsSelectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon24fpsSelectOutlinedFilled.tsx b/src/Icon24fpsSelectOutlinedFilled.tsx index c79980fbb..cd91572b7 100644 --- a/src/Icon24fpsSelectOutlinedFilled.tsx +++ b/src/Icon24fpsSelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24fpsSelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon24fpsSelectRounded.tsx b/src/Icon24fpsSelectRounded.tsx index 297f3033b..10954568c 100644 --- a/src/Icon24fpsSelectRounded.tsx +++ b/src/Icon24fpsSelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24fpsSelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon24fpsSelectRoundedFilled.tsx b/src/Icon24fpsSelectRoundedFilled.tsx index be0b89e82..5e74a4707 100644 --- a/src/Icon24fpsSelectRoundedFilled.tsx +++ b/src/Icon24fpsSelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24fpsSelectRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon24fpsSelectSharp.tsx b/src/Icon24fpsSelectSharp.tsx index 631528e3c..0ebdd83c2 100644 --- a/src/Icon24fpsSelectSharp.tsx +++ b/src/Icon24fpsSelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24fpsSelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon24fpsSelectSharpFilled.tsx b/src/Icon24fpsSelectSharpFilled.tsx index b221e3926..dac592962 100644 --- a/src/Icon24fpsSelectSharpFilled.tsx +++ b/src/Icon24fpsSelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24fpsSelectSharpFilled: React.FC = ({ ...props diff --git a/src/Icon24mpOutlined.tsx b/src/Icon24mpOutlined.tsx index c409748d9..a53792489 100644 --- a/src/Icon24mpOutlined.tsx +++ b/src/Icon24mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon24mpOutlinedFilled.tsx b/src/Icon24mpOutlinedFilled.tsx index a77a4eb09..deaf14618 100644 --- a/src/Icon24mpOutlinedFilled.tsx +++ b/src/Icon24mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon24mpRounded.tsx b/src/Icon24mpRounded.tsx index dfbf9ae2b..d4b05944a 100644 --- a/src/Icon24mpRounded.tsx +++ b/src/Icon24mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon24mpRoundedFilled.tsx b/src/Icon24mpRoundedFilled.tsx index a341d1a40..4523d005b 100644 --- a/src/Icon24mpRoundedFilled.tsx +++ b/src/Icon24mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon24mpSharp.tsx b/src/Icon24mpSharp.tsx index ff21e1916..e0292c681 100644 --- a/src/Icon24mpSharp.tsx +++ b/src/Icon24mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon24mpSharpFilled.tsx b/src/Icon24mpSharpFilled.tsx index 411fde461..f3ae1060b 100644 --- a/src/Icon24mpSharpFilled.tsx +++ b/src/Icon24mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon24mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2dOutlined.tsx b/src/Icon2dOutlined.tsx index f8b93127e..9f6546ead 100644 --- a/src/Icon2dOutlined.tsx +++ b/src/Icon2dOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2dOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon2dOutlinedFilled.tsx b/src/Icon2dOutlinedFilled.tsx index 56845debc..f6948ad17 100644 --- a/src/Icon2dOutlinedFilled.tsx +++ b/src/Icon2dOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2dOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2dRounded.tsx b/src/Icon2dRounded.tsx index 3dcc69e37..b0b3e8799 100644 --- a/src/Icon2dRounded.tsx +++ b/src/Icon2dRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2dRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon2dRoundedFilled.tsx b/src/Icon2dRoundedFilled.tsx index e25679174..c80d1cc35 100644 --- a/src/Icon2dRoundedFilled.tsx +++ b/src/Icon2dRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2dRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2dSharp.tsx b/src/Icon2dSharp.tsx index 07cf34a4c..d4b66acf2 100644 --- a/src/Icon2dSharp.tsx +++ b/src/Icon2dSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2dSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon2dSharpFilled.tsx b/src/Icon2dSharpFilled.tsx index f300dbbe8..4fab5bb29 100644 --- a/src/Icon2dSharpFilled.tsx +++ b/src/Icon2dSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2dSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kOutlined.tsx b/src/Icon2kOutlined.tsx index 2d1f37da3..1896376f7 100644 --- a/src/Icon2kOutlined.tsx +++ b/src/Icon2kOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kOutlinedFilled.tsx b/src/Icon2kOutlinedFilled.tsx index 24fe9a1aa..419c9e1c8 100644 --- a/src/Icon2kOutlinedFilled.tsx +++ b/src/Icon2kOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kPlusOutlined.tsx b/src/Icon2kPlusOutlined.tsx index 7c951319d..334b7d286 100644 --- a/src/Icon2kPlusOutlined.tsx +++ b/src/Icon2kPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kPlusOutlinedFilled.tsx b/src/Icon2kPlusOutlinedFilled.tsx index f7c0f4f7a..311d48092 100644 --- a/src/Icon2kPlusOutlinedFilled.tsx +++ b/src/Icon2kPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kPlusOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kPlusRounded.tsx b/src/Icon2kPlusRounded.tsx index d0be7f77f..b77d6d2f3 100644 --- a/src/Icon2kPlusRounded.tsx +++ b/src/Icon2kPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kPlusRoundedFilled.tsx b/src/Icon2kPlusRoundedFilled.tsx index 2b9687ea8..57a3ae9c6 100644 --- a/src/Icon2kPlusRoundedFilled.tsx +++ b/src/Icon2kPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kPlusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kPlusSharp.tsx b/src/Icon2kPlusSharp.tsx index 75abfa583..f624f4a96 100644 --- a/src/Icon2kPlusSharp.tsx +++ b/src/Icon2kPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kPlusSharpFilled.tsx b/src/Icon2kPlusSharpFilled.tsx index b58058aee..f5dbdc9b1 100644 --- a/src/Icon2kPlusSharpFilled.tsx +++ b/src/Icon2kPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kPlusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kRounded.tsx b/src/Icon2kRounded.tsx index 4768ea8a6..cef135e06 100644 --- a/src/Icon2kRounded.tsx +++ b/src/Icon2kRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kRoundedFilled.tsx b/src/Icon2kRoundedFilled.tsx index 067aa4a63..07eb587ad 100644 --- a/src/Icon2kRoundedFilled.tsx +++ b/src/Icon2kRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kSharp.tsx b/src/Icon2kSharp.tsx index e8f41df70..9a30b1358 100644 --- a/src/Icon2kSharp.tsx +++ b/src/Icon2kSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon2kSharpFilled.tsx b/src/Icon2kSharpFilled.tsx index 2b0507f65..a05c70670 100644 --- a/src/Icon2kSharpFilled.tsx +++ b/src/Icon2kSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2kSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2mpOutlined.tsx b/src/Icon2mpOutlined.tsx index 9e0ecf581..d75e1d68b 100644 --- a/src/Icon2mpOutlined.tsx +++ b/src/Icon2mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon2mpOutlinedFilled.tsx b/src/Icon2mpOutlinedFilled.tsx index 69b4f7d4c..3e91e79ca 100644 --- a/src/Icon2mpOutlinedFilled.tsx +++ b/src/Icon2mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2mpRounded.tsx b/src/Icon2mpRounded.tsx index 55be1f06c..ac7064072 100644 --- a/src/Icon2mpRounded.tsx +++ b/src/Icon2mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon2mpRoundedFilled.tsx b/src/Icon2mpRoundedFilled.tsx index bed902961..174f5e5e0 100644 --- a/src/Icon2mpRoundedFilled.tsx +++ b/src/Icon2mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon2mpSharp.tsx b/src/Icon2mpSharp.tsx index db69d75bc..4dc4395ed 100644 --- a/src/Icon2mpSharp.tsx +++ b/src/Icon2mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon2mpSharpFilled.tsx b/src/Icon2mpSharpFilled.tsx index 22d42d4b8..02c428b99 100644 --- a/src/Icon2mpSharpFilled.tsx +++ b/src/Icon2mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon2mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon30fpsOutlined.tsx b/src/Icon30fpsOutlined.tsx index 88035aea6..1aa1f63df 100644 --- a/src/Icon30fpsOutlined.tsx +++ b/src/Icon30fpsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon30fpsOutlinedFilled.tsx b/src/Icon30fpsOutlinedFilled.tsx index b74910576..996ec4974 100644 --- a/src/Icon30fpsOutlinedFilled.tsx +++ b/src/Icon30fpsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon30fpsRounded.tsx b/src/Icon30fpsRounded.tsx index 2849b5bcb..3979540ae 100644 --- a/src/Icon30fpsRounded.tsx +++ b/src/Icon30fpsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon30fpsRoundedFilled.tsx b/src/Icon30fpsRoundedFilled.tsx index 2474a3dac..e16cd3a9c 100644 --- a/src/Icon30fpsRoundedFilled.tsx +++ b/src/Icon30fpsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon30fpsSelectOutlined.tsx b/src/Icon30fpsSelectOutlined.tsx index 9c68a5536..f50bb09cc 100644 --- a/src/Icon30fpsSelectOutlined.tsx +++ b/src/Icon30fpsSelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsSelectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon30fpsSelectOutlinedFilled.tsx b/src/Icon30fpsSelectOutlinedFilled.tsx index a414fa24f..0991c53ca 100644 --- a/src/Icon30fpsSelectOutlinedFilled.tsx +++ b/src/Icon30fpsSelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsSelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon30fpsSelectRounded.tsx b/src/Icon30fpsSelectRounded.tsx index f6d140558..fbb0c7baa 100644 --- a/src/Icon30fpsSelectRounded.tsx +++ b/src/Icon30fpsSelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsSelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon30fpsSelectRoundedFilled.tsx b/src/Icon30fpsSelectRoundedFilled.tsx index 0d87e473c..cd7709acb 100644 --- a/src/Icon30fpsSelectRoundedFilled.tsx +++ b/src/Icon30fpsSelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsSelectRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon30fpsSelectSharp.tsx b/src/Icon30fpsSelectSharp.tsx index 1564e011c..c2aec25a2 100644 --- a/src/Icon30fpsSelectSharp.tsx +++ b/src/Icon30fpsSelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsSelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon30fpsSelectSharpFilled.tsx b/src/Icon30fpsSelectSharpFilled.tsx index ac3d733d2..f9eb04b16 100644 --- a/src/Icon30fpsSelectSharpFilled.tsx +++ b/src/Icon30fpsSelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsSelectSharpFilled: React.FC = ({ ...props diff --git a/src/Icon30fpsSharp.tsx b/src/Icon30fpsSharp.tsx index 9da1fb41a..9c8016aea 100644 --- a/src/Icon30fpsSharp.tsx +++ b/src/Icon30fpsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon30fpsSharpFilled.tsx b/src/Icon30fpsSharpFilled.tsx index 702b24f8b..83df1403c 100644 --- a/src/Icon30fpsSharpFilled.tsx +++ b/src/Icon30fpsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon30fpsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon360Outlined.tsx b/src/Icon360Outlined.tsx index fd2305c28..dd3018885 100644 --- a/src/Icon360Outlined.tsx +++ b/src/Icon360Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon360Outlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon360OutlinedFilled.tsx b/src/Icon360OutlinedFilled.tsx index 322792114..6e15a80d2 100644 --- a/src/Icon360OutlinedFilled.tsx +++ b/src/Icon360OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon360OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon360Rounded.tsx b/src/Icon360Rounded.tsx index c8d0575da..7a119afe1 100644 --- a/src/Icon360Rounded.tsx +++ b/src/Icon360Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon360Rounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon360RoundedFilled.tsx b/src/Icon360RoundedFilled.tsx index de5894c4e..bbd27c0e3 100644 --- a/src/Icon360RoundedFilled.tsx +++ b/src/Icon360RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon360RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon360Sharp.tsx b/src/Icon360Sharp.tsx index 65b4a283e..b6841aeb5 100644 --- a/src/Icon360Sharp.tsx +++ b/src/Icon360Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon360Sharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon360SharpFilled.tsx b/src/Icon360SharpFilled.tsx index e9002a7f1..8d19ee32e 100644 --- a/src/Icon360SharpFilled.tsx +++ b/src/Icon360SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon360SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3dRotationOutlined.tsx b/src/Icon3dRotationOutlined.tsx index 5e3e66aee..d75b429eb 100644 --- a/src/Icon3dRotationOutlined.tsx +++ b/src/Icon3dRotationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3dRotationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon3dRotationOutlinedFilled.tsx b/src/Icon3dRotationOutlinedFilled.tsx index b03fb60a7..e4dc11b69 100644 --- a/src/Icon3dRotationOutlinedFilled.tsx +++ b/src/Icon3dRotationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3dRotationOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon3dRotationRounded.tsx b/src/Icon3dRotationRounded.tsx index b92455a1d..3462cb035 100644 --- a/src/Icon3dRotationRounded.tsx +++ b/src/Icon3dRotationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3dRotationRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon3dRotationRoundedFilled.tsx b/src/Icon3dRotationRoundedFilled.tsx index 9fe0c4a76..a613cab1e 100644 --- a/src/Icon3dRotationRoundedFilled.tsx +++ b/src/Icon3dRotationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3dRotationRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon3dRotationSharp.tsx b/src/Icon3dRotationSharp.tsx index 8db77ff56..37aa1d807 100644 --- a/src/Icon3dRotationSharp.tsx +++ b/src/Icon3dRotationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3dRotationSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon3dRotationSharpFilled.tsx b/src/Icon3dRotationSharpFilled.tsx index b9a935e79..4b6ff30fa 100644 --- a/src/Icon3dRotationSharpFilled.tsx +++ b/src/Icon3dRotationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3dRotationSharpFilled: React.FC = ({ ...props diff --git a/src/Icon3gMobiledataBadgeOutlined.tsx b/src/Icon3gMobiledataBadgeOutlined.tsx index 4b475363a..42412304f 100644 --- a/src/Icon3gMobiledataBadgeOutlined.tsx +++ b/src/Icon3gMobiledataBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataBadgeOutlined: React.FC = ({ ...props diff --git a/src/Icon3gMobiledataBadgeOutlinedFilled.tsx b/src/Icon3gMobiledataBadgeOutlinedFilled.tsx index 6d4d0b64c..7cf771715 100644 --- a/src/Icon3gMobiledataBadgeOutlinedFilled.tsx +++ b/src/Icon3gMobiledataBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon3gMobiledataBadgeRounded.tsx b/src/Icon3gMobiledataBadgeRounded.tsx index 648e49edd..b182e67cb 100644 --- a/src/Icon3gMobiledataBadgeRounded.tsx +++ b/src/Icon3gMobiledataBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataBadgeRounded: React.FC = ({ ...props diff --git a/src/Icon3gMobiledataBadgeRoundedFilled.tsx b/src/Icon3gMobiledataBadgeRoundedFilled.tsx index e847199ee..65e292572 100644 --- a/src/Icon3gMobiledataBadgeRoundedFilled.tsx +++ b/src/Icon3gMobiledataBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon3gMobiledataBadgeSharp.tsx b/src/Icon3gMobiledataBadgeSharp.tsx index 843dfb14d..fe0776daf 100644 --- a/src/Icon3gMobiledataBadgeSharp.tsx +++ b/src/Icon3gMobiledataBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataBadgeSharp: React.FC = ({ ...props diff --git a/src/Icon3gMobiledataBadgeSharpFilled.tsx b/src/Icon3gMobiledataBadgeSharpFilled.tsx index 285e4d64c..c7558d4db 100644 --- a/src/Icon3gMobiledataBadgeSharpFilled.tsx +++ b/src/Icon3gMobiledataBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/Icon3gMobiledataOutlined.tsx b/src/Icon3gMobiledataOutlined.tsx index 1f6087702..b4c3487fb 100644 --- a/src/Icon3gMobiledataOutlined.tsx +++ b/src/Icon3gMobiledataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon3gMobiledataOutlinedFilled.tsx b/src/Icon3gMobiledataOutlinedFilled.tsx index 3deaed923..7a658e527 100644 --- a/src/Icon3gMobiledataOutlinedFilled.tsx +++ b/src/Icon3gMobiledataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon3gMobiledataRounded.tsx b/src/Icon3gMobiledataRounded.tsx index c86dc9c3c..41d820acf 100644 --- a/src/Icon3gMobiledataRounded.tsx +++ b/src/Icon3gMobiledataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon3gMobiledataRoundedFilled.tsx b/src/Icon3gMobiledataRoundedFilled.tsx index 55b848437..98cf1e535 100644 --- a/src/Icon3gMobiledataRoundedFilled.tsx +++ b/src/Icon3gMobiledataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon3gMobiledataSharp.tsx b/src/Icon3gMobiledataSharp.tsx index 5c38aab9b..810179370 100644 --- a/src/Icon3gMobiledataSharp.tsx +++ b/src/Icon3gMobiledataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon3gMobiledataSharpFilled.tsx b/src/Icon3gMobiledataSharpFilled.tsx index e885bb3ef..1b591df7a 100644 --- a/src/Icon3gMobiledataSharpFilled.tsx +++ b/src/Icon3gMobiledataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3gMobiledataSharpFilled: React.FC = ({ ...props diff --git a/src/Icon3kOutlined.tsx b/src/Icon3kOutlined.tsx index 0ec02ce7f..7e38e4e2c 100644 --- a/src/Icon3kOutlined.tsx +++ b/src/Icon3kOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon3kOutlinedFilled.tsx b/src/Icon3kOutlinedFilled.tsx index 85a8501fc..70f254759 100644 --- a/src/Icon3kOutlinedFilled.tsx +++ b/src/Icon3kOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3kPlusOutlined.tsx b/src/Icon3kPlusOutlined.tsx index 6a6dd343d..cf1e27dc8 100644 --- a/src/Icon3kPlusOutlined.tsx +++ b/src/Icon3kPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon3kPlusOutlinedFilled.tsx b/src/Icon3kPlusOutlinedFilled.tsx index f6900b8ef..e4b4b7188 100644 --- a/src/Icon3kPlusOutlinedFilled.tsx +++ b/src/Icon3kPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kPlusOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3kPlusRounded.tsx b/src/Icon3kPlusRounded.tsx index 0cb8a4184..13769651f 100644 --- a/src/Icon3kPlusRounded.tsx +++ b/src/Icon3kPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon3kPlusRoundedFilled.tsx b/src/Icon3kPlusRoundedFilled.tsx index 2619c337a..cec8f590d 100644 --- a/src/Icon3kPlusRoundedFilled.tsx +++ b/src/Icon3kPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kPlusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3kPlusSharp.tsx b/src/Icon3kPlusSharp.tsx index 7a8dae709..38694556f 100644 --- a/src/Icon3kPlusSharp.tsx +++ b/src/Icon3kPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon3kPlusSharpFilled.tsx b/src/Icon3kPlusSharpFilled.tsx index dc270631d..475454f90 100644 --- a/src/Icon3kPlusSharpFilled.tsx +++ b/src/Icon3kPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kPlusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3kRounded.tsx b/src/Icon3kRounded.tsx index 579771d1e..d11f6de42 100644 --- a/src/Icon3kRounded.tsx +++ b/src/Icon3kRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon3kRoundedFilled.tsx b/src/Icon3kRoundedFilled.tsx index c368263ae..d1e0b24db 100644 --- a/src/Icon3kRoundedFilled.tsx +++ b/src/Icon3kRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3kSharp.tsx b/src/Icon3kSharp.tsx index 0fa5e3ba8..895389238 100644 --- a/src/Icon3kSharp.tsx +++ b/src/Icon3kSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon3kSharpFilled.tsx b/src/Icon3kSharpFilled.tsx index 68ebf227a..d73f0fe5a 100644 --- a/src/Icon3kSharpFilled.tsx +++ b/src/Icon3kSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3kSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3mpOutlined.tsx b/src/Icon3mpOutlined.tsx index 2ac8b2703..24c35e93c 100644 --- a/src/Icon3mpOutlined.tsx +++ b/src/Icon3mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon3mpOutlinedFilled.tsx b/src/Icon3mpOutlinedFilled.tsx index 106d33c30..8fd490064 100644 --- a/src/Icon3mpOutlinedFilled.tsx +++ b/src/Icon3mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3mpRounded.tsx b/src/Icon3mpRounded.tsx index 8d40e6b6c..0ff6f0730 100644 --- a/src/Icon3mpRounded.tsx +++ b/src/Icon3mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon3mpRoundedFilled.tsx b/src/Icon3mpRoundedFilled.tsx index 1464e755b..8af701c61 100644 --- a/src/Icon3mpRoundedFilled.tsx +++ b/src/Icon3mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3mpSharp.tsx b/src/Icon3mpSharp.tsx index 346acb124..038a5ec52 100644 --- a/src/Icon3mpSharp.tsx +++ b/src/Icon3mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon3mpSharpFilled.tsx b/src/Icon3mpSharpFilled.tsx index e8bed5b69..4b2d153b7 100644 --- a/src/Icon3mpSharpFilled.tsx +++ b/src/Icon3mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3pOutlined.tsx b/src/Icon3pOutlined.tsx index fc45b6bcd..e5a5cc076 100644 --- a/src/Icon3pOutlined.tsx +++ b/src/Icon3pOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3pOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon3pOutlinedFilled.tsx b/src/Icon3pOutlinedFilled.tsx index 54335dec0..33b1fd076 100644 --- a/src/Icon3pOutlinedFilled.tsx +++ b/src/Icon3pOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3pOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3pRounded.tsx b/src/Icon3pRounded.tsx index 02f0b9e9d..3dd172763 100644 --- a/src/Icon3pRounded.tsx +++ b/src/Icon3pRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3pRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon3pRoundedFilled.tsx b/src/Icon3pRoundedFilled.tsx index 8ca4b2481..89f2b2396 100644 --- a/src/Icon3pRoundedFilled.tsx +++ b/src/Icon3pRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3pRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon3pSharp.tsx b/src/Icon3pSharp.tsx index e48597b5e..bea9cd1be 100644 --- a/src/Icon3pSharp.tsx +++ b/src/Icon3pSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3pSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon3pSharpFilled.tsx b/src/Icon3pSharpFilled.tsx index dbd15ed96..ff9a3337d 100644 --- a/src/Icon3pSharpFilled.tsx +++ b/src/Icon3pSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon3pSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon4gMobiledataBadgeOutlined.tsx b/src/Icon4gMobiledataBadgeOutlined.tsx index 9a2479c22..355cb8537 100644 --- a/src/Icon4gMobiledataBadgeOutlined.tsx +++ b/src/Icon4gMobiledataBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataBadgeOutlined: React.FC = ({ ...props diff --git a/src/Icon4gMobiledataBadgeOutlinedFilled.tsx b/src/Icon4gMobiledataBadgeOutlinedFilled.tsx index 19691adb5..7bf32f33c 100644 --- a/src/Icon4gMobiledataBadgeOutlinedFilled.tsx +++ b/src/Icon4gMobiledataBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon4gMobiledataBadgeRounded.tsx b/src/Icon4gMobiledataBadgeRounded.tsx index f9b59a090..4a6e0c0eb 100644 --- a/src/Icon4gMobiledataBadgeRounded.tsx +++ b/src/Icon4gMobiledataBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataBadgeRounded: React.FC = ({ ...props diff --git a/src/Icon4gMobiledataBadgeRoundedFilled.tsx b/src/Icon4gMobiledataBadgeRoundedFilled.tsx index 5dab01b09..4a9233822 100644 --- a/src/Icon4gMobiledataBadgeRoundedFilled.tsx +++ b/src/Icon4gMobiledataBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon4gMobiledataBadgeSharp.tsx b/src/Icon4gMobiledataBadgeSharp.tsx index d5793786e..9d1b6e12c 100644 --- a/src/Icon4gMobiledataBadgeSharp.tsx +++ b/src/Icon4gMobiledataBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataBadgeSharp: React.FC = ({ ...props diff --git a/src/Icon4gMobiledataBadgeSharpFilled.tsx b/src/Icon4gMobiledataBadgeSharpFilled.tsx index 3c342ba9a..0f3c4730f 100644 --- a/src/Icon4gMobiledataBadgeSharpFilled.tsx +++ b/src/Icon4gMobiledataBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/Icon4gMobiledataOutlined.tsx b/src/Icon4gMobiledataOutlined.tsx index 6fe4a34f7..85617059f 100644 --- a/src/Icon4gMobiledataOutlined.tsx +++ b/src/Icon4gMobiledataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon4gMobiledataOutlinedFilled.tsx b/src/Icon4gMobiledataOutlinedFilled.tsx index 7af553bc6..f227576a6 100644 --- a/src/Icon4gMobiledataOutlinedFilled.tsx +++ b/src/Icon4gMobiledataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon4gMobiledataRounded.tsx b/src/Icon4gMobiledataRounded.tsx index dd28b635a..3c20bc91c 100644 --- a/src/Icon4gMobiledataRounded.tsx +++ b/src/Icon4gMobiledataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon4gMobiledataRoundedFilled.tsx b/src/Icon4gMobiledataRoundedFilled.tsx index 7a3e94367..7ff04dbd1 100644 --- a/src/Icon4gMobiledataRoundedFilled.tsx +++ b/src/Icon4gMobiledataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon4gMobiledataSharp.tsx b/src/Icon4gMobiledataSharp.tsx index fbca2fe79..eb50e58dd 100644 --- a/src/Icon4gMobiledataSharp.tsx +++ b/src/Icon4gMobiledataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon4gMobiledataSharpFilled.tsx b/src/Icon4gMobiledataSharpFilled.tsx index 8017599dc..ed44e4dd3 100644 --- a/src/Icon4gMobiledataSharpFilled.tsx +++ b/src/Icon4gMobiledataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gMobiledataSharpFilled: React.FC = ({ ...props diff --git a/src/Icon4gPlusMobiledataOutlined.tsx b/src/Icon4gPlusMobiledataOutlined.tsx index b85321ef5..4cf976a13 100644 --- a/src/Icon4gPlusMobiledataOutlined.tsx +++ b/src/Icon4gPlusMobiledataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gPlusMobiledataOutlined: React.FC = ({ ...props diff --git a/src/Icon4gPlusMobiledataOutlinedFilled.tsx b/src/Icon4gPlusMobiledataOutlinedFilled.tsx index 2f4409eb3..c02c84bbb 100644 --- a/src/Icon4gPlusMobiledataOutlinedFilled.tsx +++ b/src/Icon4gPlusMobiledataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gPlusMobiledataOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon4gPlusMobiledataRounded.tsx b/src/Icon4gPlusMobiledataRounded.tsx index 284890a2e..3f1259536 100644 --- a/src/Icon4gPlusMobiledataRounded.tsx +++ b/src/Icon4gPlusMobiledataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gPlusMobiledataRounded: React.FC = ({ ...props diff --git a/src/Icon4gPlusMobiledataRoundedFilled.tsx b/src/Icon4gPlusMobiledataRoundedFilled.tsx index c4f992384..f47b8acc9 100644 --- a/src/Icon4gPlusMobiledataRoundedFilled.tsx +++ b/src/Icon4gPlusMobiledataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gPlusMobiledataRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon4gPlusMobiledataSharp.tsx b/src/Icon4gPlusMobiledataSharp.tsx index aa1bd63af..29fbb43b8 100644 --- a/src/Icon4gPlusMobiledataSharp.tsx +++ b/src/Icon4gPlusMobiledataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gPlusMobiledataSharp: React.FC = ({ ...props diff --git a/src/Icon4gPlusMobiledataSharpFilled.tsx b/src/Icon4gPlusMobiledataSharpFilled.tsx index c89505e98..c9ad097c1 100644 --- a/src/Icon4gPlusMobiledataSharpFilled.tsx +++ b/src/Icon4gPlusMobiledataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4gPlusMobiledataSharpFilled: React.FC = ({ ...props diff --git a/src/Icon4kOutlined.tsx b/src/Icon4kOutlined.tsx index f2be68184..a8f6220ac 100644 --- a/src/Icon4kOutlined.tsx +++ b/src/Icon4kOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon4kOutlinedFilled.tsx b/src/Icon4kOutlinedFilled.tsx index 90feffcfe..7a27766e4 100644 --- a/src/Icon4kOutlinedFilled.tsx +++ b/src/Icon4kOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon4kPlusOutlined.tsx b/src/Icon4kPlusOutlined.tsx index 890c67573..cba5c2441 100644 --- a/src/Icon4kPlusOutlined.tsx +++ b/src/Icon4kPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon4kPlusOutlinedFilled.tsx b/src/Icon4kPlusOutlinedFilled.tsx index f5f2e3565..e0ca92583 100644 --- a/src/Icon4kPlusOutlinedFilled.tsx +++ b/src/Icon4kPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kPlusOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon4kPlusRounded.tsx b/src/Icon4kPlusRounded.tsx index 00d977fdb..00b522dee 100644 --- a/src/Icon4kPlusRounded.tsx +++ b/src/Icon4kPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon4kPlusRoundedFilled.tsx b/src/Icon4kPlusRoundedFilled.tsx index 559e38e47..296751c8c 100644 --- a/src/Icon4kPlusRoundedFilled.tsx +++ b/src/Icon4kPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kPlusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon4kPlusSharp.tsx b/src/Icon4kPlusSharp.tsx index 8421fe8a7..14b5d4820 100644 --- a/src/Icon4kPlusSharp.tsx +++ b/src/Icon4kPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon4kPlusSharpFilled.tsx b/src/Icon4kPlusSharpFilled.tsx index bdab61716..3b1e24915 100644 --- a/src/Icon4kPlusSharpFilled.tsx +++ b/src/Icon4kPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kPlusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon4kRounded.tsx b/src/Icon4kRounded.tsx index 83152f3e5..659959ce3 100644 --- a/src/Icon4kRounded.tsx +++ b/src/Icon4kRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon4kRoundedFilled.tsx b/src/Icon4kRoundedFilled.tsx index c97261de8..d07f4afe6 100644 --- a/src/Icon4kRoundedFilled.tsx +++ b/src/Icon4kRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon4kSharp.tsx b/src/Icon4kSharp.tsx index c863caf3b..bb9250f2b 100644 --- a/src/Icon4kSharp.tsx +++ b/src/Icon4kSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon4kSharpFilled.tsx b/src/Icon4kSharpFilled.tsx index aea3291e0..46ef1309e 100644 --- a/src/Icon4kSharpFilled.tsx +++ b/src/Icon4kSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4kSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon4mpOutlined.tsx b/src/Icon4mpOutlined.tsx index bfd555559..5f8cd1af8 100644 --- a/src/Icon4mpOutlined.tsx +++ b/src/Icon4mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon4mpOutlinedFilled.tsx b/src/Icon4mpOutlinedFilled.tsx index 235da3162..7309dc38f 100644 --- a/src/Icon4mpOutlinedFilled.tsx +++ b/src/Icon4mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon4mpRounded.tsx b/src/Icon4mpRounded.tsx index 0dbdb583f..04ae942a6 100644 --- a/src/Icon4mpRounded.tsx +++ b/src/Icon4mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon4mpRoundedFilled.tsx b/src/Icon4mpRoundedFilled.tsx index 788010e3d..4b828c5ff 100644 --- a/src/Icon4mpRoundedFilled.tsx +++ b/src/Icon4mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon4mpSharp.tsx b/src/Icon4mpSharp.tsx index d26a222f2..f76da7487 100644 --- a/src/Icon4mpSharp.tsx +++ b/src/Icon4mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon4mpSharpFilled.tsx b/src/Icon4mpSharpFilled.tsx index c6ef5db9c..ef1ee133a 100644 --- a/src/Icon4mpSharpFilled.tsx +++ b/src/Icon4mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon4mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon50mpOutlined.tsx b/src/Icon50mpOutlined.tsx index b0ef1b43c..1113b2bde 100644 --- a/src/Icon50mpOutlined.tsx +++ b/src/Icon50mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon50mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon50mpOutlinedFilled.tsx b/src/Icon50mpOutlinedFilled.tsx index ae6a7520c..f1a7d6e8d 100644 --- a/src/Icon50mpOutlinedFilled.tsx +++ b/src/Icon50mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon50mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon50mpRounded.tsx b/src/Icon50mpRounded.tsx index a07ece080..ae9f231d5 100644 --- a/src/Icon50mpRounded.tsx +++ b/src/Icon50mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon50mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon50mpRoundedFilled.tsx b/src/Icon50mpRoundedFilled.tsx index 853c09649..f5b32acc4 100644 --- a/src/Icon50mpRoundedFilled.tsx +++ b/src/Icon50mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon50mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon50mpSharp.tsx b/src/Icon50mpSharp.tsx index 1c803dd85..c83bc57b8 100644 --- a/src/Icon50mpSharp.tsx +++ b/src/Icon50mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon50mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon50mpSharpFilled.tsx b/src/Icon50mpSharpFilled.tsx index f9081e34b..821c975a8 100644 --- a/src/Icon50mpSharpFilled.tsx +++ b/src/Icon50mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon50mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5gMobiledataBadgeOutlined.tsx b/src/Icon5gMobiledataBadgeOutlined.tsx index fd2f3475d..455101b88 100644 --- a/src/Icon5gMobiledataBadgeOutlined.tsx +++ b/src/Icon5gMobiledataBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gMobiledataBadgeOutlined: React.FC = ({ ...props diff --git a/src/Icon5gMobiledataBadgeOutlinedFilled.tsx b/src/Icon5gMobiledataBadgeOutlinedFilled.tsx index 5fd5c05b8..691cecd94 100644 --- a/src/Icon5gMobiledataBadgeOutlinedFilled.tsx +++ b/src/Icon5gMobiledataBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gMobiledataBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon5gMobiledataBadgeRounded.tsx b/src/Icon5gMobiledataBadgeRounded.tsx index 447512f10..a619cb04c 100644 --- a/src/Icon5gMobiledataBadgeRounded.tsx +++ b/src/Icon5gMobiledataBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gMobiledataBadgeRounded: React.FC = ({ ...props diff --git a/src/Icon5gMobiledataBadgeRoundedFilled.tsx b/src/Icon5gMobiledataBadgeRoundedFilled.tsx index 2eba78b6f..41cf84bb0 100644 --- a/src/Icon5gMobiledataBadgeRoundedFilled.tsx +++ b/src/Icon5gMobiledataBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gMobiledataBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon5gMobiledataBadgeSharp.tsx b/src/Icon5gMobiledataBadgeSharp.tsx index 0541cb5e1..fcddd5ed1 100644 --- a/src/Icon5gMobiledataBadgeSharp.tsx +++ b/src/Icon5gMobiledataBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gMobiledataBadgeSharp: React.FC = ({ ...props diff --git a/src/Icon5gMobiledataBadgeSharpFilled.tsx b/src/Icon5gMobiledataBadgeSharpFilled.tsx index 576d8ff86..a6bacc83f 100644 --- a/src/Icon5gMobiledataBadgeSharpFilled.tsx +++ b/src/Icon5gMobiledataBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gMobiledataBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/Icon5gOutlined.tsx b/src/Icon5gOutlined.tsx index bc003b51a..9dd451f16 100644 --- a/src/Icon5gOutlined.tsx +++ b/src/Icon5gOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon5gOutlinedFilled.tsx b/src/Icon5gOutlinedFilled.tsx index f9122dfe9..2898344d6 100644 --- a/src/Icon5gOutlinedFilled.tsx +++ b/src/Icon5gOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5gRounded.tsx b/src/Icon5gRounded.tsx index ec19b67a7..5eac42d47 100644 --- a/src/Icon5gRounded.tsx +++ b/src/Icon5gRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon5gRoundedFilled.tsx b/src/Icon5gRoundedFilled.tsx index ef5611d05..c6a0ebbcd 100644 --- a/src/Icon5gRoundedFilled.tsx +++ b/src/Icon5gRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5gSharp.tsx b/src/Icon5gSharp.tsx index f3a50e380..771591ec8 100644 --- a/src/Icon5gSharp.tsx +++ b/src/Icon5gSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon5gSharpFilled.tsx b/src/Icon5gSharpFilled.tsx index 3a983bf6a..9f0439255 100644 --- a/src/Icon5gSharpFilled.tsx +++ b/src/Icon5gSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5gSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kOutlined.tsx b/src/Icon5kOutlined.tsx index f2a098a96..4066ecf4d 100644 --- a/src/Icon5kOutlined.tsx +++ b/src/Icon5kOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kOutlinedFilled.tsx b/src/Icon5kOutlinedFilled.tsx index 77747addd..0f22e0452 100644 --- a/src/Icon5kOutlinedFilled.tsx +++ b/src/Icon5kOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kPlusOutlined.tsx b/src/Icon5kPlusOutlined.tsx index 80c480584..7653a0d84 100644 --- a/src/Icon5kPlusOutlined.tsx +++ b/src/Icon5kPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kPlusOutlinedFilled.tsx b/src/Icon5kPlusOutlinedFilled.tsx index b72f6825c..badff6b36 100644 --- a/src/Icon5kPlusOutlinedFilled.tsx +++ b/src/Icon5kPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kPlusOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kPlusRounded.tsx b/src/Icon5kPlusRounded.tsx index c2b2db243..406e7ac02 100644 --- a/src/Icon5kPlusRounded.tsx +++ b/src/Icon5kPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kPlusRoundedFilled.tsx b/src/Icon5kPlusRoundedFilled.tsx index 610cd4088..a7bb1a72f 100644 --- a/src/Icon5kPlusRoundedFilled.tsx +++ b/src/Icon5kPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kPlusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kPlusSharp.tsx b/src/Icon5kPlusSharp.tsx index bf03a59bb..d9a5b0606 100644 --- a/src/Icon5kPlusSharp.tsx +++ b/src/Icon5kPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kPlusSharpFilled.tsx b/src/Icon5kPlusSharpFilled.tsx index 00c4a07cf..8780e0288 100644 --- a/src/Icon5kPlusSharpFilled.tsx +++ b/src/Icon5kPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kPlusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kRounded.tsx b/src/Icon5kRounded.tsx index d8ba2c809..1c959ef8e 100644 --- a/src/Icon5kRounded.tsx +++ b/src/Icon5kRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kRoundedFilled.tsx b/src/Icon5kRoundedFilled.tsx index b1115bf6a..848f15659 100644 --- a/src/Icon5kRoundedFilled.tsx +++ b/src/Icon5kRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kSharp.tsx b/src/Icon5kSharp.tsx index 4643226b2..cda20116f 100644 --- a/src/Icon5kSharp.tsx +++ b/src/Icon5kSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon5kSharpFilled.tsx b/src/Icon5kSharpFilled.tsx index f750b4889..9c0d3306a 100644 --- a/src/Icon5kSharpFilled.tsx +++ b/src/Icon5kSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5kSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5mpOutlined.tsx b/src/Icon5mpOutlined.tsx index 75e71147d..42a0e98ec 100644 --- a/src/Icon5mpOutlined.tsx +++ b/src/Icon5mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon5mpOutlinedFilled.tsx b/src/Icon5mpOutlinedFilled.tsx index 22f79a6b0..93674fc31 100644 --- a/src/Icon5mpOutlinedFilled.tsx +++ b/src/Icon5mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5mpRounded.tsx b/src/Icon5mpRounded.tsx index 5b025edec..05ff8da85 100644 --- a/src/Icon5mpRounded.tsx +++ b/src/Icon5mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon5mpRoundedFilled.tsx b/src/Icon5mpRoundedFilled.tsx index 5d7a1d52a..ddc1f866d 100644 --- a/src/Icon5mpRoundedFilled.tsx +++ b/src/Icon5mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon5mpSharp.tsx b/src/Icon5mpSharp.tsx index bb34fd6df..b4eb3c695 100644 --- a/src/Icon5mpSharp.tsx +++ b/src/Icon5mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon5mpSharpFilled.tsx b/src/Icon5mpSharpFilled.tsx index a2432afe1..df90c5fe8 100644 --- a/src/Icon5mpSharpFilled.tsx +++ b/src/Icon5mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon5mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon60fpsOutlined.tsx b/src/Icon60fpsOutlined.tsx index 24bc98ca3..16f873eda 100644 --- a/src/Icon60fpsOutlined.tsx +++ b/src/Icon60fpsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon60fpsOutlinedFilled.tsx b/src/Icon60fpsOutlinedFilled.tsx index 42781c846..38763af63 100644 --- a/src/Icon60fpsOutlinedFilled.tsx +++ b/src/Icon60fpsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon60fpsRounded.tsx b/src/Icon60fpsRounded.tsx index 8c4709a2e..609395c80 100644 --- a/src/Icon60fpsRounded.tsx +++ b/src/Icon60fpsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon60fpsRoundedFilled.tsx b/src/Icon60fpsRoundedFilled.tsx index beb2ef3f3..d928a4214 100644 --- a/src/Icon60fpsRoundedFilled.tsx +++ b/src/Icon60fpsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon60fpsSelectOutlined.tsx b/src/Icon60fpsSelectOutlined.tsx index bc3d70be0..5b2601e94 100644 --- a/src/Icon60fpsSelectOutlined.tsx +++ b/src/Icon60fpsSelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsSelectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon60fpsSelectOutlinedFilled.tsx b/src/Icon60fpsSelectOutlinedFilled.tsx index bf095f0a0..b7a051031 100644 --- a/src/Icon60fpsSelectOutlinedFilled.tsx +++ b/src/Icon60fpsSelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsSelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon60fpsSelectRounded.tsx b/src/Icon60fpsSelectRounded.tsx index b1d8a510b..65c619e4e 100644 --- a/src/Icon60fpsSelectRounded.tsx +++ b/src/Icon60fpsSelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsSelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon60fpsSelectRoundedFilled.tsx b/src/Icon60fpsSelectRoundedFilled.tsx index 2471c1692..8bfd0a324 100644 --- a/src/Icon60fpsSelectRoundedFilled.tsx +++ b/src/Icon60fpsSelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsSelectRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon60fpsSelectSharp.tsx b/src/Icon60fpsSelectSharp.tsx index fc393a1c8..b1740745c 100644 --- a/src/Icon60fpsSelectSharp.tsx +++ b/src/Icon60fpsSelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsSelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon60fpsSelectSharpFilled.tsx b/src/Icon60fpsSelectSharpFilled.tsx index f03aa0e01..7358bfbae 100644 --- a/src/Icon60fpsSelectSharpFilled.tsx +++ b/src/Icon60fpsSelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsSelectSharpFilled: React.FC = ({ ...props diff --git a/src/Icon60fpsSharp.tsx b/src/Icon60fpsSharp.tsx index a186aec57..4291f2c1b 100644 --- a/src/Icon60fpsSharp.tsx +++ b/src/Icon60fpsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon60fpsSharpFilled.tsx b/src/Icon60fpsSharpFilled.tsx index 030f95c3f..ddc547e0b 100644 --- a/src/Icon60fpsSharpFilled.tsx +++ b/src/Icon60fpsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon60fpsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon6FtApartOutlined.tsx b/src/Icon6FtApartOutlined.tsx index c9cadc45f..447e034b0 100644 --- a/src/Icon6FtApartOutlined.tsx +++ b/src/Icon6FtApartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6FtApartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon6FtApartOutlinedFilled.tsx b/src/Icon6FtApartOutlinedFilled.tsx index 3a2f50711..50fcca088 100644 --- a/src/Icon6FtApartOutlinedFilled.tsx +++ b/src/Icon6FtApartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6FtApartOutlinedFilled: React.FC = ({ ...props diff --git a/src/Icon6FtApartRounded.tsx b/src/Icon6FtApartRounded.tsx index eb744ba33..878566f5c 100644 --- a/src/Icon6FtApartRounded.tsx +++ b/src/Icon6FtApartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6FtApartRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon6FtApartRoundedFilled.tsx b/src/Icon6FtApartRoundedFilled.tsx index e283b654c..3f6bc471b 100644 --- a/src/Icon6FtApartRoundedFilled.tsx +++ b/src/Icon6FtApartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6FtApartRoundedFilled: React.FC = ({ ...props diff --git a/src/Icon6FtApartSharp.tsx b/src/Icon6FtApartSharp.tsx index 8df75d435..e7fe0dbe0 100644 --- a/src/Icon6FtApartSharp.tsx +++ b/src/Icon6FtApartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6FtApartSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon6FtApartSharpFilled.tsx b/src/Icon6FtApartSharpFilled.tsx index 6d492520f..a634a0775 100644 --- a/src/Icon6FtApartSharpFilled.tsx +++ b/src/Icon6FtApartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6FtApartSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kOutlined.tsx b/src/Icon6kOutlined.tsx index 2c66fea75..e543ba6b0 100644 --- a/src/Icon6kOutlined.tsx +++ b/src/Icon6kOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kOutlinedFilled.tsx b/src/Icon6kOutlinedFilled.tsx index 646c8a994..4d983f4ca 100644 --- a/src/Icon6kOutlinedFilled.tsx +++ b/src/Icon6kOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kPlusOutlined.tsx b/src/Icon6kPlusOutlined.tsx index 7adc72d30..c702f7a2e 100644 --- a/src/Icon6kPlusOutlined.tsx +++ b/src/Icon6kPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kPlusOutlinedFilled.tsx b/src/Icon6kPlusOutlinedFilled.tsx index 56688d4ab..d6ca3d090 100644 --- a/src/Icon6kPlusOutlinedFilled.tsx +++ b/src/Icon6kPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kPlusOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kPlusRounded.tsx b/src/Icon6kPlusRounded.tsx index 4b26ce5bf..c41866010 100644 --- a/src/Icon6kPlusRounded.tsx +++ b/src/Icon6kPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kPlusRoundedFilled.tsx b/src/Icon6kPlusRoundedFilled.tsx index cb3e256a4..d6423e041 100644 --- a/src/Icon6kPlusRoundedFilled.tsx +++ b/src/Icon6kPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kPlusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kPlusSharp.tsx b/src/Icon6kPlusSharp.tsx index 540b7130c..6c7d883b1 100644 --- a/src/Icon6kPlusSharp.tsx +++ b/src/Icon6kPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kPlusSharpFilled.tsx b/src/Icon6kPlusSharpFilled.tsx index 90d212e44..67fede27d 100644 --- a/src/Icon6kPlusSharpFilled.tsx +++ b/src/Icon6kPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kPlusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kRounded.tsx b/src/Icon6kRounded.tsx index c24a965fc..22b9ba074 100644 --- a/src/Icon6kRounded.tsx +++ b/src/Icon6kRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kRoundedFilled.tsx b/src/Icon6kRoundedFilled.tsx index 777a7de79..47f6f4a13 100644 --- a/src/Icon6kRoundedFilled.tsx +++ b/src/Icon6kRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kSharp.tsx b/src/Icon6kSharp.tsx index e04d5fb20..8e24d9103 100644 --- a/src/Icon6kSharp.tsx +++ b/src/Icon6kSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon6kSharpFilled.tsx b/src/Icon6kSharpFilled.tsx index c69a893b9..fdc6f9247 100644 --- a/src/Icon6kSharpFilled.tsx +++ b/src/Icon6kSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6kSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon6mpOutlined.tsx b/src/Icon6mpOutlined.tsx index 10c072b46..3674f3b1b 100644 --- a/src/Icon6mpOutlined.tsx +++ b/src/Icon6mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon6mpOutlinedFilled.tsx b/src/Icon6mpOutlinedFilled.tsx index 4d38af977..77802c60b 100644 --- a/src/Icon6mpOutlinedFilled.tsx +++ b/src/Icon6mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon6mpRounded.tsx b/src/Icon6mpRounded.tsx index 4870aa003..84a33678f 100644 --- a/src/Icon6mpRounded.tsx +++ b/src/Icon6mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon6mpRoundedFilled.tsx b/src/Icon6mpRoundedFilled.tsx index 45641bd5d..50fb7e31d 100644 --- a/src/Icon6mpRoundedFilled.tsx +++ b/src/Icon6mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon6mpSharp.tsx b/src/Icon6mpSharp.tsx index 258acdd09..ac1b8bfe3 100644 --- a/src/Icon6mpSharp.tsx +++ b/src/Icon6mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon6mpSharpFilled.tsx b/src/Icon6mpSharpFilled.tsx index 12f69d747..206df8f66 100644 --- a/src/Icon6mpSharpFilled.tsx +++ b/src/Icon6mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon6mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kOutlined.tsx b/src/Icon7kOutlined.tsx index 992deaf30..2ec419b28 100644 --- a/src/Icon7kOutlined.tsx +++ b/src/Icon7kOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kOutlinedFilled.tsx b/src/Icon7kOutlinedFilled.tsx index 8268e11c0..23fc4f62d 100644 --- a/src/Icon7kOutlinedFilled.tsx +++ b/src/Icon7kOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kPlusOutlined.tsx b/src/Icon7kPlusOutlined.tsx index 0f4ece4b2..5b6985b2a 100644 --- a/src/Icon7kPlusOutlined.tsx +++ b/src/Icon7kPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kPlusOutlinedFilled.tsx b/src/Icon7kPlusOutlinedFilled.tsx index 809589c75..f8cff7ccf 100644 --- a/src/Icon7kPlusOutlinedFilled.tsx +++ b/src/Icon7kPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kPlusOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kPlusRounded.tsx b/src/Icon7kPlusRounded.tsx index e596b5271..9712d5f3e 100644 --- a/src/Icon7kPlusRounded.tsx +++ b/src/Icon7kPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kPlusRoundedFilled.tsx b/src/Icon7kPlusRoundedFilled.tsx index 30f85e05e..30c7a1d96 100644 --- a/src/Icon7kPlusRoundedFilled.tsx +++ b/src/Icon7kPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kPlusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kPlusSharp.tsx b/src/Icon7kPlusSharp.tsx index 2ef7e247b..4bf2aa77c 100644 --- a/src/Icon7kPlusSharp.tsx +++ b/src/Icon7kPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kPlusSharpFilled.tsx b/src/Icon7kPlusSharpFilled.tsx index 86dce70f7..b04bcd8a1 100644 --- a/src/Icon7kPlusSharpFilled.tsx +++ b/src/Icon7kPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kPlusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kRounded.tsx b/src/Icon7kRounded.tsx index 2cb3834a2..a9dc957f3 100644 --- a/src/Icon7kRounded.tsx +++ b/src/Icon7kRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kRoundedFilled.tsx b/src/Icon7kRoundedFilled.tsx index 24a0b3ffc..7463f93c7 100644 --- a/src/Icon7kRoundedFilled.tsx +++ b/src/Icon7kRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kSharp.tsx b/src/Icon7kSharp.tsx index d2182ef33..ee0a31ed5 100644 --- a/src/Icon7kSharp.tsx +++ b/src/Icon7kSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon7kSharpFilled.tsx b/src/Icon7kSharpFilled.tsx index e5c35fe7e..b9db7562b 100644 --- a/src/Icon7kSharpFilled.tsx +++ b/src/Icon7kSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7kSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon7mpOutlined.tsx b/src/Icon7mpOutlined.tsx index 16fb53bbd..af74f034b 100644 --- a/src/Icon7mpOutlined.tsx +++ b/src/Icon7mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon7mpOutlinedFilled.tsx b/src/Icon7mpOutlinedFilled.tsx index ad0e52b36..8a4ca9cbd 100644 --- a/src/Icon7mpOutlinedFilled.tsx +++ b/src/Icon7mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon7mpRounded.tsx b/src/Icon7mpRounded.tsx index f207d1a7f..b7205f658 100644 --- a/src/Icon7mpRounded.tsx +++ b/src/Icon7mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon7mpRoundedFilled.tsx b/src/Icon7mpRoundedFilled.tsx index d1948efb9..e65945e06 100644 --- a/src/Icon7mpRoundedFilled.tsx +++ b/src/Icon7mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon7mpSharp.tsx b/src/Icon7mpSharp.tsx index 0f55c820f..42492a018 100644 --- a/src/Icon7mpSharp.tsx +++ b/src/Icon7mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon7mpSharpFilled.tsx b/src/Icon7mpSharpFilled.tsx index b86edb0cc..db5bc9963 100644 --- a/src/Icon7mpSharpFilled.tsx +++ b/src/Icon7mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon7mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kOutlined.tsx b/src/Icon8kOutlined.tsx index 19256dc3a..29a941428 100644 --- a/src/Icon8kOutlined.tsx +++ b/src/Icon8kOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kOutlinedFilled.tsx b/src/Icon8kOutlinedFilled.tsx index b8a7927da..13242e8a0 100644 --- a/src/Icon8kOutlinedFilled.tsx +++ b/src/Icon8kOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kPlusOutlined.tsx b/src/Icon8kPlusOutlined.tsx index 7a42ccd32..ee5d26bb0 100644 --- a/src/Icon8kPlusOutlined.tsx +++ b/src/Icon8kPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kPlusOutlinedFilled.tsx b/src/Icon8kPlusOutlinedFilled.tsx index 890f23319..32eec79f2 100644 --- a/src/Icon8kPlusOutlinedFilled.tsx +++ b/src/Icon8kPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kPlusOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kPlusRounded.tsx b/src/Icon8kPlusRounded.tsx index 59ea666b0..a906666eb 100644 --- a/src/Icon8kPlusRounded.tsx +++ b/src/Icon8kPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kPlusRoundedFilled.tsx b/src/Icon8kPlusRoundedFilled.tsx index c5d1e0906..3b1c08854 100644 --- a/src/Icon8kPlusRoundedFilled.tsx +++ b/src/Icon8kPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kPlusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kPlusSharp.tsx b/src/Icon8kPlusSharp.tsx index 83ca2efe0..01b79d8d8 100644 --- a/src/Icon8kPlusSharp.tsx +++ b/src/Icon8kPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kPlusSharpFilled.tsx b/src/Icon8kPlusSharpFilled.tsx index ff724edf6..27d8a1b30 100644 --- a/src/Icon8kPlusSharpFilled.tsx +++ b/src/Icon8kPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kPlusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kRounded.tsx b/src/Icon8kRounded.tsx index 60a3d67fa..8bf4d7c55 100644 --- a/src/Icon8kRounded.tsx +++ b/src/Icon8kRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kRoundedFilled.tsx b/src/Icon8kRoundedFilled.tsx index 76f2b974e..07f68d4b4 100644 --- a/src/Icon8kRoundedFilled.tsx +++ b/src/Icon8kRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kSharp.tsx b/src/Icon8kSharp.tsx index f85106e06..7d0da29c1 100644 --- a/src/Icon8kSharp.tsx +++ b/src/Icon8kSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon8kSharpFilled.tsx b/src/Icon8kSharpFilled.tsx index 6d32bbf9d..e3c8a85bc 100644 --- a/src/Icon8kSharpFilled.tsx +++ b/src/Icon8kSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8kSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon8mpOutlined.tsx b/src/Icon8mpOutlined.tsx index 5fddcc2d7..8749f22c0 100644 --- a/src/Icon8mpOutlined.tsx +++ b/src/Icon8mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon8mpOutlinedFilled.tsx b/src/Icon8mpOutlinedFilled.tsx index ab32bcc2a..0ae3fe6dc 100644 --- a/src/Icon8mpOutlinedFilled.tsx +++ b/src/Icon8mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon8mpRounded.tsx b/src/Icon8mpRounded.tsx index 1a52abe78..2d42d0cbc 100644 --- a/src/Icon8mpRounded.tsx +++ b/src/Icon8mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon8mpRoundedFilled.tsx b/src/Icon8mpRoundedFilled.tsx index 5a1afa194..185324299 100644 --- a/src/Icon8mpRoundedFilled.tsx +++ b/src/Icon8mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon8mpSharp.tsx b/src/Icon8mpSharp.tsx index 1d4668491..83ade7d3a 100644 --- a/src/Icon8mpSharp.tsx +++ b/src/Icon8mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon8mpSharpFilled.tsx b/src/Icon8mpSharpFilled.tsx index ea1e76f4a..7b5df4027 100644 --- a/src/Icon8mpSharpFilled.tsx +++ b/src/Icon8mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon8mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kOutlined.tsx b/src/Icon9kOutlined.tsx index 7e3c8e77f..5b090c9b8 100644 --- a/src/Icon9kOutlined.tsx +++ b/src/Icon9kOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kOutlinedFilled.tsx b/src/Icon9kOutlinedFilled.tsx index 7de2168a7..01144e62b 100644 --- a/src/Icon9kOutlinedFilled.tsx +++ b/src/Icon9kOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kPlusOutlined.tsx b/src/Icon9kPlusOutlined.tsx index c620d4826..463032a70 100644 --- a/src/Icon9kPlusOutlined.tsx +++ b/src/Icon9kPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kPlusOutlinedFilled.tsx b/src/Icon9kPlusOutlinedFilled.tsx index 5d7ebe44b..de16eb1b0 100644 --- a/src/Icon9kPlusOutlinedFilled.tsx +++ b/src/Icon9kPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kPlusOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kPlusRounded.tsx b/src/Icon9kPlusRounded.tsx index 11e7fdc9a..f4ba2fcd3 100644 --- a/src/Icon9kPlusRounded.tsx +++ b/src/Icon9kPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kPlusRoundedFilled.tsx b/src/Icon9kPlusRoundedFilled.tsx index 0ad25b8bc..190169420 100644 --- a/src/Icon9kPlusRoundedFilled.tsx +++ b/src/Icon9kPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kPlusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kPlusSharp.tsx b/src/Icon9kPlusSharp.tsx index 5177530cb..f2fb3a289 100644 --- a/src/Icon9kPlusSharp.tsx +++ b/src/Icon9kPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kPlusSharpFilled.tsx b/src/Icon9kPlusSharpFilled.tsx index df4512609..5e6cef322 100644 --- a/src/Icon9kPlusSharpFilled.tsx +++ b/src/Icon9kPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kPlusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kRounded.tsx b/src/Icon9kRounded.tsx index f803cfb66..89ed564a0 100644 --- a/src/Icon9kRounded.tsx +++ b/src/Icon9kRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kRoundedFilled.tsx b/src/Icon9kRoundedFilled.tsx index 1cf4a4aeb..e9f33ba16 100644 --- a/src/Icon9kRoundedFilled.tsx +++ b/src/Icon9kRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kSharp.tsx b/src/Icon9kSharp.tsx index 8e39db0d5..acded3063 100644 --- a/src/Icon9kSharp.tsx +++ b/src/Icon9kSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon9kSharpFilled.tsx b/src/Icon9kSharpFilled.tsx index f73ca4f30..45602526f 100644 --- a/src/Icon9kSharpFilled.tsx +++ b/src/Icon9kSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9kSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon9mpOutlined.tsx b/src/Icon9mpOutlined.tsx index f6a6fe1a7..149d98cfe 100644 --- a/src/Icon9mpOutlined.tsx +++ b/src/Icon9mpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9mpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/Icon9mpOutlinedFilled.tsx b/src/Icon9mpOutlinedFilled.tsx index b0dd151ba..e090951cd 100644 --- a/src/Icon9mpOutlinedFilled.tsx +++ b/src/Icon9mpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9mpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon9mpRounded.tsx b/src/Icon9mpRounded.tsx index 08165955d..7611d163e 100644 --- a/src/Icon9mpRounded.tsx +++ b/src/Icon9mpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9mpRounded: React.FC = ({ ...props }) => ( diff --git a/src/Icon9mpRoundedFilled.tsx b/src/Icon9mpRoundedFilled.tsx index 11bef6b5e..56c97e2a7 100644 --- a/src/Icon9mpRoundedFilled.tsx +++ b/src/Icon9mpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9mpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/Icon9mpSharp.tsx b/src/Icon9mpSharp.tsx index 420c22df8..88d21d9b9 100644 --- a/src/Icon9mpSharp.tsx +++ b/src/Icon9mpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9mpSharp: React.FC = ({ ...props }) => ( diff --git a/src/Icon9mpSharpFilled.tsx b/src/Icon9mpSharpFilled.tsx index f08b1c159..17b83cf22 100644 --- a/src/Icon9mpSharpFilled.tsx +++ b/src/Icon9mpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const Icon9mpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAbcOutlined.tsx b/src/IconAbcOutlined.tsx index 7a3dabb88..054923623 100644 --- a/src/IconAbcOutlined.tsx +++ b/src/IconAbcOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAbcOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAbcOutlinedFilled.tsx b/src/IconAbcOutlinedFilled.tsx index 8b61c8d8c..43de5fa64 100644 --- a/src/IconAbcOutlinedFilled.tsx +++ b/src/IconAbcOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAbcOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAbcRounded.tsx b/src/IconAbcRounded.tsx index 96b010eaf..9fd7bb46a 100644 --- a/src/IconAbcRounded.tsx +++ b/src/IconAbcRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAbcRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAbcRoundedFilled.tsx b/src/IconAbcRoundedFilled.tsx index ce02d4228..77498efad 100644 --- a/src/IconAbcRoundedFilled.tsx +++ b/src/IconAbcRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAbcRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAbcSharp.tsx b/src/IconAbcSharp.tsx index 4035fcb20..1f9a0dc68 100644 --- a/src/IconAbcSharp.tsx +++ b/src/IconAbcSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAbcSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAbcSharpFilled.tsx b/src/IconAbcSharpFilled.tsx index 0717870a5..fd61ccaff 100644 --- a/src/IconAbcSharpFilled.tsx +++ b/src/IconAbcSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAbcSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAcUnitOutlined.tsx b/src/IconAcUnitOutlined.tsx index fa82bdd59..b1a43c2b2 100644 --- a/src/IconAcUnitOutlined.tsx +++ b/src/IconAcUnitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcUnitOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAcUnitOutlinedFilled.tsx b/src/IconAcUnitOutlinedFilled.tsx index b82705bf4..4ec7ff5de 100644 --- a/src/IconAcUnitOutlinedFilled.tsx +++ b/src/IconAcUnitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcUnitOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAcUnitRounded.tsx b/src/IconAcUnitRounded.tsx index 0a7ead842..b7934ea84 100644 --- a/src/IconAcUnitRounded.tsx +++ b/src/IconAcUnitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcUnitRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAcUnitRoundedFilled.tsx b/src/IconAcUnitRoundedFilled.tsx index 62dd59074..40f6a6ecf 100644 --- a/src/IconAcUnitRoundedFilled.tsx +++ b/src/IconAcUnitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcUnitRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAcUnitSharp.tsx b/src/IconAcUnitSharp.tsx index 3b8d93974..62e88729f 100644 --- a/src/IconAcUnitSharp.tsx +++ b/src/IconAcUnitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcUnitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAcUnitSharpFilled.tsx b/src/IconAcUnitSharpFilled.tsx index 13f150c65..2033501ec 100644 --- a/src/IconAcUnitSharpFilled.tsx +++ b/src/IconAcUnitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcUnitSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAccessibilityNewOutlined.tsx b/src/IconAccessibilityNewOutlined.tsx index 19f8da17e..b443e7736 100644 --- a/src/IconAccessibilityNewOutlined.tsx +++ b/src/IconAccessibilityNewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilityNewOutlined: React.FC = ({ ...props diff --git a/src/IconAccessibilityNewOutlinedFilled.tsx b/src/IconAccessibilityNewOutlinedFilled.tsx index 1f5c20137..2768040be 100644 --- a/src/IconAccessibilityNewOutlinedFilled.tsx +++ b/src/IconAccessibilityNewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilityNewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccessibilityNewRounded.tsx b/src/IconAccessibilityNewRounded.tsx index 953b7bb30..d084637ee 100644 --- a/src/IconAccessibilityNewRounded.tsx +++ b/src/IconAccessibilityNewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilityNewRounded: React.FC = ({ ...props diff --git a/src/IconAccessibilityNewRoundedFilled.tsx b/src/IconAccessibilityNewRoundedFilled.tsx index d1ce5754b..f7a465027 100644 --- a/src/IconAccessibilityNewRoundedFilled.tsx +++ b/src/IconAccessibilityNewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilityNewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccessibilityNewSharp.tsx b/src/IconAccessibilityNewSharp.tsx index 91c1b5545..4b0d98b80 100644 --- a/src/IconAccessibilityNewSharp.tsx +++ b/src/IconAccessibilityNewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilityNewSharp: React.FC = ({ ...props diff --git a/src/IconAccessibilityNewSharpFilled.tsx b/src/IconAccessibilityNewSharpFilled.tsx index c159064c6..279b9e4b5 100644 --- a/src/IconAccessibilityNewSharpFilled.tsx +++ b/src/IconAccessibilityNewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilityNewSharpFilled: React.FC = ({ ...props diff --git a/src/IconAccessibilityOutlined.tsx b/src/IconAccessibilityOutlined.tsx index e4cee8a21..55eae4691 100644 --- a/src/IconAccessibilityOutlined.tsx +++ b/src/IconAccessibilityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilityOutlined: React.FC = ({ ...props diff --git a/src/IconAccessibilityOutlinedFilled.tsx b/src/IconAccessibilityOutlinedFilled.tsx index a96037bbb..92bbfa28a 100644 --- a/src/IconAccessibilityOutlinedFilled.tsx +++ b/src/IconAccessibilityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccessibilityRounded.tsx b/src/IconAccessibilityRounded.tsx index e5b21b6d6..90c1a54fd 100644 --- a/src/IconAccessibilityRounded.tsx +++ b/src/IconAccessibilityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAccessibilityRoundedFilled.tsx b/src/IconAccessibilityRoundedFilled.tsx index 98e6c02d4..7254412aa 100644 --- a/src/IconAccessibilityRoundedFilled.tsx +++ b/src/IconAccessibilityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccessibilitySharp.tsx b/src/IconAccessibilitySharp.tsx index 964d8ef6e..c1faa2eda 100644 --- a/src/IconAccessibilitySharp.tsx +++ b/src/IconAccessibilitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAccessibilitySharpFilled.tsx b/src/IconAccessibilitySharpFilled.tsx index 864a347b7..e4cdba6ad 100644 --- a/src/IconAccessibilitySharpFilled.tsx +++ b/src/IconAccessibilitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibilitySharpFilled: React.FC = ({ ...props diff --git a/src/IconAccessibleForwardOutlined.tsx b/src/IconAccessibleForwardOutlined.tsx index 898430ee9..45216a095 100644 --- a/src/IconAccessibleForwardOutlined.tsx +++ b/src/IconAccessibleForwardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleForwardOutlined: React.FC = ({ ...props diff --git a/src/IconAccessibleForwardOutlinedFilled.tsx b/src/IconAccessibleForwardOutlinedFilled.tsx index e4888ab68..c7f31cbbd 100644 --- a/src/IconAccessibleForwardOutlinedFilled.tsx +++ b/src/IconAccessibleForwardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleForwardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccessibleForwardRounded.tsx b/src/IconAccessibleForwardRounded.tsx index 2737bba05..e23de8bf8 100644 --- a/src/IconAccessibleForwardRounded.tsx +++ b/src/IconAccessibleForwardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleForwardRounded: React.FC = ({ ...props diff --git a/src/IconAccessibleForwardRoundedFilled.tsx b/src/IconAccessibleForwardRoundedFilled.tsx index 82fdf5324..ce55a4670 100644 --- a/src/IconAccessibleForwardRoundedFilled.tsx +++ b/src/IconAccessibleForwardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleForwardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccessibleForwardSharp.tsx b/src/IconAccessibleForwardSharp.tsx index 5bd8a2b4e..1542fddf1 100644 --- a/src/IconAccessibleForwardSharp.tsx +++ b/src/IconAccessibleForwardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleForwardSharp: React.FC = ({ ...props diff --git a/src/IconAccessibleForwardSharpFilled.tsx b/src/IconAccessibleForwardSharpFilled.tsx index ee73baa6e..aa7a1fade 100644 --- a/src/IconAccessibleForwardSharpFilled.tsx +++ b/src/IconAccessibleForwardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleForwardSharpFilled: React.FC = ({ ...props diff --git a/src/IconAccessibleOutlined.tsx b/src/IconAccessibleOutlined.tsx index 0acdf2a40..71ff3c990 100644 --- a/src/IconAccessibleOutlined.tsx +++ b/src/IconAccessibleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAccessibleOutlinedFilled.tsx b/src/IconAccessibleOutlinedFilled.tsx index ddcc8446d..25f3ad849 100644 --- a/src/IconAccessibleOutlinedFilled.tsx +++ b/src/IconAccessibleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccessibleRounded.tsx b/src/IconAccessibleRounded.tsx index d56c6331f..03e2a7d86 100644 --- a/src/IconAccessibleRounded.tsx +++ b/src/IconAccessibleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAccessibleRoundedFilled.tsx b/src/IconAccessibleRoundedFilled.tsx index e0e0fc967..d03ebf13e 100644 --- a/src/IconAccessibleRoundedFilled.tsx +++ b/src/IconAccessibleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccessibleSharp.tsx b/src/IconAccessibleSharp.tsx index 056e5dd51..5b0c40188 100644 --- a/src/IconAccessibleSharp.tsx +++ b/src/IconAccessibleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAccessibleSharpFilled.tsx b/src/IconAccessibleSharpFilled.tsx index 613db092b..87a2c3817 100644 --- a/src/IconAccessibleSharpFilled.tsx +++ b/src/IconAccessibleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccessibleSharpFilled: React.FC = ({ ...props diff --git a/src/IconAccountBalanceOutlined.tsx b/src/IconAccountBalanceOutlined.tsx index eb4415b73..d4d5df56b 100644 --- a/src/IconAccountBalanceOutlined.tsx +++ b/src/IconAccountBalanceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceOutlined: React.FC = ({ ...props diff --git a/src/IconAccountBalanceOutlinedFilled.tsx b/src/IconAccountBalanceOutlinedFilled.tsx index 416cb9517..2b36ca8a4 100644 --- a/src/IconAccountBalanceOutlinedFilled.tsx +++ b/src/IconAccountBalanceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccountBalanceRounded.tsx b/src/IconAccountBalanceRounded.tsx index b78ad0285..3525be868 100644 --- a/src/IconAccountBalanceRounded.tsx +++ b/src/IconAccountBalanceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceRounded: React.FC = ({ ...props diff --git a/src/IconAccountBalanceRoundedFilled.tsx b/src/IconAccountBalanceRoundedFilled.tsx index f728c537b..cd81af59f 100644 --- a/src/IconAccountBalanceRoundedFilled.tsx +++ b/src/IconAccountBalanceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccountBalanceSharp.tsx b/src/IconAccountBalanceSharp.tsx index 518168c81..191eac84a 100644 --- a/src/IconAccountBalanceSharp.tsx +++ b/src/IconAccountBalanceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountBalanceSharpFilled.tsx b/src/IconAccountBalanceSharpFilled.tsx index f072f2c8e..4527df34e 100644 --- a/src/IconAccountBalanceSharpFilled.tsx +++ b/src/IconAccountBalanceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceSharpFilled: React.FC = ({ ...props diff --git a/src/IconAccountBalanceWalletOutlined.tsx b/src/IconAccountBalanceWalletOutlined.tsx index c1c9bfa5b..d83021b0a 100644 --- a/src/IconAccountBalanceWalletOutlined.tsx +++ b/src/IconAccountBalanceWalletOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceWalletOutlined: React.FC = ({ ...props diff --git a/src/IconAccountBalanceWalletOutlinedFilled.tsx b/src/IconAccountBalanceWalletOutlinedFilled.tsx index 62823a99d..b2168fb62 100644 --- a/src/IconAccountBalanceWalletOutlinedFilled.tsx +++ b/src/IconAccountBalanceWalletOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceWalletOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccountBalanceWalletRounded.tsx b/src/IconAccountBalanceWalletRounded.tsx index 0320333b5..fc45af1ca 100644 --- a/src/IconAccountBalanceWalletRounded.tsx +++ b/src/IconAccountBalanceWalletRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceWalletRounded: React.FC = ({ ...props diff --git a/src/IconAccountBalanceWalletRoundedFilled.tsx b/src/IconAccountBalanceWalletRoundedFilled.tsx index 81d77e9b2..0abc71950 100644 --- a/src/IconAccountBalanceWalletRoundedFilled.tsx +++ b/src/IconAccountBalanceWalletRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceWalletRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccountBalanceWalletSharp.tsx b/src/IconAccountBalanceWalletSharp.tsx index 555e58868..41d562468 100644 --- a/src/IconAccountBalanceWalletSharp.tsx +++ b/src/IconAccountBalanceWalletSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceWalletSharp: React.FC = ({ ...props diff --git a/src/IconAccountBalanceWalletSharpFilled.tsx b/src/IconAccountBalanceWalletSharpFilled.tsx index 9cd76c065..3de000e84 100644 --- a/src/IconAccountBalanceWalletSharpFilled.tsx +++ b/src/IconAccountBalanceWalletSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBalanceWalletSharpFilled: React.FC = ({ ...props diff --git a/src/IconAccountBoxOutlined.tsx b/src/IconAccountBoxOutlined.tsx index c3b4c4127..fde8d8ce2 100644 --- a/src/IconAccountBoxOutlined.tsx +++ b/src/IconAccountBoxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBoxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountBoxOutlinedFilled.tsx b/src/IconAccountBoxOutlinedFilled.tsx index be18cf064..1939ae290 100644 --- a/src/IconAccountBoxOutlinedFilled.tsx +++ b/src/IconAccountBoxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBoxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccountBoxRounded.tsx b/src/IconAccountBoxRounded.tsx index 98967bac7..9e54e7b91 100644 --- a/src/IconAccountBoxRounded.tsx +++ b/src/IconAccountBoxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBoxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountBoxRoundedFilled.tsx b/src/IconAccountBoxRoundedFilled.tsx index 629355776..3ea49ef29 100644 --- a/src/IconAccountBoxRoundedFilled.tsx +++ b/src/IconAccountBoxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBoxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccountBoxSharp.tsx b/src/IconAccountBoxSharp.tsx index cea2cdc8d..881132253 100644 --- a/src/IconAccountBoxSharp.tsx +++ b/src/IconAccountBoxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBoxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountBoxSharpFilled.tsx b/src/IconAccountBoxSharpFilled.tsx index 0b0df4ebe..470283bbd 100644 --- a/src/IconAccountBoxSharpFilled.tsx +++ b/src/IconAccountBoxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountBoxSharpFilled: React.FC = ({ ...props diff --git a/src/IconAccountChildInvertOutlined.tsx b/src/IconAccountChildInvertOutlined.tsx index 85a46e4ab..d662120a1 100644 --- a/src/IconAccountChildInvertOutlined.tsx +++ b/src/IconAccountChildInvertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildInvertOutlined: React.FC = ({ ...props diff --git a/src/IconAccountChildInvertOutlinedFilled.tsx b/src/IconAccountChildInvertOutlinedFilled.tsx index 7c95acfa5..fed5e0a0a 100644 --- a/src/IconAccountChildInvertOutlinedFilled.tsx +++ b/src/IconAccountChildInvertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildInvertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccountChildInvertRounded.tsx b/src/IconAccountChildInvertRounded.tsx index be41e6524..fccee7bfe 100644 --- a/src/IconAccountChildInvertRounded.tsx +++ b/src/IconAccountChildInvertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildInvertRounded: React.FC = ({ ...props diff --git a/src/IconAccountChildInvertRoundedFilled.tsx b/src/IconAccountChildInvertRoundedFilled.tsx index 98c8a8cf8..77db89f01 100644 --- a/src/IconAccountChildInvertRoundedFilled.tsx +++ b/src/IconAccountChildInvertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildInvertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccountChildInvertSharp.tsx b/src/IconAccountChildInvertSharp.tsx index 6c71a087f..aedf12db2 100644 --- a/src/IconAccountChildInvertSharp.tsx +++ b/src/IconAccountChildInvertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildInvertSharp: React.FC = ({ ...props diff --git a/src/IconAccountChildInvertSharpFilled.tsx b/src/IconAccountChildInvertSharpFilled.tsx index 11ee2f157..60df949d9 100644 --- a/src/IconAccountChildInvertSharpFilled.tsx +++ b/src/IconAccountChildInvertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildInvertSharpFilled: React.FC = ({ ...props diff --git a/src/IconAccountChildOutlined.tsx b/src/IconAccountChildOutlined.tsx index f1edb268a..1024d6dd1 100644 --- a/src/IconAccountChildOutlined.tsx +++ b/src/IconAccountChildOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountChildOutlinedFilled.tsx b/src/IconAccountChildOutlinedFilled.tsx index 869f721bb..d5e3657ec 100644 --- a/src/IconAccountChildOutlinedFilled.tsx +++ b/src/IconAccountChildOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccountChildRounded.tsx b/src/IconAccountChildRounded.tsx index 52d34daf9..8019654c8 100644 --- a/src/IconAccountChildRounded.tsx +++ b/src/IconAccountChildRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountChildRoundedFilled.tsx b/src/IconAccountChildRoundedFilled.tsx index 8db60dd2e..491932fa0 100644 --- a/src/IconAccountChildRoundedFilled.tsx +++ b/src/IconAccountChildRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccountChildSharp.tsx b/src/IconAccountChildSharp.tsx index a87d83100..308436e10 100644 --- a/src/IconAccountChildSharp.tsx +++ b/src/IconAccountChildSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountChildSharpFilled.tsx b/src/IconAccountChildSharpFilled.tsx index 48b0f0ed1..ad2615b12 100644 --- a/src/IconAccountChildSharpFilled.tsx +++ b/src/IconAccountChildSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountChildSharpFilled: React.FC = ({ ...props diff --git a/src/IconAccountCircleOffOutlined.tsx b/src/IconAccountCircleOffOutlined.tsx index 300e37e91..de4147f6d 100644 --- a/src/IconAccountCircleOffOutlined.tsx +++ b/src/IconAccountCircleOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleOffOutlined: React.FC = ({ ...props diff --git a/src/IconAccountCircleOffOutlinedFilled.tsx b/src/IconAccountCircleOffOutlinedFilled.tsx index 005689661..00fdac055 100644 --- a/src/IconAccountCircleOffOutlinedFilled.tsx +++ b/src/IconAccountCircleOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccountCircleOffRounded.tsx b/src/IconAccountCircleOffRounded.tsx index 67f28a38d..a17408cda 100644 --- a/src/IconAccountCircleOffRounded.tsx +++ b/src/IconAccountCircleOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleOffRounded: React.FC = ({ ...props diff --git a/src/IconAccountCircleOffRoundedFilled.tsx b/src/IconAccountCircleOffRoundedFilled.tsx index 39f53dc95..f1388cb07 100644 --- a/src/IconAccountCircleOffRoundedFilled.tsx +++ b/src/IconAccountCircleOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccountCircleOffSharp.tsx b/src/IconAccountCircleOffSharp.tsx index 7c6d68c69..a0166e410 100644 --- a/src/IconAccountCircleOffSharp.tsx +++ b/src/IconAccountCircleOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleOffSharp: React.FC = ({ ...props diff --git a/src/IconAccountCircleOffSharpFilled.tsx b/src/IconAccountCircleOffSharpFilled.tsx index 6ca57dea3..30ab577c7 100644 --- a/src/IconAccountCircleOffSharpFilled.tsx +++ b/src/IconAccountCircleOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconAccountCircleOutlined.tsx b/src/IconAccountCircleOutlined.tsx index 0bb947704..f0e6d7dc5 100644 --- a/src/IconAccountCircleOutlined.tsx +++ b/src/IconAccountCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleOutlined: React.FC = ({ ...props diff --git a/src/IconAccountCircleOutlinedFilled.tsx b/src/IconAccountCircleOutlinedFilled.tsx index 2e48f33af..671e2b570 100644 --- a/src/IconAccountCircleOutlinedFilled.tsx +++ b/src/IconAccountCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccountCircleRounded.tsx b/src/IconAccountCircleRounded.tsx index fe5681d39..776a71c6c 100644 --- a/src/IconAccountCircleRounded.tsx +++ b/src/IconAccountCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountCircleRoundedFilled.tsx b/src/IconAccountCircleRoundedFilled.tsx index 7208120dc..7bb81a3b1 100644 --- a/src/IconAccountCircleRoundedFilled.tsx +++ b/src/IconAccountCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccountCircleSharp.tsx b/src/IconAccountCircleSharp.tsx index 574a32573..1e70a775b 100644 --- a/src/IconAccountCircleSharp.tsx +++ b/src/IconAccountCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountCircleSharpFilled.tsx b/src/IconAccountCircleSharpFilled.tsx index 6d4070f71..2976889b9 100644 --- a/src/IconAccountCircleSharpFilled.tsx +++ b/src/IconAccountCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconAccountTreeOutlined.tsx b/src/IconAccountTreeOutlined.tsx index 602f23be9..37fdabcbc 100644 --- a/src/IconAccountTreeOutlined.tsx +++ b/src/IconAccountTreeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountTreeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountTreeOutlinedFilled.tsx b/src/IconAccountTreeOutlinedFilled.tsx index 245a5eb01..6e59e6248 100644 --- a/src/IconAccountTreeOutlinedFilled.tsx +++ b/src/IconAccountTreeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountTreeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAccountTreeRounded.tsx b/src/IconAccountTreeRounded.tsx index d65e230da..15b1efdc7 100644 --- a/src/IconAccountTreeRounded.tsx +++ b/src/IconAccountTreeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountTreeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountTreeRoundedFilled.tsx b/src/IconAccountTreeRoundedFilled.tsx index b7f79a0fc..e02d110d0 100644 --- a/src/IconAccountTreeRoundedFilled.tsx +++ b/src/IconAccountTreeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountTreeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAccountTreeSharp.tsx b/src/IconAccountTreeSharp.tsx index f273c5ebb..162db6335 100644 --- a/src/IconAccountTreeSharp.tsx +++ b/src/IconAccountTreeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountTreeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAccountTreeSharpFilled.tsx b/src/IconAccountTreeSharpFilled.tsx index dcf731fd4..8110375ba 100644 --- a/src/IconAccountTreeSharpFilled.tsx +++ b/src/IconAccountTreeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAccountTreeSharpFilled: React.FC = ({ ...props diff --git a/src/IconActionKeyOutlined.tsx b/src/IconActionKeyOutlined.tsx index 0329504f7..8d6a7b422 100644 --- a/src/IconActionKeyOutlined.tsx +++ b/src/IconActionKeyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActionKeyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconActionKeyOutlinedFilled.tsx b/src/IconActionKeyOutlinedFilled.tsx index 92df3181f..cef47151b 100644 --- a/src/IconActionKeyOutlinedFilled.tsx +++ b/src/IconActionKeyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActionKeyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconActionKeyRounded.tsx b/src/IconActionKeyRounded.tsx index 92707fa56..1fdf28d73 100644 --- a/src/IconActionKeyRounded.tsx +++ b/src/IconActionKeyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActionKeyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconActionKeyRoundedFilled.tsx b/src/IconActionKeyRoundedFilled.tsx index 8e56e0af9..a873a69af 100644 --- a/src/IconActionKeyRoundedFilled.tsx +++ b/src/IconActionKeyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActionKeyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconActionKeySharp.tsx b/src/IconActionKeySharp.tsx index 8bb0a8f52..4550bfbff 100644 --- a/src/IconActionKeySharp.tsx +++ b/src/IconActionKeySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActionKeySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconActionKeySharpFilled.tsx b/src/IconActionKeySharpFilled.tsx index bda92021c..8409f0b60 100644 --- a/src/IconActionKeySharpFilled.tsx +++ b/src/IconActionKeySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActionKeySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconActivityZoneOutlined.tsx b/src/IconActivityZoneOutlined.tsx index 5b2f19792..0a6691687 100644 --- a/src/IconActivityZoneOutlined.tsx +++ b/src/IconActivityZoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActivityZoneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconActivityZoneOutlinedFilled.tsx b/src/IconActivityZoneOutlinedFilled.tsx index a96673601..e73bd8890 100644 --- a/src/IconActivityZoneOutlinedFilled.tsx +++ b/src/IconActivityZoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActivityZoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconActivityZoneRounded.tsx b/src/IconActivityZoneRounded.tsx index 3c6b06268..dfea787da 100644 --- a/src/IconActivityZoneRounded.tsx +++ b/src/IconActivityZoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActivityZoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconActivityZoneRoundedFilled.tsx b/src/IconActivityZoneRoundedFilled.tsx index 686e09f6b..6acd1ecad 100644 --- a/src/IconActivityZoneRoundedFilled.tsx +++ b/src/IconActivityZoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActivityZoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconActivityZoneSharp.tsx b/src/IconActivityZoneSharp.tsx index 57a22aedc..3d7f5ca83 100644 --- a/src/IconActivityZoneSharp.tsx +++ b/src/IconActivityZoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActivityZoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconActivityZoneSharpFilled.tsx b/src/IconActivityZoneSharpFilled.tsx index 32f9c33af..38784c012 100644 --- a/src/IconActivityZoneSharpFilled.tsx +++ b/src/IconActivityZoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconActivityZoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconAcuteOutlined.tsx b/src/IconAcuteOutlined.tsx index 0096e0a9a..34b6f2d54 100644 --- a/src/IconAcuteOutlined.tsx +++ b/src/IconAcuteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcuteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAcuteOutlinedFilled.tsx b/src/IconAcuteOutlinedFilled.tsx index e359be962..37b8fab86 100644 --- a/src/IconAcuteOutlinedFilled.tsx +++ b/src/IconAcuteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcuteOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAcuteRounded.tsx b/src/IconAcuteRounded.tsx index 0ac6fe209..0604d92da 100644 --- a/src/IconAcuteRounded.tsx +++ b/src/IconAcuteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcuteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAcuteRoundedFilled.tsx b/src/IconAcuteRoundedFilled.tsx index a41fd0b70..0a2355a15 100644 --- a/src/IconAcuteRoundedFilled.tsx +++ b/src/IconAcuteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcuteRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAcuteSharp.tsx b/src/IconAcuteSharp.tsx index cf08f5b55..2b2d9f66e 100644 --- a/src/IconAcuteSharp.tsx +++ b/src/IconAcuteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcuteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAcuteSharpFilled.tsx b/src/IconAcuteSharpFilled.tsx index cc455fc0f..586a72950 100644 --- a/src/IconAcuteSharpFilled.tsx +++ b/src/IconAcuteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAcuteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdGroupOffOutlined.tsx b/src/IconAdGroupOffOutlined.tsx index ebfba98d9..3730955c4 100644 --- a/src/IconAdGroupOffOutlined.tsx +++ b/src/IconAdGroupOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAdGroupOffOutlinedFilled.tsx b/src/IconAdGroupOffOutlinedFilled.tsx index 4a3209d75..7540c4b09 100644 --- a/src/IconAdGroupOffOutlinedFilled.tsx +++ b/src/IconAdGroupOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAdGroupOffRounded.tsx b/src/IconAdGroupOffRounded.tsx index 268af47ac..ee63a86fd 100644 --- a/src/IconAdGroupOffRounded.tsx +++ b/src/IconAdGroupOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAdGroupOffRoundedFilled.tsx b/src/IconAdGroupOffRoundedFilled.tsx index 021c2f6c7..0ecf17a4d 100644 --- a/src/IconAdGroupOffRoundedFilled.tsx +++ b/src/IconAdGroupOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAdGroupOffSharp.tsx b/src/IconAdGroupOffSharp.tsx index 5f32499fb..f6c3324c6 100644 --- a/src/IconAdGroupOffSharp.tsx +++ b/src/IconAdGroupOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAdGroupOffSharpFilled.tsx b/src/IconAdGroupOffSharpFilled.tsx index 9eb403c76..8f935c4f3 100644 --- a/src/IconAdGroupOffSharpFilled.tsx +++ b/src/IconAdGroupOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconAdGroupOutlined.tsx b/src/IconAdGroupOutlined.tsx index df0bfca3e..962a71429 100644 --- a/src/IconAdGroupOutlined.tsx +++ b/src/IconAdGroupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAdGroupOutlinedFilled.tsx b/src/IconAdGroupOutlinedFilled.tsx index 640813b31..f88aba43a 100644 --- a/src/IconAdGroupOutlinedFilled.tsx +++ b/src/IconAdGroupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAdGroupRounded.tsx b/src/IconAdGroupRounded.tsx index 3886f447c..55bca3bab 100644 --- a/src/IconAdGroupRounded.tsx +++ b/src/IconAdGroupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAdGroupRoundedFilled.tsx b/src/IconAdGroupRoundedFilled.tsx index a958391ba..4e1e9318e 100644 --- a/src/IconAdGroupRoundedFilled.tsx +++ b/src/IconAdGroupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdGroupSharp.tsx b/src/IconAdGroupSharp.tsx index c4a27493f..213c63e50 100644 --- a/src/IconAdGroupSharp.tsx +++ b/src/IconAdGroupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAdGroupSharpFilled.tsx b/src/IconAdGroupSharpFilled.tsx index 85811b92a..959690ea1 100644 --- a/src/IconAdGroupSharpFilled.tsx +++ b/src/IconAdGroupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdGroupSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdOffOutlined.tsx b/src/IconAdOffOutlined.tsx index 9365753bc..b10b1e1b8 100644 --- a/src/IconAdOffOutlined.tsx +++ b/src/IconAdOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAdOffOutlinedFilled.tsx b/src/IconAdOffOutlinedFilled.tsx index a8c2eaede..9df625773 100644 --- a/src/IconAdOffOutlinedFilled.tsx +++ b/src/IconAdOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdOffOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdOffRounded.tsx b/src/IconAdOffRounded.tsx index 7ae027777..1af4942eb 100644 --- a/src/IconAdOffRounded.tsx +++ b/src/IconAdOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAdOffRoundedFilled.tsx b/src/IconAdOffRoundedFilled.tsx index bb75e6785..7955fb104 100644 --- a/src/IconAdOffRoundedFilled.tsx +++ b/src/IconAdOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdOffSharp.tsx b/src/IconAdOffSharp.tsx index ef5c1d482..4b7e263c8 100644 --- a/src/IconAdOffSharp.tsx +++ b/src/IconAdOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAdOffSharpFilled.tsx b/src/IconAdOffSharpFilled.tsx index 059d61c7e..b60e5b3cd 100644 --- a/src/IconAdOffSharpFilled.tsx +++ b/src/IconAdOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdOutlined.tsx b/src/IconAdOutlined.tsx index 423aeb8a8..f55c23c25 100644 --- a/src/IconAdOutlined.tsx +++ b/src/IconAdOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAdOutlinedFilled.tsx b/src/IconAdOutlinedFilled.tsx index 75198c3aa..5c9a64e6a 100644 --- a/src/IconAdOutlinedFilled.tsx +++ b/src/IconAdOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdRounded.tsx b/src/IconAdRounded.tsx index 98fbdad2a..7a2c457b0 100644 --- a/src/IconAdRounded.tsx +++ b/src/IconAdRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAdRoundedFilled.tsx b/src/IconAdRoundedFilled.tsx index a378974ba..d26109c5b 100644 --- a/src/IconAdRoundedFilled.tsx +++ b/src/IconAdRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdSharp.tsx b/src/IconAdSharp.tsx index 0b294d931..6daf63e22 100644 --- a/src/IconAdSharp.tsx +++ b/src/IconAdSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAdSharpFilled.tsx b/src/IconAdSharpFilled.tsx index 4a3dd6499..9fcb205e5 100644 --- a/src/IconAdSharpFilled.tsx +++ b/src/IconAdSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdUnitsOutlined.tsx b/src/IconAdUnitsOutlined.tsx index 86b62ca7d..94c4444b1 100644 --- a/src/IconAdUnitsOutlined.tsx +++ b/src/IconAdUnitsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdUnitsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAdUnitsOutlinedFilled.tsx b/src/IconAdUnitsOutlinedFilled.tsx index 573fa307c..4eda6f4cf 100644 --- a/src/IconAdUnitsOutlinedFilled.tsx +++ b/src/IconAdUnitsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdUnitsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAdUnitsRounded.tsx b/src/IconAdUnitsRounded.tsx index 57b723eb2..cdb84e637 100644 --- a/src/IconAdUnitsRounded.tsx +++ b/src/IconAdUnitsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdUnitsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAdUnitsRoundedFilled.tsx b/src/IconAdUnitsRoundedFilled.tsx index 20e7bae7c..e80a0cb61 100644 --- a/src/IconAdUnitsRoundedFilled.tsx +++ b/src/IconAdUnitsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdUnitsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdUnitsSharp.tsx b/src/IconAdUnitsSharp.tsx index 0e4ef6e01..00b883d98 100644 --- a/src/IconAdUnitsSharp.tsx +++ b/src/IconAdUnitsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdUnitsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAdUnitsSharpFilled.tsx b/src/IconAdUnitsSharpFilled.tsx index 39f61f1dc..33c4d2523 100644 --- a/src/IconAdUnitsSharpFilled.tsx +++ b/src/IconAdUnitsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdUnitsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdaptiveAudioMicOffOutlined.tsx b/src/IconAdaptiveAudioMicOffOutlined.tsx index 541855766..c05bb82ca 100644 --- a/src/IconAdaptiveAudioMicOffOutlined.tsx +++ b/src/IconAdaptiveAudioMicOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicOffOutlined: React.FC = ({ ...props diff --git a/src/IconAdaptiveAudioMicOffOutlinedFilled.tsx b/src/IconAdaptiveAudioMicOffOutlinedFilled.tsx index d47089026..9aaedbfc1 100644 --- a/src/IconAdaptiveAudioMicOffOutlinedFilled.tsx +++ b/src/IconAdaptiveAudioMicOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAdaptiveAudioMicOffRounded.tsx b/src/IconAdaptiveAudioMicOffRounded.tsx index 0973617c5..b14254b55 100644 --- a/src/IconAdaptiveAudioMicOffRounded.tsx +++ b/src/IconAdaptiveAudioMicOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicOffRounded: React.FC = ({ ...props diff --git a/src/IconAdaptiveAudioMicOffRoundedFilled.tsx b/src/IconAdaptiveAudioMicOffRoundedFilled.tsx index e61882368..60e775f79 100644 --- a/src/IconAdaptiveAudioMicOffRoundedFilled.tsx +++ b/src/IconAdaptiveAudioMicOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAdaptiveAudioMicOffSharp.tsx b/src/IconAdaptiveAudioMicOffSharp.tsx index 7e35760a4..e2b1e6562 100644 --- a/src/IconAdaptiveAudioMicOffSharp.tsx +++ b/src/IconAdaptiveAudioMicOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicOffSharp: React.FC = ({ ...props diff --git a/src/IconAdaptiveAudioMicOffSharpFilled.tsx b/src/IconAdaptiveAudioMicOffSharpFilled.tsx index e75db9592..b0773f65e 100644 --- a/src/IconAdaptiveAudioMicOffSharpFilled.tsx +++ b/src/IconAdaptiveAudioMicOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconAdaptiveAudioMicOutlined.tsx b/src/IconAdaptiveAudioMicOutlined.tsx index e0fb6aafa..a8e6bbd6a 100644 --- a/src/IconAdaptiveAudioMicOutlined.tsx +++ b/src/IconAdaptiveAudioMicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicOutlined: React.FC = ({ ...props diff --git a/src/IconAdaptiveAudioMicOutlinedFilled.tsx b/src/IconAdaptiveAudioMicOutlinedFilled.tsx index 5667ad84c..9b117b99a 100644 --- a/src/IconAdaptiveAudioMicOutlinedFilled.tsx +++ b/src/IconAdaptiveAudioMicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAdaptiveAudioMicRounded.tsx b/src/IconAdaptiveAudioMicRounded.tsx index faf9e1c3a..3d7d2294a 100644 --- a/src/IconAdaptiveAudioMicRounded.tsx +++ b/src/IconAdaptiveAudioMicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicRounded: React.FC = ({ ...props diff --git a/src/IconAdaptiveAudioMicRoundedFilled.tsx b/src/IconAdaptiveAudioMicRoundedFilled.tsx index 7c95f3bac..3b3fdd873 100644 --- a/src/IconAdaptiveAudioMicRoundedFilled.tsx +++ b/src/IconAdaptiveAudioMicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAdaptiveAudioMicSharp.tsx b/src/IconAdaptiveAudioMicSharp.tsx index ded947608..e63732483 100644 --- a/src/IconAdaptiveAudioMicSharp.tsx +++ b/src/IconAdaptiveAudioMicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicSharp: React.FC = ({ ...props diff --git a/src/IconAdaptiveAudioMicSharpFilled.tsx b/src/IconAdaptiveAudioMicSharpFilled.tsx index 2a58704c7..7cafe2ace 100644 --- a/src/IconAdaptiveAudioMicSharpFilled.tsx +++ b/src/IconAdaptiveAudioMicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdaptiveAudioMicSharpFilled: React.FC = ({ ...props diff --git a/src/IconAdbOutlined.tsx b/src/IconAdbOutlined.tsx index 81c8676f5..7dd18f9d7 100644 --- a/src/IconAdbOutlined.tsx +++ b/src/IconAdbOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdbOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAdbOutlinedFilled.tsx b/src/IconAdbOutlinedFilled.tsx index cbb5df3ae..68fc915af 100644 --- a/src/IconAdbOutlinedFilled.tsx +++ b/src/IconAdbOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdbOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdbRounded.tsx b/src/IconAdbRounded.tsx index 1af9246b3..53aff0cd9 100644 --- a/src/IconAdbRounded.tsx +++ b/src/IconAdbRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdbRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAdbRoundedFilled.tsx b/src/IconAdbRoundedFilled.tsx index a1be978dc..d43a297d2 100644 --- a/src/IconAdbRoundedFilled.tsx +++ b/src/IconAdbRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdbRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdbSharp.tsx b/src/IconAdbSharp.tsx index 0b01cfdda..b6c8eb9f8 100644 --- a/src/IconAdbSharp.tsx +++ b/src/IconAdbSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdbSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAdbSharpFilled.tsx b/src/IconAdbSharpFilled.tsx index 1e9a1076e..c2645a923 100644 --- a/src/IconAdbSharpFilled.tsx +++ b/src/IconAdbSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdbSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdd2Outlined.tsx b/src/IconAdd2Outlined.tsx index c0cf760a4..a61baa104 100644 --- a/src/IconAdd2Outlined.tsx +++ b/src/IconAdd2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdd2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAdd2OutlinedFilled.tsx b/src/IconAdd2OutlinedFilled.tsx index 1469ed006..99f9e36cb 100644 --- a/src/IconAdd2OutlinedFilled.tsx +++ b/src/IconAdd2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdd2OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdd2Rounded.tsx b/src/IconAdd2Rounded.tsx index f0112daf8..620d74295 100644 --- a/src/IconAdd2Rounded.tsx +++ b/src/IconAdd2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdd2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAdd2RoundedFilled.tsx b/src/IconAdd2RoundedFilled.tsx index 61472c3be..b678a5348 100644 --- a/src/IconAdd2RoundedFilled.tsx +++ b/src/IconAdd2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdd2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdd2Sharp.tsx b/src/IconAdd2Sharp.tsx index d056c8eca..c7c73e801 100644 --- a/src/IconAdd2Sharp.tsx +++ b/src/IconAdd2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdd2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAdd2SharpFilled.tsx b/src/IconAdd2SharpFilled.tsx index 8d48f49b9..d74cf7661 100644 --- a/src/IconAdd2SharpFilled.tsx +++ b/src/IconAdd2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdd2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAPhotoOutlined.tsx b/src/IconAddAPhotoOutlined.tsx index 3b13fe716..e5ca5d01b 100644 --- a/src/IconAddAPhotoOutlined.tsx +++ b/src/IconAddAPhotoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAPhotoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAPhotoOutlinedFilled.tsx b/src/IconAddAPhotoOutlinedFilled.tsx index d13022f01..21d6a2ba6 100644 --- a/src/IconAddAPhotoOutlinedFilled.tsx +++ b/src/IconAddAPhotoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAPhotoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddAPhotoRounded.tsx b/src/IconAddAPhotoRounded.tsx index 9c91a9fb3..38672e289 100644 --- a/src/IconAddAPhotoRounded.tsx +++ b/src/IconAddAPhotoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAPhotoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAPhotoRoundedFilled.tsx b/src/IconAddAPhotoRoundedFilled.tsx index f594f8efb..4f139e150 100644 --- a/src/IconAddAPhotoRoundedFilled.tsx +++ b/src/IconAddAPhotoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAPhotoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddAPhotoSharp.tsx b/src/IconAddAPhotoSharp.tsx index b7b73e05d..479b6d852 100644 --- a/src/IconAddAPhotoSharp.tsx +++ b/src/IconAddAPhotoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAPhotoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAPhotoSharpFilled.tsx b/src/IconAddAPhotoSharpFilled.tsx index e0f869f78..98711be5c 100644 --- a/src/IconAddAPhotoSharpFilled.tsx +++ b/src/IconAddAPhotoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAPhotoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAdOutlined.tsx b/src/IconAddAdOutlined.tsx index 95fbaf420..6bf628832 100644 --- a/src/IconAddAdOutlined.tsx +++ b/src/IconAddAdOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAdOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAdOutlinedFilled.tsx b/src/IconAddAdOutlinedFilled.tsx index a9c2a0b44..fe9d5ab11 100644 --- a/src/IconAddAdOutlinedFilled.tsx +++ b/src/IconAddAdOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAdOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAdRounded.tsx b/src/IconAddAdRounded.tsx index 3b710331e..97b0b3ce7 100644 --- a/src/IconAddAdRounded.tsx +++ b/src/IconAddAdRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAdRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAdRoundedFilled.tsx b/src/IconAddAdRoundedFilled.tsx index 0beb28d45..2283c9569 100644 --- a/src/IconAddAdRoundedFilled.tsx +++ b/src/IconAddAdRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAdRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAdSharp.tsx b/src/IconAddAdSharp.tsx index 492ef160a..45fe91a87 100644 --- a/src/IconAddAdSharp.tsx +++ b/src/IconAddAdSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAdSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAdSharpFilled.tsx b/src/IconAddAdSharpFilled.tsx index 987f44f0d..083566f2b 100644 --- a/src/IconAddAdSharpFilled.tsx +++ b/src/IconAddAdSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAdSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAlertOutlined.tsx b/src/IconAddAlertOutlined.tsx index c774bf6e5..cf93b4192 100644 --- a/src/IconAddAlertOutlined.tsx +++ b/src/IconAddAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAlertOutlinedFilled.tsx b/src/IconAddAlertOutlinedFilled.tsx index eda0006e0..868616e6e 100644 --- a/src/IconAddAlertOutlinedFilled.tsx +++ b/src/IconAddAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddAlertRounded.tsx b/src/IconAddAlertRounded.tsx index 9f3454548..b8f688b27 100644 --- a/src/IconAddAlertRounded.tsx +++ b/src/IconAddAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAlertRoundedFilled.tsx b/src/IconAddAlertRoundedFilled.tsx index 670d04a32..ac4d309a4 100644 --- a/src/IconAddAlertRoundedFilled.tsx +++ b/src/IconAddAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddAlertSharp.tsx b/src/IconAddAlertSharp.tsx index 6bcbb2a53..accb2c3a1 100644 --- a/src/IconAddAlertSharp.tsx +++ b/src/IconAddAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddAlertSharpFilled.tsx b/src/IconAddAlertSharpFilled.tsx index 6a88b6b3e..6e813a4ed 100644 --- a/src/IconAddAlertSharpFilled.tsx +++ b/src/IconAddAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddAlertSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddBoxOutlined.tsx b/src/IconAddBoxOutlined.tsx index aebe69371..aa78339a4 100644 --- a/src/IconAddBoxOutlined.tsx +++ b/src/IconAddBoxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBoxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddBoxOutlinedFilled.tsx b/src/IconAddBoxOutlinedFilled.tsx index f0d40cb48..5cfec4b12 100644 --- a/src/IconAddBoxOutlinedFilled.tsx +++ b/src/IconAddBoxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBoxOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddBoxRounded.tsx b/src/IconAddBoxRounded.tsx index 60216f3b3..1e6b5ab1d 100644 --- a/src/IconAddBoxRounded.tsx +++ b/src/IconAddBoxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBoxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddBoxRoundedFilled.tsx b/src/IconAddBoxRoundedFilled.tsx index a96fd4c61..08eab5b3a 100644 --- a/src/IconAddBoxRoundedFilled.tsx +++ b/src/IconAddBoxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBoxRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddBoxSharp.tsx b/src/IconAddBoxSharp.tsx index e29f3140e..c57693f22 100644 --- a/src/IconAddBoxSharp.tsx +++ b/src/IconAddBoxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBoxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddBoxSharpFilled.tsx b/src/IconAddBoxSharpFilled.tsx index b252e8404..1085ced26 100644 --- a/src/IconAddBoxSharpFilled.tsx +++ b/src/IconAddBoxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBoxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddBusinessOutlined.tsx b/src/IconAddBusinessOutlined.tsx index 7e7d94f4b..b47092443 100644 --- a/src/IconAddBusinessOutlined.tsx +++ b/src/IconAddBusinessOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBusinessOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddBusinessOutlinedFilled.tsx b/src/IconAddBusinessOutlinedFilled.tsx index 98b18f44f..694d4e672 100644 --- a/src/IconAddBusinessOutlinedFilled.tsx +++ b/src/IconAddBusinessOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBusinessOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddBusinessRounded.tsx b/src/IconAddBusinessRounded.tsx index 347ba4028..45369d68e 100644 --- a/src/IconAddBusinessRounded.tsx +++ b/src/IconAddBusinessRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBusinessRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddBusinessRoundedFilled.tsx b/src/IconAddBusinessRoundedFilled.tsx index df075016f..c11619ab2 100644 --- a/src/IconAddBusinessRoundedFilled.tsx +++ b/src/IconAddBusinessRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBusinessRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddBusinessSharp.tsx b/src/IconAddBusinessSharp.tsx index 969748962..841fc91d5 100644 --- a/src/IconAddBusinessSharp.tsx +++ b/src/IconAddBusinessSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBusinessSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddBusinessSharpFilled.tsx b/src/IconAddBusinessSharpFilled.tsx index bf53c04b7..140160e7c 100644 --- a/src/IconAddBusinessSharpFilled.tsx +++ b/src/IconAddBusinessSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddBusinessSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddCallOutlined.tsx b/src/IconAddCallOutlined.tsx index e1c545ca4..66575db74 100644 --- a/src/IconAddCallOutlined.tsx +++ b/src/IconAddCallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCallOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCallOutlinedFilled.tsx b/src/IconAddCallOutlinedFilled.tsx index 95e24fd8b..d958abacd 100644 --- a/src/IconAddCallOutlinedFilled.tsx +++ b/src/IconAddCallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddCallRounded.tsx b/src/IconAddCallRounded.tsx index d3ccb3442..9fcea8792 100644 --- a/src/IconAddCallRounded.tsx +++ b/src/IconAddCallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCallRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCallRoundedFilled.tsx b/src/IconAddCallRoundedFilled.tsx index 3add00d13..9eacd51ff 100644 --- a/src/IconAddCallRoundedFilled.tsx +++ b/src/IconAddCallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCallRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCallSharp.tsx b/src/IconAddCallSharp.tsx index 746377ed3..f369c182f 100644 --- a/src/IconAddCallSharp.tsx +++ b/src/IconAddCallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCallSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCallSharpFilled.tsx b/src/IconAddCallSharpFilled.tsx index 99393c5dd..63acf669f 100644 --- a/src/IconAddCallSharpFilled.tsx +++ b/src/IconAddCallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCallSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCardOutlined.tsx b/src/IconAddCardOutlined.tsx index 72036ede3..cec759e5c 100644 --- a/src/IconAddCardOutlined.tsx +++ b/src/IconAddCardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCardOutlinedFilled.tsx b/src/IconAddCardOutlinedFilled.tsx index 4acfc0ff8..630a07e41 100644 --- a/src/IconAddCardOutlinedFilled.tsx +++ b/src/IconAddCardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddCardRounded.tsx b/src/IconAddCardRounded.tsx index 84a923636..428976e18 100644 --- a/src/IconAddCardRounded.tsx +++ b/src/IconAddCardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCardRoundedFilled.tsx b/src/IconAddCardRoundedFilled.tsx index 576608539..45836370d 100644 --- a/src/IconAddCardRoundedFilled.tsx +++ b/src/IconAddCardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCardRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCardSharp.tsx b/src/IconAddCardSharp.tsx index 42efea6ce..d44b3c98e 100644 --- a/src/IconAddCardSharp.tsx +++ b/src/IconAddCardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCardSharpFilled.tsx b/src/IconAddCardSharpFilled.tsx index ea95d14a2..973c48974 100644 --- a/src/IconAddCardSharpFilled.tsx +++ b/src/IconAddCardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCardSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddChartOutlined.tsx b/src/IconAddChartOutlined.tsx index 956bba325..6ba75bd7d 100644 --- a/src/IconAddChartOutlined.tsx +++ b/src/IconAddChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddChartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddChartOutlinedFilled.tsx b/src/IconAddChartOutlinedFilled.tsx index d519df253..ede40013b 100644 --- a/src/IconAddChartOutlinedFilled.tsx +++ b/src/IconAddChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddChartRounded.tsx b/src/IconAddChartRounded.tsx index 9ba6aa74a..a593ec84c 100644 --- a/src/IconAddChartRounded.tsx +++ b/src/IconAddChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddChartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddChartRoundedFilled.tsx b/src/IconAddChartRoundedFilled.tsx index 14aebfbfd..4f9ddaa4b 100644 --- a/src/IconAddChartRoundedFilled.tsx +++ b/src/IconAddChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddChartSharp.tsx b/src/IconAddChartSharp.tsx index f7c850e8c..6901684bd 100644 --- a/src/IconAddChartSharp.tsx +++ b/src/IconAddChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddChartSharpFilled.tsx b/src/IconAddChartSharpFilled.tsx index 64d65196a..b6cf28af9 100644 --- a/src/IconAddChartSharpFilled.tsx +++ b/src/IconAddChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddChartSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCircleOutlined.tsx b/src/IconAddCircleOutlined.tsx index eccb21bcd..e1ee4886e 100644 --- a/src/IconAddCircleOutlined.tsx +++ b/src/IconAddCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCircleOutlinedFilled.tsx b/src/IconAddCircleOutlinedFilled.tsx index e340fa451..996eb1053 100644 --- a/src/IconAddCircleOutlinedFilled.tsx +++ b/src/IconAddCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddCircleRounded.tsx b/src/IconAddCircleRounded.tsx index 4187608e9..1f90232f5 100644 --- a/src/IconAddCircleRounded.tsx +++ b/src/IconAddCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCircleRoundedFilled.tsx b/src/IconAddCircleRoundedFilled.tsx index 2d74d272f..1acac28af 100644 --- a/src/IconAddCircleRoundedFilled.tsx +++ b/src/IconAddCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddCircleSharp.tsx b/src/IconAddCircleSharp.tsx index 690abe20c..01efecb2c 100644 --- a/src/IconAddCircleSharp.tsx +++ b/src/IconAddCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCircleSharpFilled.tsx b/src/IconAddCircleSharpFilled.tsx index 764bd1192..a7ac32940 100644 --- a/src/IconAddCircleSharpFilled.tsx +++ b/src/IconAddCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCircleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddColumnLeftOutlined.tsx b/src/IconAddColumnLeftOutlined.tsx index 043209c7f..9d83b1e4d 100644 --- a/src/IconAddColumnLeftOutlined.tsx +++ b/src/IconAddColumnLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnLeftOutlined: React.FC = ({ ...props diff --git a/src/IconAddColumnLeftOutlinedFilled.tsx b/src/IconAddColumnLeftOutlinedFilled.tsx index 6c926757b..499b1e525 100644 --- a/src/IconAddColumnLeftOutlinedFilled.tsx +++ b/src/IconAddColumnLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddColumnLeftRounded.tsx b/src/IconAddColumnLeftRounded.tsx index e1bbb6ae1..f01c09faa 100644 --- a/src/IconAddColumnLeftRounded.tsx +++ b/src/IconAddColumnLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddColumnLeftRoundedFilled.tsx b/src/IconAddColumnLeftRoundedFilled.tsx index 177b54249..c8f1791bf 100644 --- a/src/IconAddColumnLeftRoundedFilled.tsx +++ b/src/IconAddColumnLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddColumnLeftSharp.tsx b/src/IconAddColumnLeftSharp.tsx index 413bc612e..1298229ba 100644 --- a/src/IconAddColumnLeftSharp.tsx +++ b/src/IconAddColumnLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddColumnLeftSharpFilled.tsx b/src/IconAddColumnLeftSharpFilled.tsx index 78f2accdc..5e5de78c6 100644 --- a/src/IconAddColumnLeftSharpFilled.tsx +++ b/src/IconAddColumnLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddColumnRightOutlined.tsx b/src/IconAddColumnRightOutlined.tsx index 23c663826..bb7cac47c 100644 --- a/src/IconAddColumnRightOutlined.tsx +++ b/src/IconAddColumnRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnRightOutlined: React.FC = ({ ...props diff --git a/src/IconAddColumnRightOutlinedFilled.tsx b/src/IconAddColumnRightOutlinedFilled.tsx index ea1812255..05ec6a930 100644 --- a/src/IconAddColumnRightOutlinedFilled.tsx +++ b/src/IconAddColumnRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddColumnRightRounded.tsx b/src/IconAddColumnRightRounded.tsx index 815f6bc15..eb606bf78 100644 --- a/src/IconAddColumnRightRounded.tsx +++ b/src/IconAddColumnRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnRightRounded: React.FC = ({ ...props diff --git a/src/IconAddColumnRightRoundedFilled.tsx b/src/IconAddColumnRightRoundedFilled.tsx index baaf27304..5c105d255 100644 --- a/src/IconAddColumnRightRoundedFilled.tsx +++ b/src/IconAddColumnRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddColumnRightSharp.tsx b/src/IconAddColumnRightSharp.tsx index 2cb415cf3..b0ccb14a1 100644 --- a/src/IconAddColumnRightSharp.tsx +++ b/src/IconAddColumnRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddColumnRightSharpFilled.tsx b/src/IconAddColumnRightSharpFilled.tsx index 2f172a521..7d4b95063 100644 --- a/src/IconAddColumnRightSharpFilled.tsx +++ b/src/IconAddColumnRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddColumnRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddCommentOutlined.tsx b/src/IconAddCommentOutlined.tsx index 5971fe8c0..4c661bd59 100644 --- a/src/IconAddCommentOutlined.tsx +++ b/src/IconAddCommentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCommentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCommentOutlinedFilled.tsx b/src/IconAddCommentOutlinedFilled.tsx index 025b49212..ecd2a6776 100644 --- a/src/IconAddCommentOutlinedFilled.tsx +++ b/src/IconAddCommentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCommentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddCommentRounded.tsx b/src/IconAddCommentRounded.tsx index 1742c244a..c31f699c8 100644 --- a/src/IconAddCommentRounded.tsx +++ b/src/IconAddCommentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCommentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCommentRoundedFilled.tsx b/src/IconAddCommentRoundedFilled.tsx index de9087b10..b1abcb369 100644 --- a/src/IconAddCommentRoundedFilled.tsx +++ b/src/IconAddCommentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCommentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddCommentSharp.tsx b/src/IconAddCommentSharp.tsx index 5d0c5324c..5cbc91dfd 100644 --- a/src/IconAddCommentSharp.tsx +++ b/src/IconAddCommentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCommentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddCommentSharpFilled.tsx b/src/IconAddCommentSharpFilled.tsx index 7ebefdd06..9adc476c6 100644 --- a/src/IconAddCommentSharpFilled.tsx +++ b/src/IconAddCommentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddCommentSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddDiamondOutlined.tsx b/src/IconAddDiamondOutlined.tsx index 5e80fd4e8..51c4aa4b8 100644 --- a/src/IconAddDiamondOutlined.tsx +++ b/src/IconAddDiamondOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddDiamondOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddDiamondOutlinedFilled.tsx b/src/IconAddDiamondOutlinedFilled.tsx index 679a39d50..5853dc485 100644 --- a/src/IconAddDiamondOutlinedFilled.tsx +++ b/src/IconAddDiamondOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddDiamondOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddDiamondRounded.tsx b/src/IconAddDiamondRounded.tsx index baccc4f87..53be24431 100644 --- a/src/IconAddDiamondRounded.tsx +++ b/src/IconAddDiamondRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddDiamondRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddDiamondRoundedFilled.tsx b/src/IconAddDiamondRoundedFilled.tsx index ec2704511..363055ca7 100644 --- a/src/IconAddDiamondRoundedFilled.tsx +++ b/src/IconAddDiamondRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddDiamondRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddDiamondSharp.tsx b/src/IconAddDiamondSharp.tsx index 61a9b4a7e..fa16adcfa 100644 --- a/src/IconAddDiamondSharp.tsx +++ b/src/IconAddDiamondSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddDiamondSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddDiamondSharpFilled.tsx b/src/IconAddDiamondSharpFilled.tsx index 96d7e4dac..e6c0f1433 100644 --- a/src/IconAddDiamondSharpFilled.tsx +++ b/src/IconAddDiamondSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddDiamondSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddHomeOutlined.tsx b/src/IconAddHomeOutlined.tsx index 9df1b2c0a..67e084fa4 100644 --- a/src/IconAddHomeOutlined.tsx +++ b/src/IconAddHomeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddHomeOutlinedFilled.tsx b/src/IconAddHomeOutlinedFilled.tsx index 457c5be2f..6836c4356 100644 --- a/src/IconAddHomeOutlinedFilled.tsx +++ b/src/IconAddHomeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddHomeRounded.tsx b/src/IconAddHomeRounded.tsx index 737fad999..8e4727f35 100644 --- a/src/IconAddHomeRounded.tsx +++ b/src/IconAddHomeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddHomeRoundedFilled.tsx b/src/IconAddHomeRoundedFilled.tsx index 0b6fc8e6a..c8b8df391 100644 --- a/src/IconAddHomeRoundedFilled.tsx +++ b/src/IconAddHomeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddHomeSharp.tsx b/src/IconAddHomeSharp.tsx index 3252cfaa7..9724dc698 100644 --- a/src/IconAddHomeSharp.tsx +++ b/src/IconAddHomeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddHomeSharpFilled.tsx b/src/IconAddHomeSharpFilled.tsx index 59e60e88e..c449680b9 100644 --- a/src/IconAddHomeSharpFilled.tsx +++ b/src/IconAddHomeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddHomeWorkOutlined.tsx b/src/IconAddHomeWorkOutlined.tsx index 258ec3787..80a8fa624 100644 --- a/src/IconAddHomeWorkOutlined.tsx +++ b/src/IconAddHomeWorkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeWorkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddHomeWorkOutlinedFilled.tsx b/src/IconAddHomeWorkOutlinedFilled.tsx index d1343c21b..203cee987 100644 --- a/src/IconAddHomeWorkOutlinedFilled.tsx +++ b/src/IconAddHomeWorkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeWorkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddHomeWorkRounded.tsx b/src/IconAddHomeWorkRounded.tsx index a3572503f..1f6edb80e 100644 --- a/src/IconAddHomeWorkRounded.tsx +++ b/src/IconAddHomeWorkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeWorkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddHomeWorkRoundedFilled.tsx b/src/IconAddHomeWorkRoundedFilled.tsx index 6d481e2bb..bd1c1cbe4 100644 --- a/src/IconAddHomeWorkRoundedFilled.tsx +++ b/src/IconAddHomeWorkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeWorkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddHomeWorkSharp.tsx b/src/IconAddHomeWorkSharp.tsx index b44d31e8f..e59059bea 100644 --- a/src/IconAddHomeWorkSharp.tsx +++ b/src/IconAddHomeWorkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeWorkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddHomeWorkSharpFilled.tsx b/src/IconAddHomeWorkSharpFilled.tsx index e2d96ff38..69422c07d 100644 --- a/src/IconAddHomeWorkSharpFilled.tsx +++ b/src/IconAddHomeWorkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddHomeWorkSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddLinkOutlined.tsx b/src/IconAddLinkOutlined.tsx index e77088da8..f220a5eec 100644 --- a/src/IconAddLinkOutlined.tsx +++ b/src/IconAddLinkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLinkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddLinkOutlinedFilled.tsx b/src/IconAddLinkOutlinedFilled.tsx index d8816c7ee..6ba3671d1 100644 --- a/src/IconAddLinkOutlinedFilled.tsx +++ b/src/IconAddLinkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLinkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddLinkRounded.tsx b/src/IconAddLinkRounded.tsx index cd42392de..3a0f4e6a0 100644 --- a/src/IconAddLinkRounded.tsx +++ b/src/IconAddLinkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLinkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddLinkRoundedFilled.tsx b/src/IconAddLinkRoundedFilled.tsx index e0e977cfa..53f128e2a 100644 --- a/src/IconAddLinkRoundedFilled.tsx +++ b/src/IconAddLinkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLinkRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddLinkSharp.tsx b/src/IconAddLinkSharp.tsx index 6e71c52b0..afe83532e 100644 --- a/src/IconAddLinkSharp.tsx +++ b/src/IconAddLinkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLinkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddLinkSharpFilled.tsx b/src/IconAddLinkSharpFilled.tsx index aa1a358a6..50df9c307 100644 --- a/src/IconAddLinkSharpFilled.tsx +++ b/src/IconAddLinkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLinkSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddLocationAltOutlined.tsx b/src/IconAddLocationAltOutlined.tsx index 51dd20025..8b26fa799 100644 --- a/src/IconAddLocationAltOutlined.tsx +++ b/src/IconAddLocationAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationAltOutlined: React.FC = ({ ...props diff --git a/src/IconAddLocationAltOutlinedFilled.tsx b/src/IconAddLocationAltOutlinedFilled.tsx index 20fa9cd21..6a41e56e3 100644 --- a/src/IconAddLocationAltOutlinedFilled.tsx +++ b/src/IconAddLocationAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddLocationAltRounded.tsx b/src/IconAddLocationAltRounded.tsx index 4183c2769..2f3b05ff0 100644 --- a/src/IconAddLocationAltRounded.tsx +++ b/src/IconAddLocationAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationAltRounded: React.FC = ({ ...props diff --git a/src/IconAddLocationAltRoundedFilled.tsx b/src/IconAddLocationAltRoundedFilled.tsx index bcf5be059..731ac49c2 100644 --- a/src/IconAddLocationAltRoundedFilled.tsx +++ b/src/IconAddLocationAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddLocationAltSharp.tsx b/src/IconAddLocationAltSharp.tsx index 435970fb8..3cc4ab1f4 100644 --- a/src/IconAddLocationAltSharp.tsx +++ b/src/IconAddLocationAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddLocationAltSharpFilled.tsx b/src/IconAddLocationAltSharpFilled.tsx index 81bc857c5..9b5c1cd98 100644 --- a/src/IconAddLocationAltSharpFilled.tsx +++ b/src/IconAddLocationAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddLocationOutlined.tsx b/src/IconAddLocationOutlined.tsx index 0adf0b88d..8a313c461 100644 --- a/src/IconAddLocationOutlined.tsx +++ b/src/IconAddLocationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddLocationOutlinedFilled.tsx b/src/IconAddLocationOutlinedFilled.tsx index 3969159f9..6041f0dcb 100644 --- a/src/IconAddLocationOutlinedFilled.tsx +++ b/src/IconAddLocationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddLocationRounded.tsx b/src/IconAddLocationRounded.tsx index 742c12762..77c928d58 100644 --- a/src/IconAddLocationRounded.tsx +++ b/src/IconAddLocationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddLocationRoundedFilled.tsx b/src/IconAddLocationRoundedFilled.tsx index bb8042c9d..83bf9bc41 100644 --- a/src/IconAddLocationRoundedFilled.tsx +++ b/src/IconAddLocationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddLocationSharp.tsx b/src/IconAddLocationSharp.tsx index b533714b7..e6af7842f 100644 --- a/src/IconAddLocationSharp.tsx +++ b/src/IconAddLocationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddLocationSharpFilled.tsx b/src/IconAddLocationSharpFilled.tsx index 723766bbd..338b1db73 100644 --- a/src/IconAddLocationSharpFilled.tsx +++ b/src/IconAddLocationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddLocationSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddModeratorOutlined.tsx b/src/IconAddModeratorOutlined.tsx index 72e5e9a31..22a55d2fe 100644 --- a/src/IconAddModeratorOutlined.tsx +++ b/src/IconAddModeratorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddModeratorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddModeratorOutlinedFilled.tsx b/src/IconAddModeratorOutlinedFilled.tsx index d5cbc1646..2333e6cc7 100644 --- a/src/IconAddModeratorOutlinedFilled.tsx +++ b/src/IconAddModeratorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddModeratorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddModeratorRounded.tsx b/src/IconAddModeratorRounded.tsx index f5ce2db4a..3238a4354 100644 --- a/src/IconAddModeratorRounded.tsx +++ b/src/IconAddModeratorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddModeratorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddModeratorRoundedFilled.tsx b/src/IconAddModeratorRoundedFilled.tsx index fa64da6eb..0a60a2d11 100644 --- a/src/IconAddModeratorRoundedFilled.tsx +++ b/src/IconAddModeratorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddModeratorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddModeratorSharp.tsx b/src/IconAddModeratorSharp.tsx index 7229633b5..b3e7de15c 100644 --- a/src/IconAddModeratorSharp.tsx +++ b/src/IconAddModeratorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddModeratorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddModeratorSharpFilled.tsx b/src/IconAddModeratorSharpFilled.tsx index 70fbf0b6b..34a15b6b5 100644 --- a/src/IconAddModeratorSharpFilled.tsx +++ b/src/IconAddModeratorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddModeratorSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddNotesOutlined.tsx b/src/IconAddNotesOutlined.tsx index 3d9425d9c..3400949fb 100644 --- a/src/IconAddNotesOutlined.tsx +++ b/src/IconAddNotesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddNotesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddNotesOutlinedFilled.tsx b/src/IconAddNotesOutlinedFilled.tsx index 888924e78..2dbbecf00 100644 --- a/src/IconAddNotesOutlinedFilled.tsx +++ b/src/IconAddNotesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddNotesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddNotesRounded.tsx b/src/IconAddNotesRounded.tsx index 443d0511c..96ea9e29a 100644 --- a/src/IconAddNotesRounded.tsx +++ b/src/IconAddNotesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddNotesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddNotesRoundedFilled.tsx b/src/IconAddNotesRoundedFilled.tsx index 28d3f193b..bcb32eb16 100644 --- a/src/IconAddNotesRoundedFilled.tsx +++ b/src/IconAddNotesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddNotesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddNotesSharp.tsx b/src/IconAddNotesSharp.tsx index cdc74b0aa..bfad95682 100644 --- a/src/IconAddNotesSharp.tsx +++ b/src/IconAddNotesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddNotesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddNotesSharpFilled.tsx b/src/IconAddNotesSharpFilled.tsx index d8a2e1fc2..f90a0bb96 100644 --- a/src/IconAddNotesSharpFilled.tsx +++ b/src/IconAddNotesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddNotesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddOutlined.tsx b/src/IconAddOutlined.tsx index 2f8b14fc4..53ba2c97a 100644 --- a/src/IconAddOutlined.tsx +++ b/src/IconAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddOutlinedFilled.tsx b/src/IconAddOutlinedFilled.tsx index 71fde2ded..573cb697a 100644 --- a/src/IconAddOutlinedFilled.tsx +++ b/src/IconAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddPhotoAlternateOutlined.tsx b/src/IconAddPhotoAlternateOutlined.tsx index a354cc0bf..a78f59603 100644 --- a/src/IconAddPhotoAlternateOutlined.tsx +++ b/src/IconAddPhotoAlternateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddPhotoAlternateOutlined: React.FC = ({ ...props diff --git a/src/IconAddPhotoAlternateOutlinedFilled.tsx b/src/IconAddPhotoAlternateOutlinedFilled.tsx index b29c0bdd2..0a718ad3b 100644 --- a/src/IconAddPhotoAlternateOutlinedFilled.tsx +++ b/src/IconAddPhotoAlternateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddPhotoAlternateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddPhotoAlternateRounded.tsx b/src/IconAddPhotoAlternateRounded.tsx index 419016695..ed5b2fd58 100644 --- a/src/IconAddPhotoAlternateRounded.tsx +++ b/src/IconAddPhotoAlternateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddPhotoAlternateRounded: React.FC = ({ ...props diff --git a/src/IconAddPhotoAlternateRoundedFilled.tsx b/src/IconAddPhotoAlternateRoundedFilled.tsx index 3df100dd1..e1db88a9d 100644 --- a/src/IconAddPhotoAlternateRoundedFilled.tsx +++ b/src/IconAddPhotoAlternateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddPhotoAlternateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddPhotoAlternateSharp.tsx b/src/IconAddPhotoAlternateSharp.tsx index c2adcb612..0657dfed6 100644 --- a/src/IconAddPhotoAlternateSharp.tsx +++ b/src/IconAddPhotoAlternateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddPhotoAlternateSharp: React.FC = ({ ...props diff --git a/src/IconAddPhotoAlternateSharpFilled.tsx b/src/IconAddPhotoAlternateSharpFilled.tsx index df8d1cb0c..3ac024940 100644 --- a/src/IconAddPhotoAlternateSharpFilled.tsx +++ b/src/IconAddPhotoAlternateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddPhotoAlternateSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddReactionOutlined.tsx b/src/IconAddReactionOutlined.tsx index 4d361f34e..f4d522b19 100644 --- a/src/IconAddReactionOutlined.tsx +++ b/src/IconAddReactionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddReactionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddReactionOutlinedFilled.tsx b/src/IconAddReactionOutlinedFilled.tsx index 5d448ee35..82c09e449 100644 --- a/src/IconAddReactionOutlinedFilled.tsx +++ b/src/IconAddReactionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddReactionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddReactionRounded.tsx b/src/IconAddReactionRounded.tsx index b83d63638..44495c9bf 100644 --- a/src/IconAddReactionRounded.tsx +++ b/src/IconAddReactionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddReactionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddReactionRoundedFilled.tsx b/src/IconAddReactionRoundedFilled.tsx index ac3da4b85..f3216c3ff 100644 --- a/src/IconAddReactionRoundedFilled.tsx +++ b/src/IconAddReactionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddReactionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddReactionSharp.tsx b/src/IconAddReactionSharp.tsx index 6064717ce..159273893 100644 --- a/src/IconAddReactionSharp.tsx +++ b/src/IconAddReactionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddReactionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddReactionSharpFilled.tsx b/src/IconAddReactionSharpFilled.tsx index 8f998a8fe..b148c08d9 100644 --- a/src/IconAddReactionSharpFilled.tsx +++ b/src/IconAddReactionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddReactionSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddRoadOutlined.tsx b/src/IconAddRoadOutlined.tsx index 7746fcb5f..b2d6828a9 100644 --- a/src/IconAddRoadOutlined.tsx +++ b/src/IconAddRoadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRoadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRoadOutlinedFilled.tsx b/src/IconAddRoadOutlinedFilled.tsx index 342fd5506..0f26735a4 100644 --- a/src/IconAddRoadOutlinedFilled.tsx +++ b/src/IconAddRoadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRoadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddRoadRounded.tsx b/src/IconAddRoadRounded.tsx index 667ed6e72..938dad595 100644 --- a/src/IconAddRoadRounded.tsx +++ b/src/IconAddRoadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRoadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRoadRoundedFilled.tsx b/src/IconAddRoadRoundedFilled.tsx index a01a95090..caa7dbb8f 100644 --- a/src/IconAddRoadRoundedFilled.tsx +++ b/src/IconAddRoadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRoadRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRoadSharp.tsx b/src/IconAddRoadSharp.tsx index ee8e908c2..b7cb36032 100644 --- a/src/IconAddRoadSharp.tsx +++ b/src/IconAddRoadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRoadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRoadSharpFilled.tsx b/src/IconAddRoadSharpFilled.tsx index 5f051d8f7..ec11b6d51 100644 --- a/src/IconAddRoadSharpFilled.tsx +++ b/src/IconAddRoadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRoadSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRounded.tsx b/src/IconAddRounded.tsx index 0faca42b3..d40555de7 100644 --- a/src/IconAddRounded.tsx +++ b/src/IconAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRoundedFilled.tsx b/src/IconAddRoundedFilled.tsx index 0037caeed..a0ec9c53e 100644 --- a/src/IconAddRoundedFilled.tsx +++ b/src/IconAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRowAboveOutlined.tsx b/src/IconAddRowAboveOutlined.tsx index 69206dee9..2307609fb 100644 --- a/src/IconAddRowAboveOutlined.tsx +++ b/src/IconAddRowAboveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowAboveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRowAboveOutlinedFilled.tsx b/src/IconAddRowAboveOutlinedFilled.tsx index 84792712d..f3573e0d0 100644 --- a/src/IconAddRowAboveOutlinedFilled.tsx +++ b/src/IconAddRowAboveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowAboveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddRowAboveRounded.tsx b/src/IconAddRowAboveRounded.tsx index 9f054924c..a737086a8 100644 --- a/src/IconAddRowAboveRounded.tsx +++ b/src/IconAddRowAboveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowAboveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRowAboveRoundedFilled.tsx b/src/IconAddRowAboveRoundedFilled.tsx index 8edd4f0da..cb5901869 100644 --- a/src/IconAddRowAboveRoundedFilled.tsx +++ b/src/IconAddRowAboveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowAboveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddRowAboveSharp.tsx b/src/IconAddRowAboveSharp.tsx index 959d64234..30d4c5dce 100644 --- a/src/IconAddRowAboveSharp.tsx +++ b/src/IconAddRowAboveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowAboveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRowAboveSharpFilled.tsx b/src/IconAddRowAboveSharpFilled.tsx index 1ba213806..54f0b0ded 100644 --- a/src/IconAddRowAboveSharpFilled.tsx +++ b/src/IconAddRowAboveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowAboveSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddRowBelowOutlined.tsx b/src/IconAddRowBelowOutlined.tsx index d4a78d310..70949f22f 100644 --- a/src/IconAddRowBelowOutlined.tsx +++ b/src/IconAddRowBelowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowBelowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRowBelowOutlinedFilled.tsx b/src/IconAddRowBelowOutlinedFilled.tsx index 92571cab4..46d5d3a1b 100644 --- a/src/IconAddRowBelowOutlinedFilled.tsx +++ b/src/IconAddRowBelowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowBelowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddRowBelowRounded.tsx b/src/IconAddRowBelowRounded.tsx index 8f39418b7..6f89efb81 100644 --- a/src/IconAddRowBelowRounded.tsx +++ b/src/IconAddRowBelowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowBelowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRowBelowRoundedFilled.tsx b/src/IconAddRowBelowRoundedFilled.tsx index 418cfce80..9b3656d8b 100644 --- a/src/IconAddRowBelowRoundedFilled.tsx +++ b/src/IconAddRowBelowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowBelowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddRowBelowSharp.tsx b/src/IconAddRowBelowSharp.tsx index 7cbfff894..844abcd32 100644 --- a/src/IconAddRowBelowSharp.tsx +++ b/src/IconAddRowBelowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowBelowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddRowBelowSharpFilled.tsx b/src/IconAddRowBelowSharpFilled.tsx index 569659249..d7c8d8e78 100644 --- a/src/IconAddRowBelowSharpFilled.tsx +++ b/src/IconAddRowBelowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddRowBelowSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddSharp.tsx b/src/IconAddSharp.tsx index 8d5480011..214d24ae1 100644 --- a/src/IconAddSharp.tsx +++ b/src/IconAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddSharpFilled.tsx b/src/IconAddSharpFilled.tsx index 191584108..f592a1c2a 100644 --- a/src/IconAddSharpFilled.tsx +++ b/src/IconAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddShoppingCartOutlined.tsx b/src/IconAddShoppingCartOutlined.tsx index 14a55ef41..da8435c67 100644 --- a/src/IconAddShoppingCartOutlined.tsx +++ b/src/IconAddShoppingCartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddShoppingCartOutlined: React.FC = ({ ...props diff --git a/src/IconAddShoppingCartOutlinedFilled.tsx b/src/IconAddShoppingCartOutlinedFilled.tsx index 5bce8a650..e66f92ac0 100644 --- a/src/IconAddShoppingCartOutlinedFilled.tsx +++ b/src/IconAddShoppingCartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddShoppingCartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddShoppingCartRounded.tsx b/src/IconAddShoppingCartRounded.tsx index d90c4abbb..ad2512f7e 100644 --- a/src/IconAddShoppingCartRounded.tsx +++ b/src/IconAddShoppingCartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddShoppingCartRounded: React.FC = ({ ...props diff --git a/src/IconAddShoppingCartRoundedFilled.tsx b/src/IconAddShoppingCartRoundedFilled.tsx index 38800ba22..f21554dd6 100644 --- a/src/IconAddShoppingCartRoundedFilled.tsx +++ b/src/IconAddShoppingCartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddShoppingCartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddShoppingCartSharp.tsx b/src/IconAddShoppingCartSharp.tsx index 432b3702d..f842d8e34 100644 --- a/src/IconAddShoppingCartSharp.tsx +++ b/src/IconAddShoppingCartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddShoppingCartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddShoppingCartSharpFilled.tsx b/src/IconAddShoppingCartSharpFilled.tsx index d8b12e943..ffd2afb26 100644 --- a/src/IconAddShoppingCartSharpFilled.tsx +++ b/src/IconAddShoppingCartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddShoppingCartSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddTaskOutlined.tsx b/src/IconAddTaskOutlined.tsx index 9be294a4b..5a3f773ce 100644 --- a/src/IconAddTaskOutlined.tsx +++ b/src/IconAddTaskOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTaskOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddTaskOutlinedFilled.tsx b/src/IconAddTaskOutlinedFilled.tsx index c7c8d16e3..513703249 100644 --- a/src/IconAddTaskOutlinedFilled.tsx +++ b/src/IconAddTaskOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTaskOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddTaskRounded.tsx b/src/IconAddTaskRounded.tsx index 51c8a056a..eb3a37856 100644 --- a/src/IconAddTaskRounded.tsx +++ b/src/IconAddTaskRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTaskRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddTaskRoundedFilled.tsx b/src/IconAddTaskRoundedFilled.tsx index 1c47b8077..e2cc084ea 100644 --- a/src/IconAddTaskRoundedFilled.tsx +++ b/src/IconAddTaskRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTaskRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddTaskSharp.tsx b/src/IconAddTaskSharp.tsx index 741e94c3b..1199f5f1b 100644 --- a/src/IconAddTaskSharp.tsx +++ b/src/IconAddTaskSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTaskSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddTaskSharpFilled.tsx b/src/IconAddTaskSharpFilled.tsx index 00f553cd0..a19764b0d 100644 --- a/src/IconAddTaskSharpFilled.tsx +++ b/src/IconAddTaskSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTaskSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAddToDriveOutlined.tsx b/src/IconAddToDriveOutlined.tsx index 0dffc6ff6..e7c6ac2f3 100644 --- a/src/IconAddToDriveOutlined.tsx +++ b/src/IconAddToDriveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToDriveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddToDriveOutlinedFilled.tsx b/src/IconAddToDriveOutlinedFilled.tsx index 65ba1cbb3..996db7de8 100644 --- a/src/IconAddToDriveOutlinedFilled.tsx +++ b/src/IconAddToDriveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToDriveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddToDriveRounded.tsx b/src/IconAddToDriveRounded.tsx index 67710ca30..4366b2839 100644 --- a/src/IconAddToDriveRounded.tsx +++ b/src/IconAddToDriveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToDriveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddToDriveRoundedFilled.tsx b/src/IconAddToDriveRoundedFilled.tsx index 827404938..69ccba707 100644 --- a/src/IconAddToDriveRoundedFilled.tsx +++ b/src/IconAddToDriveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToDriveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddToDriveSharp.tsx b/src/IconAddToDriveSharp.tsx index c9a8a1e40..c64f1851e 100644 --- a/src/IconAddToDriveSharp.tsx +++ b/src/IconAddToDriveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToDriveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddToDriveSharpFilled.tsx b/src/IconAddToDriveSharpFilled.tsx index 2e9b5d355..e99fe3212 100644 --- a/src/IconAddToDriveSharpFilled.tsx +++ b/src/IconAddToDriveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToDriveSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddToHomeScreenOutlined.tsx b/src/IconAddToHomeScreenOutlined.tsx index d83d280be..872dd7955 100644 --- a/src/IconAddToHomeScreenOutlined.tsx +++ b/src/IconAddToHomeScreenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToHomeScreenOutlined: React.FC = ({ ...props diff --git a/src/IconAddToHomeScreenOutlinedFilled.tsx b/src/IconAddToHomeScreenOutlinedFilled.tsx index eddc48abc..f79720ac5 100644 --- a/src/IconAddToHomeScreenOutlinedFilled.tsx +++ b/src/IconAddToHomeScreenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToHomeScreenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddToHomeScreenRounded.tsx b/src/IconAddToHomeScreenRounded.tsx index b44b4d799..6301319ca 100644 --- a/src/IconAddToHomeScreenRounded.tsx +++ b/src/IconAddToHomeScreenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToHomeScreenRounded: React.FC = ({ ...props diff --git a/src/IconAddToHomeScreenRoundedFilled.tsx b/src/IconAddToHomeScreenRoundedFilled.tsx index a3a0534bc..11aaf8206 100644 --- a/src/IconAddToHomeScreenRoundedFilled.tsx +++ b/src/IconAddToHomeScreenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToHomeScreenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddToHomeScreenSharp.tsx b/src/IconAddToHomeScreenSharp.tsx index 07cb40e13..c67adf278 100644 --- a/src/IconAddToHomeScreenSharp.tsx +++ b/src/IconAddToHomeScreenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToHomeScreenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddToHomeScreenSharpFilled.tsx b/src/IconAddToHomeScreenSharpFilled.tsx index ced4fe587..6e997b050 100644 --- a/src/IconAddToHomeScreenSharpFilled.tsx +++ b/src/IconAddToHomeScreenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToHomeScreenSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddToPhotosOutlined.tsx b/src/IconAddToPhotosOutlined.tsx index dd3069a67..7760380ec 100644 --- a/src/IconAddToPhotosOutlined.tsx +++ b/src/IconAddToPhotosOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToPhotosOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddToPhotosOutlinedFilled.tsx b/src/IconAddToPhotosOutlinedFilled.tsx index fd8310fa3..46e0e75ff 100644 --- a/src/IconAddToPhotosOutlinedFilled.tsx +++ b/src/IconAddToPhotosOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToPhotosOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddToPhotosRounded.tsx b/src/IconAddToPhotosRounded.tsx index 448a682ed..c173bfa66 100644 --- a/src/IconAddToPhotosRounded.tsx +++ b/src/IconAddToPhotosRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToPhotosRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddToPhotosRoundedFilled.tsx b/src/IconAddToPhotosRoundedFilled.tsx index fb5c1133a..11ebe0b5e 100644 --- a/src/IconAddToPhotosRoundedFilled.tsx +++ b/src/IconAddToPhotosRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToPhotosRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddToPhotosSharp.tsx b/src/IconAddToPhotosSharp.tsx index c006e7954..c448d772b 100644 --- a/src/IconAddToPhotosSharp.tsx +++ b/src/IconAddToPhotosSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToPhotosSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddToPhotosSharpFilled.tsx b/src/IconAddToPhotosSharpFilled.tsx index 44d09334a..8c003c1b3 100644 --- a/src/IconAddToPhotosSharpFilled.tsx +++ b/src/IconAddToPhotosSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToPhotosSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddToQueueOutlined.tsx b/src/IconAddToQueueOutlined.tsx index fef989423..8b9ea1d14 100644 --- a/src/IconAddToQueueOutlined.tsx +++ b/src/IconAddToQueueOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToQueueOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddToQueueOutlinedFilled.tsx b/src/IconAddToQueueOutlinedFilled.tsx index 7f359c1df..85cda4c16 100644 --- a/src/IconAddToQueueOutlinedFilled.tsx +++ b/src/IconAddToQueueOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToQueueOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddToQueueRounded.tsx b/src/IconAddToQueueRounded.tsx index d1baf0ac3..038298d81 100644 --- a/src/IconAddToQueueRounded.tsx +++ b/src/IconAddToQueueRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToQueueRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddToQueueRoundedFilled.tsx b/src/IconAddToQueueRoundedFilled.tsx index f7cddd656..89eb23b36 100644 --- a/src/IconAddToQueueRoundedFilled.tsx +++ b/src/IconAddToQueueRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToQueueRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddToQueueSharp.tsx b/src/IconAddToQueueSharp.tsx index 8ffdfc2bf..ed9efebb7 100644 --- a/src/IconAddToQueueSharp.tsx +++ b/src/IconAddToQueueSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToQueueSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddToQueueSharpFilled.tsx b/src/IconAddToQueueSharpFilled.tsx index db9c1d739..edf8e69d9 100644 --- a/src/IconAddToQueueSharpFilled.tsx +++ b/src/IconAddToQueueSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddToQueueSharpFilled: React.FC = ({ ...props diff --git a/src/IconAddTriangleOutlined.tsx b/src/IconAddTriangleOutlined.tsx index c8ee325df..36f8056ee 100644 --- a/src/IconAddTriangleOutlined.tsx +++ b/src/IconAddTriangleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTriangleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAddTriangleOutlinedFilled.tsx b/src/IconAddTriangleOutlinedFilled.tsx index 9fecfba42..c447883c2 100644 --- a/src/IconAddTriangleOutlinedFilled.tsx +++ b/src/IconAddTriangleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTriangleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAddTriangleRounded.tsx b/src/IconAddTriangleRounded.tsx index b2fa0b159..077bfb76a 100644 --- a/src/IconAddTriangleRounded.tsx +++ b/src/IconAddTriangleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTriangleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAddTriangleRoundedFilled.tsx b/src/IconAddTriangleRoundedFilled.tsx index c9815c3e4..d03b515eb 100644 --- a/src/IconAddTriangleRoundedFilled.tsx +++ b/src/IconAddTriangleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTriangleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAddTriangleSharp.tsx b/src/IconAddTriangleSharp.tsx index bfc7a72ed..12feb822f 100644 --- a/src/IconAddTriangleSharp.tsx +++ b/src/IconAddTriangleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTriangleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAddTriangleSharpFilled.tsx b/src/IconAddTriangleSharpFilled.tsx index cdb67b93a..3a3a00899 100644 --- a/src/IconAddTriangleSharpFilled.tsx +++ b/src/IconAddTriangleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAddTriangleSharpFilled: React.FC = ({ ...props diff --git a/src/IconAdfScannerOutlined.tsx b/src/IconAdfScannerOutlined.tsx index 09ba7132e..78dddac2b 100644 --- a/src/IconAdfScannerOutlined.tsx +++ b/src/IconAdfScannerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdfScannerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAdfScannerOutlinedFilled.tsx b/src/IconAdfScannerOutlinedFilled.tsx index dc4aa2e88..0696d36c2 100644 --- a/src/IconAdfScannerOutlinedFilled.tsx +++ b/src/IconAdfScannerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdfScannerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAdfScannerRounded.tsx b/src/IconAdfScannerRounded.tsx index c3852bd78..3dee10dcf 100644 --- a/src/IconAdfScannerRounded.tsx +++ b/src/IconAdfScannerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdfScannerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAdfScannerRoundedFilled.tsx b/src/IconAdfScannerRoundedFilled.tsx index d192aab50..dc5c1b8d9 100644 --- a/src/IconAdfScannerRoundedFilled.tsx +++ b/src/IconAdfScannerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdfScannerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAdfScannerSharp.tsx b/src/IconAdfScannerSharp.tsx index 2d79d1820..db7c22f3a 100644 --- a/src/IconAdfScannerSharp.tsx +++ b/src/IconAdfScannerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdfScannerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAdfScannerSharpFilled.tsx b/src/IconAdfScannerSharpFilled.tsx index 7f46779e0..c21a2ba04 100644 --- a/src/IconAdfScannerSharpFilled.tsx +++ b/src/IconAdfScannerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdfScannerSharpFilled: React.FC = ({ ...props diff --git a/src/IconAdjustOutlined.tsx b/src/IconAdjustOutlined.tsx index 28550be84..49721fc5e 100644 --- a/src/IconAdjustOutlined.tsx +++ b/src/IconAdjustOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdjustOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAdjustOutlinedFilled.tsx b/src/IconAdjustOutlinedFilled.tsx index cfb8393de..6e0a6defb 100644 --- a/src/IconAdjustOutlinedFilled.tsx +++ b/src/IconAdjustOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdjustOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdjustRounded.tsx b/src/IconAdjustRounded.tsx index 3017d8bbb..84942d073 100644 --- a/src/IconAdjustRounded.tsx +++ b/src/IconAdjustRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdjustRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAdjustRoundedFilled.tsx b/src/IconAdjustRoundedFilled.tsx index 5be412753..8b5f07a5a 100644 --- a/src/IconAdjustRoundedFilled.tsx +++ b/src/IconAdjustRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdjustRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdjustSharp.tsx b/src/IconAdjustSharp.tsx index c07e564cc..ea4d2bb19 100644 --- a/src/IconAdjustSharp.tsx +++ b/src/IconAdjustSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdjustSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAdjustSharpFilled.tsx b/src/IconAdjustSharpFilled.tsx index b905e14c9..257fe9fdc 100644 --- a/src/IconAdjustSharpFilled.tsx +++ b/src/IconAdjustSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdjustSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdminMedsOutlined.tsx b/src/IconAdminMedsOutlined.tsx index ad37cf1dc..12193080d 100644 --- a/src/IconAdminMedsOutlined.tsx +++ b/src/IconAdminMedsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminMedsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAdminMedsOutlinedFilled.tsx b/src/IconAdminMedsOutlinedFilled.tsx index 6354ef9bd..b42b707d5 100644 --- a/src/IconAdminMedsOutlinedFilled.tsx +++ b/src/IconAdminMedsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminMedsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAdminMedsRounded.tsx b/src/IconAdminMedsRounded.tsx index 751630169..29360993c 100644 --- a/src/IconAdminMedsRounded.tsx +++ b/src/IconAdminMedsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminMedsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAdminMedsRoundedFilled.tsx b/src/IconAdminMedsRoundedFilled.tsx index 4da97c390..7d9c508e4 100644 --- a/src/IconAdminMedsRoundedFilled.tsx +++ b/src/IconAdminMedsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminMedsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAdminMedsSharp.tsx b/src/IconAdminMedsSharp.tsx index 235c6bc72..929a0d7c4 100644 --- a/src/IconAdminMedsSharp.tsx +++ b/src/IconAdminMedsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminMedsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAdminMedsSharpFilled.tsx b/src/IconAdminMedsSharpFilled.tsx index 502e1aa2f..9fcd9a332 100644 --- a/src/IconAdminMedsSharpFilled.tsx +++ b/src/IconAdminMedsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminMedsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAdminPanelSettingsOutlined.tsx b/src/IconAdminPanelSettingsOutlined.tsx index d9658445a..acc245aea 100644 --- a/src/IconAdminPanelSettingsOutlined.tsx +++ b/src/IconAdminPanelSettingsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminPanelSettingsOutlined: React.FC = ({ ...props diff --git a/src/IconAdminPanelSettingsOutlinedFilled.tsx b/src/IconAdminPanelSettingsOutlinedFilled.tsx index 8a6f6c04f..00fef55f4 100644 --- a/src/IconAdminPanelSettingsOutlinedFilled.tsx +++ b/src/IconAdminPanelSettingsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminPanelSettingsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAdminPanelSettingsRounded.tsx b/src/IconAdminPanelSettingsRounded.tsx index e3d4f34f0..7a004ffd8 100644 --- a/src/IconAdminPanelSettingsRounded.tsx +++ b/src/IconAdminPanelSettingsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminPanelSettingsRounded: React.FC = ({ ...props diff --git a/src/IconAdminPanelSettingsRoundedFilled.tsx b/src/IconAdminPanelSettingsRoundedFilled.tsx index 6f68f1ca7..678b303b1 100644 --- a/src/IconAdminPanelSettingsRoundedFilled.tsx +++ b/src/IconAdminPanelSettingsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminPanelSettingsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAdminPanelSettingsSharp.tsx b/src/IconAdminPanelSettingsSharp.tsx index bba587270..93343ef99 100644 --- a/src/IconAdminPanelSettingsSharp.tsx +++ b/src/IconAdminPanelSettingsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminPanelSettingsSharp: React.FC = ({ ...props diff --git a/src/IconAdminPanelSettingsSharpFilled.tsx b/src/IconAdminPanelSettingsSharpFilled.tsx index c46845c7b..94493515c 100644 --- a/src/IconAdminPanelSettingsSharpFilled.tsx +++ b/src/IconAdminPanelSettingsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdminPanelSettingsSharpFilled: React.FC = ({ ...props diff --git a/src/IconAdsClickOutlined.tsx b/src/IconAdsClickOutlined.tsx index b6d266508..e7d956ebf 100644 --- a/src/IconAdsClickOutlined.tsx +++ b/src/IconAdsClickOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdsClickOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAdsClickOutlinedFilled.tsx b/src/IconAdsClickOutlinedFilled.tsx index 0cd93d0a8..832522465 100644 --- a/src/IconAdsClickOutlinedFilled.tsx +++ b/src/IconAdsClickOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdsClickOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAdsClickRounded.tsx b/src/IconAdsClickRounded.tsx index c41a686f1..24f03a7f0 100644 --- a/src/IconAdsClickRounded.tsx +++ b/src/IconAdsClickRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdsClickRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAdsClickRoundedFilled.tsx b/src/IconAdsClickRoundedFilled.tsx index 63748326e..60c85bab2 100644 --- a/src/IconAdsClickRoundedFilled.tsx +++ b/src/IconAdsClickRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdsClickRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAdsClickSharp.tsx b/src/IconAdsClickSharp.tsx index b5fedd682..056d72608 100644 --- a/src/IconAdsClickSharp.tsx +++ b/src/IconAdsClickSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdsClickSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAdsClickSharpFilled.tsx b/src/IconAdsClickSharpFilled.tsx index dbcb0d22c..fce39ff8a 100644 --- a/src/IconAdsClickSharpFilled.tsx +++ b/src/IconAdsClickSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAdsClickSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAgenderOutlined.tsx b/src/IconAgenderOutlined.tsx index 01533b879..3e6ca915d 100644 --- a/src/IconAgenderOutlined.tsx +++ b/src/IconAgenderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgenderOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAgenderOutlinedFilled.tsx b/src/IconAgenderOutlinedFilled.tsx index 4eac62f17..b503cf184 100644 --- a/src/IconAgenderOutlinedFilled.tsx +++ b/src/IconAgenderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgenderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAgenderRounded.tsx b/src/IconAgenderRounded.tsx index 69043bc0b..e24fc0ebb 100644 --- a/src/IconAgenderRounded.tsx +++ b/src/IconAgenderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgenderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAgenderRoundedFilled.tsx b/src/IconAgenderRoundedFilled.tsx index 0f063fc88..905630919 100644 --- a/src/IconAgenderRoundedFilled.tsx +++ b/src/IconAgenderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgenderRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAgenderSharp.tsx b/src/IconAgenderSharp.tsx index 69c87d594..0eba370a9 100644 --- a/src/IconAgenderSharp.tsx +++ b/src/IconAgenderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgenderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAgenderSharpFilled.tsx b/src/IconAgenderSharpFilled.tsx index bccd2563b..f0179b605 100644 --- a/src/IconAgenderSharpFilled.tsx +++ b/src/IconAgenderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgenderSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAgricultureOutlined.tsx b/src/IconAgricultureOutlined.tsx index 965a22a5d..84eb67595 100644 --- a/src/IconAgricultureOutlined.tsx +++ b/src/IconAgricultureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgricultureOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAgricultureOutlinedFilled.tsx b/src/IconAgricultureOutlinedFilled.tsx index 4f30c2771..b87e62ec4 100644 --- a/src/IconAgricultureOutlinedFilled.tsx +++ b/src/IconAgricultureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgricultureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAgricultureRounded.tsx b/src/IconAgricultureRounded.tsx index 4999510d7..573b9e0e5 100644 --- a/src/IconAgricultureRounded.tsx +++ b/src/IconAgricultureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgricultureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAgricultureRoundedFilled.tsx b/src/IconAgricultureRoundedFilled.tsx index e9c15c85b..40ada6245 100644 --- a/src/IconAgricultureRoundedFilled.tsx +++ b/src/IconAgricultureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgricultureRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAgricultureSharp.tsx b/src/IconAgricultureSharp.tsx index 1c32055a2..292bb4806 100644 --- a/src/IconAgricultureSharp.tsx +++ b/src/IconAgricultureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgricultureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAgricultureSharpFilled.tsx b/src/IconAgricultureSharpFilled.tsx index 256c3371f..46ef884c5 100644 --- a/src/IconAgricultureSharpFilled.tsx +++ b/src/IconAgricultureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAgricultureSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirFreshenerOutlined.tsx b/src/IconAirFreshenerOutlined.tsx index d0771dd7b..da13663e8 100644 --- a/src/IconAirFreshenerOutlined.tsx +++ b/src/IconAirFreshenerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirFreshenerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAirFreshenerOutlinedFilled.tsx b/src/IconAirFreshenerOutlinedFilled.tsx index 02bf5e7d0..4f611842d 100644 --- a/src/IconAirFreshenerOutlinedFilled.tsx +++ b/src/IconAirFreshenerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirFreshenerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirFreshenerRounded.tsx b/src/IconAirFreshenerRounded.tsx index beae90d69..7cbfa6779 100644 --- a/src/IconAirFreshenerRounded.tsx +++ b/src/IconAirFreshenerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirFreshenerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAirFreshenerRoundedFilled.tsx b/src/IconAirFreshenerRoundedFilled.tsx index b0cfc422a..0536f2551 100644 --- a/src/IconAirFreshenerRoundedFilled.tsx +++ b/src/IconAirFreshenerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirFreshenerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirFreshenerSharp.tsx b/src/IconAirFreshenerSharp.tsx index cfcab0860..fcaa133a2 100644 --- a/src/IconAirFreshenerSharp.tsx +++ b/src/IconAirFreshenerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirFreshenerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirFreshenerSharpFilled.tsx b/src/IconAirFreshenerSharpFilled.tsx index f2ab7ce92..4a90e16ef 100644 --- a/src/IconAirFreshenerSharpFilled.tsx +++ b/src/IconAirFreshenerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirFreshenerSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirOutlined.tsx b/src/IconAirOutlined.tsx index 3b1afea6c..7dcfd1ff9 100644 --- a/src/IconAirOutlined.tsx +++ b/src/IconAirOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAirOutlinedFilled.tsx b/src/IconAirOutlinedFilled.tsx index 52a69703c..7c652189f 100644 --- a/src/IconAirOutlinedFilled.tsx +++ b/src/IconAirOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAirPurifierGenOutlined.tsx b/src/IconAirPurifierGenOutlined.tsx index 5ab9a6ce4..81225b8fa 100644 --- a/src/IconAirPurifierGenOutlined.tsx +++ b/src/IconAirPurifierGenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierGenOutlined: React.FC = ({ ...props diff --git a/src/IconAirPurifierGenOutlinedFilled.tsx b/src/IconAirPurifierGenOutlinedFilled.tsx index dd0d55107..dca2971d9 100644 --- a/src/IconAirPurifierGenOutlinedFilled.tsx +++ b/src/IconAirPurifierGenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierGenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirPurifierGenRounded.tsx b/src/IconAirPurifierGenRounded.tsx index fe21ec624..52f3953f4 100644 --- a/src/IconAirPurifierGenRounded.tsx +++ b/src/IconAirPurifierGenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierGenRounded: React.FC = ({ ...props diff --git a/src/IconAirPurifierGenRoundedFilled.tsx b/src/IconAirPurifierGenRoundedFilled.tsx index 3d7bb0798..73fcf10ea 100644 --- a/src/IconAirPurifierGenRoundedFilled.tsx +++ b/src/IconAirPurifierGenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierGenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirPurifierGenSharp.tsx b/src/IconAirPurifierGenSharp.tsx index 9d3d32bbb..59f525024 100644 --- a/src/IconAirPurifierGenSharp.tsx +++ b/src/IconAirPurifierGenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierGenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirPurifierGenSharpFilled.tsx b/src/IconAirPurifierGenSharpFilled.tsx index 2805229c8..bb4a522f9 100644 --- a/src/IconAirPurifierGenSharpFilled.tsx +++ b/src/IconAirPurifierGenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierGenSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirPurifierOutlined.tsx b/src/IconAirPurifierOutlined.tsx index 091ff4ddf..9df581ba1 100644 --- a/src/IconAirPurifierOutlined.tsx +++ b/src/IconAirPurifierOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAirPurifierOutlinedFilled.tsx b/src/IconAirPurifierOutlinedFilled.tsx index b0e0afa64..76c1a9bf3 100644 --- a/src/IconAirPurifierOutlinedFilled.tsx +++ b/src/IconAirPurifierOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirPurifierRounded.tsx b/src/IconAirPurifierRounded.tsx index 3b9c7278a..bd5482b3d 100644 --- a/src/IconAirPurifierRounded.tsx +++ b/src/IconAirPurifierRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAirPurifierRoundedFilled.tsx b/src/IconAirPurifierRoundedFilled.tsx index d42273402..56b891f72 100644 --- a/src/IconAirPurifierRoundedFilled.tsx +++ b/src/IconAirPurifierRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirPurifierSharp.tsx b/src/IconAirPurifierSharp.tsx index 0d4c3a89b..1145fe3bf 100644 --- a/src/IconAirPurifierSharp.tsx +++ b/src/IconAirPurifierSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirPurifierSharpFilled.tsx b/src/IconAirPurifierSharpFilled.tsx index 7e0c5647e..570d115c7 100644 --- a/src/IconAirPurifierSharpFilled.tsx +++ b/src/IconAirPurifierSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirPurifierSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirRounded.tsx b/src/IconAirRounded.tsx index 4b49c6d11..7046a4d83 100644 --- a/src/IconAirRounded.tsx +++ b/src/IconAirRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAirRoundedFilled.tsx b/src/IconAirRoundedFilled.tsx index 1bbe9aa63..84742d2e0 100644 --- a/src/IconAirRoundedFilled.tsx +++ b/src/IconAirRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAirSharp.tsx b/src/IconAirSharp.tsx index 599807cd8..e274d4eee 100644 --- a/src/IconAirSharp.tsx +++ b/src/IconAirSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirSharpFilled.tsx b/src/IconAirSharpFilled.tsx index 5079c17f6..a85a56b87 100644 --- a/src/IconAirSharpFilled.tsx +++ b/src/IconAirSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAirlineSeatFlatAngledOutlined.tsx b/src/IconAirlineSeatFlatAngledOutlined.tsx index d36bd5a58..55f76e0b7 100644 --- a/src/IconAirlineSeatFlatAngledOutlined.tsx +++ b/src/IconAirlineSeatFlatAngledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatAngledOutlined: React.FC = ({ ...props diff --git a/src/IconAirlineSeatFlatAngledOutlinedFilled.tsx b/src/IconAirlineSeatFlatAngledOutlinedFilled.tsx index 88ba3aaf0..d7b482317 100644 --- a/src/IconAirlineSeatFlatAngledOutlinedFilled.tsx +++ b/src/IconAirlineSeatFlatAngledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatAngledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatFlatAngledRounded.tsx b/src/IconAirlineSeatFlatAngledRounded.tsx index e7f3f21a9..d17c917d7 100644 --- a/src/IconAirlineSeatFlatAngledRounded.tsx +++ b/src/IconAirlineSeatFlatAngledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatAngledRounded: React.FC = ({ ...props diff --git a/src/IconAirlineSeatFlatAngledRoundedFilled.tsx b/src/IconAirlineSeatFlatAngledRoundedFilled.tsx index e57339a17..3365bbccc 100644 --- a/src/IconAirlineSeatFlatAngledRoundedFilled.tsx +++ b/src/IconAirlineSeatFlatAngledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatAngledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatFlatAngledSharp.tsx b/src/IconAirlineSeatFlatAngledSharp.tsx index 46a59edf0..b3358c013 100644 --- a/src/IconAirlineSeatFlatAngledSharp.tsx +++ b/src/IconAirlineSeatFlatAngledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatAngledSharp: React.FC = ({ ...props diff --git a/src/IconAirlineSeatFlatAngledSharpFilled.tsx b/src/IconAirlineSeatFlatAngledSharpFilled.tsx index c00050805..2e522f97a 100644 --- a/src/IconAirlineSeatFlatAngledSharpFilled.tsx +++ b/src/IconAirlineSeatFlatAngledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatAngledSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatFlatOutlined.tsx b/src/IconAirlineSeatFlatOutlined.tsx index fa4eb7c16..b47e99bc5 100644 --- a/src/IconAirlineSeatFlatOutlined.tsx +++ b/src/IconAirlineSeatFlatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatOutlined: React.FC = ({ ...props diff --git a/src/IconAirlineSeatFlatOutlinedFilled.tsx b/src/IconAirlineSeatFlatOutlinedFilled.tsx index 44d9f9280..97a060f7e 100644 --- a/src/IconAirlineSeatFlatOutlinedFilled.tsx +++ b/src/IconAirlineSeatFlatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatFlatRounded.tsx b/src/IconAirlineSeatFlatRounded.tsx index e19d7f1ec..440b0c731 100644 --- a/src/IconAirlineSeatFlatRounded.tsx +++ b/src/IconAirlineSeatFlatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatRounded: React.FC = ({ ...props diff --git a/src/IconAirlineSeatFlatRoundedFilled.tsx b/src/IconAirlineSeatFlatRoundedFilled.tsx index ddd1972df..af65da7aa 100644 --- a/src/IconAirlineSeatFlatRoundedFilled.tsx +++ b/src/IconAirlineSeatFlatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatFlatSharp.tsx b/src/IconAirlineSeatFlatSharp.tsx index 04aff62c7..5c18ced8d 100644 --- a/src/IconAirlineSeatFlatSharp.tsx +++ b/src/IconAirlineSeatFlatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirlineSeatFlatSharpFilled.tsx b/src/IconAirlineSeatFlatSharpFilled.tsx index 50eeacde3..b756ce398 100644 --- a/src/IconAirlineSeatFlatSharpFilled.tsx +++ b/src/IconAirlineSeatFlatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatFlatSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatIndividualSuiteOutlined.tsx b/src/IconAirlineSeatIndividualSuiteOutlined.tsx index ad5318d4e..ce5c3c13d 100644 --- a/src/IconAirlineSeatIndividualSuiteOutlined.tsx +++ b/src/IconAirlineSeatIndividualSuiteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatIndividualSuiteOutlined: React.FC = ({ ...props diff --git a/src/IconAirlineSeatIndividualSuiteOutlinedFilled.tsx b/src/IconAirlineSeatIndividualSuiteOutlinedFilled.tsx index 89da2dbc4..d4f60fab9 100644 --- a/src/IconAirlineSeatIndividualSuiteOutlinedFilled.tsx +++ b/src/IconAirlineSeatIndividualSuiteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatIndividualSuiteOutlinedFilled: React.FC< IconProps diff --git a/src/IconAirlineSeatIndividualSuiteRounded.tsx b/src/IconAirlineSeatIndividualSuiteRounded.tsx index 848e83321..44abc8d09 100644 --- a/src/IconAirlineSeatIndividualSuiteRounded.tsx +++ b/src/IconAirlineSeatIndividualSuiteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatIndividualSuiteRounded: React.FC = ({ ...props diff --git a/src/IconAirlineSeatIndividualSuiteRoundedFilled.tsx b/src/IconAirlineSeatIndividualSuiteRoundedFilled.tsx index 6021b553a..a7567e053 100644 --- a/src/IconAirlineSeatIndividualSuiteRoundedFilled.tsx +++ b/src/IconAirlineSeatIndividualSuiteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatIndividualSuiteRoundedFilled: React.FC< IconProps diff --git a/src/IconAirlineSeatIndividualSuiteSharp.tsx b/src/IconAirlineSeatIndividualSuiteSharp.tsx index 8b29722d1..6b820f708 100644 --- a/src/IconAirlineSeatIndividualSuiteSharp.tsx +++ b/src/IconAirlineSeatIndividualSuiteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatIndividualSuiteSharp: React.FC = ({ ...props diff --git a/src/IconAirlineSeatIndividualSuiteSharpFilled.tsx b/src/IconAirlineSeatIndividualSuiteSharpFilled.tsx index 3608630f1..f775ddcc1 100644 --- a/src/IconAirlineSeatIndividualSuiteSharpFilled.tsx +++ b/src/IconAirlineSeatIndividualSuiteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatIndividualSuiteSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomExtraOutlined.tsx b/src/IconAirlineSeatLegroomExtraOutlined.tsx index d195745b8..f001501a8 100644 --- a/src/IconAirlineSeatLegroomExtraOutlined.tsx +++ b/src/IconAirlineSeatLegroomExtraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomExtraOutlined: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomExtraOutlinedFilled.tsx b/src/IconAirlineSeatLegroomExtraOutlinedFilled.tsx index d5b26bbbf..4900181cf 100644 --- a/src/IconAirlineSeatLegroomExtraOutlinedFilled.tsx +++ b/src/IconAirlineSeatLegroomExtraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomExtraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomExtraRounded.tsx b/src/IconAirlineSeatLegroomExtraRounded.tsx index f69edd7dc..2f977e5ac 100644 --- a/src/IconAirlineSeatLegroomExtraRounded.tsx +++ b/src/IconAirlineSeatLegroomExtraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomExtraRounded: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomExtraRoundedFilled.tsx b/src/IconAirlineSeatLegroomExtraRoundedFilled.tsx index 8b6bf8213..d5a285948 100644 --- a/src/IconAirlineSeatLegroomExtraRoundedFilled.tsx +++ b/src/IconAirlineSeatLegroomExtraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomExtraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomExtraSharp.tsx b/src/IconAirlineSeatLegroomExtraSharp.tsx index a6f084a76..5cdbbaf95 100644 --- a/src/IconAirlineSeatLegroomExtraSharp.tsx +++ b/src/IconAirlineSeatLegroomExtraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomExtraSharp: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomExtraSharpFilled.tsx b/src/IconAirlineSeatLegroomExtraSharpFilled.tsx index 8fadd2b76..1a01bca9c 100644 --- a/src/IconAirlineSeatLegroomExtraSharpFilled.tsx +++ b/src/IconAirlineSeatLegroomExtraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomExtraSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomNormalOutlined.tsx b/src/IconAirlineSeatLegroomNormalOutlined.tsx index 011d8a907..35a2a4fe8 100644 --- a/src/IconAirlineSeatLegroomNormalOutlined.tsx +++ b/src/IconAirlineSeatLegroomNormalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomNormalOutlined: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomNormalOutlinedFilled.tsx b/src/IconAirlineSeatLegroomNormalOutlinedFilled.tsx index c1dd189f4..77940464c 100644 --- a/src/IconAirlineSeatLegroomNormalOutlinedFilled.tsx +++ b/src/IconAirlineSeatLegroomNormalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomNormalOutlinedFilled: React.FC< IconProps diff --git a/src/IconAirlineSeatLegroomNormalRounded.tsx b/src/IconAirlineSeatLegroomNormalRounded.tsx index b5f1ab1b9..8c38923c5 100644 --- a/src/IconAirlineSeatLegroomNormalRounded.tsx +++ b/src/IconAirlineSeatLegroomNormalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomNormalRounded: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomNormalRoundedFilled.tsx b/src/IconAirlineSeatLegroomNormalRoundedFilled.tsx index f801cff32..223ff7b6a 100644 --- a/src/IconAirlineSeatLegroomNormalRoundedFilled.tsx +++ b/src/IconAirlineSeatLegroomNormalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomNormalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomNormalSharp.tsx b/src/IconAirlineSeatLegroomNormalSharp.tsx index 55ea4ea11..b3868c1e6 100644 --- a/src/IconAirlineSeatLegroomNormalSharp.tsx +++ b/src/IconAirlineSeatLegroomNormalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomNormalSharp: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomNormalSharpFilled.tsx b/src/IconAirlineSeatLegroomNormalSharpFilled.tsx index b2bf9b33f..ef44d54f0 100644 --- a/src/IconAirlineSeatLegroomNormalSharpFilled.tsx +++ b/src/IconAirlineSeatLegroomNormalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomNormalSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomReducedOutlined.tsx b/src/IconAirlineSeatLegroomReducedOutlined.tsx index 933e3042d..658a8fbaa 100644 --- a/src/IconAirlineSeatLegroomReducedOutlined.tsx +++ b/src/IconAirlineSeatLegroomReducedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomReducedOutlined: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomReducedOutlinedFilled.tsx b/src/IconAirlineSeatLegroomReducedOutlinedFilled.tsx index e5a8e7d23..0024e5346 100644 --- a/src/IconAirlineSeatLegroomReducedOutlinedFilled.tsx +++ b/src/IconAirlineSeatLegroomReducedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomReducedOutlinedFilled: React.FC< IconProps diff --git a/src/IconAirlineSeatLegroomReducedRounded.tsx b/src/IconAirlineSeatLegroomReducedRounded.tsx index b330bb68f..3bf36284d 100644 --- a/src/IconAirlineSeatLegroomReducedRounded.tsx +++ b/src/IconAirlineSeatLegroomReducedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomReducedRounded: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomReducedRoundedFilled.tsx b/src/IconAirlineSeatLegroomReducedRoundedFilled.tsx index 409a65b85..146560200 100644 --- a/src/IconAirlineSeatLegroomReducedRoundedFilled.tsx +++ b/src/IconAirlineSeatLegroomReducedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomReducedRoundedFilled: React.FC< IconProps diff --git a/src/IconAirlineSeatLegroomReducedSharp.tsx b/src/IconAirlineSeatLegroomReducedSharp.tsx index 7d8e7dcfa..668729e19 100644 --- a/src/IconAirlineSeatLegroomReducedSharp.tsx +++ b/src/IconAirlineSeatLegroomReducedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomReducedSharp: React.FC = ({ ...props diff --git a/src/IconAirlineSeatLegroomReducedSharpFilled.tsx b/src/IconAirlineSeatLegroomReducedSharpFilled.tsx index a30075ab5..c240844d3 100644 --- a/src/IconAirlineSeatLegroomReducedSharpFilled.tsx +++ b/src/IconAirlineSeatLegroomReducedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatLegroomReducedSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatReclineExtraOutlined.tsx b/src/IconAirlineSeatReclineExtraOutlined.tsx index f8ce58760..7b6cb611a 100644 --- a/src/IconAirlineSeatReclineExtraOutlined.tsx +++ b/src/IconAirlineSeatReclineExtraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineExtraOutlined: React.FC = ({ ...props diff --git a/src/IconAirlineSeatReclineExtraOutlinedFilled.tsx b/src/IconAirlineSeatReclineExtraOutlinedFilled.tsx index cdbe14d12..36e697a29 100644 --- a/src/IconAirlineSeatReclineExtraOutlinedFilled.tsx +++ b/src/IconAirlineSeatReclineExtraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineExtraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatReclineExtraRounded.tsx b/src/IconAirlineSeatReclineExtraRounded.tsx index e56240952..e1e425ae0 100644 --- a/src/IconAirlineSeatReclineExtraRounded.tsx +++ b/src/IconAirlineSeatReclineExtraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineExtraRounded: React.FC = ({ ...props diff --git a/src/IconAirlineSeatReclineExtraRoundedFilled.tsx b/src/IconAirlineSeatReclineExtraRoundedFilled.tsx index 504d44450..171f27bd5 100644 --- a/src/IconAirlineSeatReclineExtraRoundedFilled.tsx +++ b/src/IconAirlineSeatReclineExtraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineExtraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatReclineExtraSharp.tsx b/src/IconAirlineSeatReclineExtraSharp.tsx index fee22396d..8fc166312 100644 --- a/src/IconAirlineSeatReclineExtraSharp.tsx +++ b/src/IconAirlineSeatReclineExtraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineExtraSharp: React.FC = ({ ...props diff --git a/src/IconAirlineSeatReclineExtraSharpFilled.tsx b/src/IconAirlineSeatReclineExtraSharpFilled.tsx index f17e8141f..b6ffcbc94 100644 --- a/src/IconAirlineSeatReclineExtraSharpFilled.tsx +++ b/src/IconAirlineSeatReclineExtraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineExtraSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatReclineNormalOutlined.tsx b/src/IconAirlineSeatReclineNormalOutlined.tsx index 3b61d38ae..dc30e3b43 100644 --- a/src/IconAirlineSeatReclineNormalOutlined.tsx +++ b/src/IconAirlineSeatReclineNormalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineNormalOutlined: React.FC = ({ ...props diff --git a/src/IconAirlineSeatReclineNormalOutlinedFilled.tsx b/src/IconAirlineSeatReclineNormalOutlinedFilled.tsx index 130978c0e..a78bd38a2 100644 --- a/src/IconAirlineSeatReclineNormalOutlinedFilled.tsx +++ b/src/IconAirlineSeatReclineNormalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineNormalOutlinedFilled: React.FC< IconProps diff --git a/src/IconAirlineSeatReclineNormalRounded.tsx b/src/IconAirlineSeatReclineNormalRounded.tsx index 3f19c62cc..31d278aed 100644 --- a/src/IconAirlineSeatReclineNormalRounded.tsx +++ b/src/IconAirlineSeatReclineNormalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineNormalRounded: React.FC = ({ ...props diff --git a/src/IconAirlineSeatReclineNormalRoundedFilled.tsx b/src/IconAirlineSeatReclineNormalRoundedFilled.tsx index 01e199740..7d822d01c 100644 --- a/src/IconAirlineSeatReclineNormalRoundedFilled.tsx +++ b/src/IconAirlineSeatReclineNormalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineNormalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineSeatReclineNormalSharp.tsx b/src/IconAirlineSeatReclineNormalSharp.tsx index a79e112b5..24a706cf6 100644 --- a/src/IconAirlineSeatReclineNormalSharp.tsx +++ b/src/IconAirlineSeatReclineNormalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineNormalSharp: React.FC = ({ ...props diff --git a/src/IconAirlineSeatReclineNormalSharpFilled.tsx b/src/IconAirlineSeatReclineNormalSharpFilled.tsx index 46f6ff53d..97e93c9a4 100644 --- a/src/IconAirlineSeatReclineNormalSharpFilled.tsx +++ b/src/IconAirlineSeatReclineNormalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineSeatReclineNormalSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirlineStopsOutlined.tsx b/src/IconAirlineStopsOutlined.tsx index d8497eb54..0ee9e0a4e 100644 --- a/src/IconAirlineStopsOutlined.tsx +++ b/src/IconAirlineStopsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineStopsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAirlineStopsOutlinedFilled.tsx b/src/IconAirlineStopsOutlinedFilled.tsx index 66219b348..eb03d9f3e 100644 --- a/src/IconAirlineStopsOutlinedFilled.tsx +++ b/src/IconAirlineStopsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineStopsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineStopsRounded.tsx b/src/IconAirlineStopsRounded.tsx index f672a0f2c..ccb6d6172 100644 --- a/src/IconAirlineStopsRounded.tsx +++ b/src/IconAirlineStopsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineStopsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAirlineStopsRoundedFilled.tsx b/src/IconAirlineStopsRoundedFilled.tsx index 3afe2c2d2..5ba4abefd 100644 --- a/src/IconAirlineStopsRoundedFilled.tsx +++ b/src/IconAirlineStopsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineStopsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirlineStopsSharp.tsx b/src/IconAirlineStopsSharp.tsx index 1b25c5a9f..375021272 100644 --- a/src/IconAirlineStopsSharp.tsx +++ b/src/IconAirlineStopsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineStopsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirlineStopsSharpFilled.tsx b/src/IconAirlineStopsSharpFilled.tsx index 65770fc4b..01a13c35d 100644 --- a/src/IconAirlineStopsSharpFilled.tsx +++ b/src/IconAirlineStopsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlineStopsSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirlinesOutlined.tsx b/src/IconAirlinesOutlined.tsx index 91db20a32..f5e4dde65 100644 --- a/src/IconAirlinesOutlined.tsx +++ b/src/IconAirlinesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlinesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAirlinesOutlinedFilled.tsx b/src/IconAirlinesOutlinedFilled.tsx index 8cd3cef8a..357dddfb5 100644 --- a/src/IconAirlinesOutlinedFilled.tsx +++ b/src/IconAirlinesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlinesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirlinesRounded.tsx b/src/IconAirlinesRounded.tsx index d0855bfd8..0baf4da1b 100644 --- a/src/IconAirlinesRounded.tsx +++ b/src/IconAirlinesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlinesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAirlinesRoundedFilled.tsx b/src/IconAirlinesRoundedFilled.tsx index 6633dcc53..0947df9c1 100644 --- a/src/IconAirlinesRoundedFilled.tsx +++ b/src/IconAirlinesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlinesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirlinesSharp.tsx b/src/IconAirlinesSharp.tsx index 30045cd37..dca45cabe 100644 --- a/src/IconAirlinesSharp.tsx +++ b/src/IconAirlinesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlinesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirlinesSharpFilled.tsx b/src/IconAirlinesSharpFilled.tsx index bf1c11ea5..c264b7e1f 100644 --- a/src/IconAirlinesSharpFilled.tsx +++ b/src/IconAirlinesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirlinesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAirplaneTicketOutlined.tsx b/src/IconAirplaneTicketOutlined.tsx index abfc30a3d..401cd0254 100644 --- a/src/IconAirplaneTicketOutlined.tsx +++ b/src/IconAirplaneTicketOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplaneTicketOutlined: React.FC = ({ ...props diff --git a/src/IconAirplaneTicketOutlinedFilled.tsx b/src/IconAirplaneTicketOutlinedFilled.tsx index ec9f5b33a..3c1214da3 100644 --- a/src/IconAirplaneTicketOutlinedFilled.tsx +++ b/src/IconAirplaneTicketOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplaneTicketOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirplaneTicketRounded.tsx b/src/IconAirplaneTicketRounded.tsx index 3fb16ed93..89b10476f 100644 --- a/src/IconAirplaneTicketRounded.tsx +++ b/src/IconAirplaneTicketRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplaneTicketRounded: React.FC = ({ ...props diff --git a/src/IconAirplaneTicketRoundedFilled.tsx b/src/IconAirplaneTicketRoundedFilled.tsx index f7a5518e8..0f304f28c 100644 --- a/src/IconAirplaneTicketRoundedFilled.tsx +++ b/src/IconAirplaneTicketRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplaneTicketRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirplaneTicketSharp.tsx b/src/IconAirplaneTicketSharp.tsx index 019c6af5c..66d011b3d 100644 --- a/src/IconAirplaneTicketSharp.tsx +++ b/src/IconAirplaneTicketSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplaneTicketSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirplaneTicketSharpFilled.tsx b/src/IconAirplaneTicketSharpFilled.tsx index ccfb0e827..5d18eae8f 100644 --- a/src/IconAirplaneTicketSharpFilled.tsx +++ b/src/IconAirplaneTicketSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplaneTicketSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirplanemodeInactiveOutlined.tsx b/src/IconAirplanemodeInactiveOutlined.tsx index 01eba75f2..1520b4006 100644 --- a/src/IconAirplanemodeInactiveOutlined.tsx +++ b/src/IconAirplanemodeInactiveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplanemodeInactiveOutlined: React.FC = ({ ...props diff --git a/src/IconAirplanemodeInactiveOutlinedFilled.tsx b/src/IconAirplanemodeInactiveOutlinedFilled.tsx index 5bcc9fe82..a4a535a78 100644 --- a/src/IconAirplanemodeInactiveOutlinedFilled.tsx +++ b/src/IconAirplanemodeInactiveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplanemodeInactiveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirplanemodeInactiveRounded.tsx b/src/IconAirplanemodeInactiveRounded.tsx index 0faa1809e..14de3e507 100644 --- a/src/IconAirplanemodeInactiveRounded.tsx +++ b/src/IconAirplanemodeInactiveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplanemodeInactiveRounded: React.FC = ({ ...props diff --git a/src/IconAirplanemodeInactiveRoundedFilled.tsx b/src/IconAirplanemodeInactiveRoundedFilled.tsx index 906f1d95d..4a4a34708 100644 --- a/src/IconAirplanemodeInactiveRoundedFilled.tsx +++ b/src/IconAirplanemodeInactiveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplanemodeInactiveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirplanemodeInactiveSharp.tsx b/src/IconAirplanemodeInactiveSharp.tsx index f93165ecd..e057d836b 100644 --- a/src/IconAirplanemodeInactiveSharp.tsx +++ b/src/IconAirplanemodeInactiveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplanemodeInactiveSharp: React.FC = ({ ...props diff --git a/src/IconAirplanemodeInactiveSharpFilled.tsx b/src/IconAirplanemodeInactiveSharpFilled.tsx index 8d8f9066e..1818630f5 100644 --- a/src/IconAirplanemodeInactiveSharpFilled.tsx +++ b/src/IconAirplanemodeInactiveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplanemodeInactiveSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirplayOutlined.tsx b/src/IconAirplayOutlined.tsx index a98c62830..dc0632d84 100644 --- a/src/IconAirplayOutlined.tsx +++ b/src/IconAirplayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAirplayOutlinedFilled.tsx b/src/IconAirplayOutlinedFilled.tsx index 06d3bcc48..fa03f0a18 100644 --- a/src/IconAirplayOutlinedFilled.tsx +++ b/src/IconAirplayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirplayRounded.tsx b/src/IconAirplayRounded.tsx index cbcddf14b..29eadb284 100644 --- a/src/IconAirplayRounded.tsx +++ b/src/IconAirplayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAirplayRoundedFilled.tsx b/src/IconAirplayRoundedFilled.tsx index 77080adb8..a37f7bf92 100644 --- a/src/IconAirplayRoundedFilled.tsx +++ b/src/IconAirplayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplayRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAirplaySharp.tsx b/src/IconAirplaySharp.tsx index 4296cc0c3..d798e1333 100644 --- a/src/IconAirplaySharp.tsx +++ b/src/IconAirplaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirplaySharpFilled.tsx b/src/IconAirplaySharpFilled.tsx index 38ee15d19..370796a72 100644 --- a/src/IconAirplaySharpFilled.tsx +++ b/src/IconAirplaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirplaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAirportShuttleOutlined.tsx b/src/IconAirportShuttleOutlined.tsx index 22de3ee98..6637330a0 100644 --- a/src/IconAirportShuttleOutlined.tsx +++ b/src/IconAirportShuttleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirportShuttleOutlined: React.FC = ({ ...props diff --git a/src/IconAirportShuttleOutlinedFilled.tsx b/src/IconAirportShuttleOutlinedFilled.tsx index c8d3036bf..ab30726e7 100644 --- a/src/IconAirportShuttleOutlinedFilled.tsx +++ b/src/IconAirportShuttleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirportShuttleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirportShuttleRounded.tsx b/src/IconAirportShuttleRounded.tsx index 9dec656f3..dcba05a3c 100644 --- a/src/IconAirportShuttleRounded.tsx +++ b/src/IconAirportShuttleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirportShuttleRounded: React.FC = ({ ...props diff --git a/src/IconAirportShuttleRoundedFilled.tsx b/src/IconAirportShuttleRoundedFilled.tsx index 7ac6b0eb6..76776c486 100644 --- a/src/IconAirportShuttleRoundedFilled.tsx +++ b/src/IconAirportShuttleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirportShuttleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAirportShuttleSharp.tsx b/src/IconAirportShuttleSharp.tsx index deca1f03e..a6584e360 100644 --- a/src/IconAirportShuttleSharp.tsx +++ b/src/IconAirportShuttleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirportShuttleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirportShuttleSharpFilled.tsx b/src/IconAirportShuttleSharpFilled.tsx index 360db2d25..8f9b4c320 100644 --- a/src/IconAirportShuttleSharpFilled.tsx +++ b/src/IconAirportShuttleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirportShuttleSharpFilled: React.FC = ({ ...props diff --git a/src/IconAirwareOutlined.tsx b/src/IconAirwareOutlined.tsx index a5c9267ae..a9c11d1cd 100644 --- a/src/IconAirwareOutlined.tsx +++ b/src/IconAirwareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAirwareOutlinedFilled.tsx b/src/IconAirwareOutlinedFilled.tsx index 350db2e9c..a6aa15b1e 100644 --- a/src/IconAirwareOutlinedFilled.tsx +++ b/src/IconAirwareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirwareRounded.tsx b/src/IconAirwareRounded.tsx index 5e8deefa4..ee07b4038 100644 --- a/src/IconAirwareRounded.tsx +++ b/src/IconAirwareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAirwareRoundedFilled.tsx b/src/IconAirwareRoundedFilled.tsx index a4840969a..3b5286d14 100644 --- a/src/IconAirwareRoundedFilled.tsx +++ b/src/IconAirwareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwareRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAirwareSharp.tsx b/src/IconAirwareSharp.tsx index b1012c8c1..7a216cbc0 100644 --- a/src/IconAirwareSharp.tsx +++ b/src/IconAirwareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirwareSharpFilled.tsx b/src/IconAirwareSharpFilled.tsx index 0e410b3f4..200fbd5f2 100644 --- a/src/IconAirwareSharpFilled.tsx +++ b/src/IconAirwareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwareSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAirwaveOutlined.tsx b/src/IconAirwaveOutlined.tsx index 79e9a14e1..95f212d0c 100644 --- a/src/IconAirwaveOutlined.tsx +++ b/src/IconAirwaveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwaveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAirwaveOutlinedFilled.tsx b/src/IconAirwaveOutlinedFilled.tsx index e0bf09167..0704d05f7 100644 --- a/src/IconAirwaveOutlinedFilled.tsx +++ b/src/IconAirwaveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwaveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAirwaveRounded.tsx b/src/IconAirwaveRounded.tsx index faea906ca..5359c8c71 100644 --- a/src/IconAirwaveRounded.tsx +++ b/src/IconAirwaveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwaveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAirwaveRoundedFilled.tsx b/src/IconAirwaveRoundedFilled.tsx index 9e509123f..9830d1de5 100644 --- a/src/IconAirwaveRoundedFilled.tsx +++ b/src/IconAirwaveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwaveRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAirwaveSharp.tsx b/src/IconAirwaveSharp.tsx index 38f6bc483..8af1edfd7 100644 --- a/src/IconAirwaveSharp.tsx +++ b/src/IconAirwaveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwaveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAirwaveSharpFilled.tsx b/src/IconAirwaveSharpFilled.tsx index 015f16ab1..9a1438181 100644 --- a/src/IconAirwaveSharpFilled.tsx +++ b/src/IconAirwaveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAirwaveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmAddOutlined.tsx b/src/IconAlarmAddOutlined.tsx index 3e63acc71..48796781e 100644 --- a/src/IconAlarmAddOutlined.tsx +++ b/src/IconAlarmAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmAddOutlinedFilled.tsx b/src/IconAlarmAddOutlinedFilled.tsx index 1fbc04015..628d921e2 100644 --- a/src/IconAlarmAddOutlinedFilled.tsx +++ b/src/IconAlarmAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlarmAddRounded.tsx b/src/IconAlarmAddRounded.tsx index 0b17e5ab2..7aa94eb9a 100644 --- a/src/IconAlarmAddRounded.tsx +++ b/src/IconAlarmAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmAddRoundedFilled.tsx b/src/IconAlarmAddRoundedFilled.tsx index 7679f9bbf..76ae7646c 100644 --- a/src/IconAlarmAddRoundedFilled.tsx +++ b/src/IconAlarmAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlarmAddSharp.tsx b/src/IconAlarmAddSharp.tsx index 8c7512994..366b96291 100644 --- a/src/IconAlarmAddSharp.tsx +++ b/src/IconAlarmAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmAddSharpFilled.tsx b/src/IconAlarmAddSharpFilled.tsx index cc9eaec13..32310fdb2 100644 --- a/src/IconAlarmAddSharpFilled.tsx +++ b/src/IconAlarmAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmOffOutlined.tsx b/src/IconAlarmOffOutlined.tsx index 1659567fc..70f17c851 100644 --- a/src/IconAlarmOffOutlined.tsx +++ b/src/IconAlarmOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmOffOutlinedFilled.tsx b/src/IconAlarmOffOutlinedFilled.tsx index 488f03456..ea6b2aa30 100644 --- a/src/IconAlarmOffOutlinedFilled.tsx +++ b/src/IconAlarmOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlarmOffRounded.tsx b/src/IconAlarmOffRounded.tsx index 0c4fb1f31..4c0015cd2 100644 --- a/src/IconAlarmOffRounded.tsx +++ b/src/IconAlarmOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmOffRoundedFilled.tsx b/src/IconAlarmOffRoundedFilled.tsx index 8b9159a27..7c0ab9369 100644 --- a/src/IconAlarmOffRoundedFilled.tsx +++ b/src/IconAlarmOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlarmOffSharp.tsx b/src/IconAlarmOffSharp.tsx index cdf320259..11938d305 100644 --- a/src/IconAlarmOffSharp.tsx +++ b/src/IconAlarmOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmOffSharpFilled.tsx b/src/IconAlarmOffSharpFilled.tsx index b4017f214..68abab4cf 100644 --- a/src/IconAlarmOffSharpFilled.tsx +++ b/src/IconAlarmOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmOnOutlined.tsx b/src/IconAlarmOnOutlined.tsx index 5a982bc38..97721364d 100644 --- a/src/IconAlarmOnOutlined.tsx +++ b/src/IconAlarmOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmOnOutlinedFilled.tsx b/src/IconAlarmOnOutlinedFilled.tsx index 58d6882f3..a43f0f902 100644 --- a/src/IconAlarmOnOutlinedFilled.tsx +++ b/src/IconAlarmOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlarmOnRounded.tsx b/src/IconAlarmOnRounded.tsx index 7129047c7..d77ee38b0 100644 --- a/src/IconAlarmOnRounded.tsx +++ b/src/IconAlarmOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmOnRoundedFilled.tsx b/src/IconAlarmOnRoundedFilled.tsx index cbf5fbdb1..bccec0f35 100644 --- a/src/IconAlarmOnRoundedFilled.tsx +++ b/src/IconAlarmOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOnRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmOnSharp.tsx b/src/IconAlarmOnSharp.tsx index 2e5bdb0c6..3a9ce292f 100644 --- a/src/IconAlarmOnSharp.tsx +++ b/src/IconAlarmOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmOnSharpFilled.tsx b/src/IconAlarmOnSharpFilled.tsx index b9547b4dd..d155bf7f1 100644 --- a/src/IconAlarmOnSharpFilled.tsx +++ b/src/IconAlarmOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmOutlined.tsx b/src/IconAlarmOutlined.tsx index 6401dd22a..39652ae10 100644 --- a/src/IconAlarmOutlined.tsx +++ b/src/IconAlarmOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmOutlinedFilled.tsx b/src/IconAlarmOutlinedFilled.tsx index 4ade1903f..4e252c762 100644 --- a/src/IconAlarmOutlinedFilled.tsx +++ b/src/IconAlarmOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmRounded.tsx b/src/IconAlarmRounded.tsx index 706cfb27f..87d6a94f9 100644 --- a/src/IconAlarmRounded.tsx +++ b/src/IconAlarmRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmRoundedFilled.tsx b/src/IconAlarmRoundedFilled.tsx index cecfb7ea0..d813e5752 100644 --- a/src/IconAlarmRoundedFilled.tsx +++ b/src/IconAlarmRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmSharp.tsx b/src/IconAlarmSharp.tsx index 775042f02..71bce08c1 100644 --- a/src/IconAlarmSharp.tsx +++ b/src/IconAlarmSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmSharpFilled.tsx b/src/IconAlarmSharpFilled.tsx index 94fb3b67f..ce12234ce 100644 --- a/src/IconAlarmSharpFilled.tsx +++ b/src/IconAlarmSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmSmartWakeOutlined.tsx b/src/IconAlarmSmartWakeOutlined.tsx index e1c46fca5..1dc11f0bd 100644 --- a/src/IconAlarmSmartWakeOutlined.tsx +++ b/src/IconAlarmSmartWakeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmSmartWakeOutlined: React.FC = ({ ...props diff --git a/src/IconAlarmSmartWakeOutlinedFilled.tsx b/src/IconAlarmSmartWakeOutlinedFilled.tsx index 2b54cd170..eae9875f9 100644 --- a/src/IconAlarmSmartWakeOutlinedFilled.tsx +++ b/src/IconAlarmSmartWakeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmSmartWakeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlarmSmartWakeRounded.tsx b/src/IconAlarmSmartWakeRounded.tsx index 2f44b9de6..2823f9307 100644 --- a/src/IconAlarmSmartWakeRounded.tsx +++ b/src/IconAlarmSmartWakeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmSmartWakeRounded: React.FC = ({ ...props diff --git a/src/IconAlarmSmartWakeRoundedFilled.tsx b/src/IconAlarmSmartWakeRoundedFilled.tsx index c3685087a..a5dc3229e 100644 --- a/src/IconAlarmSmartWakeRoundedFilled.tsx +++ b/src/IconAlarmSmartWakeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmSmartWakeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlarmSmartWakeSharp.tsx b/src/IconAlarmSmartWakeSharp.tsx index db49f102d..74beb8057 100644 --- a/src/IconAlarmSmartWakeSharp.tsx +++ b/src/IconAlarmSmartWakeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmSmartWakeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlarmSmartWakeSharpFilled.tsx b/src/IconAlarmSmartWakeSharpFilled.tsx index cdd8fbbc9..8cece5316 100644 --- a/src/IconAlarmSmartWakeSharpFilled.tsx +++ b/src/IconAlarmSmartWakeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlarmSmartWakeSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlbumOutlined.tsx b/src/IconAlbumOutlined.tsx index 3fd66244a..9f4e610b7 100644 --- a/src/IconAlbumOutlined.tsx +++ b/src/IconAlbumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlbumOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAlbumOutlinedFilled.tsx b/src/IconAlbumOutlinedFilled.tsx index 9702c066e..ce03a8fe3 100644 --- a/src/IconAlbumOutlinedFilled.tsx +++ b/src/IconAlbumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlbumOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlbumRounded.tsx b/src/IconAlbumRounded.tsx index cefed4814..370cbf083 100644 --- a/src/IconAlbumRounded.tsx +++ b/src/IconAlbumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlbumRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAlbumRoundedFilled.tsx b/src/IconAlbumRoundedFilled.tsx index 07d1d6734..72d9a0502 100644 --- a/src/IconAlbumRoundedFilled.tsx +++ b/src/IconAlbumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlbumRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlbumSharp.tsx b/src/IconAlbumSharp.tsx index 8a746b6cd..abee91e20 100644 --- a/src/IconAlbumSharp.tsx +++ b/src/IconAlbumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlbumSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlbumSharpFilled.tsx b/src/IconAlbumSharpFilled.tsx index 9be6b5c4d..4fe69cc56 100644 --- a/src/IconAlbumSharpFilled.tsx +++ b/src/IconAlbumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlbumSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignCenterOutlined.tsx b/src/IconAlignCenterOutlined.tsx index d8540073d..4f3a082cb 100644 --- a/src/IconAlignCenterOutlined.tsx +++ b/src/IconAlignCenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignCenterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignCenterOutlinedFilled.tsx b/src/IconAlignCenterOutlinedFilled.tsx index 95c5265c7..ea103dcb8 100644 --- a/src/IconAlignCenterOutlinedFilled.tsx +++ b/src/IconAlignCenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignCenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignCenterRounded.tsx b/src/IconAlignCenterRounded.tsx index d62a87053..9cef2bcb5 100644 --- a/src/IconAlignCenterRounded.tsx +++ b/src/IconAlignCenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignCenterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignCenterRoundedFilled.tsx b/src/IconAlignCenterRoundedFilled.tsx index 6bbfb72ef..0d0a96e9b 100644 --- a/src/IconAlignCenterRoundedFilled.tsx +++ b/src/IconAlignCenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignCenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignCenterSharp.tsx b/src/IconAlignCenterSharp.tsx index b00a89f06..ec0b16dda 100644 --- a/src/IconAlignCenterSharp.tsx +++ b/src/IconAlignCenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignCenterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignCenterSharpFilled.tsx b/src/IconAlignCenterSharpFilled.tsx index 866ecb1c9..6cea0f074 100644 --- a/src/IconAlignCenterSharpFilled.tsx +++ b/src/IconAlignCenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignCenterSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignEndOutlined.tsx b/src/IconAlignEndOutlined.tsx index d3fe5a71a..7466be544 100644 --- a/src/IconAlignEndOutlined.tsx +++ b/src/IconAlignEndOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignEndOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignEndOutlinedFilled.tsx b/src/IconAlignEndOutlinedFilled.tsx index 6d12b3c6c..8cd2daa6a 100644 --- a/src/IconAlignEndOutlinedFilled.tsx +++ b/src/IconAlignEndOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignEndOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignEndRounded.tsx b/src/IconAlignEndRounded.tsx index a23b80f93..cc460afd7 100644 --- a/src/IconAlignEndRounded.tsx +++ b/src/IconAlignEndRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignEndRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignEndRoundedFilled.tsx b/src/IconAlignEndRoundedFilled.tsx index 9347ccf8e..2ff6c75e1 100644 --- a/src/IconAlignEndRoundedFilled.tsx +++ b/src/IconAlignEndRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignEndRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignEndSharp.tsx b/src/IconAlignEndSharp.tsx index d9b99f0d3..7076df9a8 100644 --- a/src/IconAlignEndSharp.tsx +++ b/src/IconAlignEndSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignEndSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignEndSharpFilled.tsx b/src/IconAlignEndSharpFilled.tsx index 698e9e5b9..fb4adddbf 100644 --- a/src/IconAlignEndSharpFilled.tsx +++ b/src/IconAlignEndSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignEndSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignFlexCenterOutlined.tsx b/src/IconAlignFlexCenterOutlined.tsx index d1b9a5aac..9224a5de8 100644 --- a/src/IconAlignFlexCenterOutlined.tsx +++ b/src/IconAlignFlexCenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexCenterOutlined: React.FC = ({ ...props diff --git a/src/IconAlignFlexCenterOutlinedFilled.tsx b/src/IconAlignFlexCenterOutlinedFilled.tsx index 12ab83049..0e1e3d084 100644 --- a/src/IconAlignFlexCenterOutlinedFilled.tsx +++ b/src/IconAlignFlexCenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexCenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignFlexCenterRounded.tsx b/src/IconAlignFlexCenterRounded.tsx index 897ed457a..71c96fb53 100644 --- a/src/IconAlignFlexCenterRounded.tsx +++ b/src/IconAlignFlexCenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexCenterRounded: React.FC = ({ ...props diff --git a/src/IconAlignFlexCenterRoundedFilled.tsx b/src/IconAlignFlexCenterRoundedFilled.tsx index 5bb3c4d4f..745a1428b 100644 --- a/src/IconAlignFlexCenterRoundedFilled.tsx +++ b/src/IconAlignFlexCenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexCenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignFlexCenterSharp.tsx b/src/IconAlignFlexCenterSharp.tsx index 667b4cacb..ddcc8c536 100644 --- a/src/IconAlignFlexCenterSharp.tsx +++ b/src/IconAlignFlexCenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexCenterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignFlexCenterSharpFilled.tsx b/src/IconAlignFlexCenterSharpFilled.tsx index 22f6c3489..987e367f1 100644 --- a/src/IconAlignFlexCenterSharpFilled.tsx +++ b/src/IconAlignFlexCenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexCenterSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignFlexEndOutlined.tsx b/src/IconAlignFlexEndOutlined.tsx index 91a11b908..48bd727b4 100644 --- a/src/IconAlignFlexEndOutlined.tsx +++ b/src/IconAlignFlexEndOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexEndOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignFlexEndOutlinedFilled.tsx b/src/IconAlignFlexEndOutlinedFilled.tsx index 8028dc570..5feb2612a 100644 --- a/src/IconAlignFlexEndOutlinedFilled.tsx +++ b/src/IconAlignFlexEndOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexEndOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignFlexEndRounded.tsx b/src/IconAlignFlexEndRounded.tsx index 313785d48..11f1a6d16 100644 --- a/src/IconAlignFlexEndRounded.tsx +++ b/src/IconAlignFlexEndRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexEndRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignFlexEndRoundedFilled.tsx b/src/IconAlignFlexEndRoundedFilled.tsx index 586982a1c..7abb61fb2 100644 --- a/src/IconAlignFlexEndRoundedFilled.tsx +++ b/src/IconAlignFlexEndRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexEndRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignFlexEndSharp.tsx b/src/IconAlignFlexEndSharp.tsx index 301374f06..4dc18618b 100644 --- a/src/IconAlignFlexEndSharp.tsx +++ b/src/IconAlignFlexEndSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexEndSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignFlexEndSharpFilled.tsx b/src/IconAlignFlexEndSharpFilled.tsx index 33ab839d2..1158cd41f 100644 --- a/src/IconAlignFlexEndSharpFilled.tsx +++ b/src/IconAlignFlexEndSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexEndSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignFlexStartOutlined.tsx b/src/IconAlignFlexStartOutlined.tsx index d726356ce..f45f1be61 100644 --- a/src/IconAlignFlexStartOutlined.tsx +++ b/src/IconAlignFlexStartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexStartOutlined: React.FC = ({ ...props diff --git a/src/IconAlignFlexStartOutlinedFilled.tsx b/src/IconAlignFlexStartOutlinedFilled.tsx index e7c302611..be16d77e1 100644 --- a/src/IconAlignFlexStartOutlinedFilled.tsx +++ b/src/IconAlignFlexStartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexStartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignFlexStartRounded.tsx b/src/IconAlignFlexStartRounded.tsx index 05439680b..0bdaad31d 100644 --- a/src/IconAlignFlexStartRounded.tsx +++ b/src/IconAlignFlexStartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexStartRounded: React.FC = ({ ...props diff --git a/src/IconAlignFlexStartRoundedFilled.tsx b/src/IconAlignFlexStartRoundedFilled.tsx index dc0326627..3a66ce0ce 100644 --- a/src/IconAlignFlexStartRoundedFilled.tsx +++ b/src/IconAlignFlexStartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexStartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignFlexStartSharp.tsx b/src/IconAlignFlexStartSharp.tsx index 3f0a19c48..036a4c349 100644 --- a/src/IconAlignFlexStartSharp.tsx +++ b/src/IconAlignFlexStartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexStartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignFlexStartSharpFilled.tsx b/src/IconAlignFlexStartSharpFilled.tsx index 2fead03a3..ea230caa4 100644 --- a/src/IconAlignFlexStartSharpFilled.tsx +++ b/src/IconAlignFlexStartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignFlexStartSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalCenterOutlined.tsx b/src/IconAlignHorizontalCenterOutlined.tsx index 9ea4e6919..d70aec04e 100644 --- a/src/IconAlignHorizontalCenterOutlined.tsx +++ b/src/IconAlignHorizontalCenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalCenterOutlined: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalCenterOutlinedFilled.tsx b/src/IconAlignHorizontalCenterOutlinedFilled.tsx index dc1fb13ad..0e482af1b 100644 --- a/src/IconAlignHorizontalCenterOutlinedFilled.tsx +++ b/src/IconAlignHorizontalCenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalCenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalCenterRounded.tsx b/src/IconAlignHorizontalCenterRounded.tsx index 8e11579de..aaccffb23 100644 --- a/src/IconAlignHorizontalCenterRounded.tsx +++ b/src/IconAlignHorizontalCenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalCenterRounded: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalCenterRoundedFilled.tsx b/src/IconAlignHorizontalCenterRoundedFilled.tsx index fe15a8833..ef61c95b4 100644 --- a/src/IconAlignHorizontalCenterRoundedFilled.tsx +++ b/src/IconAlignHorizontalCenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalCenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalCenterSharp.tsx b/src/IconAlignHorizontalCenterSharp.tsx index b5c1df991..a181c8787 100644 --- a/src/IconAlignHorizontalCenterSharp.tsx +++ b/src/IconAlignHorizontalCenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalCenterSharp: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalCenterSharpFilled.tsx b/src/IconAlignHorizontalCenterSharpFilled.tsx index 2b5e92b61..962dea627 100644 --- a/src/IconAlignHorizontalCenterSharpFilled.tsx +++ b/src/IconAlignHorizontalCenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalCenterSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalLeftOutlined.tsx b/src/IconAlignHorizontalLeftOutlined.tsx index 938e5294f..54dba1c50 100644 --- a/src/IconAlignHorizontalLeftOutlined.tsx +++ b/src/IconAlignHorizontalLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalLeftOutlined: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalLeftOutlinedFilled.tsx b/src/IconAlignHorizontalLeftOutlinedFilled.tsx index d3e338006..3ab07362e 100644 --- a/src/IconAlignHorizontalLeftOutlinedFilled.tsx +++ b/src/IconAlignHorizontalLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalLeftRounded.tsx b/src/IconAlignHorizontalLeftRounded.tsx index 6efef019d..467ce77c8 100644 --- a/src/IconAlignHorizontalLeftRounded.tsx +++ b/src/IconAlignHorizontalLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalLeftRounded: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalLeftRoundedFilled.tsx b/src/IconAlignHorizontalLeftRoundedFilled.tsx index d49a69701..ced9a6001 100644 --- a/src/IconAlignHorizontalLeftRoundedFilled.tsx +++ b/src/IconAlignHorizontalLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalLeftSharp.tsx b/src/IconAlignHorizontalLeftSharp.tsx index 3b6d6d84b..9a07bf33d 100644 --- a/src/IconAlignHorizontalLeftSharp.tsx +++ b/src/IconAlignHorizontalLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalLeftSharp: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalLeftSharpFilled.tsx b/src/IconAlignHorizontalLeftSharpFilled.tsx index 4dae45b2c..7df1fc8ca 100644 --- a/src/IconAlignHorizontalLeftSharpFilled.tsx +++ b/src/IconAlignHorizontalLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalRightOutlined.tsx b/src/IconAlignHorizontalRightOutlined.tsx index d489aabce..4d82ffaeb 100644 --- a/src/IconAlignHorizontalRightOutlined.tsx +++ b/src/IconAlignHorizontalRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalRightOutlined: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalRightOutlinedFilled.tsx b/src/IconAlignHorizontalRightOutlinedFilled.tsx index bde3359fc..db895ba01 100644 --- a/src/IconAlignHorizontalRightOutlinedFilled.tsx +++ b/src/IconAlignHorizontalRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalRightRounded.tsx b/src/IconAlignHorizontalRightRounded.tsx index 31ebf822a..f43463dfc 100644 --- a/src/IconAlignHorizontalRightRounded.tsx +++ b/src/IconAlignHorizontalRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalRightRounded: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalRightRoundedFilled.tsx b/src/IconAlignHorizontalRightRoundedFilled.tsx index 8515fe8f0..d1a0e31ef 100644 --- a/src/IconAlignHorizontalRightRoundedFilled.tsx +++ b/src/IconAlignHorizontalRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalRightSharp.tsx b/src/IconAlignHorizontalRightSharp.tsx index 377cd4067..34b189b3b 100644 --- a/src/IconAlignHorizontalRightSharp.tsx +++ b/src/IconAlignHorizontalRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalRightSharp: React.FC = ({ ...props diff --git a/src/IconAlignHorizontalRightSharpFilled.tsx b/src/IconAlignHorizontalRightSharpFilled.tsx index a26c3a3aa..405abb2be 100644 --- a/src/IconAlignHorizontalRightSharpFilled.tsx +++ b/src/IconAlignHorizontalRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignHorizontalRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignItemsStretchOutlined.tsx b/src/IconAlignItemsStretchOutlined.tsx index eecf852bf..3534a2bd8 100644 --- a/src/IconAlignItemsStretchOutlined.tsx +++ b/src/IconAlignItemsStretchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignItemsStretchOutlined: React.FC = ({ ...props diff --git a/src/IconAlignItemsStretchOutlinedFilled.tsx b/src/IconAlignItemsStretchOutlinedFilled.tsx index 5ef4db7cc..3c9f7384b 100644 --- a/src/IconAlignItemsStretchOutlinedFilled.tsx +++ b/src/IconAlignItemsStretchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignItemsStretchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignItemsStretchRounded.tsx b/src/IconAlignItemsStretchRounded.tsx index 0c402028a..5e885b470 100644 --- a/src/IconAlignItemsStretchRounded.tsx +++ b/src/IconAlignItemsStretchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignItemsStretchRounded: React.FC = ({ ...props diff --git a/src/IconAlignItemsStretchRoundedFilled.tsx b/src/IconAlignItemsStretchRoundedFilled.tsx index 3f6dd2d00..96ab0c7e0 100644 --- a/src/IconAlignItemsStretchRoundedFilled.tsx +++ b/src/IconAlignItemsStretchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignItemsStretchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignItemsStretchSharp.tsx b/src/IconAlignItemsStretchSharp.tsx index 6d51ccc78..e79e89914 100644 --- a/src/IconAlignItemsStretchSharp.tsx +++ b/src/IconAlignItemsStretchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignItemsStretchSharp: React.FC = ({ ...props diff --git a/src/IconAlignItemsStretchSharpFilled.tsx b/src/IconAlignItemsStretchSharpFilled.tsx index aa21f3e55..122517a8a 100644 --- a/src/IconAlignItemsStretchSharpFilled.tsx +++ b/src/IconAlignItemsStretchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignItemsStretchSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyCenterOutlined.tsx b/src/IconAlignJustifyCenterOutlined.tsx index 2c797473e..014cb6cd9 100644 --- a/src/IconAlignJustifyCenterOutlined.tsx +++ b/src/IconAlignJustifyCenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyCenterOutlined: React.FC = ({ ...props diff --git a/src/IconAlignJustifyCenterOutlinedFilled.tsx b/src/IconAlignJustifyCenterOutlinedFilled.tsx index 5a370ab97..9310e655e 100644 --- a/src/IconAlignJustifyCenterOutlinedFilled.tsx +++ b/src/IconAlignJustifyCenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyCenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyCenterRounded.tsx b/src/IconAlignJustifyCenterRounded.tsx index d88c1ce9f..347986309 100644 --- a/src/IconAlignJustifyCenterRounded.tsx +++ b/src/IconAlignJustifyCenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyCenterRounded: React.FC = ({ ...props diff --git a/src/IconAlignJustifyCenterRoundedFilled.tsx b/src/IconAlignJustifyCenterRoundedFilled.tsx index 309e43861..5643d6403 100644 --- a/src/IconAlignJustifyCenterRoundedFilled.tsx +++ b/src/IconAlignJustifyCenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyCenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyCenterSharp.tsx b/src/IconAlignJustifyCenterSharp.tsx index a1300cc0f..69af664c4 100644 --- a/src/IconAlignJustifyCenterSharp.tsx +++ b/src/IconAlignJustifyCenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyCenterSharp: React.FC = ({ ...props diff --git a/src/IconAlignJustifyCenterSharpFilled.tsx b/src/IconAlignJustifyCenterSharpFilled.tsx index 4fca73d03..08ad3ae92 100644 --- a/src/IconAlignJustifyCenterSharpFilled.tsx +++ b/src/IconAlignJustifyCenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyCenterSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexEndOutlined.tsx b/src/IconAlignJustifyFlexEndOutlined.tsx index a3dcff474..24ec03835 100644 --- a/src/IconAlignJustifyFlexEndOutlined.tsx +++ b/src/IconAlignJustifyFlexEndOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexEndOutlined: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexEndOutlinedFilled.tsx b/src/IconAlignJustifyFlexEndOutlinedFilled.tsx index fc7094af0..8aa2f5c3b 100644 --- a/src/IconAlignJustifyFlexEndOutlinedFilled.tsx +++ b/src/IconAlignJustifyFlexEndOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexEndOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexEndRounded.tsx b/src/IconAlignJustifyFlexEndRounded.tsx index 7d0b9edfb..d5cf49177 100644 --- a/src/IconAlignJustifyFlexEndRounded.tsx +++ b/src/IconAlignJustifyFlexEndRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexEndRounded: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexEndRoundedFilled.tsx b/src/IconAlignJustifyFlexEndRoundedFilled.tsx index 0ec9b13f6..5bcb409fa 100644 --- a/src/IconAlignJustifyFlexEndRoundedFilled.tsx +++ b/src/IconAlignJustifyFlexEndRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexEndRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexEndSharp.tsx b/src/IconAlignJustifyFlexEndSharp.tsx index 0f1c7bc64..3b3c12f32 100644 --- a/src/IconAlignJustifyFlexEndSharp.tsx +++ b/src/IconAlignJustifyFlexEndSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexEndSharp: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexEndSharpFilled.tsx b/src/IconAlignJustifyFlexEndSharpFilled.tsx index debd6e719..6014ac355 100644 --- a/src/IconAlignJustifyFlexEndSharpFilled.tsx +++ b/src/IconAlignJustifyFlexEndSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexEndSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexStartOutlined.tsx b/src/IconAlignJustifyFlexStartOutlined.tsx index fab8f5b7b..778e6fd7a 100644 --- a/src/IconAlignJustifyFlexStartOutlined.tsx +++ b/src/IconAlignJustifyFlexStartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexStartOutlined: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexStartOutlinedFilled.tsx b/src/IconAlignJustifyFlexStartOutlinedFilled.tsx index 7cc3c95e0..92348c81e 100644 --- a/src/IconAlignJustifyFlexStartOutlinedFilled.tsx +++ b/src/IconAlignJustifyFlexStartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexStartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexStartRounded.tsx b/src/IconAlignJustifyFlexStartRounded.tsx index 65c6e59dd..2075c8671 100644 --- a/src/IconAlignJustifyFlexStartRounded.tsx +++ b/src/IconAlignJustifyFlexStartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexStartRounded: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexStartRoundedFilled.tsx b/src/IconAlignJustifyFlexStartRoundedFilled.tsx index dd07c0d2e..fe47c17d0 100644 --- a/src/IconAlignJustifyFlexStartRoundedFilled.tsx +++ b/src/IconAlignJustifyFlexStartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexStartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexStartSharp.tsx b/src/IconAlignJustifyFlexStartSharp.tsx index 3a04502fb..19f88ce7d 100644 --- a/src/IconAlignJustifyFlexStartSharp.tsx +++ b/src/IconAlignJustifyFlexStartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexStartSharp: React.FC = ({ ...props diff --git a/src/IconAlignJustifyFlexStartSharpFilled.tsx b/src/IconAlignJustifyFlexStartSharpFilled.tsx index 881942a68..5d9d81b33 100644 --- a/src/IconAlignJustifyFlexStartSharpFilled.tsx +++ b/src/IconAlignJustifyFlexStartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyFlexStartSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceAroundOutlined.tsx b/src/IconAlignJustifySpaceAroundOutlined.tsx index 4e14545c6..069bb78fb 100644 --- a/src/IconAlignJustifySpaceAroundOutlined.tsx +++ b/src/IconAlignJustifySpaceAroundOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceAroundOutlined: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceAroundOutlinedFilled.tsx b/src/IconAlignJustifySpaceAroundOutlinedFilled.tsx index cd3cae67a..1b378f78f 100644 --- a/src/IconAlignJustifySpaceAroundOutlinedFilled.tsx +++ b/src/IconAlignJustifySpaceAroundOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceAroundOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceAroundRounded.tsx b/src/IconAlignJustifySpaceAroundRounded.tsx index a808ef124..50ac436e1 100644 --- a/src/IconAlignJustifySpaceAroundRounded.tsx +++ b/src/IconAlignJustifySpaceAroundRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceAroundRounded: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceAroundRoundedFilled.tsx b/src/IconAlignJustifySpaceAroundRoundedFilled.tsx index 8d66f546e..3e80df553 100644 --- a/src/IconAlignJustifySpaceAroundRoundedFilled.tsx +++ b/src/IconAlignJustifySpaceAroundRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceAroundRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceAroundSharp.tsx b/src/IconAlignJustifySpaceAroundSharp.tsx index 817127773..e346bc09a 100644 --- a/src/IconAlignJustifySpaceAroundSharp.tsx +++ b/src/IconAlignJustifySpaceAroundSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceAroundSharp: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceAroundSharpFilled.tsx b/src/IconAlignJustifySpaceAroundSharpFilled.tsx index 6c52e88aa..f3eedeff9 100644 --- a/src/IconAlignJustifySpaceAroundSharpFilled.tsx +++ b/src/IconAlignJustifySpaceAroundSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceAroundSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceBetweenOutlined.tsx b/src/IconAlignJustifySpaceBetweenOutlined.tsx index 4e14ea4f8..a3f66be5d 100644 --- a/src/IconAlignJustifySpaceBetweenOutlined.tsx +++ b/src/IconAlignJustifySpaceBetweenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceBetweenOutlined: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceBetweenOutlinedFilled.tsx b/src/IconAlignJustifySpaceBetweenOutlinedFilled.tsx index 8789663ae..32b573ea9 100644 --- a/src/IconAlignJustifySpaceBetweenOutlinedFilled.tsx +++ b/src/IconAlignJustifySpaceBetweenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceBetweenOutlinedFilled: React.FC< IconProps diff --git a/src/IconAlignJustifySpaceBetweenRounded.tsx b/src/IconAlignJustifySpaceBetweenRounded.tsx index 9aa36e252..af3a2eaab 100644 --- a/src/IconAlignJustifySpaceBetweenRounded.tsx +++ b/src/IconAlignJustifySpaceBetweenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceBetweenRounded: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceBetweenRoundedFilled.tsx b/src/IconAlignJustifySpaceBetweenRoundedFilled.tsx index 3e9eeec21..c724734d5 100644 --- a/src/IconAlignJustifySpaceBetweenRoundedFilled.tsx +++ b/src/IconAlignJustifySpaceBetweenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceBetweenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceBetweenSharp.tsx b/src/IconAlignJustifySpaceBetweenSharp.tsx index 788fc0f13..2a79a81b7 100644 --- a/src/IconAlignJustifySpaceBetweenSharp.tsx +++ b/src/IconAlignJustifySpaceBetweenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceBetweenSharp: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceBetweenSharpFilled.tsx b/src/IconAlignJustifySpaceBetweenSharpFilled.tsx index 38cb30511..d2041bd4f 100644 --- a/src/IconAlignJustifySpaceBetweenSharpFilled.tsx +++ b/src/IconAlignJustifySpaceBetweenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceBetweenSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceEvenOutlined.tsx b/src/IconAlignJustifySpaceEvenOutlined.tsx index 6f8b9713c..22a5bafb2 100644 --- a/src/IconAlignJustifySpaceEvenOutlined.tsx +++ b/src/IconAlignJustifySpaceEvenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceEvenOutlined: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceEvenOutlinedFilled.tsx b/src/IconAlignJustifySpaceEvenOutlinedFilled.tsx index 2d16d826f..a96349226 100644 --- a/src/IconAlignJustifySpaceEvenOutlinedFilled.tsx +++ b/src/IconAlignJustifySpaceEvenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceEvenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceEvenRounded.tsx b/src/IconAlignJustifySpaceEvenRounded.tsx index 51f9edbd7..c4ac85815 100644 --- a/src/IconAlignJustifySpaceEvenRounded.tsx +++ b/src/IconAlignJustifySpaceEvenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceEvenRounded: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceEvenRoundedFilled.tsx b/src/IconAlignJustifySpaceEvenRoundedFilled.tsx index 4201370fc..9a4f012c7 100644 --- a/src/IconAlignJustifySpaceEvenRoundedFilled.tsx +++ b/src/IconAlignJustifySpaceEvenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceEvenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceEvenSharp.tsx b/src/IconAlignJustifySpaceEvenSharp.tsx index 42586c6d9..aace92b1e 100644 --- a/src/IconAlignJustifySpaceEvenSharp.tsx +++ b/src/IconAlignJustifySpaceEvenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceEvenSharp: React.FC = ({ ...props diff --git a/src/IconAlignJustifySpaceEvenSharpFilled.tsx b/src/IconAlignJustifySpaceEvenSharpFilled.tsx index 037e5baaa..20bf5c030 100644 --- a/src/IconAlignJustifySpaceEvenSharpFilled.tsx +++ b/src/IconAlignJustifySpaceEvenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifySpaceEvenSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyStretchOutlined.tsx b/src/IconAlignJustifyStretchOutlined.tsx index 462da7883..e3b532cd6 100644 --- a/src/IconAlignJustifyStretchOutlined.tsx +++ b/src/IconAlignJustifyStretchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyStretchOutlined: React.FC = ({ ...props diff --git a/src/IconAlignJustifyStretchOutlinedFilled.tsx b/src/IconAlignJustifyStretchOutlinedFilled.tsx index 1de8d892d..bc11ec316 100644 --- a/src/IconAlignJustifyStretchOutlinedFilled.tsx +++ b/src/IconAlignJustifyStretchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyStretchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyStretchRounded.tsx b/src/IconAlignJustifyStretchRounded.tsx index 5675c4777..2c9852a6d 100644 --- a/src/IconAlignJustifyStretchRounded.tsx +++ b/src/IconAlignJustifyStretchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyStretchRounded: React.FC = ({ ...props diff --git a/src/IconAlignJustifyStretchRoundedFilled.tsx b/src/IconAlignJustifyStretchRoundedFilled.tsx index 29950f3b5..c4d9bd9c0 100644 --- a/src/IconAlignJustifyStretchRoundedFilled.tsx +++ b/src/IconAlignJustifyStretchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyStretchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignJustifyStretchSharp.tsx b/src/IconAlignJustifyStretchSharp.tsx index 07e1a2a70..7689c6e52 100644 --- a/src/IconAlignJustifyStretchSharp.tsx +++ b/src/IconAlignJustifyStretchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyStretchSharp: React.FC = ({ ...props diff --git a/src/IconAlignJustifyStretchSharpFilled.tsx b/src/IconAlignJustifyStretchSharpFilled.tsx index 83be7c024..ad7b03216 100644 --- a/src/IconAlignJustifyStretchSharpFilled.tsx +++ b/src/IconAlignJustifyStretchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignJustifyStretchSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignSelfStretchOutlined.tsx b/src/IconAlignSelfStretchOutlined.tsx index 26554ce47..309401a57 100644 --- a/src/IconAlignSelfStretchOutlined.tsx +++ b/src/IconAlignSelfStretchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSelfStretchOutlined: React.FC = ({ ...props diff --git a/src/IconAlignSelfStretchOutlinedFilled.tsx b/src/IconAlignSelfStretchOutlinedFilled.tsx index 81ee3be93..6406b6e4a 100644 --- a/src/IconAlignSelfStretchOutlinedFilled.tsx +++ b/src/IconAlignSelfStretchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSelfStretchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignSelfStretchRounded.tsx b/src/IconAlignSelfStretchRounded.tsx index 14f3a206c..f40f41353 100644 --- a/src/IconAlignSelfStretchRounded.tsx +++ b/src/IconAlignSelfStretchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSelfStretchRounded: React.FC = ({ ...props diff --git a/src/IconAlignSelfStretchRoundedFilled.tsx b/src/IconAlignSelfStretchRoundedFilled.tsx index 09c23a32b..d963721d1 100644 --- a/src/IconAlignSelfStretchRoundedFilled.tsx +++ b/src/IconAlignSelfStretchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSelfStretchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignSelfStretchSharp.tsx b/src/IconAlignSelfStretchSharp.tsx index f084fb237..273903853 100644 --- a/src/IconAlignSelfStretchSharp.tsx +++ b/src/IconAlignSelfStretchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSelfStretchSharp: React.FC = ({ ...props diff --git a/src/IconAlignSelfStretchSharpFilled.tsx b/src/IconAlignSelfStretchSharpFilled.tsx index 9b492421c..976b324c8 100644 --- a/src/IconAlignSelfStretchSharpFilled.tsx +++ b/src/IconAlignSelfStretchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSelfStretchSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignSpaceAroundOutlined.tsx b/src/IconAlignSpaceAroundOutlined.tsx index 7da8c6c0a..4f5c6d627 100644 --- a/src/IconAlignSpaceAroundOutlined.tsx +++ b/src/IconAlignSpaceAroundOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceAroundOutlined: React.FC = ({ ...props diff --git a/src/IconAlignSpaceAroundOutlinedFilled.tsx b/src/IconAlignSpaceAroundOutlinedFilled.tsx index 9d8d64e80..f23d12874 100644 --- a/src/IconAlignSpaceAroundOutlinedFilled.tsx +++ b/src/IconAlignSpaceAroundOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceAroundOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignSpaceAroundRounded.tsx b/src/IconAlignSpaceAroundRounded.tsx index e7436f65b..4d026b084 100644 --- a/src/IconAlignSpaceAroundRounded.tsx +++ b/src/IconAlignSpaceAroundRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceAroundRounded: React.FC = ({ ...props diff --git a/src/IconAlignSpaceAroundRoundedFilled.tsx b/src/IconAlignSpaceAroundRoundedFilled.tsx index f0dbb5b4e..63914d6b4 100644 --- a/src/IconAlignSpaceAroundRoundedFilled.tsx +++ b/src/IconAlignSpaceAroundRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceAroundRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignSpaceAroundSharp.tsx b/src/IconAlignSpaceAroundSharp.tsx index 0ace3658c..30cb57a05 100644 --- a/src/IconAlignSpaceAroundSharp.tsx +++ b/src/IconAlignSpaceAroundSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceAroundSharp: React.FC = ({ ...props diff --git a/src/IconAlignSpaceAroundSharpFilled.tsx b/src/IconAlignSpaceAroundSharpFilled.tsx index dab914c2b..daeb2a2a1 100644 --- a/src/IconAlignSpaceAroundSharpFilled.tsx +++ b/src/IconAlignSpaceAroundSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceAroundSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignSpaceBetweenOutlined.tsx b/src/IconAlignSpaceBetweenOutlined.tsx index 435be2ab3..cbc0a92ac 100644 --- a/src/IconAlignSpaceBetweenOutlined.tsx +++ b/src/IconAlignSpaceBetweenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceBetweenOutlined: React.FC = ({ ...props diff --git a/src/IconAlignSpaceBetweenOutlinedFilled.tsx b/src/IconAlignSpaceBetweenOutlinedFilled.tsx index ff6898f16..09222f33a 100644 --- a/src/IconAlignSpaceBetweenOutlinedFilled.tsx +++ b/src/IconAlignSpaceBetweenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceBetweenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignSpaceBetweenRounded.tsx b/src/IconAlignSpaceBetweenRounded.tsx index 07b51dd8b..a46b8f41d 100644 --- a/src/IconAlignSpaceBetweenRounded.tsx +++ b/src/IconAlignSpaceBetweenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceBetweenRounded: React.FC = ({ ...props diff --git a/src/IconAlignSpaceBetweenRoundedFilled.tsx b/src/IconAlignSpaceBetweenRoundedFilled.tsx index 006d63391..e57c16877 100644 --- a/src/IconAlignSpaceBetweenRoundedFilled.tsx +++ b/src/IconAlignSpaceBetweenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceBetweenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignSpaceBetweenSharp.tsx b/src/IconAlignSpaceBetweenSharp.tsx index ca570e44b..ac9a53843 100644 --- a/src/IconAlignSpaceBetweenSharp.tsx +++ b/src/IconAlignSpaceBetweenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceBetweenSharp: React.FC = ({ ...props diff --git a/src/IconAlignSpaceBetweenSharpFilled.tsx b/src/IconAlignSpaceBetweenSharpFilled.tsx index 19454b935..d99ff0ee8 100644 --- a/src/IconAlignSpaceBetweenSharpFilled.tsx +++ b/src/IconAlignSpaceBetweenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceBetweenSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignSpaceEvenOutlined.tsx b/src/IconAlignSpaceEvenOutlined.tsx index 2695d2043..311d08b5e 100644 --- a/src/IconAlignSpaceEvenOutlined.tsx +++ b/src/IconAlignSpaceEvenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceEvenOutlined: React.FC = ({ ...props diff --git a/src/IconAlignSpaceEvenOutlinedFilled.tsx b/src/IconAlignSpaceEvenOutlinedFilled.tsx index 4dd7d5cc4..7bce9e832 100644 --- a/src/IconAlignSpaceEvenOutlinedFilled.tsx +++ b/src/IconAlignSpaceEvenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceEvenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignSpaceEvenRounded.tsx b/src/IconAlignSpaceEvenRounded.tsx index 6e7a170cc..7d5e32f83 100644 --- a/src/IconAlignSpaceEvenRounded.tsx +++ b/src/IconAlignSpaceEvenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceEvenRounded: React.FC = ({ ...props diff --git a/src/IconAlignSpaceEvenRoundedFilled.tsx b/src/IconAlignSpaceEvenRoundedFilled.tsx index 2aed7213b..3f46050ea 100644 --- a/src/IconAlignSpaceEvenRoundedFilled.tsx +++ b/src/IconAlignSpaceEvenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceEvenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignSpaceEvenSharp.tsx b/src/IconAlignSpaceEvenSharp.tsx index cd0b29fb1..69db2388d 100644 --- a/src/IconAlignSpaceEvenSharp.tsx +++ b/src/IconAlignSpaceEvenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceEvenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignSpaceEvenSharpFilled.tsx b/src/IconAlignSpaceEvenSharpFilled.tsx index a8c43131b..81d3f65be 100644 --- a/src/IconAlignSpaceEvenSharpFilled.tsx +++ b/src/IconAlignSpaceEvenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignSpaceEvenSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignStartOutlined.tsx b/src/IconAlignStartOutlined.tsx index 8edb74aab..7e85b2156 100644 --- a/src/IconAlignStartOutlined.tsx +++ b/src/IconAlignStartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignStartOutlinedFilled.tsx b/src/IconAlignStartOutlinedFilled.tsx index e6c22c770..ae5908c92 100644 --- a/src/IconAlignStartOutlinedFilled.tsx +++ b/src/IconAlignStartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignStartRounded.tsx b/src/IconAlignStartRounded.tsx index f1c6e8c7d..a2a533d32 100644 --- a/src/IconAlignStartRounded.tsx +++ b/src/IconAlignStartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignStartRoundedFilled.tsx b/src/IconAlignStartRoundedFilled.tsx index fefed027e..0718698a5 100644 --- a/src/IconAlignStartRoundedFilled.tsx +++ b/src/IconAlignStartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignStartSharp.tsx b/src/IconAlignStartSharp.tsx index 0a0a05a06..08bf5f446 100644 --- a/src/IconAlignStartSharp.tsx +++ b/src/IconAlignStartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignStartSharpFilled.tsx b/src/IconAlignStartSharpFilled.tsx index a91f83183..f4378e1e0 100644 --- a/src/IconAlignStartSharpFilled.tsx +++ b/src/IconAlignStartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStartSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignStretchOutlined.tsx b/src/IconAlignStretchOutlined.tsx index 533e2652f..4b1731242 100644 --- a/src/IconAlignStretchOutlined.tsx +++ b/src/IconAlignStretchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStretchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignStretchOutlinedFilled.tsx b/src/IconAlignStretchOutlinedFilled.tsx index cf1e1a6fe..efc1b2f6c 100644 --- a/src/IconAlignStretchOutlinedFilled.tsx +++ b/src/IconAlignStretchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStretchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignStretchRounded.tsx b/src/IconAlignStretchRounded.tsx index c8db87cd1..6e1dc4d67 100644 --- a/src/IconAlignStretchRounded.tsx +++ b/src/IconAlignStretchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStretchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignStretchRoundedFilled.tsx b/src/IconAlignStretchRoundedFilled.tsx index d6084b29f..69a6f3445 100644 --- a/src/IconAlignStretchRoundedFilled.tsx +++ b/src/IconAlignStretchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStretchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignStretchSharp.tsx b/src/IconAlignStretchSharp.tsx index 5a2f1c832..f194cdee9 100644 --- a/src/IconAlignStretchSharp.tsx +++ b/src/IconAlignStretchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStretchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlignStretchSharpFilled.tsx b/src/IconAlignStretchSharpFilled.tsx index 2114c08b9..42bd068f0 100644 --- a/src/IconAlignStretchSharpFilled.tsx +++ b/src/IconAlignStretchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignStretchSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignVerticalBottomOutlined.tsx b/src/IconAlignVerticalBottomOutlined.tsx index 21d12e9ce..63786888c 100644 --- a/src/IconAlignVerticalBottomOutlined.tsx +++ b/src/IconAlignVerticalBottomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalBottomOutlined: React.FC = ({ ...props diff --git a/src/IconAlignVerticalBottomOutlinedFilled.tsx b/src/IconAlignVerticalBottomOutlinedFilled.tsx index 809f196bf..f517dee18 100644 --- a/src/IconAlignVerticalBottomOutlinedFilled.tsx +++ b/src/IconAlignVerticalBottomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalBottomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignVerticalBottomRounded.tsx b/src/IconAlignVerticalBottomRounded.tsx index ccdc7bac1..066e3ab46 100644 --- a/src/IconAlignVerticalBottomRounded.tsx +++ b/src/IconAlignVerticalBottomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalBottomRounded: React.FC = ({ ...props diff --git a/src/IconAlignVerticalBottomRoundedFilled.tsx b/src/IconAlignVerticalBottomRoundedFilled.tsx index bd714548a..832c26588 100644 --- a/src/IconAlignVerticalBottomRoundedFilled.tsx +++ b/src/IconAlignVerticalBottomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalBottomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignVerticalBottomSharp.tsx b/src/IconAlignVerticalBottomSharp.tsx index 88eb453b1..1d817427f 100644 --- a/src/IconAlignVerticalBottomSharp.tsx +++ b/src/IconAlignVerticalBottomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalBottomSharp: React.FC = ({ ...props diff --git a/src/IconAlignVerticalBottomSharpFilled.tsx b/src/IconAlignVerticalBottomSharpFilled.tsx index 748448453..eb95ea76e 100644 --- a/src/IconAlignVerticalBottomSharpFilled.tsx +++ b/src/IconAlignVerticalBottomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalBottomSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignVerticalCenterOutlined.tsx b/src/IconAlignVerticalCenterOutlined.tsx index 973a6a807..4d2d362e9 100644 --- a/src/IconAlignVerticalCenterOutlined.tsx +++ b/src/IconAlignVerticalCenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalCenterOutlined: React.FC = ({ ...props diff --git a/src/IconAlignVerticalCenterOutlinedFilled.tsx b/src/IconAlignVerticalCenterOutlinedFilled.tsx index 3e7410ad7..b7d6ee19f 100644 --- a/src/IconAlignVerticalCenterOutlinedFilled.tsx +++ b/src/IconAlignVerticalCenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalCenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignVerticalCenterRounded.tsx b/src/IconAlignVerticalCenterRounded.tsx index a70f27950..c03e79769 100644 --- a/src/IconAlignVerticalCenterRounded.tsx +++ b/src/IconAlignVerticalCenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalCenterRounded: React.FC = ({ ...props diff --git a/src/IconAlignVerticalCenterRoundedFilled.tsx b/src/IconAlignVerticalCenterRoundedFilled.tsx index dde200069..e137dbdea 100644 --- a/src/IconAlignVerticalCenterRoundedFilled.tsx +++ b/src/IconAlignVerticalCenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalCenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignVerticalCenterSharp.tsx b/src/IconAlignVerticalCenterSharp.tsx index c91df82d7..f2c257588 100644 --- a/src/IconAlignVerticalCenterSharp.tsx +++ b/src/IconAlignVerticalCenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalCenterSharp: React.FC = ({ ...props diff --git a/src/IconAlignVerticalCenterSharpFilled.tsx b/src/IconAlignVerticalCenterSharpFilled.tsx index f9e96ac6b..a4fa432a2 100644 --- a/src/IconAlignVerticalCenterSharpFilled.tsx +++ b/src/IconAlignVerticalCenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalCenterSharpFilled: React.FC = ({ ...props diff --git a/src/IconAlignVerticalTopOutlined.tsx b/src/IconAlignVerticalTopOutlined.tsx index a029c8226..82022aaee 100644 --- a/src/IconAlignVerticalTopOutlined.tsx +++ b/src/IconAlignVerticalTopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalTopOutlined: React.FC = ({ ...props diff --git a/src/IconAlignVerticalTopOutlinedFilled.tsx b/src/IconAlignVerticalTopOutlinedFilled.tsx index 06d814d8a..bb2fb58c7 100644 --- a/src/IconAlignVerticalTopOutlinedFilled.tsx +++ b/src/IconAlignVerticalTopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalTopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlignVerticalTopRounded.tsx b/src/IconAlignVerticalTopRounded.tsx index cb221d595..dae466d3d 100644 --- a/src/IconAlignVerticalTopRounded.tsx +++ b/src/IconAlignVerticalTopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalTopRounded: React.FC = ({ ...props diff --git a/src/IconAlignVerticalTopRoundedFilled.tsx b/src/IconAlignVerticalTopRoundedFilled.tsx index 848edec3b..3c7c81be4 100644 --- a/src/IconAlignVerticalTopRoundedFilled.tsx +++ b/src/IconAlignVerticalTopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalTopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlignVerticalTopSharp.tsx b/src/IconAlignVerticalTopSharp.tsx index 927c8f24d..f2cda8525 100644 --- a/src/IconAlignVerticalTopSharp.tsx +++ b/src/IconAlignVerticalTopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalTopSharp: React.FC = ({ ...props diff --git a/src/IconAlignVerticalTopSharpFilled.tsx b/src/IconAlignVerticalTopSharpFilled.tsx index 9c4839dc1..ae0a54986 100644 --- a/src/IconAlignVerticalTopSharpFilled.tsx +++ b/src/IconAlignVerticalTopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlignVerticalTopSharpFilled: React.FC = ({ ...props diff --git a/src/IconAllInboxOutlined.tsx b/src/IconAllInboxOutlined.tsx index 5f96d4fc3..ed06b7ee1 100644 --- a/src/IconAllInboxOutlined.tsx +++ b/src/IconAllInboxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInboxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAllInboxOutlinedFilled.tsx b/src/IconAllInboxOutlinedFilled.tsx index 59e141898..1701bff75 100644 --- a/src/IconAllInboxOutlinedFilled.tsx +++ b/src/IconAllInboxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInboxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAllInboxRounded.tsx b/src/IconAllInboxRounded.tsx index ddefe4ba0..9bc693b2f 100644 --- a/src/IconAllInboxRounded.tsx +++ b/src/IconAllInboxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInboxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAllInboxRoundedFilled.tsx b/src/IconAllInboxRoundedFilled.tsx index c0c939275..824405b51 100644 --- a/src/IconAllInboxRoundedFilled.tsx +++ b/src/IconAllInboxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInboxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAllInboxSharp.tsx b/src/IconAllInboxSharp.tsx index dd293bb70..64c6dd0de 100644 --- a/src/IconAllInboxSharp.tsx +++ b/src/IconAllInboxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInboxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAllInboxSharpFilled.tsx b/src/IconAllInboxSharpFilled.tsx index 8030def67..3ed984d36 100644 --- a/src/IconAllInboxSharpFilled.tsx +++ b/src/IconAllInboxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInboxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAllInclusiveOutlined.tsx b/src/IconAllInclusiveOutlined.tsx index eb82ecd0b..bca603530 100644 --- a/src/IconAllInclusiveOutlined.tsx +++ b/src/IconAllInclusiveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInclusiveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAllInclusiveOutlinedFilled.tsx b/src/IconAllInclusiveOutlinedFilled.tsx index e7394fa13..324aef6ed 100644 --- a/src/IconAllInclusiveOutlinedFilled.tsx +++ b/src/IconAllInclusiveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInclusiveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAllInclusiveRounded.tsx b/src/IconAllInclusiveRounded.tsx index 6c8cdcf72..55e314c98 100644 --- a/src/IconAllInclusiveRounded.tsx +++ b/src/IconAllInclusiveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInclusiveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAllInclusiveRoundedFilled.tsx b/src/IconAllInclusiveRoundedFilled.tsx index 1aaeabb9d..7f8fc6a24 100644 --- a/src/IconAllInclusiveRoundedFilled.tsx +++ b/src/IconAllInclusiveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInclusiveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAllInclusiveSharp.tsx b/src/IconAllInclusiveSharp.tsx index 33181c13a..58f553abb 100644 --- a/src/IconAllInclusiveSharp.tsx +++ b/src/IconAllInclusiveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInclusiveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAllInclusiveSharpFilled.tsx b/src/IconAllInclusiveSharpFilled.tsx index c839fba18..0f4a2b89e 100644 --- a/src/IconAllInclusiveSharpFilled.tsx +++ b/src/IconAllInclusiveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllInclusiveSharpFilled: React.FC = ({ ...props diff --git a/src/IconAllMatchOutlined.tsx b/src/IconAllMatchOutlined.tsx index 46cb71dd5..74268b13b 100644 --- a/src/IconAllMatchOutlined.tsx +++ b/src/IconAllMatchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllMatchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAllMatchOutlinedFilled.tsx b/src/IconAllMatchOutlinedFilled.tsx index 58d9aaed4..0c9cf8727 100644 --- a/src/IconAllMatchOutlinedFilled.tsx +++ b/src/IconAllMatchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllMatchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAllMatchRounded.tsx b/src/IconAllMatchRounded.tsx index 5a650f5c7..ab2b8dcc9 100644 --- a/src/IconAllMatchRounded.tsx +++ b/src/IconAllMatchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllMatchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAllMatchRoundedFilled.tsx b/src/IconAllMatchRoundedFilled.tsx index 12e3ab647..13902349f 100644 --- a/src/IconAllMatchRoundedFilled.tsx +++ b/src/IconAllMatchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllMatchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAllMatchSharp.tsx b/src/IconAllMatchSharp.tsx index ebfc15566..bfcada8b4 100644 --- a/src/IconAllMatchSharp.tsx +++ b/src/IconAllMatchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllMatchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAllMatchSharpFilled.tsx b/src/IconAllMatchSharpFilled.tsx index 9163664fa..906d2a082 100644 --- a/src/IconAllMatchSharpFilled.tsx +++ b/src/IconAllMatchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllMatchSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAllOutOutlined.tsx b/src/IconAllOutOutlined.tsx index 2bceac848..f5d95d07d 100644 --- a/src/IconAllOutOutlined.tsx +++ b/src/IconAllOutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllOutOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAllOutOutlinedFilled.tsx b/src/IconAllOutOutlinedFilled.tsx index 1b951183a..3a93ee230 100644 --- a/src/IconAllOutOutlinedFilled.tsx +++ b/src/IconAllOutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllOutOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAllOutRounded.tsx b/src/IconAllOutRounded.tsx index cbb400794..c13cad0eb 100644 --- a/src/IconAllOutRounded.tsx +++ b/src/IconAllOutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllOutRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAllOutRoundedFilled.tsx b/src/IconAllOutRoundedFilled.tsx index 90d44e240..910d4605c 100644 --- a/src/IconAllOutRoundedFilled.tsx +++ b/src/IconAllOutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllOutRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAllOutSharp.tsx b/src/IconAllOutSharp.tsx index ea1c75d4f..2c12e25f0 100644 --- a/src/IconAllOutSharp.tsx +++ b/src/IconAllOutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllOutSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAllOutSharpFilled.tsx b/src/IconAllOutSharpFilled.tsx index 4b19d4e6c..56398f404 100644 --- a/src/IconAllOutSharpFilled.tsx +++ b/src/IconAllOutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllOutSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAllergiesOutlined.tsx b/src/IconAllergiesOutlined.tsx index 3b5cc9f28..cdff1dc2c 100644 --- a/src/IconAllergiesOutlined.tsx +++ b/src/IconAllergiesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergiesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAllergiesOutlinedFilled.tsx b/src/IconAllergiesOutlinedFilled.tsx index 201a41ffc..fc0eb0cec 100644 --- a/src/IconAllergiesOutlinedFilled.tsx +++ b/src/IconAllergiesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergiesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAllergiesRounded.tsx b/src/IconAllergiesRounded.tsx index 98d306671..cdb46b243 100644 --- a/src/IconAllergiesRounded.tsx +++ b/src/IconAllergiesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergiesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAllergiesRoundedFilled.tsx b/src/IconAllergiesRoundedFilled.tsx index 6710d9202..53bbd593e 100644 --- a/src/IconAllergiesRoundedFilled.tsx +++ b/src/IconAllergiesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergiesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAllergiesSharp.tsx b/src/IconAllergiesSharp.tsx index 1a7cd368a..a517266a6 100644 --- a/src/IconAllergiesSharp.tsx +++ b/src/IconAllergiesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergiesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAllergiesSharpFilled.tsx b/src/IconAllergiesSharpFilled.tsx index b5272a0e6..895a5887d 100644 --- a/src/IconAllergiesSharpFilled.tsx +++ b/src/IconAllergiesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergiesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAllergyOutlined.tsx b/src/IconAllergyOutlined.tsx index a040bc5a5..8205eb6a3 100644 --- a/src/IconAllergyOutlined.tsx +++ b/src/IconAllergyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAllergyOutlinedFilled.tsx b/src/IconAllergyOutlinedFilled.tsx index eb0ddebde..a5bc20275 100644 --- a/src/IconAllergyOutlinedFilled.tsx +++ b/src/IconAllergyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAllergyRounded.tsx b/src/IconAllergyRounded.tsx index 9f70b4770..a318f49af 100644 --- a/src/IconAllergyRounded.tsx +++ b/src/IconAllergyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAllergyRoundedFilled.tsx b/src/IconAllergyRoundedFilled.tsx index 7bd5dc522..9253d7c55 100644 --- a/src/IconAllergyRoundedFilled.tsx +++ b/src/IconAllergyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAllergySharp.tsx b/src/IconAllergySharp.tsx index 18e01a4bd..d2f67c14e 100644 --- a/src/IconAllergySharp.tsx +++ b/src/IconAllergySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAllergySharpFilled.tsx b/src/IconAllergySharpFilled.tsx index fcc641c2f..59bf2ff33 100644 --- a/src/IconAllergySharpFilled.tsx +++ b/src/IconAllergySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAllergySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAltRouteOutlined.tsx b/src/IconAltRouteOutlined.tsx index 069127fa5..9f36756d6 100644 --- a/src/IconAltRouteOutlined.tsx +++ b/src/IconAltRouteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltRouteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAltRouteOutlinedFilled.tsx b/src/IconAltRouteOutlinedFilled.tsx index 54c5e338b..8c75b88b5 100644 --- a/src/IconAltRouteOutlinedFilled.tsx +++ b/src/IconAltRouteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltRouteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAltRouteRounded.tsx b/src/IconAltRouteRounded.tsx index 95516c476..f675a32f6 100644 --- a/src/IconAltRouteRounded.tsx +++ b/src/IconAltRouteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltRouteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAltRouteRoundedFilled.tsx b/src/IconAltRouteRoundedFilled.tsx index 02955c414..4763e18aa 100644 --- a/src/IconAltRouteRoundedFilled.tsx +++ b/src/IconAltRouteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltRouteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAltRouteSharp.tsx b/src/IconAltRouteSharp.tsx index 7bdbe982b..1886b0ceb 100644 --- a/src/IconAltRouteSharp.tsx +++ b/src/IconAltRouteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltRouteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAltRouteSharpFilled.tsx b/src/IconAltRouteSharpFilled.tsx index 35995544a..9decec0cb 100644 --- a/src/IconAltRouteSharpFilled.tsx +++ b/src/IconAltRouteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltRouteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAlternateEmailOutlined.tsx b/src/IconAlternateEmailOutlined.tsx index ee6e9402c..2429af8be 100644 --- a/src/IconAlternateEmailOutlined.tsx +++ b/src/IconAlternateEmailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlternateEmailOutlined: React.FC = ({ ...props diff --git a/src/IconAlternateEmailOutlinedFilled.tsx b/src/IconAlternateEmailOutlinedFilled.tsx index f92d15990..61a7f375c 100644 --- a/src/IconAlternateEmailOutlinedFilled.tsx +++ b/src/IconAlternateEmailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlternateEmailOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAlternateEmailRounded.tsx b/src/IconAlternateEmailRounded.tsx index 1a7d633c8..8736d79e5 100644 --- a/src/IconAlternateEmailRounded.tsx +++ b/src/IconAlternateEmailRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlternateEmailRounded: React.FC = ({ ...props diff --git a/src/IconAlternateEmailRoundedFilled.tsx b/src/IconAlternateEmailRoundedFilled.tsx index 9b0779173..a1032be26 100644 --- a/src/IconAlternateEmailRoundedFilled.tsx +++ b/src/IconAlternateEmailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlternateEmailRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAlternateEmailSharp.tsx b/src/IconAlternateEmailSharp.tsx index 070266355..363e1ed8d 100644 --- a/src/IconAlternateEmailSharp.tsx +++ b/src/IconAlternateEmailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlternateEmailSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAlternateEmailSharpFilled.tsx b/src/IconAlternateEmailSharpFilled.tsx index 16305c979..fd8630762 100644 --- a/src/IconAlternateEmailSharpFilled.tsx +++ b/src/IconAlternateEmailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAlternateEmailSharpFilled: React.FC = ({ ...props diff --git a/src/IconAltitudeOutlined.tsx b/src/IconAltitudeOutlined.tsx index 9256a220e..66bbf1a6a 100644 --- a/src/IconAltitudeOutlined.tsx +++ b/src/IconAltitudeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltitudeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAltitudeOutlinedFilled.tsx b/src/IconAltitudeOutlinedFilled.tsx index 184fee1d2..d7f82c1bc 100644 --- a/src/IconAltitudeOutlinedFilled.tsx +++ b/src/IconAltitudeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltitudeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAltitudeRounded.tsx b/src/IconAltitudeRounded.tsx index 5b2de7c19..392bc4b98 100644 --- a/src/IconAltitudeRounded.tsx +++ b/src/IconAltitudeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltitudeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAltitudeRoundedFilled.tsx b/src/IconAltitudeRoundedFilled.tsx index 373a76a92..ca3c2533e 100644 --- a/src/IconAltitudeRoundedFilled.tsx +++ b/src/IconAltitudeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltitudeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAltitudeSharp.tsx b/src/IconAltitudeSharp.tsx index c4ff814cd..11fad35b9 100644 --- a/src/IconAltitudeSharp.tsx +++ b/src/IconAltitudeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltitudeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAltitudeSharpFilled.tsx b/src/IconAltitudeSharpFilled.tsx index 4a3609f45..483ad618c 100644 --- a/src/IconAltitudeSharpFilled.tsx +++ b/src/IconAltitudeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAltitudeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAmbulanceOutlined.tsx b/src/IconAmbulanceOutlined.tsx index 6bcc1718a..8d3f43303 100644 --- a/src/IconAmbulanceOutlined.tsx +++ b/src/IconAmbulanceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmbulanceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAmbulanceOutlinedFilled.tsx b/src/IconAmbulanceOutlinedFilled.tsx index 2f65cbcc4..ac90dc0a8 100644 --- a/src/IconAmbulanceOutlinedFilled.tsx +++ b/src/IconAmbulanceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmbulanceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAmbulanceRounded.tsx b/src/IconAmbulanceRounded.tsx index 4b4f76fc9..afe4f0a10 100644 --- a/src/IconAmbulanceRounded.tsx +++ b/src/IconAmbulanceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmbulanceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAmbulanceRoundedFilled.tsx b/src/IconAmbulanceRoundedFilled.tsx index ed957c11f..6243c6e31 100644 --- a/src/IconAmbulanceRoundedFilled.tsx +++ b/src/IconAmbulanceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmbulanceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAmbulanceSharp.tsx b/src/IconAmbulanceSharp.tsx index 451443c4b..bf48e7af3 100644 --- a/src/IconAmbulanceSharp.tsx +++ b/src/IconAmbulanceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmbulanceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAmbulanceSharpFilled.tsx b/src/IconAmbulanceSharpFilled.tsx index ab0b8b0d6..b31a8b495 100644 --- a/src/IconAmbulanceSharpFilled.tsx +++ b/src/IconAmbulanceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmbulanceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAmendOutlined.tsx b/src/IconAmendOutlined.tsx index 3bce25f18..c3344a0b9 100644 --- a/src/IconAmendOutlined.tsx +++ b/src/IconAmendOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmendOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAmendOutlinedFilled.tsx b/src/IconAmendOutlinedFilled.tsx index a590cbf41..e0c9250da 100644 --- a/src/IconAmendOutlinedFilled.tsx +++ b/src/IconAmendOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmendOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAmendRounded.tsx b/src/IconAmendRounded.tsx index 7ac8035dd..41c4a8f78 100644 --- a/src/IconAmendRounded.tsx +++ b/src/IconAmendRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmendRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAmendRoundedFilled.tsx b/src/IconAmendRoundedFilled.tsx index f1b919ad0..c27f369f4 100644 --- a/src/IconAmendRoundedFilled.tsx +++ b/src/IconAmendRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmendRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAmendSharp.tsx b/src/IconAmendSharp.tsx index 97a47338e..afec2d62d 100644 --- a/src/IconAmendSharp.tsx +++ b/src/IconAmendSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmendSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAmendSharpFilled.tsx b/src/IconAmendSharpFilled.tsx index 0404bda26..048852399 100644 --- a/src/IconAmendSharpFilled.tsx +++ b/src/IconAmendSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmendSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAmpStoriesOutlined.tsx b/src/IconAmpStoriesOutlined.tsx index a53c17ee5..e9cc7081a 100644 --- a/src/IconAmpStoriesOutlined.tsx +++ b/src/IconAmpStoriesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmpStoriesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAmpStoriesOutlinedFilled.tsx b/src/IconAmpStoriesOutlinedFilled.tsx index 96662e6b9..a72677ed2 100644 --- a/src/IconAmpStoriesOutlinedFilled.tsx +++ b/src/IconAmpStoriesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmpStoriesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAmpStoriesRounded.tsx b/src/IconAmpStoriesRounded.tsx index d5e676c03..068fa63af 100644 --- a/src/IconAmpStoriesRounded.tsx +++ b/src/IconAmpStoriesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmpStoriesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAmpStoriesRoundedFilled.tsx b/src/IconAmpStoriesRoundedFilled.tsx index 0b8ea9099..964a04c69 100644 --- a/src/IconAmpStoriesRoundedFilled.tsx +++ b/src/IconAmpStoriesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmpStoriesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAmpStoriesSharp.tsx b/src/IconAmpStoriesSharp.tsx index 5442aeb7c..d98b25fde 100644 --- a/src/IconAmpStoriesSharp.tsx +++ b/src/IconAmpStoriesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmpStoriesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAmpStoriesSharpFilled.tsx b/src/IconAmpStoriesSharpFilled.tsx index 9b091c688..bb0a6d113 100644 --- a/src/IconAmpStoriesSharpFilled.tsx +++ b/src/IconAmpStoriesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAmpStoriesSharpFilled: React.FC = ({ ...props diff --git a/src/IconAnalyticsOutlined.tsx b/src/IconAnalyticsOutlined.tsx index 5d283a779..f14abc3ef 100644 --- a/src/IconAnalyticsOutlined.tsx +++ b/src/IconAnalyticsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnalyticsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAnalyticsOutlinedFilled.tsx b/src/IconAnalyticsOutlinedFilled.tsx index 3f43b4722..e976c7e3d 100644 --- a/src/IconAnalyticsOutlinedFilled.tsx +++ b/src/IconAnalyticsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnalyticsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAnalyticsRounded.tsx b/src/IconAnalyticsRounded.tsx index 55f690835..8ccc93db4 100644 --- a/src/IconAnalyticsRounded.tsx +++ b/src/IconAnalyticsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnalyticsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAnalyticsRoundedFilled.tsx b/src/IconAnalyticsRoundedFilled.tsx index 0d8313c04..6b6b338b3 100644 --- a/src/IconAnalyticsRoundedFilled.tsx +++ b/src/IconAnalyticsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnalyticsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAnalyticsSharp.tsx b/src/IconAnalyticsSharp.tsx index c23928dd9..cfde1b6d6 100644 --- a/src/IconAnalyticsSharp.tsx +++ b/src/IconAnalyticsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnalyticsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAnalyticsSharpFilled.tsx b/src/IconAnalyticsSharpFilled.tsx index 4bda287fb..0a1e828a6 100644 --- a/src/IconAnalyticsSharpFilled.tsx +++ b/src/IconAnalyticsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnalyticsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAnchorOutlined.tsx b/src/IconAnchorOutlined.tsx deleted file mode 100644 index 50155cd64..000000000 --- a/src/IconAnchorOutlined.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -export const IconAnchorOutlined: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) diff --git a/src/IconAnchorOutlinedFilled.tsx b/src/IconAnchorOutlinedFilled.tsx index a7ec4d7a5..5cf63c640 100644 --- a/src/IconAnchorOutlinedFilled.tsx +++ b/src/IconAnchorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnchorOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAnchorRounded.tsx b/src/IconAnchorRounded.tsx index 763f18a9f..dd418a18d 100644 --- a/src/IconAnchorRounded.tsx +++ b/src/IconAnchorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnchorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAnchorRoundedFilled.tsx b/src/IconAnchorRoundedFilled.tsx index a44c99484..99c9599ac 100644 --- a/src/IconAnchorRoundedFilled.tsx +++ b/src/IconAnchorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnchorRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAnchorSharp.tsx b/src/IconAnchorSharp.tsx index 58e503e19..3d2c7b969 100644 --- a/src/IconAnchorSharp.tsx +++ b/src/IconAnchorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnchorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAnchorSharpFilled.tsx b/src/IconAnchorSharpFilled.tsx index 1a34626d4..58537c641 100644 --- a/src/IconAnchorSharpFilled.tsx +++ b/src/IconAnchorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnchorSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAndroidOutlined.tsx b/src/IconAndroidOutlined.tsx index 64f42267b..2a4f66798 100644 --- a/src/IconAndroidOutlined.tsx +++ b/src/IconAndroidOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAndroidOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAndroidOutlinedFilled.tsx b/src/IconAndroidOutlinedFilled.tsx index 7a4d84f2e..53245214f 100644 --- a/src/IconAndroidOutlinedFilled.tsx +++ b/src/IconAndroidOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAndroidOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAndroidRounded.tsx b/src/IconAndroidRounded.tsx index b3a89a67f..c5d9a56fb 100644 --- a/src/IconAndroidRounded.tsx +++ b/src/IconAndroidRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAndroidRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAndroidRoundedFilled.tsx b/src/IconAndroidRoundedFilled.tsx index 018e5c63f..3f1cb5325 100644 --- a/src/IconAndroidRoundedFilled.tsx +++ b/src/IconAndroidRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAndroidRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAndroidSharp.tsx b/src/IconAndroidSharp.tsx index 605bb4238..ff45b31d1 100644 --- a/src/IconAndroidSharp.tsx +++ b/src/IconAndroidSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAndroidSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAndroidSharpFilled.tsx b/src/IconAndroidSharpFilled.tsx index e42c592de..3e5826d82 100644 --- a/src/IconAndroidSharpFilled.tsx +++ b/src/IconAndroidSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAndroidSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAnimatedImagesOutlined.tsx b/src/IconAnimatedImagesOutlined.tsx index d6257fbf7..9afbf8452 100644 --- a/src/IconAnimatedImagesOutlined.tsx +++ b/src/IconAnimatedImagesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimatedImagesOutlined: React.FC = ({ ...props diff --git a/src/IconAnimatedImagesOutlinedFilled.tsx b/src/IconAnimatedImagesOutlinedFilled.tsx index f8b1d960f..682c7428e 100644 --- a/src/IconAnimatedImagesOutlinedFilled.tsx +++ b/src/IconAnimatedImagesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimatedImagesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAnimatedImagesRounded.tsx b/src/IconAnimatedImagesRounded.tsx index fe17d8d96..1b1b6b374 100644 --- a/src/IconAnimatedImagesRounded.tsx +++ b/src/IconAnimatedImagesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimatedImagesRounded: React.FC = ({ ...props diff --git a/src/IconAnimatedImagesRoundedFilled.tsx b/src/IconAnimatedImagesRoundedFilled.tsx index a328838da..f3fe06509 100644 --- a/src/IconAnimatedImagesRoundedFilled.tsx +++ b/src/IconAnimatedImagesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimatedImagesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAnimatedImagesSharp.tsx b/src/IconAnimatedImagesSharp.tsx index 969054cd0..75613f852 100644 --- a/src/IconAnimatedImagesSharp.tsx +++ b/src/IconAnimatedImagesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimatedImagesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAnimatedImagesSharpFilled.tsx b/src/IconAnimatedImagesSharpFilled.tsx index 5ecd8f3a4..27a8daf65 100644 --- a/src/IconAnimatedImagesSharpFilled.tsx +++ b/src/IconAnimatedImagesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimatedImagesSharpFilled: React.FC = ({ ...props diff --git a/src/IconAnimationOutlined.tsx b/src/IconAnimationOutlined.tsx index 6277221e3..a4bed8b1a 100644 --- a/src/IconAnimationOutlined.tsx +++ b/src/IconAnimationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAnimationOutlinedFilled.tsx b/src/IconAnimationOutlinedFilled.tsx index 2d27834bc..3e8a5eeb1 100644 --- a/src/IconAnimationOutlinedFilled.tsx +++ b/src/IconAnimationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAnimationRounded.tsx b/src/IconAnimationRounded.tsx index 9c5b17da1..1cab5a8c8 100644 --- a/src/IconAnimationRounded.tsx +++ b/src/IconAnimationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAnimationRoundedFilled.tsx b/src/IconAnimationRoundedFilled.tsx index 6195e1647..96cdcb51e 100644 --- a/src/IconAnimationRoundedFilled.tsx +++ b/src/IconAnimationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAnimationSharp.tsx b/src/IconAnimationSharp.tsx index 23dba692f..608fe248a 100644 --- a/src/IconAnimationSharp.tsx +++ b/src/IconAnimationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAnimationSharpFilled.tsx b/src/IconAnimationSharpFilled.tsx index 02f2074d1..2f40390f4 100644 --- a/src/IconAnimationSharpFilled.tsx +++ b/src/IconAnimationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAnimationSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAodOutlined.tsx b/src/IconAodOutlined.tsx index 5569deebb..c9945e8a3 100644 --- a/src/IconAodOutlined.tsx +++ b/src/IconAodOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAodOutlinedFilled.tsx b/src/IconAodOutlinedFilled.tsx index 3b4eaf6c9..8d46b4be8 100644 --- a/src/IconAodOutlinedFilled.tsx +++ b/src/IconAodOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAodRounded.tsx b/src/IconAodRounded.tsx index d7970076f..122e07c57 100644 --- a/src/IconAodRounded.tsx +++ b/src/IconAodRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAodRoundedFilled.tsx b/src/IconAodRoundedFilled.tsx index 9005e0263..72eecf92e 100644 --- a/src/IconAodRoundedFilled.tsx +++ b/src/IconAodRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAodSharp.tsx b/src/IconAodSharp.tsx index 37086055f..c8df6463f 100644 --- a/src/IconAodSharp.tsx +++ b/src/IconAodSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAodSharpFilled.tsx b/src/IconAodSharpFilled.tsx index 6508e4709..e0f81e0af 100644 --- a/src/IconAodSharpFilled.tsx +++ b/src/IconAodSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAodTabletOutlined.tsx b/src/IconAodTabletOutlined.tsx index 8fbe7edab..8651e0b40 100644 --- a/src/IconAodTabletOutlined.tsx +++ b/src/IconAodTabletOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodTabletOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAodTabletOutlinedFilled.tsx b/src/IconAodTabletOutlinedFilled.tsx index 61772f5da..1a43b70da 100644 --- a/src/IconAodTabletOutlinedFilled.tsx +++ b/src/IconAodTabletOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodTabletOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAodTabletRounded.tsx b/src/IconAodTabletRounded.tsx index 8437c85ed..ccfcf7492 100644 --- a/src/IconAodTabletRounded.tsx +++ b/src/IconAodTabletRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodTabletRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAodTabletRoundedFilled.tsx b/src/IconAodTabletRoundedFilled.tsx index cfa496773..3fd1053f7 100644 --- a/src/IconAodTabletRoundedFilled.tsx +++ b/src/IconAodTabletRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodTabletRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAodTabletSharp.tsx b/src/IconAodTabletSharp.tsx index 8b4ccba1c..ea0823d25 100644 --- a/src/IconAodTabletSharp.tsx +++ b/src/IconAodTabletSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodTabletSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAodTabletSharpFilled.tsx b/src/IconAodTabletSharpFilled.tsx index 4cb21732a..d02bb41f4 100644 --- a/src/IconAodTabletSharpFilled.tsx +++ b/src/IconAodTabletSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodTabletSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAodWatchOutlined.tsx b/src/IconAodWatchOutlined.tsx index 7d5c2015d..a10dcf880 100644 --- a/src/IconAodWatchOutlined.tsx +++ b/src/IconAodWatchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodWatchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAodWatchOutlinedFilled.tsx b/src/IconAodWatchOutlinedFilled.tsx index 8b9faf768..536d72f5a 100644 --- a/src/IconAodWatchOutlinedFilled.tsx +++ b/src/IconAodWatchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodWatchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAodWatchRounded.tsx b/src/IconAodWatchRounded.tsx index c0c24359f..1861bc5b3 100644 --- a/src/IconAodWatchRounded.tsx +++ b/src/IconAodWatchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodWatchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAodWatchRoundedFilled.tsx b/src/IconAodWatchRoundedFilled.tsx index 2527b0764..24b360b9b 100644 --- a/src/IconAodWatchRoundedFilled.tsx +++ b/src/IconAodWatchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodWatchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAodWatchSharp.tsx b/src/IconAodWatchSharp.tsx index 5ad227aa3..2c66b6860 100644 --- a/src/IconAodWatchSharp.tsx +++ b/src/IconAodWatchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodWatchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAodWatchSharpFilled.tsx b/src/IconAodWatchSharpFilled.tsx index 0105d9277..18fe39728 100644 --- a/src/IconAodWatchSharpFilled.tsx +++ b/src/IconAodWatchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAodWatchSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconApartmentOutlined.tsx b/src/IconApartmentOutlined.tsx index 3fb61aab2..3f789da81 100644 --- a/src/IconApartmentOutlined.tsx +++ b/src/IconApartmentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApartmentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconApartmentOutlinedFilled.tsx b/src/IconApartmentOutlinedFilled.tsx index 7dc8f1dd3..5c1027629 100644 --- a/src/IconApartmentOutlinedFilled.tsx +++ b/src/IconApartmentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApartmentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconApartmentRounded.tsx b/src/IconApartmentRounded.tsx index 6e6c2731d..75668e5ac 100644 --- a/src/IconApartmentRounded.tsx +++ b/src/IconApartmentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApartmentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconApartmentRoundedFilled.tsx b/src/IconApartmentRoundedFilled.tsx index 83c1a2091..18576b2ec 100644 --- a/src/IconApartmentRoundedFilled.tsx +++ b/src/IconApartmentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApartmentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconApartmentSharp.tsx b/src/IconApartmentSharp.tsx index c00c49ec2..b268c3c4c 100644 --- a/src/IconApartmentSharp.tsx +++ b/src/IconApartmentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApartmentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconApartmentSharpFilled.tsx b/src/IconApartmentSharpFilled.tsx index 00d920dae..8aa9f7de1 100644 --- a/src/IconApartmentSharpFilled.tsx +++ b/src/IconApartmentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApartmentSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconApiOutlined.tsx b/src/IconApiOutlined.tsx index 4abaa09cf..9ed758d77 100644 --- a/src/IconApiOutlined.tsx +++ b/src/IconApiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApiOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconApiOutlinedFilled.tsx b/src/IconApiOutlinedFilled.tsx index 7bd3ac855..22d251ff6 100644 --- a/src/IconApiOutlinedFilled.tsx +++ b/src/IconApiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApiOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconApiRounded.tsx b/src/IconApiRounded.tsx index 052050533..ef1ebfbb9 100644 --- a/src/IconApiRounded.tsx +++ b/src/IconApiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApiRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconApiRoundedFilled.tsx b/src/IconApiRoundedFilled.tsx index 53d503526..691c672c6 100644 --- a/src/IconApiRoundedFilled.tsx +++ b/src/IconApiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApiRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconApiSharp.tsx b/src/IconApiSharp.tsx index dc3b22bd6..c2ed0ce27 100644 --- a/src/IconApiSharp.tsx +++ b/src/IconApiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApiSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconApiSharpFilled.tsx b/src/IconApiSharpFilled.tsx index 2ba9db11a..febe9c664 100644 --- a/src/IconApiSharpFilled.tsx +++ b/src/IconApiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApiSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconApkDocumentOutlined.tsx b/src/IconApkDocumentOutlined.tsx index e5d61e5f4..f0edd15d7 100644 --- a/src/IconApkDocumentOutlined.tsx +++ b/src/IconApkDocumentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkDocumentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconApkDocumentOutlinedFilled.tsx b/src/IconApkDocumentOutlinedFilled.tsx index b78854c17..f764e2843 100644 --- a/src/IconApkDocumentOutlinedFilled.tsx +++ b/src/IconApkDocumentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkDocumentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconApkDocumentRounded.tsx b/src/IconApkDocumentRounded.tsx index 2c3acb823..c400742be 100644 --- a/src/IconApkDocumentRounded.tsx +++ b/src/IconApkDocumentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkDocumentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconApkDocumentRoundedFilled.tsx b/src/IconApkDocumentRoundedFilled.tsx index 022ae5a95..61c71f4f8 100644 --- a/src/IconApkDocumentRoundedFilled.tsx +++ b/src/IconApkDocumentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkDocumentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconApkDocumentSharp.tsx b/src/IconApkDocumentSharp.tsx index b6671b684..dd62df1af 100644 --- a/src/IconApkDocumentSharp.tsx +++ b/src/IconApkDocumentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkDocumentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconApkDocumentSharpFilled.tsx b/src/IconApkDocumentSharpFilled.tsx index d5b9c9a7a..8a3e65f0d 100644 --- a/src/IconApkDocumentSharpFilled.tsx +++ b/src/IconApkDocumentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkDocumentSharpFilled: React.FC = ({ ...props diff --git a/src/IconApkInstallOutlined.tsx b/src/IconApkInstallOutlined.tsx index 58969c719..11264506f 100644 --- a/src/IconApkInstallOutlined.tsx +++ b/src/IconApkInstallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkInstallOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconApkInstallOutlinedFilled.tsx b/src/IconApkInstallOutlinedFilled.tsx index 5aedf7930..5d0bd16b7 100644 --- a/src/IconApkInstallOutlinedFilled.tsx +++ b/src/IconApkInstallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkInstallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconApkInstallRounded.tsx b/src/IconApkInstallRounded.tsx index a356d4d3d..0e5bf2550 100644 --- a/src/IconApkInstallRounded.tsx +++ b/src/IconApkInstallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkInstallRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconApkInstallRoundedFilled.tsx b/src/IconApkInstallRoundedFilled.tsx index 0d5b8cd3a..92952be35 100644 --- a/src/IconApkInstallRoundedFilled.tsx +++ b/src/IconApkInstallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkInstallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconApkInstallSharp.tsx b/src/IconApkInstallSharp.tsx index 98d50acb4..dbcdbf1d5 100644 --- a/src/IconApkInstallSharp.tsx +++ b/src/IconApkInstallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkInstallSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconApkInstallSharpFilled.tsx b/src/IconApkInstallSharpFilled.tsx index 5cd0099e6..2fe49fc03 100644 --- a/src/IconApkInstallSharpFilled.tsx +++ b/src/IconApkInstallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApkInstallSharpFilled: React.FC = ({ ...props diff --git a/src/IconAppBadgingOutlined.tsx b/src/IconAppBadgingOutlined.tsx index e8ed37217..3476737cb 100644 --- a/src/IconAppBadgingOutlined.tsx +++ b/src/IconAppBadgingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBadgingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAppBadgingOutlinedFilled.tsx b/src/IconAppBadgingOutlinedFilled.tsx index 117a11ecf..0a2ce09b3 100644 --- a/src/IconAppBadgingOutlinedFilled.tsx +++ b/src/IconAppBadgingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBadgingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAppBadgingRounded.tsx b/src/IconAppBadgingRounded.tsx index f1421a1c5..b4eaaf9d8 100644 --- a/src/IconAppBadgingRounded.tsx +++ b/src/IconAppBadgingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBadgingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAppBadgingRoundedFilled.tsx b/src/IconAppBadgingRoundedFilled.tsx index 7efa178c5..d1366038e 100644 --- a/src/IconAppBadgingRoundedFilled.tsx +++ b/src/IconAppBadgingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBadgingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAppBadgingSharp.tsx b/src/IconAppBadgingSharp.tsx index d608ddbe7..502614511 100644 --- a/src/IconAppBadgingSharp.tsx +++ b/src/IconAppBadgingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBadgingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAppBadgingSharpFilled.tsx b/src/IconAppBadgingSharpFilled.tsx index d54e370f9..64830db3d 100644 --- a/src/IconAppBadgingSharpFilled.tsx +++ b/src/IconAppBadgingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBadgingSharpFilled: React.FC = ({ ...props diff --git a/src/IconAppBlockingOutlined.tsx b/src/IconAppBlockingOutlined.tsx index 25542713d..9051cfdfb 100644 --- a/src/IconAppBlockingOutlined.tsx +++ b/src/IconAppBlockingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBlockingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAppBlockingOutlinedFilled.tsx b/src/IconAppBlockingOutlinedFilled.tsx index 2d6b2a3b1..199e3be31 100644 --- a/src/IconAppBlockingOutlinedFilled.tsx +++ b/src/IconAppBlockingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBlockingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAppBlockingRounded.tsx b/src/IconAppBlockingRounded.tsx index b1e8b6384..bfa76d746 100644 --- a/src/IconAppBlockingRounded.tsx +++ b/src/IconAppBlockingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBlockingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAppBlockingRoundedFilled.tsx b/src/IconAppBlockingRoundedFilled.tsx index 9640c595e..727dbe02c 100644 --- a/src/IconAppBlockingRoundedFilled.tsx +++ b/src/IconAppBlockingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBlockingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAppBlockingSharp.tsx b/src/IconAppBlockingSharp.tsx index 9a0f09965..4faa39b7d 100644 --- a/src/IconAppBlockingSharp.tsx +++ b/src/IconAppBlockingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBlockingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAppBlockingSharpFilled.tsx b/src/IconAppBlockingSharpFilled.tsx index f8c18a727..6b2981568 100644 --- a/src/IconAppBlockingSharpFilled.tsx +++ b/src/IconAppBlockingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppBlockingSharpFilled: React.FC = ({ ...props diff --git a/src/IconAppPromoOutlined.tsx b/src/IconAppPromoOutlined.tsx index e1adcda88..b145a8a9b 100644 --- a/src/IconAppPromoOutlined.tsx +++ b/src/IconAppPromoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppPromoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAppPromoOutlinedFilled.tsx b/src/IconAppPromoOutlinedFilled.tsx index f304881ee..40f644ed2 100644 --- a/src/IconAppPromoOutlinedFilled.tsx +++ b/src/IconAppPromoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppPromoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAppPromoRounded.tsx b/src/IconAppPromoRounded.tsx index 1e39938bb..66975dfbe 100644 --- a/src/IconAppPromoRounded.tsx +++ b/src/IconAppPromoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppPromoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAppPromoRoundedFilled.tsx b/src/IconAppPromoRoundedFilled.tsx index 034c09520..e81fe145b 100644 --- a/src/IconAppPromoRoundedFilled.tsx +++ b/src/IconAppPromoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppPromoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAppPromoSharp.tsx b/src/IconAppPromoSharp.tsx index c74c53125..98ea50f78 100644 --- a/src/IconAppPromoSharp.tsx +++ b/src/IconAppPromoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppPromoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAppPromoSharpFilled.tsx b/src/IconAppPromoSharpFilled.tsx index 8d395e384..531b4267e 100644 --- a/src/IconAppPromoSharpFilled.tsx +++ b/src/IconAppPromoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppPromoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAppRegistrationOutlined.tsx b/src/IconAppRegistrationOutlined.tsx index 5fc384f7d..d58de6a4d 100644 --- a/src/IconAppRegistrationOutlined.tsx +++ b/src/IconAppRegistrationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppRegistrationOutlined: React.FC = ({ ...props diff --git a/src/IconAppRegistrationOutlinedFilled.tsx b/src/IconAppRegistrationOutlinedFilled.tsx index 77d055601..3816d7e3d 100644 --- a/src/IconAppRegistrationOutlinedFilled.tsx +++ b/src/IconAppRegistrationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppRegistrationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAppRegistrationRounded.tsx b/src/IconAppRegistrationRounded.tsx index e9e36edff..eb8fe41b8 100644 --- a/src/IconAppRegistrationRounded.tsx +++ b/src/IconAppRegistrationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppRegistrationRounded: React.FC = ({ ...props diff --git a/src/IconAppRegistrationRoundedFilled.tsx b/src/IconAppRegistrationRoundedFilled.tsx index a782bfd4f..c84a6c416 100644 --- a/src/IconAppRegistrationRoundedFilled.tsx +++ b/src/IconAppRegistrationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppRegistrationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAppRegistrationSharp.tsx b/src/IconAppRegistrationSharp.tsx index 6b3ea59c9..ea9271678 100644 --- a/src/IconAppRegistrationSharp.tsx +++ b/src/IconAppRegistrationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppRegistrationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAppRegistrationSharpFilled.tsx b/src/IconAppRegistrationSharpFilled.tsx index ed3a55de3..c9734fd60 100644 --- a/src/IconAppRegistrationSharpFilled.tsx +++ b/src/IconAppRegistrationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppRegistrationSharpFilled: React.FC = ({ ...props diff --git a/src/IconAppShortcutOutlined.tsx b/src/IconAppShortcutOutlined.tsx index bb7a7e412..e6ed0eae2 100644 --- a/src/IconAppShortcutOutlined.tsx +++ b/src/IconAppShortcutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppShortcutOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAppShortcutOutlinedFilled.tsx b/src/IconAppShortcutOutlinedFilled.tsx index 2979aa531..f8a31a538 100644 --- a/src/IconAppShortcutOutlinedFilled.tsx +++ b/src/IconAppShortcutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppShortcutOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAppShortcutRounded.tsx b/src/IconAppShortcutRounded.tsx index b0bc18ea7..ae3d1a4ac 100644 --- a/src/IconAppShortcutRounded.tsx +++ b/src/IconAppShortcutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppShortcutRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAppShortcutRoundedFilled.tsx b/src/IconAppShortcutRoundedFilled.tsx index 9f544c86c..dc441c70f 100644 --- a/src/IconAppShortcutRoundedFilled.tsx +++ b/src/IconAppShortcutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppShortcutRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAppShortcutSharp.tsx b/src/IconAppShortcutSharp.tsx index 4c9db622d..fab36d677 100644 --- a/src/IconAppShortcutSharp.tsx +++ b/src/IconAppShortcutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppShortcutSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAppShortcutSharpFilled.tsx b/src/IconAppShortcutSharpFilled.tsx index b4f2d7843..4c9268627 100644 --- a/src/IconAppShortcutSharpFilled.tsx +++ b/src/IconAppShortcutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppShortcutSharpFilled: React.FC = ({ ...props diff --git a/src/IconApparelOutlined.tsx b/src/IconApparelOutlined.tsx index bdcee61d3..5e9fd8947 100644 --- a/src/IconApparelOutlined.tsx +++ b/src/IconApparelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApparelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconApparelOutlinedFilled.tsx b/src/IconApparelOutlinedFilled.tsx index cda0566f2..e5363e5da 100644 --- a/src/IconApparelOutlinedFilled.tsx +++ b/src/IconApparelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApparelOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconApparelRounded.tsx b/src/IconApparelRounded.tsx index 029bf08f8..8ddfecfb4 100644 --- a/src/IconApparelRounded.tsx +++ b/src/IconApparelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApparelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconApparelRoundedFilled.tsx b/src/IconApparelRoundedFilled.tsx index ea4ae797d..40ee2514c 100644 --- a/src/IconApparelRoundedFilled.tsx +++ b/src/IconApparelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApparelRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconApparelSharp.tsx b/src/IconApparelSharp.tsx index f34472df6..ca8bf0bbc 100644 --- a/src/IconApparelSharp.tsx +++ b/src/IconApparelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApparelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconApparelSharpFilled.tsx b/src/IconApparelSharpFilled.tsx index b6dfb5624..3c7bd8f12 100644 --- a/src/IconApparelSharpFilled.tsx +++ b/src/IconApparelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApparelSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconApprovalDelegationOutlined.tsx b/src/IconApprovalDelegationOutlined.tsx index 812ddeb1c..f46446240 100644 --- a/src/IconApprovalDelegationOutlined.tsx +++ b/src/IconApprovalDelegationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalDelegationOutlined: React.FC = ({ ...props diff --git a/src/IconApprovalDelegationOutlinedFilled.tsx b/src/IconApprovalDelegationOutlinedFilled.tsx index 28bde9086..8639433a8 100644 --- a/src/IconApprovalDelegationOutlinedFilled.tsx +++ b/src/IconApprovalDelegationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalDelegationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconApprovalDelegationRounded.tsx b/src/IconApprovalDelegationRounded.tsx index 580765a94..8282813fe 100644 --- a/src/IconApprovalDelegationRounded.tsx +++ b/src/IconApprovalDelegationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalDelegationRounded: React.FC = ({ ...props diff --git a/src/IconApprovalDelegationRoundedFilled.tsx b/src/IconApprovalDelegationRoundedFilled.tsx index d6efbb90f..1a3dcc228 100644 --- a/src/IconApprovalDelegationRoundedFilled.tsx +++ b/src/IconApprovalDelegationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalDelegationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconApprovalDelegationSharp.tsx b/src/IconApprovalDelegationSharp.tsx index 597fc1b8e..0b57873db 100644 --- a/src/IconApprovalDelegationSharp.tsx +++ b/src/IconApprovalDelegationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalDelegationSharp: React.FC = ({ ...props diff --git a/src/IconApprovalDelegationSharpFilled.tsx b/src/IconApprovalDelegationSharpFilled.tsx index 4f70d3ddf..2fa55f41a 100644 --- a/src/IconApprovalDelegationSharpFilled.tsx +++ b/src/IconApprovalDelegationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalDelegationSharpFilled: React.FC = ({ ...props diff --git a/src/IconApprovalOutlined.tsx b/src/IconApprovalOutlined.tsx index 3e4ef8cf2..b5ebf2d94 100644 --- a/src/IconApprovalOutlined.tsx +++ b/src/IconApprovalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconApprovalOutlinedFilled.tsx b/src/IconApprovalOutlinedFilled.tsx index cd973737c..3a60c3e42 100644 --- a/src/IconApprovalOutlinedFilled.tsx +++ b/src/IconApprovalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconApprovalRounded.tsx b/src/IconApprovalRounded.tsx index 167ffdb08..b9c075a34 100644 --- a/src/IconApprovalRounded.tsx +++ b/src/IconApprovalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconApprovalRoundedFilled.tsx b/src/IconApprovalRoundedFilled.tsx index c15bbfd86..8b3735b47 100644 --- a/src/IconApprovalRoundedFilled.tsx +++ b/src/IconApprovalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconApprovalSharp.tsx b/src/IconApprovalSharp.tsx index 9e0cb0fa2..fafedcafd 100644 --- a/src/IconApprovalSharp.tsx +++ b/src/IconApprovalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconApprovalSharpFilled.tsx b/src/IconApprovalSharpFilled.tsx index aa9824e5f..ee1f8dc40 100644 --- a/src/IconApprovalSharpFilled.tsx +++ b/src/IconApprovalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconApprovalSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAppsOutageOutlined.tsx b/src/IconAppsOutageOutlined.tsx index ccc9f08a9..2c49686ab 100644 --- a/src/IconAppsOutageOutlined.tsx +++ b/src/IconAppsOutageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsOutageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAppsOutageOutlinedFilled.tsx b/src/IconAppsOutageOutlinedFilled.tsx index ce78ab74b..13abd0f21 100644 --- a/src/IconAppsOutageOutlinedFilled.tsx +++ b/src/IconAppsOutageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsOutageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAppsOutageRounded.tsx b/src/IconAppsOutageRounded.tsx index 3716003fc..844282919 100644 --- a/src/IconAppsOutageRounded.tsx +++ b/src/IconAppsOutageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsOutageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAppsOutageRoundedFilled.tsx b/src/IconAppsOutageRoundedFilled.tsx index ab05aee72..c9319fabf 100644 --- a/src/IconAppsOutageRoundedFilled.tsx +++ b/src/IconAppsOutageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsOutageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAppsOutageSharp.tsx b/src/IconAppsOutageSharp.tsx index 722a31a16..139930dae 100644 --- a/src/IconAppsOutageSharp.tsx +++ b/src/IconAppsOutageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsOutageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAppsOutageSharpFilled.tsx b/src/IconAppsOutageSharpFilled.tsx index f13045d0c..c0d190abc 100644 --- a/src/IconAppsOutageSharpFilled.tsx +++ b/src/IconAppsOutageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsOutageSharpFilled: React.FC = ({ ...props diff --git a/src/IconAppsOutlined.tsx b/src/IconAppsOutlined.tsx index 36f0fc5a1..48a06cbb5 100644 --- a/src/IconAppsOutlined.tsx +++ b/src/IconAppsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAppsOutlinedFilled.tsx b/src/IconAppsOutlinedFilled.tsx index ea66cd07b..9d1d62652 100644 --- a/src/IconAppsOutlinedFilled.tsx +++ b/src/IconAppsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAppsRounded.tsx b/src/IconAppsRounded.tsx index 4273e06ed..d05c53846 100644 --- a/src/IconAppsRounded.tsx +++ b/src/IconAppsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAppsRoundedFilled.tsx b/src/IconAppsRoundedFilled.tsx index 20ed1b653..3bc21ff05 100644 --- a/src/IconAppsRoundedFilled.tsx +++ b/src/IconAppsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAppsSharp.tsx b/src/IconAppsSharp.tsx index b2bb63767..b20bd7994 100644 --- a/src/IconAppsSharp.tsx +++ b/src/IconAppsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAppsSharpFilled.tsx b/src/IconAppsSharpFilled.tsx index 5790848ac..dfb7e5efc 100644 --- a/src/IconAppsSharpFilled.tsx +++ b/src/IconAppsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAppsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAqIndoorOutlined.tsx b/src/IconAqIndoorOutlined.tsx index ae3f9a5cd..2a1971063 100644 --- a/src/IconAqIndoorOutlined.tsx +++ b/src/IconAqIndoorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqIndoorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAqIndoorOutlinedFilled.tsx b/src/IconAqIndoorOutlinedFilled.tsx index 3e7517b38..c8323f798 100644 --- a/src/IconAqIndoorOutlinedFilled.tsx +++ b/src/IconAqIndoorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqIndoorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAqIndoorRounded.tsx b/src/IconAqIndoorRounded.tsx index e1d0c9b37..9ed159e47 100644 --- a/src/IconAqIndoorRounded.tsx +++ b/src/IconAqIndoorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqIndoorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAqIndoorRoundedFilled.tsx b/src/IconAqIndoorRoundedFilled.tsx index 7cd1abc64..2e025f95d 100644 --- a/src/IconAqIndoorRoundedFilled.tsx +++ b/src/IconAqIndoorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqIndoorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAqIndoorSharp.tsx b/src/IconAqIndoorSharp.tsx index d6d5a98e7..2f62606d4 100644 --- a/src/IconAqIndoorSharp.tsx +++ b/src/IconAqIndoorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqIndoorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAqIndoorSharpFilled.tsx b/src/IconAqIndoorSharpFilled.tsx index 731881087..44a71994c 100644 --- a/src/IconAqIndoorSharpFilled.tsx +++ b/src/IconAqIndoorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqIndoorSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAqOutlined.tsx b/src/IconAqOutlined.tsx index 68295dda7..4e11d8e99 100644 --- a/src/IconAqOutlined.tsx +++ b/src/IconAqOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAqOutlinedFilled.tsx b/src/IconAqOutlinedFilled.tsx index b80c73657..9fb62c537 100644 --- a/src/IconAqOutlinedFilled.tsx +++ b/src/IconAqOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAqRounded.tsx b/src/IconAqRounded.tsx index c1c6339e1..1a7db9db9 100644 --- a/src/IconAqRounded.tsx +++ b/src/IconAqRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAqRoundedFilled.tsx b/src/IconAqRoundedFilled.tsx index 07a3a82c8..a0fa5c132 100644 --- a/src/IconAqRoundedFilled.tsx +++ b/src/IconAqRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAqSharp.tsx b/src/IconAqSharp.tsx index 2d0777d35..fb56f23c2 100644 --- a/src/IconAqSharp.tsx +++ b/src/IconAqSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAqSharpFilled.tsx b/src/IconAqSharpFilled.tsx index fe90ae623..b67c9323f 100644 --- a/src/IconAqSharpFilled.tsx +++ b/src/IconAqSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAqSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArOnYouOutlined.tsx b/src/IconArOnYouOutlined.tsx index dd80b4abc..bc4144e7c 100644 --- a/src/IconArOnYouOutlined.tsx +++ b/src/IconArOnYouOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArOnYouOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArOnYouOutlinedFilled.tsx b/src/IconArOnYouOutlinedFilled.tsx index c287f6490..4de611973 100644 --- a/src/IconArOnYouOutlinedFilled.tsx +++ b/src/IconArOnYouOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArOnYouOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArOnYouRounded.tsx b/src/IconArOnYouRounded.tsx index d089c873a..a2b0bc0d2 100644 --- a/src/IconArOnYouRounded.tsx +++ b/src/IconArOnYouRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArOnYouRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArOnYouRoundedFilled.tsx b/src/IconArOnYouRoundedFilled.tsx index 9c4e52eaf..51c7605e2 100644 --- a/src/IconArOnYouRoundedFilled.tsx +++ b/src/IconArOnYouRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArOnYouRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArOnYouSharp.tsx b/src/IconArOnYouSharp.tsx index 3315c60d3..73b1ae4a2 100644 --- a/src/IconArOnYouSharp.tsx +++ b/src/IconArOnYouSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArOnYouSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArOnYouSharpFilled.tsx b/src/IconArOnYouSharpFilled.tsx index c9fe54292..db2376755 100644 --- a/src/IconArOnYouSharpFilled.tsx +++ b/src/IconArOnYouSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArOnYouSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArStickersOutlined.tsx b/src/IconArStickersOutlined.tsx index 46146ed83..10b352b20 100644 --- a/src/IconArStickersOutlined.tsx +++ b/src/IconArStickersOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArStickersOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArStickersOutlinedFilled.tsx b/src/IconArStickersOutlinedFilled.tsx index 884bfacfb..3a84f04e4 100644 --- a/src/IconArStickersOutlinedFilled.tsx +++ b/src/IconArStickersOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArStickersOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArStickersRounded.tsx b/src/IconArStickersRounded.tsx index f0f657ec8..0176fba48 100644 --- a/src/IconArStickersRounded.tsx +++ b/src/IconArStickersRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArStickersRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArStickersRoundedFilled.tsx b/src/IconArStickersRoundedFilled.tsx index fa5e738d2..e3d122bec 100644 --- a/src/IconArStickersRoundedFilled.tsx +++ b/src/IconArStickersRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArStickersRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArStickersSharp.tsx b/src/IconArStickersSharp.tsx index 96d36d8de..d2bba41a3 100644 --- a/src/IconArStickersSharp.tsx +++ b/src/IconArStickersSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArStickersSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArStickersSharpFilled.tsx b/src/IconArStickersSharpFilled.tsx index 4b0737bc1..047dcf75b 100644 --- a/src/IconArStickersSharpFilled.tsx +++ b/src/IconArStickersSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArStickersSharpFilled: React.FC = ({ ...props diff --git a/src/IconArchitectureOutlined.tsx b/src/IconArchitectureOutlined.tsx index 4ab9abc27..f159e6b99 100644 --- a/src/IconArchitectureOutlined.tsx +++ b/src/IconArchitectureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchitectureOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArchitectureOutlinedFilled.tsx b/src/IconArchitectureOutlinedFilled.tsx index 4c06ecc67..71ede90f3 100644 --- a/src/IconArchitectureOutlinedFilled.tsx +++ b/src/IconArchitectureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchitectureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArchitectureRounded.tsx b/src/IconArchitectureRounded.tsx index c2e6830ee..e12bc92c9 100644 --- a/src/IconArchitectureRounded.tsx +++ b/src/IconArchitectureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchitectureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArchitectureRoundedFilled.tsx b/src/IconArchitectureRoundedFilled.tsx index db3d2aaa6..33cc71538 100644 --- a/src/IconArchitectureRoundedFilled.tsx +++ b/src/IconArchitectureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchitectureRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArchitectureSharp.tsx b/src/IconArchitectureSharp.tsx index 2d10b264e..1313817c8 100644 --- a/src/IconArchitectureSharp.tsx +++ b/src/IconArchitectureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchitectureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArchitectureSharpFilled.tsx b/src/IconArchitectureSharpFilled.tsx index 136635747..097ee2d72 100644 --- a/src/IconArchitectureSharpFilled.tsx +++ b/src/IconArchitectureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchitectureSharpFilled: React.FC = ({ ...props diff --git a/src/IconArchiveOutlined.tsx b/src/IconArchiveOutlined.tsx index 22a970b05..5b6df4322 100644 --- a/src/IconArchiveOutlined.tsx +++ b/src/IconArchiveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchiveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArchiveOutlinedFilled.tsx b/src/IconArchiveOutlinedFilled.tsx index 2d54ef827..61a016be2 100644 --- a/src/IconArchiveOutlinedFilled.tsx +++ b/src/IconArchiveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchiveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArchiveRounded.tsx b/src/IconArchiveRounded.tsx index 9a2947124..190f1fef8 100644 --- a/src/IconArchiveRounded.tsx +++ b/src/IconArchiveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchiveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArchiveRoundedFilled.tsx b/src/IconArchiveRoundedFilled.tsx index d37d402fe..7b8181ecb 100644 --- a/src/IconArchiveRoundedFilled.tsx +++ b/src/IconArchiveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchiveRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArchiveSharp.tsx b/src/IconArchiveSharp.tsx index c778452c1..e38f468c6 100644 --- a/src/IconArchiveSharp.tsx +++ b/src/IconArchiveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchiveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArchiveSharpFilled.tsx b/src/IconArchiveSharpFilled.tsx index d22302e30..4706abdc5 100644 --- a/src/IconArchiveSharpFilled.tsx +++ b/src/IconArchiveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArchiveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAreaChartOutlined.tsx b/src/IconAreaChartOutlined.tsx index 831cd9597..4c98fb8da 100644 --- a/src/IconAreaChartOutlined.tsx +++ b/src/IconAreaChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAreaChartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAreaChartOutlinedFilled.tsx b/src/IconAreaChartOutlinedFilled.tsx index 9b34cf7bd..61d021d73 100644 --- a/src/IconAreaChartOutlinedFilled.tsx +++ b/src/IconAreaChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAreaChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAreaChartRounded.tsx b/src/IconAreaChartRounded.tsx index 3477e6924..6ae932a50 100644 --- a/src/IconAreaChartRounded.tsx +++ b/src/IconAreaChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAreaChartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAreaChartRoundedFilled.tsx b/src/IconAreaChartRoundedFilled.tsx index b6b7e640a..dd951f7d0 100644 --- a/src/IconAreaChartRoundedFilled.tsx +++ b/src/IconAreaChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAreaChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAreaChartSharp.tsx b/src/IconAreaChartSharp.tsx index 14969f178..e712886c5 100644 --- a/src/IconAreaChartSharp.tsx +++ b/src/IconAreaChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAreaChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAreaChartSharpFilled.tsx b/src/IconAreaChartSharpFilled.tsx index b476669eb..a3577d5fb 100644 --- a/src/IconAreaChartSharpFilled.tsx +++ b/src/IconAreaChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAreaChartSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArmingCountdownOutlined.tsx b/src/IconArmingCountdownOutlined.tsx index 1721d2b96..3db81bfdc 100644 --- a/src/IconArmingCountdownOutlined.tsx +++ b/src/IconArmingCountdownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArmingCountdownOutlined: React.FC = ({ ...props diff --git a/src/IconArmingCountdownOutlinedFilled.tsx b/src/IconArmingCountdownOutlinedFilled.tsx index 6d0133775..de1a56ec6 100644 --- a/src/IconArmingCountdownOutlinedFilled.tsx +++ b/src/IconArmingCountdownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArmingCountdownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArmingCountdownRounded.tsx b/src/IconArmingCountdownRounded.tsx index a5bd4023d..54898efc4 100644 --- a/src/IconArmingCountdownRounded.tsx +++ b/src/IconArmingCountdownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArmingCountdownRounded: React.FC = ({ ...props diff --git a/src/IconArmingCountdownRoundedFilled.tsx b/src/IconArmingCountdownRoundedFilled.tsx index 64a56879f..c11908257 100644 --- a/src/IconArmingCountdownRoundedFilled.tsx +++ b/src/IconArmingCountdownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArmingCountdownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArmingCountdownSharp.tsx b/src/IconArmingCountdownSharp.tsx index 3e07b2438..334174829 100644 --- a/src/IconArmingCountdownSharp.tsx +++ b/src/IconArmingCountdownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArmingCountdownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArmingCountdownSharpFilled.tsx b/src/IconArmingCountdownSharpFilled.tsx index f7edffab8..890dc8d2c 100644 --- a/src/IconArmingCountdownSharpFilled.tsx +++ b/src/IconArmingCountdownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArmingCountdownSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowAndEdgeOutlined.tsx b/src/IconArrowAndEdgeOutlined.tsx index 20c16b72c..86c236c7b 100644 --- a/src/IconArrowAndEdgeOutlined.tsx +++ b/src/IconArrowAndEdgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowAndEdgeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowAndEdgeOutlinedFilled.tsx b/src/IconArrowAndEdgeOutlinedFilled.tsx index 07574cb28..d8e8e05c1 100644 --- a/src/IconArrowAndEdgeOutlinedFilled.tsx +++ b/src/IconArrowAndEdgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowAndEdgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowAndEdgeRounded.tsx b/src/IconArrowAndEdgeRounded.tsx index 04ecea213..43559a991 100644 --- a/src/IconArrowAndEdgeRounded.tsx +++ b/src/IconArrowAndEdgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowAndEdgeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowAndEdgeRoundedFilled.tsx b/src/IconArrowAndEdgeRoundedFilled.tsx index b83beeebc..42a66ed8f 100644 --- a/src/IconArrowAndEdgeRoundedFilled.tsx +++ b/src/IconArrowAndEdgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowAndEdgeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowAndEdgeSharp.tsx b/src/IconArrowAndEdgeSharp.tsx index 610e16edb..8e364d2ff 100644 --- a/src/IconArrowAndEdgeSharp.tsx +++ b/src/IconArrowAndEdgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowAndEdgeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowAndEdgeSharpFilled.tsx b/src/IconArrowAndEdgeSharpFilled.tsx index 6c519ff98..745f80980 100644 --- a/src/IconArrowAndEdgeSharpFilled.tsx +++ b/src/IconArrowAndEdgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowAndEdgeSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowBack2Outlined.tsx b/src/IconArrowBack2Outlined.tsx index 3e8c26db5..ead97abbc 100644 --- a/src/IconArrowBack2Outlined.tsx +++ b/src/IconArrowBack2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBack2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowBack2OutlinedFilled.tsx b/src/IconArrowBack2OutlinedFilled.tsx index 32e9c6bad..36a075271 100644 --- a/src/IconArrowBack2OutlinedFilled.tsx +++ b/src/IconArrowBack2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBack2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowBack2Rounded.tsx b/src/IconArrowBack2Rounded.tsx index bcc3e6f8a..731ce8b62 100644 --- a/src/IconArrowBack2Rounded.tsx +++ b/src/IconArrowBack2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBack2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowBack2RoundedFilled.tsx b/src/IconArrowBack2RoundedFilled.tsx index ce07d261a..129a46712 100644 --- a/src/IconArrowBack2RoundedFilled.tsx +++ b/src/IconArrowBack2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBack2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowBack2Sharp.tsx b/src/IconArrowBack2Sharp.tsx index b0c3b5abe..eb9601319 100644 --- a/src/IconArrowBack2Sharp.tsx +++ b/src/IconArrowBack2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBack2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowBack2SharpFilled.tsx b/src/IconArrowBack2SharpFilled.tsx index ac73f1e58..ed15099b0 100644 --- a/src/IconArrowBack2SharpFilled.tsx +++ b/src/IconArrowBack2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBack2SharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowBackIosNewOutlined.tsx b/src/IconArrowBackIosNewOutlined.tsx index a8a544432..239c54a8d 100644 --- a/src/IconArrowBackIosNewOutlined.tsx +++ b/src/IconArrowBackIosNewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosNewOutlined: React.FC = ({ ...props diff --git a/src/IconArrowBackIosNewOutlinedFilled.tsx b/src/IconArrowBackIosNewOutlinedFilled.tsx index c54efd3ce..598e61e12 100644 --- a/src/IconArrowBackIosNewOutlinedFilled.tsx +++ b/src/IconArrowBackIosNewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosNewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowBackIosNewRounded.tsx b/src/IconArrowBackIosNewRounded.tsx index a0f110646..c95d27823 100644 --- a/src/IconArrowBackIosNewRounded.tsx +++ b/src/IconArrowBackIosNewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosNewRounded: React.FC = ({ ...props diff --git a/src/IconArrowBackIosNewRoundedFilled.tsx b/src/IconArrowBackIosNewRoundedFilled.tsx index 8e6e180c0..3fb13ffa8 100644 --- a/src/IconArrowBackIosNewRoundedFilled.tsx +++ b/src/IconArrowBackIosNewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosNewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowBackIosNewSharp.tsx b/src/IconArrowBackIosNewSharp.tsx index 0c24909b2..143518354 100644 --- a/src/IconArrowBackIosNewSharp.tsx +++ b/src/IconArrowBackIosNewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosNewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowBackIosNewSharpFilled.tsx b/src/IconArrowBackIosNewSharpFilled.tsx index f622f7fc0..17d169bf3 100644 --- a/src/IconArrowBackIosNewSharpFilled.tsx +++ b/src/IconArrowBackIosNewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosNewSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowBackIosOutlined.tsx b/src/IconArrowBackIosOutlined.tsx index 297577ef7..ddb4db0f5 100644 --- a/src/IconArrowBackIosOutlined.tsx +++ b/src/IconArrowBackIosOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowBackIosOutlinedFilled.tsx b/src/IconArrowBackIosOutlinedFilled.tsx index b44b47b51..b67d8f503 100644 --- a/src/IconArrowBackIosOutlinedFilled.tsx +++ b/src/IconArrowBackIosOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowBackIosRounded.tsx b/src/IconArrowBackIosRounded.tsx index c7760795c..e0c1f2f3e 100644 --- a/src/IconArrowBackIosRounded.tsx +++ b/src/IconArrowBackIosRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowBackIosRoundedFilled.tsx b/src/IconArrowBackIosRoundedFilled.tsx index fa32a8b56..48a9575d1 100644 --- a/src/IconArrowBackIosRoundedFilled.tsx +++ b/src/IconArrowBackIosRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowBackIosSharp.tsx b/src/IconArrowBackIosSharp.tsx index 5749491cb..fe14756b4 100644 --- a/src/IconArrowBackIosSharp.tsx +++ b/src/IconArrowBackIosSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowBackIosSharpFilled.tsx b/src/IconArrowBackIosSharpFilled.tsx index 8e86790df..d2a8d141d 100644 --- a/src/IconArrowBackIosSharpFilled.tsx +++ b/src/IconArrowBackIosSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackIosSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowBackOutlined.tsx b/src/IconArrowBackOutlined.tsx index fb5ce042f..0e68109fa 100644 --- a/src/IconArrowBackOutlined.tsx +++ b/src/IconArrowBackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowBackOutlinedFilled.tsx b/src/IconArrowBackOutlinedFilled.tsx index c3852b734..f4f176605 100644 --- a/src/IconArrowBackOutlinedFilled.tsx +++ b/src/IconArrowBackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowBackRounded.tsx b/src/IconArrowBackRounded.tsx index 3c471c4fd..f7fe5798e 100644 --- a/src/IconArrowBackRounded.tsx +++ b/src/IconArrowBackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowBackRoundedFilled.tsx b/src/IconArrowBackRoundedFilled.tsx index 47f9facca..28f6de384 100644 --- a/src/IconArrowBackRoundedFilled.tsx +++ b/src/IconArrowBackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowBackSharp.tsx b/src/IconArrowBackSharp.tsx index 1ae0bec55..673f292e9 100644 --- a/src/IconArrowBackSharp.tsx +++ b/src/IconArrowBackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowBackSharpFilled.tsx b/src/IconArrowBackSharpFilled.tsx index 2d48ebbd1..f9aa43724 100644 --- a/src/IconArrowBackSharpFilled.tsx +++ b/src/IconArrowBackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowBackSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowCircleDownOutlined.tsx b/src/IconArrowCircleDownOutlined.tsx index a1cff116c..46388d6d9 100644 --- a/src/IconArrowCircleDownOutlined.tsx +++ b/src/IconArrowCircleDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleDownOutlined: React.FC = ({ ...props diff --git a/src/IconArrowCircleDownOutlinedFilled.tsx b/src/IconArrowCircleDownOutlinedFilled.tsx index ca8d6bc76..0edcb9414 100644 --- a/src/IconArrowCircleDownOutlinedFilled.tsx +++ b/src/IconArrowCircleDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowCircleDownRounded.tsx b/src/IconArrowCircleDownRounded.tsx index 38fac9688..ab4c9d912 100644 --- a/src/IconArrowCircleDownRounded.tsx +++ b/src/IconArrowCircleDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleDownRounded: React.FC = ({ ...props diff --git a/src/IconArrowCircleDownRoundedFilled.tsx b/src/IconArrowCircleDownRoundedFilled.tsx index cd7029092..271b21ff8 100644 --- a/src/IconArrowCircleDownRoundedFilled.tsx +++ b/src/IconArrowCircleDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowCircleDownSharp.tsx b/src/IconArrowCircleDownSharp.tsx index b708adeaa..86b4286a4 100644 --- a/src/IconArrowCircleDownSharp.tsx +++ b/src/IconArrowCircleDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowCircleDownSharpFilled.tsx b/src/IconArrowCircleDownSharpFilled.tsx index c3878880d..1da087070 100644 --- a/src/IconArrowCircleDownSharpFilled.tsx +++ b/src/IconArrowCircleDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowCircleLeftOutlined.tsx b/src/IconArrowCircleLeftOutlined.tsx index 95ec63cc9..c03a56220 100644 --- a/src/IconArrowCircleLeftOutlined.tsx +++ b/src/IconArrowCircleLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleLeftOutlined: React.FC = ({ ...props diff --git a/src/IconArrowCircleLeftOutlinedFilled.tsx b/src/IconArrowCircleLeftOutlinedFilled.tsx index 01945647b..070e925dc 100644 --- a/src/IconArrowCircleLeftOutlinedFilled.tsx +++ b/src/IconArrowCircleLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowCircleLeftRounded.tsx b/src/IconArrowCircleLeftRounded.tsx index fcec7328b..16cb58157 100644 --- a/src/IconArrowCircleLeftRounded.tsx +++ b/src/IconArrowCircleLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleLeftRounded: React.FC = ({ ...props diff --git a/src/IconArrowCircleLeftRoundedFilled.tsx b/src/IconArrowCircleLeftRoundedFilled.tsx index 3ad1e5844..9833d916f 100644 --- a/src/IconArrowCircleLeftRoundedFilled.tsx +++ b/src/IconArrowCircleLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowCircleLeftSharp.tsx b/src/IconArrowCircleLeftSharp.tsx index 7ed51e387..889b568b8 100644 --- a/src/IconArrowCircleLeftSharp.tsx +++ b/src/IconArrowCircleLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowCircleLeftSharpFilled.tsx b/src/IconArrowCircleLeftSharpFilled.tsx index 90ba2d4e9..65ae19caa 100644 --- a/src/IconArrowCircleLeftSharpFilled.tsx +++ b/src/IconArrowCircleLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowCircleRightOutlined.tsx b/src/IconArrowCircleRightOutlined.tsx index b28a9df31..4176bbcc8 100644 --- a/src/IconArrowCircleRightOutlined.tsx +++ b/src/IconArrowCircleRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleRightOutlined: React.FC = ({ ...props diff --git a/src/IconArrowCircleRightOutlinedFilled.tsx b/src/IconArrowCircleRightOutlinedFilled.tsx index 3b81eb5d5..0c49fed91 100644 --- a/src/IconArrowCircleRightOutlinedFilled.tsx +++ b/src/IconArrowCircleRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowCircleRightRounded.tsx b/src/IconArrowCircleRightRounded.tsx index 0c9942585..0647caff6 100644 --- a/src/IconArrowCircleRightRounded.tsx +++ b/src/IconArrowCircleRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleRightRounded: React.FC = ({ ...props diff --git a/src/IconArrowCircleRightRoundedFilled.tsx b/src/IconArrowCircleRightRoundedFilled.tsx index 21486f879..f085ab13e 100644 --- a/src/IconArrowCircleRightRoundedFilled.tsx +++ b/src/IconArrowCircleRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowCircleRightSharp.tsx b/src/IconArrowCircleRightSharp.tsx index 90dd7309b..2a8a72aa9 100644 --- a/src/IconArrowCircleRightSharp.tsx +++ b/src/IconArrowCircleRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleRightSharp: React.FC = ({ ...props diff --git a/src/IconArrowCircleRightSharpFilled.tsx b/src/IconArrowCircleRightSharpFilled.tsx index 952add90e..f4696776b 100644 --- a/src/IconArrowCircleRightSharpFilled.tsx +++ b/src/IconArrowCircleRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowCircleUpOutlined.tsx b/src/IconArrowCircleUpOutlined.tsx index c4d7dff67..15d7437a3 100644 --- a/src/IconArrowCircleUpOutlined.tsx +++ b/src/IconArrowCircleUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleUpOutlined: React.FC = ({ ...props diff --git a/src/IconArrowCircleUpOutlinedFilled.tsx b/src/IconArrowCircleUpOutlinedFilled.tsx index e94d0c8fc..49178c261 100644 --- a/src/IconArrowCircleUpOutlinedFilled.tsx +++ b/src/IconArrowCircleUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowCircleUpRounded.tsx b/src/IconArrowCircleUpRounded.tsx index 068358170..83dbd100b 100644 --- a/src/IconArrowCircleUpRounded.tsx +++ b/src/IconArrowCircleUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowCircleUpRoundedFilled.tsx b/src/IconArrowCircleUpRoundedFilled.tsx index 429d63266..ced635b2d 100644 --- a/src/IconArrowCircleUpRoundedFilled.tsx +++ b/src/IconArrowCircleUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowCircleUpSharp.tsx b/src/IconArrowCircleUpSharp.tsx index 7a4c49256..54a7ecc22 100644 --- a/src/IconArrowCircleUpSharp.tsx +++ b/src/IconArrowCircleUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowCircleUpSharpFilled.tsx b/src/IconArrowCircleUpSharpFilled.tsx index 905e227fa..53d82b535 100644 --- a/src/IconArrowCircleUpSharpFilled.tsx +++ b/src/IconArrowCircleUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCircleUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowCoolDownOutlined.tsx b/src/IconArrowCoolDownOutlined.tsx index 39b10e85a..87b7ff291 100644 --- a/src/IconArrowCoolDownOutlined.tsx +++ b/src/IconArrowCoolDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCoolDownOutlined: React.FC = ({ ...props diff --git a/src/IconArrowCoolDownOutlinedFilled.tsx b/src/IconArrowCoolDownOutlinedFilled.tsx index 364091824..e5032df88 100644 --- a/src/IconArrowCoolDownOutlinedFilled.tsx +++ b/src/IconArrowCoolDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCoolDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowCoolDownRounded.tsx b/src/IconArrowCoolDownRounded.tsx index 8a90ecab1..170c530c6 100644 --- a/src/IconArrowCoolDownRounded.tsx +++ b/src/IconArrowCoolDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCoolDownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowCoolDownRoundedFilled.tsx b/src/IconArrowCoolDownRoundedFilled.tsx index c3d9a7f05..30ba51491 100644 --- a/src/IconArrowCoolDownRoundedFilled.tsx +++ b/src/IconArrowCoolDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCoolDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowCoolDownSharp.tsx b/src/IconArrowCoolDownSharp.tsx index c4c64a3cf..0b7aa6f24 100644 --- a/src/IconArrowCoolDownSharp.tsx +++ b/src/IconArrowCoolDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCoolDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowCoolDownSharpFilled.tsx b/src/IconArrowCoolDownSharpFilled.tsx index 9e8eb9587..871e3f0c5 100644 --- a/src/IconArrowCoolDownSharpFilled.tsx +++ b/src/IconArrowCoolDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowCoolDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowDownwardAltOutlined.tsx b/src/IconArrowDownwardAltOutlined.tsx index 2e57350ef..96b77032a 100644 --- a/src/IconArrowDownwardAltOutlined.tsx +++ b/src/IconArrowDownwardAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardAltOutlined: React.FC = ({ ...props diff --git a/src/IconArrowDownwardAltOutlinedFilled.tsx b/src/IconArrowDownwardAltOutlinedFilled.tsx index 7f3fab119..b3d0a68fd 100644 --- a/src/IconArrowDownwardAltOutlinedFilled.tsx +++ b/src/IconArrowDownwardAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowDownwardAltRounded.tsx b/src/IconArrowDownwardAltRounded.tsx index 2d771d647..8723756a5 100644 --- a/src/IconArrowDownwardAltRounded.tsx +++ b/src/IconArrowDownwardAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardAltRounded: React.FC = ({ ...props diff --git a/src/IconArrowDownwardAltRoundedFilled.tsx b/src/IconArrowDownwardAltRoundedFilled.tsx index f34952a2e..08c20b996 100644 --- a/src/IconArrowDownwardAltRoundedFilled.tsx +++ b/src/IconArrowDownwardAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowDownwardAltSharp.tsx b/src/IconArrowDownwardAltSharp.tsx index c44f2d392..95af765d8 100644 --- a/src/IconArrowDownwardAltSharp.tsx +++ b/src/IconArrowDownwardAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardAltSharp: React.FC = ({ ...props diff --git a/src/IconArrowDownwardAltSharpFilled.tsx b/src/IconArrowDownwardAltSharpFilled.tsx index e39b0434c..441699eb9 100644 --- a/src/IconArrowDownwardAltSharpFilled.tsx +++ b/src/IconArrowDownwardAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowDownwardOutlined.tsx b/src/IconArrowDownwardOutlined.tsx index e229bb964..3906c8cf3 100644 --- a/src/IconArrowDownwardOutlined.tsx +++ b/src/IconArrowDownwardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardOutlined: React.FC = ({ ...props diff --git a/src/IconArrowDownwardOutlinedFilled.tsx b/src/IconArrowDownwardOutlinedFilled.tsx index 69fae54f4..53d48f4a2 100644 --- a/src/IconArrowDownwardOutlinedFilled.tsx +++ b/src/IconArrowDownwardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowDownwardRounded.tsx b/src/IconArrowDownwardRounded.tsx index 5517f5bad..3599827a7 100644 --- a/src/IconArrowDownwardRounded.tsx +++ b/src/IconArrowDownwardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowDownwardRoundedFilled.tsx b/src/IconArrowDownwardRoundedFilled.tsx index c62e0e729..4e84d5355 100644 --- a/src/IconArrowDownwardRoundedFilled.tsx +++ b/src/IconArrowDownwardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowDownwardSharp.tsx b/src/IconArrowDownwardSharp.tsx index 6132db226..e641ea496 100644 --- a/src/IconArrowDownwardSharp.tsx +++ b/src/IconArrowDownwardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowDownwardSharpFilled.tsx b/src/IconArrowDownwardSharpFilled.tsx index 9d77f1b9c..d447a0c6d 100644 --- a/src/IconArrowDownwardSharpFilled.tsx +++ b/src/IconArrowDownwardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDownwardSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowDropDownCircleOutlined.tsx b/src/IconArrowDropDownCircleOutlined.tsx index 8b77cba34..22f5237eb 100644 --- a/src/IconArrowDropDownCircleOutlined.tsx +++ b/src/IconArrowDropDownCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownCircleOutlined: React.FC = ({ ...props diff --git a/src/IconArrowDropDownCircleOutlinedFilled.tsx b/src/IconArrowDropDownCircleOutlinedFilled.tsx index 47927b0a5..d4092985a 100644 --- a/src/IconArrowDropDownCircleOutlinedFilled.tsx +++ b/src/IconArrowDropDownCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowDropDownCircleRounded.tsx b/src/IconArrowDropDownCircleRounded.tsx index c773cec13..1a00fa84b 100644 --- a/src/IconArrowDropDownCircleRounded.tsx +++ b/src/IconArrowDropDownCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownCircleRounded: React.FC = ({ ...props diff --git a/src/IconArrowDropDownCircleRoundedFilled.tsx b/src/IconArrowDropDownCircleRoundedFilled.tsx index ee53c1365..b89db7458 100644 --- a/src/IconArrowDropDownCircleRoundedFilled.tsx +++ b/src/IconArrowDropDownCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowDropDownCircleSharp.tsx b/src/IconArrowDropDownCircleSharp.tsx index 2d4ae68de..4ca899270 100644 --- a/src/IconArrowDropDownCircleSharp.tsx +++ b/src/IconArrowDropDownCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownCircleSharp: React.FC = ({ ...props diff --git a/src/IconArrowDropDownCircleSharpFilled.tsx b/src/IconArrowDropDownCircleSharpFilled.tsx index ba1815288..84f32623d 100644 --- a/src/IconArrowDropDownCircleSharpFilled.tsx +++ b/src/IconArrowDropDownCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowDropDownOutlined.tsx b/src/IconArrowDropDownOutlined.tsx index 827af8bff..40c470d3b 100644 --- a/src/IconArrowDropDownOutlined.tsx +++ b/src/IconArrowDropDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownOutlined: React.FC = ({ ...props diff --git a/src/IconArrowDropDownOutlinedFilled.tsx b/src/IconArrowDropDownOutlinedFilled.tsx index 3953adadb..a1d6c3710 100644 --- a/src/IconArrowDropDownOutlinedFilled.tsx +++ b/src/IconArrowDropDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowDropDownRounded.tsx b/src/IconArrowDropDownRounded.tsx index c504cca90..097a11fc8 100644 --- a/src/IconArrowDropDownRounded.tsx +++ b/src/IconArrowDropDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowDropDownRoundedFilled.tsx b/src/IconArrowDropDownRoundedFilled.tsx index fe2ae6f00..6d6850359 100644 --- a/src/IconArrowDropDownRoundedFilled.tsx +++ b/src/IconArrowDropDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowDropDownSharp.tsx b/src/IconArrowDropDownSharp.tsx index 76f32ec44..ff50a89c7 100644 --- a/src/IconArrowDropDownSharp.tsx +++ b/src/IconArrowDropDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowDropDownSharpFilled.tsx b/src/IconArrowDropDownSharpFilled.tsx index ee4e7b530..bb97be28c 100644 --- a/src/IconArrowDropDownSharpFilled.tsx +++ b/src/IconArrowDropDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowDropUpOutlined.tsx b/src/IconArrowDropUpOutlined.tsx index 2eb632194..3fc1f983b 100644 --- a/src/IconArrowDropUpOutlined.tsx +++ b/src/IconArrowDropUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowDropUpOutlinedFilled.tsx b/src/IconArrowDropUpOutlinedFilled.tsx index 86be4e85f..685f8b81f 100644 --- a/src/IconArrowDropUpOutlinedFilled.tsx +++ b/src/IconArrowDropUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowDropUpRounded.tsx b/src/IconArrowDropUpRounded.tsx index d67467c13..1fa1b3c59 100644 --- a/src/IconArrowDropUpRounded.tsx +++ b/src/IconArrowDropUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowDropUpRoundedFilled.tsx b/src/IconArrowDropUpRoundedFilled.tsx index 93da44692..3939d92e1 100644 --- a/src/IconArrowDropUpRoundedFilled.tsx +++ b/src/IconArrowDropUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowDropUpSharp.tsx b/src/IconArrowDropUpSharp.tsx index 7658edbc6..8b4bf6008 100644 --- a/src/IconArrowDropUpSharp.tsx +++ b/src/IconArrowDropUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowDropUpSharpFilled.tsx b/src/IconArrowDropUpSharpFilled.tsx index 1f738ce52..8a0e090b6 100644 --- a/src/IconArrowDropUpSharpFilled.tsx +++ b/src/IconArrowDropUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowDropUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowForwardIosOutlined.tsx b/src/IconArrowForwardIosOutlined.tsx index b422b78c4..6e551ed5c 100644 --- a/src/IconArrowForwardIosOutlined.tsx +++ b/src/IconArrowForwardIosOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardIosOutlined: React.FC = ({ ...props diff --git a/src/IconArrowForwardIosOutlinedFilled.tsx b/src/IconArrowForwardIosOutlinedFilled.tsx index bc296f264..65b23d430 100644 --- a/src/IconArrowForwardIosOutlinedFilled.tsx +++ b/src/IconArrowForwardIosOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardIosOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowForwardIosRounded.tsx b/src/IconArrowForwardIosRounded.tsx index fd76934a0..cefb8d68a 100644 --- a/src/IconArrowForwardIosRounded.tsx +++ b/src/IconArrowForwardIosRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardIosRounded: React.FC = ({ ...props diff --git a/src/IconArrowForwardIosRoundedFilled.tsx b/src/IconArrowForwardIosRoundedFilled.tsx index 3399a0776..96d14b430 100644 --- a/src/IconArrowForwardIosRoundedFilled.tsx +++ b/src/IconArrowForwardIosRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardIosRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowForwardIosSharp.tsx b/src/IconArrowForwardIosSharp.tsx index 027d05302..634841d78 100644 --- a/src/IconArrowForwardIosSharp.tsx +++ b/src/IconArrowForwardIosSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardIosSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowForwardIosSharpFilled.tsx b/src/IconArrowForwardIosSharpFilled.tsx index aea76b8ea..8b395828c 100644 --- a/src/IconArrowForwardIosSharpFilled.tsx +++ b/src/IconArrowForwardIosSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardIosSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowForwardOutlined.tsx b/src/IconArrowForwardOutlined.tsx index 56e207b3d..3354861fa 100644 --- a/src/IconArrowForwardOutlined.tsx +++ b/src/IconArrowForwardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowForwardOutlinedFilled.tsx b/src/IconArrowForwardOutlinedFilled.tsx index c31987471..dd3d04be1 100644 --- a/src/IconArrowForwardOutlinedFilled.tsx +++ b/src/IconArrowForwardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowForwardRounded.tsx b/src/IconArrowForwardRounded.tsx index 58c920266..16d05da3b 100644 --- a/src/IconArrowForwardRounded.tsx +++ b/src/IconArrowForwardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowForwardRoundedFilled.tsx b/src/IconArrowForwardRoundedFilled.tsx index d1a14f8f9..69bb7573a 100644 --- a/src/IconArrowForwardRoundedFilled.tsx +++ b/src/IconArrowForwardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowForwardSharp.tsx b/src/IconArrowForwardSharp.tsx index c8bcd1ea1..7bdb3c082 100644 --- a/src/IconArrowForwardSharp.tsx +++ b/src/IconArrowForwardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowForwardSharpFilled.tsx b/src/IconArrowForwardSharpFilled.tsx index c6bb4d59f..cc44933b2 100644 --- a/src/IconArrowForwardSharpFilled.tsx +++ b/src/IconArrowForwardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowForwardSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowInsertOutlined.tsx b/src/IconArrowInsertOutlined.tsx index 7d81a1693..562494410 100644 --- a/src/IconArrowInsertOutlined.tsx +++ b/src/IconArrowInsertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowInsertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowInsertOutlinedFilled.tsx b/src/IconArrowInsertOutlinedFilled.tsx index ae93c00ba..701583603 100644 --- a/src/IconArrowInsertOutlinedFilled.tsx +++ b/src/IconArrowInsertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowInsertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowInsertRounded.tsx b/src/IconArrowInsertRounded.tsx index d9f81e87c..3f2deda12 100644 --- a/src/IconArrowInsertRounded.tsx +++ b/src/IconArrowInsertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowInsertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowInsertRoundedFilled.tsx b/src/IconArrowInsertRoundedFilled.tsx index 4c2fff93f..ab84a750d 100644 --- a/src/IconArrowInsertRoundedFilled.tsx +++ b/src/IconArrowInsertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowInsertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowInsertSharp.tsx b/src/IconArrowInsertSharp.tsx index 28404b2ba..7e0ac11c2 100644 --- a/src/IconArrowInsertSharp.tsx +++ b/src/IconArrowInsertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowInsertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowInsertSharpFilled.tsx b/src/IconArrowInsertSharpFilled.tsx index 28928d60e..99aabea55 100644 --- a/src/IconArrowInsertSharpFilled.tsx +++ b/src/IconArrowInsertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowInsertSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowLeftAltOutlined.tsx b/src/IconArrowLeftAltOutlined.tsx index ff1e19140..38c293ce0 100644 --- a/src/IconArrowLeftAltOutlined.tsx +++ b/src/IconArrowLeftAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowLeftAltOutlinedFilled.tsx b/src/IconArrowLeftAltOutlinedFilled.tsx index 930e9ac2c..e9dbfa743 100644 --- a/src/IconArrowLeftAltOutlinedFilled.tsx +++ b/src/IconArrowLeftAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowLeftAltRounded.tsx b/src/IconArrowLeftAltRounded.tsx index 4c4090b3d..1fcf36aa2 100644 --- a/src/IconArrowLeftAltRounded.tsx +++ b/src/IconArrowLeftAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowLeftAltRoundedFilled.tsx b/src/IconArrowLeftAltRoundedFilled.tsx index f8224dc17..9f41cc83b 100644 --- a/src/IconArrowLeftAltRoundedFilled.tsx +++ b/src/IconArrowLeftAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowLeftAltSharp.tsx b/src/IconArrowLeftAltSharp.tsx index c249c9d50..d8608081e 100644 --- a/src/IconArrowLeftAltSharp.tsx +++ b/src/IconArrowLeftAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowLeftAltSharpFilled.tsx b/src/IconArrowLeftAltSharpFilled.tsx index 85eee057e..e0ae019cc 100644 --- a/src/IconArrowLeftAltSharpFilled.tsx +++ b/src/IconArrowLeftAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowLeftOutlined.tsx b/src/IconArrowLeftOutlined.tsx index 620e969c7..5f25cfe96 100644 --- a/src/IconArrowLeftOutlined.tsx +++ b/src/IconArrowLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowLeftOutlinedFilled.tsx b/src/IconArrowLeftOutlinedFilled.tsx index e5a9c3025..44dc77637 100644 --- a/src/IconArrowLeftOutlinedFilled.tsx +++ b/src/IconArrowLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowLeftRounded.tsx b/src/IconArrowLeftRounded.tsx index 9707f9aec..0b506c7ce 100644 --- a/src/IconArrowLeftRounded.tsx +++ b/src/IconArrowLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowLeftRoundedFilled.tsx b/src/IconArrowLeftRoundedFilled.tsx index 909cdd9d1..113261c8b 100644 --- a/src/IconArrowLeftRoundedFilled.tsx +++ b/src/IconArrowLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowLeftSharp.tsx b/src/IconArrowLeftSharp.tsx index d059d5f74..b4837bf59 100644 --- a/src/IconArrowLeftSharp.tsx +++ b/src/IconArrowLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowLeftSharpFilled.tsx b/src/IconArrowLeftSharpFilled.tsx index b1ed11ea7..9e25bd66b 100644 --- a/src/IconArrowLeftSharpFilled.tsx +++ b/src/IconArrowLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowLeftSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowMenuCloseOutlined.tsx b/src/IconArrowMenuCloseOutlined.tsx index bae72a817..a86123681 100644 --- a/src/IconArrowMenuCloseOutlined.tsx +++ b/src/IconArrowMenuCloseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuCloseOutlined: React.FC = ({ ...props diff --git a/src/IconArrowMenuCloseOutlinedFilled.tsx b/src/IconArrowMenuCloseOutlinedFilled.tsx index ead0e77b3..f5fa52971 100644 --- a/src/IconArrowMenuCloseOutlinedFilled.tsx +++ b/src/IconArrowMenuCloseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuCloseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowMenuCloseRounded.tsx b/src/IconArrowMenuCloseRounded.tsx index 2915b8492..83ba6a9a5 100644 --- a/src/IconArrowMenuCloseRounded.tsx +++ b/src/IconArrowMenuCloseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuCloseRounded: React.FC = ({ ...props diff --git a/src/IconArrowMenuCloseRoundedFilled.tsx b/src/IconArrowMenuCloseRoundedFilled.tsx index 7f52d2137..cf600b06a 100644 --- a/src/IconArrowMenuCloseRoundedFilled.tsx +++ b/src/IconArrowMenuCloseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuCloseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowMenuCloseSharp.tsx b/src/IconArrowMenuCloseSharp.tsx index 01fa281e3..020c999f7 100644 --- a/src/IconArrowMenuCloseSharp.tsx +++ b/src/IconArrowMenuCloseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuCloseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowMenuCloseSharpFilled.tsx b/src/IconArrowMenuCloseSharpFilled.tsx index 0693b4b8e..e8254cff6 100644 --- a/src/IconArrowMenuCloseSharpFilled.tsx +++ b/src/IconArrowMenuCloseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuCloseSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowMenuOpenOutlined.tsx b/src/IconArrowMenuOpenOutlined.tsx index 24bbc40a0..6938050ed 100644 --- a/src/IconArrowMenuOpenOutlined.tsx +++ b/src/IconArrowMenuOpenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuOpenOutlined: React.FC = ({ ...props diff --git a/src/IconArrowMenuOpenOutlinedFilled.tsx b/src/IconArrowMenuOpenOutlinedFilled.tsx index 89f7b18e4..153b24ae9 100644 --- a/src/IconArrowMenuOpenOutlinedFilled.tsx +++ b/src/IconArrowMenuOpenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuOpenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowMenuOpenRounded.tsx b/src/IconArrowMenuOpenRounded.tsx index 558823705..e96577ca7 100644 --- a/src/IconArrowMenuOpenRounded.tsx +++ b/src/IconArrowMenuOpenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuOpenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowMenuOpenRoundedFilled.tsx b/src/IconArrowMenuOpenRoundedFilled.tsx index 2813fb760..4889218fd 100644 --- a/src/IconArrowMenuOpenRoundedFilled.tsx +++ b/src/IconArrowMenuOpenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuOpenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowMenuOpenSharp.tsx b/src/IconArrowMenuOpenSharp.tsx index 5a5b28bae..6daee78d6 100644 --- a/src/IconArrowMenuOpenSharp.tsx +++ b/src/IconArrowMenuOpenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuOpenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowMenuOpenSharpFilled.tsx b/src/IconArrowMenuOpenSharpFilled.tsx index 82fe19285..962691ef4 100644 --- a/src/IconArrowMenuOpenSharpFilled.tsx +++ b/src/IconArrowMenuOpenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowMenuOpenSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowOrEdgeOutlined.tsx b/src/IconArrowOrEdgeOutlined.tsx index 24056c66c..22153b26f 100644 --- a/src/IconArrowOrEdgeOutlined.tsx +++ b/src/IconArrowOrEdgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOrEdgeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowOrEdgeOutlinedFilled.tsx b/src/IconArrowOrEdgeOutlinedFilled.tsx index ca5801675..74204721a 100644 --- a/src/IconArrowOrEdgeOutlinedFilled.tsx +++ b/src/IconArrowOrEdgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOrEdgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowOrEdgeRounded.tsx b/src/IconArrowOrEdgeRounded.tsx index 1839558a0..0143c769f 100644 --- a/src/IconArrowOrEdgeRounded.tsx +++ b/src/IconArrowOrEdgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOrEdgeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowOrEdgeRoundedFilled.tsx b/src/IconArrowOrEdgeRoundedFilled.tsx index 1fa948e44..b49c3115b 100644 --- a/src/IconArrowOrEdgeRoundedFilled.tsx +++ b/src/IconArrowOrEdgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOrEdgeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowOrEdgeSharp.tsx b/src/IconArrowOrEdgeSharp.tsx index e3bb7133f..c1b3021c3 100644 --- a/src/IconArrowOrEdgeSharp.tsx +++ b/src/IconArrowOrEdgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOrEdgeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowOrEdgeSharpFilled.tsx b/src/IconArrowOrEdgeSharpFilled.tsx index da0074f02..63871a530 100644 --- a/src/IconArrowOrEdgeSharpFilled.tsx +++ b/src/IconArrowOrEdgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOrEdgeSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowOutwardOutlined.tsx b/src/IconArrowOutwardOutlined.tsx index d2f5e93bf..265a4cf57 100644 --- a/src/IconArrowOutwardOutlined.tsx +++ b/src/IconArrowOutwardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOutwardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowOutwardOutlinedFilled.tsx b/src/IconArrowOutwardOutlinedFilled.tsx index 6fcb160af..79cd754f5 100644 --- a/src/IconArrowOutwardOutlinedFilled.tsx +++ b/src/IconArrowOutwardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOutwardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowOutwardRounded.tsx b/src/IconArrowOutwardRounded.tsx index f5174e17a..2ddd45846 100644 --- a/src/IconArrowOutwardRounded.tsx +++ b/src/IconArrowOutwardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOutwardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowOutwardRoundedFilled.tsx b/src/IconArrowOutwardRoundedFilled.tsx index 1f4dd0157..975e2738c 100644 --- a/src/IconArrowOutwardRoundedFilled.tsx +++ b/src/IconArrowOutwardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOutwardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowOutwardSharp.tsx b/src/IconArrowOutwardSharp.tsx index 79fafe084..cc8f45526 100644 --- a/src/IconArrowOutwardSharp.tsx +++ b/src/IconArrowOutwardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOutwardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowOutwardSharpFilled.tsx b/src/IconArrowOutwardSharpFilled.tsx index 99aa625ad..9df895f1d 100644 --- a/src/IconArrowOutwardSharpFilled.tsx +++ b/src/IconArrowOutwardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowOutwardSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowRangeOutlined.tsx b/src/IconArrowRangeOutlined.tsx index e4cf8b984..531662cf4 100644 --- a/src/IconArrowRangeOutlined.tsx +++ b/src/IconArrowRangeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRangeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowRangeOutlinedFilled.tsx b/src/IconArrowRangeOutlinedFilled.tsx index c46366dc3..16e298b51 100644 --- a/src/IconArrowRangeOutlinedFilled.tsx +++ b/src/IconArrowRangeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRangeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowRangeRounded.tsx b/src/IconArrowRangeRounded.tsx index 9fb8838c6..7345e85ba 100644 --- a/src/IconArrowRangeRounded.tsx +++ b/src/IconArrowRangeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRangeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowRangeRoundedFilled.tsx b/src/IconArrowRangeRoundedFilled.tsx index b4b1f20ed..40b2e22cc 100644 --- a/src/IconArrowRangeRoundedFilled.tsx +++ b/src/IconArrowRangeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRangeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowRangeSharp.tsx b/src/IconArrowRangeSharp.tsx index 1606be09f..463ed73ae 100644 --- a/src/IconArrowRangeSharp.tsx +++ b/src/IconArrowRangeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRangeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowRangeSharpFilled.tsx b/src/IconArrowRangeSharpFilled.tsx index b94b974a3..af68446f2 100644 --- a/src/IconArrowRangeSharpFilled.tsx +++ b/src/IconArrowRangeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRangeSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowRightAltOutlined.tsx b/src/IconArrowRightAltOutlined.tsx index a76262eea..680c2b43f 100644 --- a/src/IconArrowRightAltOutlined.tsx +++ b/src/IconArrowRightAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightAltOutlined: React.FC = ({ ...props diff --git a/src/IconArrowRightAltOutlinedFilled.tsx b/src/IconArrowRightAltOutlinedFilled.tsx index b8011172c..bcc8a52f0 100644 --- a/src/IconArrowRightAltOutlinedFilled.tsx +++ b/src/IconArrowRightAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowRightAltRounded.tsx b/src/IconArrowRightAltRounded.tsx index d9aa0ec9b..4120e2d3b 100644 --- a/src/IconArrowRightAltRounded.tsx +++ b/src/IconArrowRightAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowRightAltRoundedFilled.tsx b/src/IconArrowRightAltRoundedFilled.tsx index f056d76af..c7b853467 100644 --- a/src/IconArrowRightAltRoundedFilled.tsx +++ b/src/IconArrowRightAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowRightAltSharp.tsx b/src/IconArrowRightAltSharp.tsx index 9a46ae84c..465245004 100644 --- a/src/IconArrowRightAltSharp.tsx +++ b/src/IconArrowRightAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowRightAltSharpFilled.tsx b/src/IconArrowRightAltSharpFilled.tsx index 72d861f33..77841c153 100644 --- a/src/IconArrowRightAltSharpFilled.tsx +++ b/src/IconArrowRightAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowRightOutlined.tsx b/src/IconArrowRightOutlined.tsx index 77c0ad74d..9733b0748 100644 --- a/src/IconArrowRightOutlined.tsx +++ b/src/IconArrowRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowRightOutlinedFilled.tsx b/src/IconArrowRightOutlinedFilled.tsx index cb0844830..64f9e70fc 100644 --- a/src/IconArrowRightOutlinedFilled.tsx +++ b/src/IconArrowRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowRightRounded.tsx b/src/IconArrowRightRounded.tsx index 4f7f5b02b..3b08f9e87 100644 --- a/src/IconArrowRightRounded.tsx +++ b/src/IconArrowRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowRightRoundedFilled.tsx b/src/IconArrowRightRoundedFilled.tsx index f8183a58d..3b5f1084b 100644 --- a/src/IconArrowRightRoundedFilled.tsx +++ b/src/IconArrowRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowRightSharp.tsx b/src/IconArrowRightSharp.tsx index ad7959df5..ff9cb40d9 100644 --- a/src/IconArrowRightSharp.tsx +++ b/src/IconArrowRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowRightSharpFilled.tsx b/src/IconArrowRightSharpFilled.tsx index 935630b5d..e4fd16e23 100644 --- a/src/IconArrowRightSharpFilled.tsx +++ b/src/IconArrowRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowSelectorToolOutlined.tsx b/src/IconArrowSelectorToolOutlined.tsx index 1e82207a0..5eb8f9899 100644 --- a/src/IconArrowSelectorToolOutlined.tsx +++ b/src/IconArrowSelectorToolOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSelectorToolOutlined: React.FC = ({ ...props diff --git a/src/IconArrowSelectorToolOutlinedFilled.tsx b/src/IconArrowSelectorToolOutlinedFilled.tsx index 6f5cd71cd..46de7b6ba 100644 --- a/src/IconArrowSelectorToolOutlinedFilled.tsx +++ b/src/IconArrowSelectorToolOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSelectorToolOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowSelectorToolRounded.tsx b/src/IconArrowSelectorToolRounded.tsx index a686f0118..09fe25d5a 100644 --- a/src/IconArrowSelectorToolRounded.tsx +++ b/src/IconArrowSelectorToolRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSelectorToolRounded: React.FC = ({ ...props diff --git a/src/IconArrowSelectorToolRoundedFilled.tsx b/src/IconArrowSelectorToolRoundedFilled.tsx index 5feb45dbc..77d3aa5f5 100644 --- a/src/IconArrowSelectorToolRoundedFilled.tsx +++ b/src/IconArrowSelectorToolRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSelectorToolRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowSelectorToolSharp.tsx b/src/IconArrowSelectorToolSharp.tsx index be98c08f1..0fa360509 100644 --- a/src/IconArrowSelectorToolSharp.tsx +++ b/src/IconArrowSelectorToolSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSelectorToolSharp: React.FC = ({ ...props diff --git a/src/IconArrowSelectorToolSharpFilled.tsx b/src/IconArrowSelectorToolSharpFilled.tsx index 3baef313a..2de2d9d01 100644 --- a/src/IconArrowSelectorToolSharpFilled.tsx +++ b/src/IconArrowSelectorToolSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSelectorToolSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowSplitOutlined.tsx b/src/IconArrowSplitOutlined.tsx index 773ab3584..fc65d0856 100644 --- a/src/IconArrowSplitOutlined.tsx +++ b/src/IconArrowSplitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSplitOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowSplitOutlinedFilled.tsx b/src/IconArrowSplitOutlinedFilled.tsx index 520352f22..72f90e3dd 100644 --- a/src/IconArrowSplitOutlinedFilled.tsx +++ b/src/IconArrowSplitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSplitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowSplitRounded.tsx b/src/IconArrowSplitRounded.tsx index bdd422979..08bd550f6 100644 --- a/src/IconArrowSplitRounded.tsx +++ b/src/IconArrowSplitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSplitRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowSplitRoundedFilled.tsx b/src/IconArrowSplitRoundedFilled.tsx index ae700c25a..247fc8b44 100644 --- a/src/IconArrowSplitRoundedFilled.tsx +++ b/src/IconArrowSplitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSplitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowSplitSharp.tsx b/src/IconArrowSplitSharp.tsx index 15cb0082a..f7f2038e7 100644 --- a/src/IconArrowSplitSharp.tsx +++ b/src/IconArrowSplitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSplitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowSplitSharpFilled.tsx b/src/IconArrowSplitSharpFilled.tsx index dff24c1bc..96cbe876a 100644 --- a/src/IconArrowSplitSharpFilled.tsx +++ b/src/IconArrowSplitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowSplitSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowTopLeftOutlined.tsx b/src/IconArrowTopLeftOutlined.tsx index d6b07ffb6..19893685d 100644 --- a/src/IconArrowTopLeftOutlined.tsx +++ b/src/IconArrowTopLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowTopLeftOutlinedFilled.tsx b/src/IconArrowTopLeftOutlinedFilled.tsx index 508022373..3c073971b 100644 --- a/src/IconArrowTopLeftOutlinedFilled.tsx +++ b/src/IconArrowTopLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowTopLeftRounded.tsx b/src/IconArrowTopLeftRounded.tsx index 7b2898de0..4bcccabbd 100644 --- a/src/IconArrowTopLeftRounded.tsx +++ b/src/IconArrowTopLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowTopLeftRoundedFilled.tsx b/src/IconArrowTopLeftRoundedFilled.tsx index c9a7bdf85..bbed0e78f 100644 --- a/src/IconArrowTopLeftRoundedFilled.tsx +++ b/src/IconArrowTopLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowTopLeftSharp.tsx b/src/IconArrowTopLeftSharp.tsx index 98c84281c..cd150e7d5 100644 --- a/src/IconArrowTopLeftSharp.tsx +++ b/src/IconArrowTopLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowTopLeftSharpFilled.tsx b/src/IconArrowTopLeftSharpFilled.tsx index b906f0bd4..a34db4ce4 100644 --- a/src/IconArrowTopLeftSharpFilled.tsx +++ b/src/IconArrowTopLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowTopRightOutlined.tsx b/src/IconArrowTopRightOutlined.tsx index 5e208ef0d..7552aacd9 100644 --- a/src/IconArrowTopRightOutlined.tsx +++ b/src/IconArrowTopRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopRightOutlined: React.FC = ({ ...props diff --git a/src/IconArrowTopRightOutlinedFilled.tsx b/src/IconArrowTopRightOutlinedFilled.tsx index b45a33de1..0c8922012 100644 --- a/src/IconArrowTopRightOutlinedFilled.tsx +++ b/src/IconArrowTopRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowTopRightRounded.tsx b/src/IconArrowTopRightRounded.tsx index 9269e48d3..ea290d475 100644 --- a/src/IconArrowTopRightRounded.tsx +++ b/src/IconArrowTopRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowTopRightRoundedFilled.tsx b/src/IconArrowTopRightRoundedFilled.tsx index 5a971cba3..f8976a28a 100644 --- a/src/IconArrowTopRightRoundedFilled.tsx +++ b/src/IconArrowTopRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowTopRightSharp.tsx b/src/IconArrowTopRightSharp.tsx index 0b9c5650f..2c89c2df6 100644 --- a/src/IconArrowTopRightSharp.tsx +++ b/src/IconArrowTopRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowTopRightSharpFilled.tsx b/src/IconArrowTopRightSharpFilled.tsx index 5a7cd97ed..f77abb7f6 100644 --- a/src/IconArrowTopRightSharpFilled.tsx +++ b/src/IconArrowTopRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowTopRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowUploadProgressOutlined.tsx b/src/IconArrowUploadProgressOutlined.tsx index decad8daf..5d9470332 100644 --- a/src/IconArrowUploadProgressOutlined.tsx +++ b/src/IconArrowUploadProgressOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadProgressOutlined: React.FC = ({ ...props diff --git a/src/IconArrowUploadProgressOutlinedFilled.tsx b/src/IconArrowUploadProgressOutlinedFilled.tsx index 071656394..b80fd8c7b 100644 --- a/src/IconArrowUploadProgressOutlinedFilled.tsx +++ b/src/IconArrowUploadProgressOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadProgressOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowUploadProgressRounded.tsx b/src/IconArrowUploadProgressRounded.tsx index d5fc328cc..2c22c3e68 100644 --- a/src/IconArrowUploadProgressRounded.tsx +++ b/src/IconArrowUploadProgressRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadProgressRounded: React.FC = ({ ...props diff --git a/src/IconArrowUploadProgressRoundedFilled.tsx b/src/IconArrowUploadProgressRoundedFilled.tsx index a9a765ab7..7f7df37d7 100644 --- a/src/IconArrowUploadProgressRoundedFilled.tsx +++ b/src/IconArrowUploadProgressRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadProgressRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowUploadProgressSharp.tsx b/src/IconArrowUploadProgressSharp.tsx index ab6060ee1..7a6a37d91 100644 --- a/src/IconArrowUploadProgressSharp.tsx +++ b/src/IconArrowUploadProgressSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadProgressSharp: React.FC = ({ ...props diff --git a/src/IconArrowUploadProgressSharpFilled.tsx b/src/IconArrowUploadProgressSharpFilled.tsx index e2fd7f136..8a36e8320 100644 --- a/src/IconArrowUploadProgressSharpFilled.tsx +++ b/src/IconArrowUploadProgressSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadProgressSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowUploadReadyOutlined.tsx b/src/IconArrowUploadReadyOutlined.tsx index 2ccc410bb..a7a3b9846 100644 --- a/src/IconArrowUploadReadyOutlined.tsx +++ b/src/IconArrowUploadReadyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadReadyOutlined: React.FC = ({ ...props diff --git a/src/IconArrowUploadReadyOutlinedFilled.tsx b/src/IconArrowUploadReadyOutlinedFilled.tsx index e542a341f..36720cae5 100644 --- a/src/IconArrowUploadReadyOutlinedFilled.tsx +++ b/src/IconArrowUploadReadyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadReadyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowUploadReadyRounded.tsx b/src/IconArrowUploadReadyRounded.tsx index f6464c40c..c48001109 100644 --- a/src/IconArrowUploadReadyRounded.tsx +++ b/src/IconArrowUploadReadyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadReadyRounded: React.FC = ({ ...props diff --git a/src/IconArrowUploadReadyRoundedFilled.tsx b/src/IconArrowUploadReadyRoundedFilled.tsx index dd6a4c893..28ab374c8 100644 --- a/src/IconArrowUploadReadyRoundedFilled.tsx +++ b/src/IconArrowUploadReadyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadReadyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowUploadReadySharp.tsx b/src/IconArrowUploadReadySharp.tsx index 5b37c1377..25ee41e6f 100644 --- a/src/IconArrowUploadReadySharp.tsx +++ b/src/IconArrowUploadReadySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadReadySharp: React.FC = ({ ...props diff --git a/src/IconArrowUploadReadySharpFilled.tsx b/src/IconArrowUploadReadySharpFilled.tsx index ab99f0af1..92c209b10 100644 --- a/src/IconArrowUploadReadySharpFilled.tsx +++ b/src/IconArrowUploadReadySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUploadReadySharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowUpwardAltOutlined.tsx b/src/IconArrowUpwardAltOutlined.tsx index fcbc8e819..5a104be5c 100644 --- a/src/IconArrowUpwardAltOutlined.tsx +++ b/src/IconArrowUpwardAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardAltOutlined: React.FC = ({ ...props diff --git a/src/IconArrowUpwardAltOutlinedFilled.tsx b/src/IconArrowUpwardAltOutlinedFilled.tsx index 5f6865671..9e5fb5ff4 100644 --- a/src/IconArrowUpwardAltOutlinedFilled.tsx +++ b/src/IconArrowUpwardAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowUpwardAltRounded.tsx b/src/IconArrowUpwardAltRounded.tsx index ffe7926ca..ef378077d 100644 --- a/src/IconArrowUpwardAltRounded.tsx +++ b/src/IconArrowUpwardAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardAltRounded: React.FC = ({ ...props diff --git a/src/IconArrowUpwardAltRoundedFilled.tsx b/src/IconArrowUpwardAltRoundedFilled.tsx index f4b741218..adfc698cb 100644 --- a/src/IconArrowUpwardAltRoundedFilled.tsx +++ b/src/IconArrowUpwardAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowUpwardAltSharp.tsx b/src/IconArrowUpwardAltSharp.tsx index b566ba047..c78d61691 100644 --- a/src/IconArrowUpwardAltSharp.tsx +++ b/src/IconArrowUpwardAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowUpwardAltSharpFilled.tsx b/src/IconArrowUpwardAltSharpFilled.tsx index b68b88406..af2248b17 100644 --- a/src/IconArrowUpwardAltSharpFilled.tsx +++ b/src/IconArrowUpwardAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowUpwardOutlined.tsx b/src/IconArrowUpwardOutlined.tsx index bc68917cc..8e5653c53 100644 --- a/src/IconArrowUpwardOutlined.tsx +++ b/src/IconArrowUpwardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowUpwardOutlinedFilled.tsx b/src/IconArrowUpwardOutlinedFilled.tsx index 267be17db..439004303 100644 --- a/src/IconArrowUpwardOutlinedFilled.tsx +++ b/src/IconArrowUpwardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowUpwardRounded.tsx b/src/IconArrowUpwardRounded.tsx index 939bb06b6..193bdcfeb 100644 --- a/src/IconArrowUpwardRounded.tsx +++ b/src/IconArrowUpwardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowUpwardRoundedFilled.tsx b/src/IconArrowUpwardRoundedFilled.tsx index d7c56183f..8ce8ceb8a 100644 --- a/src/IconArrowUpwardRoundedFilled.tsx +++ b/src/IconArrowUpwardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowUpwardSharp.tsx b/src/IconArrowUpwardSharp.tsx index 796196034..1d55bf5a1 100644 --- a/src/IconArrowUpwardSharp.tsx +++ b/src/IconArrowUpwardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowUpwardSharpFilled.tsx b/src/IconArrowUpwardSharpFilled.tsx index 3ac082a68..c2fdf771f 100644 --- a/src/IconArrowUpwardSharpFilled.tsx +++ b/src/IconArrowUpwardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowUpwardSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowWarmUpOutlined.tsx b/src/IconArrowWarmUpOutlined.tsx index 1a7d002d2..d79b0a2c1 100644 --- a/src/IconArrowWarmUpOutlined.tsx +++ b/src/IconArrowWarmUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowWarmUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowWarmUpOutlinedFilled.tsx b/src/IconArrowWarmUpOutlinedFilled.tsx index 85f64acf6..b111f6736 100644 --- a/src/IconArrowWarmUpOutlinedFilled.tsx +++ b/src/IconArrowWarmUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowWarmUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowWarmUpRounded.tsx b/src/IconArrowWarmUpRounded.tsx index 3a47d78c6..7f4a74679 100644 --- a/src/IconArrowWarmUpRounded.tsx +++ b/src/IconArrowWarmUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowWarmUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowWarmUpRoundedFilled.tsx b/src/IconArrowWarmUpRoundedFilled.tsx index feafe0283..b3ea7d70e 100644 --- a/src/IconArrowWarmUpRoundedFilled.tsx +++ b/src/IconArrowWarmUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowWarmUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowWarmUpSharp.tsx b/src/IconArrowWarmUpSharp.tsx index 3d4ec28fa..8e4e6f5cc 100644 --- a/src/IconArrowWarmUpSharp.tsx +++ b/src/IconArrowWarmUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowWarmUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowWarmUpSharpFilled.tsx b/src/IconArrowWarmUpSharpFilled.tsx index de2cee142..738ca5a9a 100644 --- a/src/IconArrowWarmUpSharpFilled.tsx +++ b/src/IconArrowWarmUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowWarmUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowsMoreDownOutlined.tsx b/src/IconArrowsMoreDownOutlined.tsx index 10e189c33..ed248cded 100644 --- a/src/IconArrowsMoreDownOutlined.tsx +++ b/src/IconArrowsMoreDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreDownOutlined: React.FC = ({ ...props diff --git a/src/IconArrowsMoreDownOutlinedFilled.tsx b/src/IconArrowsMoreDownOutlinedFilled.tsx index 3755a5ac2..a39bf7dc4 100644 --- a/src/IconArrowsMoreDownOutlinedFilled.tsx +++ b/src/IconArrowsMoreDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowsMoreDownRounded.tsx b/src/IconArrowsMoreDownRounded.tsx index fab198fa0..0f020b2a8 100644 --- a/src/IconArrowsMoreDownRounded.tsx +++ b/src/IconArrowsMoreDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreDownRounded: React.FC = ({ ...props diff --git a/src/IconArrowsMoreDownRoundedFilled.tsx b/src/IconArrowsMoreDownRoundedFilled.tsx index 95bd19890..13b0eb025 100644 --- a/src/IconArrowsMoreDownRoundedFilled.tsx +++ b/src/IconArrowsMoreDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowsMoreDownSharp.tsx b/src/IconArrowsMoreDownSharp.tsx index 61f1cec3c..a7870a5bb 100644 --- a/src/IconArrowsMoreDownSharp.tsx +++ b/src/IconArrowsMoreDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowsMoreDownSharpFilled.tsx b/src/IconArrowsMoreDownSharpFilled.tsx index 23abe1cc9..c8ea4fb87 100644 --- a/src/IconArrowsMoreDownSharpFilled.tsx +++ b/src/IconArrowsMoreDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowsMoreUpOutlined.tsx b/src/IconArrowsMoreUpOutlined.tsx index 3d2753448..09c190a8b 100644 --- a/src/IconArrowsMoreUpOutlined.tsx +++ b/src/IconArrowsMoreUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowsMoreUpOutlinedFilled.tsx b/src/IconArrowsMoreUpOutlinedFilled.tsx index ef86b6e03..6d2915890 100644 --- a/src/IconArrowsMoreUpOutlinedFilled.tsx +++ b/src/IconArrowsMoreUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowsMoreUpRounded.tsx b/src/IconArrowsMoreUpRounded.tsx index 47a71ce22..fbbada28b 100644 --- a/src/IconArrowsMoreUpRounded.tsx +++ b/src/IconArrowsMoreUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowsMoreUpRoundedFilled.tsx b/src/IconArrowsMoreUpRoundedFilled.tsx index 2dcb0e270..25a086865 100644 --- a/src/IconArrowsMoreUpRoundedFilled.tsx +++ b/src/IconArrowsMoreUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowsMoreUpSharp.tsx b/src/IconArrowsMoreUpSharp.tsx index 4eb82acef..58abb915e 100644 --- a/src/IconArrowsMoreUpSharp.tsx +++ b/src/IconArrowsMoreUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowsMoreUpSharpFilled.tsx b/src/IconArrowsMoreUpSharpFilled.tsx index 3067a102a..79a629c44 100644 --- a/src/IconArrowsMoreUpSharpFilled.tsx +++ b/src/IconArrowsMoreUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsMoreUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconArrowsOutwardOutlined.tsx b/src/IconArrowsOutwardOutlined.tsx index 13613dae1..856eda520 100644 --- a/src/IconArrowsOutwardOutlined.tsx +++ b/src/IconArrowsOutwardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsOutwardOutlined: React.FC = ({ ...props diff --git a/src/IconArrowsOutwardOutlinedFilled.tsx b/src/IconArrowsOutwardOutlinedFilled.tsx index 38b3e92d9..257994974 100644 --- a/src/IconArrowsOutwardOutlinedFilled.tsx +++ b/src/IconArrowsOutwardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsOutwardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArrowsOutwardRounded.tsx b/src/IconArrowsOutwardRounded.tsx index 969f0098a..6a83b9cca 100644 --- a/src/IconArrowsOutwardRounded.tsx +++ b/src/IconArrowsOutwardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsOutwardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowsOutwardRoundedFilled.tsx b/src/IconArrowsOutwardRoundedFilled.tsx index 1ece2bed4..0ef203afa 100644 --- a/src/IconArrowsOutwardRoundedFilled.tsx +++ b/src/IconArrowsOutwardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsOutwardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArrowsOutwardSharp.tsx b/src/IconArrowsOutwardSharp.tsx index a5c56011f..cc850c864 100644 --- a/src/IconArrowsOutwardSharp.tsx +++ b/src/IconArrowsOutwardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsOutwardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArrowsOutwardSharpFilled.tsx b/src/IconArrowsOutwardSharpFilled.tsx index 2ae9a4b62..df97025cc 100644 --- a/src/IconArrowsOutwardSharpFilled.tsx +++ b/src/IconArrowsOutwardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArrowsOutwardSharpFilled: React.FC = ({ ...props diff --git a/src/IconArtTrackOutlined.tsx b/src/IconArtTrackOutlined.tsx index 194d8c6b4..1042c2b75 100644 --- a/src/IconArtTrackOutlined.tsx +++ b/src/IconArtTrackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtTrackOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArtTrackOutlinedFilled.tsx b/src/IconArtTrackOutlinedFilled.tsx index da8c1a4ff..8a4cfc0b6 100644 --- a/src/IconArtTrackOutlinedFilled.tsx +++ b/src/IconArtTrackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtTrackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArtTrackRounded.tsx b/src/IconArtTrackRounded.tsx index d6e500f97..ac1a8c7bd 100644 --- a/src/IconArtTrackRounded.tsx +++ b/src/IconArtTrackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtTrackRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArtTrackRoundedFilled.tsx b/src/IconArtTrackRoundedFilled.tsx index 9c4e701a1..e93f5b838 100644 --- a/src/IconArtTrackRoundedFilled.tsx +++ b/src/IconArtTrackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtTrackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArtTrackSharp.tsx b/src/IconArtTrackSharp.tsx index caa6a96a6..934fc93eb 100644 --- a/src/IconArtTrackSharp.tsx +++ b/src/IconArtTrackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtTrackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArtTrackSharpFilled.tsx b/src/IconArtTrackSharpFilled.tsx index 9bd5307b0..03983913e 100644 --- a/src/IconArtTrackSharpFilled.tsx +++ b/src/IconArtTrackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtTrackSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArticleOutlined.tsx b/src/IconArticleOutlined.tsx index ec54195fd..992f331b6 100644 --- a/src/IconArticleOutlined.tsx +++ b/src/IconArticleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArticleOutlinedFilled.tsx b/src/IconArticleOutlinedFilled.tsx index 872e4958b..756718435 100644 --- a/src/IconArticleOutlinedFilled.tsx +++ b/src/IconArticleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArticleRounded.tsx b/src/IconArticleRounded.tsx index 603e72c68..f2e52af01 100644 --- a/src/IconArticleRounded.tsx +++ b/src/IconArticleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArticleRoundedFilled.tsx b/src/IconArticleRoundedFilled.tsx index 570cc3b26..8c2f3478a 100644 --- a/src/IconArticleRoundedFilled.tsx +++ b/src/IconArticleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArticleSharp.tsx b/src/IconArticleSharp.tsx index ef60fb6c1..6dd7df5be 100644 --- a/src/IconArticleSharp.tsx +++ b/src/IconArticleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArticleSharpFilled.tsx b/src/IconArticleSharpFilled.tsx index 0b37ea1cc..54678d373 100644 --- a/src/IconArticleSharpFilled.tsx +++ b/src/IconArticleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArticleShortcutOutlined.tsx b/src/IconArticleShortcutOutlined.tsx index ac84c6a9e..ced4a33e1 100644 --- a/src/IconArticleShortcutOutlined.tsx +++ b/src/IconArticleShortcutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleShortcutOutlined: React.FC = ({ ...props diff --git a/src/IconArticleShortcutOutlinedFilled.tsx b/src/IconArticleShortcutOutlinedFilled.tsx index eddbf5e02..07d7e9a08 100644 --- a/src/IconArticleShortcutOutlinedFilled.tsx +++ b/src/IconArticleShortcutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleShortcutOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconArticleShortcutRounded.tsx b/src/IconArticleShortcutRounded.tsx index fec0d99dd..8579db213 100644 --- a/src/IconArticleShortcutRounded.tsx +++ b/src/IconArticleShortcutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleShortcutRounded: React.FC = ({ ...props diff --git a/src/IconArticleShortcutRoundedFilled.tsx b/src/IconArticleShortcutRoundedFilled.tsx index e32921e5c..bec818574 100644 --- a/src/IconArticleShortcutRoundedFilled.tsx +++ b/src/IconArticleShortcutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleShortcutRoundedFilled: React.FC = ({ ...props diff --git a/src/IconArticleShortcutSharp.tsx b/src/IconArticleShortcutSharp.tsx index dd67ff46a..dc88f7b0d 100644 --- a/src/IconArticleShortcutSharp.tsx +++ b/src/IconArticleShortcutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleShortcutSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArticleShortcutSharpFilled.tsx b/src/IconArticleShortcutSharpFilled.tsx index 90739dce6..6cc3fda22 100644 --- a/src/IconArticleShortcutSharpFilled.tsx +++ b/src/IconArticleShortcutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArticleShortcutSharpFilled: React.FC = ({ ...props diff --git a/src/IconArtistOutlined.tsx b/src/IconArtistOutlined.tsx index 4428cbc32..c065dfae1 100644 --- a/src/IconArtistOutlined.tsx +++ b/src/IconArtistOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtistOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconArtistOutlinedFilled.tsx b/src/IconArtistOutlinedFilled.tsx index 3c1392c21..fe2152b93 100644 --- a/src/IconArtistOutlinedFilled.tsx +++ b/src/IconArtistOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtistOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArtistRounded.tsx b/src/IconArtistRounded.tsx index bdf3f10c7..6c20c259e 100644 --- a/src/IconArtistRounded.tsx +++ b/src/IconArtistRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtistRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconArtistRoundedFilled.tsx b/src/IconArtistRoundedFilled.tsx index 2e7785263..b747fb269 100644 --- a/src/IconArtistRoundedFilled.tsx +++ b/src/IconArtistRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtistRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconArtistSharp.tsx b/src/IconArtistSharp.tsx index 2e160f43b..5c6118c79 100644 --- a/src/IconArtistSharp.tsx +++ b/src/IconArtistSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtistSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconArtistSharpFilled.tsx b/src/IconArtistSharpFilled.tsx index 4e73d8a20..de92e8ed8 100644 --- a/src/IconArtistSharpFilled.tsx +++ b/src/IconArtistSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconArtistSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAspectRatioOutlined.tsx b/src/IconAspectRatioOutlined.tsx index eb69671c5..c7d24ccf0 100644 --- a/src/IconAspectRatioOutlined.tsx +++ b/src/IconAspectRatioOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAspectRatioOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAspectRatioOutlinedFilled.tsx b/src/IconAspectRatioOutlinedFilled.tsx index 10ca62e53..c5c93970d 100644 --- a/src/IconAspectRatioOutlinedFilled.tsx +++ b/src/IconAspectRatioOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAspectRatioOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAspectRatioRounded.tsx b/src/IconAspectRatioRounded.tsx index 2a0d792e0..d1230a96d 100644 --- a/src/IconAspectRatioRounded.tsx +++ b/src/IconAspectRatioRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAspectRatioRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAspectRatioRoundedFilled.tsx b/src/IconAspectRatioRoundedFilled.tsx index ee71a1227..ff0a02a09 100644 --- a/src/IconAspectRatioRoundedFilled.tsx +++ b/src/IconAspectRatioRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAspectRatioRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAspectRatioSharp.tsx b/src/IconAspectRatioSharp.tsx index ac9c4f025..c64385281 100644 --- a/src/IconAspectRatioSharp.tsx +++ b/src/IconAspectRatioSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAspectRatioSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAspectRatioSharpFilled.tsx b/src/IconAspectRatioSharpFilled.tsx index c7bc93531..7b3aba731 100644 --- a/src/IconAspectRatioSharpFilled.tsx +++ b/src/IconAspectRatioSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAspectRatioSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentAddOutlined.tsx b/src/IconAssignmentAddOutlined.tsx index 1e50c03b6..feadb1116 100644 --- a/src/IconAssignmentAddOutlined.tsx +++ b/src/IconAssignmentAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentAddOutlined: React.FC = ({ ...props diff --git a/src/IconAssignmentAddOutlinedFilled.tsx b/src/IconAssignmentAddOutlinedFilled.tsx index d1655fba0..0ca42763f 100644 --- a/src/IconAssignmentAddOutlinedFilled.tsx +++ b/src/IconAssignmentAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentAddRounded.tsx b/src/IconAssignmentAddRounded.tsx index 55447d863..211b2ce5f 100644 --- a/src/IconAssignmentAddRounded.tsx +++ b/src/IconAssignmentAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAssignmentAddRoundedFilled.tsx b/src/IconAssignmentAddRoundedFilled.tsx index c34dea681..a5a3aa541 100644 --- a/src/IconAssignmentAddRoundedFilled.tsx +++ b/src/IconAssignmentAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentAddSharp.tsx b/src/IconAssignmentAddSharp.tsx index 95d3e8778..b1eb56e71 100644 --- a/src/IconAssignmentAddSharp.tsx +++ b/src/IconAssignmentAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAssignmentAddSharpFilled.tsx b/src/IconAssignmentAddSharpFilled.tsx index cc453e501..b22bd5ec7 100644 --- a/src/IconAssignmentAddSharpFilled.tsx +++ b/src/IconAssignmentAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentIndOutlined.tsx b/src/IconAssignmentIndOutlined.tsx index dd3076849..a61be18b8 100644 --- a/src/IconAssignmentIndOutlined.tsx +++ b/src/IconAssignmentIndOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentIndOutlined: React.FC = ({ ...props diff --git a/src/IconAssignmentIndOutlinedFilled.tsx b/src/IconAssignmentIndOutlinedFilled.tsx index bf06122f3..bdaa6c2d4 100644 --- a/src/IconAssignmentIndOutlinedFilled.tsx +++ b/src/IconAssignmentIndOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentIndOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentIndRounded.tsx b/src/IconAssignmentIndRounded.tsx index e06d4efe3..831751499 100644 --- a/src/IconAssignmentIndRounded.tsx +++ b/src/IconAssignmentIndRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentIndRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAssignmentIndRoundedFilled.tsx b/src/IconAssignmentIndRoundedFilled.tsx index 61b0d55e1..0e7d86e4a 100644 --- a/src/IconAssignmentIndRoundedFilled.tsx +++ b/src/IconAssignmentIndRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentIndRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentIndSharp.tsx b/src/IconAssignmentIndSharp.tsx index 07a217e5d..db2221976 100644 --- a/src/IconAssignmentIndSharp.tsx +++ b/src/IconAssignmentIndSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentIndSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAssignmentIndSharpFilled.tsx b/src/IconAssignmentIndSharpFilled.tsx index 9ae41403f..f3ad210fc 100644 --- a/src/IconAssignmentIndSharpFilled.tsx +++ b/src/IconAssignmentIndSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentIndSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentLateOutlined.tsx b/src/IconAssignmentLateOutlined.tsx index efc6a3caf..3fc8fd188 100644 --- a/src/IconAssignmentLateOutlined.tsx +++ b/src/IconAssignmentLateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentLateOutlined: React.FC = ({ ...props diff --git a/src/IconAssignmentLateOutlinedFilled.tsx b/src/IconAssignmentLateOutlinedFilled.tsx index 5f051790b..f2b5f7fd5 100644 --- a/src/IconAssignmentLateOutlinedFilled.tsx +++ b/src/IconAssignmentLateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentLateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentLateRounded.tsx b/src/IconAssignmentLateRounded.tsx index 8faf28dc3..b6d953bae 100644 --- a/src/IconAssignmentLateRounded.tsx +++ b/src/IconAssignmentLateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentLateRounded: React.FC = ({ ...props diff --git a/src/IconAssignmentLateRoundedFilled.tsx b/src/IconAssignmentLateRoundedFilled.tsx index 7d360cbf7..06b8c4a60 100644 --- a/src/IconAssignmentLateRoundedFilled.tsx +++ b/src/IconAssignmentLateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentLateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentLateSharp.tsx b/src/IconAssignmentLateSharp.tsx index a18ced827..98f5f456b 100644 --- a/src/IconAssignmentLateSharp.tsx +++ b/src/IconAssignmentLateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentLateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAssignmentLateSharpFilled.tsx b/src/IconAssignmentLateSharpFilled.tsx index 77f171bc1..a656ad7c1 100644 --- a/src/IconAssignmentLateSharpFilled.tsx +++ b/src/IconAssignmentLateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentLateSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentOutlined.tsx b/src/IconAssignmentOutlined.tsx index a44ac9de8..6d7d67aa4 100644 --- a/src/IconAssignmentOutlined.tsx +++ b/src/IconAssignmentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAssignmentOutlinedFilled.tsx b/src/IconAssignmentOutlinedFilled.tsx index ac5f1e060..71b359419 100644 --- a/src/IconAssignmentOutlinedFilled.tsx +++ b/src/IconAssignmentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnOutlined.tsx b/src/IconAssignmentReturnOutlined.tsx index ca85779b7..d0b49285b 100644 --- a/src/IconAssignmentReturnOutlined.tsx +++ b/src/IconAssignmentReturnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnOutlined: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnOutlinedFilled.tsx b/src/IconAssignmentReturnOutlinedFilled.tsx index f64c4b067..564c12b6c 100644 --- a/src/IconAssignmentReturnOutlinedFilled.tsx +++ b/src/IconAssignmentReturnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnRounded.tsx b/src/IconAssignmentReturnRounded.tsx index 75eaa7891..fb4ae8e4f 100644 --- a/src/IconAssignmentReturnRounded.tsx +++ b/src/IconAssignmentReturnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnRounded: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnRoundedFilled.tsx b/src/IconAssignmentReturnRoundedFilled.tsx index 2f9b5241a..603aa4b30 100644 --- a/src/IconAssignmentReturnRoundedFilled.tsx +++ b/src/IconAssignmentReturnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnSharp.tsx b/src/IconAssignmentReturnSharp.tsx index f4408ce01..80445d726 100644 --- a/src/IconAssignmentReturnSharp.tsx +++ b/src/IconAssignmentReturnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnSharp: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnSharpFilled.tsx b/src/IconAssignmentReturnSharpFilled.tsx index 2b6e777ab..e5f4073b8 100644 --- a/src/IconAssignmentReturnSharpFilled.tsx +++ b/src/IconAssignmentReturnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnedOutlined.tsx b/src/IconAssignmentReturnedOutlined.tsx index 51934c39a..48c350bda 100644 --- a/src/IconAssignmentReturnedOutlined.tsx +++ b/src/IconAssignmentReturnedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnedOutlined: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnedOutlinedFilled.tsx b/src/IconAssignmentReturnedOutlinedFilled.tsx index 23699b652..6e940879f 100644 --- a/src/IconAssignmentReturnedOutlinedFilled.tsx +++ b/src/IconAssignmentReturnedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnedRounded.tsx b/src/IconAssignmentReturnedRounded.tsx index bfc9cccee..1802f7c9d 100644 --- a/src/IconAssignmentReturnedRounded.tsx +++ b/src/IconAssignmentReturnedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnedRounded: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnedRoundedFilled.tsx b/src/IconAssignmentReturnedRoundedFilled.tsx index 83dc1e19b..9fd0c007b 100644 --- a/src/IconAssignmentReturnedRoundedFilled.tsx +++ b/src/IconAssignmentReturnedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnedSharp.tsx b/src/IconAssignmentReturnedSharp.tsx index 56f05af50..89eb2805f 100644 --- a/src/IconAssignmentReturnedSharp.tsx +++ b/src/IconAssignmentReturnedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnedSharp: React.FC = ({ ...props diff --git a/src/IconAssignmentReturnedSharpFilled.tsx b/src/IconAssignmentReturnedSharpFilled.tsx index 6f30d366b..996f97edf 100644 --- a/src/IconAssignmentReturnedSharpFilled.tsx +++ b/src/IconAssignmentReturnedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentReturnedSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentRounded.tsx b/src/IconAssignmentRounded.tsx index 377e001be..19681ad0e 100644 --- a/src/IconAssignmentRounded.tsx +++ b/src/IconAssignmentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAssignmentRoundedFilled.tsx b/src/IconAssignmentRoundedFilled.tsx index 625ae34fd..3007e70c4 100644 --- a/src/IconAssignmentRoundedFilled.tsx +++ b/src/IconAssignmentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentSharp.tsx b/src/IconAssignmentSharp.tsx index b6800d863..a641857b1 100644 --- a/src/IconAssignmentSharp.tsx +++ b/src/IconAssignmentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAssignmentSharpFilled.tsx b/src/IconAssignmentSharpFilled.tsx index 3bce44aa7..876f7a7aa 100644 --- a/src/IconAssignmentSharpFilled.tsx +++ b/src/IconAssignmentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentTurnedInOutlined.tsx b/src/IconAssignmentTurnedInOutlined.tsx index b7f49076f..d655991d6 100644 --- a/src/IconAssignmentTurnedInOutlined.tsx +++ b/src/IconAssignmentTurnedInOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentTurnedInOutlined: React.FC = ({ ...props diff --git a/src/IconAssignmentTurnedInOutlinedFilled.tsx b/src/IconAssignmentTurnedInOutlinedFilled.tsx index 2b0a4642e..90361e61e 100644 --- a/src/IconAssignmentTurnedInOutlinedFilled.tsx +++ b/src/IconAssignmentTurnedInOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentTurnedInOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentTurnedInRounded.tsx b/src/IconAssignmentTurnedInRounded.tsx index e6f99f37a..328668263 100644 --- a/src/IconAssignmentTurnedInRounded.tsx +++ b/src/IconAssignmentTurnedInRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentTurnedInRounded: React.FC = ({ ...props diff --git a/src/IconAssignmentTurnedInRoundedFilled.tsx b/src/IconAssignmentTurnedInRoundedFilled.tsx index 8dc6e0107..f68d886c7 100644 --- a/src/IconAssignmentTurnedInRoundedFilled.tsx +++ b/src/IconAssignmentTurnedInRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentTurnedInRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssignmentTurnedInSharp.tsx b/src/IconAssignmentTurnedInSharp.tsx index b47272f88..9767e423e 100644 --- a/src/IconAssignmentTurnedInSharp.tsx +++ b/src/IconAssignmentTurnedInSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentTurnedInSharp: React.FC = ({ ...props diff --git a/src/IconAssignmentTurnedInSharpFilled.tsx b/src/IconAssignmentTurnedInSharpFilled.tsx index b6f8d91dd..6d6d98b92 100644 --- a/src/IconAssignmentTurnedInSharpFilled.tsx +++ b/src/IconAssignmentTurnedInSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssignmentTurnedInSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssistWalkerOutlined.tsx b/src/IconAssistWalkerOutlined.tsx index 1db551efe..4c8fd376a 100644 --- a/src/IconAssistWalkerOutlined.tsx +++ b/src/IconAssistWalkerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistWalkerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAssistWalkerOutlinedFilled.tsx b/src/IconAssistWalkerOutlinedFilled.tsx index 64fc54033..5b902388c 100644 --- a/src/IconAssistWalkerOutlinedFilled.tsx +++ b/src/IconAssistWalkerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistWalkerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssistWalkerRounded.tsx b/src/IconAssistWalkerRounded.tsx index 5af1cb1a6..9d3e3a437 100644 --- a/src/IconAssistWalkerRounded.tsx +++ b/src/IconAssistWalkerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistWalkerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAssistWalkerRoundedFilled.tsx b/src/IconAssistWalkerRoundedFilled.tsx index 84954dbfa..18efebee5 100644 --- a/src/IconAssistWalkerRoundedFilled.tsx +++ b/src/IconAssistWalkerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistWalkerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssistWalkerSharp.tsx b/src/IconAssistWalkerSharp.tsx index 68d455df4..2fbbb49ad 100644 --- a/src/IconAssistWalkerSharp.tsx +++ b/src/IconAssistWalkerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistWalkerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAssistWalkerSharpFilled.tsx b/src/IconAssistWalkerSharpFilled.tsx index e5dbff228..303c0cd12 100644 --- a/src/IconAssistWalkerSharpFilled.tsx +++ b/src/IconAssistWalkerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistWalkerSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssistantDeviceOutlined.tsx b/src/IconAssistantDeviceOutlined.tsx index 1750ef4e0..c23e0e67d 100644 --- a/src/IconAssistantDeviceOutlined.tsx +++ b/src/IconAssistantDeviceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDeviceOutlined: React.FC = ({ ...props diff --git a/src/IconAssistantDeviceOutlinedFilled.tsx b/src/IconAssistantDeviceOutlinedFilled.tsx index 037794a33..0145a10d9 100644 --- a/src/IconAssistantDeviceOutlinedFilled.tsx +++ b/src/IconAssistantDeviceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDeviceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssistantDeviceRounded.tsx b/src/IconAssistantDeviceRounded.tsx index f332624f5..ab6843aac 100644 --- a/src/IconAssistantDeviceRounded.tsx +++ b/src/IconAssistantDeviceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDeviceRounded: React.FC = ({ ...props diff --git a/src/IconAssistantDeviceRoundedFilled.tsx b/src/IconAssistantDeviceRoundedFilled.tsx index 757e903e2..db6f0aca9 100644 --- a/src/IconAssistantDeviceRoundedFilled.tsx +++ b/src/IconAssistantDeviceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDeviceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssistantDeviceSharp.tsx b/src/IconAssistantDeviceSharp.tsx index 3801ee270..0ceda1415 100644 --- a/src/IconAssistantDeviceSharp.tsx +++ b/src/IconAssistantDeviceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDeviceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAssistantDeviceSharpFilled.tsx b/src/IconAssistantDeviceSharpFilled.tsx index 13957ddf1..9ffa1c26d 100644 --- a/src/IconAssistantDeviceSharpFilled.tsx +++ b/src/IconAssistantDeviceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDeviceSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssistantDirectionOutlined.tsx b/src/IconAssistantDirectionOutlined.tsx index 8ec296aa8..b113b6c08 100644 --- a/src/IconAssistantDirectionOutlined.tsx +++ b/src/IconAssistantDirectionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDirectionOutlined: React.FC = ({ ...props diff --git a/src/IconAssistantDirectionOutlinedFilled.tsx b/src/IconAssistantDirectionOutlinedFilled.tsx index d0528fbac..aba66413a 100644 --- a/src/IconAssistantDirectionOutlinedFilled.tsx +++ b/src/IconAssistantDirectionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDirectionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssistantDirectionRounded.tsx b/src/IconAssistantDirectionRounded.tsx index 866a7db12..a6fd68e17 100644 --- a/src/IconAssistantDirectionRounded.tsx +++ b/src/IconAssistantDirectionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDirectionRounded: React.FC = ({ ...props diff --git a/src/IconAssistantDirectionRoundedFilled.tsx b/src/IconAssistantDirectionRoundedFilled.tsx index c8082ceab..666678f7d 100644 --- a/src/IconAssistantDirectionRoundedFilled.tsx +++ b/src/IconAssistantDirectionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDirectionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssistantDirectionSharp.tsx b/src/IconAssistantDirectionSharp.tsx index 45e95088e..8b3c0373c 100644 --- a/src/IconAssistantDirectionSharp.tsx +++ b/src/IconAssistantDirectionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDirectionSharp: React.FC = ({ ...props diff --git a/src/IconAssistantDirectionSharpFilled.tsx b/src/IconAssistantDirectionSharpFilled.tsx index 18dd05c08..641b95e62 100644 --- a/src/IconAssistantDirectionSharpFilled.tsx +++ b/src/IconAssistantDirectionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantDirectionSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssistantNavigationOutlined.tsx b/src/IconAssistantNavigationOutlined.tsx index 722047a57..8dbc0cb13 100644 --- a/src/IconAssistantNavigationOutlined.tsx +++ b/src/IconAssistantNavigationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantNavigationOutlined: React.FC = ({ ...props diff --git a/src/IconAssistantNavigationOutlinedFilled.tsx b/src/IconAssistantNavigationOutlinedFilled.tsx index 6d67e9c74..a57a845c7 100644 --- a/src/IconAssistantNavigationOutlinedFilled.tsx +++ b/src/IconAssistantNavigationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantNavigationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssistantNavigationRounded.tsx b/src/IconAssistantNavigationRounded.tsx index fa16f7d47..13ae30730 100644 --- a/src/IconAssistantNavigationRounded.tsx +++ b/src/IconAssistantNavigationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantNavigationRounded: React.FC = ({ ...props diff --git a/src/IconAssistantNavigationRoundedFilled.tsx b/src/IconAssistantNavigationRoundedFilled.tsx index 24c1a5a78..bcef74599 100644 --- a/src/IconAssistantNavigationRoundedFilled.tsx +++ b/src/IconAssistantNavigationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantNavigationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssistantNavigationSharp.tsx b/src/IconAssistantNavigationSharp.tsx index 665c6de06..b006d1c17 100644 --- a/src/IconAssistantNavigationSharp.tsx +++ b/src/IconAssistantNavigationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantNavigationSharp: React.FC = ({ ...props diff --git a/src/IconAssistantNavigationSharpFilled.tsx b/src/IconAssistantNavigationSharpFilled.tsx index d1b3c0607..eaa0ff019 100644 --- a/src/IconAssistantNavigationSharpFilled.tsx +++ b/src/IconAssistantNavigationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantNavigationSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssistantOnHubOutlined.tsx b/src/IconAssistantOnHubOutlined.tsx index 91212a502..c6975e94e 100644 --- a/src/IconAssistantOnHubOutlined.tsx +++ b/src/IconAssistantOnHubOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantOnHubOutlined: React.FC = ({ ...props diff --git a/src/IconAssistantOnHubOutlinedFilled.tsx b/src/IconAssistantOnHubOutlinedFilled.tsx index 60a5d7859..5badea2e2 100644 --- a/src/IconAssistantOnHubOutlinedFilled.tsx +++ b/src/IconAssistantOnHubOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantOnHubOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssistantOnHubRounded.tsx b/src/IconAssistantOnHubRounded.tsx index 372c6851b..10b584c79 100644 --- a/src/IconAssistantOnHubRounded.tsx +++ b/src/IconAssistantOnHubRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantOnHubRounded: React.FC = ({ ...props diff --git a/src/IconAssistantOnHubRoundedFilled.tsx b/src/IconAssistantOnHubRoundedFilled.tsx index 61967dfa0..564673d33 100644 --- a/src/IconAssistantOnHubRoundedFilled.tsx +++ b/src/IconAssistantOnHubRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantOnHubRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssistantOnHubSharp.tsx b/src/IconAssistantOnHubSharp.tsx index ad3a2575d..70d55d4c7 100644 --- a/src/IconAssistantOnHubSharp.tsx +++ b/src/IconAssistantOnHubSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantOnHubSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAssistantOnHubSharpFilled.tsx b/src/IconAssistantOnHubSharpFilled.tsx index 4412cb7d4..6cfa227ca 100644 --- a/src/IconAssistantOnHubSharpFilled.tsx +++ b/src/IconAssistantOnHubSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssistantOnHubSharpFilled: React.FC = ({ ...props diff --git a/src/IconAssuredWorkloadOutlined.tsx b/src/IconAssuredWorkloadOutlined.tsx index feb58d020..284dbcb28 100644 --- a/src/IconAssuredWorkloadOutlined.tsx +++ b/src/IconAssuredWorkloadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssuredWorkloadOutlined: React.FC = ({ ...props diff --git a/src/IconAssuredWorkloadOutlinedFilled.tsx b/src/IconAssuredWorkloadOutlinedFilled.tsx index 40d627887..39c3d8889 100644 --- a/src/IconAssuredWorkloadOutlinedFilled.tsx +++ b/src/IconAssuredWorkloadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssuredWorkloadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAssuredWorkloadRounded.tsx b/src/IconAssuredWorkloadRounded.tsx index 7226c2393..0dbb88458 100644 --- a/src/IconAssuredWorkloadRounded.tsx +++ b/src/IconAssuredWorkloadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssuredWorkloadRounded: React.FC = ({ ...props diff --git a/src/IconAssuredWorkloadRoundedFilled.tsx b/src/IconAssuredWorkloadRoundedFilled.tsx index be0f96805..c394ff27e 100644 --- a/src/IconAssuredWorkloadRoundedFilled.tsx +++ b/src/IconAssuredWorkloadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssuredWorkloadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAssuredWorkloadSharp.tsx b/src/IconAssuredWorkloadSharp.tsx index 9230dc8be..c578aa693 100644 --- a/src/IconAssuredWorkloadSharp.tsx +++ b/src/IconAssuredWorkloadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssuredWorkloadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAssuredWorkloadSharpFilled.tsx b/src/IconAssuredWorkloadSharpFilled.tsx index a3a70c03d..e579c8a90 100644 --- a/src/IconAssuredWorkloadSharpFilled.tsx +++ b/src/IconAssuredWorkloadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAssuredWorkloadSharpFilled: React.FC = ({ ...props diff --git a/src/IconAsteriskOutlined.tsx b/src/IconAsteriskOutlined.tsx index 768db0930..891539c36 100644 --- a/src/IconAsteriskOutlined.tsx +++ b/src/IconAsteriskOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAsteriskOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAsteriskOutlinedFilled.tsx b/src/IconAsteriskOutlinedFilled.tsx index 7a3012144..d044c9824 100644 --- a/src/IconAsteriskOutlinedFilled.tsx +++ b/src/IconAsteriskOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAsteriskOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAsteriskRounded.tsx b/src/IconAsteriskRounded.tsx index c7acb9cb1..34a73a4e7 100644 --- a/src/IconAsteriskRounded.tsx +++ b/src/IconAsteriskRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAsteriskRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAsteriskRoundedFilled.tsx b/src/IconAsteriskRoundedFilled.tsx index 7c5b24632..add4f0b57 100644 --- a/src/IconAsteriskRoundedFilled.tsx +++ b/src/IconAsteriskRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAsteriskRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAsteriskSharp.tsx b/src/IconAsteriskSharp.tsx index e7a5f0388..b49e0c366 100644 --- a/src/IconAsteriskSharp.tsx +++ b/src/IconAsteriskSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAsteriskSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAsteriskSharpFilled.tsx b/src/IconAsteriskSharpFilled.tsx index 84b77c4ea..3ce2f78dc 100644 --- a/src/IconAsteriskSharpFilled.tsx +++ b/src/IconAsteriskSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAsteriskSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAtmOutlined.tsx b/src/IconAtmOutlined.tsx index 724568117..67be4cd68 100644 --- a/src/IconAtmOutlined.tsx +++ b/src/IconAtmOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtmOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAtmOutlinedFilled.tsx b/src/IconAtmOutlinedFilled.tsx index e03f5f30a..55ebbbc0f 100644 --- a/src/IconAtmOutlinedFilled.tsx +++ b/src/IconAtmOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtmOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAtmRounded.tsx b/src/IconAtmRounded.tsx index ea4117cee..958942f76 100644 --- a/src/IconAtmRounded.tsx +++ b/src/IconAtmRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtmRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAtmRoundedFilled.tsx b/src/IconAtmRoundedFilled.tsx index 9b7d12e22..655572f34 100644 --- a/src/IconAtmRoundedFilled.tsx +++ b/src/IconAtmRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtmRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAtmSharp.tsx b/src/IconAtmSharp.tsx index 79feab7c1..f7c1d9ace 100644 --- a/src/IconAtmSharp.tsx +++ b/src/IconAtmSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtmSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAtmSharpFilled.tsx b/src/IconAtmSharpFilled.tsx index 5201e7ac2..ff82e6d27 100644 --- a/src/IconAtmSharpFilled.tsx +++ b/src/IconAtmSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtmSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAtrOutlined.tsx b/src/IconAtrOutlined.tsx index 833b784cc..9e2ce40a8 100644 --- a/src/IconAtrOutlined.tsx +++ b/src/IconAtrOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtrOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAtrOutlinedFilled.tsx b/src/IconAtrOutlinedFilled.tsx index 8e417cdfe..ae1b96a2d 100644 --- a/src/IconAtrOutlinedFilled.tsx +++ b/src/IconAtrOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtrOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAtrRounded.tsx b/src/IconAtrRounded.tsx index 3cac81979..defa66b7e 100644 --- a/src/IconAtrRounded.tsx +++ b/src/IconAtrRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtrRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAtrRoundedFilled.tsx b/src/IconAtrRoundedFilled.tsx index aa708ba93..83ebfea8c 100644 --- a/src/IconAtrRoundedFilled.tsx +++ b/src/IconAtrRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtrRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAtrSharp.tsx b/src/IconAtrSharp.tsx index b7e47edf9..d9106f354 100644 --- a/src/IconAtrSharp.tsx +++ b/src/IconAtrSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtrSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAtrSharpFilled.tsx b/src/IconAtrSharpFilled.tsx index c17a50672..67542f820 100644 --- a/src/IconAtrSharpFilled.tsx +++ b/src/IconAtrSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAtrSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachEmailOutlined.tsx b/src/IconAttachEmailOutlined.tsx index 148e52480..93c39a928 100644 --- a/src/IconAttachEmailOutlined.tsx +++ b/src/IconAttachEmailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachEmailOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachEmailOutlinedFilled.tsx b/src/IconAttachEmailOutlinedFilled.tsx index 8810bcaa0..7ea46514e 100644 --- a/src/IconAttachEmailOutlinedFilled.tsx +++ b/src/IconAttachEmailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachEmailOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAttachEmailRounded.tsx b/src/IconAttachEmailRounded.tsx index bb4505ea2..82be47cd6 100644 --- a/src/IconAttachEmailRounded.tsx +++ b/src/IconAttachEmailRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachEmailRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachEmailRoundedFilled.tsx b/src/IconAttachEmailRoundedFilled.tsx index aa78c0b48..90691af30 100644 --- a/src/IconAttachEmailRoundedFilled.tsx +++ b/src/IconAttachEmailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachEmailRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAttachEmailSharp.tsx b/src/IconAttachEmailSharp.tsx index 2cd806421..bcd95746d 100644 --- a/src/IconAttachEmailSharp.tsx +++ b/src/IconAttachEmailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachEmailSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachEmailSharpFilled.tsx b/src/IconAttachEmailSharpFilled.tsx index da1103a42..3ae354f44 100644 --- a/src/IconAttachEmailSharpFilled.tsx +++ b/src/IconAttachEmailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachEmailSharpFilled: React.FC = ({ ...props diff --git a/src/IconAttachFileAddOutlined.tsx b/src/IconAttachFileAddOutlined.tsx index 1812a7ec5..137cffa8c 100644 --- a/src/IconAttachFileAddOutlined.tsx +++ b/src/IconAttachFileAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileAddOutlined: React.FC = ({ ...props diff --git a/src/IconAttachFileAddOutlinedFilled.tsx b/src/IconAttachFileAddOutlinedFilled.tsx index fc4f40274..cc7aa194c 100644 --- a/src/IconAttachFileAddOutlinedFilled.tsx +++ b/src/IconAttachFileAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAttachFileAddRounded.tsx b/src/IconAttachFileAddRounded.tsx index c783422be..bc5f6f1f5 100644 --- a/src/IconAttachFileAddRounded.tsx +++ b/src/IconAttachFileAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachFileAddRoundedFilled.tsx b/src/IconAttachFileAddRoundedFilled.tsx index 58be9ea44..fcb76cdb8 100644 --- a/src/IconAttachFileAddRoundedFilled.tsx +++ b/src/IconAttachFileAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAttachFileAddSharp.tsx b/src/IconAttachFileAddSharp.tsx index fec00fd9e..f2e361848 100644 --- a/src/IconAttachFileAddSharp.tsx +++ b/src/IconAttachFileAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachFileAddSharpFilled.tsx b/src/IconAttachFileAddSharpFilled.tsx index 105ff0dba..7f156dc9c 100644 --- a/src/IconAttachFileAddSharpFilled.tsx +++ b/src/IconAttachFileAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconAttachFileOffOutlined.tsx b/src/IconAttachFileOffOutlined.tsx index 6d7f322d3..173437d9a 100644 --- a/src/IconAttachFileOffOutlined.tsx +++ b/src/IconAttachFileOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileOffOutlined: React.FC = ({ ...props diff --git a/src/IconAttachFileOffOutlinedFilled.tsx b/src/IconAttachFileOffOutlinedFilled.tsx index 3fbc21b84..ee76688cf 100644 --- a/src/IconAttachFileOffOutlinedFilled.tsx +++ b/src/IconAttachFileOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAttachFileOffRounded.tsx b/src/IconAttachFileOffRounded.tsx index f6d943710..a0a4c2f09 100644 --- a/src/IconAttachFileOffRounded.tsx +++ b/src/IconAttachFileOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachFileOffRoundedFilled.tsx b/src/IconAttachFileOffRoundedFilled.tsx index 52d575567..665858f66 100644 --- a/src/IconAttachFileOffRoundedFilled.tsx +++ b/src/IconAttachFileOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAttachFileOffSharp.tsx b/src/IconAttachFileOffSharp.tsx index d87618c1c..e6b53aa2f 100644 --- a/src/IconAttachFileOffSharp.tsx +++ b/src/IconAttachFileOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachFileOffSharpFilled.tsx b/src/IconAttachFileOffSharpFilled.tsx index 0cffecc17..646e5312b 100644 --- a/src/IconAttachFileOffSharpFilled.tsx +++ b/src/IconAttachFileOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconAttachFileOutlined.tsx b/src/IconAttachFileOutlined.tsx index 3bbac21f6..91e8d097f 100644 --- a/src/IconAttachFileOutlined.tsx +++ b/src/IconAttachFileOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachFileOutlinedFilled.tsx b/src/IconAttachFileOutlinedFilled.tsx index 63c239f1e..6b02e010d 100644 --- a/src/IconAttachFileOutlinedFilled.tsx +++ b/src/IconAttachFileOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAttachFileRounded.tsx b/src/IconAttachFileRounded.tsx index d8d29c53c..e81a6c50d 100644 --- a/src/IconAttachFileRounded.tsx +++ b/src/IconAttachFileRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachFileRoundedFilled.tsx b/src/IconAttachFileRoundedFilled.tsx index c7869ea5b..332eba5b0 100644 --- a/src/IconAttachFileRoundedFilled.tsx +++ b/src/IconAttachFileRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAttachFileSharp.tsx b/src/IconAttachFileSharp.tsx index b330ddafe..9ae311eb1 100644 --- a/src/IconAttachFileSharp.tsx +++ b/src/IconAttachFileSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachFileSharpFilled.tsx b/src/IconAttachFileSharpFilled.tsx index df97a08d2..e13afdcb1 100644 --- a/src/IconAttachFileSharpFilled.tsx +++ b/src/IconAttachFileSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachFileSharpFilled: React.FC = ({ ...props diff --git a/src/IconAttachMoneyOutlined.tsx b/src/IconAttachMoneyOutlined.tsx index e862fc8ec..33b06de11 100644 --- a/src/IconAttachMoneyOutlined.tsx +++ b/src/IconAttachMoneyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachMoneyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachMoneyOutlinedFilled.tsx b/src/IconAttachMoneyOutlinedFilled.tsx index 6c35adf11..eff1ee198 100644 --- a/src/IconAttachMoneyOutlinedFilled.tsx +++ b/src/IconAttachMoneyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachMoneyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAttachMoneyRounded.tsx b/src/IconAttachMoneyRounded.tsx index a2fb80b50..c899ff2bd 100644 --- a/src/IconAttachMoneyRounded.tsx +++ b/src/IconAttachMoneyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachMoneyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachMoneyRoundedFilled.tsx b/src/IconAttachMoneyRoundedFilled.tsx index b94562451..1b228d2a6 100644 --- a/src/IconAttachMoneyRoundedFilled.tsx +++ b/src/IconAttachMoneyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachMoneyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAttachMoneySharp.tsx b/src/IconAttachMoneySharp.tsx index 1a53777c9..ab4cedfd9 100644 --- a/src/IconAttachMoneySharp.tsx +++ b/src/IconAttachMoneySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachMoneySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachMoneySharpFilled.tsx b/src/IconAttachMoneySharpFilled.tsx index 0a861e965..6cfd04ccc 100644 --- a/src/IconAttachMoneySharpFilled.tsx +++ b/src/IconAttachMoneySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachMoneySharpFilled: React.FC = ({ ...props diff --git a/src/IconAttachmentOutlined.tsx b/src/IconAttachmentOutlined.tsx index 3b21fd2b8..62ef36932 100644 --- a/src/IconAttachmentOutlined.tsx +++ b/src/IconAttachmentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachmentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachmentOutlinedFilled.tsx b/src/IconAttachmentOutlinedFilled.tsx index a222b5b54..d3fc03885 100644 --- a/src/IconAttachmentOutlinedFilled.tsx +++ b/src/IconAttachmentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachmentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAttachmentRounded.tsx b/src/IconAttachmentRounded.tsx index cb0d32161..227d09104 100644 --- a/src/IconAttachmentRounded.tsx +++ b/src/IconAttachmentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachmentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachmentRoundedFilled.tsx b/src/IconAttachmentRoundedFilled.tsx index a2f0b68a3..f84e8669a 100644 --- a/src/IconAttachmentRoundedFilled.tsx +++ b/src/IconAttachmentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachmentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAttachmentSharp.tsx b/src/IconAttachmentSharp.tsx index a43687ad8..848418520 100644 --- a/src/IconAttachmentSharp.tsx +++ b/src/IconAttachmentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachmentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAttachmentSharpFilled.tsx b/src/IconAttachmentSharpFilled.tsx index 5f1de884d..573a1f8de 100644 --- a/src/IconAttachmentSharpFilled.tsx +++ b/src/IconAttachmentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttachmentSharpFilled: React.FC = ({ ...props diff --git a/src/IconAttractionsOutlined.tsx b/src/IconAttractionsOutlined.tsx index 8dd22cece..a92f4cdc8 100644 --- a/src/IconAttractionsOutlined.tsx +++ b/src/IconAttractionsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttractionsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAttractionsOutlinedFilled.tsx b/src/IconAttractionsOutlinedFilled.tsx index b56307c04..b875a7724 100644 --- a/src/IconAttractionsOutlinedFilled.tsx +++ b/src/IconAttractionsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttractionsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAttractionsRounded.tsx b/src/IconAttractionsRounded.tsx index 5b00c3beb..ba6f43bc7 100644 --- a/src/IconAttractionsRounded.tsx +++ b/src/IconAttractionsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttractionsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAttractionsRoundedFilled.tsx b/src/IconAttractionsRoundedFilled.tsx index 45e8cc286..f2d97add5 100644 --- a/src/IconAttractionsRoundedFilled.tsx +++ b/src/IconAttractionsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttractionsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAttractionsSharp.tsx b/src/IconAttractionsSharp.tsx index 4fe71a2f4..d647354ba 100644 --- a/src/IconAttractionsSharp.tsx +++ b/src/IconAttractionsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttractionsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAttractionsSharpFilled.tsx b/src/IconAttractionsSharpFilled.tsx index c7f70f77f..7e17598d4 100644 --- a/src/IconAttractionsSharpFilled.tsx +++ b/src/IconAttractionsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttractionsSharpFilled: React.FC = ({ ...props diff --git a/src/IconAttributionOutlined.tsx b/src/IconAttributionOutlined.tsx index 6b7c3ba33..3f25e669e 100644 --- a/src/IconAttributionOutlined.tsx +++ b/src/IconAttributionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttributionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAttributionOutlinedFilled.tsx b/src/IconAttributionOutlinedFilled.tsx index adcb4c16e..140a9155e 100644 --- a/src/IconAttributionOutlinedFilled.tsx +++ b/src/IconAttributionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttributionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAttributionRounded.tsx b/src/IconAttributionRounded.tsx index b47d6f7bd..3aadf09ad 100644 --- a/src/IconAttributionRounded.tsx +++ b/src/IconAttributionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttributionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAttributionRoundedFilled.tsx b/src/IconAttributionRoundedFilled.tsx index 8ce6edc9b..2ccb78818 100644 --- a/src/IconAttributionRoundedFilled.tsx +++ b/src/IconAttributionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttributionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAttributionSharp.tsx b/src/IconAttributionSharp.tsx index a78430397..3c3a831ff 100644 --- a/src/IconAttributionSharp.tsx +++ b/src/IconAttributionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttributionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAttributionSharpFilled.tsx b/src/IconAttributionSharpFilled.tsx index 4ab3b0223..aeecb267d 100644 --- a/src/IconAttributionSharpFilled.tsx +++ b/src/IconAttributionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAttributionSharpFilled: React.FC = ({ ...props diff --git a/src/IconAudioDescriptionOutlined.tsx b/src/IconAudioDescriptionOutlined.tsx index c5e80ab10..b997a525f 100644 --- a/src/IconAudioDescriptionOutlined.tsx +++ b/src/IconAudioDescriptionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioDescriptionOutlined: React.FC = ({ ...props diff --git a/src/IconAudioDescriptionOutlinedFilled.tsx b/src/IconAudioDescriptionOutlinedFilled.tsx index 0ffbb0655..6a8dd1fcf 100644 --- a/src/IconAudioDescriptionOutlinedFilled.tsx +++ b/src/IconAudioDescriptionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioDescriptionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAudioDescriptionRounded.tsx b/src/IconAudioDescriptionRounded.tsx index d8e02d21f..b2e0377c3 100644 --- a/src/IconAudioDescriptionRounded.tsx +++ b/src/IconAudioDescriptionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioDescriptionRounded: React.FC = ({ ...props diff --git a/src/IconAudioDescriptionRoundedFilled.tsx b/src/IconAudioDescriptionRoundedFilled.tsx index 429575670..5a5f37e35 100644 --- a/src/IconAudioDescriptionRoundedFilled.tsx +++ b/src/IconAudioDescriptionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioDescriptionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAudioDescriptionSharp.tsx b/src/IconAudioDescriptionSharp.tsx index 0a048f528..7d88b358e 100644 --- a/src/IconAudioDescriptionSharp.tsx +++ b/src/IconAudioDescriptionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioDescriptionSharp: React.FC = ({ ...props diff --git a/src/IconAudioDescriptionSharpFilled.tsx b/src/IconAudioDescriptionSharpFilled.tsx index 05793ce76..42dbac362 100644 --- a/src/IconAudioDescriptionSharpFilled.tsx +++ b/src/IconAudioDescriptionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioDescriptionSharpFilled: React.FC = ({ ...props diff --git a/src/IconAudioFileOutlined.tsx b/src/IconAudioFileOutlined.tsx index 39cf6b002..d2a0195bd 100644 --- a/src/IconAudioFileOutlined.tsx +++ b/src/IconAudioFileOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioFileOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAudioFileOutlinedFilled.tsx b/src/IconAudioFileOutlinedFilled.tsx index 59b75fb5d..521d9d47c 100644 --- a/src/IconAudioFileOutlinedFilled.tsx +++ b/src/IconAudioFileOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioFileOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAudioFileRounded.tsx b/src/IconAudioFileRounded.tsx index 1cfa490d7..280168a73 100644 --- a/src/IconAudioFileRounded.tsx +++ b/src/IconAudioFileRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioFileRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAudioFileRoundedFilled.tsx b/src/IconAudioFileRoundedFilled.tsx index 54bde8c64..e8b0823b0 100644 --- a/src/IconAudioFileRoundedFilled.tsx +++ b/src/IconAudioFileRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioFileRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAudioFileSharp.tsx b/src/IconAudioFileSharp.tsx index 03bbf1e61..28310fff7 100644 --- a/src/IconAudioFileSharp.tsx +++ b/src/IconAudioFileSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioFileSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAudioFileSharpFilled.tsx b/src/IconAudioFileSharpFilled.tsx index dbf1b4000..d4872e357 100644 --- a/src/IconAudioFileSharpFilled.tsx +++ b/src/IconAudioFileSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioFileSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAudioVideoReceiverOutlined.tsx b/src/IconAudioVideoReceiverOutlined.tsx index 707480832..b30a540b8 100644 --- a/src/IconAudioVideoReceiverOutlined.tsx +++ b/src/IconAudioVideoReceiverOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioVideoReceiverOutlined: React.FC = ({ ...props diff --git a/src/IconAudioVideoReceiverOutlinedFilled.tsx b/src/IconAudioVideoReceiverOutlinedFilled.tsx index 6af8b7af3..99b240c3e 100644 --- a/src/IconAudioVideoReceiverOutlinedFilled.tsx +++ b/src/IconAudioVideoReceiverOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioVideoReceiverOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAudioVideoReceiverRounded.tsx b/src/IconAudioVideoReceiverRounded.tsx index df9808690..8e5216525 100644 --- a/src/IconAudioVideoReceiverRounded.tsx +++ b/src/IconAudioVideoReceiverRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioVideoReceiverRounded: React.FC = ({ ...props diff --git a/src/IconAudioVideoReceiverRoundedFilled.tsx b/src/IconAudioVideoReceiverRoundedFilled.tsx index 8cda8a1c2..ec9934dfc 100644 --- a/src/IconAudioVideoReceiverRoundedFilled.tsx +++ b/src/IconAudioVideoReceiverRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioVideoReceiverRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAudioVideoReceiverSharp.tsx b/src/IconAudioVideoReceiverSharp.tsx index 1314965ab..3f3af79e4 100644 --- a/src/IconAudioVideoReceiverSharp.tsx +++ b/src/IconAudioVideoReceiverSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioVideoReceiverSharp: React.FC = ({ ...props diff --git a/src/IconAudioVideoReceiverSharpFilled.tsx b/src/IconAudioVideoReceiverSharpFilled.tsx index 47d520818..5e5ced733 100644 --- a/src/IconAudioVideoReceiverSharpFilled.tsx +++ b/src/IconAudioVideoReceiverSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAudioVideoReceiverSharpFilled: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMosaicOutlined.tsx b/src/IconAutoAwesomeMosaicOutlined.tsx index ffb728f9d..ed6796765 100644 --- a/src/IconAutoAwesomeMosaicOutlined.tsx +++ b/src/IconAutoAwesomeMosaicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMosaicOutlined: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMosaicOutlinedFilled.tsx b/src/IconAutoAwesomeMosaicOutlinedFilled.tsx index 2dbf1858a..279221e71 100644 --- a/src/IconAutoAwesomeMosaicOutlinedFilled.tsx +++ b/src/IconAutoAwesomeMosaicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMosaicOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMosaicRounded.tsx b/src/IconAutoAwesomeMosaicRounded.tsx index 6b039d467..f0d3f5a81 100644 --- a/src/IconAutoAwesomeMosaicRounded.tsx +++ b/src/IconAutoAwesomeMosaicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMosaicRounded: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMosaicRoundedFilled.tsx b/src/IconAutoAwesomeMosaicRoundedFilled.tsx index 1b6b45b61..4877f8dc3 100644 --- a/src/IconAutoAwesomeMosaicRoundedFilled.tsx +++ b/src/IconAutoAwesomeMosaicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMosaicRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMosaicSharp.tsx b/src/IconAutoAwesomeMosaicSharp.tsx index bea42be96..92d5dbe97 100644 --- a/src/IconAutoAwesomeMosaicSharp.tsx +++ b/src/IconAutoAwesomeMosaicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMosaicSharp: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMosaicSharpFilled.tsx b/src/IconAutoAwesomeMosaicSharpFilled.tsx index b8abc2fc3..ee5be5c0f 100644 --- a/src/IconAutoAwesomeMosaicSharpFilled.tsx +++ b/src/IconAutoAwesomeMosaicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMosaicSharpFilled: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMotionOutlined.tsx b/src/IconAutoAwesomeMotionOutlined.tsx index f023906fd..3faeccd47 100644 --- a/src/IconAutoAwesomeMotionOutlined.tsx +++ b/src/IconAutoAwesomeMotionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMotionOutlined: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMotionOutlinedFilled.tsx b/src/IconAutoAwesomeMotionOutlinedFilled.tsx index 087db0a15..77c45f0d5 100644 --- a/src/IconAutoAwesomeMotionOutlinedFilled.tsx +++ b/src/IconAutoAwesomeMotionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMotionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMotionRounded.tsx b/src/IconAutoAwesomeMotionRounded.tsx index 388079469..0d65f7e09 100644 --- a/src/IconAutoAwesomeMotionRounded.tsx +++ b/src/IconAutoAwesomeMotionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMotionRounded: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMotionRoundedFilled.tsx b/src/IconAutoAwesomeMotionRoundedFilled.tsx index c7d5d2b66..23b005330 100644 --- a/src/IconAutoAwesomeMotionRoundedFilled.tsx +++ b/src/IconAutoAwesomeMotionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMotionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMotionSharp.tsx b/src/IconAutoAwesomeMotionSharp.tsx index 3c8b8a768..00329ccc1 100644 --- a/src/IconAutoAwesomeMotionSharp.tsx +++ b/src/IconAutoAwesomeMotionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMotionSharp: React.FC = ({ ...props diff --git a/src/IconAutoAwesomeMotionSharpFilled.tsx b/src/IconAutoAwesomeMotionSharpFilled.tsx index c6762b495..f6a9fcb73 100644 --- a/src/IconAutoAwesomeMotionSharpFilled.tsx +++ b/src/IconAutoAwesomeMotionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoAwesomeMotionSharpFilled: React.FC = ({ ...props diff --git a/src/IconAutoDeleteOutlined.tsx b/src/IconAutoDeleteOutlined.tsx index 60789456d..cd77dec88 100644 --- a/src/IconAutoDeleteOutlined.tsx +++ b/src/IconAutoDeleteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoDeleteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoDeleteOutlinedFilled.tsx b/src/IconAutoDeleteOutlinedFilled.tsx index 25fb88f4d..e4265bcbc 100644 --- a/src/IconAutoDeleteOutlinedFilled.tsx +++ b/src/IconAutoDeleteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoDeleteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutoDeleteRounded.tsx b/src/IconAutoDeleteRounded.tsx index 8bbc41a2c..962e6f77e 100644 --- a/src/IconAutoDeleteRounded.tsx +++ b/src/IconAutoDeleteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoDeleteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoDeleteRoundedFilled.tsx b/src/IconAutoDeleteRoundedFilled.tsx index 6e3fcd4e4..db1d49b22 100644 --- a/src/IconAutoDeleteRoundedFilled.tsx +++ b/src/IconAutoDeleteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoDeleteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutoDeleteSharp.tsx b/src/IconAutoDeleteSharp.tsx index 7511e8ed9..5b1ea7af4 100644 --- a/src/IconAutoDeleteSharp.tsx +++ b/src/IconAutoDeleteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoDeleteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoDeleteSharpFilled.tsx b/src/IconAutoDeleteSharpFilled.tsx index 45a245d90..6f48968fe 100644 --- a/src/IconAutoDeleteSharpFilled.tsx +++ b/src/IconAutoDeleteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoDeleteSharpFilled: React.FC = ({ ...props diff --git a/src/IconAutoReadPauseOutlined.tsx b/src/IconAutoReadPauseOutlined.tsx index 7f0625d93..d94b2b853 100644 --- a/src/IconAutoReadPauseOutlined.tsx +++ b/src/IconAutoReadPauseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPauseOutlined: React.FC = ({ ...props diff --git a/src/IconAutoReadPauseOutlinedFilled.tsx b/src/IconAutoReadPauseOutlinedFilled.tsx index f282e165d..e2452232d 100644 --- a/src/IconAutoReadPauseOutlinedFilled.tsx +++ b/src/IconAutoReadPauseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPauseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutoReadPauseRounded.tsx b/src/IconAutoReadPauseRounded.tsx index 66fbf0017..05a96a841 100644 --- a/src/IconAutoReadPauseRounded.tsx +++ b/src/IconAutoReadPauseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPauseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoReadPauseRoundedFilled.tsx b/src/IconAutoReadPauseRoundedFilled.tsx index aa8927114..a9ad1446d 100644 --- a/src/IconAutoReadPauseRoundedFilled.tsx +++ b/src/IconAutoReadPauseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPauseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutoReadPauseSharp.tsx b/src/IconAutoReadPauseSharp.tsx index 8c398557b..9e0e20c32 100644 --- a/src/IconAutoReadPauseSharp.tsx +++ b/src/IconAutoReadPauseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPauseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoReadPauseSharpFilled.tsx b/src/IconAutoReadPauseSharpFilled.tsx index e1a70612d..8e51ea300 100644 --- a/src/IconAutoReadPauseSharpFilled.tsx +++ b/src/IconAutoReadPauseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPauseSharpFilled: React.FC = ({ ...props diff --git a/src/IconAutoReadPlayOutlined.tsx b/src/IconAutoReadPlayOutlined.tsx index d3bd076bd..cd53ebc1e 100644 --- a/src/IconAutoReadPlayOutlined.tsx +++ b/src/IconAutoReadPlayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPlayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoReadPlayOutlinedFilled.tsx b/src/IconAutoReadPlayOutlinedFilled.tsx index 779a30893..bca204a9e 100644 --- a/src/IconAutoReadPlayOutlinedFilled.tsx +++ b/src/IconAutoReadPlayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPlayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutoReadPlayRounded.tsx b/src/IconAutoReadPlayRounded.tsx index 32ecd094a..6336efeb9 100644 --- a/src/IconAutoReadPlayRounded.tsx +++ b/src/IconAutoReadPlayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPlayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoReadPlayRoundedFilled.tsx b/src/IconAutoReadPlayRoundedFilled.tsx index b7830b19d..ec50d151b 100644 --- a/src/IconAutoReadPlayRoundedFilled.tsx +++ b/src/IconAutoReadPlayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPlayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutoReadPlaySharp.tsx b/src/IconAutoReadPlaySharp.tsx index 6dd7cbf1d..175449eea 100644 --- a/src/IconAutoReadPlaySharp.tsx +++ b/src/IconAutoReadPlaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPlaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoReadPlaySharpFilled.tsx b/src/IconAutoReadPlaySharpFilled.tsx index 24cdcda48..8b0f6c546 100644 --- a/src/IconAutoReadPlaySharpFilled.tsx +++ b/src/IconAutoReadPlaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoReadPlaySharpFilled: React.FC = ({ ...props diff --git a/src/IconAutoStoriesOutlined.tsx b/src/IconAutoStoriesOutlined.tsx index 60c4dcecc..e20dbd422 100644 --- a/src/IconAutoStoriesOutlined.tsx +++ b/src/IconAutoStoriesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoStoriesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoStoriesOutlinedFilled.tsx b/src/IconAutoStoriesOutlinedFilled.tsx index 3974034c6..91f8d5d6f 100644 --- a/src/IconAutoStoriesOutlinedFilled.tsx +++ b/src/IconAutoStoriesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoStoriesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutoStoriesRounded.tsx b/src/IconAutoStoriesRounded.tsx index 2ea31c296..aa2406084 100644 --- a/src/IconAutoStoriesRounded.tsx +++ b/src/IconAutoStoriesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoStoriesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoStoriesRoundedFilled.tsx b/src/IconAutoStoriesRoundedFilled.tsx index a8338a807..39d711386 100644 --- a/src/IconAutoStoriesRoundedFilled.tsx +++ b/src/IconAutoStoriesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoStoriesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutoStoriesSharp.tsx b/src/IconAutoStoriesSharp.tsx index 73aa277c7..ac916048b 100644 --- a/src/IconAutoStoriesSharp.tsx +++ b/src/IconAutoStoriesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoStoriesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoStoriesSharpFilled.tsx b/src/IconAutoStoriesSharpFilled.tsx index a4dd1d246..e2987962c 100644 --- a/src/IconAutoStoriesSharpFilled.tsx +++ b/src/IconAutoStoriesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoStoriesSharpFilled: React.FC = ({ ...props diff --git a/src/IconAutoTowingOutlined.tsx b/src/IconAutoTowingOutlined.tsx index 86a859332..707c7eac3 100644 --- a/src/IconAutoTowingOutlined.tsx +++ b/src/IconAutoTowingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTowingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoTowingOutlinedFilled.tsx b/src/IconAutoTowingOutlinedFilled.tsx index 8cead6144..2a279a2c7 100644 --- a/src/IconAutoTowingOutlinedFilled.tsx +++ b/src/IconAutoTowingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTowingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutoTowingRounded.tsx b/src/IconAutoTowingRounded.tsx index 9fd0f26b6..4672d1eff 100644 --- a/src/IconAutoTowingRounded.tsx +++ b/src/IconAutoTowingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTowingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoTowingRoundedFilled.tsx b/src/IconAutoTowingRoundedFilled.tsx index 7f58923d5..77d419e59 100644 --- a/src/IconAutoTowingRoundedFilled.tsx +++ b/src/IconAutoTowingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTowingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutoTowingSharp.tsx b/src/IconAutoTowingSharp.tsx index afbbb6acb..54521783c 100644 --- a/src/IconAutoTowingSharp.tsx +++ b/src/IconAutoTowingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTowingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoTowingSharpFilled.tsx b/src/IconAutoTowingSharpFilled.tsx index ac05f6532..a78eeee80 100644 --- a/src/IconAutoTowingSharpFilled.tsx +++ b/src/IconAutoTowingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTowingSharpFilled: React.FC = ({ ...props diff --git a/src/IconAutoTransmissionOutlined.tsx b/src/IconAutoTransmissionOutlined.tsx index 62def256a..2885f9b55 100644 --- a/src/IconAutoTransmissionOutlined.tsx +++ b/src/IconAutoTransmissionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTransmissionOutlined: React.FC = ({ ...props diff --git a/src/IconAutoTransmissionOutlinedFilled.tsx b/src/IconAutoTransmissionOutlinedFilled.tsx index 5ca146ada..e1b5b6cf3 100644 --- a/src/IconAutoTransmissionOutlinedFilled.tsx +++ b/src/IconAutoTransmissionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTransmissionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutoTransmissionRounded.tsx b/src/IconAutoTransmissionRounded.tsx index f64420596..cb0a43e1e 100644 --- a/src/IconAutoTransmissionRounded.tsx +++ b/src/IconAutoTransmissionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTransmissionRounded: React.FC = ({ ...props diff --git a/src/IconAutoTransmissionRoundedFilled.tsx b/src/IconAutoTransmissionRoundedFilled.tsx index 72ef878da..006f494f5 100644 --- a/src/IconAutoTransmissionRoundedFilled.tsx +++ b/src/IconAutoTransmissionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTransmissionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutoTransmissionSharp.tsx b/src/IconAutoTransmissionSharp.tsx index 1e3ef45d1..a56fed514 100644 --- a/src/IconAutoTransmissionSharp.tsx +++ b/src/IconAutoTransmissionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTransmissionSharp: React.FC = ({ ...props diff --git a/src/IconAutoTransmissionSharpFilled.tsx b/src/IconAutoTransmissionSharpFilled.tsx index 9d75e0e67..b965ab850 100644 --- a/src/IconAutoTransmissionSharpFilled.tsx +++ b/src/IconAutoTransmissionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoTransmissionSharpFilled: React.FC = ({ ...props diff --git a/src/IconAutofpsSelectOutlined.tsx b/src/IconAutofpsSelectOutlined.tsx index 9b6ee1af6..071cbb652 100644 --- a/src/IconAutofpsSelectOutlined.tsx +++ b/src/IconAutofpsSelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutofpsSelectOutlined: React.FC = ({ ...props diff --git a/src/IconAutofpsSelectOutlinedFilled.tsx b/src/IconAutofpsSelectOutlinedFilled.tsx index 8656faff8..433d87bdb 100644 --- a/src/IconAutofpsSelectOutlinedFilled.tsx +++ b/src/IconAutofpsSelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutofpsSelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutofpsSelectRounded.tsx b/src/IconAutofpsSelectRounded.tsx index 6b26805b3..18b2fcc0c 100644 --- a/src/IconAutofpsSelectRounded.tsx +++ b/src/IconAutofpsSelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutofpsSelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAutofpsSelectRoundedFilled.tsx b/src/IconAutofpsSelectRoundedFilled.tsx index cd0d1cdea..45d2c10e7 100644 --- a/src/IconAutofpsSelectRoundedFilled.tsx +++ b/src/IconAutofpsSelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutofpsSelectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutofpsSelectSharp.tsx b/src/IconAutofpsSelectSharp.tsx index 53e07680a..58b0e5157 100644 --- a/src/IconAutofpsSelectSharp.tsx +++ b/src/IconAutofpsSelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutofpsSelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAutofpsSelectSharpFilled.tsx b/src/IconAutofpsSelectSharpFilled.tsx index 579d4911f..fade8d369 100644 --- a/src/IconAutofpsSelectSharpFilled.tsx +++ b/src/IconAutofpsSelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutofpsSelectSharpFilled: React.FC = ({ ...props diff --git a/src/IconAutomationOutlined.tsx b/src/IconAutomationOutlined.tsx index 29ca63ba8..c328e6c8a 100644 --- a/src/IconAutomationOutlined.tsx +++ b/src/IconAutomationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutomationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAutomationOutlinedFilled.tsx b/src/IconAutomationOutlinedFilled.tsx index 84af8635d..f8b91d1d3 100644 --- a/src/IconAutomationOutlinedFilled.tsx +++ b/src/IconAutomationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutomationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutomationRounded.tsx b/src/IconAutomationRounded.tsx index 34cf4a298..cbcb2b677 100644 --- a/src/IconAutomationRounded.tsx +++ b/src/IconAutomationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutomationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAutomationRoundedFilled.tsx b/src/IconAutomationRoundedFilled.tsx index 496c8b9c6..3e7d0d582 100644 --- a/src/IconAutomationRoundedFilled.tsx +++ b/src/IconAutomationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutomationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutomationSharp.tsx b/src/IconAutomationSharp.tsx index 44017194c..5db66771a 100644 --- a/src/IconAutomationSharp.tsx +++ b/src/IconAutomationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutomationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAutomationSharpFilled.tsx b/src/IconAutomationSharpFilled.tsx index 247d9488b..3e557a009 100644 --- a/src/IconAutomationSharpFilled.tsx +++ b/src/IconAutomationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutomationSharpFilled: React.FC = ({ ...props diff --git a/src/IconAutopauseOutlined.tsx b/src/IconAutopauseOutlined.tsx index d4a9e0c8c..e0a19ef97 100644 --- a/src/IconAutopauseOutlined.tsx +++ b/src/IconAutopauseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutopauseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAutopauseOutlinedFilled.tsx b/src/IconAutopauseOutlinedFilled.tsx index 2257c48b5..cdb3d5336 100644 --- a/src/IconAutopauseOutlinedFilled.tsx +++ b/src/IconAutopauseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutopauseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutopauseRounded.tsx b/src/IconAutopauseRounded.tsx index 99a26a0d6..6d41f31ff 100644 --- a/src/IconAutopauseRounded.tsx +++ b/src/IconAutopauseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutopauseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAutopauseRoundedFilled.tsx b/src/IconAutopauseRoundedFilled.tsx index f0c42c246..34634e098 100644 --- a/src/IconAutopauseRoundedFilled.tsx +++ b/src/IconAutopauseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutopauseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutopauseSharp.tsx b/src/IconAutopauseSharp.tsx index 5585f3d89..d268e3fd9 100644 --- a/src/IconAutopauseSharp.tsx +++ b/src/IconAutopauseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutopauseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAutopauseSharpFilled.tsx b/src/IconAutopauseSharpFilled.tsx index 23100c2b9..b7fa34e46 100644 --- a/src/IconAutopauseSharpFilled.tsx +++ b/src/IconAutopauseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutopauseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoplayOutlined.tsx b/src/IconAutoplayOutlined.tsx index 05f1a82ce..fe1f9612f 100644 --- a/src/IconAutoplayOutlined.tsx +++ b/src/IconAutoplayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoplayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoplayOutlinedFilled.tsx b/src/IconAutoplayOutlinedFilled.tsx index 4fd616e2c..2066171ac 100644 --- a/src/IconAutoplayOutlinedFilled.tsx +++ b/src/IconAutoplayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoplayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutoplayRounded.tsx b/src/IconAutoplayRounded.tsx index 407aa62f6..02dadc25c 100644 --- a/src/IconAutoplayRounded.tsx +++ b/src/IconAutoplayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoplayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoplayRoundedFilled.tsx b/src/IconAutoplayRoundedFilled.tsx index a20d6a16f..1af6b0ea7 100644 --- a/src/IconAutoplayRoundedFilled.tsx +++ b/src/IconAutoplayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoplayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutoplaySharp.tsx b/src/IconAutoplaySharp.tsx index 0ae76908c..da8432193 100644 --- a/src/IconAutoplaySharp.tsx +++ b/src/IconAutoplaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoplaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAutoplaySharpFilled.tsx b/src/IconAutoplaySharpFilled.tsx index 7e5decdc4..532f6a009 100644 --- a/src/IconAutoplaySharpFilled.tsx +++ b/src/IconAutoplaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutoplaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAutorenewOutlined.tsx b/src/IconAutorenewOutlined.tsx index f0cb5dc41..776ca6cbb 100644 --- a/src/IconAutorenewOutlined.tsx +++ b/src/IconAutorenewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutorenewOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAutorenewOutlinedFilled.tsx b/src/IconAutorenewOutlinedFilled.tsx index 36fd20ccb..f5c2de87b 100644 --- a/src/IconAutorenewOutlinedFilled.tsx +++ b/src/IconAutorenewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutorenewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutorenewRounded.tsx b/src/IconAutorenewRounded.tsx index c66eeceed..a1aaadb2c 100644 --- a/src/IconAutorenewRounded.tsx +++ b/src/IconAutorenewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutorenewRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAutorenewRoundedFilled.tsx b/src/IconAutorenewRoundedFilled.tsx index 8edb226ce..d7e9e714b 100644 --- a/src/IconAutorenewRoundedFilled.tsx +++ b/src/IconAutorenewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutorenewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutorenewSharp.tsx b/src/IconAutorenewSharp.tsx index f81922518..e98d951c5 100644 --- a/src/IconAutorenewSharp.tsx +++ b/src/IconAutorenewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutorenewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAutorenewSharpFilled.tsx b/src/IconAutorenewSharpFilled.tsx index 913f5827d..4855f3c47 100644 --- a/src/IconAutorenewSharpFilled.tsx +++ b/src/IconAutorenewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutorenewSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAutostopOutlined.tsx b/src/IconAutostopOutlined.tsx index 983735473..a049febb5 100644 --- a/src/IconAutostopOutlined.tsx +++ b/src/IconAutostopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutostopOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAutostopOutlinedFilled.tsx b/src/IconAutostopOutlinedFilled.tsx index b74933930..b9995d9a4 100644 --- a/src/IconAutostopOutlinedFilled.tsx +++ b/src/IconAutostopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutostopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAutostopRounded.tsx b/src/IconAutostopRounded.tsx index 737c89a15..b7450ba31 100644 --- a/src/IconAutostopRounded.tsx +++ b/src/IconAutostopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutostopRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAutostopRoundedFilled.tsx b/src/IconAutostopRoundedFilled.tsx index 4140c671e..abd503845 100644 --- a/src/IconAutostopRoundedFilled.tsx +++ b/src/IconAutostopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutostopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAutostopSharp.tsx b/src/IconAutostopSharp.tsx index 825c8ad5b..cf2f96aa5 100644 --- a/src/IconAutostopSharp.tsx +++ b/src/IconAutostopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutostopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAutostopSharpFilled.tsx b/src/IconAutostopSharpFilled.tsx index f80259d3c..5a06d12d5 100644 --- a/src/IconAutostopSharpFilled.tsx +++ b/src/IconAutostopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAutostopSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAv1Outlined.tsx b/src/IconAv1Outlined.tsx index 41be0cc7a..d3e2208ee 100644 --- a/src/IconAv1Outlined.tsx +++ b/src/IconAv1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAv1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAv1OutlinedFilled.tsx b/src/IconAv1OutlinedFilled.tsx index 623ec69b6..0e8a7a1a7 100644 --- a/src/IconAv1OutlinedFilled.tsx +++ b/src/IconAv1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAv1OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAv1Rounded.tsx b/src/IconAv1Rounded.tsx index 01275fa3d..e4f351c51 100644 --- a/src/IconAv1Rounded.tsx +++ b/src/IconAv1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAv1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAv1RoundedFilled.tsx b/src/IconAv1RoundedFilled.tsx index 13ad83bc2..fdfd6bf45 100644 --- a/src/IconAv1RoundedFilled.tsx +++ b/src/IconAv1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAv1RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAv1Sharp.tsx b/src/IconAv1Sharp.tsx index cefb8dbbf..29be2a5a7 100644 --- a/src/IconAv1Sharp.tsx +++ b/src/IconAv1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAv1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAv1SharpFilled.tsx b/src/IconAv1SharpFilled.tsx index b287cfeba..ae4b9f581 100644 --- a/src/IconAv1SharpFilled.tsx +++ b/src/IconAv1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAv1SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAvTimerOutlined.tsx b/src/IconAvTimerOutlined.tsx index e7412378f..c235ef684 100644 --- a/src/IconAvTimerOutlined.tsx +++ b/src/IconAvTimerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvTimerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAvTimerOutlinedFilled.tsx b/src/IconAvTimerOutlinedFilled.tsx index ee52d35a6..37da85e3c 100644 --- a/src/IconAvTimerOutlinedFilled.tsx +++ b/src/IconAvTimerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvTimerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAvTimerRounded.tsx b/src/IconAvTimerRounded.tsx index 6e83b83a4..8f28e2577 100644 --- a/src/IconAvTimerRounded.tsx +++ b/src/IconAvTimerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvTimerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAvTimerRoundedFilled.tsx b/src/IconAvTimerRoundedFilled.tsx index 82574ee2c..b715469ca 100644 --- a/src/IconAvTimerRoundedFilled.tsx +++ b/src/IconAvTimerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvTimerRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAvTimerSharp.tsx b/src/IconAvTimerSharp.tsx index be56cc7d9..e05531a9c 100644 --- a/src/IconAvTimerSharp.tsx +++ b/src/IconAvTimerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvTimerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAvTimerSharpFilled.tsx b/src/IconAvTimerSharpFilled.tsx index 62648b65b..95961bfda 100644 --- a/src/IconAvTimerSharpFilled.tsx +++ b/src/IconAvTimerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvTimerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAvcOutlined.tsx b/src/IconAvcOutlined.tsx index 772fbcfe7..f93cb2e53 100644 --- a/src/IconAvcOutlined.tsx +++ b/src/IconAvcOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvcOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAvcOutlinedFilled.tsx b/src/IconAvcOutlinedFilled.tsx index 51bb25cb4..8790ea686 100644 --- a/src/IconAvcOutlinedFilled.tsx +++ b/src/IconAvcOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvcOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAvcRounded.tsx b/src/IconAvcRounded.tsx index dce596776..715964a0b 100644 --- a/src/IconAvcRounded.tsx +++ b/src/IconAvcRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvcRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAvcRoundedFilled.tsx b/src/IconAvcRoundedFilled.tsx index 33341f5ff..b9a995b8d 100644 --- a/src/IconAvcRoundedFilled.tsx +++ b/src/IconAvcRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvcRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAvcSharp.tsx b/src/IconAvcSharp.tsx index 4dc1f143d..39cbfae6a 100644 --- a/src/IconAvcSharp.tsx +++ b/src/IconAvcSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvcSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAvcSharpFilled.tsx b/src/IconAvcSharpFilled.tsx index 61f2f486e..1d53832d1 100644 --- a/src/IconAvcSharpFilled.tsx +++ b/src/IconAvcSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvcSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAvgPaceOutlined.tsx b/src/IconAvgPaceOutlined.tsx index 627a41337..282500a3d 100644 --- a/src/IconAvgPaceOutlined.tsx +++ b/src/IconAvgPaceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgPaceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAvgPaceOutlinedFilled.tsx b/src/IconAvgPaceOutlinedFilled.tsx index 021f151db..b164223a3 100644 --- a/src/IconAvgPaceOutlinedFilled.tsx +++ b/src/IconAvgPaceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgPaceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAvgPaceRounded.tsx b/src/IconAvgPaceRounded.tsx index 918b04ebd..dd944726a 100644 --- a/src/IconAvgPaceRounded.tsx +++ b/src/IconAvgPaceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgPaceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAvgPaceRoundedFilled.tsx b/src/IconAvgPaceRoundedFilled.tsx index e2fb14d56..a4523a9df 100644 --- a/src/IconAvgPaceRoundedFilled.tsx +++ b/src/IconAvgPaceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgPaceRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAvgPaceSharp.tsx b/src/IconAvgPaceSharp.tsx index e7b17a1a8..50ef4585c 100644 --- a/src/IconAvgPaceSharp.tsx +++ b/src/IconAvgPaceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgPaceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAvgPaceSharpFilled.tsx b/src/IconAvgPaceSharpFilled.tsx index 28becf1b0..89505653b 100644 --- a/src/IconAvgPaceSharpFilled.tsx +++ b/src/IconAvgPaceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgPaceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAvgTimeOutlined.tsx b/src/IconAvgTimeOutlined.tsx index 98f00a90f..210d3d9d1 100644 --- a/src/IconAvgTimeOutlined.tsx +++ b/src/IconAvgTimeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgTimeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAvgTimeOutlinedFilled.tsx b/src/IconAvgTimeOutlinedFilled.tsx index 95b0455fe..2d020a089 100644 --- a/src/IconAvgTimeOutlinedFilled.tsx +++ b/src/IconAvgTimeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgTimeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAvgTimeRounded.tsx b/src/IconAvgTimeRounded.tsx index 881c8bffa..f5ecf04d9 100644 --- a/src/IconAvgTimeRounded.tsx +++ b/src/IconAvgTimeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgTimeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAvgTimeRoundedFilled.tsx b/src/IconAvgTimeRoundedFilled.tsx index 338c45053..2d502e47d 100644 --- a/src/IconAvgTimeRoundedFilled.tsx +++ b/src/IconAvgTimeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgTimeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAvgTimeSharp.tsx b/src/IconAvgTimeSharp.tsx index 96bd09b0b..ad38947e6 100644 --- a/src/IconAvgTimeSharp.tsx +++ b/src/IconAvgTimeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgTimeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAvgTimeSharpFilled.tsx b/src/IconAvgTimeSharpFilled.tsx index 57cada386..abe5e8c2d 100644 --- a/src/IconAvgTimeSharpFilled.tsx +++ b/src/IconAvgTimeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAvgTimeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAwardStarOutlined.tsx b/src/IconAwardStarOutlined.tsx index 9b8c9365d..f26fce47a 100644 --- a/src/IconAwardStarOutlined.tsx +++ b/src/IconAwardStarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAwardStarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAwardStarOutlinedFilled.tsx b/src/IconAwardStarOutlinedFilled.tsx index 88c88641e..4f73b1630 100644 --- a/src/IconAwardStarOutlinedFilled.tsx +++ b/src/IconAwardStarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAwardStarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconAwardStarRounded.tsx b/src/IconAwardStarRounded.tsx index 256fd84ec..6a46b60f3 100644 --- a/src/IconAwardStarRounded.tsx +++ b/src/IconAwardStarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAwardStarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAwardStarRoundedFilled.tsx b/src/IconAwardStarRoundedFilled.tsx index 959ae66c2..1fdc78ee3 100644 --- a/src/IconAwardStarRoundedFilled.tsx +++ b/src/IconAwardStarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAwardStarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconAwardStarSharp.tsx b/src/IconAwardStarSharp.tsx index 6b5e13f83..46c4e321f 100644 --- a/src/IconAwardStarSharp.tsx +++ b/src/IconAwardStarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAwardStarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAwardStarSharpFilled.tsx b/src/IconAwardStarSharpFilled.tsx index 8cf20a913..5c186f613 100644 --- a/src/IconAwardStarSharpFilled.tsx +++ b/src/IconAwardStarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAwardStarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAzmOutlined.tsx b/src/IconAzmOutlined.tsx index 11134c375..7685599f7 100644 --- a/src/IconAzmOutlined.tsx +++ b/src/IconAzmOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAzmOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconAzmOutlinedFilled.tsx b/src/IconAzmOutlinedFilled.tsx index aa04d3925..c1ddb56f6 100644 --- a/src/IconAzmOutlinedFilled.tsx +++ b/src/IconAzmOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAzmOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAzmRounded.tsx b/src/IconAzmRounded.tsx index 9f4977676..aa8ff907d 100644 --- a/src/IconAzmRounded.tsx +++ b/src/IconAzmRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAzmRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconAzmRoundedFilled.tsx b/src/IconAzmRoundedFilled.tsx index d5478c6ec..5e283dc93 100644 --- a/src/IconAzmRoundedFilled.tsx +++ b/src/IconAzmRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAzmRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconAzmSharp.tsx b/src/IconAzmSharp.tsx index 67f0dbd87..b9a4cc676 100644 --- a/src/IconAzmSharp.tsx +++ b/src/IconAzmSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAzmSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconAzmSharpFilled.tsx b/src/IconAzmSharpFilled.tsx index 04ba9493f..9dc2d5e33 100644 --- a/src/IconAzmSharpFilled.tsx +++ b/src/IconAzmSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconAzmSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBabyChangingStationOutlined.tsx b/src/IconBabyChangingStationOutlined.tsx index 3ab8b4344..d2d8a00c7 100644 --- a/src/IconBabyChangingStationOutlined.tsx +++ b/src/IconBabyChangingStationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBabyChangingStationOutlined: React.FC = ({ ...props diff --git a/src/IconBabyChangingStationOutlinedFilled.tsx b/src/IconBabyChangingStationOutlinedFilled.tsx index 25f74014b..ff441619d 100644 --- a/src/IconBabyChangingStationOutlinedFilled.tsx +++ b/src/IconBabyChangingStationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBabyChangingStationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBabyChangingStationRounded.tsx b/src/IconBabyChangingStationRounded.tsx index 3687ced41..f7c7409cd 100644 --- a/src/IconBabyChangingStationRounded.tsx +++ b/src/IconBabyChangingStationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBabyChangingStationRounded: React.FC = ({ ...props diff --git a/src/IconBabyChangingStationRoundedFilled.tsx b/src/IconBabyChangingStationRoundedFilled.tsx index 377ae583c..e529e8329 100644 --- a/src/IconBabyChangingStationRoundedFilled.tsx +++ b/src/IconBabyChangingStationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBabyChangingStationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBabyChangingStationSharp.tsx b/src/IconBabyChangingStationSharp.tsx index 8cfceb868..a7a19993f 100644 --- a/src/IconBabyChangingStationSharp.tsx +++ b/src/IconBabyChangingStationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBabyChangingStationSharp: React.FC = ({ ...props diff --git a/src/IconBabyChangingStationSharpFilled.tsx b/src/IconBabyChangingStationSharpFilled.tsx index f93926bd1..4397f8057 100644 --- a/src/IconBabyChangingStationSharpFilled.tsx +++ b/src/IconBabyChangingStationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBabyChangingStationSharpFilled: React.FC = ({ ...props diff --git a/src/IconBackHandOutlined.tsx b/src/IconBackHandOutlined.tsx index 33c75c9c6..c04cdfe27 100644 --- a/src/IconBackHandOutlined.tsx +++ b/src/IconBackHandOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackHandOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBackHandOutlinedFilled.tsx b/src/IconBackHandOutlinedFilled.tsx index c0fd38260..ac714c062 100644 --- a/src/IconBackHandOutlinedFilled.tsx +++ b/src/IconBackHandOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackHandOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBackHandRounded.tsx b/src/IconBackHandRounded.tsx index 256741699..946044e46 100644 --- a/src/IconBackHandRounded.tsx +++ b/src/IconBackHandRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackHandRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBackHandRoundedFilled.tsx b/src/IconBackHandRoundedFilled.tsx index 27749a7e8..75a5e4347 100644 --- a/src/IconBackHandRoundedFilled.tsx +++ b/src/IconBackHandRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackHandRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBackHandSharp.tsx b/src/IconBackHandSharp.tsx index e3b865c6d..31fd04858 100644 --- a/src/IconBackHandSharp.tsx +++ b/src/IconBackHandSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackHandSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBackHandSharpFilled.tsx b/src/IconBackHandSharpFilled.tsx index 64287f639..744e00d08 100644 --- a/src/IconBackHandSharpFilled.tsx +++ b/src/IconBackHandSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackHandSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBackToTabOutlined.tsx b/src/IconBackToTabOutlined.tsx index 771359418..28905e6df 100644 --- a/src/IconBackToTabOutlined.tsx +++ b/src/IconBackToTabOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackToTabOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBackToTabOutlinedFilled.tsx b/src/IconBackToTabOutlinedFilled.tsx index a63dffc01..9288eaa57 100644 --- a/src/IconBackToTabOutlinedFilled.tsx +++ b/src/IconBackToTabOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackToTabOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBackToTabRounded.tsx b/src/IconBackToTabRounded.tsx index a8f72a77e..ce5c3f031 100644 --- a/src/IconBackToTabRounded.tsx +++ b/src/IconBackToTabRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackToTabRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBackToTabRoundedFilled.tsx b/src/IconBackToTabRoundedFilled.tsx index 27fb4f1c5..d7cf12a6f 100644 --- a/src/IconBackToTabRoundedFilled.tsx +++ b/src/IconBackToTabRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackToTabRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBackToTabSharp.tsx b/src/IconBackToTabSharp.tsx index f6203c804..aa9295a1b 100644 --- a/src/IconBackToTabSharp.tsx +++ b/src/IconBackToTabSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackToTabSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBackToTabSharpFilled.tsx b/src/IconBackToTabSharpFilled.tsx index fb02707f2..5efd485de 100644 --- a/src/IconBackToTabSharpFilled.tsx +++ b/src/IconBackToTabSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackToTabSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBackgroundDotLargeOutlined.tsx b/src/IconBackgroundDotLargeOutlined.tsx index 5a03eb034..81794d146 100644 --- a/src/IconBackgroundDotLargeOutlined.tsx +++ b/src/IconBackgroundDotLargeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotLargeOutlined: React.FC = ({ ...props diff --git a/src/IconBackgroundDotLargeOutlinedFilled.tsx b/src/IconBackgroundDotLargeOutlinedFilled.tsx index b4193e1b9..a0e1e0d6d 100644 --- a/src/IconBackgroundDotLargeOutlinedFilled.tsx +++ b/src/IconBackgroundDotLargeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotLargeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBackgroundDotLargeRounded.tsx b/src/IconBackgroundDotLargeRounded.tsx index 1b7cf1d94..8065f1595 100644 --- a/src/IconBackgroundDotLargeRounded.tsx +++ b/src/IconBackgroundDotLargeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotLargeRounded: React.FC = ({ ...props diff --git a/src/IconBackgroundDotLargeRoundedFilled.tsx b/src/IconBackgroundDotLargeRoundedFilled.tsx index cf6ead51a..1803e9a7f 100644 --- a/src/IconBackgroundDotLargeRoundedFilled.tsx +++ b/src/IconBackgroundDotLargeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotLargeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBackgroundDotLargeSharp.tsx b/src/IconBackgroundDotLargeSharp.tsx index fb2e5a1dc..767d1f684 100644 --- a/src/IconBackgroundDotLargeSharp.tsx +++ b/src/IconBackgroundDotLargeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotLargeSharp: React.FC = ({ ...props diff --git a/src/IconBackgroundDotLargeSharpFilled.tsx b/src/IconBackgroundDotLargeSharpFilled.tsx index 9514d451a..464c17815 100644 --- a/src/IconBackgroundDotLargeSharpFilled.tsx +++ b/src/IconBackgroundDotLargeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotLargeSharpFilled: React.FC = ({ ...props diff --git a/src/IconBackgroundDotSmallOutlined.tsx b/src/IconBackgroundDotSmallOutlined.tsx index 17060af71..e54c6f179 100644 --- a/src/IconBackgroundDotSmallOutlined.tsx +++ b/src/IconBackgroundDotSmallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotSmallOutlined: React.FC = ({ ...props diff --git a/src/IconBackgroundDotSmallOutlinedFilled.tsx b/src/IconBackgroundDotSmallOutlinedFilled.tsx index 5b1350023..89f86216d 100644 --- a/src/IconBackgroundDotSmallOutlinedFilled.tsx +++ b/src/IconBackgroundDotSmallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotSmallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBackgroundDotSmallRounded.tsx b/src/IconBackgroundDotSmallRounded.tsx index 90a4f6e9c..a21b62e83 100644 --- a/src/IconBackgroundDotSmallRounded.tsx +++ b/src/IconBackgroundDotSmallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotSmallRounded: React.FC = ({ ...props diff --git a/src/IconBackgroundDotSmallRoundedFilled.tsx b/src/IconBackgroundDotSmallRoundedFilled.tsx index c5cd25abd..c27214152 100644 --- a/src/IconBackgroundDotSmallRoundedFilled.tsx +++ b/src/IconBackgroundDotSmallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotSmallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBackgroundDotSmallSharp.tsx b/src/IconBackgroundDotSmallSharp.tsx index b3b816d37..c3a8b8bca 100644 --- a/src/IconBackgroundDotSmallSharp.tsx +++ b/src/IconBackgroundDotSmallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotSmallSharp: React.FC = ({ ...props diff --git a/src/IconBackgroundDotSmallSharpFilled.tsx b/src/IconBackgroundDotSmallSharpFilled.tsx index 3adce5d77..5ec997d6a 100644 --- a/src/IconBackgroundDotSmallSharpFilled.tsx +++ b/src/IconBackgroundDotSmallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundDotSmallSharpFilled: React.FC = ({ ...props diff --git a/src/IconBackgroundGridSmallOutlined.tsx b/src/IconBackgroundGridSmallOutlined.tsx index 2d752c1ef..cb8cfcdb1 100644 --- a/src/IconBackgroundGridSmallOutlined.tsx +++ b/src/IconBackgroundGridSmallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundGridSmallOutlined: React.FC = ({ ...props diff --git a/src/IconBackgroundGridSmallOutlinedFilled.tsx b/src/IconBackgroundGridSmallOutlinedFilled.tsx index 2570c91d7..cba8ab6b9 100644 --- a/src/IconBackgroundGridSmallOutlinedFilled.tsx +++ b/src/IconBackgroundGridSmallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundGridSmallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBackgroundGridSmallRounded.tsx b/src/IconBackgroundGridSmallRounded.tsx index 259d2c5d2..52f71621f 100644 --- a/src/IconBackgroundGridSmallRounded.tsx +++ b/src/IconBackgroundGridSmallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundGridSmallRounded: React.FC = ({ ...props diff --git a/src/IconBackgroundGridSmallRoundedFilled.tsx b/src/IconBackgroundGridSmallRoundedFilled.tsx index 6e4bb2004..63795a72c 100644 --- a/src/IconBackgroundGridSmallRoundedFilled.tsx +++ b/src/IconBackgroundGridSmallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundGridSmallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBackgroundGridSmallSharp.tsx b/src/IconBackgroundGridSmallSharp.tsx index cfbe6de46..c5c8e1be9 100644 --- a/src/IconBackgroundGridSmallSharp.tsx +++ b/src/IconBackgroundGridSmallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundGridSmallSharp: React.FC = ({ ...props diff --git a/src/IconBackgroundGridSmallSharpFilled.tsx b/src/IconBackgroundGridSmallSharpFilled.tsx index 52b487547..89c4c3323 100644 --- a/src/IconBackgroundGridSmallSharpFilled.tsx +++ b/src/IconBackgroundGridSmallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundGridSmallSharpFilled: React.FC = ({ ...props diff --git a/src/IconBackgroundReplaceOutlined.tsx b/src/IconBackgroundReplaceOutlined.tsx index 7e5e1976e..803d03301 100644 --- a/src/IconBackgroundReplaceOutlined.tsx +++ b/src/IconBackgroundReplaceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundReplaceOutlined: React.FC = ({ ...props diff --git a/src/IconBackgroundReplaceOutlinedFilled.tsx b/src/IconBackgroundReplaceOutlinedFilled.tsx index 9178d18ac..1b5485448 100644 --- a/src/IconBackgroundReplaceOutlinedFilled.tsx +++ b/src/IconBackgroundReplaceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundReplaceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBackgroundReplaceRounded.tsx b/src/IconBackgroundReplaceRounded.tsx index 3a9933267..225be333a 100644 --- a/src/IconBackgroundReplaceRounded.tsx +++ b/src/IconBackgroundReplaceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundReplaceRounded: React.FC = ({ ...props diff --git a/src/IconBackgroundReplaceRoundedFilled.tsx b/src/IconBackgroundReplaceRoundedFilled.tsx index 47a04ddf4..a8e0b5877 100644 --- a/src/IconBackgroundReplaceRoundedFilled.tsx +++ b/src/IconBackgroundReplaceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundReplaceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBackgroundReplaceSharp.tsx b/src/IconBackgroundReplaceSharp.tsx index e339a2e53..d151e434e 100644 --- a/src/IconBackgroundReplaceSharp.tsx +++ b/src/IconBackgroundReplaceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundReplaceSharp: React.FC = ({ ...props diff --git a/src/IconBackgroundReplaceSharpFilled.tsx b/src/IconBackgroundReplaceSharpFilled.tsx index 25f63b7eb..7cbb037f6 100644 --- a/src/IconBackgroundReplaceSharpFilled.tsx +++ b/src/IconBackgroundReplaceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackgroundReplaceSharpFilled: React.FC = ({ ...props diff --git a/src/IconBacklightHighOffOutlined.tsx b/src/IconBacklightHighOffOutlined.tsx index d0038852f..732259fca 100644 --- a/src/IconBacklightHighOffOutlined.tsx +++ b/src/IconBacklightHighOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighOffOutlined: React.FC = ({ ...props diff --git a/src/IconBacklightHighOffOutlinedFilled.tsx b/src/IconBacklightHighOffOutlinedFilled.tsx index 547cb4d6b..47b39ceec 100644 --- a/src/IconBacklightHighOffOutlinedFilled.tsx +++ b/src/IconBacklightHighOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBacklightHighOffRounded.tsx b/src/IconBacklightHighOffRounded.tsx index 8acf1210a..e2da23984 100644 --- a/src/IconBacklightHighOffRounded.tsx +++ b/src/IconBacklightHighOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighOffRounded: React.FC = ({ ...props diff --git a/src/IconBacklightHighOffRoundedFilled.tsx b/src/IconBacklightHighOffRoundedFilled.tsx index 0a29a094a..c02df91c7 100644 --- a/src/IconBacklightHighOffRoundedFilled.tsx +++ b/src/IconBacklightHighOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBacklightHighOffSharp.tsx b/src/IconBacklightHighOffSharp.tsx index ec6b98a37..4282a6224 100644 --- a/src/IconBacklightHighOffSharp.tsx +++ b/src/IconBacklightHighOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighOffSharp: React.FC = ({ ...props diff --git a/src/IconBacklightHighOffSharpFilled.tsx b/src/IconBacklightHighOffSharpFilled.tsx index 2b1be2b75..475c30424 100644 --- a/src/IconBacklightHighOffSharpFilled.tsx +++ b/src/IconBacklightHighOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconBacklightHighOutlined.tsx b/src/IconBacklightHighOutlined.tsx index 3773dded1..658f24ac2 100644 --- a/src/IconBacklightHighOutlined.tsx +++ b/src/IconBacklightHighOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighOutlined: React.FC = ({ ...props diff --git a/src/IconBacklightHighOutlinedFilled.tsx b/src/IconBacklightHighOutlinedFilled.tsx index 9e29443f4..b68ac8928 100644 --- a/src/IconBacklightHighOutlinedFilled.tsx +++ b/src/IconBacklightHighOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBacklightHighRounded.tsx b/src/IconBacklightHighRounded.tsx index d23f24467..ebee73722 100644 --- a/src/IconBacklightHighRounded.tsx +++ b/src/IconBacklightHighRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBacklightHighRoundedFilled.tsx b/src/IconBacklightHighRoundedFilled.tsx index 5b574e5d9..f5197dd2e 100644 --- a/src/IconBacklightHighRoundedFilled.tsx +++ b/src/IconBacklightHighRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBacklightHighSharp.tsx b/src/IconBacklightHighSharp.tsx index 3cdec17a0..6548c62bc 100644 --- a/src/IconBacklightHighSharp.tsx +++ b/src/IconBacklightHighSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBacklightHighSharpFilled.tsx b/src/IconBacklightHighSharpFilled.tsx index dfef7423b..a8bd17f09 100644 --- a/src/IconBacklightHighSharpFilled.tsx +++ b/src/IconBacklightHighSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightHighSharpFilled: React.FC = ({ ...props diff --git a/src/IconBacklightLowOutlined.tsx b/src/IconBacklightLowOutlined.tsx index fde90f76c..81b6d4bda 100644 --- a/src/IconBacklightLowOutlined.tsx +++ b/src/IconBacklightLowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightLowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBacklightLowOutlinedFilled.tsx b/src/IconBacklightLowOutlinedFilled.tsx index 0747a7389..a864672fa 100644 --- a/src/IconBacklightLowOutlinedFilled.tsx +++ b/src/IconBacklightLowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightLowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBacklightLowRounded.tsx b/src/IconBacklightLowRounded.tsx index 04ed85567..aa29cd079 100644 --- a/src/IconBacklightLowRounded.tsx +++ b/src/IconBacklightLowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightLowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBacklightLowRoundedFilled.tsx b/src/IconBacklightLowRoundedFilled.tsx index 4ed82d261..89a04bf24 100644 --- a/src/IconBacklightLowRoundedFilled.tsx +++ b/src/IconBacklightLowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightLowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBacklightLowSharp.tsx b/src/IconBacklightLowSharp.tsx index 4eea14e58..d7033f3af 100644 --- a/src/IconBacklightLowSharp.tsx +++ b/src/IconBacklightLowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightLowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBacklightLowSharpFilled.tsx b/src/IconBacklightLowSharpFilled.tsx index c008e3883..2708a3735 100644 --- a/src/IconBacklightLowSharpFilled.tsx +++ b/src/IconBacklightLowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBacklightLowSharpFilled: React.FC = ({ ...props diff --git a/src/IconBackpackOutlined.tsx b/src/IconBackpackOutlined.tsx index bc650fbed..268cb86ac 100644 --- a/src/IconBackpackOutlined.tsx +++ b/src/IconBackpackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackpackOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBackpackOutlinedFilled.tsx b/src/IconBackpackOutlinedFilled.tsx index 0e09e3cf6..2dfc6b2fd 100644 --- a/src/IconBackpackOutlinedFilled.tsx +++ b/src/IconBackpackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackpackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBackpackRounded.tsx b/src/IconBackpackRounded.tsx index 84f97a913..7c4bdc075 100644 --- a/src/IconBackpackRounded.tsx +++ b/src/IconBackpackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackpackRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBackpackRoundedFilled.tsx b/src/IconBackpackRoundedFilled.tsx index c4d671d30..3d5540d11 100644 --- a/src/IconBackpackRoundedFilled.tsx +++ b/src/IconBackpackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackpackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBackpackSharp.tsx b/src/IconBackpackSharp.tsx index ef56c1920..b29f6b52d 100644 --- a/src/IconBackpackSharp.tsx +++ b/src/IconBackpackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackpackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBackpackSharpFilled.tsx b/src/IconBackpackSharpFilled.tsx index 0b8f7d85d..8f5be6628 100644 --- a/src/IconBackpackSharpFilled.tsx +++ b/src/IconBackpackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackpackSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBackspaceOutlined.tsx b/src/IconBackspaceOutlined.tsx index 653f7d102..a4a88eec3 100644 --- a/src/IconBackspaceOutlined.tsx +++ b/src/IconBackspaceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackspaceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBackspaceOutlinedFilled.tsx b/src/IconBackspaceOutlinedFilled.tsx index 15a30039f..f581574fc 100644 --- a/src/IconBackspaceOutlinedFilled.tsx +++ b/src/IconBackspaceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackspaceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBackspaceRounded.tsx b/src/IconBackspaceRounded.tsx index 8cfbb7df7..4b03a0c25 100644 --- a/src/IconBackspaceRounded.tsx +++ b/src/IconBackspaceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackspaceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBackspaceRoundedFilled.tsx b/src/IconBackspaceRoundedFilled.tsx index 0f899fecf..e67f27eab 100644 --- a/src/IconBackspaceRoundedFilled.tsx +++ b/src/IconBackspaceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackspaceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBackspaceSharp.tsx b/src/IconBackspaceSharp.tsx index e2201cb50..124d00ad7 100644 --- a/src/IconBackspaceSharp.tsx +++ b/src/IconBackspaceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackspaceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBackspaceSharpFilled.tsx b/src/IconBackspaceSharpFilled.tsx index 941279fb8..819c57c6e 100644 --- a/src/IconBackspaceSharpFilled.tsx +++ b/src/IconBackspaceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackspaceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBackupOutlined.tsx b/src/IconBackupOutlined.tsx index 4fd8de4e2..faf46b9d2 100644 --- a/src/IconBackupOutlined.tsx +++ b/src/IconBackupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBackupOutlinedFilled.tsx b/src/IconBackupOutlinedFilled.tsx index 810d26b82..8670b8244 100644 --- a/src/IconBackupOutlinedFilled.tsx +++ b/src/IconBackupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBackupRounded.tsx b/src/IconBackupRounded.tsx index c5bf578f7..3f9b088ff 100644 --- a/src/IconBackupRounded.tsx +++ b/src/IconBackupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBackupRoundedFilled.tsx b/src/IconBackupRoundedFilled.tsx index 2d38b6da2..b2b4d920b 100644 --- a/src/IconBackupRoundedFilled.tsx +++ b/src/IconBackupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBackupSharp.tsx b/src/IconBackupSharp.tsx index 0f2a4d348..343d4f539 100644 --- a/src/IconBackupSharp.tsx +++ b/src/IconBackupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBackupSharpFilled.tsx b/src/IconBackupSharpFilled.tsx index 3bf3fd728..bfc65e874 100644 --- a/src/IconBackupSharpFilled.tsx +++ b/src/IconBackupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBackupTableOutlined.tsx b/src/IconBackupTableOutlined.tsx index c12c3ac16..784b0febf 100644 --- a/src/IconBackupTableOutlined.tsx +++ b/src/IconBackupTableOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupTableOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBackupTableOutlinedFilled.tsx b/src/IconBackupTableOutlinedFilled.tsx index 8113103cc..f42d308b5 100644 --- a/src/IconBackupTableOutlinedFilled.tsx +++ b/src/IconBackupTableOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupTableOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBackupTableRounded.tsx b/src/IconBackupTableRounded.tsx index 22e088777..907b97aff 100644 --- a/src/IconBackupTableRounded.tsx +++ b/src/IconBackupTableRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupTableRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBackupTableRoundedFilled.tsx b/src/IconBackupTableRoundedFilled.tsx index d1e809445..731661887 100644 --- a/src/IconBackupTableRoundedFilled.tsx +++ b/src/IconBackupTableRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupTableRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBackupTableSharp.tsx b/src/IconBackupTableSharp.tsx index 2822d48eb..a8deffdd0 100644 --- a/src/IconBackupTableSharp.tsx +++ b/src/IconBackupTableSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupTableSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBackupTableSharpFilled.tsx b/src/IconBackupTableSharpFilled.tsx index 24a256827..9f45824cf 100644 --- a/src/IconBackupTableSharpFilled.tsx +++ b/src/IconBackupTableSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBackupTableSharpFilled: React.FC = ({ ...props diff --git a/src/IconBadgeCriticalBatteryOutlined.tsx b/src/IconBadgeCriticalBatteryOutlined.tsx index 37e1dcaab..45fcfc32c 100644 --- a/src/IconBadgeCriticalBatteryOutlined.tsx +++ b/src/IconBadgeCriticalBatteryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeCriticalBatteryOutlined: React.FC = ({ ...props diff --git a/src/IconBadgeCriticalBatteryOutlinedFilled.tsx b/src/IconBadgeCriticalBatteryOutlinedFilled.tsx index 5f946d8ee..d764f1165 100644 --- a/src/IconBadgeCriticalBatteryOutlinedFilled.tsx +++ b/src/IconBadgeCriticalBatteryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeCriticalBatteryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBadgeCriticalBatteryRounded.tsx b/src/IconBadgeCriticalBatteryRounded.tsx index 4f8105af1..9adb92ec5 100644 --- a/src/IconBadgeCriticalBatteryRounded.tsx +++ b/src/IconBadgeCriticalBatteryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeCriticalBatteryRounded: React.FC = ({ ...props diff --git a/src/IconBadgeCriticalBatteryRoundedFilled.tsx b/src/IconBadgeCriticalBatteryRoundedFilled.tsx index 46cbbdb58..1667cf72d 100644 --- a/src/IconBadgeCriticalBatteryRoundedFilled.tsx +++ b/src/IconBadgeCriticalBatteryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeCriticalBatteryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBadgeCriticalBatterySharp.tsx b/src/IconBadgeCriticalBatterySharp.tsx index d7bbe3891..b617686bb 100644 --- a/src/IconBadgeCriticalBatterySharp.tsx +++ b/src/IconBadgeCriticalBatterySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeCriticalBatterySharp: React.FC = ({ ...props diff --git a/src/IconBadgeCriticalBatterySharpFilled.tsx b/src/IconBadgeCriticalBatterySharpFilled.tsx index 1c2c0e49b..7baa32462 100644 --- a/src/IconBadgeCriticalBatterySharpFilled.tsx +++ b/src/IconBadgeCriticalBatterySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeCriticalBatterySharpFilled: React.FC = ({ ...props diff --git a/src/IconBadgeOutlined.tsx b/src/IconBadgeOutlined.tsx index e41f9719e..528091d7b 100644 --- a/src/IconBadgeOutlined.tsx +++ b/src/IconBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBadgeOutlinedFilled.tsx b/src/IconBadgeOutlinedFilled.tsx index cb315ec0e..ea02a813a 100644 --- a/src/IconBadgeOutlinedFilled.tsx +++ b/src/IconBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBadgeRounded.tsx b/src/IconBadgeRounded.tsx index 38203f438..95bb60d97 100644 --- a/src/IconBadgeRounded.tsx +++ b/src/IconBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBadgeRoundedFilled.tsx b/src/IconBadgeRoundedFilled.tsx index da1f59cbd..3afec1420 100644 --- a/src/IconBadgeRoundedFilled.tsx +++ b/src/IconBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBadgeSharp.tsx b/src/IconBadgeSharp.tsx index 65e090bb3..6fa3b8c9d 100644 --- a/src/IconBadgeSharp.tsx +++ b/src/IconBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBadgeSharpFilled.tsx b/src/IconBadgeSharpFilled.tsx index 3ae7fe6d5..9da2389c9 100644 --- a/src/IconBadgeSharpFilled.tsx +++ b/src/IconBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBadgeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBakeryDiningOutlined.tsx b/src/IconBakeryDiningOutlined.tsx index b672cd9b8..143b4e6b4 100644 --- a/src/IconBakeryDiningOutlined.tsx +++ b/src/IconBakeryDiningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBakeryDiningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBakeryDiningOutlinedFilled.tsx b/src/IconBakeryDiningOutlinedFilled.tsx index 4dc51b494..85d580057 100644 --- a/src/IconBakeryDiningOutlinedFilled.tsx +++ b/src/IconBakeryDiningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBakeryDiningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBakeryDiningRounded.tsx b/src/IconBakeryDiningRounded.tsx index cbd41a272..3bd8f5d92 100644 --- a/src/IconBakeryDiningRounded.tsx +++ b/src/IconBakeryDiningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBakeryDiningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBakeryDiningRoundedFilled.tsx b/src/IconBakeryDiningRoundedFilled.tsx index c15abb277..31e62b3d1 100644 --- a/src/IconBakeryDiningRoundedFilled.tsx +++ b/src/IconBakeryDiningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBakeryDiningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBakeryDiningSharp.tsx b/src/IconBakeryDiningSharp.tsx index ab7606685..bb1d1d987 100644 --- a/src/IconBakeryDiningSharp.tsx +++ b/src/IconBakeryDiningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBakeryDiningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBakeryDiningSharpFilled.tsx b/src/IconBakeryDiningSharpFilled.tsx index be1afb3a3..aeac94344 100644 --- a/src/IconBakeryDiningSharpFilled.tsx +++ b/src/IconBakeryDiningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBakeryDiningSharpFilled: React.FC = ({ ...props diff --git a/src/IconBalanceOutlined.tsx b/src/IconBalanceOutlined.tsx index e9d8a4d91..1e0e9be1e 100644 --- a/src/IconBalanceOutlined.tsx +++ b/src/IconBalanceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalanceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBalanceOutlinedFilled.tsx b/src/IconBalanceOutlinedFilled.tsx index c7359750c..034696884 100644 --- a/src/IconBalanceOutlinedFilled.tsx +++ b/src/IconBalanceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalanceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBalanceRounded.tsx b/src/IconBalanceRounded.tsx index bb7c8dee0..9cd5ec098 100644 --- a/src/IconBalanceRounded.tsx +++ b/src/IconBalanceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalanceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBalanceRoundedFilled.tsx b/src/IconBalanceRoundedFilled.tsx index bd1c82be5..6cd0fff5c 100644 --- a/src/IconBalanceRoundedFilled.tsx +++ b/src/IconBalanceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalanceRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBalanceSharp.tsx b/src/IconBalanceSharp.tsx index d824f69cd..84e8ffe21 100644 --- a/src/IconBalanceSharp.tsx +++ b/src/IconBalanceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalanceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBalanceSharpFilled.tsx b/src/IconBalanceSharpFilled.tsx index 44fd33232..ba8de7256 100644 --- a/src/IconBalanceSharpFilled.tsx +++ b/src/IconBalanceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalanceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBalconyOutlined.tsx b/src/IconBalconyOutlined.tsx index aab11f527..457fccdc4 100644 --- a/src/IconBalconyOutlined.tsx +++ b/src/IconBalconyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalconyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBalconyOutlinedFilled.tsx b/src/IconBalconyOutlinedFilled.tsx index e7cd7aafd..f39d79e6f 100644 --- a/src/IconBalconyOutlinedFilled.tsx +++ b/src/IconBalconyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalconyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBalconyRounded.tsx b/src/IconBalconyRounded.tsx index 0f3b38720..a37d2723b 100644 --- a/src/IconBalconyRounded.tsx +++ b/src/IconBalconyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalconyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBalconyRoundedFilled.tsx b/src/IconBalconyRoundedFilled.tsx index 7be6c2980..1a9e84148 100644 --- a/src/IconBalconyRoundedFilled.tsx +++ b/src/IconBalconyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalconyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBalconySharp.tsx b/src/IconBalconySharp.tsx index ed2f04ddd..03e619aa3 100644 --- a/src/IconBalconySharp.tsx +++ b/src/IconBalconySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalconySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBalconySharpFilled.tsx b/src/IconBalconySharpFilled.tsx index 1a5b497f9..abc23b588 100644 --- a/src/IconBalconySharpFilled.tsx +++ b/src/IconBalconySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBalconySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBallotOutlined.tsx b/src/IconBallotOutlined.tsx index afff8cbf4..0c9febc55 100644 --- a/src/IconBallotOutlined.tsx +++ b/src/IconBallotOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBallotOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBallotOutlinedFilled.tsx b/src/IconBallotOutlinedFilled.tsx index eb6adfc57..eb8648d52 100644 --- a/src/IconBallotOutlinedFilled.tsx +++ b/src/IconBallotOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBallotOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBallotRounded.tsx b/src/IconBallotRounded.tsx index 10c7c8628..673e6ea50 100644 --- a/src/IconBallotRounded.tsx +++ b/src/IconBallotRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBallotRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBallotRoundedFilled.tsx b/src/IconBallotRoundedFilled.tsx index bf2d9a4ca..7844a08d3 100644 --- a/src/IconBallotRoundedFilled.tsx +++ b/src/IconBallotRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBallotRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBallotSharp.tsx b/src/IconBallotSharp.tsx index 4dc511a2e..54b62884f 100644 --- a/src/IconBallotSharp.tsx +++ b/src/IconBallotSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBallotSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBallotSharpFilled.tsx b/src/IconBallotSharpFilled.tsx index c4c6e5ccf..a49dfeebc 100644 --- a/src/IconBallotSharpFilled.tsx +++ b/src/IconBallotSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBallotSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBarChart4BarsOutlined.tsx b/src/IconBarChart4BarsOutlined.tsx index 185f51439..70aee71e3 100644 --- a/src/IconBarChart4BarsOutlined.tsx +++ b/src/IconBarChart4BarsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChart4BarsOutlined: React.FC = ({ ...props diff --git a/src/IconBarChart4BarsOutlinedFilled.tsx b/src/IconBarChart4BarsOutlinedFilled.tsx index 50f9dbfa5..25600cd97 100644 --- a/src/IconBarChart4BarsOutlinedFilled.tsx +++ b/src/IconBarChart4BarsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChart4BarsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBarChart4BarsRounded.tsx b/src/IconBarChart4BarsRounded.tsx index 9603c2bba..a71557e9f 100644 --- a/src/IconBarChart4BarsRounded.tsx +++ b/src/IconBarChart4BarsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChart4BarsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBarChart4BarsRoundedFilled.tsx b/src/IconBarChart4BarsRoundedFilled.tsx index 5152f3073..e06e6b99e 100644 --- a/src/IconBarChart4BarsRoundedFilled.tsx +++ b/src/IconBarChart4BarsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChart4BarsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBarChart4BarsSharp.tsx b/src/IconBarChart4BarsSharp.tsx index d750ccc79..e47437e09 100644 --- a/src/IconBarChart4BarsSharp.tsx +++ b/src/IconBarChart4BarsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChart4BarsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBarChart4BarsSharpFilled.tsx b/src/IconBarChart4BarsSharpFilled.tsx index 99ec8daea..14616bb4d 100644 --- a/src/IconBarChart4BarsSharpFilled.tsx +++ b/src/IconBarChart4BarsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChart4BarsSharpFilled: React.FC = ({ ...props diff --git a/src/IconBarChartOffOutlined.tsx b/src/IconBarChartOffOutlined.tsx index 6d4ad76d1..3f64ea9b1 100644 --- a/src/IconBarChartOffOutlined.tsx +++ b/src/IconBarChartOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBarChartOffOutlinedFilled.tsx b/src/IconBarChartOffOutlinedFilled.tsx index 72a9c6d82..5ff2e4080 100644 --- a/src/IconBarChartOffOutlinedFilled.tsx +++ b/src/IconBarChartOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBarChartOffRounded.tsx b/src/IconBarChartOffRounded.tsx index 6e6fc3001..27907c232 100644 --- a/src/IconBarChartOffRounded.tsx +++ b/src/IconBarChartOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBarChartOffRoundedFilled.tsx b/src/IconBarChartOffRoundedFilled.tsx index de74b1d27..5c7e91eb9 100644 --- a/src/IconBarChartOffRoundedFilled.tsx +++ b/src/IconBarChartOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBarChartOffSharp.tsx b/src/IconBarChartOffSharp.tsx index 8de89d07b..cb15c8743 100644 --- a/src/IconBarChartOffSharp.tsx +++ b/src/IconBarChartOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBarChartOffSharpFilled.tsx b/src/IconBarChartOffSharpFilled.tsx index e3cc59832..a20c9f7b2 100644 --- a/src/IconBarChartOffSharpFilled.tsx +++ b/src/IconBarChartOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconBarChartOutlined.tsx b/src/IconBarChartOutlined.tsx index 0995fa705..26b9e8b8a 100644 --- a/src/IconBarChartOutlined.tsx +++ b/src/IconBarChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBarChartOutlinedFilled.tsx b/src/IconBarChartOutlinedFilled.tsx index 295fb76e2..52bab1cc8 100644 --- a/src/IconBarChartOutlinedFilled.tsx +++ b/src/IconBarChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBarChartRounded.tsx b/src/IconBarChartRounded.tsx index e5d58825d..d8a4097e5 100644 --- a/src/IconBarChartRounded.tsx +++ b/src/IconBarChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBarChartRoundedFilled.tsx b/src/IconBarChartRoundedFilled.tsx index dd768e29b..6ef56cae8 100644 --- a/src/IconBarChartRoundedFilled.tsx +++ b/src/IconBarChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBarChartSharp.tsx b/src/IconBarChartSharp.tsx index 288020ee2..55e402c10 100644 --- a/src/IconBarChartSharp.tsx +++ b/src/IconBarChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBarChartSharpFilled.tsx b/src/IconBarChartSharpFilled.tsx index 77b0b6d8e..c64c49ff7 100644 --- a/src/IconBarChartSharpFilled.tsx +++ b/src/IconBarChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarChartSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBarcodeOutlined.tsx b/src/IconBarcodeOutlined.tsx index 3fd5c221d..c771abe0f 100644 --- a/src/IconBarcodeOutlined.tsx +++ b/src/IconBarcodeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBarcodeOutlinedFilled.tsx b/src/IconBarcodeOutlinedFilled.tsx index 8ce8de3ff..58578b054 100644 --- a/src/IconBarcodeOutlinedFilled.tsx +++ b/src/IconBarcodeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBarcodeReaderOutlined.tsx b/src/IconBarcodeReaderOutlined.tsx index 45aeee894..a747150b1 100644 --- a/src/IconBarcodeReaderOutlined.tsx +++ b/src/IconBarcodeReaderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeReaderOutlined: React.FC = ({ ...props diff --git a/src/IconBarcodeReaderOutlinedFilled.tsx b/src/IconBarcodeReaderOutlinedFilled.tsx index afbbe4e39..9c19c2a89 100644 --- a/src/IconBarcodeReaderOutlinedFilled.tsx +++ b/src/IconBarcodeReaderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeReaderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBarcodeReaderRounded.tsx b/src/IconBarcodeReaderRounded.tsx index f2f3d9cbe..3181136eb 100644 --- a/src/IconBarcodeReaderRounded.tsx +++ b/src/IconBarcodeReaderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeReaderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBarcodeReaderRoundedFilled.tsx b/src/IconBarcodeReaderRoundedFilled.tsx index 76abab4c5..48bcfc2ed 100644 --- a/src/IconBarcodeReaderRoundedFilled.tsx +++ b/src/IconBarcodeReaderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeReaderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBarcodeReaderSharp.tsx b/src/IconBarcodeReaderSharp.tsx index 7c38416ff..f880b0ad4 100644 --- a/src/IconBarcodeReaderSharp.tsx +++ b/src/IconBarcodeReaderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeReaderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBarcodeReaderSharpFilled.tsx b/src/IconBarcodeReaderSharpFilled.tsx index 920d610e8..536250d27 100644 --- a/src/IconBarcodeReaderSharpFilled.tsx +++ b/src/IconBarcodeReaderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeReaderSharpFilled: React.FC = ({ ...props diff --git a/src/IconBarcodeRounded.tsx b/src/IconBarcodeRounded.tsx index 7c20a0895..8e2074c59 100644 --- a/src/IconBarcodeRounded.tsx +++ b/src/IconBarcodeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBarcodeRoundedFilled.tsx b/src/IconBarcodeRoundedFilled.tsx index b86598e24..c17b80236 100644 --- a/src/IconBarcodeRoundedFilled.tsx +++ b/src/IconBarcodeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBarcodeScannerOutlined.tsx b/src/IconBarcodeScannerOutlined.tsx index 71273e97b..48a02076b 100644 --- a/src/IconBarcodeScannerOutlined.tsx +++ b/src/IconBarcodeScannerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeScannerOutlined: React.FC = ({ ...props diff --git a/src/IconBarcodeScannerOutlinedFilled.tsx b/src/IconBarcodeScannerOutlinedFilled.tsx index b38746afa..e12a394df 100644 --- a/src/IconBarcodeScannerOutlinedFilled.tsx +++ b/src/IconBarcodeScannerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeScannerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBarcodeScannerRounded.tsx b/src/IconBarcodeScannerRounded.tsx index 56f213b38..6f45b0583 100644 --- a/src/IconBarcodeScannerRounded.tsx +++ b/src/IconBarcodeScannerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeScannerRounded: React.FC = ({ ...props diff --git a/src/IconBarcodeScannerRoundedFilled.tsx b/src/IconBarcodeScannerRoundedFilled.tsx index 5f5ab7091..9d003a982 100644 --- a/src/IconBarcodeScannerRoundedFilled.tsx +++ b/src/IconBarcodeScannerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeScannerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBarcodeScannerSharp.tsx b/src/IconBarcodeScannerSharp.tsx index 83177a711..3b91e96bb 100644 --- a/src/IconBarcodeScannerSharp.tsx +++ b/src/IconBarcodeScannerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeScannerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBarcodeScannerSharpFilled.tsx b/src/IconBarcodeScannerSharpFilled.tsx index 3ee5028ce..1af9052b8 100644 --- a/src/IconBarcodeScannerSharpFilled.tsx +++ b/src/IconBarcodeScannerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeScannerSharpFilled: React.FC = ({ ...props diff --git a/src/IconBarcodeSharp.tsx b/src/IconBarcodeSharp.tsx index 3227cf2f6..66db7073a 100644 --- a/src/IconBarcodeSharp.tsx +++ b/src/IconBarcodeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBarcodeSharpFilled.tsx b/src/IconBarcodeSharpFilled.tsx index 2c289e38b..6f623e469 100644 --- a/src/IconBarcodeSharpFilled.tsx +++ b/src/IconBarcodeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarcodeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBarefootOutlined.tsx b/src/IconBarefootOutlined.tsx index d4ce6eb72..14ab92401 100644 --- a/src/IconBarefootOutlined.tsx +++ b/src/IconBarefootOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarefootOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBarefootOutlinedFilled.tsx b/src/IconBarefootOutlinedFilled.tsx index 5e547c8ec..fd9007c51 100644 --- a/src/IconBarefootOutlinedFilled.tsx +++ b/src/IconBarefootOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarefootOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBarefootRounded.tsx b/src/IconBarefootRounded.tsx index 3fde39816..845f9c49f 100644 --- a/src/IconBarefootRounded.tsx +++ b/src/IconBarefootRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarefootRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBarefootRoundedFilled.tsx b/src/IconBarefootRoundedFilled.tsx index 768e104aa..7a7f410f8 100644 --- a/src/IconBarefootRoundedFilled.tsx +++ b/src/IconBarefootRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarefootRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBarefootSharp.tsx b/src/IconBarefootSharp.tsx index 516928ae8..4ea0977e0 100644 --- a/src/IconBarefootSharp.tsx +++ b/src/IconBarefootSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarefootSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBarefootSharpFilled.tsx b/src/IconBarefootSharpFilled.tsx index 6243b2c6f..77e4a33ef 100644 --- a/src/IconBarefootSharpFilled.tsx +++ b/src/IconBarefootSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBarefootSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBatchPredictionOutlined.tsx b/src/IconBatchPredictionOutlined.tsx index c9b55aac7..cd25c4c91 100644 --- a/src/IconBatchPredictionOutlined.tsx +++ b/src/IconBatchPredictionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatchPredictionOutlined: React.FC = ({ ...props diff --git a/src/IconBatchPredictionOutlinedFilled.tsx b/src/IconBatchPredictionOutlinedFilled.tsx index ef22cebb9..3aa9026c0 100644 --- a/src/IconBatchPredictionOutlinedFilled.tsx +++ b/src/IconBatchPredictionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatchPredictionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatchPredictionRounded.tsx b/src/IconBatchPredictionRounded.tsx index ca1dd2315..c05cdb43d 100644 --- a/src/IconBatchPredictionRounded.tsx +++ b/src/IconBatchPredictionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatchPredictionRounded: React.FC = ({ ...props diff --git a/src/IconBatchPredictionRoundedFilled.tsx b/src/IconBatchPredictionRoundedFilled.tsx index 623c955a7..7d904f2a9 100644 --- a/src/IconBatchPredictionRoundedFilled.tsx +++ b/src/IconBatchPredictionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatchPredictionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatchPredictionSharp.tsx b/src/IconBatchPredictionSharp.tsx index 82ca15d0f..c583c596e 100644 --- a/src/IconBatchPredictionSharp.tsx +++ b/src/IconBatchPredictionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatchPredictionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatchPredictionSharpFilled.tsx b/src/IconBatchPredictionSharpFilled.tsx index f883b7e96..432c6b05a 100644 --- a/src/IconBatchPredictionSharpFilled.tsx +++ b/src/IconBatchPredictionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatchPredictionSharpFilled: React.FC = ({ ...props diff --git a/src/IconBathOutdoorOutlined.tsx b/src/IconBathOutdoorOutlined.tsx index 0f8049a40..3ef1062d6 100644 --- a/src/IconBathOutdoorOutlined.tsx +++ b/src/IconBathOutdoorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathOutdoorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBathOutdoorOutlinedFilled.tsx b/src/IconBathOutdoorOutlinedFilled.tsx index 3f7785d81..c4eb4def5 100644 --- a/src/IconBathOutdoorOutlinedFilled.tsx +++ b/src/IconBathOutdoorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathOutdoorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBathOutdoorRounded.tsx b/src/IconBathOutdoorRounded.tsx index c451dfa36..d648c273e 100644 --- a/src/IconBathOutdoorRounded.tsx +++ b/src/IconBathOutdoorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathOutdoorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBathOutdoorRoundedFilled.tsx b/src/IconBathOutdoorRoundedFilled.tsx index 1595f8b34..6b62099ed 100644 --- a/src/IconBathOutdoorRoundedFilled.tsx +++ b/src/IconBathOutdoorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathOutdoorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBathOutdoorSharp.tsx b/src/IconBathOutdoorSharp.tsx index 7b15e6bab..688962beb 100644 --- a/src/IconBathOutdoorSharp.tsx +++ b/src/IconBathOutdoorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathOutdoorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBathOutdoorSharpFilled.tsx b/src/IconBathOutdoorSharpFilled.tsx index 46d761ba7..249440ff0 100644 --- a/src/IconBathOutdoorSharpFilled.tsx +++ b/src/IconBathOutdoorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathOutdoorSharpFilled: React.FC = ({ ...props diff --git a/src/IconBathPrivateOutlined.tsx b/src/IconBathPrivateOutlined.tsx index a829c4ce7..74fba82fc 100644 --- a/src/IconBathPrivateOutlined.tsx +++ b/src/IconBathPrivateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPrivateOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBathPrivateOutlinedFilled.tsx b/src/IconBathPrivateOutlinedFilled.tsx index 9733d9ca8..ab4016e4e 100644 --- a/src/IconBathPrivateOutlinedFilled.tsx +++ b/src/IconBathPrivateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPrivateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBathPrivateRounded.tsx b/src/IconBathPrivateRounded.tsx index 151f6cf9b..4fc5913bb 100644 --- a/src/IconBathPrivateRounded.tsx +++ b/src/IconBathPrivateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPrivateRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBathPrivateRoundedFilled.tsx b/src/IconBathPrivateRoundedFilled.tsx index 7e8b44afc..897028ac5 100644 --- a/src/IconBathPrivateRoundedFilled.tsx +++ b/src/IconBathPrivateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPrivateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBathPrivateSharp.tsx b/src/IconBathPrivateSharp.tsx index 28742e812..b3130a11e 100644 --- a/src/IconBathPrivateSharp.tsx +++ b/src/IconBathPrivateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPrivateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBathPrivateSharpFilled.tsx b/src/IconBathPrivateSharpFilled.tsx index 87ff01199..58dd11b3c 100644 --- a/src/IconBathPrivateSharpFilled.tsx +++ b/src/IconBathPrivateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPrivateSharpFilled: React.FC = ({ ...props diff --git a/src/IconBathPublicLargeOutlined.tsx b/src/IconBathPublicLargeOutlined.tsx index a459d14bb..e8cd08a10 100644 --- a/src/IconBathPublicLargeOutlined.tsx +++ b/src/IconBathPublicLargeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPublicLargeOutlined: React.FC = ({ ...props diff --git a/src/IconBathPublicLargeOutlinedFilled.tsx b/src/IconBathPublicLargeOutlinedFilled.tsx index 323c142c2..c68bca396 100644 --- a/src/IconBathPublicLargeOutlinedFilled.tsx +++ b/src/IconBathPublicLargeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPublicLargeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBathPublicLargeRounded.tsx b/src/IconBathPublicLargeRounded.tsx index b3a3a97ca..cc7e10efd 100644 --- a/src/IconBathPublicLargeRounded.tsx +++ b/src/IconBathPublicLargeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPublicLargeRounded: React.FC = ({ ...props diff --git a/src/IconBathPublicLargeRoundedFilled.tsx b/src/IconBathPublicLargeRoundedFilled.tsx index 903f12ced..477230dd2 100644 --- a/src/IconBathPublicLargeRoundedFilled.tsx +++ b/src/IconBathPublicLargeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPublicLargeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBathPublicLargeSharp.tsx b/src/IconBathPublicLargeSharp.tsx index ac858f287..8e034fab6 100644 --- a/src/IconBathPublicLargeSharp.tsx +++ b/src/IconBathPublicLargeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPublicLargeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBathPublicLargeSharpFilled.tsx b/src/IconBathPublicLargeSharpFilled.tsx index a794dc731..1a6659ed0 100644 --- a/src/IconBathPublicLargeSharpFilled.tsx +++ b/src/IconBathPublicLargeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathPublicLargeSharpFilled: React.FC = ({ ...props diff --git a/src/IconBathroomOutlined.tsx b/src/IconBathroomOutlined.tsx index d6dad865e..6611fdc76 100644 --- a/src/IconBathroomOutlined.tsx +++ b/src/IconBathroomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathroomOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBathroomOutlinedFilled.tsx b/src/IconBathroomOutlinedFilled.tsx index 56c2f8f48..41a80a339 100644 --- a/src/IconBathroomOutlinedFilled.tsx +++ b/src/IconBathroomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathroomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBathroomRounded.tsx b/src/IconBathroomRounded.tsx index 091925f8d..5189ca9f5 100644 --- a/src/IconBathroomRounded.tsx +++ b/src/IconBathroomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathroomRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBathroomRoundedFilled.tsx b/src/IconBathroomRoundedFilled.tsx index 3a14f4912..a77bbfb97 100644 --- a/src/IconBathroomRoundedFilled.tsx +++ b/src/IconBathroomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathroomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBathroomSharp.tsx b/src/IconBathroomSharp.tsx index f086d1c9f..d835ad72a 100644 --- a/src/IconBathroomSharp.tsx +++ b/src/IconBathroomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathroomSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBathroomSharpFilled.tsx b/src/IconBathroomSharpFilled.tsx index a969e0102..e7d716973 100644 --- a/src/IconBathroomSharpFilled.tsx +++ b/src/IconBathroomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathroomSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBathtubOutlined.tsx b/src/IconBathtubOutlined.tsx index 6045469a2..e89c808a3 100644 --- a/src/IconBathtubOutlined.tsx +++ b/src/IconBathtubOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathtubOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBathtubOutlinedFilled.tsx b/src/IconBathtubOutlinedFilled.tsx index 579284b8e..d6fc8d57d 100644 --- a/src/IconBathtubOutlinedFilled.tsx +++ b/src/IconBathtubOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathtubOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBathtubRounded.tsx b/src/IconBathtubRounded.tsx index 316111335..4742fb2be 100644 --- a/src/IconBathtubRounded.tsx +++ b/src/IconBathtubRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathtubRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBathtubRoundedFilled.tsx b/src/IconBathtubRoundedFilled.tsx index ac40be02c..30819727f 100644 --- a/src/IconBathtubRoundedFilled.tsx +++ b/src/IconBathtubRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathtubRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBathtubSharp.tsx b/src/IconBathtubSharp.tsx index 652ec7359..39ebc7171 100644 --- a/src/IconBathtubSharp.tsx +++ b/src/IconBathtubSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathtubSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBathtubSharpFilled.tsx b/src/IconBathtubSharpFilled.tsx index 0fbc488f3..e6cf11bfe 100644 --- a/src/IconBathtubSharpFilled.tsx +++ b/src/IconBathtubSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBathtubSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery0BarOutlined.tsx b/src/IconBattery0BarOutlined.tsx index f82ee5064..31fae8faf 100644 --- a/src/IconBattery0BarOutlined.tsx +++ b/src/IconBattery0BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery0BarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery0BarOutlinedFilled.tsx b/src/IconBattery0BarOutlinedFilled.tsx index abaeea2dd..792eab4ab 100644 --- a/src/IconBattery0BarOutlinedFilled.tsx +++ b/src/IconBattery0BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery0BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBattery0BarRounded.tsx b/src/IconBattery0BarRounded.tsx index fbb271f91..16ec95aae 100644 --- a/src/IconBattery0BarRounded.tsx +++ b/src/IconBattery0BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery0BarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery0BarRoundedFilled.tsx b/src/IconBattery0BarRoundedFilled.tsx index 1f215fd55..1e0141ad7 100644 --- a/src/IconBattery0BarRoundedFilled.tsx +++ b/src/IconBattery0BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery0BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBattery0BarSharp.tsx b/src/IconBattery0BarSharp.tsx index 2c5d92097..42bf3fb10 100644 --- a/src/IconBattery0BarSharp.tsx +++ b/src/IconBattery0BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery0BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery0BarSharpFilled.tsx b/src/IconBattery0BarSharpFilled.tsx index f0e17b1c2..f0895b1dd 100644 --- a/src/IconBattery0BarSharpFilled.tsx +++ b/src/IconBattery0BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery0BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconBattery1BarOutlined.tsx b/src/IconBattery1BarOutlined.tsx index 6bc821ef1..09ba6bfbc 100644 --- a/src/IconBattery1BarOutlined.tsx +++ b/src/IconBattery1BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery1BarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery1BarOutlinedFilled.tsx b/src/IconBattery1BarOutlinedFilled.tsx index 6f3e1473a..acca72b18 100644 --- a/src/IconBattery1BarOutlinedFilled.tsx +++ b/src/IconBattery1BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery1BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBattery1BarRounded.tsx b/src/IconBattery1BarRounded.tsx index 7f099ffb3..cf38bd89b 100644 --- a/src/IconBattery1BarRounded.tsx +++ b/src/IconBattery1BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery1BarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery1BarRoundedFilled.tsx b/src/IconBattery1BarRoundedFilled.tsx index 8eccb44f8..9556606b8 100644 --- a/src/IconBattery1BarRoundedFilled.tsx +++ b/src/IconBattery1BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery1BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBattery1BarSharp.tsx b/src/IconBattery1BarSharp.tsx index 38bc9aa81..223170dfc 100644 --- a/src/IconBattery1BarSharp.tsx +++ b/src/IconBattery1BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery1BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery1BarSharpFilled.tsx b/src/IconBattery1BarSharpFilled.tsx index 4f35aa688..643362e0e 100644 --- a/src/IconBattery1BarSharpFilled.tsx +++ b/src/IconBattery1BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery1BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconBattery2BarOutlined.tsx b/src/IconBattery2BarOutlined.tsx index f3bff1700..1776fbdbd 100644 --- a/src/IconBattery2BarOutlined.tsx +++ b/src/IconBattery2BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery2BarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery2BarOutlinedFilled.tsx b/src/IconBattery2BarOutlinedFilled.tsx index 8b13d1277..3621b25d0 100644 --- a/src/IconBattery2BarOutlinedFilled.tsx +++ b/src/IconBattery2BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery2BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBattery2BarRounded.tsx b/src/IconBattery2BarRounded.tsx index 59a4dd9be..1716eac7f 100644 --- a/src/IconBattery2BarRounded.tsx +++ b/src/IconBattery2BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery2BarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery2BarRoundedFilled.tsx b/src/IconBattery2BarRoundedFilled.tsx index ad109daaa..04e11b15b 100644 --- a/src/IconBattery2BarRoundedFilled.tsx +++ b/src/IconBattery2BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery2BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBattery2BarSharp.tsx b/src/IconBattery2BarSharp.tsx index af9ec4712..048ccf8bd 100644 --- a/src/IconBattery2BarSharp.tsx +++ b/src/IconBattery2BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery2BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery2BarSharpFilled.tsx b/src/IconBattery2BarSharpFilled.tsx index 27582ff5a..e532221cf 100644 --- a/src/IconBattery2BarSharpFilled.tsx +++ b/src/IconBattery2BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery2BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconBattery3BarOutlined.tsx b/src/IconBattery3BarOutlined.tsx index 59ecb0eaa..ca53012d9 100644 --- a/src/IconBattery3BarOutlined.tsx +++ b/src/IconBattery3BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery3BarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery3BarOutlinedFilled.tsx b/src/IconBattery3BarOutlinedFilled.tsx index b24e89546..1e136b6e3 100644 --- a/src/IconBattery3BarOutlinedFilled.tsx +++ b/src/IconBattery3BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery3BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBattery3BarRounded.tsx b/src/IconBattery3BarRounded.tsx index 782b73308..4d09bd04c 100644 --- a/src/IconBattery3BarRounded.tsx +++ b/src/IconBattery3BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery3BarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery3BarRoundedFilled.tsx b/src/IconBattery3BarRoundedFilled.tsx index a4b0338c4..d7bb44b3d 100644 --- a/src/IconBattery3BarRoundedFilled.tsx +++ b/src/IconBattery3BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery3BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBattery3BarSharp.tsx b/src/IconBattery3BarSharp.tsx index 322304e4c..b9ca7680e 100644 --- a/src/IconBattery3BarSharp.tsx +++ b/src/IconBattery3BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery3BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery3BarSharpFilled.tsx b/src/IconBattery3BarSharpFilled.tsx index 8c06c0170..a247e4a5c 100644 --- a/src/IconBattery3BarSharpFilled.tsx +++ b/src/IconBattery3BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery3BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconBattery4BarOutlined.tsx b/src/IconBattery4BarOutlined.tsx index 34798d780..3d13ef4f9 100644 --- a/src/IconBattery4BarOutlined.tsx +++ b/src/IconBattery4BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery4BarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery4BarOutlinedFilled.tsx b/src/IconBattery4BarOutlinedFilled.tsx index 62b500602..5b14804a1 100644 --- a/src/IconBattery4BarOutlinedFilled.tsx +++ b/src/IconBattery4BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery4BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBattery4BarRounded.tsx b/src/IconBattery4BarRounded.tsx index 274f7adb1..8e75ac711 100644 --- a/src/IconBattery4BarRounded.tsx +++ b/src/IconBattery4BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery4BarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery4BarRoundedFilled.tsx b/src/IconBattery4BarRoundedFilled.tsx index 20b6ffe2d..403da0fc6 100644 --- a/src/IconBattery4BarRoundedFilled.tsx +++ b/src/IconBattery4BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery4BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBattery4BarSharp.tsx b/src/IconBattery4BarSharp.tsx index 340e7bcea..ac4bcdd22 100644 --- a/src/IconBattery4BarSharp.tsx +++ b/src/IconBattery4BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery4BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery4BarSharpFilled.tsx b/src/IconBattery4BarSharpFilled.tsx index 39189fdb9..5bcc26f2b 100644 --- a/src/IconBattery4BarSharpFilled.tsx +++ b/src/IconBattery4BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery4BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconBattery5BarOutlined.tsx b/src/IconBattery5BarOutlined.tsx index bc0ccafea..81e8d8965 100644 --- a/src/IconBattery5BarOutlined.tsx +++ b/src/IconBattery5BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery5BarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery5BarOutlinedFilled.tsx b/src/IconBattery5BarOutlinedFilled.tsx index 5239196f2..b788dbe30 100644 --- a/src/IconBattery5BarOutlinedFilled.tsx +++ b/src/IconBattery5BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery5BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBattery5BarRounded.tsx b/src/IconBattery5BarRounded.tsx index c90e16e0d..c3af88286 100644 --- a/src/IconBattery5BarRounded.tsx +++ b/src/IconBattery5BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery5BarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery5BarRoundedFilled.tsx b/src/IconBattery5BarRoundedFilled.tsx index 1a22d4089..5df26536b 100644 --- a/src/IconBattery5BarRoundedFilled.tsx +++ b/src/IconBattery5BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery5BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBattery5BarSharp.tsx b/src/IconBattery5BarSharp.tsx index e629f516b..56a1c8256 100644 --- a/src/IconBattery5BarSharp.tsx +++ b/src/IconBattery5BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery5BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery5BarSharpFilled.tsx b/src/IconBattery5BarSharpFilled.tsx index 2529e36c4..75f07a323 100644 --- a/src/IconBattery5BarSharpFilled.tsx +++ b/src/IconBattery5BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery5BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconBattery6BarOutlined.tsx b/src/IconBattery6BarOutlined.tsx index 37acdea64..e05e169c6 100644 --- a/src/IconBattery6BarOutlined.tsx +++ b/src/IconBattery6BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery6BarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery6BarOutlinedFilled.tsx b/src/IconBattery6BarOutlinedFilled.tsx index 899e41b2a..7816ad622 100644 --- a/src/IconBattery6BarOutlinedFilled.tsx +++ b/src/IconBattery6BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery6BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBattery6BarRounded.tsx b/src/IconBattery6BarRounded.tsx index 23c5baa7f..1598d3c41 100644 --- a/src/IconBattery6BarRounded.tsx +++ b/src/IconBattery6BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery6BarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery6BarRoundedFilled.tsx b/src/IconBattery6BarRoundedFilled.tsx index a607cac48..d88c81bef 100644 --- a/src/IconBattery6BarRoundedFilled.tsx +++ b/src/IconBattery6BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery6BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBattery6BarSharp.tsx b/src/IconBattery6BarSharp.tsx index c651ffa61..0bb449206 100644 --- a/src/IconBattery6BarSharp.tsx +++ b/src/IconBattery6BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery6BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBattery6BarSharpFilled.tsx b/src/IconBattery6BarSharpFilled.tsx index 737578b9a..2354f8eaf 100644 --- a/src/IconBattery6BarSharpFilled.tsx +++ b/src/IconBattery6BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBattery6BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryAlertOutlined.tsx b/src/IconBatteryAlertOutlined.tsx index f31bc954e..71a433e6a 100644 --- a/src/IconBatteryAlertOutlined.tsx +++ b/src/IconBatteryAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryAlertOutlinedFilled.tsx b/src/IconBatteryAlertOutlinedFilled.tsx index 2b403cf7f..154e951be 100644 --- a/src/IconBatteryAlertOutlinedFilled.tsx +++ b/src/IconBatteryAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryAlertRounded.tsx b/src/IconBatteryAlertRounded.tsx index ea92771ee..0b9437124 100644 --- a/src/IconBatteryAlertRounded.tsx +++ b/src/IconBatteryAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryAlertRoundedFilled.tsx b/src/IconBatteryAlertRoundedFilled.tsx index 37b20e2e9..67c289c0f 100644 --- a/src/IconBatteryAlertRoundedFilled.tsx +++ b/src/IconBatteryAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryAlertSharp.tsx b/src/IconBatteryAlertSharp.tsx index acb1a9d16..39c46c836 100644 --- a/src/IconBatteryAlertSharp.tsx +++ b/src/IconBatteryAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryAlertSharpFilled.tsx b/src/IconBatteryAlertSharpFilled.tsx index 65735d943..602ea4741 100644 --- a/src/IconBatteryAlertSharpFilled.tsx +++ b/src/IconBatteryAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryChangeOutlined.tsx b/src/IconBatteryChangeOutlined.tsx index cd22e3cd6..98b27b1a9 100644 --- a/src/IconBatteryChangeOutlined.tsx +++ b/src/IconBatteryChangeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChangeOutlined: React.FC = ({ ...props diff --git a/src/IconBatteryChangeOutlinedFilled.tsx b/src/IconBatteryChangeOutlinedFilled.tsx index 4279e4004..a0bf76cdb 100644 --- a/src/IconBatteryChangeOutlinedFilled.tsx +++ b/src/IconBatteryChangeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChangeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryChangeRounded.tsx b/src/IconBatteryChangeRounded.tsx index 9ca28ca84..f7605622c 100644 --- a/src/IconBatteryChangeRounded.tsx +++ b/src/IconBatteryChangeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChangeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryChangeRoundedFilled.tsx b/src/IconBatteryChangeRoundedFilled.tsx index ebc52ec7a..b4b2d5a41 100644 --- a/src/IconBatteryChangeRoundedFilled.tsx +++ b/src/IconBatteryChangeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChangeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryChangeSharp.tsx b/src/IconBatteryChangeSharp.tsx index 7b075679d..8ab7a4611 100644 --- a/src/IconBatteryChangeSharp.tsx +++ b/src/IconBatteryChangeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChangeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryChangeSharpFilled.tsx b/src/IconBatteryChangeSharpFilled.tsx index f694884ee..15ecacb27 100644 --- a/src/IconBatteryChangeSharpFilled.tsx +++ b/src/IconBatteryChangeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChangeSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging20Outlined.tsx b/src/IconBatteryCharging20Outlined.tsx index 51c1ab6cb..58e206d89 100644 --- a/src/IconBatteryCharging20Outlined.tsx +++ b/src/IconBatteryCharging20Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging20Outlined: React.FC = ({ ...props diff --git a/src/IconBatteryCharging20OutlinedFilled.tsx b/src/IconBatteryCharging20OutlinedFilled.tsx index 3db27287b..f785f0bc3 100644 --- a/src/IconBatteryCharging20OutlinedFilled.tsx +++ b/src/IconBatteryCharging20OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging20OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging20Rounded.tsx b/src/IconBatteryCharging20Rounded.tsx index c1c3cb8cd..7abb56c77 100644 --- a/src/IconBatteryCharging20Rounded.tsx +++ b/src/IconBatteryCharging20Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging20Rounded: React.FC = ({ ...props diff --git a/src/IconBatteryCharging20RoundedFilled.tsx b/src/IconBatteryCharging20RoundedFilled.tsx index 4c352b1f5..2c4443077 100644 --- a/src/IconBatteryCharging20RoundedFilled.tsx +++ b/src/IconBatteryCharging20RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging20RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging20Sharp.tsx b/src/IconBatteryCharging20Sharp.tsx index 773c026de..1209ffd60 100644 --- a/src/IconBatteryCharging20Sharp.tsx +++ b/src/IconBatteryCharging20Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging20Sharp: React.FC = ({ ...props diff --git a/src/IconBatteryCharging20SharpFilled.tsx b/src/IconBatteryCharging20SharpFilled.tsx index ebdc17f74..986517ab4 100644 --- a/src/IconBatteryCharging20SharpFilled.tsx +++ b/src/IconBatteryCharging20SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging20SharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging30Outlined.tsx b/src/IconBatteryCharging30Outlined.tsx index 09a5f6dd1..f6c0afd8a 100644 --- a/src/IconBatteryCharging30Outlined.tsx +++ b/src/IconBatteryCharging30Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging30Outlined: React.FC = ({ ...props diff --git a/src/IconBatteryCharging30OutlinedFilled.tsx b/src/IconBatteryCharging30OutlinedFilled.tsx index db0162246..721d55b59 100644 --- a/src/IconBatteryCharging30OutlinedFilled.tsx +++ b/src/IconBatteryCharging30OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging30OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging30Rounded.tsx b/src/IconBatteryCharging30Rounded.tsx index 544f79f93..337b945d3 100644 --- a/src/IconBatteryCharging30Rounded.tsx +++ b/src/IconBatteryCharging30Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging30Rounded: React.FC = ({ ...props diff --git a/src/IconBatteryCharging30RoundedFilled.tsx b/src/IconBatteryCharging30RoundedFilled.tsx index efd6aa7d3..499bf15c3 100644 --- a/src/IconBatteryCharging30RoundedFilled.tsx +++ b/src/IconBatteryCharging30RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging30RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging30Sharp.tsx b/src/IconBatteryCharging30Sharp.tsx index 7f4af00a7..75954f414 100644 --- a/src/IconBatteryCharging30Sharp.tsx +++ b/src/IconBatteryCharging30Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging30Sharp: React.FC = ({ ...props diff --git a/src/IconBatteryCharging30SharpFilled.tsx b/src/IconBatteryCharging30SharpFilled.tsx index f5e2547d2..37723fa7e 100644 --- a/src/IconBatteryCharging30SharpFilled.tsx +++ b/src/IconBatteryCharging30SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging30SharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging50Outlined.tsx b/src/IconBatteryCharging50Outlined.tsx index 18e4439e5..52c418845 100644 --- a/src/IconBatteryCharging50Outlined.tsx +++ b/src/IconBatteryCharging50Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging50Outlined: React.FC = ({ ...props diff --git a/src/IconBatteryCharging50OutlinedFilled.tsx b/src/IconBatteryCharging50OutlinedFilled.tsx index 4347eebfe..c44e4db3b 100644 --- a/src/IconBatteryCharging50OutlinedFilled.tsx +++ b/src/IconBatteryCharging50OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging50OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging50Rounded.tsx b/src/IconBatteryCharging50Rounded.tsx index 052b343ba..d81f19581 100644 --- a/src/IconBatteryCharging50Rounded.tsx +++ b/src/IconBatteryCharging50Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging50Rounded: React.FC = ({ ...props diff --git a/src/IconBatteryCharging50RoundedFilled.tsx b/src/IconBatteryCharging50RoundedFilled.tsx index 1ecfe68dd..f815e5438 100644 --- a/src/IconBatteryCharging50RoundedFilled.tsx +++ b/src/IconBatteryCharging50RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging50RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging50Sharp.tsx b/src/IconBatteryCharging50Sharp.tsx index 0ad2f49de..3b549520e 100644 --- a/src/IconBatteryCharging50Sharp.tsx +++ b/src/IconBatteryCharging50Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging50Sharp: React.FC = ({ ...props diff --git a/src/IconBatteryCharging50SharpFilled.tsx b/src/IconBatteryCharging50SharpFilled.tsx index 1d26905f0..1dfb7b509 100644 --- a/src/IconBatteryCharging50SharpFilled.tsx +++ b/src/IconBatteryCharging50SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging50SharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging60Outlined.tsx b/src/IconBatteryCharging60Outlined.tsx index ad5ae4bdb..8a574127b 100644 --- a/src/IconBatteryCharging60Outlined.tsx +++ b/src/IconBatteryCharging60Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging60Outlined: React.FC = ({ ...props diff --git a/src/IconBatteryCharging60OutlinedFilled.tsx b/src/IconBatteryCharging60OutlinedFilled.tsx index 65e1aa51d..fd1d0796e 100644 --- a/src/IconBatteryCharging60OutlinedFilled.tsx +++ b/src/IconBatteryCharging60OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging60OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging60Rounded.tsx b/src/IconBatteryCharging60Rounded.tsx index fd8fe9ef2..1d1f15746 100644 --- a/src/IconBatteryCharging60Rounded.tsx +++ b/src/IconBatteryCharging60Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging60Rounded: React.FC = ({ ...props diff --git a/src/IconBatteryCharging60RoundedFilled.tsx b/src/IconBatteryCharging60RoundedFilled.tsx index a8210a2f6..9f3521655 100644 --- a/src/IconBatteryCharging60RoundedFilled.tsx +++ b/src/IconBatteryCharging60RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging60RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging60Sharp.tsx b/src/IconBatteryCharging60Sharp.tsx index 63485e76c..08889a34b 100644 --- a/src/IconBatteryCharging60Sharp.tsx +++ b/src/IconBatteryCharging60Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging60Sharp: React.FC = ({ ...props diff --git a/src/IconBatteryCharging60SharpFilled.tsx b/src/IconBatteryCharging60SharpFilled.tsx index 0310d773d..775ac5e94 100644 --- a/src/IconBatteryCharging60SharpFilled.tsx +++ b/src/IconBatteryCharging60SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging60SharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging80Outlined.tsx b/src/IconBatteryCharging80Outlined.tsx index 1819101ec..b76dbbce8 100644 --- a/src/IconBatteryCharging80Outlined.tsx +++ b/src/IconBatteryCharging80Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging80Outlined: React.FC = ({ ...props diff --git a/src/IconBatteryCharging80OutlinedFilled.tsx b/src/IconBatteryCharging80OutlinedFilled.tsx index 15625fed5..0e717618c 100644 --- a/src/IconBatteryCharging80OutlinedFilled.tsx +++ b/src/IconBatteryCharging80OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging80OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging80Rounded.tsx b/src/IconBatteryCharging80Rounded.tsx index 1b75cf282..0b6b4722f 100644 --- a/src/IconBatteryCharging80Rounded.tsx +++ b/src/IconBatteryCharging80Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging80Rounded: React.FC = ({ ...props diff --git a/src/IconBatteryCharging80RoundedFilled.tsx b/src/IconBatteryCharging80RoundedFilled.tsx index 4620d02dd..90792fa73 100644 --- a/src/IconBatteryCharging80RoundedFilled.tsx +++ b/src/IconBatteryCharging80RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging80RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging80Sharp.tsx b/src/IconBatteryCharging80Sharp.tsx index 1fc168e6e..8c22e3a78 100644 --- a/src/IconBatteryCharging80Sharp.tsx +++ b/src/IconBatteryCharging80Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging80Sharp: React.FC = ({ ...props diff --git a/src/IconBatteryCharging80SharpFilled.tsx b/src/IconBatteryCharging80SharpFilled.tsx index 2e7b1406c..20635be35 100644 --- a/src/IconBatteryCharging80SharpFilled.tsx +++ b/src/IconBatteryCharging80SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging80SharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging90Outlined.tsx b/src/IconBatteryCharging90Outlined.tsx index 3017da3c1..00c87da4c 100644 --- a/src/IconBatteryCharging90Outlined.tsx +++ b/src/IconBatteryCharging90Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging90Outlined: React.FC = ({ ...props diff --git a/src/IconBatteryCharging90OutlinedFilled.tsx b/src/IconBatteryCharging90OutlinedFilled.tsx index 8f9cb908b..73931d10a 100644 --- a/src/IconBatteryCharging90OutlinedFilled.tsx +++ b/src/IconBatteryCharging90OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging90OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging90Rounded.tsx b/src/IconBatteryCharging90Rounded.tsx index 179525a82..8e6a48cc0 100644 --- a/src/IconBatteryCharging90Rounded.tsx +++ b/src/IconBatteryCharging90Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging90Rounded: React.FC = ({ ...props diff --git a/src/IconBatteryCharging90RoundedFilled.tsx b/src/IconBatteryCharging90RoundedFilled.tsx index b6fc693b7..04370f5e3 100644 --- a/src/IconBatteryCharging90RoundedFilled.tsx +++ b/src/IconBatteryCharging90RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging90RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryCharging90Sharp.tsx b/src/IconBatteryCharging90Sharp.tsx index d0bbfc218..2f98625bf 100644 --- a/src/IconBatteryCharging90Sharp.tsx +++ b/src/IconBatteryCharging90Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging90Sharp: React.FC = ({ ...props diff --git a/src/IconBatteryCharging90SharpFilled.tsx b/src/IconBatteryCharging90SharpFilled.tsx index 0a9abeb89..b2b4b24cf 100644 --- a/src/IconBatteryCharging90SharpFilled.tsx +++ b/src/IconBatteryCharging90SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryCharging90SharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryChargingFullOutlined.tsx b/src/IconBatteryChargingFullOutlined.tsx index cd6fafd23..79c090c1a 100644 --- a/src/IconBatteryChargingFullOutlined.tsx +++ b/src/IconBatteryChargingFullOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChargingFullOutlined: React.FC = ({ ...props diff --git a/src/IconBatteryChargingFullOutlinedFilled.tsx b/src/IconBatteryChargingFullOutlinedFilled.tsx index b582d4e51..495524da6 100644 --- a/src/IconBatteryChargingFullOutlinedFilled.tsx +++ b/src/IconBatteryChargingFullOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChargingFullOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryChargingFullRounded.tsx b/src/IconBatteryChargingFullRounded.tsx index 9ce55c19e..28f61a438 100644 --- a/src/IconBatteryChargingFullRounded.tsx +++ b/src/IconBatteryChargingFullRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChargingFullRounded: React.FC = ({ ...props diff --git a/src/IconBatteryChargingFullRoundedFilled.tsx b/src/IconBatteryChargingFullRoundedFilled.tsx index 9ab29ebfd..d8faf1dbc 100644 --- a/src/IconBatteryChargingFullRoundedFilled.tsx +++ b/src/IconBatteryChargingFullRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChargingFullRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryChargingFullSharp.tsx b/src/IconBatteryChargingFullSharp.tsx index c2d6e4199..90bc35f37 100644 --- a/src/IconBatteryChargingFullSharp.tsx +++ b/src/IconBatteryChargingFullSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChargingFullSharp: React.FC = ({ ...props diff --git a/src/IconBatteryChargingFullSharpFilled.tsx b/src/IconBatteryChargingFullSharpFilled.tsx index 4a3a22336..44525bdaa 100644 --- a/src/IconBatteryChargingFullSharpFilled.tsx +++ b/src/IconBatteryChargingFullSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryChargingFullSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryErrorOutlined.tsx b/src/IconBatteryErrorOutlined.tsx index c02c0afaf..89351f5b3 100644 --- a/src/IconBatteryErrorOutlined.tsx +++ b/src/IconBatteryErrorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryErrorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryErrorOutlinedFilled.tsx b/src/IconBatteryErrorOutlinedFilled.tsx index e7800e0f1..3fecf18f0 100644 --- a/src/IconBatteryErrorOutlinedFilled.tsx +++ b/src/IconBatteryErrorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryErrorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryErrorRounded.tsx b/src/IconBatteryErrorRounded.tsx index a20096575..794262155 100644 --- a/src/IconBatteryErrorRounded.tsx +++ b/src/IconBatteryErrorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryErrorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryErrorRoundedFilled.tsx b/src/IconBatteryErrorRoundedFilled.tsx index 48269b3bb..dd04fe18d 100644 --- a/src/IconBatteryErrorRoundedFilled.tsx +++ b/src/IconBatteryErrorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryErrorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryErrorSharp.tsx b/src/IconBatteryErrorSharp.tsx index 0f309cfae..eb0827298 100644 --- a/src/IconBatteryErrorSharp.tsx +++ b/src/IconBatteryErrorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryErrorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryErrorSharpFilled.tsx b/src/IconBatteryErrorSharpFilled.tsx index 05d72eb71..28c78a193 100644 --- a/src/IconBatteryErrorSharpFilled.tsx +++ b/src/IconBatteryErrorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryErrorSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryFullAltOutlined.tsx b/src/IconBatteryFullAltOutlined.tsx index 32b2caf20..630bcd056 100644 --- a/src/IconBatteryFullAltOutlined.tsx +++ b/src/IconBatteryFullAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullAltOutlined: React.FC = ({ ...props diff --git a/src/IconBatteryFullAltOutlinedFilled.tsx b/src/IconBatteryFullAltOutlinedFilled.tsx index a784bb99c..e62a2d636 100644 --- a/src/IconBatteryFullAltOutlinedFilled.tsx +++ b/src/IconBatteryFullAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryFullAltRounded.tsx b/src/IconBatteryFullAltRounded.tsx index 252d3ac7c..2c8644add 100644 --- a/src/IconBatteryFullAltRounded.tsx +++ b/src/IconBatteryFullAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullAltRounded: React.FC = ({ ...props diff --git a/src/IconBatteryFullAltRoundedFilled.tsx b/src/IconBatteryFullAltRoundedFilled.tsx index eb9e1439f..aa55ef462 100644 --- a/src/IconBatteryFullAltRoundedFilled.tsx +++ b/src/IconBatteryFullAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryFullAltSharp.tsx b/src/IconBatteryFullAltSharp.tsx index 424c88c71..a800a8a53 100644 --- a/src/IconBatteryFullAltSharp.tsx +++ b/src/IconBatteryFullAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryFullAltSharpFilled.tsx b/src/IconBatteryFullAltSharpFilled.tsx index c60b48a5c..13eb52f36 100644 --- a/src/IconBatteryFullAltSharpFilled.tsx +++ b/src/IconBatteryFullAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryFullOutlined.tsx b/src/IconBatteryFullOutlined.tsx index 776090ccf..9fb7694cc 100644 --- a/src/IconBatteryFullOutlined.tsx +++ b/src/IconBatteryFullOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryFullOutlinedFilled.tsx b/src/IconBatteryFullOutlinedFilled.tsx index bf346a213..b0ff51ae3 100644 --- a/src/IconBatteryFullOutlinedFilled.tsx +++ b/src/IconBatteryFullOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryFullRounded.tsx b/src/IconBatteryFullRounded.tsx index bf359a03e..f5f700e23 100644 --- a/src/IconBatteryFullRounded.tsx +++ b/src/IconBatteryFullRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryFullRoundedFilled.tsx b/src/IconBatteryFullRoundedFilled.tsx index f99bbc549..4f54d5e2c 100644 --- a/src/IconBatteryFullRoundedFilled.tsx +++ b/src/IconBatteryFullRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryFullSharp.tsx b/src/IconBatteryFullSharp.tsx index 278cb8ae0..e06816730 100644 --- a/src/IconBatteryFullSharp.tsx +++ b/src/IconBatteryFullSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryFullSharpFilled.tsx b/src/IconBatteryFullSharpFilled.tsx index 71164a26b..a5b85fcec 100644 --- a/src/IconBatteryFullSharpFilled.tsx +++ b/src/IconBatteryFullSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryFullSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz000Outlined.tsx b/src/IconBatteryHoriz000Outlined.tsx index fe9b75693..ff9288dd7 100644 --- a/src/IconBatteryHoriz000Outlined.tsx +++ b/src/IconBatteryHoriz000Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz000Outlined: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz000OutlinedFilled.tsx b/src/IconBatteryHoriz000OutlinedFilled.tsx index 2474682cb..d511858b3 100644 --- a/src/IconBatteryHoriz000OutlinedFilled.tsx +++ b/src/IconBatteryHoriz000OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz000OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz000Rounded.tsx b/src/IconBatteryHoriz000Rounded.tsx index 23435c723..4ad9e5e0f 100644 --- a/src/IconBatteryHoriz000Rounded.tsx +++ b/src/IconBatteryHoriz000Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz000Rounded: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz000RoundedFilled.tsx b/src/IconBatteryHoriz000RoundedFilled.tsx index 42369b49e..dcca0c638 100644 --- a/src/IconBatteryHoriz000RoundedFilled.tsx +++ b/src/IconBatteryHoriz000RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz000RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz000Sharp.tsx b/src/IconBatteryHoriz000Sharp.tsx index c0ce74c23..89ad455a7 100644 --- a/src/IconBatteryHoriz000Sharp.tsx +++ b/src/IconBatteryHoriz000Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz000Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryHoriz000SharpFilled.tsx b/src/IconBatteryHoriz000SharpFilled.tsx index 19bfddac8..5601f5b3e 100644 --- a/src/IconBatteryHoriz000SharpFilled.tsx +++ b/src/IconBatteryHoriz000SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz000SharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz050Outlined.tsx b/src/IconBatteryHoriz050Outlined.tsx index 4dfbe7012..14f77c246 100644 --- a/src/IconBatteryHoriz050Outlined.tsx +++ b/src/IconBatteryHoriz050Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz050Outlined: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz050OutlinedFilled.tsx b/src/IconBatteryHoriz050OutlinedFilled.tsx index 7b88f7f20..efacfb71c 100644 --- a/src/IconBatteryHoriz050OutlinedFilled.tsx +++ b/src/IconBatteryHoriz050OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz050OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz050Rounded.tsx b/src/IconBatteryHoriz050Rounded.tsx index 6ab89016a..ee319f973 100644 --- a/src/IconBatteryHoriz050Rounded.tsx +++ b/src/IconBatteryHoriz050Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz050Rounded: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz050RoundedFilled.tsx b/src/IconBatteryHoriz050RoundedFilled.tsx index 3ba4bb687..5c8882f2b 100644 --- a/src/IconBatteryHoriz050RoundedFilled.tsx +++ b/src/IconBatteryHoriz050RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz050RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz050Sharp.tsx b/src/IconBatteryHoriz050Sharp.tsx index 30b204524..f1739e8c0 100644 --- a/src/IconBatteryHoriz050Sharp.tsx +++ b/src/IconBatteryHoriz050Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz050Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryHoriz050SharpFilled.tsx b/src/IconBatteryHoriz050SharpFilled.tsx index 0ea4629f9..aa881121e 100644 --- a/src/IconBatteryHoriz050SharpFilled.tsx +++ b/src/IconBatteryHoriz050SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz050SharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz075Outlined.tsx b/src/IconBatteryHoriz075Outlined.tsx index 544797072..20d9aa87c 100644 --- a/src/IconBatteryHoriz075Outlined.tsx +++ b/src/IconBatteryHoriz075Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz075Outlined: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz075OutlinedFilled.tsx b/src/IconBatteryHoriz075OutlinedFilled.tsx index 56353cac4..dcad0d5f5 100644 --- a/src/IconBatteryHoriz075OutlinedFilled.tsx +++ b/src/IconBatteryHoriz075OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz075OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz075Rounded.tsx b/src/IconBatteryHoriz075Rounded.tsx index 53a6baf61..cd1b9128c 100644 --- a/src/IconBatteryHoriz075Rounded.tsx +++ b/src/IconBatteryHoriz075Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz075Rounded: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz075RoundedFilled.tsx b/src/IconBatteryHoriz075RoundedFilled.tsx index b8ccabcf8..ad7b0915d 100644 --- a/src/IconBatteryHoriz075RoundedFilled.tsx +++ b/src/IconBatteryHoriz075RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz075RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryHoriz075Sharp.tsx b/src/IconBatteryHoriz075Sharp.tsx index 10a55a45f..64de1f0fa 100644 --- a/src/IconBatteryHoriz075Sharp.tsx +++ b/src/IconBatteryHoriz075Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz075Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryHoriz075SharpFilled.tsx b/src/IconBatteryHoriz075SharpFilled.tsx index 471fe42cb..e1ab7e14f 100644 --- a/src/IconBatteryHoriz075SharpFilled.tsx +++ b/src/IconBatteryHoriz075SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryHoriz075SharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryLowOutlined.tsx b/src/IconBatteryLowOutlined.tsx index ea689fede..8a862a481 100644 --- a/src/IconBatteryLowOutlined.tsx +++ b/src/IconBatteryLowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryLowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryLowOutlinedFilled.tsx b/src/IconBatteryLowOutlinedFilled.tsx index f4c295f1a..981001b4a 100644 --- a/src/IconBatteryLowOutlinedFilled.tsx +++ b/src/IconBatteryLowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryLowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryLowRounded.tsx b/src/IconBatteryLowRounded.tsx index 037ff0a29..ee8fa5b86 100644 --- a/src/IconBatteryLowRounded.tsx +++ b/src/IconBatteryLowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryLowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryLowRoundedFilled.tsx b/src/IconBatteryLowRoundedFilled.tsx index dcaa4064e..c73d43b0e 100644 --- a/src/IconBatteryLowRoundedFilled.tsx +++ b/src/IconBatteryLowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryLowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryLowSharp.tsx b/src/IconBatteryLowSharp.tsx index c4dee23da..492042c8b 100644 --- a/src/IconBatteryLowSharp.tsx +++ b/src/IconBatteryLowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryLowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryLowSharpFilled.tsx b/src/IconBatteryLowSharpFilled.tsx index c9fb62362..67b09d6b2 100644 --- a/src/IconBatteryLowSharpFilled.tsx +++ b/src/IconBatteryLowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryLowSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryPlusOutlined.tsx b/src/IconBatteryPlusOutlined.tsx index 5b7910f6d..5b665a26d 100644 --- a/src/IconBatteryPlusOutlined.tsx +++ b/src/IconBatteryPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryPlusOutlinedFilled.tsx b/src/IconBatteryPlusOutlinedFilled.tsx index e46c83b50..922f7cc64 100644 --- a/src/IconBatteryPlusOutlinedFilled.tsx +++ b/src/IconBatteryPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryPlusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryPlusRounded.tsx b/src/IconBatteryPlusRounded.tsx index fc11ddbe0..9d3be442d 100644 --- a/src/IconBatteryPlusRounded.tsx +++ b/src/IconBatteryPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryPlusRoundedFilled.tsx b/src/IconBatteryPlusRoundedFilled.tsx index 8309fa7e8..84b0d0b0d 100644 --- a/src/IconBatteryPlusRoundedFilled.tsx +++ b/src/IconBatteryPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryPlusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryPlusSharp.tsx b/src/IconBatteryPlusSharp.tsx index f755a017c..8ea126632 100644 --- a/src/IconBatteryPlusSharp.tsx +++ b/src/IconBatteryPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryPlusSharpFilled.tsx b/src/IconBatteryPlusSharpFilled.tsx index c29752bab..eddd7cbc4 100644 --- a/src/IconBatteryPlusSharpFilled.tsx +++ b/src/IconBatteryPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryPlusSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryProfileOutlined.tsx b/src/IconBatteryProfileOutlined.tsx index 880ddd1cf..2b2fd9261 100644 --- a/src/IconBatteryProfileOutlined.tsx +++ b/src/IconBatteryProfileOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryProfileOutlined: React.FC = ({ ...props diff --git a/src/IconBatteryProfileOutlinedFilled.tsx b/src/IconBatteryProfileOutlinedFilled.tsx index 7feb45195..7573ebc6e 100644 --- a/src/IconBatteryProfileOutlinedFilled.tsx +++ b/src/IconBatteryProfileOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryProfileOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryProfileRounded.tsx b/src/IconBatteryProfileRounded.tsx index b4e35104f..66b50a8a9 100644 --- a/src/IconBatteryProfileRounded.tsx +++ b/src/IconBatteryProfileRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryProfileRounded: React.FC = ({ ...props diff --git a/src/IconBatteryProfileRoundedFilled.tsx b/src/IconBatteryProfileRoundedFilled.tsx index 515935e43..9bdb1268b 100644 --- a/src/IconBatteryProfileRoundedFilled.tsx +++ b/src/IconBatteryProfileRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryProfileRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryProfileSharp.tsx b/src/IconBatteryProfileSharp.tsx index c2b099f92..2c2092cb2 100644 --- a/src/IconBatteryProfileSharp.tsx +++ b/src/IconBatteryProfileSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryProfileSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryProfileSharpFilled.tsx b/src/IconBatteryProfileSharpFilled.tsx index 2e7a883c3..c08974875 100644 --- a/src/IconBatteryProfileSharpFilled.tsx +++ b/src/IconBatteryProfileSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryProfileSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatterySaverOutlined.tsx b/src/IconBatterySaverOutlined.tsx index 3b4cd7f50..b8a90ad3f 100644 --- a/src/IconBatterySaverOutlined.tsx +++ b/src/IconBatterySaverOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatterySaverOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBatterySaverOutlinedFilled.tsx b/src/IconBatterySaverOutlinedFilled.tsx index 16fc3ae41..c0067eee0 100644 --- a/src/IconBatterySaverOutlinedFilled.tsx +++ b/src/IconBatterySaverOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatterySaverOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatterySaverRounded.tsx b/src/IconBatterySaverRounded.tsx index 39dfcf451..c74be7158 100644 --- a/src/IconBatterySaverRounded.tsx +++ b/src/IconBatterySaverRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatterySaverRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBatterySaverRoundedFilled.tsx b/src/IconBatterySaverRoundedFilled.tsx index f117d85b2..c9f70ba17 100644 --- a/src/IconBatterySaverRoundedFilled.tsx +++ b/src/IconBatterySaverRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatterySaverRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatterySaverSharp.tsx b/src/IconBatterySaverSharp.tsx index f6f0c3b7a..52ee08973 100644 --- a/src/IconBatterySaverSharp.tsx +++ b/src/IconBatterySaverSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatterySaverSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatterySaverSharpFilled.tsx b/src/IconBatterySaverSharpFilled.tsx index 104e558ca..efc5a301c 100644 --- a/src/IconBatterySaverSharpFilled.tsx +++ b/src/IconBatterySaverSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatterySaverSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryShareOutlined.tsx b/src/IconBatteryShareOutlined.tsx index 565a34460..814c738b2 100644 --- a/src/IconBatteryShareOutlined.tsx +++ b/src/IconBatteryShareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryShareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryShareOutlinedFilled.tsx b/src/IconBatteryShareOutlinedFilled.tsx index 14b0f9bae..9f702f02c 100644 --- a/src/IconBatteryShareOutlinedFilled.tsx +++ b/src/IconBatteryShareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryShareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryShareRounded.tsx b/src/IconBatteryShareRounded.tsx index a3494d877..727e34ba2 100644 --- a/src/IconBatteryShareRounded.tsx +++ b/src/IconBatteryShareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryShareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryShareRoundedFilled.tsx b/src/IconBatteryShareRoundedFilled.tsx index c6d861ffe..999fe32f5 100644 --- a/src/IconBatteryShareRoundedFilled.tsx +++ b/src/IconBatteryShareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryShareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryShareSharp.tsx b/src/IconBatteryShareSharp.tsx index c1095dc42..aacd792d9 100644 --- a/src/IconBatteryShareSharp.tsx +++ b/src/IconBatteryShareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryShareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryShareSharpFilled.tsx b/src/IconBatteryShareSharpFilled.tsx index db13842d2..3a9f98cb6 100644 --- a/src/IconBatteryShareSharpFilled.tsx +++ b/src/IconBatteryShareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryShareSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryStatusGoodOutlined.tsx b/src/IconBatteryStatusGoodOutlined.tsx index cf4ccd177..7f0dbf9bc 100644 --- a/src/IconBatteryStatusGoodOutlined.tsx +++ b/src/IconBatteryStatusGoodOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryStatusGoodOutlined: React.FC = ({ ...props diff --git a/src/IconBatteryStatusGoodOutlinedFilled.tsx b/src/IconBatteryStatusGoodOutlinedFilled.tsx index a665dc340..bd6462a77 100644 --- a/src/IconBatteryStatusGoodOutlinedFilled.tsx +++ b/src/IconBatteryStatusGoodOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryStatusGoodOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryStatusGoodRounded.tsx b/src/IconBatteryStatusGoodRounded.tsx index b558ef298..ca1e108aa 100644 --- a/src/IconBatteryStatusGoodRounded.tsx +++ b/src/IconBatteryStatusGoodRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryStatusGoodRounded: React.FC = ({ ...props diff --git a/src/IconBatteryStatusGoodRoundedFilled.tsx b/src/IconBatteryStatusGoodRoundedFilled.tsx index b2892a9b1..8afd6758d 100644 --- a/src/IconBatteryStatusGoodRoundedFilled.tsx +++ b/src/IconBatteryStatusGoodRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryStatusGoodRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryStatusGoodSharp.tsx b/src/IconBatteryStatusGoodSharp.tsx index 840c47d7e..d3f6eb398 100644 --- a/src/IconBatteryStatusGoodSharp.tsx +++ b/src/IconBatteryStatusGoodSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryStatusGoodSharp: React.FC = ({ ...props diff --git a/src/IconBatteryStatusGoodSharpFilled.tsx b/src/IconBatteryStatusGoodSharpFilled.tsx index 30862e08c..4925cdb1d 100644 --- a/src/IconBatteryStatusGoodSharpFilled.tsx +++ b/src/IconBatteryStatusGoodSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryStatusGoodSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryUnknownOutlined.tsx b/src/IconBatteryUnknownOutlined.tsx index 60553a012..169fd3034 100644 --- a/src/IconBatteryUnknownOutlined.tsx +++ b/src/IconBatteryUnknownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryUnknownOutlined: React.FC = ({ ...props diff --git a/src/IconBatteryUnknownOutlinedFilled.tsx b/src/IconBatteryUnknownOutlinedFilled.tsx index 5815318fc..f4e68e4f0 100644 --- a/src/IconBatteryUnknownOutlinedFilled.tsx +++ b/src/IconBatteryUnknownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryUnknownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryUnknownRounded.tsx b/src/IconBatteryUnknownRounded.tsx index afa6bfa4b..5504b3616 100644 --- a/src/IconBatteryUnknownRounded.tsx +++ b/src/IconBatteryUnknownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryUnknownRounded: React.FC = ({ ...props diff --git a/src/IconBatteryUnknownRoundedFilled.tsx b/src/IconBatteryUnknownRoundedFilled.tsx index 8a02f354e..4f1192163 100644 --- a/src/IconBatteryUnknownRoundedFilled.tsx +++ b/src/IconBatteryUnknownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryUnknownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryUnknownSharp.tsx b/src/IconBatteryUnknownSharp.tsx index 46ead83b1..d72008864 100644 --- a/src/IconBatteryUnknownSharp.tsx +++ b/src/IconBatteryUnknownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryUnknownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryUnknownSharpFilled.tsx b/src/IconBatteryUnknownSharpFilled.tsx index 032a2c552..225faf2fa 100644 --- a/src/IconBatteryUnknownSharpFilled.tsx +++ b/src/IconBatteryUnknownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryUnknownSharpFilled: React.FC = ({ ...props diff --git a/src/IconBatteryVeryLowOutlined.tsx b/src/IconBatteryVeryLowOutlined.tsx index 3ab622767..514a5edc4 100644 --- a/src/IconBatteryVeryLowOutlined.tsx +++ b/src/IconBatteryVeryLowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryVeryLowOutlined: React.FC = ({ ...props diff --git a/src/IconBatteryVeryLowOutlinedFilled.tsx b/src/IconBatteryVeryLowOutlinedFilled.tsx index 8b86161af..832391d62 100644 --- a/src/IconBatteryVeryLowOutlinedFilled.tsx +++ b/src/IconBatteryVeryLowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryVeryLowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryVeryLowRounded.tsx b/src/IconBatteryVeryLowRounded.tsx index 57810dff2..701652d2b 100644 --- a/src/IconBatteryVeryLowRounded.tsx +++ b/src/IconBatteryVeryLowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryVeryLowRounded: React.FC = ({ ...props diff --git a/src/IconBatteryVeryLowRoundedFilled.tsx b/src/IconBatteryVeryLowRoundedFilled.tsx index 5a7e030bb..99fa4b0c3 100644 --- a/src/IconBatteryVeryLowRoundedFilled.tsx +++ b/src/IconBatteryVeryLowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryVeryLowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBatteryVeryLowSharp.tsx b/src/IconBatteryVeryLowSharp.tsx index 0d999352a..7dc972ea3 100644 --- a/src/IconBatteryVeryLowSharp.tsx +++ b/src/IconBatteryVeryLowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryVeryLowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBatteryVeryLowSharpFilled.tsx b/src/IconBatteryVeryLowSharpFilled.tsx index 359fc4844..8baa2f2e8 100644 --- a/src/IconBatteryVeryLowSharpFilled.tsx +++ b/src/IconBatteryVeryLowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBatteryVeryLowSharpFilled: React.FC = ({ ...props diff --git a/src/IconBeachAccessOutlined.tsx b/src/IconBeachAccessOutlined.tsx index 985cec75d..0ce96d544 100644 --- a/src/IconBeachAccessOutlined.tsx +++ b/src/IconBeachAccessOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeachAccessOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBeachAccessOutlinedFilled.tsx b/src/IconBeachAccessOutlinedFilled.tsx index b75e322c9..140a57562 100644 --- a/src/IconBeachAccessOutlinedFilled.tsx +++ b/src/IconBeachAccessOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeachAccessOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBeachAccessRounded.tsx b/src/IconBeachAccessRounded.tsx index 9d1a473e9..a7910ca36 100644 --- a/src/IconBeachAccessRounded.tsx +++ b/src/IconBeachAccessRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeachAccessRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBeachAccessRoundedFilled.tsx b/src/IconBeachAccessRoundedFilled.tsx index 913db08ce..9d5a55fc8 100644 --- a/src/IconBeachAccessRoundedFilled.tsx +++ b/src/IconBeachAccessRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeachAccessRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBeachAccessSharp.tsx b/src/IconBeachAccessSharp.tsx index 9495d3e9a..8a5162ec5 100644 --- a/src/IconBeachAccessSharp.tsx +++ b/src/IconBeachAccessSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeachAccessSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBeachAccessSharpFilled.tsx b/src/IconBeachAccessSharpFilled.tsx index d1b5180b8..0ca316ac0 100644 --- a/src/IconBeachAccessSharpFilled.tsx +++ b/src/IconBeachAccessSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeachAccessSharpFilled: React.FC = ({ ...props diff --git a/src/IconBedOutlined.tsx b/src/IconBedOutlined.tsx index 4890683e3..6e7ac2db8 100644 --- a/src/IconBedOutlined.tsx +++ b/src/IconBedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBedOutlinedFilled.tsx b/src/IconBedOutlinedFilled.tsx index 4fadf5e50..05f8245b2 100644 --- a/src/IconBedOutlinedFilled.tsx +++ b/src/IconBedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBedRounded.tsx b/src/IconBedRounded.tsx index a3c4eac2e..4680cbed0 100644 --- a/src/IconBedRounded.tsx +++ b/src/IconBedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBedRoundedFilled.tsx b/src/IconBedRoundedFilled.tsx index 458bd2090..049655bf8 100644 --- a/src/IconBedRoundedFilled.tsx +++ b/src/IconBedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBedSharp.tsx b/src/IconBedSharp.tsx index 34d7b3f9c..5ade72df7 100644 --- a/src/IconBedSharp.tsx +++ b/src/IconBedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBedSharpFilled.tsx b/src/IconBedSharpFilled.tsx index 44706895f..711edb73d 100644 --- a/src/IconBedSharpFilled.tsx +++ b/src/IconBedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBedroomBabyOutlined.tsx b/src/IconBedroomBabyOutlined.tsx index 70ce59ffe..dfd948534 100644 --- a/src/IconBedroomBabyOutlined.tsx +++ b/src/IconBedroomBabyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomBabyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBedroomBabyOutlinedFilled.tsx b/src/IconBedroomBabyOutlinedFilled.tsx index 6d3f2346a..789d5657c 100644 --- a/src/IconBedroomBabyOutlinedFilled.tsx +++ b/src/IconBedroomBabyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomBabyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBedroomBabyRounded.tsx b/src/IconBedroomBabyRounded.tsx index 425c05001..368ffcf92 100644 --- a/src/IconBedroomBabyRounded.tsx +++ b/src/IconBedroomBabyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomBabyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBedroomBabyRoundedFilled.tsx b/src/IconBedroomBabyRoundedFilled.tsx index 8ba6fc116..3a2db2a13 100644 --- a/src/IconBedroomBabyRoundedFilled.tsx +++ b/src/IconBedroomBabyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomBabyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBedroomBabySharp.tsx b/src/IconBedroomBabySharp.tsx index e0c3d41dc..ad2486bbf 100644 --- a/src/IconBedroomBabySharp.tsx +++ b/src/IconBedroomBabySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomBabySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBedroomBabySharpFilled.tsx b/src/IconBedroomBabySharpFilled.tsx index b147e1c86..a24651094 100644 --- a/src/IconBedroomBabySharpFilled.tsx +++ b/src/IconBedroomBabySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomBabySharpFilled: React.FC = ({ ...props diff --git a/src/IconBedroomChildOutlined.tsx b/src/IconBedroomChildOutlined.tsx index 7e1105c59..d618e5288 100644 --- a/src/IconBedroomChildOutlined.tsx +++ b/src/IconBedroomChildOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomChildOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBedroomChildOutlinedFilled.tsx b/src/IconBedroomChildOutlinedFilled.tsx index 3ec9cf92d..ea35bfcff 100644 --- a/src/IconBedroomChildOutlinedFilled.tsx +++ b/src/IconBedroomChildOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomChildOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBedroomChildRounded.tsx b/src/IconBedroomChildRounded.tsx index 640aaf7a2..e8e6eaec0 100644 --- a/src/IconBedroomChildRounded.tsx +++ b/src/IconBedroomChildRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomChildRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBedroomChildRoundedFilled.tsx b/src/IconBedroomChildRoundedFilled.tsx index fdd5041b1..4b9eab85d 100644 --- a/src/IconBedroomChildRoundedFilled.tsx +++ b/src/IconBedroomChildRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomChildRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBedroomChildSharp.tsx b/src/IconBedroomChildSharp.tsx index cea8e9cf0..bf55fef61 100644 --- a/src/IconBedroomChildSharp.tsx +++ b/src/IconBedroomChildSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomChildSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBedroomChildSharpFilled.tsx b/src/IconBedroomChildSharpFilled.tsx index 37e01798e..5ebdc26c8 100644 --- a/src/IconBedroomChildSharpFilled.tsx +++ b/src/IconBedroomChildSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomChildSharpFilled: React.FC = ({ ...props diff --git a/src/IconBedroomParentOutlined.tsx b/src/IconBedroomParentOutlined.tsx index 6b7ad1345..4d7300423 100644 --- a/src/IconBedroomParentOutlined.tsx +++ b/src/IconBedroomParentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomParentOutlined: React.FC = ({ ...props diff --git a/src/IconBedroomParentOutlinedFilled.tsx b/src/IconBedroomParentOutlinedFilled.tsx index 33974ad02..046ca235d 100644 --- a/src/IconBedroomParentOutlinedFilled.tsx +++ b/src/IconBedroomParentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomParentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBedroomParentRounded.tsx b/src/IconBedroomParentRounded.tsx index 4e0e8ad26..c80d572e0 100644 --- a/src/IconBedroomParentRounded.tsx +++ b/src/IconBedroomParentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomParentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBedroomParentRoundedFilled.tsx b/src/IconBedroomParentRoundedFilled.tsx index 2054d2552..6a20ca26a 100644 --- a/src/IconBedroomParentRoundedFilled.tsx +++ b/src/IconBedroomParentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomParentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBedroomParentSharp.tsx b/src/IconBedroomParentSharp.tsx index 18c27cd6e..cca5d68c9 100644 --- a/src/IconBedroomParentSharp.tsx +++ b/src/IconBedroomParentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomParentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBedroomParentSharpFilled.tsx b/src/IconBedroomParentSharpFilled.tsx index 103649e32..4e319f0da 100644 --- a/src/IconBedroomParentSharpFilled.tsx +++ b/src/IconBedroomParentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedroomParentSharpFilled: React.FC = ({ ...props diff --git a/src/IconBedtimeOffOutlined.tsx b/src/IconBedtimeOffOutlined.tsx index e7970b90c..e983bb3a0 100644 --- a/src/IconBedtimeOffOutlined.tsx +++ b/src/IconBedtimeOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBedtimeOffOutlinedFilled.tsx b/src/IconBedtimeOffOutlinedFilled.tsx index 4627b9799..f1c73c402 100644 --- a/src/IconBedtimeOffOutlinedFilled.tsx +++ b/src/IconBedtimeOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBedtimeOffRounded.tsx b/src/IconBedtimeOffRounded.tsx index d181286d1..a7b46aedc 100644 --- a/src/IconBedtimeOffRounded.tsx +++ b/src/IconBedtimeOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBedtimeOffRoundedFilled.tsx b/src/IconBedtimeOffRoundedFilled.tsx index 60f72c08e..2d34e57af 100644 --- a/src/IconBedtimeOffRoundedFilled.tsx +++ b/src/IconBedtimeOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBedtimeOffSharp.tsx b/src/IconBedtimeOffSharp.tsx index 79b8ac811..3cdeb9330 100644 --- a/src/IconBedtimeOffSharp.tsx +++ b/src/IconBedtimeOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBedtimeOffSharpFilled.tsx b/src/IconBedtimeOffSharpFilled.tsx index 801ff8234..7617a88a0 100644 --- a/src/IconBedtimeOffSharpFilled.tsx +++ b/src/IconBedtimeOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconBedtimeOutlined.tsx b/src/IconBedtimeOutlined.tsx index d057d2911..ba312c255 100644 --- a/src/IconBedtimeOutlined.tsx +++ b/src/IconBedtimeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBedtimeOutlinedFilled.tsx b/src/IconBedtimeOutlinedFilled.tsx index 1821ec9fe..3b966e955 100644 --- a/src/IconBedtimeOutlinedFilled.tsx +++ b/src/IconBedtimeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBedtimeRounded.tsx b/src/IconBedtimeRounded.tsx index 4b6887bda..dec72de0f 100644 --- a/src/IconBedtimeRounded.tsx +++ b/src/IconBedtimeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBedtimeRoundedFilled.tsx b/src/IconBedtimeRoundedFilled.tsx index 6c09a214f..c0bff7daf 100644 --- a/src/IconBedtimeRoundedFilled.tsx +++ b/src/IconBedtimeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBedtimeSharp.tsx b/src/IconBedtimeSharp.tsx index b49333e87..50f770401 100644 --- a/src/IconBedtimeSharp.tsx +++ b/src/IconBedtimeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBedtimeSharpFilled.tsx b/src/IconBedtimeSharpFilled.tsx index 280f54eb7..db8cf0a1a 100644 --- a/src/IconBedtimeSharpFilled.tsx +++ b/src/IconBedtimeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBedtimeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBeenhereOutlined.tsx b/src/IconBeenhereOutlined.tsx index b07bfd5b5..441916324 100644 --- a/src/IconBeenhereOutlined.tsx +++ b/src/IconBeenhereOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeenhereOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBeenhereOutlinedFilled.tsx b/src/IconBeenhereOutlinedFilled.tsx index 16362f1a6..fcc56adc8 100644 --- a/src/IconBeenhereOutlinedFilled.tsx +++ b/src/IconBeenhereOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeenhereOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBeenhereRounded.tsx b/src/IconBeenhereRounded.tsx index cc0578552..f6695f7eb 100644 --- a/src/IconBeenhereRounded.tsx +++ b/src/IconBeenhereRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeenhereRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBeenhereRoundedFilled.tsx b/src/IconBeenhereRoundedFilled.tsx index b6904bdfe..6b8746732 100644 --- a/src/IconBeenhereRoundedFilled.tsx +++ b/src/IconBeenhereRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeenhereRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBeenhereSharp.tsx b/src/IconBeenhereSharp.tsx index 1081bbd4a..3c4e5306b 100644 --- a/src/IconBeenhereSharp.tsx +++ b/src/IconBeenhereSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeenhereSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBeenhereSharpFilled.tsx b/src/IconBeenhereSharpFilled.tsx index cce46b716..e055521c4 100644 --- a/src/IconBeenhereSharpFilled.tsx +++ b/src/IconBeenhereSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBeenhereSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBentoOutlined.tsx b/src/IconBentoOutlined.tsx index 6e5701e5a..2798e27b8 100644 --- a/src/IconBentoOutlined.tsx +++ b/src/IconBentoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBentoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBentoOutlinedFilled.tsx b/src/IconBentoOutlinedFilled.tsx index f47107170..faeaf1f12 100644 --- a/src/IconBentoOutlinedFilled.tsx +++ b/src/IconBentoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBentoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBentoRounded.tsx b/src/IconBentoRounded.tsx index fe297973d..b958bc247 100644 --- a/src/IconBentoRounded.tsx +++ b/src/IconBentoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBentoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBentoRoundedFilled.tsx b/src/IconBentoRoundedFilled.tsx index 6bf7cb845..cb8192d0a 100644 --- a/src/IconBentoRoundedFilled.tsx +++ b/src/IconBentoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBentoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBentoSharp.tsx b/src/IconBentoSharp.tsx index ff41b91b6..ace297c09 100644 --- a/src/IconBentoSharp.tsx +++ b/src/IconBentoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBentoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBentoSharpFilled.tsx b/src/IconBentoSharpFilled.tsx index 406971af2..7976971d2 100644 --- a/src/IconBentoSharpFilled.tsx +++ b/src/IconBentoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBentoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBiaOutlined.tsx b/src/IconBiaOutlined.tsx index 1425a27b6..29d78fb80 100644 --- a/src/IconBiaOutlined.tsx +++ b/src/IconBiaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBiaOutlinedFilled.tsx b/src/IconBiaOutlinedFilled.tsx index b884db3a8..a7880282f 100644 --- a/src/IconBiaOutlinedFilled.tsx +++ b/src/IconBiaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiaOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBiaRounded.tsx b/src/IconBiaRounded.tsx index f7edbbcd3..fd3d1f814 100644 --- a/src/IconBiaRounded.tsx +++ b/src/IconBiaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBiaRoundedFilled.tsx b/src/IconBiaRoundedFilled.tsx index d3ddac62a..b8d858603 100644 --- a/src/IconBiaRoundedFilled.tsx +++ b/src/IconBiaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiaRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBiaSharp.tsx b/src/IconBiaSharp.tsx index 487ca18cb..e684d4d80 100644 --- a/src/IconBiaSharp.tsx +++ b/src/IconBiaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBiaSharpFilled.tsx b/src/IconBiaSharpFilled.tsx index 3e837a483..35a527ded 100644 --- a/src/IconBiaSharpFilled.tsx +++ b/src/IconBiaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBidLandscapeDisabledOutlined.tsx b/src/IconBidLandscapeDisabledOutlined.tsx index 9e587616a..8dee64f0b 100644 --- a/src/IconBidLandscapeDisabledOutlined.tsx +++ b/src/IconBidLandscapeDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconBidLandscapeDisabledOutlinedFilled.tsx b/src/IconBidLandscapeDisabledOutlinedFilled.tsx index 6f00ab07a..155466bcc 100644 --- a/src/IconBidLandscapeDisabledOutlinedFilled.tsx +++ b/src/IconBidLandscapeDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBidLandscapeDisabledRounded.tsx b/src/IconBidLandscapeDisabledRounded.tsx index 932c88055..49bb42e9b 100644 --- a/src/IconBidLandscapeDisabledRounded.tsx +++ b/src/IconBidLandscapeDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeDisabledRounded: React.FC = ({ ...props diff --git a/src/IconBidLandscapeDisabledRoundedFilled.tsx b/src/IconBidLandscapeDisabledRoundedFilled.tsx index 57e4c1a1a..3c6a0fcd5 100644 --- a/src/IconBidLandscapeDisabledRoundedFilled.tsx +++ b/src/IconBidLandscapeDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBidLandscapeDisabledSharp.tsx b/src/IconBidLandscapeDisabledSharp.tsx index e99393a22..e1598ae43 100644 --- a/src/IconBidLandscapeDisabledSharp.tsx +++ b/src/IconBidLandscapeDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeDisabledSharp: React.FC = ({ ...props diff --git a/src/IconBidLandscapeDisabledSharpFilled.tsx b/src/IconBidLandscapeDisabledSharpFilled.tsx index 54ecd3d30..3a9d02c36 100644 --- a/src/IconBidLandscapeDisabledSharpFilled.tsx +++ b/src/IconBidLandscapeDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconBidLandscapeOutlined.tsx b/src/IconBidLandscapeOutlined.tsx index 578a901e4..17c70774e 100644 --- a/src/IconBidLandscapeOutlined.tsx +++ b/src/IconBidLandscapeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBidLandscapeOutlinedFilled.tsx b/src/IconBidLandscapeOutlinedFilled.tsx index 3feed896a..da1140aa8 100644 --- a/src/IconBidLandscapeOutlinedFilled.tsx +++ b/src/IconBidLandscapeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBidLandscapeRounded.tsx b/src/IconBidLandscapeRounded.tsx index 2d782dc0a..5e7e89ce6 100644 --- a/src/IconBidLandscapeRounded.tsx +++ b/src/IconBidLandscapeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBidLandscapeRoundedFilled.tsx b/src/IconBidLandscapeRoundedFilled.tsx index f06e1ffe6..46105b4a8 100644 --- a/src/IconBidLandscapeRoundedFilled.tsx +++ b/src/IconBidLandscapeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBidLandscapeSharp.tsx b/src/IconBidLandscapeSharp.tsx index 8586d32dc..aef99bed5 100644 --- a/src/IconBidLandscapeSharp.tsx +++ b/src/IconBidLandscapeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBidLandscapeSharpFilled.tsx b/src/IconBidLandscapeSharpFilled.tsx index 6d436d576..d781e392f 100644 --- a/src/IconBidLandscapeSharpFilled.tsx +++ b/src/IconBidLandscapeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBidLandscapeSharpFilled: React.FC = ({ ...props diff --git a/src/IconBigtopUpdatesOutlined.tsx b/src/IconBigtopUpdatesOutlined.tsx index 6ce28bbc6..6be492c1f 100644 --- a/src/IconBigtopUpdatesOutlined.tsx +++ b/src/IconBigtopUpdatesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBigtopUpdatesOutlined: React.FC = ({ ...props diff --git a/src/IconBigtopUpdatesOutlinedFilled.tsx b/src/IconBigtopUpdatesOutlinedFilled.tsx index afa22e46f..7cd429c41 100644 --- a/src/IconBigtopUpdatesOutlinedFilled.tsx +++ b/src/IconBigtopUpdatesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBigtopUpdatesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBigtopUpdatesRounded.tsx b/src/IconBigtopUpdatesRounded.tsx index e322fdc85..57612a76f 100644 --- a/src/IconBigtopUpdatesRounded.tsx +++ b/src/IconBigtopUpdatesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBigtopUpdatesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBigtopUpdatesRoundedFilled.tsx b/src/IconBigtopUpdatesRoundedFilled.tsx index fc90b7ab3..72374a4bd 100644 --- a/src/IconBigtopUpdatesRoundedFilled.tsx +++ b/src/IconBigtopUpdatesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBigtopUpdatesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBigtopUpdatesSharp.tsx b/src/IconBigtopUpdatesSharp.tsx index c319d6d23..5d091f90a 100644 --- a/src/IconBigtopUpdatesSharp.tsx +++ b/src/IconBigtopUpdatesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBigtopUpdatesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBigtopUpdatesSharpFilled.tsx b/src/IconBigtopUpdatesSharpFilled.tsx index 5426702e5..07717a153 100644 --- a/src/IconBigtopUpdatesSharpFilled.tsx +++ b/src/IconBigtopUpdatesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBigtopUpdatesSharpFilled: React.FC = ({ ...props diff --git a/src/IconBikeDockOutlined.tsx b/src/IconBikeDockOutlined.tsx index 846407ecb..232fd8db6 100644 --- a/src/IconBikeDockOutlined.tsx +++ b/src/IconBikeDockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeDockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBikeDockOutlinedFilled.tsx b/src/IconBikeDockOutlinedFilled.tsx index 3ba2a353f..b046fcbcd 100644 --- a/src/IconBikeDockOutlinedFilled.tsx +++ b/src/IconBikeDockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeDockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBikeDockRounded.tsx b/src/IconBikeDockRounded.tsx index 84cad804f..c64540965 100644 --- a/src/IconBikeDockRounded.tsx +++ b/src/IconBikeDockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeDockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBikeDockRoundedFilled.tsx b/src/IconBikeDockRoundedFilled.tsx index 9c1b242e9..35440098e 100644 --- a/src/IconBikeDockRoundedFilled.tsx +++ b/src/IconBikeDockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeDockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBikeDockSharp.tsx b/src/IconBikeDockSharp.tsx index cb87ef331..809635053 100644 --- a/src/IconBikeDockSharp.tsx +++ b/src/IconBikeDockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeDockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBikeDockSharpFilled.tsx b/src/IconBikeDockSharpFilled.tsx index 31bad63ef..df5d490da 100644 --- a/src/IconBikeDockSharpFilled.tsx +++ b/src/IconBikeDockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeDockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBikeLaneOutlined.tsx b/src/IconBikeLaneOutlined.tsx index 41a896a4f..bdf10a65a 100644 --- a/src/IconBikeLaneOutlined.tsx +++ b/src/IconBikeLaneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeLaneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBikeLaneOutlinedFilled.tsx b/src/IconBikeLaneOutlinedFilled.tsx index 8894b7873..fb9efc31a 100644 --- a/src/IconBikeLaneOutlinedFilled.tsx +++ b/src/IconBikeLaneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeLaneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBikeLaneRounded.tsx b/src/IconBikeLaneRounded.tsx index 17f62f7e7..8f1101039 100644 --- a/src/IconBikeLaneRounded.tsx +++ b/src/IconBikeLaneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeLaneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBikeLaneRoundedFilled.tsx b/src/IconBikeLaneRoundedFilled.tsx index a705ab1d5..379863701 100644 --- a/src/IconBikeLaneRoundedFilled.tsx +++ b/src/IconBikeLaneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeLaneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBikeLaneSharp.tsx b/src/IconBikeLaneSharp.tsx index 4f1456e72..99cd38c2c 100644 --- a/src/IconBikeLaneSharp.tsx +++ b/src/IconBikeLaneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeLaneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBikeLaneSharpFilled.tsx b/src/IconBikeLaneSharpFilled.tsx index 814131c63..67148eaff 100644 --- a/src/IconBikeLaneSharpFilled.tsx +++ b/src/IconBikeLaneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeLaneSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBikeScooterOutlined.tsx b/src/IconBikeScooterOutlined.tsx index 21b8b05c6..ecd0f4a48 100644 --- a/src/IconBikeScooterOutlined.tsx +++ b/src/IconBikeScooterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeScooterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBikeScooterOutlinedFilled.tsx b/src/IconBikeScooterOutlinedFilled.tsx index cc1e4dc94..84e320db8 100644 --- a/src/IconBikeScooterOutlinedFilled.tsx +++ b/src/IconBikeScooterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeScooterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBikeScooterRounded.tsx b/src/IconBikeScooterRounded.tsx index 802a46ba9..eec90d838 100644 --- a/src/IconBikeScooterRounded.tsx +++ b/src/IconBikeScooterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeScooterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBikeScooterRoundedFilled.tsx b/src/IconBikeScooterRoundedFilled.tsx index 8e2a73fc7..a59abee5f 100644 --- a/src/IconBikeScooterRoundedFilled.tsx +++ b/src/IconBikeScooterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeScooterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBikeScooterSharp.tsx b/src/IconBikeScooterSharp.tsx index 50d908e53..70d7f456d 100644 --- a/src/IconBikeScooterSharp.tsx +++ b/src/IconBikeScooterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeScooterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBikeScooterSharpFilled.tsx b/src/IconBikeScooterSharpFilled.tsx index 22ba5a67f..2a8818156 100644 --- a/src/IconBikeScooterSharpFilled.tsx +++ b/src/IconBikeScooterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBikeScooterSharpFilled: React.FC = ({ ...props diff --git a/src/IconBiotechOutlined.tsx b/src/IconBiotechOutlined.tsx index ffde3b8ff..c29e8b67c 100644 --- a/src/IconBiotechOutlined.tsx +++ b/src/IconBiotechOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiotechOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBiotechOutlinedFilled.tsx b/src/IconBiotechOutlinedFilled.tsx index 0c12d8be8..bba8b5d2e 100644 --- a/src/IconBiotechOutlinedFilled.tsx +++ b/src/IconBiotechOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiotechOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBiotechRounded.tsx b/src/IconBiotechRounded.tsx index b56e9102c..56717e757 100644 --- a/src/IconBiotechRounded.tsx +++ b/src/IconBiotechRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiotechRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBiotechRoundedFilled.tsx b/src/IconBiotechRoundedFilled.tsx index c6df5c2e4..4746afcd5 100644 --- a/src/IconBiotechRoundedFilled.tsx +++ b/src/IconBiotechRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiotechRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBiotechSharp.tsx b/src/IconBiotechSharp.tsx index 66eb2f11a..5d90ab77e 100644 --- a/src/IconBiotechSharp.tsx +++ b/src/IconBiotechSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiotechSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBiotechSharpFilled.tsx b/src/IconBiotechSharpFilled.tsx index 797e5f793..e6217d04c 100644 --- a/src/IconBiotechSharpFilled.tsx +++ b/src/IconBiotechSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBiotechSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlanketOutlined.tsx b/src/IconBlanketOutlined.tsx index ba5df2959..21e2e837d 100644 --- a/src/IconBlanketOutlined.tsx +++ b/src/IconBlanketOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlanketOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlanketOutlinedFilled.tsx b/src/IconBlanketOutlinedFilled.tsx index aae8d162d..1f58a2f83 100644 --- a/src/IconBlanketOutlinedFilled.tsx +++ b/src/IconBlanketOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlanketOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBlanketRounded.tsx b/src/IconBlanketRounded.tsx index 796c89691..efc490ff6 100644 --- a/src/IconBlanketRounded.tsx +++ b/src/IconBlanketRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlanketRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlanketRoundedFilled.tsx b/src/IconBlanketRoundedFilled.tsx index 44fc08f40..07ab4b009 100644 --- a/src/IconBlanketRoundedFilled.tsx +++ b/src/IconBlanketRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlanketRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlanketSharp.tsx b/src/IconBlanketSharp.tsx index bdced21aa..696585461 100644 --- a/src/IconBlanketSharp.tsx +++ b/src/IconBlanketSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlanketSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlanketSharpFilled.tsx b/src/IconBlanketSharpFilled.tsx index 80a8b34e9..578c67fc2 100644 --- a/src/IconBlanketSharpFilled.tsx +++ b/src/IconBlanketSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlanketSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlenderOutlined.tsx b/src/IconBlenderOutlined.tsx index f483e5414..5b9ca256f 100644 --- a/src/IconBlenderOutlined.tsx +++ b/src/IconBlenderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlenderOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlenderOutlinedFilled.tsx b/src/IconBlenderOutlinedFilled.tsx index 47a77e268..d0a881f30 100644 --- a/src/IconBlenderOutlinedFilled.tsx +++ b/src/IconBlenderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlenderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBlenderRounded.tsx b/src/IconBlenderRounded.tsx index 7d4a33fcc..bc1b2ef8e 100644 --- a/src/IconBlenderRounded.tsx +++ b/src/IconBlenderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlenderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlenderRoundedFilled.tsx b/src/IconBlenderRoundedFilled.tsx index 594340cdd..b41ed3678 100644 --- a/src/IconBlenderRoundedFilled.tsx +++ b/src/IconBlenderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlenderRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlenderSharp.tsx b/src/IconBlenderSharp.tsx index 7a60e8dea..1bb8e426c 100644 --- a/src/IconBlenderSharp.tsx +++ b/src/IconBlenderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlenderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlenderSharpFilled.tsx b/src/IconBlenderSharpFilled.tsx index 38599590c..d9b273564 100644 --- a/src/IconBlenderSharpFilled.tsx +++ b/src/IconBlenderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlenderSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindOutlined.tsx b/src/IconBlindOutlined.tsx index 01e5aa06b..fbdcf8821 100644 --- a/src/IconBlindOutlined.tsx +++ b/src/IconBlindOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindOutlinedFilled.tsx b/src/IconBlindOutlinedFilled.tsx index e853e81f7..5c397dcfa 100644 --- a/src/IconBlindOutlinedFilled.tsx +++ b/src/IconBlindOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindRounded.tsx b/src/IconBlindRounded.tsx index 908940671..caad54e1e 100644 --- a/src/IconBlindRounded.tsx +++ b/src/IconBlindRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindRoundedFilled.tsx b/src/IconBlindRoundedFilled.tsx index c50a41bdd..f49bccba7 100644 --- a/src/IconBlindRoundedFilled.tsx +++ b/src/IconBlindRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindSharp.tsx b/src/IconBlindSharp.tsx index e62e0cf76..f7b63a086 100644 --- a/src/IconBlindSharp.tsx +++ b/src/IconBlindSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindSharpFilled.tsx b/src/IconBlindSharpFilled.tsx index a7e6cd0a5..e3f28ade1 100644 --- a/src/IconBlindSharpFilled.tsx +++ b/src/IconBlindSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindsClosedOutlined.tsx b/src/IconBlindsClosedOutlined.tsx index 9bd2f8889..aee7550a4 100644 --- a/src/IconBlindsClosedOutlined.tsx +++ b/src/IconBlindsClosedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsClosedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindsClosedOutlinedFilled.tsx b/src/IconBlindsClosedOutlinedFilled.tsx index 4d9d945c0..0e93a4027 100644 --- a/src/IconBlindsClosedOutlinedFilled.tsx +++ b/src/IconBlindsClosedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsClosedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBlindsClosedRounded.tsx b/src/IconBlindsClosedRounded.tsx index 7890e5dcb..4c166812f 100644 --- a/src/IconBlindsClosedRounded.tsx +++ b/src/IconBlindsClosedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsClosedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindsClosedRoundedFilled.tsx b/src/IconBlindsClosedRoundedFilled.tsx index 36e75b61b..c6cfce973 100644 --- a/src/IconBlindsClosedRoundedFilled.tsx +++ b/src/IconBlindsClosedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsClosedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBlindsClosedSharp.tsx b/src/IconBlindsClosedSharp.tsx index 030fb3680..e9d70cdae 100644 --- a/src/IconBlindsClosedSharp.tsx +++ b/src/IconBlindsClosedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsClosedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindsClosedSharpFilled.tsx b/src/IconBlindsClosedSharpFilled.tsx index 226604ec3..9582dce7a 100644 --- a/src/IconBlindsClosedSharpFilled.tsx +++ b/src/IconBlindsClosedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsClosedSharpFilled: React.FC = ({ ...props diff --git a/src/IconBlindsOutlined.tsx b/src/IconBlindsOutlined.tsx index 751ce4e30..03965ba5f 100644 --- a/src/IconBlindsOutlined.tsx +++ b/src/IconBlindsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindsOutlinedFilled.tsx b/src/IconBlindsOutlinedFilled.tsx index 91b990003..2b2f8cac2 100644 --- a/src/IconBlindsOutlinedFilled.tsx +++ b/src/IconBlindsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindsRounded.tsx b/src/IconBlindsRounded.tsx index 6f1e09d03..34a1c5d35 100644 --- a/src/IconBlindsRounded.tsx +++ b/src/IconBlindsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindsRoundedFilled.tsx b/src/IconBlindsRoundedFilled.tsx index 649502434..91f05140a 100644 --- a/src/IconBlindsRoundedFilled.tsx +++ b/src/IconBlindsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindsSharp.tsx b/src/IconBlindsSharp.tsx index b05bc5f96..5b333c7e8 100644 --- a/src/IconBlindsSharp.tsx +++ b/src/IconBlindsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlindsSharpFilled.tsx b/src/IconBlindsSharpFilled.tsx index 7a35d7990..fef569428 100644 --- a/src/IconBlindsSharpFilled.tsx +++ b/src/IconBlindsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlindsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlockOutlined.tsx b/src/IconBlockOutlined.tsx index 864285d9e..933f27b7f 100644 --- a/src/IconBlockOutlined.tsx +++ b/src/IconBlockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlockOutlinedFilled.tsx b/src/IconBlockOutlinedFilled.tsx index 1e055c188..790a564e3 100644 --- a/src/IconBlockOutlinedFilled.tsx +++ b/src/IconBlockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlockOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlockRounded.tsx b/src/IconBlockRounded.tsx index 817050552..9303f7dd3 100644 --- a/src/IconBlockRounded.tsx +++ b/src/IconBlockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlockRoundedFilled.tsx b/src/IconBlockRoundedFilled.tsx index 73c88776a..f78a2000a 100644 --- a/src/IconBlockRoundedFilled.tsx +++ b/src/IconBlockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlockRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlockSharp.tsx b/src/IconBlockSharp.tsx index cd62c0ed2..8c4a0c620 100644 --- a/src/IconBlockSharp.tsx +++ b/src/IconBlockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlockSharpFilled.tsx b/src/IconBlockSharpFilled.tsx index 5721b1b41..fd207bba7 100644 --- a/src/IconBlockSharpFilled.tsx +++ b/src/IconBlockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBloodPressureOutlined.tsx b/src/IconBloodPressureOutlined.tsx index cab8bfc77..fae59da19 100644 --- a/src/IconBloodPressureOutlined.tsx +++ b/src/IconBloodPressureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodPressureOutlined: React.FC = ({ ...props diff --git a/src/IconBloodPressureOutlinedFilled.tsx b/src/IconBloodPressureOutlinedFilled.tsx index 173a12447..60419c714 100644 --- a/src/IconBloodPressureOutlinedFilled.tsx +++ b/src/IconBloodPressureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodPressureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBloodPressureRounded.tsx b/src/IconBloodPressureRounded.tsx index ef586956e..ec68d0040 100644 --- a/src/IconBloodPressureRounded.tsx +++ b/src/IconBloodPressureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodPressureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBloodPressureRoundedFilled.tsx b/src/IconBloodPressureRoundedFilled.tsx index bbc00bb27..74494252e 100644 --- a/src/IconBloodPressureRoundedFilled.tsx +++ b/src/IconBloodPressureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodPressureRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBloodPressureSharp.tsx b/src/IconBloodPressureSharp.tsx index 61648e8d9..cc6225bda 100644 --- a/src/IconBloodPressureSharp.tsx +++ b/src/IconBloodPressureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodPressureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBloodPressureSharpFilled.tsx b/src/IconBloodPressureSharpFilled.tsx index 43b3664e2..aa3d8c51a 100644 --- a/src/IconBloodPressureSharpFilled.tsx +++ b/src/IconBloodPressureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodPressureSharpFilled: React.FC = ({ ...props diff --git a/src/IconBloodtypeOutlined.tsx b/src/IconBloodtypeOutlined.tsx index 62547f773..f4e16a3f4 100644 --- a/src/IconBloodtypeOutlined.tsx +++ b/src/IconBloodtypeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodtypeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBloodtypeOutlinedFilled.tsx b/src/IconBloodtypeOutlinedFilled.tsx index 5f7380ce1..5ccc0b9e1 100644 --- a/src/IconBloodtypeOutlinedFilled.tsx +++ b/src/IconBloodtypeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodtypeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBloodtypeRounded.tsx b/src/IconBloodtypeRounded.tsx index 594142aac..ce4720f3f 100644 --- a/src/IconBloodtypeRounded.tsx +++ b/src/IconBloodtypeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodtypeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBloodtypeRoundedFilled.tsx b/src/IconBloodtypeRoundedFilled.tsx index ba460787d..15f173a97 100644 --- a/src/IconBloodtypeRoundedFilled.tsx +++ b/src/IconBloodtypeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodtypeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBloodtypeSharp.tsx b/src/IconBloodtypeSharp.tsx index 71f94a6db..d303df236 100644 --- a/src/IconBloodtypeSharp.tsx +++ b/src/IconBloodtypeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodtypeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBloodtypeSharpFilled.tsx b/src/IconBloodtypeSharpFilled.tsx index b1313daba..87de1a1c0 100644 --- a/src/IconBloodtypeSharpFilled.tsx +++ b/src/IconBloodtypeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBloodtypeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBluetoothConnectedOutlined.tsx b/src/IconBluetoothConnectedOutlined.tsx index f615e687d..319d8794f 100644 --- a/src/IconBluetoothConnectedOutlined.tsx +++ b/src/IconBluetoothConnectedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothConnectedOutlined: React.FC = ({ ...props diff --git a/src/IconBluetoothConnectedOutlinedFilled.tsx b/src/IconBluetoothConnectedOutlinedFilled.tsx index 0ca30219b..f31fb9843 100644 --- a/src/IconBluetoothConnectedOutlinedFilled.tsx +++ b/src/IconBluetoothConnectedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothConnectedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothConnectedRounded.tsx b/src/IconBluetoothConnectedRounded.tsx index c07a2dc8c..bb9843e77 100644 --- a/src/IconBluetoothConnectedRounded.tsx +++ b/src/IconBluetoothConnectedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothConnectedRounded: React.FC = ({ ...props diff --git a/src/IconBluetoothConnectedRoundedFilled.tsx b/src/IconBluetoothConnectedRoundedFilled.tsx index 44267061e..3e525650a 100644 --- a/src/IconBluetoothConnectedRoundedFilled.tsx +++ b/src/IconBluetoothConnectedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothConnectedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothConnectedSharp.tsx b/src/IconBluetoothConnectedSharp.tsx index 5cea0d94c..0b0a6320c 100644 --- a/src/IconBluetoothConnectedSharp.tsx +++ b/src/IconBluetoothConnectedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothConnectedSharp: React.FC = ({ ...props diff --git a/src/IconBluetoothConnectedSharpFilled.tsx b/src/IconBluetoothConnectedSharpFilled.tsx index 6823fd825..7f9832654 100644 --- a/src/IconBluetoothConnectedSharpFilled.tsx +++ b/src/IconBluetoothConnectedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothConnectedSharpFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothDisabledOutlined.tsx b/src/IconBluetoothDisabledOutlined.tsx index 92334628d..ece3538ea 100644 --- a/src/IconBluetoothDisabledOutlined.tsx +++ b/src/IconBluetoothDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconBluetoothDisabledOutlinedFilled.tsx b/src/IconBluetoothDisabledOutlinedFilled.tsx index 7891933c4..89052eba7 100644 --- a/src/IconBluetoothDisabledOutlinedFilled.tsx +++ b/src/IconBluetoothDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothDisabledRounded.tsx b/src/IconBluetoothDisabledRounded.tsx index 3d39f89af..7a03fd193 100644 --- a/src/IconBluetoothDisabledRounded.tsx +++ b/src/IconBluetoothDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDisabledRounded: React.FC = ({ ...props diff --git a/src/IconBluetoothDisabledRoundedFilled.tsx b/src/IconBluetoothDisabledRoundedFilled.tsx index 94e85ae7a..e5923d7f7 100644 --- a/src/IconBluetoothDisabledRoundedFilled.tsx +++ b/src/IconBluetoothDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothDisabledSharp.tsx b/src/IconBluetoothDisabledSharp.tsx index 0c08918fa..c92569617 100644 --- a/src/IconBluetoothDisabledSharp.tsx +++ b/src/IconBluetoothDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDisabledSharp: React.FC = ({ ...props diff --git a/src/IconBluetoothDisabledSharpFilled.tsx b/src/IconBluetoothDisabledSharpFilled.tsx index 5e6dda0ab..5b64cfb97 100644 --- a/src/IconBluetoothDisabledSharpFilled.tsx +++ b/src/IconBluetoothDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothDriveOutlined.tsx b/src/IconBluetoothDriveOutlined.tsx index f71adb573..a54c4f70f 100644 --- a/src/IconBluetoothDriveOutlined.tsx +++ b/src/IconBluetoothDriveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDriveOutlined: React.FC = ({ ...props diff --git a/src/IconBluetoothDriveOutlinedFilled.tsx b/src/IconBluetoothDriveOutlinedFilled.tsx index be1e18f77..e8284b49e 100644 --- a/src/IconBluetoothDriveOutlinedFilled.tsx +++ b/src/IconBluetoothDriveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDriveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothDriveRounded.tsx b/src/IconBluetoothDriveRounded.tsx index aafe4bac1..dee49edec 100644 --- a/src/IconBluetoothDriveRounded.tsx +++ b/src/IconBluetoothDriveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDriveRounded: React.FC = ({ ...props diff --git a/src/IconBluetoothDriveRoundedFilled.tsx b/src/IconBluetoothDriveRoundedFilled.tsx index df74893ca..ac1bd8df5 100644 --- a/src/IconBluetoothDriveRoundedFilled.tsx +++ b/src/IconBluetoothDriveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDriveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothDriveSharp.tsx b/src/IconBluetoothDriveSharp.tsx index a0faa2d5d..9c1825c2e 100644 --- a/src/IconBluetoothDriveSharp.tsx +++ b/src/IconBluetoothDriveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDriveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBluetoothDriveSharpFilled.tsx b/src/IconBluetoothDriveSharpFilled.tsx index 02e1db53d..7bdff9b4b 100644 --- a/src/IconBluetoothDriveSharpFilled.tsx +++ b/src/IconBluetoothDriveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothDriveSharpFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothOutlined.tsx b/src/IconBluetoothOutlined.tsx index 9279680df..305a1dde4 100644 --- a/src/IconBluetoothOutlined.tsx +++ b/src/IconBluetoothOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBluetoothOutlinedFilled.tsx b/src/IconBluetoothOutlinedFilled.tsx index 6328492cf..1055a7ebb 100644 --- a/src/IconBluetoothOutlinedFilled.tsx +++ b/src/IconBluetoothOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothRounded.tsx b/src/IconBluetoothRounded.tsx index 713b4daa8..c6d53c7f8 100644 --- a/src/IconBluetoothRounded.tsx +++ b/src/IconBluetoothRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBluetoothRoundedFilled.tsx b/src/IconBluetoothRoundedFilled.tsx index c88941116..35d89dba6 100644 --- a/src/IconBluetoothRoundedFilled.tsx +++ b/src/IconBluetoothRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothSearchingOutlined.tsx b/src/IconBluetoothSearchingOutlined.tsx index 6661574a0..e1a189022 100644 --- a/src/IconBluetoothSearchingOutlined.tsx +++ b/src/IconBluetoothSearchingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothSearchingOutlined: React.FC = ({ ...props diff --git a/src/IconBluetoothSearchingOutlinedFilled.tsx b/src/IconBluetoothSearchingOutlinedFilled.tsx index 3ef86e4ae..05a329603 100644 --- a/src/IconBluetoothSearchingOutlinedFilled.tsx +++ b/src/IconBluetoothSearchingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothSearchingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothSearchingRounded.tsx b/src/IconBluetoothSearchingRounded.tsx index 67a3b6d7a..5782e2b52 100644 --- a/src/IconBluetoothSearchingRounded.tsx +++ b/src/IconBluetoothSearchingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothSearchingRounded: React.FC = ({ ...props diff --git a/src/IconBluetoothSearchingRoundedFilled.tsx b/src/IconBluetoothSearchingRoundedFilled.tsx index be531a6e0..2ad6575fe 100644 --- a/src/IconBluetoothSearchingRoundedFilled.tsx +++ b/src/IconBluetoothSearchingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothSearchingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothSearchingSharp.tsx b/src/IconBluetoothSearchingSharp.tsx index c3b55d4f0..8ccb55014 100644 --- a/src/IconBluetoothSearchingSharp.tsx +++ b/src/IconBluetoothSearchingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothSearchingSharp: React.FC = ({ ...props diff --git a/src/IconBluetoothSearchingSharpFilled.tsx b/src/IconBluetoothSearchingSharpFilled.tsx index 136effb4b..8108532b5 100644 --- a/src/IconBluetoothSearchingSharpFilled.tsx +++ b/src/IconBluetoothSearchingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothSearchingSharpFilled: React.FC = ({ ...props diff --git a/src/IconBluetoothSharp.tsx b/src/IconBluetoothSharp.tsx index c09306f0b..676a1fc06 100644 --- a/src/IconBluetoothSharp.tsx +++ b/src/IconBluetoothSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBluetoothSharpFilled.tsx b/src/IconBluetoothSharpFilled.tsx index f46995771..84cb94a7d 100644 --- a/src/IconBluetoothSharpFilled.tsx +++ b/src/IconBluetoothSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBluetoothSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurCircularOutlined.tsx b/src/IconBlurCircularOutlined.tsx index fdf08e19f..9978fb971 100644 --- a/src/IconBlurCircularOutlined.tsx +++ b/src/IconBlurCircularOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurCircularOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurCircularOutlinedFilled.tsx b/src/IconBlurCircularOutlinedFilled.tsx index 20cad994a..2d0411423 100644 --- a/src/IconBlurCircularOutlinedFilled.tsx +++ b/src/IconBlurCircularOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurCircularOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBlurCircularRounded.tsx b/src/IconBlurCircularRounded.tsx index c0d8fbcfa..0a14a7f2b 100644 --- a/src/IconBlurCircularRounded.tsx +++ b/src/IconBlurCircularRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurCircularRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurCircularRoundedFilled.tsx b/src/IconBlurCircularRoundedFilled.tsx index 39df01ce5..8d6b43310 100644 --- a/src/IconBlurCircularRoundedFilled.tsx +++ b/src/IconBlurCircularRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurCircularRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBlurCircularSharp.tsx b/src/IconBlurCircularSharp.tsx index 60bee8834..94fb40281 100644 --- a/src/IconBlurCircularSharp.tsx +++ b/src/IconBlurCircularSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurCircularSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurCircularSharpFilled.tsx b/src/IconBlurCircularSharpFilled.tsx index 3755a64c1..33657c30f 100644 --- a/src/IconBlurCircularSharpFilled.tsx +++ b/src/IconBlurCircularSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurCircularSharpFilled: React.FC = ({ ...props diff --git a/src/IconBlurLinearOutlined.tsx b/src/IconBlurLinearOutlined.tsx index be273dae0..6e7421259 100644 --- a/src/IconBlurLinearOutlined.tsx +++ b/src/IconBlurLinearOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurLinearOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurLinearOutlinedFilled.tsx b/src/IconBlurLinearOutlinedFilled.tsx index 809347126..276d32a7b 100644 --- a/src/IconBlurLinearOutlinedFilled.tsx +++ b/src/IconBlurLinearOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurLinearOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBlurLinearRounded.tsx b/src/IconBlurLinearRounded.tsx index 24b9a5f84..898587651 100644 --- a/src/IconBlurLinearRounded.tsx +++ b/src/IconBlurLinearRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurLinearRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurLinearRoundedFilled.tsx b/src/IconBlurLinearRoundedFilled.tsx index b86ebcef8..bc00720d8 100644 --- a/src/IconBlurLinearRoundedFilled.tsx +++ b/src/IconBlurLinearRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurLinearRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBlurLinearSharp.tsx b/src/IconBlurLinearSharp.tsx index 657ac66b4..b69e2143c 100644 --- a/src/IconBlurLinearSharp.tsx +++ b/src/IconBlurLinearSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurLinearSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurLinearSharpFilled.tsx b/src/IconBlurLinearSharpFilled.tsx index 39b81d715..97587284b 100644 --- a/src/IconBlurLinearSharpFilled.tsx +++ b/src/IconBlurLinearSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurLinearSharpFilled: React.FC = ({ ...props diff --git a/src/IconBlurMediumOutlined.tsx b/src/IconBlurMediumOutlined.tsx index 3caaadb19..ff31ce561 100644 --- a/src/IconBlurMediumOutlined.tsx +++ b/src/IconBlurMediumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurMediumOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurMediumOutlinedFilled.tsx b/src/IconBlurMediumOutlinedFilled.tsx index 0fb5827be..b75c772cb 100644 --- a/src/IconBlurMediumOutlinedFilled.tsx +++ b/src/IconBlurMediumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurMediumOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBlurMediumRounded.tsx b/src/IconBlurMediumRounded.tsx index b79dc08d2..ced30df2d 100644 --- a/src/IconBlurMediumRounded.tsx +++ b/src/IconBlurMediumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurMediumRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurMediumRoundedFilled.tsx b/src/IconBlurMediumRoundedFilled.tsx index c8f359d46..9c65b43d2 100644 --- a/src/IconBlurMediumRoundedFilled.tsx +++ b/src/IconBlurMediumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurMediumRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBlurMediumSharp.tsx b/src/IconBlurMediumSharp.tsx index 57661aeae..7e9a8c660 100644 --- a/src/IconBlurMediumSharp.tsx +++ b/src/IconBlurMediumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurMediumSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurMediumSharpFilled.tsx b/src/IconBlurMediumSharpFilled.tsx index ff459c597..b9ea81da6 100644 --- a/src/IconBlurMediumSharpFilled.tsx +++ b/src/IconBlurMediumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurMediumSharpFilled: React.FC = ({ ...props diff --git a/src/IconBlurOffOutlined.tsx b/src/IconBlurOffOutlined.tsx index 01383718a..429f8f7be 100644 --- a/src/IconBlurOffOutlined.tsx +++ b/src/IconBlurOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurOffOutlinedFilled.tsx b/src/IconBlurOffOutlinedFilled.tsx index 4772cf6ba..0a10e9666 100644 --- a/src/IconBlurOffOutlinedFilled.tsx +++ b/src/IconBlurOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBlurOffRounded.tsx b/src/IconBlurOffRounded.tsx index 1ab4b38a0..3c695d891 100644 --- a/src/IconBlurOffRounded.tsx +++ b/src/IconBlurOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurOffRoundedFilled.tsx b/src/IconBlurOffRoundedFilled.tsx index 27704eb01..068f3aef3 100644 --- a/src/IconBlurOffRoundedFilled.tsx +++ b/src/IconBlurOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurOffSharp.tsx b/src/IconBlurOffSharp.tsx index 03c350d69..115be1013 100644 --- a/src/IconBlurOffSharp.tsx +++ b/src/IconBlurOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurOffSharpFilled.tsx b/src/IconBlurOffSharpFilled.tsx index 09c1d85f9..52f99e6fd 100644 --- a/src/IconBlurOffSharpFilled.tsx +++ b/src/IconBlurOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurOnOutlined.tsx b/src/IconBlurOnOutlined.tsx index f3f18d93b..f7b708f49 100644 --- a/src/IconBlurOnOutlined.tsx +++ b/src/IconBlurOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurOnOutlinedFilled.tsx b/src/IconBlurOnOutlinedFilled.tsx index 79c9d9b2d..8aeb7b023 100644 --- a/src/IconBlurOnOutlinedFilled.tsx +++ b/src/IconBlurOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOnOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurOnRounded.tsx b/src/IconBlurOnRounded.tsx index b721a13a4..ad828ed1f 100644 --- a/src/IconBlurOnRounded.tsx +++ b/src/IconBlurOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurOnRoundedFilled.tsx b/src/IconBlurOnRoundedFilled.tsx index 000776c52..9f9b438f5 100644 --- a/src/IconBlurOnRoundedFilled.tsx +++ b/src/IconBlurOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOnRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurOnSharp.tsx b/src/IconBlurOnSharp.tsx index 691470557..6233190d8 100644 --- a/src/IconBlurOnSharp.tsx +++ b/src/IconBlurOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurOnSharpFilled.tsx b/src/IconBlurOnSharpFilled.tsx index 21c76bbc1..92c113eac 100644 --- a/src/IconBlurOnSharpFilled.tsx +++ b/src/IconBlurOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurShortOutlined.tsx b/src/IconBlurShortOutlined.tsx index 850ad19f7..79e39cd87 100644 --- a/src/IconBlurShortOutlined.tsx +++ b/src/IconBlurShortOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurShortOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurShortOutlinedFilled.tsx b/src/IconBlurShortOutlinedFilled.tsx index 23d99e5de..f3a5884ef 100644 --- a/src/IconBlurShortOutlinedFilled.tsx +++ b/src/IconBlurShortOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurShortOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBlurShortRounded.tsx b/src/IconBlurShortRounded.tsx index 2a46cb294..958ff18a9 100644 --- a/src/IconBlurShortRounded.tsx +++ b/src/IconBlurShortRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurShortRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurShortRoundedFilled.tsx b/src/IconBlurShortRoundedFilled.tsx index 0c3cb35f2..42ed66370 100644 --- a/src/IconBlurShortRoundedFilled.tsx +++ b/src/IconBlurShortRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurShortRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBlurShortSharp.tsx b/src/IconBlurShortSharp.tsx index d581116b9..04f1a06c3 100644 --- a/src/IconBlurShortSharp.tsx +++ b/src/IconBlurShortSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurShortSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBlurShortSharpFilled.tsx b/src/IconBlurShortSharpFilled.tsx index 05466df87..6f7cd3c1f 100644 --- a/src/IconBlurShortSharpFilled.tsx +++ b/src/IconBlurShortSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBlurShortSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBodyFatOutlined.tsx b/src/IconBodyFatOutlined.tsx index 45061d8b6..f904f5383 100644 --- a/src/IconBodyFatOutlined.tsx +++ b/src/IconBodyFatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodyFatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBodyFatOutlinedFilled.tsx b/src/IconBodyFatOutlinedFilled.tsx index f57bb61ea..599bcc150 100644 --- a/src/IconBodyFatOutlinedFilled.tsx +++ b/src/IconBodyFatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodyFatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBodyFatRounded.tsx b/src/IconBodyFatRounded.tsx index 3992e1d77..6a0edf99e 100644 --- a/src/IconBodyFatRounded.tsx +++ b/src/IconBodyFatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodyFatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBodyFatRoundedFilled.tsx b/src/IconBodyFatRoundedFilled.tsx index 4c79a93d3..b210b3651 100644 --- a/src/IconBodyFatRoundedFilled.tsx +++ b/src/IconBodyFatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodyFatRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBodyFatSharp.tsx b/src/IconBodyFatSharp.tsx index dd7858d54..0548ecbf5 100644 --- a/src/IconBodyFatSharp.tsx +++ b/src/IconBodyFatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodyFatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBodyFatSharpFilled.tsx b/src/IconBodyFatSharpFilled.tsx index c21015fa3..6f927b633 100644 --- a/src/IconBodyFatSharpFilled.tsx +++ b/src/IconBodyFatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodyFatSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBodySystemOutlined.tsx b/src/IconBodySystemOutlined.tsx index 98b723784..07518c114 100644 --- a/src/IconBodySystemOutlined.tsx +++ b/src/IconBodySystemOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodySystemOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBodySystemOutlinedFilled.tsx b/src/IconBodySystemOutlinedFilled.tsx index be4c400e4..0a8f7ee46 100644 --- a/src/IconBodySystemOutlinedFilled.tsx +++ b/src/IconBodySystemOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodySystemOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBodySystemRounded.tsx b/src/IconBodySystemRounded.tsx index 0d6f94019..e374172ff 100644 --- a/src/IconBodySystemRounded.tsx +++ b/src/IconBodySystemRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodySystemRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBodySystemRoundedFilled.tsx b/src/IconBodySystemRoundedFilled.tsx index 48848362f..8375d09ac 100644 --- a/src/IconBodySystemRoundedFilled.tsx +++ b/src/IconBodySystemRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodySystemRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBodySystemSharp.tsx b/src/IconBodySystemSharp.tsx index 34f6c1fae..1d4d48a70 100644 --- a/src/IconBodySystemSharp.tsx +++ b/src/IconBodySystemSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodySystemSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBodySystemSharpFilled.tsx b/src/IconBodySystemSharpFilled.tsx index b930ff23b..215624707 100644 --- a/src/IconBodySystemSharpFilled.tsx +++ b/src/IconBodySystemSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBodySystemSharpFilled: React.FC = ({ ...props diff --git a/src/IconBoltOutlined.tsx b/src/IconBoltOutlined.tsx index 4d0649d4d..dfc99e93d 100644 --- a/src/IconBoltOutlined.tsx +++ b/src/IconBoltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBoltOutlinedFilled.tsx b/src/IconBoltOutlinedFilled.tsx index 294b3a670..fcec3c657 100644 --- a/src/IconBoltOutlinedFilled.tsx +++ b/src/IconBoltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoltOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoltRounded.tsx b/src/IconBoltRounded.tsx index 1ade65a05..334bd1fc4 100644 --- a/src/IconBoltRounded.tsx +++ b/src/IconBoltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBoltRoundedFilled.tsx b/src/IconBoltRoundedFilled.tsx index 2f18e1e13..e78d3a4a0 100644 --- a/src/IconBoltRoundedFilled.tsx +++ b/src/IconBoltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoltRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoltSharp.tsx b/src/IconBoltSharp.tsx index 7087b955c..bd5704863 100644 --- a/src/IconBoltSharp.tsx +++ b/src/IconBoltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBoltSharpFilled.tsx b/src/IconBoltSharpFilled.tsx index 145d74531..beb62564d 100644 --- a/src/IconBoltSharpFilled.tsx +++ b/src/IconBoltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBombOutlined.tsx b/src/IconBombOutlined.tsx index 6e42a9e89..2e9e34cd8 100644 --- a/src/IconBombOutlined.tsx +++ b/src/IconBombOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBombOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBombOutlinedFilled.tsx b/src/IconBombOutlinedFilled.tsx index 9b31bdf57..3bd907415 100644 --- a/src/IconBombOutlinedFilled.tsx +++ b/src/IconBombOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBombOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBombRounded.tsx b/src/IconBombRounded.tsx index 12aadb31d..36ba4b44a 100644 --- a/src/IconBombRounded.tsx +++ b/src/IconBombRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBombRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBombRoundedFilled.tsx b/src/IconBombRoundedFilled.tsx index edc6147af..13320d5e7 100644 --- a/src/IconBombRoundedFilled.tsx +++ b/src/IconBombRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBombRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBombSharp.tsx b/src/IconBombSharp.tsx index 8a04d755c..9b07ab82d 100644 --- a/src/IconBombSharp.tsx +++ b/src/IconBombSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBombSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBombSharpFilled.tsx b/src/IconBombSharpFilled.tsx index c60c3cf09..2a9092126 100644 --- a/src/IconBombSharpFilled.tsx +++ b/src/IconBombSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBombSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook2Outlined.tsx b/src/IconBook2Outlined.tsx index 8a628514c..96cf14813 100644 --- a/src/IconBook2Outlined.tsx +++ b/src/IconBook2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBook2OutlinedFilled.tsx b/src/IconBook2OutlinedFilled.tsx index 59291051b..125b88916 100644 --- a/src/IconBook2OutlinedFilled.tsx +++ b/src/IconBook2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook2OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook2Rounded.tsx b/src/IconBook2Rounded.tsx index 00e70c460..9a76ad30b 100644 --- a/src/IconBook2Rounded.tsx +++ b/src/IconBook2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBook2RoundedFilled.tsx b/src/IconBook2RoundedFilled.tsx index 499065358..0762c6676 100644 --- a/src/IconBook2RoundedFilled.tsx +++ b/src/IconBook2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook2Sharp.tsx b/src/IconBook2Sharp.tsx index b410d7d10..693457c53 100644 --- a/src/IconBook2Sharp.tsx +++ b/src/IconBook2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBook2SharpFilled.tsx b/src/IconBook2SharpFilled.tsx index 8b8a4876e..496fd45d9 100644 --- a/src/IconBook2SharpFilled.tsx +++ b/src/IconBook2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook3Outlined.tsx b/src/IconBook3Outlined.tsx index bb811afe6..d9c09d0f6 100644 --- a/src/IconBook3Outlined.tsx +++ b/src/IconBook3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBook3OutlinedFilled.tsx b/src/IconBook3OutlinedFilled.tsx index 0ddb4a9e9..cc4f7b8f5 100644 --- a/src/IconBook3OutlinedFilled.tsx +++ b/src/IconBook3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook3OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook3Rounded.tsx b/src/IconBook3Rounded.tsx index 62a4fbaf0..e83ebae9c 100644 --- a/src/IconBook3Rounded.tsx +++ b/src/IconBook3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBook3RoundedFilled.tsx b/src/IconBook3RoundedFilled.tsx index 9b9d1b277..73b3ca16d 100644 --- a/src/IconBook3RoundedFilled.tsx +++ b/src/IconBook3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook3RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook3Sharp.tsx b/src/IconBook3Sharp.tsx index a3c979d73..30d15ca74 100644 --- a/src/IconBook3Sharp.tsx +++ b/src/IconBook3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBook3SharpFilled.tsx b/src/IconBook3SharpFilled.tsx index cb54321a8..3c33961f1 100644 --- a/src/IconBook3SharpFilled.tsx +++ b/src/IconBook3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook4Outlined.tsx b/src/IconBook4Outlined.tsx index b728e8acf..62aaf88d9 100644 --- a/src/IconBook4Outlined.tsx +++ b/src/IconBook4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBook4OutlinedFilled.tsx b/src/IconBook4OutlinedFilled.tsx index f4fa824d9..65e1a267f 100644 --- a/src/IconBook4OutlinedFilled.tsx +++ b/src/IconBook4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook4Rounded.tsx b/src/IconBook4Rounded.tsx index e7a001e5e..bd67eb2aa 100644 --- a/src/IconBook4Rounded.tsx +++ b/src/IconBook4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBook4RoundedFilled.tsx b/src/IconBook4RoundedFilled.tsx index 177168432..ab10f1d56 100644 --- a/src/IconBook4RoundedFilled.tsx +++ b/src/IconBook4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook4Sharp.tsx b/src/IconBook4Sharp.tsx index f647aa919..371ef7900 100644 --- a/src/IconBook4Sharp.tsx +++ b/src/IconBook4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBook4SharpFilled.tsx b/src/IconBook4SharpFilled.tsx index 4b2366623..aabceab8b 100644 --- a/src/IconBook4SharpFilled.tsx +++ b/src/IconBook4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook4SparkOutlined.tsx b/src/IconBook4SparkOutlined.tsx index 50543d8b5..039d17280 100644 --- a/src/IconBook4SparkOutlined.tsx +++ b/src/IconBook4SparkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4SparkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBook4SparkOutlinedFilled.tsx b/src/IconBook4SparkOutlinedFilled.tsx index bb6ef5be1..dd10f8789 100644 --- a/src/IconBook4SparkOutlinedFilled.tsx +++ b/src/IconBook4SparkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4SparkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBook4SparkRounded.tsx b/src/IconBook4SparkRounded.tsx index c43127238..9baf15bd5 100644 --- a/src/IconBook4SparkRounded.tsx +++ b/src/IconBook4SparkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4SparkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBook4SparkRoundedFilled.tsx b/src/IconBook4SparkRoundedFilled.tsx index 73099a12b..b276ae4f6 100644 --- a/src/IconBook4SparkRoundedFilled.tsx +++ b/src/IconBook4SparkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4SparkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBook4SparkSharp.tsx b/src/IconBook4SparkSharp.tsx index 594d22180..6127e515d 100644 --- a/src/IconBook4SparkSharp.tsx +++ b/src/IconBook4SparkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4SparkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBook4SparkSharpFilled.tsx b/src/IconBook4SparkSharpFilled.tsx index 4575f148f..0f7e9b3ae 100644 --- a/src/IconBook4SparkSharpFilled.tsx +++ b/src/IconBook4SparkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook4SparkSharpFilled: React.FC = ({ ...props diff --git a/src/IconBook5Outlined.tsx b/src/IconBook5Outlined.tsx index 21f92f628..f8057c248 100644 --- a/src/IconBook5Outlined.tsx +++ b/src/IconBook5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBook5OutlinedFilled.tsx b/src/IconBook5OutlinedFilled.tsx index 3aae2c758..8eac3be47 100644 --- a/src/IconBook5OutlinedFilled.tsx +++ b/src/IconBook5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook5OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook5Rounded.tsx b/src/IconBook5Rounded.tsx index 1fef70ea8..e7436918e 100644 --- a/src/IconBook5Rounded.tsx +++ b/src/IconBook5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBook5RoundedFilled.tsx b/src/IconBook5RoundedFilled.tsx index 89bf721bf..4b50fdde4 100644 --- a/src/IconBook5RoundedFilled.tsx +++ b/src/IconBook5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook5RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook5Sharp.tsx b/src/IconBook5Sharp.tsx index 6698c0efd..9a8ca1199 100644 --- a/src/IconBook5Sharp.tsx +++ b/src/IconBook5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBook5SharpFilled.tsx b/src/IconBook5SharpFilled.tsx index 7357c8909..bea9eb0d1 100644 --- a/src/IconBook5SharpFilled.tsx +++ b/src/IconBook5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook5SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook6Outlined.tsx b/src/IconBook6Outlined.tsx index cbaef4ca0..95eebbe70 100644 --- a/src/IconBook6Outlined.tsx +++ b/src/IconBook6Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook6Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBook6OutlinedFilled.tsx b/src/IconBook6OutlinedFilled.tsx index fc9044608..6a5cca4c4 100644 --- a/src/IconBook6OutlinedFilled.tsx +++ b/src/IconBook6OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook6OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook6Rounded.tsx b/src/IconBook6Rounded.tsx index defce1e85..689f61eca 100644 --- a/src/IconBook6Rounded.tsx +++ b/src/IconBook6Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook6Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBook6RoundedFilled.tsx b/src/IconBook6RoundedFilled.tsx index 2631d0dd0..8818fed78 100644 --- a/src/IconBook6RoundedFilled.tsx +++ b/src/IconBook6RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook6RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBook6Sharp.tsx b/src/IconBook6Sharp.tsx index 725d63b5c..7c847fb1c 100644 --- a/src/IconBook6Sharp.tsx +++ b/src/IconBook6Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook6Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBook6SharpFilled.tsx b/src/IconBook6SharpFilled.tsx index b8e29a767..47b94a8ac 100644 --- a/src/IconBook6SharpFilled.tsx +++ b/src/IconBook6SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBook6SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBookOnlineOutlined.tsx b/src/IconBookOnlineOutlined.tsx index 9da41f9f1..8684a8c56 100644 --- a/src/IconBookOnlineOutlined.tsx +++ b/src/IconBookOnlineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookOnlineOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBookOnlineOutlinedFilled.tsx b/src/IconBookOnlineOutlinedFilled.tsx index 910441ef5..a56acaa38 100644 --- a/src/IconBookOnlineOutlinedFilled.tsx +++ b/src/IconBookOnlineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookOnlineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookOnlineRounded.tsx b/src/IconBookOnlineRounded.tsx index abaccff63..4119dd85c 100644 --- a/src/IconBookOnlineRounded.tsx +++ b/src/IconBookOnlineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookOnlineRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookOnlineRoundedFilled.tsx b/src/IconBookOnlineRoundedFilled.tsx index 110165df3..6ce2a487b 100644 --- a/src/IconBookOnlineRoundedFilled.tsx +++ b/src/IconBookOnlineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookOnlineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookOnlineSharp.tsx b/src/IconBookOnlineSharp.tsx index 3c603f48c..fe97f07c4 100644 --- a/src/IconBookOnlineSharp.tsx +++ b/src/IconBookOnlineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookOnlineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookOnlineSharpFilled.tsx b/src/IconBookOnlineSharpFilled.tsx index 50c1e0da6..35d5695ba 100644 --- a/src/IconBookOnlineSharpFilled.tsx +++ b/src/IconBookOnlineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookOnlineSharpFilled: React.FC = ({ ...props diff --git a/src/IconBookOutlined.tsx b/src/IconBookOutlined.tsx index 597529f21..e7d490554 100644 --- a/src/IconBookOutlined.tsx +++ b/src/IconBookOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBookOutlinedFilled.tsx b/src/IconBookOutlinedFilled.tsx index 62677ab26..2abf7a679 100644 --- a/src/IconBookOutlinedFilled.tsx +++ b/src/IconBookOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBookRibbonOutlined.tsx b/src/IconBookRibbonOutlined.tsx index c20e144ef..565305918 100644 --- a/src/IconBookRibbonOutlined.tsx +++ b/src/IconBookRibbonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookRibbonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBookRibbonOutlinedFilled.tsx b/src/IconBookRibbonOutlinedFilled.tsx index 6e2e3614e..09c3fa7c5 100644 --- a/src/IconBookRibbonOutlinedFilled.tsx +++ b/src/IconBookRibbonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookRibbonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookRibbonRounded.tsx b/src/IconBookRibbonRounded.tsx index 79cd4a9ff..7f039c311 100644 --- a/src/IconBookRibbonRounded.tsx +++ b/src/IconBookRibbonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookRibbonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookRibbonRoundedFilled.tsx b/src/IconBookRibbonRoundedFilled.tsx index b351e8f10..5bbb83957 100644 --- a/src/IconBookRibbonRoundedFilled.tsx +++ b/src/IconBookRibbonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookRibbonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookRibbonSharp.tsx b/src/IconBookRibbonSharp.tsx index d841bfba6..9dabcebaa 100644 --- a/src/IconBookRibbonSharp.tsx +++ b/src/IconBookRibbonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookRibbonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookRibbonSharpFilled.tsx b/src/IconBookRibbonSharpFilled.tsx index 7eb435a4f..64e14647b 100644 --- a/src/IconBookRibbonSharpFilled.tsx +++ b/src/IconBookRibbonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookRibbonSharpFilled: React.FC = ({ ...props diff --git a/src/IconBookRounded.tsx b/src/IconBookRounded.tsx index bdf67f6b9..408c3d375 100644 --- a/src/IconBookRounded.tsx +++ b/src/IconBookRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookRoundedFilled.tsx b/src/IconBookRoundedFilled.tsx index b7c96d05b..e2dc8fd5c 100644 --- a/src/IconBookRoundedFilled.tsx +++ b/src/IconBookRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBookSharp.tsx b/src/IconBookSharp.tsx index 1d9089f59..57dd72c13 100644 --- a/src/IconBookSharp.tsx +++ b/src/IconBookSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookSharpFilled.tsx b/src/IconBookSharpFilled.tsx index ca9ac22a3..0698847d2 100644 --- a/src/IconBookSharpFilled.tsx +++ b/src/IconBookSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkAddOutlined.tsx b/src/IconBookmarkAddOutlined.tsx index 021109eda..011f438df 100644 --- a/src/IconBookmarkAddOutlined.tsx +++ b/src/IconBookmarkAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkAddOutlinedFilled.tsx b/src/IconBookmarkAddOutlinedFilled.tsx index cba42b886..142b44702 100644 --- a/src/IconBookmarkAddOutlinedFilled.tsx +++ b/src/IconBookmarkAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkAddRounded.tsx b/src/IconBookmarkAddRounded.tsx index dee84152c..b7bfe2229 100644 --- a/src/IconBookmarkAddRounded.tsx +++ b/src/IconBookmarkAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkAddRoundedFilled.tsx b/src/IconBookmarkAddRoundedFilled.tsx index 52156f223..e4344253f 100644 --- a/src/IconBookmarkAddRoundedFilled.tsx +++ b/src/IconBookmarkAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkAddSharp.tsx b/src/IconBookmarkAddSharp.tsx index de4470264..68d4e5131 100644 --- a/src/IconBookmarkAddSharp.tsx +++ b/src/IconBookmarkAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkAddSharpFilled.tsx b/src/IconBookmarkAddSharpFilled.tsx index 7e04ec1a8..80f99ce45 100644 --- a/src/IconBookmarkAddSharpFilled.tsx +++ b/src/IconBookmarkAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkAddedOutlined.tsx b/src/IconBookmarkAddedOutlined.tsx index 0e297b26d..8f49fe338 100644 --- a/src/IconBookmarkAddedOutlined.tsx +++ b/src/IconBookmarkAddedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddedOutlined: React.FC = ({ ...props diff --git a/src/IconBookmarkAddedOutlinedFilled.tsx b/src/IconBookmarkAddedOutlinedFilled.tsx index ee562983c..78b9c9f8b 100644 --- a/src/IconBookmarkAddedOutlinedFilled.tsx +++ b/src/IconBookmarkAddedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkAddedRounded.tsx b/src/IconBookmarkAddedRounded.tsx index 403b07c3d..ff6c7cff1 100644 --- a/src/IconBookmarkAddedRounded.tsx +++ b/src/IconBookmarkAddedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkAddedRoundedFilled.tsx b/src/IconBookmarkAddedRoundedFilled.tsx index f6544af6c..cfb12327d 100644 --- a/src/IconBookmarkAddedRoundedFilled.tsx +++ b/src/IconBookmarkAddedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkAddedSharp.tsx b/src/IconBookmarkAddedSharp.tsx index fbe8a6c65..a80b4a670 100644 --- a/src/IconBookmarkAddedSharp.tsx +++ b/src/IconBookmarkAddedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkAddedSharpFilled.tsx b/src/IconBookmarkAddedSharpFilled.tsx index 9c429ef14..03f4168cd 100644 --- a/src/IconBookmarkAddedSharpFilled.tsx +++ b/src/IconBookmarkAddedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkAddedSharpFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkBagOutlined.tsx b/src/IconBookmarkBagOutlined.tsx index efd3acc52..46c76f37e 100644 --- a/src/IconBookmarkBagOutlined.tsx +++ b/src/IconBookmarkBagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkBagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkBagOutlinedFilled.tsx b/src/IconBookmarkBagOutlinedFilled.tsx index 43ef9efd1..6a519e8b0 100644 --- a/src/IconBookmarkBagOutlinedFilled.tsx +++ b/src/IconBookmarkBagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkBagOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkBagRounded.tsx b/src/IconBookmarkBagRounded.tsx index 86f488fb5..06a58c1a1 100644 --- a/src/IconBookmarkBagRounded.tsx +++ b/src/IconBookmarkBagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkBagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkBagRoundedFilled.tsx b/src/IconBookmarkBagRoundedFilled.tsx index d0fdd35a2..f94f1fd92 100644 --- a/src/IconBookmarkBagRoundedFilled.tsx +++ b/src/IconBookmarkBagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkBagRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkBagSharp.tsx b/src/IconBookmarkBagSharp.tsx index 369e0f854..fa25c43e6 100644 --- a/src/IconBookmarkBagSharp.tsx +++ b/src/IconBookmarkBagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkBagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkBagSharpFilled.tsx b/src/IconBookmarkBagSharpFilled.tsx index 0b4843a10..9f68c98da 100644 --- a/src/IconBookmarkBagSharpFilled.tsx +++ b/src/IconBookmarkBagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkBagSharpFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkCheckOutlined.tsx b/src/IconBookmarkCheckOutlined.tsx index 017042bf2..e633f6291 100644 --- a/src/IconBookmarkCheckOutlined.tsx +++ b/src/IconBookmarkCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkCheckOutlined: React.FC = ({ ...props diff --git a/src/IconBookmarkCheckOutlinedFilled.tsx b/src/IconBookmarkCheckOutlinedFilled.tsx index 71d62146c..c38f5fe40 100644 --- a/src/IconBookmarkCheckOutlinedFilled.tsx +++ b/src/IconBookmarkCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkCheckRounded.tsx b/src/IconBookmarkCheckRounded.tsx index 83bbd839f..bece95904 100644 --- a/src/IconBookmarkCheckRounded.tsx +++ b/src/IconBookmarkCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkCheckRoundedFilled.tsx b/src/IconBookmarkCheckRoundedFilled.tsx index 8c1409649..84917318f 100644 --- a/src/IconBookmarkCheckRoundedFilled.tsx +++ b/src/IconBookmarkCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkCheckSharp.tsx b/src/IconBookmarkCheckSharp.tsx index ffbc2a7b2..233b20099 100644 --- a/src/IconBookmarkCheckSharp.tsx +++ b/src/IconBookmarkCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkCheckSharpFilled.tsx b/src/IconBookmarkCheckSharpFilled.tsx index 1012981d1..818afd7b1 100644 --- a/src/IconBookmarkCheckSharpFilled.tsx +++ b/src/IconBookmarkCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkFlagOutlined.tsx b/src/IconBookmarkFlagOutlined.tsx index 1367de61c..1314f8248 100644 --- a/src/IconBookmarkFlagOutlined.tsx +++ b/src/IconBookmarkFlagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkFlagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkFlagOutlinedFilled.tsx b/src/IconBookmarkFlagOutlinedFilled.tsx index a1f3e6e75..85e608635 100644 --- a/src/IconBookmarkFlagOutlinedFilled.tsx +++ b/src/IconBookmarkFlagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkFlagOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkFlagRounded.tsx b/src/IconBookmarkFlagRounded.tsx index 12708e1e8..3778e9fbe 100644 --- a/src/IconBookmarkFlagRounded.tsx +++ b/src/IconBookmarkFlagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkFlagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkFlagRoundedFilled.tsx b/src/IconBookmarkFlagRoundedFilled.tsx index e71a66cc6..a523b9d95 100644 --- a/src/IconBookmarkFlagRoundedFilled.tsx +++ b/src/IconBookmarkFlagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkFlagRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkFlagSharp.tsx b/src/IconBookmarkFlagSharp.tsx index 6ba227b1f..fd0f92be6 100644 --- a/src/IconBookmarkFlagSharp.tsx +++ b/src/IconBookmarkFlagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkFlagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkFlagSharpFilled.tsx b/src/IconBookmarkFlagSharpFilled.tsx index a14703830..2d7733d6e 100644 --- a/src/IconBookmarkFlagSharpFilled.tsx +++ b/src/IconBookmarkFlagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkFlagSharpFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkHeartOutlined.tsx b/src/IconBookmarkHeartOutlined.tsx index 3e420fc60..8af0f7e94 100644 --- a/src/IconBookmarkHeartOutlined.tsx +++ b/src/IconBookmarkHeartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkHeartOutlined: React.FC = ({ ...props diff --git a/src/IconBookmarkHeartOutlinedFilled.tsx b/src/IconBookmarkHeartOutlinedFilled.tsx index 9e94b6021..2fc06f4e9 100644 --- a/src/IconBookmarkHeartOutlinedFilled.tsx +++ b/src/IconBookmarkHeartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkHeartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkHeartRounded.tsx b/src/IconBookmarkHeartRounded.tsx index 764c72179..782275985 100644 --- a/src/IconBookmarkHeartRounded.tsx +++ b/src/IconBookmarkHeartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkHeartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkHeartRoundedFilled.tsx b/src/IconBookmarkHeartRoundedFilled.tsx index f67dea353..12e90d29c 100644 --- a/src/IconBookmarkHeartRoundedFilled.tsx +++ b/src/IconBookmarkHeartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkHeartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkHeartSharp.tsx b/src/IconBookmarkHeartSharp.tsx index 241e14ac3..c4b7b6202 100644 --- a/src/IconBookmarkHeartSharp.tsx +++ b/src/IconBookmarkHeartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkHeartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkHeartSharpFilled.tsx b/src/IconBookmarkHeartSharpFilled.tsx index b691fd7d2..0bdfe99d7 100644 --- a/src/IconBookmarkHeartSharpFilled.tsx +++ b/src/IconBookmarkHeartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkHeartSharpFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkManagerOutlined.tsx b/src/IconBookmarkManagerOutlined.tsx index 83e8c5470..61c0f762d 100644 --- a/src/IconBookmarkManagerOutlined.tsx +++ b/src/IconBookmarkManagerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkManagerOutlined: React.FC = ({ ...props diff --git a/src/IconBookmarkManagerOutlinedFilled.tsx b/src/IconBookmarkManagerOutlinedFilled.tsx index ef0198941..e95077b0f 100644 --- a/src/IconBookmarkManagerOutlinedFilled.tsx +++ b/src/IconBookmarkManagerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkManagerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkManagerRounded.tsx b/src/IconBookmarkManagerRounded.tsx index 9e6ae76ab..f00c5ecbb 100644 --- a/src/IconBookmarkManagerRounded.tsx +++ b/src/IconBookmarkManagerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkManagerRounded: React.FC = ({ ...props diff --git a/src/IconBookmarkManagerRoundedFilled.tsx b/src/IconBookmarkManagerRoundedFilled.tsx index e21c13c62..6f92e3e55 100644 --- a/src/IconBookmarkManagerRoundedFilled.tsx +++ b/src/IconBookmarkManagerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkManagerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkManagerSharp.tsx b/src/IconBookmarkManagerSharp.tsx index 273e279ef..2cd22cae2 100644 --- a/src/IconBookmarkManagerSharp.tsx +++ b/src/IconBookmarkManagerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkManagerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkManagerSharpFilled.tsx b/src/IconBookmarkManagerSharpFilled.tsx index 5441442a5..7ea7185de 100644 --- a/src/IconBookmarkManagerSharpFilled.tsx +++ b/src/IconBookmarkManagerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkManagerSharpFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkOutlined.tsx b/src/IconBookmarkOutlined.tsx index 8b2685e7b..5bce377d1 100644 --- a/src/IconBookmarkOutlined.tsx +++ b/src/IconBookmarkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkOutlinedFilled.tsx b/src/IconBookmarkOutlinedFilled.tsx index 5e59b0d52..f3f6e38c9 100644 --- a/src/IconBookmarkOutlinedFilled.tsx +++ b/src/IconBookmarkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkRemoveOutlined.tsx b/src/IconBookmarkRemoveOutlined.tsx index 21bdf85ef..77d02c343 100644 --- a/src/IconBookmarkRemoveOutlined.tsx +++ b/src/IconBookmarkRemoveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkRemoveOutlined: React.FC = ({ ...props diff --git a/src/IconBookmarkRemoveOutlinedFilled.tsx b/src/IconBookmarkRemoveOutlinedFilled.tsx index 1e4fdc72c..e7af81fb6 100644 --- a/src/IconBookmarkRemoveOutlinedFilled.tsx +++ b/src/IconBookmarkRemoveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkRemoveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkRemoveRounded.tsx b/src/IconBookmarkRemoveRounded.tsx index ef8aacda8..4dd6e98f1 100644 --- a/src/IconBookmarkRemoveRounded.tsx +++ b/src/IconBookmarkRemoveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkRemoveRounded: React.FC = ({ ...props diff --git a/src/IconBookmarkRemoveRoundedFilled.tsx b/src/IconBookmarkRemoveRoundedFilled.tsx index 1f3dc0e06..d94ed28d0 100644 --- a/src/IconBookmarkRemoveRoundedFilled.tsx +++ b/src/IconBookmarkRemoveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkRemoveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkRemoveSharp.tsx b/src/IconBookmarkRemoveSharp.tsx index 170b456dd..984b2c142 100644 --- a/src/IconBookmarkRemoveSharp.tsx +++ b/src/IconBookmarkRemoveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkRemoveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkRemoveSharpFilled.tsx b/src/IconBookmarkRemoveSharpFilled.tsx index b2df532c5..0a5d563fb 100644 --- a/src/IconBookmarkRemoveSharpFilled.tsx +++ b/src/IconBookmarkRemoveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkRemoveSharpFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkRounded.tsx b/src/IconBookmarkRounded.tsx index e024aa9a2..d6722457d 100644 --- a/src/IconBookmarkRounded.tsx +++ b/src/IconBookmarkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkRoundedFilled.tsx b/src/IconBookmarkRoundedFilled.tsx index 1911b33fe..f34044f1b 100644 --- a/src/IconBookmarkRoundedFilled.tsx +++ b/src/IconBookmarkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkSharp.tsx b/src/IconBookmarkSharp.tsx index 38af4d222..da16201e9 100644 --- a/src/IconBookmarkSharp.tsx +++ b/src/IconBookmarkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkSharpFilled.tsx b/src/IconBookmarkSharpFilled.tsx index 2aa39bb8b..1486d593f 100644 --- a/src/IconBookmarkSharpFilled.tsx +++ b/src/IconBookmarkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkStarOutlined.tsx b/src/IconBookmarkStarOutlined.tsx index 6bc2ff65f..827ba20e5 100644 --- a/src/IconBookmarkStarOutlined.tsx +++ b/src/IconBookmarkStarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkStarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkStarOutlinedFilled.tsx b/src/IconBookmarkStarOutlinedFilled.tsx index 8e5eb4e0b..ce48479f8 100644 --- a/src/IconBookmarkStarOutlinedFilled.tsx +++ b/src/IconBookmarkStarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkStarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkStarRounded.tsx b/src/IconBookmarkStarRounded.tsx index fcc2dd5d6..31be796cd 100644 --- a/src/IconBookmarkStarRounded.tsx +++ b/src/IconBookmarkStarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkStarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkStarRoundedFilled.tsx b/src/IconBookmarkStarRoundedFilled.tsx index cb416b6c3..4ed4c262f 100644 --- a/src/IconBookmarkStarRoundedFilled.tsx +++ b/src/IconBookmarkStarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkStarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarkStarSharp.tsx b/src/IconBookmarkStarSharp.tsx index ceee5b36e..894080cab 100644 --- a/src/IconBookmarkStarSharp.tsx +++ b/src/IconBookmarkStarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkStarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarkStarSharpFilled.tsx b/src/IconBookmarkStarSharpFilled.tsx index 44c58a0dc..cfcce3238 100644 --- a/src/IconBookmarkStarSharpFilled.tsx +++ b/src/IconBookmarkStarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarkStarSharpFilled: React.FC = ({ ...props diff --git a/src/IconBookmarksOutlined.tsx b/src/IconBookmarksOutlined.tsx index 940c54d43..72456725e 100644 --- a/src/IconBookmarksOutlined.tsx +++ b/src/IconBookmarksOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarksOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarksOutlinedFilled.tsx b/src/IconBookmarksOutlinedFilled.tsx index d8515f978..187b361dc 100644 --- a/src/IconBookmarksOutlinedFilled.tsx +++ b/src/IconBookmarksOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarksOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarksRounded.tsx b/src/IconBookmarksRounded.tsx index 470f3d9c5..d9ded4663 100644 --- a/src/IconBookmarksRounded.tsx +++ b/src/IconBookmarksRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarksRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarksRoundedFilled.tsx b/src/IconBookmarksRoundedFilled.tsx index 0e2db2510..fc58f742e 100644 --- a/src/IconBookmarksRoundedFilled.tsx +++ b/src/IconBookmarksRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarksRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBookmarksSharp.tsx b/src/IconBookmarksSharp.tsx index 49385ab68..d9cd6a4f1 100644 --- a/src/IconBookmarksSharp.tsx +++ b/src/IconBookmarksSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarksSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBookmarksSharpFilled.tsx b/src/IconBookmarksSharpFilled.tsx index bbe720a6c..2db79c77a 100644 --- a/src/IconBookmarksSharpFilled.tsx +++ b/src/IconBookmarksSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBookmarksSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderAllOutlined.tsx b/src/IconBorderAllOutlined.tsx index bd4f3eca3..26d341276 100644 --- a/src/IconBorderAllOutlined.tsx +++ b/src/IconBorderAllOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderAllOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderAllOutlinedFilled.tsx b/src/IconBorderAllOutlinedFilled.tsx index d65b530a5..b91612bfa 100644 --- a/src/IconBorderAllOutlinedFilled.tsx +++ b/src/IconBorderAllOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderAllOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderAllRounded.tsx b/src/IconBorderAllRounded.tsx index 6c83ddc47..6c46343c3 100644 --- a/src/IconBorderAllRounded.tsx +++ b/src/IconBorderAllRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderAllRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderAllRoundedFilled.tsx b/src/IconBorderAllRoundedFilled.tsx index 366d95cdd..58f25dd00 100644 --- a/src/IconBorderAllRoundedFilled.tsx +++ b/src/IconBorderAllRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderAllRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderAllSharp.tsx b/src/IconBorderAllSharp.tsx index ed364c8f9..8c2232590 100644 --- a/src/IconBorderAllSharp.tsx +++ b/src/IconBorderAllSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderAllSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderAllSharpFilled.tsx b/src/IconBorderAllSharpFilled.tsx index b25ba84b6..6576a86d8 100644 --- a/src/IconBorderAllSharpFilled.tsx +++ b/src/IconBorderAllSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderAllSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderBottomOutlined.tsx b/src/IconBorderBottomOutlined.tsx index 6dbaa48a3..fa121383f 100644 --- a/src/IconBorderBottomOutlined.tsx +++ b/src/IconBorderBottomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderBottomOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderBottomOutlinedFilled.tsx b/src/IconBorderBottomOutlinedFilled.tsx index 876c6ff58..66e2d4a67 100644 --- a/src/IconBorderBottomOutlinedFilled.tsx +++ b/src/IconBorderBottomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderBottomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderBottomRounded.tsx b/src/IconBorderBottomRounded.tsx index f2fc54e7f..c18b99aa0 100644 --- a/src/IconBorderBottomRounded.tsx +++ b/src/IconBorderBottomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderBottomRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderBottomRoundedFilled.tsx b/src/IconBorderBottomRoundedFilled.tsx index f7716cf4c..458e68b1a 100644 --- a/src/IconBorderBottomRoundedFilled.tsx +++ b/src/IconBorderBottomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderBottomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderBottomSharp.tsx b/src/IconBorderBottomSharp.tsx index 8a885ec28..1b8bb803b 100644 --- a/src/IconBorderBottomSharp.tsx +++ b/src/IconBorderBottomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderBottomSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderBottomSharpFilled.tsx b/src/IconBorderBottomSharpFilled.tsx index 16f128db9..4cace761a 100644 --- a/src/IconBorderBottomSharpFilled.tsx +++ b/src/IconBorderBottomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderBottomSharpFilled: React.FC = ({ ...props diff --git a/src/IconBorderClearOutlined.tsx b/src/IconBorderClearOutlined.tsx index a104b1780..82d2ac525 100644 --- a/src/IconBorderClearOutlined.tsx +++ b/src/IconBorderClearOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderClearOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderClearOutlinedFilled.tsx b/src/IconBorderClearOutlinedFilled.tsx index b55c7f4d7..64a43d63f 100644 --- a/src/IconBorderClearOutlinedFilled.tsx +++ b/src/IconBorderClearOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderClearOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderClearRounded.tsx b/src/IconBorderClearRounded.tsx index 6b3e0b8db..f55e6deea 100644 --- a/src/IconBorderClearRounded.tsx +++ b/src/IconBorderClearRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderClearRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderClearRoundedFilled.tsx b/src/IconBorderClearRoundedFilled.tsx index fd909f7c9..9d2ce3472 100644 --- a/src/IconBorderClearRoundedFilled.tsx +++ b/src/IconBorderClearRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderClearRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderClearSharp.tsx b/src/IconBorderClearSharp.tsx index d9196d80c..f221f0384 100644 --- a/src/IconBorderClearSharp.tsx +++ b/src/IconBorderClearSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderClearSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderClearSharpFilled.tsx b/src/IconBorderClearSharpFilled.tsx index c0ea9090a..b6a897d30 100644 --- a/src/IconBorderClearSharpFilled.tsx +++ b/src/IconBorderClearSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderClearSharpFilled: React.FC = ({ ...props diff --git a/src/IconBorderColorOutlined.tsx b/src/IconBorderColorOutlined.tsx index 7e0720345..a2b39bbf1 100644 --- a/src/IconBorderColorOutlined.tsx +++ b/src/IconBorderColorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderColorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderColorOutlinedFilled.tsx b/src/IconBorderColorOutlinedFilled.tsx index f36fc0f5e..b496d76d1 100644 --- a/src/IconBorderColorOutlinedFilled.tsx +++ b/src/IconBorderColorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderColorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderColorRounded.tsx b/src/IconBorderColorRounded.tsx index 20e003ae7..be9bf3c3a 100644 --- a/src/IconBorderColorRounded.tsx +++ b/src/IconBorderColorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderColorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderColorRoundedFilled.tsx b/src/IconBorderColorRoundedFilled.tsx index 6196bf07b..ad84c1c3d 100644 --- a/src/IconBorderColorRoundedFilled.tsx +++ b/src/IconBorderColorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderColorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderColorSharp.tsx b/src/IconBorderColorSharp.tsx index e26fcec97..baaf457d8 100644 --- a/src/IconBorderColorSharp.tsx +++ b/src/IconBorderColorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderColorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderColorSharpFilled.tsx b/src/IconBorderColorSharpFilled.tsx index fb3ef0d73..752bedf03 100644 --- a/src/IconBorderColorSharpFilled.tsx +++ b/src/IconBorderColorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderColorSharpFilled: React.FC = ({ ...props diff --git a/src/IconBorderHorizontalOutlined.tsx b/src/IconBorderHorizontalOutlined.tsx index a1a0bbc20..d00378246 100644 --- a/src/IconBorderHorizontalOutlined.tsx +++ b/src/IconBorderHorizontalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderHorizontalOutlined: React.FC = ({ ...props diff --git a/src/IconBorderHorizontalOutlinedFilled.tsx b/src/IconBorderHorizontalOutlinedFilled.tsx index 26f435639..e9bb546ac 100644 --- a/src/IconBorderHorizontalOutlinedFilled.tsx +++ b/src/IconBorderHorizontalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderHorizontalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderHorizontalRounded.tsx b/src/IconBorderHorizontalRounded.tsx index 797b38881..f1e1cd738 100644 --- a/src/IconBorderHorizontalRounded.tsx +++ b/src/IconBorderHorizontalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderHorizontalRounded: React.FC = ({ ...props diff --git a/src/IconBorderHorizontalRoundedFilled.tsx b/src/IconBorderHorizontalRoundedFilled.tsx index 0984bfd3f..d1d4bb723 100644 --- a/src/IconBorderHorizontalRoundedFilled.tsx +++ b/src/IconBorderHorizontalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderHorizontalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderHorizontalSharp.tsx b/src/IconBorderHorizontalSharp.tsx index db8ba67b5..e2ae58f47 100644 --- a/src/IconBorderHorizontalSharp.tsx +++ b/src/IconBorderHorizontalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderHorizontalSharp: React.FC = ({ ...props diff --git a/src/IconBorderHorizontalSharpFilled.tsx b/src/IconBorderHorizontalSharpFilled.tsx index 9afde7f3a..4bda17538 100644 --- a/src/IconBorderHorizontalSharpFilled.tsx +++ b/src/IconBorderHorizontalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderHorizontalSharpFilled: React.FC = ({ ...props diff --git a/src/IconBorderInnerOutlined.tsx b/src/IconBorderInnerOutlined.tsx index f2c23f031..2cf38c1c3 100644 --- a/src/IconBorderInnerOutlined.tsx +++ b/src/IconBorderInnerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderInnerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderInnerOutlinedFilled.tsx b/src/IconBorderInnerOutlinedFilled.tsx index ec0f40781..635a04c0b 100644 --- a/src/IconBorderInnerOutlinedFilled.tsx +++ b/src/IconBorderInnerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderInnerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderInnerRounded.tsx b/src/IconBorderInnerRounded.tsx index 76417e0a3..367943647 100644 --- a/src/IconBorderInnerRounded.tsx +++ b/src/IconBorderInnerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderInnerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderInnerRoundedFilled.tsx b/src/IconBorderInnerRoundedFilled.tsx index e1f32fcb9..6ab593118 100644 --- a/src/IconBorderInnerRoundedFilled.tsx +++ b/src/IconBorderInnerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderInnerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderInnerSharp.tsx b/src/IconBorderInnerSharp.tsx index e794556ea..315d641e6 100644 --- a/src/IconBorderInnerSharp.tsx +++ b/src/IconBorderInnerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderInnerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderInnerSharpFilled.tsx b/src/IconBorderInnerSharpFilled.tsx index 6886e7099..6a4967f98 100644 --- a/src/IconBorderInnerSharpFilled.tsx +++ b/src/IconBorderInnerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderInnerSharpFilled: React.FC = ({ ...props diff --git a/src/IconBorderLeftOutlined.tsx b/src/IconBorderLeftOutlined.tsx index 998c737b8..6fe58937b 100644 --- a/src/IconBorderLeftOutlined.tsx +++ b/src/IconBorderLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderLeftOutlinedFilled.tsx b/src/IconBorderLeftOutlinedFilled.tsx index a7fd7c925..87e92bb3f 100644 --- a/src/IconBorderLeftOutlinedFilled.tsx +++ b/src/IconBorderLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderLeftRounded.tsx b/src/IconBorderLeftRounded.tsx index 80ed39b6c..8d387128f 100644 --- a/src/IconBorderLeftRounded.tsx +++ b/src/IconBorderLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderLeftRoundedFilled.tsx b/src/IconBorderLeftRoundedFilled.tsx index f6e113c3c..ce9d2c705 100644 --- a/src/IconBorderLeftRoundedFilled.tsx +++ b/src/IconBorderLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderLeftSharp.tsx b/src/IconBorderLeftSharp.tsx index d13978bd7..c6a8d293f 100644 --- a/src/IconBorderLeftSharp.tsx +++ b/src/IconBorderLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderLeftSharpFilled.tsx b/src/IconBorderLeftSharpFilled.tsx index 8586da444..250c25bfe 100644 --- a/src/IconBorderLeftSharpFilled.tsx +++ b/src/IconBorderLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconBorderOuterOutlined.tsx b/src/IconBorderOuterOutlined.tsx index 877adc8d5..90b38647c 100644 --- a/src/IconBorderOuterOutlined.tsx +++ b/src/IconBorderOuterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderOuterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderOuterOutlinedFilled.tsx b/src/IconBorderOuterOutlinedFilled.tsx index ef80969ee..a7f8f332f 100644 --- a/src/IconBorderOuterOutlinedFilled.tsx +++ b/src/IconBorderOuterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderOuterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderOuterRounded.tsx b/src/IconBorderOuterRounded.tsx index 5a5763f91..25d4208e9 100644 --- a/src/IconBorderOuterRounded.tsx +++ b/src/IconBorderOuterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderOuterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderOuterRoundedFilled.tsx b/src/IconBorderOuterRoundedFilled.tsx index 5fa0aae86..453f06bc3 100644 --- a/src/IconBorderOuterRoundedFilled.tsx +++ b/src/IconBorderOuterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderOuterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderOuterSharp.tsx b/src/IconBorderOuterSharp.tsx index b64266813..b521abfb0 100644 --- a/src/IconBorderOuterSharp.tsx +++ b/src/IconBorderOuterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderOuterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderOuterSharpFilled.tsx b/src/IconBorderOuterSharpFilled.tsx index ff33c3375..a30e1c11e 100644 --- a/src/IconBorderOuterSharpFilled.tsx +++ b/src/IconBorderOuterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderOuterSharpFilled: React.FC = ({ ...props diff --git a/src/IconBorderRightOutlined.tsx b/src/IconBorderRightOutlined.tsx index 1b9da00b7..ef32957d1 100644 --- a/src/IconBorderRightOutlined.tsx +++ b/src/IconBorderRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderRightOutlinedFilled.tsx b/src/IconBorderRightOutlinedFilled.tsx index 74c60b7b0..b1d14611f 100644 --- a/src/IconBorderRightOutlinedFilled.tsx +++ b/src/IconBorderRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderRightRounded.tsx b/src/IconBorderRightRounded.tsx index 93b7fb684..7f393974b 100644 --- a/src/IconBorderRightRounded.tsx +++ b/src/IconBorderRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderRightRoundedFilled.tsx b/src/IconBorderRightRoundedFilled.tsx index 6fbf41afe..cd23737e5 100644 --- a/src/IconBorderRightRoundedFilled.tsx +++ b/src/IconBorderRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderRightSharp.tsx b/src/IconBorderRightSharp.tsx index 80fb0b3fd..fc222d118 100644 --- a/src/IconBorderRightSharp.tsx +++ b/src/IconBorderRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderRightSharpFilled.tsx b/src/IconBorderRightSharpFilled.tsx index 73679a59b..0eb3772db 100644 --- a/src/IconBorderRightSharpFilled.tsx +++ b/src/IconBorderRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconBorderStyleOutlined.tsx b/src/IconBorderStyleOutlined.tsx index a86da9bac..ee7940252 100644 --- a/src/IconBorderStyleOutlined.tsx +++ b/src/IconBorderStyleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderStyleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderStyleOutlinedFilled.tsx b/src/IconBorderStyleOutlinedFilled.tsx index 94c9e6cc5..2365f27f3 100644 --- a/src/IconBorderStyleOutlinedFilled.tsx +++ b/src/IconBorderStyleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderStyleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderStyleRounded.tsx b/src/IconBorderStyleRounded.tsx index 6daf898c5..e5f18959a 100644 --- a/src/IconBorderStyleRounded.tsx +++ b/src/IconBorderStyleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderStyleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderStyleRoundedFilled.tsx b/src/IconBorderStyleRoundedFilled.tsx index 6fd36da65..7ce773427 100644 --- a/src/IconBorderStyleRoundedFilled.tsx +++ b/src/IconBorderStyleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderStyleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderStyleSharp.tsx b/src/IconBorderStyleSharp.tsx index 4f8348222..de84e4cfa 100644 --- a/src/IconBorderStyleSharp.tsx +++ b/src/IconBorderStyleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderStyleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderStyleSharpFilled.tsx b/src/IconBorderStyleSharpFilled.tsx index 22f619f5b..499284db8 100644 --- a/src/IconBorderStyleSharpFilled.tsx +++ b/src/IconBorderStyleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderStyleSharpFilled: React.FC = ({ ...props diff --git a/src/IconBorderTopOutlined.tsx b/src/IconBorderTopOutlined.tsx index 5d9f97327..0abdcbc54 100644 --- a/src/IconBorderTopOutlined.tsx +++ b/src/IconBorderTopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderTopOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderTopOutlinedFilled.tsx b/src/IconBorderTopOutlinedFilled.tsx index ab5589ce1..e8b33ea3a 100644 --- a/src/IconBorderTopOutlinedFilled.tsx +++ b/src/IconBorderTopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderTopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderTopRounded.tsx b/src/IconBorderTopRounded.tsx index 8a939fc4e..aeb539d3a 100644 --- a/src/IconBorderTopRounded.tsx +++ b/src/IconBorderTopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderTopRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderTopRoundedFilled.tsx b/src/IconBorderTopRoundedFilled.tsx index c50d8a824..aab5e2b88 100644 --- a/src/IconBorderTopRoundedFilled.tsx +++ b/src/IconBorderTopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderTopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderTopSharp.tsx b/src/IconBorderTopSharp.tsx index e38cd2198..ba9871638 100644 --- a/src/IconBorderTopSharp.tsx +++ b/src/IconBorderTopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderTopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderTopSharpFilled.tsx b/src/IconBorderTopSharpFilled.tsx index b8ceca4dc..868c14dc7 100644 --- a/src/IconBorderTopSharpFilled.tsx +++ b/src/IconBorderTopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderTopSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderVerticalOutlined.tsx b/src/IconBorderVerticalOutlined.tsx index b48c27155..49f6eaba6 100644 --- a/src/IconBorderVerticalOutlined.tsx +++ b/src/IconBorderVerticalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderVerticalOutlined: React.FC = ({ ...props diff --git a/src/IconBorderVerticalOutlinedFilled.tsx b/src/IconBorderVerticalOutlinedFilled.tsx index c789909f8..ba09738b8 100644 --- a/src/IconBorderVerticalOutlinedFilled.tsx +++ b/src/IconBorderVerticalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderVerticalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBorderVerticalRounded.tsx b/src/IconBorderVerticalRounded.tsx index f5f66c919..0e5c2f671 100644 --- a/src/IconBorderVerticalRounded.tsx +++ b/src/IconBorderVerticalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderVerticalRounded: React.FC = ({ ...props diff --git a/src/IconBorderVerticalRoundedFilled.tsx b/src/IconBorderVerticalRoundedFilled.tsx index 184b2dd65..58fcebec9 100644 --- a/src/IconBorderVerticalRoundedFilled.tsx +++ b/src/IconBorderVerticalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderVerticalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBorderVerticalSharp.tsx b/src/IconBorderVerticalSharp.tsx index c03f487ee..2f779cd0d 100644 --- a/src/IconBorderVerticalSharp.tsx +++ b/src/IconBorderVerticalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderVerticalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorderVerticalSharpFilled.tsx b/src/IconBorderVerticalSharpFilled.tsx index 87b777d4f..cda75580c 100644 --- a/src/IconBorderVerticalSharpFilled.tsx +++ b/src/IconBorderVerticalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorderVerticalSharpFilled: React.FC = ({ ...props diff --git a/src/IconBorgOutlined.tsx b/src/IconBorgOutlined.tsx index 111bdab36..11cd32939 100644 --- a/src/IconBorgOutlined.tsx +++ b/src/IconBorgOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorgOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBorgOutlinedFilled.tsx b/src/IconBorgOutlinedFilled.tsx index 343388b41..5fa9cffbc 100644 --- a/src/IconBorgOutlinedFilled.tsx +++ b/src/IconBorgOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorgOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBorgRounded.tsx b/src/IconBorgRounded.tsx index a862c7aa6..a89fd8990 100644 --- a/src/IconBorgRounded.tsx +++ b/src/IconBorgRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorgRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBorgRoundedFilled.tsx b/src/IconBorgRoundedFilled.tsx index 0894cc584..e3f09905f 100644 --- a/src/IconBorgRoundedFilled.tsx +++ b/src/IconBorgRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorgRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBorgSharp.tsx b/src/IconBorgSharp.tsx index 4e84e8d2c..65829a34a 100644 --- a/src/IconBorgSharp.tsx +++ b/src/IconBorgSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorgSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBorgSharpFilled.tsx b/src/IconBorgSharpFilled.tsx index 850431799..93d32ca3d 100644 --- a/src/IconBorgSharpFilled.tsx +++ b/src/IconBorgSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBorgSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBottomAppBarOutlined.tsx b/src/IconBottomAppBarOutlined.tsx index a7ac2236a..1fb7a382d 100644 --- a/src/IconBottomAppBarOutlined.tsx +++ b/src/IconBottomAppBarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomAppBarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBottomAppBarOutlinedFilled.tsx b/src/IconBottomAppBarOutlinedFilled.tsx index b024d429a..61f646942 100644 --- a/src/IconBottomAppBarOutlinedFilled.tsx +++ b/src/IconBottomAppBarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomAppBarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBottomAppBarRounded.tsx b/src/IconBottomAppBarRounded.tsx index 3c80f45e1..01576bec8 100644 --- a/src/IconBottomAppBarRounded.tsx +++ b/src/IconBottomAppBarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomAppBarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBottomAppBarRoundedFilled.tsx b/src/IconBottomAppBarRoundedFilled.tsx index 31397b285..dfbb2f47f 100644 --- a/src/IconBottomAppBarRoundedFilled.tsx +++ b/src/IconBottomAppBarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomAppBarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBottomAppBarSharp.tsx b/src/IconBottomAppBarSharp.tsx index b4f0c6938..a8eeb77a9 100644 --- a/src/IconBottomAppBarSharp.tsx +++ b/src/IconBottomAppBarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomAppBarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBottomAppBarSharpFilled.tsx b/src/IconBottomAppBarSharpFilled.tsx index 1da777441..0ffe65f88 100644 --- a/src/IconBottomAppBarSharpFilled.tsx +++ b/src/IconBottomAppBarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomAppBarSharpFilled: React.FC = ({ ...props diff --git a/src/IconBottomDrawerOutlined.tsx b/src/IconBottomDrawerOutlined.tsx index feb6351d4..5fedd7bd5 100644 --- a/src/IconBottomDrawerOutlined.tsx +++ b/src/IconBottomDrawerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomDrawerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBottomDrawerOutlinedFilled.tsx b/src/IconBottomDrawerOutlinedFilled.tsx index 2bf34f85f..424642e98 100644 --- a/src/IconBottomDrawerOutlinedFilled.tsx +++ b/src/IconBottomDrawerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomDrawerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBottomDrawerRounded.tsx b/src/IconBottomDrawerRounded.tsx index 7f90e4d15..66fe96dbe 100644 --- a/src/IconBottomDrawerRounded.tsx +++ b/src/IconBottomDrawerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomDrawerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBottomDrawerRoundedFilled.tsx b/src/IconBottomDrawerRoundedFilled.tsx index 7e71b4fb6..2e2508565 100644 --- a/src/IconBottomDrawerRoundedFilled.tsx +++ b/src/IconBottomDrawerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomDrawerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBottomDrawerSharp.tsx b/src/IconBottomDrawerSharp.tsx index 92d852475..d3512a2b1 100644 --- a/src/IconBottomDrawerSharp.tsx +++ b/src/IconBottomDrawerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomDrawerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBottomDrawerSharpFilled.tsx b/src/IconBottomDrawerSharpFilled.tsx index 3d70a1da1..eb3cc6b35 100644 --- a/src/IconBottomDrawerSharpFilled.tsx +++ b/src/IconBottomDrawerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomDrawerSharpFilled: React.FC = ({ ...props diff --git a/src/IconBottomNavigationOutlined.tsx b/src/IconBottomNavigationOutlined.tsx index 546fb277b..7d002a402 100644 --- a/src/IconBottomNavigationOutlined.tsx +++ b/src/IconBottomNavigationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomNavigationOutlined: React.FC = ({ ...props diff --git a/src/IconBottomNavigationOutlinedFilled.tsx b/src/IconBottomNavigationOutlinedFilled.tsx index 196426d76..3c8ecbbab 100644 --- a/src/IconBottomNavigationOutlinedFilled.tsx +++ b/src/IconBottomNavigationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomNavigationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBottomNavigationRounded.tsx b/src/IconBottomNavigationRounded.tsx index 1efa5561f..2859b8e79 100644 --- a/src/IconBottomNavigationRounded.tsx +++ b/src/IconBottomNavigationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomNavigationRounded: React.FC = ({ ...props diff --git a/src/IconBottomNavigationRoundedFilled.tsx b/src/IconBottomNavigationRoundedFilled.tsx index 4896583cc..119336995 100644 --- a/src/IconBottomNavigationRoundedFilled.tsx +++ b/src/IconBottomNavigationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomNavigationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBottomNavigationSharp.tsx b/src/IconBottomNavigationSharp.tsx index 2273dd199..26f74db53 100644 --- a/src/IconBottomNavigationSharp.tsx +++ b/src/IconBottomNavigationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomNavigationSharp: React.FC = ({ ...props diff --git a/src/IconBottomNavigationSharpFilled.tsx b/src/IconBottomNavigationSharpFilled.tsx index 400bc85c0..cae5dd160 100644 --- a/src/IconBottomNavigationSharpFilled.tsx +++ b/src/IconBottomNavigationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomNavigationSharpFilled: React.FC = ({ ...props diff --git a/src/IconBottomPanelCloseOutlined.tsx b/src/IconBottomPanelCloseOutlined.tsx index b46285bf4..7abbfb76f 100644 --- a/src/IconBottomPanelCloseOutlined.tsx +++ b/src/IconBottomPanelCloseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelCloseOutlined: React.FC = ({ ...props diff --git a/src/IconBottomPanelCloseOutlinedFilled.tsx b/src/IconBottomPanelCloseOutlinedFilled.tsx index 0dd737604..727327de5 100644 --- a/src/IconBottomPanelCloseOutlinedFilled.tsx +++ b/src/IconBottomPanelCloseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelCloseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBottomPanelCloseRounded.tsx b/src/IconBottomPanelCloseRounded.tsx index 2e05615f8..700171de1 100644 --- a/src/IconBottomPanelCloseRounded.tsx +++ b/src/IconBottomPanelCloseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelCloseRounded: React.FC = ({ ...props diff --git a/src/IconBottomPanelCloseRoundedFilled.tsx b/src/IconBottomPanelCloseRoundedFilled.tsx index bc9f7f760..38c742ae5 100644 --- a/src/IconBottomPanelCloseRoundedFilled.tsx +++ b/src/IconBottomPanelCloseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelCloseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBottomPanelCloseSharp.tsx b/src/IconBottomPanelCloseSharp.tsx index c0b826dd0..a5e04df17 100644 --- a/src/IconBottomPanelCloseSharp.tsx +++ b/src/IconBottomPanelCloseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelCloseSharp: React.FC = ({ ...props diff --git a/src/IconBottomPanelCloseSharpFilled.tsx b/src/IconBottomPanelCloseSharpFilled.tsx index dccf61436..30530e10b 100644 --- a/src/IconBottomPanelCloseSharpFilled.tsx +++ b/src/IconBottomPanelCloseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelCloseSharpFilled: React.FC = ({ ...props diff --git a/src/IconBottomPanelOpenOutlined.tsx b/src/IconBottomPanelOpenOutlined.tsx index f30993f2e..2c0ec9441 100644 --- a/src/IconBottomPanelOpenOutlined.tsx +++ b/src/IconBottomPanelOpenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelOpenOutlined: React.FC = ({ ...props diff --git a/src/IconBottomPanelOpenOutlinedFilled.tsx b/src/IconBottomPanelOpenOutlinedFilled.tsx index 04b3411e5..bbe695f1c 100644 --- a/src/IconBottomPanelOpenOutlinedFilled.tsx +++ b/src/IconBottomPanelOpenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelOpenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBottomPanelOpenRounded.tsx b/src/IconBottomPanelOpenRounded.tsx index 22b95dfdc..61e79ca85 100644 --- a/src/IconBottomPanelOpenRounded.tsx +++ b/src/IconBottomPanelOpenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelOpenRounded: React.FC = ({ ...props diff --git a/src/IconBottomPanelOpenRoundedFilled.tsx b/src/IconBottomPanelOpenRoundedFilled.tsx index f86a603dc..0a2562933 100644 --- a/src/IconBottomPanelOpenRoundedFilled.tsx +++ b/src/IconBottomPanelOpenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelOpenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBottomPanelOpenSharp.tsx b/src/IconBottomPanelOpenSharp.tsx index f246b73fd..124df042c 100644 --- a/src/IconBottomPanelOpenSharp.tsx +++ b/src/IconBottomPanelOpenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelOpenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBottomPanelOpenSharpFilled.tsx b/src/IconBottomPanelOpenSharpFilled.tsx index f8281fca9..ab5dd5f8c 100644 --- a/src/IconBottomPanelOpenSharpFilled.tsx +++ b/src/IconBottomPanelOpenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomPanelOpenSharpFilled: React.FC = ({ ...props diff --git a/src/IconBottomRightClickOutlined.tsx b/src/IconBottomRightClickOutlined.tsx index 5dece3ad2..b52c423bd 100644 --- a/src/IconBottomRightClickOutlined.tsx +++ b/src/IconBottomRightClickOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomRightClickOutlined: React.FC = ({ ...props diff --git a/src/IconBottomRightClickOutlinedFilled.tsx b/src/IconBottomRightClickOutlinedFilled.tsx index f1334e4eb..8323c8058 100644 --- a/src/IconBottomRightClickOutlinedFilled.tsx +++ b/src/IconBottomRightClickOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomRightClickOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBottomRightClickRounded.tsx b/src/IconBottomRightClickRounded.tsx index d45a8f404..2caac70bd 100644 --- a/src/IconBottomRightClickRounded.tsx +++ b/src/IconBottomRightClickRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomRightClickRounded: React.FC = ({ ...props diff --git a/src/IconBottomRightClickRoundedFilled.tsx b/src/IconBottomRightClickRoundedFilled.tsx index dced32c85..73a87e814 100644 --- a/src/IconBottomRightClickRoundedFilled.tsx +++ b/src/IconBottomRightClickRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomRightClickRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBottomRightClickSharp.tsx b/src/IconBottomRightClickSharp.tsx index dd3986e52..671984ddb 100644 --- a/src/IconBottomRightClickSharp.tsx +++ b/src/IconBottomRightClickSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomRightClickSharp: React.FC = ({ ...props diff --git a/src/IconBottomRightClickSharpFilled.tsx b/src/IconBottomRightClickSharpFilled.tsx index 4954337ad..a7b121b81 100644 --- a/src/IconBottomRightClickSharpFilled.tsx +++ b/src/IconBottomRightClickSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomRightClickSharpFilled: React.FC = ({ ...props diff --git a/src/IconBottomSheetsOutlined.tsx b/src/IconBottomSheetsOutlined.tsx index 8b2b82015..1f0bde140 100644 --- a/src/IconBottomSheetsOutlined.tsx +++ b/src/IconBottomSheetsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomSheetsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBottomSheetsOutlinedFilled.tsx b/src/IconBottomSheetsOutlinedFilled.tsx index 2918427f6..5880cb09a 100644 --- a/src/IconBottomSheetsOutlinedFilled.tsx +++ b/src/IconBottomSheetsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomSheetsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBottomSheetsRounded.tsx b/src/IconBottomSheetsRounded.tsx index 841ee8408..eb1c053b6 100644 --- a/src/IconBottomSheetsRounded.tsx +++ b/src/IconBottomSheetsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomSheetsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBottomSheetsRoundedFilled.tsx b/src/IconBottomSheetsRoundedFilled.tsx index d5e1ebb13..a961afd93 100644 --- a/src/IconBottomSheetsRoundedFilled.tsx +++ b/src/IconBottomSheetsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomSheetsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBottomSheetsSharp.tsx b/src/IconBottomSheetsSharp.tsx index cb72b5bb3..3029a7293 100644 --- a/src/IconBottomSheetsSharp.tsx +++ b/src/IconBottomSheetsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomSheetsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBottomSheetsSharpFilled.tsx b/src/IconBottomSheetsSharpFilled.tsx index b0e0bd1c2..f52b94e3b 100644 --- a/src/IconBottomSheetsSharpFilled.tsx +++ b/src/IconBottomSheetsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBottomSheetsSharpFilled: React.FC = ({ ...props diff --git a/src/IconBoxAddOutlined.tsx b/src/IconBoxAddOutlined.tsx index b2559c399..4555c4f77 100644 --- a/src/IconBoxAddOutlined.tsx +++ b/src/IconBoxAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxAddOutlinedFilled.tsx b/src/IconBoxAddOutlinedFilled.tsx index 993d915a8..61e9b3dca 100644 --- a/src/IconBoxAddOutlinedFilled.tsx +++ b/src/IconBoxAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxAddOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxAddRounded.tsx b/src/IconBoxAddRounded.tsx index 268cdf5d3..dbe5032ca 100644 --- a/src/IconBoxAddRounded.tsx +++ b/src/IconBoxAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxAddRoundedFilled.tsx b/src/IconBoxAddRoundedFilled.tsx index 738b41b87..ef89ae97d 100644 --- a/src/IconBoxAddRoundedFilled.tsx +++ b/src/IconBoxAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxAddRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxAddSharp.tsx b/src/IconBoxAddSharp.tsx index 081e39624..b6d24acf3 100644 --- a/src/IconBoxAddSharp.tsx +++ b/src/IconBoxAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxAddSharpFilled.tsx b/src/IconBoxAddSharpFilled.tsx index 8dcc281b9..4acef618e 100644 --- a/src/IconBoxAddSharpFilled.tsx +++ b/src/IconBoxAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxEditOutlined.tsx b/src/IconBoxEditOutlined.tsx index 69aa4c3b8..601bc4c93 100644 --- a/src/IconBoxEditOutlined.tsx +++ b/src/IconBoxEditOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxEditOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxEditOutlinedFilled.tsx b/src/IconBoxEditOutlinedFilled.tsx index 2d984edb9..e74fa3171 100644 --- a/src/IconBoxEditOutlinedFilled.tsx +++ b/src/IconBoxEditOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxEditOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBoxEditRounded.tsx b/src/IconBoxEditRounded.tsx index c72fd9579..61111ee97 100644 --- a/src/IconBoxEditRounded.tsx +++ b/src/IconBoxEditRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxEditRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxEditRoundedFilled.tsx b/src/IconBoxEditRoundedFilled.tsx index 737d2aca7..2f50560d8 100644 --- a/src/IconBoxEditRoundedFilled.tsx +++ b/src/IconBoxEditRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxEditRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxEditSharp.tsx b/src/IconBoxEditSharp.tsx index ba50e8de5..bed9b4604 100644 --- a/src/IconBoxEditSharp.tsx +++ b/src/IconBoxEditSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxEditSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxEditSharpFilled.tsx b/src/IconBoxEditSharpFilled.tsx index 1abf98e47..1e613b4b7 100644 --- a/src/IconBoxEditSharpFilled.tsx +++ b/src/IconBoxEditSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxEditSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxOutlined.tsx b/src/IconBoxOutlined.tsx index eb21b947d..abb56c04a 100644 --- a/src/IconBoxOutlined.tsx +++ b/src/IconBoxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxOutlinedFilled.tsx b/src/IconBoxOutlinedFilled.tsx index 1afbb7a94..e6437c97d 100644 --- a/src/IconBoxOutlinedFilled.tsx +++ b/src/IconBoxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxRounded.tsx b/src/IconBoxRounded.tsx index 77d9514dc..628ce9544 100644 --- a/src/IconBoxRounded.tsx +++ b/src/IconBoxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxRoundedFilled.tsx b/src/IconBoxRoundedFilled.tsx index a662455bc..64a221ce3 100644 --- a/src/IconBoxRoundedFilled.tsx +++ b/src/IconBoxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxSharp.tsx b/src/IconBoxSharp.tsx index b102af91e..acafc3fb9 100644 --- a/src/IconBoxSharp.tsx +++ b/src/IconBoxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBoxSharpFilled.tsx b/src/IconBoxSharpFilled.tsx index 6d69fa442..c92d784f5 100644 --- a/src/IconBoxSharpFilled.tsx +++ b/src/IconBoxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoyOutlined.tsx b/src/IconBoyOutlined.tsx index 500f14fde..b6de51171 100644 --- a/src/IconBoyOutlined.tsx +++ b/src/IconBoyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBoyOutlinedFilled.tsx b/src/IconBoyOutlinedFilled.tsx index 7d0588e70..49697ee2a 100644 --- a/src/IconBoyOutlinedFilled.tsx +++ b/src/IconBoyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoyRounded.tsx b/src/IconBoyRounded.tsx index 5b635d649..24bff0b56 100644 --- a/src/IconBoyRounded.tsx +++ b/src/IconBoyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBoyRoundedFilled.tsx b/src/IconBoyRoundedFilled.tsx index 16d2888bf..76c65d42b 100644 --- a/src/IconBoyRoundedFilled.tsx +++ b/src/IconBoyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBoySharp.tsx b/src/IconBoySharp.tsx index 7f282673a..27245d953 100644 --- a/src/IconBoySharp.tsx +++ b/src/IconBoySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBoySharpFilled.tsx b/src/IconBoySharpFilled.tsx index 90d9ddccc..2a21a1dee 100644 --- a/src/IconBoySharpFilled.tsx +++ b/src/IconBoySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBoySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBrandAwarenessOutlined.tsx b/src/IconBrandAwarenessOutlined.tsx index 41d9d17be..36f4bb437 100644 --- a/src/IconBrandAwarenessOutlined.tsx +++ b/src/IconBrandAwarenessOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandAwarenessOutlined: React.FC = ({ ...props diff --git a/src/IconBrandAwarenessOutlinedFilled.tsx b/src/IconBrandAwarenessOutlinedFilled.tsx index 04c38043c..ff86a6c59 100644 --- a/src/IconBrandAwarenessOutlinedFilled.tsx +++ b/src/IconBrandAwarenessOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandAwarenessOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrandAwarenessRounded.tsx b/src/IconBrandAwarenessRounded.tsx index 86a3ce6b0..660ec5581 100644 --- a/src/IconBrandAwarenessRounded.tsx +++ b/src/IconBrandAwarenessRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandAwarenessRounded: React.FC = ({ ...props diff --git a/src/IconBrandAwarenessRoundedFilled.tsx b/src/IconBrandAwarenessRoundedFilled.tsx index f4ff4f5e3..82ad44990 100644 --- a/src/IconBrandAwarenessRoundedFilled.tsx +++ b/src/IconBrandAwarenessRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandAwarenessRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrandAwarenessSharp.tsx b/src/IconBrandAwarenessSharp.tsx index 4a8b594c0..ebcc3e52a 100644 --- a/src/IconBrandAwarenessSharp.tsx +++ b/src/IconBrandAwarenessSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandAwarenessSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrandAwarenessSharpFilled.tsx b/src/IconBrandAwarenessSharpFilled.tsx index 72c1f97a2..c14f98415 100644 --- a/src/IconBrandAwarenessSharpFilled.tsx +++ b/src/IconBrandAwarenessSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandAwarenessSharpFilled: React.FC = ({ ...props diff --git a/src/IconBrandFamilyOutlined.tsx b/src/IconBrandFamilyOutlined.tsx index 1202d50d1..bbb0cf09c 100644 --- a/src/IconBrandFamilyOutlined.tsx +++ b/src/IconBrandFamilyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandFamilyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrandFamilyOutlinedFilled.tsx b/src/IconBrandFamilyOutlinedFilled.tsx index 2f425ce1c..8a5de2829 100644 --- a/src/IconBrandFamilyOutlinedFilled.tsx +++ b/src/IconBrandFamilyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandFamilyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrandFamilyRounded.tsx b/src/IconBrandFamilyRounded.tsx index 6b0bb4b5e..5ab5373b0 100644 --- a/src/IconBrandFamilyRounded.tsx +++ b/src/IconBrandFamilyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandFamilyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrandFamilyRoundedFilled.tsx b/src/IconBrandFamilyRoundedFilled.tsx index 907dbd6ac..79d475b5a 100644 --- a/src/IconBrandFamilyRoundedFilled.tsx +++ b/src/IconBrandFamilyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandFamilyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrandFamilySharp.tsx b/src/IconBrandFamilySharp.tsx index 0b76fded0..87234ca51 100644 --- a/src/IconBrandFamilySharp.tsx +++ b/src/IconBrandFamilySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandFamilySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrandFamilySharpFilled.tsx b/src/IconBrandFamilySharpFilled.tsx index 71e5279bb..ebfcaa98b 100644 --- a/src/IconBrandFamilySharpFilled.tsx +++ b/src/IconBrandFamilySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandFamilySharpFilled: React.FC = ({ ...props diff --git a/src/IconBrandingWatermarkOutlined.tsx b/src/IconBrandingWatermarkOutlined.tsx index 92983a179..92bfe830b 100644 --- a/src/IconBrandingWatermarkOutlined.tsx +++ b/src/IconBrandingWatermarkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandingWatermarkOutlined: React.FC = ({ ...props diff --git a/src/IconBrandingWatermarkOutlinedFilled.tsx b/src/IconBrandingWatermarkOutlinedFilled.tsx index 70c9c4c37..dbbc45108 100644 --- a/src/IconBrandingWatermarkOutlinedFilled.tsx +++ b/src/IconBrandingWatermarkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandingWatermarkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrandingWatermarkRounded.tsx b/src/IconBrandingWatermarkRounded.tsx index 052d66b88..4764e7525 100644 --- a/src/IconBrandingWatermarkRounded.tsx +++ b/src/IconBrandingWatermarkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandingWatermarkRounded: React.FC = ({ ...props diff --git a/src/IconBrandingWatermarkRoundedFilled.tsx b/src/IconBrandingWatermarkRoundedFilled.tsx index f98bef0d3..170c2d415 100644 --- a/src/IconBrandingWatermarkRoundedFilled.tsx +++ b/src/IconBrandingWatermarkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandingWatermarkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrandingWatermarkSharp.tsx b/src/IconBrandingWatermarkSharp.tsx index 7643cc3b7..58baa7ea7 100644 --- a/src/IconBrandingWatermarkSharp.tsx +++ b/src/IconBrandingWatermarkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandingWatermarkSharp: React.FC = ({ ...props diff --git a/src/IconBrandingWatermarkSharpFilled.tsx b/src/IconBrandingWatermarkSharpFilled.tsx index 5d3df8b60..8301b6e09 100644 --- a/src/IconBrandingWatermarkSharpFilled.tsx +++ b/src/IconBrandingWatermarkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrandingWatermarkSharpFilled: React.FC = ({ ...props diff --git a/src/IconBreakfastDiningOutlined.tsx b/src/IconBreakfastDiningOutlined.tsx index da8c265f6..883c849ed 100644 --- a/src/IconBreakfastDiningOutlined.tsx +++ b/src/IconBreakfastDiningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakfastDiningOutlined: React.FC = ({ ...props diff --git a/src/IconBreakfastDiningOutlinedFilled.tsx b/src/IconBreakfastDiningOutlinedFilled.tsx index 373f5c10e..7580c9f14 100644 --- a/src/IconBreakfastDiningOutlinedFilled.tsx +++ b/src/IconBreakfastDiningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakfastDiningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBreakfastDiningRounded.tsx b/src/IconBreakfastDiningRounded.tsx index adae62f8d..f0b82b748 100644 --- a/src/IconBreakfastDiningRounded.tsx +++ b/src/IconBreakfastDiningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakfastDiningRounded: React.FC = ({ ...props diff --git a/src/IconBreakfastDiningRoundedFilled.tsx b/src/IconBreakfastDiningRoundedFilled.tsx index 500909134..820dc8116 100644 --- a/src/IconBreakfastDiningRoundedFilled.tsx +++ b/src/IconBreakfastDiningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakfastDiningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBreakfastDiningSharp.tsx b/src/IconBreakfastDiningSharp.tsx index cc048d948..03bf18203 100644 --- a/src/IconBreakfastDiningSharp.tsx +++ b/src/IconBreakfastDiningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakfastDiningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBreakfastDiningSharpFilled.tsx b/src/IconBreakfastDiningSharpFilled.tsx index 5af9dc81d..335518884 100644 --- a/src/IconBreakfastDiningSharpFilled.tsx +++ b/src/IconBreakfastDiningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakfastDiningSharpFilled: React.FC = ({ ...props diff --git a/src/IconBreakingNewsAlt1Outlined.tsx b/src/IconBreakingNewsAlt1Outlined.tsx index c1ead03a0..b23e2e925 100644 --- a/src/IconBreakingNewsAlt1Outlined.tsx +++ b/src/IconBreakingNewsAlt1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsAlt1Outlined: React.FC = ({ ...props diff --git a/src/IconBreakingNewsAlt1OutlinedFilled.tsx b/src/IconBreakingNewsAlt1OutlinedFilled.tsx index e2fc718af..0d1b56c0b 100644 --- a/src/IconBreakingNewsAlt1OutlinedFilled.tsx +++ b/src/IconBreakingNewsAlt1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsAlt1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBreakingNewsAlt1Rounded.tsx b/src/IconBreakingNewsAlt1Rounded.tsx index 368a0117d..fbbb92da2 100644 --- a/src/IconBreakingNewsAlt1Rounded.tsx +++ b/src/IconBreakingNewsAlt1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsAlt1Rounded: React.FC = ({ ...props diff --git a/src/IconBreakingNewsAlt1RoundedFilled.tsx b/src/IconBreakingNewsAlt1RoundedFilled.tsx index 9a529ba58..8026d418e 100644 --- a/src/IconBreakingNewsAlt1RoundedFilled.tsx +++ b/src/IconBreakingNewsAlt1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsAlt1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBreakingNewsAlt1Sharp.tsx b/src/IconBreakingNewsAlt1Sharp.tsx index 50c98ad5d..47c1fa266 100644 --- a/src/IconBreakingNewsAlt1Sharp.tsx +++ b/src/IconBreakingNewsAlt1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsAlt1Sharp: React.FC = ({ ...props diff --git a/src/IconBreakingNewsAlt1SharpFilled.tsx b/src/IconBreakingNewsAlt1SharpFilled.tsx index cc490f3e7..1bf33c829 100644 --- a/src/IconBreakingNewsAlt1SharpFilled.tsx +++ b/src/IconBreakingNewsAlt1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsAlt1SharpFilled: React.FC = ({ ...props diff --git a/src/IconBreakingNewsOutlined.tsx b/src/IconBreakingNewsOutlined.tsx index 5e4a40e5f..251920197 100644 --- a/src/IconBreakingNewsOutlined.tsx +++ b/src/IconBreakingNewsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBreakingNewsOutlinedFilled.tsx b/src/IconBreakingNewsOutlinedFilled.tsx index 6b3cd7a71..05f2f2c2e 100644 --- a/src/IconBreakingNewsOutlinedFilled.tsx +++ b/src/IconBreakingNewsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBreakingNewsRounded.tsx b/src/IconBreakingNewsRounded.tsx index 4cfe54d4f..71285a861 100644 --- a/src/IconBreakingNewsRounded.tsx +++ b/src/IconBreakingNewsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBreakingNewsRoundedFilled.tsx b/src/IconBreakingNewsRoundedFilled.tsx index af2f5df66..4bdcd733d 100644 --- a/src/IconBreakingNewsRoundedFilled.tsx +++ b/src/IconBreakingNewsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBreakingNewsSharp.tsx b/src/IconBreakingNewsSharp.tsx index 258cd14be..73d3068dc 100644 --- a/src/IconBreakingNewsSharp.tsx +++ b/src/IconBreakingNewsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBreakingNewsSharpFilled.tsx b/src/IconBreakingNewsSharpFilled.tsx index 8156341c2..1e96c3e16 100644 --- a/src/IconBreakingNewsSharpFilled.tsx +++ b/src/IconBreakingNewsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreakingNewsSharpFilled: React.FC = ({ ...props diff --git a/src/IconBreastfeedingOutlined.tsx b/src/IconBreastfeedingOutlined.tsx index 17ee738b2..e5c72fd1e 100644 --- a/src/IconBreastfeedingOutlined.tsx +++ b/src/IconBreastfeedingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreastfeedingOutlined: React.FC = ({ ...props diff --git a/src/IconBreastfeedingOutlinedFilled.tsx b/src/IconBreastfeedingOutlinedFilled.tsx index 30b0fe122..6be727180 100644 --- a/src/IconBreastfeedingOutlinedFilled.tsx +++ b/src/IconBreastfeedingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreastfeedingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBreastfeedingRounded.tsx b/src/IconBreastfeedingRounded.tsx index 1ed992e5b..75cd5d2b1 100644 --- a/src/IconBreastfeedingRounded.tsx +++ b/src/IconBreastfeedingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreastfeedingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBreastfeedingRoundedFilled.tsx b/src/IconBreastfeedingRoundedFilled.tsx index 9bca6af00..8f4b74afe 100644 --- a/src/IconBreastfeedingRoundedFilled.tsx +++ b/src/IconBreastfeedingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreastfeedingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBreastfeedingSharp.tsx b/src/IconBreastfeedingSharp.tsx index 14a4c5ba5..db132385f 100644 --- a/src/IconBreastfeedingSharp.tsx +++ b/src/IconBreastfeedingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreastfeedingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBreastfeedingSharpFilled.tsx b/src/IconBreastfeedingSharpFilled.tsx index 11d42b8c6..8e66cec22 100644 --- a/src/IconBreastfeedingSharpFilled.tsx +++ b/src/IconBreastfeedingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBreastfeedingSharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightness1Outlined.tsx b/src/IconBrightness1Outlined.tsx index 534dc1c36..85bbd433c 100644 --- a/src/IconBrightness1Outlined.tsx +++ b/src/IconBrightness1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness1OutlinedFilled.tsx b/src/IconBrightness1OutlinedFilled.tsx index 5ceee4fe6..72e66a763 100644 --- a/src/IconBrightness1OutlinedFilled.tsx +++ b/src/IconBrightness1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness1Rounded.tsx b/src/IconBrightness1Rounded.tsx index d18f667e5..ea0eb307b 100644 --- a/src/IconBrightness1Rounded.tsx +++ b/src/IconBrightness1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness1RoundedFilled.tsx b/src/IconBrightness1RoundedFilled.tsx index ce2eb91d3..3766070f3 100644 --- a/src/IconBrightness1RoundedFilled.tsx +++ b/src/IconBrightness1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness1Sharp.tsx b/src/IconBrightness1Sharp.tsx index 15ae71195..180d809b3 100644 --- a/src/IconBrightness1Sharp.tsx +++ b/src/IconBrightness1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness1SharpFilled.tsx b/src/IconBrightness1SharpFilled.tsx index 58b8ca934..cb610e68f 100644 --- a/src/IconBrightness1SharpFilled.tsx +++ b/src/IconBrightness1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness1SharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightness2Outlined.tsx b/src/IconBrightness2Outlined.tsx index 8843d4a8f..c199700bc 100644 --- a/src/IconBrightness2Outlined.tsx +++ b/src/IconBrightness2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness2OutlinedFilled.tsx b/src/IconBrightness2OutlinedFilled.tsx index a37f95637..19bff7ac5 100644 --- a/src/IconBrightness2OutlinedFilled.tsx +++ b/src/IconBrightness2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness2Rounded.tsx b/src/IconBrightness2Rounded.tsx index 03fc68d75..9e185e007 100644 --- a/src/IconBrightness2Rounded.tsx +++ b/src/IconBrightness2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness2RoundedFilled.tsx b/src/IconBrightness2RoundedFilled.tsx index 6ebe9e3de..407332067 100644 --- a/src/IconBrightness2RoundedFilled.tsx +++ b/src/IconBrightness2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness2Sharp.tsx b/src/IconBrightness2Sharp.tsx index 4141fa4a4..42388736f 100644 --- a/src/IconBrightness2Sharp.tsx +++ b/src/IconBrightness2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness2SharpFilled.tsx b/src/IconBrightness2SharpFilled.tsx index 860176280..de7f05a8b 100644 --- a/src/IconBrightness2SharpFilled.tsx +++ b/src/IconBrightness2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness2SharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightness3Outlined.tsx b/src/IconBrightness3Outlined.tsx index 0b4c7f0f4..818be10bd 100644 --- a/src/IconBrightness3Outlined.tsx +++ b/src/IconBrightness3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness3OutlinedFilled.tsx b/src/IconBrightness3OutlinedFilled.tsx index 24c05e910..03dd93577 100644 --- a/src/IconBrightness3OutlinedFilled.tsx +++ b/src/IconBrightness3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness3Rounded.tsx b/src/IconBrightness3Rounded.tsx index c5812c10f..06fd29d35 100644 --- a/src/IconBrightness3Rounded.tsx +++ b/src/IconBrightness3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness3RoundedFilled.tsx b/src/IconBrightness3RoundedFilled.tsx index 2f5a270bd..b167bebfc 100644 --- a/src/IconBrightness3RoundedFilled.tsx +++ b/src/IconBrightness3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness3Sharp.tsx b/src/IconBrightness3Sharp.tsx index ac04608fe..e2c42ed19 100644 --- a/src/IconBrightness3Sharp.tsx +++ b/src/IconBrightness3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness3SharpFilled.tsx b/src/IconBrightness3SharpFilled.tsx index 8bf125eb4..aefbddec5 100644 --- a/src/IconBrightness3SharpFilled.tsx +++ b/src/IconBrightness3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness3SharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightness4Outlined.tsx b/src/IconBrightness4Outlined.tsx index ce0db29f6..1b2393442 100644 --- a/src/IconBrightness4Outlined.tsx +++ b/src/IconBrightness4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness4OutlinedFilled.tsx b/src/IconBrightness4OutlinedFilled.tsx index eb237adab..3b02976e4 100644 --- a/src/IconBrightness4OutlinedFilled.tsx +++ b/src/IconBrightness4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness4OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness4Rounded.tsx b/src/IconBrightness4Rounded.tsx index 9f6905e91..f862393f3 100644 --- a/src/IconBrightness4Rounded.tsx +++ b/src/IconBrightness4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness4RoundedFilled.tsx b/src/IconBrightness4RoundedFilled.tsx index 6b63361fe..3abde32f5 100644 --- a/src/IconBrightness4RoundedFilled.tsx +++ b/src/IconBrightness4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness4RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness4Sharp.tsx b/src/IconBrightness4Sharp.tsx index 3558c4c4f..9d7b7d213 100644 --- a/src/IconBrightness4Sharp.tsx +++ b/src/IconBrightness4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness4SharpFilled.tsx b/src/IconBrightness4SharpFilled.tsx index 091868ad7..8ae38764b 100644 --- a/src/IconBrightness4SharpFilled.tsx +++ b/src/IconBrightness4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness4SharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightness5Outlined.tsx b/src/IconBrightness5Outlined.tsx index 8b982f826..82c25773a 100644 --- a/src/IconBrightness5Outlined.tsx +++ b/src/IconBrightness5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness5OutlinedFilled.tsx b/src/IconBrightness5OutlinedFilled.tsx index a4a80b136..ee134c455 100644 --- a/src/IconBrightness5OutlinedFilled.tsx +++ b/src/IconBrightness5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness5OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness5Rounded.tsx b/src/IconBrightness5Rounded.tsx index e6e9eb1ba..1902806b7 100644 --- a/src/IconBrightness5Rounded.tsx +++ b/src/IconBrightness5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness5RoundedFilled.tsx b/src/IconBrightness5RoundedFilled.tsx index 88f679033..a32c0635e 100644 --- a/src/IconBrightness5RoundedFilled.tsx +++ b/src/IconBrightness5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness5RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness5Sharp.tsx b/src/IconBrightness5Sharp.tsx index caf0ee1be..4fcc3c9c0 100644 --- a/src/IconBrightness5Sharp.tsx +++ b/src/IconBrightness5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness5SharpFilled.tsx b/src/IconBrightness5SharpFilled.tsx index 2c6911ae0..a7e7f9680 100644 --- a/src/IconBrightness5SharpFilled.tsx +++ b/src/IconBrightness5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness5SharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightness6Outlined.tsx b/src/IconBrightness6Outlined.tsx index 00789db18..6ec87733a 100644 --- a/src/IconBrightness6Outlined.tsx +++ b/src/IconBrightness6Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness6Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness6OutlinedFilled.tsx b/src/IconBrightness6OutlinedFilled.tsx index 4835b4557..07aa73d86 100644 --- a/src/IconBrightness6OutlinedFilled.tsx +++ b/src/IconBrightness6OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness6OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness6Rounded.tsx b/src/IconBrightness6Rounded.tsx index f0bcac9b9..f09e4b698 100644 --- a/src/IconBrightness6Rounded.tsx +++ b/src/IconBrightness6Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness6Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness6RoundedFilled.tsx b/src/IconBrightness6RoundedFilled.tsx index 67726c061..4a353150d 100644 --- a/src/IconBrightness6RoundedFilled.tsx +++ b/src/IconBrightness6RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness6RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness6Sharp.tsx b/src/IconBrightness6Sharp.tsx index b5dfbcac3..5044cffe0 100644 --- a/src/IconBrightness6Sharp.tsx +++ b/src/IconBrightness6Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness6Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness6SharpFilled.tsx b/src/IconBrightness6SharpFilled.tsx index c57fbafc0..ec3079527 100644 --- a/src/IconBrightness6SharpFilled.tsx +++ b/src/IconBrightness6SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness6SharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightness7Outlined.tsx b/src/IconBrightness7Outlined.tsx index d3e998de2..0f2fda13f 100644 --- a/src/IconBrightness7Outlined.tsx +++ b/src/IconBrightness7Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness7Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness7OutlinedFilled.tsx b/src/IconBrightness7OutlinedFilled.tsx index 2c4fb3b55..6712da20a 100644 --- a/src/IconBrightness7OutlinedFilled.tsx +++ b/src/IconBrightness7OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness7OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness7Rounded.tsx b/src/IconBrightness7Rounded.tsx index 0c78a1e57..952e6dbfe 100644 --- a/src/IconBrightness7Rounded.tsx +++ b/src/IconBrightness7Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness7Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness7RoundedFilled.tsx b/src/IconBrightness7RoundedFilled.tsx index ee589317e..55317a4ea 100644 --- a/src/IconBrightness7RoundedFilled.tsx +++ b/src/IconBrightness7RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness7RoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightness7Sharp.tsx b/src/IconBrightness7Sharp.tsx index 364ef97ca..01af2b8c1 100644 --- a/src/IconBrightness7Sharp.tsx +++ b/src/IconBrightness7Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness7Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightness7SharpFilled.tsx b/src/IconBrightness7SharpFilled.tsx index 5eff010df..7cde78a30 100644 --- a/src/IconBrightness7SharpFilled.tsx +++ b/src/IconBrightness7SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightness7SharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessAlertOutlined.tsx b/src/IconBrightnessAlertOutlined.tsx index a59ce4b14..2f0d18115 100644 --- a/src/IconBrightnessAlertOutlined.tsx +++ b/src/IconBrightnessAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAlertOutlined: React.FC = ({ ...props diff --git a/src/IconBrightnessAlertOutlinedFilled.tsx b/src/IconBrightnessAlertOutlinedFilled.tsx index eece13f51..fbb2fa791 100644 --- a/src/IconBrightnessAlertOutlinedFilled.tsx +++ b/src/IconBrightnessAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessAlertRounded.tsx b/src/IconBrightnessAlertRounded.tsx index 7956e4e2f..626c9af26 100644 --- a/src/IconBrightnessAlertRounded.tsx +++ b/src/IconBrightnessAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAlertRounded: React.FC = ({ ...props diff --git a/src/IconBrightnessAlertRoundedFilled.tsx b/src/IconBrightnessAlertRoundedFilled.tsx index adbdec1b9..1cd67befb 100644 --- a/src/IconBrightnessAlertRoundedFilled.tsx +++ b/src/IconBrightnessAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessAlertSharp.tsx b/src/IconBrightnessAlertSharp.tsx index f8f22f972..8b6bc0f75 100644 --- a/src/IconBrightnessAlertSharp.tsx +++ b/src/IconBrightnessAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightnessAlertSharpFilled.tsx b/src/IconBrightnessAlertSharpFilled.tsx index 1d1b2a4d3..4e2a0cad1 100644 --- a/src/IconBrightnessAlertSharpFilled.tsx +++ b/src/IconBrightnessAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessAutoOutlined.tsx b/src/IconBrightnessAutoOutlined.tsx index f883663dc..a2f2a38ca 100644 --- a/src/IconBrightnessAutoOutlined.tsx +++ b/src/IconBrightnessAutoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAutoOutlined: React.FC = ({ ...props diff --git a/src/IconBrightnessAutoOutlinedFilled.tsx b/src/IconBrightnessAutoOutlinedFilled.tsx index 5a63364b4..f5f4e170b 100644 --- a/src/IconBrightnessAutoOutlinedFilled.tsx +++ b/src/IconBrightnessAutoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAutoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessAutoRounded.tsx b/src/IconBrightnessAutoRounded.tsx index 4f141b41c..e1d91ca59 100644 --- a/src/IconBrightnessAutoRounded.tsx +++ b/src/IconBrightnessAutoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAutoRounded: React.FC = ({ ...props diff --git a/src/IconBrightnessAutoRoundedFilled.tsx b/src/IconBrightnessAutoRoundedFilled.tsx index 81004692b..db176fc36 100644 --- a/src/IconBrightnessAutoRoundedFilled.tsx +++ b/src/IconBrightnessAutoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAutoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessAutoSharp.tsx b/src/IconBrightnessAutoSharp.tsx index 55ae9212b..a018b63a9 100644 --- a/src/IconBrightnessAutoSharp.tsx +++ b/src/IconBrightnessAutoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAutoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightnessAutoSharpFilled.tsx b/src/IconBrightnessAutoSharpFilled.tsx index e2d776b23..cc1744559 100644 --- a/src/IconBrightnessAutoSharpFilled.tsx +++ b/src/IconBrightnessAutoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessAutoSharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessEmptyOutlined.tsx b/src/IconBrightnessEmptyOutlined.tsx index a864b9af6..71cba2701 100644 --- a/src/IconBrightnessEmptyOutlined.tsx +++ b/src/IconBrightnessEmptyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessEmptyOutlined: React.FC = ({ ...props diff --git a/src/IconBrightnessEmptyOutlinedFilled.tsx b/src/IconBrightnessEmptyOutlinedFilled.tsx index e53513a48..f837fa2ae 100644 --- a/src/IconBrightnessEmptyOutlinedFilled.tsx +++ b/src/IconBrightnessEmptyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessEmptyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessEmptyRounded.tsx b/src/IconBrightnessEmptyRounded.tsx index b24077ee3..b08336416 100644 --- a/src/IconBrightnessEmptyRounded.tsx +++ b/src/IconBrightnessEmptyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessEmptyRounded: React.FC = ({ ...props diff --git a/src/IconBrightnessEmptyRoundedFilled.tsx b/src/IconBrightnessEmptyRoundedFilled.tsx index 92e7e2234..47765b4e6 100644 --- a/src/IconBrightnessEmptyRoundedFilled.tsx +++ b/src/IconBrightnessEmptyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessEmptyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessEmptySharp.tsx b/src/IconBrightnessEmptySharp.tsx index 64860e9cf..5e5b67c99 100644 --- a/src/IconBrightnessEmptySharp.tsx +++ b/src/IconBrightnessEmptySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessEmptySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightnessEmptySharpFilled.tsx b/src/IconBrightnessEmptySharpFilled.tsx index a584baf45..68e677cc1 100644 --- a/src/IconBrightnessEmptySharpFilled.tsx +++ b/src/IconBrightnessEmptySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessEmptySharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessHighOutlined.tsx b/src/IconBrightnessHighOutlined.tsx index 35305b289..7ddb51d50 100644 --- a/src/IconBrightnessHighOutlined.tsx +++ b/src/IconBrightnessHighOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessHighOutlined: React.FC = ({ ...props diff --git a/src/IconBrightnessHighOutlinedFilled.tsx b/src/IconBrightnessHighOutlinedFilled.tsx index 89984b82c..cea91e77d 100644 --- a/src/IconBrightnessHighOutlinedFilled.tsx +++ b/src/IconBrightnessHighOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessHighOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessHighRounded.tsx b/src/IconBrightnessHighRounded.tsx index a2ae24c4c..fcafff6d0 100644 --- a/src/IconBrightnessHighRounded.tsx +++ b/src/IconBrightnessHighRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessHighRounded: React.FC = ({ ...props diff --git a/src/IconBrightnessHighRoundedFilled.tsx b/src/IconBrightnessHighRoundedFilled.tsx index 1fbd31a8d..22c4ac963 100644 --- a/src/IconBrightnessHighRoundedFilled.tsx +++ b/src/IconBrightnessHighRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessHighRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessHighSharp.tsx b/src/IconBrightnessHighSharp.tsx index 7b511d318..3fe976000 100644 --- a/src/IconBrightnessHighSharp.tsx +++ b/src/IconBrightnessHighSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessHighSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightnessHighSharpFilled.tsx b/src/IconBrightnessHighSharpFilled.tsx index af0c97abf..caae857c4 100644 --- a/src/IconBrightnessHighSharpFilled.tsx +++ b/src/IconBrightnessHighSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessHighSharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessLowOutlined.tsx b/src/IconBrightnessLowOutlined.tsx index 83bacc400..bb174bf15 100644 --- a/src/IconBrightnessLowOutlined.tsx +++ b/src/IconBrightnessLowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessLowOutlined: React.FC = ({ ...props diff --git a/src/IconBrightnessLowOutlinedFilled.tsx b/src/IconBrightnessLowOutlinedFilled.tsx index 4f96b755e..c4fd33501 100644 --- a/src/IconBrightnessLowOutlinedFilled.tsx +++ b/src/IconBrightnessLowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessLowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessLowRounded.tsx b/src/IconBrightnessLowRounded.tsx index f74a115ba..814652cda 100644 --- a/src/IconBrightnessLowRounded.tsx +++ b/src/IconBrightnessLowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessLowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightnessLowRoundedFilled.tsx b/src/IconBrightnessLowRoundedFilled.tsx index 4882967ee..267c025b9 100644 --- a/src/IconBrightnessLowRoundedFilled.tsx +++ b/src/IconBrightnessLowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessLowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessLowSharp.tsx b/src/IconBrightnessLowSharp.tsx index 8a29e37b9..b0c79e990 100644 --- a/src/IconBrightnessLowSharp.tsx +++ b/src/IconBrightnessLowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessLowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrightnessLowSharpFilled.tsx b/src/IconBrightnessLowSharpFilled.tsx index 644d03b5a..5287e3f79 100644 --- a/src/IconBrightnessLowSharpFilled.tsx +++ b/src/IconBrightnessLowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessLowSharpFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessMediumOutlined.tsx b/src/IconBrightnessMediumOutlined.tsx index c4b18c9bf..1ca99c7f4 100644 --- a/src/IconBrightnessMediumOutlined.tsx +++ b/src/IconBrightnessMediumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessMediumOutlined: React.FC = ({ ...props diff --git a/src/IconBrightnessMediumOutlinedFilled.tsx b/src/IconBrightnessMediumOutlinedFilled.tsx index 77b679a74..10b72ce95 100644 --- a/src/IconBrightnessMediumOutlinedFilled.tsx +++ b/src/IconBrightnessMediumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessMediumOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessMediumRounded.tsx b/src/IconBrightnessMediumRounded.tsx index df244444d..5b852b0af 100644 --- a/src/IconBrightnessMediumRounded.tsx +++ b/src/IconBrightnessMediumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessMediumRounded: React.FC = ({ ...props diff --git a/src/IconBrightnessMediumRoundedFilled.tsx b/src/IconBrightnessMediumRoundedFilled.tsx index 5d3ff32bb..a6ae12805 100644 --- a/src/IconBrightnessMediumRoundedFilled.tsx +++ b/src/IconBrightnessMediumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessMediumRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrightnessMediumSharp.tsx b/src/IconBrightnessMediumSharp.tsx index 656c5ddff..e4b341a39 100644 --- a/src/IconBrightnessMediumSharp.tsx +++ b/src/IconBrightnessMediumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessMediumSharp: React.FC = ({ ...props diff --git a/src/IconBrightnessMediumSharpFilled.tsx b/src/IconBrightnessMediumSharpFilled.tsx index 516e3eba9..728496657 100644 --- a/src/IconBrightnessMediumSharpFilled.tsx +++ b/src/IconBrightnessMediumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrightnessMediumSharpFilled: React.FC = ({ ...props diff --git a/src/IconBringYourOwnIpOutlined.tsx b/src/IconBringYourOwnIpOutlined.tsx index 31b72f851..10b4958be 100644 --- a/src/IconBringYourOwnIpOutlined.tsx +++ b/src/IconBringYourOwnIpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBringYourOwnIpOutlined: React.FC = ({ ...props diff --git a/src/IconBringYourOwnIpOutlinedFilled.tsx b/src/IconBringYourOwnIpOutlinedFilled.tsx index e6aea9615..e4eba1a71 100644 --- a/src/IconBringYourOwnIpOutlinedFilled.tsx +++ b/src/IconBringYourOwnIpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBringYourOwnIpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBringYourOwnIpRounded.tsx b/src/IconBringYourOwnIpRounded.tsx index 42b6fc89d..5220c43c6 100644 --- a/src/IconBringYourOwnIpRounded.tsx +++ b/src/IconBringYourOwnIpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBringYourOwnIpRounded: React.FC = ({ ...props diff --git a/src/IconBringYourOwnIpRoundedFilled.tsx b/src/IconBringYourOwnIpRoundedFilled.tsx index 330dc8782..3ea5f18af 100644 --- a/src/IconBringYourOwnIpRoundedFilled.tsx +++ b/src/IconBringYourOwnIpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBringYourOwnIpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBringYourOwnIpSharp.tsx b/src/IconBringYourOwnIpSharp.tsx index 94c16c777..82332bffe 100644 --- a/src/IconBringYourOwnIpSharp.tsx +++ b/src/IconBringYourOwnIpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBringYourOwnIpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBringYourOwnIpSharpFilled.tsx b/src/IconBringYourOwnIpSharpFilled.tsx index 9c22f5f70..745fd40f2 100644 --- a/src/IconBringYourOwnIpSharpFilled.tsx +++ b/src/IconBringYourOwnIpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBringYourOwnIpSharpFilled: React.FC = ({ ...props diff --git a/src/IconBroadcastOnHomeOutlined.tsx b/src/IconBroadcastOnHomeOutlined.tsx index a8d8add71..297c402b0 100644 --- a/src/IconBroadcastOnHomeOutlined.tsx +++ b/src/IconBroadcastOnHomeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnHomeOutlined: React.FC = ({ ...props diff --git a/src/IconBroadcastOnHomeOutlinedFilled.tsx b/src/IconBroadcastOnHomeOutlinedFilled.tsx index 7c90d0ac3..5a1b1ce54 100644 --- a/src/IconBroadcastOnHomeOutlinedFilled.tsx +++ b/src/IconBroadcastOnHomeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnHomeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBroadcastOnHomeRounded.tsx b/src/IconBroadcastOnHomeRounded.tsx index c8c4fac18..72f28dfb2 100644 --- a/src/IconBroadcastOnHomeRounded.tsx +++ b/src/IconBroadcastOnHomeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnHomeRounded: React.FC = ({ ...props diff --git a/src/IconBroadcastOnHomeRoundedFilled.tsx b/src/IconBroadcastOnHomeRoundedFilled.tsx index 812aa53fe..cb7a4e60f 100644 --- a/src/IconBroadcastOnHomeRoundedFilled.tsx +++ b/src/IconBroadcastOnHomeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnHomeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBroadcastOnHomeSharp.tsx b/src/IconBroadcastOnHomeSharp.tsx index a7c0f4b41..d9ae496a3 100644 --- a/src/IconBroadcastOnHomeSharp.tsx +++ b/src/IconBroadcastOnHomeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnHomeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBroadcastOnHomeSharpFilled.tsx b/src/IconBroadcastOnHomeSharpFilled.tsx index 190f0d359..70b2394ab 100644 --- a/src/IconBroadcastOnHomeSharpFilled.tsx +++ b/src/IconBroadcastOnHomeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnHomeSharpFilled: React.FC = ({ ...props diff --git a/src/IconBroadcastOnPersonalOutlined.tsx b/src/IconBroadcastOnPersonalOutlined.tsx index bea7ef0ce..6090f5ff7 100644 --- a/src/IconBroadcastOnPersonalOutlined.tsx +++ b/src/IconBroadcastOnPersonalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnPersonalOutlined: React.FC = ({ ...props diff --git a/src/IconBroadcastOnPersonalOutlinedFilled.tsx b/src/IconBroadcastOnPersonalOutlinedFilled.tsx index aa0016509..736b38283 100644 --- a/src/IconBroadcastOnPersonalOutlinedFilled.tsx +++ b/src/IconBroadcastOnPersonalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnPersonalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBroadcastOnPersonalRounded.tsx b/src/IconBroadcastOnPersonalRounded.tsx index a00a210cd..9909ee469 100644 --- a/src/IconBroadcastOnPersonalRounded.tsx +++ b/src/IconBroadcastOnPersonalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnPersonalRounded: React.FC = ({ ...props diff --git a/src/IconBroadcastOnPersonalRoundedFilled.tsx b/src/IconBroadcastOnPersonalRoundedFilled.tsx index 7a8f70b89..6148a2b71 100644 --- a/src/IconBroadcastOnPersonalRoundedFilled.tsx +++ b/src/IconBroadcastOnPersonalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnPersonalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBroadcastOnPersonalSharp.tsx b/src/IconBroadcastOnPersonalSharp.tsx index 388d4b400..020b0c17a 100644 --- a/src/IconBroadcastOnPersonalSharp.tsx +++ b/src/IconBroadcastOnPersonalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnPersonalSharp: React.FC = ({ ...props diff --git a/src/IconBroadcastOnPersonalSharpFilled.tsx b/src/IconBroadcastOnPersonalSharpFilled.tsx index 76a385686..bddd96cbe 100644 --- a/src/IconBroadcastOnPersonalSharpFilled.tsx +++ b/src/IconBroadcastOnPersonalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBroadcastOnPersonalSharpFilled: React.FC = ({ ...props diff --git a/src/IconBrokenImageOutlined.tsx b/src/IconBrokenImageOutlined.tsx index 48d854a77..fdaef5894 100644 --- a/src/IconBrokenImageOutlined.tsx +++ b/src/IconBrokenImageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrokenImageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrokenImageOutlinedFilled.tsx b/src/IconBrokenImageOutlinedFilled.tsx index 1ce72445d..8cdf6daa4 100644 --- a/src/IconBrokenImageOutlinedFilled.tsx +++ b/src/IconBrokenImageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrokenImageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrokenImageRounded.tsx b/src/IconBrokenImageRounded.tsx index 99506de45..066f770ec 100644 --- a/src/IconBrokenImageRounded.tsx +++ b/src/IconBrokenImageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrokenImageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrokenImageRoundedFilled.tsx b/src/IconBrokenImageRoundedFilled.tsx index bdb38e768..a5ed2c0b5 100644 --- a/src/IconBrokenImageRoundedFilled.tsx +++ b/src/IconBrokenImageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrokenImageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrokenImageSharp.tsx b/src/IconBrokenImageSharp.tsx index d53ab1113..c96468df5 100644 --- a/src/IconBrokenImageSharp.tsx +++ b/src/IconBrokenImageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrokenImageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrokenImageSharpFilled.tsx b/src/IconBrokenImageSharpFilled.tsx index dbcc4d5d1..1910e7a9d 100644 --- a/src/IconBrokenImageSharpFilled.tsx +++ b/src/IconBrokenImageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrokenImageSharpFilled: React.FC = ({ ...props diff --git a/src/IconBrowseActivityOutlined.tsx b/src/IconBrowseActivityOutlined.tsx index 2e3c8e231..475c84667 100644 --- a/src/IconBrowseActivityOutlined.tsx +++ b/src/IconBrowseActivityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseActivityOutlined: React.FC = ({ ...props diff --git a/src/IconBrowseActivityOutlinedFilled.tsx b/src/IconBrowseActivityOutlinedFilled.tsx index a3c3b80ca..43b1e2e5a 100644 --- a/src/IconBrowseActivityOutlinedFilled.tsx +++ b/src/IconBrowseActivityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseActivityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrowseActivityRounded.tsx b/src/IconBrowseActivityRounded.tsx index a47a87f13..364835758 100644 --- a/src/IconBrowseActivityRounded.tsx +++ b/src/IconBrowseActivityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseActivityRounded: React.FC = ({ ...props diff --git a/src/IconBrowseActivityRoundedFilled.tsx b/src/IconBrowseActivityRoundedFilled.tsx index 305999e6c..4043c5ad0 100644 --- a/src/IconBrowseActivityRoundedFilled.tsx +++ b/src/IconBrowseActivityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseActivityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrowseActivitySharp.tsx b/src/IconBrowseActivitySharp.tsx index 61040c7ad..01e936f10 100644 --- a/src/IconBrowseActivitySharp.tsx +++ b/src/IconBrowseActivitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseActivitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrowseActivitySharpFilled.tsx b/src/IconBrowseActivitySharpFilled.tsx index 001ce3783..1a3d9b9ad 100644 --- a/src/IconBrowseActivitySharpFilled.tsx +++ b/src/IconBrowseActivitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseActivitySharpFilled: React.FC = ({ ...props diff --git a/src/IconBrowseGalleryOutlined.tsx b/src/IconBrowseGalleryOutlined.tsx index 5fbcbe2fc..b994e1f09 100644 --- a/src/IconBrowseGalleryOutlined.tsx +++ b/src/IconBrowseGalleryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseGalleryOutlined: React.FC = ({ ...props diff --git a/src/IconBrowseGalleryOutlinedFilled.tsx b/src/IconBrowseGalleryOutlinedFilled.tsx index 90b794f5b..473b55d89 100644 --- a/src/IconBrowseGalleryOutlinedFilled.tsx +++ b/src/IconBrowseGalleryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseGalleryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrowseGalleryRounded.tsx b/src/IconBrowseGalleryRounded.tsx index 450b3a977..f0e026f1a 100644 --- a/src/IconBrowseGalleryRounded.tsx +++ b/src/IconBrowseGalleryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseGalleryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrowseGalleryRoundedFilled.tsx b/src/IconBrowseGalleryRoundedFilled.tsx index a71f7b24a..e715c37f0 100644 --- a/src/IconBrowseGalleryRoundedFilled.tsx +++ b/src/IconBrowseGalleryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseGalleryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrowseGallerySharp.tsx b/src/IconBrowseGallerySharp.tsx index cef33946a..7168f3fbf 100644 --- a/src/IconBrowseGallerySharp.tsx +++ b/src/IconBrowseGallerySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseGallerySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrowseGallerySharpFilled.tsx b/src/IconBrowseGallerySharpFilled.tsx index 1d13d8e6f..6e66efc92 100644 --- a/src/IconBrowseGallerySharpFilled.tsx +++ b/src/IconBrowseGallerySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseGallerySharpFilled: React.FC = ({ ...props diff --git a/src/IconBrowseOutlined.tsx b/src/IconBrowseOutlined.tsx index 1bb85aa61..c4dae17c6 100644 --- a/src/IconBrowseOutlined.tsx +++ b/src/IconBrowseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrowseOutlinedFilled.tsx b/src/IconBrowseOutlinedFilled.tsx index 41364ae8d..eb6b6078c 100644 --- a/src/IconBrowseOutlinedFilled.tsx +++ b/src/IconBrowseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBrowseRounded.tsx b/src/IconBrowseRounded.tsx index d000977ed..74749260c 100644 --- a/src/IconBrowseRounded.tsx +++ b/src/IconBrowseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrowseRoundedFilled.tsx b/src/IconBrowseRoundedFilled.tsx index 43e850882..305d8b76d 100644 --- a/src/IconBrowseRoundedFilled.tsx +++ b/src/IconBrowseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBrowseSharp.tsx b/src/IconBrowseSharp.tsx index e16442072..4cad2c6a7 100644 --- a/src/IconBrowseSharp.tsx +++ b/src/IconBrowseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrowseSharpFilled.tsx b/src/IconBrowseSharpFilled.tsx index ff19213cd..b2f5b792a 100644 --- a/src/IconBrowseSharpFilled.tsx +++ b/src/IconBrowseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBrowserUpdatedOutlined.tsx b/src/IconBrowserUpdatedOutlined.tsx index 16d66ea52..d0a84d975 100644 --- a/src/IconBrowserUpdatedOutlined.tsx +++ b/src/IconBrowserUpdatedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowserUpdatedOutlined: React.FC = ({ ...props diff --git a/src/IconBrowserUpdatedOutlinedFilled.tsx b/src/IconBrowserUpdatedOutlinedFilled.tsx index 55b99264d..c6ec19b43 100644 --- a/src/IconBrowserUpdatedOutlinedFilled.tsx +++ b/src/IconBrowserUpdatedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowserUpdatedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrowserUpdatedRounded.tsx b/src/IconBrowserUpdatedRounded.tsx index db654a437..77ee74e38 100644 --- a/src/IconBrowserUpdatedRounded.tsx +++ b/src/IconBrowserUpdatedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowserUpdatedRounded: React.FC = ({ ...props diff --git a/src/IconBrowserUpdatedRoundedFilled.tsx b/src/IconBrowserUpdatedRoundedFilled.tsx index bc46824c6..77f11162a 100644 --- a/src/IconBrowserUpdatedRoundedFilled.tsx +++ b/src/IconBrowserUpdatedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowserUpdatedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrowserUpdatedSharp.tsx b/src/IconBrowserUpdatedSharp.tsx index 732ceafc6..08ce0ebac 100644 --- a/src/IconBrowserUpdatedSharp.tsx +++ b/src/IconBrowserUpdatedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowserUpdatedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrowserUpdatedSharpFilled.tsx b/src/IconBrowserUpdatedSharpFilled.tsx index f644e3261..6cb9d4522 100644 --- a/src/IconBrowserUpdatedSharpFilled.tsx +++ b/src/IconBrowserUpdatedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrowserUpdatedSharpFilled: React.FC = ({ ...props diff --git a/src/IconBrunchDiningOutlined.tsx b/src/IconBrunchDiningOutlined.tsx index 23dd18425..d27871a1a 100644 --- a/src/IconBrunchDiningOutlined.tsx +++ b/src/IconBrunchDiningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrunchDiningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrunchDiningOutlinedFilled.tsx b/src/IconBrunchDiningOutlinedFilled.tsx index 46a2c8b64..0c4248358 100644 --- a/src/IconBrunchDiningOutlinedFilled.tsx +++ b/src/IconBrunchDiningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrunchDiningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBrunchDiningRounded.tsx b/src/IconBrunchDiningRounded.tsx index be5c72cc2..2d0eb97e9 100644 --- a/src/IconBrunchDiningRounded.tsx +++ b/src/IconBrunchDiningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrunchDiningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrunchDiningRoundedFilled.tsx b/src/IconBrunchDiningRoundedFilled.tsx index e4711d741..5c07d36e9 100644 --- a/src/IconBrunchDiningRoundedFilled.tsx +++ b/src/IconBrunchDiningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrunchDiningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBrunchDiningSharp.tsx b/src/IconBrunchDiningSharp.tsx index e5866cc07..35f07c89e 100644 --- a/src/IconBrunchDiningSharp.tsx +++ b/src/IconBrunchDiningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrunchDiningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrunchDiningSharpFilled.tsx b/src/IconBrunchDiningSharpFilled.tsx index 6a48028a5..39ab7843d 100644 --- a/src/IconBrunchDiningSharpFilled.tsx +++ b/src/IconBrunchDiningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrunchDiningSharpFilled: React.FC = ({ ...props diff --git a/src/IconBrushOutlined.tsx b/src/IconBrushOutlined.tsx index fa179a628..3cf87026a 100644 --- a/src/IconBrushOutlined.tsx +++ b/src/IconBrushOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrushOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBrushOutlinedFilled.tsx b/src/IconBrushOutlinedFilled.tsx index ce14f59d5..3df60e917 100644 --- a/src/IconBrushOutlinedFilled.tsx +++ b/src/IconBrushOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrushOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBrushRounded.tsx b/src/IconBrushRounded.tsx index 8dd2e7a62..e0dd49805 100644 --- a/src/IconBrushRounded.tsx +++ b/src/IconBrushRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrushRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBrushRoundedFilled.tsx b/src/IconBrushRoundedFilled.tsx index 9dfa73949..64257277f 100644 --- a/src/IconBrushRoundedFilled.tsx +++ b/src/IconBrushRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrushRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBrushSharp.tsx b/src/IconBrushSharp.tsx index c3007eaf9..1ceb6210e 100644 --- a/src/IconBrushSharp.tsx +++ b/src/IconBrushSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrushSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBrushSharpFilled.tsx b/src/IconBrushSharpFilled.tsx index fbe4e6ca5..106322487 100644 --- a/src/IconBrushSharpFilled.tsx +++ b/src/IconBrushSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBrushSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBubbleChartOutlined.tsx b/src/IconBubbleChartOutlined.tsx index da9b4aeb8..905b0f6df 100644 --- a/src/IconBubbleChartOutlined.tsx +++ b/src/IconBubbleChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleChartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBubbleChartOutlinedFilled.tsx b/src/IconBubbleChartOutlinedFilled.tsx index 1d8701226..1f54c86cb 100644 --- a/src/IconBubbleChartOutlinedFilled.tsx +++ b/src/IconBubbleChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBubbleChartRounded.tsx b/src/IconBubbleChartRounded.tsx index 87d6a89e6..e0764359b 100644 --- a/src/IconBubbleChartRounded.tsx +++ b/src/IconBubbleChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleChartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBubbleChartRoundedFilled.tsx b/src/IconBubbleChartRoundedFilled.tsx index a3f3a9a66..1c0191994 100644 --- a/src/IconBubbleChartRoundedFilled.tsx +++ b/src/IconBubbleChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBubbleChartSharp.tsx b/src/IconBubbleChartSharp.tsx index d2dfa0640..3dfec584e 100644 --- a/src/IconBubbleChartSharp.tsx +++ b/src/IconBubbleChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBubbleChartSharpFilled.tsx b/src/IconBubbleChartSharpFilled.tsx index 92707efa1..c920449d3 100644 --- a/src/IconBubbleChartSharpFilled.tsx +++ b/src/IconBubbleChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconBubbleOutlined.tsx b/src/IconBubbleOutlined.tsx index 309d9ac49..7c78c9b25 100644 --- a/src/IconBubbleOutlined.tsx +++ b/src/IconBubbleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBubbleOutlinedFilled.tsx b/src/IconBubbleOutlinedFilled.tsx index 044b0b78f..91f6d74ab 100644 --- a/src/IconBubbleOutlinedFilled.tsx +++ b/src/IconBubbleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBubbleRounded.tsx b/src/IconBubbleRounded.tsx index 43bc27d49..962e50e8a 100644 --- a/src/IconBubbleRounded.tsx +++ b/src/IconBubbleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBubbleRoundedFilled.tsx b/src/IconBubbleRoundedFilled.tsx index ac393841a..7a779bf55 100644 --- a/src/IconBubbleRoundedFilled.tsx +++ b/src/IconBubbleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBubbleSharp.tsx b/src/IconBubbleSharp.tsx index 5ea1b6c89..9a763cc10 100644 --- a/src/IconBubbleSharp.tsx +++ b/src/IconBubbleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBubbleSharpFilled.tsx b/src/IconBubbleSharpFilled.tsx index 09ea0aa1e..4cb974937 100644 --- a/src/IconBubbleSharpFilled.tsx +++ b/src/IconBubbleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubbleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBubblesOutlined.tsx b/src/IconBubblesOutlined.tsx index c27d99f37..277574246 100644 --- a/src/IconBubblesOutlined.tsx +++ b/src/IconBubblesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubblesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBubblesOutlinedFilled.tsx b/src/IconBubblesOutlinedFilled.tsx index 4ae136a7e..eaee09479 100644 --- a/src/IconBubblesOutlinedFilled.tsx +++ b/src/IconBubblesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubblesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBubblesRounded.tsx b/src/IconBubblesRounded.tsx index 1c496a69d..03afa6c42 100644 --- a/src/IconBubblesRounded.tsx +++ b/src/IconBubblesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubblesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBubblesRoundedFilled.tsx b/src/IconBubblesRoundedFilled.tsx index 151f95b46..a3365de31 100644 --- a/src/IconBubblesRoundedFilled.tsx +++ b/src/IconBubblesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubblesRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBubblesSharp.tsx b/src/IconBubblesSharp.tsx index da2a5bc37..38a24f5d1 100644 --- a/src/IconBubblesSharp.tsx +++ b/src/IconBubblesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubblesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBubblesSharpFilled.tsx b/src/IconBubblesSharpFilled.tsx index 41bb8e04c..23999eecb 100644 --- a/src/IconBubblesSharpFilled.tsx +++ b/src/IconBubblesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBubblesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBugReportOutlined.tsx b/src/IconBugReportOutlined.tsx index 0cf4e2c45..57921a40f 100644 --- a/src/IconBugReportOutlined.tsx +++ b/src/IconBugReportOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBugReportOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBugReportOutlinedFilled.tsx b/src/IconBugReportOutlinedFilled.tsx index a45a7ad65..382cdedd2 100644 --- a/src/IconBugReportOutlinedFilled.tsx +++ b/src/IconBugReportOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBugReportOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBugReportRounded.tsx b/src/IconBugReportRounded.tsx index 2512a9591..76e3b24fa 100644 --- a/src/IconBugReportRounded.tsx +++ b/src/IconBugReportRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBugReportRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBugReportRoundedFilled.tsx b/src/IconBugReportRoundedFilled.tsx index 79d7dadf7..d468aff90 100644 --- a/src/IconBugReportRoundedFilled.tsx +++ b/src/IconBugReportRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBugReportRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBugReportSharp.tsx b/src/IconBugReportSharp.tsx index b67dc6949..cbb878312 100644 --- a/src/IconBugReportSharp.tsx +++ b/src/IconBugReportSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBugReportSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBugReportSharpFilled.tsx b/src/IconBugReportSharpFilled.tsx index 8b99e016d..1a870b6ed 100644 --- a/src/IconBugReportSharpFilled.tsx +++ b/src/IconBugReportSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBugReportSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBuildCircleOutlined.tsx b/src/IconBuildCircleOutlined.tsx index 668055fdf..39893a44b 100644 --- a/src/IconBuildCircleOutlined.tsx +++ b/src/IconBuildCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBuildCircleOutlinedFilled.tsx b/src/IconBuildCircleOutlinedFilled.tsx index 827a035c7..a3cd86af3 100644 --- a/src/IconBuildCircleOutlinedFilled.tsx +++ b/src/IconBuildCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBuildCircleRounded.tsx b/src/IconBuildCircleRounded.tsx index e985cdf79..80b4cbc33 100644 --- a/src/IconBuildCircleRounded.tsx +++ b/src/IconBuildCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBuildCircleRoundedFilled.tsx b/src/IconBuildCircleRoundedFilled.tsx index 7f30d538d..b2c325a2c 100644 --- a/src/IconBuildCircleRoundedFilled.tsx +++ b/src/IconBuildCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBuildCircleSharp.tsx b/src/IconBuildCircleSharp.tsx index 0e66a12d1..242228249 100644 --- a/src/IconBuildCircleSharp.tsx +++ b/src/IconBuildCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBuildCircleSharpFilled.tsx b/src/IconBuildCircleSharpFilled.tsx index a68bd12f5..eda9385f6 100644 --- a/src/IconBuildCircleSharpFilled.tsx +++ b/src/IconBuildCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconBuildOutlined.tsx b/src/IconBuildOutlined.tsx index d9d7b7af5..ca23f9ad6 100644 --- a/src/IconBuildOutlined.tsx +++ b/src/IconBuildOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBuildOutlinedFilled.tsx b/src/IconBuildOutlinedFilled.tsx index bb7251a9b..00961697e 100644 --- a/src/IconBuildOutlinedFilled.tsx +++ b/src/IconBuildOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBuildRounded.tsx b/src/IconBuildRounded.tsx index 3410cbde4..312fd9905 100644 --- a/src/IconBuildRounded.tsx +++ b/src/IconBuildRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBuildRoundedFilled.tsx b/src/IconBuildRoundedFilled.tsx index b6871b23b..2a24db85f 100644 --- a/src/IconBuildRoundedFilled.tsx +++ b/src/IconBuildRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBuildSharp.tsx b/src/IconBuildSharp.tsx index 73fe5f944..b13e1b805 100644 --- a/src/IconBuildSharp.tsx +++ b/src/IconBuildSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBuildSharpFilled.tsx b/src/IconBuildSharpFilled.tsx index 332d2f263..739aa7ca4 100644 --- a/src/IconBuildSharpFilled.tsx +++ b/src/IconBuildSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBuildSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBungalowOutlined.tsx b/src/IconBungalowOutlined.tsx index a64981e80..bf4629570 100644 --- a/src/IconBungalowOutlined.tsx +++ b/src/IconBungalowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBungalowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBungalowOutlinedFilled.tsx b/src/IconBungalowOutlinedFilled.tsx index 618866fdd..5d2333ba7 100644 --- a/src/IconBungalowOutlinedFilled.tsx +++ b/src/IconBungalowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBungalowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBungalowRounded.tsx b/src/IconBungalowRounded.tsx index b399ddf73..fd64dffc7 100644 --- a/src/IconBungalowRounded.tsx +++ b/src/IconBungalowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBungalowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBungalowRoundedFilled.tsx b/src/IconBungalowRoundedFilled.tsx index 1424b2829..40de6fb84 100644 --- a/src/IconBungalowRoundedFilled.tsx +++ b/src/IconBungalowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBungalowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBungalowSharp.tsx b/src/IconBungalowSharp.tsx index 675678643..8217a1446 100644 --- a/src/IconBungalowSharp.tsx +++ b/src/IconBungalowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBungalowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBungalowSharpFilled.tsx b/src/IconBungalowSharpFilled.tsx index 589da86ac..c4cf57273 100644 --- a/src/IconBungalowSharpFilled.tsx +++ b/src/IconBungalowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBungalowSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBurstModeOutlined.tsx b/src/IconBurstModeOutlined.tsx index ff055ea14..b4d00d059 100644 --- a/src/IconBurstModeOutlined.tsx +++ b/src/IconBurstModeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBurstModeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBurstModeOutlinedFilled.tsx b/src/IconBurstModeOutlinedFilled.tsx index b57f96f76..4b6011120 100644 --- a/src/IconBurstModeOutlinedFilled.tsx +++ b/src/IconBurstModeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBurstModeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBurstModeRounded.tsx b/src/IconBurstModeRounded.tsx index bc7e996e8..b2c257d60 100644 --- a/src/IconBurstModeRounded.tsx +++ b/src/IconBurstModeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBurstModeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBurstModeRoundedFilled.tsx b/src/IconBurstModeRoundedFilled.tsx index 5bf3d3f84..1e9525014 100644 --- a/src/IconBurstModeRoundedFilled.tsx +++ b/src/IconBurstModeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBurstModeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBurstModeSharp.tsx b/src/IconBurstModeSharp.tsx index 6aec60bab..08772894b 100644 --- a/src/IconBurstModeSharp.tsx +++ b/src/IconBurstModeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBurstModeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBurstModeSharpFilled.tsx b/src/IconBurstModeSharpFilled.tsx index d8d5e2800..f0b058de3 100644 --- a/src/IconBurstModeSharpFilled.tsx +++ b/src/IconBurstModeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBurstModeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBusAlertOutlined.tsx b/src/IconBusAlertOutlined.tsx index 3dc2a42b0..e6473d772 100644 --- a/src/IconBusAlertOutlined.tsx +++ b/src/IconBusAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBusAlertOutlinedFilled.tsx b/src/IconBusAlertOutlinedFilled.tsx index 34e9f075f..4fa2b713c 100644 --- a/src/IconBusAlertOutlinedFilled.tsx +++ b/src/IconBusAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBusAlertRounded.tsx b/src/IconBusAlertRounded.tsx index 5f987e331..892d1f3cc 100644 --- a/src/IconBusAlertRounded.tsx +++ b/src/IconBusAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBusAlertRoundedFilled.tsx b/src/IconBusAlertRoundedFilled.tsx index 345275fed..a20b3e59a 100644 --- a/src/IconBusAlertRoundedFilled.tsx +++ b/src/IconBusAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBusAlertSharp.tsx b/src/IconBusAlertSharp.tsx index 18b0da476..20370f936 100644 --- a/src/IconBusAlertSharp.tsx +++ b/src/IconBusAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBusAlertSharpFilled.tsx b/src/IconBusAlertSharpFilled.tsx index 54d37a20c..71e3cb766 100644 --- a/src/IconBusAlertSharpFilled.tsx +++ b/src/IconBusAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusAlertSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconBusinessCenterOutlined.tsx b/src/IconBusinessCenterOutlined.tsx index cac723a9b..705a1845c 100644 --- a/src/IconBusinessCenterOutlined.tsx +++ b/src/IconBusinessCenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessCenterOutlined: React.FC = ({ ...props diff --git a/src/IconBusinessCenterOutlinedFilled.tsx b/src/IconBusinessCenterOutlinedFilled.tsx index 7ed4900bb..c19e4b90c 100644 --- a/src/IconBusinessCenterOutlinedFilled.tsx +++ b/src/IconBusinessCenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessCenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBusinessCenterRounded.tsx b/src/IconBusinessCenterRounded.tsx index 90864a9f9..d3ccbdc2d 100644 --- a/src/IconBusinessCenterRounded.tsx +++ b/src/IconBusinessCenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessCenterRounded: React.FC = ({ ...props diff --git a/src/IconBusinessCenterRoundedFilled.tsx b/src/IconBusinessCenterRoundedFilled.tsx index 9506f2633..762f0dce0 100644 --- a/src/IconBusinessCenterRoundedFilled.tsx +++ b/src/IconBusinessCenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessCenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBusinessCenterSharp.tsx b/src/IconBusinessCenterSharp.tsx index c5a7102d8..74762b0be 100644 --- a/src/IconBusinessCenterSharp.tsx +++ b/src/IconBusinessCenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessCenterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBusinessCenterSharpFilled.tsx b/src/IconBusinessCenterSharpFilled.tsx index e00817c67..14e4910c5 100644 --- a/src/IconBusinessCenterSharpFilled.tsx +++ b/src/IconBusinessCenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessCenterSharpFilled: React.FC = ({ ...props diff --git a/src/IconBusinessChipOutlined.tsx b/src/IconBusinessChipOutlined.tsx index 524dc41ba..70304c779 100644 --- a/src/IconBusinessChipOutlined.tsx +++ b/src/IconBusinessChipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessChipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconBusinessChipOutlinedFilled.tsx b/src/IconBusinessChipOutlinedFilled.tsx index ee842bad0..b046267b7 100644 --- a/src/IconBusinessChipOutlinedFilled.tsx +++ b/src/IconBusinessChipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessChipOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBusinessChipRounded.tsx b/src/IconBusinessChipRounded.tsx index 362b5b9ce..47ae7789e 100644 --- a/src/IconBusinessChipRounded.tsx +++ b/src/IconBusinessChipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessChipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconBusinessChipRoundedFilled.tsx b/src/IconBusinessChipRoundedFilled.tsx index 312cb8c07..19aafd936 100644 --- a/src/IconBusinessChipRoundedFilled.tsx +++ b/src/IconBusinessChipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessChipRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBusinessChipSharp.tsx b/src/IconBusinessChipSharp.tsx index f87ac2178..30f6a34b2 100644 --- a/src/IconBusinessChipSharp.tsx +++ b/src/IconBusinessChipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessChipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconBusinessChipSharpFilled.tsx b/src/IconBusinessChipSharpFilled.tsx index 119511bb8..5777fdf72 100644 --- a/src/IconBusinessChipSharpFilled.tsx +++ b/src/IconBusinessChipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessChipSharpFilled: React.FC = ({ ...props diff --git a/src/IconBusinessMessagesOutlined.tsx b/src/IconBusinessMessagesOutlined.tsx index ac14f0618..39e48cf1f 100644 --- a/src/IconBusinessMessagesOutlined.tsx +++ b/src/IconBusinessMessagesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessMessagesOutlined: React.FC = ({ ...props diff --git a/src/IconBusinessMessagesOutlinedFilled.tsx b/src/IconBusinessMessagesOutlinedFilled.tsx index 400b7a864..8daccbb6b 100644 --- a/src/IconBusinessMessagesOutlinedFilled.tsx +++ b/src/IconBusinessMessagesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessMessagesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconBusinessMessagesRounded.tsx b/src/IconBusinessMessagesRounded.tsx index 18af8ba0d..98593df48 100644 --- a/src/IconBusinessMessagesRounded.tsx +++ b/src/IconBusinessMessagesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessMessagesRounded: React.FC = ({ ...props diff --git a/src/IconBusinessMessagesRoundedFilled.tsx b/src/IconBusinessMessagesRoundedFilled.tsx index e8d80fcf8..55aac0f83 100644 --- a/src/IconBusinessMessagesRoundedFilled.tsx +++ b/src/IconBusinessMessagesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessMessagesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconBusinessMessagesSharp.tsx b/src/IconBusinessMessagesSharp.tsx index c58e4f14a..9e80fb065 100644 --- a/src/IconBusinessMessagesSharp.tsx +++ b/src/IconBusinessMessagesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessMessagesSharp: React.FC = ({ ...props diff --git a/src/IconBusinessMessagesSharpFilled.tsx b/src/IconBusinessMessagesSharpFilled.tsx index 906425cf3..49b05deec 100644 --- a/src/IconBusinessMessagesSharpFilled.tsx +++ b/src/IconBusinessMessagesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconBusinessMessagesSharpFilled: React.FC = ({ ...props diff --git a/src/IconButtonsAltOutlined.tsx b/src/IconButtonsAltOutlined.tsx index 3d26b673d..2744e2ea8 100644 --- a/src/IconButtonsAltOutlined.tsx +++ b/src/IconButtonsAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconButtonsAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconButtonsAltOutlinedFilled.tsx b/src/IconButtonsAltOutlinedFilled.tsx index b49606508..5f70ec57a 100644 --- a/src/IconButtonsAltOutlinedFilled.tsx +++ b/src/IconButtonsAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconButtonsAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconButtonsAltRounded.tsx b/src/IconButtonsAltRounded.tsx index 7abf5edfe..d8008bf60 100644 --- a/src/IconButtonsAltRounded.tsx +++ b/src/IconButtonsAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconButtonsAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconButtonsAltRoundedFilled.tsx b/src/IconButtonsAltRoundedFilled.tsx index a3794c2b8..fc727fd6b 100644 --- a/src/IconButtonsAltRoundedFilled.tsx +++ b/src/IconButtonsAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconButtonsAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconButtonsAltSharp.tsx b/src/IconButtonsAltSharp.tsx index 30e0d8041..6edf6588c 100644 --- a/src/IconButtonsAltSharp.tsx +++ b/src/IconButtonsAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconButtonsAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconButtonsAltSharpFilled.tsx b/src/IconButtonsAltSharpFilled.tsx index 84ecf6676..5cc0fac3e 100644 --- a/src/IconButtonsAltSharpFilled.tsx +++ b/src/IconButtonsAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconButtonsAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconCabinOutlined.tsx b/src/IconCabinOutlined.tsx index ed2a42b33..41aef0fca 100644 --- a/src/IconCabinOutlined.tsx +++ b/src/IconCabinOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCabinOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCabinOutlinedFilled.tsx b/src/IconCabinOutlinedFilled.tsx index 177c3ee23..c8ace0515 100644 --- a/src/IconCabinOutlinedFilled.tsx +++ b/src/IconCabinOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCabinOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCabinRounded.tsx b/src/IconCabinRounded.tsx index 499e3182b..8b1c67321 100644 --- a/src/IconCabinRounded.tsx +++ b/src/IconCabinRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCabinRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCabinRoundedFilled.tsx b/src/IconCabinRoundedFilled.tsx index 46ac18842..cf5f583ae 100644 --- a/src/IconCabinRoundedFilled.tsx +++ b/src/IconCabinRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCabinRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCabinSharp.tsx b/src/IconCabinSharp.tsx index e13af46aa..3b440d058 100644 --- a/src/IconCabinSharp.tsx +++ b/src/IconCabinSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCabinSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCabinSharpFilled.tsx b/src/IconCabinSharpFilled.tsx index a34dac04e..691a4b16f 100644 --- a/src/IconCabinSharpFilled.tsx +++ b/src/IconCabinSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCabinSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCableCarOutlined.tsx b/src/IconCableCarOutlined.tsx index e2a5e707a..8c7f8c160 100644 --- a/src/IconCableCarOutlined.tsx +++ b/src/IconCableCarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableCarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCableCarOutlinedFilled.tsx b/src/IconCableCarOutlinedFilled.tsx index dfd37b4af..a2320d79c 100644 --- a/src/IconCableCarOutlinedFilled.tsx +++ b/src/IconCableCarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableCarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCableCarRounded.tsx b/src/IconCableCarRounded.tsx index 70230a1e7..1eefd83ee 100644 --- a/src/IconCableCarRounded.tsx +++ b/src/IconCableCarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableCarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCableCarRoundedFilled.tsx b/src/IconCableCarRoundedFilled.tsx index 59a769bef..e4e20a989 100644 --- a/src/IconCableCarRoundedFilled.tsx +++ b/src/IconCableCarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableCarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCableCarSharp.tsx b/src/IconCableCarSharp.tsx index 366eca068..4846df079 100644 --- a/src/IconCableCarSharp.tsx +++ b/src/IconCableCarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableCarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCableCarSharpFilled.tsx b/src/IconCableCarSharpFilled.tsx index 6e5317fb5..6910d568c 100644 --- a/src/IconCableCarSharpFilled.tsx +++ b/src/IconCableCarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableCarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCableOutlined.tsx b/src/IconCableOutlined.tsx index 295139302..10655ef4d 100644 --- a/src/IconCableOutlined.tsx +++ b/src/IconCableOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCableOutlinedFilled.tsx b/src/IconCableOutlinedFilled.tsx index 2f7a8556a..0af6957bc 100644 --- a/src/IconCableOutlinedFilled.tsx +++ b/src/IconCableOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCableRounded.tsx b/src/IconCableRounded.tsx index 48371bc24..2b3044378 100644 --- a/src/IconCableRounded.tsx +++ b/src/IconCableRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCableRoundedFilled.tsx b/src/IconCableRoundedFilled.tsx index cf8012b99..593ce369c 100644 --- a/src/IconCableRoundedFilled.tsx +++ b/src/IconCableRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCableSharp.tsx b/src/IconCableSharp.tsx index 255053737..77e87aaa5 100644 --- a/src/IconCableSharp.tsx +++ b/src/IconCableSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCableSharpFilled.tsx b/src/IconCableSharpFilled.tsx index 626d95f05..92aea4164 100644 --- a/src/IconCableSharpFilled.tsx +++ b/src/IconCableSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCableSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCachedOutlined.tsx b/src/IconCachedOutlined.tsx index 17615418b..cfe44a1b4 100644 --- a/src/IconCachedOutlined.tsx +++ b/src/IconCachedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCachedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCachedOutlinedFilled.tsx b/src/IconCachedOutlinedFilled.tsx index bdbb23a43..8980d0c00 100644 --- a/src/IconCachedOutlinedFilled.tsx +++ b/src/IconCachedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCachedOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCachedRounded.tsx b/src/IconCachedRounded.tsx index 6182d2ae4..00c0e00bf 100644 --- a/src/IconCachedRounded.tsx +++ b/src/IconCachedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCachedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCachedRoundedFilled.tsx b/src/IconCachedRoundedFilled.tsx index bf282b330..2fbe970e0 100644 --- a/src/IconCachedRoundedFilled.tsx +++ b/src/IconCachedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCachedRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCachedSharp.tsx b/src/IconCachedSharp.tsx index d0272784a..f8d36d725 100644 --- a/src/IconCachedSharp.tsx +++ b/src/IconCachedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCachedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCachedSharpFilled.tsx b/src/IconCachedSharpFilled.tsx index b3163f251..23829470b 100644 --- a/src/IconCachedSharpFilled.tsx +++ b/src/IconCachedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCachedSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCadenceOutlined.tsx b/src/IconCadenceOutlined.tsx index 08e28e047..a112ddf5b 100644 --- a/src/IconCadenceOutlined.tsx +++ b/src/IconCadenceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCadenceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCadenceOutlinedFilled.tsx b/src/IconCadenceOutlinedFilled.tsx index 9e510fbb7..2a9dff6ca 100644 --- a/src/IconCadenceOutlinedFilled.tsx +++ b/src/IconCadenceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCadenceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCadenceRounded.tsx b/src/IconCadenceRounded.tsx index dc1f5623f..c5a54e1d0 100644 --- a/src/IconCadenceRounded.tsx +++ b/src/IconCadenceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCadenceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCadenceRoundedFilled.tsx b/src/IconCadenceRoundedFilled.tsx index 985d294ac..ff44584d1 100644 --- a/src/IconCadenceRoundedFilled.tsx +++ b/src/IconCadenceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCadenceRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCadenceSharp.tsx b/src/IconCadenceSharp.tsx index 7712d4735..734d5c7f8 100644 --- a/src/IconCadenceSharp.tsx +++ b/src/IconCadenceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCadenceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCadenceSharpFilled.tsx b/src/IconCadenceSharpFilled.tsx index 3520f2703..7ffd5991b 100644 --- a/src/IconCadenceSharpFilled.tsx +++ b/src/IconCadenceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCadenceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCakeAddOutlined.tsx b/src/IconCakeAddOutlined.tsx index d3411063b..51ebb1d44 100644 --- a/src/IconCakeAddOutlined.tsx +++ b/src/IconCakeAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCakeAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCakeAddOutlinedFilled.tsx b/src/IconCakeAddOutlinedFilled.tsx index f3c4e2277..718dc9387 100644 --- a/src/IconCakeAddOutlinedFilled.tsx +++ b/src/IconCakeAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCakeAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCakeAddRounded.tsx b/src/IconCakeAddRounded.tsx index f315685db..62c544b19 100644 --- a/src/IconCakeAddRounded.tsx +++ b/src/IconCakeAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCakeAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCakeAddRoundedFilled.tsx b/src/IconCakeAddRoundedFilled.tsx index 236e09afc..6a4a9965b 100644 --- a/src/IconCakeAddRoundedFilled.tsx +++ b/src/IconCakeAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCakeAddRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCakeAddSharp.tsx b/src/IconCakeAddSharp.tsx index 9dcef6a2f..a1eb3dafb 100644 --- a/src/IconCakeAddSharp.tsx +++ b/src/IconCakeAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCakeAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCakeAddSharpFilled.tsx b/src/IconCakeAddSharpFilled.tsx index 097f25413..68d533e78 100644 --- a/src/IconCakeAddSharpFilled.tsx +++ b/src/IconCakeAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCakeAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCakeOutlined.tsx b/src/IconCakeOutlined.tsx new file mode 100644 index 000000000..9568d6545 --- /dev/null +++ b/src/IconCakeOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types.js' + +export const IconCakeOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconCakeOutlinedFilled.tsx b/src/IconCakeOutlinedFilled.tsx index 976b1d686..bc0e8e94f 100644 --- a/src/IconCakeOutlinedFilled.tsx +++ b/src/IconCakeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCakeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCakeRounded.tsx b/src/IconCakeRounded.tsx index 768d155c0..76e06c232 100644 --- a/src/IconCakeRounded.tsx +++ b/src/IconCakeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCakeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCakeRoundedFilled.tsx b/src/IconCakeRoundedFilled.tsx index 787fce146..18f4efecd 100644 --- a/src/IconCakeRoundedFilled.tsx +++ b/src/IconCakeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCakeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCakeSharp.tsx b/src/IconCakeSharp.tsx index 65f95137d..a58626b6a 100644 --- a/src/IconCakeSharp.tsx +++ b/src/IconCakeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCakeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCakeSharpFilled.tsx b/src/IconCakeSharpFilled.tsx index df6bbb9e3..d4106148e 100644 --- a/src/IconCakeSharpFilled.tsx +++ b/src/IconCakeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCakeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCalculateOutlined.tsx b/src/IconCalculateOutlined.tsx index 0e2a05d51..cd4da1b61 100644 --- a/src/IconCalculateOutlined.tsx +++ b/src/IconCalculateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalculateOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCalculateOutlinedFilled.tsx b/src/IconCalculateOutlinedFilled.tsx index 8881b2dfb..ed8c223e1 100644 --- a/src/IconCalculateOutlinedFilled.tsx +++ b/src/IconCalculateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalculateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCalculateRounded.tsx b/src/IconCalculateRounded.tsx index c6f220f87..3cde67dc2 100644 --- a/src/IconCalculateRounded.tsx +++ b/src/IconCalculateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalculateRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCalculateRoundedFilled.tsx b/src/IconCalculateRoundedFilled.tsx index 655440206..6de5ee310 100644 --- a/src/IconCalculateRoundedFilled.tsx +++ b/src/IconCalculateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalculateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCalculateSharp.tsx b/src/IconCalculateSharp.tsx index 42fc47ffe..5f423ce69 100644 --- a/src/IconCalculateSharp.tsx +++ b/src/IconCalculateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalculateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCalculateSharpFilled.tsx b/src/IconCalculateSharpFilled.tsx index be55a6723..912c4b3f7 100644 --- a/src/IconCalculateSharpFilled.tsx +++ b/src/IconCalculateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalculateSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCalendarAddOnOutlined.tsx b/src/IconCalendarAddOnOutlined.tsx index 148fe740f..3438bdb95 100644 --- a/src/IconCalendarAddOnOutlined.tsx +++ b/src/IconCalendarAddOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAddOnOutlined: React.FC = ({ ...props diff --git a/src/IconCalendarAddOnOutlinedFilled.tsx b/src/IconCalendarAddOnOutlinedFilled.tsx index 201b8cff5..ed2852914 100644 --- a/src/IconCalendarAddOnOutlinedFilled.tsx +++ b/src/IconCalendarAddOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAddOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarAddOnRounded.tsx b/src/IconCalendarAddOnRounded.tsx index 9fbf05039..2f752e131 100644 --- a/src/IconCalendarAddOnRounded.tsx +++ b/src/IconCalendarAddOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAddOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCalendarAddOnRoundedFilled.tsx b/src/IconCalendarAddOnRoundedFilled.tsx index e3e5b4bee..5c82017a3 100644 --- a/src/IconCalendarAddOnRoundedFilled.tsx +++ b/src/IconCalendarAddOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAddOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarAddOnSharp.tsx b/src/IconCalendarAddOnSharp.tsx index 401345da4..e753b2811 100644 --- a/src/IconCalendarAddOnSharp.tsx +++ b/src/IconCalendarAddOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAddOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCalendarAddOnSharpFilled.tsx b/src/IconCalendarAddOnSharpFilled.tsx index dc20fd48d..168b0eb8d 100644 --- a/src/IconCalendarAddOnSharpFilled.tsx +++ b/src/IconCalendarAddOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAddOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconCalendarAppsScriptOutlined.tsx b/src/IconCalendarAppsScriptOutlined.tsx index 589deaf9c..bba904e54 100644 --- a/src/IconCalendarAppsScriptOutlined.tsx +++ b/src/IconCalendarAppsScriptOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAppsScriptOutlined: React.FC = ({ ...props diff --git a/src/IconCalendarAppsScriptOutlinedFilled.tsx b/src/IconCalendarAppsScriptOutlinedFilled.tsx index 5c1ebc31a..4612b4131 100644 --- a/src/IconCalendarAppsScriptOutlinedFilled.tsx +++ b/src/IconCalendarAppsScriptOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAppsScriptOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarAppsScriptRounded.tsx b/src/IconCalendarAppsScriptRounded.tsx index 4c7c78cef..5d515c826 100644 --- a/src/IconCalendarAppsScriptRounded.tsx +++ b/src/IconCalendarAppsScriptRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAppsScriptRounded: React.FC = ({ ...props diff --git a/src/IconCalendarAppsScriptRoundedFilled.tsx b/src/IconCalendarAppsScriptRoundedFilled.tsx index 0e781b8e5..d5bd0e0b0 100644 --- a/src/IconCalendarAppsScriptRoundedFilled.tsx +++ b/src/IconCalendarAppsScriptRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAppsScriptRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarAppsScriptSharp.tsx b/src/IconCalendarAppsScriptSharp.tsx index 14bebe282..9f523d9d7 100644 --- a/src/IconCalendarAppsScriptSharp.tsx +++ b/src/IconCalendarAppsScriptSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAppsScriptSharp: React.FC = ({ ...props diff --git a/src/IconCalendarAppsScriptSharpFilled.tsx b/src/IconCalendarAppsScriptSharpFilled.tsx index df5ecce92..caf5e704e 100644 --- a/src/IconCalendarAppsScriptSharpFilled.tsx +++ b/src/IconCalendarAppsScriptSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarAppsScriptSharpFilled: React.FC = ({ ...props diff --git a/src/IconCalendarClockOutlined.tsx b/src/IconCalendarClockOutlined.tsx index 6f4738bf5..2d849641e 100644 --- a/src/IconCalendarClockOutlined.tsx +++ b/src/IconCalendarClockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarClockOutlined: React.FC = ({ ...props diff --git a/src/IconCalendarClockOutlinedFilled.tsx b/src/IconCalendarClockOutlinedFilled.tsx index d7353e289..79cc03fa1 100644 --- a/src/IconCalendarClockOutlinedFilled.tsx +++ b/src/IconCalendarClockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarClockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarClockRounded.tsx b/src/IconCalendarClockRounded.tsx index 2e575e3c3..c667d084e 100644 --- a/src/IconCalendarClockRounded.tsx +++ b/src/IconCalendarClockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarClockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCalendarClockRoundedFilled.tsx b/src/IconCalendarClockRoundedFilled.tsx index 55f510b2a..6533cfd67 100644 --- a/src/IconCalendarClockRoundedFilled.tsx +++ b/src/IconCalendarClockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarClockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarClockSharp.tsx b/src/IconCalendarClockSharp.tsx index f4189939c..42711624c 100644 --- a/src/IconCalendarClockSharp.tsx +++ b/src/IconCalendarClockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarClockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCalendarClockSharpFilled.tsx b/src/IconCalendarClockSharpFilled.tsx index f3e83b8fe..cf7a08eb9 100644 --- a/src/IconCalendarClockSharpFilled.tsx +++ b/src/IconCalendarClockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarClockSharpFilled: React.FC = ({ ...props diff --git a/src/IconCalendarMonthOutlined.tsx b/src/IconCalendarMonthOutlined.tsx index 96f15bc04..c22ae125c 100644 --- a/src/IconCalendarMonthOutlined.tsx +++ b/src/IconCalendarMonthOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarMonthOutlined: React.FC = ({ ...props diff --git a/src/IconCalendarMonthOutlinedFilled.tsx b/src/IconCalendarMonthOutlinedFilled.tsx index d8015197a..0cdd91be8 100644 --- a/src/IconCalendarMonthOutlinedFilled.tsx +++ b/src/IconCalendarMonthOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarMonthOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarMonthRounded.tsx b/src/IconCalendarMonthRounded.tsx index 693330b21..4448cf071 100644 --- a/src/IconCalendarMonthRounded.tsx +++ b/src/IconCalendarMonthRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarMonthRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCalendarMonthRoundedFilled.tsx b/src/IconCalendarMonthRoundedFilled.tsx index 0cf22e4e9..667563097 100644 --- a/src/IconCalendarMonthRoundedFilled.tsx +++ b/src/IconCalendarMonthRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarMonthRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarMonthSharp.tsx b/src/IconCalendarMonthSharp.tsx index 66f848cec..310048b97 100644 --- a/src/IconCalendarMonthSharp.tsx +++ b/src/IconCalendarMonthSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarMonthSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCalendarMonthSharpFilled.tsx b/src/IconCalendarMonthSharpFilled.tsx index d8a5c7772..4d0e730e3 100644 --- a/src/IconCalendarMonthSharpFilled.tsx +++ b/src/IconCalendarMonthSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarMonthSharpFilled: React.FC = ({ ...props diff --git a/src/IconCalendarTodayOutlined.tsx b/src/IconCalendarTodayOutlined.tsx index 64d8b74a2..383a6713c 100644 --- a/src/IconCalendarTodayOutlined.tsx +++ b/src/IconCalendarTodayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarTodayOutlined: React.FC = ({ ...props diff --git a/src/IconCalendarTodayOutlinedFilled.tsx b/src/IconCalendarTodayOutlinedFilled.tsx index 0d7b2801b..4875c0236 100644 --- a/src/IconCalendarTodayOutlinedFilled.tsx +++ b/src/IconCalendarTodayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarTodayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarTodayRounded.tsx b/src/IconCalendarTodayRounded.tsx index bed630890..43d5b5ea6 100644 --- a/src/IconCalendarTodayRounded.tsx +++ b/src/IconCalendarTodayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarTodayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCalendarTodayRoundedFilled.tsx b/src/IconCalendarTodayRoundedFilled.tsx index 03b01787e..7fa85c97a 100644 --- a/src/IconCalendarTodayRoundedFilled.tsx +++ b/src/IconCalendarTodayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarTodayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarTodaySharp.tsx b/src/IconCalendarTodaySharp.tsx index 310ecf083..6d19854d7 100644 --- a/src/IconCalendarTodaySharp.tsx +++ b/src/IconCalendarTodaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarTodaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCalendarTodaySharpFilled.tsx b/src/IconCalendarTodaySharpFilled.tsx index 10a42a8fc..4619a3265 100644 --- a/src/IconCalendarTodaySharpFilled.tsx +++ b/src/IconCalendarTodaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarTodaySharpFilled: React.FC = ({ ...props diff --git a/src/IconCalendarViewDayOutlined.tsx b/src/IconCalendarViewDayOutlined.tsx index e82b0cfa1..3e1cc2aac 100644 --- a/src/IconCalendarViewDayOutlined.tsx +++ b/src/IconCalendarViewDayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewDayOutlined: React.FC = ({ ...props diff --git a/src/IconCalendarViewDayOutlinedFilled.tsx b/src/IconCalendarViewDayOutlinedFilled.tsx index 54a7981e5..db8129b49 100644 --- a/src/IconCalendarViewDayOutlinedFilled.tsx +++ b/src/IconCalendarViewDayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewDayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarViewDayRounded.tsx b/src/IconCalendarViewDayRounded.tsx index 505b731aa..5b3c6ef31 100644 --- a/src/IconCalendarViewDayRounded.tsx +++ b/src/IconCalendarViewDayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewDayRounded: React.FC = ({ ...props diff --git a/src/IconCalendarViewDayRoundedFilled.tsx b/src/IconCalendarViewDayRoundedFilled.tsx index c27eff61d..91e6990cf 100644 --- a/src/IconCalendarViewDayRoundedFilled.tsx +++ b/src/IconCalendarViewDayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewDayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarViewDaySharp.tsx b/src/IconCalendarViewDaySharp.tsx index 87d85e69e..e06928c2e 100644 --- a/src/IconCalendarViewDaySharp.tsx +++ b/src/IconCalendarViewDaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewDaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCalendarViewDaySharpFilled.tsx b/src/IconCalendarViewDaySharpFilled.tsx index 34b439bc1..1979c341e 100644 --- a/src/IconCalendarViewDaySharpFilled.tsx +++ b/src/IconCalendarViewDaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewDaySharpFilled: React.FC = ({ ...props diff --git a/src/IconCalendarViewMonthOutlined.tsx b/src/IconCalendarViewMonthOutlined.tsx index 43b60c0b0..bac2f5b9e 100644 --- a/src/IconCalendarViewMonthOutlined.tsx +++ b/src/IconCalendarViewMonthOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewMonthOutlined: React.FC = ({ ...props diff --git a/src/IconCalendarViewMonthOutlinedFilled.tsx b/src/IconCalendarViewMonthOutlinedFilled.tsx index 6a808577a..8f07f9bdc 100644 --- a/src/IconCalendarViewMonthOutlinedFilled.tsx +++ b/src/IconCalendarViewMonthOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewMonthOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarViewMonthRounded.tsx b/src/IconCalendarViewMonthRounded.tsx index 8576b28ff..22aa3dba0 100644 --- a/src/IconCalendarViewMonthRounded.tsx +++ b/src/IconCalendarViewMonthRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewMonthRounded: React.FC = ({ ...props diff --git a/src/IconCalendarViewMonthRoundedFilled.tsx b/src/IconCalendarViewMonthRoundedFilled.tsx index 92c6cadb0..903253a47 100644 --- a/src/IconCalendarViewMonthRoundedFilled.tsx +++ b/src/IconCalendarViewMonthRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewMonthRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarViewMonthSharp.tsx b/src/IconCalendarViewMonthSharp.tsx index eb96cedbe..bcc56802a 100644 --- a/src/IconCalendarViewMonthSharp.tsx +++ b/src/IconCalendarViewMonthSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewMonthSharp: React.FC = ({ ...props diff --git a/src/IconCalendarViewMonthSharpFilled.tsx b/src/IconCalendarViewMonthSharpFilled.tsx index 9f7248289..cd1aee6b8 100644 --- a/src/IconCalendarViewMonthSharpFilled.tsx +++ b/src/IconCalendarViewMonthSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewMonthSharpFilled: React.FC = ({ ...props diff --git a/src/IconCalendarViewWeekOutlined.tsx b/src/IconCalendarViewWeekOutlined.tsx index 13960328c..73e416ddf 100644 --- a/src/IconCalendarViewWeekOutlined.tsx +++ b/src/IconCalendarViewWeekOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewWeekOutlined: React.FC = ({ ...props diff --git a/src/IconCalendarViewWeekOutlinedFilled.tsx b/src/IconCalendarViewWeekOutlinedFilled.tsx index fc3be2b87..3a30ea6e4 100644 --- a/src/IconCalendarViewWeekOutlinedFilled.tsx +++ b/src/IconCalendarViewWeekOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewWeekOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarViewWeekRounded.tsx b/src/IconCalendarViewWeekRounded.tsx index 9c8006e18..199b3f51d 100644 --- a/src/IconCalendarViewWeekRounded.tsx +++ b/src/IconCalendarViewWeekRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewWeekRounded: React.FC = ({ ...props diff --git a/src/IconCalendarViewWeekRoundedFilled.tsx b/src/IconCalendarViewWeekRoundedFilled.tsx index b0b7cf4b4..d01f83d6b 100644 --- a/src/IconCalendarViewWeekRoundedFilled.tsx +++ b/src/IconCalendarViewWeekRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewWeekRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCalendarViewWeekSharp.tsx b/src/IconCalendarViewWeekSharp.tsx index 4a3e1e2ab..84ced12a0 100644 --- a/src/IconCalendarViewWeekSharp.tsx +++ b/src/IconCalendarViewWeekSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewWeekSharp: React.FC = ({ ...props diff --git a/src/IconCalendarViewWeekSharpFilled.tsx b/src/IconCalendarViewWeekSharpFilled.tsx index 423d2bfbb..ec8f9fec5 100644 --- a/src/IconCalendarViewWeekSharpFilled.tsx +++ b/src/IconCalendarViewWeekSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCalendarViewWeekSharpFilled: React.FC = ({ ...props diff --git a/src/IconCallEndOutlined.tsx b/src/IconCallEndOutlined.tsx index ab62e3708..a99f8fa5f 100644 --- a/src/IconCallEndOutlined.tsx +++ b/src/IconCallEndOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallEndOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCallEndOutlinedFilled.tsx b/src/IconCallEndOutlinedFilled.tsx index 14adc8106..edd4b54fc 100644 --- a/src/IconCallEndOutlinedFilled.tsx +++ b/src/IconCallEndOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallEndOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCallEndRounded.tsx b/src/IconCallEndRounded.tsx index ea43ba028..066b59e4f 100644 --- a/src/IconCallEndRounded.tsx +++ b/src/IconCallEndRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallEndRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCallEndRoundedFilled.tsx b/src/IconCallEndRoundedFilled.tsx index a6d9883f0..a8ec6c5d5 100644 --- a/src/IconCallEndRoundedFilled.tsx +++ b/src/IconCallEndRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallEndRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCallEndSharp.tsx b/src/IconCallEndSharp.tsx index 877b6ffa6..6b13db35a 100644 --- a/src/IconCallEndSharp.tsx +++ b/src/IconCallEndSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallEndSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCallEndSharpFilled.tsx b/src/IconCallEndSharpFilled.tsx index 96bbbc5cc..f28bb8f60 100644 --- a/src/IconCallEndSharpFilled.tsx +++ b/src/IconCallEndSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallEndSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCallLogOutlined.tsx b/src/IconCallLogOutlined.tsx index 698190cf0..78b920dfc 100644 --- a/src/IconCallLogOutlined.tsx +++ b/src/IconCallLogOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallLogOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCallLogOutlinedFilled.tsx b/src/IconCallLogOutlinedFilled.tsx index 6453e76c0..711c536d5 100644 --- a/src/IconCallLogOutlinedFilled.tsx +++ b/src/IconCallLogOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallLogOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCallLogRounded.tsx b/src/IconCallLogRounded.tsx index 0c09b7c8d..f930d7873 100644 --- a/src/IconCallLogRounded.tsx +++ b/src/IconCallLogRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallLogRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCallLogRoundedFilled.tsx b/src/IconCallLogRoundedFilled.tsx index 73f8b894f..8b32e84b6 100644 --- a/src/IconCallLogRoundedFilled.tsx +++ b/src/IconCallLogRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallLogRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCallLogSharp.tsx b/src/IconCallLogSharp.tsx index 7d84c17a4..40e14848a 100644 --- a/src/IconCallLogSharp.tsx +++ b/src/IconCallLogSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallLogSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCallLogSharpFilled.tsx b/src/IconCallLogSharpFilled.tsx index 48f962277..067702c22 100644 --- a/src/IconCallLogSharpFilled.tsx +++ b/src/IconCallLogSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallLogSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMadeOutlined.tsx b/src/IconCallMadeOutlined.tsx index 2686cd550..6becce696 100644 --- a/src/IconCallMadeOutlined.tsx +++ b/src/IconCallMadeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMadeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMadeOutlinedFilled.tsx b/src/IconCallMadeOutlinedFilled.tsx index bf556fc08..e81ab510c 100644 --- a/src/IconCallMadeOutlinedFilled.tsx +++ b/src/IconCallMadeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMadeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCallMadeRounded.tsx b/src/IconCallMadeRounded.tsx index 66a99e3d1..8978747de 100644 --- a/src/IconCallMadeRounded.tsx +++ b/src/IconCallMadeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMadeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMadeRoundedFilled.tsx b/src/IconCallMadeRoundedFilled.tsx index dec38d28b..7f32311ac 100644 --- a/src/IconCallMadeRoundedFilled.tsx +++ b/src/IconCallMadeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMadeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCallMadeSharp.tsx b/src/IconCallMadeSharp.tsx index 93e334a27..f5f1b3836 100644 --- a/src/IconCallMadeSharp.tsx +++ b/src/IconCallMadeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMadeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMadeSharpFilled.tsx b/src/IconCallMadeSharpFilled.tsx index 27381bc4e..0f7df33e2 100644 --- a/src/IconCallMadeSharpFilled.tsx +++ b/src/IconCallMadeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMadeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMergeOutlined.tsx b/src/IconCallMergeOutlined.tsx index dca130ad4..8672ea25b 100644 --- a/src/IconCallMergeOutlined.tsx +++ b/src/IconCallMergeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMergeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMergeOutlinedFilled.tsx b/src/IconCallMergeOutlinedFilled.tsx index af6461ada..cad0a1536 100644 --- a/src/IconCallMergeOutlinedFilled.tsx +++ b/src/IconCallMergeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMergeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCallMergeRounded.tsx b/src/IconCallMergeRounded.tsx index 5fab85ebf..8171a04af 100644 --- a/src/IconCallMergeRounded.tsx +++ b/src/IconCallMergeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMergeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMergeRoundedFilled.tsx b/src/IconCallMergeRoundedFilled.tsx index 82ff0e797..9925e6714 100644 --- a/src/IconCallMergeRoundedFilled.tsx +++ b/src/IconCallMergeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMergeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCallMergeSharp.tsx b/src/IconCallMergeSharp.tsx index d76f78e20..901d1eae0 100644 --- a/src/IconCallMergeSharp.tsx +++ b/src/IconCallMergeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMergeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMergeSharpFilled.tsx b/src/IconCallMergeSharpFilled.tsx index a1a7b56ac..34a08c4d7 100644 --- a/src/IconCallMergeSharpFilled.tsx +++ b/src/IconCallMergeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMergeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMissedOutgoingOutlined.tsx b/src/IconCallMissedOutgoingOutlined.tsx index 160a16d7e..f9e0ec7e6 100644 --- a/src/IconCallMissedOutgoingOutlined.tsx +++ b/src/IconCallMissedOutgoingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedOutgoingOutlined: React.FC = ({ ...props diff --git a/src/IconCallMissedOutgoingOutlinedFilled.tsx b/src/IconCallMissedOutgoingOutlinedFilled.tsx index 1e6db46aa..ae35cc311 100644 --- a/src/IconCallMissedOutgoingOutlinedFilled.tsx +++ b/src/IconCallMissedOutgoingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedOutgoingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCallMissedOutgoingRounded.tsx b/src/IconCallMissedOutgoingRounded.tsx index 7405673c9..a3d3db0cf 100644 --- a/src/IconCallMissedOutgoingRounded.tsx +++ b/src/IconCallMissedOutgoingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedOutgoingRounded: React.FC = ({ ...props diff --git a/src/IconCallMissedOutgoingRoundedFilled.tsx b/src/IconCallMissedOutgoingRoundedFilled.tsx index f248b0257..00ec0ee3a 100644 --- a/src/IconCallMissedOutgoingRoundedFilled.tsx +++ b/src/IconCallMissedOutgoingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedOutgoingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCallMissedOutgoingSharp.tsx b/src/IconCallMissedOutgoingSharp.tsx index a56507ba5..7c41b303f 100644 --- a/src/IconCallMissedOutgoingSharp.tsx +++ b/src/IconCallMissedOutgoingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedOutgoingSharp: React.FC = ({ ...props diff --git a/src/IconCallMissedOutgoingSharpFilled.tsx b/src/IconCallMissedOutgoingSharpFilled.tsx index c77197936..9e29ea9e8 100644 --- a/src/IconCallMissedOutgoingSharpFilled.tsx +++ b/src/IconCallMissedOutgoingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedOutgoingSharpFilled: React.FC = ({ ...props diff --git a/src/IconCallMissedOutlined.tsx b/src/IconCallMissedOutlined.tsx index 1071e32d2..079708a40 100644 --- a/src/IconCallMissedOutlined.tsx +++ b/src/IconCallMissedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMissedOutlinedFilled.tsx b/src/IconCallMissedOutlinedFilled.tsx index a7f2e9387..6e0cec136 100644 --- a/src/IconCallMissedOutlinedFilled.tsx +++ b/src/IconCallMissedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCallMissedRounded.tsx b/src/IconCallMissedRounded.tsx index a07d22514..33ba0a569 100644 --- a/src/IconCallMissedRounded.tsx +++ b/src/IconCallMissedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMissedRoundedFilled.tsx b/src/IconCallMissedRoundedFilled.tsx index 970bf0e61..a7ddb9b20 100644 --- a/src/IconCallMissedRoundedFilled.tsx +++ b/src/IconCallMissedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCallMissedSharp.tsx b/src/IconCallMissedSharp.tsx index 8d8d5d34e..d1fd33fc3 100644 --- a/src/IconCallMissedSharp.tsx +++ b/src/IconCallMissedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCallMissedSharpFilled.tsx b/src/IconCallMissedSharpFilled.tsx index f414ef024..9b920081c 100644 --- a/src/IconCallMissedSharpFilled.tsx +++ b/src/IconCallMissedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallMissedSharpFilled: React.FC = ({ ...props diff --git a/src/IconCallOutlined.tsx b/src/IconCallOutlined.tsx index 8b0ddb04f..89dd059d9 100644 --- a/src/IconCallOutlined.tsx +++ b/src/IconCallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCallOutlinedFilled.tsx b/src/IconCallOutlinedFilled.tsx index 519fb4814..b1c4cdb7d 100644 --- a/src/IconCallOutlinedFilled.tsx +++ b/src/IconCallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCallQualityOutlined.tsx b/src/IconCallQualityOutlined.tsx index 6e0de0c31..0ed152a9f 100644 --- a/src/IconCallQualityOutlined.tsx +++ b/src/IconCallQualityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallQualityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCallQualityOutlinedFilled.tsx b/src/IconCallQualityOutlinedFilled.tsx index 241e85032..8ba97ce35 100644 --- a/src/IconCallQualityOutlinedFilled.tsx +++ b/src/IconCallQualityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallQualityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCallQualityRounded.tsx b/src/IconCallQualityRounded.tsx index afe860f57..d828f445d 100644 --- a/src/IconCallQualityRounded.tsx +++ b/src/IconCallQualityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallQualityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCallQualityRoundedFilled.tsx b/src/IconCallQualityRoundedFilled.tsx index 8dabe2c66..38b52a7c3 100644 --- a/src/IconCallQualityRoundedFilled.tsx +++ b/src/IconCallQualityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallQualityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCallQualitySharp.tsx b/src/IconCallQualitySharp.tsx index 7c3671d68..e6afd9bc9 100644 --- a/src/IconCallQualitySharp.tsx +++ b/src/IconCallQualitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallQualitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCallQualitySharpFilled.tsx b/src/IconCallQualitySharpFilled.tsx index de908f403..684a50eb3 100644 --- a/src/IconCallQualitySharpFilled.tsx +++ b/src/IconCallQualitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallQualitySharpFilled: React.FC = ({ ...props diff --git a/src/IconCallReceivedOutlined.tsx b/src/IconCallReceivedOutlined.tsx index 60830c2e1..ed145034b 100644 --- a/src/IconCallReceivedOutlined.tsx +++ b/src/IconCallReceivedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallReceivedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCallReceivedOutlinedFilled.tsx b/src/IconCallReceivedOutlinedFilled.tsx index bbb768f71..a3335b41d 100644 --- a/src/IconCallReceivedOutlinedFilled.tsx +++ b/src/IconCallReceivedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallReceivedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCallReceivedRounded.tsx b/src/IconCallReceivedRounded.tsx index 9657f8e56..4e1dc62aa 100644 --- a/src/IconCallReceivedRounded.tsx +++ b/src/IconCallReceivedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallReceivedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCallReceivedRoundedFilled.tsx b/src/IconCallReceivedRoundedFilled.tsx index dd5f6de0b..d6b4a7424 100644 --- a/src/IconCallReceivedRoundedFilled.tsx +++ b/src/IconCallReceivedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallReceivedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCallReceivedSharp.tsx b/src/IconCallReceivedSharp.tsx index 8e85ead96..18c450470 100644 --- a/src/IconCallReceivedSharp.tsx +++ b/src/IconCallReceivedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallReceivedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCallReceivedSharpFilled.tsx b/src/IconCallReceivedSharpFilled.tsx index e1f9df194..6a6a04ed7 100644 --- a/src/IconCallReceivedSharpFilled.tsx +++ b/src/IconCallReceivedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallReceivedSharpFilled: React.FC = ({ ...props diff --git a/src/IconCallRounded.tsx b/src/IconCallRounded.tsx index e668487c0..624a969cd 100644 --- a/src/IconCallRounded.tsx +++ b/src/IconCallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCallRoundedFilled.tsx b/src/IconCallRoundedFilled.tsx index cc0b8f210..91544f7a2 100644 --- a/src/IconCallRoundedFilled.tsx +++ b/src/IconCallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCallSharp.tsx b/src/IconCallSharp.tsx index cd5b6f47a..615cf50d6 100644 --- a/src/IconCallSharp.tsx +++ b/src/IconCallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCallSharpFilled.tsx b/src/IconCallSharpFilled.tsx index 08987d569..b0411de70 100644 --- a/src/IconCallSharpFilled.tsx +++ b/src/IconCallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCallSplitOutlined.tsx b/src/IconCallSplitOutlined.tsx index 8a0b707b1..334681ac0 100644 --- a/src/IconCallSplitOutlined.tsx +++ b/src/IconCallSplitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallSplitOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCallSplitOutlinedFilled.tsx b/src/IconCallSplitOutlinedFilled.tsx index d2a96622e..98fee9065 100644 --- a/src/IconCallSplitOutlinedFilled.tsx +++ b/src/IconCallSplitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallSplitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCallSplitRounded.tsx b/src/IconCallSplitRounded.tsx index d32e07e1b..88b83aaea 100644 --- a/src/IconCallSplitRounded.tsx +++ b/src/IconCallSplitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallSplitRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCallSplitRoundedFilled.tsx b/src/IconCallSplitRoundedFilled.tsx index b4ea0ed08..c6f2b9d70 100644 --- a/src/IconCallSplitRoundedFilled.tsx +++ b/src/IconCallSplitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallSplitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCallSplitSharp.tsx b/src/IconCallSplitSharp.tsx index ac9ac27ff..a74d50bcd 100644 --- a/src/IconCallSplitSharp.tsx +++ b/src/IconCallSplitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallSplitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCallSplitSharpFilled.tsx b/src/IconCallSplitSharpFilled.tsx index 13cebeb2e..fa6f237c2 100644 --- a/src/IconCallSplitSharpFilled.tsx +++ b/src/IconCallSplitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallSplitSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCallToActionOutlined.tsx b/src/IconCallToActionOutlined.tsx index a44a22c61..601d05576 100644 --- a/src/IconCallToActionOutlined.tsx +++ b/src/IconCallToActionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallToActionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCallToActionOutlinedFilled.tsx b/src/IconCallToActionOutlinedFilled.tsx index 6af181ae5..c4e36a10f 100644 --- a/src/IconCallToActionOutlinedFilled.tsx +++ b/src/IconCallToActionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallToActionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCallToActionRounded.tsx b/src/IconCallToActionRounded.tsx index 10e573140..bf1f30382 100644 --- a/src/IconCallToActionRounded.tsx +++ b/src/IconCallToActionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallToActionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCallToActionRoundedFilled.tsx b/src/IconCallToActionRoundedFilled.tsx index b22ee0982..2d8c5c5f7 100644 --- a/src/IconCallToActionRoundedFilled.tsx +++ b/src/IconCallToActionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallToActionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCallToActionSharp.tsx b/src/IconCallToActionSharp.tsx index 6d1f287a0..a8f2517a4 100644 --- a/src/IconCallToActionSharp.tsx +++ b/src/IconCallToActionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallToActionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCallToActionSharpFilled.tsx b/src/IconCallToActionSharpFilled.tsx index 35ae76bb1..c97f61470 100644 --- a/src/IconCallToActionSharpFilled.tsx +++ b/src/IconCallToActionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCallToActionSharpFilled: React.FC = ({ ...props diff --git a/src/IconCameraFrontOutlined.tsx b/src/IconCameraFrontOutlined.tsx index 5263aac3a..f8115d06b 100644 --- a/src/IconCameraFrontOutlined.tsx +++ b/src/IconCameraFrontOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraFrontOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraFrontOutlinedFilled.tsx b/src/IconCameraFrontOutlinedFilled.tsx index ec97890ee..d9c19deaf 100644 --- a/src/IconCameraFrontOutlinedFilled.tsx +++ b/src/IconCameraFrontOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraFrontOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCameraFrontRounded.tsx b/src/IconCameraFrontRounded.tsx index 5eed156e1..dad370084 100644 --- a/src/IconCameraFrontRounded.tsx +++ b/src/IconCameraFrontRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraFrontRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraFrontRoundedFilled.tsx b/src/IconCameraFrontRoundedFilled.tsx index f3351cb12..c68d75249 100644 --- a/src/IconCameraFrontRoundedFilled.tsx +++ b/src/IconCameraFrontRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraFrontRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCameraFrontSharp.tsx b/src/IconCameraFrontSharp.tsx index 88ed7a5f6..d4e88dadc 100644 --- a/src/IconCameraFrontSharp.tsx +++ b/src/IconCameraFrontSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraFrontSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraFrontSharpFilled.tsx b/src/IconCameraFrontSharpFilled.tsx index 764d3e978..8a579ff0c 100644 --- a/src/IconCameraFrontSharpFilled.tsx +++ b/src/IconCameraFrontSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraFrontSharpFilled: React.FC = ({ ...props diff --git a/src/IconCameraIndoorOutlined.tsx b/src/IconCameraIndoorOutlined.tsx index efbce72dd..966dc6bd9 100644 --- a/src/IconCameraIndoorOutlined.tsx +++ b/src/IconCameraIndoorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraIndoorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraIndoorOutlinedFilled.tsx b/src/IconCameraIndoorOutlinedFilled.tsx index 010f54d23..d72f59247 100644 --- a/src/IconCameraIndoorOutlinedFilled.tsx +++ b/src/IconCameraIndoorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraIndoorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCameraIndoorRounded.tsx b/src/IconCameraIndoorRounded.tsx index 25f9aaee9..0c3a5b373 100644 --- a/src/IconCameraIndoorRounded.tsx +++ b/src/IconCameraIndoorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraIndoorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraIndoorRoundedFilled.tsx b/src/IconCameraIndoorRoundedFilled.tsx index 245a01744..5347d0b4e 100644 --- a/src/IconCameraIndoorRoundedFilled.tsx +++ b/src/IconCameraIndoorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraIndoorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCameraIndoorSharp.tsx b/src/IconCameraIndoorSharp.tsx index 8cc6d59a7..a72573a64 100644 --- a/src/IconCameraIndoorSharp.tsx +++ b/src/IconCameraIndoorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraIndoorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraIndoorSharpFilled.tsx b/src/IconCameraIndoorSharpFilled.tsx index b5aa15cc5..2fb19a6c4 100644 --- a/src/IconCameraIndoorSharpFilled.tsx +++ b/src/IconCameraIndoorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraIndoorSharpFilled: React.FC = ({ ...props diff --git a/src/IconCameraOutdoorOutlined.tsx b/src/IconCameraOutdoorOutlined.tsx index 644618add..837ad47cc 100644 --- a/src/IconCameraOutdoorOutlined.tsx +++ b/src/IconCameraOutdoorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraOutdoorOutlined: React.FC = ({ ...props diff --git a/src/IconCameraOutdoorOutlinedFilled.tsx b/src/IconCameraOutdoorOutlinedFilled.tsx index 90a44cd38..7395a078f 100644 --- a/src/IconCameraOutdoorOutlinedFilled.tsx +++ b/src/IconCameraOutdoorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraOutdoorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCameraOutdoorRounded.tsx b/src/IconCameraOutdoorRounded.tsx index 9ccb29de9..fdb6cbed7 100644 --- a/src/IconCameraOutdoorRounded.tsx +++ b/src/IconCameraOutdoorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraOutdoorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraOutdoorRoundedFilled.tsx b/src/IconCameraOutdoorRoundedFilled.tsx index 3be1a9c2f..85d0b6804 100644 --- a/src/IconCameraOutdoorRoundedFilled.tsx +++ b/src/IconCameraOutdoorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraOutdoorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCameraOutdoorSharp.tsx b/src/IconCameraOutdoorSharp.tsx index 66ec0764e..d6cbd5937 100644 --- a/src/IconCameraOutdoorSharp.tsx +++ b/src/IconCameraOutdoorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraOutdoorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraOutdoorSharpFilled.tsx b/src/IconCameraOutdoorSharpFilled.tsx index 48c978fa9..5cbffb3f0 100644 --- a/src/IconCameraOutdoorSharpFilled.tsx +++ b/src/IconCameraOutdoorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraOutdoorSharpFilled: React.FC = ({ ...props diff --git a/src/IconCameraOutlined.tsx b/src/IconCameraOutlined.tsx index e4bc7d082..6babb03aa 100644 --- a/src/IconCameraOutlined.tsx +++ b/src/IconCameraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraOutlinedFilled.tsx b/src/IconCameraOutlinedFilled.tsx index 0ebec238f..ba6fd97bf 100644 --- a/src/IconCameraOutlinedFilled.tsx +++ b/src/IconCameraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraRearOutlined.tsx b/src/IconCameraRearOutlined.tsx index 1dccdd1bd..7644e37de 100644 --- a/src/IconCameraRearOutlined.tsx +++ b/src/IconCameraRearOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRearOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraRearOutlinedFilled.tsx b/src/IconCameraRearOutlinedFilled.tsx index f39549fb8..ed10e08d0 100644 --- a/src/IconCameraRearOutlinedFilled.tsx +++ b/src/IconCameraRearOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRearOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCameraRearRounded.tsx b/src/IconCameraRearRounded.tsx index 1433c3060..d46983647 100644 --- a/src/IconCameraRearRounded.tsx +++ b/src/IconCameraRearRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRearRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraRearRoundedFilled.tsx b/src/IconCameraRearRoundedFilled.tsx index 1adfbefc6..43d3956c7 100644 --- a/src/IconCameraRearRoundedFilled.tsx +++ b/src/IconCameraRearRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRearRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCameraRearSharp.tsx b/src/IconCameraRearSharp.tsx index 4b48a8b13..098ab5e85 100644 --- a/src/IconCameraRearSharp.tsx +++ b/src/IconCameraRearSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRearSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraRearSharpFilled.tsx b/src/IconCameraRearSharpFilled.tsx index 0cfa0172a..722608f0c 100644 --- a/src/IconCameraRearSharpFilled.tsx +++ b/src/IconCameraRearSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRearSharpFilled: React.FC = ({ ...props diff --git a/src/IconCameraRollOutlined.tsx b/src/IconCameraRollOutlined.tsx index 99a413c9b..84308a770 100644 --- a/src/IconCameraRollOutlined.tsx +++ b/src/IconCameraRollOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRollOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraRollOutlinedFilled.tsx b/src/IconCameraRollOutlinedFilled.tsx index a6c88b4d4..79ff7230b 100644 --- a/src/IconCameraRollOutlinedFilled.tsx +++ b/src/IconCameraRollOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRollOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCameraRollRounded.tsx b/src/IconCameraRollRounded.tsx index d655d0938..f7a2cc54f 100644 --- a/src/IconCameraRollRounded.tsx +++ b/src/IconCameraRollRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRollRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraRollRoundedFilled.tsx b/src/IconCameraRollRoundedFilled.tsx index ad93e11a7..0551fd0d3 100644 --- a/src/IconCameraRollRoundedFilled.tsx +++ b/src/IconCameraRollRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRollRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCameraRollSharp.tsx b/src/IconCameraRollSharp.tsx index 71442aa5a..449c488e1 100644 --- a/src/IconCameraRollSharp.tsx +++ b/src/IconCameraRollSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRollSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraRollSharpFilled.tsx b/src/IconCameraRollSharpFilled.tsx index e1cb3cbd8..155879d2e 100644 --- a/src/IconCameraRollSharpFilled.tsx +++ b/src/IconCameraRollSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRollSharpFilled: React.FC = ({ ...props diff --git a/src/IconCameraRounded.tsx b/src/IconCameraRounded.tsx index 2f11336d3..98fd41025 100644 --- a/src/IconCameraRounded.tsx +++ b/src/IconCameraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraRoundedFilled.tsx b/src/IconCameraRoundedFilled.tsx index ad7abcf82..02e90ab20 100644 --- a/src/IconCameraRoundedFilled.tsx +++ b/src/IconCameraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraSharp.tsx b/src/IconCameraSharp.tsx index fbc23e51a..ec224f283 100644 --- a/src/IconCameraSharp.tsx +++ b/src/IconCameraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraSharpFilled.tsx b/src/IconCameraSharpFilled.tsx index 1cd32fbac..a6e4958df 100644 --- a/src/IconCameraSharpFilled.tsx +++ b/src/IconCameraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraVideoOutlined.tsx b/src/IconCameraVideoOutlined.tsx index f0d996294..b211e2db6 100644 --- a/src/IconCameraVideoOutlined.tsx +++ b/src/IconCameraVideoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraVideoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraVideoOutlinedFilled.tsx b/src/IconCameraVideoOutlinedFilled.tsx index 20c7983a0..b32b932bc 100644 --- a/src/IconCameraVideoOutlinedFilled.tsx +++ b/src/IconCameraVideoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraVideoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCameraVideoRounded.tsx b/src/IconCameraVideoRounded.tsx index 73d90cf08..58d3faada 100644 --- a/src/IconCameraVideoRounded.tsx +++ b/src/IconCameraVideoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraVideoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraVideoRoundedFilled.tsx b/src/IconCameraVideoRoundedFilled.tsx index 1bda10392..d893717da 100644 --- a/src/IconCameraVideoRoundedFilled.tsx +++ b/src/IconCameraVideoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraVideoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCameraVideoSharp.tsx b/src/IconCameraVideoSharp.tsx index 43d9084ad..0ebde5b5a 100644 --- a/src/IconCameraVideoSharp.tsx +++ b/src/IconCameraVideoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraVideoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraVideoSharpFilled.tsx b/src/IconCameraVideoSharpFilled.tsx index 653899030..7bc4caa8e 100644 --- a/src/IconCameraVideoSharpFilled.tsx +++ b/src/IconCameraVideoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraVideoSharpFilled: React.FC = ({ ...props diff --git a/src/IconCameraswitchOutlined.tsx b/src/IconCameraswitchOutlined.tsx index 07c69e94f..f20a11fe8 100644 --- a/src/IconCameraswitchOutlined.tsx +++ b/src/IconCameraswitchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraswitchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraswitchOutlinedFilled.tsx b/src/IconCameraswitchOutlinedFilled.tsx index 7cae75b44..a691afba4 100644 --- a/src/IconCameraswitchOutlinedFilled.tsx +++ b/src/IconCameraswitchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraswitchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCameraswitchRounded.tsx b/src/IconCameraswitchRounded.tsx index 87c6044d1..1829889b5 100644 --- a/src/IconCameraswitchRounded.tsx +++ b/src/IconCameraswitchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraswitchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraswitchRoundedFilled.tsx b/src/IconCameraswitchRoundedFilled.tsx index ce5d6dea0..41249bcd8 100644 --- a/src/IconCameraswitchRoundedFilled.tsx +++ b/src/IconCameraswitchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraswitchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCameraswitchSharp.tsx b/src/IconCameraswitchSharp.tsx index 2b75105e3..e7fdc0e82 100644 --- a/src/IconCameraswitchSharp.tsx +++ b/src/IconCameraswitchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraswitchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCameraswitchSharpFilled.tsx b/src/IconCameraswitchSharpFilled.tsx index a41020f65..8feb63572 100644 --- a/src/IconCameraswitchSharpFilled.tsx +++ b/src/IconCameraswitchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCameraswitchSharpFilled: React.FC = ({ ...props diff --git a/src/IconCampaignOutlined.tsx b/src/IconCampaignOutlined.tsx index 0e402c03b..45c0e160c 100644 --- a/src/IconCampaignOutlined.tsx +++ b/src/IconCampaignOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampaignOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCampaignOutlinedFilled.tsx b/src/IconCampaignOutlinedFilled.tsx index b80843ef8..7cb1677ab 100644 --- a/src/IconCampaignOutlinedFilled.tsx +++ b/src/IconCampaignOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampaignOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCampaignRounded.tsx b/src/IconCampaignRounded.tsx index 7d57b92d4..cebfb7c25 100644 --- a/src/IconCampaignRounded.tsx +++ b/src/IconCampaignRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampaignRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCampaignRoundedFilled.tsx b/src/IconCampaignRoundedFilled.tsx index 92cb5e0d5..a2a90b7b1 100644 --- a/src/IconCampaignRoundedFilled.tsx +++ b/src/IconCampaignRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampaignRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCampaignSharp.tsx b/src/IconCampaignSharp.tsx index a8293494a..743b1acad 100644 --- a/src/IconCampaignSharp.tsx +++ b/src/IconCampaignSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampaignSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCampaignSharpFilled.tsx b/src/IconCampaignSharpFilled.tsx index e9e072644..de0d77fd1 100644 --- a/src/IconCampaignSharpFilled.tsx +++ b/src/IconCampaignSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampaignSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCampingOutlined.tsx b/src/IconCampingOutlined.tsx index de99ef96a..6baf09e33 100644 --- a/src/IconCampingOutlined.tsx +++ b/src/IconCampingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCampingOutlinedFilled.tsx b/src/IconCampingOutlinedFilled.tsx index 7993a534b..f970fa6d3 100644 --- a/src/IconCampingOutlinedFilled.tsx +++ b/src/IconCampingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCampingRounded.tsx b/src/IconCampingRounded.tsx index 6bcfae952..e10a4aa6f 100644 --- a/src/IconCampingRounded.tsx +++ b/src/IconCampingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCampingRoundedFilled.tsx b/src/IconCampingRoundedFilled.tsx index 9a29059a8..54b835a26 100644 --- a/src/IconCampingRoundedFilled.tsx +++ b/src/IconCampingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCampingSharp.tsx b/src/IconCampingSharp.tsx index c4d5c2243..9ac49596d 100644 --- a/src/IconCampingSharp.tsx +++ b/src/IconCampingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCampingSharpFilled.tsx b/src/IconCampingSharpFilled.tsx index f01abb4cd..68a19d1ed 100644 --- a/src/IconCampingSharpFilled.tsx +++ b/src/IconCampingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCampingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCancelOutlined.tsx b/src/IconCancelOutlined.tsx index 24bbb3321..169a8f8b1 100644 --- a/src/IconCancelOutlined.tsx +++ b/src/IconCancelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCancelOutlinedFilled.tsx b/src/IconCancelOutlinedFilled.tsx index db487d3a1..df5c650df 100644 --- a/src/IconCancelOutlinedFilled.tsx +++ b/src/IconCancelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCancelPresentationOutlined.tsx b/src/IconCancelPresentationOutlined.tsx index ce5ad11a5..627ace6fe 100644 --- a/src/IconCancelPresentationOutlined.tsx +++ b/src/IconCancelPresentationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelPresentationOutlined: React.FC = ({ ...props diff --git a/src/IconCancelPresentationOutlinedFilled.tsx b/src/IconCancelPresentationOutlinedFilled.tsx index 70f9ca5ca..c587f2f85 100644 --- a/src/IconCancelPresentationOutlinedFilled.tsx +++ b/src/IconCancelPresentationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelPresentationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCancelPresentationRounded.tsx b/src/IconCancelPresentationRounded.tsx index 21d572120..40c173e76 100644 --- a/src/IconCancelPresentationRounded.tsx +++ b/src/IconCancelPresentationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelPresentationRounded: React.FC = ({ ...props diff --git a/src/IconCancelPresentationRoundedFilled.tsx b/src/IconCancelPresentationRoundedFilled.tsx index 57e37c691..645c01ef8 100644 --- a/src/IconCancelPresentationRoundedFilled.tsx +++ b/src/IconCancelPresentationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelPresentationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCancelPresentationSharp.tsx b/src/IconCancelPresentationSharp.tsx index 5daf355e0..f443ae93c 100644 --- a/src/IconCancelPresentationSharp.tsx +++ b/src/IconCancelPresentationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelPresentationSharp: React.FC = ({ ...props diff --git a/src/IconCancelPresentationSharpFilled.tsx b/src/IconCancelPresentationSharpFilled.tsx index eb852c754..69050abef 100644 --- a/src/IconCancelPresentationSharpFilled.tsx +++ b/src/IconCancelPresentationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelPresentationSharpFilled: React.FC = ({ ...props diff --git a/src/IconCancelRounded.tsx b/src/IconCancelRounded.tsx index 8e6ea03cd..36b443d9c 100644 --- a/src/IconCancelRounded.tsx +++ b/src/IconCancelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCancelRoundedFilled.tsx b/src/IconCancelRoundedFilled.tsx index e09388cdd..24a24bb53 100644 --- a/src/IconCancelRoundedFilled.tsx +++ b/src/IconCancelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCancelScheduleSendOutlined.tsx b/src/IconCancelScheduleSendOutlined.tsx index 4ad539109..849a80c6d 100644 --- a/src/IconCancelScheduleSendOutlined.tsx +++ b/src/IconCancelScheduleSendOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelScheduleSendOutlined: React.FC = ({ ...props diff --git a/src/IconCancelScheduleSendOutlinedFilled.tsx b/src/IconCancelScheduleSendOutlinedFilled.tsx index 53bef40e8..8cdb034be 100644 --- a/src/IconCancelScheduleSendOutlinedFilled.tsx +++ b/src/IconCancelScheduleSendOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelScheduleSendOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCancelScheduleSendRounded.tsx b/src/IconCancelScheduleSendRounded.tsx index fd0d5f4c5..e19613af1 100644 --- a/src/IconCancelScheduleSendRounded.tsx +++ b/src/IconCancelScheduleSendRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelScheduleSendRounded: React.FC = ({ ...props diff --git a/src/IconCancelScheduleSendRoundedFilled.tsx b/src/IconCancelScheduleSendRoundedFilled.tsx index a24e41c63..c4c14a3fc 100644 --- a/src/IconCancelScheduleSendRoundedFilled.tsx +++ b/src/IconCancelScheduleSendRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelScheduleSendRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCancelScheduleSendSharp.tsx b/src/IconCancelScheduleSendSharp.tsx index 99619f83b..8c34b1619 100644 --- a/src/IconCancelScheduleSendSharp.tsx +++ b/src/IconCancelScheduleSendSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelScheduleSendSharp: React.FC = ({ ...props diff --git a/src/IconCancelScheduleSendSharpFilled.tsx b/src/IconCancelScheduleSendSharpFilled.tsx index fb2536098..da530ce18 100644 --- a/src/IconCancelScheduleSendSharpFilled.tsx +++ b/src/IconCancelScheduleSendSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelScheduleSendSharpFilled: React.FC = ({ ...props diff --git a/src/IconCancelSharp.tsx b/src/IconCancelSharp.tsx index f2ad1800c..2399c028f 100644 --- a/src/IconCancelSharp.tsx +++ b/src/IconCancelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCancelSharpFilled.tsx b/src/IconCancelSharpFilled.tsx index fc99df568..781cb1e65 100644 --- a/src/IconCancelSharpFilled.tsx +++ b/src/IconCancelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCancelSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCandleOutlined.tsx b/src/IconCandleOutlined.tsx index 072513438..1201cf969 100644 --- a/src/IconCandleOutlined.tsx +++ b/src/IconCandleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCandleOutlinedFilled.tsx b/src/IconCandleOutlinedFilled.tsx index 1b283da10..336f91e9d 100644 --- a/src/IconCandleOutlinedFilled.tsx +++ b/src/IconCandleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCandleRounded.tsx b/src/IconCandleRounded.tsx index b0f097e2a..c151bef22 100644 --- a/src/IconCandleRounded.tsx +++ b/src/IconCandleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCandleRoundedFilled.tsx b/src/IconCandleRoundedFilled.tsx index 8bb4be9d0..c4687e7ec 100644 --- a/src/IconCandleRoundedFilled.tsx +++ b/src/IconCandleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCandleSharp.tsx b/src/IconCandleSharp.tsx index b8a877e9e..250e0ff0e 100644 --- a/src/IconCandleSharp.tsx +++ b/src/IconCandleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCandleSharpFilled.tsx b/src/IconCandleSharpFilled.tsx index 049bd08a3..2ce4ab1bd 100644 --- a/src/IconCandleSharpFilled.tsx +++ b/src/IconCandleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCandlestickChartOutlined.tsx b/src/IconCandlestickChartOutlined.tsx index b13bbd988..92dfb4122 100644 --- a/src/IconCandlestickChartOutlined.tsx +++ b/src/IconCandlestickChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandlestickChartOutlined: React.FC = ({ ...props diff --git a/src/IconCandlestickChartOutlinedFilled.tsx b/src/IconCandlestickChartOutlinedFilled.tsx index 8ec5453b0..0b32def94 100644 --- a/src/IconCandlestickChartOutlinedFilled.tsx +++ b/src/IconCandlestickChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandlestickChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCandlestickChartRounded.tsx b/src/IconCandlestickChartRounded.tsx index 1279b887b..d187c6104 100644 --- a/src/IconCandlestickChartRounded.tsx +++ b/src/IconCandlestickChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandlestickChartRounded: React.FC = ({ ...props diff --git a/src/IconCandlestickChartRoundedFilled.tsx b/src/IconCandlestickChartRoundedFilled.tsx index b78db5b7b..801c7786a 100644 --- a/src/IconCandlestickChartRoundedFilled.tsx +++ b/src/IconCandlestickChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandlestickChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCandlestickChartSharp.tsx b/src/IconCandlestickChartSharp.tsx index 732c59428..0acd2fcdc 100644 --- a/src/IconCandlestickChartSharp.tsx +++ b/src/IconCandlestickChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandlestickChartSharp: React.FC = ({ ...props diff --git a/src/IconCandlestickChartSharpFilled.tsx b/src/IconCandlestickChartSharpFilled.tsx index 80bb3429f..0dba7536a 100644 --- a/src/IconCandlestickChartSharpFilled.tsx +++ b/src/IconCandlestickChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCandlestickChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconCaptivePortalOutlined.tsx b/src/IconCaptivePortalOutlined.tsx index e06ad702f..4213c27c4 100644 --- a/src/IconCaptivePortalOutlined.tsx +++ b/src/IconCaptivePortalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptivePortalOutlined: React.FC = ({ ...props diff --git a/src/IconCaptivePortalOutlinedFilled.tsx b/src/IconCaptivePortalOutlinedFilled.tsx index cb8a52234..d6159cc5d 100644 --- a/src/IconCaptivePortalOutlinedFilled.tsx +++ b/src/IconCaptivePortalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptivePortalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCaptivePortalRounded.tsx b/src/IconCaptivePortalRounded.tsx index d15341190..597f46021 100644 --- a/src/IconCaptivePortalRounded.tsx +++ b/src/IconCaptivePortalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptivePortalRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCaptivePortalRoundedFilled.tsx b/src/IconCaptivePortalRoundedFilled.tsx index c40ab9a34..486148a5b 100644 --- a/src/IconCaptivePortalRoundedFilled.tsx +++ b/src/IconCaptivePortalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptivePortalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCaptivePortalSharp.tsx b/src/IconCaptivePortalSharp.tsx index 261a40085..7082c1c6f 100644 --- a/src/IconCaptivePortalSharp.tsx +++ b/src/IconCaptivePortalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptivePortalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCaptivePortalSharpFilled.tsx b/src/IconCaptivePortalSharpFilled.tsx index 083a4a454..e894e62f3 100644 --- a/src/IconCaptivePortalSharpFilled.tsx +++ b/src/IconCaptivePortalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptivePortalSharpFilled: React.FC = ({ ...props diff --git a/src/IconCaptureOutlined.tsx b/src/IconCaptureOutlined.tsx index ca58c80d4..d8302f335 100644 --- a/src/IconCaptureOutlined.tsx +++ b/src/IconCaptureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptureOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCaptureOutlinedFilled.tsx b/src/IconCaptureOutlinedFilled.tsx index 39ae83e0c..b0f6544e7 100644 --- a/src/IconCaptureOutlinedFilled.tsx +++ b/src/IconCaptureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCaptureRounded.tsx b/src/IconCaptureRounded.tsx index 0b5983250..b1854aa2a 100644 --- a/src/IconCaptureRounded.tsx +++ b/src/IconCaptureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCaptureRoundedFilled.tsx b/src/IconCaptureRoundedFilled.tsx index feef9530a..b3603f909 100644 --- a/src/IconCaptureRoundedFilled.tsx +++ b/src/IconCaptureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptureRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCaptureSharp.tsx b/src/IconCaptureSharp.tsx index b23022b32..e02bd3a55 100644 --- a/src/IconCaptureSharp.tsx +++ b/src/IconCaptureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCaptureSharpFilled.tsx b/src/IconCaptureSharpFilled.tsx index 593d0012f..5860c6ed1 100644 --- a/src/IconCaptureSharpFilled.tsx +++ b/src/IconCaptureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCaptureSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCarCrashOutlined.tsx b/src/IconCarCrashOutlined.tsx index 17d9f9941..3344c18d7 100644 --- a/src/IconCarCrashOutlined.tsx +++ b/src/IconCarCrashOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarCrashOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCarCrashOutlinedFilled.tsx b/src/IconCarCrashOutlinedFilled.tsx index 268495aa9..ecc82153f 100644 --- a/src/IconCarCrashOutlinedFilled.tsx +++ b/src/IconCarCrashOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarCrashOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCarCrashRounded.tsx b/src/IconCarCrashRounded.tsx index 9ac9b7b10..825af9cca 100644 --- a/src/IconCarCrashRounded.tsx +++ b/src/IconCarCrashRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarCrashRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCarCrashRoundedFilled.tsx b/src/IconCarCrashRoundedFilled.tsx index 12c082aec..9cf51a5be 100644 --- a/src/IconCarCrashRoundedFilled.tsx +++ b/src/IconCarCrashRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarCrashRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCarCrashSharp.tsx b/src/IconCarCrashSharp.tsx index 2e19ef250..5915fc901 100644 --- a/src/IconCarCrashSharp.tsx +++ b/src/IconCarCrashSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarCrashSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCarCrashSharpFilled.tsx b/src/IconCarCrashSharpFilled.tsx index 1bb30c5d5..042896f29 100644 --- a/src/IconCarCrashSharpFilled.tsx +++ b/src/IconCarCrashSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarCrashSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCarRentalOutlined.tsx b/src/IconCarRentalOutlined.tsx index e8f702692..255cc15c7 100644 --- a/src/IconCarRentalOutlined.tsx +++ b/src/IconCarRentalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRentalOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCarRentalOutlinedFilled.tsx b/src/IconCarRentalOutlinedFilled.tsx index 5107830a8..33b8d2c77 100644 --- a/src/IconCarRentalOutlinedFilled.tsx +++ b/src/IconCarRentalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRentalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCarRentalRounded.tsx b/src/IconCarRentalRounded.tsx index d439ccc08..dc84577f6 100644 --- a/src/IconCarRentalRounded.tsx +++ b/src/IconCarRentalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRentalRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCarRentalRoundedFilled.tsx b/src/IconCarRentalRoundedFilled.tsx index cd86c5875..a6710e87f 100644 --- a/src/IconCarRentalRoundedFilled.tsx +++ b/src/IconCarRentalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRentalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCarRentalSharp.tsx b/src/IconCarRentalSharp.tsx index a6f4cab58..6d565ccad 100644 --- a/src/IconCarRentalSharp.tsx +++ b/src/IconCarRentalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRentalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCarRentalSharpFilled.tsx b/src/IconCarRentalSharpFilled.tsx index 7b4b4b6a8..ae98dbbf0 100644 --- a/src/IconCarRentalSharpFilled.tsx +++ b/src/IconCarRentalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRentalSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCarRepairOutlined.tsx b/src/IconCarRepairOutlined.tsx index 0b9393285..c6c51aaf7 100644 --- a/src/IconCarRepairOutlined.tsx +++ b/src/IconCarRepairOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRepairOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCarRepairOutlinedFilled.tsx b/src/IconCarRepairOutlinedFilled.tsx index f3a86a279..9467a0be3 100644 --- a/src/IconCarRepairOutlinedFilled.tsx +++ b/src/IconCarRepairOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRepairOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCarRepairRounded.tsx b/src/IconCarRepairRounded.tsx index 2d3cb4857..56d1fdd82 100644 --- a/src/IconCarRepairRounded.tsx +++ b/src/IconCarRepairRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRepairRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCarRepairRoundedFilled.tsx b/src/IconCarRepairRoundedFilled.tsx index c9f2c3a9c..c7a7b2728 100644 --- a/src/IconCarRepairRoundedFilled.tsx +++ b/src/IconCarRepairRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRepairRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCarRepairSharp.tsx b/src/IconCarRepairSharp.tsx index aac4045a3..cdc78a334 100644 --- a/src/IconCarRepairSharp.tsx +++ b/src/IconCarRepairSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRepairSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCarRepairSharpFilled.tsx b/src/IconCarRepairSharpFilled.tsx index 02abf7df4..93299e38f 100644 --- a/src/IconCarRepairSharpFilled.tsx +++ b/src/IconCarRepairSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarRepairSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCarTagOutlined.tsx b/src/IconCarTagOutlined.tsx index a713ea3f1..7804701d6 100644 --- a/src/IconCarTagOutlined.tsx +++ b/src/IconCarTagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarTagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCarTagOutlinedFilled.tsx b/src/IconCarTagOutlinedFilled.tsx index 7670308f2..1b3848b9c 100644 --- a/src/IconCarTagOutlinedFilled.tsx +++ b/src/IconCarTagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarTagOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCarTagRounded.tsx b/src/IconCarTagRounded.tsx index 65fdd00e7..7cf6d2b3d 100644 --- a/src/IconCarTagRounded.tsx +++ b/src/IconCarTagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarTagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCarTagRoundedFilled.tsx b/src/IconCarTagRoundedFilled.tsx index 58dd65b02..e14cd8bab 100644 --- a/src/IconCarTagRoundedFilled.tsx +++ b/src/IconCarTagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarTagRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCarTagSharp.tsx b/src/IconCarTagSharp.tsx index 01f44f5f2..368eae2b5 100644 --- a/src/IconCarTagSharp.tsx +++ b/src/IconCarTagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarTagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCarTagSharpFilled.tsx b/src/IconCarTagSharpFilled.tsx index 53900ac07..6fa2aa6e2 100644 --- a/src/IconCarTagSharpFilled.tsx +++ b/src/IconCarTagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarTagSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCardMembershipOutlined.tsx b/src/IconCardMembershipOutlined.tsx index 2a5ac599b..6b553e448 100644 --- a/src/IconCardMembershipOutlined.tsx +++ b/src/IconCardMembershipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardMembershipOutlined: React.FC = ({ ...props diff --git a/src/IconCardMembershipOutlinedFilled.tsx b/src/IconCardMembershipOutlinedFilled.tsx index 5bd44893d..47cb34de0 100644 --- a/src/IconCardMembershipOutlinedFilled.tsx +++ b/src/IconCardMembershipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardMembershipOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCardMembershipRounded.tsx b/src/IconCardMembershipRounded.tsx index 93162d840..beffedf14 100644 --- a/src/IconCardMembershipRounded.tsx +++ b/src/IconCardMembershipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardMembershipRounded: React.FC = ({ ...props diff --git a/src/IconCardMembershipRoundedFilled.tsx b/src/IconCardMembershipRoundedFilled.tsx index 61c59e3c4..17bc5334c 100644 --- a/src/IconCardMembershipRoundedFilled.tsx +++ b/src/IconCardMembershipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardMembershipRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCardMembershipSharp.tsx b/src/IconCardMembershipSharp.tsx index 6cbc5e194..b7fdb3ebe 100644 --- a/src/IconCardMembershipSharp.tsx +++ b/src/IconCardMembershipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardMembershipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCardMembershipSharpFilled.tsx b/src/IconCardMembershipSharpFilled.tsx index 9f545e7e9..686ff997e 100644 --- a/src/IconCardMembershipSharpFilled.tsx +++ b/src/IconCardMembershipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardMembershipSharpFilled: React.FC = ({ ...props diff --git a/src/IconCardTravelOutlined.tsx b/src/IconCardTravelOutlined.tsx index ab991f84e..32a67021c 100644 --- a/src/IconCardTravelOutlined.tsx +++ b/src/IconCardTravelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardTravelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCardTravelOutlinedFilled.tsx b/src/IconCardTravelOutlinedFilled.tsx index 60562ec54..d416d89cc 100644 --- a/src/IconCardTravelOutlinedFilled.tsx +++ b/src/IconCardTravelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardTravelOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCardTravelRounded.tsx b/src/IconCardTravelRounded.tsx index 597674a4d..a231f4b7e 100644 --- a/src/IconCardTravelRounded.tsx +++ b/src/IconCardTravelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardTravelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCardTravelRoundedFilled.tsx b/src/IconCardTravelRoundedFilled.tsx index 91bff46e4..67010d7c3 100644 --- a/src/IconCardTravelRoundedFilled.tsx +++ b/src/IconCardTravelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardTravelRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCardTravelSharp.tsx b/src/IconCardTravelSharp.tsx index f5db00ca5..3f7e30c0c 100644 --- a/src/IconCardTravelSharp.tsx +++ b/src/IconCardTravelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardTravelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCardTravelSharpFilled.tsx b/src/IconCardTravelSharpFilled.tsx index 0972dc90e..0ca1fa6bd 100644 --- a/src/IconCardTravelSharpFilled.tsx +++ b/src/IconCardTravelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardTravelSharpFilled: React.FC = ({ ...props diff --git a/src/IconCardioLoadOutlined.tsx b/src/IconCardioLoadOutlined.tsx index 98f1cbc66..34356a47d 100644 --- a/src/IconCardioLoadOutlined.tsx +++ b/src/IconCardioLoadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardioLoadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCardioLoadOutlinedFilled.tsx b/src/IconCardioLoadOutlinedFilled.tsx index 805c009d4..0cc872d36 100644 --- a/src/IconCardioLoadOutlinedFilled.tsx +++ b/src/IconCardioLoadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardioLoadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCardioLoadRounded.tsx b/src/IconCardioLoadRounded.tsx index e0a3f8906..f3d4e68f1 100644 --- a/src/IconCardioLoadRounded.tsx +++ b/src/IconCardioLoadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardioLoadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCardioLoadRoundedFilled.tsx b/src/IconCardioLoadRoundedFilled.tsx index e4b0dd08d..ffa9c87f6 100644 --- a/src/IconCardioLoadRoundedFilled.tsx +++ b/src/IconCardioLoadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardioLoadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCardioLoadSharp.tsx b/src/IconCardioLoadSharp.tsx index 17c118abb..7a8916e99 100644 --- a/src/IconCardioLoadSharp.tsx +++ b/src/IconCardioLoadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardioLoadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCardioLoadSharpFilled.tsx b/src/IconCardioLoadSharpFilled.tsx index b5214a405..b01e2b180 100644 --- a/src/IconCardioLoadSharpFilled.tsx +++ b/src/IconCardioLoadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardioLoadSharpFilled: React.FC = ({ ...props diff --git a/src/IconCardiologyOutlined.tsx b/src/IconCardiologyOutlined.tsx index f06a15206..305d1c7af 100644 --- a/src/IconCardiologyOutlined.tsx +++ b/src/IconCardiologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardiologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCardiologyOutlinedFilled.tsx b/src/IconCardiologyOutlinedFilled.tsx index 36c950b8e..39d2d4309 100644 --- a/src/IconCardiologyOutlinedFilled.tsx +++ b/src/IconCardiologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardiologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCardiologyRounded.tsx b/src/IconCardiologyRounded.tsx index e9a16beec..400b3ee6f 100644 --- a/src/IconCardiologyRounded.tsx +++ b/src/IconCardiologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardiologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCardiologyRoundedFilled.tsx b/src/IconCardiologyRoundedFilled.tsx index 63ff911be..141cdee06 100644 --- a/src/IconCardiologyRoundedFilled.tsx +++ b/src/IconCardiologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardiologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCardiologySharp.tsx b/src/IconCardiologySharp.tsx index 20b3f094c..304c005fe 100644 --- a/src/IconCardiologySharp.tsx +++ b/src/IconCardiologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardiologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCardiologySharpFilled.tsx b/src/IconCardiologySharpFilled.tsx index f4339143c..a2fb78bf5 100644 --- a/src/IconCardiologySharpFilled.tsx +++ b/src/IconCardiologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardiologySharpFilled: React.FC = ({ ...props diff --git a/src/IconCardsOutlined.tsx b/src/IconCardsOutlined.tsx index aa788b0a5..3a6b6de45 100644 --- a/src/IconCardsOutlined.tsx +++ b/src/IconCardsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCardsOutlinedFilled.tsx b/src/IconCardsOutlinedFilled.tsx index 95cecb694..6bb14d7c4 100644 --- a/src/IconCardsOutlinedFilled.tsx +++ b/src/IconCardsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCardsRounded.tsx b/src/IconCardsRounded.tsx index d0a3e29d5..784cb50d9 100644 --- a/src/IconCardsRounded.tsx +++ b/src/IconCardsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCardsRoundedFilled.tsx b/src/IconCardsRoundedFilled.tsx index 1d0d650e1..48b14941c 100644 --- a/src/IconCardsRoundedFilled.tsx +++ b/src/IconCardsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCardsSharp.tsx b/src/IconCardsSharp.tsx index ea37599b3..673834be6 100644 --- a/src/IconCardsSharp.tsx +++ b/src/IconCardsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCardsSharpFilled.tsx b/src/IconCardsSharpFilled.tsx index 706145dd6..8bd03c1ac 100644 --- a/src/IconCardsSharpFilled.tsx +++ b/src/IconCardsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCardsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCarpenterOutlined.tsx b/src/IconCarpenterOutlined.tsx index 159354904..bf9af164c 100644 --- a/src/IconCarpenterOutlined.tsx +++ b/src/IconCarpenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarpenterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCarpenterOutlinedFilled.tsx b/src/IconCarpenterOutlinedFilled.tsx index e685fd238..2ad645a93 100644 --- a/src/IconCarpenterOutlinedFilled.tsx +++ b/src/IconCarpenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarpenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCarpenterRounded.tsx b/src/IconCarpenterRounded.tsx index 94ddffcf6..ba70cf047 100644 --- a/src/IconCarpenterRounded.tsx +++ b/src/IconCarpenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarpenterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCarpenterRoundedFilled.tsx b/src/IconCarpenterRoundedFilled.tsx index dc0edb83b..24c158aca 100644 --- a/src/IconCarpenterRoundedFilled.tsx +++ b/src/IconCarpenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarpenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCarpenterSharp.tsx b/src/IconCarpenterSharp.tsx index 28abcde1e..99cd40cc7 100644 --- a/src/IconCarpenterSharp.tsx +++ b/src/IconCarpenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarpenterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCarpenterSharpFilled.tsx b/src/IconCarpenterSharpFilled.tsx index 135342175..adbadcbda 100644 --- a/src/IconCarpenterSharpFilled.tsx +++ b/src/IconCarpenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarpenterSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCarryOnBagCheckedOutlined.tsx b/src/IconCarryOnBagCheckedOutlined.tsx index 7138b5281..4b9d53db1 100644 --- a/src/IconCarryOnBagCheckedOutlined.tsx +++ b/src/IconCarryOnBagCheckedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagCheckedOutlined: React.FC = ({ ...props diff --git a/src/IconCarryOnBagCheckedOutlinedFilled.tsx b/src/IconCarryOnBagCheckedOutlinedFilled.tsx index bb704d14c..acd9028e0 100644 --- a/src/IconCarryOnBagCheckedOutlinedFilled.tsx +++ b/src/IconCarryOnBagCheckedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagCheckedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCarryOnBagCheckedRounded.tsx b/src/IconCarryOnBagCheckedRounded.tsx index 35ebfacfb..fc8a8841d 100644 --- a/src/IconCarryOnBagCheckedRounded.tsx +++ b/src/IconCarryOnBagCheckedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagCheckedRounded: React.FC = ({ ...props diff --git a/src/IconCarryOnBagCheckedRoundedFilled.tsx b/src/IconCarryOnBagCheckedRoundedFilled.tsx index 2df719b0d..430a0c70a 100644 --- a/src/IconCarryOnBagCheckedRoundedFilled.tsx +++ b/src/IconCarryOnBagCheckedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagCheckedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCarryOnBagCheckedSharp.tsx b/src/IconCarryOnBagCheckedSharp.tsx index 68bf3ec0c..92f9a976e 100644 --- a/src/IconCarryOnBagCheckedSharp.tsx +++ b/src/IconCarryOnBagCheckedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagCheckedSharp: React.FC = ({ ...props diff --git a/src/IconCarryOnBagCheckedSharpFilled.tsx b/src/IconCarryOnBagCheckedSharpFilled.tsx index d2289e71b..187c9bd0c 100644 --- a/src/IconCarryOnBagCheckedSharpFilled.tsx +++ b/src/IconCarryOnBagCheckedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagCheckedSharpFilled: React.FC = ({ ...props diff --git a/src/IconCarryOnBagInactiveOutlined.tsx b/src/IconCarryOnBagInactiveOutlined.tsx index 0d61196f0..afdc6f3e0 100644 --- a/src/IconCarryOnBagInactiveOutlined.tsx +++ b/src/IconCarryOnBagInactiveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagInactiveOutlined: React.FC = ({ ...props diff --git a/src/IconCarryOnBagInactiveOutlinedFilled.tsx b/src/IconCarryOnBagInactiveOutlinedFilled.tsx index ddc746138..f3d737528 100644 --- a/src/IconCarryOnBagInactiveOutlinedFilled.tsx +++ b/src/IconCarryOnBagInactiveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagInactiveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCarryOnBagInactiveRounded.tsx b/src/IconCarryOnBagInactiveRounded.tsx index ef9cb02b0..07a9d7386 100644 --- a/src/IconCarryOnBagInactiveRounded.tsx +++ b/src/IconCarryOnBagInactiveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagInactiveRounded: React.FC = ({ ...props diff --git a/src/IconCarryOnBagInactiveRoundedFilled.tsx b/src/IconCarryOnBagInactiveRoundedFilled.tsx index a783e1e25..24107ff71 100644 --- a/src/IconCarryOnBagInactiveRoundedFilled.tsx +++ b/src/IconCarryOnBagInactiveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagInactiveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCarryOnBagInactiveSharp.tsx b/src/IconCarryOnBagInactiveSharp.tsx index 4ce6527cc..a565a9426 100644 --- a/src/IconCarryOnBagInactiveSharp.tsx +++ b/src/IconCarryOnBagInactiveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagInactiveSharp: React.FC = ({ ...props diff --git a/src/IconCarryOnBagInactiveSharpFilled.tsx b/src/IconCarryOnBagInactiveSharpFilled.tsx index d79ca89af..2fdd05cae 100644 --- a/src/IconCarryOnBagInactiveSharpFilled.tsx +++ b/src/IconCarryOnBagInactiveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagInactiveSharpFilled: React.FC = ({ ...props diff --git a/src/IconCarryOnBagOutlined.tsx b/src/IconCarryOnBagOutlined.tsx index e8ce123dd..0d0382696 100644 --- a/src/IconCarryOnBagOutlined.tsx +++ b/src/IconCarryOnBagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCarryOnBagOutlinedFilled.tsx b/src/IconCarryOnBagOutlinedFilled.tsx index 0f2aba956..7aabe7d7f 100644 --- a/src/IconCarryOnBagOutlinedFilled.tsx +++ b/src/IconCarryOnBagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCarryOnBagQuestionOutlined.tsx b/src/IconCarryOnBagQuestionOutlined.tsx index c45a9e309..ae8bf2a4d 100644 --- a/src/IconCarryOnBagQuestionOutlined.tsx +++ b/src/IconCarryOnBagQuestionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagQuestionOutlined: React.FC = ({ ...props diff --git a/src/IconCarryOnBagQuestionOutlinedFilled.tsx b/src/IconCarryOnBagQuestionOutlinedFilled.tsx index 573ff6988..c9f765610 100644 --- a/src/IconCarryOnBagQuestionOutlinedFilled.tsx +++ b/src/IconCarryOnBagQuestionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagQuestionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCarryOnBagQuestionRounded.tsx b/src/IconCarryOnBagQuestionRounded.tsx index 3bda6dcc0..f12cfc6b9 100644 --- a/src/IconCarryOnBagQuestionRounded.tsx +++ b/src/IconCarryOnBagQuestionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagQuestionRounded: React.FC = ({ ...props diff --git a/src/IconCarryOnBagQuestionRoundedFilled.tsx b/src/IconCarryOnBagQuestionRoundedFilled.tsx index 9afe67445..750adc0b5 100644 --- a/src/IconCarryOnBagQuestionRoundedFilled.tsx +++ b/src/IconCarryOnBagQuestionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagQuestionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCarryOnBagQuestionSharp.tsx b/src/IconCarryOnBagQuestionSharp.tsx index eb83d361b..de611968c 100644 --- a/src/IconCarryOnBagQuestionSharp.tsx +++ b/src/IconCarryOnBagQuestionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagQuestionSharp: React.FC = ({ ...props diff --git a/src/IconCarryOnBagQuestionSharpFilled.tsx b/src/IconCarryOnBagQuestionSharpFilled.tsx index 523d2c9ea..134dab995 100644 --- a/src/IconCarryOnBagQuestionSharpFilled.tsx +++ b/src/IconCarryOnBagQuestionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagQuestionSharpFilled: React.FC = ({ ...props diff --git a/src/IconCarryOnBagRounded.tsx b/src/IconCarryOnBagRounded.tsx index 48753c8a5..1e19bcf18 100644 --- a/src/IconCarryOnBagRounded.tsx +++ b/src/IconCarryOnBagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCarryOnBagRoundedFilled.tsx b/src/IconCarryOnBagRoundedFilled.tsx index 669912d97..1efa61c8f 100644 --- a/src/IconCarryOnBagRoundedFilled.tsx +++ b/src/IconCarryOnBagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCarryOnBagSharp.tsx b/src/IconCarryOnBagSharp.tsx index ad84bb2f1..fac90a5cc 100644 --- a/src/IconCarryOnBagSharp.tsx +++ b/src/IconCarryOnBagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCarryOnBagSharpFilled.tsx b/src/IconCarryOnBagSharpFilled.tsx index 9a14bcec4..0cfb0e1e9 100644 --- a/src/IconCarryOnBagSharpFilled.tsx +++ b/src/IconCarryOnBagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCarryOnBagSharpFilled: React.FC = ({ ...props diff --git a/src/IconCasesOutlined.tsx b/src/IconCasesOutlined.tsx index d75393025..2919560b5 100644 --- a/src/IconCasesOutlined.tsx +++ b/src/IconCasesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCasesOutlinedFilled.tsx b/src/IconCasesOutlinedFilled.tsx index e6ffedbd1..ee26d12f8 100644 --- a/src/IconCasesOutlinedFilled.tsx +++ b/src/IconCasesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasesOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCasesRounded.tsx b/src/IconCasesRounded.tsx index 537002bc0..7d01989b7 100644 --- a/src/IconCasesRounded.tsx +++ b/src/IconCasesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCasesRoundedFilled.tsx b/src/IconCasesRoundedFilled.tsx index 8632d4893..e00088267 100644 --- a/src/IconCasesRoundedFilled.tsx +++ b/src/IconCasesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasesRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCasesSharp.tsx b/src/IconCasesSharp.tsx index 61d731a70..77b159ff4 100644 --- a/src/IconCasesSharp.tsx +++ b/src/IconCasesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCasesSharpFilled.tsx b/src/IconCasesSharpFilled.tsx index e09ebb1a7..0a52838b3 100644 --- a/src/IconCasesSharpFilled.tsx +++ b/src/IconCasesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCasinoOutlined.tsx b/src/IconCasinoOutlined.tsx index c767568dd..ee1e7e829 100644 --- a/src/IconCasinoOutlined.tsx +++ b/src/IconCasinoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasinoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCasinoOutlinedFilled.tsx b/src/IconCasinoOutlinedFilled.tsx index c3352dfcc..aff8830e4 100644 --- a/src/IconCasinoOutlinedFilled.tsx +++ b/src/IconCasinoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasinoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCasinoRounded.tsx b/src/IconCasinoRounded.tsx index 23eb245c6..b9c3cc9a1 100644 --- a/src/IconCasinoRounded.tsx +++ b/src/IconCasinoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasinoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCasinoRoundedFilled.tsx b/src/IconCasinoRoundedFilled.tsx index 725fd5c9a..c1c44c98d 100644 --- a/src/IconCasinoRoundedFilled.tsx +++ b/src/IconCasinoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasinoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCasinoSharp.tsx b/src/IconCasinoSharp.tsx index f5c88f0ef..a155fafa3 100644 --- a/src/IconCasinoSharp.tsx +++ b/src/IconCasinoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasinoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCasinoSharpFilled.tsx b/src/IconCasinoSharpFilled.tsx index 688a7596e..a19aae23a 100644 --- a/src/IconCasinoSharpFilled.tsx +++ b/src/IconCasinoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCasinoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCastConnectedOutlined.tsx b/src/IconCastConnectedOutlined.tsx index c74370cdd..0b7b27224 100644 --- a/src/IconCastConnectedOutlined.tsx +++ b/src/IconCastConnectedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastConnectedOutlined: React.FC = ({ ...props diff --git a/src/IconCastConnectedOutlinedFilled.tsx b/src/IconCastConnectedOutlinedFilled.tsx index a3d39a416..47b64d9e4 100644 --- a/src/IconCastConnectedOutlinedFilled.tsx +++ b/src/IconCastConnectedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastConnectedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCastConnectedRounded.tsx b/src/IconCastConnectedRounded.tsx index e9561f881..385f9bbc1 100644 --- a/src/IconCastConnectedRounded.tsx +++ b/src/IconCastConnectedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastConnectedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCastConnectedRoundedFilled.tsx b/src/IconCastConnectedRoundedFilled.tsx index b1098a1be..c2057e3be 100644 --- a/src/IconCastConnectedRoundedFilled.tsx +++ b/src/IconCastConnectedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastConnectedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCastConnectedSharp.tsx b/src/IconCastConnectedSharp.tsx index 151f89e64..c9c10d28a 100644 --- a/src/IconCastConnectedSharp.tsx +++ b/src/IconCastConnectedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastConnectedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCastConnectedSharpFilled.tsx b/src/IconCastConnectedSharpFilled.tsx index 02ba6410d..489eeb7ac 100644 --- a/src/IconCastConnectedSharpFilled.tsx +++ b/src/IconCastConnectedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastConnectedSharpFilled: React.FC = ({ ...props diff --git a/src/IconCastForEducationOutlined.tsx b/src/IconCastForEducationOutlined.tsx index 1f8b65777..b5f69fed5 100644 --- a/src/IconCastForEducationOutlined.tsx +++ b/src/IconCastForEducationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastForEducationOutlined: React.FC = ({ ...props diff --git a/src/IconCastForEducationOutlinedFilled.tsx b/src/IconCastForEducationOutlinedFilled.tsx index 85df8df7c..7101df083 100644 --- a/src/IconCastForEducationOutlinedFilled.tsx +++ b/src/IconCastForEducationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastForEducationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCastForEducationRounded.tsx b/src/IconCastForEducationRounded.tsx index 8c9e3074e..69a2a01bc 100644 --- a/src/IconCastForEducationRounded.tsx +++ b/src/IconCastForEducationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastForEducationRounded: React.FC = ({ ...props diff --git a/src/IconCastForEducationRoundedFilled.tsx b/src/IconCastForEducationRoundedFilled.tsx index 1fc17b57e..28cf37f9c 100644 --- a/src/IconCastForEducationRoundedFilled.tsx +++ b/src/IconCastForEducationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastForEducationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCastForEducationSharp.tsx b/src/IconCastForEducationSharp.tsx index a3a35baf1..f9ab65e38 100644 --- a/src/IconCastForEducationSharp.tsx +++ b/src/IconCastForEducationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastForEducationSharp: React.FC = ({ ...props diff --git a/src/IconCastForEducationSharpFilled.tsx b/src/IconCastForEducationSharpFilled.tsx index d391fed0c..ddc0c2498 100644 --- a/src/IconCastForEducationSharpFilled.tsx +++ b/src/IconCastForEducationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastForEducationSharpFilled: React.FC = ({ ...props diff --git a/src/IconCastOutlined.tsx b/src/IconCastOutlined.tsx index 5037e4174..4f0f4807f 100644 --- a/src/IconCastOutlined.tsx +++ b/src/IconCastOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCastOutlinedFilled.tsx b/src/IconCastOutlinedFilled.tsx index ba0bdeb45..2b7d72036 100644 --- a/src/IconCastOutlinedFilled.tsx +++ b/src/IconCastOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCastPauseOutlined.tsx b/src/IconCastPauseOutlined.tsx index b5f608068..bfa3142db 100644 --- a/src/IconCastPauseOutlined.tsx +++ b/src/IconCastPauseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastPauseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCastPauseOutlinedFilled.tsx b/src/IconCastPauseOutlinedFilled.tsx index 3a5eb0053..4bdc43e74 100644 --- a/src/IconCastPauseOutlinedFilled.tsx +++ b/src/IconCastPauseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastPauseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCastPauseRounded.tsx b/src/IconCastPauseRounded.tsx index b36e7a527..acef2b07e 100644 --- a/src/IconCastPauseRounded.tsx +++ b/src/IconCastPauseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastPauseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCastPauseRoundedFilled.tsx b/src/IconCastPauseRoundedFilled.tsx index 06b1ac833..ea741fca5 100644 --- a/src/IconCastPauseRoundedFilled.tsx +++ b/src/IconCastPauseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastPauseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCastPauseSharp.tsx b/src/IconCastPauseSharp.tsx index 591522d98..4a5ed80f3 100644 --- a/src/IconCastPauseSharp.tsx +++ b/src/IconCastPauseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastPauseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCastPauseSharpFilled.tsx b/src/IconCastPauseSharpFilled.tsx index 61b50f8de..8a7d7082e 100644 --- a/src/IconCastPauseSharpFilled.tsx +++ b/src/IconCastPauseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastPauseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCastRounded.tsx b/src/IconCastRounded.tsx index 123f11159..ef5dbe5fe 100644 --- a/src/IconCastRounded.tsx +++ b/src/IconCastRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCastRoundedFilled.tsx b/src/IconCastRoundedFilled.tsx index f9a177d99..4b973d417 100644 --- a/src/IconCastRoundedFilled.tsx +++ b/src/IconCastRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCastSharp.tsx b/src/IconCastSharp.tsx index ea1d65626..3e947ac93 100644 --- a/src/IconCastSharp.tsx +++ b/src/IconCastSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCastSharpFilled.tsx b/src/IconCastSharpFilled.tsx index d4801ad19..e738ae28b 100644 --- a/src/IconCastSharpFilled.tsx +++ b/src/IconCastSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCastWarningOutlined.tsx b/src/IconCastWarningOutlined.tsx index a69cf288c..c1f682903 100644 --- a/src/IconCastWarningOutlined.tsx +++ b/src/IconCastWarningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastWarningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCastWarningOutlinedFilled.tsx b/src/IconCastWarningOutlinedFilled.tsx index d86f73c08..317317c5e 100644 --- a/src/IconCastWarningOutlinedFilled.tsx +++ b/src/IconCastWarningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastWarningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCastWarningRounded.tsx b/src/IconCastWarningRounded.tsx index a8d8c84df..1e7682134 100644 --- a/src/IconCastWarningRounded.tsx +++ b/src/IconCastWarningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastWarningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCastWarningRoundedFilled.tsx b/src/IconCastWarningRoundedFilled.tsx index ca7684d8e..d02d54e1c 100644 --- a/src/IconCastWarningRoundedFilled.tsx +++ b/src/IconCastWarningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastWarningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCastWarningSharp.tsx b/src/IconCastWarningSharp.tsx index 0bcc1d183..51ce4a273 100644 --- a/src/IconCastWarningSharp.tsx +++ b/src/IconCastWarningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastWarningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCastWarningSharpFilled.tsx b/src/IconCastWarningSharpFilled.tsx index 79a0a1df3..dbcac9015 100644 --- a/src/IconCastWarningSharpFilled.tsx +++ b/src/IconCastWarningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastWarningSharpFilled: React.FC = ({ ...props diff --git a/src/IconCastleOutlined.tsx b/src/IconCastleOutlined.tsx index 28e60d942..8599f4c15 100644 --- a/src/IconCastleOutlined.tsx +++ b/src/IconCastleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCastleOutlinedFilled.tsx b/src/IconCastleOutlinedFilled.tsx index 1fedeaefb..6cfc38de0 100644 --- a/src/IconCastleOutlinedFilled.tsx +++ b/src/IconCastleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCastleRounded.tsx b/src/IconCastleRounded.tsx index 730ab21b6..9fdc09ffb 100644 --- a/src/IconCastleRounded.tsx +++ b/src/IconCastleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCastleRoundedFilled.tsx b/src/IconCastleRoundedFilled.tsx index ac219397c..4059fae74 100644 --- a/src/IconCastleRoundedFilled.tsx +++ b/src/IconCastleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCastleSharp.tsx b/src/IconCastleSharp.tsx index 72955b4c6..8bda3c39d 100644 --- a/src/IconCastleSharp.tsx +++ b/src/IconCastleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCastleSharpFilled.tsx b/src/IconCastleSharpFilled.tsx index 441b8c489..8e02c9f37 100644 --- a/src/IconCastleSharpFilled.tsx +++ b/src/IconCastleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCastleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCategoryOutlined.tsx b/src/IconCategoryOutlined.tsx index 077fd1eca..429233210 100644 --- a/src/IconCategoryOutlined.tsx +++ b/src/IconCategoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategoryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCategoryOutlinedFilled.tsx b/src/IconCategoryOutlinedFilled.tsx index 55687d437..920bcbaba 100644 --- a/src/IconCategoryOutlinedFilled.tsx +++ b/src/IconCategoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategoryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCategoryRounded.tsx b/src/IconCategoryRounded.tsx index f1d510613..92c4491a2 100644 --- a/src/IconCategoryRounded.tsx +++ b/src/IconCategoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategoryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCategoryRoundedFilled.tsx b/src/IconCategoryRoundedFilled.tsx index 6bd60cf0f..293723dd8 100644 --- a/src/IconCategoryRoundedFilled.tsx +++ b/src/IconCategoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategoryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCategorySearchOutlined.tsx b/src/IconCategorySearchOutlined.tsx index dc18c7262..bdd46d446 100644 --- a/src/IconCategorySearchOutlined.tsx +++ b/src/IconCategorySearchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategorySearchOutlined: React.FC = ({ ...props diff --git a/src/IconCategorySearchOutlinedFilled.tsx b/src/IconCategorySearchOutlinedFilled.tsx index 73d47594b..075546828 100644 --- a/src/IconCategorySearchOutlinedFilled.tsx +++ b/src/IconCategorySearchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategorySearchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCategorySearchRounded.tsx b/src/IconCategorySearchRounded.tsx index e7da05177..d1dadc651 100644 --- a/src/IconCategorySearchRounded.tsx +++ b/src/IconCategorySearchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategorySearchRounded: React.FC = ({ ...props diff --git a/src/IconCategorySearchRoundedFilled.tsx b/src/IconCategorySearchRoundedFilled.tsx index d64f76af9..3fafb5791 100644 --- a/src/IconCategorySearchRoundedFilled.tsx +++ b/src/IconCategorySearchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategorySearchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCategorySearchSharp.tsx b/src/IconCategorySearchSharp.tsx index 7e2fec52e..46a688cb5 100644 --- a/src/IconCategorySearchSharp.tsx +++ b/src/IconCategorySearchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategorySearchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCategorySearchSharpFilled.tsx b/src/IconCategorySearchSharpFilled.tsx index fecc2d7be..041d63c3b 100644 --- a/src/IconCategorySearchSharpFilled.tsx +++ b/src/IconCategorySearchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategorySearchSharpFilled: React.FC = ({ ...props diff --git a/src/IconCategorySharp.tsx b/src/IconCategorySharp.tsx index 52a16f854..a20c59ee8 100644 --- a/src/IconCategorySharp.tsx +++ b/src/IconCategorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategorySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCategorySharpFilled.tsx b/src/IconCategorySharpFilled.tsx index c838eccc2..f9ecab4fc 100644 --- a/src/IconCategorySharpFilled.tsx +++ b/src/IconCategorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCategorySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCelebrationOutlined.tsx b/src/IconCelebrationOutlined.tsx index 72be294cf..527a437da 100644 --- a/src/IconCelebrationOutlined.tsx +++ b/src/IconCelebrationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCelebrationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCelebrationOutlinedFilled.tsx b/src/IconCelebrationOutlinedFilled.tsx index 823202141..ab1588706 100644 --- a/src/IconCelebrationOutlinedFilled.tsx +++ b/src/IconCelebrationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCelebrationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCelebrationRounded.tsx b/src/IconCelebrationRounded.tsx index 6154e211e..3e09235f8 100644 --- a/src/IconCelebrationRounded.tsx +++ b/src/IconCelebrationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCelebrationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCelebrationRoundedFilled.tsx b/src/IconCelebrationRoundedFilled.tsx index 46e84ccd1..8f376dad8 100644 --- a/src/IconCelebrationRoundedFilled.tsx +++ b/src/IconCelebrationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCelebrationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCelebrationSharp.tsx b/src/IconCelebrationSharp.tsx index c104b050b..501d5232a 100644 --- a/src/IconCelebrationSharp.tsx +++ b/src/IconCelebrationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCelebrationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCelebrationSharpFilled.tsx b/src/IconCelebrationSharpFilled.tsx index 303932c05..c03cbaab2 100644 --- a/src/IconCelebrationSharpFilled.tsx +++ b/src/IconCelebrationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCelebrationSharpFilled: React.FC = ({ ...props diff --git a/src/IconCellMergeOutlined.tsx b/src/IconCellMergeOutlined.tsx index 1e8735d0e..1cf7185c8 100644 --- a/src/IconCellMergeOutlined.tsx +++ b/src/IconCellMergeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellMergeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCellMergeOutlinedFilled.tsx b/src/IconCellMergeOutlinedFilled.tsx index b526d9d17..95baa456d 100644 --- a/src/IconCellMergeOutlinedFilled.tsx +++ b/src/IconCellMergeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellMergeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCellMergeRounded.tsx b/src/IconCellMergeRounded.tsx index 77d998b40..628d6cfa1 100644 --- a/src/IconCellMergeRounded.tsx +++ b/src/IconCellMergeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellMergeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCellMergeRoundedFilled.tsx b/src/IconCellMergeRoundedFilled.tsx index 51f965a22..84f96817a 100644 --- a/src/IconCellMergeRoundedFilled.tsx +++ b/src/IconCellMergeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellMergeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCellMergeSharp.tsx b/src/IconCellMergeSharp.tsx index 3c2b0581a..76961b050 100644 --- a/src/IconCellMergeSharp.tsx +++ b/src/IconCellMergeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellMergeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCellMergeSharpFilled.tsx b/src/IconCellMergeSharpFilled.tsx index 03c1132d5..2f1ada68c 100644 --- a/src/IconCellMergeSharpFilled.tsx +++ b/src/IconCellMergeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellMergeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCellTowerOutlined.tsx b/src/IconCellTowerOutlined.tsx index d464e6edc..8f717f531 100644 --- a/src/IconCellTowerOutlined.tsx +++ b/src/IconCellTowerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellTowerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCellTowerOutlinedFilled.tsx b/src/IconCellTowerOutlinedFilled.tsx index 1c735bf5b..f97ade301 100644 --- a/src/IconCellTowerOutlinedFilled.tsx +++ b/src/IconCellTowerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellTowerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCellTowerRounded.tsx b/src/IconCellTowerRounded.tsx index 450e39ff7..d73b5d2c5 100644 --- a/src/IconCellTowerRounded.tsx +++ b/src/IconCellTowerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellTowerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCellTowerRoundedFilled.tsx b/src/IconCellTowerRoundedFilled.tsx index c9e255b01..7fadb20ab 100644 --- a/src/IconCellTowerRoundedFilled.tsx +++ b/src/IconCellTowerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellTowerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCellTowerSharp.tsx b/src/IconCellTowerSharp.tsx index bf1f6bfde..9e94fc21f 100644 --- a/src/IconCellTowerSharp.tsx +++ b/src/IconCellTowerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellTowerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCellTowerSharpFilled.tsx b/src/IconCellTowerSharpFilled.tsx index e46073d02..86394d326 100644 --- a/src/IconCellTowerSharpFilled.tsx +++ b/src/IconCellTowerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellTowerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCellWifiOutlined.tsx b/src/IconCellWifiOutlined.tsx index 98ef8f83a..5c0dd0a46 100644 --- a/src/IconCellWifiOutlined.tsx +++ b/src/IconCellWifiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellWifiOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCellWifiOutlinedFilled.tsx b/src/IconCellWifiOutlinedFilled.tsx index 588d2c9d4..6afe4f888 100644 --- a/src/IconCellWifiOutlinedFilled.tsx +++ b/src/IconCellWifiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellWifiOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCellWifiRounded.tsx b/src/IconCellWifiRounded.tsx index 0b896d4c0..cbdd49f30 100644 --- a/src/IconCellWifiRounded.tsx +++ b/src/IconCellWifiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellWifiRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCellWifiRoundedFilled.tsx b/src/IconCellWifiRoundedFilled.tsx index 553db200b..7a26b2d47 100644 --- a/src/IconCellWifiRoundedFilled.tsx +++ b/src/IconCellWifiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellWifiRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCellWifiSharp.tsx b/src/IconCellWifiSharp.tsx index 299fe3de5..767b3eac7 100644 --- a/src/IconCellWifiSharp.tsx +++ b/src/IconCellWifiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellWifiSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCellWifiSharpFilled.tsx b/src/IconCellWifiSharpFilled.tsx index e46e44222..805f0be77 100644 --- a/src/IconCellWifiSharpFilled.tsx +++ b/src/IconCellWifiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCellWifiSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCenterFocusStrongOutlined.tsx b/src/IconCenterFocusStrongOutlined.tsx index 4b3aae8d1..648e25ff7 100644 --- a/src/IconCenterFocusStrongOutlined.tsx +++ b/src/IconCenterFocusStrongOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusStrongOutlined: React.FC = ({ ...props diff --git a/src/IconCenterFocusStrongOutlinedFilled.tsx b/src/IconCenterFocusStrongOutlinedFilled.tsx index 63b72ee4d..f0acb10b2 100644 --- a/src/IconCenterFocusStrongOutlinedFilled.tsx +++ b/src/IconCenterFocusStrongOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusStrongOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCenterFocusStrongRounded.tsx b/src/IconCenterFocusStrongRounded.tsx index 53d3261a6..f9de7a9cb 100644 --- a/src/IconCenterFocusStrongRounded.tsx +++ b/src/IconCenterFocusStrongRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusStrongRounded: React.FC = ({ ...props diff --git a/src/IconCenterFocusStrongRoundedFilled.tsx b/src/IconCenterFocusStrongRoundedFilled.tsx index 3f45099f0..e4aec596e 100644 --- a/src/IconCenterFocusStrongRoundedFilled.tsx +++ b/src/IconCenterFocusStrongRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusStrongRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCenterFocusStrongSharp.tsx b/src/IconCenterFocusStrongSharp.tsx index 42eaf0a69..9949c9ea3 100644 --- a/src/IconCenterFocusStrongSharp.tsx +++ b/src/IconCenterFocusStrongSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusStrongSharp: React.FC = ({ ...props diff --git a/src/IconCenterFocusStrongSharpFilled.tsx b/src/IconCenterFocusStrongSharpFilled.tsx index 6fbdb4afc..ea8d0ab1d 100644 --- a/src/IconCenterFocusStrongSharpFilled.tsx +++ b/src/IconCenterFocusStrongSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusStrongSharpFilled: React.FC = ({ ...props diff --git a/src/IconCenterFocusWeakOutlined.tsx b/src/IconCenterFocusWeakOutlined.tsx index 44df98583..75b76320a 100644 --- a/src/IconCenterFocusWeakOutlined.tsx +++ b/src/IconCenterFocusWeakOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusWeakOutlined: React.FC = ({ ...props diff --git a/src/IconCenterFocusWeakOutlinedFilled.tsx b/src/IconCenterFocusWeakOutlinedFilled.tsx index 436e79181..e4cd01e17 100644 --- a/src/IconCenterFocusWeakOutlinedFilled.tsx +++ b/src/IconCenterFocusWeakOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusWeakOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCenterFocusWeakRounded.tsx b/src/IconCenterFocusWeakRounded.tsx index e2025257b..f2b0acddf 100644 --- a/src/IconCenterFocusWeakRounded.tsx +++ b/src/IconCenterFocusWeakRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusWeakRounded: React.FC = ({ ...props diff --git a/src/IconCenterFocusWeakRoundedFilled.tsx b/src/IconCenterFocusWeakRoundedFilled.tsx index 7102adda7..6fe60191f 100644 --- a/src/IconCenterFocusWeakRoundedFilled.tsx +++ b/src/IconCenterFocusWeakRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusWeakRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCenterFocusWeakSharp.tsx b/src/IconCenterFocusWeakSharp.tsx index 690864d9a..b64f055dc 100644 --- a/src/IconCenterFocusWeakSharp.tsx +++ b/src/IconCenterFocusWeakSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusWeakSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCenterFocusWeakSharpFilled.tsx b/src/IconCenterFocusWeakSharpFilled.tsx index ab1dae326..47b9aad2d 100644 --- a/src/IconCenterFocusWeakSharpFilled.tsx +++ b/src/IconCenterFocusWeakSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCenterFocusWeakSharpFilled: React.FC = ({ ...props diff --git a/src/IconChairAltOutlined.tsx b/src/IconChairAltOutlined.tsx index 949d37ae7..abc3060a6 100644 --- a/src/IconChairAltOutlined.tsx +++ b/src/IconChairAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChairAltOutlinedFilled.tsx b/src/IconChairAltOutlinedFilled.tsx index 2bc1550bf..f9c29cd20 100644 --- a/src/IconChairAltOutlinedFilled.tsx +++ b/src/IconChairAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChairAltRounded.tsx b/src/IconChairAltRounded.tsx index 8eaff0347..a5f08b62a 100644 --- a/src/IconChairAltRounded.tsx +++ b/src/IconChairAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChairAltRoundedFilled.tsx b/src/IconChairAltRoundedFilled.tsx index 052de9873..8569db422 100644 --- a/src/IconChairAltRoundedFilled.tsx +++ b/src/IconChairAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChairAltSharp.tsx b/src/IconChairAltSharp.tsx index b3df12b69..964a092d7 100644 --- a/src/IconChairAltSharp.tsx +++ b/src/IconChairAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChairAltSharpFilled.tsx b/src/IconChairAltSharpFilled.tsx index ac5519e79..1d9f2644f 100644 --- a/src/IconChairAltSharpFilled.tsx +++ b/src/IconChairAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairAltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChairOutlined.tsx b/src/IconChairOutlined.tsx index eb2e24bfb..9af0ae4b7 100644 --- a/src/IconChairOutlined.tsx +++ b/src/IconChairOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChairOutlinedFilled.tsx b/src/IconChairOutlinedFilled.tsx index d7321d169..91ca252a7 100644 --- a/src/IconChairOutlinedFilled.tsx +++ b/src/IconChairOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChairRounded.tsx b/src/IconChairRounded.tsx index 85bc2e0e2..6e88739be 100644 --- a/src/IconChairRounded.tsx +++ b/src/IconChairRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChairRoundedFilled.tsx b/src/IconChairRoundedFilled.tsx index 804c9c171..4bfb117a3 100644 --- a/src/IconChairRoundedFilled.tsx +++ b/src/IconChairRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChairSharp.tsx b/src/IconChairSharp.tsx index 434115467..9d0e64ed3 100644 --- a/src/IconChairSharp.tsx +++ b/src/IconChairSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChairSharpFilled.tsx b/src/IconChairSharpFilled.tsx index 139c260ef..5091ac841 100644 --- a/src/IconChairSharpFilled.tsx +++ b/src/IconChairSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChairSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChaletOutlined.tsx b/src/IconChaletOutlined.tsx index 661712d74..bcfa3e85d 100644 --- a/src/IconChaletOutlined.tsx +++ b/src/IconChaletOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChaletOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChaletOutlinedFilled.tsx b/src/IconChaletOutlinedFilled.tsx index 2c2529056..2ce4a3baf 100644 --- a/src/IconChaletOutlinedFilled.tsx +++ b/src/IconChaletOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChaletOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChaletRounded.tsx b/src/IconChaletRounded.tsx index 46b41aa07..a84b6f5fe 100644 --- a/src/IconChaletRounded.tsx +++ b/src/IconChaletRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChaletRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChaletRoundedFilled.tsx b/src/IconChaletRoundedFilled.tsx index 6c095b533..7df2d4513 100644 --- a/src/IconChaletRoundedFilled.tsx +++ b/src/IconChaletRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChaletRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChaletSharp.tsx b/src/IconChaletSharp.tsx index 3483a5a29..d32c7df74 100644 --- a/src/IconChaletSharp.tsx +++ b/src/IconChaletSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChaletSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChaletSharpFilled.tsx b/src/IconChaletSharpFilled.tsx index 79c32798a..f0f24c8fa 100644 --- a/src/IconChaletSharpFilled.tsx +++ b/src/IconChaletSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChaletSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChangeCircleOutlined.tsx b/src/IconChangeCircleOutlined.tsx index bd3b0730e..367ce50a5 100644 --- a/src/IconChangeCircleOutlined.tsx +++ b/src/IconChangeCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChangeCircleOutlinedFilled.tsx b/src/IconChangeCircleOutlinedFilled.tsx index f85b79c18..72dcc43ab 100644 --- a/src/IconChangeCircleOutlinedFilled.tsx +++ b/src/IconChangeCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChangeCircleRounded.tsx b/src/IconChangeCircleRounded.tsx index baba6c26b..ea63098e1 100644 --- a/src/IconChangeCircleRounded.tsx +++ b/src/IconChangeCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChangeCircleRoundedFilled.tsx b/src/IconChangeCircleRoundedFilled.tsx index 098b4118e..99ecc7df8 100644 --- a/src/IconChangeCircleRoundedFilled.tsx +++ b/src/IconChangeCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChangeCircleSharp.tsx b/src/IconChangeCircleSharp.tsx index 5cb277283..f062dc8b8 100644 --- a/src/IconChangeCircleSharp.tsx +++ b/src/IconChangeCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChangeCircleSharpFilled.tsx b/src/IconChangeCircleSharpFilled.tsx index e23fb40b7..71c0bfd41 100644 --- a/src/IconChangeCircleSharpFilled.tsx +++ b/src/IconChangeCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconChangeHistoryOutlined.tsx b/src/IconChangeHistoryOutlined.tsx index b719d6e18..1a264da41 100644 --- a/src/IconChangeHistoryOutlined.tsx +++ b/src/IconChangeHistoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeHistoryOutlined: React.FC = ({ ...props diff --git a/src/IconChangeHistoryOutlinedFilled.tsx b/src/IconChangeHistoryOutlinedFilled.tsx index 8b2ed304b..7853bf130 100644 --- a/src/IconChangeHistoryOutlinedFilled.tsx +++ b/src/IconChangeHistoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeHistoryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChangeHistoryRounded.tsx b/src/IconChangeHistoryRounded.tsx index d89fb852d..cd7b5bf50 100644 --- a/src/IconChangeHistoryRounded.tsx +++ b/src/IconChangeHistoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeHistoryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChangeHistoryRoundedFilled.tsx b/src/IconChangeHistoryRoundedFilled.tsx index 5cd86ae36..5b9907adf 100644 --- a/src/IconChangeHistoryRoundedFilled.tsx +++ b/src/IconChangeHistoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeHistoryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChangeHistorySharp.tsx b/src/IconChangeHistorySharp.tsx index e06662c49..f6e7e2922 100644 --- a/src/IconChangeHistorySharp.tsx +++ b/src/IconChangeHistorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeHistorySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChangeHistorySharpFilled.tsx b/src/IconChangeHistorySharpFilled.tsx index 52be32a9d..9d1156748 100644 --- a/src/IconChangeHistorySharpFilled.tsx +++ b/src/IconChangeHistorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChangeHistorySharpFilled: React.FC = ({ ...props diff --git a/src/IconChargerOutlined.tsx b/src/IconChargerOutlined.tsx index e35327a9c..3b5fbcd33 100644 --- a/src/IconChargerOutlined.tsx +++ b/src/IconChargerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChargerOutlinedFilled.tsx b/src/IconChargerOutlinedFilled.tsx index cc454b118..cedca9d14 100644 --- a/src/IconChargerOutlinedFilled.tsx +++ b/src/IconChargerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChargerRounded.tsx b/src/IconChargerRounded.tsx index ad0bf750d..203e8131b 100644 --- a/src/IconChargerRounded.tsx +++ b/src/IconChargerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChargerRoundedFilled.tsx b/src/IconChargerRoundedFilled.tsx index 0ed7a4ffc..ad06b198c 100644 --- a/src/IconChargerRoundedFilled.tsx +++ b/src/IconChargerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargerRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChargerSharp.tsx b/src/IconChargerSharp.tsx index 434196e24..f1b896d87 100644 --- a/src/IconChargerSharp.tsx +++ b/src/IconChargerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChargerSharpFilled.tsx b/src/IconChargerSharpFilled.tsx index 953c11674..db37d8811 100644 --- a/src/IconChargerSharpFilled.tsx +++ b/src/IconChargerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChargingStationOutlined.tsx b/src/IconChargingStationOutlined.tsx index 7b762f148..58ebe95a7 100644 --- a/src/IconChargingStationOutlined.tsx +++ b/src/IconChargingStationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargingStationOutlined: React.FC = ({ ...props diff --git a/src/IconChargingStationOutlinedFilled.tsx b/src/IconChargingStationOutlinedFilled.tsx index 2202bd86b..ec05b99f6 100644 --- a/src/IconChargingStationOutlinedFilled.tsx +++ b/src/IconChargingStationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargingStationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChargingStationRounded.tsx b/src/IconChargingStationRounded.tsx index 72cd448d5..a41204738 100644 --- a/src/IconChargingStationRounded.tsx +++ b/src/IconChargingStationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargingStationRounded: React.FC = ({ ...props diff --git a/src/IconChargingStationRoundedFilled.tsx b/src/IconChargingStationRoundedFilled.tsx index 33d542e2b..be80cacc7 100644 --- a/src/IconChargingStationRoundedFilled.tsx +++ b/src/IconChargingStationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargingStationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChargingStationSharp.tsx b/src/IconChargingStationSharp.tsx index baeab962a..cda31aaee 100644 --- a/src/IconChargingStationSharp.tsx +++ b/src/IconChargingStationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargingStationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChargingStationSharpFilled.tsx b/src/IconChargingStationSharpFilled.tsx index 489f13a68..31f2f60a3 100644 --- a/src/IconChargingStationSharpFilled.tsx +++ b/src/IconChargingStationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChargingStationSharpFilled: React.FC = ({ ...props diff --git a/src/IconChartDataOutlined.tsx b/src/IconChartDataOutlined.tsx index 820edee6e..830eec765 100644 --- a/src/IconChartDataOutlined.tsx +++ b/src/IconChartDataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChartDataOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChartDataOutlinedFilled.tsx b/src/IconChartDataOutlinedFilled.tsx index 4dfb02929..1d4f163a1 100644 --- a/src/IconChartDataOutlinedFilled.tsx +++ b/src/IconChartDataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChartDataOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChartDataRounded.tsx b/src/IconChartDataRounded.tsx index 3289bf3e9..d5c04bc1c 100644 --- a/src/IconChartDataRounded.tsx +++ b/src/IconChartDataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChartDataRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChartDataRoundedFilled.tsx b/src/IconChartDataRoundedFilled.tsx index d7c1b56a5..5376dbb70 100644 --- a/src/IconChartDataRoundedFilled.tsx +++ b/src/IconChartDataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChartDataRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChartDataSharp.tsx b/src/IconChartDataSharp.tsx index eb0327ac3..c997eb34d 100644 --- a/src/IconChartDataSharp.tsx +++ b/src/IconChartDataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChartDataSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChartDataSharpFilled.tsx b/src/IconChartDataSharpFilled.tsx index ba9e6aaa7..bfb7cdff4 100644 --- a/src/IconChartDataSharpFilled.tsx +++ b/src/IconChartDataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChartDataSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChatAddOnOutlined.tsx b/src/IconChatAddOnOutlined.tsx index a7e28f982..ea9df3adf 100644 --- a/src/IconChatAddOnOutlined.tsx +++ b/src/IconChatAddOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAddOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChatAddOnOutlinedFilled.tsx b/src/IconChatAddOnOutlinedFilled.tsx index c1ba7e39c..f1ed34666 100644 --- a/src/IconChatAddOnOutlinedFilled.tsx +++ b/src/IconChatAddOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAddOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChatAddOnRounded.tsx b/src/IconChatAddOnRounded.tsx index 92feed375..382d06804 100644 --- a/src/IconChatAddOnRounded.tsx +++ b/src/IconChatAddOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAddOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChatAddOnRoundedFilled.tsx b/src/IconChatAddOnRoundedFilled.tsx index f91ef9234..856545c9c 100644 --- a/src/IconChatAddOnRoundedFilled.tsx +++ b/src/IconChatAddOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAddOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChatAddOnSharp.tsx b/src/IconChatAddOnSharp.tsx index 7c63bade5..b7071994e 100644 --- a/src/IconChatAddOnSharp.tsx +++ b/src/IconChatAddOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAddOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChatAddOnSharpFilled.tsx b/src/IconChatAddOnSharpFilled.tsx index 5bca387fc..8ff953e1c 100644 --- a/src/IconChatAddOnSharpFilled.tsx +++ b/src/IconChatAddOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAddOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChatAppsScriptOutlined.tsx b/src/IconChatAppsScriptOutlined.tsx index 98c1d6ac3..27e5717bd 100644 --- a/src/IconChatAppsScriptOutlined.tsx +++ b/src/IconChatAppsScriptOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAppsScriptOutlined: React.FC = ({ ...props diff --git a/src/IconChatAppsScriptOutlinedFilled.tsx b/src/IconChatAppsScriptOutlinedFilled.tsx index ad04d1cf7..bbd2410c3 100644 --- a/src/IconChatAppsScriptOutlinedFilled.tsx +++ b/src/IconChatAppsScriptOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAppsScriptOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChatAppsScriptRounded.tsx b/src/IconChatAppsScriptRounded.tsx index 6bc2625ce..fed23d196 100644 --- a/src/IconChatAppsScriptRounded.tsx +++ b/src/IconChatAppsScriptRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAppsScriptRounded: React.FC = ({ ...props diff --git a/src/IconChatAppsScriptRoundedFilled.tsx b/src/IconChatAppsScriptRoundedFilled.tsx index 7d5a89772..64b3db11d 100644 --- a/src/IconChatAppsScriptRoundedFilled.tsx +++ b/src/IconChatAppsScriptRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAppsScriptRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChatAppsScriptSharp.tsx b/src/IconChatAppsScriptSharp.tsx index ad3e5e52f..688ef0a7a 100644 --- a/src/IconChatAppsScriptSharp.tsx +++ b/src/IconChatAppsScriptSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAppsScriptSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChatAppsScriptSharpFilled.tsx b/src/IconChatAppsScriptSharpFilled.tsx index 7903d857b..087bc11fb 100644 --- a/src/IconChatAppsScriptSharpFilled.tsx +++ b/src/IconChatAppsScriptSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatAppsScriptSharpFilled: React.FC = ({ ...props diff --git a/src/IconChatBubbleOutlined.tsx b/src/IconChatBubbleOutlined.tsx index 3caa2b2b6..47c1b833a 100644 --- a/src/IconChatBubbleOutlined.tsx +++ b/src/IconChatBubbleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatBubbleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChatBubbleOutlinedFilled.tsx b/src/IconChatBubbleOutlinedFilled.tsx index 4d86242fd..ad24ebad7 100644 --- a/src/IconChatBubbleOutlinedFilled.tsx +++ b/src/IconChatBubbleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatBubbleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChatBubbleRounded.tsx b/src/IconChatBubbleRounded.tsx index 364ed7630..dc7c026bc 100644 --- a/src/IconChatBubbleRounded.tsx +++ b/src/IconChatBubbleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatBubbleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChatBubbleRoundedFilled.tsx b/src/IconChatBubbleRoundedFilled.tsx index 8ac4e6f42..002462bc6 100644 --- a/src/IconChatBubbleRoundedFilled.tsx +++ b/src/IconChatBubbleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatBubbleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChatBubbleSharp.tsx b/src/IconChatBubbleSharp.tsx index 17c16a1e2..93fbb0f96 100644 --- a/src/IconChatBubbleSharp.tsx +++ b/src/IconChatBubbleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatBubbleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChatBubbleSharpFilled.tsx b/src/IconChatBubbleSharpFilled.tsx index c5d477aeb..2f44ef99a 100644 --- a/src/IconChatBubbleSharpFilled.tsx +++ b/src/IconChatBubbleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatBubbleSharpFilled: React.FC = ({ ...props diff --git a/src/IconChatErrorOutlined.tsx b/src/IconChatErrorOutlined.tsx index 85a2175de..f6217e4cf 100644 --- a/src/IconChatErrorOutlined.tsx +++ b/src/IconChatErrorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatErrorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChatErrorOutlinedFilled.tsx b/src/IconChatErrorOutlinedFilled.tsx index 7f6b66a73..9fb5a06c3 100644 --- a/src/IconChatErrorOutlinedFilled.tsx +++ b/src/IconChatErrorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatErrorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChatErrorRounded.tsx b/src/IconChatErrorRounded.tsx index 904fc3e25..d4d6cec66 100644 --- a/src/IconChatErrorRounded.tsx +++ b/src/IconChatErrorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatErrorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChatErrorRoundedFilled.tsx b/src/IconChatErrorRoundedFilled.tsx index 68f4e699c..8fa9866d6 100644 --- a/src/IconChatErrorRoundedFilled.tsx +++ b/src/IconChatErrorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatErrorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChatErrorSharp.tsx b/src/IconChatErrorSharp.tsx index 676aad76f..5f561104f 100644 --- a/src/IconChatErrorSharp.tsx +++ b/src/IconChatErrorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatErrorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChatErrorSharpFilled.tsx b/src/IconChatErrorSharpFilled.tsx index b6e157945..9b4a757a6 100644 --- a/src/IconChatErrorSharpFilled.tsx +++ b/src/IconChatErrorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatErrorSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChatInfoOutlined.tsx b/src/IconChatInfoOutlined.tsx index 975ffc573..308fcb04f 100644 --- a/src/IconChatInfoOutlined.tsx +++ b/src/IconChatInfoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatInfoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChatInfoOutlinedFilled.tsx b/src/IconChatInfoOutlinedFilled.tsx index efe56a6ff..41cb8b359 100644 --- a/src/IconChatInfoOutlinedFilled.tsx +++ b/src/IconChatInfoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatInfoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChatInfoRounded.tsx b/src/IconChatInfoRounded.tsx index baee10a76..93a9707c8 100644 --- a/src/IconChatInfoRounded.tsx +++ b/src/IconChatInfoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatInfoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChatInfoRoundedFilled.tsx b/src/IconChatInfoRoundedFilled.tsx index a82ead3e5..86fed208f 100644 --- a/src/IconChatInfoRoundedFilled.tsx +++ b/src/IconChatInfoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatInfoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChatInfoSharp.tsx b/src/IconChatInfoSharp.tsx index e07ed0875..12cdcaab2 100644 --- a/src/IconChatInfoSharp.tsx +++ b/src/IconChatInfoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatInfoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChatInfoSharpFilled.tsx b/src/IconChatInfoSharpFilled.tsx index 355ea3c9c..1948a89c6 100644 --- a/src/IconChatInfoSharpFilled.tsx +++ b/src/IconChatInfoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatInfoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChatOutlined.tsx b/src/IconChatOutlined.tsx index dbbd30776..4da791477 100644 --- a/src/IconChatOutlined.tsx +++ b/src/IconChatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChatOutlinedFilled.tsx b/src/IconChatOutlinedFilled.tsx index b4570654d..6c63f0779 100644 --- a/src/IconChatOutlinedFilled.tsx +++ b/src/IconChatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChatPasteGoOutlined.tsx b/src/IconChatPasteGoOutlined.tsx index a97d5e477..b54110141 100644 --- a/src/IconChatPasteGoOutlined.tsx +++ b/src/IconChatPasteGoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatPasteGoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChatPasteGoOutlinedFilled.tsx b/src/IconChatPasteGoOutlinedFilled.tsx index 8cc58a112..dad18d007 100644 --- a/src/IconChatPasteGoOutlinedFilled.tsx +++ b/src/IconChatPasteGoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatPasteGoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChatPasteGoRounded.tsx b/src/IconChatPasteGoRounded.tsx index 2bf8632a6..012587b36 100644 --- a/src/IconChatPasteGoRounded.tsx +++ b/src/IconChatPasteGoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatPasteGoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChatPasteGoRoundedFilled.tsx b/src/IconChatPasteGoRoundedFilled.tsx index cb6669689..d19fb47c5 100644 --- a/src/IconChatPasteGoRoundedFilled.tsx +++ b/src/IconChatPasteGoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatPasteGoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChatPasteGoSharp.tsx b/src/IconChatPasteGoSharp.tsx index 71c3b72af..4beb2851f 100644 --- a/src/IconChatPasteGoSharp.tsx +++ b/src/IconChatPasteGoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatPasteGoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChatPasteGoSharpFilled.tsx b/src/IconChatPasteGoSharpFilled.tsx index 240230129..77af3415e 100644 --- a/src/IconChatPasteGoSharpFilled.tsx +++ b/src/IconChatPasteGoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatPasteGoSharpFilled: React.FC = ({ ...props diff --git a/src/IconChatRounded.tsx b/src/IconChatRounded.tsx index f86e5df40..db2a4f62c 100644 --- a/src/IconChatRounded.tsx +++ b/src/IconChatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChatRoundedFilled.tsx b/src/IconChatRoundedFilled.tsx index 743eb11ef..153422611 100644 --- a/src/IconChatRoundedFilled.tsx +++ b/src/IconChatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChatSharp.tsx b/src/IconChatSharp.tsx index 13dee0a70..1a2b0350d 100644 --- a/src/IconChatSharp.tsx +++ b/src/IconChatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChatSharpFilled.tsx b/src/IconChatSharpFilled.tsx index bcc3c3df8..39a1ada01 100644 --- a/src/IconChatSharpFilled.tsx +++ b/src/IconChatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChatSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckBoxOutlineBlankOutlined.tsx b/src/IconCheckBoxOutlineBlankOutlined.tsx index 388f17d7f..af6201ca2 100644 --- a/src/IconCheckBoxOutlineBlankOutlined.tsx +++ b/src/IconCheckBoxOutlineBlankOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxOutlineBlankOutlined: React.FC = ({ ...props diff --git a/src/IconCheckBoxOutlineBlankOutlinedFilled.tsx b/src/IconCheckBoxOutlineBlankOutlinedFilled.tsx index 1f05a91e0..15f12e77e 100644 --- a/src/IconCheckBoxOutlineBlankOutlinedFilled.tsx +++ b/src/IconCheckBoxOutlineBlankOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxOutlineBlankOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCheckBoxOutlineBlankRounded.tsx b/src/IconCheckBoxOutlineBlankRounded.tsx index d61e54f6a..d6856fea1 100644 --- a/src/IconCheckBoxOutlineBlankRounded.tsx +++ b/src/IconCheckBoxOutlineBlankRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxOutlineBlankRounded: React.FC = ({ ...props diff --git a/src/IconCheckBoxOutlineBlankRoundedFilled.tsx b/src/IconCheckBoxOutlineBlankRoundedFilled.tsx index fdb22f69a..74d6fb42d 100644 --- a/src/IconCheckBoxOutlineBlankRoundedFilled.tsx +++ b/src/IconCheckBoxOutlineBlankRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxOutlineBlankRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCheckBoxOutlineBlankSharp.tsx b/src/IconCheckBoxOutlineBlankSharp.tsx index df97f77d0..9de3820d3 100644 --- a/src/IconCheckBoxOutlineBlankSharp.tsx +++ b/src/IconCheckBoxOutlineBlankSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxOutlineBlankSharp: React.FC = ({ ...props diff --git a/src/IconCheckBoxOutlineBlankSharpFilled.tsx b/src/IconCheckBoxOutlineBlankSharpFilled.tsx index 8efded09f..0e346a0b2 100644 --- a/src/IconCheckBoxOutlineBlankSharpFilled.tsx +++ b/src/IconCheckBoxOutlineBlankSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxOutlineBlankSharpFilled: React.FC = ({ ...props diff --git a/src/IconCheckBoxOutlined.tsx b/src/IconCheckBoxOutlined.tsx index 63885bd8f..aa615d664 100644 --- a/src/IconCheckBoxOutlined.tsx +++ b/src/IconCheckBoxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckBoxOutlinedFilled.tsx b/src/IconCheckBoxOutlinedFilled.tsx index 0f7d9ab9f..f209e3cb0 100644 --- a/src/IconCheckBoxOutlinedFilled.tsx +++ b/src/IconCheckBoxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCheckBoxRounded.tsx b/src/IconCheckBoxRounded.tsx index cf279824a..93912527a 100644 --- a/src/IconCheckBoxRounded.tsx +++ b/src/IconCheckBoxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckBoxRoundedFilled.tsx b/src/IconCheckBoxRoundedFilled.tsx index bf182a532..6b57a74e0 100644 --- a/src/IconCheckBoxRoundedFilled.tsx +++ b/src/IconCheckBoxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCheckBoxSharp.tsx b/src/IconCheckBoxSharp.tsx index 241dd5bd3..0e687dc29 100644 --- a/src/IconCheckBoxSharp.tsx +++ b/src/IconCheckBoxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckBoxSharpFilled.tsx b/src/IconCheckBoxSharpFilled.tsx index 74f10b78d..8b8e635e2 100644 --- a/src/IconCheckBoxSharpFilled.tsx +++ b/src/IconCheckBoxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckBoxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckCircleOutlined.tsx b/src/IconCheckCircleOutlined.tsx index 2d147e580..866693c6e 100644 --- a/src/IconCheckCircleOutlined.tsx +++ b/src/IconCheckCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckCircleOutlinedFilled.tsx b/src/IconCheckCircleOutlinedFilled.tsx index 2702ceaad..e36a26dc1 100644 --- a/src/IconCheckCircleOutlinedFilled.tsx +++ b/src/IconCheckCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCheckCircleRounded.tsx b/src/IconCheckCircleRounded.tsx index 2146ec1e6..6c6767f6f 100644 --- a/src/IconCheckCircleRounded.tsx +++ b/src/IconCheckCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckCircleRoundedFilled.tsx b/src/IconCheckCircleRoundedFilled.tsx index 57371c595..dc3a2ab21 100644 --- a/src/IconCheckCircleRoundedFilled.tsx +++ b/src/IconCheckCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCheckCircleSharp.tsx b/src/IconCheckCircleSharp.tsx index 279a413a3..cfb04bf16 100644 --- a/src/IconCheckCircleSharp.tsx +++ b/src/IconCheckCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckCircleSharpFilled.tsx b/src/IconCheckCircleSharpFilled.tsx index c053a49c4..8a62bbad7 100644 --- a/src/IconCheckCircleSharpFilled.tsx +++ b/src/IconCheckCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconCheckInOutOutlined.tsx b/src/IconCheckInOutOutlined.tsx index f031dcf8e..5510a965f 100644 --- a/src/IconCheckInOutOutlined.tsx +++ b/src/IconCheckInOutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckInOutOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckInOutOutlinedFilled.tsx b/src/IconCheckInOutOutlinedFilled.tsx index 56fc8da65..0586688b9 100644 --- a/src/IconCheckInOutOutlinedFilled.tsx +++ b/src/IconCheckInOutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckInOutOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCheckInOutRounded.tsx b/src/IconCheckInOutRounded.tsx index 45f770bfc..9b0b58b78 100644 --- a/src/IconCheckInOutRounded.tsx +++ b/src/IconCheckInOutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckInOutRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckInOutRoundedFilled.tsx b/src/IconCheckInOutRoundedFilled.tsx index a22a6cf8e..9a7051c66 100644 --- a/src/IconCheckInOutRoundedFilled.tsx +++ b/src/IconCheckInOutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckInOutRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCheckInOutSharp.tsx b/src/IconCheckInOutSharp.tsx index 19664a780..4887e17fe 100644 --- a/src/IconCheckInOutSharp.tsx +++ b/src/IconCheckInOutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckInOutSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckInOutSharpFilled.tsx b/src/IconCheckInOutSharpFilled.tsx index 966793077..fe770a932 100644 --- a/src/IconCheckInOutSharpFilled.tsx +++ b/src/IconCheckInOutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckInOutSharpFilled: React.FC = ({ ...props diff --git a/src/IconCheckIndeterminateSmallOutlined.tsx b/src/IconCheckIndeterminateSmallOutlined.tsx index 18c8b5d0d..d2e020200 100644 --- a/src/IconCheckIndeterminateSmallOutlined.tsx +++ b/src/IconCheckIndeterminateSmallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckIndeterminateSmallOutlined: React.FC = ({ ...props diff --git a/src/IconCheckIndeterminateSmallOutlinedFilled.tsx b/src/IconCheckIndeterminateSmallOutlinedFilled.tsx index d2a89f998..9b022e61e 100644 --- a/src/IconCheckIndeterminateSmallOutlinedFilled.tsx +++ b/src/IconCheckIndeterminateSmallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckIndeterminateSmallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCheckIndeterminateSmallRounded.tsx b/src/IconCheckIndeterminateSmallRounded.tsx index 41e6644da..5e4b55ec1 100644 --- a/src/IconCheckIndeterminateSmallRounded.tsx +++ b/src/IconCheckIndeterminateSmallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckIndeterminateSmallRounded: React.FC = ({ ...props diff --git a/src/IconCheckIndeterminateSmallRoundedFilled.tsx b/src/IconCheckIndeterminateSmallRoundedFilled.tsx index 7148a9276..871e05ace 100644 --- a/src/IconCheckIndeterminateSmallRoundedFilled.tsx +++ b/src/IconCheckIndeterminateSmallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckIndeterminateSmallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCheckIndeterminateSmallSharp.tsx b/src/IconCheckIndeterminateSmallSharp.tsx index a435e65ae..dd69e00cc 100644 --- a/src/IconCheckIndeterminateSmallSharp.tsx +++ b/src/IconCheckIndeterminateSmallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckIndeterminateSmallSharp: React.FC = ({ ...props diff --git a/src/IconCheckIndeterminateSmallSharpFilled.tsx b/src/IconCheckIndeterminateSmallSharpFilled.tsx index 39035e0d7..326aab262 100644 --- a/src/IconCheckIndeterminateSmallSharpFilled.tsx +++ b/src/IconCheckIndeterminateSmallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckIndeterminateSmallSharpFilled: React.FC = ({ ...props diff --git a/src/IconCheckOutlined.tsx b/src/IconCheckOutlined.tsx index fa91c7138..981115dd1 100644 --- a/src/IconCheckOutlined.tsx +++ b/src/IconCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckOutlinedFilled.tsx b/src/IconCheckOutlinedFilled.tsx index 6a57875cd..6a40e66ed 100644 --- a/src/IconCheckOutlinedFilled.tsx +++ b/src/IconCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckRounded.tsx b/src/IconCheckRounded.tsx index cfd8ac9cf..2600361d2 100644 --- a/src/IconCheckRounded.tsx +++ b/src/IconCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckRoundedFilled.tsx b/src/IconCheckRoundedFilled.tsx index f35fae88a..894c36961 100644 --- a/src/IconCheckRoundedFilled.tsx +++ b/src/IconCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckSharp.tsx b/src/IconCheckSharp.tsx index 4f84d30b7..74fad3d4f 100644 --- a/src/IconCheckSharp.tsx +++ b/src/IconCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckSharpFilled.tsx b/src/IconCheckSharpFilled.tsx index 213ebeaa3..afa8bdbfa 100644 --- a/src/IconCheckSharpFilled.tsx +++ b/src/IconCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckSmallOutlined.tsx b/src/IconCheckSmallOutlined.tsx index 3d7915505..c844eca3b 100644 --- a/src/IconCheckSmallOutlined.tsx +++ b/src/IconCheckSmallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckSmallOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckSmallOutlinedFilled.tsx b/src/IconCheckSmallOutlinedFilled.tsx index 628ee983c..5214ea706 100644 --- a/src/IconCheckSmallOutlinedFilled.tsx +++ b/src/IconCheckSmallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckSmallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCheckSmallRounded.tsx b/src/IconCheckSmallRounded.tsx index 5b729593d..94bf84da8 100644 --- a/src/IconCheckSmallRounded.tsx +++ b/src/IconCheckSmallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckSmallRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckSmallRoundedFilled.tsx b/src/IconCheckSmallRoundedFilled.tsx index 34f6a55ae..5a18a239e 100644 --- a/src/IconCheckSmallRoundedFilled.tsx +++ b/src/IconCheckSmallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckSmallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCheckSmallSharp.tsx b/src/IconCheckSmallSharp.tsx index f76ee51f8..b6e7f6742 100644 --- a/src/IconCheckSmallSharp.tsx +++ b/src/IconCheckSmallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckSmallSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckSmallSharpFilled.tsx b/src/IconCheckSmallSharpFilled.tsx index 8131ead0a..3553fde4a 100644 --- a/src/IconCheckSmallSharpFilled.tsx +++ b/src/IconCheckSmallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckSmallSharpFilled: React.FC = ({ ...props diff --git a/src/IconCheckbookOutlined.tsx b/src/IconCheckbookOutlined.tsx index 8114881ce..516f325be 100644 --- a/src/IconCheckbookOutlined.tsx +++ b/src/IconCheckbookOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckbookOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckbookOutlinedFilled.tsx b/src/IconCheckbookOutlinedFilled.tsx index ddad060b2..f1fa2f1b0 100644 --- a/src/IconCheckbookOutlinedFilled.tsx +++ b/src/IconCheckbookOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckbookOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCheckbookRounded.tsx b/src/IconCheckbookRounded.tsx index e583a2e35..36439fc44 100644 --- a/src/IconCheckbookRounded.tsx +++ b/src/IconCheckbookRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckbookRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckbookRoundedFilled.tsx b/src/IconCheckbookRoundedFilled.tsx index 837a56b2d..06544a58f 100644 --- a/src/IconCheckbookRoundedFilled.tsx +++ b/src/IconCheckbookRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckbookRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCheckbookSharp.tsx b/src/IconCheckbookSharp.tsx index b4abfd09c..54e61650e 100644 --- a/src/IconCheckbookSharp.tsx +++ b/src/IconCheckbookSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckbookSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckbookSharpFilled.tsx b/src/IconCheckbookSharpFilled.tsx index 687e8fcd7..cdb4f26f7 100644 --- a/src/IconCheckbookSharpFilled.tsx +++ b/src/IconCheckbookSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckbookSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckedBagOutlined.tsx b/src/IconCheckedBagOutlined.tsx index 6c35eb68c..0e230b519 100644 --- a/src/IconCheckedBagOutlined.tsx +++ b/src/IconCheckedBagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckedBagOutlinedFilled.tsx b/src/IconCheckedBagOutlinedFilled.tsx index 82411b2a1..38583da96 100644 --- a/src/IconCheckedBagOutlinedFilled.tsx +++ b/src/IconCheckedBagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCheckedBagQuestionOutlined.tsx b/src/IconCheckedBagQuestionOutlined.tsx index 53501e1c6..fc57ae1fe 100644 --- a/src/IconCheckedBagQuestionOutlined.tsx +++ b/src/IconCheckedBagQuestionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagQuestionOutlined: React.FC = ({ ...props diff --git a/src/IconCheckedBagQuestionOutlinedFilled.tsx b/src/IconCheckedBagQuestionOutlinedFilled.tsx index e1cb60c0c..ec9d6ec66 100644 --- a/src/IconCheckedBagQuestionOutlinedFilled.tsx +++ b/src/IconCheckedBagQuestionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagQuestionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCheckedBagQuestionRounded.tsx b/src/IconCheckedBagQuestionRounded.tsx index dc5bb2844..f20195ce4 100644 --- a/src/IconCheckedBagQuestionRounded.tsx +++ b/src/IconCheckedBagQuestionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagQuestionRounded: React.FC = ({ ...props diff --git a/src/IconCheckedBagQuestionRoundedFilled.tsx b/src/IconCheckedBagQuestionRoundedFilled.tsx index 823bd37cb..dbd2ad846 100644 --- a/src/IconCheckedBagQuestionRoundedFilled.tsx +++ b/src/IconCheckedBagQuestionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagQuestionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCheckedBagQuestionSharp.tsx b/src/IconCheckedBagQuestionSharp.tsx index c382fb43d..983ab9e49 100644 --- a/src/IconCheckedBagQuestionSharp.tsx +++ b/src/IconCheckedBagQuestionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagQuestionSharp: React.FC = ({ ...props diff --git a/src/IconCheckedBagQuestionSharpFilled.tsx b/src/IconCheckedBagQuestionSharpFilled.tsx index c2866d44c..3a3da7f68 100644 --- a/src/IconCheckedBagQuestionSharpFilled.tsx +++ b/src/IconCheckedBagQuestionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagQuestionSharpFilled: React.FC = ({ ...props diff --git a/src/IconCheckedBagRounded.tsx b/src/IconCheckedBagRounded.tsx index 83a7b7292..978ab6098 100644 --- a/src/IconCheckedBagRounded.tsx +++ b/src/IconCheckedBagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckedBagRoundedFilled.tsx b/src/IconCheckedBagRoundedFilled.tsx index 6da462c7d..17031cb45 100644 --- a/src/IconCheckedBagRoundedFilled.tsx +++ b/src/IconCheckedBagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCheckedBagSharp.tsx b/src/IconCheckedBagSharp.tsx index f21c7c72b..7c64cc942 100644 --- a/src/IconCheckedBagSharp.tsx +++ b/src/IconCheckedBagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckedBagSharpFilled.tsx b/src/IconCheckedBagSharpFilled.tsx index e39fade5c..062630ea7 100644 --- a/src/IconCheckedBagSharpFilled.tsx +++ b/src/IconCheckedBagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckedBagSharpFilled: React.FC = ({ ...props diff --git a/src/IconChecklistOutlined.tsx b/src/IconChecklistOutlined.tsx index d6bfa9c0d..864592e1b 100644 --- a/src/IconChecklistOutlined.tsx +++ b/src/IconChecklistOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChecklistOutlinedFilled.tsx b/src/IconChecklistOutlinedFilled.tsx index b59115dcb..d19afd0a3 100644 --- a/src/IconChecklistOutlinedFilled.tsx +++ b/src/IconChecklistOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChecklistRounded.tsx b/src/IconChecklistRounded.tsx index 9f32fb4ba..c509b983e 100644 --- a/src/IconChecklistRounded.tsx +++ b/src/IconChecklistRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChecklistRoundedFilled.tsx b/src/IconChecklistRoundedFilled.tsx index 39c46a279..69d8851c3 100644 --- a/src/IconChecklistRoundedFilled.tsx +++ b/src/IconChecklistRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChecklistRtlOutlined.tsx b/src/IconChecklistRtlOutlined.tsx index 6dcbcb680..d26758d84 100644 --- a/src/IconChecklistRtlOutlined.tsx +++ b/src/IconChecklistRtlOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistRtlOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChecklistRtlOutlinedFilled.tsx b/src/IconChecklistRtlOutlinedFilled.tsx index a6cb8427b..90a74240c 100644 --- a/src/IconChecklistRtlOutlinedFilled.tsx +++ b/src/IconChecklistRtlOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistRtlOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChecklistRtlRounded.tsx b/src/IconChecklistRtlRounded.tsx index 45c78cd9e..045c52922 100644 --- a/src/IconChecklistRtlRounded.tsx +++ b/src/IconChecklistRtlRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistRtlRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChecklistRtlRoundedFilled.tsx b/src/IconChecklistRtlRoundedFilled.tsx index bfe68c01e..e16c773e9 100644 --- a/src/IconChecklistRtlRoundedFilled.tsx +++ b/src/IconChecklistRtlRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistRtlRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChecklistRtlSharp.tsx b/src/IconChecklistRtlSharp.tsx index ac8b14990..a69aad5b0 100644 --- a/src/IconChecklistRtlSharp.tsx +++ b/src/IconChecklistRtlSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistRtlSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChecklistRtlSharpFilled.tsx b/src/IconChecklistRtlSharpFilled.tsx index 5468f81cf..f819be985 100644 --- a/src/IconChecklistRtlSharpFilled.tsx +++ b/src/IconChecklistRtlSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistRtlSharpFilled: React.FC = ({ ...props diff --git a/src/IconChecklistSharp.tsx b/src/IconChecklistSharp.tsx index 6703e4280..309b4ed29 100644 --- a/src/IconChecklistSharp.tsx +++ b/src/IconChecklistSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChecklistSharpFilled.tsx b/src/IconChecklistSharpFilled.tsx index 0f6489f46..d52e80a70 100644 --- a/src/IconChecklistSharpFilled.tsx +++ b/src/IconChecklistSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChecklistSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckroomOutlined.tsx b/src/IconCheckroomOutlined.tsx index 180f91fe4..12a881365 100644 --- a/src/IconCheckroomOutlined.tsx +++ b/src/IconCheckroomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckroomOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckroomOutlinedFilled.tsx b/src/IconCheckroomOutlinedFilled.tsx index cd68f1e66..fd8d7eb30 100644 --- a/src/IconCheckroomOutlinedFilled.tsx +++ b/src/IconCheckroomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckroomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCheckroomRounded.tsx b/src/IconCheckroomRounded.tsx index 3201a7358..b9bda9dca 100644 --- a/src/IconCheckroomRounded.tsx +++ b/src/IconCheckroomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckroomRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckroomRoundedFilled.tsx b/src/IconCheckroomRoundedFilled.tsx index 53c455464..ce3980cee 100644 --- a/src/IconCheckroomRoundedFilled.tsx +++ b/src/IconCheckroomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckroomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCheckroomSharp.tsx b/src/IconCheckroomSharp.tsx index ef57039f2..1c5015a2e 100644 --- a/src/IconCheckroomSharp.tsx +++ b/src/IconCheckroomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckroomSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCheckroomSharpFilled.tsx b/src/IconCheckroomSharpFilled.tsx index 5277b7070..05e5c0e8e 100644 --- a/src/IconCheckroomSharpFilled.tsx +++ b/src/IconCheckroomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheckroomSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCheerOutlined.tsx b/src/IconCheerOutlined.tsx index 4a3beaa14..d2c9e4c2d 100644 --- a/src/IconCheerOutlined.tsx +++ b/src/IconCheerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCheerOutlinedFilled.tsx b/src/IconCheerOutlinedFilled.tsx index 24767f445..2c527d060 100644 --- a/src/IconCheerOutlinedFilled.tsx +++ b/src/IconCheerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheerOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCheerRounded.tsx b/src/IconCheerRounded.tsx index 31aba742f..5375f7ffe 100644 --- a/src/IconCheerRounded.tsx +++ b/src/IconCheerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCheerRoundedFilled.tsx b/src/IconCheerRoundedFilled.tsx index 73cd43519..f759876ed 100644 --- a/src/IconCheerRoundedFilled.tsx +++ b/src/IconCheerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheerRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCheerSharp.tsx b/src/IconCheerSharp.tsx index dfa857129..01609bb83 100644 --- a/src/IconCheerSharp.tsx +++ b/src/IconCheerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCheerSharpFilled.tsx b/src/IconCheerSharpFilled.tsx index 3759c3f8e..2778bf885 100644 --- a/src/IconCheerSharpFilled.tsx +++ b/src/IconCheerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCheerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChessOutlined.tsx b/src/IconChessOutlined.tsx index 79816e1f1..62f984214 100644 --- a/src/IconChessOutlined.tsx +++ b/src/IconChessOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChessOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChessOutlinedFilled.tsx b/src/IconChessOutlinedFilled.tsx index 7f5a66f28..3e6b42a51 100644 --- a/src/IconChessOutlinedFilled.tsx +++ b/src/IconChessOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChessOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChessRounded.tsx b/src/IconChessRounded.tsx index 8d276726a..b4588d18a 100644 --- a/src/IconChessRounded.tsx +++ b/src/IconChessRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChessRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChessRoundedFilled.tsx b/src/IconChessRoundedFilled.tsx index 12408f539..dcbd2552a 100644 --- a/src/IconChessRoundedFilled.tsx +++ b/src/IconChessRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChessRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChessSharp.tsx b/src/IconChessSharp.tsx index f0ea992b1..94636f61f 100644 --- a/src/IconChessSharp.tsx +++ b/src/IconChessSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChessSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChessSharpFilled.tsx b/src/IconChessSharpFilled.tsx index dfdc1280f..d5a9058be 100644 --- a/src/IconChessSharpFilled.tsx +++ b/src/IconChessSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChessSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChevronBackwardOutlined.tsx b/src/IconChevronBackwardOutlined.tsx index 70803ceb0..f190077b2 100644 --- a/src/IconChevronBackwardOutlined.tsx +++ b/src/IconChevronBackwardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronBackwardOutlined: React.FC = ({ ...props diff --git a/src/IconChevronBackwardOutlinedFilled.tsx b/src/IconChevronBackwardOutlinedFilled.tsx index 88a73e1b6..72e0f6c9b 100644 --- a/src/IconChevronBackwardOutlinedFilled.tsx +++ b/src/IconChevronBackwardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronBackwardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChevronBackwardRounded.tsx b/src/IconChevronBackwardRounded.tsx index accb22e31..d558e6886 100644 --- a/src/IconChevronBackwardRounded.tsx +++ b/src/IconChevronBackwardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronBackwardRounded: React.FC = ({ ...props diff --git a/src/IconChevronBackwardRoundedFilled.tsx b/src/IconChevronBackwardRoundedFilled.tsx index 68d8f3b47..5cdb29c3c 100644 --- a/src/IconChevronBackwardRoundedFilled.tsx +++ b/src/IconChevronBackwardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronBackwardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChevronBackwardSharp.tsx b/src/IconChevronBackwardSharp.tsx index fbbbac23d..2fe724585 100644 --- a/src/IconChevronBackwardSharp.tsx +++ b/src/IconChevronBackwardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronBackwardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChevronBackwardSharpFilled.tsx b/src/IconChevronBackwardSharpFilled.tsx index de4b3e9a5..44815d626 100644 --- a/src/IconChevronBackwardSharpFilled.tsx +++ b/src/IconChevronBackwardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronBackwardSharpFilled: React.FC = ({ ...props diff --git a/src/IconChevronForwardOutlined.tsx b/src/IconChevronForwardOutlined.tsx index cb4df1130..def734e56 100644 --- a/src/IconChevronForwardOutlined.tsx +++ b/src/IconChevronForwardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronForwardOutlined: React.FC = ({ ...props diff --git a/src/IconChevronForwardOutlinedFilled.tsx b/src/IconChevronForwardOutlinedFilled.tsx index d8f6fc4b0..7c088ef95 100644 --- a/src/IconChevronForwardOutlinedFilled.tsx +++ b/src/IconChevronForwardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronForwardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChevronForwardRounded.tsx b/src/IconChevronForwardRounded.tsx index 41732188b..13ab94268 100644 --- a/src/IconChevronForwardRounded.tsx +++ b/src/IconChevronForwardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronForwardRounded: React.FC = ({ ...props diff --git a/src/IconChevronForwardRoundedFilled.tsx b/src/IconChevronForwardRoundedFilled.tsx index 5ee8fd8e0..088267b44 100644 --- a/src/IconChevronForwardRoundedFilled.tsx +++ b/src/IconChevronForwardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronForwardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChevronForwardSharp.tsx b/src/IconChevronForwardSharp.tsx index a04232168..2640dad2d 100644 --- a/src/IconChevronForwardSharp.tsx +++ b/src/IconChevronForwardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronForwardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChevronForwardSharpFilled.tsx b/src/IconChevronForwardSharpFilled.tsx index 5bd7bd73c..0144e4a9e 100644 --- a/src/IconChevronForwardSharpFilled.tsx +++ b/src/IconChevronForwardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronForwardSharpFilled: React.FC = ({ ...props diff --git a/src/IconChevronLeftOutlined.tsx b/src/IconChevronLeftOutlined.tsx index 096d13113..f4cb08993 100644 --- a/src/IconChevronLeftOutlined.tsx +++ b/src/IconChevronLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChevronLeftOutlinedFilled.tsx b/src/IconChevronLeftOutlinedFilled.tsx index 42501f2b6..dec5ddd50 100644 --- a/src/IconChevronLeftOutlinedFilled.tsx +++ b/src/IconChevronLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChevronLeftRounded.tsx b/src/IconChevronLeftRounded.tsx index 68b296b62..a6945023e 100644 --- a/src/IconChevronLeftRounded.tsx +++ b/src/IconChevronLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChevronLeftRoundedFilled.tsx b/src/IconChevronLeftRoundedFilled.tsx index 336545d0a..c9540f674 100644 --- a/src/IconChevronLeftRoundedFilled.tsx +++ b/src/IconChevronLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChevronLeftSharp.tsx b/src/IconChevronLeftSharp.tsx index 9f01967af..baf6203ef 100644 --- a/src/IconChevronLeftSharp.tsx +++ b/src/IconChevronLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChevronLeftSharpFilled.tsx b/src/IconChevronLeftSharpFilled.tsx index 48e0153b6..95957dec9 100644 --- a/src/IconChevronLeftSharpFilled.tsx +++ b/src/IconChevronLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconChevronRightOutlined.tsx b/src/IconChevronRightOutlined.tsx index b9cb2dc80..f4c919520 100644 --- a/src/IconChevronRightOutlined.tsx +++ b/src/IconChevronRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChevronRightOutlinedFilled.tsx b/src/IconChevronRightOutlinedFilled.tsx index 7d83374f2..ba88e66b3 100644 --- a/src/IconChevronRightOutlinedFilled.tsx +++ b/src/IconChevronRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChevronRightRounded.tsx b/src/IconChevronRightRounded.tsx index 1e6c99961..c820f2b2b 100644 --- a/src/IconChevronRightRounded.tsx +++ b/src/IconChevronRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChevronRightRoundedFilled.tsx b/src/IconChevronRightRoundedFilled.tsx index e2adec23e..6bf12694b 100644 --- a/src/IconChevronRightRoundedFilled.tsx +++ b/src/IconChevronRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChevronRightSharp.tsx b/src/IconChevronRightSharp.tsx index 51e67e2a8..f8c49acb5 100644 --- a/src/IconChevronRightSharp.tsx +++ b/src/IconChevronRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChevronRightSharpFilled.tsx b/src/IconChevronRightSharpFilled.tsx index d041e9e45..c7b88c7b0 100644 --- a/src/IconChevronRightSharpFilled.tsx +++ b/src/IconChevronRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChevronRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconChildCareOutlined.tsx b/src/IconChildCareOutlined.tsx index d7cb8547a..a082f9b39 100644 --- a/src/IconChildCareOutlined.tsx +++ b/src/IconChildCareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildCareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChildCareOutlinedFilled.tsx b/src/IconChildCareOutlinedFilled.tsx index 47ba7e6a8..8c716d7ca 100644 --- a/src/IconChildCareOutlinedFilled.tsx +++ b/src/IconChildCareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildCareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChildCareRounded.tsx b/src/IconChildCareRounded.tsx index eec09dd95..9778d3843 100644 --- a/src/IconChildCareRounded.tsx +++ b/src/IconChildCareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildCareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChildCareRoundedFilled.tsx b/src/IconChildCareRoundedFilled.tsx index e3fce9ddb..f2d0404dc 100644 --- a/src/IconChildCareRoundedFilled.tsx +++ b/src/IconChildCareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildCareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChildCareSharp.tsx b/src/IconChildCareSharp.tsx index 1e4efac67..01d53b2a2 100644 --- a/src/IconChildCareSharp.tsx +++ b/src/IconChildCareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildCareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChildCareSharpFilled.tsx b/src/IconChildCareSharpFilled.tsx index b877e097f..d7f7e4154 100644 --- a/src/IconChildCareSharpFilled.tsx +++ b/src/IconChildCareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildCareSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChildFriendlyOutlined.tsx b/src/IconChildFriendlyOutlined.tsx index d6ad945a7..b801be5c8 100644 --- a/src/IconChildFriendlyOutlined.tsx +++ b/src/IconChildFriendlyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildFriendlyOutlined: React.FC = ({ ...props diff --git a/src/IconChildFriendlyOutlinedFilled.tsx b/src/IconChildFriendlyOutlinedFilled.tsx index a0e669888..40f3843c9 100644 --- a/src/IconChildFriendlyOutlinedFilled.tsx +++ b/src/IconChildFriendlyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildFriendlyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChildFriendlyRounded.tsx b/src/IconChildFriendlyRounded.tsx index ec8536185..2dcfd1a6a 100644 --- a/src/IconChildFriendlyRounded.tsx +++ b/src/IconChildFriendlyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildFriendlyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChildFriendlyRoundedFilled.tsx b/src/IconChildFriendlyRoundedFilled.tsx index 0d607670d..b82935f27 100644 --- a/src/IconChildFriendlyRoundedFilled.tsx +++ b/src/IconChildFriendlyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildFriendlyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChildFriendlySharp.tsx b/src/IconChildFriendlySharp.tsx index e02098b91..3bd499cbd 100644 --- a/src/IconChildFriendlySharp.tsx +++ b/src/IconChildFriendlySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildFriendlySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChildFriendlySharpFilled.tsx b/src/IconChildFriendlySharpFilled.tsx index 35350f893..efaf0f41e 100644 --- a/src/IconChildFriendlySharpFilled.tsx +++ b/src/IconChildFriendlySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChildFriendlySharpFilled: React.FC = ({ ...props diff --git a/src/IconChipExtractionOutlined.tsx b/src/IconChipExtractionOutlined.tsx index abb026b02..3b6df6ebf 100644 --- a/src/IconChipExtractionOutlined.tsx +++ b/src/IconChipExtractionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipExtractionOutlined: React.FC = ({ ...props diff --git a/src/IconChipExtractionOutlinedFilled.tsx b/src/IconChipExtractionOutlinedFilled.tsx index d86e211f0..2a68ec4ff 100644 --- a/src/IconChipExtractionOutlinedFilled.tsx +++ b/src/IconChipExtractionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipExtractionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChipExtractionRounded.tsx b/src/IconChipExtractionRounded.tsx index 3c310f6ad..8e2210980 100644 --- a/src/IconChipExtractionRounded.tsx +++ b/src/IconChipExtractionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipExtractionRounded: React.FC = ({ ...props diff --git a/src/IconChipExtractionRoundedFilled.tsx b/src/IconChipExtractionRoundedFilled.tsx index 720959fa0..a18d2a784 100644 --- a/src/IconChipExtractionRoundedFilled.tsx +++ b/src/IconChipExtractionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipExtractionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChipExtractionSharp.tsx b/src/IconChipExtractionSharp.tsx index 0e46943be..5ed7b5a56 100644 --- a/src/IconChipExtractionSharp.tsx +++ b/src/IconChipExtractionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipExtractionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChipExtractionSharpFilled.tsx b/src/IconChipExtractionSharpFilled.tsx index 52c24a5b7..ab0425169 100644 --- a/src/IconChipExtractionSharpFilled.tsx +++ b/src/IconChipExtractionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipExtractionSharpFilled: React.FC = ({ ...props diff --git a/src/IconChipsOutlined.tsx b/src/IconChipsOutlined.tsx index 61110a240..6f7e4bbe0 100644 --- a/src/IconChipsOutlined.tsx +++ b/src/IconChipsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChipsOutlinedFilled.tsx b/src/IconChipsOutlinedFilled.tsx index cb1ef6413..469eb49a0 100644 --- a/src/IconChipsOutlinedFilled.tsx +++ b/src/IconChipsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChipsRounded.tsx b/src/IconChipsRounded.tsx index 12a94ed7a..68560c21c 100644 --- a/src/IconChipsRounded.tsx +++ b/src/IconChipsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChipsRoundedFilled.tsx b/src/IconChipsRoundedFilled.tsx index 95fe721f5..9254a252c 100644 --- a/src/IconChipsRoundedFilled.tsx +++ b/src/IconChipsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChipsSharp.tsx b/src/IconChipsSharp.tsx index 96582743b..625384bfe 100644 --- a/src/IconChipsSharp.tsx +++ b/src/IconChipsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChipsSharpFilled.tsx b/src/IconChipsSharpFilled.tsx index dd9232149..73b760371 100644 --- a/src/IconChipsSharpFilled.tsx +++ b/src/IconChipsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChipsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChromeReaderModeOutlined.tsx b/src/IconChromeReaderModeOutlined.tsx index fe3f0dd50..862d8f65d 100644 --- a/src/IconChromeReaderModeOutlined.tsx +++ b/src/IconChromeReaderModeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromeReaderModeOutlined: React.FC = ({ ...props diff --git a/src/IconChromeReaderModeOutlinedFilled.tsx b/src/IconChromeReaderModeOutlinedFilled.tsx index a4c686467..94fc53649 100644 --- a/src/IconChromeReaderModeOutlinedFilled.tsx +++ b/src/IconChromeReaderModeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromeReaderModeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChromeReaderModeRounded.tsx b/src/IconChromeReaderModeRounded.tsx index bea56f8da..13cd2867a 100644 --- a/src/IconChromeReaderModeRounded.tsx +++ b/src/IconChromeReaderModeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromeReaderModeRounded: React.FC = ({ ...props diff --git a/src/IconChromeReaderModeRoundedFilled.tsx b/src/IconChromeReaderModeRoundedFilled.tsx index 173c60a8d..00227b83a 100644 --- a/src/IconChromeReaderModeRoundedFilled.tsx +++ b/src/IconChromeReaderModeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromeReaderModeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChromeReaderModeSharp.tsx b/src/IconChromeReaderModeSharp.tsx index 3b2f3e0b5..59667dd60 100644 --- a/src/IconChromeReaderModeSharp.tsx +++ b/src/IconChromeReaderModeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromeReaderModeSharp: React.FC = ({ ...props diff --git a/src/IconChromeReaderModeSharpFilled.tsx b/src/IconChromeReaderModeSharpFilled.tsx index e4dd7f7a7..9e3560ef4 100644 --- a/src/IconChromeReaderModeSharpFilled.tsx +++ b/src/IconChromeReaderModeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromeReaderModeSharpFilled: React.FC = ({ ...props diff --git a/src/IconChromecast2Outlined.tsx b/src/IconChromecast2Outlined.tsx index 2a05e6e47..87c4a9f6c 100644 --- a/src/IconChromecast2Outlined.tsx +++ b/src/IconChromecast2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecast2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChromecast2OutlinedFilled.tsx b/src/IconChromecast2OutlinedFilled.tsx index 4dc7ffd7e..3adc1cb8e 100644 --- a/src/IconChromecast2OutlinedFilled.tsx +++ b/src/IconChromecast2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecast2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChromecast2Rounded.tsx b/src/IconChromecast2Rounded.tsx index b5856ac1d..655029517 100644 --- a/src/IconChromecast2Rounded.tsx +++ b/src/IconChromecast2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecast2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChromecast2RoundedFilled.tsx b/src/IconChromecast2RoundedFilled.tsx index 33ef1f4bb..dfa77835f 100644 --- a/src/IconChromecast2RoundedFilled.tsx +++ b/src/IconChromecast2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecast2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconChromecast2Sharp.tsx b/src/IconChromecast2Sharp.tsx index 0314d92ba..fafd0697a 100644 --- a/src/IconChromecast2Sharp.tsx +++ b/src/IconChromecast2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecast2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChromecast2SharpFilled.tsx b/src/IconChromecast2SharpFilled.tsx index 5f73683d7..4de97e034 100644 --- a/src/IconChromecast2SharpFilled.tsx +++ b/src/IconChromecast2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecast2SharpFilled: React.FC = ({ ...props diff --git a/src/IconChromecastDeviceOutlined.tsx b/src/IconChromecastDeviceOutlined.tsx index 0fdfbaee7..65a9ac90f 100644 --- a/src/IconChromecastDeviceOutlined.tsx +++ b/src/IconChromecastDeviceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecastDeviceOutlined: React.FC = ({ ...props diff --git a/src/IconChromecastDeviceOutlinedFilled.tsx b/src/IconChromecastDeviceOutlinedFilled.tsx index 5c7143fcc..5864bdf20 100644 --- a/src/IconChromecastDeviceOutlinedFilled.tsx +++ b/src/IconChromecastDeviceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecastDeviceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChromecastDeviceRounded.tsx b/src/IconChromecastDeviceRounded.tsx index e567fdff7..2eb65c6d4 100644 --- a/src/IconChromecastDeviceRounded.tsx +++ b/src/IconChromecastDeviceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecastDeviceRounded: React.FC = ({ ...props diff --git a/src/IconChromecastDeviceRoundedFilled.tsx b/src/IconChromecastDeviceRoundedFilled.tsx index 535bd6ab0..68210217f 100644 --- a/src/IconChromecastDeviceRoundedFilled.tsx +++ b/src/IconChromecastDeviceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecastDeviceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconChromecastDeviceSharp.tsx b/src/IconChromecastDeviceSharp.tsx index 3a5c7f5f4..39097e074 100644 --- a/src/IconChromecastDeviceSharp.tsx +++ b/src/IconChromecastDeviceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecastDeviceSharp: React.FC = ({ ...props diff --git a/src/IconChromecastDeviceSharpFilled.tsx b/src/IconChromecastDeviceSharpFilled.tsx index 2e78ea9ea..772d5d747 100644 --- a/src/IconChromecastDeviceSharpFilled.tsx +++ b/src/IconChromecastDeviceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChromecastDeviceSharpFilled: React.FC = ({ ...props diff --git a/src/IconChronicOutlined.tsx b/src/IconChronicOutlined.tsx index ef9f91fbb..65bbc4e83 100644 --- a/src/IconChronicOutlined.tsx +++ b/src/IconChronicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChronicOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChronicOutlinedFilled.tsx b/src/IconChronicOutlinedFilled.tsx index 66bb65760..8620ecfd3 100644 --- a/src/IconChronicOutlinedFilled.tsx +++ b/src/IconChronicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChronicOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconChronicRounded.tsx b/src/IconChronicRounded.tsx index 796d9a8c9..7aa27910b 100644 --- a/src/IconChronicRounded.tsx +++ b/src/IconChronicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChronicRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChronicRoundedFilled.tsx b/src/IconChronicRoundedFilled.tsx index cf6d1e23b..c85749385 100644 --- a/src/IconChronicRoundedFilled.tsx +++ b/src/IconChronicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChronicRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChronicSharp.tsx b/src/IconChronicSharp.tsx index 7e2768820..85630c3bd 100644 --- a/src/IconChronicSharp.tsx +++ b/src/IconChronicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChronicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChronicSharpFilled.tsx b/src/IconChronicSharpFilled.tsx index 04a96ee16..c3d8cc76e 100644 --- a/src/IconChronicSharpFilled.tsx +++ b/src/IconChronicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChronicSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChurchOutlined.tsx b/src/IconChurchOutlined.tsx index a6880d032..fabe1d5fd 100644 --- a/src/IconChurchOutlined.tsx +++ b/src/IconChurchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChurchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconChurchOutlinedFilled.tsx b/src/IconChurchOutlinedFilled.tsx index 50cb886bb..7db9a5fd8 100644 --- a/src/IconChurchOutlinedFilled.tsx +++ b/src/IconChurchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChurchOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChurchRounded.tsx b/src/IconChurchRounded.tsx index 375e5298e..b6d612be0 100644 --- a/src/IconChurchRounded.tsx +++ b/src/IconChurchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChurchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconChurchRoundedFilled.tsx b/src/IconChurchRoundedFilled.tsx index 9ff56aa66..c25b9c58c 100644 --- a/src/IconChurchRoundedFilled.tsx +++ b/src/IconChurchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChurchRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconChurchSharp.tsx b/src/IconChurchSharp.tsx index 1b06b61a3..df6f14f75 100644 --- a/src/IconChurchSharp.tsx +++ b/src/IconChurchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChurchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconChurchSharpFilled.tsx b/src/IconChurchSharpFilled.tsx index 9bd762c24..7c5756aa1 100644 --- a/src/IconChurchSharpFilled.tsx +++ b/src/IconChurchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconChurchSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCinematicBlurOutlined.tsx b/src/IconCinematicBlurOutlined.tsx index fddb8718c..100b3da4f 100644 --- a/src/IconCinematicBlurOutlined.tsx +++ b/src/IconCinematicBlurOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCinematicBlurOutlined: React.FC = ({ ...props diff --git a/src/IconCinematicBlurOutlinedFilled.tsx b/src/IconCinematicBlurOutlinedFilled.tsx index 7a4c40ec7..57af23ae4 100644 --- a/src/IconCinematicBlurOutlinedFilled.tsx +++ b/src/IconCinematicBlurOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCinematicBlurOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCinematicBlurRounded.tsx b/src/IconCinematicBlurRounded.tsx index 08f3bec82..f6e3f39df 100644 --- a/src/IconCinematicBlurRounded.tsx +++ b/src/IconCinematicBlurRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCinematicBlurRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCinematicBlurRoundedFilled.tsx b/src/IconCinematicBlurRoundedFilled.tsx index a171606c1..f12daf8c6 100644 --- a/src/IconCinematicBlurRoundedFilled.tsx +++ b/src/IconCinematicBlurRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCinematicBlurRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCinematicBlurSharp.tsx b/src/IconCinematicBlurSharp.tsx index 57a59443b..c83b02e5d 100644 --- a/src/IconCinematicBlurSharp.tsx +++ b/src/IconCinematicBlurSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCinematicBlurSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCinematicBlurSharpFilled.tsx b/src/IconCinematicBlurSharpFilled.tsx index 6dcfa1b3a..5657e4c06 100644 --- a/src/IconCinematicBlurSharpFilled.tsx +++ b/src/IconCinematicBlurSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCinematicBlurSharpFilled: React.FC = ({ ...props diff --git a/src/IconCircleNotificationsOutlined.tsx b/src/IconCircleNotificationsOutlined.tsx index 7a39b01df..180c2c124 100644 --- a/src/IconCircleNotificationsOutlined.tsx +++ b/src/IconCircleNotificationsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleNotificationsOutlined: React.FC = ({ ...props diff --git a/src/IconCircleNotificationsOutlinedFilled.tsx b/src/IconCircleNotificationsOutlinedFilled.tsx index ded5c9d3e..0eba6bb3b 100644 --- a/src/IconCircleNotificationsOutlinedFilled.tsx +++ b/src/IconCircleNotificationsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleNotificationsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCircleNotificationsRounded.tsx b/src/IconCircleNotificationsRounded.tsx index 4272ebc6f..58c159a81 100644 --- a/src/IconCircleNotificationsRounded.tsx +++ b/src/IconCircleNotificationsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleNotificationsRounded: React.FC = ({ ...props diff --git a/src/IconCircleNotificationsRoundedFilled.tsx b/src/IconCircleNotificationsRoundedFilled.tsx index 22c98d180..183e8cbee 100644 --- a/src/IconCircleNotificationsRoundedFilled.tsx +++ b/src/IconCircleNotificationsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleNotificationsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCircleNotificationsSharp.tsx b/src/IconCircleNotificationsSharp.tsx index 8f0565b56..939144490 100644 --- a/src/IconCircleNotificationsSharp.tsx +++ b/src/IconCircleNotificationsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleNotificationsSharp: React.FC = ({ ...props diff --git a/src/IconCircleNotificationsSharpFilled.tsx b/src/IconCircleNotificationsSharpFilled.tsx index a7c27a298..7c136b29d 100644 --- a/src/IconCircleNotificationsSharpFilled.tsx +++ b/src/IconCircleNotificationsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleNotificationsSharpFilled: React.FC = ({ ...props diff --git a/src/IconCircleOutlined.tsx b/src/IconCircleOutlined.tsx index 0e50fdf12..93059c2ab 100644 --- a/src/IconCircleOutlined.tsx +++ b/src/IconCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCircleOutlinedFilled.tsx b/src/IconCircleOutlinedFilled.tsx index 8703d5b2f..ff76f28f6 100644 --- a/src/IconCircleOutlinedFilled.tsx +++ b/src/IconCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCircleRounded.tsx b/src/IconCircleRounded.tsx index f471caa5b..5b26ec986 100644 --- a/src/IconCircleRounded.tsx +++ b/src/IconCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCircleRoundedFilled.tsx b/src/IconCircleRoundedFilled.tsx index 5cbea48bb..8943d116a 100644 --- a/src/IconCircleRoundedFilled.tsx +++ b/src/IconCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCircleSharp.tsx b/src/IconCircleSharp.tsx index 43f461c50..47fed8529 100644 --- a/src/IconCircleSharp.tsx +++ b/src/IconCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCircleSharpFilled.tsx b/src/IconCircleSharpFilled.tsx index c07b101ff..4f312e8de 100644 --- a/src/IconCircleSharpFilled.tsx +++ b/src/IconCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCircleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCirclesExtOutlined.tsx b/src/IconCirclesExtOutlined.tsx index 34cd41c8a..1ca014c0d 100644 --- a/src/IconCirclesExtOutlined.tsx +++ b/src/IconCirclesExtOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesExtOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCirclesExtOutlinedFilled.tsx b/src/IconCirclesExtOutlinedFilled.tsx index 9421ed6f7..34eccb59c 100644 --- a/src/IconCirclesExtOutlinedFilled.tsx +++ b/src/IconCirclesExtOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesExtOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCirclesExtRounded.tsx b/src/IconCirclesExtRounded.tsx index 4eefec929..9ef2a1019 100644 --- a/src/IconCirclesExtRounded.tsx +++ b/src/IconCirclesExtRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesExtRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCirclesExtRoundedFilled.tsx b/src/IconCirclesExtRoundedFilled.tsx index fff320ca3..ded118c23 100644 --- a/src/IconCirclesExtRoundedFilled.tsx +++ b/src/IconCirclesExtRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesExtRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCirclesExtSharp.tsx b/src/IconCirclesExtSharp.tsx index 35166469d..fecb03b5b 100644 --- a/src/IconCirclesExtSharp.tsx +++ b/src/IconCirclesExtSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesExtSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCirclesExtSharpFilled.tsx b/src/IconCirclesExtSharpFilled.tsx index 209669ac0..a8351b6ab 100644 --- a/src/IconCirclesExtSharpFilled.tsx +++ b/src/IconCirclesExtSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesExtSharpFilled: React.FC = ({ ...props diff --git a/src/IconCirclesOutlined.tsx b/src/IconCirclesOutlined.tsx index 0cbbce983..d848f57d4 100644 --- a/src/IconCirclesOutlined.tsx +++ b/src/IconCirclesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCirclesOutlinedFilled.tsx b/src/IconCirclesOutlinedFilled.tsx index 07b01449c..aa2e2564d 100644 --- a/src/IconCirclesOutlinedFilled.tsx +++ b/src/IconCirclesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCirclesRounded.tsx b/src/IconCirclesRounded.tsx index 17ff19b88..861043292 100644 --- a/src/IconCirclesRounded.tsx +++ b/src/IconCirclesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCirclesRoundedFilled.tsx b/src/IconCirclesRoundedFilled.tsx index 96b62c055..fc60ddfce 100644 --- a/src/IconCirclesRoundedFilled.tsx +++ b/src/IconCirclesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCirclesSharp.tsx b/src/IconCirclesSharp.tsx index a37aa4365..620228234 100644 --- a/src/IconCirclesSharp.tsx +++ b/src/IconCirclesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCirclesSharpFilled.tsx b/src/IconCirclesSharpFilled.tsx index 7c2aa8525..bf994cb38 100644 --- a/src/IconCirclesSharpFilled.tsx +++ b/src/IconCirclesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCirclesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconClarifyOutlined.tsx b/src/IconClarifyOutlined.tsx index 2dec57bff..bd863702b 100644 --- a/src/IconClarifyOutlined.tsx +++ b/src/IconClarifyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClarifyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconClarifyOutlinedFilled.tsx b/src/IconClarifyOutlinedFilled.tsx index fd6e5fedb..f9e8279df 100644 --- a/src/IconClarifyOutlinedFilled.tsx +++ b/src/IconClarifyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClarifyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClarifyRounded.tsx b/src/IconClarifyRounded.tsx index 8925d7b9d..c20fa1bee 100644 --- a/src/IconClarifyRounded.tsx +++ b/src/IconClarifyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClarifyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconClarifyRoundedFilled.tsx b/src/IconClarifyRoundedFilled.tsx index b45ec7e0b..23e64e150 100644 --- a/src/IconClarifyRoundedFilled.tsx +++ b/src/IconClarifyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClarifyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconClarifySharp.tsx b/src/IconClarifySharp.tsx index a5c7de59b..4013baee6 100644 --- a/src/IconClarifySharp.tsx +++ b/src/IconClarifySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClarifySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconClarifySharpFilled.tsx b/src/IconClarifySharpFilled.tsx index ba4c070a6..252cecd9d 100644 --- a/src/IconClarifySharpFilled.tsx +++ b/src/IconClarifySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClarifySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCleanHandsOutlined.tsx b/src/IconCleanHandsOutlined.tsx index 378434b87..497e233cb 100644 --- a/src/IconCleanHandsOutlined.tsx +++ b/src/IconCleanHandsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleanHandsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCleanHandsOutlinedFilled.tsx b/src/IconCleanHandsOutlinedFilled.tsx index 0e8dabf28..14e787dc8 100644 --- a/src/IconCleanHandsOutlinedFilled.tsx +++ b/src/IconCleanHandsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleanHandsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCleanHandsRounded.tsx b/src/IconCleanHandsRounded.tsx index 7fb77b534..fa3782493 100644 --- a/src/IconCleanHandsRounded.tsx +++ b/src/IconCleanHandsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleanHandsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCleanHandsRoundedFilled.tsx b/src/IconCleanHandsRoundedFilled.tsx index 68adb11ae..dd8994576 100644 --- a/src/IconCleanHandsRoundedFilled.tsx +++ b/src/IconCleanHandsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleanHandsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCleanHandsSharp.tsx b/src/IconCleanHandsSharp.tsx index 825a3b2b1..cb4128d3d 100644 --- a/src/IconCleanHandsSharp.tsx +++ b/src/IconCleanHandsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleanHandsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCleanHandsSharpFilled.tsx b/src/IconCleanHandsSharpFilled.tsx index 19788e2a1..63e36d3fc 100644 --- a/src/IconCleanHandsSharpFilled.tsx +++ b/src/IconCleanHandsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleanHandsSharpFilled: React.FC = ({ ...props diff --git a/src/IconCleaningBucketOutlined.tsx b/src/IconCleaningBucketOutlined.tsx index ad69b8f9f..4d262bbc6 100644 --- a/src/IconCleaningBucketOutlined.tsx +++ b/src/IconCleaningBucketOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningBucketOutlined: React.FC = ({ ...props diff --git a/src/IconCleaningBucketOutlinedFilled.tsx b/src/IconCleaningBucketOutlinedFilled.tsx index be816ca13..d3b8f6edd 100644 --- a/src/IconCleaningBucketOutlinedFilled.tsx +++ b/src/IconCleaningBucketOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningBucketOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCleaningBucketRounded.tsx b/src/IconCleaningBucketRounded.tsx index d2f7acdc6..07c2af610 100644 --- a/src/IconCleaningBucketRounded.tsx +++ b/src/IconCleaningBucketRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningBucketRounded: React.FC = ({ ...props diff --git a/src/IconCleaningBucketRoundedFilled.tsx b/src/IconCleaningBucketRoundedFilled.tsx index da6060a21..31247a196 100644 --- a/src/IconCleaningBucketRoundedFilled.tsx +++ b/src/IconCleaningBucketRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningBucketRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCleaningBucketSharp.tsx b/src/IconCleaningBucketSharp.tsx index 2ecc88eef..b90fd408c 100644 --- a/src/IconCleaningBucketSharp.tsx +++ b/src/IconCleaningBucketSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningBucketSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCleaningBucketSharpFilled.tsx b/src/IconCleaningBucketSharpFilled.tsx index 579ee3366..46dbf36ff 100644 --- a/src/IconCleaningBucketSharpFilled.tsx +++ b/src/IconCleaningBucketSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningBucketSharpFilled: React.FC = ({ ...props diff --git a/src/IconCleaningOutlined.tsx b/src/IconCleaningOutlined.tsx index dcaa522f8..f224d51bd 100644 --- a/src/IconCleaningOutlined.tsx +++ b/src/IconCleaningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCleaningOutlinedFilled.tsx b/src/IconCleaningOutlinedFilled.tsx index 597d8c51d..c2f06e0f3 100644 --- a/src/IconCleaningOutlinedFilled.tsx +++ b/src/IconCleaningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCleaningRounded.tsx b/src/IconCleaningRounded.tsx index b9cce5a24..4d181f6a3 100644 --- a/src/IconCleaningRounded.tsx +++ b/src/IconCleaningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCleaningRoundedFilled.tsx b/src/IconCleaningRoundedFilled.tsx index e22411f6b..a3b8c2b3e 100644 --- a/src/IconCleaningRoundedFilled.tsx +++ b/src/IconCleaningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCleaningServicesOutlined.tsx b/src/IconCleaningServicesOutlined.tsx index a23f5b031..50585e2c0 100644 --- a/src/IconCleaningServicesOutlined.tsx +++ b/src/IconCleaningServicesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningServicesOutlined: React.FC = ({ ...props diff --git a/src/IconCleaningServicesOutlinedFilled.tsx b/src/IconCleaningServicesOutlinedFilled.tsx index dfb6662cb..9e77b9a31 100644 --- a/src/IconCleaningServicesOutlinedFilled.tsx +++ b/src/IconCleaningServicesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningServicesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCleaningServicesRounded.tsx b/src/IconCleaningServicesRounded.tsx index c6392943e..bad62f691 100644 --- a/src/IconCleaningServicesRounded.tsx +++ b/src/IconCleaningServicesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningServicesRounded: React.FC = ({ ...props diff --git a/src/IconCleaningServicesRoundedFilled.tsx b/src/IconCleaningServicesRoundedFilled.tsx index 76fbf1e03..4e32c02a2 100644 --- a/src/IconCleaningServicesRoundedFilled.tsx +++ b/src/IconCleaningServicesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningServicesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCleaningServicesSharp.tsx b/src/IconCleaningServicesSharp.tsx index fccd04bcf..25a8a835b 100644 --- a/src/IconCleaningServicesSharp.tsx +++ b/src/IconCleaningServicesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningServicesSharp: React.FC = ({ ...props diff --git a/src/IconCleaningServicesSharpFilled.tsx b/src/IconCleaningServicesSharpFilled.tsx index b1ad7debd..b605a9706 100644 --- a/src/IconCleaningServicesSharpFilled.tsx +++ b/src/IconCleaningServicesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningServicesSharpFilled: React.FC = ({ ...props diff --git a/src/IconCleaningSharp.tsx b/src/IconCleaningSharp.tsx index 7de21c7a6..b1e52000a 100644 --- a/src/IconCleaningSharp.tsx +++ b/src/IconCleaningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCleaningSharpFilled.tsx b/src/IconCleaningSharpFilled.tsx index b6b7c1907..52f358c56 100644 --- a/src/IconCleaningSharpFilled.tsx +++ b/src/IconCleaningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCleaningSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconClearAllOutlined.tsx b/src/IconClearAllOutlined.tsx index 53e079b8c..8ed427955 100644 --- a/src/IconClearAllOutlined.tsx +++ b/src/IconClearAllOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearAllOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconClearAllOutlinedFilled.tsx b/src/IconClearAllOutlinedFilled.tsx index 8f4bfd135..f9d08a8cc 100644 --- a/src/IconClearAllOutlinedFilled.tsx +++ b/src/IconClearAllOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearAllOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClearAllRounded.tsx b/src/IconClearAllRounded.tsx index 917b70a82..86939ad2d 100644 --- a/src/IconClearAllRounded.tsx +++ b/src/IconClearAllRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearAllRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconClearAllRoundedFilled.tsx b/src/IconClearAllRoundedFilled.tsx index ad3de0a69..435166159 100644 --- a/src/IconClearAllRoundedFilled.tsx +++ b/src/IconClearAllRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearAllRoundedFilled: React.FC = ({ ...props diff --git a/src/IconClearAllSharp.tsx b/src/IconClearAllSharp.tsx index 73dd638ec..67e3144e0 100644 --- a/src/IconClearAllSharp.tsx +++ b/src/IconClearAllSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearAllSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconClearAllSharpFilled.tsx b/src/IconClearAllSharpFilled.tsx index 2b4883e89..f6c64478b 100644 --- a/src/IconClearAllSharpFilled.tsx +++ b/src/IconClearAllSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearAllSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconClearDayOutlined.tsx b/src/IconClearDayOutlined.tsx index 00f57b66e..21110874c 100644 --- a/src/IconClearDayOutlined.tsx +++ b/src/IconClearDayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearDayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconClearDayOutlinedFilled.tsx b/src/IconClearDayOutlinedFilled.tsx index 726842440..530ee13cd 100644 --- a/src/IconClearDayOutlinedFilled.tsx +++ b/src/IconClearDayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearDayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClearDayRounded.tsx b/src/IconClearDayRounded.tsx index d56710e89..3888e22f6 100644 --- a/src/IconClearDayRounded.tsx +++ b/src/IconClearDayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearDayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconClearDayRoundedFilled.tsx b/src/IconClearDayRoundedFilled.tsx index aab0d4324..56cfe9286 100644 --- a/src/IconClearDayRoundedFilled.tsx +++ b/src/IconClearDayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearDayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconClearDaySharp.tsx b/src/IconClearDaySharp.tsx index 194081a44..22de657d2 100644 --- a/src/IconClearDaySharp.tsx +++ b/src/IconClearDaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearDaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconClearDaySharpFilled.tsx b/src/IconClearDaySharpFilled.tsx index ed5a901ca..412da527c 100644 --- a/src/IconClearDaySharpFilled.tsx +++ b/src/IconClearDaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClearDaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconClimateMiniSplitOutlined.tsx b/src/IconClimateMiniSplitOutlined.tsx index 2e1154862..f8a83a1ee 100644 --- a/src/IconClimateMiniSplitOutlined.tsx +++ b/src/IconClimateMiniSplitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClimateMiniSplitOutlined: React.FC = ({ ...props diff --git a/src/IconClimateMiniSplitOutlinedFilled.tsx b/src/IconClimateMiniSplitOutlinedFilled.tsx index d2b21a576..cf160ee4d 100644 --- a/src/IconClimateMiniSplitOutlinedFilled.tsx +++ b/src/IconClimateMiniSplitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClimateMiniSplitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClimateMiniSplitRounded.tsx b/src/IconClimateMiniSplitRounded.tsx index ca19bf867..19f0c6579 100644 --- a/src/IconClimateMiniSplitRounded.tsx +++ b/src/IconClimateMiniSplitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClimateMiniSplitRounded: React.FC = ({ ...props diff --git a/src/IconClimateMiniSplitRoundedFilled.tsx b/src/IconClimateMiniSplitRoundedFilled.tsx index 7ddcb08c2..bb1829674 100644 --- a/src/IconClimateMiniSplitRoundedFilled.tsx +++ b/src/IconClimateMiniSplitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClimateMiniSplitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconClimateMiniSplitSharp.tsx b/src/IconClimateMiniSplitSharp.tsx index f1db883ad..0eb84c5d8 100644 --- a/src/IconClimateMiniSplitSharp.tsx +++ b/src/IconClimateMiniSplitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClimateMiniSplitSharp: React.FC = ({ ...props diff --git a/src/IconClimateMiniSplitSharpFilled.tsx b/src/IconClimateMiniSplitSharpFilled.tsx index a20f2d65b..8c66bbb5b 100644 --- a/src/IconClimateMiniSplitSharpFilled.tsx +++ b/src/IconClimateMiniSplitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClimateMiniSplitSharpFilled: React.FC = ({ ...props diff --git a/src/IconClinicalNotesOutlined.tsx b/src/IconClinicalNotesOutlined.tsx index e55be073c..1ec43cd11 100644 --- a/src/IconClinicalNotesOutlined.tsx +++ b/src/IconClinicalNotesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClinicalNotesOutlined: React.FC = ({ ...props diff --git a/src/IconClinicalNotesOutlinedFilled.tsx b/src/IconClinicalNotesOutlinedFilled.tsx index 5cf49e406..c8e14d3a6 100644 --- a/src/IconClinicalNotesOutlinedFilled.tsx +++ b/src/IconClinicalNotesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClinicalNotesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClinicalNotesRounded.tsx b/src/IconClinicalNotesRounded.tsx index 4051e0a53..098f002ef 100644 --- a/src/IconClinicalNotesRounded.tsx +++ b/src/IconClinicalNotesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClinicalNotesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconClinicalNotesRoundedFilled.tsx b/src/IconClinicalNotesRoundedFilled.tsx index 053145f65..08e8b5a3e 100644 --- a/src/IconClinicalNotesRoundedFilled.tsx +++ b/src/IconClinicalNotesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClinicalNotesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconClinicalNotesSharp.tsx b/src/IconClinicalNotesSharp.tsx index 70dc29930..634ead31b 100644 --- a/src/IconClinicalNotesSharp.tsx +++ b/src/IconClinicalNotesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClinicalNotesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconClinicalNotesSharpFilled.tsx b/src/IconClinicalNotesSharpFilled.tsx index 2d8d963d3..c182f6144 100644 --- a/src/IconClinicalNotesSharpFilled.tsx +++ b/src/IconClinicalNotesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClinicalNotesSharpFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader10Outlined.tsx b/src/IconClockLoader10Outlined.tsx index 9732722f8..1f90cfa70 100644 --- a/src/IconClockLoader10Outlined.tsx +++ b/src/IconClockLoader10Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader10Outlined: React.FC = ({ ...props diff --git a/src/IconClockLoader10OutlinedFilled.tsx b/src/IconClockLoader10OutlinedFilled.tsx index 6cd8a2bae..d425d8aef 100644 --- a/src/IconClockLoader10OutlinedFilled.tsx +++ b/src/IconClockLoader10OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader10OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader10Rounded.tsx b/src/IconClockLoader10Rounded.tsx index da55b63bf..248db72ac 100644 --- a/src/IconClockLoader10Rounded.tsx +++ b/src/IconClockLoader10Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader10Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader10RoundedFilled.tsx b/src/IconClockLoader10RoundedFilled.tsx index d5ff9b81f..6bcd64f1b 100644 --- a/src/IconClockLoader10RoundedFilled.tsx +++ b/src/IconClockLoader10RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader10RoundedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader10Sharp.tsx b/src/IconClockLoader10Sharp.tsx index 5d722cc57..da0bf4419 100644 --- a/src/IconClockLoader10Sharp.tsx +++ b/src/IconClockLoader10Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader10Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader10SharpFilled.tsx b/src/IconClockLoader10SharpFilled.tsx index 3ab003c4a..c750063f1 100644 --- a/src/IconClockLoader10SharpFilled.tsx +++ b/src/IconClockLoader10SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader10SharpFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader20Outlined.tsx b/src/IconClockLoader20Outlined.tsx index 553b4405f..c8d5bec58 100644 --- a/src/IconClockLoader20Outlined.tsx +++ b/src/IconClockLoader20Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader20Outlined: React.FC = ({ ...props diff --git a/src/IconClockLoader20OutlinedFilled.tsx b/src/IconClockLoader20OutlinedFilled.tsx index 6076c9f43..53bef83b7 100644 --- a/src/IconClockLoader20OutlinedFilled.tsx +++ b/src/IconClockLoader20OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader20OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader20Rounded.tsx b/src/IconClockLoader20Rounded.tsx index 5abe290b1..c4e26872c 100644 --- a/src/IconClockLoader20Rounded.tsx +++ b/src/IconClockLoader20Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader20Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader20RoundedFilled.tsx b/src/IconClockLoader20RoundedFilled.tsx index 6fde57fa4..ea5059d16 100644 --- a/src/IconClockLoader20RoundedFilled.tsx +++ b/src/IconClockLoader20RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader20RoundedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader20Sharp.tsx b/src/IconClockLoader20Sharp.tsx index 6d7c2a74f..3267032af 100644 --- a/src/IconClockLoader20Sharp.tsx +++ b/src/IconClockLoader20Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader20Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader20SharpFilled.tsx b/src/IconClockLoader20SharpFilled.tsx index e2113c9d8..6ab64536b 100644 --- a/src/IconClockLoader20SharpFilled.tsx +++ b/src/IconClockLoader20SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader20SharpFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader40Outlined.tsx b/src/IconClockLoader40Outlined.tsx index 8b4a081d5..366785412 100644 --- a/src/IconClockLoader40Outlined.tsx +++ b/src/IconClockLoader40Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader40Outlined: React.FC = ({ ...props diff --git a/src/IconClockLoader40OutlinedFilled.tsx b/src/IconClockLoader40OutlinedFilled.tsx index 18403c1b6..0cce1ed14 100644 --- a/src/IconClockLoader40OutlinedFilled.tsx +++ b/src/IconClockLoader40OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader40OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader40Rounded.tsx b/src/IconClockLoader40Rounded.tsx index c4d0ebe98..eecb9fc62 100644 --- a/src/IconClockLoader40Rounded.tsx +++ b/src/IconClockLoader40Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader40Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader40RoundedFilled.tsx b/src/IconClockLoader40RoundedFilled.tsx index 85558d505..c930c07bb 100644 --- a/src/IconClockLoader40RoundedFilled.tsx +++ b/src/IconClockLoader40RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader40RoundedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader40Sharp.tsx b/src/IconClockLoader40Sharp.tsx index 6cc552e48..e5215a1ce 100644 --- a/src/IconClockLoader40Sharp.tsx +++ b/src/IconClockLoader40Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader40Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader40SharpFilled.tsx b/src/IconClockLoader40SharpFilled.tsx index edcc831f7..9202eb2e1 100644 --- a/src/IconClockLoader40SharpFilled.tsx +++ b/src/IconClockLoader40SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader40SharpFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader60Outlined.tsx b/src/IconClockLoader60Outlined.tsx index d0510cbfb..9d83ff37b 100644 --- a/src/IconClockLoader60Outlined.tsx +++ b/src/IconClockLoader60Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader60Outlined: React.FC = ({ ...props diff --git a/src/IconClockLoader60OutlinedFilled.tsx b/src/IconClockLoader60OutlinedFilled.tsx index 580c318e3..4b4c95e30 100644 --- a/src/IconClockLoader60OutlinedFilled.tsx +++ b/src/IconClockLoader60OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader60OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader60Rounded.tsx b/src/IconClockLoader60Rounded.tsx index dde8fc707..fd558d7e6 100644 --- a/src/IconClockLoader60Rounded.tsx +++ b/src/IconClockLoader60Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader60Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader60RoundedFilled.tsx b/src/IconClockLoader60RoundedFilled.tsx index 6a994a4b8..bf91dc6c1 100644 --- a/src/IconClockLoader60RoundedFilled.tsx +++ b/src/IconClockLoader60RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader60RoundedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader60Sharp.tsx b/src/IconClockLoader60Sharp.tsx index 519070f4f..ea2c35a19 100644 --- a/src/IconClockLoader60Sharp.tsx +++ b/src/IconClockLoader60Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader60Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader60SharpFilled.tsx b/src/IconClockLoader60SharpFilled.tsx index 3357ced66..6f3be3121 100644 --- a/src/IconClockLoader60SharpFilled.tsx +++ b/src/IconClockLoader60SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader60SharpFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader80Outlined.tsx b/src/IconClockLoader80Outlined.tsx index cf7390cee..357006c2c 100644 --- a/src/IconClockLoader80Outlined.tsx +++ b/src/IconClockLoader80Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader80Outlined: React.FC = ({ ...props diff --git a/src/IconClockLoader80OutlinedFilled.tsx b/src/IconClockLoader80OutlinedFilled.tsx index b093ef3ff..ffb0eae4e 100644 --- a/src/IconClockLoader80OutlinedFilled.tsx +++ b/src/IconClockLoader80OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader80OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader80Rounded.tsx b/src/IconClockLoader80Rounded.tsx index e4ed8f05b..626ffa8a0 100644 --- a/src/IconClockLoader80Rounded.tsx +++ b/src/IconClockLoader80Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader80Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader80RoundedFilled.tsx b/src/IconClockLoader80RoundedFilled.tsx index b08f51b05..7ce81de9c 100644 --- a/src/IconClockLoader80RoundedFilled.tsx +++ b/src/IconClockLoader80RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader80RoundedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader80Sharp.tsx b/src/IconClockLoader80Sharp.tsx index 7a278b53f..59119ab37 100644 --- a/src/IconClockLoader80Sharp.tsx +++ b/src/IconClockLoader80Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader80Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader80SharpFilled.tsx b/src/IconClockLoader80SharpFilled.tsx index d99022ea8..bf58b6b56 100644 --- a/src/IconClockLoader80SharpFilled.tsx +++ b/src/IconClockLoader80SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader80SharpFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader90Outlined.tsx b/src/IconClockLoader90Outlined.tsx index 50029d5ba..bbeded1a4 100644 --- a/src/IconClockLoader90Outlined.tsx +++ b/src/IconClockLoader90Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader90Outlined: React.FC = ({ ...props diff --git a/src/IconClockLoader90OutlinedFilled.tsx b/src/IconClockLoader90OutlinedFilled.tsx index 20afa9833..ab123ee96 100644 --- a/src/IconClockLoader90OutlinedFilled.tsx +++ b/src/IconClockLoader90OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader90OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader90Rounded.tsx b/src/IconClockLoader90Rounded.tsx index 6c366b6d6..54f72695c 100644 --- a/src/IconClockLoader90Rounded.tsx +++ b/src/IconClockLoader90Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader90Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader90RoundedFilled.tsx b/src/IconClockLoader90RoundedFilled.tsx index a8a0d3633..e97760772 100644 --- a/src/IconClockLoader90RoundedFilled.tsx +++ b/src/IconClockLoader90RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader90RoundedFilled: React.FC = ({ ...props diff --git a/src/IconClockLoader90Sharp.tsx b/src/IconClockLoader90Sharp.tsx index 560a518bf..b02ca4bbe 100644 --- a/src/IconClockLoader90Sharp.tsx +++ b/src/IconClockLoader90Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader90Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconClockLoader90SharpFilled.tsx b/src/IconClockLoader90SharpFilled.tsx index 96cdbeb2b..f0587833e 100644 --- a/src/IconClockLoader90SharpFilled.tsx +++ b/src/IconClockLoader90SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClockLoader90SharpFilled: React.FC = ({ ...props diff --git a/src/IconCloseFullscreenOutlined.tsx b/src/IconCloseFullscreenOutlined.tsx index b8884f7e3..e284f4ee9 100644 --- a/src/IconCloseFullscreenOutlined.tsx +++ b/src/IconCloseFullscreenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseFullscreenOutlined: React.FC = ({ ...props diff --git a/src/IconCloseFullscreenOutlinedFilled.tsx b/src/IconCloseFullscreenOutlinedFilled.tsx index 357f084c0..3ac89339f 100644 --- a/src/IconCloseFullscreenOutlinedFilled.tsx +++ b/src/IconCloseFullscreenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseFullscreenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCloseFullscreenRounded.tsx b/src/IconCloseFullscreenRounded.tsx index 4c480399f..04132da5d 100644 --- a/src/IconCloseFullscreenRounded.tsx +++ b/src/IconCloseFullscreenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseFullscreenRounded: React.FC = ({ ...props diff --git a/src/IconCloseFullscreenRoundedFilled.tsx b/src/IconCloseFullscreenRoundedFilled.tsx index 4c98b3ec0..646aa3fed 100644 --- a/src/IconCloseFullscreenRoundedFilled.tsx +++ b/src/IconCloseFullscreenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseFullscreenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCloseFullscreenSharp.tsx b/src/IconCloseFullscreenSharp.tsx index b0ec2e59a..244737f5b 100644 --- a/src/IconCloseFullscreenSharp.tsx +++ b/src/IconCloseFullscreenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseFullscreenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloseFullscreenSharpFilled.tsx b/src/IconCloseFullscreenSharpFilled.tsx index df5dc8891..b77a86b52 100644 --- a/src/IconCloseFullscreenSharpFilled.tsx +++ b/src/IconCloseFullscreenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseFullscreenSharpFilled: React.FC = ({ ...props diff --git a/src/IconCloseOutlined.tsx b/src/IconCloseOutlined.tsx index f376be5c7..75f7791ce 100644 --- a/src/IconCloseOutlined.tsx +++ b/src/IconCloseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCloseOutlinedFilled.tsx b/src/IconCloseOutlinedFilled.tsx index ed77fd80b..01167c379 100644 --- a/src/IconCloseOutlinedFilled.tsx +++ b/src/IconCloseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCloseRounded.tsx b/src/IconCloseRounded.tsx index 08eee1952..196cae643 100644 --- a/src/IconCloseRounded.tsx +++ b/src/IconCloseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCloseRoundedFilled.tsx b/src/IconCloseRoundedFilled.tsx index 71ee4d427..eba4b571a 100644 --- a/src/IconCloseRoundedFilled.tsx +++ b/src/IconCloseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCloseSharp.tsx b/src/IconCloseSharp.tsx index 445d9fd2f..72bb4096f 100644 --- a/src/IconCloseSharp.tsx +++ b/src/IconCloseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloseSharpFilled.tsx b/src/IconCloseSharpFilled.tsx index 0b8c1c8fd..f2f4f8cde 100644 --- a/src/IconCloseSharpFilled.tsx +++ b/src/IconCloseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCloseSmallOutlined.tsx b/src/IconCloseSmallOutlined.tsx index 91b49663b..4b63daa4d 100644 --- a/src/IconCloseSmallOutlined.tsx +++ b/src/IconCloseSmallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseSmallOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCloseSmallOutlinedFilled.tsx b/src/IconCloseSmallOutlinedFilled.tsx index 22fc19eee..9b5f19e23 100644 --- a/src/IconCloseSmallOutlinedFilled.tsx +++ b/src/IconCloseSmallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseSmallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCloseSmallRounded.tsx b/src/IconCloseSmallRounded.tsx index a0a2ff1a0..9b35a60f4 100644 --- a/src/IconCloseSmallRounded.tsx +++ b/src/IconCloseSmallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseSmallRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCloseSmallRoundedFilled.tsx b/src/IconCloseSmallRoundedFilled.tsx index a8e800b3f..f12afb214 100644 --- a/src/IconCloseSmallRoundedFilled.tsx +++ b/src/IconCloseSmallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseSmallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCloseSmallSharp.tsx b/src/IconCloseSmallSharp.tsx index 0763ae3b9..6af274619 100644 --- a/src/IconCloseSmallSharp.tsx +++ b/src/IconCloseSmallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseSmallSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloseSmallSharpFilled.tsx b/src/IconCloseSmallSharpFilled.tsx index 3847d8980..3be204c31 100644 --- a/src/IconCloseSmallSharpFilled.tsx +++ b/src/IconCloseSmallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloseSmallSharpFilled: React.FC = ({ ...props diff --git a/src/IconClosedCaptionAddOutlined.tsx b/src/IconClosedCaptionAddOutlined.tsx index c57003d63..8c1f3383d 100644 --- a/src/IconClosedCaptionAddOutlined.tsx +++ b/src/IconClosedCaptionAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionAddOutlined: React.FC = ({ ...props diff --git a/src/IconClosedCaptionAddOutlinedFilled.tsx b/src/IconClosedCaptionAddOutlinedFilled.tsx index 6ea9fc075..678be68ee 100644 --- a/src/IconClosedCaptionAddOutlinedFilled.tsx +++ b/src/IconClosedCaptionAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClosedCaptionAddRounded.tsx b/src/IconClosedCaptionAddRounded.tsx index 2f70d0a35..b40ef9ac4 100644 --- a/src/IconClosedCaptionAddRounded.tsx +++ b/src/IconClosedCaptionAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionAddRounded: React.FC = ({ ...props diff --git a/src/IconClosedCaptionAddRoundedFilled.tsx b/src/IconClosedCaptionAddRoundedFilled.tsx index ab6e995da..951b416aa 100644 --- a/src/IconClosedCaptionAddRoundedFilled.tsx +++ b/src/IconClosedCaptionAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconClosedCaptionAddSharp.tsx b/src/IconClosedCaptionAddSharp.tsx index a11bcd729..c7c4aa195 100644 --- a/src/IconClosedCaptionAddSharp.tsx +++ b/src/IconClosedCaptionAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionAddSharp: React.FC = ({ ...props diff --git a/src/IconClosedCaptionAddSharpFilled.tsx b/src/IconClosedCaptionAddSharpFilled.tsx index f5e5eee9a..83a5a2a56 100644 --- a/src/IconClosedCaptionAddSharpFilled.tsx +++ b/src/IconClosedCaptionAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconClosedCaptionDisabledOutlined.tsx b/src/IconClosedCaptionDisabledOutlined.tsx index a69344ddc..295616b9b 100644 --- a/src/IconClosedCaptionDisabledOutlined.tsx +++ b/src/IconClosedCaptionDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconClosedCaptionDisabledOutlinedFilled.tsx b/src/IconClosedCaptionDisabledOutlinedFilled.tsx index 3bc7c614d..52ef6f304 100644 --- a/src/IconClosedCaptionDisabledOutlinedFilled.tsx +++ b/src/IconClosedCaptionDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClosedCaptionDisabledRounded.tsx b/src/IconClosedCaptionDisabledRounded.tsx index 76c856c9c..c88f35e25 100644 --- a/src/IconClosedCaptionDisabledRounded.tsx +++ b/src/IconClosedCaptionDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionDisabledRounded: React.FC = ({ ...props diff --git a/src/IconClosedCaptionDisabledRoundedFilled.tsx b/src/IconClosedCaptionDisabledRoundedFilled.tsx index 28b96a913..036fef435 100644 --- a/src/IconClosedCaptionDisabledRoundedFilled.tsx +++ b/src/IconClosedCaptionDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconClosedCaptionDisabledSharp.tsx b/src/IconClosedCaptionDisabledSharp.tsx index efe2b111d..77b4c2033 100644 --- a/src/IconClosedCaptionDisabledSharp.tsx +++ b/src/IconClosedCaptionDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionDisabledSharp: React.FC = ({ ...props diff --git a/src/IconClosedCaptionDisabledSharpFilled.tsx b/src/IconClosedCaptionDisabledSharpFilled.tsx index 199a65db2..dabc46010 100644 --- a/src/IconClosedCaptionDisabledSharpFilled.tsx +++ b/src/IconClosedCaptionDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconClosedCaptionOutlined.tsx b/src/IconClosedCaptionOutlined.tsx index 53dc0f221..44d2b16c8 100644 --- a/src/IconClosedCaptionOutlined.tsx +++ b/src/IconClosedCaptionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionOutlined: React.FC = ({ ...props diff --git a/src/IconClosedCaptionOutlinedFilled.tsx b/src/IconClosedCaptionOutlinedFilled.tsx index 3228e9914..efe375470 100644 --- a/src/IconClosedCaptionOutlinedFilled.tsx +++ b/src/IconClosedCaptionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconClosedCaptionRounded.tsx b/src/IconClosedCaptionRounded.tsx index efa032408..7947e4bcb 100644 --- a/src/IconClosedCaptionRounded.tsx +++ b/src/IconClosedCaptionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconClosedCaptionRoundedFilled.tsx b/src/IconClosedCaptionRoundedFilled.tsx index a8f7a1bff..6bad95a75 100644 --- a/src/IconClosedCaptionRoundedFilled.tsx +++ b/src/IconClosedCaptionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconClosedCaptionSharp.tsx b/src/IconClosedCaptionSharp.tsx index 47da3a1cc..9f909fdef 100644 --- a/src/IconClosedCaptionSharp.tsx +++ b/src/IconClosedCaptionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconClosedCaptionSharpFilled.tsx b/src/IconClosedCaptionSharpFilled.tsx index 682d930ac..7eeb55bd1 100644 --- a/src/IconClosedCaptionSharpFilled.tsx +++ b/src/IconClosedCaptionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconClosedCaptionSharpFilled: React.FC = ({ ...props diff --git a/src/IconCloudAlertOutlined.tsx b/src/IconCloudAlertOutlined.tsx index 0cbc96d40..5ea2ca927 100644 --- a/src/IconCloudAlertOutlined.tsx +++ b/src/IconCloudAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudAlertOutlinedFilled.tsx b/src/IconCloudAlertOutlinedFilled.tsx index 131b08060..0cd9808dc 100644 --- a/src/IconCloudAlertOutlinedFilled.tsx +++ b/src/IconCloudAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCloudAlertRounded.tsx b/src/IconCloudAlertRounded.tsx index cc032e00f..543170de1 100644 --- a/src/IconCloudAlertRounded.tsx +++ b/src/IconCloudAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudAlertRoundedFilled.tsx b/src/IconCloudAlertRoundedFilled.tsx index 5ba309c61..ac48254a4 100644 --- a/src/IconCloudAlertRoundedFilled.tsx +++ b/src/IconCloudAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCloudAlertSharp.tsx b/src/IconCloudAlertSharp.tsx index e34e4b3b4..9b5b29b4b 100644 --- a/src/IconCloudAlertSharp.tsx +++ b/src/IconCloudAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudAlertSharpFilled.tsx b/src/IconCloudAlertSharpFilled.tsx index eae9ad15a..1b96be62a 100644 --- a/src/IconCloudAlertSharpFilled.tsx +++ b/src/IconCloudAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconCloudCircleOutlined.tsx b/src/IconCloudCircleOutlined.tsx index d76cec3f5..d62f5f59b 100644 --- a/src/IconCloudCircleOutlined.tsx +++ b/src/IconCloudCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudCircleOutlinedFilled.tsx b/src/IconCloudCircleOutlinedFilled.tsx index c34729fcc..1824033a3 100644 --- a/src/IconCloudCircleOutlinedFilled.tsx +++ b/src/IconCloudCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCloudCircleRounded.tsx b/src/IconCloudCircleRounded.tsx index 341112bae..f0b0db863 100644 --- a/src/IconCloudCircleRounded.tsx +++ b/src/IconCloudCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudCircleRoundedFilled.tsx b/src/IconCloudCircleRoundedFilled.tsx index 818786e63..b10ec7936 100644 --- a/src/IconCloudCircleRoundedFilled.tsx +++ b/src/IconCloudCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCloudCircleSharp.tsx b/src/IconCloudCircleSharp.tsx index 5fe729f75..bfa8a4d74 100644 --- a/src/IconCloudCircleSharp.tsx +++ b/src/IconCloudCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudCircleSharpFilled.tsx b/src/IconCloudCircleSharpFilled.tsx index ec8428fb9..48c188551 100644 --- a/src/IconCloudCircleSharpFilled.tsx +++ b/src/IconCloudCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconCloudDoneOutlined.tsx b/src/IconCloudDoneOutlined.tsx index abd2a1c74..d1c451078 100644 --- a/src/IconCloudDoneOutlined.tsx +++ b/src/IconCloudDoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDoneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudDoneOutlinedFilled.tsx b/src/IconCloudDoneOutlinedFilled.tsx index 7badc1bac..7b4dffe79 100644 --- a/src/IconCloudDoneOutlinedFilled.tsx +++ b/src/IconCloudDoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCloudDoneRounded.tsx b/src/IconCloudDoneRounded.tsx index 2b3ba42e4..296ed76a1 100644 --- a/src/IconCloudDoneRounded.tsx +++ b/src/IconCloudDoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudDoneRoundedFilled.tsx b/src/IconCloudDoneRoundedFilled.tsx index e300d1625..73177f7ce 100644 --- a/src/IconCloudDoneRoundedFilled.tsx +++ b/src/IconCloudDoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCloudDoneSharp.tsx b/src/IconCloudDoneSharp.tsx index 22677db9d..5b41a7148 100644 --- a/src/IconCloudDoneSharp.tsx +++ b/src/IconCloudDoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudDoneSharpFilled.tsx b/src/IconCloudDoneSharpFilled.tsx index 2ffefa49d..dd7df8a0c 100644 --- a/src/IconCloudDoneSharpFilled.tsx +++ b/src/IconCloudDoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDoneSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudDownloadOutlined.tsx b/src/IconCloudDownloadOutlined.tsx index 619d183e7..b83b980d0 100644 --- a/src/IconCloudDownloadOutlined.tsx +++ b/src/IconCloudDownloadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDownloadOutlined: React.FC = ({ ...props diff --git a/src/IconCloudDownloadOutlinedFilled.tsx b/src/IconCloudDownloadOutlinedFilled.tsx index f173245c9..af04dfd9c 100644 --- a/src/IconCloudDownloadOutlinedFilled.tsx +++ b/src/IconCloudDownloadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDownloadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCloudDownloadRounded.tsx b/src/IconCloudDownloadRounded.tsx index 4d592579a..9c7ed5e10 100644 --- a/src/IconCloudDownloadRounded.tsx +++ b/src/IconCloudDownloadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDownloadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudDownloadRoundedFilled.tsx b/src/IconCloudDownloadRoundedFilled.tsx index 5275f1035..1545afea4 100644 --- a/src/IconCloudDownloadRoundedFilled.tsx +++ b/src/IconCloudDownloadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDownloadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCloudDownloadSharp.tsx b/src/IconCloudDownloadSharp.tsx index b95ed2792..b967ddfff 100644 --- a/src/IconCloudDownloadSharp.tsx +++ b/src/IconCloudDownloadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDownloadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudDownloadSharpFilled.tsx b/src/IconCloudDownloadSharpFilled.tsx index b212fd56e..c0d819754 100644 --- a/src/IconCloudDownloadSharpFilled.tsx +++ b/src/IconCloudDownloadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudDownloadSharpFilled: React.FC = ({ ...props diff --git a/src/IconCloudOffOutlined.tsx b/src/IconCloudOffOutlined.tsx index b4db4aa49..01c082d2a 100644 --- a/src/IconCloudOffOutlined.tsx +++ b/src/IconCloudOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudOffOutlinedFilled.tsx b/src/IconCloudOffOutlinedFilled.tsx index 4f3142e52..c243ed0c5 100644 --- a/src/IconCloudOffOutlinedFilled.tsx +++ b/src/IconCloudOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCloudOffRounded.tsx b/src/IconCloudOffRounded.tsx index d59634e10..6e02c7557 100644 --- a/src/IconCloudOffRounded.tsx +++ b/src/IconCloudOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudOffRoundedFilled.tsx b/src/IconCloudOffRoundedFilled.tsx index c03ce5832..3bf90a837 100644 --- a/src/IconCloudOffRoundedFilled.tsx +++ b/src/IconCloudOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCloudOffSharp.tsx b/src/IconCloudOffSharp.tsx index 7f40d68da..79d60182b 100644 --- a/src/IconCloudOffSharp.tsx +++ b/src/IconCloudOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudOffSharpFilled.tsx b/src/IconCloudOffSharpFilled.tsx index 8f0d9a2cc..6a03aafc0 100644 --- a/src/IconCloudOffSharpFilled.tsx +++ b/src/IconCloudOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudOutlined.tsx b/src/IconCloudOutlined.tsx index 6fcf7bb38..90aa96309 100644 --- a/src/IconCloudOutlined.tsx +++ b/src/IconCloudOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudOutlinedFilled.tsx b/src/IconCloudOutlinedFilled.tsx index 7ff7c0b64..21d5ac046 100644 --- a/src/IconCloudOutlinedFilled.tsx +++ b/src/IconCloudOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudRounded.tsx b/src/IconCloudRounded.tsx index 031595f15..e900e4780 100644 --- a/src/IconCloudRounded.tsx +++ b/src/IconCloudRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudRoundedFilled.tsx b/src/IconCloudRoundedFilled.tsx index 1be9292d8..1d5969a80 100644 --- a/src/IconCloudRoundedFilled.tsx +++ b/src/IconCloudRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudSharp.tsx b/src/IconCloudSharp.tsx index 7220b43c6..3cbf559e9 100644 --- a/src/IconCloudSharp.tsx +++ b/src/IconCloudSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudSharpFilled.tsx b/src/IconCloudSharpFilled.tsx index f1fec1327..fc4cd324b 100644 --- a/src/IconCloudSharpFilled.tsx +++ b/src/IconCloudSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudSyncOutlined.tsx b/src/IconCloudSyncOutlined.tsx index 63a28a038..e52a4ff2d 100644 --- a/src/IconCloudSyncOutlined.tsx +++ b/src/IconCloudSyncOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudSyncOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudSyncOutlinedFilled.tsx b/src/IconCloudSyncOutlinedFilled.tsx index f81409024..e679f5903 100644 --- a/src/IconCloudSyncOutlinedFilled.tsx +++ b/src/IconCloudSyncOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudSyncOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCloudSyncRounded.tsx b/src/IconCloudSyncRounded.tsx index 983ede523..3381e4ea0 100644 --- a/src/IconCloudSyncRounded.tsx +++ b/src/IconCloudSyncRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudSyncRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudSyncRoundedFilled.tsx b/src/IconCloudSyncRoundedFilled.tsx index 263906130..40fee674d 100644 --- a/src/IconCloudSyncRoundedFilled.tsx +++ b/src/IconCloudSyncRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudSyncRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCloudSyncSharp.tsx b/src/IconCloudSyncSharp.tsx index 7e3ee8601..a4cf91541 100644 --- a/src/IconCloudSyncSharp.tsx +++ b/src/IconCloudSyncSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudSyncSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudSyncSharpFilled.tsx b/src/IconCloudSyncSharpFilled.tsx index 411a79060..ac4a1929f 100644 --- a/src/IconCloudSyncSharpFilled.tsx +++ b/src/IconCloudSyncSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudSyncSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudUploadOutlined.tsx b/src/IconCloudUploadOutlined.tsx index f31ca81f5..ba7bf6939 100644 --- a/src/IconCloudUploadOutlined.tsx +++ b/src/IconCloudUploadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudUploadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudUploadOutlinedFilled.tsx b/src/IconCloudUploadOutlinedFilled.tsx index ff536fdeb..ff156adcc 100644 --- a/src/IconCloudUploadOutlinedFilled.tsx +++ b/src/IconCloudUploadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudUploadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCloudUploadRounded.tsx b/src/IconCloudUploadRounded.tsx index fcc8defab..dfe918122 100644 --- a/src/IconCloudUploadRounded.tsx +++ b/src/IconCloudUploadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudUploadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudUploadRoundedFilled.tsx b/src/IconCloudUploadRoundedFilled.tsx index a923aadbe..b82fa8589 100644 --- a/src/IconCloudUploadRoundedFilled.tsx +++ b/src/IconCloudUploadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudUploadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCloudUploadSharp.tsx b/src/IconCloudUploadSharp.tsx index c9e7ba373..09b0915ce 100644 --- a/src/IconCloudUploadSharp.tsx +++ b/src/IconCloudUploadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudUploadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudUploadSharpFilled.tsx b/src/IconCloudUploadSharpFilled.tsx index 364e56d38..23fb94cf5 100644 --- a/src/IconCloudUploadSharpFilled.tsx +++ b/src/IconCloudUploadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudUploadSharpFilled: React.FC = ({ ...props diff --git a/src/IconCloudySnowingOutlined.tsx b/src/IconCloudySnowingOutlined.tsx index 53d665d0e..2a8db20f5 100644 --- a/src/IconCloudySnowingOutlined.tsx +++ b/src/IconCloudySnowingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudySnowingOutlined: React.FC = ({ ...props diff --git a/src/IconCloudySnowingOutlinedFilled.tsx b/src/IconCloudySnowingOutlinedFilled.tsx index 0c176e6a8..7e48fea3a 100644 --- a/src/IconCloudySnowingOutlinedFilled.tsx +++ b/src/IconCloudySnowingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudySnowingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCloudySnowingRounded.tsx b/src/IconCloudySnowingRounded.tsx index 51d8760b8..cc2e7777f 100644 --- a/src/IconCloudySnowingRounded.tsx +++ b/src/IconCloudySnowingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudySnowingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudySnowingRoundedFilled.tsx b/src/IconCloudySnowingRoundedFilled.tsx index 64a87a75c..f5b2b8d52 100644 --- a/src/IconCloudySnowingRoundedFilled.tsx +++ b/src/IconCloudySnowingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudySnowingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCloudySnowingSharp.tsx b/src/IconCloudySnowingSharp.tsx index 8af9eee25..5642e1bd6 100644 --- a/src/IconCloudySnowingSharp.tsx +++ b/src/IconCloudySnowingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudySnowingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCloudySnowingSharpFilled.tsx b/src/IconCloudySnowingSharpFilled.tsx index 36809e9cb..27dad98a4 100644 --- a/src/IconCloudySnowingSharpFilled.tsx +++ b/src/IconCloudySnowingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCloudySnowingSharpFilled: React.FC = ({ ...props diff --git a/src/IconCo2Outlined.tsx b/src/IconCo2Outlined.tsx index 27e61d85b..88572c06b 100644 --- a/src/IconCo2Outlined.tsx +++ b/src/IconCo2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCo2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCo2OutlinedFilled.tsx b/src/IconCo2OutlinedFilled.tsx index d72c87ba4..00555f834 100644 --- a/src/IconCo2OutlinedFilled.tsx +++ b/src/IconCo2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCo2OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCo2Rounded.tsx b/src/IconCo2Rounded.tsx index 4393df756..7cc9f9cc6 100644 --- a/src/IconCo2Rounded.tsx +++ b/src/IconCo2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCo2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCo2RoundedFilled.tsx b/src/IconCo2RoundedFilled.tsx index 0296871c6..c396cc057 100644 --- a/src/IconCo2RoundedFilled.tsx +++ b/src/IconCo2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCo2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCo2Sharp.tsx b/src/IconCo2Sharp.tsx index e38001f6c..53f90b8e6 100644 --- a/src/IconCo2Sharp.tsx +++ b/src/IconCo2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCo2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCo2SharpFilled.tsx b/src/IconCo2SharpFilled.tsx index d6283e6b8..54e65f4ea 100644 --- a/src/IconCo2SharpFilled.tsx +++ b/src/IconCo2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCo2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCoPresentOutlined.tsx b/src/IconCoPresentOutlined.tsx index db616b89e..c1b2c94e9 100644 --- a/src/IconCoPresentOutlined.tsx +++ b/src/IconCoPresentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoPresentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCoPresentOutlinedFilled.tsx b/src/IconCoPresentOutlinedFilled.tsx index 6e623d523..cbb4dec95 100644 --- a/src/IconCoPresentOutlinedFilled.tsx +++ b/src/IconCoPresentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoPresentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCoPresentRounded.tsx b/src/IconCoPresentRounded.tsx index 75f84e75b..9b68dd46d 100644 --- a/src/IconCoPresentRounded.tsx +++ b/src/IconCoPresentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoPresentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCoPresentRoundedFilled.tsx b/src/IconCoPresentRoundedFilled.tsx index 6a778621e..edea6c01a 100644 --- a/src/IconCoPresentRoundedFilled.tsx +++ b/src/IconCoPresentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoPresentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCoPresentSharp.tsx b/src/IconCoPresentSharp.tsx index 16c1f2dbe..3fb9f8e79 100644 --- a/src/IconCoPresentSharp.tsx +++ b/src/IconCoPresentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoPresentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCoPresentSharpFilled.tsx b/src/IconCoPresentSharpFilled.tsx index 2c9fa0ffb..e5f90ecd0 100644 --- a/src/IconCoPresentSharpFilled.tsx +++ b/src/IconCoPresentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoPresentSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeBlocksOutlined.tsx b/src/IconCodeBlocksOutlined.tsx index 1d94046d0..1f901415b 100644 --- a/src/IconCodeBlocksOutlined.tsx +++ b/src/IconCodeBlocksOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeBlocksOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeBlocksOutlinedFilled.tsx b/src/IconCodeBlocksOutlinedFilled.tsx index 6b4a790e3..4e96618d6 100644 --- a/src/IconCodeBlocksOutlinedFilled.tsx +++ b/src/IconCodeBlocksOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeBlocksOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCodeBlocksRounded.tsx b/src/IconCodeBlocksRounded.tsx index 66f0a8b30..d787f8fbb 100644 --- a/src/IconCodeBlocksRounded.tsx +++ b/src/IconCodeBlocksRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeBlocksRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeBlocksRoundedFilled.tsx b/src/IconCodeBlocksRoundedFilled.tsx index f74805071..94b21cd6a 100644 --- a/src/IconCodeBlocksRoundedFilled.tsx +++ b/src/IconCodeBlocksRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeBlocksRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCodeBlocksSharp.tsx b/src/IconCodeBlocksSharp.tsx index f77705bc2..103859ab2 100644 --- a/src/IconCodeBlocksSharp.tsx +++ b/src/IconCodeBlocksSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeBlocksSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeBlocksSharpFilled.tsx b/src/IconCodeBlocksSharpFilled.tsx index 5307b58ef..cd88c4acb 100644 --- a/src/IconCodeBlocksSharpFilled.tsx +++ b/src/IconCodeBlocksSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeBlocksSharpFilled: React.FC = ({ ...props diff --git a/src/IconCodeOffOutlined.tsx b/src/IconCodeOffOutlined.tsx index 512d8ec50..69b835b94 100644 --- a/src/IconCodeOffOutlined.tsx +++ b/src/IconCodeOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeOffOutlinedFilled.tsx b/src/IconCodeOffOutlinedFilled.tsx index 54349d17f..2284cee8e 100644 --- a/src/IconCodeOffOutlinedFilled.tsx +++ b/src/IconCodeOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCodeOffRounded.tsx b/src/IconCodeOffRounded.tsx index 17b225604..68d1fa2a7 100644 --- a/src/IconCodeOffRounded.tsx +++ b/src/IconCodeOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeOffRoundedFilled.tsx b/src/IconCodeOffRoundedFilled.tsx index 6c482ae31..f0a2e9256 100644 --- a/src/IconCodeOffRoundedFilled.tsx +++ b/src/IconCodeOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeOffSharp.tsx b/src/IconCodeOffSharp.tsx index 6640a4951..62501c766 100644 --- a/src/IconCodeOffSharp.tsx +++ b/src/IconCodeOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeOffSharpFilled.tsx b/src/IconCodeOffSharpFilled.tsx index c1c36ed1a..c6dd85979 100644 --- a/src/IconCodeOffSharpFilled.tsx +++ b/src/IconCodeOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeOutlined.tsx b/src/IconCodeOutlined.tsx index ebf2fba80..ee6b24774 100644 --- a/src/IconCodeOutlined.tsx +++ b/src/IconCodeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeOutlinedFilled.tsx b/src/IconCodeOutlinedFilled.tsx index 49e57718e..b0548a277 100644 --- a/src/IconCodeOutlinedFilled.tsx +++ b/src/IconCodeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeRounded.tsx b/src/IconCodeRounded.tsx index 1c7e16611..0a23b8e59 100644 --- a/src/IconCodeRounded.tsx +++ b/src/IconCodeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeRoundedFilled.tsx b/src/IconCodeRoundedFilled.tsx index 0e2df879c..69789b2b5 100644 --- a/src/IconCodeRoundedFilled.tsx +++ b/src/IconCodeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeSharp.tsx b/src/IconCodeSharp.tsx index e4d1e0653..a9305e9ee 100644 --- a/src/IconCodeSharp.tsx +++ b/src/IconCodeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCodeSharpFilled.tsx b/src/IconCodeSharpFilled.tsx index 995b9727f..dae88741e 100644 --- a/src/IconCodeSharpFilled.tsx +++ b/src/IconCodeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCodeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCoffeeMakerOutlined.tsx b/src/IconCoffeeMakerOutlined.tsx index f249ba9ac..7c2686055 100644 --- a/src/IconCoffeeMakerOutlined.tsx +++ b/src/IconCoffeeMakerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeMakerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCoffeeMakerOutlinedFilled.tsx b/src/IconCoffeeMakerOutlinedFilled.tsx index b47d55af8..e46e89cb9 100644 --- a/src/IconCoffeeMakerOutlinedFilled.tsx +++ b/src/IconCoffeeMakerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeMakerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCoffeeMakerRounded.tsx b/src/IconCoffeeMakerRounded.tsx index f113fa4a8..5229701d8 100644 --- a/src/IconCoffeeMakerRounded.tsx +++ b/src/IconCoffeeMakerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeMakerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCoffeeMakerRoundedFilled.tsx b/src/IconCoffeeMakerRoundedFilled.tsx index c1dbdc8ff..fa09ae455 100644 --- a/src/IconCoffeeMakerRoundedFilled.tsx +++ b/src/IconCoffeeMakerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeMakerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCoffeeMakerSharp.tsx b/src/IconCoffeeMakerSharp.tsx index 22cb83b08..a17c14aa5 100644 --- a/src/IconCoffeeMakerSharp.tsx +++ b/src/IconCoffeeMakerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeMakerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCoffeeMakerSharpFilled.tsx b/src/IconCoffeeMakerSharpFilled.tsx index 513a46b1d..d079c0e59 100644 --- a/src/IconCoffeeMakerSharpFilled.tsx +++ b/src/IconCoffeeMakerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeMakerSharpFilled: React.FC = ({ ...props diff --git a/src/IconCoffeeOutlined.tsx b/src/IconCoffeeOutlined.tsx index b9a8f1ffe..4a40ab70a 100644 --- a/src/IconCoffeeOutlined.tsx +++ b/src/IconCoffeeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCoffeeOutlinedFilled.tsx b/src/IconCoffeeOutlinedFilled.tsx index 244f91ef7..be9abe8c5 100644 --- a/src/IconCoffeeOutlinedFilled.tsx +++ b/src/IconCoffeeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCoffeeRounded.tsx b/src/IconCoffeeRounded.tsx index e0af908d5..9a29803d0 100644 --- a/src/IconCoffeeRounded.tsx +++ b/src/IconCoffeeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCoffeeRoundedFilled.tsx b/src/IconCoffeeRoundedFilled.tsx index 3ef3d941f..806ea6ec6 100644 --- a/src/IconCoffeeRoundedFilled.tsx +++ b/src/IconCoffeeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCoffeeSharp.tsx b/src/IconCoffeeSharp.tsx index ed31228ec..d61e5e150 100644 --- a/src/IconCoffeeSharp.tsx +++ b/src/IconCoffeeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCoffeeSharpFilled.tsx b/src/IconCoffeeSharpFilled.tsx index e957875f3..d74318f75 100644 --- a/src/IconCoffeeSharpFilled.tsx +++ b/src/IconCoffeeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoffeeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCognitionOutlined.tsx b/src/IconCognitionOutlined.tsx index 79b5e9c74..4f7828b02 100644 --- a/src/IconCognitionOutlined.tsx +++ b/src/IconCognitionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCognitionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCognitionOutlinedFilled.tsx b/src/IconCognitionOutlinedFilled.tsx index dff4e0d34..5529ce5a2 100644 --- a/src/IconCognitionOutlinedFilled.tsx +++ b/src/IconCognitionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCognitionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCognitionRounded.tsx b/src/IconCognitionRounded.tsx index c5177acb9..63239b1a8 100644 --- a/src/IconCognitionRounded.tsx +++ b/src/IconCognitionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCognitionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCognitionRoundedFilled.tsx b/src/IconCognitionRoundedFilled.tsx index c6170e50d..00f9d3f9e 100644 --- a/src/IconCognitionRoundedFilled.tsx +++ b/src/IconCognitionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCognitionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCognitionSharp.tsx b/src/IconCognitionSharp.tsx index ff56a0db0..b7bdbf98f 100644 --- a/src/IconCognitionSharp.tsx +++ b/src/IconCognitionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCognitionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCognitionSharpFilled.tsx b/src/IconCognitionSharpFilled.tsx index 2de5753ca..ca2a108cc 100644 --- a/src/IconCognitionSharpFilled.tsx +++ b/src/IconCognitionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCognitionSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCollapseAllOutlined.tsx b/src/IconCollapseAllOutlined.tsx index 86345bbfe..3953883e5 100644 --- a/src/IconCollapseAllOutlined.tsx +++ b/src/IconCollapseAllOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseAllOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCollapseAllOutlinedFilled.tsx b/src/IconCollapseAllOutlinedFilled.tsx index 540afd538..56ffadc75 100644 --- a/src/IconCollapseAllOutlinedFilled.tsx +++ b/src/IconCollapseAllOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseAllOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCollapseAllRounded.tsx b/src/IconCollapseAllRounded.tsx index d1e18cba4..3d0fd2d51 100644 --- a/src/IconCollapseAllRounded.tsx +++ b/src/IconCollapseAllRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseAllRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCollapseAllRoundedFilled.tsx b/src/IconCollapseAllRoundedFilled.tsx index 3f1f1d651..e0db16484 100644 --- a/src/IconCollapseAllRoundedFilled.tsx +++ b/src/IconCollapseAllRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseAllRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCollapseAllSharp.tsx b/src/IconCollapseAllSharp.tsx index 093c75c82..e8ef905b8 100644 --- a/src/IconCollapseAllSharp.tsx +++ b/src/IconCollapseAllSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseAllSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCollapseAllSharpFilled.tsx b/src/IconCollapseAllSharpFilled.tsx index a1d7bbe68..f8581ff4d 100644 --- a/src/IconCollapseAllSharpFilled.tsx +++ b/src/IconCollapseAllSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseAllSharpFilled: React.FC = ({ ...props diff --git a/src/IconCollapseContentOutlined.tsx b/src/IconCollapseContentOutlined.tsx index 52dbfa025..6334e667b 100644 --- a/src/IconCollapseContentOutlined.tsx +++ b/src/IconCollapseContentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseContentOutlined: React.FC = ({ ...props diff --git a/src/IconCollapseContentOutlinedFilled.tsx b/src/IconCollapseContentOutlinedFilled.tsx index 8e784bf29..601abe445 100644 --- a/src/IconCollapseContentOutlinedFilled.tsx +++ b/src/IconCollapseContentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseContentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCollapseContentRounded.tsx b/src/IconCollapseContentRounded.tsx index 59d5e7cae..74b5a4700 100644 --- a/src/IconCollapseContentRounded.tsx +++ b/src/IconCollapseContentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseContentRounded: React.FC = ({ ...props diff --git a/src/IconCollapseContentRoundedFilled.tsx b/src/IconCollapseContentRoundedFilled.tsx index cee43fa2a..e14d97aef 100644 --- a/src/IconCollapseContentRoundedFilled.tsx +++ b/src/IconCollapseContentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseContentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCollapseContentSharp.tsx b/src/IconCollapseContentSharp.tsx index c7cffdf4e..e55521e04 100644 --- a/src/IconCollapseContentSharp.tsx +++ b/src/IconCollapseContentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseContentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCollapseContentSharpFilled.tsx b/src/IconCollapseContentSharpFilled.tsx index f761822b8..15204b711 100644 --- a/src/IconCollapseContentSharpFilled.tsx +++ b/src/IconCollapseContentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollapseContentSharpFilled: React.FC = ({ ...props diff --git a/src/IconCollectionsBookmarkOutlined.tsx b/src/IconCollectionsBookmarkOutlined.tsx index 3da522b46..65654d3ec 100644 --- a/src/IconCollectionsBookmarkOutlined.tsx +++ b/src/IconCollectionsBookmarkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollectionsBookmarkOutlined: React.FC = ({ ...props diff --git a/src/IconCollectionsBookmarkOutlinedFilled.tsx b/src/IconCollectionsBookmarkOutlinedFilled.tsx index f26d461df..00b626c98 100644 --- a/src/IconCollectionsBookmarkOutlinedFilled.tsx +++ b/src/IconCollectionsBookmarkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollectionsBookmarkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCollectionsBookmarkRounded.tsx b/src/IconCollectionsBookmarkRounded.tsx index 409cb99ea..a2424641c 100644 --- a/src/IconCollectionsBookmarkRounded.tsx +++ b/src/IconCollectionsBookmarkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollectionsBookmarkRounded: React.FC = ({ ...props diff --git a/src/IconCollectionsBookmarkRoundedFilled.tsx b/src/IconCollectionsBookmarkRoundedFilled.tsx index 3385f0d09..fd05993dc 100644 --- a/src/IconCollectionsBookmarkRoundedFilled.tsx +++ b/src/IconCollectionsBookmarkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollectionsBookmarkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCollectionsBookmarkSharp.tsx b/src/IconCollectionsBookmarkSharp.tsx index 76f6aaf1b..ea4c88d7e 100644 --- a/src/IconCollectionsBookmarkSharp.tsx +++ b/src/IconCollectionsBookmarkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollectionsBookmarkSharp: React.FC = ({ ...props diff --git a/src/IconCollectionsBookmarkSharpFilled.tsx b/src/IconCollectionsBookmarkSharpFilled.tsx index b0d8a1a0d..d27e00a32 100644 --- a/src/IconCollectionsBookmarkSharpFilled.tsx +++ b/src/IconCollectionsBookmarkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCollectionsBookmarkSharpFilled: React.FC = ({ ...props diff --git a/src/IconColorizeOutlined.tsx b/src/IconColorizeOutlined.tsx index dfd8ef1d3..c9fde837a 100644 --- a/src/IconColorizeOutlined.tsx +++ b/src/IconColorizeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorizeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconColorizeOutlinedFilled.tsx b/src/IconColorizeOutlinedFilled.tsx index 08fff6421..69625f59b 100644 --- a/src/IconColorizeOutlinedFilled.tsx +++ b/src/IconColorizeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorizeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconColorizeRounded.tsx b/src/IconColorizeRounded.tsx index 742e92376..82d6c9082 100644 --- a/src/IconColorizeRounded.tsx +++ b/src/IconColorizeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorizeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconColorizeRoundedFilled.tsx b/src/IconColorizeRoundedFilled.tsx index 494217bbc..524848f7d 100644 --- a/src/IconColorizeRoundedFilled.tsx +++ b/src/IconColorizeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorizeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconColorizeSharp.tsx b/src/IconColorizeSharp.tsx index 0503c6fcd..4bfb3c613 100644 --- a/src/IconColorizeSharp.tsx +++ b/src/IconColorizeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorizeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconColorizeSharpFilled.tsx b/src/IconColorizeSharpFilled.tsx index 74b4cb9a0..66535d19e 100644 --- a/src/IconColorizeSharpFilled.tsx +++ b/src/IconColorizeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorizeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconColorsOutlined.tsx b/src/IconColorsOutlined.tsx index 48c1d49cd..855941513 100644 --- a/src/IconColorsOutlined.tsx +++ b/src/IconColorsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconColorsOutlinedFilled.tsx b/src/IconColorsOutlinedFilled.tsx index 7f9bc2374..bf6db94d9 100644 --- a/src/IconColorsOutlinedFilled.tsx +++ b/src/IconColorsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconColorsRounded.tsx b/src/IconColorsRounded.tsx index 784711bea..4dc07a7f0 100644 --- a/src/IconColorsRounded.tsx +++ b/src/IconColorsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconColorsRoundedFilled.tsx b/src/IconColorsRoundedFilled.tsx index 96015c442..45e00d18a 100644 --- a/src/IconColorsRoundedFilled.tsx +++ b/src/IconColorsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconColorsSharp.tsx b/src/IconColorsSharp.tsx index 280c7bedf..7ac05d6e9 100644 --- a/src/IconColorsSharp.tsx +++ b/src/IconColorsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconColorsSharpFilled.tsx b/src/IconColorsSharpFilled.tsx index 4ae22e058..278a0df1b 100644 --- a/src/IconColorsSharpFilled.tsx +++ b/src/IconColorsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconColorsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCombineColumnsOutlined.tsx b/src/IconCombineColumnsOutlined.tsx index 27adcc947..4aab3e87e 100644 --- a/src/IconCombineColumnsOutlined.tsx +++ b/src/IconCombineColumnsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCombineColumnsOutlined: React.FC = ({ ...props diff --git a/src/IconCombineColumnsOutlinedFilled.tsx b/src/IconCombineColumnsOutlinedFilled.tsx index a3558e12d..1529ce0e6 100644 --- a/src/IconCombineColumnsOutlinedFilled.tsx +++ b/src/IconCombineColumnsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCombineColumnsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCombineColumnsRounded.tsx b/src/IconCombineColumnsRounded.tsx index 8edff6e00..679c98c4d 100644 --- a/src/IconCombineColumnsRounded.tsx +++ b/src/IconCombineColumnsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCombineColumnsRounded: React.FC = ({ ...props diff --git a/src/IconCombineColumnsRoundedFilled.tsx b/src/IconCombineColumnsRoundedFilled.tsx index 9d2d2b8fd..09d800526 100644 --- a/src/IconCombineColumnsRoundedFilled.tsx +++ b/src/IconCombineColumnsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCombineColumnsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCombineColumnsSharp.tsx b/src/IconCombineColumnsSharp.tsx index b2ddbfce9..37c177a5f 100644 --- a/src/IconCombineColumnsSharp.tsx +++ b/src/IconCombineColumnsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCombineColumnsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCombineColumnsSharpFilled.tsx b/src/IconCombineColumnsSharpFilled.tsx index 0a7095fb0..4a1f82a23 100644 --- a/src/IconCombineColumnsSharpFilled.tsx +++ b/src/IconCombineColumnsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCombineColumnsSharpFilled: React.FC = ({ ...props diff --git a/src/IconComedyMaskOutlined.tsx b/src/IconComedyMaskOutlined.tsx index 1c11ad5d6..76b739203 100644 --- a/src/IconComedyMaskOutlined.tsx +++ b/src/IconComedyMaskOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComedyMaskOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconComedyMaskOutlinedFilled.tsx b/src/IconComedyMaskOutlinedFilled.tsx index 6833a7bf4..87d0c4cc7 100644 --- a/src/IconComedyMaskOutlinedFilled.tsx +++ b/src/IconComedyMaskOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComedyMaskOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconComedyMaskRounded.tsx b/src/IconComedyMaskRounded.tsx index 51e24172b..c15582d86 100644 --- a/src/IconComedyMaskRounded.tsx +++ b/src/IconComedyMaskRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComedyMaskRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconComedyMaskRoundedFilled.tsx b/src/IconComedyMaskRoundedFilled.tsx index 88c0a1fd1..a133f3ad0 100644 --- a/src/IconComedyMaskRoundedFilled.tsx +++ b/src/IconComedyMaskRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComedyMaskRoundedFilled: React.FC = ({ ...props diff --git a/src/IconComedyMaskSharp.tsx b/src/IconComedyMaskSharp.tsx index c4605f52b..edad1212a 100644 --- a/src/IconComedyMaskSharp.tsx +++ b/src/IconComedyMaskSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComedyMaskSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconComedyMaskSharpFilled.tsx b/src/IconComedyMaskSharpFilled.tsx index af79a2eb8..932f8715e 100644 --- a/src/IconComedyMaskSharpFilled.tsx +++ b/src/IconComedyMaskSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComedyMaskSharpFilled: React.FC = ({ ...props diff --git a/src/IconComicBubbleOutlined.tsx b/src/IconComicBubbleOutlined.tsx index abf85d066..cedff417d 100644 --- a/src/IconComicBubbleOutlined.tsx +++ b/src/IconComicBubbleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComicBubbleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconComicBubbleOutlinedFilled.tsx b/src/IconComicBubbleOutlinedFilled.tsx index dbe5793a1..07386f5fc 100644 --- a/src/IconComicBubbleOutlinedFilled.tsx +++ b/src/IconComicBubbleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComicBubbleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconComicBubbleRounded.tsx b/src/IconComicBubbleRounded.tsx index f699b93b2..a0af4c3ca 100644 --- a/src/IconComicBubbleRounded.tsx +++ b/src/IconComicBubbleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComicBubbleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconComicBubbleRoundedFilled.tsx b/src/IconComicBubbleRoundedFilled.tsx index 42220dd52..fcc63f529 100644 --- a/src/IconComicBubbleRoundedFilled.tsx +++ b/src/IconComicBubbleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComicBubbleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconComicBubbleSharp.tsx b/src/IconComicBubbleSharp.tsx index c8dd755fb..1659618cf 100644 --- a/src/IconComicBubbleSharp.tsx +++ b/src/IconComicBubbleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComicBubbleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconComicBubbleSharpFilled.tsx b/src/IconComicBubbleSharpFilled.tsx index fbf3f9390..bab0f91af 100644 --- a/src/IconComicBubbleSharpFilled.tsx +++ b/src/IconComicBubbleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComicBubbleSharpFilled: React.FC = ({ ...props diff --git a/src/IconCommentBankOutlined.tsx b/src/IconCommentBankOutlined.tsx index 7c61595d4..9caa9e51a 100644 --- a/src/IconCommentBankOutlined.tsx +++ b/src/IconCommentBankOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentBankOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCommentBankOutlinedFilled.tsx b/src/IconCommentBankOutlinedFilled.tsx index 8279ca98a..648b39dad 100644 --- a/src/IconCommentBankOutlinedFilled.tsx +++ b/src/IconCommentBankOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentBankOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCommentBankRounded.tsx b/src/IconCommentBankRounded.tsx index 21047cc1a..cbf662b92 100644 --- a/src/IconCommentBankRounded.tsx +++ b/src/IconCommentBankRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentBankRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCommentBankRoundedFilled.tsx b/src/IconCommentBankRoundedFilled.tsx index 401d8370d..ca5bcdfcc 100644 --- a/src/IconCommentBankRoundedFilled.tsx +++ b/src/IconCommentBankRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentBankRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCommentBankSharp.tsx b/src/IconCommentBankSharp.tsx index 989e2d879..ce8c705ac 100644 --- a/src/IconCommentBankSharp.tsx +++ b/src/IconCommentBankSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentBankSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCommentBankSharpFilled.tsx b/src/IconCommentBankSharpFilled.tsx index f26ed0bbb..7e950aead 100644 --- a/src/IconCommentBankSharpFilled.tsx +++ b/src/IconCommentBankSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentBankSharpFilled: React.FC = ({ ...props diff --git a/src/IconCommentOutlined.tsx b/src/IconCommentOutlined.tsx index 8018b7bb9..ea4bb61b2 100644 --- a/src/IconCommentOutlined.tsx +++ b/src/IconCommentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCommentOutlinedFilled.tsx b/src/IconCommentOutlinedFilled.tsx index 8238dc93f..1a7911c42 100644 --- a/src/IconCommentOutlinedFilled.tsx +++ b/src/IconCommentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCommentRounded.tsx b/src/IconCommentRounded.tsx index 5ed64fce6..32d356a0a 100644 --- a/src/IconCommentRounded.tsx +++ b/src/IconCommentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCommentRoundedFilled.tsx b/src/IconCommentRoundedFilled.tsx index d0baf1563..314f48438 100644 --- a/src/IconCommentRoundedFilled.tsx +++ b/src/IconCommentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCommentSharp.tsx b/src/IconCommentSharp.tsx index c3d2233af..b71a511a5 100644 --- a/src/IconCommentSharp.tsx +++ b/src/IconCommentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCommentSharpFilled.tsx b/src/IconCommentSharpFilled.tsx index 2323ec793..d17d04fd1 100644 --- a/src/IconCommentSharpFilled.tsx +++ b/src/IconCommentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCommentsDisabledOutlined.tsx b/src/IconCommentsDisabledOutlined.tsx index 59df53fb4..6812bbe47 100644 --- a/src/IconCommentsDisabledOutlined.tsx +++ b/src/IconCommentsDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentsDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconCommentsDisabledOutlinedFilled.tsx b/src/IconCommentsDisabledOutlinedFilled.tsx index d68b1d7e3..030ad0aa2 100644 --- a/src/IconCommentsDisabledOutlinedFilled.tsx +++ b/src/IconCommentsDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentsDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCommentsDisabledRounded.tsx b/src/IconCommentsDisabledRounded.tsx index 32ab94b9e..28fcc1242 100644 --- a/src/IconCommentsDisabledRounded.tsx +++ b/src/IconCommentsDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentsDisabledRounded: React.FC = ({ ...props diff --git a/src/IconCommentsDisabledRoundedFilled.tsx b/src/IconCommentsDisabledRoundedFilled.tsx index 2b75fc224..3fa698737 100644 --- a/src/IconCommentsDisabledRoundedFilled.tsx +++ b/src/IconCommentsDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentsDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCommentsDisabledSharp.tsx b/src/IconCommentsDisabledSharp.tsx index 20825965e..624186517 100644 --- a/src/IconCommentsDisabledSharp.tsx +++ b/src/IconCommentsDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentsDisabledSharp: React.FC = ({ ...props diff --git a/src/IconCommentsDisabledSharpFilled.tsx b/src/IconCommentsDisabledSharpFilled.tsx index b247217e2..891f0f66c 100644 --- a/src/IconCommentsDisabledSharpFilled.tsx +++ b/src/IconCommentsDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommentsDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconCommitOutlined.tsx b/src/IconCommitOutlined.tsx index 50732bb75..54ce01f6b 100644 --- a/src/IconCommitOutlined.tsx +++ b/src/IconCommitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommitOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCommitOutlinedFilled.tsx b/src/IconCommitOutlinedFilled.tsx index 8c0136fa6..044aca780 100644 --- a/src/IconCommitOutlinedFilled.tsx +++ b/src/IconCommitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommitOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCommitRounded.tsx b/src/IconCommitRounded.tsx index 651023a2c..ee3eaabd6 100644 --- a/src/IconCommitRounded.tsx +++ b/src/IconCommitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommitRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCommitRoundedFilled.tsx b/src/IconCommitRoundedFilled.tsx index 1c3bcac5c..b903ea464 100644 --- a/src/IconCommitRoundedFilled.tsx +++ b/src/IconCommitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommitRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCommitSharp.tsx b/src/IconCommitSharp.tsx index a636df801..838bae037 100644 --- a/src/IconCommitSharp.tsx +++ b/src/IconCommitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCommitSharpFilled.tsx b/src/IconCommitSharpFilled.tsx index 14d5f01b7..2fbb1e949 100644 --- a/src/IconCommitSharpFilled.tsx +++ b/src/IconCommitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommitSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCommunicationOutlined.tsx b/src/IconCommunicationOutlined.tsx index 9f7078775..d46d3b6a2 100644 --- a/src/IconCommunicationOutlined.tsx +++ b/src/IconCommunicationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunicationOutlined: React.FC = ({ ...props diff --git a/src/IconCommunicationOutlinedFilled.tsx b/src/IconCommunicationOutlinedFilled.tsx index 211533460..8ab838b8b 100644 --- a/src/IconCommunicationOutlinedFilled.tsx +++ b/src/IconCommunicationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunicationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCommunicationRounded.tsx b/src/IconCommunicationRounded.tsx index ad5110ac3..80c526ddd 100644 --- a/src/IconCommunicationRounded.tsx +++ b/src/IconCommunicationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunicationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCommunicationRoundedFilled.tsx b/src/IconCommunicationRoundedFilled.tsx index 9c881d360..9afe46e93 100644 --- a/src/IconCommunicationRoundedFilled.tsx +++ b/src/IconCommunicationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunicationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCommunicationSharp.tsx b/src/IconCommunicationSharp.tsx index 51d1e0402..12ddaaa89 100644 --- a/src/IconCommunicationSharp.tsx +++ b/src/IconCommunicationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunicationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCommunicationSharpFilled.tsx b/src/IconCommunicationSharpFilled.tsx index fba052e38..425149071 100644 --- a/src/IconCommunicationSharpFilled.tsx +++ b/src/IconCommunicationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunicationSharpFilled: React.FC = ({ ...props diff --git a/src/IconCommunitiesOutlined.tsx b/src/IconCommunitiesOutlined.tsx index 403fe6c1d..6b80f38f5 100644 --- a/src/IconCommunitiesOutlined.tsx +++ b/src/IconCommunitiesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunitiesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCommunitiesOutlinedFilled.tsx b/src/IconCommunitiesOutlinedFilled.tsx index f9230c40b..338751b0c 100644 --- a/src/IconCommunitiesOutlinedFilled.tsx +++ b/src/IconCommunitiesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunitiesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCommunitiesRounded.tsx b/src/IconCommunitiesRounded.tsx index ddcdf9b46..0e79cc757 100644 --- a/src/IconCommunitiesRounded.tsx +++ b/src/IconCommunitiesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunitiesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCommunitiesRoundedFilled.tsx b/src/IconCommunitiesRoundedFilled.tsx index 790d17b2a..e8e1c9ab3 100644 --- a/src/IconCommunitiesRoundedFilled.tsx +++ b/src/IconCommunitiesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunitiesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCommunitiesSharp.tsx b/src/IconCommunitiesSharp.tsx index 97d1b65ac..457f8e166 100644 --- a/src/IconCommunitiesSharp.tsx +++ b/src/IconCommunitiesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunitiesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCommunitiesSharpFilled.tsx b/src/IconCommunitiesSharpFilled.tsx index 8739226b6..d5f74ca56 100644 --- a/src/IconCommunitiesSharpFilled.tsx +++ b/src/IconCommunitiesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommunitiesSharpFilled: React.FC = ({ ...props diff --git a/src/IconCommuteOutlined.tsx b/src/IconCommuteOutlined.tsx index 9484f534e..71ff43723 100644 --- a/src/IconCommuteOutlined.tsx +++ b/src/IconCommuteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommuteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCommuteOutlinedFilled.tsx b/src/IconCommuteOutlinedFilled.tsx index d284d6ca2..fd6627856 100644 --- a/src/IconCommuteOutlinedFilled.tsx +++ b/src/IconCommuteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommuteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCommuteRounded.tsx b/src/IconCommuteRounded.tsx index c0ed9a536..184160e82 100644 --- a/src/IconCommuteRounded.tsx +++ b/src/IconCommuteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommuteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCommuteRoundedFilled.tsx b/src/IconCommuteRoundedFilled.tsx index 1779d5d02..282c139bf 100644 --- a/src/IconCommuteRoundedFilled.tsx +++ b/src/IconCommuteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommuteRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCommuteSharp.tsx b/src/IconCommuteSharp.tsx index 350378fca..67aa8b62b 100644 --- a/src/IconCommuteSharp.tsx +++ b/src/IconCommuteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommuteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCommuteSharpFilled.tsx b/src/IconCommuteSharpFilled.tsx index 526c40e79..726ed792f 100644 --- a/src/IconCommuteSharpFilled.tsx +++ b/src/IconCommuteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCommuteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCompareArrowsOutlined.tsx b/src/IconCompareArrowsOutlined.tsx index a301eae74..1ca342e3f 100644 --- a/src/IconCompareArrowsOutlined.tsx +++ b/src/IconCompareArrowsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareArrowsOutlined: React.FC = ({ ...props diff --git a/src/IconCompareArrowsOutlinedFilled.tsx b/src/IconCompareArrowsOutlinedFilled.tsx index 4ccacae4e..0941b0a7e 100644 --- a/src/IconCompareArrowsOutlinedFilled.tsx +++ b/src/IconCompareArrowsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareArrowsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCompareArrowsRounded.tsx b/src/IconCompareArrowsRounded.tsx index f471880d0..bf10cb9e2 100644 --- a/src/IconCompareArrowsRounded.tsx +++ b/src/IconCompareArrowsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareArrowsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCompareArrowsRoundedFilled.tsx b/src/IconCompareArrowsRoundedFilled.tsx index b556dc876..0acc09bad 100644 --- a/src/IconCompareArrowsRoundedFilled.tsx +++ b/src/IconCompareArrowsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareArrowsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCompareArrowsSharp.tsx b/src/IconCompareArrowsSharp.tsx index 6e570c5bc..081be8d3e 100644 --- a/src/IconCompareArrowsSharp.tsx +++ b/src/IconCompareArrowsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareArrowsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCompareArrowsSharpFilled.tsx b/src/IconCompareArrowsSharpFilled.tsx index 844fd13b1..e7a8dbd51 100644 --- a/src/IconCompareArrowsSharpFilled.tsx +++ b/src/IconCompareArrowsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareArrowsSharpFilled: React.FC = ({ ...props diff --git a/src/IconCompareOutlined.tsx b/src/IconCompareOutlined.tsx index 8466ffbaf..683597a34 100644 --- a/src/IconCompareOutlined.tsx +++ b/src/IconCompareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCompareOutlinedFilled.tsx b/src/IconCompareOutlinedFilled.tsx index db89ee1b0..5bd4d9c8b 100644 --- a/src/IconCompareOutlinedFilled.tsx +++ b/src/IconCompareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCompareRounded.tsx b/src/IconCompareRounded.tsx index b8aa6c5c4..2a3ff27f4 100644 --- a/src/IconCompareRounded.tsx +++ b/src/IconCompareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCompareRoundedFilled.tsx b/src/IconCompareRoundedFilled.tsx index 61d3aafaf..c10393dc6 100644 --- a/src/IconCompareRoundedFilled.tsx +++ b/src/IconCompareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCompareSharp.tsx b/src/IconCompareSharp.tsx index 76736229a..4eff62d3b 100644 --- a/src/IconCompareSharp.tsx +++ b/src/IconCompareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCompareSharpFilled.tsx b/src/IconCompareSharpFilled.tsx index eaa0a0599..da4600796 100644 --- a/src/IconCompareSharpFilled.tsx +++ b/src/IconCompareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompareSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCompassCalibrationOutlined.tsx b/src/IconCompassCalibrationOutlined.tsx index 4a07de076..35afbd7ff 100644 --- a/src/IconCompassCalibrationOutlined.tsx +++ b/src/IconCompassCalibrationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompassCalibrationOutlined: React.FC = ({ ...props diff --git a/src/IconCompassCalibrationOutlinedFilled.tsx b/src/IconCompassCalibrationOutlinedFilled.tsx index 6faca276c..71d2b602b 100644 --- a/src/IconCompassCalibrationOutlinedFilled.tsx +++ b/src/IconCompassCalibrationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompassCalibrationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCompassCalibrationRounded.tsx b/src/IconCompassCalibrationRounded.tsx index 09c76c305..335db5e27 100644 --- a/src/IconCompassCalibrationRounded.tsx +++ b/src/IconCompassCalibrationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompassCalibrationRounded: React.FC = ({ ...props diff --git a/src/IconCompassCalibrationRoundedFilled.tsx b/src/IconCompassCalibrationRoundedFilled.tsx index 742195be5..947ee5e69 100644 --- a/src/IconCompassCalibrationRoundedFilled.tsx +++ b/src/IconCompassCalibrationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompassCalibrationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCompassCalibrationSharp.tsx b/src/IconCompassCalibrationSharp.tsx index fe5fae92a..bd9edf258 100644 --- a/src/IconCompassCalibrationSharp.tsx +++ b/src/IconCompassCalibrationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompassCalibrationSharp: React.FC = ({ ...props diff --git a/src/IconCompassCalibrationSharpFilled.tsx b/src/IconCompassCalibrationSharpFilled.tsx index bcb825e65..c39fd1ef5 100644 --- a/src/IconCompassCalibrationSharpFilled.tsx +++ b/src/IconCompassCalibrationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompassCalibrationSharpFilled: React.FC = ({ ...props diff --git a/src/IconComponentExchangeOutlined.tsx b/src/IconComponentExchangeOutlined.tsx index bf1a34c17..215b4b352 100644 --- a/src/IconComponentExchangeOutlined.tsx +++ b/src/IconComponentExchangeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComponentExchangeOutlined: React.FC = ({ ...props diff --git a/src/IconComponentExchangeOutlinedFilled.tsx b/src/IconComponentExchangeOutlinedFilled.tsx index 2e2c9a23c..6b016a687 100644 --- a/src/IconComponentExchangeOutlinedFilled.tsx +++ b/src/IconComponentExchangeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComponentExchangeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconComponentExchangeRounded.tsx b/src/IconComponentExchangeRounded.tsx index 61e6db50f..a1f0a487b 100644 --- a/src/IconComponentExchangeRounded.tsx +++ b/src/IconComponentExchangeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComponentExchangeRounded: React.FC = ({ ...props diff --git a/src/IconComponentExchangeRoundedFilled.tsx b/src/IconComponentExchangeRoundedFilled.tsx index a9a8c9e71..a5f3e5ed3 100644 --- a/src/IconComponentExchangeRoundedFilled.tsx +++ b/src/IconComponentExchangeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComponentExchangeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconComponentExchangeSharp.tsx b/src/IconComponentExchangeSharp.tsx index 890539b78..7e2e9bd11 100644 --- a/src/IconComponentExchangeSharp.tsx +++ b/src/IconComponentExchangeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComponentExchangeSharp: React.FC = ({ ...props diff --git a/src/IconComponentExchangeSharpFilled.tsx b/src/IconComponentExchangeSharpFilled.tsx index e9fa5e3e5..584890513 100644 --- a/src/IconComponentExchangeSharpFilled.tsx +++ b/src/IconComponentExchangeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComponentExchangeSharpFilled: React.FC = ({ ...props diff --git a/src/IconCompostOutlined.tsx b/src/IconCompostOutlined.tsx index 1bb4d1928..5ffaaccdf 100644 --- a/src/IconCompostOutlined.tsx +++ b/src/IconCompostOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompostOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCompostOutlinedFilled.tsx b/src/IconCompostOutlinedFilled.tsx index 28b3ff55e..0db5eff29 100644 --- a/src/IconCompostOutlinedFilled.tsx +++ b/src/IconCompostOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompostOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCompostRounded.tsx b/src/IconCompostRounded.tsx index 0eeb11dfb..4840eb361 100644 --- a/src/IconCompostRounded.tsx +++ b/src/IconCompostRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompostRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCompostRoundedFilled.tsx b/src/IconCompostRoundedFilled.tsx index e44c1afca..e28c654b5 100644 --- a/src/IconCompostRoundedFilled.tsx +++ b/src/IconCompostRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompostRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCompostSharp.tsx b/src/IconCompostSharp.tsx index 8e74a14d2..4af95d856 100644 --- a/src/IconCompostSharp.tsx +++ b/src/IconCompostSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompostSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCompostSharpFilled.tsx b/src/IconCompostSharpFilled.tsx index afab99b45..f52a8fed2 100644 --- a/src/IconCompostSharpFilled.tsx +++ b/src/IconCompostSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompostSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCompressOutlined.tsx b/src/IconCompressOutlined.tsx index e68455b4f..d4c78f6e6 100644 --- a/src/IconCompressOutlined.tsx +++ b/src/IconCompressOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompressOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCompressOutlinedFilled.tsx b/src/IconCompressOutlinedFilled.tsx index 856964edf..766ee1aa8 100644 --- a/src/IconCompressOutlinedFilled.tsx +++ b/src/IconCompressOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompressOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCompressRounded.tsx b/src/IconCompressRounded.tsx index d0452a731..879231786 100644 --- a/src/IconCompressRounded.tsx +++ b/src/IconCompressRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompressRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCompressRoundedFilled.tsx b/src/IconCompressRoundedFilled.tsx index 351628067..be6f392a5 100644 --- a/src/IconCompressRoundedFilled.tsx +++ b/src/IconCompressRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompressRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCompressSharp.tsx b/src/IconCompressSharp.tsx index 3754fe67f..fb5dac67e 100644 --- a/src/IconCompressSharp.tsx +++ b/src/IconCompressSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompressSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCompressSharpFilled.tsx b/src/IconCompressSharpFilled.tsx index 3a450caa8..b7fd9f5cc 100644 --- a/src/IconCompressSharpFilled.tsx +++ b/src/IconCompressSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCompressSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconComputerOutlined.tsx b/src/IconComputerOutlined.tsx index 67193e8da..5902e170e 100644 --- a/src/IconComputerOutlined.tsx +++ b/src/IconComputerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComputerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconComputerOutlinedFilled.tsx b/src/IconComputerOutlinedFilled.tsx index 1c45f6e53..a87aa8526 100644 --- a/src/IconComputerOutlinedFilled.tsx +++ b/src/IconComputerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComputerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconComputerRounded.tsx b/src/IconComputerRounded.tsx index a697fc12d..8e5c1a33b 100644 --- a/src/IconComputerRounded.tsx +++ b/src/IconComputerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComputerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconComputerRoundedFilled.tsx b/src/IconComputerRoundedFilled.tsx index 97e4cf949..d05960a81 100644 --- a/src/IconComputerRoundedFilled.tsx +++ b/src/IconComputerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComputerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconComputerSharp.tsx b/src/IconComputerSharp.tsx index 5b552b92c..207ba9a2e 100644 --- a/src/IconComputerSharp.tsx +++ b/src/IconComputerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComputerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconComputerSharpFilled.tsx b/src/IconComputerSharpFilled.tsx index 69fc135bc..7fc46b31d 100644 --- a/src/IconComputerSharpFilled.tsx +++ b/src/IconComputerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconComputerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconConciergeOutlined.tsx b/src/IconConciergeOutlined.tsx index 3060892fd..00aa985a9 100644 --- a/src/IconConciergeOutlined.tsx +++ b/src/IconConciergeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConciergeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconConciergeOutlinedFilled.tsx b/src/IconConciergeOutlinedFilled.tsx index 2b0f28956..fdc6c2c11 100644 --- a/src/IconConciergeOutlinedFilled.tsx +++ b/src/IconConciergeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConciergeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconConciergeRounded.tsx b/src/IconConciergeRounded.tsx index 4dc991cb2..b9d020bb5 100644 --- a/src/IconConciergeRounded.tsx +++ b/src/IconConciergeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConciergeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconConciergeRoundedFilled.tsx b/src/IconConciergeRoundedFilled.tsx index 801d188ed..0142e079c 100644 --- a/src/IconConciergeRoundedFilled.tsx +++ b/src/IconConciergeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConciergeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconConciergeSharp.tsx b/src/IconConciergeSharp.tsx index 836ba8b9b..9cf6f1915 100644 --- a/src/IconConciergeSharp.tsx +++ b/src/IconConciergeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConciergeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconConciergeSharpFilled.tsx b/src/IconConciergeSharpFilled.tsx index bc85af482..36cf832d7 100644 --- a/src/IconConciergeSharpFilled.tsx +++ b/src/IconConciergeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConciergeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconConditionsOutlined.tsx b/src/IconConditionsOutlined.tsx index 804b989cb..44f18a177 100644 --- a/src/IconConditionsOutlined.tsx +++ b/src/IconConditionsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConditionsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconConditionsOutlinedFilled.tsx b/src/IconConditionsOutlinedFilled.tsx index eb4f9e3c0..710b48a5d 100644 --- a/src/IconConditionsOutlinedFilled.tsx +++ b/src/IconConditionsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConditionsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconConditionsRounded.tsx b/src/IconConditionsRounded.tsx index 237fe4318..d4e1956b2 100644 --- a/src/IconConditionsRounded.tsx +++ b/src/IconConditionsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConditionsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconConditionsRoundedFilled.tsx b/src/IconConditionsRoundedFilled.tsx index 6c081440d..4f3295756 100644 --- a/src/IconConditionsRoundedFilled.tsx +++ b/src/IconConditionsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConditionsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconConditionsSharp.tsx b/src/IconConditionsSharp.tsx index 98b8654e3..7c1989ce4 100644 --- a/src/IconConditionsSharp.tsx +++ b/src/IconConditionsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConditionsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconConditionsSharpFilled.tsx b/src/IconConditionsSharpFilled.tsx index 015dbf51c..586f473b2 100644 --- a/src/IconConditionsSharpFilled.tsx +++ b/src/IconConditionsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConditionsSharpFilled: React.FC = ({ ...props diff --git a/src/IconConfirmationNumberOutlined.tsx b/src/IconConfirmationNumberOutlined.tsx index d4e5989ee..e3d3b62d4 100644 --- a/src/IconConfirmationNumberOutlined.tsx +++ b/src/IconConfirmationNumberOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConfirmationNumberOutlined: React.FC = ({ ...props diff --git a/src/IconConfirmationNumberOutlinedFilled.tsx b/src/IconConfirmationNumberOutlinedFilled.tsx index 0df4dd555..4ac98ad66 100644 --- a/src/IconConfirmationNumberOutlinedFilled.tsx +++ b/src/IconConfirmationNumberOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConfirmationNumberOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconConfirmationNumberRounded.tsx b/src/IconConfirmationNumberRounded.tsx index f718a0910..13083ab48 100644 --- a/src/IconConfirmationNumberRounded.tsx +++ b/src/IconConfirmationNumberRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConfirmationNumberRounded: React.FC = ({ ...props diff --git a/src/IconConfirmationNumberRoundedFilled.tsx b/src/IconConfirmationNumberRoundedFilled.tsx index bb5ef6fc6..effe9a4cd 100644 --- a/src/IconConfirmationNumberRoundedFilled.tsx +++ b/src/IconConfirmationNumberRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConfirmationNumberRoundedFilled: React.FC = ({ ...props diff --git a/src/IconConfirmationNumberSharp.tsx b/src/IconConfirmationNumberSharp.tsx index 68037e36f..a5a550766 100644 --- a/src/IconConfirmationNumberSharp.tsx +++ b/src/IconConfirmationNumberSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConfirmationNumberSharp: React.FC = ({ ...props diff --git a/src/IconConfirmationNumberSharpFilled.tsx b/src/IconConfirmationNumberSharpFilled.tsx index ce6416218..c876c078c 100644 --- a/src/IconConfirmationNumberSharpFilled.tsx +++ b/src/IconConfirmationNumberSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConfirmationNumberSharpFilled: React.FC = ({ ...props diff --git a/src/IconCongenitalOutlined.tsx b/src/IconCongenitalOutlined.tsx index 3d99abb94..5abe5eadf 100644 --- a/src/IconCongenitalOutlined.tsx +++ b/src/IconCongenitalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCongenitalOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCongenitalOutlinedFilled.tsx b/src/IconCongenitalOutlinedFilled.tsx index eb0ca5aee..4e657ad2d 100644 --- a/src/IconCongenitalOutlinedFilled.tsx +++ b/src/IconCongenitalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCongenitalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCongenitalRounded.tsx b/src/IconCongenitalRounded.tsx index f64ec5c4a..b4428d225 100644 --- a/src/IconCongenitalRounded.tsx +++ b/src/IconCongenitalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCongenitalRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCongenitalRoundedFilled.tsx b/src/IconCongenitalRoundedFilled.tsx index 6a77f49ea..ee859f2fe 100644 --- a/src/IconCongenitalRoundedFilled.tsx +++ b/src/IconCongenitalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCongenitalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCongenitalSharp.tsx b/src/IconCongenitalSharp.tsx index 89cfe7efe..486e0709e 100644 --- a/src/IconCongenitalSharp.tsx +++ b/src/IconCongenitalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCongenitalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCongenitalSharpFilled.tsx b/src/IconCongenitalSharpFilled.tsx index 7896ce3c7..5e7d1ae11 100644 --- a/src/IconCongenitalSharpFilled.tsx +++ b/src/IconCongenitalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCongenitalSharpFilled: React.FC = ({ ...props diff --git a/src/IconConnectWithoutContactOutlined.tsx b/src/IconConnectWithoutContactOutlined.tsx index 6eb04577f..1b8b549f9 100644 --- a/src/IconConnectWithoutContactOutlined.tsx +++ b/src/IconConnectWithoutContactOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectWithoutContactOutlined: React.FC = ({ ...props diff --git a/src/IconConnectWithoutContactOutlinedFilled.tsx b/src/IconConnectWithoutContactOutlinedFilled.tsx index e56195cf3..954ad3bad 100644 --- a/src/IconConnectWithoutContactOutlinedFilled.tsx +++ b/src/IconConnectWithoutContactOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectWithoutContactOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconConnectWithoutContactRounded.tsx b/src/IconConnectWithoutContactRounded.tsx index 88ece3c0d..8aef8d03e 100644 --- a/src/IconConnectWithoutContactRounded.tsx +++ b/src/IconConnectWithoutContactRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectWithoutContactRounded: React.FC = ({ ...props diff --git a/src/IconConnectWithoutContactRoundedFilled.tsx b/src/IconConnectWithoutContactRoundedFilled.tsx index 999bf0e26..309032563 100644 --- a/src/IconConnectWithoutContactRoundedFilled.tsx +++ b/src/IconConnectWithoutContactRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectWithoutContactRoundedFilled: React.FC = ({ ...props diff --git a/src/IconConnectWithoutContactSharp.tsx b/src/IconConnectWithoutContactSharp.tsx index 54ee71830..e6e3c30e7 100644 --- a/src/IconConnectWithoutContactSharp.tsx +++ b/src/IconConnectWithoutContactSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectWithoutContactSharp: React.FC = ({ ...props diff --git a/src/IconConnectWithoutContactSharpFilled.tsx b/src/IconConnectWithoutContactSharpFilled.tsx index 9d3d314d3..f8a3ac90a 100644 --- a/src/IconConnectWithoutContactSharpFilled.tsx +++ b/src/IconConnectWithoutContactSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectWithoutContactSharpFilled: React.FC = ({ ...props diff --git a/src/IconConnectedTvOutlined.tsx b/src/IconConnectedTvOutlined.tsx index 4d51de678..83de8b534 100644 --- a/src/IconConnectedTvOutlined.tsx +++ b/src/IconConnectedTvOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectedTvOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconConnectedTvOutlinedFilled.tsx b/src/IconConnectedTvOutlinedFilled.tsx index 369279eca..a4010a9fe 100644 --- a/src/IconConnectedTvOutlinedFilled.tsx +++ b/src/IconConnectedTvOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectedTvOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconConnectedTvRounded.tsx b/src/IconConnectedTvRounded.tsx index 4ec3f2154..7afce5cc3 100644 --- a/src/IconConnectedTvRounded.tsx +++ b/src/IconConnectedTvRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectedTvRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconConnectedTvRoundedFilled.tsx b/src/IconConnectedTvRoundedFilled.tsx index 2c70574d4..8ffa79465 100644 --- a/src/IconConnectedTvRoundedFilled.tsx +++ b/src/IconConnectedTvRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectedTvRoundedFilled: React.FC = ({ ...props diff --git a/src/IconConnectedTvSharp.tsx b/src/IconConnectedTvSharp.tsx index 1bb7ded5b..9d671dffb 100644 --- a/src/IconConnectedTvSharp.tsx +++ b/src/IconConnectedTvSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectedTvSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconConnectedTvSharpFilled.tsx b/src/IconConnectedTvSharpFilled.tsx index e262aecd4..667e75260 100644 --- a/src/IconConnectedTvSharpFilled.tsx +++ b/src/IconConnectedTvSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectedTvSharpFilled: React.FC = ({ ...props diff --git a/src/IconConnectingAirportsOutlined.tsx b/src/IconConnectingAirportsOutlined.tsx index 798aef381..9d1415b86 100644 --- a/src/IconConnectingAirportsOutlined.tsx +++ b/src/IconConnectingAirportsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectingAirportsOutlined: React.FC = ({ ...props diff --git a/src/IconConnectingAirportsOutlinedFilled.tsx b/src/IconConnectingAirportsOutlinedFilled.tsx index 04b1a3615..0e25e9b1a 100644 --- a/src/IconConnectingAirportsOutlinedFilled.tsx +++ b/src/IconConnectingAirportsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectingAirportsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconConnectingAirportsRounded.tsx b/src/IconConnectingAirportsRounded.tsx index 934879477..cd9599750 100644 --- a/src/IconConnectingAirportsRounded.tsx +++ b/src/IconConnectingAirportsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectingAirportsRounded: React.FC = ({ ...props diff --git a/src/IconConnectingAirportsRoundedFilled.tsx b/src/IconConnectingAirportsRoundedFilled.tsx index 16611c050..20f6a69ed 100644 --- a/src/IconConnectingAirportsRoundedFilled.tsx +++ b/src/IconConnectingAirportsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectingAirportsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconConnectingAirportsSharp.tsx b/src/IconConnectingAirportsSharp.tsx index d6a6b9b87..030161b51 100644 --- a/src/IconConnectingAirportsSharp.tsx +++ b/src/IconConnectingAirportsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectingAirportsSharp: React.FC = ({ ...props diff --git a/src/IconConnectingAirportsSharpFilled.tsx b/src/IconConnectingAirportsSharpFilled.tsx index fedef646d..f4628eb22 100644 --- a/src/IconConnectingAirportsSharpFilled.tsx +++ b/src/IconConnectingAirportsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConnectingAirportsSharpFilled: React.FC = ({ ...props diff --git a/src/IconConstructionOutlined.tsx b/src/IconConstructionOutlined.tsx index 4515cc5ab..84574fbc4 100644 --- a/src/IconConstructionOutlined.tsx +++ b/src/IconConstructionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConstructionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconConstructionOutlinedFilled.tsx b/src/IconConstructionOutlinedFilled.tsx index 113274a68..8e23f74ca 100644 --- a/src/IconConstructionOutlinedFilled.tsx +++ b/src/IconConstructionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConstructionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconConstructionRounded.tsx b/src/IconConstructionRounded.tsx index 807fc8482..368594820 100644 --- a/src/IconConstructionRounded.tsx +++ b/src/IconConstructionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConstructionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconConstructionRoundedFilled.tsx b/src/IconConstructionRoundedFilled.tsx index 74d16f062..05a2b11ad 100644 --- a/src/IconConstructionRoundedFilled.tsx +++ b/src/IconConstructionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConstructionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconConstructionSharp.tsx b/src/IconConstructionSharp.tsx index ba0109d1b..082411998 100644 --- a/src/IconConstructionSharp.tsx +++ b/src/IconConstructionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConstructionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconConstructionSharpFilled.tsx b/src/IconConstructionSharpFilled.tsx index 6ebe25c95..63dcf892a 100644 --- a/src/IconConstructionSharpFilled.tsx +++ b/src/IconConstructionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConstructionSharpFilled: React.FC = ({ ...props diff --git a/src/IconContactEmergencyOutlined.tsx b/src/IconContactEmergencyOutlined.tsx index f2f96cfb1..dc619b5a1 100644 --- a/src/IconContactEmergencyOutlined.tsx +++ b/src/IconContactEmergencyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactEmergencyOutlined: React.FC = ({ ...props diff --git a/src/IconContactEmergencyOutlinedFilled.tsx b/src/IconContactEmergencyOutlinedFilled.tsx index 35359aabe..8680a82ce 100644 --- a/src/IconContactEmergencyOutlinedFilled.tsx +++ b/src/IconContactEmergencyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactEmergencyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContactEmergencyRounded.tsx b/src/IconContactEmergencyRounded.tsx index 44b111c3a..a27586bac 100644 --- a/src/IconContactEmergencyRounded.tsx +++ b/src/IconContactEmergencyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactEmergencyRounded: React.FC = ({ ...props diff --git a/src/IconContactEmergencyRoundedFilled.tsx b/src/IconContactEmergencyRoundedFilled.tsx index 2ab02b928..a868f092b 100644 --- a/src/IconContactEmergencyRoundedFilled.tsx +++ b/src/IconContactEmergencyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactEmergencyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContactEmergencySharp.tsx b/src/IconContactEmergencySharp.tsx index dbcefdacc..90799ad70 100644 --- a/src/IconContactEmergencySharp.tsx +++ b/src/IconContactEmergencySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactEmergencySharp: React.FC = ({ ...props diff --git a/src/IconContactEmergencySharpFilled.tsx b/src/IconContactEmergencySharpFilled.tsx index a44fd0c8b..0df19073a 100644 --- a/src/IconContactEmergencySharpFilled.tsx +++ b/src/IconContactEmergencySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactEmergencySharpFilled: React.FC = ({ ...props diff --git a/src/IconContactMailOutlined.tsx b/src/IconContactMailOutlined.tsx index eccd26b50..1e8d88072 100644 --- a/src/IconContactMailOutlined.tsx +++ b/src/IconContactMailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactMailOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconContactMailOutlinedFilled.tsx b/src/IconContactMailOutlinedFilled.tsx index dcefe633b..572beca67 100644 --- a/src/IconContactMailOutlinedFilled.tsx +++ b/src/IconContactMailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactMailOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContactMailRounded.tsx b/src/IconContactMailRounded.tsx index c19e7c134..fff8f76cf 100644 --- a/src/IconContactMailRounded.tsx +++ b/src/IconContactMailRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactMailRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconContactMailRoundedFilled.tsx b/src/IconContactMailRoundedFilled.tsx index af278ee6e..c763a0b80 100644 --- a/src/IconContactMailRoundedFilled.tsx +++ b/src/IconContactMailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactMailRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContactMailSharp.tsx b/src/IconContactMailSharp.tsx index 43faf315c..81f38269a 100644 --- a/src/IconContactMailSharp.tsx +++ b/src/IconContactMailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactMailSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContactMailSharpFilled.tsx b/src/IconContactMailSharpFilled.tsx index e653c71af..39bdbdf2e 100644 --- a/src/IconContactMailSharpFilled.tsx +++ b/src/IconContactMailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactMailSharpFilled: React.FC = ({ ...props diff --git a/src/IconContactPageOutlined.tsx b/src/IconContactPageOutlined.tsx index 4f077f1fc..2ef9b37d8 100644 --- a/src/IconContactPageOutlined.tsx +++ b/src/IconContactPageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconContactPageOutlinedFilled.tsx b/src/IconContactPageOutlinedFilled.tsx index 7e0f275c6..0e8a3e5c1 100644 --- a/src/IconContactPageOutlinedFilled.tsx +++ b/src/IconContactPageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContactPageRounded.tsx b/src/IconContactPageRounded.tsx index e9fc6ae78..d26d15f1b 100644 --- a/src/IconContactPageRounded.tsx +++ b/src/IconContactPageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconContactPageRoundedFilled.tsx b/src/IconContactPageRoundedFilled.tsx index 93e667412..d6d6dc068 100644 --- a/src/IconContactPageRoundedFilled.tsx +++ b/src/IconContactPageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContactPageSharp.tsx b/src/IconContactPageSharp.tsx index 19f6d8a71..fe7fa0a7c 100644 --- a/src/IconContactPageSharp.tsx +++ b/src/IconContactPageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContactPageSharpFilled.tsx b/src/IconContactPageSharpFilled.tsx index 37cf8450e..0b072382e 100644 --- a/src/IconContactPageSharpFilled.tsx +++ b/src/IconContactPageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPageSharpFilled: React.FC = ({ ...props diff --git a/src/IconContactPhoneOutlined.tsx b/src/IconContactPhoneOutlined.tsx index 19efda8b5..8b6448bd8 100644 --- a/src/IconContactPhoneOutlined.tsx +++ b/src/IconContactPhoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPhoneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconContactPhoneOutlinedFilled.tsx b/src/IconContactPhoneOutlinedFilled.tsx index 512451bda..33155497c 100644 --- a/src/IconContactPhoneOutlinedFilled.tsx +++ b/src/IconContactPhoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPhoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContactPhoneRounded.tsx b/src/IconContactPhoneRounded.tsx index 1f918d671..95af5b86b 100644 --- a/src/IconContactPhoneRounded.tsx +++ b/src/IconContactPhoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPhoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconContactPhoneRoundedFilled.tsx b/src/IconContactPhoneRoundedFilled.tsx index 6cdfc8d8f..5878713f4 100644 --- a/src/IconContactPhoneRoundedFilled.tsx +++ b/src/IconContactPhoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPhoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContactPhoneSharp.tsx b/src/IconContactPhoneSharp.tsx index 7f21a19af..41498f7eb 100644 --- a/src/IconContactPhoneSharp.tsx +++ b/src/IconContactPhoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPhoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContactPhoneSharpFilled.tsx b/src/IconContactPhoneSharpFilled.tsx index a58bd74cd..115562cc5 100644 --- a/src/IconContactPhoneSharpFilled.tsx +++ b/src/IconContactPhoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactPhoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconContactSupportOutlined.tsx b/src/IconContactSupportOutlined.tsx index 64876ff31..eaae59bb7 100644 --- a/src/IconContactSupportOutlined.tsx +++ b/src/IconContactSupportOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactSupportOutlined: React.FC = ({ ...props diff --git a/src/IconContactSupportOutlinedFilled.tsx b/src/IconContactSupportOutlinedFilled.tsx index 1b4d2beca..db92eb5e3 100644 --- a/src/IconContactSupportOutlinedFilled.tsx +++ b/src/IconContactSupportOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactSupportOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContactSupportRounded.tsx b/src/IconContactSupportRounded.tsx index 8f57d511c..f4ef0f52d 100644 --- a/src/IconContactSupportRounded.tsx +++ b/src/IconContactSupportRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactSupportRounded: React.FC = ({ ...props diff --git a/src/IconContactSupportRoundedFilled.tsx b/src/IconContactSupportRoundedFilled.tsx index dd1d9f148..34d03ef95 100644 --- a/src/IconContactSupportRoundedFilled.tsx +++ b/src/IconContactSupportRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactSupportRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContactSupportSharp.tsx b/src/IconContactSupportSharp.tsx index 2c126a376..bef1a9cdb 100644 --- a/src/IconContactSupportSharp.tsx +++ b/src/IconContactSupportSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactSupportSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContactSupportSharpFilled.tsx b/src/IconContactSupportSharpFilled.tsx index 255c5f8f3..731d7737c 100644 --- a/src/IconContactSupportSharpFilled.tsx +++ b/src/IconContactSupportSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactSupportSharpFilled: React.FC = ({ ...props diff --git a/src/IconContactlessOffOutlined.tsx b/src/IconContactlessOffOutlined.tsx index bce6971ac..8a36fcdde 100644 --- a/src/IconContactlessOffOutlined.tsx +++ b/src/IconContactlessOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessOffOutlined: React.FC = ({ ...props diff --git a/src/IconContactlessOffOutlinedFilled.tsx b/src/IconContactlessOffOutlinedFilled.tsx index cd78cf032..538058399 100644 --- a/src/IconContactlessOffOutlinedFilled.tsx +++ b/src/IconContactlessOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContactlessOffRounded.tsx b/src/IconContactlessOffRounded.tsx index c3915100c..574c76800 100644 --- a/src/IconContactlessOffRounded.tsx +++ b/src/IconContactlessOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessOffRounded: React.FC = ({ ...props diff --git a/src/IconContactlessOffRoundedFilled.tsx b/src/IconContactlessOffRoundedFilled.tsx index 4fbd8cc12..43d51df5c 100644 --- a/src/IconContactlessOffRoundedFilled.tsx +++ b/src/IconContactlessOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContactlessOffSharp.tsx b/src/IconContactlessOffSharp.tsx index abfbb0f9d..c6fb6b7ea 100644 --- a/src/IconContactlessOffSharp.tsx +++ b/src/IconContactlessOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContactlessOffSharpFilled.tsx b/src/IconContactlessOffSharpFilled.tsx index 1608f05dd..5208ff9a1 100644 --- a/src/IconContactlessOffSharpFilled.tsx +++ b/src/IconContactlessOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconContactlessOutlined.tsx b/src/IconContactlessOutlined.tsx index e00e38f24..50ceb8f89 100644 --- a/src/IconContactlessOutlined.tsx +++ b/src/IconContactlessOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconContactlessOutlinedFilled.tsx b/src/IconContactlessOutlinedFilled.tsx index 179664eda..833ae24d6 100644 --- a/src/IconContactlessOutlinedFilled.tsx +++ b/src/IconContactlessOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContactlessRounded.tsx b/src/IconContactlessRounded.tsx index feaca2fff..2932d1d19 100644 --- a/src/IconContactlessRounded.tsx +++ b/src/IconContactlessRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconContactlessRoundedFilled.tsx b/src/IconContactlessRoundedFilled.tsx index 7374b965f..b2e9bbab4 100644 --- a/src/IconContactlessRoundedFilled.tsx +++ b/src/IconContactlessRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContactlessSharp.tsx b/src/IconContactlessSharp.tsx index 660f9906f..77d36ef8e 100644 --- a/src/IconContactlessSharp.tsx +++ b/src/IconContactlessSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContactlessSharpFilled.tsx b/src/IconContactlessSharpFilled.tsx index 0438518f7..4f45381c9 100644 --- a/src/IconContactlessSharpFilled.tsx +++ b/src/IconContactlessSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactlessSharpFilled: React.FC = ({ ...props diff --git a/src/IconContactsOutlined.tsx b/src/IconContactsOutlined.tsx index e37a43e41..e6f09e383 100644 --- a/src/IconContactsOutlined.tsx +++ b/src/IconContactsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconContactsOutlinedFilled.tsx b/src/IconContactsOutlinedFilled.tsx index da5135e71..7f9f5728e 100644 --- a/src/IconContactsOutlinedFilled.tsx +++ b/src/IconContactsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContactsProductOutlined.tsx b/src/IconContactsProductOutlined.tsx index 191c26669..9dbac5531 100644 --- a/src/IconContactsProductOutlined.tsx +++ b/src/IconContactsProductOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsProductOutlined: React.FC = ({ ...props diff --git a/src/IconContactsProductOutlinedFilled.tsx b/src/IconContactsProductOutlinedFilled.tsx index b3a2b2d7f..1e3ac5fd9 100644 --- a/src/IconContactsProductOutlinedFilled.tsx +++ b/src/IconContactsProductOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsProductOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContactsProductRounded.tsx b/src/IconContactsProductRounded.tsx index 6a0ec73aa..8b6319e7c 100644 --- a/src/IconContactsProductRounded.tsx +++ b/src/IconContactsProductRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsProductRounded: React.FC = ({ ...props diff --git a/src/IconContactsProductRoundedFilled.tsx b/src/IconContactsProductRoundedFilled.tsx index c55a8007e..111d9dac1 100644 --- a/src/IconContactsProductRoundedFilled.tsx +++ b/src/IconContactsProductRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsProductRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContactsProductSharp.tsx b/src/IconContactsProductSharp.tsx index a7059cdd7..b9e87e1c1 100644 --- a/src/IconContactsProductSharp.tsx +++ b/src/IconContactsProductSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsProductSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContactsProductSharpFilled.tsx b/src/IconContactsProductSharpFilled.tsx index 2ddf50ad8..45e041ae8 100644 --- a/src/IconContactsProductSharpFilled.tsx +++ b/src/IconContactsProductSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsProductSharpFilled: React.FC = ({ ...props diff --git a/src/IconContactsRounded.tsx b/src/IconContactsRounded.tsx index 6c9184063..a38274de8 100644 --- a/src/IconContactsRounded.tsx +++ b/src/IconContactsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconContactsRoundedFilled.tsx b/src/IconContactsRoundedFilled.tsx index 1404b46d9..16d81dcdd 100644 --- a/src/IconContactsRoundedFilled.tsx +++ b/src/IconContactsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContactsSharp.tsx b/src/IconContactsSharp.tsx index 9d8c270ee..9083410d4 100644 --- a/src/IconContactsSharp.tsx +++ b/src/IconContactsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContactsSharpFilled.tsx b/src/IconContactsSharpFilled.tsx index 3d5f18e46..49e213e01 100644 --- a/src/IconContactsSharpFilled.tsx +++ b/src/IconContactsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContactsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconContentCopyOutlined.tsx b/src/IconContentCopyOutlined.tsx index b80e1bf43..d1cc8a84e 100644 --- a/src/IconContentCopyOutlined.tsx +++ b/src/IconContentCopyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCopyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconContentCopyOutlinedFilled.tsx b/src/IconContentCopyOutlinedFilled.tsx index 50a6ecff3..c481569be 100644 --- a/src/IconContentCopyOutlinedFilled.tsx +++ b/src/IconContentCopyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCopyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContentCopyRounded.tsx b/src/IconContentCopyRounded.tsx index d7df8eac1..b8fedbe05 100644 --- a/src/IconContentCopyRounded.tsx +++ b/src/IconContentCopyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCopyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconContentCopyRoundedFilled.tsx b/src/IconContentCopyRoundedFilled.tsx index 46edb44f6..9809f9cb6 100644 --- a/src/IconContentCopyRoundedFilled.tsx +++ b/src/IconContentCopyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCopyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContentCopySharp.tsx b/src/IconContentCopySharp.tsx index 343037daf..f1353f1c5 100644 --- a/src/IconContentCopySharp.tsx +++ b/src/IconContentCopySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCopySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContentCopySharpFilled.tsx b/src/IconContentCopySharpFilled.tsx index c7e890c6b..4468ff7ac 100644 --- a/src/IconContentCopySharpFilled.tsx +++ b/src/IconContentCopySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCopySharpFilled: React.FC = ({ ...props diff --git a/src/IconContentCutOutlined.tsx b/src/IconContentCutOutlined.tsx index 57b09a259..c2d502e37 100644 --- a/src/IconContentCutOutlined.tsx +++ b/src/IconContentCutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCutOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconContentCutOutlinedFilled.tsx b/src/IconContentCutOutlinedFilled.tsx index 32343780c..d3b96bce8 100644 --- a/src/IconContentCutOutlinedFilled.tsx +++ b/src/IconContentCutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCutOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContentCutRounded.tsx b/src/IconContentCutRounded.tsx index 4530b29f6..1d7a25bc8 100644 --- a/src/IconContentCutRounded.tsx +++ b/src/IconContentCutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCutRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconContentCutRoundedFilled.tsx b/src/IconContentCutRoundedFilled.tsx index 00963cbf5..cf149dffe 100644 --- a/src/IconContentCutRoundedFilled.tsx +++ b/src/IconContentCutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCutRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContentCutSharp.tsx b/src/IconContentCutSharp.tsx index bdd55bd76..2e6186f67 100644 --- a/src/IconContentCutSharp.tsx +++ b/src/IconContentCutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCutSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContentCutSharpFilled.tsx b/src/IconContentCutSharpFilled.tsx index 22de1c238..eb0c54375 100644 --- a/src/IconContentCutSharpFilled.tsx +++ b/src/IconContentCutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentCutSharpFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteGoOutlined.tsx b/src/IconContentPasteGoOutlined.tsx index 8a4b987f8..3d1e51e93 100644 --- a/src/IconContentPasteGoOutlined.tsx +++ b/src/IconContentPasteGoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteGoOutlined: React.FC = ({ ...props diff --git a/src/IconContentPasteGoOutlinedFilled.tsx b/src/IconContentPasteGoOutlinedFilled.tsx index 44aa7b30c..0ea3d32c6 100644 --- a/src/IconContentPasteGoOutlinedFilled.tsx +++ b/src/IconContentPasteGoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteGoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteGoRounded.tsx b/src/IconContentPasteGoRounded.tsx index 3454d9185..948783ab5 100644 --- a/src/IconContentPasteGoRounded.tsx +++ b/src/IconContentPasteGoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteGoRounded: React.FC = ({ ...props diff --git a/src/IconContentPasteGoRoundedFilled.tsx b/src/IconContentPasteGoRoundedFilled.tsx index 3da4ed05e..8a0cd1bf5 100644 --- a/src/IconContentPasteGoRoundedFilled.tsx +++ b/src/IconContentPasteGoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteGoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteGoSharp.tsx b/src/IconContentPasteGoSharp.tsx index dff17a6ff..47cad1d4a 100644 --- a/src/IconContentPasteGoSharp.tsx +++ b/src/IconContentPasteGoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteGoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContentPasteGoSharpFilled.tsx b/src/IconContentPasteGoSharpFilled.tsx index 68cef6064..e018b8475 100644 --- a/src/IconContentPasteGoSharpFilled.tsx +++ b/src/IconContentPasteGoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteGoSharpFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteOffOutlined.tsx b/src/IconContentPasteOffOutlined.tsx index ec493b069..90deba57b 100644 --- a/src/IconContentPasteOffOutlined.tsx +++ b/src/IconContentPasteOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteOffOutlined: React.FC = ({ ...props diff --git a/src/IconContentPasteOffOutlinedFilled.tsx b/src/IconContentPasteOffOutlinedFilled.tsx index 04f0a19eb..a4a427f28 100644 --- a/src/IconContentPasteOffOutlinedFilled.tsx +++ b/src/IconContentPasteOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteOffRounded.tsx b/src/IconContentPasteOffRounded.tsx index 3e3357ddf..19a966308 100644 --- a/src/IconContentPasteOffRounded.tsx +++ b/src/IconContentPasteOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteOffRounded: React.FC = ({ ...props diff --git a/src/IconContentPasteOffRoundedFilled.tsx b/src/IconContentPasteOffRoundedFilled.tsx index 23ccf0164..3f66e67c5 100644 --- a/src/IconContentPasteOffRoundedFilled.tsx +++ b/src/IconContentPasteOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteOffSharp.tsx b/src/IconContentPasteOffSharp.tsx index 5651c9aeb..7adbdeb1f 100644 --- a/src/IconContentPasteOffSharp.tsx +++ b/src/IconContentPasteOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContentPasteOffSharpFilled.tsx b/src/IconContentPasteOffSharpFilled.tsx index 8ce25cc60..bc9ff66ca 100644 --- a/src/IconContentPasteOffSharpFilled.tsx +++ b/src/IconContentPasteOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteOutlined.tsx b/src/IconContentPasteOutlined.tsx index ba5d27829..69bbe937a 100644 --- a/src/IconContentPasteOutlined.tsx +++ b/src/IconContentPasteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconContentPasteOutlinedFilled.tsx b/src/IconContentPasteOutlinedFilled.tsx index 57370005d..0078b572a 100644 --- a/src/IconContentPasteOutlinedFilled.tsx +++ b/src/IconContentPasteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteRounded.tsx b/src/IconContentPasteRounded.tsx index 79f65bf8b..935a0e22b 100644 --- a/src/IconContentPasteRounded.tsx +++ b/src/IconContentPasteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconContentPasteRoundedFilled.tsx b/src/IconContentPasteRoundedFilled.tsx index 50f3aeab5..08ec565af 100644 --- a/src/IconContentPasteRoundedFilled.tsx +++ b/src/IconContentPasteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteSearchOutlined.tsx b/src/IconContentPasteSearchOutlined.tsx index ec96b5cf1..2553bffdb 100644 --- a/src/IconContentPasteSearchOutlined.tsx +++ b/src/IconContentPasteSearchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteSearchOutlined: React.FC = ({ ...props diff --git a/src/IconContentPasteSearchOutlinedFilled.tsx b/src/IconContentPasteSearchOutlinedFilled.tsx index 15db92731..6b4a4b7a7 100644 --- a/src/IconContentPasteSearchOutlinedFilled.tsx +++ b/src/IconContentPasteSearchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteSearchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteSearchRounded.tsx b/src/IconContentPasteSearchRounded.tsx index 71d13f956..a8aca8a1d 100644 --- a/src/IconContentPasteSearchRounded.tsx +++ b/src/IconContentPasteSearchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteSearchRounded: React.FC = ({ ...props diff --git a/src/IconContentPasteSearchRoundedFilled.tsx b/src/IconContentPasteSearchRoundedFilled.tsx index e65c00263..f1506b8ca 100644 --- a/src/IconContentPasteSearchRoundedFilled.tsx +++ b/src/IconContentPasteSearchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteSearchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteSearchSharp.tsx b/src/IconContentPasteSearchSharp.tsx index 50648fb5b..80ae8d5d7 100644 --- a/src/IconContentPasteSearchSharp.tsx +++ b/src/IconContentPasteSearchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteSearchSharp: React.FC = ({ ...props diff --git a/src/IconContentPasteSearchSharpFilled.tsx b/src/IconContentPasteSearchSharpFilled.tsx index 4ca531644..e4a3f087b 100644 --- a/src/IconContentPasteSearchSharpFilled.tsx +++ b/src/IconContentPasteSearchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteSearchSharpFilled: React.FC = ({ ...props diff --git a/src/IconContentPasteSharp.tsx b/src/IconContentPasteSharp.tsx index 50c5c9b7c..503ea613c 100644 --- a/src/IconContentPasteSharp.tsx +++ b/src/IconContentPasteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContentPasteSharpFilled.tsx b/src/IconContentPasteSharpFilled.tsx index 9b0b69b09..c903410e2 100644 --- a/src/IconContentPasteSharpFilled.tsx +++ b/src/IconContentPasteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContentPasteSharpFilled: React.FC = ({ ...props diff --git a/src/IconContextualTokenAddOutlined.tsx b/src/IconContextualTokenAddOutlined.tsx index 5b130a570..9c7e36224 100644 --- a/src/IconContextualTokenAddOutlined.tsx +++ b/src/IconContextualTokenAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenAddOutlined: React.FC = ({ ...props diff --git a/src/IconContextualTokenAddOutlinedFilled.tsx b/src/IconContextualTokenAddOutlinedFilled.tsx index 5c381b97d..3bd513bd7 100644 --- a/src/IconContextualTokenAddOutlinedFilled.tsx +++ b/src/IconContextualTokenAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContextualTokenAddRounded.tsx b/src/IconContextualTokenAddRounded.tsx index 39bee9b47..68998ee66 100644 --- a/src/IconContextualTokenAddRounded.tsx +++ b/src/IconContextualTokenAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenAddRounded: React.FC = ({ ...props diff --git a/src/IconContextualTokenAddRoundedFilled.tsx b/src/IconContextualTokenAddRoundedFilled.tsx index df4e4e4a3..9ce32e8fd 100644 --- a/src/IconContextualTokenAddRoundedFilled.tsx +++ b/src/IconContextualTokenAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContextualTokenAddSharp.tsx b/src/IconContextualTokenAddSharp.tsx index 3a15f6bf9..497031296 100644 --- a/src/IconContextualTokenAddSharp.tsx +++ b/src/IconContextualTokenAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenAddSharp: React.FC = ({ ...props diff --git a/src/IconContextualTokenAddSharpFilled.tsx b/src/IconContextualTokenAddSharpFilled.tsx index 323828a34..c00f222ff 100644 --- a/src/IconContextualTokenAddSharpFilled.tsx +++ b/src/IconContextualTokenAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconContextualTokenOutlined.tsx b/src/IconContextualTokenOutlined.tsx index 88b39f797..a8053b57c 100644 --- a/src/IconContextualTokenOutlined.tsx +++ b/src/IconContextualTokenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenOutlined: React.FC = ({ ...props diff --git a/src/IconContextualTokenOutlinedFilled.tsx b/src/IconContextualTokenOutlinedFilled.tsx index a77e9d97f..060195c8c 100644 --- a/src/IconContextualTokenOutlinedFilled.tsx +++ b/src/IconContextualTokenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContextualTokenRounded.tsx b/src/IconContextualTokenRounded.tsx index 3ef3c490b..f05666c32 100644 --- a/src/IconContextualTokenRounded.tsx +++ b/src/IconContextualTokenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenRounded: React.FC = ({ ...props diff --git a/src/IconContextualTokenRoundedFilled.tsx b/src/IconContextualTokenRoundedFilled.tsx index f62cd12b3..21975a3ed 100644 --- a/src/IconContextualTokenRoundedFilled.tsx +++ b/src/IconContextualTokenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContextualTokenSharp.tsx b/src/IconContextualTokenSharp.tsx index 9dc439df0..f3822d5e3 100644 --- a/src/IconContextualTokenSharp.tsx +++ b/src/IconContextualTokenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContextualTokenSharpFilled.tsx b/src/IconContextualTokenSharpFilled.tsx index 496242d4f..a154680ca 100644 --- a/src/IconContextualTokenSharpFilled.tsx +++ b/src/IconContextualTokenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContextualTokenSharpFilled: React.FC = ({ ...props diff --git a/src/IconContractDeleteOutlined.tsx b/src/IconContractDeleteOutlined.tsx index 07a3bdf90..b85c62a6c 100644 --- a/src/IconContractDeleteOutlined.tsx +++ b/src/IconContractDeleteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractDeleteOutlined: React.FC = ({ ...props diff --git a/src/IconContractDeleteOutlinedFilled.tsx b/src/IconContractDeleteOutlinedFilled.tsx index dd71c640f..cc171a455 100644 --- a/src/IconContractDeleteOutlinedFilled.tsx +++ b/src/IconContractDeleteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractDeleteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContractDeleteRounded.tsx b/src/IconContractDeleteRounded.tsx index bc780147c..918e92e17 100644 --- a/src/IconContractDeleteRounded.tsx +++ b/src/IconContractDeleteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractDeleteRounded: React.FC = ({ ...props diff --git a/src/IconContractDeleteRoundedFilled.tsx b/src/IconContractDeleteRoundedFilled.tsx index 32aa82414..c2e680c23 100644 --- a/src/IconContractDeleteRoundedFilled.tsx +++ b/src/IconContractDeleteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractDeleteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContractDeleteSharp.tsx b/src/IconContractDeleteSharp.tsx index e051ea814..76b1cc359 100644 --- a/src/IconContractDeleteSharp.tsx +++ b/src/IconContractDeleteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractDeleteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContractDeleteSharpFilled.tsx b/src/IconContractDeleteSharpFilled.tsx index 78ff062a5..d3cedfd32 100644 --- a/src/IconContractDeleteSharpFilled.tsx +++ b/src/IconContractDeleteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractDeleteSharpFilled: React.FC = ({ ...props diff --git a/src/IconContractEditOutlined.tsx b/src/IconContractEditOutlined.tsx index ef9dc4330..4023c7b03 100644 --- a/src/IconContractEditOutlined.tsx +++ b/src/IconContractEditOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractEditOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconContractEditOutlinedFilled.tsx b/src/IconContractEditOutlinedFilled.tsx index 7b6cc42bc..4f935ddbe 100644 --- a/src/IconContractEditOutlinedFilled.tsx +++ b/src/IconContractEditOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractEditOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContractEditRounded.tsx b/src/IconContractEditRounded.tsx index 066c37ea5..b592303f0 100644 --- a/src/IconContractEditRounded.tsx +++ b/src/IconContractEditRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractEditRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconContractEditRoundedFilled.tsx b/src/IconContractEditRoundedFilled.tsx index 6911720d3..7f4039813 100644 --- a/src/IconContractEditRoundedFilled.tsx +++ b/src/IconContractEditRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractEditRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContractEditSharp.tsx b/src/IconContractEditSharp.tsx index d498c2368..9ba268078 100644 --- a/src/IconContractEditSharp.tsx +++ b/src/IconContractEditSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractEditSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContractEditSharpFilled.tsx b/src/IconContractEditSharpFilled.tsx index 0cb88ab4f..690f89a28 100644 --- a/src/IconContractEditSharpFilled.tsx +++ b/src/IconContractEditSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractEditSharpFilled: React.FC = ({ ...props diff --git a/src/IconContractOutlined.tsx b/src/IconContractOutlined.tsx index d2a448196..075ead393 100644 --- a/src/IconContractOutlined.tsx +++ b/src/IconContractOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconContractOutlinedFilled.tsx b/src/IconContractOutlinedFilled.tsx index cc8221076..0d3e5751c 100644 --- a/src/IconContractOutlinedFilled.tsx +++ b/src/IconContractOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContractRounded.tsx b/src/IconContractRounded.tsx index d97361610..93e789d37 100644 --- a/src/IconContractRounded.tsx +++ b/src/IconContractRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconContractRoundedFilled.tsx b/src/IconContractRoundedFilled.tsx index cafc89da0..20c1d21e2 100644 --- a/src/IconContractRoundedFilled.tsx +++ b/src/IconContractRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContractSharp.tsx b/src/IconContractSharp.tsx index 952544004..dd6b8e23e 100644 --- a/src/IconContractSharp.tsx +++ b/src/IconContractSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContractSharpFilled.tsx b/src/IconContractSharpFilled.tsx index 440af9b57..7090492b5 100644 --- a/src/IconContractSharpFilled.tsx +++ b/src/IconContractSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContractSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconContrastCircleOutlined.tsx b/src/IconContrastCircleOutlined.tsx index af41ad744..3fd12110f 100644 --- a/src/IconContrastCircleOutlined.tsx +++ b/src/IconContrastCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastCircleOutlined: React.FC = ({ ...props diff --git a/src/IconContrastCircleOutlinedFilled.tsx b/src/IconContrastCircleOutlinedFilled.tsx index f3825c05e..94c640518 100644 --- a/src/IconContrastCircleOutlinedFilled.tsx +++ b/src/IconContrastCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContrastCircleRounded.tsx b/src/IconContrastCircleRounded.tsx index 7f058dac0..a5212d884 100644 --- a/src/IconContrastCircleRounded.tsx +++ b/src/IconContrastCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastCircleRounded: React.FC = ({ ...props diff --git a/src/IconContrastCircleRoundedFilled.tsx b/src/IconContrastCircleRoundedFilled.tsx index 1d32082f5..42e1a229a 100644 --- a/src/IconContrastCircleRoundedFilled.tsx +++ b/src/IconContrastCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContrastCircleSharp.tsx b/src/IconContrastCircleSharp.tsx index 15a2cfde6..eb5d5238b 100644 --- a/src/IconContrastCircleSharp.tsx +++ b/src/IconContrastCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContrastCircleSharpFilled.tsx b/src/IconContrastCircleSharpFilled.tsx index 18e57e614..db8d6c6f0 100644 --- a/src/IconContrastCircleSharpFilled.tsx +++ b/src/IconContrastCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconContrastOutlined.tsx b/src/IconContrastOutlined.tsx index 5b2a8443c..25ef8ebdd 100644 --- a/src/IconContrastOutlined.tsx +++ b/src/IconContrastOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconContrastOutlinedFilled.tsx b/src/IconContrastOutlinedFilled.tsx index 424d50c37..3984b4ea1 100644 --- a/src/IconContrastOutlinedFilled.tsx +++ b/src/IconContrastOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContrastRounded.tsx b/src/IconContrastRounded.tsx index a82de23e2..03a7f31c8 100644 --- a/src/IconContrastRounded.tsx +++ b/src/IconContrastRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconContrastRoundedFilled.tsx b/src/IconContrastRoundedFilled.tsx index e5e9aa1f7..f66405fe6 100644 --- a/src/IconContrastRoundedFilled.tsx +++ b/src/IconContrastRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContrastRtlOffOutlined.tsx b/src/IconContrastRtlOffOutlined.tsx index 2ae53f0aa..19eec978c 100644 --- a/src/IconContrastRtlOffOutlined.tsx +++ b/src/IconContrastRtlOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastRtlOffOutlined: React.FC = ({ ...props diff --git a/src/IconContrastRtlOffOutlinedFilled.tsx b/src/IconContrastRtlOffOutlinedFilled.tsx index 54ec50bf7..8430d8765 100644 --- a/src/IconContrastRtlOffOutlinedFilled.tsx +++ b/src/IconContrastRtlOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastRtlOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContrastRtlOffRounded.tsx b/src/IconContrastRtlOffRounded.tsx index f4b84760c..93ad54378 100644 --- a/src/IconContrastRtlOffRounded.tsx +++ b/src/IconContrastRtlOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastRtlOffRounded: React.FC = ({ ...props diff --git a/src/IconContrastRtlOffRoundedFilled.tsx b/src/IconContrastRtlOffRoundedFilled.tsx index 19f68a58e..76321ae40 100644 --- a/src/IconContrastRtlOffRoundedFilled.tsx +++ b/src/IconContrastRtlOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastRtlOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContrastRtlOffSharp.tsx b/src/IconContrastRtlOffSharp.tsx index 5ca621532..4e97f00c6 100644 --- a/src/IconContrastRtlOffSharp.tsx +++ b/src/IconContrastRtlOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastRtlOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContrastRtlOffSharpFilled.tsx b/src/IconContrastRtlOffSharpFilled.tsx index 07a8c4a93..a623d2d8f 100644 --- a/src/IconContrastRtlOffSharpFilled.tsx +++ b/src/IconContrastRtlOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastRtlOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconContrastSharp.tsx b/src/IconContrastSharp.tsx index 7e99c8b00..fb0b817c3 100644 --- a/src/IconContrastSharp.tsx +++ b/src/IconContrastSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContrastSharpFilled.tsx b/src/IconContrastSharpFilled.tsx index 24e086db7..cc233de14 100644 --- a/src/IconContrastSharpFilled.tsx +++ b/src/IconContrastSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconContrastSquareOutlined.tsx b/src/IconContrastSquareOutlined.tsx index 15e9d81be..eabcfff43 100644 --- a/src/IconContrastSquareOutlined.tsx +++ b/src/IconContrastSquareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastSquareOutlined: React.FC = ({ ...props diff --git a/src/IconContrastSquareOutlinedFilled.tsx b/src/IconContrastSquareOutlinedFilled.tsx index 82821cb4e..06a90eccf 100644 --- a/src/IconContrastSquareOutlinedFilled.tsx +++ b/src/IconContrastSquareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastSquareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconContrastSquareRounded.tsx b/src/IconContrastSquareRounded.tsx index ca46525d6..c8bb107c3 100644 --- a/src/IconContrastSquareRounded.tsx +++ b/src/IconContrastSquareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastSquareRounded: React.FC = ({ ...props diff --git a/src/IconContrastSquareRoundedFilled.tsx b/src/IconContrastSquareRoundedFilled.tsx index 51bb75d92..cfc73303d 100644 --- a/src/IconContrastSquareRoundedFilled.tsx +++ b/src/IconContrastSquareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastSquareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconContrastSquareSharp.tsx b/src/IconContrastSquareSharp.tsx index 05225a9a5..00f58c5c2 100644 --- a/src/IconContrastSquareSharp.tsx +++ b/src/IconContrastSquareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastSquareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconContrastSquareSharpFilled.tsx b/src/IconContrastSquareSharpFilled.tsx index c514618fa..4fb77c6be 100644 --- a/src/IconContrastSquareSharpFilled.tsx +++ b/src/IconContrastSquareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconContrastSquareSharpFilled: React.FC = ({ ...props diff --git a/src/IconControlCameraOutlined.tsx b/src/IconControlCameraOutlined.tsx index 455878865..f1ce2886a 100644 --- a/src/IconControlCameraOutlined.tsx +++ b/src/IconControlCameraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlCameraOutlined: React.FC = ({ ...props diff --git a/src/IconControlCameraOutlinedFilled.tsx b/src/IconControlCameraOutlinedFilled.tsx index f3255a82b..08a5b8c12 100644 --- a/src/IconControlCameraOutlinedFilled.tsx +++ b/src/IconControlCameraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlCameraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconControlCameraRounded.tsx b/src/IconControlCameraRounded.tsx index 008e35082..0055ee181 100644 --- a/src/IconControlCameraRounded.tsx +++ b/src/IconControlCameraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlCameraRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconControlCameraRoundedFilled.tsx b/src/IconControlCameraRoundedFilled.tsx index 88ca41833..69243a844 100644 --- a/src/IconControlCameraRoundedFilled.tsx +++ b/src/IconControlCameraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlCameraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconControlCameraSharp.tsx b/src/IconControlCameraSharp.tsx index c92bf8a56..22e10fa63 100644 --- a/src/IconControlCameraSharp.tsx +++ b/src/IconControlCameraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlCameraSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconControlCameraSharpFilled.tsx b/src/IconControlCameraSharpFilled.tsx index 3f41610e1..2b6f10433 100644 --- a/src/IconControlCameraSharpFilled.tsx +++ b/src/IconControlCameraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlCameraSharpFilled: React.FC = ({ ...props diff --git a/src/IconControlPointDuplicateOutlined.tsx b/src/IconControlPointDuplicateOutlined.tsx index 7a8b091bf..fe7bc9554 100644 --- a/src/IconControlPointDuplicateOutlined.tsx +++ b/src/IconControlPointDuplicateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlPointDuplicateOutlined: React.FC = ({ ...props diff --git a/src/IconControlPointDuplicateOutlinedFilled.tsx b/src/IconControlPointDuplicateOutlinedFilled.tsx index c4ed89600..270fe2788 100644 --- a/src/IconControlPointDuplicateOutlinedFilled.tsx +++ b/src/IconControlPointDuplicateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlPointDuplicateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconControlPointDuplicateRounded.tsx b/src/IconControlPointDuplicateRounded.tsx index eba4b43ed..fc656e54d 100644 --- a/src/IconControlPointDuplicateRounded.tsx +++ b/src/IconControlPointDuplicateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlPointDuplicateRounded: React.FC = ({ ...props diff --git a/src/IconControlPointDuplicateRoundedFilled.tsx b/src/IconControlPointDuplicateRoundedFilled.tsx index 5081d23cb..a252206ed 100644 --- a/src/IconControlPointDuplicateRoundedFilled.tsx +++ b/src/IconControlPointDuplicateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlPointDuplicateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconControlPointDuplicateSharp.tsx b/src/IconControlPointDuplicateSharp.tsx index fea52145f..27687b0af 100644 --- a/src/IconControlPointDuplicateSharp.tsx +++ b/src/IconControlPointDuplicateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlPointDuplicateSharp: React.FC = ({ ...props diff --git a/src/IconControlPointDuplicateSharpFilled.tsx b/src/IconControlPointDuplicateSharpFilled.tsx index f2c2538b0..32900635a 100644 --- a/src/IconControlPointDuplicateSharpFilled.tsx +++ b/src/IconControlPointDuplicateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControlPointDuplicateSharpFilled: React.FC = ({ ...props diff --git a/src/IconControllerGenOutlined.tsx b/src/IconControllerGenOutlined.tsx index 33d44327f..fdbf94531 100644 --- a/src/IconControllerGenOutlined.tsx +++ b/src/IconControllerGenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControllerGenOutlined: React.FC = ({ ...props diff --git a/src/IconControllerGenOutlinedFilled.tsx b/src/IconControllerGenOutlinedFilled.tsx index 1148bea53..e98fed8cb 100644 --- a/src/IconControllerGenOutlinedFilled.tsx +++ b/src/IconControllerGenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControllerGenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconControllerGenRounded.tsx b/src/IconControllerGenRounded.tsx index 34542145a..f12fca5d4 100644 --- a/src/IconControllerGenRounded.tsx +++ b/src/IconControllerGenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControllerGenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconControllerGenRoundedFilled.tsx b/src/IconControllerGenRoundedFilled.tsx index 6122bf785..3e86b3c29 100644 --- a/src/IconControllerGenRoundedFilled.tsx +++ b/src/IconControllerGenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControllerGenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconControllerGenSharp.tsx b/src/IconControllerGenSharp.tsx index 5cabc6a71..bbccffa17 100644 --- a/src/IconControllerGenSharp.tsx +++ b/src/IconControllerGenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControllerGenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconControllerGenSharpFilled.tsx b/src/IconControllerGenSharpFilled.tsx index 57c1070cf..d277c67ed 100644 --- a/src/IconControllerGenSharpFilled.tsx +++ b/src/IconControllerGenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconControllerGenSharpFilled: React.FC = ({ ...props diff --git a/src/IconConversionPathOffOutlined.tsx b/src/IconConversionPathOffOutlined.tsx index 9b2b29257..60254184c 100644 --- a/src/IconConversionPathOffOutlined.tsx +++ b/src/IconConversionPathOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathOffOutlined: React.FC = ({ ...props diff --git a/src/IconConversionPathOffOutlinedFilled.tsx b/src/IconConversionPathOffOutlinedFilled.tsx index 84bc53999..28144e8f6 100644 --- a/src/IconConversionPathOffOutlinedFilled.tsx +++ b/src/IconConversionPathOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconConversionPathOffRounded.tsx b/src/IconConversionPathOffRounded.tsx index 4394595e7..2bf37cf5e 100644 --- a/src/IconConversionPathOffRounded.tsx +++ b/src/IconConversionPathOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathOffRounded: React.FC = ({ ...props diff --git a/src/IconConversionPathOffRoundedFilled.tsx b/src/IconConversionPathOffRoundedFilled.tsx index ca76d8082..4c84d80a0 100644 --- a/src/IconConversionPathOffRoundedFilled.tsx +++ b/src/IconConversionPathOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconConversionPathOffSharp.tsx b/src/IconConversionPathOffSharp.tsx index b86e73958..66c2d588e 100644 --- a/src/IconConversionPathOffSharp.tsx +++ b/src/IconConversionPathOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathOffSharp: React.FC = ({ ...props diff --git a/src/IconConversionPathOffSharpFilled.tsx b/src/IconConversionPathOffSharpFilled.tsx index 5100cc3e0..bd520d63b 100644 --- a/src/IconConversionPathOffSharpFilled.tsx +++ b/src/IconConversionPathOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconConversionPathOutlined.tsx b/src/IconConversionPathOutlined.tsx index ca3fc877e..e418f5004 100644 --- a/src/IconConversionPathOutlined.tsx +++ b/src/IconConversionPathOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathOutlined: React.FC = ({ ...props diff --git a/src/IconConversionPathOutlinedFilled.tsx b/src/IconConversionPathOutlinedFilled.tsx index 01525da93..cf0bf14ff 100644 --- a/src/IconConversionPathOutlinedFilled.tsx +++ b/src/IconConversionPathOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconConversionPathRounded.tsx b/src/IconConversionPathRounded.tsx index bc6d13e87..6dc13a285 100644 --- a/src/IconConversionPathRounded.tsx +++ b/src/IconConversionPathRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathRounded: React.FC = ({ ...props diff --git a/src/IconConversionPathRoundedFilled.tsx b/src/IconConversionPathRoundedFilled.tsx index 47ba59346..539851411 100644 --- a/src/IconConversionPathRoundedFilled.tsx +++ b/src/IconConversionPathRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathRoundedFilled: React.FC = ({ ...props diff --git a/src/IconConversionPathSharp.tsx b/src/IconConversionPathSharp.tsx index af5742422..a6e900d3e 100644 --- a/src/IconConversionPathSharp.tsx +++ b/src/IconConversionPathSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconConversionPathSharpFilled.tsx b/src/IconConversionPathSharpFilled.tsx index 137fc7672..c21b42000 100644 --- a/src/IconConversionPathSharpFilled.tsx +++ b/src/IconConversionPathSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConversionPathSharpFilled: React.FC = ({ ...props diff --git a/src/IconConvertToTextOutlined.tsx b/src/IconConvertToTextOutlined.tsx index e155058f3..61023998f 100644 --- a/src/IconConvertToTextOutlined.tsx +++ b/src/IconConvertToTextOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConvertToTextOutlined: React.FC = ({ ...props diff --git a/src/IconConvertToTextOutlinedFilled.tsx b/src/IconConvertToTextOutlinedFilled.tsx index ba0be07f7..cebb21997 100644 --- a/src/IconConvertToTextOutlinedFilled.tsx +++ b/src/IconConvertToTextOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConvertToTextOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconConvertToTextRounded.tsx b/src/IconConvertToTextRounded.tsx index 14372bd44..877785cfd 100644 --- a/src/IconConvertToTextRounded.tsx +++ b/src/IconConvertToTextRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConvertToTextRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconConvertToTextRoundedFilled.tsx b/src/IconConvertToTextRoundedFilled.tsx index 8136deda1..06658de0d 100644 --- a/src/IconConvertToTextRoundedFilled.tsx +++ b/src/IconConvertToTextRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConvertToTextRoundedFilled: React.FC = ({ ...props diff --git a/src/IconConvertToTextSharp.tsx b/src/IconConvertToTextSharp.tsx index 56f4abc87..c5fcf81d9 100644 --- a/src/IconConvertToTextSharp.tsx +++ b/src/IconConvertToTextSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConvertToTextSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconConvertToTextSharpFilled.tsx b/src/IconConvertToTextSharpFilled.tsx index cb5d6473b..0ea4b496d 100644 --- a/src/IconConvertToTextSharpFilled.tsx +++ b/src/IconConvertToTextSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConvertToTextSharpFilled: React.FC = ({ ...props diff --git a/src/IconConveyorBeltOutlined.tsx b/src/IconConveyorBeltOutlined.tsx index 6431ad694..8f12f2e42 100644 --- a/src/IconConveyorBeltOutlined.tsx +++ b/src/IconConveyorBeltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConveyorBeltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconConveyorBeltOutlinedFilled.tsx b/src/IconConveyorBeltOutlinedFilled.tsx index 12eddbd90..1381be81b 100644 --- a/src/IconConveyorBeltOutlinedFilled.tsx +++ b/src/IconConveyorBeltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConveyorBeltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconConveyorBeltRounded.tsx b/src/IconConveyorBeltRounded.tsx index 5a3de69e8..9f40a6002 100644 --- a/src/IconConveyorBeltRounded.tsx +++ b/src/IconConveyorBeltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConveyorBeltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconConveyorBeltRoundedFilled.tsx b/src/IconConveyorBeltRoundedFilled.tsx index 94b668da0..f2b9a5e78 100644 --- a/src/IconConveyorBeltRoundedFilled.tsx +++ b/src/IconConveyorBeltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConveyorBeltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconConveyorBeltSharp.tsx b/src/IconConveyorBeltSharp.tsx index a26bf445d..089ef8e96 100644 --- a/src/IconConveyorBeltSharp.tsx +++ b/src/IconConveyorBeltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConveyorBeltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconConveyorBeltSharpFilled.tsx b/src/IconConveyorBeltSharpFilled.tsx index 94189f083..c04d8844a 100644 --- a/src/IconConveyorBeltSharpFilled.tsx +++ b/src/IconConveyorBeltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconConveyorBeltSharpFilled: React.FC = ({ ...props diff --git a/src/IconCookieOffOutlined.tsx b/src/IconCookieOffOutlined.tsx index a675ba8cc..b5e1a9d2c 100644 --- a/src/IconCookieOffOutlined.tsx +++ b/src/IconCookieOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCookieOffOutlinedFilled.tsx b/src/IconCookieOffOutlinedFilled.tsx index 1894a300c..639e32e10 100644 --- a/src/IconCookieOffOutlinedFilled.tsx +++ b/src/IconCookieOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCookieOffRounded.tsx b/src/IconCookieOffRounded.tsx index f43bf74b5..f9fb3a899 100644 --- a/src/IconCookieOffRounded.tsx +++ b/src/IconCookieOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCookieOffRoundedFilled.tsx b/src/IconCookieOffRoundedFilled.tsx index 890df2132..b405d6cc1 100644 --- a/src/IconCookieOffRoundedFilled.tsx +++ b/src/IconCookieOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCookieOffSharp.tsx b/src/IconCookieOffSharp.tsx index 7b41146ca..6411dd989 100644 --- a/src/IconCookieOffSharp.tsx +++ b/src/IconCookieOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCookieOffSharpFilled.tsx b/src/IconCookieOffSharpFilled.tsx index 3e005d9f1..de1c327e7 100644 --- a/src/IconCookieOffSharpFilled.tsx +++ b/src/IconCookieOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCookieOutlined.tsx b/src/IconCookieOutlined.tsx index b17901a98..f6430065b 100644 --- a/src/IconCookieOutlined.tsx +++ b/src/IconCookieOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCookieOutlinedFilled.tsx b/src/IconCookieOutlinedFilled.tsx index 279f6150c..88884b902 100644 --- a/src/IconCookieOutlinedFilled.tsx +++ b/src/IconCookieOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCookieRounded.tsx b/src/IconCookieRounded.tsx index af3e4dfc2..5cc8fcae7 100644 --- a/src/IconCookieRounded.tsx +++ b/src/IconCookieRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCookieRoundedFilled.tsx b/src/IconCookieRoundedFilled.tsx index 39d431bb3..ad03173cd 100644 --- a/src/IconCookieRoundedFilled.tsx +++ b/src/IconCookieRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCookieSharp.tsx b/src/IconCookieSharp.tsx index e7c4d9a08..301c802f5 100644 --- a/src/IconCookieSharp.tsx +++ b/src/IconCookieSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCookieSharpFilled.tsx b/src/IconCookieSharpFilled.tsx index 67a5d3abd..9a5733f46 100644 --- a/src/IconCookieSharpFilled.tsx +++ b/src/IconCookieSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookieSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCookingOutlined.tsx b/src/IconCookingOutlined.tsx index 3987bacd0..00be91a1c 100644 --- a/src/IconCookingOutlined.tsx +++ b/src/IconCookingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCookingOutlinedFilled.tsx b/src/IconCookingOutlinedFilled.tsx index 3a29258c5..1908f731e 100644 --- a/src/IconCookingOutlinedFilled.tsx +++ b/src/IconCookingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCookingRounded.tsx b/src/IconCookingRounded.tsx index 039948828..66f35dccb 100644 --- a/src/IconCookingRounded.tsx +++ b/src/IconCookingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCookingRoundedFilled.tsx b/src/IconCookingRoundedFilled.tsx index a08fda81d..7954f868c 100644 --- a/src/IconCookingRoundedFilled.tsx +++ b/src/IconCookingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCookingSharp.tsx b/src/IconCookingSharp.tsx index 68d2325ad..01ac396f7 100644 --- a/src/IconCookingSharp.tsx +++ b/src/IconCookingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCookingSharpFilled.tsx b/src/IconCookingSharpFilled.tsx index f5d8f5745..c241238f6 100644 --- a/src/IconCookingSharpFilled.tsx +++ b/src/IconCookingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCookingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCoolToDryOutlined.tsx b/src/IconCoolToDryOutlined.tsx index c3b29f7da..9bcb07ed7 100644 --- a/src/IconCoolToDryOutlined.tsx +++ b/src/IconCoolToDryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoolToDryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCoolToDryOutlinedFilled.tsx b/src/IconCoolToDryOutlinedFilled.tsx index 27e28a682..ceca8a3a4 100644 --- a/src/IconCoolToDryOutlinedFilled.tsx +++ b/src/IconCoolToDryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoolToDryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCoolToDryRounded.tsx b/src/IconCoolToDryRounded.tsx index 3248a18ec..bb7a1b3cf 100644 --- a/src/IconCoolToDryRounded.tsx +++ b/src/IconCoolToDryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoolToDryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCoolToDryRoundedFilled.tsx b/src/IconCoolToDryRoundedFilled.tsx index b4173db42..f0ae6160c 100644 --- a/src/IconCoolToDryRoundedFilled.tsx +++ b/src/IconCoolToDryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoolToDryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCoolToDrySharp.tsx b/src/IconCoolToDrySharp.tsx index 2acdc6a0a..ab172fc4c 100644 --- a/src/IconCoolToDrySharp.tsx +++ b/src/IconCoolToDrySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoolToDrySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCoolToDrySharpFilled.tsx b/src/IconCoolToDrySharpFilled.tsx index e74c63e74..d107424f0 100644 --- a/src/IconCoolToDrySharpFilled.tsx +++ b/src/IconCoolToDrySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoolToDrySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCopyAllOutlined.tsx b/src/IconCopyAllOutlined.tsx index 25e88630b..b96a2155e 100644 --- a/src/IconCopyAllOutlined.tsx +++ b/src/IconCopyAllOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyAllOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCopyAllOutlinedFilled.tsx b/src/IconCopyAllOutlinedFilled.tsx index 15d52fe6c..db58a7a06 100644 --- a/src/IconCopyAllOutlinedFilled.tsx +++ b/src/IconCopyAllOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyAllOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCopyAllRounded.tsx b/src/IconCopyAllRounded.tsx index c7818efb1..3c2ccd4e9 100644 --- a/src/IconCopyAllRounded.tsx +++ b/src/IconCopyAllRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyAllRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCopyAllRoundedFilled.tsx b/src/IconCopyAllRoundedFilled.tsx index 11225884e..75bb12eaf 100644 --- a/src/IconCopyAllRoundedFilled.tsx +++ b/src/IconCopyAllRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyAllRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCopyAllSharp.tsx b/src/IconCopyAllSharp.tsx index 93cd386c6..10a2d846f 100644 --- a/src/IconCopyAllSharp.tsx +++ b/src/IconCopyAllSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyAllSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCopyAllSharpFilled.tsx b/src/IconCopyAllSharpFilled.tsx index dd2bbd0fc..5fa001b41 100644 --- a/src/IconCopyAllSharpFilled.tsx +++ b/src/IconCopyAllSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyAllSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCopyrightOutlined.tsx b/src/IconCopyrightOutlined.tsx index 82c56fd59..6d3e753ca 100644 --- a/src/IconCopyrightOutlined.tsx +++ b/src/IconCopyrightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyrightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCopyrightOutlinedFilled.tsx b/src/IconCopyrightOutlinedFilled.tsx index e9c0ce2a8..af132f5cb 100644 --- a/src/IconCopyrightOutlinedFilled.tsx +++ b/src/IconCopyrightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyrightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCopyrightRounded.tsx b/src/IconCopyrightRounded.tsx index 3c9a2ff8c..bf33ed53a 100644 --- a/src/IconCopyrightRounded.tsx +++ b/src/IconCopyrightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyrightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCopyrightRoundedFilled.tsx b/src/IconCopyrightRoundedFilled.tsx index 536123a13..5c5448592 100644 --- a/src/IconCopyrightRoundedFilled.tsx +++ b/src/IconCopyrightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyrightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCopyrightSharp.tsx b/src/IconCopyrightSharp.tsx index 2ec8ad84f..8ebc55e19 100644 --- a/src/IconCopyrightSharp.tsx +++ b/src/IconCopyrightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyrightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCopyrightSharpFilled.tsx b/src/IconCopyrightSharpFilled.tsx index a2eac29bb..0dc8b450a 100644 --- a/src/IconCopyrightSharpFilled.tsx +++ b/src/IconCopyrightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCopyrightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCoronavirusOutlined.tsx b/src/IconCoronavirusOutlined.tsx index 3f3a790d9..df006221f 100644 --- a/src/IconCoronavirusOutlined.tsx +++ b/src/IconCoronavirusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoronavirusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCoronavirusOutlinedFilled.tsx b/src/IconCoronavirusOutlinedFilled.tsx index 8e3fa609a..cad4621b4 100644 --- a/src/IconCoronavirusOutlinedFilled.tsx +++ b/src/IconCoronavirusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoronavirusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCoronavirusRounded.tsx b/src/IconCoronavirusRounded.tsx index 606a0567d..ef9c492b0 100644 --- a/src/IconCoronavirusRounded.tsx +++ b/src/IconCoronavirusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoronavirusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCoronavirusRoundedFilled.tsx b/src/IconCoronavirusRoundedFilled.tsx index e23608697..631edc1c4 100644 --- a/src/IconCoronavirusRoundedFilled.tsx +++ b/src/IconCoronavirusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoronavirusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCoronavirusSharp.tsx b/src/IconCoronavirusSharp.tsx index 759427f44..c63326ddf 100644 --- a/src/IconCoronavirusSharp.tsx +++ b/src/IconCoronavirusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoronavirusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCoronavirusSharpFilled.tsx b/src/IconCoronavirusSharpFilled.tsx index 5d428dcdd..5c44338b0 100644 --- a/src/IconCoronavirusSharpFilled.tsx +++ b/src/IconCoronavirusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCoronavirusSharpFilled: React.FC = ({ ...props diff --git a/src/IconCorporateFareOutlined.tsx b/src/IconCorporateFareOutlined.tsx index 361bfc41b..bb2302fa1 100644 --- a/src/IconCorporateFareOutlined.tsx +++ b/src/IconCorporateFareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCorporateFareOutlined: React.FC = ({ ...props diff --git a/src/IconCorporateFareOutlinedFilled.tsx b/src/IconCorporateFareOutlinedFilled.tsx index 700335e53..1e75ac5fb 100644 --- a/src/IconCorporateFareOutlinedFilled.tsx +++ b/src/IconCorporateFareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCorporateFareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCorporateFareRounded.tsx b/src/IconCorporateFareRounded.tsx index 8d6eeffdc..792106865 100644 --- a/src/IconCorporateFareRounded.tsx +++ b/src/IconCorporateFareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCorporateFareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCorporateFareRoundedFilled.tsx b/src/IconCorporateFareRoundedFilled.tsx index 45be197ee..a799c962e 100644 --- a/src/IconCorporateFareRoundedFilled.tsx +++ b/src/IconCorporateFareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCorporateFareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCorporateFareSharp.tsx b/src/IconCorporateFareSharp.tsx index b266aa096..5f1c162c2 100644 --- a/src/IconCorporateFareSharp.tsx +++ b/src/IconCorporateFareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCorporateFareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCorporateFareSharpFilled.tsx b/src/IconCorporateFareSharpFilled.tsx index c17918519..69463f01b 100644 --- a/src/IconCorporateFareSharpFilled.tsx +++ b/src/IconCorporateFareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCorporateFareSharpFilled: React.FC = ({ ...props diff --git a/src/IconCottageOutlined.tsx b/src/IconCottageOutlined.tsx index 031286384..169a05b25 100644 --- a/src/IconCottageOutlined.tsx +++ b/src/IconCottageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCottageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCottageOutlinedFilled.tsx b/src/IconCottageOutlinedFilled.tsx index e37021664..fc4dc0ff5 100644 --- a/src/IconCottageOutlinedFilled.tsx +++ b/src/IconCottageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCottageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCottageRounded.tsx b/src/IconCottageRounded.tsx index 91f33ca79..65acde696 100644 --- a/src/IconCottageRounded.tsx +++ b/src/IconCottageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCottageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCottageRoundedFilled.tsx b/src/IconCottageRoundedFilled.tsx index d2c937f78..a4085d798 100644 --- a/src/IconCottageRoundedFilled.tsx +++ b/src/IconCottageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCottageRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCottageSharp.tsx b/src/IconCottageSharp.tsx index 03fd92b03..e398bf973 100644 --- a/src/IconCottageSharp.tsx +++ b/src/IconCottageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCottageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCottageSharpFilled.tsx b/src/IconCottageSharpFilled.tsx index 5af3291dc..525a61a4e 100644 --- a/src/IconCottageSharpFilled.tsx +++ b/src/IconCottageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCottageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter0Outlined.tsx b/src/IconCounter0Outlined.tsx index d1b2cf258..4547d4f4f 100644 --- a/src/IconCounter0Outlined.tsx +++ b/src/IconCounter0Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter0Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter0OutlinedFilled.tsx b/src/IconCounter0OutlinedFilled.tsx index 5d99b428e..85d3242ef 100644 --- a/src/IconCounter0OutlinedFilled.tsx +++ b/src/IconCounter0OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter0OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCounter0Rounded.tsx b/src/IconCounter0Rounded.tsx index 071f05ae0..28bf1aa60 100644 --- a/src/IconCounter0Rounded.tsx +++ b/src/IconCounter0Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter0Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter0RoundedFilled.tsx b/src/IconCounter0RoundedFilled.tsx index 5700675b0..966d50303 100644 --- a/src/IconCounter0RoundedFilled.tsx +++ b/src/IconCounter0RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter0RoundedFilled: React.FC = ({ ...props diff --git a/src/IconCounter0Sharp.tsx b/src/IconCounter0Sharp.tsx index f4c9120d6..6dfe0dd66 100644 --- a/src/IconCounter0Sharp.tsx +++ b/src/IconCounter0Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter0Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter0SharpFilled.tsx b/src/IconCounter0SharpFilled.tsx index 1a2dc9804..575145ff6 100644 --- a/src/IconCounter0SharpFilled.tsx +++ b/src/IconCounter0SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter0SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter1Outlined.tsx b/src/IconCounter1Outlined.tsx index f1a7545f5..9b4e2fff9 100644 --- a/src/IconCounter1Outlined.tsx +++ b/src/IconCounter1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter1OutlinedFilled.tsx b/src/IconCounter1OutlinedFilled.tsx index 72e393bf7..eb493ef6f 100644 --- a/src/IconCounter1OutlinedFilled.tsx +++ b/src/IconCounter1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCounter1Rounded.tsx b/src/IconCounter1Rounded.tsx index b357b610d..32326510e 100644 --- a/src/IconCounter1Rounded.tsx +++ b/src/IconCounter1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter1RoundedFilled.tsx b/src/IconCounter1RoundedFilled.tsx index dd4a6ec13..332980090 100644 --- a/src/IconCounter1RoundedFilled.tsx +++ b/src/IconCounter1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconCounter1Sharp.tsx b/src/IconCounter1Sharp.tsx index 143ef730d..82ea23b9a 100644 --- a/src/IconCounter1Sharp.tsx +++ b/src/IconCounter1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter1SharpFilled.tsx b/src/IconCounter1SharpFilled.tsx index c055d9424..d92903db6 100644 --- a/src/IconCounter1SharpFilled.tsx +++ b/src/IconCounter1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter1SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter2Outlined.tsx b/src/IconCounter2Outlined.tsx index 5b84f8dec..33db0bdd5 100644 --- a/src/IconCounter2Outlined.tsx +++ b/src/IconCounter2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter2OutlinedFilled.tsx b/src/IconCounter2OutlinedFilled.tsx index 40a317c4f..aadcc8e1a 100644 --- a/src/IconCounter2OutlinedFilled.tsx +++ b/src/IconCounter2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCounter2Rounded.tsx b/src/IconCounter2Rounded.tsx index 10bf5820b..c3ba4bd84 100644 --- a/src/IconCounter2Rounded.tsx +++ b/src/IconCounter2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter2RoundedFilled.tsx b/src/IconCounter2RoundedFilled.tsx index e0cc69bc2..a9beee17e 100644 --- a/src/IconCounter2RoundedFilled.tsx +++ b/src/IconCounter2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconCounter2Sharp.tsx b/src/IconCounter2Sharp.tsx index 883005c4b..d9a3882bd 100644 --- a/src/IconCounter2Sharp.tsx +++ b/src/IconCounter2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter2SharpFilled.tsx b/src/IconCounter2SharpFilled.tsx index aedaf0f4b..19602123f 100644 --- a/src/IconCounter2SharpFilled.tsx +++ b/src/IconCounter2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter3Outlined.tsx b/src/IconCounter3Outlined.tsx index 735146550..eb73c8b40 100644 --- a/src/IconCounter3Outlined.tsx +++ b/src/IconCounter3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter3OutlinedFilled.tsx b/src/IconCounter3OutlinedFilled.tsx index 39117e283..c0d8333a2 100644 --- a/src/IconCounter3OutlinedFilled.tsx +++ b/src/IconCounter3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCounter3Rounded.tsx b/src/IconCounter3Rounded.tsx index 9a7e95b2a..281878a69 100644 --- a/src/IconCounter3Rounded.tsx +++ b/src/IconCounter3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter3RoundedFilled.tsx b/src/IconCounter3RoundedFilled.tsx index 1731cf9b9..0834ef47a 100644 --- a/src/IconCounter3RoundedFilled.tsx +++ b/src/IconCounter3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconCounter3Sharp.tsx b/src/IconCounter3Sharp.tsx index 3860dc4f4..5fe1616a3 100644 --- a/src/IconCounter3Sharp.tsx +++ b/src/IconCounter3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter3SharpFilled.tsx b/src/IconCounter3SharpFilled.tsx index a74c2c12c..3c90e38f4 100644 --- a/src/IconCounter3SharpFilled.tsx +++ b/src/IconCounter3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter4Outlined.tsx b/src/IconCounter4Outlined.tsx index b3d993e7c..ad84c7ea8 100644 --- a/src/IconCounter4Outlined.tsx +++ b/src/IconCounter4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter4OutlinedFilled.tsx b/src/IconCounter4OutlinedFilled.tsx index 9649dd1db..77c1287cd 100644 --- a/src/IconCounter4OutlinedFilled.tsx +++ b/src/IconCounter4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter4OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCounter4Rounded.tsx b/src/IconCounter4Rounded.tsx index bc7ec3c0b..b97d070cd 100644 --- a/src/IconCounter4Rounded.tsx +++ b/src/IconCounter4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter4RoundedFilled.tsx b/src/IconCounter4RoundedFilled.tsx index 908e4dd0f..97812feb7 100644 --- a/src/IconCounter4RoundedFilled.tsx +++ b/src/IconCounter4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter4RoundedFilled: React.FC = ({ ...props diff --git a/src/IconCounter4Sharp.tsx b/src/IconCounter4Sharp.tsx index 5c1d969c3..c711cdbaa 100644 --- a/src/IconCounter4Sharp.tsx +++ b/src/IconCounter4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter4SharpFilled.tsx b/src/IconCounter4SharpFilled.tsx index 35b507faf..cf84b73bd 100644 --- a/src/IconCounter4SharpFilled.tsx +++ b/src/IconCounter4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter4SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter5Outlined.tsx b/src/IconCounter5Outlined.tsx index 84f3bcb07..0fc3d112e 100644 --- a/src/IconCounter5Outlined.tsx +++ b/src/IconCounter5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter5OutlinedFilled.tsx b/src/IconCounter5OutlinedFilled.tsx index d2c4297d5..e75734036 100644 --- a/src/IconCounter5OutlinedFilled.tsx +++ b/src/IconCounter5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter5OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCounter5Rounded.tsx b/src/IconCounter5Rounded.tsx index abdd3d127..834117bab 100644 --- a/src/IconCounter5Rounded.tsx +++ b/src/IconCounter5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter5RoundedFilled.tsx b/src/IconCounter5RoundedFilled.tsx index 2dd2a863e..305aca215 100644 --- a/src/IconCounter5RoundedFilled.tsx +++ b/src/IconCounter5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter5RoundedFilled: React.FC = ({ ...props diff --git a/src/IconCounter5Sharp.tsx b/src/IconCounter5Sharp.tsx index 4f1992561..c6ddf400f 100644 --- a/src/IconCounter5Sharp.tsx +++ b/src/IconCounter5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter5SharpFilled.tsx b/src/IconCounter5SharpFilled.tsx index 65c569e8d..eb63e547c 100644 --- a/src/IconCounter5SharpFilled.tsx +++ b/src/IconCounter5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter5SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter6Outlined.tsx b/src/IconCounter6Outlined.tsx index 4ede6f360..659087794 100644 --- a/src/IconCounter6Outlined.tsx +++ b/src/IconCounter6Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter6Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter6OutlinedFilled.tsx b/src/IconCounter6OutlinedFilled.tsx index 8beb7353f..3431cdf8e 100644 --- a/src/IconCounter6OutlinedFilled.tsx +++ b/src/IconCounter6OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter6OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCounter6Rounded.tsx b/src/IconCounter6Rounded.tsx index 8a768321f..49563d4b8 100644 --- a/src/IconCounter6Rounded.tsx +++ b/src/IconCounter6Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter6Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter6RoundedFilled.tsx b/src/IconCounter6RoundedFilled.tsx index 3e9652069..f0bf970f9 100644 --- a/src/IconCounter6RoundedFilled.tsx +++ b/src/IconCounter6RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter6RoundedFilled: React.FC = ({ ...props diff --git a/src/IconCounter6Sharp.tsx b/src/IconCounter6Sharp.tsx index 546caaa57..062582748 100644 --- a/src/IconCounter6Sharp.tsx +++ b/src/IconCounter6Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter6Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter6SharpFilled.tsx b/src/IconCounter6SharpFilled.tsx index a3a127e65..54f1d91cb 100644 --- a/src/IconCounter6SharpFilled.tsx +++ b/src/IconCounter6SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter6SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter7Outlined.tsx b/src/IconCounter7Outlined.tsx index c3c8513bb..eba7326d3 100644 --- a/src/IconCounter7Outlined.tsx +++ b/src/IconCounter7Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter7Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter7OutlinedFilled.tsx b/src/IconCounter7OutlinedFilled.tsx index a4e3e7348..ef8e0943b 100644 --- a/src/IconCounter7OutlinedFilled.tsx +++ b/src/IconCounter7OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter7OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCounter7Rounded.tsx b/src/IconCounter7Rounded.tsx index 7ea39106b..4997f8043 100644 --- a/src/IconCounter7Rounded.tsx +++ b/src/IconCounter7Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter7Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter7RoundedFilled.tsx b/src/IconCounter7RoundedFilled.tsx index e3750add4..e864c4340 100644 --- a/src/IconCounter7RoundedFilled.tsx +++ b/src/IconCounter7RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter7RoundedFilled: React.FC = ({ ...props diff --git a/src/IconCounter7Sharp.tsx b/src/IconCounter7Sharp.tsx index 5bf34c9a6..6c08a6d46 100644 --- a/src/IconCounter7Sharp.tsx +++ b/src/IconCounter7Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter7Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter7SharpFilled.tsx b/src/IconCounter7SharpFilled.tsx index 66a0a6b13..03e5ea14f 100644 --- a/src/IconCounter7SharpFilled.tsx +++ b/src/IconCounter7SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter7SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter8Outlined.tsx b/src/IconCounter8Outlined.tsx index c8bbdf3e2..f7172df14 100644 --- a/src/IconCounter8Outlined.tsx +++ b/src/IconCounter8Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter8Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter8OutlinedFilled.tsx b/src/IconCounter8OutlinedFilled.tsx index 607c3fe99..1d9deb5e0 100644 --- a/src/IconCounter8OutlinedFilled.tsx +++ b/src/IconCounter8OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter8OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCounter8Rounded.tsx b/src/IconCounter8Rounded.tsx index 1c6164724..57cd11cb4 100644 --- a/src/IconCounter8Rounded.tsx +++ b/src/IconCounter8Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter8Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter8RoundedFilled.tsx b/src/IconCounter8RoundedFilled.tsx index 368474942..c5f557daa 100644 --- a/src/IconCounter8RoundedFilled.tsx +++ b/src/IconCounter8RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter8RoundedFilled: React.FC = ({ ...props diff --git a/src/IconCounter8Sharp.tsx b/src/IconCounter8Sharp.tsx index a82046af9..b4ee036b9 100644 --- a/src/IconCounter8Sharp.tsx +++ b/src/IconCounter8Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter8Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter8SharpFilled.tsx b/src/IconCounter8SharpFilled.tsx index 304b54440..4eb9a2f40 100644 --- a/src/IconCounter8SharpFilled.tsx +++ b/src/IconCounter8SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter8SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter9Outlined.tsx b/src/IconCounter9Outlined.tsx index 59e08e9c8..d108cf672 100644 --- a/src/IconCounter9Outlined.tsx +++ b/src/IconCounter9Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter9Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter9OutlinedFilled.tsx b/src/IconCounter9OutlinedFilled.tsx index 501204d2c..4d5a344a1 100644 --- a/src/IconCounter9OutlinedFilled.tsx +++ b/src/IconCounter9OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter9OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCounter9Rounded.tsx b/src/IconCounter9Rounded.tsx index efaa1e197..7ef9d8776 100644 --- a/src/IconCounter9Rounded.tsx +++ b/src/IconCounter9Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter9Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter9RoundedFilled.tsx b/src/IconCounter9RoundedFilled.tsx index 0992b76ad..f6583771c 100644 --- a/src/IconCounter9RoundedFilled.tsx +++ b/src/IconCounter9RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter9RoundedFilled: React.FC = ({ ...props diff --git a/src/IconCounter9Sharp.tsx b/src/IconCounter9Sharp.tsx index 3ef04dda1..41624408c 100644 --- a/src/IconCounter9Sharp.tsx +++ b/src/IconCounter9Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter9Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCounter9SharpFilled.tsx b/src/IconCounter9SharpFilled.tsx index fb5d258a3..3d7d30a98 100644 --- a/src/IconCounter9SharpFilled.tsx +++ b/src/IconCounter9SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCounter9SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCountertopsOutlined.tsx b/src/IconCountertopsOutlined.tsx index fd9b4bde2..30d0ed7e6 100644 --- a/src/IconCountertopsOutlined.tsx +++ b/src/IconCountertopsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCountertopsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCountertopsOutlinedFilled.tsx b/src/IconCountertopsOutlinedFilled.tsx index 5fcce4980..83bfedcca 100644 --- a/src/IconCountertopsOutlinedFilled.tsx +++ b/src/IconCountertopsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCountertopsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCountertopsRounded.tsx b/src/IconCountertopsRounded.tsx index 017a9c810..0469168a0 100644 --- a/src/IconCountertopsRounded.tsx +++ b/src/IconCountertopsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCountertopsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCountertopsRoundedFilled.tsx b/src/IconCountertopsRoundedFilled.tsx index 5c4626a80..3d6f12ae9 100644 --- a/src/IconCountertopsRoundedFilled.tsx +++ b/src/IconCountertopsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCountertopsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCountertopsSharp.tsx b/src/IconCountertopsSharp.tsx index c3e34ceba..d5ed94e67 100644 --- a/src/IconCountertopsSharp.tsx +++ b/src/IconCountertopsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCountertopsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCountertopsSharpFilled.tsx b/src/IconCountertopsSharpFilled.tsx index 24276914e..31a256be8 100644 --- a/src/IconCountertopsSharpFilled.tsx +++ b/src/IconCountertopsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCountertopsSharpFilled: React.FC = ({ ...props diff --git a/src/IconCreateNewFolderOutlined.tsx b/src/IconCreateNewFolderOutlined.tsx index c0ef0c154..bdf2630fe 100644 --- a/src/IconCreateNewFolderOutlined.tsx +++ b/src/IconCreateNewFolderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreateNewFolderOutlined: React.FC = ({ ...props diff --git a/src/IconCreateNewFolderOutlinedFilled.tsx b/src/IconCreateNewFolderOutlinedFilled.tsx index e4a81203a..9a7bad99c 100644 --- a/src/IconCreateNewFolderOutlinedFilled.tsx +++ b/src/IconCreateNewFolderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreateNewFolderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCreateNewFolderRounded.tsx b/src/IconCreateNewFolderRounded.tsx index 360af1268..9838f423b 100644 --- a/src/IconCreateNewFolderRounded.tsx +++ b/src/IconCreateNewFolderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreateNewFolderRounded: React.FC = ({ ...props diff --git a/src/IconCreateNewFolderRoundedFilled.tsx b/src/IconCreateNewFolderRoundedFilled.tsx index 3e2c17734..971324f37 100644 --- a/src/IconCreateNewFolderRoundedFilled.tsx +++ b/src/IconCreateNewFolderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreateNewFolderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCreateNewFolderSharp.tsx b/src/IconCreateNewFolderSharp.tsx index b32ab3f73..bbd99f2bc 100644 --- a/src/IconCreateNewFolderSharp.tsx +++ b/src/IconCreateNewFolderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreateNewFolderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCreateNewFolderSharpFilled.tsx b/src/IconCreateNewFolderSharpFilled.tsx index 57f6b1231..cb69403a2 100644 --- a/src/IconCreateNewFolderSharpFilled.tsx +++ b/src/IconCreateNewFolderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreateNewFolderSharpFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardClockOutlined.tsx b/src/IconCreditCardClockOutlined.tsx index 488d04fc5..eed0dc2f9 100644 --- a/src/IconCreditCardClockOutlined.tsx +++ b/src/IconCreditCardClockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardClockOutlined: React.FC = ({ ...props diff --git a/src/IconCreditCardClockOutlinedFilled.tsx b/src/IconCreditCardClockOutlinedFilled.tsx index d3fef66de..2a62a12d4 100644 --- a/src/IconCreditCardClockOutlinedFilled.tsx +++ b/src/IconCreditCardClockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardClockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardClockRounded.tsx b/src/IconCreditCardClockRounded.tsx index 14a7988ff..59f659734 100644 --- a/src/IconCreditCardClockRounded.tsx +++ b/src/IconCreditCardClockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardClockRounded: React.FC = ({ ...props diff --git a/src/IconCreditCardClockRoundedFilled.tsx b/src/IconCreditCardClockRoundedFilled.tsx index d405f6ae5..35a2339eb 100644 --- a/src/IconCreditCardClockRoundedFilled.tsx +++ b/src/IconCreditCardClockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardClockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardClockSharp.tsx b/src/IconCreditCardClockSharp.tsx index f4eabe5e5..8471256ee 100644 --- a/src/IconCreditCardClockSharp.tsx +++ b/src/IconCreditCardClockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardClockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCreditCardClockSharpFilled.tsx b/src/IconCreditCardClockSharpFilled.tsx index 057a393aa..13a4f0121 100644 --- a/src/IconCreditCardClockSharpFilled.tsx +++ b/src/IconCreditCardClockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardClockSharpFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardGearOutlined.tsx b/src/IconCreditCardGearOutlined.tsx index 6e2587b27..c688ab790 100644 --- a/src/IconCreditCardGearOutlined.tsx +++ b/src/IconCreditCardGearOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardGearOutlined: React.FC = ({ ...props diff --git a/src/IconCreditCardGearOutlinedFilled.tsx b/src/IconCreditCardGearOutlinedFilled.tsx index ff5857048..ed5c8ae08 100644 --- a/src/IconCreditCardGearOutlinedFilled.tsx +++ b/src/IconCreditCardGearOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardGearOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardGearRounded.tsx b/src/IconCreditCardGearRounded.tsx index 726b2c381..54f44d83f 100644 --- a/src/IconCreditCardGearRounded.tsx +++ b/src/IconCreditCardGearRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardGearRounded: React.FC = ({ ...props diff --git a/src/IconCreditCardGearRoundedFilled.tsx b/src/IconCreditCardGearRoundedFilled.tsx index 429dfdbd3..7517f2599 100644 --- a/src/IconCreditCardGearRoundedFilled.tsx +++ b/src/IconCreditCardGearRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardGearRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardGearSharp.tsx b/src/IconCreditCardGearSharp.tsx index 178748c88..48d586c61 100644 --- a/src/IconCreditCardGearSharp.tsx +++ b/src/IconCreditCardGearSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardGearSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCreditCardGearSharpFilled.tsx b/src/IconCreditCardGearSharpFilled.tsx index dacf3134a..c0a19f223 100644 --- a/src/IconCreditCardGearSharpFilled.tsx +++ b/src/IconCreditCardGearSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardGearSharpFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardHeartOutlined.tsx b/src/IconCreditCardHeartOutlined.tsx index e48550b0e..87d980c89 100644 --- a/src/IconCreditCardHeartOutlined.tsx +++ b/src/IconCreditCardHeartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardHeartOutlined: React.FC = ({ ...props diff --git a/src/IconCreditCardHeartOutlinedFilled.tsx b/src/IconCreditCardHeartOutlinedFilled.tsx index 8558e1982..36148cd8c 100644 --- a/src/IconCreditCardHeartOutlinedFilled.tsx +++ b/src/IconCreditCardHeartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardHeartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardHeartRounded.tsx b/src/IconCreditCardHeartRounded.tsx index 7e04c076d..3b4d60563 100644 --- a/src/IconCreditCardHeartRounded.tsx +++ b/src/IconCreditCardHeartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardHeartRounded: React.FC = ({ ...props diff --git a/src/IconCreditCardHeartRoundedFilled.tsx b/src/IconCreditCardHeartRoundedFilled.tsx index 28a46912d..6bf47531b 100644 --- a/src/IconCreditCardHeartRoundedFilled.tsx +++ b/src/IconCreditCardHeartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardHeartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardHeartSharp.tsx b/src/IconCreditCardHeartSharp.tsx index e0c7a516b..f3d6ebc25 100644 --- a/src/IconCreditCardHeartSharp.tsx +++ b/src/IconCreditCardHeartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardHeartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCreditCardHeartSharpFilled.tsx b/src/IconCreditCardHeartSharpFilled.tsx index becf840aa..17f9b6028 100644 --- a/src/IconCreditCardHeartSharpFilled.tsx +++ b/src/IconCreditCardHeartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardHeartSharpFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardOffOutlined.tsx b/src/IconCreditCardOffOutlined.tsx index 0a62b5fc1..a06bdd6e8 100644 --- a/src/IconCreditCardOffOutlined.tsx +++ b/src/IconCreditCardOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardOffOutlined: React.FC = ({ ...props diff --git a/src/IconCreditCardOffOutlinedFilled.tsx b/src/IconCreditCardOffOutlinedFilled.tsx index b971c6f94..b3730686d 100644 --- a/src/IconCreditCardOffOutlinedFilled.tsx +++ b/src/IconCreditCardOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardOffRounded.tsx b/src/IconCreditCardOffRounded.tsx index ca71964ee..73d47fb56 100644 --- a/src/IconCreditCardOffRounded.tsx +++ b/src/IconCreditCardOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCreditCardOffRoundedFilled.tsx b/src/IconCreditCardOffRoundedFilled.tsx index c9c0bfee7..4a867d3c3 100644 --- a/src/IconCreditCardOffRoundedFilled.tsx +++ b/src/IconCreditCardOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardOffSharp.tsx b/src/IconCreditCardOffSharp.tsx index 9faa53bdd..ef333caf0 100644 --- a/src/IconCreditCardOffSharp.tsx +++ b/src/IconCreditCardOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCreditCardOffSharpFilled.tsx b/src/IconCreditCardOffSharpFilled.tsx index 4b4582659..2000e9024 100644 --- a/src/IconCreditCardOffSharpFilled.tsx +++ b/src/IconCreditCardOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardOutlined.tsx b/src/IconCreditCardOutlined.tsx index 1f1376150..40d6584a9 100644 --- a/src/IconCreditCardOutlined.tsx +++ b/src/IconCreditCardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCreditCardOutlinedFilled.tsx b/src/IconCreditCardOutlinedFilled.tsx index dae158598..c820438fd 100644 --- a/src/IconCreditCardOutlinedFilled.tsx +++ b/src/IconCreditCardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardRounded.tsx b/src/IconCreditCardRounded.tsx index f7694171f..edc906b82 100644 --- a/src/IconCreditCardRounded.tsx +++ b/src/IconCreditCardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCreditCardRoundedFilled.tsx b/src/IconCreditCardRoundedFilled.tsx index 5bb58602d..1501839de 100644 --- a/src/IconCreditCardRoundedFilled.tsx +++ b/src/IconCreditCardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCreditCardSharp.tsx b/src/IconCreditCardSharp.tsx index b4f3d6911..b4d99cbf9 100644 --- a/src/IconCreditCardSharp.tsx +++ b/src/IconCreditCardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCreditCardSharpFilled.tsx b/src/IconCreditCardSharpFilled.tsx index 2d490138f..8a56dd4ac 100644 --- a/src/IconCreditCardSharpFilled.tsx +++ b/src/IconCreditCardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditCardSharpFilled: React.FC = ({ ...props diff --git a/src/IconCreditScoreOutlined.tsx b/src/IconCreditScoreOutlined.tsx index 3d80de2ba..688b1d104 100644 --- a/src/IconCreditScoreOutlined.tsx +++ b/src/IconCreditScoreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditScoreOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCreditScoreOutlinedFilled.tsx b/src/IconCreditScoreOutlinedFilled.tsx index 846f4d373..f6caee0b4 100644 --- a/src/IconCreditScoreOutlinedFilled.tsx +++ b/src/IconCreditScoreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditScoreOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCreditScoreRounded.tsx b/src/IconCreditScoreRounded.tsx index 67dccb941..e1379b558 100644 --- a/src/IconCreditScoreRounded.tsx +++ b/src/IconCreditScoreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditScoreRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCreditScoreRoundedFilled.tsx b/src/IconCreditScoreRoundedFilled.tsx index ca1db94bd..24b40d24c 100644 --- a/src/IconCreditScoreRoundedFilled.tsx +++ b/src/IconCreditScoreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditScoreRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCreditScoreSharp.tsx b/src/IconCreditScoreSharp.tsx index c74752dca..69ad54e65 100644 --- a/src/IconCreditScoreSharp.tsx +++ b/src/IconCreditScoreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditScoreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCreditScoreSharpFilled.tsx b/src/IconCreditScoreSharpFilled.tsx index da4aba03c..d6d8918aa 100644 --- a/src/IconCreditScoreSharpFilled.tsx +++ b/src/IconCreditScoreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCreditScoreSharpFilled: React.FC = ({ ...props diff --git a/src/IconCribOutlined.tsx b/src/IconCribOutlined.tsx index 55ab4b934..b944de96d 100644 --- a/src/IconCribOutlined.tsx +++ b/src/IconCribOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCribOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCribOutlinedFilled.tsx b/src/IconCribOutlinedFilled.tsx index 3629abee6..0cabf2c61 100644 --- a/src/IconCribOutlinedFilled.tsx +++ b/src/IconCribOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCribOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCribRounded.tsx b/src/IconCribRounded.tsx index 998d4cede..f527b9f19 100644 --- a/src/IconCribRounded.tsx +++ b/src/IconCribRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCribRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCribRoundedFilled.tsx b/src/IconCribRoundedFilled.tsx index 8c8d27323..5139afda3 100644 --- a/src/IconCribRoundedFilled.tsx +++ b/src/IconCribRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCribRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCribSharp.tsx b/src/IconCribSharp.tsx index 35976c07e..2139c59ff 100644 --- a/src/IconCribSharp.tsx +++ b/src/IconCribSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCribSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCribSharpFilled.tsx b/src/IconCribSharpFilled.tsx index 2b480ffcd..dc3f930b1 100644 --- a/src/IconCribSharpFilled.tsx +++ b/src/IconCribSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCribSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrisisAlertOutlined.tsx b/src/IconCrisisAlertOutlined.tsx index b91d0a67d..65da85ab6 100644 --- a/src/IconCrisisAlertOutlined.tsx +++ b/src/IconCrisisAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrisisAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCrisisAlertOutlinedFilled.tsx b/src/IconCrisisAlertOutlinedFilled.tsx index 2a2742518..cb198da28 100644 --- a/src/IconCrisisAlertOutlinedFilled.tsx +++ b/src/IconCrisisAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrisisAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCrisisAlertRounded.tsx b/src/IconCrisisAlertRounded.tsx index ae738d50d..8310469de 100644 --- a/src/IconCrisisAlertRounded.tsx +++ b/src/IconCrisisAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrisisAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCrisisAlertRoundedFilled.tsx b/src/IconCrisisAlertRoundedFilled.tsx index 0c6ea438e..1cdb00752 100644 --- a/src/IconCrisisAlertRoundedFilled.tsx +++ b/src/IconCrisisAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrisisAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCrisisAlertSharp.tsx b/src/IconCrisisAlertSharp.tsx index 103f69b5f..ace81e7fe 100644 --- a/src/IconCrisisAlertSharp.tsx +++ b/src/IconCrisisAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrisisAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCrisisAlertSharpFilled.tsx b/src/IconCrisisAlertSharpFilled.tsx index bdd452074..9dd08e414 100644 --- a/src/IconCrisisAlertSharpFilled.tsx +++ b/src/IconCrisisAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrisisAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconCrop169Outlined.tsx b/src/IconCrop169Outlined.tsx index 3118454fe..ebc7b9291 100644 --- a/src/IconCrop169Outlined.tsx +++ b/src/IconCrop169Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop169Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop169OutlinedFilled.tsx b/src/IconCrop169OutlinedFilled.tsx index 5b388884e..7dae2a614 100644 --- a/src/IconCrop169OutlinedFilled.tsx +++ b/src/IconCrop169OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop169OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCrop169Rounded.tsx b/src/IconCrop169Rounded.tsx index 569a0deb6..51bc8c5d6 100644 --- a/src/IconCrop169Rounded.tsx +++ b/src/IconCrop169Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop169Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop169RoundedFilled.tsx b/src/IconCrop169RoundedFilled.tsx index 0ba83bbde..43d4dad58 100644 --- a/src/IconCrop169RoundedFilled.tsx +++ b/src/IconCrop169RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop169RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop169Sharp.tsx b/src/IconCrop169Sharp.tsx index 540fb2718..cad5dfc33 100644 --- a/src/IconCrop169Sharp.tsx +++ b/src/IconCrop169Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop169Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop169SharpFilled.tsx b/src/IconCrop169SharpFilled.tsx index 00faba16f..901dc967f 100644 --- a/src/IconCrop169SharpFilled.tsx +++ b/src/IconCrop169SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop169SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop32Outlined.tsx b/src/IconCrop32Outlined.tsx index 7fd7cef4a..b2c7dcac0 100644 --- a/src/IconCrop32Outlined.tsx +++ b/src/IconCrop32Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop32Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop32OutlinedFilled.tsx b/src/IconCrop32OutlinedFilled.tsx index 73a6143c2..371d47e50 100644 --- a/src/IconCrop32OutlinedFilled.tsx +++ b/src/IconCrop32OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop32OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop32Rounded.tsx b/src/IconCrop32Rounded.tsx index 5045474ff..686bccc21 100644 --- a/src/IconCrop32Rounded.tsx +++ b/src/IconCrop32Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop32Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop32RoundedFilled.tsx b/src/IconCrop32RoundedFilled.tsx index 75cfb0f09..d061cc736 100644 --- a/src/IconCrop32RoundedFilled.tsx +++ b/src/IconCrop32RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop32RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop32Sharp.tsx b/src/IconCrop32Sharp.tsx index ea5733863..952e9e206 100644 --- a/src/IconCrop32Sharp.tsx +++ b/src/IconCrop32Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop32Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop32SharpFilled.tsx b/src/IconCrop32SharpFilled.tsx index 019c84692..77860ff25 100644 --- a/src/IconCrop32SharpFilled.tsx +++ b/src/IconCrop32SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop32SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop54Outlined.tsx b/src/IconCrop54Outlined.tsx index 111799e72..bfa9227f8 100644 --- a/src/IconCrop54Outlined.tsx +++ b/src/IconCrop54Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop54Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop54OutlinedFilled.tsx b/src/IconCrop54OutlinedFilled.tsx index b2ae6666d..232d41ae2 100644 --- a/src/IconCrop54OutlinedFilled.tsx +++ b/src/IconCrop54OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop54OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop54Rounded.tsx b/src/IconCrop54Rounded.tsx index c2d606734..7f4189b48 100644 --- a/src/IconCrop54Rounded.tsx +++ b/src/IconCrop54Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop54Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop54RoundedFilled.tsx b/src/IconCrop54RoundedFilled.tsx index 736876ca1..47834cb66 100644 --- a/src/IconCrop54RoundedFilled.tsx +++ b/src/IconCrop54RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop54RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop54Sharp.tsx b/src/IconCrop54Sharp.tsx index f32a646b8..24e2fed39 100644 --- a/src/IconCrop54Sharp.tsx +++ b/src/IconCrop54Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop54Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop54SharpFilled.tsx b/src/IconCrop54SharpFilled.tsx index 528ec639b..596068af1 100644 --- a/src/IconCrop54SharpFilled.tsx +++ b/src/IconCrop54SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop54SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop75Outlined.tsx b/src/IconCrop75Outlined.tsx index 141aff78a..10422f317 100644 --- a/src/IconCrop75Outlined.tsx +++ b/src/IconCrop75Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop75Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop75OutlinedFilled.tsx b/src/IconCrop75OutlinedFilled.tsx index 08f060466..e7e6083d8 100644 --- a/src/IconCrop75OutlinedFilled.tsx +++ b/src/IconCrop75OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop75OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop75Rounded.tsx b/src/IconCrop75Rounded.tsx index 4e39d30cc..2c3442d67 100644 --- a/src/IconCrop75Rounded.tsx +++ b/src/IconCrop75Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop75Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop75RoundedFilled.tsx b/src/IconCrop75RoundedFilled.tsx index bcb357aeb..3bda17386 100644 --- a/src/IconCrop75RoundedFilled.tsx +++ b/src/IconCrop75RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop75RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop75Sharp.tsx b/src/IconCrop75Sharp.tsx index 210a8221a..5075944d9 100644 --- a/src/IconCrop75Sharp.tsx +++ b/src/IconCrop75Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop75Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop75SharpFilled.tsx b/src/IconCrop75SharpFilled.tsx index 09564b75b..3210913ad 100644 --- a/src/IconCrop75SharpFilled.tsx +++ b/src/IconCrop75SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop75SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop916Outlined.tsx b/src/IconCrop916Outlined.tsx index 505a7c7f6..7b3cba2ae 100644 --- a/src/IconCrop916Outlined.tsx +++ b/src/IconCrop916Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop916Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop916OutlinedFilled.tsx b/src/IconCrop916OutlinedFilled.tsx index aad118d13..fa2fabc72 100644 --- a/src/IconCrop916OutlinedFilled.tsx +++ b/src/IconCrop916OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop916OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCrop916Rounded.tsx b/src/IconCrop916Rounded.tsx index 12fb58fc6..8d1301a96 100644 --- a/src/IconCrop916Rounded.tsx +++ b/src/IconCrop916Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop916Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop916RoundedFilled.tsx b/src/IconCrop916RoundedFilled.tsx index 7f17a4489..f62b510c9 100644 --- a/src/IconCrop916RoundedFilled.tsx +++ b/src/IconCrop916RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop916RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop916Sharp.tsx b/src/IconCrop916Sharp.tsx index c3f686ea0..2e03fbe65 100644 --- a/src/IconCrop916Sharp.tsx +++ b/src/IconCrop916Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop916Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCrop916SharpFilled.tsx b/src/IconCrop916SharpFilled.tsx index dbabee2e6..c2b2f5e6a 100644 --- a/src/IconCrop916SharpFilled.tsx +++ b/src/IconCrop916SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrop916SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCropFreeOutlined.tsx b/src/IconCropFreeOutlined.tsx index 4be8dd932..0738aeb46 100644 --- a/src/IconCropFreeOutlined.tsx +++ b/src/IconCropFreeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropFreeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCropFreeOutlinedFilled.tsx b/src/IconCropFreeOutlinedFilled.tsx index 6ed6baed7..5183f4943 100644 --- a/src/IconCropFreeOutlinedFilled.tsx +++ b/src/IconCropFreeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropFreeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCropFreeRounded.tsx b/src/IconCropFreeRounded.tsx index 3f2a0de3a..cb5a849bc 100644 --- a/src/IconCropFreeRounded.tsx +++ b/src/IconCropFreeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropFreeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCropFreeRoundedFilled.tsx b/src/IconCropFreeRoundedFilled.tsx index e7c3e9496..c34fc4556 100644 --- a/src/IconCropFreeRoundedFilled.tsx +++ b/src/IconCropFreeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropFreeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCropFreeSharp.tsx b/src/IconCropFreeSharp.tsx index 9be3f6d0e..3984c1fff 100644 --- a/src/IconCropFreeSharp.tsx +++ b/src/IconCropFreeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropFreeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCropFreeSharpFilled.tsx b/src/IconCropFreeSharpFilled.tsx index b04e75fc6..ba82d8c8a 100644 --- a/src/IconCropFreeSharpFilled.tsx +++ b/src/IconCropFreeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropFreeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCropLandscapeOutlined.tsx b/src/IconCropLandscapeOutlined.tsx index 9c96cfe68..21fd9b63b 100644 --- a/src/IconCropLandscapeOutlined.tsx +++ b/src/IconCropLandscapeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropLandscapeOutlined: React.FC = ({ ...props diff --git a/src/IconCropLandscapeOutlinedFilled.tsx b/src/IconCropLandscapeOutlinedFilled.tsx index 2eef07f3c..1533b0d82 100644 --- a/src/IconCropLandscapeOutlinedFilled.tsx +++ b/src/IconCropLandscapeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropLandscapeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCropLandscapeRounded.tsx b/src/IconCropLandscapeRounded.tsx index 31a8169b6..a34297312 100644 --- a/src/IconCropLandscapeRounded.tsx +++ b/src/IconCropLandscapeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropLandscapeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCropLandscapeRoundedFilled.tsx b/src/IconCropLandscapeRoundedFilled.tsx index 91a493a47..60830a103 100644 --- a/src/IconCropLandscapeRoundedFilled.tsx +++ b/src/IconCropLandscapeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropLandscapeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCropLandscapeSharp.tsx b/src/IconCropLandscapeSharp.tsx index d7b884844..6540e47ee 100644 --- a/src/IconCropLandscapeSharp.tsx +++ b/src/IconCropLandscapeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropLandscapeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCropLandscapeSharpFilled.tsx b/src/IconCropLandscapeSharpFilled.tsx index 01b655043..8cdcf9c07 100644 --- a/src/IconCropLandscapeSharpFilled.tsx +++ b/src/IconCropLandscapeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropLandscapeSharpFilled: React.FC = ({ ...props diff --git a/src/IconCropOutlined.tsx b/src/IconCropOutlined.tsx index eeebb4b57..a90b8424d 100644 --- a/src/IconCropOutlined.tsx +++ b/src/IconCropOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCropOutlinedFilled.tsx b/src/IconCropOutlinedFilled.tsx index 7f0518a89..9528aae2d 100644 --- a/src/IconCropOutlinedFilled.tsx +++ b/src/IconCropOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCropPortraitOutlined.tsx b/src/IconCropPortraitOutlined.tsx index 738b295b8..76543c679 100644 --- a/src/IconCropPortraitOutlined.tsx +++ b/src/IconCropPortraitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropPortraitOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCropPortraitOutlinedFilled.tsx b/src/IconCropPortraitOutlinedFilled.tsx index 41b6ddf9c..596b8f8fc 100644 --- a/src/IconCropPortraitOutlinedFilled.tsx +++ b/src/IconCropPortraitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropPortraitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCropPortraitRounded.tsx b/src/IconCropPortraitRounded.tsx index bf2be1624..9402af7a5 100644 --- a/src/IconCropPortraitRounded.tsx +++ b/src/IconCropPortraitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropPortraitRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCropPortraitRoundedFilled.tsx b/src/IconCropPortraitRoundedFilled.tsx index 72e7d8b65..b0f7ef02e 100644 --- a/src/IconCropPortraitRoundedFilled.tsx +++ b/src/IconCropPortraitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropPortraitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCropPortraitSharp.tsx b/src/IconCropPortraitSharp.tsx index 11981af47..1f6afc48f 100644 --- a/src/IconCropPortraitSharp.tsx +++ b/src/IconCropPortraitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropPortraitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCropPortraitSharpFilled.tsx b/src/IconCropPortraitSharpFilled.tsx index b56b8d1e6..cb77799b7 100644 --- a/src/IconCropPortraitSharpFilled.tsx +++ b/src/IconCropPortraitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropPortraitSharpFilled: React.FC = ({ ...props diff --git a/src/IconCropRotateOutlined.tsx b/src/IconCropRotateOutlined.tsx index 9ac5a9bff..6d922377c 100644 --- a/src/IconCropRotateOutlined.tsx +++ b/src/IconCropRotateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropRotateOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCropRotateOutlinedFilled.tsx b/src/IconCropRotateOutlinedFilled.tsx index f9c7e35e8..795c3d5b5 100644 --- a/src/IconCropRotateOutlinedFilled.tsx +++ b/src/IconCropRotateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropRotateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCropRotateRounded.tsx b/src/IconCropRotateRounded.tsx index 26ce6785a..ce7b51159 100644 --- a/src/IconCropRotateRounded.tsx +++ b/src/IconCropRotateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropRotateRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCropRotateRoundedFilled.tsx b/src/IconCropRotateRoundedFilled.tsx index f24673c4b..0c1c0596f 100644 --- a/src/IconCropRotateRoundedFilled.tsx +++ b/src/IconCropRotateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropRotateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCropRotateSharp.tsx b/src/IconCropRotateSharp.tsx index 20f0667b2..93f6eae61 100644 --- a/src/IconCropRotateSharp.tsx +++ b/src/IconCropRotateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropRotateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCropRotateSharpFilled.tsx b/src/IconCropRotateSharpFilled.tsx index 10c356aa2..d75cd0f1f 100644 --- a/src/IconCropRotateSharpFilled.tsx +++ b/src/IconCropRotateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropRotateSharpFilled: React.FC = ({ ...props diff --git a/src/IconCropRounded.tsx b/src/IconCropRounded.tsx index 4cd289dd7..d44416277 100644 --- a/src/IconCropRounded.tsx +++ b/src/IconCropRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCropRoundedFilled.tsx b/src/IconCropRoundedFilled.tsx index c8e8b6154..174d4501c 100644 --- a/src/IconCropRoundedFilled.tsx +++ b/src/IconCropRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCropSharp.tsx b/src/IconCropSharp.tsx index b21e5cef6..7b8c5284b 100644 --- a/src/IconCropSharp.tsx +++ b/src/IconCropSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCropSharpFilled.tsx b/src/IconCropSharpFilled.tsx index 4d6bee3cf..f1dad932f 100644 --- a/src/IconCropSharpFilled.tsx +++ b/src/IconCropSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCropSquareOutlined.tsx b/src/IconCropSquareOutlined.tsx index f2d4a4a4f..2030ba476 100644 --- a/src/IconCropSquareOutlined.tsx +++ b/src/IconCropSquareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropSquareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCropSquareOutlinedFilled.tsx b/src/IconCropSquareOutlinedFilled.tsx index 01fa4207f..e5d2a61bf 100644 --- a/src/IconCropSquareOutlinedFilled.tsx +++ b/src/IconCropSquareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropSquareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCropSquareRounded.tsx b/src/IconCropSquareRounded.tsx index a4770a692..ae5098877 100644 --- a/src/IconCropSquareRounded.tsx +++ b/src/IconCropSquareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropSquareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCropSquareRoundedFilled.tsx b/src/IconCropSquareRoundedFilled.tsx index c4b69286a..a4db0d181 100644 --- a/src/IconCropSquareRoundedFilled.tsx +++ b/src/IconCropSquareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropSquareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCropSquareSharp.tsx b/src/IconCropSquareSharp.tsx index aa404d397..5024fa4a6 100644 --- a/src/IconCropSquareSharp.tsx +++ b/src/IconCropSquareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropSquareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCropSquareSharpFilled.tsx b/src/IconCropSquareSharpFilled.tsx index 623da8a63..2ca473ed4 100644 --- a/src/IconCropSquareSharpFilled.tsx +++ b/src/IconCropSquareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCropSquareSharpFilled: React.FC = ({ ...props diff --git a/src/IconCrosswordOutlined.tsx b/src/IconCrosswordOutlined.tsx index ae240ec6b..da2b5c060 100644 --- a/src/IconCrosswordOutlined.tsx +++ b/src/IconCrosswordOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrosswordOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCrosswordOutlinedFilled.tsx b/src/IconCrosswordOutlinedFilled.tsx index 67c6d73d1..c2169be41 100644 --- a/src/IconCrosswordOutlinedFilled.tsx +++ b/src/IconCrosswordOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrosswordOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCrosswordRounded.tsx b/src/IconCrosswordRounded.tsx index 845d69605..0d004ea0f 100644 --- a/src/IconCrosswordRounded.tsx +++ b/src/IconCrosswordRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrosswordRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCrosswordRoundedFilled.tsx b/src/IconCrosswordRoundedFilled.tsx index e3df5bbcd..e3787d46d 100644 --- a/src/IconCrosswordRoundedFilled.tsx +++ b/src/IconCrosswordRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrosswordRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCrosswordSharp.tsx b/src/IconCrosswordSharp.tsx index 33d2dc8d1..3fb8f5799 100644 --- a/src/IconCrosswordSharp.tsx +++ b/src/IconCrosswordSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrosswordSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCrosswordSharpFilled.tsx b/src/IconCrosswordSharpFilled.tsx index db0c4aa65..de41648a5 100644 --- a/src/IconCrosswordSharpFilled.tsx +++ b/src/IconCrosswordSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrosswordSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCrowdsourceOutlined.tsx b/src/IconCrowdsourceOutlined.tsx index a6d0f2845..45da8582a 100644 --- a/src/IconCrowdsourceOutlined.tsx +++ b/src/IconCrowdsourceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrowdsourceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCrowdsourceOutlinedFilled.tsx b/src/IconCrowdsourceOutlinedFilled.tsx index 9104c4b2c..ccc456e4a 100644 --- a/src/IconCrowdsourceOutlinedFilled.tsx +++ b/src/IconCrowdsourceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrowdsourceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCrowdsourceRounded.tsx b/src/IconCrowdsourceRounded.tsx index 04b0eb4e9..bf0ea7f93 100644 --- a/src/IconCrowdsourceRounded.tsx +++ b/src/IconCrowdsourceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrowdsourceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCrowdsourceRoundedFilled.tsx b/src/IconCrowdsourceRoundedFilled.tsx index 00e8751bb..eba186300 100644 --- a/src/IconCrowdsourceRoundedFilled.tsx +++ b/src/IconCrowdsourceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrowdsourceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCrowdsourceSharp.tsx b/src/IconCrowdsourceSharp.tsx index f5cfdfb4f..c625080f8 100644 --- a/src/IconCrowdsourceSharp.tsx +++ b/src/IconCrowdsourceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrowdsourceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCrowdsourceSharpFilled.tsx b/src/IconCrowdsourceSharpFilled.tsx index 62d9fee20..04b899c13 100644 --- a/src/IconCrowdsourceSharpFilled.tsx +++ b/src/IconCrowdsourceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrowdsourceSharpFilled: React.FC = ({ ...props diff --git a/src/IconCrueltyFreeOutlined.tsx b/src/IconCrueltyFreeOutlined.tsx index fe6ad1684..955d605eb 100644 --- a/src/IconCrueltyFreeOutlined.tsx +++ b/src/IconCrueltyFreeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrueltyFreeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCrueltyFreeOutlinedFilled.tsx b/src/IconCrueltyFreeOutlinedFilled.tsx index 348c5173b..d3fce53c3 100644 --- a/src/IconCrueltyFreeOutlinedFilled.tsx +++ b/src/IconCrueltyFreeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrueltyFreeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCrueltyFreeRounded.tsx b/src/IconCrueltyFreeRounded.tsx index d5a76c69c..10f8b2cfc 100644 --- a/src/IconCrueltyFreeRounded.tsx +++ b/src/IconCrueltyFreeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrueltyFreeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCrueltyFreeRoundedFilled.tsx b/src/IconCrueltyFreeRoundedFilled.tsx index aa2b8aa36..1e9977791 100644 --- a/src/IconCrueltyFreeRoundedFilled.tsx +++ b/src/IconCrueltyFreeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrueltyFreeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCrueltyFreeSharp.tsx b/src/IconCrueltyFreeSharp.tsx index bb09bf515..1b495f156 100644 --- a/src/IconCrueltyFreeSharp.tsx +++ b/src/IconCrueltyFreeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrueltyFreeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCrueltyFreeSharpFilled.tsx b/src/IconCrueltyFreeSharpFilled.tsx index 44b6d80f0..8b6460ce2 100644 --- a/src/IconCrueltyFreeSharpFilled.tsx +++ b/src/IconCrueltyFreeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCrueltyFreeSharpFilled: React.FC = ({ ...props diff --git a/src/IconCssOutlined.tsx b/src/IconCssOutlined.tsx index d96fc9535..460784025 100644 --- a/src/IconCssOutlined.tsx +++ b/src/IconCssOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCssOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCssOutlinedFilled.tsx b/src/IconCssOutlinedFilled.tsx index dfe3c7ab6..a59ff96e8 100644 --- a/src/IconCssOutlinedFilled.tsx +++ b/src/IconCssOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCssOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCssRounded.tsx b/src/IconCssRounded.tsx index e5e31fd53..c3dad12db 100644 --- a/src/IconCssRounded.tsx +++ b/src/IconCssRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCssRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCssRoundedFilled.tsx b/src/IconCssRoundedFilled.tsx index caa00ff61..70b620e7b 100644 --- a/src/IconCssRoundedFilled.tsx +++ b/src/IconCssRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCssRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCssSharp.tsx b/src/IconCssSharp.tsx index a35203634..65099c916 100644 --- a/src/IconCssSharp.tsx +++ b/src/IconCssSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCssSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCssSharpFilled.tsx b/src/IconCssSharpFilled.tsx index 21b546366..325a617d0 100644 --- a/src/IconCssSharpFilled.tsx +++ b/src/IconCssSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCssSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCsvOutlined.tsx b/src/IconCsvOutlined.tsx index 6efc7ae9b..353dbd3a5 100644 --- a/src/IconCsvOutlined.tsx +++ b/src/IconCsvOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCsvOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCsvOutlinedFilled.tsx b/src/IconCsvOutlinedFilled.tsx index f4d4ba09d..eb571dab0 100644 --- a/src/IconCsvOutlinedFilled.tsx +++ b/src/IconCsvOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCsvOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCsvRounded.tsx b/src/IconCsvRounded.tsx index 43aa72532..bc56aea79 100644 --- a/src/IconCsvRounded.tsx +++ b/src/IconCsvRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCsvRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCsvRoundedFilled.tsx b/src/IconCsvRoundedFilled.tsx index 8154a29e8..51e0cd222 100644 --- a/src/IconCsvRoundedFilled.tsx +++ b/src/IconCsvRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCsvRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCsvSharp.tsx b/src/IconCsvSharp.tsx index e7719aa15..3d0784f19 100644 --- a/src/IconCsvSharp.tsx +++ b/src/IconCsvSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCsvSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCsvSharpFilled.tsx b/src/IconCsvSharpFilled.tsx index 034373dfa..40e370d11 100644 --- a/src/IconCsvSharpFilled.tsx +++ b/src/IconCsvSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCsvSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyBitcoinOutlined.tsx b/src/IconCurrencyBitcoinOutlined.tsx index 129fe3364..965582073 100644 --- a/src/IconCurrencyBitcoinOutlined.tsx +++ b/src/IconCurrencyBitcoinOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyBitcoinOutlined: React.FC = ({ ...props diff --git a/src/IconCurrencyBitcoinOutlinedFilled.tsx b/src/IconCurrencyBitcoinOutlinedFilled.tsx index eeca1f36f..6dfb8347e 100644 --- a/src/IconCurrencyBitcoinOutlinedFilled.tsx +++ b/src/IconCurrencyBitcoinOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyBitcoinOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyBitcoinRounded.tsx b/src/IconCurrencyBitcoinRounded.tsx index 3d96a69d7..d44cf5524 100644 --- a/src/IconCurrencyBitcoinRounded.tsx +++ b/src/IconCurrencyBitcoinRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyBitcoinRounded: React.FC = ({ ...props diff --git a/src/IconCurrencyBitcoinRoundedFilled.tsx b/src/IconCurrencyBitcoinRoundedFilled.tsx index 932a160d1..8e5533928 100644 --- a/src/IconCurrencyBitcoinRoundedFilled.tsx +++ b/src/IconCurrencyBitcoinRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyBitcoinRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyBitcoinSharp.tsx b/src/IconCurrencyBitcoinSharp.tsx index cd8a34135..ee149498d 100644 --- a/src/IconCurrencyBitcoinSharp.tsx +++ b/src/IconCurrencyBitcoinSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyBitcoinSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyBitcoinSharpFilled.tsx b/src/IconCurrencyBitcoinSharpFilled.tsx index a19690af3..4692465ba 100644 --- a/src/IconCurrencyBitcoinSharpFilled.tsx +++ b/src/IconCurrencyBitcoinSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyBitcoinSharpFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyExchangeOutlined.tsx b/src/IconCurrencyExchangeOutlined.tsx index 59c1fdda0..4fd3a00e7 100644 --- a/src/IconCurrencyExchangeOutlined.tsx +++ b/src/IconCurrencyExchangeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyExchangeOutlined: React.FC = ({ ...props diff --git a/src/IconCurrencyExchangeOutlinedFilled.tsx b/src/IconCurrencyExchangeOutlinedFilled.tsx index 7552831af..ab69162fd 100644 --- a/src/IconCurrencyExchangeOutlinedFilled.tsx +++ b/src/IconCurrencyExchangeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyExchangeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyExchangeRounded.tsx b/src/IconCurrencyExchangeRounded.tsx index 2ba8fd330..fb726bf6a 100644 --- a/src/IconCurrencyExchangeRounded.tsx +++ b/src/IconCurrencyExchangeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyExchangeRounded: React.FC = ({ ...props diff --git a/src/IconCurrencyExchangeRoundedFilled.tsx b/src/IconCurrencyExchangeRoundedFilled.tsx index a5f4ba32b..4fd97ad9d 100644 --- a/src/IconCurrencyExchangeRoundedFilled.tsx +++ b/src/IconCurrencyExchangeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyExchangeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyExchangeSharp.tsx b/src/IconCurrencyExchangeSharp.tsx index 41faff3a8..b4a36a900 100644 --- a/src/IconCurrencyExchangeSharp.tsx +++ b/src/IconCurrencyExchangeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyExchangeSharp: React.FC = ({ ...props diff --git a/src/IconCurrencyExchangeSharpFilled.tsx b/src/IconCurrencyExchangeSharpFilled.tsx index 9dc139f21..dea926f4a 100644 --- a/src/IconCurrencyExchangeSharpFilled.tsx +++ b/src/IconCurrencyExchangeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyExchangeSharpFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyFrancOutlined.tsx b/src/IconCurrencyFrancOutlined.tsx index 095c92d6c..3e8fb88f6 100644 --- a/src/IconCurrencyFrancOutlined.tsx +++ b/src/IconCurrencyFrancOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyFrancOutlined: React.FC = ({ ...props diff --git a/src/IconCurrencyFrancOutlinedFilled.tsx b/src/IconCurrencyFrancOutlinedFilled.tsx index f375d11c5..a679b2163 100644 --- a/src/IconCurrencyFrancOutlinedFilled.tsx +++ b/src/IconCurrencyFrancOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyFrancOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyFrancRounded.tsx b/src/IconCurrencyFrancRounded.tsx index 2166b621c..879545b5f 100644 --- a/src/IconCurrencyFrancRounded.tsx +++ b/src/IconCurrencyFrancRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyFrancRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyFrancRoundedFilled.tsx b/src/IconCurrencyFrancRoundedFilled.tsx index d51a3b50a..e9da646d8 100644 --- a/src/IconCurrencyFrancRoundedFilled.tsx +++ b/src/IconCurrencyFrancRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyFrancRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyFrancSharp.tsx b/src/IconCurrencyFrancSharp.tsx index f80c88b04..54fff4283 100644 --- a/src/IconCurrencyFrancSharp.tsx +++ b/src/IconCurrencyFrancSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyFrancSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyFrancSharpFilled.tsx b/src/IconCurrencyFrancSharpFilled.tsx index 24ead8a5b..2221080d8 100644 --- a/src/IconCurrencyFrancSharpFilled.tsx +++ b/src/IconCurrencyFrancSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyFrancSharpFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyLiraOutlined.tsx b/src/IconCurrencyLiraOutlined.tsx index 94ecdd153..eeacd0427 100644 --- a/src/IconCurrencyLiraOutlined.tsx +++ b/src/IconCurrencyLiraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyLiraOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyLiraOutlinedFilled.tsx b/src/IconCurrencyLiraOutlinedFilled.tsx index 7761a42a8..34ded9ca2 100644 --- a/src/IconCurrencyLiraOutlinedFilled.tsx +++ b/src/IconCurrencyLiraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyLiraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyLiraRounded.tsx b/src/IconCurrencyLiraRounded.tsx index 1aa59b705..8fecccca4 100644 --- a/src/IconCurrencyLiraRounded.tsx +++ b/src/IconCurrencyLiraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyLiraRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyLiraRoundedFilled.tsx b/src/IconCurrencyLiraRoundedFilled.tsx index 653aee092..39b4ce092 100644 --- a/src/IconCurrencyLiraRoundedFilled.tsx +++ b/src/IconCurrencyLiraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyLiraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyLiraSharp.tsx b/src/IconCurrencyLiraSharp.tsx index e62f62e7d..e5874590b 100644 --- a/src/IconCurrencyLiraSharp.tsx +++ b/src/IconCurrencyLiraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyLiraSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyLiraSharpFilled.tsx b/src/IconCurrencyLiraSharpFilled.tsx index cb0b57d4a..131a9a20f 100644 --- a/src/IconCurrencyLiraSharpFilled.tsx +++ b/src/IconCurrencyLiraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyLiraSharpFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyPoundOutlined.tsx b/src/IconCurrencyPoundOutlined.tsx index 2daee1c77..a24eae583 100644 --- a/src/IconCurrencyPoundOutlined.tsx +++ b/src/IconCurrencyPoundOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyPoundOutlined: React.FC = ({ ...props diff --git a/src/IconCurrencyPoundOutlinedFilled.tsx b/src/IconCurrencyPoundOutlinedFilled.tsx index e93d4f71f..6878e4c42 100644 --- a/src/IconCurrencyPoundOutlinedFilled.tsx +++ b/src/IconCurrencyPoundOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyPoundOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyPoundRounded.tsx b/src/IconCurrencyPoundRounded.tsx index cf6f6e4c5..1eef7289c 100644 --- a/src/IconCurrencyPoundRounded.tsx +++ b/src/IconCurrencyPoundRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyPoundRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyPoundRoundedFilled.tsx b/src/IconCurrencyPoundRoundedFilled.tsx index 8a232186b..7f1d0b832 100644 --- a/src/IconCurrencyPoundRoundedFilled.tsx +++ b/src/IconCurrencyPoundRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyPoundRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyPoundSharp.tsx b/src/IconCurrencyPoundSharp.tsx index e3d230817..221c7e2c0 100644 --- a/src/IconCurrencyPoundSharp.tsx +++ b/src/IconCurrencyPoundSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyPoundSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyPoundSharpFilled.tsx b/src/IconCurrencyPoundSharpFilled.tsx index 5db9f9112..41252e1cc 100644 --- a/src/IconCurrencyPoundSharpFilled.tsx +++ b/src/IconCurrencyPoundSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyPoundSharpFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyRubleOutlined.tsx b/src/IconCurrencyRubleOutlined.tsx index da3466059..4e312b923 100644 --- a/src/IconCurrencyRubleOutlined.tsx +++ b/src/IconCurrencyRubleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRubleOutlined: React.FC = ({ ...props diff --git a/src/IconCurrencyRubleOutlinedFilled.tsx b/src/IconCurrencyRubleOutlinedFilled.tsx index b3deb73c4..13bf78844 100644 --- a/src/IconCurrencyRubleOutlinedFilled.tsx +++ b/src/IconCurrencyRubleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRubleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyRubleRounded.tsx b/src/IconCurrencyRubleRounded.tsx index 953ae5fde..8ccf677d2 100644 --- a/src/IconCurrencyRubleRounded.tsx +++ b/src/IconCurrencyRubleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRubleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyRubleRoundedFilled.tsx b/src/IconCurrencyRubleRoundedFilled.tsx index acd14a4c5..d0b538d8a 100644 --- a/src/IconCurrencyRubleRoundedFilled.tsx +++ b/src/IconCurrencyRubleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRubleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyRubleSharp.tsx b/src/IconCurrencyRubleSharp.tsx index ea919e2b9..c07c78c08 100644 --- a/src/IconCurrencyRubleSharp.tsx +++ b/src/IconCurrencyRubleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRubleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyRubleSharpFilled.tsx b/src/IconCurrencyRubleSharpFilled.tsx index 5304892b2..9e1c77717 100644 --- a/src/IconCurrencyRubleSharpFilled.tsx +++ b/src/IconCurrencyRubleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRubleSharpFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyRupeeCircleOutlined.tsx b/src/IconCurrencyRupeeCircleOutlined.tsx index b5e029d90..79a2a7628 100644 --- a/src/IconCurrencyRupeeCircleOutlined.tsx +++ b/src/IconCurrencyRupeeCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeCircleOutlined: React.FC = ({ ...props diff --git a/src/IconCurrencyRupeeCircleOutlinedFilled.tsx b/src/IconCurrencyRupeeCircleOutlinedFilled.tsx index 5b2fa264a..bb3c5b1cc 100644 --- a/src/IconCurrencyRupeeCircleOutlinedFilled.tsx +++ b/src/IconCurrencyRupeeCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyRupeeCircleRounded.tsx b/src/IconCurrencyRupeeCircleRounded.tsx index d1c74e30b..7b1266193 100644 --- a/src/IconCurrencyRupeeCircleRounded.tsx +++ b/src/IconCurrencyRupeeCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeCircleRounded: React.FC = ({ ...props diff --git a/src/IconCurrencyRupeeCircleRoundedFilled.tsx b/src/IconCurrencyRupeeCircleRoundedFilled.tsx index 259b7a054..01920779d 100644 --- a/src/IconCurrencyRupeeCircleRoundedFilled.tsx +++ b/src/IconCurrencyRupeeCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyRupeeCircleSharp.tsx b/src/IconCurrencyRupeeCircleSharp.tsx index df59e4166..13b6d5f22 100644 --- a/src/IconCurrencyRupeeCircleSharp.tsx +++ b/src/IconCurrencyRupeeCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeCircleSharp: React.FC = ({ ...props diff --git a/src/IconCurrencyRupeeCircleSharpFilled.tsx b/src/IconCurrencyRupeeCircleSharpFilled.tsx index ffc06272d..ce840d4d3 100644 --- a/src/IconCurrencyRupeeCircleSharpFilled.tsx +++ b/src/IconCurrencyRupeeCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyRupeeOutlined.tsx b/src/IconCurrencyRupeeOutlined.tsx index c3a182173..341d93c74 100644 --- a/src/IconCurrencyRupeeOutlined.tsx +++ b/src/IconCurrencyRupeeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeOutlined: React.FC = ({ ...props diff --git a/src/IconCurrencyRupeeOutlinedFilled.tsx b/src/IconCurrencyRupeeOutlinedFilled.tsx index 626615fdf..87ab59baa 100644 --- a/src/IconCurrencyRupeeOutlinedFilled.tsx +++ b/src/IconCurrencyRupeeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyRupeeRounded.tsx b/src/IconCurrencyRupeeRounded.tsx index 316789843..2f74632a5 100644 --- a/src/IconCurrencyRupeeRounded.tsx +++ b/src/IconCurrencyRupeeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyRupeeRoundedFilled.tsx b/src/IconCurrencyRupeeRoundedFilled.tsx index 3fc4db00c..de41b2590 100644 --- a/src/IconCurrencyRupeeRoundedFilled.tsx +++ b/src/IconCurrencyRupeeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyRupeeSharp.tsx b/src/IconCurrencyRupeeSharp.tsx index 4c83c1c06..d2da19fea 100644 --- a/src/IconCurrencyRupeeSharp.tsx +++ b/src/IconCurrencyRupeeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyRupeeSharpFilled.tsx b/src/IconCurrencyRupeeSharpFilled.tsx index 948f9dfdc..e0067de03 100644 --- a/src/IconCurrencyRupeeSharpFilled.tsx +++ b/src/IconCurrencyRupeeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyRupeeSharpFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyYenOutlined.tsx b/src/IconCurrencyYenOutlined.tsx index 991edee09..bd6d58729 100644 --- a/src/IconCurrencyYenOutlined.tsx +++ b/src/IconCurrencyYenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyYenOutlinedFilled.tsx b/src/IconCurrencyYenOutlinedFilled.tsx index b4b7bc970..6a497284b 100644 --- a/src/IconCurrencyYenOutlinedFilled.tsx +++ b/src/IconCurrencyYenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyYenRounded.tsx b/src/IconCurrencyYenRounded.tsx index 7b310089a..d002eaa6a 100644 --- a/src/IconCurrencyYenRounded.tsx +++ b/src/IconCurrencyYenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyYenRoundedFilled.tsx b/src/IconCurrencyYenRoundedFilled.tsx index 8aaa8fbf3..9ad058dfe 100644 --- a/src/IconCurrencyYenRoundedFilled.tsx +++ b/src/IconCurrencyYenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyYenSharp.tsx b/src/IconCurrencyYenSharp.tsx index 4596d1d1c..6d442383d 100644 --- a/src/IconCurrencyYenSharp.tsx +++ b/src/IconCurrencyYenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyYenSharpFilled.tsx b/src/IconCurrencyYenSharpFilled.tsx index 5bda3d2f3..329b3b601 100644 --- a/src/IconCurrencyYenSharpFilled.tsx +++ b/src/IconCurrencyYenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYenSharpFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyYuanOutlined.tsx b/src/IconCurrencyYuanOutlined.tsx index ab8f6f8f4..fde3651fe 100644 --- a/src/IconCurrencyYuanOutlined.tsx +++ b/src/IconCurrencyYuanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYuanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyYuanOutlinedFilled.tsx b/src/IconCurrencyYuanOutlinedFilled.tsx index 81daead8e..d8e133ad8 100644 --- a/src/IconCurrencyYuanOutlinedFilled.tsx +++ b/src/IconCurrencyYuanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYuanOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyYuanRounded.tsx b/src/IconCurrencyYuanRounded.tsx index 9230b59e0..c49b24681 100644 --- a/src/IconCurrencyYuanRounded.tsx +++ b/src/IconCurrencyYuanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYuanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyYuanRoundedFilled.tsx b/src/IconCurrencyYuanRoundedFilled.tsx index 738c74581..4ea3a56e7 100644 --- a/src/IconCurrencyYuanRoundedFilled.tsx +++ b/src/IconCurrencyYuanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYuanRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurrencyYuanSharp.tsx b/src/IconCurrencyYuanSharp.tsx index 97f564c47..a5f060bb3 100644 --- a/src/IconCurrencyYuanSharp.tsx +++ b/src/IconCurrencyYuanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYuanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCurrencyYuanSharpFilled.tsx b/src/IconCurrencyYuanSharpFilled.tsx index de5745d92..e0d794555 100644 --- a/src/IconCurrencyYuanSharpFilled.tsx +++ b/src/IconCurrencyYuanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurrencyYuanSharpFilled: React.FC = ({ ...props diff --git a/src/IconCurtainsClosedOutlined.tsx b/src/IconCurtainsClosedOutlined.tsx index bba333e86..634124265 100644 --- a/src/IconCurtainsClosedOutlined.tsx +++ b/src/IconCurtainsClosedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsClosedOutlined: React.FC = ({ ...props diff --git a/src/IconCurtainsClosedOutlinedFilled.tsx b/src/IconCurtainsClosedOutlinedFilled.tsx index a47ebe2cb..8d0ad323a 100644 --- a/src/IconCurtainsClosedOutlinedFilled.tsx +++ b/src/IconCurtainsClosedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsClosedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurtainsClosedRounded.tsx b/src/IconCurtainsClosedRounded.tsx index 45f20b93e..c0765c717 100644 --- a/src/IconCurtainsClosedRounded.tsx +++ b/src/IconCurtainsClosedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsClosedRounded: React.FC = ({ ...props diff --git a/src/IconCurtainsClosedRoundedFilled.tsx b/src/IconCurtainsClosedRoundedFilled.tsx index 3506b6ad4..fa5fa8e7b 100644 --- a/src/IconCurtainsClosedRoundedFilled.tsx +++ b/src/IconCurtainsClosedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsClosedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurtainsClosedSharp.tsx b/src/IconCurtainsClosedSharp.tsx index 6d566b994..2db5523eb 100644 --- a/src/IconCurtainsClosedSharp.tsx +++ b/src/IconCurtainsClosedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsClosedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCurtainsClosedSharpFilled.tsx b/src/IconCurtainsClosedSharpFilled.tsx index 39eeb8455..9ed83a399 100644 --- a/src/IconCurtainsClosedSharpFilled.tsx +++ b/src/IconCurtainsClosedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsClosedSharpFilled: React.FC = ({ ...props diff --git a/src/IconCurtainsOutlined.tsx b/src/IconCurtainsOutlined.tsx index c694c2f23..ae0c38373 100644 --- a/src/IconCurtainsOutlined.tsx +++ b/src/IconCurtainsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCurtainsOutlinedFilled.tsx b/src/IconCurtainsOutlinedFilled.tsx index e532e8313..f08cf07f4 100644 --- a/src/IconCurtainsOutlinedFilled.tsx +++ b/src/IconCurtainsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCurtainsRounded.tsx b/src/IconCurtainsRounded.tsx index 0d5c759bd..807228106 100644 --- a/src/IconCurtainsRounded.tsx +++ b/src/IconCurtainsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCurtainsRoundedFilled.tsx b/src/IconCurtainsRoundedFilled.tsx index 159a00b7b..812cbdb68 100644 --- a/src/IconCurtainsRoundedFilled.tsx +++ b/src/IconCurtainsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCurtainsSharp.tsx b/src/IconCurtainsSharp.tsx index 7a6abbc47..14caeb5ac 100644 --- a/src/IconCurtainsSharp.tsx +++ b/src/IconCurtainsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCurtainsSharpFilled.tsx b/src/IconCurtainsSharpFilled.tsx index e65f321ac..dab3f964e 100644 --- a/src/IconCurtainsSharpFilled.tsx +++ b/src/IconCurtainsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCurtainsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCustomTypographyOutlined.tsx b/src/IconCustomTypographyOutlined.tsx index 633d8a519..c3045c244 100644 --- a/src/IconCustomTypographyOutlined.tsx +++ b/src/IconCustomTypographyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCustomTypographyOutlined: React.FC = ({ ...props diff --git a/src/IconCustomTypographyOutlinedFilled.tsx b/src/IconCustomTypographyOutlinedFilled.tsx index 2f71dff93..62af6de16 100644 --- a/src/IconCustomTypographyOutlinedFilled.tsx +++ b/src/IconCustomTypographyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCustomTypographyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCustomTypographyRounded.tsx b/src/IconCustomTypographyRounded.tsx index f934b892b..7c2f906e6 100644 --- a/src/IconCustomTypographyRounded.tsx +++ b/src/IconCustomTypographyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCustomTypographyRounded: React.FC = ({ ...props diff --git a/src/IconCustomTypographyRoundedFilled.tsx b/src/IconCustomTypographyRoundedFilled.tsx index f4f2bf10b..3011046ac 100644 --- a/src/IconCustomTypographyRoundedFilled.tsx +++ b/src/IconCustomTypographyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCustomTypographyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconCustomTypographySharp.tsx b/src/IconCustomTypographySharp.tsx index c3160d73e..6e77baa9a 100644 --- a/src/IconCustomTypographySharp.tsx +++ b/src/IconCustomTypographySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCustomTypographySharp: React.FC = ({ ...props diff --git a/src/IconCustomTypographySharpFilled.tsx b/src/IconCustomTypographySharpFilled.tsx index 81075471f..6d55752c3 100644 --- a/src/IconCustomTypographySharpFilled.tsx +++ b/src/IconCustomTypographySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCustomTypographySharpFilled: React.FC = ({ ...props diff --git a/src/IconCycleOutlined.tsx b/src/IconCycleOutlined.tsx index f7d7394ab..18c6af41f 100644 --- a/src/IconCycleOutlined.tsx +++ b/src/IconCycleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCycleOutlinedFilled.tsx b/src/IconCycleOutlinedFilled.tsx index 8de5c00a4..6e0275099 100644 --- a/src/IconCycleOutlinedFilled.tsx +++ b/src/IconCycleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCycleRounded.tsx b/src/IconCycleRounded.tsx index 90baea2e3..1be7c4f54 100644 --- a/src/IconCycleRounded.tsx +++ b/src/IconCycleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCycleRoundedFilled.tsx b/src/IconCycleRoundedFilled.tsx index a00c747a9..422794272 100644 --- a/src/IconCycleRoundedFilled.tsx +++ b/src/IconCycleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCycleSharp.tsx b/src/IconCycleSharp.tsx index 25d8631bc..56c3245e1 100644 --- a/src/IconCycleSharp.tsx +++ b/src/IconCycleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCycleSharpFilled.tsx b/src/IconCycleSharpFilled.tsx index af93f15cc..fc2a8e0de 100644 --- a/src/IconCycleSharpFilled.tsx +++ b/src/IconCycleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCycloneOutlined.tsx b/src/IconCycloneOutlined.tsx index 81709d635..24bb7af67 100644 --- a/src/IconCycloneOutlined.tsx +++ b/src/IconCycloneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycloneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconCycloneOutlinedFilled.tsx b/src/IconCycloneOutlinedFilled.tsx index 78ea3a12b..f2e4e1608 100644 --- a/src/IconCycloneOutlinedFilled.tsx +++ b/src/IconCycloneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycloneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconCycloneRounded.tsx b/src/IconCycloneRounded.tsx index b2f88ebdc..e447d8ce3 100644 --- a/src/IconCycloneRounded.tsx +++ b/src/IconCycloneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycloneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconCycloneRoundedFilled.tsx b/src/IconCycloneRoundedFilled.tsx index 0c603ad5d..8dbf19fe3 100644 --- a/src/IconCycloneRoundedFilled.tsx +++ b/src/IconCycloneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycloneRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconCycloneSharp.tsx b/src/IconCycloneSharp.tsx index 5a6fbc805..a9b706e7e 100644 --- a/src/IconCycloneSharp.tsx +++ b/src/IconCycloneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycloneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconCycloneSharpFilled.tsx b/src/IconCycloneSharpFilled.tsx index a3d86d0fc..9d0c3ca37 100644 --- a/src/IconCycloneSharpFilled.tsx +++ b/src/IconCycloneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconCycloneSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDangerousOutlined.tsx b/src/IconDangerousOutlined.tsx index d4042ca54..24a5c2612 100644 --- a/src/IconDangerousOutlined.tsx +++ b/src/IconDangerousOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDangerousOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDangerousOutlinedFilled.tsx b/src/IconDangerousOutlinedFilled.tsx index 888ec6556..3f2709f7f 100644 --- a/src/IconDangerousOutlinedFilled.tsx +++ b/src/IconDangerousOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDangerousOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDangerousRounded.tsx b/src/IconDangerousRounded.tsx index 1aebb9152..9d88ca8ab 100644 --- a/src/IconDangerousRounded.tsx +++ b/src/IconDangerousRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDangerousRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDangerousRoundedFilled.tsx b/src/IconDangerousRoundedFilled.tsx index 1d9e8aa8e..83d4cca26 100644 --- a/src/IconDangerousRoundedFilled.tsx +++ b/src/IconDangerousRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDangerousRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDangerousSharp.tsx b/src/IconDangerousSharp.tsx index 6205228c5..b72c101ee 100644 --- a/src/IconDangerousSharp.tsx +++ b/src/IconDangerousSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDangerousSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDangerousSharpFilled.tsx b/src/IconDangerousSharpFilled.tsx index f1bbb8a17..a2dc060e1 100644 --- a/src/IconDangerousSharpFilled.tsx +++ b/src/IconDangerousSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDangerousSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDarkModeOutlined.tsx b/src/IconDarkModeOutlined.tsx index 725f3efd2..77cc61a0c 100644 --- a/src/IconDarkModeOutlined.tsx +++ b/src/IconDarkModeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDarkModeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDarkModeOutlinedFilled.tsx b/src/IconDarkModeOutlinedFilled.tsx index 13be3eb22..c5e3d9e56 100644 --- a/src/IconDarkModeOutlinedFilled.tsx +++ b/src/IconDarkModeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDarkModeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDarkModeRounded.tsx b/src/IconDarkModeRounded.tsx index 6b4690650..3699865a8 100644 --- a/src/IconDarkModeRounded.tsx +++ b/src/IconDarkModeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDarkModeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDarkModeRoundedFilled.tsx b/src/IconDarkModeRoundedFilled.tsx index 94397440e..764a2cbf4 100644 --- a/src/IconDarkModeRoundedFilled.tsx +++ b/src/IconDarkModeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDarkModeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDarkModeSharp.tsx b/src/IconDarkModeSharp.tsx index 44f19a031..347fc9458 100644 --- a/src/IconDarkModeSharp.tsx +++ b/src/IconDarkModeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDarkModeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDarkModeSharpFilled.tsx b/src/IconDarkModeSharpFilled.tsx index efdf80379..e5b4ce053 100644 --- a/src/IconDarkModeSharpFilled.tsx +++ b/src/IconDarkModeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDarkModeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDashboard2Outlined.tsx b/src/IconDashboard2Outlined.tsx index 5906cdba9..000ef81ba 100644 --- a/src/IconDashboard2Outlined.tsx +++ b/src/IconDashboard2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboard2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDashboard2OutlinedFilled.tsx b/src/IconDashboard2OutlinedFilled.tsx index ab3f966b6..615e25221 100644 --- a/src/IconDashboard2OutlinedFilled.tsx +++ b/src/IconDashboard2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboard2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDashboard2Rounded.tsx b/src/IconDashboard2Rounded.tsx index 1d219e975..ef2820839 100644 --- a/src/IconDashboard2Rounded.tsx +++ b/src/IconDashboard2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboard2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDashboard2RoundedFilled.tsx b/src/IconDashboard2RoundedFilled.tsx index 31e7f87b0..146c57cc4 100644 --- a/src/IconDashboard2RoundedFilled.tsx +++ b/src/IconDashboard2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboard2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconDashboard2Sharp.tsx b/src/IconDashboard2Sharp.tsx index ab2aa6adb..79db9f7db 100644 --- a/src/IconDashboard2Sharp.tsx +++ b/src/IconDashboard2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboard2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDashboard2SharpFilled.tsx b/src/IconDashboard2SharpFilled.tsx index 0e504a1a9..099984fbf 100644 --- a/src/IconDashboard2SharpFilled.tsx +++ b/src/IconDashboard2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboard2SharpFilled: React.FC = ({ ...props diff --git a/src/IconDashboardCustomizeOutlined.tsx b/src/IconDashboardCustomizeOutlined.tsx index 0aa9de509..8c57da5e1 100644 --- a/src/IconDashboardCustomizeOutlined.tsx +++ b/src/IconDashboardCustomizeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardCustomizeOutlined: React.FC = ({ ...props diff --git a/src/IconDashboardCustomizeOutlinedFilled.tsx b/src/IconDashboardCustomizeOutlinedFilled.tsx index 4a4e3526a..96f3d0a00 100644 --- a/src/IconDashboardCustomizeOutlinedFilled.tsx +++ b/src/IconDashboardCustomizeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardCustomizeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDashboardCustomizeRounded.tsx b/src/IconDashboardCustomizeRounded.tsx index a0588724b..9516e48a0 100644 --- a/src/IconDashboardCustomizeRounded.tsx +++ b/src/IconDashboardCustomizeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardCustomizeRounded: React.FC = ({ ...props diff --git a/src/IconDashboardCustomizeRoundedFilled.tsx b/src/IconDashboardCustomizeRoundedFilled.tsx index 2c5874160..6ed6f8111 100644 --- a/src/IconDashboardCustomizeRoundedFilled.tsx +++ b/src/IconDashboardCustomizeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardCustomizeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDashboardCustomizeSharp.tsx b/src/IconDashboardCustomizeSharp.tsx index 3a7e98f20..96a0ade19 100644 --- a/src/IconDashboardCustomizeSharp.tsx +++ b/src/IconDashboardCustomizeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardCustomizeSharp: React.FC = ({ ...props diff --git a/src/IconDashboardCustomizeSharpFilled.tsx b/src/IconDashboardCustomizeSharpFilled.tsx index da626440e..eb9e55d51 100644 --- a/src/IconDashboardCustomizeSharpFilled.tsx +++ b/src/IconDashboardCustomizeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardCustomizeSharpFilled: React.FC = ({ ...props diff --git a/src/IconDashboardOutlined.tsx b/src/IconDashboardOutlined.tsx index b33a26860..cbb295ab5 100644 --- a/src/IconDashboardOutlined.tsx +++ b/src/IconDashboardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDashboardOutlinedFilled.tsx b/src/IconDashboardOutlinedFilled.tsx index 2f0613114..d11793a2e 100644 --- a/src/IconDashboardOutlinedFilled.tsx +++ b/src/IconDashboardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDashboardRounded.tsx b/src/IconDashboardRounded.tsx index 61040ef77..8c8eb13c7 100644 --- a/src/IconDashboardRounded.tsx +++ b/src/IconDashboardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDashboardRoundedFilled.tsx b/src/IconDashboardRoundedFilled.tsx index a73e4283c..da8ba83d0 100644 --- a/src/IconDashboardRoundedFilled.tsx +++ b/src/IconDashboardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDashboardSharp.tsx b/src/IconDashboardSharp.tsx index 270681050..4f4d76d20 100644 --- a/src/IconDashboardSharp.tsx +++ b/src/IconDashboardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDashboardSharpFilled.tsx b/src/IconDashboardSharpFilled.tsx index e4f414145..95b9c92e4 100644 --- a/src/IconDashboardSharpFilled.tsx +++ b/src/IconDashboardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDashboardSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDataAlertOutlined.tsx b/src/IconDataAlertOutlined.tsx index bb03b5b74..3ae4b3f05 100644 --- a/src/IconDataAlertOutlined.tsx +++ b/src/IconDataAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDataAlertOutlinedFilled.tsx b/src/IconDataAlertOutlinedFilled.tsx index 28cfc46c3..92411081d 100644 --- a/src/IconDataAlertOutlinedFilled.tsx +++ b/src/IconDataAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDataAlertRounded.tsx b/src/IconDataAlertRounded.tsx index ef3cbae8c..664651cb5 100644 --- a/src/IconDataAlertRounded.tsx +++ b/src/IconDataAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDataAlertRoundedFilled.tsx b/src/IconDataAlertRoundedFilled.tsx index 282d684c6..aa31ed4da 100644 --- a/src/IconDataAlertRoundedFilled.tsx +++ b/src/IconDataAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDataAlertSharp.tsx b/src/IconDataAlertSharp.tsx index d02f3d031..26bf11605 100644 --- a/src/IconDataAlertSharp.tsx +++ b/src/IconDataAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDataAlertSharpFilled.tsx b/src/IconDataAlertSharpFilled.tsx index f94f948c1..b5b77931e 100644 --- a/src/IconDataAlertSharpFilled.tsx +++ b/src/IconDataAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataAlertSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDataArrayOutlined.tsx b/src/IconDataArrayOutlined.tsx index 837a20dc5..688f42eba 100644 --- a/src/IconDataArrayOutlined.tsx +++ b/src/IconDataArrayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataArrayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDataArrayOutlinedFilled.tsx b/src/IconDataArrayOutlinedFilled.tsx index 54ba7ea9e..862c1505f 100644 --- a/src/IconDataArrayOutlinedFilled.tsx +++ b/src/IconDataArrayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataArrayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDataArrayRounded.tsx b/src/IconDataArrayRounded.tsx index d7f348f1e..6e716699d 100644 --- a/src/IconDataArrayRounded.tsx +++ b/src/IconDataArrayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataArrayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDataArrayRoundedFilled.tsx b/src/IconDataArrayRoundedFilled.tsx index c9d4d8e91..40e5056b2 100644 --- a/src/IconDataArrayRoundedFilled.tsx +++ b/src/IconDataArrayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataArrayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDataArraySharp.tsx b/src/IconDataArraySharp.tsx index 0f71406f2..ac239932a 100644 --- a/src/IconDataArraySharp.tsx +++ b/src/IconDataArraySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataArraySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDataArraySharpFilled.tsx b/src/IconDataArraySharpFilled.tsx index f97fde523..39fabd736 100644 --- a/src/IconDataArraySharpFilled.tsx +++ b/src/IconDataArraySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataArraySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDataCheckOutlined.tsx b/src/IconDataCheckOutlined.tsx index 41ea821e4..704a37f46 100644 --- a/src/IconDataCheckOutlined.tsx +++ b/src/IconDataCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDataCheckOutlinedFilled.tsx b/src/IconDataCheckOutlinedFilled.tsx index 9448e4a8c..44418446e 100644 --- a/src/IconDataCheckOutlinedFilled.tsx +++ b/src/IconDataCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDataCheckRounded.tsx b/src/IconDataCheckRounded.tsx index 01c2e61df..0f22c9583 100644 --- a/src/IconDataCheckRounded.tsx +++ b/src/IconDataCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDataCheckRoundedFilled.tsx b/src/IconDataCheckRoundedFilled.tsx index 4e6f56d48..8fdfa67d5 100644 --- a/src/IconDataCheckRoundedFilled.tsx +++ b/src/IconDataCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDataCheckSharp.tsx b/src/IconDataCheckSharp.tsx index 7b67ddb1e..d2b368047 100644 --- a/src/IconDataCheckSharp.tsx +++ b/src/IconDataCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDataCheckSharpFilled.tsx b/src/IconDataCheckSharpFilled.tsx index 18e990457..b4c0aefa1 100644 --- a/src/IconDataCheckSharpFilled.tsx +++ b/src/IconDataCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataCheckSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDataExplorationOutlined.tsx b/src/IconDataExplorationOutlined.tsx index 8183acb8b..a647848ac 100644 --- a/src/IconDataExplorationOutlined.tsx +++ b/src/IconDataExplorationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataExplorationOutlined: React.FC = ({ ...props diff --git a/src/IconDataExplorationOutlinedFilled.tsx b/src/IconDataExplorationOutlinedFilled.tsx index 2c6776fdb..70ec8aa0e 100644 --- a/src/IconDataExplorationOutlinedFilled.tsx +++ b/src/IconDataExplorationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataExplorationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDataExplorationRounded.tsx b/src/IconDataExplorationRounded.tsx index ac05f3d6e..5eb976eca 100644 --- a/src/IconDataExplorationRounded.tsx +++ b/src/IconDataExplorationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataExplorationRounded: React.FC = ({ ...props diff --git a/src/IconDataExplorationRoundedFilled.tsx b/src/IconDataExplorationRoundedFilled.tsx index bbf5835a3..37d5f017e 100644 --- a/src/IconDataExplorationRoundedFilled.tsx +++ b/src/IconDataExplorationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataExplorationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDataExplorationSharp.tsx b/src/IconDataExplorationSharp.tsx index 724f2bb54..e112ff439 100644 --- a/src/IconDataExplorationSharp.tsx +++ b/src/IconDataExplorationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataExplorationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDataExplorationSharpFilled.tsx b/src/IconDataExplorationSharpFilled.tsx index d709c6636..ab3997964 100644 --- a/src/IconDataExplorationSharpFilled.tsx +++ b/src/IconDataExplorationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataExplorationSharpFilled: React.FC = ({ ...props diff --git a/src/IconDataInfoAlertOutlined.tsx b/src/IconDataInfoAlertOutlined.tsx index 777733047..efea6558d 100644 --- a/src/IconDataInfoAlertOutlined.tsx +++ b/src/IconDataInfoAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataInfoAlertOutlined: React.FC = ({ ...props diff --git a/src/IconDataInfoAlertOutlinedFilled.tsx b/src/IconDataInfoAlertOutlinedFilled.tsx index 1df9c173d..e438766dd 100644 --- a/src/IconDataInfoAlertOutlinedFilled.tsx +++ b/src/IconDataInfoAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataInfoAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDataInfoAlertRounded.tsx b/src/IconDataInfoAlertRounded.tsx index d85647a07..d4996c0ea 100644 --- a/src/IconDataInfoAlertRounded.tsx +++ b/src/IconDataInfoAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataInfoAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDataInfoAlertRoundedFilled.tsx b/src/IconDataInfoAlertRoundedFilled.tsx index 650bb21e4..19a20c07f 100644 --- a/src/IconDataInfoAlertRoundedFilled.tsx +++ b/src/IconDataInfoAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataInfoAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDataInfoAlertSharp.tsx b/src/IconDataInfoAlertSharp.tsx index 464df831a..51e9c6023 100644 --- a/src/IconDataInfoAlertSharp.tsx +++ b/src/IconDataInfoAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataInfoAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDataInfoAlertSharpFilled.tsx b/src/IconDataInfoAlertSharpFilled.tsx index e04aa9b04..48b3903ba 100644 --- a/src/IconDataInfoAlertSharpFilled.tsx +++ b/src/IconDataInfoAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataInfoAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconDataLossPreventionOutlined.tsx b/src/IconDataLossPreventionOutlined.tsx index 0ef247ab1..54e789d37 100644 --- a/src/IconDataLossPreventionOutlined.tsx +++ b/src/IconDataLossPreventionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataLossPreventionOutlined: React.FC = ({ ...props diff --git a/src/IconDataLossPreventionOutlinedFilled.tsx b/src/IconDataLossPreventionOutlinedFilled.tsx index 1d1f87f3f..a0328fdff 100644 --- a/src/IconDataLossPreventionOutlinedFilled.tsx +++ b/src/IconDataLossPreventionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataLossPreventionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDataLossPreventionRounded.tsx b/src/IconDataLossPreventionRounded.tsx index 24e3c01bf..208e1d370 100644 --- a/src/IconDataLossPreventionRounded.tsx +++ b/src/IconDataLossPreventionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataLossPreventionRounded: React.FC = ({ ...props diff --git a/src/IconDataLossPreventionRoundedFilled.tsx b/src/IconDataLossPreventionRoundedFilled.tsx index 065ccdfad..f5e68c1ee 100644 --- a/src/IconDataLossPreventionRoundedFilled.tsx +++ b/src/IconDataLossPreventionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataLossPreventionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDataLossPreventionSharp.tsx b/src/IconDataLossPreventionSharp.tsx index 5ad3eefd4..6cac8ba18 100644 --- a/src/IconDataLossPreventionSharp.tsx +++ b/src/IconDataLossPreventionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataLossPreventionSharp: React.FC = ({ ...props diff --git a/src/IconDataLossPreventionSharpFilled.tsx b/src/IconDataLossPreventionSharpFilled.tsx index 20cd7d4c2..2952c58a3 100644 --- a/src/IconDataLossPreventionSharpFilled.tsx +++ b/src/IconDataLossPreventionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataLossPreventionSharpFilled: React.FC = ({ ...props diff --git a/src/IconDataObjectOutlined.tsx b/src/IconDataObjectOutlined.tsx index 88e6bd3e4..7fd1c4ac2 100644 --- a/src/IconDataObjectOutlined.tsx +++ b/src/IconDataObjectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataObjectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDataObjectOutlinedFilled.tsx b/src/IconDataObjectOutlinedFilled.tsx index 102afcdab..0de9f17f7 100644 --- a/src/IconDataObjectOutlinedFilled.tsx +++ b/src/IconDataObjectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataObjectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDataObjectRounded.tsx b/src/IconDataObjectRounded.tsx index b626a34ac..8c17ff74d 100644 --- a/src/IconDataObjectRounded.tsx +++ b/src/IconDataObjectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataObjectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDataObjectRoundedFilled.tsx b/src/IconDataObjectRoundedFilled.tsx index c7c55365a..b5e0023b5 100644 --- a/src/IconDataObjectRoundedFilled.tsx +++ b/src/IconDataObjectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataObjectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDataObjectSharp.tsx b/src/IconDataObjectSharp.tsx index c8dc934b5..34fe3882f 100644 --- a/src/IconDataObjectSharp.tsx +++ b/src/IconDataObjectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataObjectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDataObjectSharpFilled.tsx b/src/IconDataObjectSharpFilled.tsx index 080e3ca52..df1e1c7b8 100644 --- a/src/IconDataObjectSharpFilled.tsx +++ b/src/IconDataObjectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataObjectSharpFilled: React.FC = ({ ...props diff --git a/src/IconDataSaverOnOutlined.tsx b/src/IconDataSaverOnOutlined.tsx index ce06db6d6..ba995cd9d 100644 --- a/src/IconDataSaverOnOutlined.tsx +++ b/src/IconDataSaverOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataSaverOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDataSaverOnOutlinedFilled.tsx b/src/IconDataSaverOnOutlinedFilled.tsx index 92e1eb22a..cfb7c0777 100644 --- a/src/IconDataSaverOnOutlinedFilled.tsx +++ b/src/IconDataSaverOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataSaverOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDataSaverOnRounded.tsx b/src/IconDataSaverOnRounded.tsx index d0ac55d04..c6357bdca 100644 --- a/src/IconDataSaverOnRounded.tsx +++ b/src/IconDataSaverOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataSaverOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDataSaverOnRoundedFilled.tsx b/src/IconDataSaverOnRoundedFilled.tsx index d767f3039..5ab24484f 100644 --- a/src/IconDataSaverOnRoundedFilled.tsx +++ b/src/IconDataSaverOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataSaverOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDataSaverOnSharp.tsx b/src/IconDataSaverOnSharp.tsx index ab3c52f0e..eedf199ed 100644 --- a/src/IconDataSaverOnSharp.tsx +++ b/src/IconDataSaverOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataSaverOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDataSaverOnSharpFilled.tsx b/src/IconDataSaverOnSharpFilled.tsx index eaff94e42..12764b8a6 100644 --- a/src/IconDataSaverOnSharpFilled.tsx +++ b/src/IconDataSaverOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataSaverOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconDataTableOutlined.tsx b/src/IconDataTableOutlined.tsx index 779879b52..5f75d701d 100644 --- a/src/IconDataTableOutlined.tsx +++ b/src/IconDataTableOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataTableOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDataTableOutlinedFilled.tsx b/src/IconDataTableOutlinedFilled.tsx index 68db07b44..b22f98b8d 100644 --- a/src/IconDataTableOutlinedFilled.tsx +++ b/src/IconDataTableOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataTableOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDataTableRounded.tsx b/src/IconDataTableRounded.tsx index d865dfa39..a1ecf1786 100644 --- a/src/IconDataTableRounded.tsx +++ b/src/IconDataTableRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataTableRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDataTableRoundedFilled.tsx b/src/IconDataTableRoundedFilled.tsx index effdd73b0..49cf497c8 100644 --- a/src/IconDataTableRoundedFilled.tsx +++ b/src/IconDataTableRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataTableRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDataTableSharp.tsx b/src/IconDataTableSharp.tsx index 99665e746..fc7c24095 100644 --- a/src/IconDataTableSharp.tsx +++ b/src/IconDataTableSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataTableSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDataTableSharpFilled.tsx b/src/IconDataTableSharpFilled.tsx index f1fc15f18..3cc7f63d7 100644 --- a/src/IconDataTableSharpFilled.tsx +++ b/src/IconDataTableSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataTableSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDataThresholdingOutlined.tsx b/src/IconDataThresholdingOutlined.tsx index 16ca691ca..9a94ee691 100644 --- a/src/IconDataThresholdingOutlined.tsx +++ b/src/IconDataThresholdingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataThresholdingOutlined: React.FC = ({ ...props diff --git a/src/IconDataThresholdingOutlinedFilled.tsx b/src/IconDataThresholdingOutlinedFilled.tsx index 165714c82..5330a4af5 100644 --- a/src/IconDataThresholdingOutlinedFilled.tsx +++ b/src/IconDataThresholdingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataThresholdingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDataThresholdingRounded.tsx b/src/IconDataThresholdingRounded.tsx index 0e786cadc..2d0e49b00 100644 --- a/src/IconDataThresholdingRounded.tsx +++ b/src/IconDataThresholdingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataThresholdingRounded: React.FC = ({ ...props diff --git a/src/IconDataThresholdingRoundedFilled.tsx b/src/IconDataThresholdingRoundedFilled.tsx index 63a0c43ab..974710217 100644 --- a/src/IconDataThresholdingRoundedFilled.tsx +++ b/src/IconDataThresholdingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataThresholdingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDataThresholdingSharp.tsx b/src/IconDataThresholdingSharp.tsx index 1aed92488..5c8fe50b7 100644 --- a/src/IconDataThresholdingSharp.tsx +++ b/src/IconDataThresholdingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataThresholdingSharp: React.FC = ({ ...props diff --git a/src/IconDataThresholdingSharpFilled.tsx b/src/IconDataThresholdingSharpFilled.tsx index 45c8cd8d5..1c1ff15c9 100644 --- a/src/IconDataThresholdingSharpFilled.tsx +++ b/src/IconDataThresholdingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataThresholdingSharpFilled: React.FC = ({ ...props diff --git a/src/IconDataUsageOutlined.tsx b/src/IconDataUsageOutlined.tsx index 780b2d4d1..d64d3d334 100644 --- a/src/IconDataUsageOutlined.tsx +++ b/src/IconDataUsageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataUsageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDataUsageOutlinedFilled.tsx b/src/IconDataUsageOutlinedFilled.tsx index fac1605a6..4823106ec 100644 --- a/src/IconDataUsageOutlinedFilled.tsx +++ b/src/IconDataUsageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataUsageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDataUsageRounded.tsx b/src/IconDataUsageRounded.tsx index af7f70f8f..1d42c8446 100644 --- a/src/IconDataUsageRounded.tsx +++ b/src/IconDataUsageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataUsageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDataUsageRoundedFilled.tsx b/src/IconDataUsageRoundedFilled.tsx index bee97b831..28000007a 100644 --- a/src/IconDataUsageRoundedFilled.tsx +++ b/src/IconDataUsageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataUsageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDataUsageSharp.tsx b/src/IconDataUsageSharp.tsx index e6d9873cd..8223244d4 100644 --- a/src/IconDataUsageSharp.tsx +++ b/src/IconDataUsageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataUsageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDataUsageSharpFilled.tsx b/src/IconDataUsageSharpFilled.tsx index 9a14eb922..11f77f790 100644 --- a/src/IconDataUsageSharpFilled.tsx +++ b/src/IconDataUsageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDataUsageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDatabaseOffOutlined.tsx b/src/IconDatabaseOffOutlined.tsx index 23a8c020d..9bd3be85e 100644 --- a/src/IconDatabaseOffOutlined.tsx +++ b/src/IconDatabaseOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDatabaseOffOutlinedFilled.tsx b/src/IconDatabaseOffOutlinedFilled.tsx index c9b680265..310a72cd9 100644 --- a/src/IconDatabaseOffOutlinedFilled.tsx +++ b/src/IconDatabaseOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDatabaseOffRounded.tsx b/src/IconDatabaseOffRounded.tsx index 95c6ae899..10ef68850 100644 --- a/src/IconDatabaseOffRounded.tsx +++ b/src/IconDatabaseOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDatabaseOffRoundedFilled.tsx b/src/IconDatabaseOffRoundedFilled.tsx index b2f827671..e3be6c275 100644 --- a/src/IconDatabaseOffRoundedFilled.tsx +++ b/src/IconDatabaseOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDatabaseOffSharp.tsx b/src/IconDatabaseOffSharp.tsx index 643613e21..90068f2a8 100644 --- a/src/IconDatabaseOffSharp.tsx +++ b/src/IconDatabaseOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDatabaseOffSharpFilled.tsx b/src/IconDatabaseOffSharpFilled.tsx index fa6a9e717..35d2919e4 100644 --- a/src/IconDatabaseOffSharpFilled.tsx +++ b/src/IconDatabaseOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconDatabaseOutlined.tsx b/src/IconDatabaseOutlined.tsx index d091d8537..e4b1dba17 100644 --- a/src/IconDatabaseOutlined.tsx +++ b/src/IconDatabaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDatabaseOutlinedFilled.tsx b/src/IconDatabaseOutlinedFilled.tsx index 1d9fe6db6..5603aa7b4 100644 --- a/src/IconDatabaseOutlinedFilled.tsx +++ b/src/IconDatabaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDatabaseRounded.tsx b/src/IconDatabaseRounded.tsx index f075ba354..a97e71fed 100644 --- a/src/IconDatabaseRounded.tsx +++ b/src/IconDatabaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDatabaseRoundedFilled.tsx b/src/IconDatabaseRoundedFilled.tsx index e78453083..5e5667a61 100644 --- a/src/IconDatabaseRoundedFilled.tsx +++ b/src/IconDatabaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDatabaseSharp.tsx b/src/IconDatabaseSharp.tsx index 17e25569b..913769c92 100644 --- a/src/IconDatabaseSharp.tsx +++ b/src/IconDatabaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDatabaseSharpFilled.tsx b/src/IconDatabaseSharpFilled.tsx index 84f8948b6..90ec4e206 100644 --- a/src/IconDatabaseSharpFilled.tsx +++ b/src/IconDatabaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDatabaseUploadOutlined.tsx b/src/IconDatabaseUploadOutlined.tsx index 3eedb0b3a..dfcf1dca7 100644 --- a/src/IconDatabaseUploadOutlined.tsx +++ b/src/IconDatabaseUploadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseUploadOutlined: React.FC = ({ ...props diff --git a/src/IconDatabaseUploadOutlinedFilled.tsx b/src/IconDatabaseUploadOutlinedFilled.tsx index 3b6b682d8..070220434 100644 --- a/src/IconDatabaseUploadOutlinedFilled.tsx +++ b/src/IconDatabaseUploadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseUploadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDatabaseUploadRounded.tsx b/src/IconDatabaseUploadRounded.tsx index be0108911..ea11d96b3 100644 --- a/src/IconDatabaseUploadRounded.tsx +++ b/src/IconDatabaseUploadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseUploadRounded: React.FC = ({ ...props diff --git a/src/IconDatabaseUploadRoundedFilled.tsx b/src/IconDatabaseUploadRoundedFilled.tsx index 73693dd45..ac633cd7c 100644 --- a/src/IconDatabaseUploadRoundedFilled.tsx +++ b/src/IconDatabaseUploadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseUploadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDatabaseUploadSharp.tsx b/src/IconDatabaseUploadSharp.tsx index b67cc1ac3..2f9c72f8b 100644 --- a/src/IconDatabaseUploadSharp.tsx +++ b/src/IconDatabaseUploadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseUploadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDatabaseUploadSharpFilled.tsx b/src/IconDatabaseUploadSharpFilled.tsx index 0b5c7eced..be94ac37b 100644 --- a/src/IconDatabaseUploadSharpFilled.tsx +++ b/src/IconDatabaseUploadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatabaseUploadSharpFilled: React.FC = ({ ...props diff --git a/src/IconDatasetLinkedOutlined.tsx b/src/IconDatasetLinkedOutlined.tsx index 707b850e8..cb060d644 100644 --- a/src/IconDatasetLinkedOutlined.tsx +++ b/src/IconDatasetLinkedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetLinkedOutlined: React.FC = ({ ...props diff --git a/src/IconDatasetLinkedOutlinedFilled.tsx b/src/IconDatasetLinkedOutlinedFilled.tsx index 09365e772..cab709aa9 100644 --- a/src/IconDatasetLinkedOutlinedFilled.tsx +++ b/src/IconDatasetLinkedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetLinkedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDatasetLinkedRounded.tsx b/src/IconDatasetLinkedRounded.tsx index 1bcb70f3d..d2b968064 100644 --- a/src/IconDatasetLinkedRounded.tsx +++ b/src/IconDatasetLinkedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetLinkedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDatasetLinkedRoundedFilled.tsx b/src/IconDatasetLinkedRoundedFilled.tsx index ea2eab782..90f921ccf 100644 --- a/src/IconDatasetLinkedRoundedFilled.tsx +++ b/src/IconDatasetLinkedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetLinkedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDatasetLinkedSharp.tsx b/src/IconDatasetLinkedSharp.tsx index 86c2f1ac2..df5869133 100644 --- a/src/IconDatasetLinkedSharp.tsx +++ b/src/IconDatasetLinkedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetLinkedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDatasetLinkedSharpFilled.tsx b/src/IconDatasetLinkedSharpFilled.tsx index d3b355190..aa20919d5 100644 --- a/src/IconDatasetLinkedSharpFilled.tsx +++ b/src/IconDatasetLinkedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetLinkedSharpFilled: React.FC = ({ ...props diff --git a/src/IconDatasetOutlined.tsx b/src/IconDatasetOutlined.tsx index e223528b2..70828925e 100644 --- a/src/IconDatasetOutlined.tsx +++ b/src/IconDatasetOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDatasetOutlinedFilled.tsx b/src/IconDatasetOutlinedFilled.tsx index 6256360e2..c0dd6ab56 100644 --- a/src/IconDatasetOutlinedFilled.tsx +++ b/src/IconDatasetOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDatasetRounded.tsx b/src/IconDatasetRounded.tsx index 51fb3eb99..b2d5fa9bd 100644 --- a/src/IconDatasetRounded.tsx +++ b/src/IconDatasetRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDatasetRoundedFilled.tsx b/src/IconDatasetRoundedFilled.tsx index 832e898b6..cae5b22a6 100644 --- a/src/IconDatasetRoundedFilled.tsx +++ b/src/IconDatasetRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDatasetSharp.tsx b/src/IconDatasetSharp.tsx index d0fbc26ba..2ab647316 100644 --- a/src/IconDatasetSharp.tsx +++ b/src/IconDatasetSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDatasetSharpFilled.tsx b/src/IconDatasetSharpFilled.tsx index c59437cd1..359d15ddc 100644 --- a/src/IconDatasetSharpFilled.tsx +++ b/src/IconDatasetSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDatasetSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDateRangeOutlined.tsx b/src/IconDateRangeOutlined.tsx index b95c63b80..3a58da9a2 100644 --- a/src/IconDateRangeOutlined.tsx +++ b/src/IconDateRangeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDateRangeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDateRangeOutlinedFilled.tsx b/src/IconDateRangeOutlinedFilled.tsx index 3cb67d8c4..171a92ee5 100644 --- a/src/IconDateRangeOutlinedFilled.tsx +++ b/src/IconDateRangeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDateRangeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDateRangeRounded.tsx b/src/IconDateRangeRounded.tsx index a1802eac3..4b52e150f 100644 --- a/src/IconDateRangeRounded.tsx +++ b/src/IconDateRangeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDateRangeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDateRangeRoundedFilled.tsx b/src/IconDateRangeRoundedFilled.tsx index 31278f147..4a2e83b62 100644 --- a/src/IconDateRangeRoundedFilled.tsx +++ b/src/IconDateRangeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDateRangeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDateRangeSharp.tsx b/src/IconDateRangeSharp.tsx index 788f72cd0..1787c2972 100644 --- a/src/IconDateRangeSharp.tsx +++ b/src/IconDateRangeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDateRangeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDateRangeSharpFilled.tsx b/src/IconDateRangeSharpFilled.tsx index 9a3f927f1..8877be45e 100644 --- a/src/IconDateRangeSharpFilled.tsx +++ b/src/IconDateRangeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDateRangeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeblurOutlined.tsx b/src/IconDeblurOutlined.tsx index eb9451574..315fa8dba 100644 --- a/src/IconDeblurOutlined.tsx +++ b/src/IconDeblurOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeblurOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDeblurOutlinedFilled.tsx b/src/IconDeblurOutlinedFilled.tsx index ab07cc3eb..00cee7164 100644 --- a/src/IconDeblurOutlinedFilled.tsx +++ b/src/IconDeblurOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeblurOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeblurRounded.tsx b/src/IconDeblurRounded.tsx index ae5b8390c..e62f0a73d 100644 --- a/src/IconDeblurRounded.tsx +++ b/src/IconDeblurRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeblurRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeblurRoundedFilled.tsx b/src/IconDeblurRoundedFilled.tsx index 8391cbaf2..e2e7f6d4a 100644 --- a/src/IconDeblurRoundedFilled.tsx +++ b/src/IconDeblurRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeblurRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeblurSharp.tsx b/src/IconDeblurSharp.tsx index 0a93a8945..ad8076727 100644 --- a/src/IconDeblurSharp.tsx +++ b/src/IconDeblurSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeblurSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeblurSharpFilled.tsx b/src/IconDeblurSharpFilled.tsx index 5a5d2d632..684bed743 100644 --- a/src/IconDeblurSharpFilled.tsx +++ b/src/IconDeblurSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeblurSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeceasedOutlined.tsx b/src/IconDeceasedOutlined.tsx index 2e3aa4509..154684323 100644 --- a/src/IconDeceasedOutlined.tsx +++ b/src/IconDeceasedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeceasedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDeceasedOutlinedFilled.tsx b/src/IconDeceasedOutlinedFilled.tsx index b49e4b85b..1e38d43ce 100644 --- a/src/IconDeceasedOutlinedFilled.tsx +++ b/src/IconDeceasedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeceasedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeceasedRounded.tsx b/src/IconDeceasedRounded.tsx index 2c6415f69..7efd97ed6 100644 --- a/src/IconDeceasedRounded.tsx +++ b/src/IconDeceasedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeceasedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeceasedRoundedFilled.tsx b/src/IconDeceasedRoundedFilled.tsx index c18ff52e9..223ce49cb 100644 --- a/src/IconDeceasedRoundedFilled.tsx +++ b/src/IconDeceasedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeceasedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeceasedSharp.tsx b/src/IconDeceasedSharp.tsx index b00fd16f1..8b48d3517 100644 --- a/src/IconDeceasedSharp.tsx +++ b/src/IconDeceasedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeceasedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeceasedSharpFilled.tsx b/src/IconDeceasedSharpFilled.tsx index ea7fdeb7c..d09d624f3 100644 --- a/src/IconDeceasedSharpFilled.tsx +++ b/src/IconDeceasedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeceasedSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDecimalDecreaseOutlined.tsx b/src/IconDecimalDecreaseOutlined.tsx index 68012c9f4..7630af875 100644 --- a/src/IconDecimalDecreaseOutlined.tsx +++ b/src/IconDecimalDecreaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalDecreaseOutlined: React.FC = ({ ...props diff --git a/src/IconDecimalDecreaseOutlinedFilled.tsx b/src/IconDecimalDecreaseOutlinedFilled.tsx index d1fe89153..d53efdc26 100644 --- a/src/IconDecimalDecreaseOutlinedFilled.tsx +++ b/src/IconDecimalDecreaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalDecreaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDecimalDecreaseRounded.tsx b/src/IconDecimalDecreaseRounded.tsx index df4dbe2dd..8f54fa250 100644 --- a/src/IconDecimalDecreaseRounded.tsx +++ b/src/IconDecimalDecreaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalDecreaseRounded: React.FC = ({ ...props diff --git a/src/IconDecimalDecreaseRoundedFilled.tsx b/src/IconDecimalDecreaseRoundedFilled.tsx index 8447b43f3..9e8d0c42f 100644 --- a/src/IconDecimalDecreaseRoundedFilled.tsx +++ b/src/IconDecimalDecreaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalDecreaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDecimalDecreaseSharp.tsx b/src/IconDecimalDecreaseSharp.tsx index 6b8d8235e..2b509fddd 100644 --- a/src/IconDecimalDecreaseSharp.tsx +++ b/src/IconDecimalDecreaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalDecreaseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDecimalDecreaseSharpFilled.tsx b/src/IconDecimalDecreaseSharpFilled.tsx index dbef0d9d6..f2b5cc121 100644 --- a/src/IconDecimalDecreaseSharpFilled.tsx +++ b/src/IconDecimalDecreaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalDecreaseSharpFilled: React.FC = ({ ...props diff --git a/src/IconDecimalIncreaseOutlined.tsx b/src/IconDecimalIncreaseOutlined.tsx index f93f92ff3..f9ecb45a7 100644 --- a/src/IconDecimalIncreaseOutlined.tsx +++ b/src/IconDecimalIncreaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalIncreaseOutlined: React.FC = ({ ...props diff --git a/src/IconDecimalIncreaseOutlinedFilled.tsx b/src/IconDecimalIncreaseOutlinedFilled.tsx index 0e6ca86e4..2cc80c5e9 100644 --- a/src/IconDecimalIncreaseOutlinedFilled.tsx +++ b/src/IconDecimalIncreaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalIncreaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDecimalIncreaseRounded.tsx b/src/IconDecimalIncreaseRounded.tsx index c4598ca7e..8ff794b05 100644 --- a/src/IconDecimalIncreaseRounded.tsx +++ b/src/IconDecimalIncreaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalIncreaseRounded: React.FC = ({ ...props diff --git a/src/IconDecimalIncreaseRoundedFilled.tsx b/src/IconDecimalIncreaseRoundedFilled.tsx index 949c0d65b..fef759983 100644 --- a/src/IconDecimalIncreaseRoundedFilled.tsx +++ b/src/IconDecimalIncreaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalIncreaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDecimalIncreaseSharp.tsx b/src/IconDecimalIncreaseSharp.tsx index b33235a9b..ba338aa26 100644 --- a/src/IconDecimalIncreaseSharp.tsx +++ b/src/IconDecimalIncreaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalIncreaseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDecimalIncreaseSharpFilled.tsx b/src/IconDecimalIncreaseSharpFilled.tsx index fc64bb852..fa2ec6609 100644 --- a/src/IconDecimalIncreaseSharpFilled.tsx +++ b/src/IconDecimalIncreaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDecimalIncreaseSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeckOutlined.tsx b/src/IconDeckOutlined.tsx index ba66820d7..e6b6c6a84 100644 --- a/src/IconDeckOutlined.tsx +++ b/src/IconDeckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDeckOutlinedFilled.tsx b/src/IconDeckOutlinedFilled.tsx index 316fd8b42..6b6608c59 100644 --- a/src/IconDeckOutlinedFilled.tsx +++ b/src/IconDeckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeckOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeckRounded.tsx b/src/IconDeckRounded.tsx index 4cec016a5..eeac8897a 100644 --- a/src/IconDeckRounded.tsx +++ b/src/IconDeckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeckRoundedFilled.tsx b/src/IconDeckRoundedFilled.tsx index a5154843d..929a4590b 100644 --- a/src/IconDeckRoundedFilled.tsx +++ b/src/IconDeckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeckRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeckSharp.tsx b/src/IconDeckSharp.tsx index c25516782..40a0882f2 100644 --- a/src/IconDeckSharp.tsx +++ b/src/IconDeckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeckSharpFilled.tsx b/src/IconDeckSharpFilled.tsx index 98fb6fbc5..386bbe99a 100644 --- a/src/IconDeckSharpFilled.tsx +++ b/src/IconDeckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeckSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDehazeOutlined.tsx b/src/IconDehazeOutlined.tsx index 85832610d..6b6cb4848 100644 --- a/src/IconDehazeOutlined.tsx +++ b/src/IconDehazeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDehazeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDehazeOutlinedFilled.tsx b/src/IconDehazeOutlinedFilled.tsx index 71b9c6c23..ee8378fd3 100644 --- a/src/IconDehazeOutlinedFilled.tsx +++ b/src/IconDehazeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDehazeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDehazeRounded.tsx b/src/IconDehazeRounded.tsx index d96dc182a..5568ae59d 100644 --- a/src/IconDehazeRounded.tsx +++ b/src/IconDehazeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDehazeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDehazeRoundedFilled.tsx b/src/IconDehazeRoundedFilled.tsx index 7c9e65573..ca669e1a4 100644 --- a/src/IconDehazeRoundedFilled.tsx +++ b/src/IconDehazeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDehazeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDehazeSharp.tsx b/src/IconDehazeSharp.tsx index 327cd3820..51a2e2eba 100644 --- a/src/IconDehazeSharp.tsx +++ b/src/IconDehazeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDehazeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDehazeSharpFilled.tsx b/src/IconDehazeSharpFilled.tsx index 215757fdd..785de96c2 100644 --- a/src/IconDehazeSharpFilled.tsx +++ b/src/IconDehazeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDehazeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteForeverOutlined.tsx b/src/IconDeleteForeverOutlined.tsx index d011c7968..3b03c52e7 100644 --- a/src/IconDeleteForeverOutlined.tsx +++ b/src/IconDeleteForeverOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteForeverOutlined: React.FC = ({ ...props diff --git a/src/IconDeleteForeverOutlinedFilled.tsx b/src/IconDeleteForeverOutlinedFilled.tsx index 77193ac70..1f605cf7f 100644 --- a/src/IconDeleteForeverOutlinedFilled.tsx +++ b/src/IconDeleteForeverOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteForeverOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeleteForeverRounded.tsx b/src/IconDeleteForeverRounded.tsx index 91e1b1556..99b2160d6 100644 --- a/src/IconDeleteForeverRounded.tsx +++ b/src/IconDeleteForeverRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteForeverRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteForeverRoundedFilled.tsx b/src/IconDeleteForeverRoundedFilled.tsx index 5ce83918b..30d8ca7c0 100644 --- a/src/IconDeleteForeverRoundedFilled.tsx +++ b/src/IconDeleteForeverRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteForeverRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeleteForeverSharp.tsx b/src/IconDeleteForeverSharp.tsx index b307bcdd8..bb5e62885 100644 --- a/src/IconDeleteForeverSharp.tsx +++ b/src/IconDeleteForeverSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteForeverSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteForeverSharpFilled.tsx b/src/IconDeleteForeverSharpFilled.tsx index fda62f832..f813ea842 100644 --- a/src/IconDeleteForeverSharpFilled.tsx +++ b/src/IconDeleteForeverSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteForeverSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeleteHistoryOutlined.tsx b/src/IconDeleteHistoryOutlined.tsx index 450194f03..21bb6e4a1 100644 --- a/src/IconDeleteHistoryOutlined.tsx +++ b/src/IconDeleteHistoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteHistoryOutlined: React.FC = ({ ...props diff --git a/src/IconDeleteHistoryOutlinedFilled.tsx b/src/IconDeleteHistoryOutlinedFilled.tsx index 0b0051d16..a664d6329 100644 --- a/src/IconDeleteHistoryOutlinedFilled.tsx +++ b/src/IconDeleteHistoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteHistoryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeleteHistoryRounded.tsx b/src/IconDeleteHistoryRounded.tsx index c0f712d75..c2147fdf4 100644 --- a/src/IconDeleteHistoryRounded.tsx +++ b/src/IconDeleteHistoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteHistoryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteHistoryRoundedFilled.tsx b/src/IconDeleteHistoryRoundedFilled.tsx index 8a9f9a304..455d15872 100644 --- a/src/IconDeleteHistoryRoundedFilled.tsx +++ b/src/IconDeleteHistoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteHistoryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeleteHistorySharp.tsx b/src/IconDeleteHistorySharp.tsx index 822fb33c7..7b8e2cca8 100644 --- a/src/IconDeleteHistorySharp.tsx +++ b/src/IconDeleteHistorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteHistorySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteHistorySharpFilled.tsx b/src/IconDeleteHistorySharpFilled.tsx index fb390cc0b..d03102dac 100644 --- a/src/IconDeleteHistorySharpFilled.tsx +++ b/src/IconDeleteHistorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteHistorySharpFilled: React.FC = ({ ...props diff --git a/src/IconDeleteOutlined.tsx b/src/IconDeleteOutlined.tsx index ae09852c0..df11fa9d2 100644 --- a/src/IconDeleteOutlined.tsx +++ b/src/IconDeleteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteOutlinedFilled.tsx b/src/IconDeleteOutlinedFilled.tsx index 59a0abced..15ae6510e 100644 --- a/src/IconDeleteOutlinedFilled.tsx +++ b/src/IconDeleteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteRounded.tsx b/src/IconDeleteRounded.tsx index a18ddbf45..03a2a1293 100644 --- a/src/IconDeleteRounded.tsx +++ b/src/IconDeleteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteRoundedFilled.tsx b/src/IconDeleteRoundedFilled.tsx index 296873231..64e07f631 100644 --- a/src/IconDeleteRoundedFilled.tsx +++ b/src/IconDeleteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteSharp.tsx b/src/IconDeleteSharp.tsx index c56793df7..a84acecd6 100644 --- a/src/IconDeleteSharp.tsx +++ b/src/IconDeleteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteSharpFilled.tsx b/src/IconDeleteSharpFilled.tsx index 708c2c6cc..741c1edd5 100644 --- a/src/IconDeleteSharpFilled.tsx +++ b/src/IconDeleteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteSweepOutlined.tsx b/src/IconDeleteSweepOutlined.tsx index 47cc2771f..a0febf254 100644 --- a/src/IconDeleteSweepOutlined.tsx +++ b/src/IconDeleteSweepOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteSweepOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteSweepOutlinedFilled.tsx b/src/IconDeleteSweepOutlinedFilled.tsx index 22f86ed8f..7e5910b9b 100644 --- a/src/IconDeleteSweepOutlinedFilled.tsx +++ b/src/IconDeleteSweepOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteSweepOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeleteSweepRounded.tsx b/src/IconDeleteSweepRounded.tsx index b263471f1..61d44c15c 100644 --- a/src/IconDeleteSweepRounded.tsx +++ b/src/IconDeleteSweepRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteSweepRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteSweepRoundedFilled.tsx b/src/IconDeleteSweepRoundedFilled.tsx index e0eb95586..64961b9d6 100644 --- a/src/IconDeleteSweepRoundedFilled.tsx +++ b/src/IconDeleteSweepRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteSweepRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeleteSweepSharp.tsx b/src/IconDeleteSweepSharp.tsx index 00a2f81f2..ef497b0b7 100644 --- a/src/IconDeleteSweepSharp.tsx +++ b/src/IconDeleteSweepSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteSweepSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeleteSweepSharpFilled.tsx b/src/IconDeleteSweepSharpFilled.tsx index 363828ece..86994bd42 100644 --- a/src/IconDeleteSweepSharpFilled.tsx +++ b/src/IconDeleteSweepSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeleteSweepSharpFilled: React.FC = ({ ...props diff --git a/src/IconDemographyOutlined.tsx b/src/IconDemographyOutlined.tsx index ee79c9f7a..da3168a13 100644 --- a/src/IconDemographyOutlined.tsx +++ b/src/IconDemographyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDemographyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDemographyOutlinedFilled.tsx b/src/IconDemographyOutlinedFilled.tsx index 9f38530d5..c8fb63d0d 100644 --- a/src/IconDemographyOutlinedFilled.tsx +++ b/src/IconDemographyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDemographyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDemographyRounded.tsx b/src/IconDemographyRounded.tsx index 10176cf5c..3b1f267b5 100644 --- a/src/IconDemographyRounded.tsx +++ b/src/IconDemographyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDemographyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDemographyRoundedFilled.tsx b/src/IconDemographyRoundedFilled.tsx index 375992d98..fbf1a48c5 100644 --- a/src/IconDemographyRoundedFilled.tsx +++ b/src/IconDemographyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDemographyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDemographySharp.tsx b/src/IconDemographySharp.tsx index 81db43311..071acdc9b 100644 --- a/src/IconDemographySharp.tsx +++ b/src/IconDemographySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDemographySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDemographySharpFilled.tsx b/src/IconDemographySharpFilled.tsx index ae1664e11..567c2f5e0 100644 --- a/src/IconDemographySharpFilled.tsx +++ b/src/IconDemographySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDemographySharpFilled: React.FC = ({ ...props diff --git a/src/IconDensityLargeOutlined.tsx b/src/IconDensityLargeOutlined.tsx index 9699b8d12..be4fe7b8d 100644 --- a/src/IconDensityLargeOutlined.tsx +++ b/src/IconDensityLargeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityLargeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDensityLargeOutlinedFilled.tsx b/src/IconDensityLargeOutlinedFilled.tsx index 8bd4fd45e..150238bce 100644 --- a/src/IconDensityLargeOutlinedFilled.tsx +++ b/src/IconDensityLargeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityLargeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDensityLargeRounded.tsx b/src/IconDensityLargeRounded.tsx index c30311300..cc657c274 100644 --- a/src/IconDensityLargeRounded.tsx +++ b/src/IconDensityLargeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityLargeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDensityLargeRoundedFilled.tsx b/src/IconDensityLargeRoundedFilled.tsx index 02a693171..e2b26109d 100644 --- a/src/IconDensityLargeRoundedFilled.tsx +++ b/src/IconDensityLargeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityLargeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDensityLargeSharp.tsx b/src/IconDensityLargeSharp.tsx index de3bbe20d..cc3081fd4 100644 --- a/src/IconDensityLargeSharp.tsx +++ b/src/IconDensityLargeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityLargeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDensityLargeSharpFilled.tsx b/src/IconDensityLargeSharpFilled.tsx index 51b1091d3..8372d8768 100644 --- a/src/IconDensityLargeSharpFilled.tsx +++ b/src/IconDensityLargeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityLargeSharpFilled: React.FC = ({ ...props diff --git a/src/IconDensityMediumOutlined.tsx b/src/IconDensityMediumOutlined.tsx index a203fcfd1..0121c85d5 100644 --- a/src/IconDensityMediumOutlined.tsx +++ b/src/IconDensityMediumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityMediumOutlined: React.FC = ({ ...props diff --git a/src/IconDensityMediumOutlinedFilled.tsx b/src/IconDensityMediumOutlinedFilled.tsx index 5c7a43eb3..90f9dfff8 100644 --- a/src/IconDensityMediumOutlinedFilled.tsx +++ b/src/IconDensityMediumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityMediumOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDensityMediumRounded.tsx b/src/IconDensityMediumRounded.tsx index 709e6d8a5..fb987f7fa 100644 --- a/src/IconDensityMediumRounded.tsx +++ b/src/IconDensityMediumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityMediumRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDensityMediumRoundedFilled.tsx b/src/IconDensityMediumRoundedFilled.tsx index ee80b914c..f671b96da 100644 --- a/src/IconDensityMediumRoundedFilled.tsx +++ b/src/IconDensityMediumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityMediumRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDensityMediumSharp.tsx b/src/IconDensityMediumSharp.tsx index 4bff217bb..57393e7df 100644 --- a/src/IconDensityMediumSharp.tsx +++ b/src/IconDensityMediumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityMediumSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDensityMediumSharpFilled.tsx b/src/IconDensityMediumSharpFilled.tsx index 470a91a57..6a92038cb 100644 --- a/src/IconDensityMediumSharpFilled.tsx +++ b/src/IconDensityMediumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensityMediumSharpFilled: React.FC = ({ ...props diff --git a/src/IconDensitySmallOutlined.tsx b/src/IconDensitySmallOutlined.tsx index cad0b3ca4..35cdf89a3 100644 --- a/src/IconDensitySmallOutlined.tsx +++ b/src/IconDensitySmallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensitySmallOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDensitySmallOutlinedFilled.tsx b/src/IconDensitySmallOutlinedFilled.tsx index d884d9f93..99f25ff93 100644 --- a/src/IconDensitySmallOutlinedFilled.tsx +++ b/src/IconDensitySmallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensitySmallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDensitySmallRounded.tsx b/src/IconDensitySmallRounded.tsx index bba72ec98..7595f510e 100644 --- a/src/IconDensitySmallRounded.tsx +++ b/src/IconDensitySmallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensitySmallRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDensitySmallRoundedFilled.tsx b/src/IconDensitySmallRoundedFilled.tsx index 3ce41e139..6c1edddb5 100644 --- a/src/IconDensitySmallRoundedFilled.tsx +++ b/src/IconDensitySmallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensitySmallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDensitySmallSharp.tsx b/src/IconDensitySmallSharp.tsx index 121fedbcd..25688725f 100644 --- a/src/IconDensitySmallSharp.tsx +++ b/src/IconDensitySmallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensitySmallSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDensitySmallSharpFilled.tsx b/src/IconDensitySmallSharpFilled.tsx index 44a20c29d..d7d510431 100644 --- a/src/IconDensitySmallSharpFilled.tsx +++ b/src/IconDensitySmallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDensitySmallSharpFilled: React.FC = ({ ...props diff --git a/src/IconDentistryOutlined.tsx b/src/IconDentistryOutlined.tsx index 44fbb9dae..cf864a32f 100644 --- a/src/IconDentistryOutlined.tsx +++ b/src/IconDentistryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDentistryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDentistryOutlinedFilled.tsx b/src/IconDentistryOutlinedFilled.tsx index 490f372f7..89bc84e67 100644 --- a/src/IconDentistryOutlinedFilled.tsx +++ b/src/IconDentistryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDentistryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDentistryRounded.tsx b/src/IconDentistryRounded.tsx index af4fe3124..0daa973d1 100644 --- a/src/IconDentistryRounded.tsx +++ b/src/IconDentistryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDentistryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDentistryRoundedFilled.tsx b/src/IconDentistryRoundedFilled.tsx index 41f5b8c72..36ac25e20 100644 --- a/src/IconDentistryRoundedFilled.tsx +++ b/src/IconDentistryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDentistryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDentistrySharp.tsx b/src/IconDentistrySharp.tsx index 289a79b61..1998ce597 100644 --- a/src/IconDentistrySharp.tsx +++ b/src/IconDentistrySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDentistrySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDentistrySharpFilled.tsx b/src/IconDentistrySharpFilled.tsx index 64faca2f0..6e47fdf46 100644 --- a/src/IconDentistrySharpFilled.tsx +++ b/src/IconDentistrySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDentistrySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDepartureBoardOutlined.tsx b/src/IconDepartureBoardOutlined.tsx index a8d6e5335..df053da4a 100644 --- a/src/IconDepartureBoardOutlined.tsx +++ b/src/IconDepartureBoardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDepartureBoardOutlined: React.FC = ({ ...props diff --git a/src/IconDepartureBoardOutlinedFilled.tsx b/src/IconDepartureBoardOutlinedFilled.tsx index 26fc0d09f..fc1ba373b 100644 --- a/src/IconDepartureBoardOutlinedFilled.tsx +++ b/src/IconDepartureBoardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDepartureBoardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDepartureBoardRounded.tsx b/src/IconDepartureBoardRounded.tsx index 69556f9a5..76403c2bc 100644 --- a/src/IconDepartureBoardRounded.tsx +++ b/src/IconDepartureBoardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDepartureBoardRounded: React.FC = ({ ...props diff --git a/src/IconDepartureBoardRoundedFilled.tsx b/src/IconDepartureBoardRoundedFilled.tsx index c778eb1de..0e22414e5 100644 --- a/src/IconDepartureBoardRoundedFilled.tsx +++ b/src/IconDepartureBoardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDepartureBoardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDepartureBoardSharp.tsx b/src/IconDepartureBoardSharp.tsx index 89c5d8d61..5bc7950b4 100644 --- a/src/IconDepartureBoardSharp.tsx +++ b/src/IconDepartureBoardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDepartureBoardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDepartureBoardSharpFilled.tsx b/src/IconDepartureBoardSharpFilled.tsx index 1d9d3296c..1ab6920ea 100644 --- a/src/IconDepartureBoardSharpFilled.tsx +++ b/src/IconDepartureBoardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDepartureBoardSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAccountOutlined.tsx b/src/IconDeployedCodeAccountOutlined.tsx index 469950fc7..399570445 100644 --- a/src/IconDeployedCodeAccountOutlined.tsx +++ b/src/IconDeployedCodeAccountOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAccountOutlined: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAccountOutlinedFilled.tsx b/src/IconDeployedCodeAccountOutlinedFilled.tsx index 69729a537..c2994c049 100644 --- a/src/IconDeployedCodeAccountOutlinedFilled.tsx +++ b/src/IconDeployedCodeAccountOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAccountOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAccountRounded.tsx b/src/IconDeployedCodeAccountRounded.tsx index 438ac3929..44204d8c2 100644 --- a/src/IconDeployedCodeAccountRounded.tsx +++ b/src/IconDeployedCodeAccountRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAccountRounded: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAccountRoundedFilled.tsx b/src/IconDeployedCodeAccountRoundedFilled.tsx index b27b18394..dc679c5d9 100644 --- a/src/IconDeployedCodeAccountRoundedFilled.tsx +++ b/src/IconDeployedCodeAccountRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAccountRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAccountSharp.tsx b/src/IconDeployedCodeAccountSharp.tsx index 97c2f1c0c..6ba476889 100644 --- a/src/IconDeployedCodeAccountSharp.tsx +++ b/src/IconDeployedCodeAccountSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAccountSharp: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAccountSharpFilled.tsx b/src/IconDeployedCodeAccountSharpFilled.tsx index b8381ce93..be38c7eb6 100644 --- a/src/IconDeployedCodeAccountSharpFilled.tsx +++ b/src/IconDeployedCodeAccountSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAccountSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAlertOutlined.tsx b/src/IconDeployedCodeAlertOutlined.tsx index 46a62478f..be2d7004d 100644 --- a/src/IconDeployedCodeAlertOutlined.tsx +++ b/src/IconDeployedCodeAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAlertOutlined: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAlertOutlinedFilled.tsx b/src/IconDeployedCodeAlertOutlinedFilled.tsx index 8912f08e6..81e93476f 100644 --- a/src/IconDeployedCodeAlertOutlinedFilled.tsx +++ b/src/IconDeployedCodeAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAlertRounded.tsx b/src/IconDeployedCodeAlertRounded.tsx index 9bb6fce88..f71196409 100644 --- a/src/IconDeployedCodeAlertRounded.tsx +++ b/src/IconDeployedCodeAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAlertRounded: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAlertRoundedFilled.tsx b/src/IconDeployedCodeAlertRoundedFilled.tsx index 3bc7394d7..01a3712ca 100644 --- a/src/IconDeployedCodeAlertRoundedFilled.tsx +++ b/src/IconDeployedCodeAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAlertSharp.tsx b/src/IconDeployedCodeAlertSharp.tsx index f996e5de5..c09527be0 100644 --- a/src/IconDeployedCodeAlertSharp.tsx +++ b/src/IconDeployedCodeAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAlertSharp: React.FC = ({ ...props diff --git a/src/IconDeployedCodeAlertSharpFilled.tsx b/src/IconDeployedCodeAlertSharpFilled.tsx index abb681d85..6685c3d61 100644 --- a/src/IconDeployedCodeAlertSharpFilled.tsx +++ b/src/IconDeployedCodeAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeHistoryOutlined.tsx b/src/IconDeployedCodeHistoryOutlined.tsx index d11152aeb..54e81969a 100644 --- a/src/IconDeployedCodeHistoryOutlined.tsx +++ b/src/IconDeployedCodeHistoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeHistoryOutlined: React.FC = ({ ...props diff --git a/src/IconDeployedCodeHistoryOutlinedFilled.tsx b/src/IconDeployedCodeHistoryOutlinedFilled.tsx index d066a41c1..0ca1dabe8 100644 --- a/src/IconDeployedCodeHistoryOutlinedFilled.tsx +++ b/src/IconDeployedCodeHistoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeHistoryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeHistoryRounded.tsx b/src/IconDeployedCodeHistoryRounded.tsx index c80ef7235..48cd9ca61 100644 --- a/src/IconDeployedCodeHistoryRounded.tsx +++ b/src/IconDeployedCodeHistoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeHistoryRounded: React.FC = ({ ...props diff --git a/src/IconDeployedCodeHistoryRoundedFilled.tsx b/src/IconDeployedCodeHistoryRoundedFilled.tsx index c9ecf875d..1627dca6b 100644 --- a/src/IconDeployedCodeHistoryRoundedFilled.tsx +++ b/src/IconDeployedCodeHistoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeHistoryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeHistorySharp.tsx b/src/IconDeployedCodeHistorySharp.tsx index 622bdadbf..e4f4913ac 100644 --- a/src/IconDeployedCodeHistorySharp.tsx +++ b/src/IconDeployedCodeHistorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeHistorySharp: React.FC = ({ ...props diff --git a/src/IconDeployedCodeHistorySharpFilled.tsx b/src/IconDeployedCodeHistorySharpFilled.tsx index 4d5d2f530..1eb5ff0ab 100644 --- a/src/IconDeployedCodeHistorySharpFilled.tsx +++ b/src/IconDeployedCodeHistorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeHistorySharpFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeOutlined.tsx b/src/IconDeployedCodeOutlined.tsx index 7466e346d..0c6b24503 100644 --- a/src/IconDeployedCodeOutlined.tsx +++ b/src/IconDeployedCodeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDeployedCodeOutlinedFilled.tsx b/src/IconDeployedCodeOutlinedFilled.tsx index 2a592c723..6d8818c12 100644 --- a/src/IconDeployedCodeOutlinedFilled.tsx +++ b/src/IconDeployedCodeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeRounded.tsx b/src/IconDeployedCodeRounded.tsx index 52176c412..23a13bc9f 100644 --- a/src/IconDeployedCodeRounded.tsx +++ b/src/IconDeployedCodeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeployedCodeRoundedFilled.tsx b/src/IconDeployedCodeRoundedFilled.tsx index 99f6a0830..54e9d4ddc 100644 --- a/src/IconDeployedCodeRoundedFilled.tsx +++ b/src/IconDeployedCodeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeSharp.tsx b/src/IconDeployedCodeSharp.tsx index 91442b2cd..c54b4f11b 100644 --- a/src/IconDeployedCodeSharp.tsx +++ b/src/IconDeployedCodeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeployedCodeSharpFilled.tsx b/src/IconDeployedCodeSharpFilled.tsx index 4bdadc034..81ce63b37 100644 --- a/src/IconDeployedCodeSharpFilled.tsx +++ b/src/IconDeployedCodeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeUpdateOutlined.tsx b/src/IconDeployedCodeUpdateOutlined.tsx index b1af56064..f09621fe8 100644 --- a/src/IconDeployedCodeUpdateOutlined.tsx +++ b/src/IconDeployedCodeUpdateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeUpdateOutlined: React.FC = ({ ...props diff --git a/src/IconDeployedCodeUpdateOutlinedFilled.tsx b/src/IconDeployedCodeUpdateOutlinedFilled.tsx index 9a3ed2b1b..2728c17d4 100644 --- a/src/IconDeployedCodeUpdateOutlinedFilled.tsx +++ b/src/IconDeployedCodeUpdateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeUpdateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeUpdateRounded.tsx b/src/IconDeployedCodeUpdateRounded.tsx index 860e2ac04..f1984e284 100644 --- a/src/IconDeployedCodeUpdateRounded.tsx +++ b/src/IconDeployedCodeUpdateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeUpdateRounded: React.FC = ({ ...props diff --git a/src/IconDeployedCodeUpdateRoundedFilled.tsx b/src/IconDeployedCodeUpdateRoundedFilled.tsx index 052722fd3..c80e6dc7a 100644 --- a/src/IconDeployedCodeUpdateRoundedFilled.tsx +++ b/src/IconDeployedCodeUpdateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeUpdateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeployedCodeUpdateSharp.tsx b/src/IconDeployedCodeUpdateSharp.tsx index 6785ca0c3..4ca5b216b 100644 --- a/src/IconDeployedCodeUpdateSharp.tsx +++ b/src/IconDeployedCodeUpdateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeUpdateSharp: React.FC = ({ ...props diff --git a/src/IconDeployedCodeUpdateSharpFilled.tsx b/src/IconDeployedCodeUpdateSharpFilled.tsx index d9a080dd6..c5a76b76f 100644 --- a/src/IconDeployedCodeUpdateSharpFilled.tsx +++ b/src/IconDeployedCodeUpdateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeployedCodeUpdateSharpFilled: React.FC = ({ ...props diff --git a/src/IconDermatologyOutlined.tsx b/src/IconDermatologyOutlined.tsx index 3a08fd8a8..b11ac9f9c 100644 --- a/src/IconDermatologyOutlined.tsx +++ b/src/IconDermatologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDermatologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDermatologyOutlinedFilled.tsx b/src/IconDermatologyOutlinedFilled.tsx index 883418bac..fc437e461 100644 --- a/src/IconDermatologyOutlinedFilled.tsx +++ b/src/IconDermatologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDermatologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDermatologyRounded.tsx b/src/IconDermatologyRounded.tsx index e7b3abf3b..8692e6890 100644 --- a/src/IconDermatologyRounded.tsx +++ b/src/IconDermatologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDermatologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDermatologyRoundedFilled.tsx b/src/IconDermatologyRoundedFilled.tsx index ed79e0683..fb47f4d16 100644 --- a/src/IconDermatologyRoundedFilled.tsx +++ b/src/IconDermatologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDermatologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDermatologySharp.tsx b/src/IconDermatologySharp.tsx index 120bddda3..cc3f00b05 100644 --- a/src/IconDermatologySharp.tsx +++ b/src/IconDermatologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDermatologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDermatologySharpFilled.tsx b/src/IconDermatologySharpFilled.tsx index da21a198d..2c2a7597a 100644 --- a/src/IconDermatologySharpFilled.tsx +++ b/src/IconDermatologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDermatologySharpFilled: React.FC = ({ ...props diff --git a/src/IconDescriptionOutlined.tsx b/src/IconDescriptionOutlined.tsx index d3d2d5ee5..0b4420a02 100644 --- a/src/IconDescriptionOutlined.tsx +++ b/src/IconDescriptionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDescriptionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDescriptionOutlinedFilled.tsx b/src/IconDescriptionOutlinedFilled.tsx index de34c3c96..f6fba5cfe 100644 --- a/src/IconDescriptionOutlinedFilled.tsx +++ b/src/IconDescriptionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDescriptionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDescriptionRounded.tsx b/src/IconDescriptionRounded.tsx index fc74202cf..7b2992680 100644 --- a/src/IconDescriptionRounded.tsx +++ b/src/IconDescriptionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDescriptionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDescriptionRoundedFilled.tsx b/src/IconDescriptionRoundedFilled.tsx index 459034f68..c3234f2ba 100644 --- a/src/IconDescriptionRoundedFilled.tsx +++ b/src/IconDescriptionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDescriptionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDescriptionSharp.tsx b/src/IconDescriptionSharp.tsx index 241c643a9..77fab4576 100644 --- a/src/IconDescriptionSharp.tsx +++ b/src/IconDescriptionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDescriptionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDescriptionSharpFilled.tsx b/src/IconDescriptionSharpFilled.tsx index 15f9c0bba..bc205e233 100644 --- a/src/IconDescriptionSharpFilled.tsx +++ b/src/IconDescriptionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDescriptionSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeselectOutlined.tsx b/src/IconDeselectOutlined.tsx index 0a4e75879..df6928ee2 100644 --- a/src/IconDeselectOutlined.tsx +++ b/src/IconDeselectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeselectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDeselectOutlinedFilled.tsx b/src/IconDeselectOutlinedFilled.tsx index eff1b8c78..d21b0f9b0 100644 --- a/src/IconDeselectOutlinedFilled.tsx +++ b/src/IconDeselectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeselectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeselectRounded.tsx b/src/IconDeselectRounded.tsx index 02d7aba95..d14b87cf7 100644 --- a/src/IconDeselectRounded.tsx +++ b/src/IconDeselectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeselectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeselectRoundedFilled.tsx b/src/IconDeselectRoundedFilled.tsx index acc1f7d4c..1506d777a 100644 --- a/src/IconDeselectRoundedFilled.tsx +++ b/src/IconDeselectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeselectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeselectSharp.tsx b/src/IconDeselectSharp.tsx index e039be2c3..54affb3cd 100644 --- a/src/IconDeselectSharp.tsx +++ b/src/IconDeselectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeselectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeselectSharpFilled.tsx b/src/IconDeselectSharpFilled.tsx index 6736b527d..1e36216a9 100644 --- a/src/IconDeselectSharpFilled.tsx +++ b/src/IconDeselectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeselectSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDesignServicesOutlined.tsx b/src/IconDesignServicesOutlined.tsx index 11e5414ed..b5bd278f5 100644 --- a/src/IconDesignServicesOutlined.tsx +++ b/src/IconDesignServicesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesignServicesOutlined: React.FC = ({ ...props diff --git a/src/IconDesignServicesOutlinedFilled.tsx b/src/IconDesignServicesOutlinedFilled.tsx index f7ed4ddb2..05fcb6879 100644 --- a/src/IconDesignServicesOutlinedFilled.tsx +++ b/src/IconDesignServicesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesignServicesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDesignServicesRounded.tsx b/src/IconDesignServicesRounded.tsx index 7fe9737e6..19978a7a5 100644 --- a/src/IconDesignServicesRounded.tsx +++ b/src/IconDesignServicesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesignServicesRounded: React.FC = ({ ...props diff --git a/src/IconDesignServicesRoundedFilled.tsx b/src/IconDesignServicesRoundedFilled.tsx index 3b028a4f6..068d1732d 100644 --- a/src/IconDesignServicesRoundedFilled.tsx +++ b/src/IconDesignServicesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesignServicesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDesignServicesSharp.tsx b/src/IconDesignServicesSharp.tsx index 481629dac..9b022cbc7 100644 --- a/src/IconDesignServicesSharp.tsx +++ b/src/IconDesignServicesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesignServicesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDesignServicesSharpFilled.tsx b/src/IconDesignServicesSharpFilled.tsx index 37d05def1..eb9d2c1c6 100644 --- a/src/IconDesignServicesSharpFilled.tsx +++ b/src/IconDesignServicesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesignServicesSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeskOutlined.tsx b/src/IconDeskOutlined.tsx index 81d56f57e..f5feed2ce 100644 --- a/src/IconDeskOutlined.tsx +++ b/src/IconDeskOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDeskOutlinedFilled.tsx b/src/IconDeskOutlinedFilled.tsx index 88e926509..556202846 100644 --- a/src/IconDeskOutlinedFilled.tsx +++ b/src/IconDeskOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeskRounded.tsx b/src/IconDeskRounded.tsx index ae552bda5..4c1f7e608 100644 --- a/src/IconDeskRounded.tsx +++ b/src/IconDeskRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeskRoundedFilled.tsx b/src/IconDeskRoundedFilled.tsx index 746830c61..c7b60b38b 100644 --- a/src/IconDeskRoundedFilled.tsx +++ b/src/IconDeskRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeskSharp.tsx b/src/IconDeskSharp.tsx index ef611b05a..8af1c59ec 100644 --- a/src/IconDeskSharp.tsx +++ b/src/IconDeskSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeskSharpFilled.tsx b/src/IconDeskSharpFilled.tsx index a73410b15..10c8e03cf 100644 --- a/src/IconDeskSharpFilled.tsx +++ b/src/IconDeskSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeskphoneOutlined.tsx b/src/IconDeskphoneOutlined.tsx index fb67c07da..bd846afb6 100644 --- a/src/IconDeskphoneOutlined.tsx +++ b/src/IconDeskphoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskphoneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDeskphoneOutlinedFilled.tsx b/src/IconDeskphoneOutlinedFilled.tsx index 17eb79e14..e939413e6 100644 --- a/src/IconDeskphoneOutlinedFilled.tsx +++ b/src/IconDeskphoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskphoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeskphoneRounded.tsx b/src/IconDeskphoneRounded.tsx index 0fb78aa29..3a2412003 100644 --- a/src/IconDeskphoneRounded.tsx +++ b/src/IconDeskphoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskphoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeskphoneRoundedFilled.tsx b/src/IconDeskphoneRoundedFilled.tsx index c53f971ad..bf957311c 100644 --- a/src/IconDeskphoneRoundedFilled.tsx +++ b/src/IconDeskphoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskphoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeskphoneSharp.tsx b/src/IconDeskphoneSharp.tsx index c480f14fa..91e66d516 100644 --- a/src/IconDeskphoneSharp.tsx +++ b/src/IconDeskphoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskphoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeskphoneSharpFilled.tsx b/src/IconDeskphoneSharpFilled.tsx index 5157352df..e716d7494 100644 --- a/src/IconDeskphoneSharpFilled.tsx +++ b/src/IconDeskphoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeskphoneSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDesktopAccessDisabledOutlined.tsx b/src/IconDesktopAccessDisabledOutlined.tsx index 33b00415d..76c36783a 100644 --- a/src/IconDesktopAccessDisabledOutlined.tsx +++ b/src/IconDesktopAccessDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopAccessDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconDesktopAccessDisabledOutlinedFilled.tsx b/src/IconDesktopAccessDisabledOutlinedFilled.tsx index f5e9d1aa7..3cba43276 100644 --- a/src/IconDesktopAccessDisabledOutlinedFilled.tsx +++ b/src/IconDesktopAccessDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopAccessDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopAccessDisabledRounded.tsx b/src/IconDesktopAccessDisabledRounded.tsx index 3a8e68aa1..ed497c88c 100644 --- a/src/IconDesktopAccessDisabledRounded.tsx +++ b/src/IconDesktopAccessDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopAccessDisabledRounded: React.FC = ({ ...props diff --git a/src/IconDesktopAccessDisabledRoundedFilled.tsx b/src/IconDesktopAccessDisabledRoundedFilled.tsx index 51ce60b04..39f6bced3 100644 --- a/src/IconDesktopAccessDisabledRoundedFilled.tsx +++ b/src/IconDesktopAccessDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopAccessDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopAccessDisabledSharp.tsx b/src/IconDesktopAccessDisabledSharp.tsx index c169ed8fc..08d1eb261 100644 --- a/src/IconDesktopAccessDisabledSharp.tsx +++ b/src/IconDesktopAccessDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopAccessDisabledSharp: React.FC = ({ ...props diff --git a/src/IconDesktopAccessDisabledSharpFilled.tsx b/src/IconDesktopAccessDisabledSharpFilled.tsx index bfce222e8..4cc633fc0 100644 --- a/src/IconDesktopAccessDisabledSharpFilled.tsx +++ b/src/IconDesktopAccessDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopAccessDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconDesktopCloudOutlined.tsx b/src/IconDesktopCloudOutlined.tsx index c9ddb5ee3..872cf1312 100644 --- a/src/IconDesktopCloudOutlined.tsx +++ b/src/IconDesktopCloudOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopCloudOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDesktopCloudOutlinedFilled.tsx b/src/IconDesktopCloudOutlinedFilled.tsx index 465651a29..082934371 100644 --- a/src/IconDesktopCloudOutlinedFilled.tsx +++ b/src/IconDesktopCloudOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopCloudOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopCloudRounded.tsx b/src/IconDesktopCloudRounded.tsx index 8863fd4e2..7ec2c92d9 100644 --- a/src/IconDesktopCloudRounded.tsx +++ b/src/IconDesktopCloudRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopCloudRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDesktopCloudRoundedFilled.tsx b/src/IconDesktopCloudRoundedFilled.tsx index 861d465e6..c00a77f85 100644 --- a/src/IconDesktopCloudRoundedFilled.tsx +++ b/src/IconDesktopCloudRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopCloudRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopCloudSharp.tsx b/src/IconDesktopCloudSharp.tsx index 1ae9845d8..210ba677a 100644 --- a/src/IconDesktopCloudSharp.tsx +++ b/src/IconDesktopCloudSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopCloudSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDesktopCloudSharpFilled.tsx b/src/IconDesktopCloudSharpFilled.tsx index e1f18c31e..d6a91b7d3 100644 --- a/src/IconDesktopCloudSharpFilled.tsx +++ b/src/IconDesktopCloudSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopCloudSharpFilled: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeAddOutlined.tsx b/src/IconDesktopLandscapeAddOutlined.tsx index dab6197a2..e1a30cdd5 100644 --- a/src/IconDesktopLandscapeAddOutlined.tsx +++ b/src/IconDesktopLandscapeAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeAddOutlined: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeAddOutlinedFilled.tsx b/src/IconDesktopLandscapeAddOutlinedFilled.tsx index bba53c5fd..14229a01d 100644 --- a/src/IconDesktopLandscapeAddOutlinedFilled.tsx +++ b/src/IconDesktopLandscapeAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeAddRounded.tsx b/src/IconDesktopLandscapeAddRounded.tsx index f32ee5a70..4f44866fd 100644 --- a/src/IconDesktopLandscapeAddRounded.tsx +++ b/src/IconDesktopLandscapeAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeAddRounded: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeAddRoundedFilled.tsx b/src/IconDesktopLandscapeAddRoundedFilled.tsx index faf45b607..d7de6420c 100644 --- a/src/IconDesktopLandscapeAddRoundedFilled.tsx +++ b/src/IconDesktopLandscapeAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeAddSharp.tsx b/src/IconDesktopLandscapeAddSharp.tsx index f3df54be7..ec2cc3d16 100644 --- a/src/IconDesktopLandscapeAddSharp.tsx +++ b/src/IconDesktopLandscapeAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeAddSharp: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeAddSharpFilled.tsx b/src/IconDesktopLandscapeAddSharpFilled.tsx index 8e1b00b41..311d31120 100644 --- a/src/IconDesktopLandscapeAddSharpFilled.tsx +++ b/src/IconDesktopLandscapeAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeOutlined.tsx b/src/IconDesktopLandscapeOutlined.tsx index c08324172..36703f807 100644 --- a/src/IconDesktopLandscapeOutlined.tsx +++ b/src/IconDesktopLandscapeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeOutlined: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeOutlinedFilled.tsx b/src/IconDesktopLandscapeOutlinedFilled.tsx index e87e43198..2dba7d6da 100644 --- a/src/IconDesktopLandscapeOutlinedFilled.tsx +++ b/src/IconDesktopLandscapeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeRounded.tsx b/src/IconDesktopLandscapeRounded.tsx index 3746ee13f..7d8d32164 100644 --- a/src/IconDesktopLandscapeRounded.tsx +++ b/src/IconDesktopLandscapeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeRounded: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeRoundedFilled.tsx b/src/IconDesktopLandscapeRoundedFilled.tsx index 123542232..9067e9817 100644 --- a/src/IconDesktopLandscapeRoundedFilled.tsx +++ b/src/IconDesktopLandscapeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeSharp.tsx b/src/IconDesktopLandscapeSharp.tsx index 27f7993a6..4b55b6d6c 100644 --- a/src/IconDesktopLandscapeSharp.tsx +++ b/src/IconDesktopLandscapeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeSharp: React.FC = ({ ...props diff --git a/src/IconDesktopLandscapeSharpFilled.tsx b/src/IconDesktopLandscapeSharpFilled.tsx index 4a8d7d79b..b7bed0442 100644 --- a/src/IconDesktopLandscapeSharpFilled.tsx +++ b/src/IconDesktopLandscapeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopLandscapeSharpFilled: React.FC = ({ ...props diff --git a/src/IconDesktopMacOutlined.tsx b/src/IconDesktopMacOutlined.tsx index d41216ce4..ba34451b7 100644 --- a/src/IconDesktopMacOutlined.tsx +++ b/src/IconDesktopMacOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopMacOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDesktopMacOutlinedFilled.tsx b/src/IconDesktopMacOutlinedFilled.tsx index 3c10a9a30..57b8d5a6a 100644 --- a/src/IconDesktopMacOutlinedFilled.tsx +++ b/src/IconDesktopMacOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopMacOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopMacRounded.tsx b/src/IconDesktopMacRounded.tsx index 59133bb58..2d2631f8e 100644 --- a/src/IconDesktopMacRounded.tsx +++ b/src/IconDesktopMacRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopMacRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDesktopMacRoundedFilled.tsx b/src/IconDesktopMacRoundedFilled.tsx index c05dc5829..a9c9b41c0 100644 --- a/src/IconDesktopMacRoundedFilled.tsx +++ b/src/IconDesktopMacRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopMacRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopMacSharp.tsx b/src/IconDesktopMacSharp.tsx index 9571a21bb..ab5edcd14 100644 --- a/src/IconDesktopMacSharp.tsx +++ b/src/IconDesktopMacSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopMacSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDesktopMacSharpFilled.tsx b/src/IconDesktopMacSharpFilled.tsx index 4055317d6..189525780 100644 --- a/src/IconDesktopMacSharpFilled.tsx +++ b/src/IconDesktopMacSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopMacSharpFilled: React.FC = ({ ...props diff --git a/src/IconDesktopPortraitOutlined.tsx b/src/IconDesktopPortraitOutlined.tsx index c6b6837ee..1574fdf66 100644 --- a/src/IconDesktopPortraitOutlined.tsx +++ b/src/IconDesktopPortraitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopPortraitOutlined: React.FC = ({ ...props diff --git a/src/IconDesktopPortraitOutlinedFilled.tsx b/src/IconDesktopPortraitOutlinedFilled.tsx index 6d8a9a488..88edff2dd 100644 --- a/src/IconDesktopPortraitOutlinedFilled.tsx +++ b/src/IconDesktopPortraitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopPortraitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopPortraitRounded.tsx b/src/IconDesktopPortraitRounded.tsx index 345374d38..6042355fa 100644 --- a/src/IconDesktopPortraitRounded.tsx +++ b/src/IconDesktopPortraitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopPortraitRounded: React.FC = ({ ...props diff --git a/src/IconDesktopPortraitRoundedFilled.tsx b/src/IconDesktopPortraitRoundedFilled.tsx index d98628ef9..15ca28c4c 100644 --- a/src/IconDesktopPortraitRoundedFilled.tsx +++ b/src/IconDesktopPortraitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopPortraitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopPortraitSharp.tsx b/src/IconDesktopPortraitSharp.tsx index ed850a8e1..bdf9e2df1 100644 --- a/src/IconDesktopPortraitSharp.tsx +++ b/src/IconDesktopPortraitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopPortraitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDesktopPortraitSharpFilled.tsx b/src/IconDesktopPortraitSharpFilled.tsx index 119fa8296..8f3155649 100644 --- a/src/IconDesktopPortraitSharpFilled.tsx +++ b/src/IconDesktopPortraitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopPortraitSharpFilled: React.FC = ({ ...props diff --git a/src/IconDesktopWindowsOutlined.tsx b/src/IconDesktopWindowsOutlined.tsx index 626c0c437..73b9c81e2 100644 --- a/src/IconDesktopWindowsOutlined.tsx +++ b/src/IconDesktopWindowsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopWindowsOutlined: React.FC = ({ ...props diff --git a/src/IconDesktopWindowsOutlinedFilled.tsx b/src/IconDesktopWindowsOutlinedFilled.tsx index d1e81d33f..96a907db8 100644 --- a/src/IconDesktopWindowsOutlinedFilled.tsx +++ b/src/IconDesktopWindowsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopWindowsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopWindowsRounded.tsx b/src/IconDesktopWindowsRounded.tsx index cfb8cec96..f50a85746 100644 --- a/src/IconDesktopWindowsRounded.tsx +++ b/src/IconDesktopWindowsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopWindowsRounded: React.FC = ({ ...props diff --git a/src/IconDesktopWindowsRoundedFilled.tsx b/src/IconDesktopWindowsRoundedFilled.tsx index 5e586ded0..22537075a 100644 --- a/src/IconDesktopWindowsRoundedFilled.tsx +++ b/src/IconDesktopWindowsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopWindowsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDesktopWindowsSharp.tsx b/src/IconDesktopWindowsSharp.tsx index 746282c88..e8559de9c 100644 --- a/src/IconDesktopWindowsSharp.tsx +++ b/src/IconDesktopWindowsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopWindowsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDesktopWindowsSharpFilled.tsx b/src/IconDesktopWindowsSharpFilled.tsx index c5c3d806a..3f0f6dcdf 100644 --- a/src/IconDesktopWindowsSharpFilled.tsx +++ b/src/IconDesktopWindowsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDesktopWindowsSharpFilled: React.FC = ({ ...props diff --git a/src/IconDestructionOutlined.tsx b/src/IconDestructionOutlined.tsx index eb27ff758..877dbb348 100644 --- a/src/IconDestructionOutlined.tsx +++ b/src/IconDestructionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDestructionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDestructionOutlinedFilled.tsx b/src/IconDestructionOutlinedFilled.tsx index 5928e5010..b860ff3c4 100644 --- a/src/IconDestructionOutlinedFilled.tsx +++ b/src/IconDestructionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDestructionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDestructionRounded.tsx b/src/IconDestructionRounded.tsx index 1bfb38e1e..a6a7d52f0 100644 --- a/src/IconDestructionRounded.tsx +++ b/src/IconDestructionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDestructionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDestructionRoundedFilled.tsx b/src/IconDestructionRoundedFilled.tsx index 74fecdaa0..08f188855 100644 --- a/src/IconDestructionRoundedFilled.tsx +++ b/src/IconDestructionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDestructionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDestructionSharp.tsx b/src/IconDestructionSharp.tsx index fd665d437..2301797f9 100644 --- a/src/IconDestructionSharp.tsx +++ b/src/IconDestructionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDestructionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDestructionSharpFilled.tsx b/src/IconDestructionSharpFilled.tsx index 614b2b3e1..c4b302d58 100644 --- a/src/IconDestructionSharpFilled.tsx +++ b/src/IconDestructionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDestructionSharpFilled: React.FC = ({ ...props diff --git a/src/IconDetailsOutlined.tsx b/src/IconDetailsOutlined.tsx index f77930d7d..512898957 100644 --- a/src/IconDetailsOutlined.tsx +++ b/src/IconDetailsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetailsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDetailsOutlinedFilled.tsx b/src/IconDetailsOutlinedFilled.tsx index 1f650e551..2f8e4fae3 100644 --- a/src/IconDetailsOutlinedFilled.tsx +++ b/src/IconDetailsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetailsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDetailsRounded.tsx b/src/IconDetailsRounded.tsx index 8b810e406..384055fba 100644 --- a/src/IconDetailsRounded.tsx +++ b/src/IconDetailsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetailsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDetailsRoundedFilled.tsx b/src/IconDetailsRoundedFilled.tsx index 3850f3b6c..5c8d59c86 100644 --- a/src/IconDetailsRoundedFilled.tsx +++ b/src/IconDetailsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetailsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDetailsSharp.tsx b/src/IconDetailsSharp.tsx index 93cfba04e..74d76afa3 100644 --- a/src/IconDetailsSharp.tsx +++ b/src/IconDetailsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetailsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDetailsSharpFilled.tsx b/src/IconDetailsSharpFilled.tsx index c80f50e6e..1163ac9f7 100644 --- a/src/IconDetailsSharpFilled.tsx +++ b/src/IconDetailsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetailsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectionAndZoneOutlined.tsx b/src/IconDetectionAndZoneOutlined.tsx index a6df13aa8..31926be78 100644 --- a/src/IconDetectionAndZoneOutlined.tsx +++ b/src/IconDetectionAndZoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectionAndZoneOutlined: React.FC = ({ ...props diff --git a/src/IconDetectionAndZoneOutlinedFilled.tsx b/src/IconDetectionAndZoneOutlinedFilled.tsx index 87d2af524..ac549a1e6 100644 --- a/src/IconDetectionAndZoneOutlinedFilled.tsx +++ b/src/IconDetectionAndZoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectionAndZoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDetectionAndZoneRounded.tsx b/src/IconDetectionAndZoneRounded.tsx index 218f272b7..50d47d4a5 100644 --- a/src/IconDetectionAndZoneRounded.tsx +++ b/src/IconDetectionAndZoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectionAndZoneRounded: React.FC = ({ ...props diff --git a/src/IconDetectionAndZoneRoundedFilled.tsx b/src/IconDetectionAndZoneRoundedFilled.tsx index 59f566617..9937bfecb 100644 --- a/src/IconDetectionAndZoneRoundedFilled.tsx +++ b/src/IconDetectionAndZoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectionAndZoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDetectionAndZoneSharp.tsx b/src/IconDetectionAndZoneSharp.tsx index b759bab62..e23c2dc24 100644 --- a/src/IconDetectionAndZoneSharp.tsx +++ b/src/IconDetectionAndZoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectionAndZoneSharp: React.FC = ({ ...props diff --git a/src/IconDetectionAndZoneSharpFilled.tsx b/src/IconDetectionAndZoneSharpFilled.tsx index 53ca7c8e3..5fb2093ca 100644 --- a/src/IconDetectionAndZoneSharpFilled.tsx +++ b/src/IconDetectionAndZoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectionAndZoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconDetectorAlarmOutlined.tsx b/src/IconDetectorAlarmOutlined.tsx index 234a41b48..c60f1ce2b 100644 --- a/src/IconDetectorAlarmOutlined.tsx +++ b/src/IconDetectorAlarmOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorAlarmOutlined: React.FC = ({ ...props diff --git a/src/IconDetectorAlarmOutlinedFilled.tsx b/src/IconDetectorAlarmOutlinedFilled.tsx index 08493e79f..d3f3aaa4b 100644 --- a/src/IconDetectorAlarmOutlinedFilled.tsx +++ b/src/IconDetectorAlarmOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorAlarmOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorAlarmRounded.tsx b/src/IconDetectorAlarmRounded.tsx index 6360a1157..f9b595943 100644 --- a/src/IconDetectorAlarmRounded.tsx +++ b/src/IconDetectorAlarmRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorAlarmRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorAlarmRoundedFilled.tsx b/src/IconDetectorAlarmRoundedFilled.tsx index d9b2a0d47..79eadb730 100644 --- a/src/IconDetectorAlarmRoundedFilled.tsx +++ b/src/IconDetectorAlarmRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorAlarmRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorAlarmSharp.tsx b/src/IconDetectorAlarmSharp.tsx index 1d134e10e..77a2a1086 100644 --- a/src/IconDetectorAlarmSharp.tsx +++ b/src/IconDetectorAlarmSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorAlarmSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorAlarmSharpFilled.tsx b/src/IconDetectorAlarmSharpFilled.tsx index 9b9562939..a4ba56231 100644 --- a/src/IconDetectorAlarmSharpFilled.tsx +++ b/src/IconDetectorAlarmSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorAlarmSharpFilled: React.FC = ({ ...props diff --git a/src/IconDetectorBatteryOutlined.tsx b/src/IconDetectorBatteryOutlined.tsx index 0fbf74d27..0fab7a0fb 100644 --- a/src/IconDetectorBatteryOutlined.tsx +++ b/src/IconDetectorBatteryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorBatteryOutlined: React.FC = ({ ...props diff --git a/src/IconDetectorBatteryOutlinedFilled.tsx b/src/IconDetectorBatteryOutlinedFilled.tsx index c90d42257..b463db840 100644 --- a/src/IconDetectorBatteryOutlinedFilled.tsx +++ b/src/IconDetectorBatteryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorBatteryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorBatteryRounded.tsx b/src/IconDetectorBatteryRounded.tsx index 8a562829d..0ff1175ac 100644 --- a/src/IconDetectorBatteryRounded.tsx +++ b/src/IconDetectorBatteryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorBatteryRounded: React.FC = ({ ...props diff --git a/src/IconDetectorBatteryRoundedFilled.tsx b/src/IconDetectorBatteryRoundedFilled.tsx index a8cada039..7b499dd11 100644 --- a/src/IconDetectorBatteryRoundedFilled.tsx +++ b/src/IconDetectorBatteryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorBatteryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorBatterySharp.tsx b/src/IconDetectorBatterySharp.tsx index 8032cd61b..e84cb8d0b 100644 --- a/src/IconDetectorBatterySharp.tsx +++ b/src/IconDetectorBatterySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorBatterySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorBatterySharpFilled.tsx b/src/IconDetectorBatterySharpFilled.tsx index c63960f2b..e8bb5f0b3 100644 --- a/src/IconDetectorBatterySharpFilled.tsx +++ b/src/IconDetectorBatterySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorBatterySharpFilled: React.FC = ({ ...props diff --git a/src/IconDetectorCoOutlined.tsx b/src/IconDetectorCoOutlined.tsx index 5a8e96c22..c617c9845 100644 --- a/src/IconDetectorCoOutlined.tsx +++ b/src/IconDetectorCoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorCoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorCoOutlinedFilled.tsx b/src/IconDetectorCoOutlinedFilled.tsx index 594d05b19..456295ef5 100644 --- a/src/IconDetectorCoOutlinedFilled.tsx +++ b/src/IconDetectorCoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorCoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorCoRounded.tsx b/src/IconDetectorCoRounded.tsx index 1e473224e..bb45f5059 100644 --- a/src/IconDetectorCoRounded.tsx +++ b/src/IconDetectorCoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorCoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorCoRoundedFilled.tsx b/src/IconDetectorCoRoundedFilled.tsx index ac4c692a2..90fb7664a 100644 --- a/src/IconDetectorCoRoundedFilled.tsx +++ b/src/IconDetectorCoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorCoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorCoSharp.tsx b/src/IconDetectorCoSharp.tsx index 7807b3bdc..0603dbcdf 100644 --- a/src/IconDetectorCoSharp.tsx +++ b/src/IconDetectorCoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorCoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorCoSharpFilled.tsx b/src/IconDetectorCoSharpFilled.tsx index 97dcd92bb..ed8478c5e 100644 --- a/src/IconDetectorCoSharpFilled.tsx +++ b/src/IconDetectorCoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorCoSharpFilled: React.FC = ({ ...props diff --git a/src/IconDetectorOfflineOutlined.tsx b/src/IconDetectorOfflineOutlined.tsx index 1da447514..58fa1645e 100644 --- a/src/IconDetectorOfflineOutlined.tsx +++ b/src/IconDetectorOfflineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorOfflineOutlined: React.FC = ({ ...props diff --git a/src/IconDetectorOfflineOutlinedFilled.tsx b/src/IconDetectorOfflineOutlinedFilled.tsx index 9a62631a6..634762885 100644 --- a/src/IconDetectorOfflineOutlinedFilled.tsx +++ b/src/IconDetectorOfflineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorOfflineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorOfflineRounded.tsx b/src/IconDetectorOfflineRounded.tsx index d96e02458..e60285de4 100644 --- a/src/IconDetectorOfflineRounded.tsx +++ b/src/IconDetectorOfflineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorOfflineRounded: React.FC = ({ ...props diff --git a/src/IconDetectorOfflineRoundedFilled.tsx b/src/IconDetectorOfflineRoundedFilled.tsx index c4e2664c3..6003befba 100644 --- a/src/IconDetectorOfflineRoundedFilled.tsx +++ b/src/IconDetectorOfflineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorOfflineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorOfflineSharp.tsx b/src/IconDetectorOfflineSharp.tsx index 93d3fb283..941252412 100644 --- a/src/IconDetectorOfflineSharp.tsx +++ b/src/IconDetectorOfflineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorOfflineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorOfflineSharpFilled.tsx b/src/IconDetectorOfflineSharpFilled.tsx index 0b6c2a050..5838955ce 100644 --- a/src/IconDetectorOfflineSharpFilled.tsx +++ b/src/IconDetectorOfflineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorOfflineSharpFilled: React.FC = ({ ...props diff --git a/src/IconDetectorOutlined.tsx b/src/IconDetectorOutlined.tsx index 215f909a0..e9ed2600a 100644 --- a/src/IconDetectorOutlined.tsx +++ b/src/IconDetectorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorOutlinedFilled.tsx b/src/IconDetectorOutlinedFilled.tsx index f30cf4026..8b07d0c4e 100644 --- a/src/IconDetectorOutlinedFilled.tsx +++ b/src/IconDetectorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorRounded.tsx b/src/IconDetectorRounded.tsx index 51bd5ae20..c9340e859 100644 --- a/src/IconDetectorRounded.tsx +++ b/src/IconDetectorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorRoundedFilled.tsx b/src/IconDetectorRoundedFilled.tsx index 4dbc8c599..f8fc8f865 100644 --- a/src/IconDetectorRoundedFilled.tsx +++ b/src/IconDetectorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorSharp.tsx b/src/IconDetectorSharp.tsx index aa3259c4c..201a8c086 100644 --- a/src/IconDetectorSharp.tsx +++ b/src/IconDetectorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorSharpFilled.tsx b/src/IconDetectorSharpFilled.tsx index 0840b9383..7f4e41d06 100644 --- a/src/IconDetectorSharpFilled.tsx +++ b/src/IconDetectorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorSmokeOutlined.tsx b/src/IconDetectorSmokeOutlined.tsx index 2f8520729..1aeaee5fb 100644 --- a/src/IconDetectorSmokeOutlined.tsx +++ b/src/IconDetectorSmokeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorSmokeOutlined: React.FC = ({ ...props diff --git a/src/IconDetectorSmokeOutlinedFilled.tsx b/src/IconDetectorSmokeOutlinedFilled.tsx index 5e144d010..d96faace0 100644 --- a/src/IconDetectorSmokeOutlinedFilled.tsx +++ b/src/IconDetectorSmokeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorSmokeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorSmokeRounded.tsx b/src/IconDetectorSmokeRounded.tsx index bde960c0d..9e4a5ba53 100644 --- a/src/IconDetectorSmokeRounded.tsx +++ b/src/IconDetectorSmokeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorSmokeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorSmokeRoundedFilled.tsx b/src/IconDetectorSmokeRoundedFilled.tsx index e65be9c67..1bf3a9a4b 100644 --- a/src/IconDetectorSmokeRoundedFilled.tsx +++ b/src/IconDetectorSmokeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorSmokeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorSmokeSharp.tsx b/src/IconDetectorSmokeSharp.tsx index 09dfb6486..6d6ea3f63 100644 --- a/src/IconDetectorSmokeSharp.tsx +++ b/src/IconDetectorSmokeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorSmokeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorSmokeSharpFilled.tsx b/src/IconDetectorSmokeSharpFilled.tsx index a5d591091..510d966ee 100644 --- a/src/IconDetectorSmokeSharpFilled.tsx +++ b/src/IconDetectorSmokeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorSmokeSharpFilled: React.FC = ({ ...props diff --git a/src/IconDetectorStatusOutlined.tsx b/src/IconDetectorStatusOutlined.tsx index 3e07ba093..14cfee5e8 100644 --- a/src/IconDetectorStatusOutlined.tsx +++ b/src/IconDetectorStatusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorStatusOutlined: React.FC = ({ ...props diff --git a/src/IconDetectorStatusOutlinedFilled.tsx b/src/IconDetectorStatusOutlinedFilled.tsx index 372bdc33f..4da01cda1 100644 --- a/src/IconDetectorStatusOutlinedFilled.tsx +++ b/src/IconDetectorStatusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorStatusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorStatusRounded.tsx b/src/IconDetectorStatusRounded.tsx index 0483af2dc..79c5961a1 100644 --- a/src/IconDetectorStatusRounded.tsx +++ b/src/IconDetectorStatusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorStatusRounded: React.FC = ({ ...props diff --git a/src/IconDetectorStatusRoundedFilled.tsx b/src/IconDetectorStatusRoundedFilled.tsx index d1b20d4f1..faaa3645d 100644 --- a/src/IconDetectorStatusRoundedFilled.tsx +++ b/src/IconDetectorStatusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorStatusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDetectorStatusSharp.tsx b/src/IconDetectorStatusSharp.tsx index 905decffb..5231c0987 100644 --- a/src/IconDetectorStatusSharp.tsx +++ b/src/IconDetectorStatusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorStatusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDetectorStatusSharpFilled.tsx b/src/IconDetectorStatusSharpFilled.tsx index 32d7afe47..3266543ec 100644 --- a/src/IconDetectorStatusSharpFilled.tsx +++ b/src/IconDetectorStatusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDetectorStatusSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperBoardOffOutlined.tsx b/src/IconDeveloperBoardOffOutlined.tsx index 869a2c4a1..a68df1e79 100644 --- a/src/IconDeveloperBoardOffOutlined.tsx +++ b/src/IconDeveloperBoardOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardOffOutlined: React.FC = ({ ...props diff --git a/src/IconDeveloperBoardOffOutlinedFilled.tsx b/src/IconDeveloperBoardOffOutlinedFilled.tsx index d52627d85..d8f6f15b8 100644 --- a/src/IconDeveloperBoardOffOutlinedFilled.tsx +++ b/src/IconDeveloperBoardOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperBoardOffRounded.tsx b/src/IconDeveloperBoardOffRounded.tsx index ccf25142e..2fd907313 100644 --- a/src/IconDeveloperBoardOffRounded.tsx +++ b/src/IconDeveloperBoardOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardOffRounded: React.FC = ({ ...props diff --git a/src/IconDeveloperBoardOffRoundedFilled.tsx b/src/IconDeveloperBoardOffRoundedFilled.tsx index fcb399ff4..b12788692 100644 --- a/src/IconDeveloperBoardOffRoundedFilled.tsx +++ b/src/IconDeveloperBoardOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperBoardOffSharp.tsx b/src/IconDeveloperBoardOffSharp.tsx index 589c9e023..f2622f5c3 100644 --- a/src/IconDeveloperBoardOffSharp.tsx +++ b/src/IconDeveloperBoardOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardOffSharp: React.FC = ({ ...props diff --git a/src/IconDeveloperBoardOffSharpFilled.tsx b/src/IconDeveloperBoardOffSharpFilled.tsx index 883617c53..cea480013 100644 --- a/src/IconDeveloperBoardOffSharpFilled.tsx +++ b/src/IconDeveloperBoardOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperBoardOutlined.tsx b/src/IconDeveloperBoardOutlined.tsx index 421b53a47..51026b844 100644 --- a/src/IconDeveloperBoardOutlined.tsx +++ b/src/IconDeveloperBoardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardOutlined: React.FC = ({ ...props diff --git a/src/IconDeveloperBoardOutlinedFilled.tsx b/src/IconDeveloperBoardOutlinedFilled.tsx index d46c43525..ca56c352e 100644 --- a/src/IconDeveloperBoardOutlinedFilled.tsx +++ b/src/IconDeveloperBoardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperBoardRounded.tsx b/src/IconDeveloperBoardRounded.tsx index fa8356671..f6f68815f 100644 --- a/src/IconDeveloperBoardRounded.tsx +++ b/src/IconDeveloperBoardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardRounded: React.FC = ({ ...props diff --git a/src/IconDeveloperBoardRoundedFilled.tsx b/src/IconDeveloperBoardRoundedFilled.tsx index 7a06cdcd0..c6283747f 100644 --- a/src/IconDeveloperBoardRoundedFilled.tsx +++ b/src/IconDeveloperBoardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperBoardSharp.tsx b/src/IconDeveloperBoardSharp.tsx index 0e0be803d..1d57db2ef 100644 --- a/src/IconDeveloperBoardSharp.tsx +++ b/src/IconDeveloperBoardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeveloperBoardSharpFilled.tsx b/src/IconDeveloperBoardSharpFilled.tsx index 290a06440..ef110958c 100644 --- a/src/IconDeveloperBoardSharpFilled.tsx +++ b/src/IconDeveloperBoardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperBoardSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperGuideOutlined.tsx b/src/IconDeveloperGuideOutlined.tsx index 76e9cc8df..9725bdf34 100644 --- a/src/IconDeveloperGuideOutlined.tsx +++ b/src/IconDeveloperGuideOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperGuideOutlined: React.FC = ({ ...props diff --git a/src/IconDeveloperGuideOutlinedFilled.tsx b/src/IconDeveloperGuideOutlinedFilled.tsx index c514ef1c9..338c4f8d6 100644 --- a/src/IconDeveloperGuideOutlinedFilled.tsx +++ b/src/IconDeveloperGuideOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperGuideOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperGuideRounded.tsx b/src/IconDeveloperGuideRounded.tsx index f13ce3c7b..fdfd7dd93 100644 --- a/src/IconDeveloperGuideRounded.tsx +++ b/src/IconDeveloperGuideRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperGuideRounded: React.FC = ({ ...props diff --git a/src/IconDeveloperGuideRoundedFilled.tsx b/src/IconDeveloperGuideRoundedFilled.tsx index 2ecdabfdc..4c926e8e0 100644 --- a/src/IconDeveloperGuideRoundedFilled.tsx +++ b/src/IconDeveloperGuideRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperGuideRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperGuideSharp.tsx b/src/IconDeveloperGuideSharp.tsx index 2958bcea4..204cdcec2 100644 --- a/src/IconDeveloperGuideSharp.tsx +++ b/src/IconDeveloperGuideSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperGuideSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeveloperGuideSharpFilled.tsx b/src/IconDeveloperGuideSharpFilled.tsx index bb165c81f..36d82e150 100644 --- a/src/IconDeveloperGuideSharpFilled.tsx +++ b/src/IconDeveloperGuideSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperGuideSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperModeOutlined.tsx b/src/IconDeveloperModeOutlined.tsx index 09e962e76..950f40db6 100644 --- a/src/IconDeveloperModeOutlined.tsx +++ b/src/IconDeveloperModeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeOutlined: React.FC = ({ ...props diff --git a/src/IconDeveloperModeOutlinedFilled.tsx b/src/IconDeveloperModeOutlinedFilled.tsx index a98861a05..4f6e5121d 100644 --- a/src/IconDeveloperModeOutlinedFilled.tsx +++ b/src/IconDeveloperModeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperModeRounded.tsx b/src/IconDeveloperModeRounded.tsx index b6b955f84..c7644470f 100644 --- a/src/IconDeveloperModeRounded.tsx +++ b/src/IconDeveloperModeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeveloperModeRoundedFilled.tsx b/src/IconDeveloperModeRoundedFilled.tsx index a3464b63d..e7f41297e 100644 --- a/src/IconDeveloperModeRoundedFilled.tsx +++ b/src/IconDeveloperModeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperModeSharp.tsx b/src/IconDeveloperModeSharp.tsx index b0f9237cb..19f4bbfdb 100644 --- a/src/IconDeveloperModeSharp.tsx +++ b/src/IconDeveloperModeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeveloperModeSharpFilled.tsx b/src/IconDeveloperModeSharpFilled.tsx index 85436707f..5568a58ca 100644 --- a/src/IconDeveloperModeSharpFilled.tsx +++ b/src/IconDeveloperModeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperModeTvOutlined.tsx b/src/IconDeveloperModeTvOutlined.tsx index eafdf96d6..a45ac0b94 100644 --- a/src/IconDeveloperModeTvOutlined.tsx +++ b/src/IconDeveloperModeTvOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeTvOutlined: React.FC = ({ ...props diff --git a/src/IconDeveloperModeTvOutlinedFilled.tsx b/src/IconDeveloperModeTvOutlinedFilled.tsx index c51c6e187..726f2370d 100644 --- a/src/IconDeveloperModeTvOutlinedFilled.tsx +++ b/src/IconDeveloperModeTvOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeTvOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperModeTvRounded.tsx b/src/IconDeveloperModeTvRounded.tsx index 159c12da1..6374bd04b 100644 --- a/src/IconDeveloperModeTvRounded.tsx +++ b/src/IconDeveloperModeTvRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeTvRounded: React.FC = ({ ...props diff --git a/src/IconDeveloperModeTvRoundedFilled.tsx b/src/IconDeveloperModeTvRoundedFilled.tsx index c1001d9bf..d1fde5bb3 100644 --- a/src/IconDeveloperModeTvRoundedFilled.tsx +++ b/src/IconDeveloperModeTvRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeTvRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeveloperModeTvSharp.tsx b/src/IconDeveloperModeTvSharp.tsx index 66344e103..3b5df4eea 100644 --- a/src/IconDeveloperModeTvSharp.tsx +++ b/src/IconDeveloperModeTvSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeTvSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeveloperModeTvSharpFilled.tsx b/src/IconDeveloperModeTvSharpFilled.tsx index c2de59a65..f36b8358b 100644 --- a/src/IconDeveloperModeTvSharpFilled.tsx +++ b/src/IconDeveloperModeTvSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeveloperModeTvSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeviceHubOutlined.tsx b/src/IconDeviceHubOutlined.tsx index a64c2c67f..de394fad7 100644 --- a/src/IconDeviceHubOutlined.tsx +++ b/src/IconDeviceHubOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceHubOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDeviceHubOutlinedFilled.tsx b/src/IconDeviceHubOutlinedFilled.tsx index 48e7f6dca..7fc0a2169 100644 --- a/src/IconDeviceHubOutlinedFilled.tsx +++ b/src/IconDeviceHubOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceHubOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeviceHubRounded.tsx b/src/IconDeviceHubRounded.tsx index 89f46c9a4..b2ded4d32 100644 --- a/src/IconDeviceHubRounded.tsx +++ b/src/IconDeviceHubRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceHubRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeviceHubRoundedFilled.tsx b/src/IconDeviceHubRoundedFilled.tsx index 5c821de33..8fa0062aa 100644 --- a/src/IconDeviceHubRoundedFilled.tsx +++ b/src/IconDeviceHubRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceHubRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeviceHubSharp.tsx b/src/IconDeviceHubSharp.tsx index b9b509144..7a7dd81dc 100644 --- a/src/IconDeviceHubSharp.tsx +++ b/src/IconDeviceHubSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceHubSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeviceHubSharpFilled.tsx b/src/IconDeviceHubSharpFilled.tsx index 39aeec7f3..38663408e 100644 --- a/src/IconDeviceHubSharpFilled.tsx +++ b/src/IconDeviceHubSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceHubSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDeviceThermostatOutlined.tsx b/src/IconDeviceThermostatOutlined.tsx index fced55d0b..e76a7fe2f 100644 --- a/src/IconDeviceThermostatOutlined.tsx +++ b/src/IconDeviceThermostatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceThermostatOutlined: React.FC = ({ ...props diff --git a/src/IconDeviceThermostatOutlinedFilled.tsx b/src/IconDeviceThermostatOutlinedFilled.tsx index 0b2a7a3b5..2ef7cab4b 100644 --- a/src/IconDeviceThermostatOutlinedFilled.tsx +++ b/src/IconDeviceThermostatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceThermostatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeviceThermostatRounded.tsx b/src/IconDeviceThermostatRounded.tsx index 387af8b06..db8b4c1c0 100644 --- a/src/IconDeviceThermostatRounded.tsx +++ b/src/IconDeviceThermostatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceThermostatRounded: React.FC = ({ ...props diff --git a/src/IconDeviceThermostatRoundedFilled.tsx b/src/IconDeviceThermostatRoundedFilled.tsx index ae8f8ef6b..961e4c23c 100644 --- a/src/IconDeviceThermostatRoundedFilled.tsx +++ b/src/IconDeviceThermostatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceThermostatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeviceThermostatSharp.tsx b/src/IconDeviceThermostatSharp.tsx index 79bfebf1e..535604ac2 100644 --- a/src/IconDeviceThermostatSharp.tsx +++ b/src/IconDeviceThermostatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceThermostatSharp: React.FC = ({ ...props diff --git a/src/IconDeviceThermostatSharpFilled.tsx b/src/IconDeviceThermostatSharpFilled.tsx index f5a8aab00..a524178d0 100644 --- a/src/IconDeviceThermostatSharpFilled.tsx +++ b/src/IconDeviceThermostatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceThermostatSharpFilled: React.FC = ({ ...props diff --git a/src/IconDeviceUnknownOutlined.tsx b/src/IconDeviceUnknownOutlined.tsx index 54ae5b09e..27882ace4 100644 --- a/src/IconDeviceUnknownOutlined.tsx +++ b/src/IconDeviceUnknownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceUnknownOutlined: React.FC = ({ ...props diff --git a/src/IconDeviceUnknownOutlinedFilled.tsx b/src/IconDeviceUnknownOutlinedFilled.tsx index 2136c8a22..7e7176faf 100644 --- a/src/IconDeviceUnknownOutlinedFilled.tsx +++ b/src/IconDeviceUnknownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceUnknownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDeviceUnknownRounded.tsx b/src/IconDeviceUnknownRounded.tsx index a5d2f3976..ec307e27a 100644 --- a/src/IconDeviceUnknownRounded.tsx +++ b/src/IconDeviceUnknownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceUnknownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDeviceUnknownRoundedFilled.tsx b/src/IconDeviceUnknownRoundedFilled.tsx index 9656186db..0a80f1c3a 100644 --- a/src/IconDeviceUnknownRoundedFilled.tsx +++ b/src/IconDeviceUnknownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceUnknownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDeviceUnknownSharp.tsx b/src/IconDeviceUnknownSharp.tsx index 8ff9c0b33..b48a2f83c 100644 --- a/src/IconDeviceUnknownSharp.tsx +++ b/src/IconDeviceUnknownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceUnknownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDeviceUnknownSharpFilled.tsx b/src/IconDeviceUnknownSharpFilled.tsx index 11a8d98ef..bd02b766d 100644 --- a/src/IconDeviceUnknownSharpFilled.tsx +++ b/src/IconDeviceUnknownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDeviceUnknownSharpFilled: React.FC = ({ ...props diff --git a/src/IconDevicesFold2Outlined.tsx b/src/IconDevicesFold2Outlined.tsx index 549025457..e08f6832e 100644 --- a/src/IconDevicesFold2Outlined.tsx +++ b/src/IconDevicesFold2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFold2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesFold2OutlinedFilled.tsx b/src/IconDevicesFold2OutlinedFilled.tsx index e000c8b14..8f9dce70c 100644 --- a/src/IconDevicesFold2OutlinedFilled.tsx +++ b/src/IconDevicesFold2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFold2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDevicesFold2Rounded.tsx b/src/IconDevicesFold2Rounded.tsx index 1da261725..901601e3d 100644 --- a/src/IconDevicesFold2Rounded.tsx +++ b/src/IconDevicesFold2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFold2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesFold2RoundedFilled.tsx b/src/IconDevicesFold2RoundedFilled.tsx index 1520d417d..d20f94194 100644 --- a/src/IconDevicesFold2RoundedFilled.tsx +++ b/src/IconDevicesFold2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFold2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconDevicesFold2Sharp.tsx b/src/IconDevicesFold2Sharp.tsx index 10ea58a99..e16bdcb08 100644 --- a/src/IconDevicesFold2Sharp.tsx +++ b/src/IconDevicesFold2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFold2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesFold2SharpFilled.tsx b/src/IconDevicesFold2SharpFilled.tsx index 49c8d7101..7abbe5533 100644 --- a/src/IconDevicesFold2SharpFilled.tsx +++ b/src/IconDevicesFold2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFold2SharpFilled: React.FC = ({ ...props diff --git a/src/IconDevicesFoldOutlined.tsx b/src/IconDevicesFoldOutlined.tsx index 8b0e5160e..26ae95bcf 100644 --- a/src/IconDevicesFoldOutlined.tsx +++ b/src/IconDevicesFoldOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFoldOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesFoldOutlinedFilled.tsx b/src/IconDevicesFoldOutlinedFilled.tsx index d4db712ee..eda281caf 100644 --- a/src/IconDevicesFoldOutlinedFilled.tsx +++ b/src/IconDevicesFoldOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFoldOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDevicesFoldRounded.tsx b/src/IconDevicesFoldRounded.tsx index 4bab3caf5..0ceeb24cb 100644 --- a/src/IconDevicesFoldRounded.tsx +++ b/src/IconDevicesFoldRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFoldRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesFoldRoundedFilled.tsx b/src/IconDevicesFoldRoundedFilled.tsx index 8408ea5a7..ca332d19c 100644 --- a/src/IconDevicesFoldRoundedFilled.tsx +++ b/src/IconDevicesFoldRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFoldRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDevicesFoldSharp.tsx b/src/IconDevicesFoldSharp.tsx index 4196b6e11..5b4ea9519 100644 --- a/src/IconDevicesFoldSharp.tsx +++ b/src/IconDevicesFoldSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFoldSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesFoldSharpFilled.tsx b/src/IconDevicesFoldSharpFilled.tsx index 24940aa87..01a94a5fd 100644 --- a/src/IconDevicesFoldSharpFilled.tsx +++ b/src/IconDevicesFoldSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesFoldSharpFilled: React.FC = ({ ...props diff --git a/src/IconDevicesOffOutlined.tsx b/src/IconDevicesOffOutlined.tsx index d159f1e35..a73a0cce5 100644 --- a/src/IconDevicesOffOutlined.tsx +++ b/src/IconDevicesOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesOffOutlinedFilled.tsx b/src/IconDevicesOffOutlinedFilled.tsx index 5b6250479..80a6a7755 100644 --- a/src/IconDevicesOffOutlinedFilled.tsx +++ b/src/IconDevicesOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDevicesOffRounded.tsx b/src/IconDevicesOffRounded.tsx index ece89e4fd..f8a923746 100644 --- a/src/IconDevicesOffRounded.tsx +++ b/src/IconDevicesOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesOffRoundedFilled.tsx b/src/IconDevicesOffRoundedFilled.tsx index 668e96ccf..d18f25549 100644 --- a/src/IconDevicesOffRoundedFilled.tsx +++ b/src/IconDevicesOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDevicesOffSharp.tsx b/src/IconDevicesOffSharp.tsx index 15ea6ec29..a385ab653 100644 --- a/src/IconDevicesOffSharp.tsx +++ b/src/IconDevicesOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesOffSharpFilled.tsx b/src/IconDevicesOffSharpFilled.tsx index 114a90ca6..beb68c908 100644 --- a/src/IconDevicesOffSharpFilled.tsx +++ b/src/IconDevicesOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconDevicesOtherOutlined.tsx b/src/IconDevicesOtherOutlined.tsx index 1aca3dbaf..cc284964b 100644 --- a/src/IconDevicesOtherOutlined.tsx +++ b/src/IconDevicesOtherOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOtherOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesOtherOutlinedFilled.tsx b/src/IconDevicesOtherOutlinedFilled.tsx index cee5a487a..7acbb5ec2 100644 --- a/src/IconDevicesOtherOutlinedFilled.tsx +++ b/src/IconDevicesOtherOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOtherOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDevicesOtherRounded.tsx b/src/IconDevicesOtherRounded.tsx index 6972b57e4..1e6c803fd 100644 --- a/src/IconDevicesOtherRounded.tsx +++ b/src/IconDevicesOtherRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOtherRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesOtherRoundedFilled.tsx b/src/IconDevicesOtherRoundedFilled.tsx index 871ccf604..c42ad0450 100644 --- a/src/IconDevicesOtherRoundedFilled.tsx +++ b/src/IconDevicesOtherRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOtherRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDevicesOtherSharp.tsx b/src/IconDevicesOtherSharp.tsx index 79e9c3d19..0291a1c79 100644 --- a/src/IconDevicesOtherSharp.tsx +++ b/src/IconDevicesOtherSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOtherSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesOtherSharpFilled.tsx b/src/IconDevicesOtherSharpFilled.tsx index c12459a85..3046eca8a 100644 --- a/src/IconDevicesOtherSharpFilled.tsx +++ b/src/IconDevicesOtherSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOtherSharpFilled: React.FC = ({ ...props diff --git a/src/IconDevicesOutlined.tsx b/src/IconDevicesOutlined.tsx index 62a078363..324e2ee55 100644 --- a/src/IconDevicesOutlined.tsx +++ b/src/IconDevicesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesOutlinedFilled.tsx b/src/IconDevicesOutlinedFilled.tsx index ca46a9b4e..352da13d9 100644 --- a/src/IconDevicesOutlinedFilled.tsx +++ b/src/IconDevicesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDevicesRounded.tsx b/src/IconDevicesRounded.tsx index e88d5ee93..13d80c6a7 100644 --- a/src/IconDevicesRounded.tsx +++ b/src/IconDevicesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesRoundedFilled.tsx b/src/IconDevicesRoundedFilled.tsx index 157ce8bed..47891ec4f 100644 --- a/src/IconDevicesRoundedFilled.tsx +++ b/src/IconDevicesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesSharp.tsx b/src/IconDevicesSharp.tsx index 14e5df4ea..9f4c2db6c 100644 --- a/src/IconDevicesSharp.tsx +++ b/src/IconDevicesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesSharpFilled.tsx b/src/IconDevicesSharpFilled.tsx index b0838c644..d91d28240 100644 --- a/src/IconDevicesSharpFilled.tsx +++ b/src/IconDevicesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDevicesWearablesOutlined.tsx b/src/IconDevicesWearablesOutlined.tsx index ee3679243..f41e6d69e 100644 --- a/src/IconDevicesWearablesOutlined.tsx +++ b/src/IconDevicesWearablesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesWearablesOutlined: React.FC = ({ ...props diff --git a/src/IconDevicesWearablesOutlinedFilled.tsx b/src/IconDevicesWearablesOutlinedFilled.tsx index 883adb38d..0b50e9b5d 100644 --- a/src/IconDevicesWearablesOutlinedFilled.tsx +++ b/src/IconDevicesWearablesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesWearablesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDevicesWearablesRounded.tsx b/src/IconDevicesWearablesRounded.tsx index 6dcbcfe5d..7a8dc529a 100644 --- a/src/IconDevicesWearablesRounded.tsx +++ b/src/IconDevicesWearablesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesWearablesRounded: React.FC = ({ ...props diff --git a/src/IconDevicesWearablesRoundedFilled.tsx b/src/IconDevicesWearablesRoundedFilled.tsx index 15e2e169a..d716cc189 100644 --- a/src/IconDevicesWearablesRoundedFilled.tsx +++ b/src/IconDevicesWearablesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesWearablesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDevicesWearablesSharp.tsx b/src/IconDevicesWearablesSharp.tsx index 82f4806a6..fd96720d2 100644 --- a/src/IconDevicesWearablesSharp.tsx +++ b/src/IconDevicesWearablesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesWearablesSharp: React.FC = ({ ...props diff --git a/src/IconDevicesWearablesSharpFilled.tsx b/src/IconDevicesWearablesSharpFilled.tsx index f3fc7afae..eef9e2860 100644 --- a/src/IconDevicesWearablesSharpFilled.tsx +++ b/src/IconDevicesWearablesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDevicesWearablesSharpFilled: React.FC = ({ ...props diff --git a/src/IconDewPointOutlined.tsx b/src/IconDewPointOutlined.tsx index 052142347..fb0cc23a8 100644 --- a/src/IconDewPointOutlined.tsx +++ b/src/IconDewPointOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDewPointOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDewPointOutlinedFilled.tsx b/src/IconDewPointOutlinedFilled.tsx index bf5eea939..4be3ec352 100644 --- a/src/IconDewPointOutlinedFilled.tsx +++ b/src/IconDewPointOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDewPointOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDewPointRounded.tsx b/src/IconDewPointRounded.tsx index f13fe0bf7..98259c39e 100644 --- a/src/IconDewPointRounded.tsx +++ b/src/IconDewPointRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDewPointRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDewPointRoundedFilled.tsx b/src/IconDewPointRoundedFilled.tsx index 5dc0f09b7..0f272a74d 100644 --- a/src/IconDewPointRoundedFilled.tsx +++ b/src/IconDewPointRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDewPointRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDewPointSharp.tsx b/src/IconDewPointSharp.tsx index b2032fcb4..7de5af4d0 100644 --- a/src/IconDewPointSharp.tsx +++ b/src/IconDewPointSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDewPointSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDewPointSharpFilled.tsx b/src/IconDewPointSharpFilled.tsx index bd534a1c7..766f9ab27 100644 --- a/src/IconDewPointSharpFilled.tsx +++ b/src/IconDewPointSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDewPointSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDiagnosisOutlined.tsx b/src/IconDiagnosisOutlined.tsx index 6e3aea312..d0a9a9dc6 100644 --- a/src/IconDiagnosisOutlined.tsx +++ b/src/IconDiagnosisOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagnosisOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDiagnosisOutlinedFilled.tsx b/src/IconDiagnosisOutlinedFilled.tsx index 3f576f379..aa14df287 100644 --- a/src/IconDiagnosisOutlinedFilled.tsx +++ b/src/IconDiagnosisOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagnosisOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDiagnosisRounded.tsx b/src/IconDiagnosisRounded.tsx index a6b23e14c..d82c5367c 100644 --- a/src/IconDiagnosisRounded.tsx +++ b/src/IconDiagnosisRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagnosisRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDiagnosisRoundedFilled.tsx b/src/IconDiagnosisRoundedFilled.tsx index d60d5f09b..f5dd5ac87 100644 --- a/src/IconDiagnosisRoundedFilled.tsx +++ b/src/IconDiagnosisRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagnosisRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDiagnosisSharp.tsx b/src/IconDiagnosisSharp.tsx index 3b8bdeac3..0b1b15319 100644 --- a/src/IconDiagnosisSharp.tsx +++ b/src/IconDiagnosisSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagnosisSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDiagnosisSharpFilled.tsx b/src/IconDiagnosisSharpFilled.tsx index 2911d42c0..3cee8f364 100644 --- a/src/IconDiagnosisSharpFilled.tsx +++ b/src/IconDiagnosisSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagnosisSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDiagonalLineOutlined.tsx b/src/IconDiagonalLineOutlined.tsx index 03f62eb80..2f659c994 100644 --- a/src/IconDiagonalLineOutlined.tsx +++ b/src/IconDiagonalLineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagonalLineOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDiagonalLineOutlinedFilled.tsx b/src/IconDiagonalLineOutlinedFilled.tsx index 50050d440..171c18ad8 100644 --- a/src/IconDiagonalLineOutlinedFilled.tsx +++ b/src/IconDiagonalLineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagonalLineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDiagonalLineRounded.tsx b/src/IconDiagonalLineRounded.tsx index 5ffebff71..aba326f9a 100644 --- a/src/IconDiagonalLineRounded.tsx +++ b/src/IconDiagonalLineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagonalLineRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDiagonalLineRoundedFilled.tsx b/src/IconDiagonalLineRoundedFilled.tsx index d95da50f7..9bd8c6a97 100644 --- a/src/IconDiagonalLineRoundedFilled.tsx +++ b/src/IconDiagonalLineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagonalLineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDiagonalLineSharp.tsx b/src/IconDiagonalLineSharp.tsx index d348be1bd..81b39f8e1 100644 --- a/src/IconDiagonalLineSharp.tsx +++ b/src/IconDiagonalLineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagonalLineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDiagonalLineSharpFilled.tsx b/src/IconDiagonalLineSharpFilled.tsx index e6bc16490..285dfe64b 100644 --- a/src/IconDiagonalLineSharpFilled.tsx +++ b/src/IconDiagonalLineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiagonalLineSharpFilled: React.FC = ({ ...props diff --git a/src/IconDialerSipOutlined.tsx b/src/IconDialerSipOutlined.tsx index 925825a45..9884b91d4 100644 --- a/src/IconDialerSipOutlined.tsx +++ b/src/IconDialerSipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialerSipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDialerSipOutlinedFilled.tsx b/src/IconDialerSipOutlinedFilled.tsx index 1e62e6774..e83e29d06 100644 --- a/src/IconDialerSipOutlinedFilled.tsx +++ b/src/IconDialerSipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialerSipOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDialerSipRounded.tsx b/src/IconDialerSipRounded.tsx index cf1954612..bf9290e3f 100644 --- a/src/IconDialerSipRounded.tsx +++ b/src/IconDialerSipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialerSipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDialerSipRoundedFilled.tsx b/src/IconDialerSipRoundedFilled.tsx index 6f75a327d..c950233d1 100644 --- a/src/IconDialerSipRoundedFilled.tsx +++ b/src/IconDialerSipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialerSipRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDialerSipSharp.tsx b/src/IconDialerSipSharp.tsx index 85382f550..aad48283b 100644 --- a/src/IconDialerSipSharp.tsx +++ b/src/IconDialerSipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialerSipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDialerSipSharpFilled.tsx b/src/IconDialerSipSharpFilled.tsx index c9659160d..b565bcbc9 100644 --- a/src/IconDialerSipSharpFilled.tsx +++ b/src/IconDialerSipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialerSipSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDialogsOutlined.tsx b/src/IconDialogsOutlined.tsx index fbf9da5ed..9c16311f4 100644 --- a/src/IconDialogsOutlined.tsx +++ b/src/IconDialogsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialogsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDialogsOutlinedFilled.tsx b/src/IconDialogsOutlinedFilled.tsx index afddc25df..53c9663e5 100644 --- a/src/IconDialogsOutlinedFilled.tsx +++ b/src/IconDialogsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialogsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDialogsRounded.tsx b/src/IconDialogsRounded.tsx index c25e8d6ec..cb40603ef 100644 --- a/src/IconDialogsRounded.tsx +++ b/src/IconDialogsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialogsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDialogsRoundedFilled.tsx b/src/IconDialogsRoundedFilled.tsx index 1eff8f749..aae8fb69e 100644 --- a/src/IconDialogsRoundedFilled.tsx +++ b/src/IconDialogsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialogsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDialogsSharp.tsx b/src/IconDialogsSharp.tsx index 519b4fa40..4010d1a2d 100644 --- a/src/IconDialogsSharp.tsx +++ b/src/IconDialogsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialogsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDialogsSharpFilled.tsx b/src/IconDialogsSharpFilled.tsx index 38c6322a5..61e41b3fd 100644 --- a/src/IconDialogsSharpFilled.tsx +++ b/src/IconDialogsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialogsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDialpadOutlined.tsx b/src/IconDialpadOutlined.tsx index e1de7cdde..c932b6d05 100644 --- a/src/IconDialpadOutlined.tsx +++ b/src/IconDialpadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialpadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDialpadOutlinedFilled.tsx b/src/IconDialpadOutlinedFilled.tsx index 6ff541c4b..b984e34cb 100644 --- a/src/IconDialpadOutlinedFilled.tsx +++ b/src/IconDialpadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialpadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDialpadRounded.tsx b/src/IconDialpadRounded.tsx index a0a31f129..a1d30e9fd 100644 --- a/src/IconDialpadRounded.tsx +++ b/src/IconDialpadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialpadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDialpadRoundedFilled.tsx b/src/IconDialpadRoundedFilled.tsx index 6f74dca36..a7d7e447b 100644 --- a/src/IconDialpadRoundedFilled.tsx +++ b/src/IconDialpadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialpadRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDialpadSharp.tsx b/src/IconDialpadSharp.tsx index 3a085fcf5..a4a423ca1 100644 --- a/src/IconDialpadSharp.tsx +++ b/src/IconDialpadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialpadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDialpadSharpFilled.tsx b/src/IconDialpadSharpFilled.tsx index 2fedaca70..c2f35e8fe 100644 --- a/src/IconDialpadSharpFilled.tsx +++ b/src/IconDialpadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDialpadSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDiamondOutlined.tsx b/src/IconDiamondOutlined.tsx index 1175c1fa3..3a3f2fd66 100644 --- a/src/IconDiamondOutlined.tsx +++ b/src/IconDiamondOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiamondOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDiamondOutlinedFilled.tsx b/src/IconDiamondOutlinedFilled.tsx index 0d4211563..597bd9605 100644 --- a/src/IconDiamondOutlinedFilled.tsx +++ b/src/IconDiamondOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiamondOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDiamondRounded.tsx b/src/IconDiamondRounded.tsx index 69b16768a..8f0e2c1a3 100644 --- a/src/IconDiamondRounded.tsx +++ b/src/IconDiamondRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiamondRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDiamondRoundedFilled.tsx b/src/IconDiamondRoundedFilled.tsx index 403983e6e..b26ef645f 100644 --- a/src/IconDiamondRoundedFilled.tsx +++ b/src/IconDiamondRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiamondRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDiamondSharp.tsx b/src/IconDiamondSharp.tsx index a71886e6d..f68981d20 100644 --- a/src/IconDiamondSharp.tsx +++ b/src/IconDiamondSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiamondSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDiamondSharpFilled.tsx b/src/IconDiamondSharpFilled.tsx index 71793a6ef..0e6a0f90e 100644 --- a/src/IconDiamondSharpFilled.tsx +++ b/src/IconDiamondSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiamondSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDictionaryOutlined.tsx b/src/IconDictionaryOutlined.tsx index 5db4a0391..13745e4dc 100644 --- a/src/IconDictionaryOutlined.tsx +++ b/src/IconDictionaryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDictionaryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDictionaryOutlinedFilled.tsx b/src/IconDictionaryOutlinedFilled.tsx index 346e0e100..1e1a0bc26 100644 --- a/src/IconDictionaryOutlinedFilled.tsx +++ b/src/IconDictionaryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDictionaryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDictionaryRounded.tsx b/src/IconDictionaryRounded.tsx index 17d3cf525..61532fbe8 100644 --- a/src/IconDictionaryRounded.tsx +++ b/src/IconDictionaryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDictionaryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDictionaryRoundedFilled.tsx b/src/IconDictionaryRoundedFilled.tsx index 497c8f6d3..6084d949c 100644 --- a/src/IconDictionaryRoundedFilled.tsx +++ b/src/IconDictionaryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDictionaryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDictionarySharp.tsx b/src/IconDictionarySharp.tsx index 0cccb6596..2e3cfc4f8 100644 --- a/src/IconDictionarySharp.tsx +++ b/src/IconDictionarySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDictionarySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDictionarySharpFilled.tsx b/src/IconDictionarySharpFilled.tsx index 6ce305aa4..4319c00ef 100644 --- a/src/IconDictionarySharpFilled.tsx +++ b/src/IconDictionarySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDictionarySharpFilled: React.FC = ({ ...props diff --git a/src/IconDifferenceOutlined.tsx b/src/IconDifferenceOutlined.tsx index d21d5a59c..5b9593bfb 100644 --- a/src/IconDifferenceOutlined.tsx +++ b/src/IconDifferenceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDifferenceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDifferenceOutlinedFilled.tsx b/src/IconDifferenceOutlinedFilled.tsx index 237cb52d5..a26b70276 100644 --- a/src/IconDifferenceOutlinedFilled.tsx +++ b/src/IconDifferenceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDifferenceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDifferenceRounded.tsx b/src/IconDifferenceRounded.tsx index ff6f44bf4..1535a0f11 100644 --- a/src/IconDifferenceRounded.tsx +++ b/src/IconDifferenceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDifferenceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDifferenceRoundedFilled.tsx b/src/IconDifferenceRoundedFilled.tsx index db71f8c18..ccb925aa5 100644 --- a/src/IconDifferenceRoundedFilled.tsx +++ b/src/IconDifferenceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDifferenceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDifferenceSharp.tsx b/src/IconDifferenceSharp.tsx index 1af0d1ec5..2e51602d2 100644 --- a/src/IconDifferenceSharp.tsx +++ b/src/IconDifferenceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDifferenceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDifferenceSharpFilled.tsx b/src/IconDifferenceSharpFilled.tsx index 4a4bc9473..aa5eacd98 100644 --- a/src/IconDifferenceSharpFilled.tsx +++ b/src/IconDifferenceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDifferenceSharpFilled: React.FC = ({ ...props diff --git a/src/IconDigitalOutOfHomeOutlined.tsx b/src/IconDigitalOutOfHomeOutlined.tsx index 955530f20..d69944c7a 100644 --- a/src/IconDigitalOutOfHomeOutlined.tsx +++ b/src/IconDigitalOutOfHomeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalOutOfHomeOutlined: React.FC = ({ ...props diff --git a/src/IconDigitalOutOfHomeOutlinedFilled.tsx b/src/IconDigitalOutOfHomeOutlinedFilled.tsx index 8c7733768..4a2181934 100644 --- a/src/IconDigitalOutOfHomeOutlinedFilled.tsx +++ b/src/IconDigitalOutOfHomeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalOutOfHomeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDigitalOutOfHomeRounded.tsx b/src/IconDigitalOutOfHomeRounded.tsx index f3371ae66..cf27706b3 100644 --- a/src/IconDigitalOutOfHomeRounded.tsx +++ b/src/IconDigitalOutOfHomeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalOutOfHomeRounded: React.FC = ({ ...props diff --git a/src/IconDigitalOutOfHomeRoundedFilled.tsx b/src/IconDigitalOutOfHomeRoundedFilled.tsx index e96aa4da3..d8d9ed3dd 100644 --- a/src/IconDigitalOutOfHomeRoundedFilled.tsx +++ b/src/IconDigitalOutOfHomeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalOutOfHomeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDigitalOutOfHomeSharp.tsx b/src/IconDigitalOutOfHomeSharp.tsx index 6d0ba30d5..7451c8aab 100644 --- a/src/IconDigitalOutOfHomeSharp.tsx +++ b/src/IconDigitalOutOfHomeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalOutOfHomeSharp: React.FC = ({ ...props diff --git a/src/IconDigitalOutOfHomeSharpFilled.tsx b/src/IconDigitalOutOfHomeSharpFilled.tsx index dcfed8651..d17d4a087 100644 --- a/src/IconDigitalOutOfHomeSharpFilled.tsx +++ b/src/IconDigitalOutOfHomeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalOutOfHomeSharpFilled: React.FC = ({ ...props diff --git a/src/IconDigitalWellbeingOutlined.tsx b/src/IconDigitalWellbeingOutlined.tsx index 1c241d8ee..aaaf50940 100644 --- a/src/IconDigitalWellbeingOutlined.tsx +++ b/src/IconDigitalWellbeingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalWellbeingOutlined: React.FC = ({ ...props diff --git a/src/IconDigitalWellbeingOutlinedFilled.tsx b/src/IconDigitalWellbeingOutlinedFilled.tsx index e54661b84..44660fda3 100644 --- a/src/IconDigitalWellbeingOutlinedFilled.tsx +++ b/src/IconDigitalWellbeingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalWellbeingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDigitalWellbeingRounded.tsx b/src/IconDigitalWellbeingRounded.tsx index 279825907..8b3d69a3c 100644 --- a/src/IconDigitalWellbeingRounded.tsx +++ b/src/IconDigitalWellbeingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalWellbeingRounded: React.FC = ({ ...props diff --git a/src/IconDigitalWellbeingRoundedFilled.tsx b/src/IconDigitalWellbeingRoundedFilled.tsx index 7a59af9d9..52ff4b143 100644 --- a/src/IconDigitalWellbeingRoundedFilled.tsx +++ b/src/IconDigitalWellbeingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalWellbeingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDigitalWellbeingSharp.tsx b/src/IconDigitalWellbeingSharp.tsx index 038e0f568..f9ed87ba0 100644 --- a/src/IconDigitalWellbeingSharp.tsx +++ b/src/IconDigitalWellbeingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalWellbeingSharp: React.FC = ({ ...props diff --git a/src/IconDigitalWellbeingSharpFilled.tsx b/src/IconDigitalWellbeingSharpFilled.tsx index 2fe248eef..fa9ef192b 100644 --- a/src/IconDigitalWellbeingSharpFilled.tsx +++ b/src/IconDigitalWellbeingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDigitalWellbeingSharpFilled: React.FC = ({ ...props diff --git a/src/IconDiningOutlined.tsx b/src/IconDiningOutlined.tsx index c0b2cfe20..efc1f51d1 100644 --- a/src/IconDiningOutlined.tsx +++ b/src/IconDiningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDiningOutlinedFilled.tsx b/src/IconDiningOutlinedFilled.tsx index 8c6fb1adb..7f3ee87d5 100644 --- a/src/IconDiningOutlinedFilled.tsx +++ b/src/IconDiningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiningOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDiningRounded.tsx b/src/IconDiningRounded.tsx index 02f768179..9f20aca87 100644 --- a/src/IconDiningRounded.tsx +++ b/src/IconDiningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDiningRoundedFilled.tsx b/src/IconDiningRoundedFilled.tsx index 55615ed5c..b5a6de09b 100644 --- a/src/IconDiningRoundedFilled.tsx +++ b/src/IconDiningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiningRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDiningSharp.tsx b/src/IconDiningSharp.tsx index 7da4ef45b..6ef5f7ed4 100644 --- a/src/IconDiningSharp.tsx +++ b/src/IconDiningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDiningSharpFilled.tsx b/src/IconDiningSharpFilled.tsx index 1fd241745..ad017c38f 100644 --- a/src/IconDiningSharpFilled.tsx +++ b/src/IconDiningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiningSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDinnerDiningOutlined.tsx b/src/IconDinnerDiningOutlined.tsx index e03b6576a..ca3c0c9b7 100644 --- a/src/IconDinnerDiningOutlined.tsx +++ b/src/IconDinnerDiningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDinnerDiningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDinnerDiningOutlinedFilled.tsx b/src/IconDinnerDiningOutlinedFilled.tsx index 419be6f68..c7fdfa8ef 100644 --- a/src/IconDinnerDiningOutlinedFilled.tsx +++ b/src/IconDinnerDiningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDinnerDiningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDinnerDiningRounded.tsx b/src/IconDinnerDiningRounded.tsx index 2406397af..f1e67519d 100644 --- a/src/IconDinnerDiningRounded.tsx +++ b/src/IconDinnerDiningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDinnerDiningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDinnerDiningRoundedFilled.tsx b/src/IconDinnerDiningRoundedFilled.tsx index 0d677c8ec..be4a4cda7 100644 --- a/src/IconDinnerDiningRoundedFilled.tsx +++ b/src/IconDinnerDiningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDinnerDiningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDinnerDiningSharp.tsx b/src/IconDinnerDiningSharp.tsx index 6dc1a5197..9d8b972b9 100644 --- a/src/IconDinnerDiningSharp.tsx +++ b/src/IconDinnerDiningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDinnerDiningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDinnerDiningSharpFilled.tsx b/src/IconDinnerDiningSharpFilled.tsx index 87f26b570..c2792e62d 100644 --- a/src/IconDinnerDiningSharpFilled.tsx +++ b/src/IconDinnerDiningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDinnerDiningSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsAltOffOutlined.tsx b/src/IconDirectionsAltOffOutlined.tsx index fa2e79431..aea222cdb 100644 --- a/src/IconDirectionsAltOffOutlined.tsx +++ b/src/IconDirectionsAltOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltOffOutlined: React.FC = ({ ...props diff --git a/src/IconDirectionsAltOffOutlinedFilled.tsx b/src/IconDirectionsAltOffOutlinedFilled.tsx index cab31ac0c..3dcb40f00 100644 --- a/src/IconDirectionsAltOffOutlinedFilled.tsx +++ b/src/IconDirectionsAltOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsAltOffRounded.tsx b/src/IconDirectionsAltOffRounded.tsx index 54c1382cc..69c85a917 100644 --- a/src/IconDirectionsAltOffRounded.tsx +++ b/src/IconDirectionsAltOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltOffRounded: React.FC = ({ ...props diff --git a/src/IconDirectionsAltOffRoundedFilled.tsx b/src/IconDirectionsAltOffRoundedFilled.tsx index 8244eaa4e..34e05e2e3 100644 --- a/src/IconDirectionsAltOffRoundedFilled.tsx +++ b/src/IconDirectionsAltOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsAltOffSharp.tsx b/src/IconDirectionsAltOffSharp.tsx index 96c9b02c6..613f9882b 100644 --- a/src/IconDirectionsAltOffSharp.tsx +++ b/src/IconDirectionsAltOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltOffSharp: React.FC = ({ ...props diff --git a/src/IconDirectionsAltOffSharpFilled.tsx b/src/IconDirectionsAltOffSharpFilled.tsx index fbb9d044e..96a928445 100644 --- a/src/IconDirectionsAltOffSharpFilled.tsx +++ b/src/IconDirectionsAltOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsAltOutlined.tsx b/src/IconDirectionsAltOutlined.tsx index c5815e26e..984144c91 100644 --- a/src/IconDirectionsAltOutlined.tsx +++ b/src/IconDirectionsAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltOutlined: React.FC = ({ ...props diff --git a/src/IconDirectionsAltOutlinedFilled.tsx b/src/IconDirectionsAltOutlinedFilled.tsx index c8286c821..4c40910c9 100644 --- a/src/IconDirectionsAltOutlinedFilled.tsx +++ b/src/IconDirectionsAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsAltRounded.tsx b/src/IconDirectionsAltRounded.tsx index 237079007..e467a60ed 100644 --- a/src/IconDirectionsAltRounded.tsx +++ b/src/IconDirectionsAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsAltRoundedFilled.tsx b/src/IconDirectionsAltRoundedFilled.tsx index 058696d65..102c5b596 100644 --- a/src/IconDirectionsAltRoundedFilled.tsx +++ b/src/IconDirectionsAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsAltSharp.tsx b/src/IconDirectionsAltSharp.tsx index 77b0b5947..a44eafb6a 100644 --- a/src/IconDirectionsAltSharp.tsx +++ b/src/IconDirectionsAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsAltSharpFilled.tsx b/src/IconDirectionsAltSharpFilled.tsx index 5c366ca32..b1682a03e 100644 --- a/src/IconDirectionsAltSharpFilled.tsx +++ b/src/IconDirectionsAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsBikeOutlined.tsx b/src/IconDirectionsBikeOutlined.tsx index 6794b9ab3..3141b5dad 100644 --- a/src/IconDirectionsBikeOutlined.tsx +++ b/src/IconDirectionsBikeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBikeOutlined: React.FC = ({ ...props diff --git a/src/IconDirectionsBikeOutlinedFilled.tsx b/src/IconDirectionsBikeOutlinedFilled.tsx index fc1857585..ffaf45530 100644 --- a/src/IconDirectionsBikeOutlinedFilled.tsx +++ b/src/IconDirectionsBikeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBikeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsBikeRounded.tsx b/src/IconDirectionsBikeRounded.tsx index a60df268d..caad94e06 100644 --- a/src/IconDirectionsBikeRounded.tsx +++ b/src/IconDirectionsBikeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBikeRounded: React.FC = ({ ...props diff --git a/src/IconDirectionsBikeRoundedFilled.tsx b/src/IconDirectionsBikeRoundedFilled.tsx index 7dfe044af..ca6d61656 100644 --- a/src/IconDirectionsBikeRoundedFilled.tsx +++ b/src/IconDirectionsBikeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBikeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsBikeSharp.tsx b/src/IconDirectionsBikeSharp.tsx index 77dc20bb1..023cce0be 100644 --- a/src/IconDirectionsBikeSharp.tsx +++ b/src/IconDirectionsBikeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBikeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsBikeSharpFilled.tsx b/src/IconDirectionsBikeSharpFilled.tsx index ccc95d560..600b652cc 100644 --- a/src/IconDirectionsBikeSharpFilled.tsx +++ b/src/IconDirectionsBikeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBikeSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsBoatOutlined.tsx b/src/IconDirectionsBoatOutlined.tsx index b422cb1ac..37c143378 100644 --- a/src/IconDirectionsBoatOutlined.tsx +++ b/src/IconDirectionsBoatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBoatOutlined: React.FC = ({ ...props diff --git a/src/IconDirectionsBoatOutlinedFilled.tsx b/src/IconDirectionsBoatOutlinedFilled.tsx index c3c9f9033..2e3fd08a3 100644 --- a/src/IconDirectionsBoatOutlinedFilled.tsx +++ b/src/IconDirectionsBoatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBoatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsBoatRounded.tsx b/src/IconDirectionsBoatRounded.tsx index 4a8140c56..76b04ab3f 100644 --- a/src/IconDirectionsBoatRounded.tsx +++ b/src/IconDirectionsBoatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBoatRounded: React.FC = ({ ...props diff --git a/src/IconDirectionsBoatRoundedFilled.tsx b/src/IconDirectionsBoatRoundedFilled.tsx index 22d92e462..405873a6e 100644 --- a/src/IconDirectionsBoatRoundedFilled.tsx +++ b/src/IconDirectionsBoatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBoatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsBoatSharp.tsx b/src/IconDirectionsBoatSharp.tsx index 66b9edbba..055bd017d 100644 --- a/src/IconDirectionsBoatSharp.tsx +++ b/src/IconDirectionsBoatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBoatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsBoatSharpFilled.tsx b/src/IconDirectionsBoatSharpFilled.tsx index 9079221e8..cd36868ec 100644 --- a/src/IconDirectionsBoatSharpFilled.tsx +++ b/src/IconDirectionsBoatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBoatSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsBusOutlined.tsx b/src/IconDirectionsBusOutlined.tsx index bdbfaacd4..5445d3666 100644 --- a/src/IconDirectionsBusOutlined.tsx +++ b/src/IconDirectionsBusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBusOutlined: React.FC = ({ ...props diff --git a/src/IconDirectionsBusOutlinedFilled.tsx b/src/IconDirectionsBusOutlinedFilled.tsx index e70a58ee8..a0f4215f5 100644 --- a/src/IconDirectionsBusOutlinedFilled.tsx +++ b/src/IconDirectionsBusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsBusRounded.tsx b/src/IconDirectionsBusRounded.tsx index f11f0fb2d..02b3a12be 100644 --- a/src/IconDirectionsBusRounded.tsx +++ b/src/IconDirectionsBusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsBusRoundedFilled.tsx b/src/IconDirectionsBusRoundedFilled.tsx index e1931bbba..5c12b9643 100644 --- a/src/IconDirectionsBusRoundedFilled.tsx +++ b/src/IconDirectionsBusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsBusSharp.tsx b/src/IconDirectionsBusSharp.tsx index 3273cf827..e07a43d73 100644 --- a/src/IconDirectionsBusSharp.tsx +++ b/src/IconDirectionsBusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsBusSharpFilled.tsx b/src/IconDirectionsBusSharpFilled.tsx index b7f8ff07f..ed587e6fd 100644 --- a/src/IconDirectionsBusSharpFilled.tsx +++ b/src/IconDirectionsBusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsBusSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsCarOutlined.tsx b/src/IconDirectionsCarOutlined.tsx index 577281585..0a8393458 100644 --- a/src/IconDirectionsCarOutlined.tsx +++ b/src/IconDirectionsCarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsCarOutlined: React.FC = ({ ...props diff --git a/src/IconDirectionsCarOutlinedFilled.tsx b/src/IconDirectionsCarOutlinedFilled.tsx index 70bb73d95..f321539cd 100644 --- a/src/IconDirectionsCarOutlinedFilled.tsx +++ b/src/IconDirectionsCarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsCarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsCarRounded.tsx b/src/IconDirectionsCarRounded.tsx index daabb8882..fb971e072 100644 --- a/src/IconDirectionsCarRounded.tsx +++ b/src/IconDirectionsCarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsCarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsCarRoundedFilled.tsx b/src/IconDirectionsCarRoundedFilled.tsx index 99aa7e9ed..1fc361a0a 100644 --- a/src/IconDirectionsCarRoundedFilled.tsx +++ b/src/IconDirectionsCarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsCarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsCarSharp.tsx b/src/IconDirectionsCarSharp.tsx index c225bdbeb..a95c6d7d3 100644 --- a/src/IconDirectionsCarSharp.tsx +++ b/src/IconDirectionsCarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsCarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsCarSharpFilled.tsx b/src/IconDirectionsCarSharpFilled.tsx index acd429395..72a3a491d 100644 --- a/src/IconDirectionsCarSharpFilled.tsx +++ b/src/IconDirectionsCarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsCarSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsOffOutlined.tsx b/src/IconDirectionsOffOutlined.tsx index da7409435..17413eeb9 100644 --- a/src/IconDirectionsOffOutlined.tsx +++ b/src/IconDirectionsOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsOffOutlined: React.FC = ({ ...props diff --git a/src/IconDirectionsOffOutlinedFilled.tsx b/src/IconDirectionsOffOutlinedFilled.tsx index 960dbaa47..8b8b54e22 100644 --- a/src/IconDirectionsOffOutlinedFilled.tsx +++ b/src/IconDirectionsOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsOffRounded.tsx b/src/IconDirectionsOffRounded.tsx index b0b4e965a..192f4069f 100644 --- a/src/IconDirectionsOffRounded.tsx +++ b/src/IconDirectionsOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsOffRoundedFilled.tsx b/src/IconDirectionsOffRoundedFilled.tsx index a66f01099..e66b06e54 100644 --- a/src/IconDirectionsOffRoundedFilled.tsx +++ b/src/IconDirectionsOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsOffSharp.tsx b/src/IconDirectionsOffSharp.tsx index a41fca32c..dc3b68b33 100644 --- a/src/IconDirectionsOffSharp.tsx +++ b/src/IconDirectionsOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsOffSharpFilled.tsx b/src/IconDirectionsOffSharpFilled.tsx index ab3bff514..34ed6893d 100644 --- a/src/IconDirectionsOffSharpFilled.tsx +++ b/src/IconDirectionsOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsOutlined.tsx b/src/IconDirectionsOutlined.tsx index 2b3741345..ca0dece76 100644 --- a/src/IconDirectionsOutlined.tsx +++ b/src/IconDirectionsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsOutlinedFilled.tsx b/src/IconDirectionsOutlinedFilled.tsx index 92f3999a1..fbd70f1a8 100644 --- a/src/IconDirectionsOutlinedFilled.tsx +++ b/src/IconDirectionsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsRailway2Outlined.tsx b/src/IconDirectionsRailway2Outlined.tsx index 022a01930..640895d89 100644 --- a/src/IconDirectionsRailway2Outlined.tsx +++ b/src/IconDirectionsRailway2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailway2Outlined: React.FC = ({ ...props diff --git a/src/IconDirectionsRailway2OutlinedFilled.tsx b/src/IconDirectionsRailway2OutlinedFilled.tsx index a9d2e57ee..043b4a8e1 100644 --- a/src/IconDirectionsRailway2OutlinedFilled.tsx +++ b/src/IconDirectionsRailway2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailway2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsRailway2Rounded.tsx b/src/IconDirectionsRailway2Rounded.tsx index 10056ae3f..88337b169 100644 --- a/src/IconDirectionsRailway2Rounded.tsx +++ b/src/IconDirectionsRailway2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailway2Rounded: React.FC = ({ ...props diff --git a/src/IconDirectionsRailway2RoundedFilled.tsx b/src/IconDirectionsRailway2RoundedFilled.tsx index 361ae47e8..65197b124 100644 --- a/src/IconDirectionsRailway2RoundedFilled.tsx +++ b/src/IconDirectionsRailway2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailway2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsRailway2Sharp.tsx b/src/IconDirectionsRailway2Sharp.tsx index e347bcbd9..eb8ba2f1c 100644 --- a/src/IconDirectionsRailway2Sharp.tsx +++ b/src/IconDirectionsRailway2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailway2Sharp: React.FC = ({ ...props diff --git a/src/IconDirectionsRailway2SharpFilled.tsx b/src/IconDirectionsRailway2SharpFilled.tsx index e9f532c5f..25b42e6fc 100644 --- a/src/IconDirectionsRailway2SharpFilled.tsx +++ b/src/IconDirectionsRailway2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailway2SharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsRailwayOutlined.tsx b/src/IconDirectionsRailwayOutlined.tsx index ee8f594a4..8236cbbc4 100644 --- a/src/IconDirectionsRailwayOutlined.tsx +++ b/src/IconDirectionsRailwayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailwayOutlined: React.FC = ({ ...props diff --git a/src/IconDirectionsRailwayOutlinedFilled.tsx b/src/IconDirectionsRailwayOutlinedFilled.tsx index 349b1dc5c..7eccdab25 100644 --- a/src/IconDirectionsRailwayOutlinedFilled.tsx +++ b/src/IconDirectionsRailwayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailwayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsRailwayRounded.tsx b/src/IconDirectionsRailwayRounded.tsx index 828987635..52b7a5288 100644 --- a/src/IconDirectionsRailwayRounded.tsx +++ b/src/IconDirectionsRailwayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailwayRounded: React.FC = ({ ...props diff --git a/src/IconDirectionsRailwayRoundedFilled.tsx b/src/IconDirectionsRailwayRoundedFilled.tsx index 399970c3a..9ecadd635 100644 --- a/src/IconDirectionsRailwayRoundedFilled.tsx +++ b/src/IconDirectionsRailwayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailwayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsRailwaySharp.tsx b/src/IconDirectionsRailwaySharp.tsx index 341c5b3e5..9ad9e9d99 100644 --- a/src/IconDirectionsRailwaySharp.tsx +++ b/src/IconDirectionsRailwaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailwaySharp: React.FC = ({ ...props diff --git a/src/IconDirectionsRailwaySharpFilled.tsx b/src/IconDirectionsRailwaySharpFilled.tsx index deff50e90..15f744688 100644 --- a/src/IconDirectionsRailwaySharpFilled.tsx +++ b/src/IconDirectionsRailwaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRailwaySharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsRounded.tsx b/src/IconDirectionsRounded.tsx index b792008ae..26d5fd412 100644 --- a/src/IconDirectionsRounded.tsx +++ b/src/IconDirectionsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsRoundedFilled.tsx b/src/IconDirectionsRoundedFilled.tsx index 95ec1eee1..9bc3c3b8f 100644 --- a/src/IconDirectionsRoundedFilled.tsx +++ b/src/IconDirectionsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsRunOutlined.tsx b/src/IconDirectionsRunOutlined.tsx index 9b8ea7a6b..5540e35ec 100644 --- a/src/IconDirectionsRunOutlined.tsx +++ b/src/IconDirectionsRunOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRunOutlined: React.FC = ({ ...props diff --git a/src/IconDirectionsRunOutlinedFilled.tsx b/src/IconDirectionsRunOutlinedFilled.tsx index bcbaaa6eb..f03427e81 100644 --- a/src/IconDirectionsRunOutlinedFilled.tsx +++ b/src/IconDirectionsRunOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRunOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsRunRounded.tsx b/src/IconDirectionsRunRounded.tsx index 20c001b66..12079526b 100644 --- a/src/IconDirectionsRunRounded.tsx +++ b/src/IconDirectionsRunRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRunRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsRunRoundedFilled.tsx b/src/IconDirectionsRunRoundedFilled.tsx index 9c3eaa344..f00ea7591 100644 --- a/src/IconDirectionsRunRoundedFilled.tsx +++ b/src/IconDirectionsRunRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRunRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsRunSharp.tsx b/src/IconDirectionsRunSharp.tsx index 5e2a801a7..e6aee9d72 100644 --- a/src/IconDirectionsRunSharp.tsx +++ b/src/IconDirectionsRunSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRunSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsRunSharpFilled.tsx b/src/IconDirectionsRunSharpFilled.tsx index 55219ecee..4a7d97c49 100644 --- a/src/IconDirectionsRunSharpFilled.tsx +++ b/src/IconDirectionsRunSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsRunSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsSharp.tsx b/src/IconDirectionsSharp.tsx index cbaf66d73..8659ba785 100644 --- a/src/IconDirectionsSharp.tsx +++ b/src/IconDirectionsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsSharpFilled.tsx b/src/IconDirectionsSharpFilled.tsx index 484e6db10..d0ab6351d 100644 --- a/src/IconDirectionsSharpFilled.tsx +++ b/src/IconDirectionsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsSubwayOutlined.tsx b/src/IconDirectionsSubwayOutlined.tsx index 46e3c3445..349dd387d 100644 --- a/src/IconDirectionsSubwayOutlined.tsx +++ b/src/IconDirectionsSubwayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsSubwayOutlined: React.FC = ({ ...props diff --git a/src/IconDirectionsSubwayOutlinedFilled.tsx b/src/IconDirectionsSubwayOutlinedFilled.tsx index ebf4f4d37..7f0570d25 100644 --- a/src/IconDirectionsSubwayOutlinedFilled.tsx +++ b/src/IconDirectionsSubwayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsSubwayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsSubwayRounded.tsx b/src/IconDirectionsSubwayRounded.tsx index 0a123d785..22c48bbc1 100644 --- a/src/IconDirectionsSubwayRounded.tsx +++ b/src/IconDirectionsSubwayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsSubwayRounded: React.FC = ({ ...props diff --git a/src/IconDirectionsSubwayRoundedFilled.tsx b/src/IconDirectionsSubwayRoundedFilled.tsx index 5a595d1d8..3edd50b1a 100644 --- a/src/IconDirectionsSubwayRoundedFilled.tsx +++ b/src/IconDirectionsSubwayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsSubwayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsSubwaySharp.tsx b/src/IconDirectionsSubwaySharp.tsx index 05ba9b905..58ca33997 100644 --- a/src/IconDirectionsSubwaySharp.tsx +++ b/src/IconDirectionsSubwaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsSubwaySharp: React.FC = ({ ...props diff --git a/src/IconDirectionsSubwaySharpFilled.tsx b/src/IconDirectionsSubwaySharpFilled.tsx index f25fa6b76..80b546ed2 100644 --- a/src/IconDirectionsSubwaySharpFilled.tsx +++ b/src/IconDirectionsSubwaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsSubwaySharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsWalkOutlined.tsx b/src/IconDirectionsWalkOutlined.tsx index f3ba61e1a..4694dcba6 100644 --- a/src/IconDirectionsWalkOutlined.tsx +++ b/src/IconDirectionsWalkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsWalkOutlined: React.FC = ({ ...props diff --git a/src/IconDirectionsWalkOutlinedFilled.tsx b/src/IconDirectionsWalkOutlinedFilled.tsx index b239bc800..505be1ab4 100644 --- a/src/IconDirectionsWalkOutlinedFilled.tsx +++ b/src/IconDirectionsWalkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsWalkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsWalkRounded.tsx b/src/IconDirectionsWalkRounded.tsx index 077645fec..1811ff6fc 100644 --- a/src/IconDirectionsWalkRounded.tsx +++ b/src/IconDirectionsWalkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsWalkRounded: React.FC = ({ ...props diff --git a/src/IconDirectionsWalkRoundedFilled.tsx b/src/IconDirectionsWalkRoundedFilled.tsx index 362dc4048..6867ca60c 100644 --- a/src/IconDirectionsWalkRoundedFilled.tsx +++ b/src/IconDirectionsWalkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsWalkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectionsWalkSharp.tsx b/src/IconDirectionsWalkSharp.tsx index 5040018dc..1539b2c9b 100644 --- a/src/IconDirectionsWalkSharp.tsx +++ b/src/IconDirectionsWalkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsWalkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectionsWalkSharpFilled.tsx b/src/IconDirectionsWalkSharpFilled.tsx index f12065b5a..8d8d654fb 100644 --- a/src/IconDirectionsWalkSharpFilled.tsx +++ b/src/IconDirectionsWalkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectionsWalkSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirectorySyncOutlined.tsx b/src/IconDirectorySyncOutlined.tsx index 914d92105..0cb4e0553 100644 --- a/src/IconDirectorySyncOutlined.tsx +++ b/src/IconDirectorySyncOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectorySyncOutlined: React.FC = ({ ...props diff --git a/src/IconDirectorySyncOutlinedFilled.tsx b/src/IconDirectorySyncOutlinedFilled.tsx index 1f1170e5d..4fa24f137 100644 --- a/src/IconDirectorySyncOutlinedFilled.tsx +++ b/src/IconDirectorySyncOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectorySyncOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirectorySyncRounded.tsx b/src/IconDirectorySyncRounded.tsx index 706d15cc5..c333d0e5e 100644 --- a/src/IconDirectorySyncRounded.tsx +++ b/src/IconDirectorySyncRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectorySyncRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectorySyncRoundedFilled.tsx b/src/IconDirectorySyncRoundedFilled.tsx index a29a27b8f..5decb01ea 100644 --- a/src/IconDirectorySyncRoundedFilled.tsx +++ b/src/IconDirectorySyncRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectorySyncRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirectorySyncSharp.tsx b/src/IconDirectorySyncSharp.tsx index 48ee9fee2..09fa9c27e 100644 --- a/src/IconDirectorySyncSharp.tsx +++ b/src/IconDirectorySyncSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectorySyncSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDirectorySyncSharpFilled.tsx b/src/IconDirectorySyncSharpFilled.tsx index 3c5802614..ebbdf6c14 100644 --- a/src/IconDirectorySyncSharpFilled.tsx +++ b/src/IconDirectorySyncSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirectorySyncSharpFilled: React.FC = ({ ...props diff --git a/src/IconDirtyLensOutlined.tsx b/src/IconDirtyLensOutlined.tsx index 2206290b1..76b03786c 100644 --- a/src/IconDirtyLensOutlined.tsx +++ b/src/IconDirtyLensOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirtyLensOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDirtyLensOutlinedFilled.tsx b/src/IconDirtyLensOutlinedFilled.tsx index 7f5880fd0..350001110 100644 --- a/src/IconDirtyLensOutlinedFilled.tsx +++ b/src/IconDirtyLensOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirtyLensOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDirtyLensRounded.tsx b/src/IconDirtyLensRounded.tsx index 9b919b80a..d484108c6 100644 --- a/src/IconDirtyLensRounded.tsx +++ b/src/IconDirtyLensRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirtyLensRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDirtyLensRoundedFilled.tsx b/src/IconDirtyLensRoundedFilled.tsx index 6491b7886..52ca9af64 100644 --- a/src/IconDirtyLensRoundedFilled.tsx +++ b/src/IconDirtyLensRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirtyLensRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDirtyLensSharp.tsx b/src/IconDirtyLensSharp.tsx index f6ae77d12..c9fab9b75 100644 --- a/src/IconDirtyLensSharp.tsx +++ b/src/IconDirtyLensSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirtyLensSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDirtyLensSharpFilled.tsx b/src/IconDirtyLensSharpFilled.tsx index 8d5f6c253..9ae29b363 100644 --- a/src/IconDirtyLensSharpFilled.tsx +++ b/src/IconDirtyLensSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDirtyLensSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDisabledByDefaultOutlined.tsx b/src/IconDisabledByDefaultOutlined.tsx index 40a479621..7622777ac 100644 --- a/src/IconDisabledByDefaultOutlined.tsx +++ b/src/IconDisabledByDefaultOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledByDefaultOutlined: React.FC = ({ ...props diff --git a/src/IconDisabledByDefaultOutlinedFilled.tsx b/src/IconDisabledByDefaultOutlinedFilled.tsx index 697ea888b..5ccce4417 100644 --- a/src/IconDisabledByDefaultOutlinedFilled.tsx +++ b/src/IconDisabledByDefaultOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledByDefaultOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDisabledByDefaultRounded.tsx b/src/IconDisabledByDefaultRounded.tsx index 2dcd243b0..ecb078107 100644 --- a/src/IconDisabledByDefaultRounded.tsx +++ b/src/IconDisabledByDefaultRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledByDefaultRounded: React.FC = ({ ...props diff --git a/src/IconDisabledByDefaultRoundedFilled.tsx b/src/IconDisabledByDefaultRoundedFilled.tsx index 8b0184464..9490e7f31 100644 --- a/src/IconDisabledByDefaultRoundedFilled.tsx +++ b/src/IconDisabledByDefaultRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledByDefaultRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDisabledByDefaultSharp.tsx b/src/IconDisabledByDefaultSharp.tsx index cd9139093..61c3d4272 100644 --- a/src/IconDisabledByDefaultSharp.tsx +++ b/src/IconDisabledByDefaultSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledByDefaultSharp: React.FC = ({ ...props diff --git a/src/IconDisabledByDefaultSharpFilled.tsx b/src/IconDisabledByDefaultSharpFilled.tsx index 796107ad3..1675db327 100644 --- a/src/IconDisabledByDefaultSharpFilled.tsx +++ b/src/IconDisabledByDefaultSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledByDefaultSharpFilled: React.FC = ({ ...props diff --git a/src/IconDisabledVisibleOutlined.tsx b/src/IconDisabledVisibleOutlined.tsx index 61c05aad6..adfad646d 100644 --- a/src/IconDisabledVisibleOutlined.tsx +++ b/src/IconDisabledVisibleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledVisibleOutlined: React.FC = ({ ...props diff --git a/src/IconDisabledVisibleOutlinedFilled.tsx b/src/IconDisabledVisibleOutlinedFilled.tsx index 08edb577f..3c89c3e9f 100644 --- a/src/IconDisabledVisibleOutlinedFilled.tsx +++ b/src/IconDisabledVisibleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledVisibleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDisabledVisibleRounded.tsx b/src/IconDisabledVisibleRounded.tsx index 85647a014..c2cdde736 100644 --- a/src/IconDisabledVisibleRounded.tsx +++ b/src/IconDisabledVisibleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledVisibleRounded: React.FC = ({ ...props diff --git a/src/IconDisabledVisibleRoundedFilled.tsx b/src/IconDisabledVisibleRoundedFilled.tsx index 9fbfff3bc..210be58e8 100644 --- a/src/IconDisabledVisibleRoundedFilled.tsx +++ b/src/IconDisabledVisibleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledVisibleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDisabledVisibleSharp.tsx b/src/IconDisabledVisibleSharp.tsx index f5ddae8a7..9987d4b33 100644 --- a/src/IconDisabledVisibleSharp.tsx +++ b/src/IconDisabledVisibleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledVisibleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDisabledVisibleSharpFilled.tsx b/src/IconDisabledVisibleSharpFilled.tsx index 4c7e2f85b..25ca04d45 100644 --- a/src/IconDisabledVisibleSharpFilled.tsx +++ b/src/IconDisabledVisibleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisabledVisibleSharpFilled: React.FC = ({ ...props diff --git a/src/IconDiscFullOutlined.tsx b/src/IconDiscFullOutlined.tsx index 8f91560f7..a2c6cf98d 100644 --- a/src/IconDiscFullOutlined.tsx +++ b/src/IconDiscFullOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscFullOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDiscFullOutlinedFilled.tsx b/src/IconDiscFullOutlinedFilled.tsx index 5f150ab8c..5bbd30ef5 100644 --- a/src/IconDiscFullOutlinedFilled.tsx +++ b/src/IconDiscFullOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscFullOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDiscFullRounded.tsx b/src/IconDiscFullRounded.tsx index 968a09415..2e8f66d65 100644 --- a/src/IconDiscFullRounded.tsx +++ b/src/IconDiscFullRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscFullRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDiscFullRoundedFilled.tsx b/src/IconDiscFullRoundedFilled.tsx index c87df68ef..306cd7907 100644 --- a/src/IconDiscFullRoundedFilled.tsx +++ b/src/IconDiscFullRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscFullRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDiscFullSharp.tsx b/src/IconDiscFullSharp.tsx index 340c4fe04..2216098fb 100644 --- a/src/IconDiscFullSharp.tsx +++ b/src/IconDiscFullSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscFullSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDiscFullSharpFilled.tsx b/src/IconDiscFullSharpFilled.tsx index d4428a182..cb13266bd 100644 --- a/src/IconDiscFullSharpFilled.tsx +++ b/src/IconDiscFullSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscFullSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDiscoverTuneOutlined.tsx b/src/IconDiscoverTuneOutlined.tsx index c13b53253..19522eeb4 100644 --- a/src/IconDiscoverTuneOutlined.tsx +++ b/src/IconDiscoverTuneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscoverTuneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDiscoverTuneOutlinedFilled.tsx b/src/IconDiscoverTuneOutlinedFilled.tsx index da0b6bb88..86ce69cf1 100644 --- a/src/IconDiscoverTuneOutlinedFilled.tsx +++ b/src/IconDiscoverTuneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscoverTuneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDiscoverTuneRounded.tsx b/src/IconDiscoverTuneRounded.tsx index 4beba8d96..e48ef1fe4 100644 --- a/src/IconDiscoverTuneRounded.tsx +++ b/src/IconDiscoverTuneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscoverTuneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDiscoverTuneRoundedFilled.tsx b/src/IconDiscoverTuneRoundedFilled.tsx index c9db393a8..121b62a72 100644 --- a/src/IconDiscoverTuneRoundedFilled.tsx +++ b/src/IconDiscoverTuneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscoverTuneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDiscoverTuneSharp.tsx b/src/IconDiscoverTuneSharp.tsx index 55e3ad79f..887f93ca8 100644 --- a/src/IconDiscoverTuneSharp.tsx +++ b/src/IconDiscoverTuneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscoverTuneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDiscoverTuneSharpFilled.tsx b/src/IconDiscoverTuneSharpFilled.tsx index 01663bc0f..4af1f0fa8 100644 --- a/src/IconDiscoverTuneSharpFilled.tsx +++ b/src/IconDiscoverTuneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiscoverTuneSharpFilled: React.FC = ({ ...props diff --git a/src/IconDishwasherGenOutlined.tsx b/src/IconDishwasherGenOutlined.tsx index 3e35e7677..9dc9fc40c 100644 --- a/src/IconDishwasherGenOutlined.tsx +++ b/src/IconDishwasherGenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherGenOutlined: React.FC = ({ ...props diff --git a/src/IconDishwasherGenOutlinedFilled.tsx b/src/IconDishwasherGenOutlinedFilled.tsx index faaaab79b..72c66b800 100644 --- a/src/IconDishwasherGenOutlinedFilled.tsx +++ b/src/IconDishwasherGenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherGenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDishwasherGenRounded.tsx b/src/IconDishwasherGenRounded.tsx index caae330a0..f067f41e8 100644 --- a/src/IconDishwasherGenRounded.tsx +++ b/src/IconDishwasherGenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherGenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDishwasherGenRoundedFilled.tsx b/src/IconDishwasherGenRoundedFilled.tsx index 07ad23a13..0d4007d54 100644 --- a/src/IconDishwasherGenRoundedFilled.tsx +++ b/src/IconDishwasherGenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherGenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDishwasherGenSharp.tsx b/src/IconDishwasherGenSharp.tsx index 25cabbd0b..235a6d997 100644 --- a/src/IconDishwasherGenSharp.tsx +++ b/src/IconDishwasherGenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherGenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDishwasherGenSharpFilled.tsx b/src/IconDishwasherGenSharpFilled.tsx index 7d8064c8d..9206642c9 100644 --- a/src/IconDishwasherGenSharpFilled.tsx +++ b/src/IconDishwasherGenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherGenSharpFilled: React.FC = ({ ...props diff --git a/src/IconDishwasherOutlined.tsx b/src/IconDishwasherOutlined.tsx index 256f213cd..972d6eafe 100644 --- a/src/IconDishwasherOutlined.tsx +++ b/src/IconDishwasherOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDishwasherOutlinedFilled.tsx b/src/IconDishwasherOutlinedFilled.tsx index a8f51ace0..02d2639e4 100644 --- a/src/IconDishwasherOutlinedFilled.tsx +++ b/src/IconDishwasherOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDishwasherRounded.tsx b/src/IconDishwasherRounded.tsx index 01a48961d..642a2d5d1 100644 --- a/src/IconDishwasherRounded.tsx +++ b/src/IconDishwasherRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDishwasherRoundedFilled.tsx b/src/IconDishwasherRoundedFilled.tsx index 29ece6ab0..086d3cd86 100644 --- a/src/IconDishwasherRoundedFilled.tsx +++ b/src/IconDishwasherRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDishwasherSharp.tsx b/src/IconDishwasherSharp.tsx index 055185b0c..515efd412 100644 --- a/src/IconDishwasherSharp.tsx +++ b/src/IconDishwasherSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDishwasherSharpFilled.tsx b/src/IconDishwasherSharpFilled.tsx index 35233face..755a191b0 100644 --- a/src/IconDishwasherSharpFilled.tsx +++ b/src/IconDishwasherSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDishwasherSharpFilled: React.FC = ({ ...props diff --git a/src/IconDisplayExternalInputOutlined.tsx b/src/IconDisplayExternalInputOutlined.tsx index fb99dbf45..1f0b8004c 100644 --- a/src/IconDisplayExternalInputOutlined.tsx +++ b/src/IconDisplayExternalInputOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplayExternalInputOutlined: React.FC = ({ ...props diff --git a/src/IconDisplayExternalInputOutlinedFilled.tsx b/src/IconDisplayExternalInputOutlinedFilled.tsx index 03a9d9419..eefbf1c54 100644 --- a/src/IconDisplayExternalInputOutlinedFilled.tsx +++ b/src/IconDisplayExternalInputOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplayExternalInputOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDisplayExternalInputRounded.tsx b/src/IconDisplayExternalInputRounded.tsx index aa7a90874..9ae8c7bf1 100644 --- a/src/IconDisplayExternalInputRounded.tsx +++ b/src/IconDisplayExternalInputRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplayExternalInputRounded: React.FC = ({ ...props diff --git a/src/IconDisplayExternalInputRoundedFilled.tsx b/src/IconDisplayExternalInputRoundedFilled.tsx index d909749ec..36a91e055 100644 --- a/src/IconDisplayExternalInputRoundedFilled.tsx +++ b/src/IconDisplayExternalInputRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplayExternalInputRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDisplayExternalInputSharp.tsx b/src/IconDisplayExternalInputSharp.tsx index 79cefbcd4..73bb2c0cd 100644 --- a/src/IconDisplayExternalInputSharp.tsx +++ b/src/IconDisplayExternalInputSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplayExternalInputSharp: React.FC = ({ ...props diff --git a/src/IconDisplayExternalInputSharpFilled.tsx b/src/IconDisplayExternalInputSharpFilled.tsx index fc0c6d77d..2413058aa 100644 --- a/src/IconDisplayExternalInputSharpFilled.tsx +++ b/src/IconDisplayExternalInputSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplayExternalInputSharpFilled: React.FC = ({ ...props diff --git a/src/IconDisplaySettingsOutlined.tsx b/src/IconDisplaySettingsOutlined.tsx index a59e7ee47..c31c1f70d 100644 --- a/src/IconDisplaySettingsOutlined.tsx +++ b/src/IconDisplaySettingsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplaySettingsOutlined: React.FC = ({ ...props diff --git a/src/IconDisplaySettingsOutlinedFilled.tsx b/src/IconDisplaySettingsOutlinedFilled.tsx index 9f91cfc93..0c82004d1 100644 --- a/src/IconDisplaySettingsOutlinedFilled.tsx +++ b/src/IconDisplaySettingsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplaySettingsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDisplaySettingsRounded.tsx b/src/IconDisplaySettingsRounded.tsx index f8b3ab3a4..0579c82c9 100644 --- a/src/IconDisplaySettingsRounded.tsx +++ b/src/IconDisplaySettingsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplaySettingsRounded: React.FC = ({ ...props diff --git a/src/IconDisplaySettingsRoundedFilled.tsx b/src/IconDisplaySettingsRoundedFilled.tsx index 4a21b10b8..1e8969422 100644 --- a/src/IconDisplaySettingsRoundedFilled.tsx +++ b/src/IconDisplaySettingsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplaySettingsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDisplaySettingsSharp.tsx b/src/IconDisplaySettingsSharp.tsx index 0c986507c..3d7e266d5 100644 --- a/src/IconDisplaySettingsSharp.tsx +++ b/src/IconDisplaySettingsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplaySettingsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDisplaySettingsSharpFilled.tsx b/src/IconDisplaySettingsSharpFilled.tsx index f8f37772d..931a5728c 100644 --- a/src/IconDisplaySettingsSharpFilled.tsx +++ b/src/IconDisplaySettingsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDisplaySettingsSharpFilled: React.FC = ({ ...props diff --git a/src/IconDistanceOutlined.tsx b/src/IconDistanceOutlined.tsx index 67b0e4005..3562657cb 100644 --- a/src/IconDistanceOutlined.tsx +++ b/src/IconDistanceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDistanceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDistanceOutlinedFilled.tsx b/src/IconDistanceOutlinedFilled.tsx index 342a3e109..c1c4beb6e 100644 --- a/src/IconDistanceOutlinedFilled.tsx +++ b/src/IconDistanceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDistanceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDistanceRounded.tsx b/src/IconDistanceRounded.tsx index f594a5667..d77ea4a7f 100644 --- a/src/IconDistanceRounded.tsx +++ b/src/IconDistanceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDistanceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDistanceRoundedFilled.tsx b/src/IconDistanceRoundedFilled.tsx index 4408273b9..3f0da6912 100644 --- a/src/IconDistanceRoundedFilled.tsx +++ b/src/IconDistanceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDistanceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDistanceSharp.tsx b/src/IconDistanceSharp.tsx index b1f7a155e..4cfd38c25 100644 --- a/src/IconDistanceSharp.tsx +++ b/src/IconDistanceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDistanceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDistanceSharpFilled.tsx b/src/IconDistanceSharpFilled.tsx index 3621c8cde..b70b99790 100644 --- a/src/IconDistanceSharpFilled.tsx +++ b/src/IconDistanceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDistanceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity1Outlined.tsx b/src/IconDiversity1Outlined.tsx index 35952163e..c2c943418 100644 --- a/src/IconDiversity1Outlined.tsx +++ b/src/IconDiversity1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity1OutlinedFilled.tsx b/src/IconDiversity1OutlinedFilled.tsx index 83aa6a2eb..dc1913878 100644 --- a/src/IconDiversity1OutlinedFilled.tsx +++ b/src/IconDiversity1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDiversity1Rounded.tsx b/src/IconDiversity1Rounded.tsx index 5ce375fdd..f8035ec0e 100644 --- a/src/IconDiversity1Rounded.tsx +++ b/src/IconDiversity1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity1RoundedFilled.tsx b/src/IconDiversity1RoundedFilled.tsx index c39d63100..3cc5b96b4 100644 --- a/src/IconDiversity1RoundedFilled.tsx +++ b/src/IconDiversity1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconDiversity1Sharp.tsx b/src/IconDiversity1Sharp.tsx index dd6c78b41..266144d45 100644 --- a/src/IconDiversity1Sharp.tsx +++ b/src/IconDiversity1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity1SharpFilled.tsx b/src/IconDiversity1SharpFilled.tsx index fa440fbeb..96e0440d5 100644 --- a/src/IconDiversity1SharpFilled.tsx +++ b/src/IconDiversity1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity1SharpFilled: React.FC = ({ ...props diff --git a/src/IconDiversity2Outlined.tsx b/src/IconDiversity2Outlined.tsx index 3350d9470..78254bcaf 100644 --- a/src/IconDiversity2Outlined.tsx +++ b/src/IconDiversity2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity2OutlinedFilled.tsx b/src/IconDiversity2OutlinedFilled.tsx index f368cbb8e..cf5cf3bc6 100644 --- a/src/IconDiversity2OutlinedFilled.tsx +++ b/src/IconDiversity2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDiversity2Rounded.tsx b/src/IconDiversity2Rounded.tsx index 23c3a929a..4fe772e51 100644 --- a/src/IconDiversity2Rounded.tsx +++ b/src/IconDiversity2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity2RoundedFilled.tsx b/src/IconDiversity2RoundedFilled.tsx index 162b60acf..83946011a 100644 --- a/src/IconDiversity2RoundedFilled.tsx +++ b/src/IconDiversity2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconDiversity2Sharp.tsx b/src/IconDiversity2Sharp.tsx index e0a45d7a9..00e6bfa7d 100644 --- a/src/IconDiversity2Sharp.tsx +++ b/src/IconDiversity2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity2SharpFilled.tsx b/src/IconDiversity2SharpFilled.tsx index fe91d1da5..3946d70fa 100644 --- a/src/IconDiversity2SharpFilled.tsx +++ b/src/IconDiversity2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity2SharpFilled: React.FC = ({ ...props diff --git a/src/IconDiversity3Outlined.tsx b/src/IconDiversity3Outlined.tsx index 73ad0e996..498c2f01c 100644 --- a/src/IconDiversity3Outlined.tsx +++ b/src/IconDiversity3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity3OutlinedFilled.tsx b/src/IconDiversity3OutlinedFilled.tsx index 4498689e7..664cb01b7 100644 --- a/src/IconDiversity3OutlinedFilled.tsx +++ b/src/IconDiversity3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDiversity3Rounded.tsx b/src/IconDiversity3Rounded.tsx index 96568010a..0e7cfa9a6 100644 --- a/src/IconDiversity3Rounded.tsx +++ b/src/IconDiversity3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity3RoundedFilled.tsx b/src/IconDiversity3RoundedFilled.tsx index 3a496a77f..55b8ede70 100644 --- a/src/IconDiversity3RoundedFilled.tsx +++ b/src/IconDiversity3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconDiversity3Sharp.tsx b/src/IconDiversity3Sharp.tsx index c5d1ec690..63c304b38 100644 --- a/src/IconDiversity3Sharp.tsx +++ b/src/IconDiversity3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity3SharpFilled.tsx b/src/IconDiversity3SharpFilled.tsx index 7e81bcbb0..2a504a547 100644 --- a/src/IconDiversity3SharpFilled.tsx +++ b/src/IconDiversity3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity3SharpFilled: React.FC = ({ ...props diff --git a/src/IconDiversity4Outlined.tsx b/src/IconDiversity4Outlined.tsx index 7bfc126dc..03e5a8c26 100644 --- a/src/IconDiversity4Outlined.tsx +++ b/src/IconDiversity4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity4OutlinedFilled.tsx b/src/IconDiversity4OutlinedFilled.tsx index 1d7e28d56..983ccdac3 100644 --- a/src/IconDiversity4OutlinedFilled.tsx +++ b/src/IconDiversity4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity4OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDiversity4Rounded.tsx b/src/IconDiversity4Rounded.tsx index fb0affcb8..facb5349b 100644 --- a/src/IconDiversity4Rounded.tsx +++ b/src/IconDiversity4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity4RoundedFilled.tsx b/src/IconDiversity4RoundedFilled.tsx index 8600f14c0..725a039df 100644 --- a/src/IconDiversity4RoundedFilled.tsx +++ b/src/IconDiversity4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity4RoundedFilled: React.FC = ({ ...props diff --git a/src/IconDiversity4Sharp.tsx b/src/IconDiversity4Sharp.tsx index 2014a7a4f..6b0c80e0c 100644 --- a/src/IconDiversity4Sharp.tsx +++ b/src/IconDiversity4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDiversity4SharpFilled.tsx b/src/IconDiversity4SharpFilled.tsx index 84c7bb638..42f38bfe5 100644 --- a/src/IconDiversity4SharpFilled.tsx +++ b/src/IconDiversity4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDiversity4SharpFilled: React.FC = ({ ...props diff --git a/src/IconDnsOutlined.tsx b/src/IconDnsOutlined.tsx index ecbbe5548..05c9a0fd8 100644 --- a/src/IconDnsOutlined.tsx +++ b/src/IconDnsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDnsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDnsOutlinedFilled.tsx b/src/IconDnsOutlinedFilled.tsx index 7c4897df6..685d1c879 100644 --- a/src/IconDnsOutlinedFilled.tsx +++ b/src/IconDnsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDnsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDnsRounded.tsx b/src/IconDnsRounded.tsx index 4861d866d..4ab0a6272 100644 --- a/src/IconDnsRounded.tsx +++ b/src/IconDnsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDnsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDnsRoundedFilled.tsx b/src/IconDnsRoundedFilled.tsx index 7a42a8040..ab7a65534 100644 --- a/src/IconDnsRoundedFilled.tsx +++ b/src/IconDnsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDnsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDnsSharp.tsx b/src/IconDnsSharp.tsx index 9f2860092..7495c69ba 100644 --- a/src/IconDnsSharp.tsx +++ b/src/IconDnsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDnsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDnsSharpFilled.tsx b/src/IconDnsSharpFilled.tsx index c57e50c54..164524a17 100644 --- a/src/IconDnsSharpFilled.tsx +++ b/src/IconDnsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDnsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDoNotDisturbOffOutlined.tsx b/src/IconDoNotDisturbOffOutlined.tsx index c96acfbe4..785246a94 100644 --- a/src/IconDoNotDisturbOffOutlined.tsx +++ b/src/IconDoNotDisturbOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOffOutlined: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOffOutlinedFilled.tsx b/src/IconDoNotDisturbOffOutlinedFilled.tsx index 04ecbd9bc..75d31d8e5 100644 --- a/src/IconDoNotDisturbOffOutlinedFilled.tsx +++ b/src/IconDoNotDisturbOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOffRounded.tsx b/src/IconDoNotDisturbOffRounded.tsx index be7fed1d6..a7e2cd3ce 100644 --- a/src/IconDoNotDisturbOffRounded.tsx +++ b/src/IconDoNotDisturbOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOffRounded: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOffRoundedFilled.tsx b/src/IconDoNotDisturbOffRoundedFilled.tsx index 4d5ef4a3d..dd60bd21b 100644 --- a/src/IconDoNotDisturbOffRoundedFilled.tsx +++ b/src/IconDoNotDisturbOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOffSharp.tsx b/src/IconDoNotDisturbOffSharp.tsx index fae1aac6f..ecf1253f8 100644 --- a/src/IconDoNotDisturbOffSharp.tsx +++ b/src/IconDoNotDisturbOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoNotDisturbOffSharpFilled.tsx b/src/IconDoNotDisturbOffSharpFilled.tsx index 4c34a5ebb..bf651343f 100644 --- a/src/IconDoNotDisturbOffSharpFilled.tsx +++ b/src/IconDoNotDisturbOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOnOutlined.tsx b/src/IconDoNotDisturbOnOutlined.tsx index 48ae2daf3..b54d94875 100644 --- a/src/IconDoNotDisturbOnOutlined.tsx +++ b/src/IconDoNotDisturbOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnOutlined: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOnOutlinedFilled.tsx b/src/IconDoNotDisturbOnOutlinedFilled.tsx index 768814518..29bdc2263 100644 --- a/src/IconDoNotDisturbOnOutlinedFilled.tsx +++ b/src/IconDoNotDisturbOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOnRounded.tsx b/src/IconDoNotDisturbOnRounded.tsx index c4d56b739..16f6460af 100644 --- a/src/IconDoNotDisturbOnRounded.tsx +++ b/src/IconDoNotDisturbOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnRounded: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOnRoundedFilled.tsx b/src/IconDoNotDisturbOnRoundedFilled.tsx index 69f4afa86..017eeecc3 100644 --- a/src/IconDoNotDisturbOnRoundedFilled.tsx +++ b/src/IconDoNotDisturbOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOnSharp.tsx b/src/IconDoNotDisturbOnSharp.tsx index e2f0f069b..336c5787e 100644 --- a/src/IconDoNotDisturbOnSharp.tsx +++ b/src/IconDoNotDisturbOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoNotDisturbOnSharpFilled.tsx b/src/IconDoNotDisturbOnSharpFilled.tsx index ec0ab2866..b4a6a337d 100644 --- a/src/IconDoNotDisturbOnSharpFilled.tsx +++ b/src/IconDoNotDisturbOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOnTotalSilenceOutlined.tsx b/src/IconDoNotDisturbOnTotalSilenceOutlined.tsx index 5f5bb224a..ac88b1fee 100644 --- a/src/IconDoNotDisturbOnTotalSilenceOutlined.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnTotalSilenceOutlined: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOnTotalSilenceOutlinedFilled.tsx b/src/IconDoNotDisturbOnTotalSilenceOutlinedFilled.tsx index 55bc99aad..0d1db4c2c 100644 --- a/src/IconDoNotDisturbOnTotalSilenceOutlinedFilled.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnTotalSilenceOutlinedFilled: React.FC< IconProps diff --git a/src/IconDoNotDisturbOnTotalSilenceRounded.tsx b/src/IconDoNotDisturbOnTotalSilenceRounded.tsx index 215aa9fac..22985b087 100644 --- a/src/IconDoNotDisturbOnTotalSilenceRounded.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnTotalSilenceRounded: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOnTotalSilenceRoundedFilled.tsx b/src/IconDoNotDisturbOnTotalSilenceRoundedFilled.tsx index df6a17652..feec07b04 100644 --- a/src/IconDoNotDisturbOnTotalSilenceRoundedFilled.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnTotalSilenceRoundedFilled: React.FC< IconProps diff --git a/src/IconDoNotDisturbOnTotalSilenceSharp.tsx b/src/IconDoNotDisturbOnTotalSilenceSharp.tsx index 94dfd9f23..ada5a10bd 100644 --- a/src/IconDoNotDisturbOnTotalSilenceSharp.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnTotalSilenceSharp: React.FC = ({ ...props diff --git a/src/IconDoNotDisturbOnTotalSilenceSharpFilled.tsx b/src/IconDoNotDisturbOnTotalSilenceSharpFilled.tsx index a7f160c99..beaa91218 100644 --- a/src/IconDoNotDisturbOnTotalSilenceSharpFilled.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotDisturbOnTotalSilenceSharpFilled: React.FC = ({ ...props diff --git a/src/IconDoNotStepOutlined.tsx b/src/IconDoNotStepOutlined.tsx index f40f1d96d..416de8118 100644 --- a/src/IconDoNotStepOutlined.tsx +++ b/src/IconDoNotStepOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotStepOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoNotStepOutlinedFilled.tsx b/src/IconDoNotStepOutlinedFilled.tsx index d3e214c25..5bfdaf0c6 100644 --- a/src/IconDoNotStepOutlinedFilled.tsx +++ b/src/IconDoNotStepOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotStepOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoNotStepRounded.tsx b/src/IconDoNotStepRounded.tsx index 67bc29df9..5523f1f97 100644 --- a/src/IconDoNotStepRounded.tsx +++ b/src/IconDoNotStepRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotStepRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoNotStepRoundedFilled.tsx b/src/IconDoNotStepRoundedFilled.tsx index ba6fecc44..1790f6d95 100644 --- a/src/IconDoNotStepRoundedFilled.tsx +++ b/src/IconDoNotStepRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotStepRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoNotStepSharp.tsx b/src/IconDoNotStepSharp.tsx index 1f3a23a8d..44eb6c585 100644 --- a/src/IconDoNotStepSharp.tsx +++ b/src/IconDoNotStepSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotStepSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoNotStepSharpFilled.tsx b/src/IconDoNotStepSharpFilled.tsx index 3c4fbcf5b..e1e14a35f 100644 --- a/src/IconDoNotStepSharpFilled.tsx +++ b/src/IconDoNotStepSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotStepSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDoNotTouchOutlined.tsx b/src/IconDoNotTouchOutlined.tsx index 16e106915..2d1967efe 100644 --- a/src/IconDoNotTouchOutlined.tsx +++ b/src/IconDoNotTouchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotTouchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoNotTouchOutlinedFilled.tsx b/src/IconDoNotTouchOutlinedFilled.tsx index 18e5675a1..5835754e5 100644 --- a/src/IconDoNotTouchOutlinedFilled.tsx +++ b/src/IconDoNotTouchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotTouchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoNotTouchRounded.tsx b/src/IconDoNotTouchRounded.tsx index 1542165ea..d251ba6aa 100644 --- a/src/IconDoNotTouchRounded.tsx +++ b/src/IconDoNotTouchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotTouchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoNotTouchRoundedFilled.tsx b/src/IconDoNotTouchRoundedFilled.tsx index 442971507..526b042a4 100644 --- a/src/IconDoNotTouchRoundedFilled.tsx +++ b/src/IconDoNotTouchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotTouchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoNotTouchSharp.tsx b/src/IconDoNotTouchSharp.tsx index 145bb0f50..3f0d97de8 100644 --- a/src/IconDoNotTouchSharp.tsx +++ b/src/IconDoNotTouchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotTouchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoNotTouchSharpFilled.tsx b/src/IconDoNotTouchSharpFilled.tsx index edcb03662..523c305de 100644 --- a/src/IconDoNotTouchSharpFilled.tsx +++ b/src/IconDoNotTouchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoNotTouchSharpFilled: React.FC = ({ ...props diff --git a/src/IconDockOutlined.tsx b/src/IconDockOutlined.tsx index 915f09c9a..c70b2afc7 100644 --- a/src/IconDockOutlined.tsx +++ b/src/IconDockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDockOutlinedFilled.tsx b/src/IconDockOutlinedFilled.tsx index 67d0aafca..c068affe7 100644 --- a/src/IconDockOutlinedFilled.tsx +++ b/src/IconDockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDockRounded.tsx b/src/IconDockRounded.tsx index 9b42bc8eb..7ed3cb0a9 100644 --- a/src/IconDockRounded.tsx +++ b/src/IconDockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDockRoundedFilled.tsx b/src/IconDockRoundedFilled.tsx index 61123224f..6fec0f067 100644 --- a/src/IconDockRoundedFilled.tsx +++ b/src/IconDockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDockSharp.tsx b/src/IconDockSharp.tsx index 542b8c4fb..bb024a737 100644 --- a/src/IconDockSharp.tsx +++ b/src/IconDockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDockSharpFilled.tsx b/src/IconDockSharpFilled.tsx index d77cbd92e..26233c996 100644 --- a/src/IconDockSharpFilled.tsx +++ b/src/IconDockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDockToBottomOutlined.tsx b/src/IconDockToBottomOutlined.tsx index 9cf16f1fc..8b107bc6d 100644 --- a/src/IconDockToBottomOutlined.tsx +++ b/src/IconDockToBottomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToBottomOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDockToBottomOutlinedFilled.tsx b/src/IconDockToBottomOutlinedFilled.tsx index a6103f369..d8062f041 100644 --- a/src/IconDockToBottomOutlinedFilled.tsx +++ b/src/IconDockToBottomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToBottomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDockToBottomRounded.tsx b/src/IconDockToBottomRounded.tsx index b581ad543..2a3be3055 100644 --- a/src/IconDockToBottomRounded.tsx +++ b/src/IconDockToBottomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToBottomRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDockToBottomRoundedFilled.tsx b/src/IconDockToBottomRoundedFilled.tsx index cb6d9c8c8..11920f849 100644 --- a/src/IconDockToBottomRoundedFilled.tsx +++ b/src/IconDockToBottomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToBottomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDockToBottomSharp.tsx b/src/IconDockToBottomSharp.tsx index 2b4f97529..31ffdae46 100644 --- a/src/IconDockToBottomSharp.tsx +++ b/src/IconDockToBottomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToBottomSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDockToBottomSharpFilled.tsx b/src/IconDockToBottomSharpFilled.tsx index 515b76799..80c0c133d 100644 --- a/src/IconDockToBottomSharpFilled.tsx +++ b/src/IconDockToBottomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToBottomSharpFilled: React.FC = ({ ...props diff --git a/src/IconDockToLeftOutlined.tsx b/src/IconDockToLeftOutlined.tsx index 1d04db258..2e3eaa760 100644 --- a/src/IconDockToLeftOutlined.tsx +++ b/src/IconDockToLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDockToLeftOutlinedFilled.tsx b/src/IconDockToLeftOutlinedFilled.tsx index 42a6b8406..398d006dc 100644 --- a/src/IconDockToLeftOutlinedFilled.tsx +++ b/src/IconDockToLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDockToLeftRounded.tsx b/src/IconDockToLeftRounded.tsx index b5175f8dc..0e45b5e5c 100644 --- a/src/IconDockToLeftRounded.tsx +++ b/src/IconDockToLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDockToLeftRoundedFilled.tsx b/src/IconDockToLeftRoundedFilled.tsx index 458a06544..e628245a1 100644 --- a/src/IconDockToLeftRoundedFilled.tsx +++ b/src/IconDockToLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDockToLeftSharp.tsx b/src/IconDockToLeftSharp.tsx index bef16890f..380a7e482 100644 --- a/src/IconDockToLeftSharp.tsx +++ b/src/IconDockToLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDockToLeftSharpFilled.tsx b/src/IconDockToLeftSharpFilled.tsx index b8489c049..57cde9b4f 100644 --- a/src/IconDockToLeftSharpFilled.tsx +++ b/src/IconDockToLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconDockToRightOutlined.tsx b/src/IconDockToRightOutlined.tsx index c0033e5fe..a970842ec 100644 --- a/src/IconDockToRightOutlined.tsx +++ b/src/IconDockToRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDockToRightOutlinedFilled.tsx b/src/IconDockToRightOutlinedFilled.tsx index f1c880e56..d4df7529d 100644 --- a/src/IconDockToRightOutlinedFilled.tsx +++ b/src/IconDockToRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDockToRightRounded.tsx b/src/IconDockToRightRounded.tsx index 40a4a890f..88f56fdc4 100644 --- a/src/IconDockToRightRounded.tsx +++ b/src/IconDockToRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDockToRightRoundedFilled.tsx b/src/IconDockToRightRoundedFilled.tsx index fa06af288..431157245 100644 --- a/src/IconDockToRightRoundedFilled.tsx +++ b/src/IconDockToRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDockToRightSharp.tsx b/src/IconDockToRightSharp.tsx index a285a8f56..d75138a07 100644 --- a/src/IconDockToRightSharp.tsx +++ b/src/IconDockToRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDockToRightSharpFilled.tsx b/src/IconDockToRightSharpFilled.tsx index 8857d055e..88b15db58 100644 --- a/src/IconDockToRightSharpFilled.tsx +++ b/src/IconDockToRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDockToRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconDocsAddOnOutlined.tsx b/src/IconDocsAddOnOutlined.tsx index 19c073937..111c73964 100644 --- a/src/IconDocsAddOnOutlined.tsx +++ b/src/IconDocsAddOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAddOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDocsAddOnOutlinedFilled.tsx b/src/IconDocsAddOnOutlinedFilled.tsx index ed8ce8c90..701643b51 100644 --- a/src/IconDocsAddOnOutlinedFilled.tsx +++ b/src/IconDocsAddOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAddOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDocsAddOnRounded.tsx b/src/IconDocsAddOnRounded.tsx index 645c2f09d..98005917e 100644 --- a/src/IconDocsAddOnRounded.tsx +++ b/src/IconDocsAddOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAddOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDocsAddOnRoundedFilled.tsx b/src/IconDocsAddOnRoundedFilled.tsx index d62ae1419..be83a7ed8 100644 --- a/src/IconDocsAddOnRoundedFilled.tsx +++ b/src/IconDocsAddOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAddOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDocsAddOnSharp.tsx b/src/IconDocsAddOnSharp.tsx index e31c50b82..fe647f156 100644 --- a/src/IconDocsAddOnSharp.tsx +++ b/src/IconDocsAddOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAddOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDocsAddOnSharpFilled.tsx b/src/IconDocsAddOnSharpFilled.tsx index 3e5bba4cf..41790ed76 100644 --- a/src/IconDocsAddOnSharpFilled.tsx +++ b/src/IconDocsAddOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAddOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDocsAppsScriptOutlined.tsx b/src/IconDocsAppsScriptOutlined.tsx index 2a0632f47..26a47f219 100644 --- a/src/IconDocsAppsScriptOutlined.tsx +++ b/src/IconDocsAppsScriptOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAppsScriptOutlined: React.FC = ({ ...props diff --git a/src/IconDocsAppsScriptOutlinedFilled.tsx b/src/IconDocsAppsScriptOutlinedFilled.tsx index 715732a0c..8e448d2a6 100644 --- a/src/IconDocsAppsScriptOutlinedFilled.tsx +++ b/src/IconDocsAppsScriptOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAppsScriptOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDocsAppsScriptRounded.tsx b/src/IconDocsAppsScriptRounded.tsx index f6c1cd312..ceb79e1c2 100644 --- a/src/IconDocsAppsScriptRounded.tsx +++ b/src/IconDocsAppsScriptRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAppsScriptRounded: React.FC = ({ ...props diff --git a/src/IconDocsAppsScriptRoundedFilled.tsx b/src/IconDocsAppsScriptRoundedFilled.tsx index 289555304..160375443 100644 --- a/src/IconDocsAppsScriptRoundedFilled.tsx +++ b/src/IconDocsAppsScriptRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAppsScriptRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDocsAppsScriptSharp.tsx b/src/IconDocsAppsScriptSharp.tsx index 69a714207..7fc499c13 100644 --- a/src/IconDocsAppsScriptSharp.tsx +++ b/src/IconDocsAppsScriptSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAppsScriptSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDocsAppsScriptSharpFilled.tsx b/src/IconDocsAppsScriptSharpFilled.tsx index 1669d2f6d..cf22eab4c 100644 --- a/src/IconDocsAppsScriptSharpFilled.tsx +++ b/src/IconDocsAppsScriptSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocsAppsScriptSharpFilled: React.FC = ({ ...props diff --git a/src/IconDocumentScannerOutlined.tsx b/src/IconDocumentScannerOutlined.tsx index 214d90ffb..59e104b3a 100644 --- a/src/IconDocumentScannerOutlined.tsx +++ b/src/IconDocumentScannerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocumentScannerOutlined: React.FC = ({ ...props diff --git a/src/IconDocumentScannerOutlinedFilled.tsx b/src/IconDocumentScannerOutlinedFilled.tsx index 27341ceca..83d1a2193 100644 --- a/src/IconDocumentScannerOutlinedFilled.tsx +++ b/src/IconDocumentScannerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocumentScannerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDocumentScannerRounded.tsx b/src/IconDocumentScannerRounded.tsx index cbed13a98..fbeab7807 100644 --- a/src/IconDocumentScannerRounded.tsx +++ b/src/IconDocumentScannerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocumentScannerRounded: React.FC = ({ ...props diff --git a/src/IconDocumentScannerRoundedFilled.tsx b/src/IconDocumentScannerRoundedFilled.tsx index 8475cfc62..f5ec0e0d8 100644 --- a/src/IconDocumentScannerRoundedFilled.tsx +++ b/src/IconDocumentScannerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocumentScannerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDocumentScannerSharp.tsx b/src/IconDocumentScannerSharp.tsx index b200d53cd..f816e395c 100644 --- a/src/IconDocumentScannerSharp.tsx +++ b/src/IconDocumentScannerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocumentScannerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDocumentScannerSharpFilled.tsx b/src/IconDocumentScannerSharpFilled.tsx index 2a30348ac..85940814f 100644 --- a/src/IconDocumentScannerSharpFilled.tsx +++ b/src/IconDocumentScannerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDocumentScannerSharpFilled: React.FC = ({ ...props diff --git a/src/IconDomainAddOutlined.tsx b/src/IconDomainAddOutlined.tsx index 0a55f832a..696aa95e9 100644 --- a/src/IconDomainAddOutlined.tsx +++ b/src/IconDomainAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDomainAddOutlinedFilled.tsx b/src/IconDomainAddOutlinedFilled.tsx index ab9e15bfc..8cff2fbab 100644 --- a/src/IconDomainAddOutlinedFilled.tsx +++ b/src/IconDomainAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDomainAddRounded.tsx b/src/IconDomainAddRounded.tsx index 683360e5b..cc9020825 100644 --- a/src/IconDomainAddRounded.tsx +++ b/src/IconDomainAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDomainAddRoundedFilled.tsx b/src/IconDomainAddRoundedFilled.tsx index 284d0378d..0268adcbe 100644 --- a/src/IconDomainAddRoundedFilled.tsx +++ b/src/IconDomainAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDomainAddSharp.tsx b/src/IconDomainAddSharp.tsx index 4315810db..e6c49c726 100644 --- a/src/IconDomainAddSharp.tsx +++ b/src/IconDomainAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDomainAddSharpFilled.tsx b/src/IconDomainAddSharpFilled.tsx index 8c6292cfa..959a004b9 100644 --- a/src/IconDomainAddSharpFilled.tsx +++ b/src/IconDomainAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDomainDisabledOutlined.tsx b/src/IconDomainDisabledOutlined.tsx index c75715857..406fe0b6d 100644 --- a/src/IconDomainDisabledOutlined.tsx +++ b/src/IconDomainDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconDomainDisabledOutlinedFilled.tsx b/src/IconDomainDisabledOutlinedFilled.tsx index 2236944b8..9468a1807 100644 --- a/src/IconDomainDisabledOutlinedFilled.tsx +++ b/src/IconDomainDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDomainDisabledRounded.tsx b/src/IconDomainDisabledRounded.tsx index 2d0878254..18255e8f8 100644 --- a/src/IconDomainDisabledRounded.tsx +++ b/src/IconDomainDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainDisabledRounded: React.FC = ({ ...props diff --git a/src/IconDomainDisabledRoundedFilled.tsx b/src/IconDomainDisabledRoundedFilled.tsx index 0e09199c6..989b88143 100644 --- a/src/IconDomainDisabledRoundedFilled.tsx +++ b/src/IconDomainDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDomainDisabledSharp.tsx b/src/IconDomainDisabledSharp.tsx index 3b64de4e5..7adf275c8 100644 --- a/src/IconDomainDisabledSharp.tsx +++ b/src/IconDomainDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainDisabledSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDomainDisabledSharpFilled.tsx b/src/IconDomainDisabledSharpFilled.tsx index 2dd5de1f7..105e7d293 100644 --- a/src/IconDomainDisabledSharpFilled.tsx +++ b/src/IconDomainDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconDomainOutlined.tsx b/src/IconDomainOutlined.tsx index d360de033..a61fff25f 100644 --- a/src/IconDomainOutlined.tsx +++ b/src/IconDomainOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDomainOutlinedFilled.tsx b/src/IconDomainOutlinedFilled.tsx index 4aa4d7830..ce73168e9 100644 --- a/src/IconDomainOutlinedFilled.tsx +++ b/src/IconDomainOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDomainRounded.tsx b/src/IconDomainRounded.tsx index 7ec0bf08e..68521a246 100644 --- a/src/IconDomainRounded.tsx +++ b/src/IconDomainRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDomainRoundedFilled.tsx b/src/IconDomainRoundedFilled.tsx index 839e2120d..04d487012 100644 --- a/src/IconDomainRoundedFilled.tsx +++ b/src/IconDomainRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDomainSharp.tsx b/src/IconDomainSharp.tsx index 0e6c8bb72..6d28c5d79 100644 --- a/src/IconDomainSharp.tsx +++ b/src/IconDomainSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDomainSharpFilled.tsx b/src/IconDomainSharpFilled.tsx index fb197ce70..8834186c4 100644 --- a/src/IconDomainSharpFilled.tsx +++ b/src/IconDomainSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDomainVerificationOffOutlined.tsx b/src/IconDomainVerificationOffOutlined.tsx index 336057876..d3a8fbfae 100644 --- a/src/IconDomainVerificationOffOutlined.tsx +++ b/src/IconDomainVerificationOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationOffOutlined: React.FC = ({ ...props diff --git a/src/IconDomainVerificationOffOutlinedFilled.tsx b/src/IconDomainVerificationOffOutlinedFilled.tsx index 596d124e5..4d9a6f47e 100644 --- a/src/IconDomainVerificationOffOutlinedFilled.tsx +++ b/src/IconDomainVerificationOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDomainVerificationOffRounded.tsx b/src/IconDomainVerificationOffRounded.tsx index 62c7f9cca..252f70fb3 100644 --- a/src/IconDomainVerificationOffRounded.tsx +++ b/src/IconDomainVerificationOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationOffRounded: React.FC = ({ ...props diff --git a/src/IconDomainVerificationOffRoundedFilled.tsx b/src/IconDomainVerificationOffRoundedFilled.tsx index 18a2cca60..853550b95 100644 --- a/src/IconDomainVerificationOffRoundedFilled.tsx +++ b/src/IconDomainVerificationOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDomainVerificationOffSharp.tsx b/src/IconDomainVerificationOffSharp.tsx index af0bc176d..801afa73a 100644 --- a/src/IconDomainVerificationOffSharp.tsx +++ b/src/IconDomainVerificationOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationOffSharp: React.FC = ({ ...props diff --git a/src/IconDomainVerificationOffSharpFilled.tsx b/src/IconDomainVerificationOffSharpFilled.tsx index 02fa7300a..0b7c5a1dd 100644 --- a/src/IconDomainVerificationOffSharpFilled.tsx +++ b/src/IconDomainVerificationOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconDomainVerificationOutlined.tsx b/src/IconDomainVerificationOutlined.tsx index d7e67588d..907e2f3e4 100644 --- a/src/IconDomainVerificationOutlined.tsx +++ b/src/IconDomainVerificationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationOutlined: React.FC = ({ ...props diff --git a/src/IconDomainVerificationOutlinedFilled.tsx b/src/IconDomainVerificationOutlinedFilled.tsx index 5c55a1ace..e4ba3ea73 100644 --- a/src/IconDomainVerificationOutlinedFilled.tsx +++ b/src/IconDomainVerificationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDomainVerificationRounded.tsx b/src/IconDomainVerificationRounded.tsx index bcc44f582..7813d0bb0 100644 --- a/src/IconDomainVerificationRounded.tsx +++ b/src/IconDomainVerificationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationRounded: React.FC = ({ ...props diff --git a/src/IconDomainVerificationRoundedFilled.tsx b/src/IconDomainVerificationRoundedFilled.tsx index 0ff8e2afd..6e3a3434e 100644 --- a/src/IconDomainVerificationRoundedFilled.tsx +++ b/src/IconDomainVerificationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDomainVerificationSharp.tsx b/src/IconDomainVerificationSharp.tsx index 0f6c74206..e16829263 100644 --- a/src/IconDomainVerificationSharp.tsx +++ b/src/IconDomainVerificationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationSharp: React.FC = ({ ...props diff --git a/src/IconDomainVerificationSharpFilled.tsx b/src/IconDomainVerificationSharpFilled.tsx index 0c36fe9ed..eabe9c83e 100644 --- a/src/IconDomainVerificationSharpFilled.tsx +++ b/src/IconDomainVerificationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDomainVerificationSharpFilled: React.FC = ({ ...props diff --git a/src/IconDominoMaskOutlined.tsx b/src/IconDominoMaskOutlined.tsx index 7051db17a..5b02b4a2e 100644 --- a/src/IconDominoMaskOutlined.tsx +++ b/src/IconDominoMaskOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDominoMaskOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDominoMaskOutlinedFilled.tsx b/src/IconDominoMaskOutlinedFilled.tsx index 55789b6af..072c1fa56 100644 --- a/src/IconDominoMaskOutlinedFilled.tsx +++ b/src/IconDominoMaskOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDominoMaskOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDominoMaskRounded.tsx b/src/IconDominoMaskRounded.tsx index d63220b19..3fecc1056 100644 --- a/src/IconDominoMaskRounded.tsx +++ b/src/IconDominoMaskRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDominoMaskRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDominoMaskRoundedFilled.tsx b/src/IconDominoMaskRoundedFilled.tsx index 1f6f70197..1ecf9da77 100644 --- a/src/IconDominoMaskRoundedFilled.tsx +++ b/src/IconDominoMaskRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDominoMaskRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDominoMaskSharp.tsx b/src/IconDominoMaskSharp.tsx index 122dac594..5ab6c568c 100644 --- a/src/IconDominoMaskSharp.tsx +++ b/src/IconDominoMaskSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDominoMaskSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDominoMaskSharpFilled.tsx b/src/IconDominoMaskSharpFilled.tsx index 2bcf57d2d..4c35e5a0c 100644 --- a/src/IconDominoMaskSharpFilled.tsx +++ b/src/IconDominoMaskSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDominoMaskSharpFilled: React.FC = ({ ...props diff --git a/src/IconDoneAllOutlined.tsx b/src/IconDoneAllOutlined.tsx index 743a7fd6f..1588acd8c 100644 --- a/src/IconDoneAllOutlined.tsx +++ b/src/IconDoneAllOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneAllOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoneAllOutlinedFilled.tsx b/src/IconDoneAllOutlinedFilled.tsx index cb02928b7..9dafe7bdf 100644 --- a/src/IconDoneAllOutlinedFilled.tsx +++ b/src/IconDoneAllOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneAllOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoneAllRounded.tsx b/src/IconDoneAllRounded.tsx index 1e2d37ce1..405fcfe5d 100644 --- a/src/IconDoneAllRounded.tsx +++ b/src/IconDoneAllRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneAllRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoneAllRoundedFilled.tsx b/src/IconDoneAllRoundedFilled.tsx index a5f6e23ad..8c068db0d 100644 --- a/src/IconDoneAllRoundedFilled.tsx +++ b/src/IconDoneAllRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneAllRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDoneAllSharp.tsx b/src/IconDoneAllSharp.tsx index 3498bff33..269060c83 100644 --- a/src/IconDoneAllSharp.tsx +++ b/src/IconDoneAllSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneAllSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoneAllSharpFilled.tsx b/src/IconDoneAllSharpFilled.tsx index 3e3338e3b..6ec3e833a 100644 --- a/src/IconDoneAllSharpFilled.tsx +++ b/src/IconDoneAllSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneAllSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDoneOutlineOutlined.tsx b/src/IconDoneOutlineOutlined.tsx index 1fb7d6a9c..1d0f86817 100644 --- a/src/IconDoneOutlineOutlined.tsx +++ b/src/IconDoneOutlineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneOutlineOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoneOutlineOutlinedFilled.tsx b/src/IconDoneOutlineOutlinedFilled.tsx index f78f84a1d..c624f682a 100644 --- a/src/IconDoneOutlineOutlinedFilled.tsx +++ b/src/IconDoneOutlineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneOutlineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoneOutlineRounded.tsx b/src/IconDoneOutlineRounded.tsx index 5454f460c..edb6e5060 100644 --- a/src/IconDoneOutlineRounded.tsx +++ b/src/IconDoneOutlineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneOutlineRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoneOutlineRoundedFilled.tsx b/src/IconDoneOutlineRoundedFilled.tsx index 0e475ed91..6af292a3a 100644 --- a/src/IconDoneOutlineRoundedFilled.tsx +++ b/src/IconDoneOutlineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneOutlineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoneOutlineSharp.tsx b/src/IconDoneOutlineSharp.tsx index b9ffbe5e9..20b0d9bd7 100644 --- a/src/IconDoneOutlineSharp.tsx +++ b/src/IconDoneOutlineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneOutlineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoneOutlineSharpFilled.tsx b/src/IconDoneOutlineSharpFilled.tsx index 4f73e8a77..d85b4982d 100644 --- a/src/IconDoneOutlineSharpFilled.tsx +++ b/src/IconDoneOutlineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoneOutlineSharpFilled: React.FC = ({ ...props diff --git a/src/IconDonutLargeOutlined.tsx b/src/IconDonutLargeOutlined.tsx index f0dd9468b..7b07c4025 100644 --- a/src/IconDonutLargeOutlined.tsx +++ b/src/IconDonutLargeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutLargeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDonutLargeOutlinedFilled.tsx b/src/IconDonutLargeOutlinedFilled.tsx index a0fb3206a..0bc113dc5 100644 --- a/src/IconDonutLargeOutlinedFilled.tsx +++ b/src/IconDonutLargeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutLargeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDonutLargeRounded.tsx b/src/IconDonutLargeRounded.tsx index d1d520bbe..73c405211 100644 --- a/src/IconDonutLargeRounded.tsx +++ b/src/IconDonutLargeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutLargeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDonutLargeRoundedFilled.tsx b/src/IconDonutLargeRoundedFilled.tsx index 8ab979b1d..9e1821615 100644 --- a/src/IconDonutLargeRoundedFilled.tsx +++ b/src/IconDonutLargeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutLargeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDonutLargeSharp.tsx b/src/IconDonutLargeSharp.tsx index 9b5791bd1..27b2a8758 100644 --- a/src/IconDonutLargeSharp.tsx +++ b/src/IconDonutLargeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutLargeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDonutLargeSharpFilled.tsx b/src/IconDonutLargeSharpFilled.tsx index a1302bfe0..0045bb3f9 100644 --- a/src/IconDonutLargeSharpFilled.tsx +++ b/src/IconDonutLargeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutLargeSharpFilled: React.FC = ({ ...props diff --git a/src/IconDonutSmallOutlined.tsx b/src/IconDonutSmallOutlined.tsx index e0ecc71bf..15cf2ecb9 100644 --- a/src/IconDonutSmallOutlined.tsx +++ b/src/IconDonutSmallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutSmallOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDonutSmallOutlinedFilled.tsx b/src/IconDonutSmallOutlinedFilled.tsx index 30e011abe..888d2b9ce 100644 --- a/src/IconDonutSmallOutlinedFilled.tsx +++ b/src/IconDonutSmallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutSmallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDonutSmallRounded.tsx b/src/IconDonutSmallRounded.tsx index 7e7fe1744..4ab07d0a1 100644 --- a/src/IconDonutSmallRounded.tsx +++ b/src/IconDonutSmallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutSmallRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDonutSmallRoundedFilled.tsx b/src/IconDonutSmallRoundedFilled.tsx index 4ad407e53..6d02f0097 100644 --- a/src/IconDonutSmallRoundedFilled.tsx +++ b/src/IconDonutSmallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutSmallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDonutSmallSharp.tsx b/src/IconDonutSmallSharp.tsx index 001c20bb1..6581a63b3 100644 --- a/src/IconDonutSmallSharp.tsx +++ b/src/IconDonutSmallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutSmallSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDonutSmallSharpFilled.tsx b/src/IconDonutSmallSharpFilled.tsx index df595942e..6afab98ad 100644 --- a/src/IconDonutSmallSharpFilled.tsx +++ b/src/IconDonutSmallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDonutSmallSharpFilled: React.FC = ({ ...props diff --git a/src/IconDoorBackOutlined.tsx b/src/IconDoorBackOutlined.tsx index 8e6f6c4be..c6d1074a4 100644 --- a/src/IconDoorBackOutlined.tsx +++ b/src/IconDoorBackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorBackOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorBackOutlinedFilled.tsx b/src/IconDoorBackOutlinedFilled.tsx index ece9277d5..f2a779f7e 100644 --- a/src/IconDoorBackOutlinedFilled.tsx +++ b/src/IconDoorBackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorBackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoorBackRounded.tsx b/src/IconDoorBackRounded.tsx index c3878d8d3..b1b5f7005 100644 --- a/src/IconDoorBackRounded.tsx +++ b/src/IconDoorBackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorBackRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorBackRoundedFilled.tsx b/src/IconDoorBackRoundedFilled.tsx index 1aec22c2d..b4557c682 100644 --- a/src/IconDoorBackRoundedFilled.tsx +++ b/src/IconDoorBackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorBackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoorBackSharp.tsx b/src/IconDoorBackSharp.tsx index 91193c235..22e85621c 100644 --- a/src/IconDoorBackSharp.tsx +++ b/src/IconDoorBackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorBackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorBackSharpFilled.tsx b/src/IconDoorBackSharpFilled.tsx index f88c4c20f..7f1e4ec92 100644 --- a/src/IconDoorBackSharpFilled.tsx +++ b/src/IconDoorBackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorBackSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorFrontOutlined.tsx b/src/IconDoorFrontOutlined.tsx index a011241a0..614b543b3 100644 --- a/src/IconDoorFrontOutlined.tsx +++ b/src/IconDoorFrontOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorFrontOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorFrontOutlinedFilled.tsx b/src/IconDoorFrontOutlinedFilled.tsx index 309001f7f..bf5bbc5e3 100644 --- a/src/IconDoorFrontOutlinedFilled.tsx +++ b/src/IconDoorFrontOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorFrontOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoorFrontRounded.tsx b/src/IconDoorFrontRounded.tsx index 3ccd7851b..298c3d816 100644 --- a/src/IconDoorFrontRounded.tsx +++ b/src/IconDoorFrontRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorFrontRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorFrontRoundedFilled.tsx b/src/IconDoorFrontRoundedFilled.tsx index ec6afbf22..3d2f24120 100644 --- a/src/IconDoorFrontRoundedFilled.tsx +++ b/src/IconDoorFrontRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorFrontRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoorFrontSharp.tsx b/src/IconDoorFrontSharp.tsx index b2fd3b83f..49edc93fc 100644 --- a/src/IconDoorFrontSharp.tsx +++ b/src/IconDoorFrontSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorFrontSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorFrontSharpFilled.tsx b/src/IconDoorFrontSharpFilled.tsx index 6eabe47a3..6b3cc7cf2 100644 --- a/src/IconDoorFrontSharpFilled.tsx +++ b/src/IconDoorFrontSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorFrontSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorOpenOutlined.tsx b/src/IconDoorOpenOutlined.tsx index 0f3d4e417..d4a3a2cc0 100644 --- a/src/IconDoorOpenOutlined.tsx +++ b/src/IconDoorOpenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorOpenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorOpenOutlinedFilled.tsx b/src/IconDoorOpenOutlinedFilled.tsx index 2be57d546..2c2c6d710 100644 --- a/src/IconDoorOpenOutlinedFilled.tsx +++ b/src/IconDoorOpenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorOpenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoorOpenRounded.tsx b/src/IconDoorOpenRounded.tsx index 082629e64..a5b558f29 100644 --- a/src/IconDoorOpenRounded.tsx +++ b/src/IconDoorOpenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorOpenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorOpenRoundedFilled.tsx b/src/IconDoorOpenRoundedFilled.tsx index ddcb9ead6..4396cb030 100644 --- a/src/IconDoorOpenRoundedFilled.tsx +++ b/src/IconDoorOpenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorOpenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoorOpenSharp.tsx b/src/IconDoorOpenSharp.tsx index 8f4dd3dd3..e8398b5f6 100644 --- a/src/IconDoorOpenSharp.tsx +++ b/src/IconDoorOpenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorOpenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorOpenSharpFilled.tsx b/src/IconDoorOpenSharpFilled.tsx index d183bb337..a808fa044 100644 --- a/src/IconDoorOpenSharpFilled.tsx +++ b/src/IconDoorOpenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorOpenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorSensorOutlined.tsx b/src/IconDoorSensorOutlined.tsx index 3bfd33d42..4f49e8fe5 100644 --- a/src/IconDoorSensorOutlined.tsx +++ b/src/IconDoorSensorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSensorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorSensorOutlinedFilled.tsx b/src/IconDoorSensorOutlinedFilled.tsx index 97fb97e0d..e28aaf7b3 100644 --- a/src/IconDoorSensorOutlinedFilled.tsx +++ b/src/IconDoorSensorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSensorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoorSensorRounded.tsx b/src/IconDoorSensorRounded.tsx index 5b6e39a7b..58cee3276 100644 --- a/src/IconDoorSensorRounded.tsx +++ b/src/IconDoorSensorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSensorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorSensorRoundedFilled.tsx b/src/IconDoorSensorRoundedFilled.tsx index af5cabce7..83755ce6c 100644 --- a/src/IconDoorSensorRoundedFilled.tsx +++ b/src/IconDoorSensorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSensorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoorSensorSharp.tsx b/src/IconDoorSensorSharp.tsx index 6e7b12f76..0911c1fba 100644 --- a/src/IconDoorSensorSharp.tsx +++ b/src/IconDoorSensorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSensorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorSensorSharpFilled.tsx b/src/IconDoorSensorSharpFilled.tsx index fa78acd85..3a25e43b7 100644 --- a/src/IconDoorSensorSharpFilled.tsx +++ b/src/IconDoorSensorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSensorSharpFilled: React.FC = ({ ...props diff --git a/src/IconDoorSlidingOutlined.tsx b/src/IconDoorSlidingOutlined.tsx index e53d88587..1860f8b6b 100644 --- a/src/IconDoorSlidingOutlined.tsx +++ b/src/IconDoorSlidingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSlidingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorSlidingOutlinedFilled.tsx b/src/IconDoorSlidingOutlinedFilled.tsx index 17f02e701..6f921f88b 100644 --- a/src/IconDoorSlidingOutlinedFilled.tsx +++ b/src/IconDoorSlidingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSlidingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoorSlidingRounded.tsx b/src/IconDoorSlidingRounded.tsx index fda3919cd..9709bf62e 100644 --- a/src/IconDoorSlidingRounded.tsx +++ b/src/IconDoorSlidingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSlidingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorSlidingRoundedFilled.tsx b/src/IconDoorSlidingRoundedFilled.tsx index 24cbbe0a5..f5927a84b 100644 --- a/src/IconDoorSlidingRoundedFilled.tsx +++ b/src/IconDoorSlidingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSlidingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoorSlidingSharp.tsx b/src/IconDoorSlidingSharp.tsx index 255e8d763..78f741d90 100644 --- a/src/IconDoorSlidingSharp.tsx +++ b/src/IconDoorSlidingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSlidingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorSlidingSharpFilled.tsx b/src/IconDoorSlidingSharpFilled.tsx index 5ec3f4ae2..8e5964e0c 100644 --- a/src/IconDoorSlidingSharpFilled.tsx +++ b/src/IconDoorSlidingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorSlidingSharpFilled: React.FC = ({ ...props diff --git a/src/IconDoorbell3pOutlined.tsx b/src/IconDoorbell3pOutlined.tsx index 160688215..6584ab4fb 100644 --- a/src/IconDoorbell3pOutlined.tsx +++ b/src/IconDoorbell3pOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbell3pOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorbell3pOutlinedFilled.tsx b/src/IconDoorbell3pOutlinedFilled.tsx index 256e1790a..47b03dffc 100644 --- a/src/IconDoorbell3pOutlinedFilled.tsx +++ b/src/IconDoorbell3pOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbell3pOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoorbell3pRounded.tsx b/src/IconDoorbell3pRounded.tsx index eb33aefc8..afa750c85 100644 --- a/src/IconDoorbell3pRounded.tsx +++ b/src/IconDoorbell3pRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbell3pRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorbell3pRoundedFilled.tsx b/src/IconDoorbell3pRoundedFilled.tsx index b06f86b41..e82bea1a6 100644 --- a/src/IconDoorbell3pRoundedFilled.tsx +++ b/src/IconDoorbell3pRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbell3pRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoorbell3pSharp.tsx b/src/IconDoorbell3pSharp.tsx index 1a89e049f..32993af0c 100644 --- a/src/IconDoorbell3pSharp.tsx +++ b/src/IconDoorbell3pSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbell3pSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorbell3pSharpFilled.tsx b/src/IconDoorbell3pSharpFilled.tsx index 3cee3aa44..4f9346c1b 100644 --- a/src/IconDoorbell3pSharpFilled.tsx +++ b/src/IconDoorbell3pSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbell3pSharpFilled: React.FC = ({ ...props diff --git a/src/IconDoorbellChimeOutlined.tsx b/src/IconDoorbellChimeOutlined.tsx index c8e20f347..5072e22d0 100644 --- a/src/IconDoorbellChimeOutlined.tsx +++ b/src/IconDoorbellChimeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellChimeOutlined: React.FC = ({ ...props diff --git a/src/IconDoorbellChimeOutlinedFilled.tsx b/src/IconDoorbellChimeOutlinedFilled.tsx index b6fcee13b..879b45cda 100644 --- a/src/IconDoorbellChimeOutlinedFilled.tsx +++ b/src/IconDoorbellChimeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellChimeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoorbellChimeRounded.tsx b/src/IconDoorbellChimeRounded.tsx index 2c8776f40..ee3b2fcdd 100644 --- a/src/IconDoorbellChimeRounded.tsx +++ b/src/IconDoorbellChimeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellChimeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorbellChimeRoundedFilled.tsx b/src/IconDoorbellChimeRoundedFilled.tsx index c31984695..284541629 100644 --- a/src/IconDoorbellChimeRoundedFilled.tsx +++ b/src/IconDoorbellChimeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellChimeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoorbellChimeSharp.tsx b/src/IconDoorbellChimeSharp.tsx index 07d30cd59..dd0cde6a0 100644 --- a/src/IconDoorbellChimeSharp.tsx +++ b/src/IconDoorbellChimeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellChimeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorbellChimeSharpFilled.tsx b/src/IconDoorbellChimeSharpFilled.tsx index 151a1fbd2..4945d3dcd 100644 --- a/src/IconDoorbellChimeSharpFilled.tsx +++ b/src/IconDoorbellChimeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellChimeSharpFilled: React.FC = ({ ...props diff --git a/src/IconDoorbellOutlined.tsx b/src/IconDoorbellOutlined.tsx index 846f73da0..4154e3657 100644 --- a/src/IconDoorbellOutlined.tsx +++ b/src/IconDoorbellOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorbellOutlinedFilled.tsx b/src/IconDoorbellOutlinedFilled.tsx index 030e8529b..875720d22 100644 --- a/src/IconDoorbellOutlinedFilled.tsx +++ b/src/IconDoorbellOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoorbellRounded.tsx b/src/IconDoorbellRounded.tsx index cfea7788a..e7c7bd3e5 100644 --- a/src/IconDoorbellRounded.tsx +++ b/src/IconDoorbellRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorbellRoundedFilled.tsx b/src/IconDoorbellRoundedFilled.tsx index ddcb55b2d..180462eae 100644 --- a/src/IconDoorbellRoundedFilled.tsx +++ b/src/IconDoorbellRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoorbellSharp.tsx b/src/IconDoorbellSharp.tsx index 6d0389a4e..690290076 100644 --- a/src/IconDoorbellSharp.tsx +++ b/src/IconDoorbellSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoorbellSharpFilled.tsx b/src/IconDoorbellSharpFilled.tsx index b3d0f5924..c2498f847 100644 --- a/src/IconDoorbellSharpFilled.tsx +++ b/src/IconDoorbellSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoorbellSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDoubleArrowOutlined.tsx b/src/IconDoubleArrowOutlined.tsx index 6a98d9b97..1f51314e8 100644 --- a/src/IconDoubleArrowOutlined.tsx +++ b/src/IconDoubleArrowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoubleArrowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDoubleArrowOutlinedFilled.tsx b/src/IconDoubleArrowOutlinedFilled.tsx index d3b7f0318..31d2a190d 100644 --- a/src/IconDoubleArrowOutlinedFilled.tsx +++ b/src/IconDoubleArrowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoubleArrowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDoubleArrowRounded.tsx b/src/IconDoubleArrowRounded.tsx index cedf368d5..cd601a112 100644 --- a/src/IconDoubleArrowRounded.tsx +++ b/src/IconDoubleArrowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoubleArrowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDoubleArrowRoundedFilled.tsx b/src/IconDoubleArrowRoundedFilled.tsx index 3e3ad2986..2fcfe032d 100644 --- a/src/IconDoubleArrowRoundedFilled.tsx +++ b/src/IconDoubleArrowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoubleArrowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDoubleArrowSharp.tsx b/src/IconDoubleArrowSharp.tsx index 9ffad7859..d08c99834 100644 --- a/src/IconDoubleArrowSharp.tsx +++ b/src/IconDoubleArrowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoubleArrowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDoubleArrowSharpFilled.tsx b/src/IconDoubleArrowSharpFilled.tsx index 72e3982d3..a5d7c8228 100644 --- a/src/IconDoubleArrowSharpFilled.tsx +++ b/src/IconDoubleArrowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDoubleArrowSharpFilled: React.FC = ({ ...props diff --git a/src/IconDownhillSkiingOutlined.tsx b/src/IconDownhillSkiingOutlined.tsx index 2b75dcb73..99edba845 100644 --- a/src/IconDownhillSkiingOutlined.tsx +++ b/src/IconDownhillSkiingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownhillSkiingOutlined: React.FC = ({ ...props diff --git a/src/IconDownhillSkiingOutlinedFilled.tsx b/src/IconDownhillSkiingOutlinedFilled.tsx index c729c1a79..a6b0e3f93 100644 --- a/src/IconDownhillSkiingOutlinedFilled.tsx +++ b/src/IconDownhillSkiingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownhillSkiingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDownhillSkiingRounded.tsx b/src/IconDownhillSkiingRounded.tsx index af24cded5..e70ad3ab1 100644 --- a/src/IconDownhillSkiingRounded.tsx +++ b/src/IconDownhillSkiingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownhillSkiingRounded: React.FC = ({ ...props diff --git a/src/IconDownhillSkiingRoundedFilled.tsx b/src/IconDownhillSkiingRoundedFilled.tsx index 25d33ba36..79b59d083 100644 --- a/src/IconDownhillSkiingRoundedFilled.tsx +++ b/src/IconDownhillSkiingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownhillSkiingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDownhillSkiingSharp.tsx b/src/IconDownhillSkiingSharp.tsx index 41f2cf764..9e219b150 100644 --- a/src/IconDownhillSkiingSharp.tsx +++ b/src/IconDownhillSkiingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownhillSkiingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDownhillSkiingSharpFilled.tsx b/src/IconDownhillSkiingSharpFilled.tsx index 1ba0bf8d6..ffd1447fe 100644 --- a/src/IconDownhillSkiingSharpFilled.tsx +++ b/src/IconDownhillSkiingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownhillSkiingSharpFilled: React.FC = ({ ...props diff --git a/src/IconDownload2Outlined.tsx b/src/IconDownload2Outlined.tsx index f41b5931e..fd093ef30 100644 --- a/src/IconDownload2Outlined.tsx +++ b/src/IconDownload2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownload2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDownload2OutlinedFilled.tsx b/src/IconDownload2OutlinedFilled.tsx index aa06358bb..33e1230b4 100644 --- a/src/IconDownload2OutlinedFilled.tsx +++ b/src/IconDownload2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownload2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDownload2Rounded.tsx b/src/IconDownload2Rounded.tsx index abb91d0f6..714a44bc2 100644 --- a/src/IconDownload2Rounded.tsx +++ b/src/IconDownload2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownload2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDownload2RoundedFilled.tsx b/src/IconDownload2RoundedFilled.tsx index 721e30025..6d4334162 100644 --- a/src/IconDownload2RoundedFilled.tsx +++ b/src/IconDownload2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownload2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconDownload2Sharp.tsx b/src/IconDownload2Sharp.tsx index b558a243a..84ccd670b 100644 --- a/src/IconDownload2Sharp.tsx +++ b/src/IconDownload2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownload2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDownload2SharpFilled.tsx b/src/IconDownload2SharpFilled.tsx index 80f6bba0b..d74c74766 100644 --- a/src/IconDownload2SharpFilled.tsx +++ b/src/IconDownload2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownload2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDownloadDoneOutlined.tsx b/src/IconDownloadDoneOutlined.tsx index dd8b4aa49..3f3a39a59 100644 --- a/src/IconDownloadDoneOutlined.tsx +++ b/src/IconDownloadDoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadDoneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDownloadDoneOutlinedFilled.tsx b/src/IconDownloadDoneOutlinedFilled.tsx index deb0290a9..b57e79f07 100644 --- a/src/IconDownloadDoneOutlinedFilled.tsx +++ b/src/IconDownloadDoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadDoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDownloadDoneRounded.tsx b/src/IconDownloadDoneRounded.tsx index 2fbce7e47..e624999a1 100644 --- a/src/IconDownloadDoneRounded.tsx +++ b/src/IconDownloadDoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadDoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDownloadDoneRoundedFilled.tsx b/src/IconDownloadDoneRoundedFilled.tsx index fe4fe960a..26b72e75f 100644 --- a/src/IconDownloadDoneRoundedFilled.tsx +++ b/src/IconDownloadDoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadDoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDownloadDoneSharp.tsx b/src/IconDownloadDoneSharp.tsx index bce5db44b..210405704 100644 --- a/src/IconDownloadDoneSharp.tsx +++ b/src/IconDownloadDoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadDoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDownloadDoneSharpFilled.tsx b/src/IconDownloadDoneSharpFilled.tsx index 1907df45e..badd8db3b 100644 --- a/src/IconDownloadDoneSharpFilled.tsx +++ b/src/IconDownloadDoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadDoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconDownloadForOfflineOutlined.tsx b/src/IconDownloadForOfflineOutlined.tsx index faf686a7f..c1689868a 100644 --- a/src/IconDownloadForOfflineOutlined.tsx +++ b/src/IconDownloadForOfflineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadForOfflineOutlined: React.FC = ({ ...props diff --git a/src/IconDownloadForOfflineOutlinedFilled.tsx b/src/IconDownloadForOfflineOutlinedFilled.tsx index 46de92dfd..79bb584d9 100644 --- a/src/IconDownloadForOfflineOutlinedFilled.tsx +++ b/src/IconDownloadForOfflineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadForOfflineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDownloadForOfflineRounded.tsx b/src/IconDownloadForOfflineRounded.tsx index 467f3dcc5..345d7e353 100644 --- a/src/IconDownloadForOfflineRounded.tsx +++ b/src/IconDownloadForOfflineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadForOfflineRounded: React.FC = ({ ...props diff --git a/src/IconDownloadForOfflineRoundedFilled.tsx b/src/IconDownloadForOfflineRoundedFilled.tsx index 90e75a80e..da32b3b1c 100644 --- a/src/IconDownloadForOfflineRoundedFilled.tsx +++ b/src/IconDownloadForOfflineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadForOfflineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDownloadForOfflineSharp.tsx b/src/IconDownloadForOfflineSharp.tsx index 149c40a40..32e17fdb1 100644 --- a/src/IconDownloadForOfflineSharp.tsx +++ b/src/IconDownloadForOfflineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadForOfflineSharp: React.FC = ({ ...props diff --git a/src/IconDownloadForOfflineSharpFilled.tsx b/src/IconDownloadForOfflineSharpFilled.tsx index 19231fc53..f8cd98818 100644 --- a/src/IconDownloadForOfflineSharpFilled.tsx +++ b/src/IconDownloadForOfflineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadForOfflineSharpFilled: React.FC = ({ ...props diff --git a/src/IconDownloadOutlined.tsx b/src/IconDownloadOutlined.tsx index 483af0126..2bb2a21b2 100644 --- a/src/IconDownloadOutlined.tsx +++ b/src/IconDownloadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDownloadOutlinedFilled.tsx b/src/IconDownloadOutlinedFilled.tsx index 37477c260..21b11a7d9 100644 --- a/src/IconDownloadOutlinedFilled.tsx +++ b/src/IconDownloadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDownloadRounded.tsx b/src/IconDownloadRounded.tsx index b973e3ac8..32f1c174b 100644 --- a/src/IconDownloadRounded.tsx +++ b/src/IconDownloadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDownloadRoundedFilled.tsx b/src/IconDownloadRoundedFilled.tsx index c95ff91ad..5f964b1ac 100644 --- a/src/IconDownloadRoundedFilled.tsx +++ b/src/IconDownloadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDownloadSharp.tsx b/src/IconDownloadSharp.tsx index a9011cea7..d38138ef1 100644 --- a/src/IconDownloadSharp.tsx +++ b/src/IconDownloadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDownloadSharpFilled.tsx b/src/IconDownloadSharpFilled.tsx index 85a86c7f3..ca70c9e9a 100644 --- a/src/IconDownloadSharpFilled.tsx +++ b/src/IconDownloadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDownloadingOutlined.tsx b/src/IconDownloadingOutlined.tsx index 10a24b178..a03afa6d1 100644 --- a/src/IconDownloadingOutlined.tsx +++ b/src/IconDownloadingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDownloadingOutlinedFilled.tsx b/src/IconDownloadingOutlinedFilled.tsx index 8cef7a79d..23797c37c 100644 --- a/src/IconDownloadingOutlinedFilled.tsx +++ b/src/IconDownloadingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDownloadingRounded.tsx b/src/IconDownloadingRounded.tsx index dbf7a799c..d02b80d74 100644 --- a/src/IconDownloadingRounded.tsx +++ b/src/IconDownloadingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDownloadingRoundedFilled.tsx b/src/IconDownloadingRoundedFilled.tsx index 99013bfe5..f3c143b84 100644 --- a/src/IconDownloadingRoundedFilled.tsx +++ b/src/IconDownloadingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDownloadingSharp.tsx b/src/IconDownloadingSharp.tsx index 552a75595..54d2a48b9 100644 --- a/src/IconDownloadingSharp.tsx +++ b/src/IconDownloadingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDownloadingSharpFilled.tsx b/src/IconDownloadingSharpFilled.tsx index 5f6b96f52..1e63a3659 100644 --- a/src/IconDownloadingSharpFilled.tsx +++ b/src/IconDownloadingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDownloadingSharpFilled: React.FC = ({ ...props diff --git a/src/IconDraftOrdersOutlined.tsx b/src/IconDraftOrdersOutlined.tsx index c2cfc9d22..f3846dd84 100644 --- a/src/IconDraftOrdersOutlined.tsx +++ b/src/IconDraftOrdersOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftOrdersOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftOrdersOutlinedFilled.tsx b/src/IconDraftOrdersOutlinedFilled.tsx index 3c4d4446d..570c70f82 100644 --- a/src/IconDraftOrdersOutlinedFilled.tsx +++ b/src/IconDraftOrdersOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftOrdersOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDraftOrdersRounded.tsx b/src/IconDraftOrdersRounded.tsx index 0096306de..b2c94224c 100644 --- a/src/IconDraftOrdersRounded.tsx +++ b/src/IconDraftOrdersRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftOrdersRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftOrdersRoundedFilled.tsx b/src/IconDraftOrdersRoundedFilled.tsx index 6cb8fa094..d6a572bc3 100644 --- a/src/IconDraftOrdersRoundedFilled.tsx +++ b/src/IconDraftOrdersRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftOrdersRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDraftOrdersSharp.tsx b/src/IconDraftOrdersSharp.tsx index 9a3f12ae4..7497ef52e 100644 --- a/src/IconDraftOrdersSharp.tsx +++ b/src/IconDraftOrdersSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftOrdersSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftOrdersSharpFilled.tsx b/src/IconDraftOrdersSharpFilled.tsx index 687224798..0728d6bb4 100644 --- a/src/IconDraftOrdersSharpFilled.tsx +++ b/src/IconDraftOrdersSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftOrdersSharpFilled: React.FC = ({ ...props diff --git a/src/IconDraftOutlined.tsx b/src/IconDraftOutlined.tsx index 6199a7812..90ea22615 100644 --- a/src/IconDraftOutlined.tsx +++ b/src/IconDraftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftOutlinedFilled.tsx b/src/IconDraftOutlinedFilled.tsx index ff0f91808..635bb5a2d 100644 --- a/src/IconDraftOutlinedFilled.tsx +++ b/src/IconDraftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftRounded.tsx b/src/IconDraftRounded.tsx index e93ba07ca..189a57105 100644 --- a/src/IconDraftRounded.tsx +++ b/src/IconDraftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftRoundedFilled.tsx b/src/IconDraftRoundedFilled.tsx index 605a53b59..46e4abfd4 100644 --- a/src/IconDraftRoundedFilled.tsx +++ b/src/IconDraftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftSharp.tsx b/src/IconDraftSharp.tsx index dcbccb5dd..f88149d6b 100644 --- a/src/IconDraftSharp.tsx +++ b/src/IconDraftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftSharpFilled.tsx b/src/IconDraftSharpFilled.tsx index b45b2b920..e5e7e18c0 100644 --- a/src/IconDraftSharpFilled.tsx +++ b/src/IconDraftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftsOutlined.tsx b/src/IconDraftsOutlined.tsx index 96ff55a75..2d74d9e8c 100644 --- a/src/IconDraftsOutlined.tsx +++ b/src/IconDraftsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftsOutlinedFilled.tsx b/src/IconDraftsOutlinedFilled.tsx index 7a6520c36..318eda777 100644 --- a/src/IconDraftsOutlinedFilled.tsx +++ b/src/IconDraftsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftsRounded.tsx b/src/IconDraftsRounded.tsx index ca4297528..5013cd645 100644 --- a/src/IconDraftsRounded.tsx +++ b/src/IconDraftsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftsRoundedFilled.tsx b/src/IconDraftsRoundedFilled.tsx index af287410c..d92e9c1be 100644 --- a/src/IconDraftsRoundedFilled.tsx +++ b/src/IconDraftsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftsSharp.tsx b/src/IconDraftsSharp.tsx index da484bb5f..805a440bc 100644 --- a/src/IconDraftsSharp.tsx +++ b/src/IconDraftsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDraftsSharpFilled.tsx b/src/IconDraftsSharpFilled.tsx index 695c8779c..629c874ee 100644 --- a/src/IconDraftsSharpFilled.tsx +++ b/src/IconDraftsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDraftsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDragClickOutlined.tsx b/src/IconDragClickOutlined.tsx index 4421e68f7..b1f989234 100644 --- a/src/IconDragClickOutlined.tsx +++ b/src/IconDragClickOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragClickOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDragClickOutlinedFilled.tsx b/src/IconDragClickOutlinedFilled.tsx index 83100d685..8d22cde1a 100644 --- a/src/IconDragClickOutlinedFilled.tsx +++ b/src/IconDragClickOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragClickOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDragClickRounded.tsx b/src/IconDragClickRounded.tsx index 32f0495ef..3568a532a 100644 --- a/src/IconDragClickRounded.tsx +++ b/src/IconDragClickRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragClickRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDragClickRoundedFilled.tsx b/src/IconDragClickRoundedFilled.tsx index 11e6054e2..89c98d5b8 100644 --- a/src/IconDragClickRoundedFilled.tsx +++ b/src/IconDragClickRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragClickRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDragClickSharp.tsx b/src/IconDragClickSharp.tsx index 3b83a549f..630df338e 100644 --- a/src/IconDragClickSharp.tsx +++ b/src/IconDragClickSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragClickSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDragClickSharpFilled.tsx b/src/IconDragClickSharpFilled.tsx index 6abf93618..bcfc7d9a4 100644 --- a/src/IconDragClickSharpFilled.tsx +++ b/src/IconDragClickSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragClickSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDragHandleOutlined.tsx b/src/IconDragHandleOutlined.tsx index 6e71c79ec..9f797fedb 100644 --- a/src/IconDragHandleOutlined.tsx +++ b/src/IconDragHandleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragHandleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDragHandleOutlinedFilled.tsx b/src/IconDragHandleOutlinedFilled.tsx index 83e59a1ff..def1d9078 100644 --- a/src/IconDragHandleOutlinedFilled.tsx +++ b/src/IconDragHandleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragHandleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDragHandleRounded.tsx b/src/IconDragHandleRounded.tsx index e29d56a35..085f91a6a 100644 --- a/src/IconDragHandleRounded.tsx +++ b/src/IconDragHandleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragHandleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDragHandleRoundedFilled.tsx b/src/IconDragHandleRoundedFilled.tsx index 60419cbb7..0e1cb47ba 100644 --- a/src/IconDragHandleRoundedFilled.tsx +++ b/src/IconDragHandleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragHandleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDragHandleSharp.tsx b/src/IconDragHandleSharp.tsx index 4647af795..99723ec98 100644 --- a/src/IconDragHandleSharp.tsx +++ b/src/IconDragHandleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragHandleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDragHandleSharpFilled.tsx b/src/IconDragHandleSharpFilled.tsx index 018ec05c5..408421582 100644 --- a/src/IconDragHandleSharpFilled.tsx +++ b/src/IconDragHandleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragHandleSharpFilled: React.FC = ({ ...props diff --git a/src/IconDragIndicatorOutlined.tsx b/src/IconDragIndicatorOutlined.tsx index d479d0c96..e73084976 100644 --- a/src/IconDragIndicatorOutlined.tsx +++ b/src/IconDragIndicatorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragIndicatorOutlined: React.FC = ({ ...props diff --git a/src/IconDragIndicatorOutlinedFilled.tsx b/src/IconDragIndicatorOutlinedFilled.tsx index 425e372d8..4a84febca 100644 --- a/src/IconDragIndicatorOutlinedFilled.tsx +++ b/src/IconDragIndicatorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragIndicatorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDragIndicatorRounded.tsx b/src/IconDragIndicatorRounded.tsx index c4a32a09b..c2ba850da 100644 --- a/src/IconDragIndicatorRounded.tsx +++ b/src/IconDragIndicatorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragIndicatorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDragIndicatorRoundedFilled.tsx b/src/IconDragIndicatorRoundedFilled.tsx index 02be1cc5d..3045598fe 100644 --- a/src/IconDragIndicatorRoundedFilled.tsx +++ b/src/IconDragIndicatorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragIndicatorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDragIndicatorSharp.tsx b/src/IconDragIndicatorSharp.tsx index b3933aa09..042600051 100644 --- a/src/IconDragIndicatorSharp.tsx +++ b/src/IconDragIndicatorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragIndicatorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDragIndicatorSharpFilled.tsx b/src/IconDragIndicatorSharpFilled.tsx index 5b4b2b898..55fd4d704 100644 --- a/src/IconDragIndicatorSharpFilled.tsx +++ b/src/IconDragIndicatorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragIndicatorSharpFilled: React.FC = ({ ...props diff --git a/src/IconDragPanOutlined.tsx b/src/IconDragPanOutlined.tsx index 19c46be3e..68b25ff06 100644 --- a/src/IconDragPanOutlined.tsx +++ b/src/IconDragPanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragPanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDragPanOutlinedFilled.tsx b/src/IconDragPanOutlinedFilled.tsx index 60c7e327d..c432093ba 100644 --- a/src/IconDragPanOutlinedFilled.tsx +++ b/src/IconDragPanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragPanOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDragPanRounded.tsx b/src/IconDragPanRounded.tsx index c443d6314..f2b08bd89 100644 --- a/src/IconDragPanRounded.tsx +++ b/src/IconDragPanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragPanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDragPanRoundedFilled.tsx b/src/IconDragPanRoundedFilled.tsx index 04d3b9a2c..995bf81e7 100644 --- a/src/IconDragPanRoundedFilled.tsx +++ b/src/IconDragPanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragPanRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDragPanSharp.tsx b/src/IconDragPanSharp.tsx index 92ff33c5f..bd77a59ef 100644 --- a/src/IconDragPanSharp.tsx +++ b/src/IconDragPanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragPanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDragPanSharpFilled.tsx b/src/IconDragPanSharpFilled.tsx index 54d95bc68..1dc992440 100644 --- a/src/IconDragPanSharpFilled.tsx +++ b/src/IconDragPanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDragPanSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawAbstractOutlined.tsx b/src/IconDrawAbstractOutlined.tsx index 37af67ab3..74666cf8f 100644 --- a/src/IconDrawAbstractOutlined.tsx +++ b/src/IconDrawAbstractOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawAbstractOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawAbstractOutlinedFilled.tsx b/src/IconDrawAbstractOutlinedFilled.tsx index 4ad8b2763..4d3d5e18b 100644 --- a/src/IconDrawAbstractOutlinedFilled.tsx +++ b/src/IconDrawAbstractOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawAbstractOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDrawAbstractRounded.tsx b/src/IconDrawAbstractRounded.tsx index 5617ee609..76b01b9c8 100644 --- a/src/IconDrawAbstractRounded.tsx +++ b/src/IconDrawAbstractRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawAbstractRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawAbstractRoundedFilled.tsx b/src/IconDrawAbstractRoundedFilled.tsx index 6c1f715fa..8c35e0119 100644 --- a/src/IconDrawAbstractRoundedFilled.tsx +++ b/src/IconDrawAbstractRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawAbstractRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDrawAbstractSharp.tsx b/src/IconDrawAbstractSharp.tsx index 275fbd69e..615742b4d 100644 --- a/src/IconDrawAbstractSharp.tsx +++ b/src/IconDrawAbstractSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawAbstractSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawAbstractSharpFilled.tsx b/src/IconDrawAbstractSharpFilled.tsx index 9cf0c4430..2192f561a 100644 --- a/src/IconDrawAbstractSharpFilled.tsx +++ b/src/IconDrawAbstractSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawAbstractSharpFilled: React.FC = ({ ...props diff --git a/src/IconDrawCollageOutlined.tsx b/src/IconDrawCollageOutlined.tsx index f33b74b68..fc87a923f 100644 --- a/src/IconDrawCollageOutlined.tsx +++ b/src/IconDrawCollageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawCollageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawCollageOutlinedFilled.tsx b/src/IconDrawCollageOutlinedFilled.tsx index 7a2e040e6..eb7757120 100644 --- a/src/IconDrawCollageOutlinedFilled.tsx +++ b/src/IconDrawCollageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawCollageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDrawCollageRounded.tsx b/src/IconDrawCollageRounded.tsx index 1bc6a9200..e674a1625 100644 --- a/src/IconDrawCollageRounded.tsx +++ b/src/IconDrawCollageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawCollageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawCollageRoundedFilled.tsx b/src/IconDrawCollageRoundedFilled.tsx index 8a464f969..ad07d305f 100644 --- a/src/IconDrawCollageRoundedFilled.tsx +++ b/src/IconDrawCollageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawCollageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDrawCollageSharp.tsx b/src/IconDrawCollageSharp.tsx index ed478bb49..ea65fb855 100644 --- a/src/IconDrawCollageSharp.tsx +++ b/src/IconDrawCollageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawCollageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawCollageSharpFilled.tsx b/src/IconDrawCollageSharpFilled.tsx index 69f7e3219..cc7a8b63e 100644 --- a/src/IconDrawCollageSharpFilled.tsx +++ b/src/IconDrawCollageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawCollageSharpFilled: React.FC = ({ ...props diff --git a/src/IconDrawOutlined.tsx b/src/IconDrawOutlined.tsx index 7fc4895d5..5bc282aa4 100644 --- a/src/IconDrawOutlined.tsx +++ b/src/IconDrawOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawOutlinedFilled.tsx b/src/IconDrawOutlinedFilled.tsx index 5ac5e3671..e37e3c7cb 100644 --- a/src/IconDrawOutlinedFilled.tsx +++ b/src/IconDrawOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawRounded.tsx b/src/IconDrawRounded.tsx index 3b7f502f3..bfee87556 100644 --- a/src/IconDrawRounded.tsx +++ b/src/IconDrawRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawRoundedFilled.tsx b/src/IconDrawRoundedFilled.tsx index 055d7cfcb..ad63f2f09 100644 --- a/src/IconDrawRoundedFilled.tsx +++ b/src/IconDrawRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawSharp.tsx b/src/IconDrawSharp.tsx index a92339591..c6442bd9b 100644 --- a/src/IconDrawSharp.tsx +++ b/src/IconDrawSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDrawSharpFilled.tsx b/src/IconDrawSharpFilled.tsx index 3c62a3cdb..331b97104 100644 --- a/src/IconDrawSharpFilled.tsx +++ b/src/IconDrawSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrawSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDresserOutlined.tsx b/src/IconDresserOutlined.tsx index d07f01a3c..52ab5946d 100644 --- a/src/IconDresserOutlined.tsx +++ b/src/IconDresserOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDresserOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDresserOutlinedFilled.tsx b/src/IconDresserOutlinedFilled.tsx index 494022e90..40f462aef 100644 --- a/src/IconDresserOutlinedFilled.tsx +++ b/src/IconDresserOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDresserOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDresserRounded.tsx b/src/IconDresserRounded.tsx index 36797e3fa..4b23e3066 100644 --- a/src/IconDresserRounded.tsx +++ b/src/IconDresserRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDresserRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDresserRoundedFilled.tsx b/src/IconDresserRoundedFilled.tsx index 768e3b110..87bf0bbeb 100644 --- a/src/IconDresserRoundedFilled.tsx +++ b/src/IconDresserRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDresserRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDresserSharp.tsx b/src/IconDresserSharp.tsx index 8f95d27b0..96b00c3e3 100644 --- a/src/IconDresserSharp.tsx +++ b/src/IconDresserSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDresserSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDresserSharpFilled.tsx b/src/IconDresserSharpFilled.tsx index 56f9958ed..cf32117ba 100644 --- a/src/IconDresserSharpFilled.tsx +++ b/src/IconDresserSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDresserSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDriveExportOutlined.tsx b/src/IconDriveExportOutlined.tsx index 0b0daa5f8..5db36ff15 100644 --- a/src/IconDriveExportOutlined.tsx +++ b/src/IconDriveExportOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveExportOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDriveExportOutlinedFilled.tsx b/src/IconDriveExportOutlinedFilled.tsx index 86fb898c3..f4bb93b18 100644 --- a/src/IconDriveExportOutlinedFilled.tsx +++ b/src/IconDriveExportOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveExportOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDriveExportRounded.tsx b/src/IconDriveExportRounded.tsx index e4704ce97..18911d7a5 100644 --- a/src/IconDriveExportRounded.tsx +++ b/src/IconDriveExportRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveExportRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDriveExportRoundedFilled.tsx b/src/IconDriveExportRoundedFilled.tsx index c0b24b4f2..83d695b68 100644 --- a/src/IconDriveExportRoundedFilled.tsx +++ b/src/IconDriveExportRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveExportRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDriveExportSharp.tsx b/src/IconDriveExportSharp.tsx index a9deb5935..c580f8a8e 100644 --- a/src/IconDriveExportSharp.tsx +++ b/src/IconDriveExportSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveExportSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDriveExportSharpFilled.tsx b/src/IconDriveExportSharpFilled.tsx index 9d088f5a2..4a122ba35 100644 --- a/src/IconDriveExportSharpFilled.tsx +++ b/src/IconDriveExportSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveExportSharpFilled: React.FC = ({ ...props diff --git a/src/IconDriveFileMoveOutlined.tsx b/src/IconDriveFileMoveOutlined.tsx index 83dd47ff3..3db450554 100644 --- a/src/IconDriveFileMoveOutlined.tsx +++ b/src/IconDriveFileMoveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFileMoveOutlined: React.FC = ({ ...props diff --git a/src/IconDriveFileMoveOutlinedFilled.tsx b/src/IconDriveFileMoveOutlinedFilled.tsx index 8423aebd1..1ca176a8c 100644 --- a/src/IconDriveFileMoveOutlinedFilled.tsx +++ b/src/IconDriveFileMoveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFileMoveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDriveFileMoveRounded.tsx b/src/IconDriveFileMoveRounded.tsx index e3e8941f6..66d9426b1 100644 --- a/src/IconDriveFileMoveRounded.tsx +++ b/src/IconDriveFileMoveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFileMoveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDriveFileMoveRoundedFilled.tsx b/src/IconDriveFileMoveRoundedFilled.tsx index a186eb99d..2c5c99ea2 100644 --- a/src/IconDriveFileMoveRoundedFilled.tsx +++ b/src/IconDriveFileMoveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFileMoveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDriveFileMoveSharp.tsx b/src/IconDriveFileMoveSharp.tsx index 6cca74383..bfb268224 100644 --- a/src/IconDriveFileMoveSharp.tsx +++ b/src/IconDriveFileMoveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFileMoveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDriveFileMoveSharpFilled.tsx b/src/IconDriveFileMoveSharpFilled.tsx index 392ed77b6..5f691b8d3 100644 --- a/src/IconDriveFileMoveSharpFilled.tsx +++ b/src/IconDriveFileMoveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFileMoveSharpFilled: React.FC = ({ ...props diff --git a/src/IconDriveFolderUploadOutlined.tsx b/src/IconDriveFolderUploadOutlined.tsx index caec9947a..525b33fca 100644 --- a/src/IconDriveFolderUploadOutlined.tsx +++ b/src/IconDriveFolderUploadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFolderUploadOutlined: React.FC = ({ ...props diff --git a/src/IconDriveFolderUploadOutlinedFilled.tsx b/src/IconDriveFolderUploadOutlinedFilled.tsx index 64a14f05c..fc5668cdf 100644 --- a/src/IconDriveFolderUploadOutlinedFilled.tsx +++ b/src/IconDriveFolderUploadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFolderUploadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDriveFolderUploadRounded.tsx b/src/IconDriveFolderUploadRounded.tsx index f26604774..04eb2a5f1 100644 --- a/src/IconDriveFolderUploadRounded.tsx +++ b/src/IconDriveFolderUploadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFolderUploadRounded: React.FC = ({ ...props diff --git a/src/IconDriveFolderUploadRoundedFilled.tsx b/src/IconDriveFolderUploadRoundedFilled.tsx index f1de7a2b7..aabedc962 100644 --- a/src/IconDriveFolderUploadRoundedFilled.tsx +++ b/src/IconDriveFolderUploadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFolderUploadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDriveFolderUploadSharp.tsx b/src/IconDriveFolderUploadSharp.tsx index a334e4165..0d35d6f47 100644 --- a/src/IconDriveFolderUploadSharp.tsx +++ b/src/IconDriveFolderUploadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFolderUploadSharp: React.FC = ({ ...props diff --git a/src/IconDriveFolderUploadSharpFilled.tsx b/src/IconDriveFolderUploadSharpFilled.tsx index 6f20dc314..e4aa9ef8b 100644 --- a/src/IconDriveFolderUploadSharpFilled.tsx +++ b/src/IconDriveFolderUploadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDriveFolderUploadSharpFilled: React.FC = ({ ...props diff --git a/src/IconDropdownOutlined.tsx b/src/IconDropdownOutlined.tsx index 79dbd3a8a..768bd2221 100644 --- a/src/IconDropdownOutlined.tsx +++ b/src/IconDropdownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDropdownOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDropdownOutlinedFilled.tsx b/src/IconDropdownOutlinedFilled.tsx index bbb738c83..fb6eba270 100644 --- a/src/IconDropdownOutlinedFilled.tsx +++ b/src/IconDropdownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDropdownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDropdownRounded.tsx b/src/IconDropdownRounded.tsx index b3b48f2a7..211db3bc0 100644 --- a/src/IconDropdownRounded.tsx +++ b/src/IconDropdownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDropdownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDropdownRoundedFilled.tsx b/src/IconDropdownRoundedFilled.tsx index 4d1cce07a..468bd052f 100644 --- a/src/IconDropdownRoundedFilled.tsx +++ b/src/IconDropdownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDropdownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDropdownSharp.tsx b/src/IconDropdownSharp.tsx index 875eaeec4..0984ea64a 100644 --- a/src/IconDropdownSharp.tsx +++ b/src/IconDropdownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDropdownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDropdownSharpFilled.tsx b/src/IconDropdownSharpFilled.tsx index 0ac73c2c0..5b24e22ff 100644 --- a/src/IconDropdownSharpFilled.tsx +++ b/src/IconDropdownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDropdownSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDryCleaningOutlined.tsx b/src/IconDryCleaningOutlined.tsx index 650baf01e..e6baa8eaf 100644 --- a/src/IconDryCleaningOutlined.tsx +++ b/src/IconDryCleaningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDryCleaningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDryCleaningOutlinedFilled.tsx b/src/IconDryCleaningOutlinedFilled.tsx index 414cea753..5e6ae8981 100644 --- a/src/IconDryCleaningOutlinedFilled.tsx +++ b/src/IconDryCleaningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDryCleaningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDryCleaningRounded.tsx b/src/IconDryCleaningRounded.tsx index 481e39fcf..0c897bb3d 100644 --- a/src/IconDryCleaningRounded.tsx +++ b/src/IconDryCleaningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDryCleaningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDryCleaningRoundedFilled.tsx b/src/IconDryCleaningRoundedFilled.tsx index f7ddeee3d..137c94568 100644 --- a/src/IconDryCleaningRoundedFilled.tsx +++ b/src/IconDryCleaningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDryCleaningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDryCleaningSharp.tsx b/src/IconDryCleaningSharp.tsx index d4d9f876b..690cbef44 100644 --- a/src/IconDryCleaningSharp.tsx +++ b/src/IconDryCleaningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDryCleaningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDryCleaningSharpFilled.tsx b/src/IconDryCleaningSharpFilled.tsx index dc6fe9a22..8bc4a4b7d 100644 --- a/src/IconDryCleaningSharpFilled.tsx +++ b/src/IconDryCleaningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDryCleaningSharpFilled: React.FC = ({ ...props diff --git a/src/IconDryOutlined.tsx b/src/IconDryOutlined.tsx index 0a7a8877f..ad305dfd6 100644 --- a/src/IconDryOutlined.tsx +++ b/src/IconDryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDryOutlinedFilled.tsx b/src/IconDryOutlinedFilled.tsx index 33e76f038..828d87279 100644 --- a/src/IconDryOutlinedFilled.tsx +++ b/src/IconDryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDryOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDryRounded.tsx b/src/IconDryRounded.tsx index 79698a392..bcae6aee7 100644 --- a/src/IconDryRounded.tsx +++ b/src/IconDryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDryRoundedFilled.tsx b/src/IconDryRoundedFilled.tsx index ef3cc725f..d5360d905 100644 --- a/src/IconDryRoundedFilled.tsx +++ b/src/IconDryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDryRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDrySharp.tsx b/src/IconDrySharp.tsx index 8b6849398..d3956d443 100644 --- a/src/IconDrySharp.tsx +++ b/src/IconDrySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDrySharpFilled.tsx b/src/IconDrySharpFilled.tsx index d929e0ee4..4a559cbf6 100644 --- a/src/IconDrySharpFilled.tsx +++ b/src/IconDrySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDrySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDualScreenOutlined.tsx b/src/IconDualScreenOutlined.tsx index 008cbb76a..318d7ac6f 100644 --- a/src/IconDualScreenOutlined.tsx +++ b/src/IconDualScreenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDualScreenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDualScreenOutlinedFilled.tsx b/src/IconDualScreenOutlinedFilled.tsx index 7b809ce48..9f36804fb 100644 --- a/src/IconDualScreenOutlinedFilled.tsx +++ b/src/IconDualScreenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDualScreenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDualScreenRounded.tsx b/src/IconDualScreenRounded.tsx index ef0946028..e4a2040b5 100644 --- a/src/IconDualScreenRounded.tsx +++ b/src/IconDualScreenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDualScreenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDualScreenRoundedFilled.tsx b/src/IconDualScreenRoundedFilled.tsx index 3540a644d..55735046b 100644 --- a/src/IconDualScreenRoundedFilled.tsx +++ b/src/IconDualScreenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDualScreenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDualScreenSharp.tsx b/src/IconDualScreenSharp.tsx index 77843ea55..a4ba7b979 100644 --- a/src/IconDualScreenSharp.tsx +++ b/src/IconDualScreenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDualScreenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDualScreenSharpFilled.tsx b/src/IconDualScreenSharpFilled.tsx index 301836e6f..4bbcfea56 100644 --- a/src/IconDualScreenSharpFilled.tsx +++ b/src/IconDualScreenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDualScreenSharpFilled: React.FC = ({ ...props diff --git a/src/IconDuoOutlined.tsx b/src/IconDuoOutlined.tsx index a0a1f6723..0eed2d8ba 100644 --- a/src/IconDuoOutlined.tsx +++ b/src/IconDuoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDuoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDuoOutlinedFilled.tsx b/src/IconDuoOutlinedFilled.tsx index afeaa9c86..6f38cfcbf 100644 --- a/src/IconDuoOutlinedFilled.tsx +++ b/src/IconDuoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDuoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDuoRounded.tsx b/src/IconDuoRounded.tsx index d566cf9b9..51d5051cb 100644 --- a/src/IconDuoRounded.tsx +++ b/src/IconDuoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDuoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDuoRoundedFilled.tsx b/src/IconDuoRoundedFilled.tsx index 64ca7c6ec..4f5716594 100644 --- a/src/IconDuoRoundedFilled.tsx +++ b/src/IconDuoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDuoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDuoSharp.tsx b/src/IconDuoSharp.tsx index df84d0359..9f1a0035f 100644 --- a/src/IconDuoSharp.tsx +++ b/src/IconDuoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDuoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDuoSharpFilled.tsx b/src/IconDuoSharpFilled.tsx index fc4ee276b..ae6e81927 100644 --- a/src/IconDuoSharpFilled.tsx +++ b/src/IconDuoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDuoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDvrOutlined.tsx b/src/IconDvrOutlined.tsx index cb046835e..55c455ae5 100644 --- a/src/IconDvrOutlined.tsx +++ b/src/IconDvrOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDvrOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDvrOutlinedFilled.tsx b/src/IconDvrOutlinedFilled.tsx index e3c0c3d06..8e4baa6f1 100644 --- a/src/IconDvrOutlinedFilled.tsx +++ b/src/IconDvrOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDvrOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDvrRounded.tsx b/src/IconDvrRounded.tsx index 63e9a767a..e8f2e48e6 100644 --- a/src/IconDvrRounded.tsx +++ b/src/IconDvrRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDvrRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDvrRoundedFilled.tsx b/src/IconDvrRoundedFilled.tsx index 48fcf0b38..d992e1542 100644 --- a/src/IconDvrRoundedFilled.tsx +++ b/src/IconDvrRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDvrRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDvrSharp.tsx b/src/IconDvrSharp.tsx index ea320e156..1d4a368b8 100644 --- a/src/IconDvrSharp.tsx +++ b/src/IconDvrSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDvrSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDvrSharpFilled.tsx b/src/IconDvrSharpFilled.tsx index 543899223..8287c025b 100644 --- a/src/IconDvrSharpFilled.tsx +++ b/src/IconDvrSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDvrSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconDynamicFeedOutlined.tsx b/src/IconDynamicFeedOutlined.tsx index 189a44071..3304ee37f 100644 --- a/src/IconDynamicFeedOutlined.tsx +++ b/src/IconDynamicFeedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFeedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDynamicFeedOutlinedFilled.tsx b/src/IconDynamicFeedOutlinedFilled.tsx index a994a1972..afa2efe95 100644 --- a/src/IconDynamicFeedOutlinedFilled.tsx +++ b/src/IconDynamicFeedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFeedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDynamicFeedRounded.tsx b/src/IconDynamicFeedRounded.tsx index d88211c97..571040776 100644 --- a/src/IconDynamicFeedRounded.tsx +++ b/src/IconDynamicFeedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFeedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDynamicFeedRoundedFilled.tsx b/src/IconDynamicFeedRoundedFilled.tsx index b5e669c8e..240006e7f 100644 --- a/src/IconDynamicFeedRoundedFilled.tsx +++ b/src/IconDynamicFeedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFeedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDynamicFeedSharp.tsx b/src/IconDynamicFeedSharp.tsx index b87226647..e4b63e0de 100644 --- a/src/IconDynamicFeedSharp.tsx +++ b/src/IconDynamicFeedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFeedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDynamicFeedSharpFilled.tsx b/src/IconDynamicFeedSharpFilled.tsx index 0ef81e0e2..3984863a5 100644 --- a/src/IconDynamicFeedSharpFilled.tsx +++ b/src/IconDynamicFeedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFeedSharpFilled: React.FC = ({ ...props diff --git a/src/IconDynamicFormOutlined.tsx b/src/IconDynamicFormOutlined.tsx index bac22f26b..9cab5cfa9 100644 --- a/src/IconDynamicFormOutlined.tsx +++ b/src/IconDynamicFormOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFormOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconDynamicFormOutlinedFilled.tsx b/src/IconDynamicFormOutlinedFilled.tsx index 6eb0e2ea7..440343eea 100644 --- a/src/IconDynamicFormOutlinedFilled.tsx +++ b/src/IconDynamicFormOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFormOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconDynamicFormRounded.tsx b/src/IconDynamicFormRounded.tsx index f4a103b50..1bc8b58b6 100644 --- a/src/IconDynamicFormRounded.tsx +++ b/src/IconDynamicFormRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFormRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconDynamicFormRoundedFilled.tsx b/src/IconDynamicFormRoundedFilled.tsx index a1595a7a0..c2bb7ba58 100644 --- a/src/IconDynamicFormRoundedFilled.tsx +++ b/src/IconDynamicFormRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFormRoundedFilled: React.FC = ({ ...props diff --git a/src/IconDynamicFormSharp.tsx b/src/IconDynamicFormSharp.tsx index 6a808036e..aa281add3 100644 --- a/src/IconDynamicFormSharp.tsx +++ b/src/IconDynamicFormSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFormSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconDynamicFormSharpFilled.tsx b/src/IconDynamicFormSharpFilled.tsx index 73069957d..79474457b 100644 --- a/src/IconDynamicFormSharpFilled.tsx +++ b/src/IconDynamicFormSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconDynamicFormSharpFilled: React.FC = ({ ...props diff --git a/src/IconE911AvatarOutlined.tsx b/src/IconE911AvatarOutlined.tsx index e078b8d6d..b1280b5af 100644 --- a/src/IconE911AvatarOutlined.tsx +++ b/src/IconE911AvatarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911AvatarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconE911AvatarOutlinedFilled.tsx b/src/IconE911AvatarOutlinedFilled.tsx index 223267062..d2f2ef10d 100644 --- a/src/IconE911AvatarOutlinedFilled.tsx +++ b/src/IconE911AvatarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911AvatarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconE911AvatarRounded.tsx b/src/IconE911AvatarRounded.tsx index 9754399ad..5f4c8509c 100644 --- a/src/IconE911AvatarRounded.tsx +++ b/src/IconE911AvatarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911AvatarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconE911AvatarRoundedFilled.tsx b/src/IconE911AvatarRoundedFilled.tsx index 35923d9a5..8d8f43fb2 100644 --- a/src/IconE911AvatarRoundedFilled.tsx +++ b/src/IconE911AvatarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911AvatarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconE911AvatarSharp.tsx b/src/IconE911AvatarSharp.tsx index 352db2d08..31232a4da 100644 --- a/src/IconE911AvatarSharp.tsx +++ b/src/IconE911AvatarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911AvatarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconE911AvatarSharpFilled.tsx b/src/IconE911AvatarSharpFilled.tsx index 4746b062e..e1978ffb4 100644 --- a/src/IconE911AvatarSharpFilled.tsx +++ b/src/IconE911AvatarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911AvatarSharpFilled: React.FC = ({ ...props diff --git a/src/IconE911EmergencyOutlined.tsx b/src/IconE911EmergencyOutlined.tsx index c712822ec..fe78eca79 100644 --- a/src/IconE911EmergencyOutlined.tsx +++ b/src/IconE911EmergencyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911EmergencyOutlined: React.FC = ({ ...props diff --git a/src/IconE911EmergencyOutlinedFilled.tsx b/src/IconE911EmergencyOutlinedFilled.tsx index bec2658d7..d9d5dc0bd 100644 --- a/src/IconE911EmergencyOutlinedFilled.tsx +++ b/src/IconE911EmergencyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911EmergencyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconE911EmergencyRounded.tsx b/src/IconE911EmergencyRounded.tsx index 5f7eb937e..3968d19e1 100644 --- a/src/IconE911EmergencyRounded.tsx +++ b/src/IconE911EmergencyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911EmergencyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconE911EmergencyRoundedFilled.tsx b/src/IconE911EmergencyRoundedFilled.tsx index 8f0e8253c..3718307ba 100644 --- a/src/IconE911EmergencyRoundedFilled.tsx +++ b/src/IconE911EmergencyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911EmergencyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconE911EmergencySharp.tsx b/src/IconE911EmergencySharp.tsx index 7e2729322..8c24141b1 100644 --- a/src/IconE911EmergencySharp.tsx +++ b/src/IconE911EmergencySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911EmergencySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconE911EmergencySharpFilled.tsx b/src/IconE911EmergencySharpFilled.tsx index 22bb0b551..ff78de8c9 100644 --- a/src/IconE911EmergencySharpFilled.tsx +++ b/src/IconE911EmergencySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconE911EmergencySharpFilled: React.FC = ({ ...props diff --git a/src/IconEMobiledataBadgeOutlined.tsx b/src/IconEMobiledataBadgeOutlined.tsx index 9eb5bf096..ada87ffbf 100644 --- a/src/IconEMobiledataBadgeOutlined.tsx +++ b/src/IconEMobiledataBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataBadgeOutlined: React.FC = ({ ...props diff --git a/src/IconEMobiledataBadgeOutlinedFilled.tsx b/src/IconEMobiledataBadgeOutlinedFilled.tsx index 57ece3525..dc3278d62 100644 --- a/src/IconEMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconEMobiledataBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEMobiledataBadgeRounded.tsx b/src/IconEMobiledataBadgeRounded.tsx index 21aa5acd4..1ad4e07dd 100644 --- a/src/IconEMobiledataBadgeRounded.tsx +++ b/src/IconEMobiledataBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataBadgeRounded: React.FC = ({ ...props diff --git a/src/IconEMobiledataBadgeRoundedFilled.tsx b/src/IconEMobiledataBadgeRoundedFilled.tsx index 608425a45..0cfa49e37 100644 --- a/src/IconEMobiledataBadgeRoundedFilled.tsx +++ b/src/IconEMobiledataBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEMobiledataBadgeSharp.tsx b/src/IconEMobiledataBadgeSharp.tsx index 7497dcd47..593f797fa 100644 --- a/src/IconEMobiledataBadgeSharp.tsx +++ b/src/IconEMobiledataBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataBadgeSharp: React.FC = ({ ...props diff --git a/src/IconEMobiledataBadgeSharpFilled.tsx b/src/IconEMobiledataBadgeSharpFilled.tsx index e17887b63..d24962146 100644 --- a/src/IconEMobiledataBadgeSharpFilled.tsx +++ b/src/IconEMobiledataBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/IconEMobiledataOutlined.tsx b/src/IconEMobiledataOutlined.tsx index 78a484315..5ce7e128d 100644 --- a/src/IconEMobiledataOutlined.tsx +++ b/src/IconEMobiledataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEMobiledataOutlinedFilled.tsx b/src/IconEMobiledataOutlinedFilled.tsx index 04cd9fc2d..e0990ae64 100644 --- a/src/IconEMobiledataOutlinedFilled.tsx +++ b/src/IconEMobiledataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEMobiledataRounded.tsx b/src/IconEMobiledataRounded.tsx index ac55917c8..e4c010cdf 100644 --- a/src/IconEMobiledataRounded.tsx +++ b/src/IconEMobiledataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEMobiledataRoundedFilled.tsx b/src/IconEMobiledataRoundedFilled.tsx index 0fcf2485b..27f6cf167 100644 --- a/src/IconEMobiledataRoundedFilled.tsx +++ b/src/IconEMobiledataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEMobiledataSharp.tsx b/src/IconEMobiledataSharp.tsx index 660bc07e0..93d6fee11 100644 --- a/src/IconEMobiledataSharp.tsx +++ b/src/IconEMobiledataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEMobiledataSharpFilled.tsx b/src/IconEMobiledataSharpFilled.tsx index 46e041540..d35125c7a 100644 --- a/src/IconEMobiledataSharpFilled.tsx +++ b/src/IconEMobiledataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEMobiledataSharpFilled: React.FC = ({ ...props diff --git a/src/IconEarbudsBatteryOutlined.tsx b/src/IconEarbudsBatteryOutlined.tsx index 845c4f548..fbab663b9 100644 --- a/src/IconEarbudsBatteryOutlined.tsx +++ b/src/IconEarbudsBatteryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsBatteryOutlined: React.FC = ({ ...props diff --git a/src/IconEarbudsBatteryOutlinedFilled.tsx b/src/IconEarbudsBatteryOutlinedFilled.tsx index f4c4e18f9..e5bfdbb1b 100644 --- a/src/IconEarbudsBatteryOutlinedFilled.tsx +++ b/src/IconEarbudsBatteryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsBatteryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEarbudsBatteryRounded.tsx b/src/IconEarbudsBatteryRounded.tsx index a1106b93f..3a856ffd5 100644 --- a/src/IconEarbudsBatteryRounded.tsx +++ b/src/IconEarbudsBatteryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsBatteryRounded: React.FC = ({ ...props diff --git a/src/IconEarbudsBatteryRoundedFilled.tsx b/src/IconEarbudsBatteryRoundedFilled.tsx index b9d89ce4c..18d58b0c9 100644 --- a/src/IconEarbudsBatteryRoundedFilled.tsx +++ b/src/IconEarbudsBatteryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsBatteryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEarbudsBatterySharp.tsx b/src/IconEarbudsBatterySharp.tsx index 93ee2fcaf..88b9c7ebb 100644 --- a/src/IconEarbudsBatterySharp.tsx +++ b/src/IconEarbudsBatterySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsBatterySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEarbudsBatterySharpFilled.tsx b/src/IconEarbudsBatterySharpFilled.tsx index c48e96a4c..ac204cef2 100644 --- a/src/IconEarbudsBatterySharpFilled.tsx +++ b/src/IconEarbudsBatterySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsBatterySharpFilled: React.FC = ({ ...props diff --git a/src/IconEarbudsOutlined.tsx b/src/IconEarbudsOutlined.tsx index 140d3dd44..bad254b34 100644 --- a/src/IconEarbudsOutlined.tsx +++ b/src/IconEarbudsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEarbudsOutlinedFilled.tsx b/src/IconEarbudsOutlinedFilled.tsx index d49b1e7b5..b9d51cf06 100644 --- a/src/IconEarbudsOutlinedFilled.tsx +++ b/src/IconEarbudsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEarbudsRounded.tsx b/src/IconEarbudsRounded.tsx index 0184f41d1..909f99a87 100644 --- a/src/IconEarbudsRounded.tsx +++ b/src/IconEarbudsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEarbudsRoundedFilled.tsx b/src/IconEarbudsRoundedFilled.tsx index 3a6d3ed90..e53e9cb65 100644 --- a/src/IconEarbudsRoundedFilled.tsx +++ b/src/IconEarbudsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEarbudsSharp.tsx b/src/IconEarbudsSharp.tsx index c1088ddaa..f4128ef9b 100644 --- a/src/IconEarbudsSharp.tsx +++ b/src/IconEarbudsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEarbudsSharpFilled.tsx b/src/IconEarbudsSharpFilled.tsx index 21ff99dd8..13892ac05 100644 --- a/src/IconEarbudsSharpFilled.tsx +++ b/src/IconEarbudsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarbudsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEarlyOnOutlined.tsx b/src/IconEarlyOnOutlined.tsx index ef3177029..6869f875b 100644 --- a/src/IconEarlyOnOutlined.tsx +++ b/src/IconEarlyOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarlyOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEarlyOnOutlinedFilled.tsx b/src/IconEarlyOnOutlinedFilled.tsx index 6e48e3fb2..40616c13f 100644 --- a/src/IconEarlyOnOutlinedFilled.tsx +++ b/src/IconEarlyOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarlyOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEarlyOnRounded.tsx b/src/IconEarlyOnRounded.tsx index 1765c3a26..14b92f3f5 100644 --- a/src/IconEarlyOnRounded.tsx +++ b/src/IconEarlyOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarlyOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEarlyOnRoundedFilled.tsx b/src/IconEarlyOnRoundedFilled.tsx index fd955d458..a5113e9bd 100644 --- a/src/IconEarlyOnRoundedFilled.tsx +++ b/src/IconEarlyOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarlyOnRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEarlyOnSharp.tsx b/src/IconEarlyOnSharp.tsx index a4fa4233a..f2bdc0dd8 100644 --- a/src/IconEarlyOnSharp.tsx +++ b/src/IconEarlyOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarlyOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEarlyOnSharpFilled.tsx b/src/IconEarlyOnSharpFilled.tsx index f4d121f8f..3afac0f8f 100644 --- a/src/IconEarlyOnSharpFilled.tsx +++ b/src/IconEarlyOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarlyOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEarthquakeOutlined.tsx b/src/IconEarthquakeOutlined.tsx index efe3a4a57..88ec97c66 100644 --- a/src/IconEarthquakeOutlined.tsx +++ b/src/IconEarthquakeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarthquakeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEarthquakeOutlinedFilled.tsx b/src/IconEarthquakeOutlinedFilled.tsx index 2a5e77089..8bc7c4390 100644 --- a/src/IconEarthquakeOutlinedFilled.tsx +++ b/src/IconEarthquakeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarthquakeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEarthquakeRounded.tsx b/src/IconEarthquakeRounded.tsx index 67e8b180b..5c0cddf99 100644 --- a/src/IconEarthquakeRounded.tsx +++ b/src/IconEarthquakeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarthquakeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEarthquakeRoundedFilled.tsx b/src/IconEarthquakeRoundedFilled.tsx index b5bd12c5e..74efb1051 100644 --- a/src/IconEarthquakeRoundedFilled.tsx +++ b/src/IconEarthquakeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarthquakeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEarthquakeSharp.tsx b/src/IconEarthquakeSharp.tsx index 0b6a93df6..181bc2430 100644 --- a/src/IconEarthquakeSharp.tsx +++ b/src/IconEarthquakeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarthquakeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEarthquakeSharpFilled.tsx b/src/IconEarthquakeSharpFilled.tsx index 636009c07..58961d5c1 100644 --- a/src/IconEarthquakeSharpFilled.tsx +++ b/src/IconEarthquakeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEarthquakeSharpFilled: React.FC = ({ ...props diff --git a/src/IconEastOutlined.tsx b/src/IconEastOutlined.tsx index 1e4192b59..f67e3c70b 100644 --- a/src/IconEastOutlined.tsx +++ b/src/IconEastOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEastOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEastOutlinedFilled.tsx b/src/IconEastOutlinedFilled.tsx index 6c4724a19..c0d0b9e56 100644 --- a/src/IconEastOutlinedFilled.tsx +++ b/src/IconEastOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEastOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEastRounded.tsx b/src/IconEastRounded.tsx index f0b12f3e6..7c59baf93 100644 --- a/src/IconEastRounded.tsx +++ b/src/IconEastRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEastRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEastRoundedFilled.tsx b/src/IconEastRoundedFilled.tsx index bcbf125f4..054a6e9fa 100644 --- a/src/IconEastRoundedFilled.tsx +++ b/src/IconEastRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEastRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEastSharp.tsx b/src/IconEastSharp.tsx index 9e0738ab7..bb43be44f 100644 --- a/src/IconEastSharp.tsx +++ b/src/IconEastSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEastSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEastSharpFilled.tsx b/src/IconEastSharpFilled.tsx index ddaebaf73..56be14cad 100644 --- a/src/IconEastSharpFilled.tsx +++ b/src/IconEastSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEastSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEcgHeartOutlined.tsx b/src/IconEcgHeartOutlined.tsx index 6248e3785..18543d9eb 100644 --- a/src/IconEcgHeartOutlined.tsx +++ b/src/IconEcgHeartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgHeartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEcgHeartOutlinedFilled.tsx b/src/IconEcgHeartOutlinedFilled.tsx index 7c45c28a8..7f737dc9c 100644 --- a/src/IconEcgHeartOutlinedFilled.tsx +++ b/src/IconEcgHeartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgHeartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEcgHeartRounded.tsx b/src/IconEcgHeartRounded.tsx index a1b62dffd..5c0b5d226 100644 --- a/src/IconEcgHeartRounded.tsx +++ b/src/IconEcgHeartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgHeartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEcgHeartRoundedFilled.tsx b/src/IconEcgHeartRoundedFilled.tsx index 2a50bda13..ff93c5e95 100644 --- a/src/IconEcgHeartRoundedFilled.tsx +++ b/src/IconEcgHeartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgHeartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEcgHeartSharp.tsx b/src/IconEcgHeartSharp.tsx index 4f2c1730c..ab1010151 100644 --- a/src/IconEcgHeartSharp.tsx +++ b/src/IconEcgHeartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgHeartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEcgHeartSharpFilled.tsx b/src/IconEcgHeartSharpFilled.tsx index df1217454..87958a283 100644 --- a/src/IconEcgHeartSharpFilled.tsx +++ b/src/IconEcgHeartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgHeartSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEcgOutlined.tsx b/src/IconEcgOutlined.tsx index e0b15f4cb..02e6d00a1 100644 --- a/src/IconEcgOutlined.tsx +++ b/src/IconEcgOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEcgOutlinedFilled.tsx b/src/IconEcgOutlinedFilled.tsx index 043bc92ab..072a39a88 100644 --- a/src/IconEcgOutlinedFilled.tsx +++ b/src/IconEcgOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEcgRounded.tsx b/src/IconEcgRounded.tsx index ddbf0f0de..3df1a3bf2 100644 --- a/src/IconEcgRounded.tsx +++ b/src/IconEcgRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEcgRoundedFilled.tsx b/src/IconEcgRoundedFilled.tsx index 1a7337eec..f6ed26bd0 100644 --- a/src/IconEcgRoundedFilled.tsx +++ b/src/IconEcgRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEcgSharp.tsx b/src/IconEcgSharp.tsx index 1622130e3..3b3867bf4 100644 --- a/src/IconEcgSharp.tsx +++ b/src/IconEcgSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEcgSharpFilled.tsx b/src/IconEcgSharpFilled.tsx index ae0a24505..ec149b196 100644 --- a/src/IconEcgSharpFilled.tsx +++ b/src/IconEcgSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcgSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEcoOutlined.tsx b/src/IconEcoOutlined.tsx index dea28fc23..5ee33f2c9 100644 --- a/src/IconEcoOutlined.tsx +++ b/src/IconEcoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEcoOutlinedFilled.tsx b/src/IconEcoOutlinedFilled.tsx index 656d53b56..a2f4a1cdf 100644 --- a/src/IconEcoOutlinedFilled.tsx +++ b/src/IconEcoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEcoRounded.tsx b/src/IconEcoRounded.tsx index a1c152753..49ac841c5 100644 --- a/src/IconEcoRounded.tsx +++ b/src/IconEcoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEcoRoundedFilled.tsx b/src/IconEcoRoundedFilled.tsx index 96ff7ab48..33031febe 100644 --- a/src/IconEcoRoundedFilled.tsx +++ b/src/IconEcoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEcoSharp.tsx b/src/IconEcoSharp.tsx index 9203cd34b..b64f37f99 100644 --- a/src/IconEcoSharp.tsx +++ b/src/IconEcoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEcoSharpFilled.tsx b/src/IconEcoSharpFilled.tsx index b4c6b22f2..fb4223bec 100644 --- a/src/IconEcoSharpFilled.tsx +++ b/src/IconEcoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEcoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEdaOutlined.tsx b/src/IconEdaOutlined.tsx index e44117bb4..c68d44627 100644 --- a/src/IconEdaOutlined.tsx +++ b/src/IconEdaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEdaOutlinedFilled.tsx b/src/IconEdaOutlinedFilled.tsx index 6c60879bb..2e31e1544 100644 --- a/src/IconEdaOutlinedFilled.tsx +++ b/src/IconEdaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdaOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEdaRounded.tsx b/src/IconEdaRounded.tsx index 058cd9d75..42b2c7543 100644 --- a/src/IconEdaRounded.tsx +++ b/src/IconEdaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEdaRoundedFilled.tsx b/src/IconEdaRoundedFilled.tsx index 85c145ab4..03aaec372 100644 --- a/src/IconEdaRoundedFilled.tsx +++ b/src/IconEdaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdaRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEdaSharp.tsx b/src/IconEdaSharp.tsx index f9175db8b..108c6e369 100644 --- a/src/IconEdaSharp.tsx +++ b/src/IconEdaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEdaSharpFilled.tsx b/src/IconEdaSharpFilled.tsx index 932938758..392736d7d 100644 --- a/src/IconEdaSharpFilled.tsx +++ b/src/IconEdaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEdgesensorHighOutlined.tsx b/src/IconEdgesensorHighOutlined.tsx index 15d48418c..7bc120360 100644 --- a/src/IconEdgesensorHighOutlined.tsx +++ b/src/IconEdgesensorHighOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorHighOutlined: React.FC = ({ ...props diff --git a/src/IconEdgesensorHighOutlinedFilled.tsx b/src/IconEdgesensorHighOutlinedFilled.tsx index 8fa783a03..0c51a96a7 100644 --- a/src/IconEdgesensorHighOutlinedFilled.tsx +++ b/src/IconEdgesensorHighOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorHighOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEdgesensorHighRounded.tsx b/src/IconEdgesensorHighRounded.tsx index cd192d46c..79448a029 100644 --- a/src/IconEdgesensorHighRounded.tsx +++ b/src/IconEdgesensorHighRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorHighRounded: React.FC = ({ ...props diff --git a/src/IconEdgesensorHighRoundedFilled.tsx b/src/IconEdgesensorHighRoundedFilled.tsx index 66a61f927..a4a2cf2de 100644 --- a/src/IconEdgesensorHighRoundedFilled.tsx +++ b/src/IconEdgesensorHighRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorHighRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEdgesensorHighSharp.tsx b/src/IconEdgesensorHighSharp.tsx index cb6656d6a..4c4378f97 100644 --- a/src/IconEdgesensorHighSharp.tsx +++ b/src/IconEdgesensorHighSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorHighSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEdgesensorHighSharpFilled.tsx b/src/IconEdgesensorHighSharpFilled.tsx index 1e3dc40c1..201f4ffc9 100644 --- a/src/IconEdgesensorHighSharpFilled.tsx +++ b/src/IconEdgesensorHighSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorHighSharpFilled: React.FC = ({ ...props diff --git a/src/IconEdgesensorLowOutlined.tsx b/src/IconEdgesensorLowOutlined.tsx index 143760885..97e2a2659 100644 --- a/src/IconEdgesensorLowOutlined.tsx +++ b/src/IconEdgesensorLowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorLowOutlined: React.FC = ({ ...props diff --git a/src/IconEdgesensorLowOutlinedFilled.tsx b/src/IconEdgesensorLowOutlinedFilled.tsx index 248ebdd45..b9fc6a337 100644 --- a/src/IconEdgesensorLowOutlinedFilled.tsx +++ b/src/IconEdgesensorLowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorLowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEdgesensorLowRounded.tsx b/src/IconEdgesensorLowRounded.tsx index 62b6f152f..fe68e2b12 100644 --- a/src/IconEdgesensorLowRounded.tsx +++ b/src/IconEdgesensorLowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorLowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEdgesensorLowRoundedFilled.tsx b/src/IconEdgesensorLowRoundedFilled.tsx index 3550c5e33..8a0a77132 100644 --- a/src/IconEdgesensorLowRoundedFilled.tsx +++ b/src/IconEdgesensorLowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorLowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEdgesensorLowSharp.tsx b/src/IconEdgesensorLowSharp.tsx index 49445e43d..e15f4fd3b 100644 --- a/src/IconEdgesensorLowSharp.tsx +++ b/src/IconEdgesensorLowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorLowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEdgesensorLowSharpFilled.tsx b/src/IconEdgesensorLowSharpFilled.tsx index bfe42664b..c2f1d393f 100644 --- a/src/IconEdgesensorLowSharpFilled.tsx +++ b/src/IconEdgesensorLowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEdgesensorLowSharpFilled: React.FC = ({ ...props diff --git a/src/IconEditAttributesOutlined.tsx b/src/IconEditAttributesOutlined.tsx index 06e169793..b40a76add 100644 --- a/src/IconEditAttributesOutlined.tsx +++ b/src/IconEditAttributesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAttributesOutlined: React.FC = ({ ...props diff --git a/src/IconEditAttributesOutlinedFilled.tsx b/src/IconEditAttributesOutlinedFilled.tsx index 231a22466..e097a7955 100644 --- a/src/IconEditAttributesOutlinedFilled.tsx +++ b/src/IconEditAttributesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAttributesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditAttributesRounded.tsx b/src/IconEditAttributesRounded.tsx index 997fd5dab..6f61b9e4a 100644 --- a/src/IconEditAttributesRounded.tsx +++ b/src/IconEditAttributesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAttributesRounded: React.FC = ({ ...props diff --git a/src/IconEditAttributesRoundedFilled.tsx b/src/IconEditAttributesRoundedFilled.tsx index 024d5d7de..95d7585fd 100644 --- a/src/IconEditAttributesRoundedFilled.tsx +++ b/src/IconEditAttributesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAttributesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEditAttributesSharp.tsx b/src/IconEditAttributesSharp.tsx index 603d93cb3..68dbd65f7 100644 --- a/src/IconEditAttributesSharp.tsx +++ b/src/IconEditAttributesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAttributesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditAttributesSharpFilled.tsx b/src/IconEditAttributesSharpFilled.tsx index f0ef83ecf..5e174fb99 100644 --- a/src/IconEditAttributesSharpFilled.tsx +++ b/src/IconEditAttributesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAttributesSharpFilled: React.FC = ({ ...props diff --git a/src/IconEditAudioOutlined.tsx b/src/IconEditAudioOutlined.tsx index ae5e41364..10549b200 100644 --- a/src/IconEditAudioOutlined.tsx +++ b/src/IconEditAudioOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAudioOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEditAudioOutlinedFilled.tsx b/src/IconEditAudioOutlinedFilled.tsx index c7315fcc4..bac474578 100644 --- a/src/IconEditAudioOutlinedFilled.tsx +++ b/src/IconEditAudioOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAudioOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditAudioRounded.tsx b/src/IconEditAudioRounded.tsx index 9ea60bf90..2b7b4a3e9 100644 --- a/src/IconEditAudioRounded.tsx +++ b/src/IconEditAudioRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAudioRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEditAudioRoundedFilled.tsx b/src/IconEditAudioRoundedFilled.tsx index 132417149..a20506885 100644 --- a/src/IconEditAudioRoundedFilled.tsx +++ b/src/IconEditAudioRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAudioRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEditAudioSharp.tsx b/src/IconEditAudioSharp.tsx index 2b89fb155..92a3917cf 100644 --- a/src/IconEditAudioSharp.tsx +++ b/src/IconEditAudioSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAudioSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditAudioSharpFilled.tsx b/src/IconEditAudioSharpFilled.tsx index 545e90635..b64ad4498 100644 --- a/src/IconEditAudioSharpFilled.tsx +++ b/src/IconEditAudioSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditAudioSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEditCalendarOutlined.tsx b/src/IconEditCalendarOutlined.tsx index f024149d4..601de381d 100644 --- a/src/IconEditCalendarOutlined.tsx +++ b/src/IconEditCalendarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditCalendarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEditCalendarOutlinedFilled.tsx b/src/IconEditCalendarOutlinedFilled.tsx index 4cbd1533a..6a94b5e8e 100644 --- a/src/IconEditCalendarOutlinedFilled.tsx +++ b/src/IconEditCalendarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditCalendarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditCalendarRounded.tsx b/src/IconEditCalendarRounded.tsx index d7a4c8b9e..8458b726e 100644 --- a/src/IconEditCalendarRounded.tsx +++ b/src/IconEditCalendarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditCalendarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEditCalendarRoundedFilled.tsx b/src/IconEditCalendarRoundedFilled.tsx index 4156c9c78..f0983988d 100644 --- a/src/IconEditCalendarRoundedFilled.tsx +++ b/src/IconEditCalendarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditCalendarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEditCalendarSharp.tsx b/src/IconEditCalendarSharp.tsx index 6847f77cf..e45075d7c 100644 --- a/src/IconEditCalendarSharp.tsx +++ b/src/IconEditCalendarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditCalendarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditCalendarSharpFilled.tsx b/src/IconEditCalendarSharpFilled.tsx index 8ebc8062b..26c8f67db 100644 --- a/src/IconEditCalendarSharpFilled.tsx +++ b/src/IconEditCalendarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditCalendarSharpFilled: React.FC = ({ ...props diff --git a/src/IconEditDocumentOutlined.tsx b/src/IconEditDocumentOutlined.tsx index fce718937..c9b8b22a3 100644 --- a/src/IconEditDocumentOutlined.tsx +++ b/src/IconEditDocumentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditDocumentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEditDocumentOutlinedFilled.tsx b/src/IconEditDocumentOutlinedFilled.tsx index c65047a79..160d5cc57 100644 --- a/src/IconEditDocumentOutlinedFilled.tsx +++ b/src/IconEditDocumentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditDocumentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditDocumentRounded.tsx b/src/IconEditDocumentRounded.tsx index 1c7188be1..41d791c0e 100644 --- a/src/IconEditDocumentRounded.tsx +++ b/src/IconEditDocumentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditDocumentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEditDocumentRoundedFilled.tsx b/src/IconEditDocumentRoundedFilled.tsx index 8c018aeab..720bfa03b 100644 --- a/src/IconEditDocumentRoundedFilled.tsx +++ b/src/IconEditDocumentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditDocumentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEditDocumentSharp.tsx b/src/IconEditDocumentSharp.tsx index 6a49b3ab6..954febd89 100644 --- a/src/IconEditDocumentSharp.tsx +++ b/src/IconEditDocumentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditDocumentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditDocumentSharpFilled.tsx b/src/IconEditDocumentSharpFilled.tsx index 621a9fa49..7d827fc1e 100644 --- a/src/IconEditDocumentSharpFilled.tsx +++ b/src/IconEditDocumentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditDocumentSharpFilled: React.FC = ({ ...props diff --git a/src/IconEditLocationAltOutlined.tsx b/src/IconEditLocationAltOutlined.tsx index 67509a784..24504c6be 100644 --- a/src/IconEditLocationAltOutlined.tsx +++ b/src/IconEditLocationAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationAltOutlined: React.FC = ({ ...props diff --git a/src/IconEditLocationAltOutlinedFilled.tsx b/src/IconEditLocationAltOutlinedFilled.tsx index 5564b6ad2..6d2868933 100644 --- a/src/IconEditLocationAltOutlinedFilled.tsx +++ b/src/IconEditLocationAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditLocationAltRounded.tsx b/src/IconEditLocationAltRounded.tsx index e3b373f5d..d9ea71f49 100644 --- a/src/IconEditLocationAltRounded.tsx +++ b/src/IconEditLocationAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationAltRounded: React.FC = ({ ...props diff --git a/src/IconEditLocationAltRoundedFilled.tsx b/src/IconEditLocationAltRoundedFilled.tsx index 906b67a3f..75e1a7d11 100644 --- a/src/IconEditLocationAltRoundedFilled.tsx +++ b/src/IconEditLocationAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEditLocationAltSharp.tsx b/src/IconEditLocationAltSharp.tsx index 2d0539c1e..3032c2753 100644 --- a/src/IconEditLocationAltSharp.tsx +++ b/src/IconEditLocationAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditLocationAltSharpFilled.tsx b/src/IconEditLocationAltSharpFilled.tsx index 125730b32..18aad625b 100644 --- a/src/IconEditLocationAltSharpFilled.tsx +++ b/src/IconEditLocationAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconEditLocationOutlined.tsx b/src/IconEditLocationOutlined.tsx index dede3f206..d63ffbe30 100644 --- a/src/IconEditLocationOutlined.tsx +++ b/src/IconEditLocationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEditLocationOutlinedFilled.tsx b/src/IconEditLocationOutlinedFilled.tsx index c315e8998..109357e42 100644 --- a/src/IconEditLocationOutlinedFilled.tsx +++ b/src/IconEditLocationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditLocationRounded.tsx b/src/IconEditLocationRounded.tsx index 984eead8d..a4a12e3db 100644 --- a/src/IconEditLocationRounded.tsx +++ b/src/IconEditLocationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEditLocationRoundedFilled.tsx b/src/IconEditLocationRoundedFilled.tsx index 8b15a9139..a70dfae1d 100644 --- a/src/IconEditLocationRoundedFilled.tsx +++ b/src/IconEditLocationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEditLocationSharp.tsx b/src/IconEditLocationSharp.tsx index 381c5918f..691458e7e 100644 --- a/src/IconEditLocationSharp.tsx +++ b/src/IconEditLocationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditLocationSharpFilled.tsx b/src/IconEditLocationSharpFilled.tsx index 1c9acf2e5..86c834c96 100644 --- a/src/IconEditLocationSharpFilled.tsx +++ b/src/IconEditLocationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditLocationSharpFilled: React.FC = ({ ...props diff --git a/src/IconEditNoteOutlined.tsx b/src/IconEditNoteOutlined.tsx index f7263ee89..8dcfb8533 100644 --- a/src/IconEditNoteOutlined.tsx +++ b/src/IconEditNoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNoteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEditNoteOutlinedFilled.tsx b/src/IconEditNoteOutlinedFilled.tsx index 7c5141375..74a4e1214 100644 --- a/src/IconEditNoteOutlinedFilled.tsx +++ b/src/IconEditNoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditNoteRounded.tsx b/src/IconEditNoteRounded.tsx index 3277e9997..fad154557 100644 --- a/src/IconEditNoteRounded.tsx +++ b/src/IconEditNoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNoteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEditNoteRoundedFilled.tsx b/src/IconEditNoteRoundedFilled.tsx index ca669b077..6f1bd45a8 100644 --- a/src/IconEditNoteRoundedFilled.tsx +++ b/src/IconEditNoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEditNoteSharp.tsx b/src/IconEditNoteSharp.tsx index 6f4b721d5..3d2769abe 100644 --- a/src/IconEditNoteSharp.tsx +++ b/src/IconEditNoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditNoteSharpFilled.tsx b/src/IconEditNoteSharpFilled.tsx index 2b2686ef7..2190e3e80 100644 --- a/src/IconEditNoteSharpFilled.tsx +++ b/src/IconEditNoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNoteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEditNotificationsOutlined.tsx b/src/IconEditNotificationsOutlined.tsx index 1b694ce16..38202e8bc 100644 --- a/src/IconEditNotificationsOutlined.tsx +++ b/src/IconEditNotificationsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNotificationsOutlined: React.FC = ({ ...props diff --git a/src/IconEditNotificationsOutlinedFilled.tsx b/src/IconEditNotificationsOutlinedFilled.tsx index c4a970f6e..7923e2687 100644 --- a/src/IconEditNotificationsOutlinedFilled.tsx +++ b/src/IconEditNotificationsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNotificationsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditNotificationsRounded.tsx b/src/IconEditNotificationsRounded.tsx index b1897b0e1..c0b1a213d 100644 --- a/src/IconEditNotificationsRounded.tsx +++ b/src/IconEditNotificationsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNotificationsRounded: React.FC = ({ ...props diff --git a/src/IconEditNotificationsRoundedFilled.tsx b/src/IconEditNotificationsRoundedFilled.tsx index 5b45cba0a..70547c1f2 100644 --- a/src/IconEditNotificationsRoundedFilled.tsx +++ b/src/IconEditNotificationsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNotificationsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEditNotificationsSharp.tsx b/src/IconEditNotificationsSharp.tsx index dcacbaf9a..6fc52fdd3 100644 --- a/src/IconEditNotificationsSharp.tsx +++ b/src/IconEditNotificationsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNotificationsSharp: React.FC = ({ ...props diff --git a/src/IconEditNotificationsSharpFilled.tsx b/src/IconEditNotificationsSharpFilled.tsx index 67a91d45a..f6ecdfdfa 100644 --- a/src/IconEditNotificationsSharpFilled.tsx +++ b/src/IconEditNotificationsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditNotificationsSharpFilled: React.FC = ({ ...props diff --git a/src/IconEditOffOutlined.tsx b/src/IconEditOffOutlined.tsx index e62bb36b8..0bbdd2c9a 100644 --- a/src/IconEditOffOutlined.tsx +++ b/src/IconEditOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEditOffOutlinedFilled.tsx b/src/IconEditOffOutlinedFilled.tsx index 45b4d9087..b3360d67a 100644 --- a/src/IconEditOffOutlinedFilled.tsx +++ b/src/IconEditOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditOffRounded.tsx b/src/IconEditOffRounded.tsx index d30583d05..a5d1d0dd5 100644 --- a/src/IconEditOffRounded.tsx +++ b/src/IconEditOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEditOffRoundedFilled.tsx b/src/IconEditOffRoundedFilled.tsx index 7966d68f5..026f6d58c 100644 --- a/src/IconEditOffRoundedFilled.tsx +++ b/src/IconEditOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEditOffSharp.tsx b/src/IconEditOffSharp.tsx index 309dd744b..1ab5c1464 100644 --- a/src/IconEditOffSharp.tsx +++ b/src/IconEditOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditOffSharpFilled.tsx b/src/IconEditOffSharpFilled.tsx index 091f0a74a..0fc9622ad 100644 --- a/src/IconEditOffSharpFilled.tsx +++ b/src/IconEditOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEditOutlined.tsx b/src/IconEditOutlined.tsx index 06a7eec86..66c2dedaa 100644 --- a/src/IconEditOutlined.tsx +++ b/src/IconEditOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEditOutlinedFilled.tsx b/src/IconEditOutlinedFilled.tsx index 3cbb3d872..3719bd938 100644 --- a/src/IconEditOutlinedFilled.tsx +++ b/src/IconEditOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEditRoadOutlined.tsx b/src/IconEditRoadOutlined.tsx index c70ada393..e2cb9d1ef 100644 --- a/src/IconEditRoadOutlined.tsx +++ b/src/IconEditRoadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditRoadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEditRoadOutlinedFilled.tsx b/src/IconEditRoadOutlinedFilled.tsx index 916015d20..e4ec9b163 100644 --- a/src/IconEditRoadOutlinedFilled.tsx +++ b/src/IconEditRoadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditRoadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditRoadRounded.tsx b/src/IconEditRoadRounded.tsx index 86fe64bdd..4ca22c461 100644 --- a/src/IconEditRoadRounded.tsx +++ b/src/IconEditRoadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditRoadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEditRoadRoundedFilled.tsx b/src/IconEditRoadRoundedFilled.tsx index fb3ae1219..ee848561e 100644 --- a/src/IconEditRoadRoundedFilled.tsx +++ b/src/IconEditRoadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditRoadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEditRoadSharp.tsx b/src/IconEditRoadSharp.tsx index 6c113254f..98d77049f 100644 --- a/src/IconEditRoadSharp.tsx +++ b/src/IconEditRoadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditRoadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditRoadSharpFilled.tsx b/src/IconEditRoadSharpFilled.tsx index 797602c9b..9ce69f4a5 100644 --- a/src/IconEditRoadSharpFilled.tsx +++ b/src/IconEditRoadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditRoadSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEditRounded.tsx b/src/IconEditRounded.tsx index 34cb5670b..ec23b7ac7 100644 --- a/src/IconEditRounded.tsx +++ b/src/IconEditRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEditRoundedFilled.tsx b/src/IconEditRoundedFilled.tsx index 9ca805083..06285be20 100644 --- a/src/IconEditRoundedFilled.tsx +++ b/src/IconEditRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEditSharp.tsx b/src/IconEditSharp.tsx index 5b1b6590e..e1713ae46 100644 --- a/src/IconEditSharp.tsx +++ b/src/IconEditSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditSharpFilled.tsx b/src/IconEditSharpFilled.tsx index 0f9d75ece..613aa4e7d 100644 --- a/src/IconEditSharpFilled.tsx +++ b/src/IconEditSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEditSquareOutlined.tsx b/src/IconEditSquareOutlined.tsx index fa9f226bc..28f2ebc6b 100644 --- a/src/IconEditSquareOutlined.tsx +++ b/src/IconEditSquareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditSquareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEditSquareOutlinedFilled.tsx b/src/IconEditSquareOutlinedFilled.tsx index bdc6a5f1f..ce9cc78cf 100644 --- a/src/IconEditSquareOutlinedFilled.tsx +++ b/src/IconEditSquareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditSquareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditSquareRounded.tsx b/src/IconEditSquareRounded.tsx index 39b51ec58..88a9604cf 100644 --- a/src/IconEditSquareRounded.tsx +++ b/src/IconEditSquareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditSquareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEditSquareRoundedFilled.tsx b/src/IconEditSquareRoundedFilled.tsx index b52b27439..f883a0716 100644 --- a/src/IconEditSquareRoundedFilled.tsx +++ b/src/IconEditSquareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditSquareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEditSquareSharp.tsx b/src/IconEditSquareSharp.tsx index 5116e20f0..2c3bbfa4c 100644 --- a/src/IconEditSquareSharp.tsx +++ b/src/IconEditSquareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditSquareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditSquareSharpFilled.tsx b/src/IconEditSquareSharpFilled.tsx index 15525b27e..03861418b 100644 --- a/src/IconEditSquareSharpFilled.tsx +++ b/src/IconEditSquareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditSquareSharpFilled: React.FC = ({ ...props diff --git a/src/IconEditorChoiceOutlined.tsx b/src/IconEditorChoiceOutlined.tsx index 12c2145f6..225174260 100644 --- a/src/IconEditorChoiceOutlined.tsx +++ b/src/IconEditorChoiceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditorChoiceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEditorChoiceOutlinedFilled.tsx b/src/IconEditorChoiceOutlinedFilled.tsx index 5332229f3..c752513ff 100644 --- a/src/IconEditorChoiceOutlinedFilled.tsx +++ b/src/IconEditorChoiceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditorChoiceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEditorChoiceRounded.tsx b/src/IconEditorChoiceRounded.tsx index 6694cedea..5e08d4415 100644 --- a/src/IconEditorChoiceRounded.tsx +++ b/src/IconEditorChoiceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditorChoiceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEditorChoiceRoundedFilled.tsx b/src/IconEditorChoiceRoundedFilled.tsx index 64b02b0fa..ddfbad122 100644 --- a/src/IconEditorChoiceRoundedFilled.tsx +++ b/src/IconEditorChoiceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditorChoiceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEditorChoiceSharp.tsx b/src/IconEditorChoiceSharp.tsx index 6edc72cc0..601f61709 100644 --- a/src/IconEditorChoiceSharp.tsx +++ b/src/IconEditorChoiceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditorChoiceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEditorChoiceSharpFilled.tsx b/src/IconEditorChoiceSharpFilled.tsx index bf101dac3..c659bbd9c 100644 --- a/src/IconEditorChoiceSharpFilled.tsx +++ b/src/IconEditorChoiceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEditorChoiceSharpFilled: React.FC = ({ ...props diff --git a/src/IconEggAltOutlined.tsx b/src/IconEggAltOutlined.tsx index 9b6d6b958..504b7efca 100644 --- a/src/IconEggAltOutlined.tsx +++ b/src/IconEggAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEggAltOutlinedFilled.tsx b/src/IconEggAltOutlinedFilled.tsx index 39d979bf9..82baa8a9d 100644 --- a/src/IconEggAltOutlinedFilled.tsx +++ b/src/IconEggAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggAltOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEggAltRounded.tsx b/src/IconEggAltRounded.tsx index 55b55480c..8d87d46dd 100644 --- a/src/IconEggAltRounded.tsx +++ b/src/IconEggAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEggAltRoundedFilled.tsx b/src/IconEggAltRoundedFilled.tsx index c8fdb509d..feecabe8a 100644 --- a/src/IconEggAltRoundedFilled.tsx +++ b/src/IconEggAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggAltRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEggAltSharp.tsx b/src/IconEggAltSharp.tsx index 6c560bdb4..0cb4e1e98 100644 --- a/src/IconEggAltSharp.tsx +++ b/src/IconEggAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEggAltSharpFilled.tsx b/src/IconEggAltSharpFilled.tsx index 8ffcb146c..cffb1d4db 100644 --- a/src/IconEggAltSharpFilled.tsx +++ b/src/IconEggAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggAltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEggOutlined.tsx b/src/IconEggOutlined.tsx index b3c55924b..07736d8f9 100644 --- a/src/IconEggOutlined.tsx +++ b/src/IconEggOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEggOutlinedFilled.tsx b/src/IconEggOutlinedFilled.tsx index 1ad8778d5..3868f8e1e 100644 --- a/src/IconEggOutlinedFilled.tsx +++ b/src/IconEggOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEggRounded.tsx b/src/IconEggRounded.tsx index b6decba95..d8d5e5dce 100644 --- a/src/IconEggRounded.tsx +++ b/src/IconEggRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEggRoundedFilled.tsx b/src/IconEggRoundedFilled.tsx index 24289c295..d9b5cb0fb 100644 --- a/src/IconEggRoundedFilled.tsx +++ b/src/IconEggRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEggSharp.tsx b/src/IconEggSharp.tsx index 614482edf..3bfc7b9ad 100644 --- a/src/IconEggSharp.tsx +++ b/src/IconEggSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEggSharpFilled.tsx b/src/IconEggSharpFilled.tsx index f56c906b0..21364bfec 100644 --- a/src/IconEggSharpFilled.tsx +++ b/src/IconEggSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEggSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEjectOutlined.tsx b/src/IconEjectOutlined.tsx index 9e19ef483..1a8072078 100644 --- a/src/IconEjectOutlined.tsx +++ b/src/IconEjectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEjectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEjectOutlinedFilled.tsx b/src/IconEjectOutlinedFilled.tsx index 2d3e2244e..ad9774245 100644 --- a/src/IconEjectOutlinedFilled.tsx +++ b/src/IconEjectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEjectOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEjectRounded.tsx b/src/IconEjectRounded.tsx index de3b78550..516a55f04 100644 --- a/src/IconEjectRounded.tsx +++ b/src/IconEjectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEjectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEjectRoundedFilled.tsx b/src/IconEjectRoundedFilled.tsx index 388ee06cc..8c20f3985 100644 --- a/src/IconEjectRoundedFilled.tsx +++ b/src/IconEjectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEjectRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEjectSharp.tsx b/src/IconEjectSharp.tsx index 0499bf9bf..762ad1399 100644 --- a/src/IconEjectSharp.tsx +++ b/src/IconEjectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEjectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEjectSharpFilled.tsx b/src/IconEjectSharpFilled.tsx index 74d96cb82..6e537af27 100644 --- a/src/IconEjectSharpFilled.tsx +++ b/src/IconEjectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEjectSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconElderlyOutlined.tsx b/src/IconElderlyOutlined.tsx index 4af0b6eab..6fe659d34 100644 --- a/src/IconElderlyOutlined.tsx +++ b/src/IconElderlyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconElderlyOutlinedFilled.tsx b/src/IconElderlyOutlinedFilled.tsx index ff496d1a7..cea467fa2 100644 --- a/src/IconElderlyOutlinedFilled.tsx +++ b/src/IconElderlyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElderlyRounded.tsx b/src/IconElderlyRounded.tsx index f8d04de5e..f4f13c195 100644 --- a/src/IconElderlyRounded.tsx +++ b/src/IconElderlyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconElderlyRoundedFilled.tsx b/src/IconElderlyRoundedFilled.tsx index 248656798..a60f7ab8e 100644 --- a/src/IconElderlyRoundedFilled.tsx +++ b/src/IconElderlyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconElderlySharp.tsx b/src/IconElderlySharp.tsx index 06ef2b4b3..225530173 100644 --- a/src/IconElderlySharp.tsx +++ b/src/IconElderlySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconElderlySharpFilled.tsx b/src/IconElderlySharpFilled.tsx index 86e5644a0..52fde20a6 100644 --- a/src/IconElderlySharpFilled.tsx +++ b/src/IconElderlySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconElderlyWomanOutlined.tsx b/src/IconElderlyWomanOutlined.tsx index c6a0ecfb8..02cd3ba3e 100644 --- a/src/IconElderlyWomanOutlined.tsx +++ b/src/IconElderlyWomanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlyWomanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconElderlyWomanOutlinedFilled.tsx b/src/IconElderlyWomanOutlinedFilled.tsx index 7d9655960..ac9d5657f 100644 --- a/src/IconElderlyWomanOutlinedFilled.tsx +++ b/src/IconElderlyWomanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlyWomanOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElderlyWomanRounded.tsx b/src/IconElderlyWomanRounded.tsx index eab2293dc..a08add3e6 100644 --- a/src/IconElderlyWomanRounded.tsx +++ b/src/IconElderlyWomanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlyWomanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconElderlyWomanRoundedFilled.tsx b/src/IconElderlyWomanRoundedFilled.tsx index 6378b2008..7f9674c62 100644 --- a/src/IconElderlyWomanRoundedFilled.tsx +++ b/src/IconElderlyWomanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlyWomanRoundedFilled: React.FC = ({ ...props diff --git a/src/IconElderlyWomanSharp.tsx b/src/IconElderlyWomanSharp.tsx index 8b688d02a..f9e29b4b4 100644 --- a/src/IconElderlyWomanSharp.tsx +++ b/src/IconElderlyWomanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlyWomanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconElderlyWomanSharpFilled.tsx b/src/IconElderlyWomanSharpFilled.tsx index b884aed38..d32df118e 100644 --- a/src/IconElderlyWomanSharpFilled.tsx +++ b/src/IconElderlyWomanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElderlyWomanSharpFilled: React.FC = ({ ...props diff --git a/src/IconElectricBikeOutlined.tsx b/src/IconElectricBikeOutlined.tsx index 04f85b193..041e5a457 100644 --- a/src/IconElectricBikeOutlined.tsx +++ b/src/IconElectricBikeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBikeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricBikeOutlinedFilled.tsx b/src/IconElectricBikeOutlinedFilled.tsx index 22d470cc9..b75f32270 100644 --- a/src/IconElectricBikeOutlinedFilled.tsx +++ b/src/IconElectricBikeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBikeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElectricBikeRounded.tsx b/src/IconElectricBikeRounded.tsx index 1ae3f3b0b..d04179e8a 100644 --- a/src/IconElectricBikeRounded.tsx +++ b/src/IconElectricBikeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBikeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricBikeRoundedFilled.tsx b/src/IconElectricBikeRoundedFilled.tsx index 94ea38d6b..b2c5e1b96 100644 --- a/src/IconElectricBikeRoundedFilled.tsx +++ b/src/IconElectricBikeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBikeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconElectricBikeSharp.tsx b/src/IconElectricBikeSharp.tsx index c088ca9a1..e152c5b54 100644 --- a/src/IconElectricBikeSharp.tsx +++ b/src/IconElectricBikeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBikeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricBikeSharpFilled.tsx b/src/IconElectricBikeSharpFilled.tsx index d04569cd6..c6ed3d355 100644 --- a/src/IconElectricBikeSharpFilled.tsx +++ b/src/IconElectricBikeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBikeSharpFilled: React.FC = ({ ...props diff --git a/src/IconElectricBoltOutlined.tsx b/src/IconElectricBoltOutlined.tsx index 7528a56ab..c05a275f9 100644 --- a/src/IconElectricBoltOutlined.tsx +++ b/src/IconElectricBoltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBoltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricBoltOutlinedFilled.tsx b/src/IconElectricBoltOutlinedFilled.tsx index 8b7925d30..db4fe26ff 100644 --- a/src/IconElectricBoltOutlinedFilled.tsx +++ b/src/IconElectricBoltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBoltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElectricBoltRounded.tsx b/src/IconElectricBoltRounded.tsx index 7c13bbc55..646c09de7 100644 --- a/src/IconElectricBoltRounded.tsx +++ b/src/IconElectricBoltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBoltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricBoltRoundedFilled.tsx b/src/IconElectricBoltRoundedFilled.tsx index 51b390b22..e832f25ba 100644 --- a/src/IconElectricBoltRoundedFilled.tsx +++ b/src/IconElectricBoltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBoltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconElectricBoltSharp.tsx b/src/IconElectricBoltSharp.tsx index 8b8ab5b33..a8c4a1858 100644 --- a/src/IconElectricBoltSharp.tsx +++ b/src/IconElectricBoltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBoltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricBoltSharpFilled.tsx b/src/IconElectricBoltSharpFilled.tsx index 815247f17..4b7af00bd 100644 --- a/src/IconElectricBoltSharpFilled.tsx +++ b/src/IconElectricBoltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricBoltSharpFilled: React.FC = ({ ...props diff --git a/src/IconElectricCarOutlined.tsx b/src/IconElectricCarOutlined.tsx index 1ff49d480..d9c6b66e7 100644 --- a/src/IconElectricCarOutlined.tsx +++ b/src/IconElectricCarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricCarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricCarOutlinedFilled.tsx b/src/IconElectricCarOutlinedFilled.tsx index 16e5f815b..95eb75a06 100644 --- a/src/IconElectricCarOutlinedFilled.tsx +++ b/src/IconElectricCarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricCarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElectricCarRounded.tsx b/src/IconElectricCarRounded.tsx index 7b982f2b5..1c245fbaf 100644 --- a/src/IconElectricCarRounded.tsx +++ b/src/IconElectricCarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricCarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricCarRoundedFilled.tsx b/src/IconElectricCarRoundedFilled.tsx index cd5afd180..295b4de9f 100644 --- a/src/IconElectricCarRoundedFilled.tsx +++ b/src/IconElectricCarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricCarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconElectricCarSharp.tsx b/src/IconElectricCarSharp.tsx index 752c9d744..67713313e 100644 --- a/src/IconElectricCarSharp.tsx +++ b/src/IconElectricCarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricCarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricCarSharpFilled.tsx b/src/IconElectricCarSharpFilled.tsx index a81149ae0..c4ba8762f 100644 --- a/src/IconElectricCarSharpFilled.tsx +++ b/src/IconElectricCarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricCarSharpFilled: React.FC = ({ ...props diff --git a/src/IconElectricMeterOutlined.tsx b/src/IconElectricMeterOutlined.tsx index 8c37ace76..2b0065bbb 100644 --- a/src/IconElectricMeterOutlined.tsx +++ b/src/IconElectricMeterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMeterOutlined: React.FC = ({ ...props diff --git a/src/IconElectricMeterOutlinedFilled.tsx b/src/IconElectricMeterOutlinedFilled.tsx index c2394c33d..f46e8866b 100644 --- a/src/IconElectricMeterOutlinedFilled.tsx +++ b/src/IconElectricMeterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMeterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElectricMeterRounded.tsx b/src/IconElectricMeterRounded.tsx index f7b86923f..c1fe78f27 100644 --- a/src/IconElectricMeterRounded.tsx +++ b/src/IconElectricMeterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMeterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricMeterRoundedFilled.tsx b/src/IconElectricMeterRoundedFilled.tsx index 73121bc69..cfd034443 100644 --- a/src/IconElectricMeterRoundedFilled.tsx +++ b/src/IconElectricMeterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMeterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconElectricMeterSharp.tsx b/src/IconElectricMeterSharp.tsx index a9e9e534f..08ab1e20d 100644 --- a/src/IconElectricMeterSharp.tsx +++ b/src/IconElectricMeterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMeterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricMeterSharpFilled.tsx b/src/IconElectricMeterSharpFilled.tsx index 817e91136..78a319afa 100644 --- a/src/IconElectricMeterSharpFilled.tsx +++ b/src/IconElectricMeterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMeterSharpFilled: React.FC = ({ ...props diff --git a/src/IconElectricMopedOutlined.tsx b/src/IconElectricMopedOutlined.tsx index 3bbc789c0..4f840fa9c 100644 --- a/src/IconElectricMopedOutlined.tsx +++ b/src/IconElectricMopedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMopedOutlined: React.FC = ({ ...props diff --git a/src/IconElectricMopedOutlinedFilled.tsx b/src/IconElectricMopedOutlinedFilled.tsx index 5b4d8859a..46607db0a 100644 --- a/src/IconElectricMopedOutlinedFilled.tsx +++ b/src/IconElectricMopedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMopedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElectricMopedRounded.tsx b/src/IconElectricMopedRounded.tsx index 233d211c8..48b5544d4 100644 --- a/src/IconElectricMopedRounded.tsx +++ b/src/IconElectricMopedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMopedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricMopedRoundedFilled.tsx b/src/IconElectricMopedRoundedFilled.tsx index b0701430e..1fcd78174 100644 --- a/src/IconElectricMopedRoundedFilled.tsx +++ b/src/IconElectricMopedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMopedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconElectricMopedSharp.tsx b/src/IconElectricMopedSharp.tsx index 90865fc2b..86d639cd9 100644 --- a/src/IconElectricMopedSharp.tsx +++ b/src/IconElectricMopedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMopedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricMopedSharpFilled.tsx b/src/IconElectricMopedSharpFilled.tsx index 14e246b4e..35fd41ac8 100644 --- a/src/IconElectricMopedSharpFilled.tsx +++ b/src/IconElectricMopedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricMopedSharpFilled: React.FC = ({ ...props diff --git a/src/IconElectricRickshawOutlined.tsx b/src/IconElectricRickshawOutlined.tsx index d8b7f739b..1e614c059 100644 --- a/src/IconElectricRickshawOutlined.tsx +++ b/src/IconElectricRickshawOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricRickshawOutlined: React.FC = ({ ...props diff --git a/src/IconElectricRickshawOutlinedFilled.tsx b/src/IconElectricRickshawOutlinedFilled.tsx index 90ee1cffa..392c77e46 100644 --- a/src/IconElectricRickshawOutlinedFilled.tsx +++ b/src/IconElectricRickshawOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricRickshawOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElectricRickshawRounded.tsx b/src/IconElectricRickshawRounded.tsx index 0f4be38b4..0bc5f7383 100644 --- a/src/IconElectricRickshawRounded.tsx +++ b/src/IconElectricRickshawRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricRickshawRounded: React.FC = ({ ...props diff --git a/src/IconElectricRickshawRoundedFilled.tsx b/src/IconElectricRickshawRoundedFilled.tsx index 100518579..bbd9c3069 100644 --- a/src/IconElectricRickshawRoundedFilled.tsx +++ b/src/IconElectricRickshawRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricRickshawRoundedFilled: React.FC = ({ ...props diff --git a/src/IconElectricRickshawSharp.tsx b/src/IconElectricRickshawSharp.tsx index 99d2727c2..2a4a6a6b5 100644 --- a/src/IconElectricRickshawSharp.tsx +++ b/src/IconElectricRickshawSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricRickshawSharp: React.FC = ({ ...props diff --git a/src/IconElectricRickshawSharpFilled.tsx b/src/IconElectricRickshawSharpFilled.tsx index 298df3ad2..12a46728f 100644 --- a/src/IconElectricRickshawSharpFilled.tsx +++ b/src/IconElectricRickshawSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricRickshawSharpFilled: React.FC = ({ ...props diff --git a/src/IconElectricScooterOutlined.tsx b/src/IconElectricScooterOutlined.tsx index 67791af4f..4fe4d97fc 100644 --- a/src/IconElectricScooterOutlined.tsx +++ b/src/IconElectricScooterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricScooterOutlined: React.FC = ({ ...props diff --git a/src/IconElectricScooterOutlinedFilled.tsx b/src/IconElectricScooterOutlinedFilled.tsx index 67db45f27..7dce4dbf6 100644 --- a/src/IconElectricScooterOutlinedFilled.tsx +++ b/src/IconElectricScooterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricScooterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElectricScooterRounded.tsx b/src/IconElectricScooterRounded.tsx index 2543c250d..4821ab289 100644 --- a/src/IconElectricScooterRounded.tsx +++ b/src/IconElectricScooterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricScooterRounded: React.FC = ({ ...props diff --git a/src/IconElectricScooterRoundedFilled.tsx b/src/IconElectricScooterRoundedFilled.tsx index 6130ee947..c3b3e7b1e 100644 --- a/src/IconElectricScooterRoundedFilled.tsx +++ b/src/IconElectricScooterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricScooterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconElectricScooterSharp.tsx b/src/IconElectricScooterSharp.tsx index 88f35e34e..4bfdb1a12 100644 --- a/src/IconElectricScooterSharp.tsx +++ b/src/IconElectricScooterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricScooterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconElectricScooterSharpFilled.tsx b/src/IconElectricScooterSharpFilled.tsx index 1620acbae..b4a10b6de 100644 --- a/src/IconElectricScooterSharpFilled.tsx +++ b/src/IconElectricScooterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricScooterSharpFilled: React.FC = ({ ...props diff --git a/src/IconElectricalServicesOutlined.tsx b/src/IconElectricalServicesOutlined.tsx index 3dc436d4e..9c7f943b7 100644 --- a/src/IconElectricalServicesOutlined.tsx +++ b/src/IconElectricalServicesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricalServicesOutlined: React.FC = ({ ...props diff --git a/src/IconElectricalServicesOutlinedFilled.tsx b/src/IconElectricalServicesOutlinedFilled.tsx index a6427b2db..572c5b438 100644 --- a/src/IconElectricalServicesOutlinedFilled.tsx +++ b/src/IconElectricalServicesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricalServicesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElectricalServicesRounded.tsx b/src/IconElectricalServicesRounded.tsx index 1ea7ce355..a082ec321 100644 --- a/src/IconElectricalServicesRounded.tsx +++ b/src/IconElectricalServicesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricalServicesRounded: React.FC = ({ ...props diff --git a/src/IconElectricalServicesRoundedFilled.tsx b/src/IconElectricalServicesRoundedFilled.tsx index 55068d36a..de8dfdef5 100644 --- a/src/IconElectricalServicesRoundedFilled.tsx +++ b/src/IconElectricalServicesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricalServicesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconElectricalServicesSharp.tsx b/src/IconElectricalServicesSharp.tsx index e7ac11d8f..056d4af64 100644 --- a/src/IconElectricalServicesSharp.tsx +++ b/src/IconElectricalServicesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricalServicesSharp: React.FC = ({ ...props diff --git a/src/IconElectricalServicesSharpFilled.tsx b/src/IconElectricalServicesSharpFilled.tsx index dda724f30..719977da1 100644 --- a/src/IconElectricalServicesSharpFilled.tsx +++ b/src/IconElectricalServicesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElectricalServicesSharpFilled: React.FC = ({ ...props diff --git a/src/IconElevationOutlined.tsx b/src/IconElevationOutlined.tsx index 6bcf8318e..958cb0fd0 100644 --- a/src/IconElevationOutlined.tsx +++ b/src/IconElevationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconElevationOutlinedFilled.tsx b/src/IconElevationOutlinedFilled.tsx index 50435702d..db62d2074 100644 --- a/src/IconElevationOutlinedFilled.tsx +++ b/src/IconElevationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElevationRounded.tsx b/src/IconElevationRounded.tsx index ce85b94b4..f6b7ac389 100644 --- a/src/IconElevationRounded.tsx +++ b/src/IconElevationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconElevationRoundedFilled.tsx b/src/IconElevationRoundedFilled.tsx index 944b2e40d..086d9d026 100644 --- a/src/IconElevationRoundedFilled.tsx +++ b/src/IconElevationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconElevationSharp.tsx b/src/IconElevationSharp.tsx index 09d8b61ba..38ac34ffe 100644 --- a/src/IconElevationSharp.tsx +++ b/src/IconElevationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconElevationSharpFilled.tsx b/src/IconElevationSharpFilled.tsx index ec52a77b3..0f945c411 100644 --- a/src/IconElevationSharpFilled.tsx +++ b/src/IconElevationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevationSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconElevatorOutlined.tsx b/src/IconElevatorOutlined.tsx index 7f5b73131..b383af2e2 100644 --- a/src/IconElevatorOutlined.tsx +++ b/src/IconElevatorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevatorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconElevatorOutlinedFilled.tsx b/src/IconElevatorOutlinedFilled.tsx index fbb956c87..3e5d536b1 100644 --- a/src/IconElevatorOutlinedFilled.tsx +++ b/src/IconElevatorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevatorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconElevatorRounded.tsx b/src/IconElevatorRounded.tsx index 81e101dd9..e87fda3a5 100644 --- a/src/IconElevatorRounded.tsx +++ b/src/IconElevatorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevatorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconElevatorRoundedFilled.tsx b/src/IconElevatorRoundedFilled.tsx index b4c9ac850..ab7d451aa 100644 --- a/src/IconElevatorRoundedFilled.tsx +++ b/src/IconElevatorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevatorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconElevatorSharp.tsx b/src/IconElevatorSharp.tsx index 8de5eda30..2d2b5116b 100644 --- a/src/IconElevatorSharp.tsx +++ b/src/IconElevatorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevatorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconElevatorSharpFilled.tsx b/src/IconElevatorSharpFilled.tsx index f0f5a2f3d..425a650b8 100644 --- a/src/IconElevatorSharpFilled.tsx +++ b/src/IconElevatorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconElevatorSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEmergencyHeat2Outlined.tsx b/src/IconEmergencyHeat2Outlined.tsx index b1c7910b4..883bb7743 100644 --- a/src/IconEmergencyHeat2Outlined.tsx +++ b/src/IconEmergencyHeat2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeat2Outlined: React.FC = ({ ...props diff --git a/src/IconEmergencyHeat2OutlinedFilled.tsx b/src/IconEmergencyHeat2OutlinedFilled.tsx index 9df739eba..f5aa2d96c 100644 --- a/src/IconEmergencyHeat2OutlinedFilled.tsx +++ b/src/IconEmergencyHeat2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeat2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyHeat2Rounded.tsx b/src/IconEmergencyHeat2Rounded.tsx index 500f644f4..548aed133 100644 --- a/src/IconEmergencyHeat2Rounded.tsx +++ b/src/IconEmergencyHeat2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeat2Rounded: React.FC = ({ ...props diff --git a/src/IconEmergencyHeat2RoundedFilled.tsx b/src/IconEmergencyHeat2RoundedFilled.tsx index f7fa31051..b48de95f7 100644 --- a/src/IconEmergencyHeat2RoundedFilled.tsx +++ b/src/IconEmergencyHeat2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeat2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyHeat2Sharp.tsx b/src/IconEmergencyHeat2Sharp.tsx index 355e79f12..00c7fa0cd 100644 --- a/src/IconEmergencyHeat2Sharp.tsx +++ b/src/IconEmergencyHeat2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeat2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmergencyHeat2SharpFilled.tsx b/src/IconEmergencyHeat2SharpFilled.tsx index 96f845193..9826aa9bc 100644 --- a/src/IconEmergencyHeat2SharpFilled.tsx +++ b/src/IconEmergencyHeat2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeat2SharpFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyHeatOutlined.tsx b/src/IconEmergencyHeatOutlined.tsx index 4d7c96491..3e92f0e12 100644 --- a/src/IconEmergencyHeatOutlined.tsx +++ b/src/IconEmergencyHeatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeatOutlined: React.FC = ({ ...props diff --git a/src/IconEmergencyHeatOutlinedFilled.tsx b/src/IconEmergencyHeatOutlinedFilled.tsx index ef378f9d5..e793a5f5f 100644 --- a/src/IconEmergencyHeatOutlinedFilled.tsx +++ b/src/IconEmergencyHeatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyHeatRounded.tsx b/src/IconEmergencyHeatRounded.tsx index fc2813983..ef5ae96f8 100644 --- a/src/IconEmergencyHeatRounded.tsx +++ b/src/IconEmergencyHeatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEmergencyHeatRoundedFilled.tsx b/src/IconEmergencyHeatRoundedFilled.tsx index 43bff1bef..71c315117 100644 --- a/src/IconEmergencyHeatRoundedFilled.tsx +++ b/src/IconEmergencyHeatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyHeatSharp.tsx b/src/IconEmergencyHeatSharp.tsx index 21bcb9b9d..f92a26b63 100644 --- a/src/IconEmergencyHeatSharp.tsx +++ b/src/IconEmergencyHeatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmergencyHeatSharpFilled.tsx b/src/IconEmergencyHeatSharpFilled.tsx index ab22c66d8..dbf857c73 100644 --- a/src/IconEmergencyHeatSharpFilled.tsx +++ b/src/IconEmergencyHeatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHeatSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyHomeOutlined.tsx b/src/IconEmergencyHomeOutlined.tsx index 22c925488..05f2cec88 100644 --- a/src/IconEmergencyHomeOutlined.tsx +++ b/src/IconEmergencyHomeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHomeOutlined: React.FC = ({ ...props diff --git a/src/IconEmergencyHomeOutlinedFilled.tsx b/src/IconEmergencyHomeOutlinedFilled.tsx index 8f13e7bf2..99589ceec 100644 --- a/src/IconEmergencyHomeOutlinedFilled.tsx +++ b/src/IconEmergencyHomeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHomeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyHomeRounded.tsx b/src/IconEmergencyHomeRounded.tsx index d538c1300..88d026821 100644 --- a/src/IconEmergencyHomeRounded.tsx +++ b/src/IconEmergencyHomeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHomeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEmergencyHomeRoundedFilled.tsx b/src/IconEmergencyHomeRoundedFilled.tsx index fb68280dd..db305b704 100644 --- a/src/IconEmergencyHomeRoundedFilled.tsx +++ b/src/IconEmergencyHomeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHomeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyHomeSharp.tsx b/src/IconEmergencyHomeSharp.tsx index 508b280f2..5f7b2b181 100644 --- a/src/IconEmergencyHomeSharp.tsx +++ b/src/IconEmergencyHomeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHomeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmergencyHomeSharpFilled.tsx b/src/IconEmergencyHomeSharpFilled.tsx index 1ec731430..da02eb09e 100644 --- a/src/IconEmergencyHomeSharpFilled.tsx +++ b/src/IconEmergencyHomeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyHomeSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyOutlined.tsx b/src/IconEmergencyOutlined.tsx index dd6667b11..bf79d9eb1 100644 --- a/src/IconEmergencyOutlined.tsx +++ b/src/IconEmergencyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEmergencyOutlinedFilled.tsx b/src/IconEmergencyOutlinedFilled.tsx index 207d866f3..d69c0cee8 100644 --- a/src/IconEmergencyOutlinedFilled.tsx +++ b/src/IconEmergencyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyRecordingOutlined.tsx b/src/IconEmergencyRecordingOutlined.tsx index 96288650b..c260f45bd 100644 --- a/src/IconEmergencyRecordingOutlined.tsx +++ b/src/IconEmergencyRecordingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyRecordingOutlined: React.FC = ({ ...props diff --git a/src/IconEmergencyRecordingOutlinedFilled.tsx b/src/IconEmergencyRecordingOutlinedFilled.tsx index 7d9cfb859..3edf72ba4 100644 --- a/src/IconEmergencyRecordingOutlinedFilled.tsx +++ b/src/IconEmergencyRecordingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyRecordingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyRecordingRounded.tsx b/src/IconEmergencyRecordingRounded.tsx index 960e1963c..db664620a 100644 --- a/src/IconEmergencyRecordingRounded.tsx +++ b/src/IconEmergencyRecordingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyRecordingRounded: React.FC = ({ ...props diff --git a/src/IconEmergencyRecordingRoundedFilled.tsx b/src/IconEmergencyRecordingRoundedFilled.tsx index fd4225783..6cdb44f01 100644 --- a/src/IconEmergencyRecordingRoundedFilled.tsx +++ b/src/IconEmergencyRecordingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyRecordingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyRecordingSharp.tsx b/src/IconEmergencyRecordingSharp.tsx index 8621e8194..4fd2fb979 100644 --- a/src/IconEmergencyRecordingSharp.tsx +++ b/src/IconEmergencyRecordingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyRecordingSharp: React.FC = ({ ...props diff --git a/src/IconEmergencyRecordingSharpFilled.tsx b/src/IconEmergencyRecordingSharpFilled.tsx index 7078e8b01..360040267 100644 --- a/src/IconEmergencyRecordingSharpFilled.tsx +++ b/src/IconEmergencyRecordingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyRecordingSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyRounded.tsx b/src/IconEmergencyRounded.tsx index 4002db8b1..442c7d8b4 100644 --- a/src/IconEmergencyRounded.tsx +++ b/src/IconEmergencyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEmergencyRoundedFilled.tsx b/src/IconEmergencyRoundedFilled.tsx index b58a45457..0f78a619c 100644 --- a/src/IconEmergencyRoundedFilled.tsx +++ b/src/IconEmergencyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyShareOffOutlined.tsx b/src/IconEmergencyShareOffOutlined.tsx index 2396214e7..29eff7443 100644 --- a/src/IconEmergencyShareOffOutlined.tsx +++ b/src/IconEmergencyShareOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareOffOutlined: React.FC = ({ ...props diff --git a/src/IconEmergencyShareOffOutlinedFilled.tsx b/src/IconEmergencyShareOffOutlinedFilled.tsx index 66f061875..ecce06c0c 100644 --- a/src/IconEmergencyShareOffOutlinedFilled.tsx +++ b/src/IconEmergencyShareOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyShareOffRounded.tsx b/src/IconEmergencyShareOffRounded.tsx index 709cdf30d..e2162bbc2 100644 --- a/src/IconEmergencyShareOffRounded.tsx +++ b/src/IconEmergencyShareOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareOffRounded: React.FC = ({ ...props diff --git a/src/IconEmergencyShareOffRoundedFilled.tsx b/src/IconEmergencyShareOffRoundedFilled.tsx index 64f114783..071b9d244 100644 --- a/src/IconEmergencyShareOffRoundedFilled.tsx +++ b/src/IconEmergencyShareOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyShareOffSharp.tsx b/src/IconEmergencyShareOffSharp.tsx index 620665911..1dc748d85 100644 --- a/src/IconEmergencyShareOffSharp.tsx +++ b/src/IconEmergencyShareOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareOffSharp: React.FC = ({ ...props diff --git a/src/IconEmergencyShareOffSharpFilled.tsx b/src/IconEmergencyShareOffSharpFilled.tsx index c7b7643c0..1714c0aa1 100644 --- a/src/IconEmergencyShareOffSharpFilled.tsx +++ b/src/IconEmergencyShareOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyShareOutlined.tsx b/src/IconEmergencyShareOutlined.tsx index 6662d5887..4ba770dc1 100644 --- a/src/IconEmergencyShareOutlined.tsx +++ b/src/IconEmergencyShareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareOutlined: React.FC = ({ ...props diff --git a/src/IconEmergencyShareOutlinedFilled.tsx b/src/IconEmergencyShareOutlinedFilled.tsx index d3e05edfd..1a2f8aeb8 100644 --- a/src/IconEmergencyShareOutlinedFilled.tsx +++ b/src/IconEmergencyShareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyShareRounded.tsx b/src/IconEmergencyShareRounded.tsx index 1b435f161..ca82f21f2 100644 --- a/src/IconEmergencyShareRounded.tsx +++ b/src/IconEmergencyShareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareRounded: React.FC = ({ ...props diff --git a/src/IconEmergencyShareRoundedFilled.tsx b/src/IconEmergencyShareRoundedFilled.tsx index fb974fe53..7a2464968 100644 --- a/src/IconEmergencyShareRoundedFilled.tsx +++ b/src/IconEmergencyShareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmergencyShareSharp.tsx b/src/IconEmergencyShareSharp.tsx index 5d5ba8ba9..cc49c453b 100644 --- a/src/IconEmergencyShareSharp.tsx +++ b/src/IconEmergencyShareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmergencyShareSharpFilled.tsx b/src/IconEmergencyShareSharpFilled.tsx index a966b825a..664cdcee9 100644 --- a/src/IconEmergencyShareSharpFilled.tsx +++ b/src/IconEmergencyShareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencyShareSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmergencySharp.tsx b/src/IconEmergencySharp.tsx index 9df6d4b03..0beaa65fd 100644 --- a/src/IconEmergencySharp.tsx +++ b/src/IconEmergencySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmergencySharpFilled.tsx b/src/IconEmergencySharpFilled.tsx index dae8f0100..8e1868145 100644 --- a/src/IconEmergencySharpFilled.tsx +++ b/src/IconEmergencySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmergencySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiEventsOutlined.tsx b/src/IconEmojiEventsOutlined.tsx index 1fbab4134..7a62043fc 100644 --- a/src/IconEmojiEventsOutlined.tsx +++ b/src/IconEmojiEventsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiEventsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiEventsOutlinedFilled.tsx b/src/IconEmojiEventsOutlinedFilled.tsx index ce33a10ab..57cb8dc12 100644 --- a/src/IconEmojiEventsOutlinedFilled.tsx +++ b/src/IconEmojiEventsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiEventsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiEventsRounded.tsx b/src/IconEmojiEventsRounded.tsx index 5db557a8b..70cabed72 100644 --- a/src/IconEmojiEventsRounded.tsx +++ b/src/IconEmojiEventsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiEventsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiEventsRoundedFilled.tsx b/src/IconEmojiEventsRoundedFilled.tsx index 885d93cf8..a4a969629 100644 --- a/src/IconEmojiEventsRoundedFilled.tsx +++ b/src/IconEmojiEventsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiEventsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiEventsSharp.tsx b/src/IconEmojiEventsSharp.tsx index 2c2ebff11..3e96313f4 100644 --- a/src/IconEmojiEventsSharp.tsx +++ b/src/IconEmojiEventsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiEventsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiEventsSharpFilled.tsx b/src/IconEmojiEventsSharpFilled.tsx index b21edf553..498c638f8 100644 --- a/src/IconEmojiEventsSharpFilled.tsx +++ b/src/IconEmojiEventsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiEventsSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmojiFoodBeverageOutlined.tsx b/src/IconEmojiFoodBeverageOutlined.tsx index 035154d9d..bc4c6ae27 100644 --- a/src/IconEmojiFoodBeverageOutlined.tsx +++ b/src/IconEmojiFoodBeverageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiFoodBeverageOutlined: React.FC = ({ ...props diff --git a/src/IconEmojiFoodBeverageOutlinedFilled.tsx b/src/IconEmojiFoodBeverageOutlinedFilled.tsx index a0e9b0643..828a03adb 100644 --- a/src/IconEmojiFoodBeverageOutlinedFilled.tsx +++ b/src/IconEmojiFoodBeverageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiFoodBeverageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiFoodBeverageRounded.tsx b/src/IconEmojiFoodBeverageRounded.tsx index 970c7374b..0b13d0bcc 100644 --- a/src/IconEmojiFoodBeverageRounded.tsx +++ b/src/IconEmojiFoodBeverageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiFoodBeverageRounded: React.FC = ({ ...props diff --git a/src/IconEmojiFoodBeverageRoundedFilled.tsx b/src/IconEmojiFoodBeverageRoundedFilled.tsx index 856cca237..2bb57a4b8 100644 --- a/src/IconEmojiFoodBeverageRoundedFilled.tsx +++ b/src/IconEmojiFoodBeverageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiFoodBeverageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiFoodBeverageSharp.tsx b/src/IconEmojiFoodBeverageSharp.tsx index 55d59a68f..437561b3d 100644 --- a/src/IconEmojiFoodBeverageSharp.tsx +++ b/src/IconEmojiFoodBeverageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiFoodBeverageSharp: React.FC = ({ ...props diff --git a/src/IconEmojiFoodBeverageSharpFilled.tsx b/src/IconEmojiFoodBeverageSharpFilled.tsx index 5c20b68d1..a511b85ee 100644 --- a/src/IconEmojiFoodBeverageSharpFilled.tsx +++ b/src/IconEmojiFoodBeverageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiFoodBeverageSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmojiLanguageOutlined.tsx b/src/IconEmojiLanguageOutlined.tsx index 89255132f..7d9c78305 100644 --- a/src/IconEmojiLanguageOutlined.tsx +++ b/src/IconEmojiLanguageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiLanguageOutlined: React.FC = ({ ...props diff --git a/src/IconEmojiLanguageOutlinedFilled.tsx b/src/IconEmojiLanguageOutlinedFilled.tsx index 47eb21125..e00c0c089 100644 --- a/src/IconEmojiLanguageOutlinedFilled.tsx +++ b/src/IconEmojiLanguageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiLanguageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiLanguageRounded.tsx b/src/IconEmojiLanguageRounded.tsx index 30d4a974d..0ab2b45d4 100644 --- a/src/IconEmojiLanguageRounded.tsx +++ b/src/IconEmojiLanguageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiLanguageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiLanguageRoundedFilled.tsx b/src/IconEmojiLanguageRoundedFilled.tsx index 4a012bc1b..3c43cdc2e 100644 --- a/src/IconEmojiLanguageRoundedFilled.tsx +++ b/src/IconEmojiLanguageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiLanguageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiLanguageSharp.tsx b/src/IconEmojiLanguageSharp.tsx index 9fd15f021..b0a78ef50 100644 --- a/src/IconEmojiLanguageSharp.tsx +++ b/src/IconEmojiLanguageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiLanguageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiLanguageSharpFilled.tsx b/src/IconEmojiLanguageSharpFilled.tsx index 847ee1ad8..47e5e2cdf 100644 --- a/src/IconEmojiLanguageSharpFilled.tsx +++ b/src/IconEmojiLanguageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiLanguageSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmojiNatureOutlined.tsx b/src/IconEmojiNatureOutlined.tsx index 18ef0d2b8..9c697ab6e 100644 --- a/src/IconEmojiNatureOutlined.tsx +++ b/src/IconEmojiNatureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiNatureOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiNatureOutlinedFilled.tsx b/src/IconEmojiNatureOutlinedFilled.tsx index def25acde..bf12a9105 100644 --- a/src/IconEmojiNatureOutlinedFilled.tsx +++ b/src/IconEmojiNatureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiNatureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiNatureRounded.tsx b/src/IconEmojiNatureRounded.tsx index 7b2883a0f..38dc2cbe9 100644 --- a/src/IconEmojiNatureRounded.tsx +++ b/src/IconEmojiNatureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiNatureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiNatureRoundedFilled.tsx b/src/IconEmojiNatureRoundedFilled.tsx index 0ddd457ea..204b2497c 100644 --- a/src/IconEmojiNatureRoundedFilled.tsx +++ b/src/IconEmojiNatureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiNatureRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiNatureSharp.tsx b/src/IconEmojiNatureSharp.tsx index dc4e25e22..28e37162c 100644 --- a/src/IconEmojiNatureSharp.tsx +++ b/src/IconEmojiNatureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiNatureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiNatureSharpFilled.tsx b/src/IconEmojiNatureSharpFilled.tsx index ef9ab3a4b..c438123d8 100644 --- a/src/IconEmojiNatureSharpFilled.tsx +++ b/src/IconEmojiNatureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiNatureSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmojiObjectsOutlined.tsx b/src/IconEmojiObjectsOutlined.tsx index 908bb68ba..b61f3e13c 100644 --- a/src/IconEmojiObjectsOutlined.tsx +++ b/src/IconEmojiObjectsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiObjectsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiObjectsOutlinedFilled.tsx b/src/IconEmojiObjectsOutlinedFilled.tsx index 749b95f3c..f525823e4 100644 --- a/src/IconEmojiObjectsOutlinedFilled.tsx +++ b/src/IconEmojiObjectsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiObjectsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiObjectsRounded.tsx b/src/IconEmojiObjectsRounded.tsx index e1c156f23..c4acf9d61 100644 --- a/src/IconEmojiObjectsRounded.tsx +++ b/src/IconEmojiObjectsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiObjectsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiObjectsRoundedFilled.tsx b/src/IconEmojiObjectsRoundedFilled.tsx index 2a54f888c..7a71964b9 100644 --- a/src/IconEmojiObjectsRoundedFilled.tsx +++ b/src/IconEmojiObjectsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiObjectsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiObjectsSharp.tsx b/src/IconEmojiObjectsSharp.tsx index f7d37fcdb..a94c5a013 100644 --- a/src/IconEmojiObjectsSharp.tsx +++ b/src/IconEmojiObjectsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiObjectsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiObjectsSharpFilled.tsx b/src/IconEmojiObjectsSharpFilled.tsx index 7b58c58ff..8a64e8f3a 100644 --- a/src/IconEmojiObjectsSharpFilled.tsx +++ b/src/IconEmojiObjectsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiObjectsSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmojiPeopleOutlined.tsx b/src/IconEmojiPeopleOutlined.tsx index 2018b2307..9535f171b 100644 --- a/src/IconEmojiPeopleOutlined.tsx +++ b/src/IconEmojiPeopleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiPeopleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiPeopleOutlinedFilled.tsx b/src/IconEmojiPeopleOutlinedFilled.tsx index c4265831b..30cb7a55b 100644 --- a/src/IconEmojiPeopleOutlinedFilled.tsx +++ b/src/IconEmojiPeopleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiPeopleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiPeopleRounded.tsx b/src/IconEmojiPeopleRounded.tsx index e1eb69687..071adc1b8 100644 --- a/src/IconEmojiPeopleRounded.tsx +++ b/src/IconEmojiPeopleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiPeopleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiPeopleRoundedFilled.tsx b/src/IconEmojiPeopleRoundedFilled.tsx index 7910d83e0..73032d27f 100644 --- a/src/IconEmojiPeopleRoundedFilled.tsx +++ b/src/IconEmojiPeopleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiPeopleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiPeopleSharp.tsx b/src/IconEmojiPeopleSharp.tsx index 541e6e10c..308333f97 100644 --- a/src/IconEmojiPeopleSharp.tsx +++ b/src/IconEmojiPeopleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiPeopleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiPeopleSharpFilled.tsx b/src/IconEmojiPeopleSharpFilled.tsx index a665f5a8d..bdc680662 100644 --- a/src/IconEmojiPeopleSharpFilled.tsx +++ b/src/IconEmojiPeopleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiPeopleSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmojiSymbolsOutlined.tsx b/src/IconEmojiSymbolsOutlined.tsx index 1c1fab4c1..a832a82bb 100644 --- a/src/IconEmojiSymbolsOutlined.tsx +++ b/src/IconEmojiSymbolsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiSymbolsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiSymbolsOutlinedFilled.tsx b/src/IconEmojiSymbolsOutlinedFilled.tsx index 732b3f969..b0373b265 100644 --- a/src/IconEmojiSymbolsOutlinedFilled.tsx +++ b/src/IconEmojiSymbolsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiSymbolsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiSymbolsRounded.tsx b/src/IconEmojiSymbolsRounded.tsx index c819e58c4..fa927f745 100644 --- a/src/IconEmojiSymbolsRounded.tsx +++ b/src/IconEmojiSymbolsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiSymbolsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiSymbolsRoundedFilled.tsx b/src/IconEmojiSymbolsRoundedFilled.tsx index b4bf8a0ae..e6e4cd82e 100644 --- a/src/IconEmojiSymbolsRoundedFilled.tsx +++ b/src/IconEmojiSymbolsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiSymbolsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiSymbolsSharp.tsx b/src/IconEmojiSymbolsSharp.tsx index 591ecab12..8d33e830e 100644 --- a/src/IconEmojiSymbolsSharp.tsx +++ b/src/IconEmojiSymbolsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiSymbolsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmojiSymbolsSharpFilled.tsx b/src/IconEmojiSymbolsSharpFilled.tsx index 1be168328..16ecf7c50 100644 --- a/src/IconEmojiSymbolsSharpFilled.tsx +++ b/src/IconEmojiSymbolsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiSymbolsSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmojiTransportationOutlined.tsx b/src/IconEmojiTransportationOutlined.tsx index 3d64087e9..6b1760940 100644 --- a/src/IconEmojiTransportationOutlined.tsx +++ b/src/IconEmojiTransportationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiTransportationOutlined: React.FC = ({ ...props diff --git a/src/IconEmojiTransportationOutlinedFilled.tsx b/src/IconEmojiTransportationOutlinedFilled.tsx index 6d1d703bf..aa2ae9159 100644 --- a/src/IconEmojiTransportationOutlinedFilled.tsx +++ b/src/IconEmojiTransportationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiTransportationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiTransportationRounded.tsx b/src/IconEmojiTransportationRounded.tsx index 5cc4b9b4b..3066c9d6f 100644 --- a/src/IconEmojiTransportationRounded.tsx +++ b/src/IconEmojiTransportationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiTransportationRounded: React.FC = ({ ...props diff --git a/src/IconEmojiTransportationRoundedFilled.tsx b/src/IconEmojiTransportationRoundedFilled.tsx index ff4793c43..1890cec9a 100644 --- a/src/IconEmojiTransportationRoundedFilled.tsx +++ b/src/IconEmojiTransportationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiTransportationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmojiTransportationSharp.tsx b/src/IconEmojiTransportationSharp.tsx index 2b97e9893..de0159406 100644 --- a/src/IconEmojiTransportationSharp.tsx +++ b/src/IconEmojiTransportationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiTransportationSharp: React.FC = ({ ...props diff --git a/src/IconEmojiTransportationSharpFilled.tsx b/src/IconEmojiTransportationSharpFilled.tsx index 5cb35ff1f..a0a6b92c6 100644 --- a/src/IconEmojiTransportationSharpFilled.tsx +++ b/src/IconEmojiTransportationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmojiTransportationSharpFilled: React.FC = ({ ...props diff --git a/src/IconEmoticonOutlined.tsx b/src/IconEmoticonOutlined.tsx index ff130153b..d97b75922 100644 --- a/src/IconEmoticonOutlined.tsx +++ b/src/IconEmoticonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmoticonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEmoticonOutlinedFilled.tsx b/src/IconEmoticonOutlinedFilled.tsx index 0f530c789..9cb881fd3 100644 --- a/src/IconEmoticonOutlinedFilled.tsx +++ b/src/IconEmoticonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmoticonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmoticonRounded.tsx b/src/IconEmoticonRounded.tsx index 31e4a8056..4b955abac 100644 --- a/src/IconEmoticonRounded.tsx +++ b/src/IconEmoticonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmoticonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEmoticonRoundedFilled.tsx b/src/IconEmoticonRoundedFilled.tsx index 48edbe596..8695c9cc9 100644 --- a/src/IconEmoticonRoundedFilled.tsx +++ b/src/IconEmoticonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmoticonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmoticonSharp.tsx b/src/IconEmoticonSharp.tsx index c5a77e355..776f0c207 100644 --- a/src/IconEmoticonSharp.tsx +++ b/src/IconEmoticonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmoticonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmoticonSharpFilled.tsx b/src/IconEmoticonSharpFilled.tsx index 526a3be1a..e4d5ecfb9 100644 --- a/src/IconEmoticonSharpFilled.tsx +++ b/src/IconEmoticonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmoticonSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEmptyDashboardOutlined.tsx b/src/IconEmptyDashboardOutlined.tsx index 3f6dc1dca..46a14e5d9 100644 --- a/src/IconEmptyDashboardOutlined.tsx +++ b/src/IconEmptyDashboardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmptyDashboardOutlined: React.FC = ({ ...props diff --git a/src/IconEmptyDashboardOutlinedFilled.tsx b/src/IconEmptyDashboardOutlinedFilled.tsx index aff6d9186..cf0efd2eb 100644 --- a/src/IconEmptyDashboardOutlinedFilled.tsx +++ b/src/IconEmptyDashboardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmptyDashboardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEmptyDashboardRounded.tsx b/src/IconEmptyDashboardRounded.tsx index be9727c38..82dd9ceb9 100644 --- a/src/IconEmptyDashboardRounded.tsx +++ b/src/IconEmptyDashboardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmptyDashboardRounded: React.FC = ({ ...props diff --git a/src/IconEmptyDashboardRoundedFilled.tsx b/src/IconEmptyDashboardRoundedFilled.tsx index 5ca7b5fdf..099611495 100644 --- a/src/IconEmptyDashboardRoundedFilled.tsx +++ b/src/IconEmptyDashboardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmptyDashboardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEmptyDashboardSharp.tsx b/src/IconEmptyDashboardSharp.tsx index 0b3c1e25e..a2ad98fdf 100644 --- a/src/IconEmptyDashboardSharp.tsx +++ b/src/IconEmptyDashboardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmptyDashboardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEmptyDashboardSharpFilled.tsx b/src/IconEmptyDashboardSharpFilled.tsx index 4bce15513..2fdf0d272 100644 --- a/src/IconEmptyDashboardSharpFilled.tsx +++ b/src/IconEmptyDashboardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEmptyDashboardSharpFilled: React.FC = ({ ...props diff --git a/src/IconEnableOutlined.tsx b/src/IconEnableOutlined.tsx index 0c6418503..72e722838 100644 --- a/src/IconEnableOutlined.tsx +++ b/src/IconEnableOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnableOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEnableOutlinedFilled.tsx b/src/IconEnableOutlinedFilled.tsx index 04a6d3d7e..8c0e71ec9 100644 --- a/src/IconEnableOutlinedFilled.tsx +++ b/src/IconEnableOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnableOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEnableRounded.tsx b/src/IconEnableRounded.tsx index a86abf98b..36b86b07a 100644 --- a/src/IconEnableRounded.tsx +++ b/src/IconEnableRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnableRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEnableRoundedFilled.tsx b/src/IconEnableRoundedFilled.tsx index 5245c3576..ed2cfe542 100644 --- a/src/IconEnableRoundedFilled.tsx +++ b/src/IconEnableRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnableRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEnableSharp.tsx b/src/IconEnableSharp.tsx index f12b0de19..399dd8703 100644 --- a/src/IconEnableSharp.tsx +++ b/src/IconEnableSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnableSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEnableSharpFilled.tsx b/src/IconEnableSharpFilled.tsx index 41eab954a..51aa001cb 100644 --- a/src/IconEnableSharpFilled.tsx +++ b/src/IconEnableSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnableSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEncryptedAddCircleOutlined.tsx b/src/IconEncryptedAddCircleOutlined.tsx index f72f9fbfa..b52101670 100644 --- a/src/IconEncryptedAddCircleOutlined.tsx +++ b/src/IconEncryptedAddCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddCircleOutlined: React.FC = ({ ...props diff --git a/src/IconEncryptedAddCircleOutlinedFilled.tsx b/src/IconEncryptedAddCircleOutlinedFilled.tsx index 45ccfbfe3..6e92aa5a1 100644 --- a/src/IconEncryptedAddCircleOutlinedFilled.tsx +++ b/src/IconEncryptedAddCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedAddCircleRounded.tsx b/src/IconEncryptedAddCircleRounded.tsx index 7d4fae424..78fb37462 100644 --- a/src/IconEncryptedAddCircleRounded.tsx +++ b/src/IconEncryptedAddCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddCircleRounded: React.FC = ({ ...props diff --git a/src/IconEncryptedAddCircleRoundedFilled.tsx b/src/IconEncryptedAddCircleRoundedFilled.tsx index 1c61fa19a..6bb671085 100644 --- a/src/IconEncryptedAddCircleRoundedFilled.tsx +++ b/src/IconEncryptedAddCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedAddCircleSharp.tsx b/src/IconEncryptedAddCircleSharp.tsx index 40cb0aa0f..e62e34942 100644 --- a/src/IconEncryptedAddCircleSharp.tsx +++ b/src/IconEncryptedAddCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddCircleSharp: React.FC = ({ ...props diff --git a/src/IconEncryptedAddCircleSharpFilled.tsx b/src/IconEncryptedAddCircleSharpFilled.tsx index 88b3c8c89..5ad9b12d4 100644 --- a/src/IconEncryptedAddCircleSharpFilled.tsx +++ b/src/IconEncryptedAddCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedAddOutlined.tsx b/src/IconEncryptedAddOutlined.tsx index 1d3973c26..2588b3458 100644 --- a/src/IconEncryptedAddOutlined.tsx +++ b/src/IconEncryptedAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEncryptedAddOutlinedFilled.tsx b/src/IconEncryptedAddOutlinedFilled.tsx index 43bd809f6..2c506578e 100644 --- a/src/IconEncryptedAddOutlinedFilled.tsx +++ b/src/IconEncryptedAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedAddRounded.tsx b/src/IconEncryptedAddRounded.tsx index 2dddf9b9b..be5025bca 100644 --- a/src/IconEncryptedAddRounded.tsx +++ b/src/IconEncryptedAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEncryptedAddRoundedFilled.tsx b/src/IconEncryptedAddRoundedFilled.tsx index 05d750fc7..393285d2d 100644 --- a/src/IconEncryptedAddRoundedFilled.tsx +++ b/src/IconEncryptedAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedAddSharp.tsx b/src/IconEncryptedAddSharp.tsx index f815571fa..eec01026e 100644 --- a/src/IconEncryptedAddSharp.tsx +++ b/src/IconEncryptedAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEncryptedAddSharpFilled.tsx b/src/IconEncryptedAddSharpFilled.tsx index 9c11a8442..3644cebe5 100644 --- a/src/IconEncryptedAddSharpFilled.tsx +++ b/src/IconEncryptedAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedMinusCircleOutlined.tsx b/src/IconEncryptedMinusCircleOutlined.tsx index f11eabb40..730918ce9 100644 --- a/src/IconEncryptedMinusCircleOutlined.tsx +++ b/src/IconEncryptedMinusCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedMinusCircleOutlined: React.FC = ({ ...props diff --git a/src/IconEncryptedMinusCircleOutlinedFilled.tsx b/src/IconEncryptedMinusCircleOutlinedFilled.tsx index e4e48179c..d7c8fb86c 100644 --- a/src/IconEncryptedMinusCircleOutlinedFilled.tsx +++ b/src/IconEncryptedMinusCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedMinusCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedMinusCircleRounded.tsx b/src/IconEncryptedMinusCircleRounded.tsx index f1814f6ca..d7e1931b4 100644 --- a/src/IconEncryptedMinusCircleRounded.tsx +++ b/src/IconEncryptedMinusCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedMinusCircleRounded: React.FC = ({ ...props diff --git a/src/IconEncryptedMinusCircleRoundedFilled.tsx b/src/IconEncryptedMinusCircleRoundedFilled.tsx index 111597f03..4003da2fb 100644 --- a/src/IconEncryptedMinusCircleRoundedFilled.tsx +++ b/src/IconEncryptedMinusCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedMinusCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedMinusCircleSharp.tsx b/src/IconEncryptedMinusCircleSharp.tsx index b8007339f..686d09301 100644 --- a/src/IconEncryptedMinusCircleSharp.tsx +++ b/src/IconEncryptedMinusCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedMinusCircleSharp: React.FC = ({ ...props diff --git a/src/IconEncryptedMinusCircleSharpFilled.tsx b/src/IconEncryptedMinusCircleSharpFilled.tsx index ea8e35fb7..faaa14288 100644 --- a/src/IconEncryptedMinusCircleSharpFilled.tsx +++ b/src/IconEncryptedMinusCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedMinusCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedOffOutlined.tsx b/src/IconEncryptedOffOutlined.tsx index 62a98cf5f..74b4bfda6 100644 --- a/src/IconEncryptedOffOutlined.tsx +++ b/src/IconEncryptedOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEncryptedOffOutlinedFilled.tsx b/src/IconEncryptedOffOutlinedFilled.tsx index df1db84d1..60290a385 100644 --- a/src/IconEncryptedOffOutlinedFilled.tsx +++ b/src/IconEncryptedOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedOffRounded.tsx b/src/IconEncryptedOffRounded.tsx index bcb806a81..81043f05d 100644 --- a/src/IconEncryptedOffRounded.tsx +++ b/src/IconEncryptedOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEncryptedOffRoundedFilled.tsx b/src/IconEncryptedOffRoundedFilled.tsx index db3eea1e5..6599563e6 100644 --- a/src/IconEncryptedOffRoundedFilled.tsx +++ b/src/IconEncryptedOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedOffSharp.tsx b/src/IconEncryptedOffSharp.tsx index d8fb18f2a..7cf85236d 100644 --- a/src/IconEncryptedOffSharp.tsx +++ b/src/IconEncryptedOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEncryptedOffSharpFilled.tsx b/src/IconEncryptedOffSharpFilled.tsx index 8b1da3b87..c21b4251c 100644 --- a/src/IconEncryptedOffSharpFilled.tsx +++ b/src/IconEncryptedOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedOutlined.tsx b/src/IconEncryptedOutlined.tsx index 7ce1d423a..34754d4c4 100644 --- a/src/IconEncryptedOutlined.tsx +++ b/src/IconEncryptedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEncryptedOutlinedFilled.tsx b/src/IconEncryptedOutlinedFilled.tsx index f8ed3d1be..81aea116d 100644 --- a/src/IconEncryptedOutlinedFilled.tsx +++ b/src/IconEncryptedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedRounded.tsx b/src/IconEncryptedRounded.tsx index be9f3c1b7..c0cf52bbd 100644 --- a/src/IconEncryptedRounded.tsx +++ b/src/IconEncryptedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEncryptedRoundedFilled.tsx b/src/IconEncryptedRoundedFilled.tsx index cab46f101..b5d2070de 100644 --- a/src/IconEncryptedRoundedFilled.tsx +++ b/src/IconEncryptedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEncryptedSharp.tsx b/src/IconEncryptedSharp.tsx index 3102eae4c..154b6d317 100644 --- a/src/IconEncryptedSharp.tsx +++ b/src/IconEncryptedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEncryptedSharpFilled.tsx b/src/IconEncryptedSharpFilled.tsx index e6cbee62d..e63e8d1fc 100644 --- a/src/IconEncryptedSharpFilled.tsx +++ b/src/IconEncryptedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEncryptedSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEndocrinologyOutlined.tsx b/src/IconEndocrinologyOutlined.tsx index 94b579a66..1fd734d24 100644 --- a/src/IconEndocrinologyOutlined.tsx +++ b/src/IconEndocrinologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEndocrinologyOutlined: React.FC = ({ ...props diff --git a/src/IconEndocrinologyOutlinedFilled.tsx b/src/IconEndocrinologyOutlinedFilled.tsx index 555035268..b6663f9d6 100644 --- a/src/IconEndocrinologyOutlinedFilled.tsx +++ b/src/IconEndocrinologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEndocrinologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEndocrinologyRounded.tsx b/src/IconEndocrinologyRounded.tsx index 936d20b48..4c8822ac1 100644 --- a/src/IconEndocrinologyRounded.tsx +++ b/src/IconEndocrinologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEndocrinologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEndocrinologyRoundedFilled.tsx b/src/IconEndocrinologyRoundedFilled.tsx index 865316898..e07f839fe 100644 --- a/src/IconEndocrinologyRoundedFilled.tsx +++ b/src/IconEndocrinologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEndocrinologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEndocrinologySharp.tsx b/src/IconEndocrinologySharp.tsx index 8d0627d9d..0f712462b 100644 --- a/src/IconEndocrinologySharp.tsx +++ b/src/IconEndocrinologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEndocrinologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEndocrinologySharpFilled.tsx b/src/IconEndocrinologySharpFilled.tsx index 314b5cefb..e14f97aa1 100644 --- a/src/IconEndocrinologySharpFilled.tsx +++ b/src/IconEndocrinologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEndocrinologySharpFilled: React.FC = ({ ...props diff --git a/src/IconEnergyOutlined.tsx b/src/IconEnergyOutlined.tsx index c60c1d1de..04adb916b 100644 --- a/src/IconEnergyOutlined.tsx +++ b/src/IconEnergyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEnergyOutlinedFilled.tsx b/src/IconEnergyOutlinedFilled.tsx index 1c3e71f84..0c290367a 100644 --- a/src/IconEnergyOutlinedFilled.tsx +++ b/src/IconEnergyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEnergyProgramSavingOutlined.tsx b/src/IconEnergyProgramSavingOutlined.tsx index 1c0a4704f..b2672289f 100644 --- a/src/IconEnergyProgramSavingOutlined.tsx +++ b/src/IconEnergyProgramSavingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramSavingOutlined: React.FC = ({ ...props diff --git a/src/IconEnergyProgramSavingOutlinedFilled.tsx b/src/IconEnergyProgramSavingOutlinedFilled.tsx index bb2e3faba..2362f579a 100644 --- a/src/IconEnergyProgramSavingOutlinedFilled.tsx +++ b/src/IconEnergyProgramSavingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramSavingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEnergyProgramSavingRounded.tsx b/src/IconEnergyProgramSavingRounded.tsx index 5365cc25d..0b4063912 100644 --- a/src/IconEnergyProgramSavingRounded.tsx +++ b/src/IconEnergyProgramSavingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramSavingRounded: React.FC = ({ ...props diff --git a/src/IconEnergyProgramSavingRoundedFilled.tsx b/src/IconEnergyProgramSavingRoundedFilled.tsx index 9da720ca2..10ae81b51 100644 --- a/src/IconEnergyProgramSavingRoundedFilled.tsx +++ b/src/IconEnergyProgramSavingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramSavingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEnergyProgramSavingSharp.tsx b/src/IconEnergyProgramSavingSharp.tsx index 5353e5a45..e965ad9b9 100644 --- a/src/IconEnergyProgramSavingSharp.tsx +++ b/src/IconEnergyProgramSavingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramSavingSharp: React.FC = ({ ...props diff --git a/src/IconEnergyProgramSavingSharpFilled.tsx b/src/IconEnergyProgramSavingSharpFilled.tsx index 1ee741c61..feb05fe40 100644 --- a/src/IconEnergyProgramSavingSharpFilled.tsx +++ b/src/IconEnergyProgramSavingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramSavingSharpFilled: React.FC = ({ ...props diff --git a/src/IconEnergyProgramTimeUsedOutlined.tsx b/src/IconEnergyProgramTimeUsedOutlined.tsx index cdf03562a..44d422c85 100644 --- a/src/IconEnergyProgramTimeUsedOutlined.tsx +++ b/src/IconEnergyProgramTimeUsedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramTimeUsedOutlined: React.FC = ({ ...props diff --git a/src/IconEnergyProgramTimeUsedOutlinedFilled.tsx b/src/IconEnergyProgramTimeUsedOutlinedFilled.tsx index c37c5b210..fdecbee52 100644 --- a/src/IconEnergyProgramTimeUsedOutlinedFilled.tsx +++ b/src/IconEnergyProgramTimeUsedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramTimeUsedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEnergyProgramTimeUsedRounded.tsx b/src/IconEnergyProgramTimeUsedRounded.tsx index aebc2596f..c84798556 100644 --- a/src/IconEnergyProgramTimeUsedRounded.tsx +++ b/src/IconEnergyProgramTimeUsedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramTimeUsedRounded: React.FC = ({ ...props diff --git a/src/IconEnergyProgramTimeUsedRoundedFilled.tsx b/src/IconEnergyProgramTimeUsedRoundedFilled.tsx index ec675ae6c..0c2483c9c 100644 --- a/src/IconEnergyProgramTimeUsedRoundedFilled.tsx +++ b/src/IconEnergyProgramTimeUsedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramTimeUsedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEnergyProgramTimeUsedSharp.tsx b/src/IconEnergyProgramTimeUsedSharp.tsx index 1ae430760..577cdafb2 100644 --- a/src/IconEnergyProgramTimeUsedSharp.tsx +++ b/src/IconEnergyProgramTimeUsedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramTimeUsedSharp: React.FC = ({ ...props diff --git a/src/IconEnergyProgramTimeUsedSharpFilled.tsx b/src/IconEnergyProgramTimeUsedSharpFilled.tsx index 5943cdf03..535766155 100644 --- a/src/IconEnergyProgramTimeUsedSharpFilled.tsx +++ b/src/IconEnergyProgramTimeUsedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyProgramTimeUsedSharpFilled: React.FC = ({ ...props diff --git a/src/IconEnergyRounded.tsx b/src/IconEnergyRounded.tsx index 620cda63d..f5a2df915 100644 --- a/src/IconEnergyRounded.tsx +++ b/src/IconEnergyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEnergyRoundedFilled.tsx b/src/IconEnergyRoundedFilled.tsx index bbc7923c2..ea3dbd9ba 100644 --- a/src/IconEnergyRoundedFilled.tsx +++ b/src/IconEnergyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEnergySavingsLeafOutlined.tsx b/src/IconEnergySavingsLeafOutlined.tsx index e21fdc043..d94f016bd 100644 --- a/src/IconEnergySavingsLeafOutlined.tsx +++ b/src/IconEnergySavingsLeafOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergySavingsLeafOutlined: React.FC = ({ ...props diff --git a/src/IconEnergySavingsLeafOutlinedFilled.tsx b/src/IconEnergySavingsLeafOutlinedFilled.tsx index e6538fe45..902ec32fd 100644 --- a/src/IconEnergySavingsLeafOutlinedFilled.tsx +++ b/src/IconEnergySavingsLeafOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergySavingsLeafOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEnergySavingsLeafRounded.tsx b/src/IconEnergySavingsLeafRounded.tsx index 9ffa2b974..b9a6d99ea 100644 --- a/src/IconEnergySavingsLeafRounded.tsx +++ b/src/IconEnergySavingsLeafRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergySavingsLeafRounded: React.FC = ({ ...props diff --git a/src/IconEnergySavingsLeafRoundedFilled.tsx b/src/IconEnergySavingsLeafRoundedFilled.tsx index 48231d8d2..a087c8344 100644 --- a/src/IconEnergySavingsLeafRoundedFilled.tsx +++ b/src/IconEnergySavingsLeafRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergySavingsLeafRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEnergySavingsLeafSharp.tsx b/src/IconEnergySavingsLeafSharp.tsx index fdae4819c..7a38c1764 100644 --- a/src/IconEnergySavingsLeafSharp.tsx +++ b/src/IconEnergySavingsLeafSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergySavingsLeafSharp: React.FC = ({ ...props diff --git a/src/IconEnergySavingsLeafSharpFilled.tsx b/src/IconEnergySavingsLeafSharpFilled.tsx index f7f1a6871..11bd21333 100644 --- a/src/IconEnergySavingsLeafSharpFilled.tsx +++ b/src/IconEnergySavingsLeafSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergySavingsLeafSharpFilled: React.FC = ({ ...props diff --git a/src/IconEnergySharp.tsx b/src/IconEnergySharp.tsx index c1edf0ed8..29992c5c6 100644 --- a/src/IconEnergySharp.tsx +++ b/src/IconEnergySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEnergySharpFilled.tsx b/src/IconEnergySharpFilled.tsx index 141eb6485..d984f745f 100644 --- a/src/IconEnergySharpFilled.tsx +++ b/src/IconEnergySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnergySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEngineeringOutlined.tsx b/src/IconEngineeringOutlined.tsx index 69de5dd07..5dc16ecf9 100644 --- a/src/IconEngineeringOutlined.tsx +++ b/src/IconEngineeringOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEngineeringOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEngineeringOutlinedFilled.tsx b/src/IconEngineeringOutlinedFilled.tsx index aceafd999..79a638cdc 100644 --- a/src/IconEngineeringOutlinedFilled.tsx +++ b/src/IconEngineeringOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEngineeringOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEngineeringRounded.tsx b/src/IconEngineeringRounded.tsx index 7a34d32ee..709be140f 100644 --- a/src/IconEngineeringRounded.tsx +++ b/src/IconEngineeringRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEngineeringRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEngineeringRoundedFilled.tsx b/src/IconEngineeringRoundedFilled.tsx index 5860bc488..1ce4e0747 100644 --- a/src/IconEngineeringRoundedFilled.tsx +++ b/src/IconEngineeringRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEngineeringRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEngineeringSharp.tsx b/src/IconEngineeringSharp.tsx index 6206af035..cf9951350 100644 --- a/src/IconEngineeringSharp.tsx +++ b/src/IconEngineeringSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEngineeringSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEngineeringSharpFilled.tsx b/src/IconEngineeringSharpFilled.tsx index 0cc65dce9..fd0e2bfe1 100644 --- a/src/IconEngineeringSharpFilled.tsx +++ b/src/IconEngineeringSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEngineeringSharpFilled: React.FC = ({ ...props diff --git a/src/IconEnhancedEncryptionOutlined.tsx b/src/IconEnhancedEncryptionOutlined.tsx index 46e9dc6b5..3802ec3c7 100644 --- a/src/IconEnhancedEncryptionOutlined.tsx +++ b/src/IconEnhancedEncryptionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnhancedEncryptionOutlined: React.FC = ({ ...props diff --git a/src/IconEnhancedEncryptionOutlinedFilled.tsx b/src/IconEnhancedEncryptionOutlinedFilled.tsx index aa1333312..b4698c5d0 100644 --- a/src/IconEnhancedEncryptionOutlinedFilled.tsx +++ b/src/IconEnhancedEncryptionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnhancedEncryptionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEnhancedEncryptionRounded.tsx b/src/IconEnhancedEncryptionRounded.tsx index d397f1972..e98fce7ea 100644 --- a/src/IconEnhancedEncryptionRounded.tsx +++ b/src/IconEnhancedEncryptionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnhancedEncryptionRounded: React.FC = ({ ...props diff --git a/src/IconEnhancedEncryptionRoundedFilled.tsx b/src/IconEnhancedEncryptionRoundedFilled.tsx index 981329c4f..a275e0c8f 100644 --- a/src/IconEnhancedEncryptionRoundedFilled.tsx +++ b/src/IconEnhancedEncryptionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnhancedEncryptionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEnhancedEncryptionSharp.tsx b/src/IconEnhancedEncryptionSharp.tsx index d19bc9862..57b525b57 100644 --- a/src/IconEnhancedEncryptionSharp.tsx +++ b/src/IconEnhancedEncryptionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnhancedEncryptionSharp: React.FC = ({ ...props diff --git a/src/IconEnhancedEncryptionSharpFilled.tsx b/src/IconEnhancedEncryptionSharpFilled.tsx index 355ec4dfd..dcfe51c2c 100644 --- a/src/IconEnhancedEncryptionSharpFilled.tsx +++ b/src/IconEnhancedEncryptionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnhancedEncryptionSharpFilled: React.FC = ({ ...props diff --git a/src/IconEntOutlined.tsx b/src/IconEntOutlined.tsx index c3e8bcf8c..064f750a2 100644 --- a/src/IconEntOutlined.tsx +++ b/src/IconEntOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEntOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEntOutlinedFilled.tsx b/src/IconEntOutlinedFilled.tsx index eaceafca1..9d55660e3 100644 --- a/src/IconEntOutlinedFilled.tsx +++ b/src/IconEntOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEntOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEntRounded.tsx b/src/IconEntRounded.tsx index 06326f53a..05abebaee 100644 --- a/src/IconEntRounded.tsx +++ b/src/IconEntRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEntRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEntRoundedFilled.tsx b/src/IconEntRoundedFilled.tsx index 6526f1d5c..099066385 100644 --- a/src/IconEntRoundedFilled.tsx +++ b/src/IconEntRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEntRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEntSharp.tsx b/src/IconEntSharp.tsx index 1d0c65aae..ef6cb2e41 100644 --- a/src/IconEntSharp.tsx +++ b/src/IconEntSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEntSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEntSharpFilled.tsx b/src/IconEntSharpFilled.tsx index e8f3b700e..45a2d7768 100644 --- a/src/IconEntSharpFilled.tsx +++ b/src/IconEntSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEntSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEnterpriseOffOutlined.tsx b/src/IconEnterpriseOffOutlined.tsx index f2be77068..923aef7ed 100644 --- a/src/IconEnterpriseOffOutlined.tsx +++ b/src/IconEnterpriseOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseOffOutlined: React.FC = ({ ...props diff --git a/src/IconEnterpriseOffOutlinedFilled.tsx b/src/IconEnterpriseOffOutlinedFilled.tsx index 06b39c495..1e89a1402 100644 --- a/src/IconEnterpriseOffOutlinedFilled.tsx +++ b/src/IconEnterpriseOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEnterpriseOffRounded.tsx b/src/IconEnterpriseOffRounded.tsx index 023181527..9d2424511 100644 --- a/src/IconEnterpriseOffRounded.tsx +++ b/src/IconEnterpriseOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEnterpriseOffRoundedFilled.tsx b/src/IconEnterpriseOffRoundedFilled.tsx index 143ce4890..0d1f3c4ee 100644 --- a/src/IconEnterpriseOffRoundedFilled.tsx +++ b/src/IconEnterpriseOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEnterpriseOffSharp.tsx b/src/IconEnterpriseOffSharp.tsx index b5e082335..10c2538d6 100644 --- a/src/IconEnterpriseOffSharp.tsx +++ b/src/IconEnterpriseOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEnterpriseOffSharpFilled.tsx b/src/IconEnterpriseOffSharpFilled.tsx index 4ada53134..8c0bdb1c7 100644 --- a/src/IconEnterpriseOffSharpFilled.tsx +++ b/src/IconEnterpriseOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconEnterpriseOutlined.tsx b/src/IconEnterpriseOutlined.tsx index 265e5bfe9..903388fb8 100644 --- a/src/IconEnterpriseOutlined.tsx +++ b/src/IconEnterpriseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEnterpriseOutlinedFilled.tsx b/src/IconEnterpriseOutlinedFilled.tsx index fb8f64db8..209682906 100644 --- a/src/IconEnterpriseOutlinedFilled.tsx +++ b/src/IconEnterpriseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEnterpriseRounded.tsx b/src/IconEnterpriseRounded.tsx index 254616edb..d0b5c744c 100644 --- a/src/IconEnterpriseRounded.tsx +++ b/src/IconEnterpriseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEnterpriseRoundedFilled.tsx b/src/IconEnterpriseRoundedFilled.tsx index e53e80c73..b8d67ba54 100644 --- a/src/IconEnterpriseRoundedFilled.tsx +++ b/src/IconEnterpriseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEnterpriseSharp.tsx b/src/IconEnterpriseSharp.tsx index cd7060bf0..818151ebb 100644 --- a/src/IconEnterpriseSharp.tsx +++ b/src/IconEnterpriseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEnterpriseSharpFilled.tsx b/src/IconEnterpriseSharpFilled.tsx index 2e24913c0..56d93a17f 100644 --- a/src/IconEnterpriseSharpFilled.tsx +++ b/src/IconEnterpriseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEnterpriseSharpFilled: React.FC = ({ ...props diff --git a/src/IconEqualOutlined.tsx b/src/IconEqualOutlined.tsx index 682dcd006..af8116c7d 100644 --- a/src/IconEqualOutlined.tsx +++ b/src/IconEqualOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEqualOutlinedFilled.tsx b/src/IconEqualOutlinedFilled.tsx index b49db9f3e..c8ec229f9 100644 --- a/src/IconEqualOutlinedFilled.tsx +++ b/src/IconEqualOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEqualRounded.tsx b/src/IconEqualRounded.tsx index 196a14c09..dfd6b6138 100644 --- a/src/IconEqualRounded.tsx +++ b/src/IconEqualRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEqualRoundedFilled.tsx b/src/IconEqualRoundedFilled.tsx index 97630a8c9..a28e3edf3 100644 --- a/src/IconEqualRoundedFilled.tsx +++ b/src/IconEqualRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEqualSharp.tsx b/src/IconEqualSharp.tsx index 4cb0baf07..b2a2c9fe3 100644 --- a/src/IconEqualSharp.tsx +++ b/src/IconEqualSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEqualSharpFilled.tsx b/src/IconEqualSharpFilled.tsx index de3d382bd..00b0733e2 100644 --- a/src/IconEqualSharpFilled.tsx +++ b/src/IconEqualSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEqualizerOutlined.tsx b/src/IconEqualizerOutlined.tsx index ec126768a..d0f1180cd 100644 --- a/src/IconEqualizerOutlined.tsx +++ b/src/IconEqualizerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualizerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEqualizerOutlinedFilled.tsx b/src/IconEqualizerOutlinedFilled.tsx index a1a6c7080..2f8860a23 100644 --- a/src/IconEqualizerOutlinedFilled.tsx +++ b/src/IconEqualizerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualizerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEqualizerRounded.tsx b/src/IconEqualizerRounded.tsx index 2e9f4fb10..341a284d7 100644 --- a/src/IconEqualizerRounded.tsx +++ b/src/IconEqualizerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualizerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEqualizerRoundedFilled.tsx b/src/IconEqualizerRoundedFilled.tsx index 7ec4445ae..9621ccc9a 100644 --- a/src/IconEqualizerRoundedFilled.tsx +++ b/src/IconEqualizerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualizerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEqualizerSharp.tsx b/src/IconEqualizerSharp.tsx index b4554c905..442e9140e 100644 --- a/src/IconEqualizerSharp.tsx +++ b/src/IconEqualizerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualizerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEqualizerSharpFilled.tsx b/src/IconEqualizerSharpFilled.tsx index 7f252d698..f7fdbe03f 100644 --- a/src/IconEqualizerSharpFilled.tsx +++ b/src/IconEqualizerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEqualizerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize1Outlined.tsx b/src/IconEraserSize1Outlined.tsx index 141ea0b26..f9924863c 100644 --- a/src/IconEraserSize1Outlined.tsx +++ b/src/IconEraserSize1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize1OutlinedFilled.tsx b/src/IconEraserSize1OutlinedFilled.tsx index 6c3cffcd6..5a9d4576a 100644 --- a/src/IconEraserSize1OutlinedFilled.tsx +++ b/src/IconEraserSize1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize1Rounded.tsx b/src/IconEraserSize1Rounded.tsx index 5f6fccb09..aa139cd52 100644 --- a/src/IconEraserSize1Rounded.tsx +++ b/src/IconEraserSize1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize1RoundedFilled.tsx b/src/IconEraserSize1RoundedFilled.tsx index 9c1aeb3d9..074543b51 100644 --- a/src/IconEraserSize1RoundedFilled.tsx +++ b/src/IconEraserSize1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize1Sharp.tsx b/src/IconEraserSize1Sharp.tsx index 6a854aab2..ef06855cd 100644 --- a/src/IconEraserSize1Sharp.tsx +++ b/src/IconEraserSize1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize1SharpFilled.tsx b/src/IconEraserSize1SharpFilled.tsx index 799ba558d..255a4c913 100644 --- a/src/IconEraserSize1SharpFilled.tsx +++ b/src/IconEraserSize1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize1SharpFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize2Outlined.tsx b/src/IconEraserSize2Outlined.tsx index 09917f0d6..a8c997627 100644 --- a/src/IconEraserSize2Outlined.tsx +++ b/src/IconEraserSize2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize2OutlinedFilled.tsx b/src/IconEraserSize2OutlinedFilled.tsx index 484a708b2..b211f5d93 100644 --- a/src/IconEraserSize2OutlinedFilled.tsx +++ b/src/IconEraserSize2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize2Rounded.tsx b/src/IconEraserSize2Rounded.tsx index 3fc624bf7..1c23de1c7 100644 --- a/src/IconEraserSize2Rounded.tsx +++ b/src/IconEraserSize2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize2RoundedFilled.tsx b/src/IconEraserSize2RoundedFilled.tsx index 4fe31d97e..a0c95db4c 100644 --- a/src/IconEraserSize2RoundedFilled.tsx +++ b/src/IconEraserSize2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize2Sharp.tsx b/src/IconEraserSize2Sharp.tsx index ee936dd24..198707733 100644 --- a/src/IconEraserSize2Sharp.tsx +++ b/src/IconEraserSize2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize2SharpFilled.tsx b/src/IconEraserSize2SharpFilled.tsx index 3cd6d5943..917b0a3ec 100644 --- a/src/IconEraserSize2SharpFilled.tsx +++ b/src/IconEraserSize2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize2SharpFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize3Outlined.tsx b/src/IconEraserSize3Outlined.tsx index 5f1972415..b7b5b23ce 100644 --- a/src/IconEraserSize3Outlined.tsx +++ b/src/IconEraserSize3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize3OutlinedFilled.tsx b/src/IconEraserSize3OutlinedFilled.tsx index 82af8f1e0..63a52b3c7 100644 --- a/src/IconEraserSize3OutlinedFilled.tsx +++ b/src/IconEraserSize3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize3Rounded.tsx b/src/IconEraserSize3Rounded.tsx index c6327ff7b..ab0df61f9 100644 --- a/src/IconEraserSize3Rounded.tsx +++ b/src/IconEraserSize3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize3RoundedFilled.tsx b/src/IconEraserSize3RoundedFilled.tsx index 39868a8fb..c5cee13a9 100644 --- a/src/IconEraserSize3RoundedFilled.tsx +++ b/src/IconEraserSize3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize3Sharp.tsx b/src/IconEraserSize3Sharp.tsx index 5084d7353..95db2584a 100644 --- a/src/IconEraserSize3Sharp.tsx +++ b/src/IconEraserSize3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize3SharpFilled.tsx b/src/IconEraserSize3SharpFilled.tsx index d5e72385e..25113b2b6 100644 --- a/src/IconEraserSize3SharpFilled.tsx +++ b/src/IconEraserSize3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize3SharpFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize4Outlined.tsx b/src/IconEraserSize4Outlined.tsx index 67b583582..dbf389edb 100644 --- a/src/IconEraserSize4Outlined.tsx +++ b/src/IconEraserSize4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize4OutlinedFilled.tsx b/src/IconEraserSize4OutlinedFilled.tsx index bc4edb41a..3e028225f 100644 --- a/src/IconEraserSize4OutlinedFilled.tsx +++ b/src/IconEraserSize4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize4OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize4Rounded.tsx b/src/IconEraserSize4Rounded.tsx index e98259076..af9d19e4e 100644 --- a/src/IconEraserSize4Rounded.tsx +++ b/src/IconEraserSize4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize4RoundedFilled.tsx b/src/IconEraserSize4RoundedFilled.tsx index 7adeae5da..2ad9f38fa 100644 --- a/src/IconEraserSize4RoundedFilled.tsx +++ b/src/IconEraserSize4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize4RoundedFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize4Sharp.tsx b/src/IconEraserSize4Sharp.tsx index d75549bee..2453eb14d 100644 --- a/src/IconEraserSize4Sharp.tsx +++ b/src/IconEraserSize4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize4SharpFilled.tsx b/src/IconEraserSize4SharpFilled.tsx index 787501278..f1edc1dac 100644 --- a/src/IconEraserSize4SharpFilled.tsx +++ b/src/IconEraserSize4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize4SharpFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize5Outlined.tsx b/src/IconEraserSize5Outlined.tsx index cf7952f36..8e9bfd03a 100644 --- a/src/IconEraserSize5Outlined.tsx +++ b/src/IconEraserSize5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize5OutlinedFilled.tsx b/src/IconEraserSize5OutlinedFilled.tsx index e9e816e37..160c5c908 100644 --- a/src/IconEraserSize5OutlinedFilled.tsx +++ b/src/IconEraserSize5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize5OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize5Rounded.tsx b/src/IconEraserSize5Rounded.tsx index 9b6a4cc8f..67bc09ca5 100644 --- a/src/IconEraserSize5Rounded.tsx +++ b/src/IconEraserSize5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize5RoundedFilled.tsx b/src/IconEraserSize5RoundedFilled.tsx index 770d1d80d..4ed1d4b0f 100644 --- a/src/IconEraserSize5RoundedFilled.tsx +++ b/src/IconEraserSize5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize5RoundedFilled: React.FC = ({ ...props diff --git a/src/IconEraserSize5Sharp.tsx b/src/IconEraserSize5Sharp.tsx index ed0f2c698..66bacf2ee 100644 --- a/src/IconEraserSize5Sharp.tsx +++ b/src/IconEraserSize5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEraserSize5SharpFilled.tsx b/src/IconEraserSize5SharpFilled.tsx index 70c957f8f..b7465b7ac 100644 --- a/src/IconEraserSize5SharpFilled.tsx +++ b/src/IconEraserSize5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEraserSize5SharpFilled: React.FC = ({ ...props diff --git a/src/IconErrorMedOutlined.tsx b/src/IconErrorMedOutlined.tsx index d590003bf..de660f13d 100644 --- a/src/IconErrorMedOutlined.tsx +++ b/src/IconErrorMedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorMedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconErrorMedOutlinedFilled.tsx b/src/IconErrorMedOutlinedFilled.tsx index 67797594b..c3dddbd7b 100644 --- a/src/IconErrorMedOutlinedFilled.tsx +++ b/src/IconErrorMedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorMedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconErrorMedRounded.tsx b/src/IconErrorMedRounded.tsx index 902fb46d1..df003af2b 100644 --- a/src/IconErrorMedRounded.tsx +++ b/src/IconErrorMedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorMedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconErrorMedRoundedFilled.tsx b/src/IconErrorMedRoundedFilled.tsx index 0a2482960..6d8da5ec3 100644 --- a/src/IconErrorMedRoundedFilled.tsx +++ b/src/IconErrorMedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorMedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconErrorMedSharp.tsx b/src/IconErrorMedSharp.tsx index e901a45f1..76f13a7c3 100644 --- a/src/IconErrorMedSharp.tsx +++ b/src/IconErrorMedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorMedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconErrorMedSharpFilled.tsx b/src/IconErrorMedSharpFilled.tsx index 6e6553d9c..5b4ae0829 100644 --- a/src/IconErrorMedSharpFilled.tsx +++ b/src/IconErrorMedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorMedSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconErrorOutlined.tsx b/src/IconErrorOutlined.tsx index 3f4551f4a..8abdda8c0 100644 --- a/src/IconErrorOutlined.tsx +++ b/src/IconErrorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconErrorOutlinedFilled.tsx b/src/IconErrorOutlinedFilled.tsx index c87ddd9c7..78ed496aa 100644 --- a/src/IconErrorOutlinedFilled.tsx +++ b/src/IconErrorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconErrorRounded.tsx b/src/IconErrorRounded.tsx index 92db986a3..d1b1b49ec 100644 --- a/src/IconErrorRounded.tsx +++ b/src/IconErrorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconErrorRoundedFilled.tsx b/src/IconErrorRoundedFilled.tsx index f8ece5aea..2fb8ac82b 100644 --- a/src/IconErrorRoundedFilled.tsx +++ b/src/IconErrorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconErrorSharp.tsx b/src/IconErrorSharp.tsx index e03542cc1..9a02655e8 100644 --- a/src/IconErrorSharp.tsx +++ b/src/IconErrorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconErrorSharpFilled.tsx b/src/IconErrorSharpFilled.tsx index 2a6965d31..1691d96e5 100644 --- a/src/IconErrorSharpFilled.tsx +++ b/src/IconErrorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconErrorSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEscalatorOutlined.tsx b/src/IconEscalatorOutlined.tsx index 31eb377ef..27cf07d77 100644 --- a/src/IconEscalatorOutlined.tsx +++ b/src/IconEscalatorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEscalatorOutlinedFilled.tsx b/src/IconEscalatorOutlinedFilled.tsx index 8b31b1cf1..cdace1d5b 100644 --- a/src/IconEscalatorOutlinedFilled.tsx +++ b/src/IconEscalatorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEscalatorRounded.tsx b/src/IconEscalatorRounded.tsx index afdfe79dd..8c718a883 100644 --- a/src/IconEscalatorRounded.tsx +++ b/src/IconEscalatorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEscalatorRoundedFilled.tsx b/src/IconEscalatorRoundedFilled.tsx index fa3a93166..c3e8066f7 100644 --- a/src/IconEscalatorRoundedFilled.tsx +++ b/src/IconEscalatorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEscalatorSharp.tsx b/src/IconEscalatorSharp.tsx index ab8885cb2..35084d8a1 100644 --- a/src/IconEscalatorSharp.tsx +++ b/src/IconEscalatorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEscalatorSharpFilled.tsx b/src/IconEscalatorSharpFilled.tsx index da08ecb66..86b6636e0 100644 --- a/src/IconEscalatorSharpFilled.tsx +++ b/src/IconEscalatorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEscalatorWarningOutlined.tsx b/src/IconEscalatorWarningOutlined.tsx index 411e159dd..fd2da922c 100644 --- a/src/IconEscalatorWarningOutlined.tsx +++ b/src/IconEscalatorWarningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorWarningOutlined: React.FC = ({ ...props diff --git a/src/IconEscalatorWarningOutlinedFilled.tsx b/src/IconEscalatorWarningOutlinedFilled.tsx index 255f6ab76..0671bbd51 100644 --- a/src/IconEscalatorWarningOutlinedFilled.tsx +++ b/src/IconEscalatorWarningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorWarningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEscalatorWarningRounded.tsx b/src/IconEscalatorWarningRounded.tsx index 3b57a02e5..928f23491 100644 --- a/src/IconEscalatorWarningRounded.tsx +++ b/src/IconEscalatorWarningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorWarningRounded: React.FC = ({ ...props diff --git a/src/IconEscalatorWarningRoundedFilled.tsx b/src/IconEscalatorWarningRoundedFilled.tsx index 50e168720..2a047e096 100644 --- a/src/IconEscalatorWarningRoundedFilled.tsx +++ b/src/IconEscalatorWarningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorWarningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEscalatorWarningSharp.tsx b/src/IconEscalatorWarningSharp.tsx index f954c925f..3df402ce9 100644 --- a/src/IconEscalatorWarningSharp.tsx +++ b/src/IconEscalatorWarningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorWarningSharp: React.FC = ({ ...props diff --git a/src/IconEscalatorWarningSharpFilled.tsx b/src/IconEscalatorWarningSharpFilled.tsx index 78070db99..d407a6db1 100644 --- a/src/IconEscalatorWarningSharpFilled.tsx +++ b/src/IconEscalatorWarningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEscalatorWarningSharpFilled: React.FC = ({ ...props diff --git a/src/IconEuroOutlined.tsx b/src/IconEuroOutlined.tsx index 8b7ad1eac..907e57f0d 100644 --- a/src/IconEuroOutlined.tsx +++ b/src/IconEuroOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEuroOutlinedFilled.tsx b/src/IconEuroOutlinedFilled.tsx index 1f3770938..3c9918f2b 100644 --- a/src/IconEuroOutlinedFilled.tsx +++ b/src/IconEuroOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEuroRounded.tsx b/src/IconEuroRounded.tsx index 305a54721..100f9d19b 100644 --- a/src/IconEuroRounded.tsx +++ b/src/IconEuroRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEuroRoundedFilled.tsx b/src/IconEuroRoundedFilled.tsx index bf6c9f58f..18c7b546a 100644 --- a/src/IconEuroRoundedFilled.tsx +++ b/src/IconEuroRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEuroSharp.tsx b/src/IconEuroSharp.tsx index d9989b1b6..0a0d36500 100644 --- a/src/IconEuroSharp.tsx +++ b/src/IconEuroSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEuroSharpFilled.tsx b/src/IconEuroSharpFilled.tsx index 7656adcbc..2898cd8bb 100644 --- a/src/IconEuroSharpFilled.tsx +++ b/src/IconEuroSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEuroSymbolOutlined.tsx b/src/IconEuroSymbolOutlined.tsx index 459b243b0..a4efe6903 100644 --- a/src/IconEuroSymbolOutlined.tsx +++ b/src/IconEuroSymbolOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroSymbolOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEuroSymbolOutlinedFilled.tsx b/src/IconEuroSymbolOutlinedFilled.tsx index a577d1bf2..accaa16c5 100644 --- a/src/IconEuroSymbolOutlinedFilled.tsx +++ b/src/IconEuroSymbolOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroSymbolOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEuroSymbolRounded.tsx b/src/IconEuroSymbolRounded.tsx index da95a881c..c56c617a6 100644 --- a/src/IconEuroSymbolRounded.tsx +++ b/src/IconEuroSymbolRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroSymbolRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEuroSymbolRoundedFilled.tsx b/src/IconEuroSymbolRoundedFilled.tsx index beed54092..bbecb349d 100644 --- a/src/IconEuroSymbolRoundedFilled.tsx +++ b/src/IconEuroSymbolRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroSymbolRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEuroSymbolSharp.tsx b/src/IconEuroSymbolSharp.tsx index ac687ca62..5a0dfcdac 100644 --- a/src/IconEuroSymbolSharp.tsx +++ b/src/IconEuroSymbolSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroSymbolSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEuroSymbolSharpFilled.tsx b/src/IconEuroSymbolSharpFilled.tsx index 3ccd1ba4f..62d5caa40 100644 --- a/src/IconEuroSymbolSharpFilled.tsx +++ b/src/IconEuroSymbolSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEuroSymbolSharpFilled: React.FC = ({ ...props diff --git a/src/IconEvMobiledataBadgeOutlined.tsx b/src/IconEvMobiledataBadgeOutlined.tsx index f986fbd2b..32e1e0e37 100644 --- a/src/IconEvMobiledataBadgeOutlined.tsx +++ b/src/IconEvMobiledataBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvMobiledataBadgeOutlined: React.FC = ({ ...props diff --git a/src/IconEvMobiledataBadgeOutlinedFilled.tsx b/src/IconEvMobiledataBadgeOutlinedFilled.tsx index 949fc85a6..06b84f5c3 100644 --- a/src/IconEvMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconEvMobiledataBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvMobiledataBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEvMobiledataBadgeRounded.tsx b/src/IconEvMobiledataBadgeRounded.tsx index baacb735a..f33009ae3 100644 --- a/src/IconEvMobiledataBadgeRounded.tsx +++ b/src/IconEvMobiledataBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvMobiledataBadgeRounded: React.FC = ({ ...props diff --git a/src/IconEvMobiledataBadgeRoundedFilled.tsx b/src/IconEvMobiledataBadgeRoundedFilled.tsx index 8d0c1df20..4037cc413 100644 --- a/src/IconEvMobiledataBadgeRoundedFilled.tsx +++ b/src/IconEvMobiledataBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvMobiledataBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEvMobiledataBadgeSharp.tsx b/src/IconEvMobiledataBadgeSharp.tsx index e73a00fb5..45755ba73 100644 --- a/src/IconEvMobiledataBadgeSharp.tsx +++ b/src/IconEvMobiledataBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvMobiledataBadgeSharp: React.FC = ({ ...props diff --git a/src/IconEvMobiledataBadgeSharpFilled.tsx b/src/IconEvMobiledataBadgeSharpFilled.tsx index d47f78665..1c5ed5840 100644 --- a/src/IconEvMobiledataBadgeSharpFilled.tsx +++ b/src/IconEvMobiledataBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvMobiledataBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/IconEvShadowAddOutlined.tsx b/src/IconEvShadowAddOutlined.tsx index 695e1783f..fa7bdc8ba 100644 --- a/src/IconEvShadowAddOutlined.tsx +++ b/src/IconEvShadowAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEvShadowAddOutlinedFilled.tsx b/src/IconEvShadowAddOutlinedFilled.tsx index 8fed3c460..d98387272 100644 --- a/src/IconEvShadowAddOutlinedFilled.tsx +++ b/src/IconEvShadowAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEvShadowAddRounded.tsx b/src/IconEvShadowAddRounded.tsx index 247a765b8..7514d7a01 100644 --- a/src/IconEvShadowAddRounded.tsx +++ b/src/IconEvShadowAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEvShadowAddRoundedFilled.tsx b/src/IconEvShadowAddRoundedFilled.tsx index 86f5457b8..b5897dd62 100644 --- a/src/IconEvShadowAddRoundedFilled.tsx +++ b/src/IconEvShadowAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEvShadowAddSharp.tsx b/src/IconEvShadowAddSharp.tsx index 1af58789c..0a4844b93 100644 --- a/src/IconEvShadowAddSharp.tsx +++ b/src/IconEvShadowAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEvShadowAddSharpFilled.tsx b/src/IconEvShadowAddSharpFilled.tsx index 3f1359d93..bb294cb6d 100644 --- a/src/IconEvShadowAddSharpFilled.tsx +++ b/src/IconEvShadowAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconEvShadowMinusOutlined.tsx b/src/IconEvShadowMinusOutlined.tsx index 60753c11c..7da5c8aea 100644 --- a/src/IconEvShadowMinusOutlined.tsx +++ b/src/IconEvShadowMinusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowMinusOutlined: React.FC = ({ ...props diff --git a/src/IconEvShadowMinusOutlinedFilled.tsx b/src/IconEvShadowMinusOutlinedFilled.tsx index 8bd4f4948..37b4b59b4 100644 --- a/src/IconEvShadowMinusOutlinedFilled.tsx +++ b/src/IconEvShadowMinusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowMinusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEvShadowMinusRounded.tsx b/src/IconEvShadowMinusRounded.tsx index 7b9e09f6d..27ecca694 100644 --- a/src/IconEvShadowMinusRounded.tsx +++ b/src/IconEvShadowMinusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowMinusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEvShadowMinusRoundedFilled.tsx b/src/IconEvShadowMinusRoundedFilled.tsx index d9ff2fb49..96d30328f 100644 --- a/src/IconEvShadowMinusRoundedFilled.tsx +++ b/src/IconEvShadowMinusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowMinusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEvShadowMinusSharp.tsx b/src/IconEvShadowMinusSharp.tsx index 1c11bcf6d..c9e5cf42a 100644 --- a/src/IconEvShadowMinusSharp.tsx +++ b/src/IconEvShadowMinusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowMinusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEvShadowMinusSharpFilled.tsx b/src/IconEvShadowMinusSharpFilled.tsx index c6a44731e..b27e9fe21 100644 --- a/src/IconEvShadowMinusSharpFilled.tsx +++ b/src/IconEvShadowMinusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowMinusSharpFilled: React.FC = ({ ...props diff --git a/src/IconEvShadowOutlined.tsx b/src/IconEvShadowOutlined.tsx index 128964832..8a7bdf8ce 100644 --- a/src/IconEvShadowOutlined.tsx +++ b/src/IconEvShadowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEvShadowOutlinedFilled.tsx b/src/IconEvShadowOutlinedFilled.tsx index 110c12f1d..18613ba43 100644 --- a/src/IconEvShadowOutlinedFilled.tsx +++ b/src/IconEvShadowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEvShadowRounded.tsx b/src/IconEvShadowRounded.tsx index 0fdd06180..25151ccbd 100644 --- a/src/IconEvShadowRounded.tsx +++ b/src/IconEvShadowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEvShadowRoundedFilled.tsx b/src/IconEvShadowRoundedFilled.tsx index 0ce0165c4..239fb84f8 100644 --- a/src/IconEvShadowRoundedFilled.tsx +++ b/src/IconEvShadowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEvShadowSharp.tsx b/src/IconEvShadowSharp.tsx index be6637861..add0ba86b 100644 --- a/src/IconEvShadowSharp.tsx +++ b/src/IconEvShadowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEvShadowSharpFilled.tsx b/src/IconEvShadowSharpFilled.tsx index acdfd2f0b..bb31bf9be 100644 --- a/src/IconEvShadowSharpFilled.tsx +++ b/src/IconEvShadowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvShadowSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEvStationOutlined.tsx b/src/IconEvStationOutlined.tsx index b4d6a13f6..509a2dabc 100644 --- a/src/IconEvStationOutlined.tsx +++ b/src/IconEvStationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvStationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEvStationOutlinedFilled.tsx b/src/IconEvStationOutlinedFilled.tsx index 45415be48..fa54e44f5 100644 --- a/src/IconEvStationOutlinedFilled.tsx +++ b/src/IconEvStationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvStationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEvStationRounded.tsx b/src/IconEvStationRounded.tsx index eaf41d4e3..32fa8bd91 100644 --- a/src/IconEvStationRounded.tsx +++ b/src/IconEvStationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvStationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEvStationRoundedFilled.tsx b/src/IconEvStationRoundedFilled.tsx index 82b73a337..e35e73d7d 100644 --- a/src/IconEvStationRoundedFilled.tsx +++ b/src/IconEvStationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvStationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEvStationSharp.tsx b/src/IconEvStationSharp.tsx index c91f268b1..520db25a9 100644 --- a/src/IconEvStationSharp.tsx +++ b/src/IconEvStationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvStationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEvStationSharpFilled.tsx b/src/IconEvStationSharpFilled.tsx index 104ffa517..2abda1896 100644 --- a/src/IconEvStationSharpFilled.tsx +++ b/src/IconEvStationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEvStationSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEventAvailableOutlined.tsx b/src/IconEventAvailableOutlined.tsx index 816348383..ae1a3db79 100644 --- a/src/IconEventAvailableOutlined.tsx +++ b/src/IconEventAvailableOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventAvailableOutlined: React.FC = ({ ...props diff --git a/src/IconEventAvailableOutlinedFilled.tsx b/src/IconEventAvailableOutlinedFilled.tsx index 112fbdb20..ab196501e 100644 --- a/src/IconEventAvailableOutlinedFilled.tsx +++ b/src/IconEventAvailableOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventAvailableOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEventAvailableRounded.tsx b/src/IconEventAvailableRounded.tsx index e53c51bd1..dddf14eed 100644 --- a/src/IconEventAvailableRounded.tsx +++ b/src/IconEventAvailableRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventAvailableRounded: React.FC = ({ ...props diff --git a/src/IconEventAvailableRoundedFilled.tsx b/src/IconEventAvailableRoundedFilled.tsx index 615a3fc0b..72b6e268e 100644 --- a/src/IconEventAvailableRoundedFilled.tsx +++ b/src/IconEventAvailableRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventAvailableRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEventAvailableSharp.tsx b/src/IconEventAvailableSharp.tsx index 2707b7f17..baa0b1014 100644 --- a/src/IconEventAvailableSharp.tsx +++ b/src/IconEventAvailableSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventAvailableSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEventAvailableSharpFilled.tsx b/src/IconEventAvailableSharpFilled.tsx index a2d9c450e..0a5865623 100644 --- a/src/IconEventAvailableSharpFilled.tsx +++ b/src/IconEventAvailableSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventAvailableSharpFilled: React.FC = ({ ...props diff --git a/src/IconEventBusyOutlined.tsx b/src/IconEventBusyOutlined.tsx index 5d914ecb7..b73e47423 100644 --- a/src/IconEventBusyOutlined.tsx +++ b/src/IconEventBusyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventBusyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEventBusyOutlinedFilled.tsx b/src/IconEventBusyOutlinedFilled.tsx index fc9142bca..716edc00d 100644 --- a/src/IconEventBusyOutlinedFilled.tsx +++ b/src/IconEventBusyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventBusyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEventBusyRounded.tsx b/src/IconEventBusyRounded.tsx index 7005a2a5e..1a9b6598a 100644 --- a/src/IconEventBusyRounded.tsx +++ b/src/IconEventBusyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventBusyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEventBusyRoundedFilled.tsx b/src/IconEventBusyRoundedFilled.tsx index 78cbfcf08..7bb011041 100644 --- a/src/IconEventBusyRoundedFilled.tsx +++ b/src/IconEventBusyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventBusyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEventBusySharp.tsx b/src/IconEventBusySharp.tsx index 7d29327ef..5210c748b 100644 --- a/src/IconEventBusySharp.tsx +++ b/src/IconEventBusySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventBusySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEventBusySharpFilled.tsx b/src/IconEventBusySharpFilled.tsx index 650236752..3ce6cee62 100644 --- a/src/IconEventBusySharpFilled.tsx +++ b/src/IconEventBusySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventBusySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEventListOutlined.tsx b/src/IconEventListOutlined.tsx index 8ac6a3c07..d20f04e17 100644 --- a/src/IconEventListOutlined.tsx +++ b/src/IconEventListOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventListOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEventListOutlinedFilled.tsx b/src/IconEventListOutlinedFilled.tsx index f9eff85cb..023b34fdc 100644 --- a/src/IconEventListOutlinedFilled.tsx +++ b/src/IconEventListOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventListOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEventListRounded.tsx b/src/IconEventListRounded.tsx index 3b54c592f..c0e29e794 100644 --- a/src/IconEventListRounded.tsx +++ b/src/IconEventListRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventListRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEventListRoundedFilled.tsx b/src/IconEventListRoundedFilled.tsx index ce0cae0c2..a374a38a8 100644 --- a/src/IconEventListRoundedFilled.tsx +++ b/src/IconEventListRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventListRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEventListSharp.tsx b/src/IconEventListSharp.tsx index 74ff29095..db8c505a4 100644 --- a/src/IconEventListSharp.tsx +++ b/src/IconEventListSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventListSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEventListSharpFilled.tsx b/src/IconEventListSharpFilled.tsx index 9004a0e77..970fefe67 100644 --- a/src/IconEventListSharpFilled.tsx +++ b/src/IconEventListSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventListSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEventNoteOutlined.tsx b/src/IconEventNoteOutlined.tsx index ede0d8a74..6394659cf 100644 --- a/src/IconEventNoteOutlined.tsx +++ b/src/IconEventNoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventNoteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEventNoteOutlinedFilled.tsx b/src/IconEventNoteOutlinedFilled.tsx index e359f2767..87b0afe06 100644 --- a/src/IconEventNoteOutlinedFilled.tsx +++ b/src/IconEventNoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventNoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEventNoteRounded.tsx b/src/IconEventNoteRounded.tsx index f80a019fb..7e17cd179 100644 --- a/src/IconEventNoteRounded.tsx +++ b/src/IconEventNoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventNoteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEventNoteRoundedFilled.tsx b/src/IconEventNoteRoundedFilled.tsx index 6e906930d..19a1b10fa 100644 --- a/src/IconEventNoteRoundedFilled.tsx +++ b/src/IconEventNoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventNoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEventNoteSharp.tsx b/src/IconEventNoteSharp.tsx index 66993937d..43c81f487 100644 --- a/src/IconEventNoteSharp.tsx +++ b/src/IconEventNoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventNoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEventNoteSharpFilled.tsx b/src/IconEventNoteSharpFilled.tsx index bd710bc29..e7d3cf9fb 100644 --- a/src/IconEventNoteSharpFilled.tsx +++ b/src/IconEventNoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventNoteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEventOutlined.tsx b/src/IconEventOutlined.tsx index 17e206abf..8461a99b9 100644 --- a/src/IconEventOutlined.tsx +++ b/src/IconEventOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEventOutlinedFilled.tsx b/src/IconEventOutlinedFilled.tsx index d2d348ff1..d90a4e246 100644 --- a/src/IconEventOutlinedFilled.tsx +++ b/src/IconEventOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEventRepeatOutlined.tsx b/src/IconEventRepeatOutlined.tsx index 04244d62a..6a176e6fb 100644 --- a/src/IconEventRepeatOutlined.tsx +++ b/src/IconEventRepeatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventRepeatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEventRepeatOutlinedFilled.tsx b/src/IconEventRepeatOutlinedFilled.tsx index 9df24cb1b..c79bf1f12 100644 --- a/src/IconEventRepeatOutlinedFilled.tsx +++ b/src/IconEventRepeatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventRepeatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEventRepeatRounded.tsx b/src/IconEventRepeatRounded.tsx index 69d04bc15..9c18c9bc8 100644 --- a/src/IconEventRepeatRounded.tsx +++ b/src/IconEventRepeatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventRepeatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEventRepeatRoundedFilled.tsx b/src/IconEventRepeatRoundedFilled.tsx index 49e01a421..bd40c93aa 100644 --- a/src/IconEventRepeatRoundedFilled.tsx +++ b/src/IconEventRepeatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventRepeatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEventRepeatSharp.tsx b/src/IconEventRepeatSharp.tsx index 34b77c154..46bc5918e 100644 --- a/src/IconEventRepeatSharp.tsx +++ b/src/IconEventRepeatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventRepeatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEventRepeatSharpFilled.tsx b/src/IconEventRepeatSharpFilled.tsx index 564539fd4..5e2bc0bda 100644 --- a/src/IconEventRepeatSharpFilled.tsx +++ b/src/IconEventRepeatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventRepeatSharpFilled: React.FC = ({ ...props diff --git a/src/IconEventRounded.tsx b/src/IconEventRounded.tsx index 6337d7afb..fae9462fd 100644 --- a/src/IconEventRounded.tsx +++ b/src/IconEventRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEventRoundedFilled.tsx b/src/IconEventRoundedFilled.tsx index a166fe412..0dcecb6b8 100644 --- a/src/IconEventRoundedFilled.tsx +++ b/src/IconEventRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEventSeatOutlined.tsx b/src/IconEventSeatOutlined.tsx index c028da21a..48e14184a 100644 --- a/src/IconEventSeatOutlined.tsx +++ b/src/IconEventSeatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventSeatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEventSeatOutlinedFilled.tsx b/src/IconEventSeatOutlinedFilled.tsx index ba109856f..bc618339e 100644 --- a/src/IconEventSeatOutlinedFilled.tsx +++ b/src/IconEventSeatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventSeatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEventSeatRounded.tsx b/src/IconEventSeatRounded.tsx index c260cd742..33c13e158 100644 --- a/src/IconEventSeatRounded.tsx +++ b/src/IconEventSeatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventSeatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEventSeatRoundedFilled.tsx b/src/IconEventSeatRoundedFilled.tsx index a85213abe..a2e76847b 100644 --- a/src/IconEventSeatRoundedFilled.tsx +++ b/src/IconEventSeatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventSeatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEventSeatSharp.tsx b/src/IconEventSeatSharp.tsx index 1b0243141..5b06360d7 100644 --- a/src/IconEventSeatSharp.tsx +++ b/src/IconEventSeatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventSeatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEventSeatSharpFilled.tsx b/src/IconEventSeatSharpFilled.tsx index 89f863de8..726793bf8 100644 --- a/src/IconEventSeatSharpFilled.tsx +++ b/src/IconEventSeatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventSeatSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEventSharp.tsx b/src/IconEventSharp.tsx index 3aeea2cca..d382d93e7 100644 --- a/src/IconEventSharp.tsx +++ b/src/IconEventSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEventSharpFilled.tsx b/src/IconEventSharpFilled.tsx index 3a5cb60a8..77a442520 100644 --- a/src/IconEventSharpFilled.tsx +++ b/src/IconEventSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEventUpcomingOutlined.tsx b/src/IconEventUpcomingOutlined.tsx index b85ffa585..de227014c 100644 --- a/src/IconEventUpcomingOutlined.tsx +++ b/src/IconEventUpcomingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventUpcomingOutlined: React.FC = ({ ...props diff --git a/src/IconEventUpcomingOutlinedFilled.tsx b/src/IconEventUpcomingOutlinedFilled.tsx index 4ae10f566..cc003e09b 100644 --- a/src/IconEventUpcomingOutlinedFilled.tsx +++ b/src/IconEventUpcomingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventUpcomingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEventUpcomingRounded.tsx b/src/IconEventUpcomingRounded.tsx index ffae67aec..a2ee77e6b 100644 --- a/src/IconEventUpcomingRounded.tsx +++ b/src/IconEventUpcomingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventUpcomingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEventUpcomingRoundedFilled.tsx b/src/IconEventUpcomingRoundedFilled.tsx index 642f81b8c..52476c361 100644 --- a/src/IconEventUpcomingRoundedFilled.tsx +++ b/src/IconEventUpcomingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventUpcomingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEventUpcomingSharp.tsx b/src/IconEventUpcomingSharp.tsx index f211a4863..1f6c1c3f5 100644 --- a/src/IconEventUpcomingSharp.tsx +++ b/src/IconEventUpcomingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventUpcomingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEventUpcomingSharpFilled.tsx b/src/IconEventUpcomingSharpFilled.tsx index 7c183acf4..4642fc8aa 100644 --- a/src/IconEventUpcomingSharpFilled.tsx +++ b/src/IconEventUpcomingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEventUpcomingSharpFilled: React.FC = ({ ...props diff --git a/src/IconExclamationOutlined.tsx b/src/IconExclamationOutlined.tsx index bc7ad1640..fd733e879 100644 --- a/src/IconExclamationOutlined.tsx +++ b/src/IconExclamationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExclamationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExclamationOutlinedFilled.tsx b/src/IconExclamationOutlinedFilled.tsx index a35003257..7a5266f31 100644 --- a/src/IconExclamationOutlinedFilled.tsx +++ b/src/IconExclamationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExclamationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExclamationRounded.tsx b/src/IconExclamationRounded.tsx index a7032db04..12e0f00a1 100644 --- a/src/IconExclamationRounded.tsx +++ b/src/IconExclamationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExclamationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExclamationRoundedFilled.tsx b/src/IconExclamationRoundedFilled.tsx index e31275ba7..6497d185e 100644 --- a/src/IconExclamationRoundedFilled.tsx +++ b/src/IconExclamationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExclamationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExclamationSharp.tsx b/src/IconExclamationSharp.tsx index fdebe04db..2498ea869 100644 --- a/src/IconExclamationSharp.tsx +++ b/src/IconExclamationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExclamationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExclamationSharpFilled.tsx b/src/IconExclamationSharpFilled.tsx index 24830e531..99bfea607 100644 --- a/src/IconExclamationSharpFilled.tsx +++ b/src/IconExclamationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExclamationSharpFilled: React.FC = ({ ...props diff --git a/src/IconExerciseOutlined.tsx b/src/IconExerciseOutlined.tsx index 5141c4ff4..a069a30c2 100644 --- a/src/IconExerciseOutlined.tsx +++ b/src/IconExerciseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExerciseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExerciseOutlinedFilled.tsx b/src/IconExerciseOutlinedFilled.tsx index 277703bda..a89589109 100644 --- a/src/IconExerciseOutlinedFilled.tsx +++ b/src/IconExerciseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExerciseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExerciseRounded.tsx b/src/IconExerciseRounded.tsx index 0bde15f45..678b12369 100644 --- a/src/IconExerciseRounded.tsx +++ b/src/IconExerciseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExerciseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExerciseRoundedFilled.tsx b/src/IconExerciseRoundedFilled.tsx index a7a2edf1c..06ba1fd50 100644 --- a/src/IconExerciseRoundedFilled.tsx +++ b/src/IconExerciseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExerciseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExerciseSharp.tsx b/src/IconExerciseSharp.tsx index 2ce9f4fd7..90a49f878 100644 --- a/src/IconExerciseSharp.tsx +++ b/src/IconExerciseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExerciseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExerciseSharpFilled.tsx b/src/IconExerciseSharpFilled.tsx index b1bdb60a1..bbbe68cbb 100644 --- a/src/IconExerciseSharpFilled.tsx +++ b/src/IconExerciseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExerciseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconExitToAppOutlined.tsx b/src/IconExitToAppOutlined.tsx index 8b97e776f..d20d8935f 100644 --- a/src/IconExitToAppOutlined.tsx +++ b/src/IconExitToAppOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExitToAppOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExitToAppOutlinedFilled.tsx b/src/IconExitToAppOutlinedFilled.tsx index 7f787cbbd..685918c09 100644 --- a/src/IconExitToAppOutlinedFilled.tsx +++ b/src/IconExitToAppOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExitToAppOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExitToAppRounded.tsx b/src/IconExitToAppRounded.tsx index 60af03969..74b1a81f5 100644 --- a/src/IconExitToAppRounded.tsx +++ b/src/IconExitToAppRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExitToAppRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExitToAppRoundedFilled.tsx b/src/IconExitToAppRoundedFilled.tsx index a33caf0d1..d2352e0b4 100644 --- a/src/IconExitToAppRoundedFilled.tsx +++ b/src/IconExitToAppRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExitToAppRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExitToAppSharp.tsx b/src/IconExitToAppSharp.tsx index f93e37488..43fa81041 100644 --- a/src/IconExitToAppSharp.tsx +++ b/src/IconExitToAppSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExitToAppSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExitToAppSharpFilled.tsx b/src/IconExitToAppSharpFilled.tsx index 4a2c3ee97..efee42858 100644 --- a/src/IconExitToAppSharpFilled.tsx +++ b/src/IconExitToAppSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExitToAppSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandAllOutlined.tsx b/src/IconExpandAllOutlined.tsx index 11184e94d..44fcf1fea 100644 --- a/src/IconExpandAllOutlined.tsx +++ b/src/IconExpandAllOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandAllOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandAllOutlinedFilled.tsx b/src/IconExpandAllOutlinedFilled.tsx index 4059b1f81..cf310238a 100644 --- a/src/IconExpandAllOutlinedFilled.tsx +++ b/src/IconExpandAllOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandAllOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExpandAllRounded.tsx b/src/IconExpandAllRounded.tsx index 5b1b0a916..07fdbb179 100644 --- a/src/IconExpandAllRounded.tsx +++ b/src/IconExpandAllRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandAllRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandAllRoundedFilled.tsx b/src/IconExpandAllRoundedFilled.tsx index 38ee106ae..0a42794b1 100644 --- a/src/IconExpandAllRoundedFilled.tsx +++ b/src/IconExpandAllRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandAllRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExpandAllSharp.tsx b/src/IconExpandAllSharp.tsx index 106116f19..6b66bb50a 100644 --- a/src/IconExpandAllSharp.tsx +++ b/src/IconExpandAllSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandAllSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandAllSharpFilled.tsx b/src/IconExpandAllSharpFilled.tsx index 5bb68d085..955563a95 100644 --- a/src/IconExpandAllSharpFilled.tsx +++ b/src/IconExpandAllSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandAllSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandCircleDownOutlined.tsx b/src/IconExpandCircleDownOutlined.tsx index 006ef7b75..049c6da68 100644 --- a/src/IconExpandCircleDownOutlined.tsx +++ b/src/IconExpandCircleDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleDownOutlined: React.FC = ({ ...props diff --git a/src/IconExpandCircleDownOutlinedFilled.tsx b/src/IconExpandCircleDownOutlinedFilled.tsx index eff8d6e09..9ae3f7fab 100644 --- a/src/IconExpandCircleDownOutlinedFilled.tsx +++ b/src/IconExpandCircleDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExpandCircleDownRounded.tsx b/src/IconExpandCircleDownRounded.tsx index 587af67fa..a9b0f27e6 100644 --- a/src/IconExpandCircleDownRounded.tsx +++ b/src/IconExpandCircleDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleDownRounded: React.FC = ({ ...props diff --git a/src/IconExpandCircleDownRoundedFilled.tsx b/src/IconExpandCircleDownRoundedFilled.tsx index d5b45bfe6..0ca3920a3 100644 --- a/src/IconExpandCircleDownRoundedFilled.tsx +++ b/src/IconExpandCircleDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExpandCircleDownSharp.tsx b/src/IconExpandCircleDownSharp.tsx index f315a2c04..a4611e9f3 100644 --- a/src/IconExpandCircleDownSharp.tsx +++ b/src/IconExpandCircleDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleDownSharp: React.FC = ({ ...props diff --git a/src/IconExpandCircleDownSharpFilled.tsx b/src/IconExpandCircleDownSharpFilled.tsx index 005b127cd..b757b1f16 100644 --- a/src/IconExpandCircleDownSharpFilled.tsx +++ b/src/IconExpandCircleDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconExpandCircleRightOutlined.tsx b/src/IconExpandCircleRightOutlined.tsx index fe02ab20d..f7c8f0479 100644 --- a/src/IconExpandCircleRightOutlined.tsx +++ b/src/IconExpandCircleRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleRightOutlined: React.FC = ({ ...props diff --git a/src/IconExpandCircleRightOutlinedFilled.tsx b/src/IconExpandCircleRightOutlinedFilled.tsx index 04e4ededd..67af76673 100644 --- a/src/IconExpandCircleRightOutlinedFilled.tsx +++ b/src/IconExpandCircleRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExpandCircleRightRounded.tsx b/src/IconExpandCircleRightRounded.tsx index ac81cd470..da5cad707 100644 --- a/src/IconExpandCircleRightRounded.tsx +++ b/src/IconExpandCircleRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleRightRounded: React.FC = ({ ...props diff --git a/src/IconExpandCircleRightRoundedFilled.tsx b/src/IconExpandCircleRightRoundedFilled.tsx index 62c0c34ac..03c08313f 100644 --- a/src/IconExpandCircleRightRoundedFilled.tsx +++ b/src/IconExpandCircleRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExpandCircleRightSharp.tsx b/src/IconExpandCircleRightSharp.tsx index c51548f28..23bb7ce0b 100644 --- a/src/IconExpandCircleRightSharp.tsx +++ b/src/IconExpandCircleRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleRightSharp: React.FC = ({ ...props diff --git a/src/IconExpandCircleRightSharpFilled.tsx b/src/IconExpandCircleRightSharpFilled.tsx index c19fc4542..e7c55fb5c 100644 --- a/src/IconExpandCircleRightSharpFilled.tsx +++ b/src/IconExpandCircleRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconExpandCircleUpOutlined.tsx b/src/IconExpandCircleUpOutlined.tsx index 677907a4a..6281e64da 100644 --- a/src/IconExpandCircleUpOutlined.tsx +++ b/src/IconExpandCircleUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleUpOutlined: React.FC = ({ ...props diff --git a/src/IconExpandCircleUpOutlinedFilled.tsx b/src/IconExpandCircleUpOutlinedFilled.tsx index 710393e1b..6e61ec8df 100644 --- a/src/IconExpandCircleUpOutlinedFilled.tsx +++ b/src/IconExpandCircleUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExpandCircleUpRounded.tsx b/src/IconExpandCircleUpRounded.tsx index fb5f6ac57..b9f4794de 100644 --- a/src/IconExpandCircleUpRounded.tsx +++ b/src/IconExpandCircleUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleUpRounded: React.FC = ({ ...props diff --git a/src/IconExpandCircleUpRoundedFilled.tsx b/src/IconExpandCircleUpRoundedFilled.tsx index a7b526add..73e177788 100644 --- a/src/IconExpandCircleUpRoundedFilled.tsx +++ b/src/IconExpandCircleUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExpandCircleUpSharp.tsx b/src/IconExpandCircleUpSharp.tsx index 929250597..271ba2f42 100644 --- a/src/IconExpandCircleUpSharp.tsx +++ b/src/IconExpandCircleUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandCircleUpSharpFilled.tsx b/src/IconExpandCircleUpSharpFilled.tsx index 86ea884d8..af4b009a5 100644 --- a/src/IconExpandCircleUpSharpFilled.tsx +++ b/src/IconExpandCircleUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandCircleUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconExpandContentOutlined.tsx b/src/IconExpandContentOutlined.tsx index 901ead3a5..41380026d 100644 --- a/src/IconExpandContentOutlined.tsx +++ b/src/IconExpandContentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandContentOutlined: React.FC = ({ ...props diff --git a/src/IconExpandContentOutlinedFilled.tsx b/src/IconExpandContentOutlinedFilled.tsx index 35fb4309c..b7952f5eb 100644 --- a/src/IconExpandContentOutlinedFilled.tsx +++ b/src/IconExpandContentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandContentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExpandContentRounded.tsx b/src/IconExpandContentRounded.tsx index d277ddd2c..e774d5d9d 100644 --- a/src/IconExpandContentRounded.tsx +++ b/src/IconExpandContentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandContentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandContentRoundedFilled.tsx b/src/IconExpandContentRoundedFilled.tsx index 199775d1c..98ee074eb 100644 --- a/src/IconExpandContentRoundedFilled.tsx +++ b/src/IconExpandContentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandContentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExpandContentSharp.tsx b/src/IconExpandContentSharp.tsx index 547cef50e..af4b46280 100644 --- a/src/IconExpandContentSharp.tsx +++ b/src/IconExpandContentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandContentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandContentSharpFilled.tsx b/src/IconExpandContentSharpFilled.tsx index 3e38ca276..62c78b9a6 100644 --- a/src/IconExpandContentSharpFilled.tsx +++ b/src/IconExpandContentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandContentSharpFilled: React.FC = ({ ...props diff --git a/src/IconExpandOutlined.tsx b/src/IconExpandOutlined.tsx index 439ea5e02..f0fc608cc 100644 --- a/src/IconExpandOutlined.tsx +++ b/src/IconExpandOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandOutlinedFilled.tsx b/src/IconExpandOutlinedFilled.tsx index e5321762d..cc8a8354a 100644 --- a/src/IconExpandOutlinedFilled.tsx +++ b/src/IconExpandOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandRounded.tsx b/src/IconExpandRounded.tsx index feb9a3ed3..905abf2fe 100644 --- a/src/IconExpandRounded.tsx +++ b/src/IconExpandRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandRoundedFilled.tsx b/src/IconExpandRoundedFilled.tsx index 19c1a6046..4dd208efa 100644 --- a/src/IconExpandRoundedFilled.tsx +++ b/src/IconExpandRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandSharp.tsx b/src/IconExpandSharp.tsx index bf6f0d4cf..95f4db992 100644 --- a/src/IconExpandSharp.tsx +++ b/src/IconExpandSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExpandSharpFilled.tsx b/src/IconExpandSharpFilled.tsx index 366b72e2a..912d04242 100644 --- a/src/IconExpandSharpFilled.tsx +++ b/src/IconExpandSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExpandSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconExperimentOutlined.tsx b/src/IconExperimentOutlined.tsx index 76134c56a..be7601e6f 100644 --- a/src/IconExperimentOutlined.tsx +++ b/src/IconExperimentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExperimentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExperimentOutlinedFilled.tsx b/src/IconExperimentOutlinedFilled.tsx index 0344de77d..98eff939e 100644 --- a/src/IconExperimentOutlinedFilled.tsx +++ b/src/IconExperimentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExperimentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExperimentRounded.tsx b/src/IconExperimentRounded.tsx index f50c60dab..ced740eff 100644 --- a/src/IconExperimentRounded.tsx +++ b/src/IconExperimentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExperimentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExperimentRoundedFilled.tsx b/src/IconExperimentRoundedFilled.tsx index 038d48d9a..372e4726c 100644 --- a/src/IconExperimentRoundedFilled.tsx +++ b/src/IconExperimentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExperimentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExperimentSharp.tsx b/src/IconExperimentSharp.tsx index 74822579a..941b3dc2d 100644 --- a/src/IconExperimentSharp.tsx +++ b/src/IconExperimentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExperimentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExperimentSharpFilled.tsx b/src/IconExperimentSharpFilled.tsx index 9a9ebe9e7..4ee24d37c 100644 --- a/src/IconExperimentSharpFilled.tsx +++ b/src/IconExperimentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExperimentSharpFilled: React.FC = ({ ...props diff --git a/src/IconExplicitOutlined.tsx b/src/IconExplicitOutlined.tsx index 914bf8a2c..bf172c881 100644 --- a/src/IconExplicitOutlined.tsx +++ b/src/IconExplicitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplicitOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExplicitOutlinedFilled.tsx b/src/IconExplicitOutlinedFilled.tsx index 76201915a..a641bd4c8 100644 --- a/src/IconExplicitOutlinedFilled.tsx +++ b/src/IconExplicitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplicitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExplicitRounded.tsx b/src/IconExplicitRounded.tsx index 6b456dd3e..e0ab39204 100644 --- a/src/IconExplicitRounded.tsx +++ b/src/IconExplicitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplicitRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExplicitRoundedFilled.tsx b/src/IconExplicitRoundedFilled.tsx index 4bd257b48..95d4deb2e 100644 --- a/src/IconExplicitRoundedFilled.tsx +++ b/src/IconExplicitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplicitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExplicitSharp.tsx b/src/IconExplicitSharp.tsx index 5c5b46b19..9e55480c0 100644 --- a/src/IconExplicitSharp.tsx +++ b/src/IconExplicitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplicitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExplicitSharpFilled.tsx b/src/IconExplicitSharpFilled.tsx index c7403cb3a..f5e258c3a 100644 --- a/src/IconExplicitSharpFilled.tsx +++ b/src/IconExplicitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplicitSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconExploreNearbyOutlined.tsx b/src/IconExploreNearbyOutlined.tsx index 0bb2bb784..8ec96b837 100644 --- a/src/IconExploreNearbyOutlined.tsx +++ b/src/IconExploreNearbyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreNearbyOutlined: React.FC = ({ ...props diff --git a/src/IconExploreNearbyOutlinedFilled.tsx b/src/IconExploreNearbyOutlinedFilled.tsx index 966532b9d..f76ae9b09 100644 --- a/src/IconExploreNearbyOutlinedFilled.tsx +++ b/src/IconExploreNearbyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreNearbyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExploreNearbyRounded.tsx b/src/IconExploreNearbyRounded.tsx index b1c580b0c..91f372763 100644 --- a/src/IconExploreNearbyRounded.tsx +++ b/src/IconExploreNearbyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreNearbyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExploreNearbyRoundedFilled.tsx b/src/IconExploreNearbyRoundedFilled.tsx index 88db51044..4810756c9 100644 --- a/src/IconExploreNearbyRoundedFilled.tsx +++ b/src/IconExploreNearbyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreNearbyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExploreNearbySharp.tsx b/src/IconExploreNearbySharp.tsx index 8835d1990..37c1327ea 100644 --- a/src/IconExploreNearbySharp.tsx +++ b/src/IconExploreNearbySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreNearbySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExploreNearbySharpFilled.tsx b/src/IconExploreNearbySharpFilled.tsx index 1af269851..b9fdf72bd 100644 --- a/src/IconExploreNearbySharpFilled.tsx +++ b/src/IconExploreNearbySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreNearbySharpFilled: React.FC = ({ ...props diff --git a/src/IconExploreOffOutlined.tsx b/src/IconExploreOffOutlined.tsx index 663808144..38b87c925 100644 --- a/src/IconExploreOffOutlined.tsx +++ b/src/IconExploreOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExploreOffOutlinedFilled.tsx b/src/IconExploreOffOutlinedFilled.tsx index 97f6c0e96..2aa1c4137 100644 --- a/src/IconExploreOffOutlinedFilled.tsx +++ b/src/IconExploreOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExploreOffRounded.tsx b/src/IconExploreOffRounded.tsx index 3dad71004..c12570712 100644 --- a/src/IconExploreOffRounded.tsx +++ b/src/IconExploreOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExploreOffRoundedFilled.tsx b/src/IconExploreOffRoundedFilled.tsx index 478c1c39b..7499da5c6 100644 --- a/src/IconExploreOffRoundedFilled.tsx +++ b/src/IconExploreOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExploreOffSharp.tsx b/src/IconExploreOffSharp.tsx index 29c16d44a..7fd0d6e5e 100644 --- a/src/IconExploreOffSharp.tsx +++ b/src/IconExploreOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExploreOffSharpFilled.tsx b/src/IconExploreOffSharpFilled.tsx index a2eb1870b..baff8b41a 100644 --- a/src/IconExploreOffSharpFilled.tsx +++ b/src/IconExploreOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconExploreOutlined.tsx b/src/IconExploreOutlined.tsx index 5891d62de..73853bca1 100644 --- a/src/IconExploreOutlined.tsx +++ b/src/IconExploreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExploreOutlinedFilled.tsx b/src/IconExploreOutlinedFilled.tsx index 25c41630c..c6082a862 100644 --- a/src/IconExploreOutlinedFilled.tsx +++ b/src/IconExploreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExploreRounded.tsx b/src/IconExploreRounded.tsx index 907141ea0..1d4150223 100644 --- a/src/IconExploreRounded.tsx +++ b/src/IconExploreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExploreRoundedFilled.tsx b/src/IconExploreRoundedFilled.tsx index 71e370b39..cb6d0c6c6 100644 --- a/src/IconExploreRoundedFilled.tsx +++ b/src/IconExploreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconExploreSharp.tsx b/src/IconExploreSharp.tsx index 0ad72b602..a280719f8 100644 --- a/src/IconExploreSharp.tsx +++ b/src/IconExploreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExploreSharpFilled.tsx b/src/IconExploreSharpFilled.tsx index 2fe76e143..7c8d1b271 100644 --- a/src/IconExploreSharpFilled.tsx +++ b/src/IconExploreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExploreSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconExplosionOutlined.tsx b/src/IconExplosionOutlined.tsx index 06c2d06a7..a27b38767 100644 --- a/src/IconExplosionOutlined.tsx +++ b/src/IconExplosionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplosionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExplosionOutlinedFilled.tsx b/src/IconExplosionOutlinedFilled.tsx index 13371e590..fb19f8592 100644 --- a/src/IconExplosionOutlinedFilled.tsx +++ b/src/IconExplosionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplosionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExplosionRounded.tsx b/src/IconExplosionRounded.tsx index b7196fd5e..cc379bed4 100644 --- a/src/IconExplosionRounded.tsx +++ b/src/IconExplosionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplosionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExplosionRoundedFilled.tsx b/src/IconExplosionRoundedFilled.tsx index 5e4b2c363..f80694e50 100644 --- a/src/IconExplosionRoundedFilled.tsx +++ b/src/IconExplosionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplosionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExplosionSharp.tsx b/src/IconExplosionSharp.tsx index 42302555b..180535447 100644 --- a/src/IconExplosionSharp.tsx +++ b/src/IconExplosionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplosionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExplosionSharpFilled.tsx b/src/IconExplosionSharpFilled.tsx index 61ecf4f18..ecd55d0b5 100644 --- a/src/IconExplosionSharpFilled.tsx +++ b/src/IconExplosionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExplosionSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconExportNotesOutlined.tsx b/src/IconExportNotesOutlined.tsx index ed74a8e86..cda1e5744 100644 --- a/src/IconExportNotesOutlined.tsx +++ b/src/IconExportNotesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExportNotesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExportNotesOutlinedFilled.tsx b/src/IconExportNotesOutlinedFilled.tsx index 59d0fe893..c683f7402 100644 --- a/src/IconExportNotesOutlinedFilled.tsx +++ b/src/IconExportNotesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExportNotesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExportNotesRounded.tsx b/src/IconExportNotesRounded.tsx index e1d896cbf..aff60d123 100644 --- a/src/IconExportNotesRounded.tsx +++ b/src/IconExportNotesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExportNotesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExportNotesRoundedFilled.tsx b/src/IconExportNotesRoundedFilled.tsx index c6f2eea38..e1f6ba90d 100644 --- a/src/IconExportNotesRoundedFilled.tsx +++ b/src/IconExportNotesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExportNotesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExportNotesSharp.tsx b/src/IconExportNotesSharp.tsx index 1d9a484fd..8d557d8f8 100644 --- a/src/IconExportNotesSharp.tsx +++ b/src/IconExportNotesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExportNotesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExportNotesSharpFilled.tsx b/src/IconExportNotesSharpFilled.tsx index 8b6a8367c..2e8d7f5b6 100644 --- a/src/IconExportNotesSharpFilled.tsx +++ b/src/IconExportNotesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExportNotesSharpFilled: React.FC = ({ ...props diff --git a/src/IconExposureNeg1Outlined.tsx b/src/IconExposureNeg1Outlined.tsx index 4a05c3900..397cd355d 100644 --- a/src/IconExposureNeg1Outlined.tsx +++ b/src/IconExposureNeg1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureNeg1OutlinedFilled.tsx b/src/IconExposureNeg1OutlinedFilled.tsx index ffb12f95a..e273481ea 100644 --- a/src/IconExposureNeg1OutlinedFilled.tsx +++ b/src/IconExposureNeg1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExposureNeg1Rounded.tsx b/src/IconExposureNeg1Rounded.tsx index 234b45fac..9f880cba5 100644 --- a/src/IconExposureNeg1Rounded.tsx +++ b/src/IconExposureNeg1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureNeg1RoundedFilled.tsx b/src/IconExposureNeg1RoundedFilled.tsx index cf41098f5..221ae138b 100644 --- a/src/IconExposureNeg1RoundedFilled.tsx +++ b/src/IconExposureNeg1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconExposureNeg1Sharp.tsx b/src/IconExposureNeg1Sharp.tsx index 6584bc147..0794170b2 100644 --- a/src/IconExposureNeg1Sharp.tsx +++ b/src/IconExposureNeg1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureNeg1SharpFilled.tsx b/src/IconExposureNeg1SharpFilled.tsx index 1a56f9d1c..ced98994c 100644 --- a/src/IconExposureNeg1SharpFilled.tsx +++ b/src/IconExposureNeg1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg1SharpFilled: React.FC = ({ ...props diff --git a/src/IconExposureNeg2Outlined.tsx b/src/IconExposureNeg2Outlined.tsx index 40b44d91e..2c3b1fcce 100644 --- a/src/IconExposureNeg2Outlined.tsx +++ b/src/IconExposureNeg2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureNeg2OutlinedFilled.tsx b/src/IconExposureNeg2OutlinedFilled.tsx index deccbb618..8e205c524 100644 --- a/src/IconExposureNeg2OutlinedFilled.tsx +++ b/src/IconExposureNeg2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExposureNeg2Rounded.tsx b/src/IconExposureNeg2Rounded.tsx index d5030e4de..cc42fe436 100644 --- a/src/IconExposureNeg2Rounded.tsx +++ b/src/IconExposureNeg2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureNeg2RoundedFilled.tsx b/src/IconExposureNeg2RoundedFilled.tsx index 2f3fba4a6..717f0da89 100644 --- a/src/IconExposureNeg2RoundedFilled.tsx +++ b/src/IconExposureNeg2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconExposureNeg2Sharp.tsx b/src/IconExposureNeg2Sharp.tsx index 25bffc374..01371d19b 100644 --- a/src/IconExposureNeg2Sharp.tsx +++ b/src/IconExposureNeg2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureNeg2SharpFilled.tsx b/src/IconExposureNeg2SharpFilled.tsx index 594807e8f..446fb3928 100644 --- a/src/IconExposureNeg2SharpFilled.tsx +++ b/src/IconExposureNeg2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureNeg2SharpFilled: React.FC = ({ ...props diff --git a/src/IconExposureOutlined.tsx b/src/IconExposureOutlined.tsx index d56a615e0..fde9ae8a8 100644 --- a/src/IconExposureOutlined.tsx +++ b/src/IconExposureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureOutlinedFilled.tsx b/src/IconExposureOutlinedFilled.tsx index acfc3233a..c4ac4a6ae 100644 --- a/src/IconExposureOutlinedFilled.tsx +++ b/src/IconExposureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExposurePlus1Outlined.tsx b/src/IconExposurePlus1Outlined.tsx index 961ee238a..95baae5d4 100644 --- a/src/IconExposurePlus1Outlined.tsx +++ b/src/IconExposurePlus1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus1Outlined: React.FC = ({ ...props diff --git a/src/IconExposurePlus1OutlinedFilled.tsx b/src/IconExposurePlus1OutlinedFilled.tsx index 0091c9097..84b09b054 100644 --- a/src/IconExposurePlus1OutlinedFilled.tsx +++ b/src/IconExposurePlus1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExposurePlus1Rounded.tsx b/src/IconExposurePlus1Rounded.tsx index 4f0dcc999..7de12241c 100644 --- a/src/IconExposurePlus1Rounded.tsx +++ b/src/IconExposurePlus1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExposurePlus1RoundedFilled.tsx b/src/IconExposurePlus1RoundedFilled.tsx index fc7055e1c..655f6e10d 100644 --- a/src/IconExposurePlus1RoundedFilled.tsx +++ b/src/IconExposurePlus1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconExposurePlus1Sharp.tsx b/src/IconExposurePlus1Sharp.tsx index 845baf80a..924569ba8 100644 --- a/src/IconExposurePlus1Sharp.tsx +++ b/src/IconExposurePlus1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExposurePlus1SharpFilled.tsx b/src/IconExposurePlus1SharpFilled.tsx index fd0d8076e..f3d05981f 100644 --- a/src/IconExposurePlus1SharpFilled.tsx +++ b/src/IconExposurePlus1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus1SharpFilled: React.FC = ({ ...props diff --git a/src/IconExposurePlus2Outlined.tsx b/src/IconExposurePlus2Outlined.tsx index fd508eb4d..01deb2155 100644 --- a/src/IconExposurePlus2Outlined.tsx +++ b/src/IconExposurePlus2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus2Outlined: React.FC = ({ ...props diff --git a/src/IconExposurePlus2OutlinedFilled.tsx b/src/IconExposurePlus2OutlinedFilled.tsx index 8ea1388d3..6b1b379bc 100644 --- a/src/IconExposurePlus2OutlinedFilled.tsx +++ b/src/IconExposurePlus2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExposurePlus2Rounded.tsx b/src/IconExposurePlus2Rounded.tsx index 7679c2e69..07f104c32 100644 --- a/src/IconExposurePlus2Rounded.tsx +++ b/src/IconExposurePlus2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExposurePlus2RoundedFilled.tsx b/src/IconExposurePlus2RoundedFilled.tsx index f592fd072..7532183b8 100644 --- a/src/IconExposurePlus2RoundedFilled.tsx +++ b/src/IconExposurePlus2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconExposurePlus2Sharp.tsx b/src/IconExposurePlus2Sharp.tsx index a73536d4b..730981805 100644 --- a/src/IconExposurePlus2Sharp.tsx +++ b/src/IconExposurePlus2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExposurePlus2SharpFilled.tsx b/src/IconExposurePlus2SharpFilled.tsx index 1a652a755..0b3f7bc95 100644 --- a/src/IconExposurePlus2SharpFilled.tsx +++ b/src/IconExposurePlus2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposurePlus2SharpFilled: React.FC = ({ ...props diff --git a/src/IconExposureRounded.tsx b/src/IconExposureRounded.tsx index f1522c15b..2ffe88176 100644 --- a/src/IconExposureRounded.tsx +++ b/src/IconExposureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureRoundedFilled.tsx b/src/IconExposureRoundedFilled.tsx index 7977584ad..cc7f2bfab 100644 --- a/src/IconExposureRoundedFilled.tsx +++ b/src/IconExposureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExposureSharp.tsx b/src/IconExposureSharp.tsx index 9522804f4..08209e158 100644 --- a/src/IconExposureSharp.tsx +++ b/src/IconExposureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureSharpFilled.tsx b/src/IconExposureSharpFilled.tsx index 5e5557945..bc8a74301 100644 --- a/src/IconExposureSharpFilled.tsx +++ b/src/IconExposureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureZeroOutlined.tsx b/src/IconExposureZeroOutlined.tsx index 13c46e8c1..fa6cada1f 100644 --- a/src/IconExposureZeroOutlined.tsx +++ b/src/IconExposureZeroOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureZeroOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureZeroOutlinedFilled.tsx b/src/IconExposureZeroOutlinedFilled.tsx index 5b29264f4..c7cf128d0 100644 --- a/src/IconExposureZeroOutlinedFilled.tsx +++ b/src/IconExposureZeroOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureZeroOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExposureZeroRounded.tsx b/src/IconExposureZeroRounded.tsx index b40f03376..4a614d4ff 100644 --- a/src/IconExposureZeroRounded.tsx +++ b/src/IconExposureZeroRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureZeroRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureZeroRoundedFilled.tsx b/src/IconExposureZeroRoundedFilled.tsx index d1b086edb..80e46e6f5 100644 --- a/src/IconExposureZeroRoundedFilled.tsx +++ b/src/IconExposureZeroRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureZeroRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExposureZeroSharp.tsx b/src/IconExposureZeroSharp.tsx index ca6c5ee7d..62c6568c2 100644 --- a/src/IconExposureZeroSharp.tsx +++ b/src/IconExposureZeroSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureZeroSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExposureZeroSharpFilled.tsx b/src/IconExposureZeroSharpFilled.tsx index a511662c4..fb0824f92 100644 --- a/src/IconExposureZeroSharpFilled.tsx +++ b/src/IconExposureZeroSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExposureZeroSharpFilled: React.FC = ({ ...props diff --git a/src/IconExtensionOffOutlined.tsx b/src/IconExtensionOffOutlined.tsx index 72e1ea8a5..5e81ce5e8 100644 --- a/src/IconExtensionOffOutlined.tsx +++ b/src/IconExtensionOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExtensionOffOutlinedFilled.tsx b/src/IconExtensionOffOutlinedFilled.tsx index 1b3d2f0be..313f1686a 100644 --- a/src/IconExtensionOffOutlinedFilled.tsx +++ b/src/IconExtensionOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExtensionOffRounded.tsx b/src/IconExtensionOffRounded.tsx index 03f11360d..9c80418ad 100644 --- a/src/IconExtensionOffRounded.tsx +++ b/src/IconExtensionOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExtensionOffRoundedFilled.tsx b/src/IconExtensionOffRoundedFilled.tsx index be032e84c..bdc9ef033 100644 --- a/src/IconExtensionOffRoundedFilled.tsx +++ b/src/IconExtensionOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExtensionOffSharp.tsx b/src/IconExtensionOffSharp.tsx index 26cb501ff..e49e632f1 100644 --- a/src/IconExtensionOffSharp.tsx +++ b/src/IconExtensionOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExtensionOffSharpFilled.tsx b/src/IconExtensionOffSharpFilled.tsx index 10304bbd7..6a03608cd 100644 --- a/src/IconExtensionOffSharpFilled.tsx +++ b/src/IconExtensionOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconExtensionOutlined.tsx b/src/IconExtensionOutlined.tsx index a30478131..4f6249e69 100644 --- a/src/IconExtensionOutlined.tsx +++ b/src/IconExtensionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconExtensionOutlinedFilled.tsx b/src/IconExtensionOutlinedFilled.tsx index 990b29b71..36d8320d6 100644 --- a/src/IconExtensionOutlinedFilled.tsx +++ b/src/IconExtensionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconExtensionRounded.tsx b/src/IconExtensionRounded.tsx index fd36f7a46..86094b086 100644 --- a/src/IconExtensionRounded.tsx +++ b/src/IconExtensionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconExtensionRoundedFilled.tsx b/src/IconExtensionRoundedFilled.tsx index 3045e6a50..55728bf30 100644 --- a/src/IconExtensionRoundedFilled.tsx +++ b/src/IconExtensionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconExtensionSharp.tsx b/src/IconExtensionSharp.tsx index cb369bc43..b10524b87 100644 --- a/src/IconExtensionSharp.tsx +++ b/src/IconExtensionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconExtensionSharpFilled.tsx b/src/IconExtensionSharpFilled.tsx index 7589c2524..dc009f9c2 100644 --- a/src/IconExtensionSharpFilled.tsx +++ b/src/IconExtensionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconExtensionSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconEyeTrackingOutlined.tsx b/src/IconEyeTrackingOutlined.tsx index f0d29c8b0..1e81ad68b 100644 --- a/src/IconEyeTrackingOutlined.tsx +++ b/src/IconEyeTrackingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeTrackingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEyeTrackingOutlinedFilled.tsx b/src/IconEyeTrackingOutlinedFilled.tsx index f96da970d..1a339a7ee 100644 --- a/src/IconEyeTrackingOutlinedFilled.tsx +++ b/src/IconEyeTrackingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeTrackingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEyeTrackingRounded.tsx b/src/IconEyeTrackingRounded.tsx index 692bfb86f..7b00dfe9b 100644 --- a/src/IconEyeTrackingRounded.tsx +++ b/src/IconEyeTrackingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeTrackingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEyeTrackingRoundedFilled.tsx b/src/IconEyeTrackingRoundedFilled.tsx index 56fb0dd72..7045fcbad 100644 --- a/src/IconEyeTrackingRoundedFilled.tsx +++ b/src/IconEyeTrackingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeTrackingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEyeTrackingSharp.tsx b/src/IconEyeTrackingSharp.tsx index 76810ff5e..dd9b3883f 100644 --- a/src/IconEyeTrackingSharp.tsx +++ b/src/IconEyeTrackingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeTrackingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEyeTrackingSharpFilled.tsx b/src/IconEyeTrackingSharpFilled.tsx index b8da12ea5..f7630e116 100644 --- a/src/IconEyeTrackingSharpFilled.tsx +++ b/src/IconEyeTrackingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeTrackingSharpFilled: React.FC = ({ ...props diff --git a/src/IconEyeglassesOutlined.tsx b/src/IconEyeglassesOutlined.tsx index 19029038c..9d65a281f 100644 --- a/src/IconEyeglassesOutlined.tsx +++ b/src/IconEyeglassesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeglassesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconEyeglassesOutlinedFilled.tsx b/src/IconEyeglassesOutlinedFilled.tsx index d3a22249a..2962e1719 100644 --- a/src/IconEyeglassesOutlinedFilled.tsx +++ b/src/IconEyeglassesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeglassesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconEyeglassesRounded.tsx b/src/IconEyeglassesRounded.tsx index 867da3176..515c8a966 100644 --- a/src/IconEyeglassesRounded.tsx +++ b/src/IconEyeglassesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeglassesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconEyeglassesRoundedFilled.tsx b/src/IconEyeglassesRoundedFilled.tsx index 4b289ead0..27afe01d3 100644 --- a/src/IconEyeglassesRoundedFilled.tsx +++ b/src/IconEyeglassesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeglassesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconEyeglassesSharp.tsx b/src/IconEyeglassesSharp.tsx index 5f1bbf482..b3267b0ff 100644 --- a/src/IconEyeglassesSharp.tsx +++ b/src/IconEyeglassesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeglassesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconEyeglassesSharpFilled.tsx b/src/IconEyeglassesSharpFilled.tsx index cdc2bd61c..d7eb8f360 100644 --- a/src/IconEyeglassesSharpFilled.tsx +++ b/src/IconEyeglassesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconEyeglassesSharpFilled: React.FC = ({ ...props diff --git a/src/IconFace2Outlined.tsx b/src/IconFace2Outlined.tsx index 7460f06a3..62bb4b7f8 100644 --- a/src/IconFace2Outlined.tsx +++ b/src/IconFace2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFace2OutlinedFilled.tsx b/src/IconFace2OutlinedFilled.tsx index fd2132b2e..93a395fd3 100644 --- a/src/IconFace2OutlinedFilled.tsx +++ b/src/IconFace2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace2OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace2Rounded.tsx b/src/IconFace2Rounded.tsx index debfbf303..fcfc198db 100644 --- a/src/IconFace2Rounded.tsx +++ b/src/IconFace2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFace2RoundedFilled.tsx b/src/IconFace2RoundedFilled.tsx index 753087019..0404b3ea7 100644 --- a/src/IconFace2RoundedFilled.tsx +++ b/src/IconFace2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace2Sharp.tsx b/src/IconFace2Sharp.tsx index 5437b1882..242949391 100644 --- a/src/IconFace2Sharp.tsx +++ b/src/IconFace2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFace2SharpFilled.tsx b/src/IconFace2SharpFilled.tsx index 32c9691c8..59656299c 100644 --- a/src/IconFace2SharpFilled.tsx +++ b/src/IconFace2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace3Outlined.tsx b/src/IconFace3Outlined.tsx index 967a5f328..c01177344 100644 --- a/src/IconFace3Outlined.tsx +++ b/src/IconFace3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFace3OutlinedFilled.tsx b/src/IconFace3OutlinedFilled.tsx index a06502271..d8fb7d4ad 100644 --- a/src/IconFace3OutlinedFilled.tsx +++ b/src/IconFace3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace3OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace3Rounded.tsx b/src/IconFace3Rounded.tsx index c7e9ade51..89f5a6435 100644 --- a/src/IconFace3Rounded.tsx +++ b/src/IconFace3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFace3RoundedFilled.tsx b/src/IconFace3RoundedFilled.tsx index f2de7ab88..263208801 100644 --- a/src/IconFace3RoundedFilled.tsx +++ b/src/IconFace3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace3RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace3Sharp.tsx b/src/IconFace3Sharp.tsx index 8be5488c9..b17c2641d 100644 --- a/src/IconFace3Sharp.tsx +++ b/src/IconFace3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFace3SharpFilled.tsx b/src/IconFace3SharpFilled.tsx index a8eef593a..a9f6ae77f 100644 --- a/src/IconFace3SharpFilled.tsx +++ b/src/IconFace3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace4Outlined.tsx b/src/IconFace4Outlined.tsx index 0f4056863..26f0cb0ee 100644 --- a/src/IconFace4Outlined.tsx +++ b/src/IconFace4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFace4OutlinedFilled.tsx b/src/IconFace4OutlinedFilled.tsx index 72c36edf1..e7bda1570 100644 --- a/src/IconFace4OutlinedFilled.tsx +++ b/src/IconFace4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace4OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace4Rounded.tsx b/src/IconFace4Rounded.tsx index 698c67125..67158f919 100644 --- a/src/IconFace4Rounded.tsx +++ b/src/IconFace4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFace4RoundedFilled.tsx b/src/IconFace4RoundedFilled.tsx index 12e7a6d53..08aa58b0c 100644 --- a/src/IconFace4RoundedFilled.tsx +++ b/src/IconFace4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace4RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace4Sharp.tsx b/src/IconFace4Sharp.tsx index f3e128f8c..391a4c886 100644 --- a/src/IconFace4Sharp.tsx +++ b/src/IconFace4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFace4SharpFilled.tsx b/src/IconFace4SharpFilled.tsx index c1a58af2d..1e18d9fb1 100644 --- a/src/IconFace4SharpFilled.tsx +++ b/src/IconFace4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace4SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace5Outlined.tsx b/src/IconFace5Outlined.tsx index e4670c8e8..0299ccfa3 100644 --- a/src/IconFace5Outlined.tsx +++ b/src/IconFace5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFace5OutlinedFilled.tsx b/src/IconFace5OutlinedFilled.tsx index 2a56c1c22..97fb27be4 100644 --- a/src/IconFace5OutlinedFilled.tsx +++ b/src/IconFace5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace5OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace5Rounded.tsx b/src/IconFace5Rounded.tsx index b15c3496d..85a2d7a06 100644 --- a/src/IconFace5Rounded.tsx +++ b/src/IconFace5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFace5RoundedFilled.tsx b/src/IconFace5RoundedFilled.tsx index a1bbd9697..5f476e6f0 100644 --- a/src/IconFace5RoundedFilled.tsx +++ b/src/IconFace5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace5RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace5Sharp.tsx b/src/IconFace5Sharp.tsx index 6ed82b97b..52731e6fc 100644 --- a/src/IconFace5Sharp.tsx +++ b/src/IconFace5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFace5SharpFilled.tsx b/src/IconFace5SharpFilled.tsx index c6488ad2d..a11cdf109 100644 --- a/src/IconFace5SharpFilled.tsx +++ b/src/IconFace5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace5SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace6Outlined.tsx b/src/IconFace6Outlined.tsx index 89eefa7df..db51a6d57 100644 --- a/src/IconFace6Outlined.tsx +++ b/src/IconFace6Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace6Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFace6OutlinedFilled.tsx b/src/IconFace6OutlinedFilled.tsx index 62bce4d71..76f5a6160 100644 --- a/src/IconFace6OutlinedFilled.tsx +++ b/src/IconFace6OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace6OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace6Rounded.tsx b/src/IconFace6Rounded.tsx index 4fafeaac4..f0e4d3d67 100644 --- a/src/IconFace6Rounded.tsx +++ b/src/IconFace6Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace6Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFace6RoundedFilled.tsx b/src/IconFace6RoundedFilled.tsx index acbe495b5..51fd252b8 100644 --- a/src/IconFace6RoundedFilled.tsx +++ b/src/IconFace6RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace6RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFace6Sharp.tsx b/src/IconFace6Sharp.tsx index ee9c6a5e5..e1830629f 100644 --- a/src/IconFace6Sharp.tsx +++ b/src/IconFace6Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace6Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFace6SharpFilled.tsx b/src/IconFace6SharpFilled.tsx index d013a1065..e3b14c898 100644 --- a/src/IconFace6SharpFilled.tsx +++ b/src/IconFace6SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFace6SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceDownOutlined.tsx b/src/IconFaceDownOutlined.tsx index 04ee1398f..b08fbc8c2 100644 --- a/src/IconFaceDownOutlined.tsx +++ b/src/IconFaceDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceDownOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceDownOutlinedFilled.tsx b/src/IconFaceDownOutlinedFilled.tsx index 9d7175d16..ace3b5d40 100644 --- a/src/IconFaceDownOutlinedFilled.tsx +++ b/src/IconFaceDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFaceDownRounded.tsx b/src/IconFaceDownRounded.tsx index 219bf1fce..bb7ef5d46 100644 --- a/src/IconFaceDownRounded.tsx +++ b/src/IconFaceDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceDownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceDownRoundedFilled.tsx b/src/IconFaceDownRoundedFilled.tsx index 766f20ffb..a7f5c361d 100644 --- a/src/IconFaceDownRoundedFilled.tsx +++ b/src/IconFaceDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFaceDownSharp.tsx b/src/IconFaceDownSharp.tsx index 5be1de3a3..1d9a4d4e4 100644 --- a/src/IconFaceDownSharp.tsx +++ b/src/IconFaceDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceDownSharpFilled.tsx b/src/IconFaceDownSharpFilled.tsx index 8e59e84b6..28c40710e 100644 --- a/src/IconFaceDownSharpFilled.tsx +++ b/src/IconFaceDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceDownSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceLeftOutlined.tsx b/src/IconFaceLeftOutlined.tsx index abe20fc79..6aaec1e4d 100644 --- a/src/IconFaceLeftOutlined.tsx +++ b/src/IconFaceLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceLeftOutlinedFilled.tsx b/src/IconFaceLeftOutlinedFilled.tsx index 5727a920a..6c5b4d525 100644 --- a/src/IconFaceLeftOutlinedFilled.tsx +++ b/src/IconFaceLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFaceLeftRounded.tsx b/src/IconFaceLeftRounded.tsx index 0706d4fcb..6efd98485 100644 --- a/src/IconFaceLeftRounded.tsx +++ b/src/IconFaceLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceLeftRoundedFilled.tsx b/src/IconFaceLeftRoundedFilled.tsx index 9f28355dd..5df59b674 100644 --- a/src/IconFaceLeftRoundedFilled.tsx +++ b/src/IconFaceLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFaceLeftSharp.tsx b/src/IconFaceLeftSharp.tsx index df9fdad31..c186a61bf 100644 --- a/src/IconFaceLeftSharp.tsx +++ b/src/IconFaceLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceLeftSharpFilled.tsx b/src/IconFaceLeftSharpFilled.tsx index c71735d28..7b0d5e12b 100644 --- a/src/IconFaceLeftSharpFilled.tsx +++ b/src/IconFaceLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceLeftSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceNodOutlined.tsx b/src/IconFaceNodOutlined.tsx index 37dbd8dd1..71871b651 100644 --- a/src/IconFaceNodOutlined.tsx +++ b/src/IconFaceNodOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceNodOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceNodOutlinedFilled.tsx b/src/IconFaceNodOutlinedFilled.tsx index 37efdc1f1..72fb9fc67 100644 --- a/src/IconFaceNodOutlinedFilled.tsx +++ b/src/IconFaceNodOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceNodOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFaceNodRounded.tsx b/src/IconFaceNodRounded.tsx index b1c67235f..9750a4416 100644 --- a/src/IconFaceNodRounded.tsx +++ b/src/IconFaceNodRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceNodRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceNodRoundedFilled.tsx b/src/IconFaceNodRoundedFilled.tsx index 186fa2a0b..a023611bb 100644 --- a/src/IconFaceNodRoundedFilled.tsx +++ b/src/IconFaceNodRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceNodRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceNodSharp.tsx b/src/IconFaceNodSharp.tsx index eda255e9b..03eb62639 100644 --- a/src/IconFaceNodSharp.tsx +++ b/src/IconFaceNodSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceNodSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceNodSharpFilled.tsx b/src/IconFaceNodSharpFilled.tsx index 259f2f218..121c5bd69 100644 --- a/src/IconFaceNodSharpFilled.tsx +++ b/src/IconFaceNodSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceNodSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceOutlined.tsx b/src/IconFaceOutlined.tsx index 2c4e0d86a..0fda1f83b 100644 --- a/src/IconFaceOutlined.tsx +++ b/src/IconFaceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceOutlinedFilled.tsx b/src/IconFaceOutlinedFilled.tsx index e8ef88fe6..92c23ab33 100644 --- a/src/IconFaceOutlinedFilled.tsx +++ b/src/IconFaceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceRetouchingOffOutlined.tsx b/src/IconFaceRetouchingOffOutlined.tsx index c1b6c41f3..bc7b832de 100644 --- a/src/IconFaceRetouchingOffOutlined.tsx +++ b/src/IconFaceRetouchingOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRetouchingOffOutlined: React.FC = ({ ...props diff --git a/src/IconFaceRetouchingOffOutlinedFilled.tsx b/src/IconFaceRetouchingOffOutlinedFilled.tsx index cd39672a1..2302e3b3f 100644 --- a/src/IconFaceRetouchingOffOutlinedFilled.tsx +++ b/src/IconFaceRetouchingOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRetouchingOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFaceRetouchingOffRounded.tsx b/src/IconFaceRetouchingOffRounded.tsx index dcfb2608b..82a42e97a 100644 --- a/src/IconFaceRetouchingOffRounded.tsx +++ b/src/IconFaceRetouchingOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRetouchingOffRounded: React.FC = ({ ...props diff --git a/src/IconFaceRetouchingOffRoundedFilled.tsx b/src/IconFaceRetouchingOffRoundedFilled.tsx index 83f437a8d..20eef004c 100644 --- a/src/IconFaceRetouchingOffRoundedFilled.tsx +++ b/src/IconFaceRetouchingOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRetouchingOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFaceRetouchingOffSharp.tsx b/src/IconFaceRetouchingOffSharp.tsx index f6a0a31e8..3601cd90f 100644 --- a/src/IconFaceRetouchingOffSharp.tsx +++ b/src/IconFaceRetouchingOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRetouchingOffSharp: React.FC = ({ ...props diff --git a/src/IconFaceRetouchingOffSharpFilled.tsx b/src/IconFaceRetouchingOffSharpFilled.tsx index 868653593..7dd5a6ea4 100644 --- a/src/IconFaceRetouchingOffSharpFilled.tsx +++ b/src/IconFaceRetouchingOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRetouchingOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFaceRightOutlined.tsx b/src/IconFaceRightOutlined.tsx index 4b32194c4..c4b4febd0 100644 --- a/src/IconFaceRightOutlined.tsx +++ b/src/IconFaceRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceRightOutlinedFilled.tsx b/src/IconFaceRightOutlinedFilled.tsx index cead10a11..07ab32443 100644 --- a/src/IconFaceRightOutlinedFilled.tsx +++ b/src/IconFaceRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFaceRightRounded.tsx b/src/IconFaceRightRounded.tsx index c4518245d..fedbdce8f 100644 --- a/src/IconFaceRightRounded.tsx +++ b/src/IconFaceRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceRightRoundedFilled.tsx b/src/IconFaceRightRoundedFilled.tsx index fa406ebbe..0921119e9 100644 --- a/src/IconFaceRightRoundedFilled.tsx +++ b/src/IconFaceRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFaceRightSharp.tsx b/src/IconFaceRightSharp.tsx index 664e2cd03..1149d089d 100644 --- a/src/IconFaceRightSharp.tsx +++ b/src/IconFaceRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceRightSharpFilled.tsx b/src/IconFaceRightSharpFilled.tsx index 352b7d7d7..f0349743d 100644 --- a/src/IconFaceRightSharpFilled.tsx +++ b/src/IconFaceRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceRounded.tsx b/src/IconFaceRounded.tsx index 4f899050c..f66e80ed5 100644 --- a/src/IconFaceRounded.tsx +++ b/src/IconFaceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceRoundedFilled.tsx b/src/IconFaceRoundedFilled.tsx index 8a930164e..d07ab5670 100644 --- a/src/IconFaceRoundedFilled.tsx +++ b/src/IconFaceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceShakeOutlined.tsx b/src/IconFaceShakeOutlined.tsx index 6751793a8..8aff61ffe 100644 --- a/src/IconFaceShakeOutlined.tsx +++ b/src/IconFaceShakeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceShakeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceShakeOutlinedFilled.tsx b/src/IconFaceShakeOutlinedFilled.tsx index 8013a0ff3..2c16d18b4 100644 --- a/src/IconFaceShakeOutlinedFilled.tsx +++ b/src/IconFaceShakeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceShakeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFaceShakeRounded.tsx b/src/IconFaceShakeRounded.tsx index 03f409e21..f38695838 100644 --- a/src/IconFaceShakeRounded.tsx +++ b/src/IconFaceShakeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceShakeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceShakeRoundedFilled.tsx b/src/IconFaceShakeRoundedFilled.tsx index 2e1364eea..052ea4135 100644 --- a/src/IconFaceShakeRoundedFilled.tsx +++ b/src/IconFaceShakeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceShakeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFaceShakeSharp.tsx b/src/IconFaceShakeSharp.tsx index 270fe8d02..be7e15fd4 100644 --- a/src/IconFaceShakeSharp.tsx +++ b/src/IconFaceShakeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceShakeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceShakeSharpFilled.tsx b/src/IconFaceShakeSharpFilled.tsx index cf9434ff6..c26dca9d5 100644 --- a/src/IconFaceShakeSharpFilled.tsx +++ b/src/IconFaceShakeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceShakeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceSharp.tsx b/src/IconFaceSharp.tsx index 81fc3d6da..01d399083 100644 --- a/src/IconFaceSharp.tsx +++ b/src/IconFaceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceSharpFilled.tsx b/src/IconFaceSharpFilled.tsx index 93147cf08..d91eb0cc6 100644 --- a/src/IconFaceSharpFilled.tsx +++ b/src/IconFaceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceUpOutlined.tsx b/src/IconFaceUpOutlined.tsx index a841a2c70..f5b5358a8 100644 --- a/src/IconFaceUpOutlined.tsx +++ b/src/IconFaceUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceUpOutlinedFilled.tsx b/src/IconFaceUpOutlinedFilled.tsx index 19b1356d4..7b97ca45e 100644 --- a/src/IconFaceUpOutlinedFilled.tsx +++ b/src/IconFaceUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceUpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceUpRounded.tsx b/src/IconFaceUpRounded.tsx index fd4268f91..bbcc1e02b 100644 --- a/src/IconFaceUpRounded.tsx +++ b/src/IconFaceUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceUpRoundedFilled.tsx b/src/IconFaceUpRoundedFilled.tsx index 8236f09b5..df48cf252 100644 --- a/src/IconFaceUpRoundedFilled.tsx +++ b/src/IconFaceUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceUpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceUpSharp.tsx b/src/IconFaceUpSharp.tsx index 06ddce36c..ab42fb7db 100644 --- a/src/IconFaceUpSharp.tsx +++ b/src/IconFaceUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFaceUpSharpFilled.tsx b/src/IconFaceUpSharpFilled.tsx index b63c9fefa..4cbd0c38d 100644 --- a/src/IconFaceUpSharpFilled.tsx +++ b/src/IconFaceUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaceUpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFactCheckOutlined.tsx b/src/IconFactCheckOutlined.tsx index 092cb5521..cc7f82a56 100644 --- a/src/IconFactCheckOutlined.tsx +++ b/src/IconFactCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFactCheckOutlinedFilled.tsx b/src/IconFactCheckOutlinedFilled.tsx index aaf6f10c3..674a47cd3 100644 --- a/src/IconFactCheckOutlinedFilled.tsx +++ b/src/IconFactCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFactCheckRounded.tsx b/src/IconFactCheckRounded.tsx index f1a907224..3760f51a8 100644 --- a/src/IconFactCheckRounded.tsx +++ b/src/IconFactCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFactCheckRoundedFilled.tsx b/src/IconFactCheckRoundedFilled.tsx index 3862b99fc..f09118a88 100644 --- a/src/IconFactCheckRoundedFilled.tsx +++ b/src/IconFactCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFactCheckSharp.tsx b/src/IconFactCheckSharp.tsx index d4fc4a7d4..fe5cb00df 100644 --- a/src/IconFactCheckSharp.tsx +++ b/src/IconFactCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFactCheckSharpFilled.tsx b/src/IconFactCheckSharpFilled.tsx index 7d2338f06..6d9196826 100644 --- a/src/IconFactCheckSharpFilled.tsx +++ b/src/IconFactCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactCheckSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFactoryOutlined.tsx b/src/IconFactoryOutlined.tsx index c36d69610..845f1c3fe 100644 --- a/src/IconFactoryOutlined.tsx +++ b/src/IconFactoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactoryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFactoryOutlinedFilled.tsx b/src/IconFactoryOutlinedFilled.tsx index ee37797d9..3272353da 100644 --- a/src/IconFactoryOutlinedFilled.tsx +++ b/src/IconFactoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactoryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFactoryRounded.tsx b/src/IconFactoryRounded.tsx index e6cb2cda3..c4de936b5 100644 --- a/src/IconFactoryRounded.tsx +++ b/src/IconFactoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactoryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFactoryRoundedFilled.tsx b/src/IconFactoryRoundedFilled.tsx index a68632f1f..cf16581e8 100644 --- a/src/IconFactoryRoundedFilled.tsx +++ b/src/IconFactoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactoryRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFactorySharp.tsx b/src/IconFactorySharp.tsx index e0d49c044..021534955 100644 --- a/src/IconFactorySharp.tsx +++ b/src/IconFactorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactorySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFactorySharpFilled.tsx b/src/IconFactorySharpFilled.tsx index 8c40a8f17..5632caa88 100644 --- a/src/IconFactorySharpFilled.tsx +++ b/src/IconFactorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFactorySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFallingOutlined.tsx b/src/IconFallingOutlined.tsx index c927b2d25..2346c8a24 100644 --- a/src/IconFallingOutlined.tsx +++ b/src/IconFallingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFallingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFallingOutlinedFilled.tsx b/src/IconFallingOutlinedFilled.tsx index 146418006..43153e459 100644 --- a/src/IconFallingOutlinedFilled.tsx +++ b/src/IconFallingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFallingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFallingRounded.tsx b/src/IconFallingRounded.tsx index 94262a85f..c27a3057b 100644 --- a/src/IconFallingRounded.tsx +++ b/src/IconFallingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFallingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFallingRoundedFilled.tsx b/src/IconFallingRoundedFilled.tsx index 0dde3e0b8..6b03b35cc 100644 --- a/src/IconFallingRoundedFilled.tsx +++ b/src/IconFallingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFallingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFallingSharp.tsx b/src/IconFallingSharp.tsx index 23c0d4118..1e978716a 100644 --- a/src/IconFallingSharp.tsx +++ b/src/IconFallingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFallingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFallingSharpFilled.tsx b/src/IconFallingSharpFilled.tsx index 45ef6f800..c3e2f848d 100644 --- a/src/IconFallingSharpFilled.tsx +++ b/src/IconFallingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFallingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFamiliarFaceAndZoneOutlined.tsx b/src/IconFamiliarFaceAndZoneOutlined.tsx index 2dc8de6c4..4e6458d31 100644 --- a/src/IconFamiliarFaceAndZoneOutlined.tsx +++ b/src/IconFamiliarFaceAndZoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamiliarFaceAndZoneOutlined: React.FC = ({ ...props diff --git a/src/IconFamiliarFaceAndZoneOutlinedFilled.tsx b/src/IconFamiliarFaceAndZoneOutlinedFilled.tsx index 3c1cbaa79..5cf370009 100644 --- a/src/IconFamiliarFaceAndZoneOutlinedFilled.tsx +++ b/src/IconFamiliarFaceAndZoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamiliarFaceAndZoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFamiliarFaceAndZoneRounded.tsx b/src/IconFamiliarFaceAndZoneRounded.tsx index 4b6fe4f7f..537b9a6e7 100644 --- a/src/IconFamiliarFaceAndZoneRounded.tsx +++ b/src/IconFamiliarFaceAndZoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamiliarFaceAndZoneRounded: React.FC = ({ ...props diff --git a/src/IconFamiliarFaceAndZoneRoundedFilled.tsx b/src/IconFamiliarFaceAndZoneRoundedFilled.tsx index a1631d4c8..f4741c717 100644 --- a/src/IconFamiliarFaceAndZoneRoundedFilled.tsx +++ b/src/IconFamiliarFaceAndZoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamiliarFaceAndZoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFamiliarFaceAndZoneSharp.tsx b/src/IconFamiliarFaceAndZoneSharp.tsx index 4fd26e51d..ddffe29e7 100644 --- a/src/IconFamiliarFaceAndZoneSharp.tsx +++ b/src/IconFamiliarFaceAndZoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamiliarFaceAndZoneSharp: React.FC = ({ ...props diff --git a/src/IconFamiliarFaceAndZoneSharpFilled.tsx b/src/IconFamiliarFaceAndZoneSharpFilled.tsx index 527237563..451ee31a9 100644 --- a/src/IconFamiliarFaceAndZoneSharpFilled.tsx +++ b/src/IconFamiliarFaceAndZoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamiliarFaceAndZoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconFamilyHistoryOutlined.tsx b/src/IconFamilyHistoryOutlined.tsx index 1dffe3b53..9042a2f79 100644 --- a/src/IconFamilyHistoryOutlined.tsx +++ b/src/IconFamilyHistoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHistoryOutlined: React.FC = ({ ...props diff --git a/src/IconFamilyHistoryOutlinedFilled.tsx b/src/IconFamilyHistoryOutlinedFilled.tsx index 189f4c3cf..c12d8e9f9 100644 --- a/src/IconFamilyHistoryOutlinedFilled.tsx +++ b/src/IconFamilyHistoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHistoryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFamilyHistoryRounded.tsx b/src/IconFamilyHistoryRounded.tsx index fed8f648f..d8ffa34f3 100644 --- a/src/IconFamilyHistoryRounded.tsx +++ b/src/IconFamilyHistoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHistoryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyHistoryRoundedFilled.tsx b/src/IconFamilyHistoryRoundedFilled.tsx index 03793c21d..f65cd7ea0 100644 --- a/src/IconFamilyHistoryRoundedFilled.tsx +++ b/src/IconFamilyHistoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHistoryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFamilyHistorySharp.tsx b/src/IconFamilyHistorySharp.tsx index f5c1bdffd..c009167b8 100644 --- a/src/IconFamilyHistorySharp.tsx +++ b/src/IconFamilyHistorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHistorySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyHistorySharpFilled.tsx b/src/IconFamilyHistorySharpFilled.tsx index ae5541876..2b1430ec9 100644 --- a/src/IconFamilyHistorySharpFilled.tsx +++ b/src/IconFamilyHistorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHistorySharpFilled: React.FC = ({ ...props diff --git a/src/IconFamilyHomeOutlined.tsx b/src/IconFamilyHomeOutlined.tsx index d7390a76d..ccf9ea2bb 100644 --- a/src/IconFamilyHomeOutlined.tsx +++ b/src/IconFamilyHomeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHomeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyHomeOutlinedFilled.tsx b/src/IconFamilyHomeOutlinedFilled.tsx index b942b1b15..d25ccf8dc 100644 --- a/src/IconFamilyHomeOutlinedFilled.tsx +++ b/src/IconFamilyHomeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHomeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFamilyHomeRounded.tsx b/src/IconFamilyHomeRounded.tsx index fc9ebeded..8988f0073 100644 --- a/src/IconFamilyHomeRounded.tsx +++ b/src/IconFamilyHomeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHomeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyHomeRoundedFilled.tsx b/src/IconFamilyHomeRoundedFilled.tsx index 2d3cd2f46..c68b7b4bd 100644 --- a/src/IconFamilyHomeRoundedFilled.tsx +++ b/src/IconFamilyHomeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHomeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFamilyHomeSharp.tsx b/src/IconFamilyHomeSharp.tsx index 78eb41420..ca25f28e1 100644 --- a/src/IconFamilyHomeSharp.tsx +++ b/src/IconFamilyHomeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHomeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyHomeSharpFilled.tsx b/src/IconFamilyHomeSharpFilled.tsx index 4abbecf06..07597fff1 100644 --- a/src/IconFamilyHomeSharpFilled.tsx +++ b/src/IconFamilyHomeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyHomeSharpFilled: React.FC = ({ ...props diff --git a/src/IconFamilyLinkOutlined.tsx b/src/IconFamilyLinkOutlined.tsx index 3a088c074..cf73e2f14 100644 --- a/src/IconFamilyLinkOutlined.tsx +++ b/src/IconFamilyLinkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyLinkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyLinkOutlinedFilled.tsx b/src/IconFamilyLinkOutlinedFilled.tsx index 210e95453..3e10060b7 100644 --- a/src/IconFamilyLinkOutlinedFilled.tsx +++ b/src/IconFamilyLinkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyLinkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFamilyLinkRounded.tsx b/src/IconFamilyLinkRounded.tsx index cba76f7c7..133365550 100644 --- a/src/IconFamilyLinkRounded.tsx +++ b/src/IconFamilyLinkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyLinkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyLinkRoundedFilled.tsx b/src/IconFamilyLinkRoundedFilled.tsx index 3b7153c05..86b51bc7a 100644 --- a/src/IconFamilyLinkRoundedFilled.tsx +++ b/src/IconFamilyLinkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyLinkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFamilyLinkSharp.tsx b/src/IconFamilyLinkSharp.tsx index d9d2c795b..3c167a053 100644 --- a/src/IconFamilyLinkSharp.tsx +++ b/src/IconFamilyLinkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyLinkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyLinkSharpFilled.tsx b/src/IconFamilyLinkSharpFilled.tsx index 0b60c7ad7..63e67d273 100644 --- a/src/IconFamilyLinkSharpFilled.tsx +++ b/src/IconFamilyLinkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyLinkSharpFilled: React.FC = ({ ...props diff --git a/src/IconFamilyRestroomOutlined.tsx b/src/IconFamilyRestroomOutlined.tsx index 3466accbb..fc04d2ec9 100644 --- a/src/IconFamilyRestroomOutlined.tsx +++ b/src/IconFamilyRestroomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyRestroomOutlined: React.FC = ({ ...props diff --git a/src/IconFamilyRestroomOutlinedFilled.tsx b/src/IconFamilyRestroomOutlinedFilled.tsx index c9003dd92..7fd1b4c6b 100644 --- a/src/IconFamilyRestroomOutlinedFilled.tsx +++ b/src/IconFamilyRestroomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyRestroomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFamilyRestroomRounded.tsx b/src/IconFamilyRestroomRounded.tsx index a1c042f40..386292a0d 100644 --- a/src/IconFamilyRestroomRounded.tsx +++ b/src/IconFamilyRestroomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyRestroomRounded: React.FC = ({ ...props diff --git a/src/IconFamilyRestroomRoundedFilled.tsx b/src/IconFamilyRestroomRoundedFilled.tsx index 9ab43d8f0..1bea19515 100644 --- a/src/IconFamilyRestroomRoundedFilled.tsx +++ b/src/IconFamilyRestroomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyRestroomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFamilyRestroomSharp.tsx b/src/IconFamilyRestroomSharp.tsx index 32cd0be7c..7bce46206 100644 --- a/src/IconFamilyRestroomSharp.tsx +++ b/src/IconFamilyRestroomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyRestroomSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyRestroomSharpFilled.tsx b/src/IconFamilyRestroomSharpFilled.tsx index ffb139a34..00ebe22d5 100644 --- a/src/IconFamilyRestroomSharpFilled.tsx +++ b/src/IconFamilyRestroomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyRestroomSharpFilled: React.FC = ({ ...props diff --git a/src/IconFamilyStarOutlined.tsx b/src/IconFamilyStarOutlined.tsx index 1db0049dd..8126a94ac 100644 --- a/src/IconFamilyStarOutlined.tsx +++ b/src/IconFamilyStarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyStarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyStarOutlinedFilled.tsx b/src/IconFamilyStarOutlinedFilled.tsx index 4a3c0c620..9281c1331 100644 --- a/src/IconFamilyStarOutlinedFilled.tsx +++ b/src/IconFamilyStarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyStarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFamilyStarRounded.tsx b/src/IconFamilyStarRounded.tsx index 40caa4e93..6d5bc24ce 100644 --- a/src/IconFamilyStarRounded.tsx +++ b/src/IconFamilyStarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyStarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyStarRoundedFilled.tsx b/src/IconFamilyStarRoundedFilled.tsx index 7f8c96df1..311bd5072 100644 --- a/src/IconFamilyStarRoundedFilled.tsx +++ b/src/IconFamilyStarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyStarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFamilyStarSharp.tsx b/src/IconFamilyStarSharp.tsx index 40064b65c..c0e3a1bde 100644 --- a/src/IconFamilyStarSharp.tsx +++ b/src/IconFamilyStarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyStarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFamilyStarSharpFilled.tsx b/src/IconFamilyStarSharpFilled.tsx index 80caa0048..3553fce03 100644 --- a/src/IconFamilyStarSharpFilled.tsx +++ b/src/IconFamilyStarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFamilyStarSharpFilled: React.FC = ({ ...props diff --git a/src/IconFarsightDigitalOutlined.tsx b/src/IconFarsightDigitalOutlined.tsx index 45fc7ceec..74715eeba 100644 --- a/src/IconFarsightDigitalOutlined.tsx +++ b/src/IconFarsightDigitalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFarsightDigitalOutlined: React.FC = ({ ...props diff --git a/src/IconFarsightDigitalOutlinedFilled.tsx b/src/IconFarsightDigitalOutlinedFilled.tsx index 6815a5a34..d3056f9c2 100644 --- a/src/IconFarsightDigitalOutlinedFilled.tsx +++ b/src/IconFarsightDigitalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFarsightDigitalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFarsightDigitalRounded.tsx b/src/IconFarsightDigitalRounded.tsx index 17a921a1e..491a02f2a 100644 --- a/src/IconFarsightDigitalRounded.tsx +++ b/src/IconFarsightDigitalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFarsightDigitalRounded: React.FC = ({ ...props diff --git a/src/IconFarsightDigitalRoundedFilled.tsx b/src/IconFarsightDigitalRoundedFilled.tsx index b1c7bb042..0514e12a4 100644 --- a/src/IconFarsightDigitalRoundedFilled.tsx +++ b/src/IconFarsightDigitalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFarsightDigitalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFarsightDigitalSharp.tsx b/src/IconFarsightDigitalSharp.tsx index 897de1311..fb0dac6e6 100644 --- a/src/IconFarsightDigitalSharp.tsx +++ b/src/IconFarsightDigitalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFarsightDigitalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFarsightDigitalSharpFilled.tsx b/src/IconFarsightDigitalSharpFilled.tsx index 86c648020..81b9c3b80 100644 --- a/src/IconFarsightDigitalSharpFilled.tsx +++ b/src/IconFarsightDigitalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFarsightDigitalSharpFilled: React.FC = ({ ...props diff --git a/src/IconFastForwardOutlined.tsx b/src/IconFastForwardOutlined.tsx index 2e96af680..1116d56f1 100644 --- a/src/IconFastForwardOutlined.tsx +++ b/src/IconFastForwardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastForwardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFastForwardOutlinedFilled.tsx b/src/IconFastForwardOutlinedFilled.tsx index 8276b2a16..1f9d217b1 100644 --- a/src/IconFastForwardOutlinedFilled.tsx +++ b/src/IconFastForwardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastForwardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFastForwardRounded.tsx b/src/IconFastForwardRounded.tsx index bfbad08a9..37be9c3c0 100644 --- a/src/IconFastForwardRounded.tsx +++ b/src/IconFastForwardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastForwardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFastForwardRoundedFilled.tsx b/src/IconFastForwardRoundedFilled.tsx index ec3b50e55..ef25deade 100644 --- a/src/IconFastForwardRoundedFilled.tsx +++ b/src/IconFastForwardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastForwardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFastForwardSharp.tsx b/src/IconFastForwardSharp.tsx index 9bb24feb2..9d811283c 100644 --- a/src/IconFastForwardSharp.tsx +++ b/src/IconFastForwardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastForwardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFastForwardSharpFilled.tsx b/src/IconFastForwardSharpFilled.tsx index 62b1ced55..3246825cd 100644 --- a/src/IconFastForwardSharpFilled.tsx +++ b/src/IconFastForwardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastForwardSharpFilled: React.FC = ({ ...props diff --git a/src/IconFastRewindOutlined.tsx b/src/IconFastRewindOutlined.tsx index b0272eaa1..92bb1b41b 100644 --- a/src/IconFastRewindOutlined.tsx +++ b/src/IconFastRewindOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastRewindOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFastRewindOutlinedFilled.tsx b/src/IconFastRewindOutlinedFilled.tsx index 58fb0d317..29e6fed8f 100644 --- a/src/IconFastRewindOutlinedFilled.tsx +++ b/src/IconFastRewindOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastRewindOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFastRewindRounded.tsx b/src/IconFastRewindRounded.tsx index f7e83eaad..15326e377 100644 --- a/src/IconFastRewindRounded.tsx +++ b/src/IconFastRewindRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastRewindRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFastRewindRoundedFilled.tsx b/src/IconFastRewindRoundedFilled.tsx index f9008fc9e..9d7b614f7 100644 --- a/src/IconFastRewindRoundedFilled.tsx +++ b/src/IconFastRewindRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastRewindRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFastRewindSharp.tsx b/src/IconFastRewindSharp.tsx index a608947c8..79b9b6970 100644 --- a/src/IconFastRewindSharp.tsx +++ b/src/IconFastRewindSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastRewindSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFastRewindSharpFilled.tsx b/src/IconFastRewindSharpFilled.tsx index d680e45b6..03d01b045 100644 --- a/src/IconFastRewindSharpFilled.tsx +++ b/src/IconFastRewindSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastRewindSharpFilled: React.FC = ({ ...props diff --git a/src/IconFastfoodOutlined.tsx b/src/IconFastfoodOutlined.tsx index 9a7691b4f..da8128adb 100644 --- a/src/IconFastfoodOutlined.tsx +++ b/src/IconFastfoodOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastfoodOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFastfoodOutlinedFilled.tsx b/src/IconFastfoodOutlinedFilled.tsx index 3eabd5607..32e0c3004 100644 --- a/src/IconFastfoodOutlinedFilled.tsx +++ b/src/IconFastfoodOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastfoodOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFastfoodRounded.tsx b/src/IconFastfoodRounded.tsx index ef5e05c3f..c8328dd85 100644 --- a/src/IconFastfoodRounded.tsx +++ b/src/IconFastfoodRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastfoodRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFastfoodRoundedFilled.tsx b/src/IconFastfoodRoundedFilled.tsx index 7516a679b..12b9286f4 100644 --- a/src/IconFastfoodRoundedFilled.tsx +++ b/src/IconFastfoodRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastfoodRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFastfoodSharp.tsx b/src/IconFastfoodSharp.tsx index 1780a64ea..a0e4b0ce6 100644 --- a/src/IconFastfoodSharp.tsx +++ b/src/IconFastfoodSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastfoodSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFastfoodSharpFilled.tsx b/src/IconFastfoodSharpFilled.tsx index 4de9e6d48..8997ab274 100644 --- a/src/IconFastfoodSharpFilled.tsx +++ b/src/IconFastfoodSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFastfoodSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaucetOutlined.tsx b/src/IconFaucetOutlined.tsx index 0daa51b55..f5241d3bd 100644 --- a/src/IconFaucetOutlined.tsx +++ b/src/IconFaucetOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaucetOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFaucetOutlinedFilled.tsx b/src/IconFaucetOutlinedFilled.tsx index 6076c42bc..25fd1fa34 100644 --- a/src/IconFaucetOutlinedFilled.tsx +++ b/src/IconFaucetOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaucetOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaucetRounded.tsx b/src/IconFaucetRounded.tsx index 7c7935f23..b373e9b68 100644 --- a/src/IconFaucetRounded.tsx +++ b/src/IconFaucetRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaucetRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFaucetRoundedFilled.tsx b/src/IconFaucetRoundedFilled.tsx index cc086d1bd..ef3d37a43 100644 --- a/src/IconFaucetRoundedFilled.tsx +++ b/src/IconFaucetRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaucetRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaucetSharp.tsx b/src/IconFaucetSharp.tsx index e8b1857de..ce8ce7590 100644 --- a/src/IconFaucetSharp.tsx +++ b/src/IconFaucetSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaucetSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFaucetSharpFilled.tsx b/src/IconFaucetSharpFilled.tsx index 34a32eb04..d2cb9768d 100644 --- a/src/IconFaucetSharpFilled.tsx +++ b/src/IconFaucetSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaucetSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFavoriteOutlined.tsx b/src/IconFavoriteOutlined.tsx index 514d75063..ff068fd20 100644 --- a/src/IconFavoriteOutlined.tsx +++ b/src/IconFavoriteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFavoriteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFavoriteOutlinedFilled.tsx b/src/IconFavoriteOutlinedFilled.tsx index 328f6fbbf..fbe2a25e0 100644 --- a/src/IconFavoriteOutlinedFilled.tsx +++ b/src/IconFavoriteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFavoriteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFavoriteRounded.tsx b/src/IconFavoriteRounded.tsx index 719e8aa1b..6064fa89a 100644 --- a/src/IconFavoriteRounded.tsx +++ b/src/IconFavoriteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFavoriteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFavoriteRoundedFilled.tsx b/src/IconFavoriteRoundedFilled.tsx index 7f094cd86..8de0dffde 100644 --- a/src/IconFavoriteRoundedFilled.tsx +++ b/src/IconFavoriteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFavoriteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFavoriteSharp.tsx b/src/IconFavoriteSharp.tsx index fc1d805a8..167722dbe 100644 --- a/src/IconFavoriteSharp.tsx +++ b/src/IconFavoriteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFavoriteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFavoriteSharpFilled.tsx b/src/IconFavoriteSharpFilled.tsx index ae5c8bb81..c0ec2ada3 100644 --- a/src/IconFavoriteSharpFilled.tsx +++ b/src/IconFavoriteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFavoriteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaxOutlined.tsx b/src/IconFaxOutlined.tsx index 01800c847..4fa8853a6 100644 --- a/src/IconFaxOutlined.tsx +++ b/src/IconFaxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFaxOutlinedFilled.tsx b/src/IconFaxOutlinedFilled.tsx index edf3a7ccf..2eac8d452 100644 --- a/src/IconFaxOutlinedFilled.tsx +++ b/src/IconFaxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaxOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaxRounded.tsx b/src/IconFaxRounded.tsx index 7d2247105..59a208010 100644 --- a/src/IconFaxRounded.tsx +++ b/src/IconFaxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFaxRoundedFilled.tsx b/src/IconFaxRoundedFilled.tsx index c6b7d95ae..548dcf5f8 100644 --- a/src/IconFaxRoundedFilled.tsx +++ b/src/IconFaxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaxRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFaxSharp.tsx b/src/IconFaxSharp.tsx index 9f38d1e53..b243aa7ab 100644 --- a/src/IconFaxSharp.tsx +++ b/src/IconFaxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFaxSharpFilled.tsx b/src/IconFaxSharpFilled.tsx index 7a430344a..ea47f1f68 100644 --- a/src/IconFaxSharpFilled.tsx +++ b/src/IconFaxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFaxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFeatureSearchOutlined.tsx b/src/IconFeatureSearchOutlined.tsx index 6f09bd45d..ed528e4b0 100644 --- a/src/IconFeatureSearchOutlined.tsx +++ b/src/IconFeatureSearchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeatureSearchOutlined: React.FC = ({ ...props diff --git a/src/IconFeatureSearchOutlinedFilled.tsx b/src/IconFeatureSearchOutlinedFilled.tsx index 291e0f7c8..9d4730a2c 100644 --- a/src/IconFeatureSearchOutlinedFilled.tsx +++ b/src/IconFeatureSearchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeatureSearchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFeatureSearchRounded.tsx b/src/IconFeatureSearchRounded.tsx index 43ad306e2..536af46e2 100644 --- a/src/IconFeatureSearchRounded.tsx +++ b/src/IconFeatureSearchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeatureSearchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFeatureSearchRoundedFilled.tsx b/src/IconFeatureSearchRoundedFilled.tsx index b6abadec8..11e7ba997 100644 --- a/src/IconFeatureSearchRoundedFilled.tsx +++ b/src/IconFeatureSearchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeatureSearchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFeatureSearchSharp.tsx b/src/IconFeatureSearchSharp.tsx index c19575334..df7c6bbf0 100644 --- a/src/IconFeatureSearchSharp.tsx +++ b/src/IconFeatureSearchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeatureSearchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFeatureSearchSharpFilled.tsx b/src/IconFeatureSearchSharpFilled.tsx index 25ecfac79..28423bf46 100644 --- a/src/IconFeatureSearchSharpFilled.tsx +++ b/src/IconFeatureSearchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeatureSearchSharpFilled: React.FC = ({ ...props diff --git a/src/IconFeaturedPlayListOutlined.tsx b/src/IconFeaturedPlayListOutlined.tsx index 7e328ccbc..19a308cba 100644 --- a/src/IconFeaturedPlayListOutlined.tsx +++ b/src/IconFeaturedPlayListOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedPlayListOutlined: React.FC = ({ ...props diff --git a/src/IconFeaturedPlayListOutlinedFilled.tsx b/src/IconFeaturedPlayListOutlinedFilled.tsx index eb3fe5ddc..190ae0ca8 100644 --- a/src/IconFeaturedPlayListOutlinedFilled.tsx +++ b/src/IconFeaturedPlayListOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedPlayListOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFeaturedPlayListRounded.tsx b/src/IconFeaturedPlayListRounded.tsx index f52bf70dd..04e604d59 100644 --- a/src/IconFeaturedPlayListRounded.tsx +++ b/src/IconFeaturedPlayListRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedPlayListRounded: React.FC = ({ ...props diff --git a/src/IconFeaturedPlayListRoundedFilled.tsx b/src/IconFeaturedPlayListRoundedFilled.tsx index 068ebde3e..b5d1351f4 100644 --- a/src/IconFeaturedPlayListRoundedFilled.tsx +++ b/src/IconFeaturedPlayListRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedPlayListRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFeaturedPlayListSharp.tsx b/src/IconFeaturedPlayListSharp.tsx index 7afd89d66..deac61d4d 100644 --- a/src/IconFeaturedPlayListSharp.tsx +++ b/src/IconFeaturedPlayListSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedPlayListSharp: React.FC = ({ ...props diff --git a/src/IconFeaturedPlayListSharpFilled.tsx b/src/IconFeaturedPlayListSharpFilled.tsx index 75004efaf..df281d8c9 100644 --- a/src/IconFeaturedPlayListSharpFilled.tsx +++ b/src/IconFeaturedPlayListSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedPlayListSharpFilled: React.FC = ({ ...props diff --git a/src/IconFeaturedSeasonalAndGiftsOutlined.tsx b/src/IconFeaturedSeasonalAndGiftsOutlined.tsx index a636256d6..b2116cd6a 100644 --- a/src/IconFeaturedSeasonalAndGiftsOutlined.tsx +++ b/src/IconFeaturedSeasonalAndGiftsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedSeasonalAndGiftsOutlined: React.FC = ({ ...props diff --git a/src/IconFeaturedSeasonalAndGiftsOutlinedFilled.tsx b/src/IconFeaturedSeasonalAndGiftsOutlinedFilled.tsx index b1c1a41ae..ba12d3ce4 100644 --- a/src/IconFeaturedSeasonalAndGiftsOutlinedFilled.tsx +++ b/src/IconFeaturedSeasonalAndGiftsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedSeasonalAndGiftsOutlinedFilled: React.FC< IconProps diff --git a/src/IconFeaturedSeasonalAndGiftsRounded.tsx b/src/IconFeaturedSeasonalAndGiftsRounded.tsx index d9adc6361..d92d29041 100644 --- a/src/IconFeaturedSeasonalAndGiftsRounded.tsx +++ b/src/IconFeaturedSeasonalAndGiftsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedSeasonalAndGiftsRounded: React.FC = ({ ...props diff --git a/src/IconFeaturedSeasonalAndGiftsRoundedFilled.tsx b/src/IconFeaturedSeasonalAndGiftsRoundedFilled.tsx index b8780cfe8..099f52fab 100644 --- a/src/IconFeaturedSeasonalAndGiftsRoundedFilled.tsx +++ b/src/IconFeaturedSeasonalAndGiftsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedSeasonalAndGiftsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFeaturedSeasonalAndGiftsSharp.tsx b/src/IconFeaturedSeasonalAndGiftsSharp.tsx index de0ccc36c..82684fa33 100644 --- a/src/IconFeaturedSeasonalAndGiftsSharp.tsx +++ b/src/IconFeaturedSeasonalAndGiftsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedSeasonalAndGiftsSharp: React.FC = ({ ...props diff --git a/src/IconFeaturedSeasonalAndGiftsSharpFilled.tsx b/src/IconFeaturedSeasonalAndGiftsSharpFilled.tsx index 14eef8355..491816253 100644 --- a/src/IconFeaturedSeasonalAndGiftsSharpFilled.tsx +++ b/src/IconFeaturedSeasonalAndGiftsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedSeasonalAndGiftsSharpFilled: React.FC = ({ ...props diff --git a/src/IconFeaturedVideoOutlined.tsx b/src/IconFeaturedVideoOutlined.tsx index e829170b2..ef7ef7c2b 100644 --- a/src/IconFeaturedVideoOutlined.tsx +++ b/src/IconFeaturedVideoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedVideoOutlined: React.FC = ({ ...props diff --git a/src/IconFeaturedVideoOutlinedFilled.tsx b/src/IconFeaturedVideoOutlinedFilled.tsx index bf23458de..856d59406 100644 --- a/src/IconFeaturedVideoOutlinedFilled.tsx +++ b/src/IconFeaturedVideoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedVideoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFeaturedVideoRounded.tsx b/src/IconFeaturedVideoRounded.tsx index 2210d4b9b..3673461c5 100644 --- a/src/IconFeaturedVideoRounded.tsx +++ b/src/IconFeaturedVideoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedVideoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFeaturedVideoRoundedFilled.tsx b/src/IconFeaturedVideoRoundedFilled.tsx index 18b611b6c..662c0bb10 100644 --- a/src/IconFeaturedVideoRoundedFilled.tsx +++ b/src/IconFeaturedVideoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedVideoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFeaturedVideoSharp.tsx b/src/IconFeaturedVideoSharp.tsx index 32386a3af..b3eff576e 100644 --- a/src/IconFeaturedVideoSharp.tsx +++ b/src/IconFeaturedVideoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedVideoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFeaturedVideoSharpFilled.tsx b/src/IconFeaturedVideoSharpFilled.tsx index 4355bc56c..26499460d 100644 --- a/src/IconFeaturedVideoSharpFilled.tsx +++ b/src/IconFeaturedVideoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeaturedVideoSharpFilled: React.FC = ({ ...props diff --git a/src/IconFeedbackOutlined.tsx b/src/IconFeedbackOutlined.tsx index a4653276c..7f3664db8 100644 --- a/src/IconFeedbackOutlined.tsx +++ b/src/IconFeedbackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeedbackOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFeedbackOutlinedFilled.tsx b/src/IconFeedbackOutlinedFilled.tsx index ac95120f4..9f500e752 100644 --- a/src/IconFeedbackOutlinedFilled.tsx +++ b/src/IconFeedbackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeedbackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFeedbackRounded.tsx b/src/IconFeedbackRounded.tsx index eca975108..b8c954c73 100644 --- a/src/IconFeedbackRounded.tsx +++ b/src/IconFeedbackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeedbackRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFeedbackRoundedFilled.tsx b/src/IconFeedbackRoundedFilled.tsx index dad9c37e9..9913ca69f 100644 --- a/src/IconFeedbackRoundedFilled.tsx +++ b/src/IconFeedbackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeedbackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFeedbackSharp.tsx b/src/IconFeedbackSharp.tsx index 4d5d7528b..478436e34 100644 --- a/src/IconFeedbackSharp.tsx +++ b/src/IconFeedbackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeedbackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFeedbackSharpFilled.tsx b/src/IconFeedbackSharpFilled.tsx index 7b47493c3..b7b8e3b5f 100644 --- a/src/IconFeedbackSharpFilled.tsx +++ b/src/IconFeedbackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFeedbackSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFemaleOutlined.tsx b/src/IconFemaleOutlined.tsx index 4a6d22215..94bb26228 100644 --- a/src/IconFemaleOutlined.tsx +++ b/src/IconFemaleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemaleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFemaleOutlinedFilled.tsx b/src/IconFemaleOutlinedFilled.tsx index 406e14c1c..124f9b8e9 100644 --- a/src/IconFemaleOutlinedFilled.tsx +++ b/src/IconFemaleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemaleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFemaleRounded.tsx b/src/IconFemaleRounded.tsx index 12b7e171c..be898186d 100644 --- a/src/IconFemaleRounded.tsx +++ b/src/IconFemaleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemaleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFemaleRoundedFilled.tsx b/src/IconFemaleRoundedFilled.tsx index b0c7d7e3c..cd4f60d5e 100644 --- a/src/IconFemaleRoundedFilled.tsx +++ b/src/IconFemaleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemaleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFemaleSharp.tsx b/src/IconFemaleSharp.tsx index ceaec4b96..0a0de1bef 100644 --- a/src/IconFemaleSharp.tsx +++ b/src/IconFemaleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemaleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFemaleSharpFilled.tsx b/src/IconFemaleSharpFilled.tsx index fac52ccc3..52a0b844c 100644 --- a/src/IconFemaleSharpFilled.tsx +++ b/src/IconFemaleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemaleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFemurAltOutlined.tsx b/src/IconFemurAltOutlined.tsx index 168753866..55ab36cf1 100644 --- a/src/IconFemurAltOutlined.tsx +++ b/src/IconFemurAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFemurAltOutlinedFilled.tsx b/src/IconFemurAltOutlinedFilled.tsx index 61c369762..f796b9444 100644 --- a/src/IconFemurAltOutlinedFilled.tsx +++ b/src/IconFemurAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFemurAltRounded.tsx b/src/IconFemurAltRounded.tsx index 1942d2284..769e2cd3e 100644 --- a/src/IconFemurAltRounded.tsx +++ b/src/IconFemurAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFemurAltRoundedFilled.tsx b/src/IconFemurAltRoundedFilled.tsx index 1395b75f0..0a788ec80 100644 --- a/src/IconFemurAltRoundedFilled.tsx +++ b/src/IconFemurAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFemurAltSharp.tsx b/src/IconFemurAltSharp.tsx index 3abdab5c4..e1461b10a 100644 --- a/src/IconFemurAltSharp.tsx +++ b/src/IconFemurAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFemurAltSharpFilled.tsx b/src/IconFemurAltSharpFilled.tsx index 86abc16bb..ad1eff349 100644 --- a/src/IconFemurAltSharpFilled.tsx +++ b/src/IconFemurAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurAltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFemurOutlined.tsx b/src/IconFemurOutlined.tsx index 217072cc5..f69e281e2 100644 --- a/src/IconFemurOutlined.tsx +++ b/src/IconFemurOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFemurOutlinedFilled.tsx b/src/IconFemurOutlinedFilled.tsx index 24ea051cf..0211be8c1 100644 --- a/src/IconFemurOutlinedFilled.tsx +++ b/src/IconFemurOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFemurRounded.tsx b/src/IconFemurRounded.tsx index c08ee409e..4abc471dc 100644 --- a/src/IconFemurRounded.tsx +++ b/src/IconFemurRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFemurRoundedFilled.tsx b/src/IconFemurRoundedFilled.tsx index 64fc06b1c..34a6d3e1f 100644 --- a/src/IconFemurRoundedFilled.tsx +++ b/src/IconFemurRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFemurSharp.tsx b/src/IconFemurSharp.tsx index 05f87a0f6..6c7213483 100644 --- a/src/IconFemurSharp.tsx +++ b/src/IconFemurSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFemurSharpFilled.tsx b/src/IconFemurSharpFilled.tsx index 6835f867c..4a9a7d51d 100644 --- a/src/IconFemurSharpFilled.tsx +++ b/src/IconFemurSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFemurSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFenceOutlined.tsx b/src/IconFenceOutlined.tsx index c9cab5232..5bff972b4 100644 --- a/src/IconFenceOutlined.tsx +++ b/src/IconFenceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFenceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFenceOutlinedFilled.tsx b/src/IconFenceOutlinedFilled.tsx index 253dc00cf..f2f8f7c7b 100644 --- a/src/IconFenceOutlinedFilled.tsx +++ b/src/IconFenceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFenceOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFenceRounded.tsx b/src/IconFenceRounded.tsx index 3b1da94bd..4681699db 100644 --- a/src/IconFenceRounded.tsx +++ b/src/IconFenceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFenceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFenceRoundedFilled.tsx b/src/IconFenceRoundedFilled.tsx index f6838fc3f..761ddfe5b 100644 --- a/src/IconFenceRoundedFilled.tsx +++ b/src/IconFenceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFenceRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFenceSharp.tsx b/src/IconFenceSharp.tsx index 24870a6a6..7272615a2 100644 --- a/src/IconFenceSharp.tsx +++ b/src/IconFenceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFenceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFenceSharpFilled.tsx b/src/IconFenceSharpFilled.tsx index 09e667205..0c3a3db01 100644 --- a/src/IconFenceSharpFilled.tsx +++ b/src/IconFenceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFenceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFertileOutlined.tsx b/src/IconFertileOutlined.tsx index 3e3ad2fad..f5f58a70d 100644 --- a/src/IconFertileOutlined.tsx +++ b/src/IconFertileOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFertileOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFertileOutlinedFilled.tsx b/src/IconFertileOutlinedFilled.tsx index f320bd9f0..3cd26c49b 100644 --- a/src/IconFertileOutlinedFilled.tsx +++ b/src/IconFertileOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFertileOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFertileRounded.tsx b/src/IconFertileRounded.tsx index 73fdf9f11..e421b7a8c 100644 --- a/src/IconFertileRounded.tsx +++ b/src/IconFertileRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFertileRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFertileRoundedFilled.tsx b/src/IconFertileRoundedFilled.tsx index 72e068f46..29d87dcdd 100644 --- a/src/IconFertileRoundedFilled.tsx +++ b/src/IconFertileRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFertileRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFertileSharp.tsx b/src/IconFertileSharp.tsx index 5c73fd6fb..b98e71490 100644 --- a/src/IconFertileSharp.tsx +++ b/src/IconFertileSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFertileSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFertileSharpFilled.tsx b/src/IconFertileSharpFilled.tsx index 14c26177b..812ae8968 100644 --- a/src/IconFertileSharpFilled.tsx +++ b/src/IconFertileSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFertileSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFestivalOutlined.tsx b/src/IconFestivalOutlined.tsx index 8d743da08..217274754 100644 --- a/src/IconFestivalOutlined.tsx +++ b/src/IconFestivalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFestivalOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFestivalOutlinedFilled.tsx b/src/IconFestivalOutlinedFilled.tsx index 0328681d8..534ca3a82 100644 --- a/src/IconFestivalOutlinedFilled.tsx +++ b/src/IconFestivalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFestivalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFestivalRounded.tsx b/src/IconFestivalRounded.tsx index bf9080148..b707cd16a 100644 --- a/src/IconFestivalRounded.tsx +++ b/src/IconFestivalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFestivalRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFestivalRoundedFilled.tsx b/src/IconFestivalRoundedFilled.tsx index b68a2029b..4ce63e826 100644 --- a/src/IconFestivalRoundedFilled.tsx +++ b/src/IconFestivalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFestivalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFestivalSharp.tsx b/src/IconFestivalSharp.tsx index 8addb7b8c..cdfeb8fe4 100644 --- a/src/IconFestivalSharp.tsx +++ b/src/IconFestivalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFestivalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFestivalSharpFilled.tsx b/src/IconFestivalSharpFilled.tsx index 41f243c36..d4aec816d 100644 --- a/src/IconFestivalSharpFilled.tsx +++ b/src/IconFestivalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFestivalSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberDvrOutlined.tsx b/src/IconFiberDvrOutlined.tsx index d527e70b5..dcf9abd21 100644 --- a/src/IconFiberDvrOutlined.tsx +++ b/src/IconFiberDvrOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberDvrOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberDvrOutlinedFilled.tsx b/src/IconFiberDvrOutlinedFilled.tsx index 908ee1414..ab9f80f35 100644 --- a/src/IconFiberDvrOutlinedFilled.tsx +++ b/src/IconFiberDvrOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberDvrOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFiberDvrRounded.tsx b/src/IconFiberDvrRounded.tsx index 695550d0d..d6aa8528d 100644 --- a/src/IconFiberDvrRounded.tsx +++ b/src/IconFiberDvrRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberDvrRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberDvrRoundedFilled.tsx b/src/IconFiberDvrRoundedFilled.tsx index 489f3e21f..c4306a54f 100644 --- a/src/IconFiberDvrRoundedFilled.tsx +++ b/src/IconFiberDvrRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberDvrRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFiberDvrSharp.tsx b/src/IconFiberDvrSharp.tsx index bbd4b0a57..3f2dc0a78 100644 --- a/src/IconFiberDvrSharp.tsx +++ b/src/IconFiberDvrSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberDvrSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberDvrSharpFilled.tsx b/src/IconFiberDvrSharpFilled.tsx index dd2af1344..f9150eeac 100644 --- a/src/IconFiberDvrSharpFilled.tsx +++ b/src/IconFiberDvrSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberDvrSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberManualRecordOutlined.tsx b/src/IconFiberManualRecordOutlined.tsx index 9d272f7db..4b20cef7b 100644 --- a/src/IconFiberManualRecordOutlined.tsx +++ b/src/IconFiberManualRecordOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberManualRecordOutlined: React.FC = ({ ...props diff --git a/src/IconFiberManualRecordOutlinedFilled.tsx b/src/IconFiberManualRecordOutlinedFilled.tsx index b748b0e92..c1da176d6 100644 --- a/src/IconFiberManualRecordOutlinedFilled.tsx +++ b/src/IconFiberManualRecordOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberManualRecordOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFiberManualRecordRounded.tsx b/src/IconFiberManualRecordRounded.tsx index 375af7162..b273ae7d2 100644 --- a/src/IconFiberManualRecordRounded.tsx +++ b/src/IconFiberManualRecordRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberManualRecordRounded: React.FC = ({ ...props diff --git a/src/IconFiberManualRecordRoundedFilled.tsx b/src/IconFiberManualRecordRoundedFilled.tsx index 18a43c2c5..12527213d 100644 --- a/src/IconFiberManualRecordRoundedFilled.tsx +++ b/src/IconFiberManualRecordRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberManualRecordRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFiberManualRecordSharp.tsx b/src/IconFiberManualRecordSharp.tsx index 3ad6d3139..8685f79e3 100644 --- a/src/IconFiberManualRecordSharp.tsx +++ b/src/IconFiberManualRecordSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberManualRecordSharp: React.FC = ({ ...props diff --git a/src/IconFiberManualRecordSharpFilled.tsx b/src/IconFiberManualRecordSharpFilled.tsx index c066c0bb4..83417422e 100644 --- a/src/IconFiberManualRecordSharpFilled.tsx +++ b/src/IconFiberManualRecordSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberManualRecordSharpFilled: React.FC = ({ ...props diff --git a/src/IconFiberNewOutlined.tsx b/src/IconFiberNewOutlined.tsx index deb97c2b4..0c24069f4 100644 --- a/src/IconFiberNewOutlined.tsx +++ b/src/IconFiberNewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberNewOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberNewOutlinedFilled.tsx b/src/IconFiberNewOutlinedFilled.tsx index 456150fd2..577a151b3 100644 --- a/src/IconFiberNewOutlinedFilled.tsx +++ b/src/IconFiberNewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberNewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFiberNewRounded.tsx b/src/IconFiberNewRounded.tsx index d349eee1b..cd4472a7c 100644 --- a/src/IconFiberNewRounded.tsx +++ b/src/IconFiberNewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberNewRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberNewRoundedFilled.tsx b/src/IconFiberNewRoundedFilled.tsx index 6b29bbd31..2c083b9ad 100644 --- a/src/IconFiberNewRoundedFilled.tsx +++ b/src/IconFiberNewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberNewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFiberNewSharp.tsx b/src/IconFiberNewSharp.tsx index 535ac3f88..1de5381a1 100644 --- a/src/IconFiberNewSharp.tsx +++ b/src/IconFiberNewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberNewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberNewSharpFilled.tsx b/src/IconFiberNewSharpFilled.tsx index 7651303b8..c8112a825 100644 --- a/src/IconFiberNewSharpFilled.tsx +++ b/src/IconFiberNewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberNewSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberPinOutlined.tsx b/src/IconFiberPinOutlined.tsx index a53d93510..b93e87055 100644 --- a/src/IconFiberPinOutlined.tsx +++ b/src/IconFiberPinOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberPinOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberPinOutlinedFilled.tsx b/src/IconFiberPinOutlinedFilled.tsx index 2004d18a3..785e9cb8e 100644 --- a/src/IconFiberPinOutlinedFilled.tsx +++ b/src/IconFiberPinOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberPinOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFiberPinRounded.tsx b/src/IconFiberPinRounded.tsx index edd63e7b4..370538d95 100644 --- a/src/IconFiberPinRounded.tsx +++ b/src/IconFiberPinRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberPinRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberPinRoundedFilled.tsx b/src/IconFiberPinRoundedFilled.tsx index 5d78d5e66..4b91f1018 100644 --- a/src/IconFiberPinRoundedFilled.tsx +++ b/src/IconFiberPinRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberPinRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFiberPinSharp.tsx b/src/IconFiberPinSharp.tsx index 4e9763a79..8b5276bc9 100644 --- a/src/IconFiberPinSharp.tsx +++ b/src/IconFiberPinSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberPinSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberPinSharpFilled.tsx b/src/IconFiberPinSharpFilled.tsx index faa78acf0..6389e33b9 100644 --- a/src/IconFiberPinSharpFilled.tsx +++ b/src/IconFiberPinSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberPinSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFiberSmartRecordOutlined.tsx b/src/IconFiberSmartRecordOutlined.tsx index fe3351327..936892e82 100644 --- a/src/IconFiberSmartRecordOutlined.tsx +++ b/src/IconFiberSmartRecordOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberSmartRecordOutlined: React.FC = ({ ...props diff --git a/src/IconFiberSmartRecordOutlinedFilled.tsx b/src/IconFiberSmartRecordOutlinedFilled.tsx index 0caefc62c..835c0d95b 100644 --- a/src/IconFiberSmartRecordOutlinedFilled.tsx +++ b/src/IconFiberSmartRecordOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberSmartRecordOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFiberSmartRecordRounded.tsx b/src/IconFiberSmartRecordRounded.tsx index fb3307140..7e47aa746 100644 --- a/src/IconFiberSmartRecordRounded.tsx +++ b/src/IconFiberSmartRecordRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberSmartRecordRounded: React.FC = ({ ...props diff --git a/src/IconFiberSmartRecordRoundedFilled.tsx b/src/IconFiberSmartRecordRoundedFilled.tsx index 110be2a59..06241660c 100644 --- a/src/IconFiberSmartRecordRoundedFilled.tsx +++ b/src/IconFiberSmartRecordRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberSmartRecordRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFiberSmartRecordSharp.tsx b/src/IconFiberSmartRecordSharp.tsx index f75d9bec5..1d77ec68b 100644 --- a/src/IconFiberSmartRecordSharp.tsx +++ b/src/IconFiberSmartRecordSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberSmartRecordSharp: React.FC = ({ ...props diff --git a/src/IconFiberSmartRecordSharpFilled.tsx b/src/IconFiberSmartRecordSharpFilled.tsx index 4cb5a8e2c..d9ca47efd 100644 --- a/src/IconFiberSmartRecordSharpFilled.tsx +++ b/src/IconFiberSmartRecordSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFiberSmartRecordSharpFilled: React.FC = ({ ...props diff --git a/src/IconFileCopyOffOutlined.tsx b/src/IconFileCopyOffOutlined.tsx index 185d765ea..fcf56e8b0 100644 --- a/src/IconFileCopyOffOutlined.tsx +++ b/src/IconFileCopyOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopyOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFileCopyOffOutlinedFilled.tsx b/src/IconFileCopyOffOutlinedFilled.tsx index 9e9276f90..323961576 100644 --- a/src/IconFileCopyOffOutlinedFilled.tsx +++ b/src/IconFileCopyOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopyOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFileCopyOffRounded.tsx b/src/IconFileCopyOffRounded.tsx index 44242fb9e..7aa281882 100644 --- a/src/IconFileCopyOffRounded.tsx +++ b/src/IconFileCopyOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopyOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFileCopyOffRoundedFilled.tsx b/src/IconFileCopyOffRoundedFilled.tsx index e281fc02d..d5cd37f79 100644 --- a/src/IconFileCopyOffRoundedFilled.tsx +++ b/src/IconFileCopyOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopyOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFileCopyOffSharp.tsx b/src/IconFileCopyOffSharp.tsx index d323474f2..0b60c5e4f 100644 --- a/src/IconFileCopyOffSharp.tsx +++ b/src/IconFileCopyOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopyOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFileCopyOffSharpFilled.tsx b/src/IconFileCopyOffSharpFilled.tsx index 2cce1b7d2..2a409bca7 100644 --- a/src/IconFileCopyOffSharpFilled.tsx +++ b/src/IconFileCopyOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopyOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFileCopyOutlined.tsx b/src/IconFileCopyOutlined.tsx index 925d72f0b..d27ef02eb 100644 --- a/src/IconFileCopyOutlined.tsx +++ b/src/IconFileCopyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFileCopyOutlinedFilled.tsx b/src/IconFileCopyOutlinedFilled.tsx index 5490b1f87..d9c7af6eb 100644 --- a/src/IconFileCopyOutlinedFilled.tsx +++ b/src/IconFileCopyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFileCopyRounded.tsx b/src/IconFileCopyRounded.tsx index 8265ed09b..98118361c 100644 --- a/src/IconFileCopyRounded.tsx +++ b/src/IconFileCopyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFileCopyRoundedFilled.tsx b/src/IconFileCopyRoundedFilled.tsx index aa66d6bad..6e0dd945a 100644 --- a/src/IconFileCopyRoundedFilled.tsx +++ b/src/IconFileCopyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFileCopySharp.tsx b/src/IconFileCopySharp.tsx index 72418178c..c2e07284d 100644 --- a/src/IconFileCopySharp.tsx +++ b/src/IconFileCopySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFileCopySharpFilled.tsx b/src/IconFileCopySharpFilled.tsx index 3791e0332..5d4639e09 100644 --- a/src/IconFileCopySharpFilled.tsx +++ b/src/IconFileCopySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileCopySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFileDownloadOffOutlined.tsx b/src/IconFileDownloadOffOutlined.tsx index 0229028cc..9bc55647a 100644 --- a/src/IconFileDownloadOffOutlined.tsx +++ b/src/IconFileDownloadOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileDownloadOffOutlined: React.FC = ({ ...props diff --git a/src/IconFileDownloadOffOutlinedFilled.tsx b/src/IconFileDownloadOffOutlinedFilled.tsx index d7ba0e37b..951e99307 100644 --- a/src/IconFileDownloadOffOutlinedFilled.tsx +++ b/src/IconFileDownloadOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileDownloadOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFileDownloadOffRounded.tsx b/src/IconFileDownloadOffRounded.tsx index f92f18eae..b237556e0 100644 --- a/src/IconFileDownloadOffRounded.tsx +++ b/src/IconFileDownloadOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileDownloadOffRounded: React.FC = ({ ...props diff --git a/src/IconFileDownloadOffRoundedFilled.tsx b/src/IconFileDownloadOffRoundedFilled.tsx index 018110a12..f11db52e8 100644 --- a/src/IconFileDownloadOffRoundedFilled.tsx +++ b/src/IconFileDownloadOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileDownloadOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFileDownloadOffSharp.tsx b/src/IconFileDownloadOffSharp.tsx index 3116ffdf4..65560184d 100644 --- a/src/IconFileDownloadOffSharp.tsx +++ b/src/IconFileDownloadOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileDownloadOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFileDownloadOffSharpFilled.tsx b/src/IconFileDownloadOffSharpFilled.tsx index 8d7f81e32..c55b6addf 100644 --- a/src/IconFileDownloadOffSharpFilled.tsx +++ b/src/IconFileDownloadOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileDownloadOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFileMapOutlined.tsx b/src/IconFileMapOutlined.tsx index e7dc37c88..36e0db7d9 100644 --- a/src/IconFileMapOutlined.tsx +++ b/src/IconFileMapOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFileMapOutlinedFilled.tsx b/src/IconFileMapOutlinedFilled.tsx index 1ade3d6f5..5aff75e37 100644 --- a/src/IconFileMapOutlinedFilled.tsx +++ b/src/IconFileMapOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFileMapRounded.tsx b/src/IconFileMapRounded.tsx index 1fe441931..66ffa5728 100644 --- a/src/IconFileMapRounded.tsx +++ b/src/IconFileMapRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFileMapRoundedFilled.tsx b/src/IconFileMapRoundedFilled.tsx index 549098288..4671c9dd6 100644 --- a/src/IconFileMapRoundedFilled.tsx +++ b/src/IconFileMapRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFileMapSharp.tsx b/src/IconFileMapSharp.tsx index dde2cf4db..47ea288d5 100644 --- a/src/IconFileMapSharp.tsx +++ b/src/IconFileMapSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFileMapSharpFilled.tsx b/src/IconFileMapSharpFilled.tsx index 832dd4563..b51d89a4a 100644 --- a/src/IconFileMapSharpFilled.tsx +++ b/src/IconFileMapSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFileMapStackOutlined.tsx b/src/IconFileMapStackOutlined.tsx index 05d8ef1b5..f96b3face 100644 --- a/src/IconFileMapStackOutlined.tsx +++ b/src/IconFileMapStackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapStackOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFileMapStackOutlinedFilled.tsx b/src/IconFileMapStackOutlinedFilled.tsx index a07ca46b1..20b636b1f 100644 --- a/src/IconFileMapStackOutlinedFilled.tsx +++ b/src/IconFileMapStackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapStackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFileMapStackRounded.tsx b/src/IconFileMapStackRounded.tsx index 2809770a2..accc8f08a 100644 --- a/src/IconFileMapStackRounded.tsx +++ b/src/IconFileMapStackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapStackRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFileMapStackRoundedFilled.tsx b/src/IconFileMapStackRoundedFilled.tsx index 0b557997b..ea4608696 100644 --- a/src/IconFileMapStackRoundedFilled.tsx +++ b/src/IconFileMapStackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapStackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFileMapStackSharp.tsx b/src/IconFileMapStackSharp.tsx index c3c322fe8..0e5fdbbad 100644 --- a/src/IconFileMapStackSharp.tsx +++ b/src/IconFileMapStackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapStackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFileMapStackSharpFilled.tsx b/src/IconFileMapStackSharpFilled.tsx index a0456f7c9..2be3a29b4 100644 --- a/src/IconFileMapStackSharpFilled.tsx +++ b/src/IconFileMapStackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileMapStackSharpFilled: React.FC = ({ ...props diff --git a/src/IconFileOpenOutlined.tsx b/src/IconFileOpenOutlined.tsx index 61cbdd750..e46705c8e 100644 --- a/src/IconFileOpenOutlined.tsx +++ b/src/IconFileOpenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileOpenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFileOpenOutlinedFilled.tsx b/src/IconFileOpenOutlinedFilled.tsx index 3cb5a8723..ff785b924 100644 --- a/src/IconFileOpenOutlinedFilled.tsx +++ b/src/IconFileOpenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileOpenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFileOpenRounded.tsx b/src/IconFileOpenRounded.tsx index 4b41cfb65..608ee0657 100644 --- a/src/IconFileOpenRounded.tsx +++ b/src/IconFileOpenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileOpenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFileOpenRoundedFilled.tsx b/src/IconFileOpenRoundedFilled.tsx index 44e355b26..1cdcf7747 100644 --- a/src/IconFileOpenRoundedFilled.tsx +++ b/src/IconFileOpenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileOpenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFileOpenSharp.tsx b/src/IconFileOpenSharp.tsx index 46062dd57..048147363 100644 --- a/src/IconFileOpenSharp.tsx +++ b/src/IconFileOpenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileOpenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFileOpenSharpFilled.tsx b/src/IconFileOpenSharpFilled.tsx index c647cc5aa..779ed7dea 100644 --- a/src/IconFileOpenSharpFilled.tsx +++ b/src/IconFileOpenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileOpenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilePresentOutlined.tsx b/src/IconFilePresentOutlined.tsx index 24f9b9c37..09faf8a4f 100644 --- a/src/IconFilePresentOutlined.tsx +++ b/src/IconFilePresentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilePresentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilePresentOutlinedFilled.tsx b/src/IconFilePresentOutlinedFilled.tsx index fe2ff1450..26f1f8e29 100644 --- a/src/IconFilePresentOutlinedFilled.tsx +++ b/src/IconFilePresentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilePresentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilePresentRounded.tsx b/src/IconFilePresentRounded.tsx index a186ca62a..a2da5c1b9 100644 --- a/src/IconFilePresentRounded.tsx +++ b/src/IconFilePresentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilePresentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilePresentRoundedFilled.tsx b/src/IconFilePresentRoundedFilled.tsx index a9e34358b..8787550c4 100644 --- a/src/IconFilePresentRoundedFilled.tsx +++ b/src/IconFilePresentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilePresentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilePresentSharp.tsx b/src/IconFilePresentSharp.tsx index 2fc53807c..0b4ba8bf8 100644 --- a/src/IconFilePresentSharp.tsx +++ b/src/IconFilePresentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilePresentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilePresentSharpFilled.tsx b/src/IconFilePresentSharpFilled.tsx index d48d964a3..409f2c602 100644 --- a/src/IconFilePresentSharpFilled.tsx +++ b/src/IconFilePresentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilePresentSharpFilled: React.FC = ({ ...props diff --git a/src/IconFileSaveOffOutlined.tsx b/src/IconFileSaveOffOutlined.tsx index 23be46d87..1a0278fbe 100644 --- a/src/IconFileSaveOffOutlined.tsx +++ b/src/IconFileSaveOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFileSaveOffOutlinedFilled.tsx b/src/IconFileSaveOffOutlinedFilled.tsx index fd665b49b..785dd7433 100644 --- a/src/IconFileSaveOffOutlinedFilled.tsx +++ b/src/IconFileSaveOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFileSaveOffRounded.tsx b/src/IconFileSaveOffRounded.tsx index 70d1483d9..e77fcd221 100644 --- a/src/IconFileSaveOffRounded.tsx +++ b/src/IconFileSaveOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFileSaveOffRoundedFilled.tsx b/src/IconFileSaveOffRoundedFilled.tsx index af85ffe73..5a2d2b36c 100644 --- a/src/IconFileSaveOffRoundedFilled.tsx +++ b/src/IconFileSaveOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFileSaveOffSharp.tsx b/src/IconFileSaveOffSharp.tsx index 4aebf9824..956237875 100644 --- a/src/IconFileSaveOffSharp.tsx +++ b/src/IconFileSaveOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFileSaveOffSharpFilled.tsx b/src/IconFileSaveOffSharpFilled.tsx index 8b63db25c..8ddbc2d08 100644 --- a/src/IconFileSaveOffSharpFilled.tsx +++ b/src/IconFileSaveOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFileSaveOutlined.tsx b/src/IconFileSaveOutlined.tsx index 4d8c6fc25..f684bc43f 100644 --- a/src/IconFileSaveOutlined.tsx +++ b/src/IconFileSaveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFileSaveOutlinedFilled.tsx b/src/IconFileSaveOutlinedFilled.tsx index 279810712..9587d1da3 100644 --- a/src/IconFileSaveOutlinedFilled.tsx +++ b/src/IconFileSaveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFileSaveRounded.tsx b/src/IconFileSaveRounded.tsx index dd2dfcc8c..93dcf1f66 100644 --- a/src/IconFileSaveRounded.tsx +++ b/src/IconFileSaveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFileSaveRoundedFilled.tsx b/src/IconFileSaveRoundedFilled.tsx index a02005b4c..1a44946f6 100644 --- a/src/IconFileSaveRoundedFilled.tsx +++ b/src/IconFileSaveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFileSaveSharp.tsx b/src/IconFileSaveSharp.tsx index 3c6b71bfd..63cec8f20 100644 --- a/src/IconFileSaveSharp.tsx +++ b/src/IconFileSaveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFileSaveSharpFilled.tsx b/src/IconFileSaveSharpFilled.tsx index 8f5824807..d9d215abf 100644 --- a/src/IconFileSaveSharpFilled.tsx +++ b/src/IconFileSaveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileSaveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFileUploadOffOutlined.tsx b/src/IconFileUploadOffOutlined.tsx index a93f5d5e9..f9987c030 100644 --- a/src/IconFileUploadOffOutlined.tsx +++ b/src/IconFileUploadOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileUploadOffOutlined: React.FC = ({ ...props diff --git a/src/IconFileUploadOffOutlinedFilled.tsx b/src/IconFileUploadOffOutlinedFilled.tsx index 18e5d821c..f4b424f66 100644 --- a/src/IconFileUploadOffOutlinedFilled.tsx +++ b/src/IconFileUploadOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileUploadOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFileUploadOffRounded.tsx b/src/IconFileUploadOffRounded.tsx index 751b1973a..87c124ed4 100644 --- a/src/IconFileUploadOffRounded.tsx +++ b/src/IconFileUploadOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileUploadOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFileUploadOffRoundedFilled.tsx b/src/IconFileUploadOffRoundedFilled.tsx index 4dc92db21..212636e0c 100644 --- a/src/IconFileUploadOffRoundedFilled.tsx +++ b/src/IconFileUploadOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileUploadOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFileUploadOffSharp.tsx b/src/IconFileUploadOffSharp.tsx index cae0254d3..bb2d02d8a 100644 --- a/src/IconFileUploadOffSharp.tsx +++ b/src/IconFileUploadOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileUploadOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFileUploadOffSharpFilled.tsx b/src/IconFileUploadOffSharpFilled.tsx index 8c1e9c004..d4756d374 100644 --- a/src/IconFileUploadOffSharpFilled.tsx +++ b/src/IconFileUploadOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFileUploadOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilter1Outlined.tsx b/src/IconFilter1Outlined.tsx index f29ff3e63..d01b7b121 100644 --- a/src/IconFilter1Outlined.tsx +++ b/src/IconFilter1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter1OutlinedFilled.tsx b/src/IconFilter1OutlinedFilled.tsx index 2be776820..eaa9850e9 100644 --- a/src/IconFilter1OutlinedFilled.tsx +++ b/src/IconFilter1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilter1Rounded.tsx b/src/IconFilter1Rounded.tsx index e2272c1f1..ce9cbfa15 100644 --- a/src/IconFilter1Rounded.tsx +++ b/src/IconFilter1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter1RoundedFilled.tsx b/src/IconFilter1RoundedFilled.tsx index bf96019a9..15c92d529 100644 --- a/src/IconFilter1RoundedFilled.tsx +++ b/src/IconFilter1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter1RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter1Sharp.tsx b/src/IconFilter1Sharp.tsx index 63d270576..5fae00824 100644 --- a/src/IconFilter1Sharp.tsx +++ b/src/IconFilter1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter1SharpFilled.tsx b/src/IconFilter1SharpFilled.tsx index de3447d21..da83c7a11 100644 --- a/src/IconFilter1SharpFilled.tsx +++ b/src/IconFilter1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter1SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter2Outlined.tsx b/src/IconFilter2Outlined.tsx index 2df4e3f53..696561d9f 100644 --- a/src/IconFilter2Outlined.tsx +++ b/src/IconFilter2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter2OutlinedFilled.tsx b/src/IconFilter2OutlinedFilled.tsx index 15c337486..7da35504c 100644 --- a/src/IconFilter2OutlinedFilled.tsx +++ b/src/IconFilter2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilter2Rounded.tsx b/src/IconFilter2Rounded.tsx index b2795810d..5e3a1c9f6 100644 --- a/src/IconFilter2Rounded.tsx +++ b/src/IconFilter2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter2RoundedFilled.tsx b/src/IconFilter2RoundedFilled.tsx index d5903c8ac..20957b9dd 100644 --- a/src/IconFilter2RoundedFilled.tsx +++ b/src/IconFilter2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter2Sharp.tsx b/src/IconFilter2Sharp.tsx index b7a77b43f..464fb22b0 100644 --- a/src/IconFilter2Sharp.tsx +++ b/src/IconFilter2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter2SharpFilled.tsx b/src/IconFilter2SharpFilled.tsx index b5a292a25..40ef3bc46 100644 --- a/src/IconFilter2SharpFilled.tsx +++ b/src/IconFilter2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter3Outlined.tsx b/src/IconFilter3Outlined.tsx index 35db97ad5..1da4dea5d 100644 --- a/src/IconFilter3Outlined.tsx +++ b/src/IconFilter3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter3OutlinedFilled.tsx b/src/IconFilter3OutlinedFilled.tsx index f06a13383..6541f3e11 100644 --- a/src/IconFilter3OutlinedFilled.tsx +++ b/src/IconFilter3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilter3Rounded.tsx b/src/IconFilter3Rounded.tsx index 82e190e5e..113056b21 100644 --- a/src/IconFilter3Rounded.tsx +++ b/src/IconFilter3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter3RoundedFilled.tsx b/src/IconFilter3RoundedFilled.tsx index a84cef1c1..5e20e60a2 100644 --- a/src/IconFilter3RoundedFilled.tsx +++ b/src/IconFilter3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter3RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter3Sharp.tsx b/src/IconFilter3Sharp.tsx index c2fcab217..c03e21bb8 100644 --- a/src/IconFilter3Sharp.tsx +++ b/src/IconFilter3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter3SharpFilled.tsx b/src/IconFilter3SharpFilled.tsx index a5089e3a0..197f5c376 100644 --- a/src/IconFilter3SharpFilled.tsx +++ b/src/IconFilter3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter4Outlined.tsx b/src/IconFilter4Outlined.tsx index 38640cfa8..c296251e0 100644 --- a/src/IconFilter4Outlined.tsx +++ b/src/IconFilter4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter4OutlinedFilled.tsx b/src/IconFilter4OutlinedFilled.tsx index 81ebb9ff6..e4baf10a1 100644 --- a/src/IconFilter4OutlinedFilled.tsx +++ b/src/IconFilter4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter4OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilter4Rounded.tsx b/src/IconFilter4Rounded.tsx index 6d675394c..45592d3d7 100644 --- a/src/IconFilter4Rounded.tsx +++ b/src/IconFilter4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter4RoundedFilled.tsx b/src/IconFilter4RoundedFilled.tsx index 1d347ae33..3b76a824b 100644 --- a/src/IconFilter4RoundedFilled.tsx +++ b/src/IconFilter4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter4RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter4Sharp.tsx b/src/IconFilter4Sharp.tsx index 9263c83df..754b0bd99 100644 --- a/src/IconFilter4Sharp.tsx +++ b/src/IconFilter4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter4SharpFilled.tsx b/src/IconFilter4SharpFilled.tsx index 4d9ce98b9..7a676b02b 100644 --- a/src/IconFilter4SharpFilled.tsx +++ b/src/IconFilter4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter4SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter5Outlined.tsx b/src/IconFilter5Outlined.tsx index d9e00d1f1..9ed99eeff 100644 --- a/src/IconFilter5Outlined.tsx +++ b/src/IconFilter5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter5OutlinedFilled.tsx b/src/IconFilter5OutlinedFilled.tsx index 3f461fcdc..84146e2c9 100644 --- a/src/IconFilter5OutlinedFilled.tsx +++ b/src/IconFilter5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter5OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilter5Rounded.tsx b/src/IconFilter5Rounded.tsx index 1cd67d1c6..74931e73c 100644 --- a/src/IconFilter5Rounded.tsx +++ b/src/IconFilter5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter5RoundedFilled.tsx b/src/IconFilter5RoundedFilled.tsx index 5e8bd5b87..3ba13157b 100644 --- a/src/IconFilter5RoundedFilled.tsx +++ b/src/IconFilter5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter5RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter5Sharp.tsx b/src/IconFilter5Sharp.tsx index ffbd1350d..d23011091 100644 --- a/src/IconFilter5Sharp.tsx +++ b/src/IconFilter5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter5SharpFilled.tsx b/src/IconFilter5SharpFilled.tsx index 89fc74bd0..16ee34c3d 100644 --- a/src/IconFilter5SharpFilled.tsx +++ b/src/IconFilter5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter5SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter6Outlined.tsx b/src/IconFilter6Outlined.tsx index 9373cdc5d..de06f423c 100644 --- a/src/IconFilter6Outlined.tsx +++ b/src/IconFilter6Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter6Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter6OutlinedFilled.tsx b/src/IconFilter6OutlinedFilled.tsx index d14024dd2..b8dd4c801 100644 --- a/src/IconFilter6OutlinedFilled.tsx +++ b/src/IconFilter6OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter6OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilter6Rounded.tsx b/src/IconFilter6Rounded.tsx index 93c843b60..d43d991d0 100644 --- a/src/IconFilter6Rounded.tsx +++ b/src/IconFilter6Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter6Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter6RoundedFilled.tsx b/src/IconFilter6RoundedFilled.tsx index 268b587a9..03f1721bb 100644 --- a/src/IconFilter6RoundedFilled.tsx +++ b/src/IconFilter6RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter6RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter6Sharp.tsx b/src/IconFilter6Sharp.tsx index e302b945d..900eb93cc 100644 --- a/src/IconFilter6Sharp.tsx +++ b/src/IconFilter6Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter6Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter6SharpFilled.tsx b/src/IconFilter6SharpFilled.tsx index bb380a592..dc2db0fa0 100644 --- a/src/IconFilter6SharpFilled.tsx +++ b/src/IconFilter6SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter6SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter7Outlined.tsx b/src/IconFilter7Outlined.tsx index 6262ec718..11867a099 100644 --- a/src/IconFilter7Outlined.tsx +++ b/src/IconFilter7Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter7Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter7OutlinedFilled.tsx b/src/IconFilter7OutlinedFilled.tsx index fd6285e16..3f40db98a 100644 --- a/src/IconFilter7OutlinedFilled.tsx +++ b/src/IconFilter7OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter7OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilter7Rounded.tsx b/src/IconFilter7Rounded.tsx index 73092c1d0..0ed994599 100644 --- a/src/IconFilter7Rounded.tsx +++ b/src/IconFilter7Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter7Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter7RoundedFilled.tsx b/src/IconFilter7RoundedFilled.tsx index 5e659efe9..00f641295 100644 --- a/src/IconFilter7RoundedFilled.tsx +++ b/src/IconFilter7RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter7RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter7Sharp.tsx b/src/IconFilter7Sharp.tsx index 94bc98d48..ce2e2db23 100644 --- a/src/IconFilter7Sharp.tsx +++ b/src/IconFilter7Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter7Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter7SharpFilled.tsx b/src/IconFilter7SharpFilled.tsx index 025025794..a4f937573 100644 --- a/src/IconFilter7SharpFilled.tsx +++ b/src/IconFilter7SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter7SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter8Outlined.tsx b/src/IconFilter8Outlined.tsx index 9d7c4c317..acde9d622 100644 --- a/src/IconFilter8Outlined.tsx +++ b/src/IconFilter8Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter8Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter8OutlinedFilled.tsx b/src/IconFilter8OutlinedFilled.tsx index d94b835af..e4d30eb3a 100644 --- a/src/IconFilter8OutlinedFilled.tsx +++ b/src/IconFilter8OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter8OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilter8Rounded.tsx b/src/IconFilter8Rounded.tsx index 1451c35b2..48263a3b4 100644 --- a/src/IconFilter8Rounded.tsx +++ b/src/IconFilter8Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter8Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter8RoundedFilled.tsx b/src/IconFilter8RoundedFilled.tsx index 790c3fe5d..64178750d 100644 --- a/src/IconFilter8RoundedFilled.tsx +++ b/src/IconFilter8RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter8RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter8Sharp.tsx b/src/IconFilter8Sharp.tsx index 4f9d713cb..5349b7182 100644 --- a/src/IconFilter8Sharp.tsx +++ b/src/IconFilter8Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter8Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter8SharpFilled.tsx b/src/IconFilter8SharpFilled.tsx index 1082d99cd..2a9fa1eee 100644 --- a/src/IconFilter8SharpFilled.tsx +++ b/src/IconFilter8SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter8SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter9Outlined.tsx b/src/IconFilter9Outlined.tsx index 0a25ca05f..57197a49c 100644 --- a/src/IconFilter9Outlined.tsx +++ b/src/IconFilter9Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter9OutlinedFilled.tsx b/src/IconFilter9OutlinedFilled.tsx index f931e01b4..4449d89c8 100644 --- a/src/IconFilter9OutlinedFilled.tsx +++ b/src/IconFilter9OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilter9PlusOutlined.tsx b/src/IconFilter9PlusOutlined.tsx index e935d6367..cfa4025e1 100644 --- a/src/IconFilter9PlusOutlined.tsx +++ b/src/IconFilter9PlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9PlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter9PlusOutlinedFilled.tsx b/src/IconFilter9PlusOutlinedFilled.tsx index cd33b1a01..cfc6dde79 100644 --- a/src/IconFilter9PlusOutlinedFilled.tsx +++ b/src/IconFilter9PlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9PlusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilter9PlusRounded.tsx b/src/IconFilter9PlusRounded.tsx index 8e48aa726..ffd50d839 100644 --- a/src/IconFilter9PlusRounded.tsx +++ b/src/IconFilter9PlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9PlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter9PlusRoundedFilled.tsx b/src/IconFilter9PlusRoundedFilled.tsx index d0b86a3e4..c7cc0d021 100644 --- a/src/IconFilter9PlusRoundedFilled.tsx +++ b/src/IconFilter9PlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9PlusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilter9PlusSharp.tsx b/src/IconFilter9PlusSharp.tsx index 5389e88dc..b803cbf3c 100644 --- a/src/IconFilter9PlusSharp.tsx +++ b/src/IconFilter9PlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9PlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter9PlusSharpFilled.tsx b/src/IconFilter9PlusSharpFilled.tsx index 6509e3958..e99c1372c 100644 --- a/src/IconFilter9PlusSharpFilled.tsx +++ b/src/IconFilter9PlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9PlusSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilter9Rounded.tsx b/src/IconFilter9Rounded.tsx index 663d49321..22dfd2ad2 100644 --- a/src/IconFilter9Rounded.tsx +++ b/src/IconFilter9Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter9RoundedFilled.tsx b/src/IconFilter9RoundedFilled.tsx index 5949b4573..ac7251504 100644 --- a/src/IconFilter9RoundedFilled.tsx +++ b/src/IconFilter9RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter9Sharp.tsx b/src/IconFilter9Sharp.tsx index a09dd9d8a..fea4a059f 100644 --- a/src/IconFilter9Sharp.tsx +++ b/src/IconFilter9Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilter9SharpFilled.tsx b/src/IconFilter9SharpFilled.tsx index daf3a5700..bb7290571 100644 --- a/src/IconFilter9SharpFilled.tsx +++ b/src/IconFilter9SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilter9SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterAltOffOutlined.tsx b/src/IconFilterAltOffOutlined.tsx index a83f8756e..2abfbcd43 100644 --- a/src/IconFilterAltOffOutlined.tsx +++ b/src/IconFilterAltOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterAltOffOutlinedFilled.tsx b/src/IconFilterAltOffOutlinedFilled.tsx index 9c014c505..6fe31c2e5 100644 --- a/src/IconFilterAltOffOutlinedFilled.tsx +++ b/src/IconFilterAltOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterAltOffRounded.tsx b/src/IconFilterAltOffRounded.tsx index cc95dbfe2..68e9f81ab 100644 --- a/src/IconFilterAltOffRounded.tsx +++ b/src/IconFilterAltOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterAltOffRoundedFilled.tsx b/src/IconFilterAltOffRoundedFilled.tsx index f5bcd067e..7dd1ebd9b 100644 --- a/src/IconFilterAltOffRoundedFilled.tsx +++ b/src/IconFilterAltOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterAltOffSharp.tsx b/src/IconFilterAltOffSharp.tsx index 5cbb41e8b..87581b328 100644 --- a/src/IconFilterAltOffSharp.tsx +++ b/src/IconFilterAltOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterAltOffSharpFilled.tsx b/src/IconFilterAltOffSharpFilled.tsx index 26752d9eb..05647162e 100644 --- a/src/IconFilterAltOffSharpFilled.tsx +++ b/src/IconFilterAltOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilterAltOutlined.tsx b/src/IconFilterAltOutlined.tsx index f70272f84..7a195ca97 100644 --- a/src/IconFilterAltOutlined.tsx +++ b/src/IconFilterAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterAltOutlinedFilled.tsx b/src/IconFilterAltOutlinedFilled.tsx index 1d798eafe..29e576261 100644 --- a/src/IconFilterAltOutlinedFilled.tsx +++ b/src/IconFilterAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterAltRounded.tsx b/src/IconFilterAltRounded.tsx index df620c254..a5ea3ad7a 100644 --- a/src/IconFilterAltRounded.tsx +++ b/src/IconFilterAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterAltRoundedFilled.tsx b/src/IconFilterAltRoundedFilled.tsx index b8667e0d6..99e7a517d 100644 --- a/src/IconFilterAltRoundedFilled.tsx +++ b/src/IconFilterAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterAltSharp.tsx b/src/IconFilterAltSharp.tsx index fd517c28f..917afdd97 100644 --- a/src/IconFilterAltSharp.tsx +++ b/src/IconFilterAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterAltSharpFilled.tsx b/src/IconFilterAltSharpFilled.tsx index 179768bad..21fa5dbeb 100644 --- a/src/IconFilterAltSharpFilled.tsx +++ b/src/IconFilterAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterAltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterArrowRightOutlined.tsx b/src/IconFilterArrowRightOutlined.tsx index eb6765d4b..b9695023b 100644 --- a/src/IconFilterArrowRightOutlined.tsx +++ b/src/IconFilterArrowRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterArrowRightOutlined: React.FC = ({ ...props diff --git a/src/IconFilterArrowRightOutlinedFilled.tsx b/src/IconFilterArrowRightOutlinedFilled.tsx index e4e2a2145..1080d54ac 100644 --- a/src/IconFilterArrowRightOutlinedFilled.tsx +++ b/src/IconFilterArrowRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterArrowRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterArrowRightRounded.tsx b/src/IconFilterArrowRightRounded.tsx index 8061dcfcf..cce2d469d 100644 --- a/src/IconFilterArrowRightRounded.tsx +++ b/src/IconFilterArrowRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterArrowRightRounded: React.FC = ({ ...props diff --git a/src/IconFilterArrowRightRoundedFilled.tsx b/src/IconFilterArrowRightRoundedFilled.tsx index 345df007a..28a98c964 100644 --- a/src/IconFilterArrowRightRoundedFilled.tsx +++ b/src/IconFilterArrowRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterArrowRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterArrowRightSharp.tsx b/src/IconFilterArrowRightSharp.tsx index e51c4f0e6..fc2dcf5ae 100644 --- a/src/IconFilterArrowRightSharp.tsx +++ b/src/IconFilterArrowRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterArrowRightSharp: React.FC = ({ ...props diff --git a/src/IconFilterArrowRightSharpFilled.tsx b/src/IconFilterArrowRightSharpFilled.tsx index e05b37f7b..22cfe97b8 100644 --- a/src/IconFilterArrowRightSharpFilled.tsx +++ b/src/IconFilterArrowRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterArrowRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilterBAndWOutlined.tsx b/src/IconFilterBAndWOutlined.tsx index 2936b7080..e8ec56880 100644 --- a/src/IconFilterBAndWOutlined.tsx +++ b/src/IconFilterBAndWOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterBAndWOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterBAndWOutlinedFilled.tsx b/src/IconFilterBAndWOutlinedFilled.tsx index 780a42287..bd6e21b5c 100644 --- a/src/IconFilterBAndWOutlinedFilled.tsx +++ b/src/IconFilterBAndWOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterBAndWOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterBAndWRounded.tsx b/src/IconFilterBAndWRounded.tsx index c63894df6..b0daaba99 100644 --- a/src/IconFilterBAndWRounded.tsx +++ b/src/IconFilterBAndWRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterBAndWRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterBAndWRoundedFilled.tsx b/src/IconFilterBAndWRoundedFilled.tsx index c935944db..4829e993b 100644 --- a/src/IconFilterBAndWRoundedFilled.tsx +++ b/src/IconFilterBAndWRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterBAndWRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterBAndWSharp.tsx b/src/IconFilterBAndWSharp.tsx index 6a9907f87..995d2b63c 100644 --- a/src/IconFilterBAndWSharp.tsx +++ b/src/IconFilterBAndWSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterBAndWSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterBAndWSharpFilled.tsx b/src/IconFilterBAndWSharpFilled.tsx index 259df5461..ed5cb58e8 100644 --- a/src/IconFilterBAndWSharpFilled.tsx +++ b/src/IconFilterBAndWSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterBAndWSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilterCenterFocusOutlined.tsx b/src/IconFilterCenterFocusOutlined.tsx index c3d9a6757..982a119f1 100644 --- a/src/IconFilterCenterFocusOutlined.tsx +++ b/src/IconFilterCenterFocusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterCenterFocusOutlined: React.FC = ({ ...props diff --git a/src/IconFilterCenterFocusOutlinedFilled.tsx b/src/IconFilterCenterFocusOutlinedFilled.tsx index 7df2f2006..27f53ddb5 100644 --- a/src/IconFilterCenterFocusOutlinedFilled.tsx +++ b/src/IconFilterCenterFocusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterCenterFocusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterCenterFocusRounded.tsx b/src/IconFilterCenterFocusRounded.tsx index c2870fff2..24f3da925 100644 --- a/src/IconFilterCenterFocusRounded.tsx +++ b/src/IconFilterCenterFocusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterCenterFocusRounded: React.FC = ({ ...props diff --git a/src/IconFilterCenterFocusRoundedFilled.tsx b/src/IconFilterCenterFocusRoundedFilled.tsx index 551661294..aadad8298 100644 --- a/src/IconFilterCenterFocusRoundedFilled.tsx +++ b/src/IconFilterCenterFocusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterCenterFocusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterCenterFocusSharp.tsx b/src/IconFilterCenterFocusSharp.tsx index 7959cac76..11b3370ba 100644 --- a/src/IconFilterCenterFocusSharp.tsx +++ b/src/IconFilterCenterFocusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterCenterFocusSharp: React.FC = ({ ...props diff --git a/src/IconFilterCenterFocusSharpFilled.tsx b/src/IconFilterCenterFocusSharpFilled.tsx index 427737c61..ce8f3731f 100644 --- a/src/IconFilterCenterFocusSharpFilled.tsx +++ b/src/IconFilterCenterFocusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterCenterFocusSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilterDramaOutlined.tsx b/src/IconFilterDramaOutlined.tsx index 810f60e4d..dfa002c91 100644 --- a/src/IconFilterDramaOutlined.tsx +++ b/src/IconFilterDramaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterDramaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterDramaOutlinedFilled.tsx b/src/IconFilterDramaOutlinedFilled.tsx index 930501e66..b0a904d2d 100644 --- a/src/IconFilterDramaOutlinedFilled.tsx +++ b/src/IconFilterDramaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterDramaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterDramaRounded.tsx b/src/IconFilterDramaRounded.tsx index da1d784d8..e2d937e6e 100644 --- a/src/IconFilterDramaRounded.tsx +++ b/src/IconFilterDramaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterDramaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterDramaRoundedFilled.tsx b/src/IconFilterDramaRoundedFilled.tsx index d3e149668..d6f8318fa 100644 --- a/src/IconFilterDramaRoundedFilled.tsx +++ b/src/IconFilterDramaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterDramaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterDramaSharp.tsx b/src/IconFilterDramaSharp.tsx index 15ca51d09..3a5297b96 100644 --- a/src/IconFilterDramaSharp.tsx +++ b/src/IconFilterDramaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterDramaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterDramaSharpFilled.tsx b/src/IconFilterDramaSharpFilled.tsx index 86535023d..33df31b95 100644 --- a/src/IconFilterDramaSharpFilled.tsx +++ b/src/IconFilterDramaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterDramaSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilterFramesOutlined.tsx b/src/IconFilterFramesOutlined.tsx index ca6a4929b..7ef2bfa36 100644 --- a/src/IconFilterFramesOutlined.tsx +++ b/src/IconFilterFramesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterFramesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterFramesOutlinedFilled.tsx b/src/IconFilterFramesOutlinedFilled.tsx index 30fb34502..de56eb780 100644 --- a/src/IconFilterFramesOutlinedFilled.tsx +++ b/src/IconFilterFramesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterFramesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterFramesRounded.tsx b/src/IconFilterFramesRounded.tsx index 02ce8194d..736715c98 100644 --- a/src/IconFilterFramesRounded.tsx +++ b/src/IconFilterFramesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterFramesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterFramesRoundedFilled.tsx b/src/IconFilterFramesRoundedFilled.tsx index 019a04c17..464f15302 100644 --- a/src/IconFilterFramesRoundedFilled.tsx +++ b/src/IconFilterFramesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterFramesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterFramesSharp.tsx b/src/IconFilterFramesSharp.tsx index 72e9de64d..46e2d4b3f 100644 --- a/src/IconFilterFramesSharp.tsx +++ b/src/IconFilterFramesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterFramesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterFramesSharpFilled.tsx b/src/IconFilterFramesSharpFilled.tsx index 3a0830e5b..2ea764ac5 100644 --- a/src/IconFilterFramesSharpFilled.tsx +++ b/src/IconFilterFramesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterFramesSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilterHdrOutlined.tsx b/src/IconFilterHdrOutlined.tsx deleted file mode 100644 index 4ee7df29b..000000000 --- a/src/IconFilterHdrOutlined.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -export const IconFilterHdrOutlined: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) diff --git a/src/IconFilterHdrOutlinedFilled.tsx b/src/IconFilterHdrOutlinedFilled.tsx index 5ccb4a959..ea2ca22c4 100644 --- a/src/IconFilterHdrOutlinedFilled.tsx +++ b/src/IconFilterHdrOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterHdrOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterHdrRounded.tsx b/src/IconFilterHdrRounded.tsx index 023469c3d..a3eea44b5 100644 --- a/src/IconFilterHdrRounded.tsx +++ b/src/IconFilterHdrRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterHdrRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterHdrRoundedFilled.tsx b/src/IconFilterHdrRoundedFilled.tsx index 28e67fd2c..f552add49 100644 --- a/src/IconFilterHdrRoundedFilled.tsx +++ b/src/IconFilterHdrRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterHdrRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterHdrSharp.tsx b/src/IconFilterHdrSharp.tsx index d79b3285e..1ca93bc9f 100644 --- a/src/IconFilterHdrSharp.tsx +++ b/src/IconFilterHdrSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterHdrSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterHdrSharpFilled.tsx b/src/IconFilterHdrSharpFilled.tsx index 927212c64..193e02146 100644 --- a/src/IconFilterHdrSharpFilled.tsx +++ b/src/IconFilterHdrSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterHdrSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterListOffOutlined.tsx b/src/IconFilterListOffOutlined.tsx index 862fdc3e2..16a7d3837 100644 --- a/src/IconFilterListOffOutlined.tsx +++ b/src/IconFilterListOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListOffOutlined: React.FC = ({ ...props diff --git a/src/IconFilterListOffOutlinedFilled.tsx b/src/IconFilterListOffOutlinedFilled.tsx index c9961d294..e98dd279a 100644 --- a/src/IconFilterListOffOutlinedFilled.tsx +++ b/src/IconFilterListOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterListOffRounded.tsx b/src/IconFilterListOffRounded.tsx index 8378f2a4c..f546ff80b 100644 --- a/src/IconFilterListOffRounded.tsx +++ b/src/IconFilterListOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterListOffRoundedFilled.tsx b/src/IconFilterListOffRoundedFilled.tsx index 0d085b0d2..1357d9bb7 100644 --- a/src/IconFilterListOffRoundedFilled.tsx +++ b/src/IconFilterListOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterListOffSharp.tsx b/src/IconFilterListOffSharp.tsx index d195f9c16..0d2e4ec35 100644 --- a/src/IconFilterListOffSharp.tsx +++ b/src/IconFilterListOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterListOffSharpFilled.tsx b/src/IconFilterListOffSharpFilled.tsx index 8cd076167..7c7644bd0 100644 --- a/src/IconFilterListOffSharpFilled.tsx +++ b/src/IconFilterListOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilterListOutlined.tsx b/src/IconFilterListOutlined.tsx index 4037f1914..5bb5efd72 100644 --- a/src/IconFilterListOutlined.tsx +++ b/src/IconFilterListOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterListOutlinedFilled.tsx b/src/IconFilterListOutlinedFilled.tsx index 8e717bc80..85a154c9b 100644 --- a/src/IconFilterListOutlinedFilled.tsx +++ b/src/IconFilterListOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterListRounded.tsx b/src/IconFilterListRounded.tsx index b59049523..e1a7978af 100644 --- a/src/IconFilterListRounded.tsx +++ b/src/IconFilterListRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterListRoundedFilled.tsx b/src/IconFilterListRoundedFilled.tsx index 66776bf3e..1d9f30a1e 100644 --- a/src/IconFilterListRoundedFilled.tsx +++ b/src/IconFilterListRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterListSharp.tsx b/src/IconFilterListSharp.tsx index 3b4debc73..691374ee8 100644 --- a/src/IconFilterListSharp.tsx +++ b/src/IconFilterListSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterListSharpFilled.tsx b/src/IconFilterListSharpFilled.tsx index 2276d7c5c..5fcb08177 100644 --- a/src/IconFilterListSharpFilled.tsx +++ b/src/IconFilterListSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterListSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilterNoneOutlined.tsx b/src/IconFilterNoneOutlined.tsx index 0d6655f30..d7c87551a 100644 --- a/src/IconFilterNoneOutlined.tsx +++ b/src/IconFilterNoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterNoneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterNoneOutlinedFilled.tsx b/src/IconFilterNoneOutlinedFilled.tsx index aef66ab81..6e42f3b66 100644 --- a/src/IconFilterNoneOutlinedFilled.tsx +++ b/src/IconFilterNoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterNoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterNoneRounded.tsx b/src/IconFilterNoneRounded.tsx index 58207661a..90c4c22f7 100644 --- a/src/IconFilterNoneRounded.tsx +++ b/src/IconFilterNoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterNoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterNoneRoundedFilled.tsx b/src/IconFilterNoneRoundedFilled.tsx index 52df79590..4ae12c94d 100644 --- a/src/IconFilterNoneRoundedFilled.tsx +++ b/src/IconFilterNoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterNoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterNoneSharp.tsx b/src/IconFilterNoneSharp.tsx index 5aef53994..a02bea13b 100644 --- a/src/IconFilterNoneSharp.tsx +++ b/src/IconFilterNoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterNoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterNoneSharpFilled.tsx b/src/IconFilterNoneSharpFilled.tsx index d81d9b668..d71fc6f46 100644 --- a/src/IconFilterNoneSharpFilled.tsx +++ b/src/IconFilterNoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterNoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilterOutlined.tsx b/src/IconFilterOutlined.tsx index 2cacd7275..11758f41c 100644 --- a/src/IconFilterOutlined.tsx +++ b/src/IconFilterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterOutlinedFilled.tsx b/src/IconFilterOutlinedFilled.tsx index 321021e93..e8e894fa3 100644 --- a/src/IconFilterOutlinedFilled.tsx +++ b/src/IconFilterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterRetroluxOutlined.tsx b/src/IconFilterRetroluxOutlined.tsx index 1cb82a779..093801664 100644 --- a/src/IconFilterRetroluxOutlined.tsx +++ b/src/IconFilterRetroluxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterRetroluxOutlined: React.FC = ({ ...props diff --git a/src/IconFilterRetroluxOutlinedFilled.tsx b/src/IconFilterRetroluxOutlinedFilled.tsx index 31fdb5910..4eb64d83b 100644 --- a/src/IconFilterRetroluxOutlinedFilled.tsx +++ b/src/IconFilterRetroluxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterRetroluxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterRetroluxRounded.tsx b/src/IconFilterRetroluxRounded.tsx index ec2dd9e9e..88fdbf8dd 100644 --- a/src/IconFilterRetroluxRounded.tsx +++ b/src/IconFilterRetroluxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterRetroluxRounded: React.FC = ({ ...props diff --git a/src/IconFilterRetroluxRoundedFilled.tsx b/src/IconFilterRetroluxRoundedFilled.tsx index b735ae16f..7c7f2b53c 100644 --- a/src/IconFilterRetroluxRoundedFilled.tsx +++ b/src/IconFilterRetroluxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterRetroluxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterRetroluxSharp.tsx b/src/IconFilterRetroluxSharp.tsx index 3090b67be..3b85cff67 100644 --- a/src/IconFilterRetroluxSharp.tsx +++ b/src/IconFilterRetroluxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterRetroluxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterRetroluxSharpFilled.tsx b/src/IconFilterRetroluxSharpFilled.tsx index 9aebda426..a12d37016 100644 --- a/src/IconFilterRetroluxSharpFilled.tsx +++ b/src/IconFilterRetroluxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterRetroluxSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilterRounded.tsx b/src/IconFilterRounded.tsx index e3cb8d10f..96095bf6f 100644 --- a/src/IconFilterRounded.tsx +++ b/src/IconFilterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterRoundedFilled.tsx b/src/IconFilterRoundedFilled.tsx index 751abd552..ad3b9e63b 100644 --- a/src/IconFilterRoundedFilled.tsx +++ b/src/IconFilterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterSharp.tsx b/src/IconFilterSharp.tsx index 492ee7202..e2da2fcc5 100644 --- a/src/IconFilterSharp.tsx +++ b/src/IconFilterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterSharpFilled.tsx b/src/IconFilterSharpFilled.tsx index a4cd84daf..9b05ead21 100644 --- a/src/IconFilterSharpFilled.tsx +++ b/src/IconFilterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterTiltShiftOutlined.tsx b/src/IconFilterTiltShiftOutlined.tsx index 953a92365..2ec9b5b8f 100644 --- a/src/IconFilterTiltShiftOutlined.tsx +++ b/src/IconFilterTiltShiftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterTiltShiftOutlined: React.FC = ({ ...props diff --git a/src/IconFilterTiltShiftOutlinedFilled.tsx b/src/IconFilterTiltShiftOutlinedFilled.tsx index 6080b2d4c..48d0259e6 100644 --- a/src/IconFilterTiltShiftOutlinedFilled.tsx +++ b/src/IconFilterTiltShiftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterTiltShiftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterTiltShiftRounded.tsx b/src/IconFilterTiltShiftRounded.tsx index 213d58998..d9dd160c7 100644 --- a/src/IconFilterTiltShiftRounded.tsx +++ b/src/IconFilterTiltShiftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterTiltShiftRounded: React.FC = ({ ...props diff --git a/src/IconFilterTiltShiftRoundedFilled.tsx b/src/IconFilterTiltShiftRoundedFilled.tsx index b9d60d5a8..c5fc56098 100644 --- a/src/IconFilterTiltShiftRoundedFilled.tsx +++ b/src/IconFilterTiltShiftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterTiltShiftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterTiltShiftSharp.tsx b/src/IconFilterTiltShiftSharp.tsx index 1a3b2c4f5..3dffbac36 100644 --- a/src/IconFilterTiltShiftSharp.tsx +++ b/src/IconFilterTiltShiftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterTiltShiftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterTiltShiftSharpFilled.tsx b/src/IconFilterTiltShiftSharpFilled.tsx index 11dda1ef8..34d1f78cd 100644 --- a/src/IconFilterTiltShiftSharpFilled.tsx +++ b/src/IconFilterTiltShiftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterTiltShiftSharpFilled: React.FC = ({ ...props diff --git a/src/IconFilterVintageOutlined.tsx b/src/IconFilterVintageOutlined.tsx index 39d114355..6d57e7140 100644 --- a/src/IconFilterVintageOutlined.tsx +++ b/src/IconFilterVintageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterVintageOutlined: React.FC = ({ ...props diff --git a/src/IconFilterVintageOutlinedFilled.tsx b/src/IconFilterVintageOutlinedFilled.tsx index 750d6b488..066a5ac5b 100644 --- a/src/IconFilterVintageOutlinedFilled.tsx +++ b/src/IconFilterVintageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterVintageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFilterVintageRounded.tsx b/src/IconFilterVintageRounded.tsx index 54a6351fd..b2272a689 100644 --- a/src/IconFilterVintageRounded.tsx +++ b/src/IconFilterVintageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterVintageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterVintageRoundedFilled.tsx b/src/IconFilterVintageRoundedFilled.tsx index d12eefabd..3a80e7106 100644 --- a/src/IconFilterVintageRoundedFilled.tsx +++ b/src/IconFilterVintageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterVintageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFilterVintageSharp.tsx b/src/IconFilterVintageSharp.tsx index 35a187d18..6d5608c9c 100644 --- a/src/IconFilterVintageSharp.tsx +++ b/src/IconFilterVintageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterVintageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFilterVintageSharpFilled.tsx b/src/IconFilterVintageSharpFilled.tsx index 708cb71fb..7295ec5fa 100644 --- a/src/IconFilterVintageSharpFilled.tsx +++ b/src/IconFilterVintageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFilterVintageSharpFilled: React.FC = ({ ...props diff --git a/src/IconFinanceChipOutlined.tsx b/src/IconFinanceChipOutlined.tsx index 1e85c0d47..2d35d1b84 100644 --- a/src/IconFinanceChipOutlined.tsx +++ b/src/IconFinanceChipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceChipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFinanceChipOutlinedFilled.tsx b/src/IconFinanceChipOutlinedFilled.tsx index 5dd5c6134..c4ddcb68a 100644 --- a/src/IconFinanceChipOutlinedFilled.tsx +++ b/src/IconFinanceChipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceChipOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFinanceChipRounded.tsx b/src/IconFinanceChipRounded.tsx index 3b80de3bb..bc0835846 100644 --- a/src/IconFinanceChipRounded.tsx +++ b/src/IconFinanceChipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceChipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFinanceChipRoundedFilled.tsx b/src/IconFinanceChipRoundedFilled.tsx index 96c77e0ed..9887d4e2a 100644 --- a/src/IconFinanceChipRoundedFilled.tsx +++ b/src/IconFinanceChipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceChipRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFinanceChipSharp.tsx b/src/IconFinanceChipSharp.tsx index 4ec4aaecb..54d4b893a 100644 --- a/src/IconFinanceChipSharp.tsx +++ b/src/IconFinanceChipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceChipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFinanceChipSharpFilled.tsx b/src/IconFinanceChipSharpFilled.tsx index c93cd9e91..a4001e73b 100644 --- a/src/IconFinanceChipSharpFilled.tsx +++ b/src/IconFinanceChipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceChipSharpFilled: React.FC = ({ ...props diff --git a/src/IconFinanceModeOutlined.tsx b/src/IconFinanceModeOutlined.tsx index 6bdcbe048..1572ae87f 100644 --- a/src/IconFinanceModeOutlined.tsx +++ b/src/IconFinanceModeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceModeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFinanceModeOutlinedFilled.tsx b/src/IconFinanceModeOutlinedFilled.tsx index c060b89f1..ccdc343ab 100644 --- a/src/IconFinanceModeOutlinedFilled.tsx +++ b/src/IconFinanceModeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceModeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFinanceModeRounded.tsx b/src/IconFinanceModeRounded.tsx index 018bbaa54..b41a8ae3c 100644 --- a/src/IconFinanceModeRounded.tsx +++ b/src/IconFinanceModeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceModeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFinanceModeRoundedFilled.tsx b/src/IconFinanceModeRoundedFilled.tsx index c842b627c..eb70bda3e 100644 --- a/src/IconFinanceModeRoundedFilled.tsx +++ b/src/IconFinanceModeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceModeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFinanceModeSharp.tsx b/src/IconFinanceModeSharp.tsx index b5008567c..2e4d65bf5 100644 --- a/src/IconFinanceModeSharp.tsx +++ b/src/IconFinanceModeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceModeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFinanceModeSharpFilled.tsx b/src/IconFinanceModeSharpFilled.tsx index cbb93e6e7..015115cc4 100644 --- a/src/IconFinanceModeSharpFilled.tsx +++ b/src/IconFinanceModeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceModeSharpFilled: React.FC = ({ ...props diff --git a/src/IconFinanceOutlined.tsx b/src/IconFinanceOutlined.tsx index 39d2cd256..d972e4202 100644 --- a/src/IconFinanceOutlined.tsx +++ b/src/IconFinanceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFinanceOutlinedFilled.tsx b/src/IconFinanceOutlinedFilled.tsx index 3b2bcd355..4bd5fe735 100644 --- a/src/IconFinanceOutlinedFilled.tsx +++ b/src/IconFinanceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFinanceRounded.tsx b/src/IconFinanceRounded.tsx index db888411e..a2fecfb6c 100644 --- a/src/IconFinanceRounded.tsx +++ b/src/IconFinanceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFinanceRoundedFilled.tsx b/src/IconFinanceRoundedFilled.tsx index 16d876caf..3b59b7002 100644 --- a/src/IconFinanceRoundedFilled.tsx +++ b/src/IconFinanceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFinanceSharp.tsx b/src/IconFinanceSharp.tsx index a7f5290d7..b4f003df7 100644 --- a/src/IconFinanceSharp.tsx +++ b/src/IconFinanceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFinanceSharpFilled.tsx b/src/IconFinanceSharpFilled.tsx index a593230b0..cab42f346 100644 --- a/src/IconFinanceSharpFilled.tsx +++ b/src/IconFinanceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFinanceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFindInPageOutlined.tsx b/src/IconFindInPageOutlined.tsx index 32d48760d..67acc821b 100644 --- a/src/IconFindInPageOutlined.tsx +++ b/src/IconFindInPageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindInPageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFindInPageOutlinedFilled.tsx b/src/IconFindInPageOutlinedFilled.tsx index 7b8443811..e65f92440 100644 --- a/src/IconFindInPageOutlinedFilled.tsx +++ b/src/IconFindInPageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindInPageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFindInPageRounded.tsx b/src/IconFindInPageRounded.tsx index 2accfac36..54e896c63 100644 --- a/src/IconFindInPageRounded.tsx +++ b/src/IconFindInPageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindInPageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFindInPageRoundedFilled.tsx b/src/IconFindInPageRoundedFilled.tsx index 69966c722..bdad2270d 100644 --- a/src/IconFindInPageRoundedFilled.tsx +++ b/src/IconFindInPageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindInPageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFindInPageSharp.tsx b/src/IconFindInPageSharp.tsx index 91d0b90a8..517eed528 100644 --- a/src/IconFindInPageSharp.tsx +++ b/src/IconFindInPageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindInPageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFindInPageSharpFilled.tsx b/src/IconFindInPageSharpFilled.tsx index e74c03706..61d8d638a 100644 --- a/src/IconFindInPageSharpFilled.tsx +++ b/src/IconFindInPageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindInPageSharpFilled: React.FC = ({ ...props diff --git a/src/IconFindReplaceOutlined.tsx b/src/IconFindReplaceOutlined.tsx index 890291b6a..097d62257 100644 --- a/src/IconFindReplaceOutlined.tsx +++ b/src/IconFindReplaceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindReplaceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFindReplaceOutlinedFilled.tsx b/src/IconFindReplaceOutlinedFilled.tsx index c5092c9a8..6735effa1 100644 --- a/src/IconFindReplaceOutlinedFilled.tsx +++ b/src/IconFindReplaceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindReplaceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFindReplaceRounded.tsx b/src/IconFindReplaceRounded.tsx index 5cdaf5f48..29bb547b9 100644 --- a/src/IconFindReplaceRounded.tsx +++ b/src/IconFindReplaceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindReplaceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFindReplaceRoundedFilled.tsx b/src/IconFindReplaceRoundedFilled.tsx index e47984e18..29dc56e4d 100644 --- a/src/IconFindReplaceRoundedFilled.tsx +++ b/src/IconFindReplaceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindReplaceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFindReplaceSharp.tsx b/src/IconFindReplaceSharp.tsx index 35bf47290..85d41db8b 100644 --- a/src/IconFindReplaceSharp.tsx +++ b/src/IconFindReplaceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindReplaceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFindReplaceSharpFilled.tsx b/src/IconFindReplaceSharpFilled.tsx index 3bf798ee4..229ef140f 100644 --- a/src/IconFindReplaceSharpFilled.tsx +++ b/src/IconFindReplaceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFindReplaceSharpFilled: React.FC = ({ ...props diff --git a/src/IconFingerprintOffOutlined.tsx b/src/IconFingerprintOffOutlined.tsx index f069a6147..616dedade 100644 --- a/src/IconFingerprintOffOutlined.tsx +++ b/src/IconFingerprintOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintOffOutlined: React.FC = ({ ...props diff --git a/src/IconFingerprintOffOutlinedFilled.tsx b/src/IconFingerprintOffOutlinedFilled.tsx index 122b99059..215cc6b9f 100644 --- a/src/IconFingerprintOffOutlinedFilled.tsx +++ b/src/IconFingerprintOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFingerprintOffRounded.tsx b/src/IconFingerprintOffRounded.tsx index f8c3fe3ca..8f3bc9b74 100644 --- a/src/IconFingerprintOffRounded.tsx +++ b/src/IconFingerprintOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintOffRounded: React.FC = ({ ...props diff --git a/src/IconFingerprintOffRoundedFilled.tsx b/src/IconFingerprintOffRoundedFilled.tsx index d036d47d0..d59211571 100644 --- a/src/IconFingerprintOffRoundedFilled.tsx +++ b/src/IconFingerprintOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFingerprintOffSharp.tsx b/src/IconFingerprintOffSharp.tsx index 8bc6aab8f..c9b7d528d 100644 --- a/src/IconFingerprintOffSharp.tsx +++ b/src/IconFingerprintOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFingerprintOffSharpFilled.tsx b/src/IconFingerprintOffSharpFilled.tsx index ae2bc5923..f615cfd66 100644 --- a/src/IconFingerprintOffSharpFilled.tsx +++ b/src/IconFingerprintOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFingerprintOutlined.tsx b/src/IconFingerprintOutlined.tsx index cd73cdbba..82e099090 100644 --- a/src/IconFingerprintOutlined.tsx +++ b/src/IconFingerprintOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFingerprintOutlinedFilled.tsx b/src/IconFingerprintOutlinedFilled.tsx index eb2481b7a..7aa16532b 100644 --- a/src/IconFingerprintOutlinedFilled.tsx +++ b/src/IconFingerprintOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFingerprintRounded.tsx b/src/IconFingerprintRounded.tsx index 405ed5845..dc71a5e9e 100644 --- a/src/IconFingerprintRounded.tsx +++ b/src/IconFingerprintRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFingerprintRoundedFilled.tsx b/src/IconFingerprintRoundedFilled.tsx index 2c607bd6b..9383a2736 100644 --- a/src/IconFingerprintRoundedFilled.tsx +++ b/src/IconFingerprintRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFingerprintSharp.tsx b/src/IconFingerprintSharp.tsx index 113dec8c8..d13efecd5 100644 --- a/src/IconFingerprintSharp.tsx +++ b/src/IconFingerprintSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFingerprintSharpFilled.tsx b/src/IconFingerprintSharpFilled.tsx index 0151cab8f..28744f1bc 100644 --- a/src/IconFingerprintSharpFilled.tsx +++ b/src/IconFingerprintSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFingerprintSharpFilled: React.FC = ({ ...props diff --git a/src/IconFireExtinguisherOutlined.tsx b/src/IconFireExtinguisherOutlined.tsx index 4c19762d8..02ada4aab 100644 --- a/src/IconFireExtinguisherOutlined.tsx +++ b/src/IconFireExtinguisherOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireExtinguisherOutlined: React.FC = ({ ...props diff --git a/src/IconFireExtinguisherOutlinedFilled.tsx b/src/IconFireExtinguisherOutlinedFilled.tsx index c23492f6c..2878ee97b 100644 --- a/src/IconFireExtinguisherOutlinedFilled.tsx +++ b/src/IconFireExtinguisherOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireExtinguisherOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFireExtinguisherRounded.tsx b/src/IconFireExtinguisherRounded.tsx index 89cef49e1..9b6835c73 100644 --- a/src/IconFireExtinguisherRounded.tsx +++ b/src/IconFireExtinguisherRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireExtinguisherRounded: React.FC = ({ ...props diff --git a/src/IconFireExtinguisherRoundedFilled.tsx b/src/IconFireExtinguisherRoundedFilled.tsx index c8b880184..551cc405f 100644 --- a/src/IconFireExtinguisherRoundedFilled.tsx +++ b/src/IconFireExtinguisherRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireExtinguisherRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFireExtinguisherSharp.tsx b/src/IconFireExtinguisherSharp.tsx index 819a673fa..86fe81445 100644 --- a/src/IconFireExtinguisherSharp.tsx +++ b/src/IconFireExtinguisherSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireExtinguisherSharp: React.FC = ({ ...props diff --git a/src/IconFireExtinguisherSharpFilled.tsx b/src/IconFireExtinguisherSharpFilled.tsx index 8bfbd84ba..40fd6e4c3 100644 --- a/src/IconFireExtinguisherSharpFilled.tsx +++ b/src/IconFireExtinguisherSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireExtinguisherSharpFilled: React.FC = ({ ...props diff --git a/src/IconFireHydrantOutlined.tsx b/src/IconFireHydrantOutlined.tsx index 1250dc02f..1f2fcc81d 100644 --- a/src/IconFireHydrantOutlined.tsx +++ b/src/IconFireHydrantOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireHydrantOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFireHydrantOutlinedFilled.tsx b/src/IconFireHydrantOutlinedFilled.tsx index 4a32967f9..3effd8230 100644 --- a/src/IconFireHydrantOutlinedFilled.tsx +++ b/src/IconFireHydrantOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireHydrantOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFireHydrantRounded.tsx b/src/IconFireHydrantRounded.tsx index f3a6d4c06..e42784a9d 100644 --- a/src/IconFireHydrantRounded.tsx +++ b/src/IconFireHydrantRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireHydrantRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFireHydrantRoundedFilled.tsx b/src/IconFireHydrantRoundedFilled.tsx index 5958d2ccb..b65ed9858 100644 --- a/src/IconFireHydrantRoundedFilled.tsx +++ b/src/IconFireHydrantRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireHydrantRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFireHydrantSharp.tsx b/src/IconFireHydrantSharp.tsx index 9df910902..9d5e083a5 100644 --- a/src/IconFireHydrantSharp.tsx +++ b/src/IconFireHydrantSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireHydrantSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFireHydrantSharpFilled.tsx b/src/IconFireHydrantSharpFilled.tsx index 4bfa8416a..24f98b1f3 100644 --- a/src/IconFireHydrantSharpFilled.tsx +++ b/src/IconFireHydrantSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireHydrantSharpFilled: React.FC = ({ ...props diff --git a/src/IconFireTruckOutlined.tsx b/src/IconFireTruckOutlined.tsx index 91da7903c..dcae063ad 100644 --- a/src/IconFireTruckOutlined.tsx +++ b/src/IconFireTruckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireTruckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFireTruckOutlinedFilled.tsx b/src/IconFireTruckOutlinedFilled.tsx index 115a75c67..173d17fe3 100644 --- a/src/IconFireTruckOutlinedFilled.tsx +++ b/src/IconFireTruckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireTruckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFireTruckRounded.tsx b/src/IconFireTruckRounded.tsx index 80076baa3..1c00cc5a9 100644 --- a/src/IconFireTruckRounded.tsx +++ b/src/IconFireTruckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireTruckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFireTruckRoundedFilled.tsx b/src/IconFireTruckRoundedFilled.tsx index 3138224db..6b5d142d9 100644 --- a/src/IconFireTruckRoundedFilled.tsx +++ b/src/IconFireTruckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireTruckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFireTruckSharp.tsx b/src/IconFireTruckSharp.tsx index dbf7d15b8..3990991c6 100644 --- a/src/IconFireTruckSharp.tsx +++ b/src/IconFireTruckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireTruckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFireTruckSharpFilled.tsx b/src/IconFireTruckSharpFilled.tsx index 8068dfe7a..758c07451 100644 --- a/src/IconFireTruckSharpFilled.tsx +++ b/src/IconFireTruckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireTruckSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFireplaceOutlined.tsx b/src/IconFireplaceOutlined.tsx index c6d94e87b..37925c860 100644 --- a/src/IconFireplaceOutlined.tsx +++ b/src/IconFireplaceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireplaceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFireplaceOutlinedFilled.tsx b/src/IconFireplaceOutlinedFilled.tsx index 6605fbb95..4ef095ef5 100644 --- a/src/IconFireplaceOutlinedFilled.tsx +++ b/src/IconFireplaceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireplaceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFireplaceRounded.tsx b/src/IconFireplaceRounded.tsx index 5136c70c7..31e8baa64 100644 --- a/src/IconFireplaceRounded.tsx +++ b/src/IconFireplaceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireplaceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFireplaceRoundedFilled.tsx b/src/IconFireplaceRoundedFilled.tsx index 72ed3f76e..b1355936f 100644 --- a/src/IconFireplaceRoundedFilled.tsx +++ b/src/IconFireplaceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireplaceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFireplaceSharp.tsx b/src/IconFireplaceSharp.tsx index 95fd0b4af..816378382 100644 --- a/src/IconFireplaceSharp.tsx +++ b/src/IconFireplaceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireplaceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFireplaceSharpFilled.tsx b/src/IconFireplaceSharpFilled.tsx index 934c17f32..f6657d2ea 100644 --- a/src/IconFireplaceSharpFilled.tsx +++ b/src/IconFireplaceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFireplaceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFirstPageOutlined.tsx b/src/IconFirstPageOutlined.tsx index 8c8d13827..5999bb55f 100644 --- a/src/IconFirstPageOutlined.tsx +++ b/src/IconFirstPageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFirstPageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFirstPageOutlinedFilled.tsx b/src/IconFirstPageOutlinedFilled.tsx index c52984863..fc602ed89 100644 --- a/src/IconFirstPageOutlinedFilled.tsx +++ b/src/IconFirstPageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFirstPageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFirstPageRounded.tsx b/src/IconFirstPageRounded.tsx index 2a2a1f25c..558a4250f 100644 --- a/src/IconFirstPageRounded.tsx +++ b/src/IconFirstPageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFirstPageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFirstPageRoundedFilled.tsx b/src/IconFirstPageRoundedFilled.tsx index fad9db7a9..3af181ed0 100644 --- a/src/IconFirstPageRoundedFilled.tsx +++ b/src/IconFirstPageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFirstPageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFirstPageSharp.tsx b/src/IconFirstPageSharp.tsx index 2485a3548..decae854b 100644 --- a/src/IconFirstPageSharp.tsx +++ b/src/IconFirstPageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFirstPageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFirstPageSharpFilled.tsx b/src/IconFirstPageSharpFilled.tsx index 6c71252e3..9158d033e 100644 --- a/src/IconFirstPageSharpFilled.tsx +++ b/src/IconFirstPageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFirstPageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFitPageOutlined.tsx b/src/IconFitPageOutlined.tsx index 02b91c8f6..aacaec575 100644 --- a/src/IconFitPageOutlined.tsx +++ b/src/IconFitPageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitPageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFitPageOutlinedFilled.tsx b/src/IconFitPageOutlinedFilled.tsx index 4d55b1216..f85fdf68e 100644 --- a/src/IconFitPageOutlinedFilled.tsx +++ b/src/IconFitPageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitPageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFitPageRounded.tsx b/src/IconFitPageRounded.tsx index df56a3dac..57b684c3f 100644 --- a/src/IconFitPageRounded.tsx +++ b/src/IconFitPageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitPageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFitPageRoundedFilled.tsx b/src/IconFitPageRoundedFilled.tsx index be6d9994e..b9afd839f 100644 --- a/src/IconFitPageRoundedFilled.tsx +++ b/src/IconFitPageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitPageRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFitPageSharp.tsx b/src/IconFitPageSharp.tsx index 4e9996d65..d09ed3d2c 100644 --- a/src/IconFitPageSharp.tsx +++ b/src/IconFitPageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitPageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFitPageSharpFilled.tsx b/src/IconFitPageSharpFilled.tsx index 31f8c5d4d..7eeaf6ee5 100644 --- a/src/IconFitPageSharpFilled.tsx +++ b/src/IconFitPageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitPageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFitScreenOutlined.tsx b/src/IconFitScreenOutlined.tsx index d28d61238..3e77c16d0 100644 --- a/src/IconFitScreenOutlined.tsx +++ b/src/IconFitScreenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitScreenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFitScreenOutlinedFilled.tsx b/src/IconFitScreenOutlinedFilled.tsx index d3f4c3146..3a4f81006 100644 --- a/src/IconFitScreenOutlinedFilled.tsx +++ b/src/IconFitScreenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitScreenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFitScreenRounded.tsx b/src/IconFitScreenRounded.tsx index a15283d87..f0cf63b6a 100644 --- a/src/IconFitScreenRounded.tsx +++ b/src/IconFitScreenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitScreenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFitScreenRoundedFilled.tsx b/src/IconFitScreenRoundedFilled.tsx index 6b72cb768..c63e41367 100644 --- a/src/IconFitScreenRoundedFilled.tsx +++ b/src/IconFitScreenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitScreenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFitScreenSharp.tsx b/src/IconFitScreenSharp.tsx index e94056296..83f7c0e72 100644 --- a/src/IconFitScreenSharp.tsx +++ b/src/IconFitScreenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitScreenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFitScreenSharpFilled.tsx b/src/IconFitScreenSharpFilled.tsx index f240c2d53..5518dcaf2 100644 --- a/src/IconFitScreenSharpFilled.tsx +++ b/src/IconFitScreenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitScreenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFitWidthOutlined.tsx b/src/IconFitWidthOutlined.tsx index 44a7255d3..7f5e0dda4 100644 --- a/src/IconFitWidthOutlined.tsx +++ b/src/IconFitWidthOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitWidthOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFitWidthOutlinedFilled.tsx b/src/IconFitWidthOutlinedFilled.tsx index 2d2c4124e..2d2a1d6d6 100644 --- a/src/IconFitWidthOutlinedFilled.tsx +++ b/src/IconFitWidthOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitWidthOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFitWidthRounded.tsx b/src/IconFitWidthRounded.tsx index 98ac1ad8a..4461c4833 100644 --- a/src/IconFitWidthRounded.tsx +++ b/src/IconFitWidthRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitWidthRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFitWidthRoundedFilled.tsx b/src/IconFitWidthRoundedFilled.tsx index f80006362..6d248833d 100644 --- a/src/IconFitWidthRoundedFilled.tsx +++ b/src/IconFitWidthRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitWidthRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFitWidthSharp.tsx b/src/IconFitWidthSharp.tsx index 201ec6c15..e45cf6e90 100644 --- a/src/IconFitWidthSharp.tsx +++ b/src/IconFitWidthSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitWidthSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFitWidthSharpFilled.tsx b/src/IconFitWidthSharpFilled.tsx index 4f6810a76..b079e9384 100644 --- a/src/IconFitWidthSharpFilled.tsx +++ b/src/IconFitWidthSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitWidthSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFitnessCenterOutlined.tsx b/src/IconFitnessCenterOutlined.tsx index 8791ffa6f..89aaea964 100644 --- a/src/IconFitnessCenterOutlined.tsx +++ b/src/IconFitnessCenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessCenterOutlined: React.FC = ({ ...props diff --git a/src/IconFitnessCenterOutlinedFilled.tsx b/src/IconFitnessCenterOutlinedFilled.tsx index 91a99c570..82dfd9de1 100644 --- a/src/IconFitnessCenterOutlinedFilled.tsx +++ b/src/IconFitnessCenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessCenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFitnessCenterRounded.tsx b/src/IconFitnessCenterRounded.tsx index e871e4bd6..6ed39fdd2 100644 --- a/src/IconFitnessCenterRounded.tsx +++ b/src/IconFitnessCenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessCenterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFitnessCenterRoundedFilled.tsx b/src/IconFitnessCenterRoundedFilled.tsx index e6a11600c..47ae8091a 100644 --- a/src/IconFitnessCenterRoundedFilled.tsx +++ b/src/IconFitnessCenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessCenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFitnessCenterSharp.tsx b/src/IconFitnessCenterSharp.tsx index 56ad6ea5b..645c8d0ba 100644 --- a/src/IconFitnessCenterSharp.tsx +++ b/src/IconFitnessCenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessCenterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFitnessCenterSharpFilled.tsx b/src/IconFitnessCenterSharpFilled.tsx index 7c08d9777..f0b378e79 100644 --- a/src/IconFitnessCenterSharpFilled.tsx +++ b/src/IconFitnessCenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessCenterSharpFilled: React.FC = ({ ...props diff --git a/src/IconFitnessTrackerOutlined.tsx b/src/IconFitnessTrackerOutlined.tsx index 00852d92d..60d230243 100644 --- a/src/IconFitnessTrackerOutlined.tsx +++ b/src/IconFitnessTrackerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessTrackerOutlined: React.FC = ({ ...props diff --git a/src/IconFitnessTrackerOutlinedFilled.tsx b/src/IconFitnessTrackerOutlinedFilled.tsx index 2c5ac63aa..9f54b5345 100644 --- a/src/IconFitnessTrackerOutlinedFilled.tsx +++ b/src/IconFitnessTrackerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessTrackerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFitnessTrackerRounded.tsx b/src/IconFitnessTrackerRounded.tsx index 95c2c5c25..bb7a0c8ea 100644 --- a/src/IconFitnessTrackerRounded.tsx +++ b/src/IconFitnessTrackerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessTrackerRounded: React.FC = ({ ...props diff --git a/src/IconFitnessTrackerRoundedFilled.tsx b/src/IconFitnessTrackerRoundedFilled.tsx index 8fca1e834..3b340b0b1 100644 --- a/src/IconFitnessTrackerRoundedFilled.tsx +++ b/src/IconFitnessTrackerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessTrackerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFitnessTrackerSharp.tsx b/src/IconFitnessTrackerSharp.tsx index 29c2bb8cc..7a1ad3767 100644 --- a/src/IconFitnessTrackerSharp.tsx +++ b/src/IconFitnessTrackerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessTrackerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFitnessTrackerSharpFilled.tsx b/src/IconFitnessTrackerSharpFilled.tsx index d1ffd8821..183b7b17c 100644 --- a/src/IconFitnessTrackerSharpFilled.tsx +++ b/src/IconFitnessTrackerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFitnessTrackerSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlag2Outlined.tsx b/src/IconFlag2Outlined.tsx index b68678de8..b6f7b73ca 100644 --- a/src/IconFlag2Outlined.tsx +++ b/src/IconFlag2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlag2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlag2OutlinedFilled.tsx b/src/IconFlag2OutlinedFilled.tsx index bff254812..e4d681148 100644 --- a/src/IconFlag2OutlinedFilled.tsx +++ b/src/IconFlag2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlag2OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlag2Rounded.tsx b/src/IconFlag2Rounded.tsx index 85817e1e7..1c579ff9c 100644 --- a/src/IconFlag2Rounded.tsx +++ b/src/IconFlag2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlag2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlag2RoundedFilled.tsx b/src/IconFlag2RoundedFilled.tsx index 12642fd46..2df56371b 100644 --- a/src/IconFlag2RoundedFilled.tsx +++ b/src/IconFlag2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlag2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlag2Sharp.tsx b/src/IconFlag2Sharp.tsx index 3a49b2316..503942490 100644 --- a/src/IconFlag2Sharp.tsx +++ b/src/IconFlag2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlag2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlag2SharpFilled.tsx b/src/IconFlag2SharpFilled.tsx index 80bfee9ee..0a43a4a48 100644 --- a/src/IconFlag2SharpFilled.tsx +++ b/src/IconFlag2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlag2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagCheckOutlined.tsx b/src/IconFlagCheckOutlined.tsx index 8c01045c4..bac831ecc 100644 --- a/src/IconFlagCheckOutlined.tsx +++ b/src/IconFlagCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagCheckOutlinedFilled.tsx b/src/IconFlagCheckOutlinedFilled.tsx index f0c8dc7fb..f997abdbc 100644 --- a/src/IconFlagCheckOutlinedFilled.tsx +++ b/src/IconFlagCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlagCheckRounded.tsx b/src/IconFlagCheckRounded.tsx index 3d66f364f..5502ee73b 100644 --- a/src/IconFlagCheckRounded.tsx +++ b/src/IconFlagCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagCheckRoundedFilled.tsx b/src/IconFlagCheckRoundedFilled.tsx index 122479fb1..fa51631d9 100644 --- a/src/IconFlagCheckRoundedFilled.tsx +++ b/src/IconFlagCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlagCheckSharp.tsx b/src/IconFlagCheckSharp.tsx index dd7fdbc29..270451756 100644 --- a/src/IconFlagCheckSharp.tsx +++ b/src/IconFlagCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagCheckSharpFilled.tsx b/src/IconFlagCheckSharpFilled.tsx index df5cf77c2..6fa043d03 100644 --- a/src/IconFlagCheckSharpFilled.tsx +++ b/src/IconFlagCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCheckSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagCircleOutlined.tsx b/src/IconFlagCircleOutlined.tsx index 0eb9f44f8..540d30e51 100644 --- a/src/IconFlagCircleOutlined.tsx +++ b/src/IconFlagCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagCircleOutlinedFilled.tsx b/src/IconFlagCircleOutlinedFilled.tsx index 860188125..7c8bd3559 100644 --- a/src/IconFlagCircleOutlinedFilled.tsx +++ b/src/IconFlagCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlagCircleRounded.tsx b/src/IconFlagCircleRounded.tsx index 4e34b7f9b..8191d424d 100644 --- a/src/IconFlagCircleRounded.tsx +++ b/src/IconFlagCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagCircleRoundedFilled.tsx b/src/IconFlagCircleRoundedFilled.tsx index bb8cfb1b5..d040e8e9a 100644 --- a/src/IconFlagCircleRoundedFilled.tsx +++ b/src/IconFlagCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlagCircleSharp.tsx b/src/IconFlagCircleSharp.tsx index 5802e69c5..fe2e65315 100644 --- a/src/IconFlagCircleSharp.tsx +++ b/src/IconFlagCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagCircleSharpFilled.tsx b/src/IconFlagCircleSharpFilled.tsx index 08715e22e..c69c9ea3f 100644 --- a/src/IconFlagCircleSharpFilled.tsx +++ b/src/IconFlagCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlagOutlined.tsx b/src/IconFlagOutlined.tsx index 02db8518d..8cc1e5a4c 100644 --- a/src/IconFlagOutlined.tsx +++ b/src/IconFlagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagOutlinedFilled.tsx b/src/IconFlagOutlinedFilled.tsx index 02b5586ed..ca6b2db50 100644 --- a/src/IconFlagOutlinedFilled.tsx +++ b/src/IconFlagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagRounded.tsx b/src/IconFlagRounded.tsx index e08681db6..1637608a2 100644 --- a/src/IconFlagRounded.tsx +++ b/src/IconFlagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagRoundedFilled.tsx b/src/IconFlagRoundedFilled.tsx index d3a042ab6..4169901b4 100644 --- a/src/IconFlagRoundedFilled.tsx +++ b/src/IconFlagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagSharp.tsx b/src/IconFlagSharp.tsx index 677c391d7..d40af4d1d 100644 --- a/src/IconFlagSharp.tsx +++ b/src/IconFlagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlagSharpFilled.tsx b/src/IconFlagSharpFilled.tsx index eecad3fa1..faad390d3 100644 --- a/src/IconFlagSharpFilled.tsx +++ b/src/IconFlagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlagSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlakyOutlined.tsx b/src/IconFlakyOutlined.tsx index bb078f725..928106a2e 100644 --- a/src/IconFlakyOutlined.tsx +++ b/src/IconFlakyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlakyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlakyOutlinedFilled.tsx b/src/IconFlakyOutlinedFilled.tsx index a02900232..b5aa347fc 100644 --- a/src/IconFlakyOutlinedFilled.tsx +++ b/src/IconFlakyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlakyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlakyRounded.tsx b/src/IconFlakyRounded.tsx index 15d51d652..7dc966c5a 100644 --- a/src/IconFlakyRounded.tsx +++ b/src/IconFlakyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlakyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlakyRoundedFilled.tsx b/src/IconFlakyRoundedFilled.tsx index 633ff1b90..4701cab3e 100644 --- a/src/IconFlakyRoundedFilled.tsx +++ b/src/IconFlakyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlakyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlakySharp.tsx b/src/IconFlakySharp.tsx index 58310ddf3..e5aa2b8de 100644 --- a/src/IconFlakySharp.tsx +++ b/src/IconFlakySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlakySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlakySharpFilled.tsx b/src/IconFlakySharpFilled.tsx index 7d0ebbb97..356eb1053 100644 --- a/src/IconFlakySharpFilled.tsx +++ b/src/IconFlakySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlakySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlareOutlined.tsx b/src/IconFlareOutlined.tsx index 4540fbcf1..9acb7e88f 100644 --- a/src/IconFlareOutlined.tsx +++ b/src/IconFlareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlareOutlinedFilled.tsx b/src/IconFlareOutlinedFilled.tsx index bcb0feac5..696218726 100644 --- a/src/IconFlareOutlinedFilled.tsx +++ b/src/IconFlareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlareOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlareRounded.tsx b/src/IconFlareRounded.tsx index 6dc73b191..6f6ec5c34 100644 --- a/src/IconFlareRounded.tsx +++ b/src/IconFlareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlareRoundedFilled.tsx b/src/IconFlareRoundedFilled.tsx index 8a5ef1014..cf2203aa7 100644 --- a/src/IconFlareRoundedFilled.tsx +++ b/src/IconFlareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlareRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlareSharp.tsx b/src/IconFlareSharp.tsx index fc5ddd065..b91d186fd 100644 --- a/src/IconFlareSharp.tsx +++ b/src/IconFlareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlareSharpFilled.tsx b/src/IconFlareSharpFilled.tsx index f6290d8ad..9897b86b0 100644 --- a/src/IconFlareSharpFilled.tsx +++ b/src/IconFlareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlareSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashAutoOutlined.tsx b/src/IconFlashAutoOutlined.tsx index 12f7f2b67..f2e73c19d 100644 --- a/src/IconFlashAutoOutlined.tsx +++ b/src/IconFlashAutoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashAutoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashAutoOutlinedFilled.tsx b/src/IconFlashAutoOutlinedFilled.tsx index 3f7da0fff..1e0e2afde 100644 --- a/src/IconFlashAutoOutlinedFilled.tsx +++ b/src/IconFlashAutoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashAutoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlashAutoRounded.tsx b/src/IconFlashAutoRounded.tsx index 6974491b8..f32bb4766 100644 --- a/src/IconFlashAutoRounded.tsx +++ b/src/IconFlashAutoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashAutoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashAutoRoundedFilled.tsx b/src/IconFlashAutoRoundedFilled.tsx index 5537ddd1f..40ec8a7d3 100644 --- a/src/IconFlashAutoRoundedFilled.tsx +++ b/src/IconFlashAutoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashAutoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlashAutoSharp.tsx b/src/IconFlashAutoSharp.tsx index 958c0e953..73b2c4276 100644 --- a/src/IconFlashAutoSharp.tsx +++ b/src/IconFlashAutoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashAutoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashAutoSharpFilled.tsx b/src/IconFlashAutoSharpFilled.tsx index 3a95806c3..a9710c35c 100644 --- a/src/IconFlashAutoSharpFilled.tsx +++ b/src/IconFlashAutoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashAutoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashOffOutlined.tsx b/src/IconFlashOffOutlined.tsx index 8715ac277..2c35c4885 100644 --- a/src/IconFlashOffOutlined.tsx +++ b/src/IconFlashOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashOffOutlinedFilled.tsx b/src/IconFlashOffOutlinedFilled.tsx index 55676215d..a8786ee76 100644 --- a/src/IconFlashOffOutlinedFilled.tsx +++ b/src/IconFlashOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlashOffRounded.tsx b/src/IconFlashOffRounded.tsx index b735d85c3..3fdb24207 100644 --- a/src/IconFlashOffRounded.tsx +++ b/src/IconFlashOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashOffRoundedFilled.tsx b/src/IconFlashOffRoundedFilled.tsx index 0b7995992..4d9a965b0 100644 --- a/src/IconFlashOffRoundedFilled.tsx +++ b/src/IconFlashOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlashOffSharp.tsx b/src/IconFlashOffSharp.tsx index bad22fafd..ba940922e 100644 --- a/src/IconFlashOffSharp.tsx +++ b/src/IconFlashOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashOffSharpFilled.tsx b/src/IconFlashOffSharpFilled.tsx index 3003fc3d0..98b318116 100644 --- a/src/IconFlashOffSharpFilled.tsx +++ b/src/IconFlashOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashOnOutlined.tsx b/src/IconFlashOnOutlined.tsx index 91992c557..4c0981dbe 100644 --- a/src/IconFlashOnOutlined.tsx +++ b/src/IconFlashOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashOnOutlinedFilled.tsx b/src/IconFlashOnOutlinedFilled.tsx index b1582c87b..061e34709 100644 --- a/src/IconFlashOnOutlinedFilled.tsx +++ b/src/IconFlashOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlashOnRounded.tsx b/src/IconFlashOnRounded.tsx index a99107f6e..fef8c940d 100644 --- a/src/IconFlashOnRounded.tsx +++ b/src/IconFlashOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashOnRoundedFilled.tsx b/src/IconFlashOnRoundedFilled.tsx index f85b22939..27e5fdf69 100644 --- a/src/IconFlashOnRoundedFilled.tsx +++ b/src/IconFlashOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOnRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashOnSharp.tsx b/src/IconFlashOnSharp.tsx index 0b29167db..282780652 100644 --- a/src/IconFlashOnSharp.tsx +++ b/src/IconFlashOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashOnSharpFilled.tsx b/src/IconFlashOnSharpFilled.tsx index 648136141..8c9817b9a 100644 --- a/src/IconFlashOnSharpFilled.tsx +++ b/src/IconFlashOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashlightOffOutlined.tsx b/src/IconFlashlightOffOutlined.tsx index a64e9310e..23aca39f7 100644 --- a/src/IconFlashlightOffOutlined.tsx +++ b/src/IconFlashlightOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOffOutlined: React.FC = ({ ...props diff --git a/src/IconFlashlightOffOutlinedFilled.tsx b/src/IconFlashlightOffOutlinedFilled.tsx index 0bb870f17..5b7427dcd 100644 --- a/src/IconFlashlightOffOutlinedFilled.tsx +++ b/src/IconFlashlightOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlashlightOffRounded.tsx b/src/IconFlashlightOffRounded.tsx index 0dcf32cee..0db074b9e 100644 --- a/src/IconFlashlightOffRounded.tsx +++ b/src/IconFlashlightOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashlightOffRoundedFilled.tsx b/src/IconFlashlightOffRoundedFilled.tsx index ee005385f..4c29f8fe4 100644 --- a/src/IconFlashlightOffRoundedFilled.tsx +++ b/src/IconFlashlightOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlashlightOffSharp.tsx b/src/IconFlashlightOffSharp.tsx index 10d9077ed..3206abcae 100644 --- a/src/IconFlashlightOffSharp.tsx +++ b/src/IconFlashlightOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashlightOffSharpFilled.tsx b/src/IconFlashlightOffSharpFilled.tsx index 2c9b9637c..4cd9fa56a 100644 --- a/src/IconFlashlightOffSharpFilled.tsx +++ b/src/IconFlashlightOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlashlightOnOutlined.tsx b/src/IconFlashlightOnOutlined.tsx index 0fd49a640..a3218cd9e 100644 --- a/src/IconFlashlightOnOutlined.tsx +++ b/src/IconFlashlightOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashlightOnOutlinedFilled.tsx b/src/IconFlashlightOnOutlinedFilled.tsx index eeb5ed231..ff89b660c 100644 --- a/src/IconFlashlightOnOutlinedFilled.tsx +++ b/src/IconFlashlightOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlashlightOnRounded.tsx b/src/IconFlashlightOnRounded.tsx index a2f5ffb7d..dc30d3a41 100644 --- a/src/IconFlashlightOnRounded.tsx +++ b/src/IconFlashlightOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashlightOnRoundedFilled.tsx b/src/IconFlashlightOnRoundedFilled.tsx index e6b9a7eaa..3f8c7f8ad 100644 --- a/src/IconFlashlightOnRoundedFilled.tsx +++ b/src/IconFlashlightOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlashlightOnSharp.tsx b/src/IconFlashlightOnSharp.tsx index 4b2bad286..75268e918 100644 --- a/src/IconFlashlightOnSharp.tsx +++ b/src/IconFlashlightOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlashlightOnSharpFilled.tsx b/src/IconFlashlightOnSharpFilled.tsx index 772bf858d..750e1bafd 100644 --- a/src/IconFlashlightOnSharpFilled.tsx +++ b/src/IconFlashlightOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlashlightOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlatwareOutlined.tsx b/src/IconFlatwareOutlined.tsx index b9124b18e..1119ac625 100644 --- a/src/IconFlatwareOutlined.tsx +++ b/src/IconFlatwareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlatwareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlatwareOutlinedFilled.tsx b/src/IconFlatwareOutlinedFilled.tsx index 3dd13d305..98870d84f 100644 --- a/src/IconFlatwareOutlinedFilled.tsx +++ b/src/IconFlatwareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlatwareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlatwareRounded.tsx b/src/IconFlatwareRounded.tsx index 2be5dd8e9..f0302c540 100644 --- a/src/IconFlatwareRounded.tsx +++ b/src/IconFlatwareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlatwareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlatwareRoundedFilled.tsx b/src/IconFlatwareRoundedFilled.tsx index e4fa1b397..8737713b3 100644 --- a/src/IconFlatwareRoundedFilled.tsx +++ b/src/IconFlatwareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlatwareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlatwareSharp.tsx b/src/IconFlatwareSharp.tsx index ef26cecf2..c008bdb09 100644 --- a/src/IconFlatwareSharp.tsx +++ b/src/IconFlatwareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlatwareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlatwareSharpFilled.tsx b/src/IconFlatwareSharpFilled.tsx index 4ff316668..734f8789a 100644 --- a/src/IconFlatwareSharpFilled.tsx +++ b/src/IconFlatwareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlatwareSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlexDirectionOutlined.tsx b/src/IconFlexDirectionOutlined.tsx index 31c6f2540..55a2f7276 100644 --- a/src/IconFlexDirectionOutlined.tsx +++ b/src/IconFlexDirectionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexDirectionOutlined: React.FC = ({ ...props diff --git a/src/IconFlexDirectionOutlinedFilled.tsx b/src/IconFlexDirectionOutlinedFilled.tsx index 29f28e833..1d1abfafe 100644 --- a/src/IconFlexDirectionOutlinedFilled.tsx +++ b/src/IconFlexDirectionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexDirectionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlexDirectionRounded.tsx b/src/IconFlexDirectionRounded.tsx index 03973ade1..06c14a82f 100644 --- a/src/IconFlexDirectionRounded.tsx +++ b/src/IconFlexDirectionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexDirectionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlexDirectionRoundedFilled.tsx b/src/IconFlexDirectionRoundedFilled.tsx index 0bccc01ac..06c671ada 100644 --- a/src/IconFlexDirectionRoundedFilled.tsx +++ b/src/IconFlexDirectionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexDirectionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlexDirectionSharp.tsx b/src/IconFlexDirectionSharp.tsx index 227f650a9..1fe23dcc5 100644 --- a/src/IconFlexDirectionSharp.tsx +++ b/src/IconFlexDirectionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexDirectionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlexDirectionSharpFilled.tsx b/src/IconFlexDirectionSharpFilled.tsx index 181487965..74c4be112 100644 --- a/src/IconFlexDirectionSharpFilled.tsx +++ b/src/IconFlexDirectionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexDirectionSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlexNoWrapOutlined.tsx b/src/IconFlexNoWrapOutlined.tsx index 4b429593b..10b0d3000 100644 --- a/src/IconFlexNoWrapOutlined.tsx +++ b/src/IconFlexNoWrapOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexNoWrapOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlexNoWrapOutlinedFilled.tsx b/src/IconFlexNoWrapOutlinedFilled.tsx index c17d3087a..ee490cc5e 100644 --- a/src/IconFlexNoWrapOutlinedFilled.tsx +++ b/src/IconFlexNoWrapOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexNoWrapOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlexNoWrapRounded.tsx b/src/IconFlexNoWrapRounded.tsx index bdac00229..fb5d9448b 100644 --- a/src/IconFlexNoWrapRounded.tsx +++ b/src/IconFlexNoWrapRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexNoWrapRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlexNoWrapRoundedFilled.tsx b/src/IconFlexNoWrapRoundedFilled.tsx deleted file mode 100644 index 52ed9a803..000000000 --- a/src/IconFlexNoWrapRoundedFilled.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -export const IconFlexNoWrapRoundedFilled: React.FC = ({ - ...props -}) => ( - - {props.title && {props.title}} - - -) diff --git a/src/IconFlexNoWrapSharp.tsx b/src/IconFlexNoWrapSharp.tsx index 92f934a0e..394e13730 100644 --- a/src/IconFlexNoWrapSharp.tsx +++ b/src/IconFlexNoWrapSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexNoWrapSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlexNoWrapSharpFilled.tsx b/src/IconFlexNoWrapSharpFilled.tsx index e668fb26c..c5836ed19 100644 --- a/src/IconFlexNoWrapSharpFilled.tsx +++ b/src/IconFlexNoWrapSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexNoWrapSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlexWrapOutlined.tsx b/src/IconFlexWrapOutlined.tsx index 53d97d0fc..a25cb45e0 100644 --- a/src/IconFlexWrapOutlined.tsx +++ b/src/IconFlexWrapOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexWrapOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlexWrapOutlinedFilled.tsx b/src/IconFlexWrapOutlinedFilled.tsx index 4ec133c10..b997584c0 100644 --- a/src/IconFlexWrapOutlinedFilled.tsx +++ b/src/IconFlexWrapOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexWrapOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlexWrapRounded.tsx b/src/IconFlexWrapRounded.tsx index b6765a02e..bdde01762 100644 --- a/src/IconFlexWrapRounded.tsx +++ b/src/IconFlexWrapRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexWrapRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlexWrapRoundedFilled.tsx b/src/IconFlexWrapRoundedFilled.tsx index d65d2a086..10474ab11 100644 --- a/src/IconFlexWrapRoundedFilled.tsx +++ b/src/IconFlexWrapRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexWrapRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlexWrapSharp.tsx b/src/IconFlexWrapSharp.tsx index c701c4f28..2f265b011 100644 --- a/src/IconFlexWrapSharp.tsx +++ b/src/IconFlexWrapSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexWrapSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlexWrapSharpFilled.tsx b/src/IconFlexWrapSharpFilled.tsx index 07f654f6e..5ac52d8fa 100644 --- a/src/IconFlexWrapSharpFilled.tsx +++ b/src/IconFlexWrapSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlexWrapSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightClassOutlined.tsx b/src/IconFlightClassOutlined.tsx index c7a14acec..fb40c099a 100644 --- a/src/IconFlightClassOutlined.tsx +++ b/src/IconFlightClassOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightClassOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightClassOutlinedFilled.tsx b/src/IconFlightClassOutlinedFilled.tsx index 7db4add46..e1bf9286a 100644 --- a/src/IconFlightClassOutlinedFilled.tsx +++ b/src/IconFlightClassOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightClassOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlightClassRounded.tsx b/src/IconFlightClassRounded.tsx index 89cee8967..99390735d 100644 --- a/src/IconFlightClassRounded.tsx +++ b/src/IconFlightClassRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightClassRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightClassRoundedFilled.tsx b/src/IconFlightClassRoundedFilled.tsx index bd6b488e9..9691a7c05 100644 --- a/src/IconFlightClassRoundedFilled.tsx +++ b/src/IconFlightClassRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightClassRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlightClassSharp.tsx b/src/IconFlightClassSharp.tsx index 652a6e93f..6c796937b 100644 --- a/src/IconFlightClassSharp.tsx +++ b/src/IconFlightClassSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightClassSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightClassSharpFilled.tsx b/src/IconFlightClassSharpFilled.tsx index e87c5b60f..42d68de12 100644 --- a/src/IconFlightClassSharpFilled.tsx +++ b/src/IconFlightClassSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightClassSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlightLandOutlined.tsx b/src/IconFlightLandOutlined.tsx index 65b96e2b3..40294737b 100644 --- a/src/IconFlightLandOutlined.tsx +++ b/src/IconFlightLandOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightLandOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightLandOutlinedFilled.tsx b/src/IconFlightLandOutlinedFilled.tsx index ab11b97e4..ca6ea716a 100644 --- a/src/IconFlightLandOutlinedFilled.tsx +++ b/src/IconFlightLandOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightLandOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlightLandRounded.tsx b/src/IconFlightLandRounded.tsx index b5cc8e828..87f4be60d 100644 --- a/src/IconFlightLandRounded.tsx +++ b/src/IconFlightLandRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightLandRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightLandRoundedFilled.tsx b/src/IconFlightLandRoundedFilled.tsx index 3a8a208e7..befabf932 100644 --- a/src/IconFlightLandRoundedFilled.tsx +++ b/src/IconFlightLandRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightLandRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlightLandSharp.tsx b/src/IconFlightLandSharp.tsx index ab85fadc0..89f67b8ea 100644 --- a/src/IconFlightLandSharp.tsx +++ b/src/IconFlightLandSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightLandSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightLandSharpFilled.tsx b/src/IconFlightLandSharpFilled.tsx index 622f23e69..84b474ed7 100644 --- a/src/IconFlightLandSharpFilled.tsx +++ b/src/IconFlightLandSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightLandSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlightOutlined.tsx b/src/IconFlightOutlined.tsx index e4b420a8b..2a52acd1a 100644 --- a/src/IconFlightOutlined.tsx +++ b/src/IconFlightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightOutlinedFilled.tsx b/src/IconFlightOutlinedFilled.tsx index bf997bdbd..da77ee856 100644 --- a/src/IconFlightOutlinedFilled.tsx +++ b/src/IconFlightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightRounded.tsx b/src/IconFlightRounded.tsx index 05e3041a5..0258be82e 100644 --- a/src/IconFlightRounded.tsx +++ b/src/IconFlightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightRoundedFilled.tsx b/src/IconFlightRoundedFilled.tsx index 2e676a427..5f4edbd48 100644 --- a/src/IconFlightRoundedFilled.tsx +++ b/src/IconFlightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightSharp.tsx b/src/IconFlightSharp.tsx index d255d20be..b332a4a06 100644 --- a/src/IconFlightSharp.tsx +++ b/src/IconFlightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightSharpFilled.tsx b/src/IconFlightSharpFilled.tsx index 8e3b14f60..a774a97a4 100644 --- a/src/IconFlightSharpFilled.tsx +++ b/src/IconFlightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightTakeoffOutlined.tsx b/src/IconFlightTakeoffOutlined.tsx index e10924da9..746dae00d 100644 --- a/src/IconFlightTakeoffOutlined.tsx +++ b/src/IconFlightTakeoffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightTakeoffOutlined: React.FC = ({ ...props diff --git a/src/IconFlightTakeoffOutlinedFilled.tsx b/src/IconFlightTakeoffOutlinedFilled.tsx index 26e7df9a0..9f4eb40ac 100644 --- a/src/IconFlightTakeoffOutlinedFilled.tsx +++ b/src/IconFlightTakeoffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightTakeoffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlightTakeoffRounded.tsx b/src/IconFlightTakeoffRounded.tsx index 041113c5d..31f6639f1 100644 --- a/src/IconFlightTakeoffRounded.tsx +++ b/src/IconFlightTakeoffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightTakeoffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightTakeoffRoundedFilled.tsx b/src/IconFlightTakeoffRoundedFilled.tsx index 58e09a5a6..d17340d1b 100644 --- a/src/IconFlightTakeoffRoundedFilled.tsx +++ b/src/IconFlightTakeoffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightTakeoffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlightTakeoffSharp.tsx b/src/IconFlightTakeoffSharp.tsx index 6a24961fb..91a11841e 100644 --- a/src/IconFlightTakeoffSharp.tsx +++ b/src/IconFlightTakeoffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightTakeoffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlightTakeoffSharpFilled.tsx b/src/IconFlightTakeoffSharpFilled.tsx index a2f68339f..dc8283318 100644 --- a/src/IconFlightTakeoffSharpFilled.tsx +++ b/src/IconFlightTakeoffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightTakeoffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlightsAndHotelsOutlined.tsx b/src/IconFlightsAndHotelsOutlined.tsx index 0a7c590ad..a1f0fe8f0 100644 --- a/src/IconFlightsAndHotelsOutlined.tsx +++ b/src/IconFlightsAndHotelsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightsAndHotelsOutlined: React.FC = ({ ...props diff --git a/src/IconFlightsAndHotelsOutlinedFilled.tsx b/src/IconFlightsAndHotelsOutlinedFilled.tsx index 8255039db..f3bff6062 100644 --- a/src/IconFlightsAndHotelsOutlinedFilled.tsx +++ b/src/IconFlightsAndHotelsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightsAndHotelsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlightsAndHotelsRounded.tsx b/src/IconFlightsAndHotelsRounded.tsx index 32247b49d..76082903c 100644 --- a/src/IconFlightsAndHotelsRounded.tsx +++ b/src/IconFlightsAndHotelsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightsAndHotelsRounded: React.FC = ({ ...props diff --git a/src/IconFlightsAndHotelsRoundedFilled.tsx b/src/IconFlightsAndHotelsRoundedFilled.tsx index 6bfba51af..6586fbb19 100644 --- a/src/IconFlightsAndHotelsRoundedFilled.tsx +++ b/src/IconFlightsAndHotelsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightsAndHotelsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlightsAndHotelsSharp.tsx b/src/IconFlightsAndHotelsSharp.tsx index 4fc31a471..4c050a7f0 100644 --- a/src/IconFlightsAndHotelsSharp.tsx +++ b/src/IconFlightsAndHotelsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightsAndHotelsSharp: React.FC = ({ ...props diff --git a/src/IconFlightsAndHotelsSharpFilled.tsx b/src/IconFlightsAndHotelsSharpFilled.tsx index 65963e93a..bc16129cf 100644 --- a/src/IconFlightsAndHotelsSharpFilled.tsx +++ b/src/IconFlightsAndHotelsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlightsAndHotelsSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlipCameraAndroidOutlined.tsx b/src/IconFlipCameraAndroidOutlined.tsx index f6846d62c..ac3439071 100644 --- a/src/IconFlipCameraAndroidOutlined.tsx +++ b/src/IconFlipCameraAndroidOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraAndroidOutlined: React.FC = ({ ...props diff --git a/src/IconFlipCameraAndroidOutlinedFilled.tsx b/src/IconFlipCameraAndroidOutlinedFilled.tsx index ebeed36b7..890b75df4 100644 --- a/src/IconFlipCameraAndroidOutlinedFilled.tsx +++ b/src/IconFlipCameraAndroidOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraAndroidOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlipCameraAndroidRounded.tsx b/src/IconFlipCameraAndroidRounded.tsx index b3d68ba55..233fe945a 100644 --- a/src/IconFlipCameraAndroidRounded.tsx +++ b/src/IconFlipCameraAndroidRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraAndroidRounded: React.FC = ({ ...props diff --git a/src/IconFlipCameraAndroidRoundedFilled.tsx b/src/IconFlipCameraAndroidRoundedFilled.tsx index d0e389f03..6fb44408f 100644 --- a/src/IconFlipCameraAndroidRoundedFilled.tsx +++ b/src/IconFlipCameraAndroidRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraAndroidRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlipCameraAndroidSharp.tsx b/src/IconFlipCameraAndroidSharp.tsx index 05b871aa7..0a45a9986 100644 --- a/src/IconFlipCameraAndroidSharp.tsx +++ b/src/IconFlipCameraAndroidSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraAndroidSharp: React.FC = ({ ...props diff --git a/src/IconFlipCameraAndroidSharpFilled.tsx b/src/IconFlipCameraAndroidSharpFilled.tsx index fa9e81ce0..f8aa9bed4 100644 --- a/src/IconFlipCameraAndroidSharpFilled.tsx +++ b/src/IconFlipCameraAndroidSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraAndroidSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlipCameraIosOutlined.tsx b/src/IconFlipCameraIosOutlined.tsx index 6a3a0e9f7..7905ac1a5 100644 --- a/src/IconFlipCameraIosOutlined.tsx +++ b/src/IconFlipCameraIosOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraIosOutlined: React.FC = ({ ...props diff --git a/src/IconFlipCameraIosOutlinedFilled.tsx b/src/IconFlipCameraIosOutlinedFilled.tsx index ab0b83219..09fa29084 100644 --- a/src/IconFlipCameraIosOutlinedFilled.tsx +++ b/src/IconFlipCameraIosOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraIosOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlipCameraIosRounded.tsx b/src/IconFlipCameraIosRounded.tsx index 5bd0fcc47..1657a7b8c 100644 --- a/src/IconFlipCameraIosRounded.tsx +++ b/src/IconFlipCameraIosRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraIosRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipCameraIosRoundedFilled.tsx b/src/IconFlipCameraIosRoundedFilled.tsx index 13627ce87..b4ba9c37c 100644 --- a/src/IconFlipCameraIosRoundedFilled.tsx +++ b/src/IconFlipCameraIosRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraIosRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlipCameraIosSharp.tsx b/src/IconFlipCameraIosSharp.tsx index 9c0c4ff3c..f7aa563fb 100644 --- a/src/IconFlipCameraIosSharp.tsx +++ b/src/IconFlipCameraIosSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraIosSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipCameraIosSharpFilled.tsx b/src/IconFlipCameraIosSharpFilled.tsx index d1eb4f37f..74a8119b7 100644 --- a/src/IconFlipCameraIosSharpFilled.tsx +++ b/src/IconFlipCameraIosSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipCameraIosSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlipOutlined.tsx b/src/IconFlipOutlined.tsx index 0d776deb9..6a4fbc598 100644 --- a/src/IconFlipOutlined.tsx +++ b/src/IconFlipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipOutlinedFilled.tsx b/src/IconFlipOutlinedFilled.tsx index ddc153fea..a4b85f22f 100644 --- a/src/IconFlipOutlinedFilled.tsx +++ b/src/IconFlipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipRounded.tsx b/src/IconFlipRounded.tsx index e551ab6dd..361475a5a 100644 --- a/src/IconFlipRounded.tsx +++ b/src/IconFlipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipRoundedFilled.tsx b/src/IconFlipRoundedFilled.tsx index 080a6d3e8..b2ce5eeab 100644 --- a/src/IconFlipRoundedFilled.tsx +++ b/src/IconFlipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipSharp.tsx b/src/IconFlipSharp.tsx index 9e9af0b54..35619a774 100644 --- a/src/IconFlipSharp.tsx +++ b/src/IconFlipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipSharpFilled.tsx b/src/IconFlipSharpFilled.tsx index 309751d83..42dd0f056 100644 --- a/src/IconFlipSharpFilled.tsx +++ b/src/IconFlipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipToBackOutlined.tsx b/src/IconFlipToBackOutlined.tsx index a927b4f77..3b51133df 100644 --- a/src/IconFlipToBackOutlined.tsx +++ b/src/IconFlipToBackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToBackOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipToBackOutlinedFilled.tsx b/src/IconFlipToBackOutlinedFilled.tsx index 1f82d2c79..278d26fa6 100644 --- a/src/IconFlipToBackOutlinedFilled.tsx +++ b/src/IconFlipToBackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToBackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlipToBackRounded.tsx b/src/IconFlipToBackRounded.tsx index 9207b3750..8a0111947 100644 --- a/src/IconFlipToBackRounded.tsx +++ b/src/IconFlipToBackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToBackRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipToBackRoundedFilled.tsx b/src/IconFlipToBackRoundedFilled.tsx index d914f3f08..1a8dd1450 100644 --- a/src/IconFlipToBackRoundedFilled.tsx +++ b/src/IconFlipToBackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToBackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlipToBackSharp.tsx b/src/IconFlipToBackSharp.tsx index c41161040..36fcb4547 100644 --- a/src/IconFlipToBackSharp.tsx +++ b/src/IconFlipToBackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToBackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipToBackSharpFilled.tsx b/src/IconFlipToBackSharpFilled.tsx index 7c1ef3c64..96edf58ee 100644 --- a/src/IconFlipToBackSharpFilled.tsx +++ b/src/IconFlipToBackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToBackSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlipToFrontOutlined.tsx b/src/IconFlipToFrontOutlined.tsx index 548aa41bd..11cb49891 100644 --- a/src/IconFlipToFrontOutlined.tsx +++ b/src/IconFlipToFrontOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToFrontOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipToFrontOutlinedFilled.tsx b/src/IconFlipToFrontOutlinedFilled.tsx index e70bc1128..c24ec216a 100644 --- a/src/IconFlipToFrontOutlinedFilled.tsx +++ b/src/IconFlipToFrontOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToFrontOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlipToFrontRounded.tsx b/src/IconFlipToFrontRounded.tsx index e42f320ec..5b2500775 100644 --- a/src/IconFlipToFrontRounded.tsx +++ b/src/IconFlipToFrontRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToFrontRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipToFrontRoundedFilled.tsx b/src/IconFlipToFrontRoundedFilled.tsx index 6d334a8fe..a3cde255c 100644 --- a/src/IconFlipToFrontRoundedFilled.tsx +++ b/src/IconFlipToFrontRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToFrontRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlipToFrontSharp.tsx b/src/IconFlipToFrontSharp.tsx index ff000e0ba..b5d092146 100644 --- a/src/IconFlipToFrontSharp.tsx +++ b/src/IconFlipToFrontSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToFrontSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlipToFrontSharpFilled.tsx b/src/IconFlipToFrontSharpFilled.tsx index a595a2132..adac2269a 100644 --- a/src/IconFlipToFrontSharpFilled.tsx +++ b/src/IconFlipToFrontSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlipToFrontSharpFilled: React.FC = ({ ...props diff --git a/src/IconFloatLandscape2Outlined.tsx b/src/IconFloatLandscape2Outlined.tsx index df3a33783..b26adc8c4 100644 --- a/src/IconFloatLandscape2Outlined.tsx +++ b/src/IconFloatLandscape2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatLandscape2Outlined: React.FC = ({ ...props diff --git a/src/IconFloatLandscape2OutlinedFilled.tsx b/src/IconFloatLandscape2OutlinedFilled.tsx index 19a521a8e..a14e606b9 100644 --- a/src/IconFloatLandscape2OutlinedFilled.tsx +++ b/src/IconFloatLandscape2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatLandscape2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFloatLandscape2Rounded.tsx b/src/IconFloatLandscape2Rounded.tsx index b9d2b4a95..0b196da03 100644 --- a/src/IconFloatLandscape2Rounded.tsx +++ b/src/IconFloatLandscape2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatLandscape2Rounded: React.FC = ({ ...props diff --git a/src/IconFloatLandscape2RoundedFilled.tsx b/src/IconFloatLandscape2RoundedFilled.tsx index 729a17487..429f60f4e 100644 --- a/src/IconFloatLandscape2RoundedFilled.tsx +++ b/src/IconFloatLandscape2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatLandscape2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconFloatLandscape2Sharp.tsx b/src/IconFloatLandscape2Sharp.tsx index 3d9c2014c..2a1599a80 100644 --- a/src/IconFloatLandscape2Sharp.tsx +++ b/src/IconFloatLandscape2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatLandscape2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFloatLandscape2SharpFilled.tsx b/src/IconFloatLandscape2SharpFilled.tsx index f07b5baa0..95585f728 100644 --- a/src/IconFloatLandscape2SharpFilled.tsx +++ b/src/IconFloatLandscape2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatLandscape2SharpFilled: React.FC = ({ ...props diff --git a/src/IconFloatPortrait2Outlined.tsx b/src/IconFloatPortrait2Outlined.tsx index 31001be64..eba4d0014 100644 --- a/src/IconFloatPortrait2Outlined.tsx +++ b/src/IconFloatPortrait2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatPortrait2Outlined: React.FC = ({ ...props diff --git a/src/IconFloatPortrait2OutlinedFilled.tsx b/src/IconFloatPortrait2OutlinedFilled.tsx index cbf6378b5..83bd97623 100644 --- a/src/IconFloatPortrait2OutlinedFilled.tsx +++ b/src/IconFloatPortrait2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatPortrait2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFloatPortrait2Rounded.tsx b/src/IconFloatPortrait2Rounded.tsx index c54461a7a..afeb71921 100644 --- a/src/IconFloatPortrait2Rounded.tsx +++ b/src/IconFloatPortrait2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatPortrait2Rounded: React.FC = ({ ...props diff --git a/src/IconFloatPortrait2RoundedFilled.tsx b/src/IconFloatPortrait2RoundedFilled.tsx index 533134f54..b8de4e2c2 100644 --- a/src/IconFloatPortrait2RoundedFilled.tsx +++ b/src/IconFloatPortrait2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatPortrait2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconFloatPortrait2Sharp.tsx b/src/IconFloatPortrait2Sharp.tsx index 5380252ab..06a7e801e 100644 --- a/src/IconFloatPortrait2Sharp.tsx +++ b/src/IconFloatPortrait2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatPortrait2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFloatPortrait2SharpFilled.tsx b/src/IconFloatPortrait2SharpFilled.tsx index fd76932fa..1c2f5549d 100644 --- a/src/IconFloatPortrait2SharpFilled.tsx +++ b/src/IconFloatPortrait2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloatPortrait2SharpFilled: React.FC = ({ ...props diff --git a/src/IconFloodOutlined.tsx b/src/IconFloodOutlined.tsx index 325fd146b..b9fc65f2d 100644 --- a/src/IconFloodOutlined.tsx +++ b/src/IconFloodOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloodOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFloodOutlinedFilled.tsx b/src/IconFloodOutlinedFilled.tsx index 1f66ae690..8e1d423a3 100644 --- a/src/IconFloodOutlinedFilled.tsx +++ b/src/IconFloodOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloodOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFloodRounded.tsx b/src/IconFloodRounded.tsx index bb6985af7..11fbd9bf4 100644 --- a/src/IconFloodRounded.tsx +++ b/src/IconFloodRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloodRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFloodRoundedFilled.tsx b/src/IconFloodRoundedFilled.tsx index de46bacc6..e21d3abf0 100644 --- a/src/IconFloodRoundedFilled.tsx +++ b/src/IconFloodRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloodRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFloodSharp.tsx b/src/IconFloodSharp.tsx index a18032707..da27c759e 100644 --- a/src/IconFloodSharp.tsx +++ b/src/IconFloodSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloodSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFloodSharpFilled.tsx b/src/IconFloodSharpFilled.tsx index c22ebd56a..6049ea42c 100644 --- a/src/IconFloodSharpFilled.tsx +++ b/src/IconFloodSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloodSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFloorLampOutlined.tsx b/src/IconFloorLampOutlined.tsx index 2211a52f4..a7e023568 100644 --- a/src/IconFloorLampOutlined.tsx +++ b/src/IconFloorLampOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorLampOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFloorLampOutlinedFilled.tsx b/src/IconFloorLampOutlinedFilled.tsx index d899cf3d0..b1c2d4dd1 100644 --- a/src/IconFloorLampOutlinedFilled.tsx +++ b/src/IconFloorLampOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorLampOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFloorLampRounded.tsx b/src/IconFloorLampRounded.tsx index c468c9336..aa55e132b 100644 --- a/src/IconFloorLampRounded.tsx +++ b/src/IconFloorLampRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorLampRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFloorLampRoundedFilled.tsx b/src/IconFloorLampRoundedFilled.tsx index ff1f3f15e..7a334e101 100644 --- a/src/IconFloorLampRoundedFilled.tsx +++ b/src/IconFloorLampRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorLampRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFloorLampSharp.tsx b/src/IconFloorLampSharp.tsx index 996b45f35..fd7fd23d1 100644 --- a/src/IconFloorLampSharp.tsx +++ b/src/IconFloorLampSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorLampSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFloorLampSharpFilled.tsx b/src/IconFloorLampSharpFilled.tsx index 9b07621c5..97d2ad7f1 100644 --- a/src/IconFloorLampSharpFilled.tsx +++ b/src/IconFloorLampSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorLampSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFloorOutlined.tsx b/src/IconFloorOutlined.tsx index 91a83d263..72f3ed19e 100644 --- a/src/IconFloorOutlined.tsx +++ b/src/IconFloorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFloorOutlinedFilled.tsx b/src/IconFloorOutlinedFilled.tsx index bab18432d..7fff9b18a 100644 --- a/src/IconFloorOutlinedFilled.tsx +++ b/src/IconFloorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFloorRounded.tsx b/src/IconFloorRounded.tsx index b8afd895c..745da02c3 100644 --- a/src/IconFloorRounded.tsx +++ b/src/IconFloorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFloorRoundedFilled.tsx b/src/IconFloorRoundedFilled.tsx index 655e85673..d2ec5b9ab 100644 --- a/src/IconFloorRoundedFilled.tsx +++ b/src/IconFloorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFloorSharp.tsx b/src/IconFloorSharp.tsx index bf61e9416..f8bbbfd3f 100644 --- a/src/IconFloorSharp.tsx +++ b/src/IconFloorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFloorSharpFilled.tsx b/src/IconFloorSharpFilled.tsx index f45eec89d..c6c8936ea 100644 --- a/src/IconFloorSharpFilled.tsx +++ b/src/IconFloorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFloorSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlowsheetOutlined.tsx b/src/IconFlowsheetOutlined.tsx index a83f88033..f9533ec10 100644 --- a/src/IconFlowsheetOutlined.tsx +++ b/src/IconFlowsheetOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlowsheetOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlowsheetOutlinedFilled.tsx b/src/IconFlowsheetOutlinedFilled.tsx index 91e094d9f..df362e97d 100644 --- a/src/IconFlowsheetOutlinedFilled.tsx +++ b/src/IconFlowsheetOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlowsheetOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlowsheetRounded.tsx b/src/IconFlowsheetRounded.tsx index a6dfcf558..4561853b3 100644 --- a/src/IconFlowsheetRounded.tsx +++ b/src/IconFlowsheetRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlowsheetRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlowsheetRoundedFilled.tsx b/src/IconFlowsheetRoundedFilled.tsx index 5dcb66ad5..c090bebd9 100644 --- a/src/IconFlowsheetRoundedFilled.tsx +++ b/src/IconFlowsheetRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlowsheetRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlowsheetSharp.tsx b/src/IconFlowsheetSharp.tsx index d6d754355..8114a2192 100644 --- a/src/IconFlowsheetSharp.tsx +++ b/src/IconFlowsheetSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlowsheetSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlowsheetSharpFilled.tsx b/src/IconFlowsheetSharpFilled.tsx index 31dbc15f6..d88ae54a8 100644 --- a/src/IconFlowsheetSharpFilled.tsx +++ b/src/IconFlowsheetSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlowsheetSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidBalanceOutlined.tsx b/src/IconFluidBalanceOutlined.tsx index 1656a64d7..d4a8feb80 100644 --- a/src/IconFluidBalanceOutlined.tsx +++ b/src/IconFluidBalanceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidBalanceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidBalanceOutlinedFilled.tsx b/src/IconFluidBalanceOutlinedFilled.tsx index b4db72593..39bc8bf49 100644 --- a/src/IconFluidBalanceOutlinedFilled.tsx +++ b/src/IconFluidBalanceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidBalanceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFluidBalanceRounded.tsx b/src/IconFluidBalanceRounded.tsx index 69349cb7c..4a780fa01 100644 --- a/src/IconFluidBalanceRounded.tsx +++ b/src/IconFluidBalanceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidBalanceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidBalanceRoundedFilled.tsx b/src/IconFluidBalanceRoundedFilled.tsx index 283d8c7a5..66185f19e 100644 --- a/src/IconFluidBalanceRoundedFilled.tsx +++ b/src/IconFluidBalanceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidBalanceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFluidBalanceSharp.tsx b/src/IconFluidBalanceSharp.tsx index 26fd89cf1..1c25baac8 100644 --- a/src/IconFluidBalanceSharp.tsx +++ b/src/IconFluidBalanceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidBalanceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidBalanceSharpFilled.tsx b/src/IconFluidBalanceSharpFilled.tsx index ae41b615d..ce744cd64 100644 --- a/src/IconFluidBalanceSharpFilled.tsx +++ b/src/IconFluidBalanceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidBalanceSharpFilled: React.FC = ({ ...props diff --git a/src/IconFluidMedOutlined.tsx b/src/IconFluidMedOutlined.tsx index 57e2fd500..3f621bf9f 100644 --- a/src/IconFluidMedOutlined.tsx +++ b/src/IconFluidMedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidMedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidMedOutlinedFilled.tsx b/src/IconFluidMedOutlinedFilled.tsx index 8d4609034..6ef9221e2 100644 --- a/src/IconFluidMedOutlinedFilled.tsx +++ b/src/IconFluidMedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidMedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFluidMedRounded.tsx b/src/IconFluidMedRounded.tsx index d95c22ac5..817b75a94 100644 --- a/src/IconFluidMedRounded.tsx +++ b/src/IconFluidMedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidMedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidMedRoundedFilled.tsx b/src/IconFluidMedRoundedFilled.tsx index 578b00f80..f3f277c03 100644 --- a/src/IconFluidMedRoundedFilled.tsx +++ b/src/IconFluidMedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidMedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFluidMedSharp.tsx b/src/IconFluidMedSharp.tsx index 77674fbdc..d1b07ea9c 100644 --- a/src/IconFluidMedSharp.tsx +++ b/src/IconFluidMedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidMedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidMedSharpFilled.tsx b/src/IconFluidMedSharpFilled.tsx index af4130306..e2ba9a457 100644 --- a/src/IconFluidMedSharpFilled.tsx +++ b/src/IconFluidMedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidMedSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidOutlined.tsx b/src/IconFluidOutlined.tsx index b44782869..a0586944a 100644 --- a/src/IconFluidOutlined.tsx +++ b/src/IconFluidOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidOutlinedFilled.tsx b/src/IconFluidOutlinedFilled.tsx index 7d5c6e33c..a276fccdc 100644 --- a/src/IconFluidOutlinedFilled.tsx +++ b/src/IconFluidOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidRounded.tsx b/src/IconFluidRounded.tsx index 411ba264e..5e8bdc7d9 100644 --- a/src/IconFluidRounded.tsx +++ b/src/IconFluidRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidRoundedFilled.tsx b/src/IconFluidRoundedFilled.tsx index a19c124bb..8d85354a0 100644 --- a/src/IconFluidRoundedFilled.tsx +++ b/src/IconFluidRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidSharp.tsx b/src/IconFluidSharp.tsx index 8ad7e9d1b..c460a138d 100644 --- a/src/IconFluidSharp.tsx +++ b/src/IconFluidSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFluidSharpFilled.tsx b/src/IconFluidSharpFilled.tsx index ccc4ed25f..8df3cab69 100644 --- a/src/IconFluidSharpFilled.tsx +++ b/src/IconFluidSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluidSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFluorescentOutlined.tsx b/src/IconFluorescentOutlined.tsx index 54fd2937e..15c75c866 100644 --- a/src/IconFluorescentOutlined.tsx +++ b/src/IconFluorescentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluorescentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFluorescentOutlinedFilled.tsx b/src/IconFluorescentOutlinedFilled.tsx index 3ffc9a9aa..962965f4b 100644 --- a/src/IconFluorescentOutlinedFilled.tsx +++ b/src/IconFluorescentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluorescentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFluorescentRounded.tsx b/src/IconFluorescentRounded.tsx index 3a4afc489..c8d5b65bc 100644 --- a/src/IconFluorescentRounded.tsx +++ b/src/IconFluorescentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluorescentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFluorescentRoundedFilled.tsx b/src/IconFluorescentRoundedFilled.tsx index 11f658cfb..1bc7df867 100644 --- a/src/IconFluorescentRoundedFilled.tsx +++ b/src/IconFluorescentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluorescentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFluorescentSharp.tsx b/src/IconFluorescentSharp.tsx index 9b416a640..f5a366e1b 100644 --- a/src/IconFluorescentSharp.tsx +++ b/src/IconFluorescentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluorescentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFluorescentSharpFilled.tsx b/src/IconFluorescentSharpFilled.tsx index 93eb0e0a3..86ad4905a 100644 --- a/src/IconFluorescentSharpFilled.tsx +++ b/src/IconFluorescentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFluorescentSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlutterDashOutlined.tsx b/src/IconFlutterDashOutlined.tsx index aad7cdae8..4b1861869 100644 --- a/src/IconFlutterDashOutlined.tsx +++ b/src/IconFlutterDashOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterDashOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlutterDashOutlinedFilled.tsx b/src/IconFlutterDashOutlinedFilled.tsx index 2560759e7..325490cc1 100644 --- a/src/IconFlutterDashOutlinedFilled.tsx +++ b/src/IconFlutterDashOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterDashOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlutterDashRounded.tsx b/src/IconFlutterDashRounded.tsx index dc0607fd1..e3ef6db8f 100644 --- a/src/IconFlutterDashRounded.tsx +++ b/src/IconFlutterDashRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterDashRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlutterDashRoundedFilled.tsx b/src/IconFlutterDashRoundedFilled.tsx index 8b7f87dbc..84ca71e5c 100644 --- a/src/IconFlutterDashRoundedFilled.tsx +++ b/src/IconFlutterDashRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterDashRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFlutterDashSharp.tsx b/src/IconFlutterDashSharp.tsx index 5575fc7d7..37b733bcb 100644 --- a/src/IconFlutterDashSharp.tsx +++ b/src/IconFlutterDashSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterDashSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlutterDashSharpFilled.tsx b/src/IconFlutterDashSharpFilled.tsx index 7a212193c..1dcde344d 100644 --- a/src/IconFlutterDashSharpFilled.tsx +++ b/src/IconFlutterDashSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterDashSharpFilled: React.FC = ({ ...props diff --git a/src/IconFlutterOutlined.tsx b/src/IconFlutterOutlined.tsx index e7c32e424..c7f40aa03 100644 --- a/src/IconFlutterOutlined.tsx +++ b/src/IconFlutterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlutterOutlinedFilled.tsx b/src/IconFlutterOutlinedFilled.tsx index ccb1bf9e4..2ca80831f 100644 --- a/src/IconFlutterOutlinedFilled.tsx +++ b/src/IconFlutterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlutterRounded.tsx b/src/IconFlutterRounded.tsx index bdc31ec88..130f135c7 100644 --- a/src/IconFlutterRounded.tsx +++ b/src/IconFlutterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlutterRoundedFilled.tsx b/src/IconFlutterRoundedFilled.tsx index 390dde49b..5e8e98580 100644 --- a/src/IconFlutterRoundedFilled.tsx +++ b/src/IconFlutterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlutterSharp.tsx b/src/IconFlutterSharp.tsx index 25822a213..d9d897abd 100644 --- a/src/IconFlutterSharp.tsx +++ b/src/IconFlutterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlutterSharpFilled.tsx b/src/IconFlutterSharpFilled.tsx index 3995928a4..e0197c5d2 100644 --- a/src/IconFlutterSharpFilled.tsx +++ b/src/IconFlutterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlutterSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlyoverOutlined.tsx b/src/IconFlyoverOutlined.tsx index b147e07a5..d918e3216 100644 --- a/src/IconFlyoverOutlined.tsx +++ b/src/IconFlyoverOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlyoverOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFlyoverOutlinedFilled.tsx b/src/IconFlyoverOutlinedFilled.tsx index ec4b6241b..1e912ad6c 100644 --- a/src/IconFlyoverOutlinedFilled.tsx +++ b/src/IconFlyoverOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlyoverOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFlyoverRounded.tsx b/src/IconFlyoverRounded.tsx index 0bc646a93..ecd11a207 100644 --- a/src/IconFlyoverRounded.tsx +++ b/src/IconFlyoverRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlyoverRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFlyoverRoundedFilled.tsx b/src/IconFlyoverRoundedFilled.tsx index f1ca995fc..4f270a4f6 100644 --- a/src/IconFlyoverRoundedFilled.tsx +++ b/src/IconFlyoverRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlyoverRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFlyoverSharp.tsx b/src/IconFlyoverSharp.tsx index 6bba3c200..69718eac5 100644 --- a/src/IconFlyoverSharp.tsx +++ b/src/IconFlyoverSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlyoverSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFlyoverSharpFilled.tsx b/src/IconFlyoverSharpFilled.tsx index 16c48df49..54a97b580 100644 --- a/src/IconFlyoverSharpFilled.tsx +++ b/src/IconFlyoverSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFlyoverSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFmdBadOutlined.tsx b/src/IconFmdBadOutlined.tsx index a535540d2..202c02ec5 100644 --- a/src/IconFmdBadOutlined.tsx +++ b/src/IconFmdBadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFmdBadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFmdBadOutlinedFilled.tsx b/src/IconFmdBadOutlinedFilled.tsx index 5fba36054..b080561c7 100644 --- a/src/IconFmdBadOutlinedFilled.tsx +++ b/src/IconFmdBadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFmdBadOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFmdBadRounded.tsx b/src/IconFmdBadRounded.tsx index f3de0a3e8..2ac8fe8cb 100644 --- a/src/IconFmdBadRounded.tsx +++ b/src/IconFmdBadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFmdBadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFmdBadRoundedFilled.tsx b/src/IconFmdBadRoundedFilled.tsx index 59076e141..0d3840e5c 100644 --- a/src/IconFmdBadRoundedFilled.tsx +++ b/src/IconFmdBadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFmdBadRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFmdBadSharp.tsx b/src/IconFmdBadSharp.tsx index 8c4a98c5f..9c06cf826 100644 --- a/src/IconFmdBadSharp.tsx +++ b/src/IconFmdBadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFmdBadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFmdBadSharpFilled.tsx b/src/IconFmdBadSharpFilled.tsx index a26629854..0eb249356 100644 --- a/src/IconFmdBadSharpFilled.tsx +++ b/src/IconFmdBadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFmdBadSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFoggyOutlined.tsx b/src/IconFoggyOutlined.tsx index 52bc39b71..65787732a 100644 --- a/src/IconFoggyOutlined.tsx +++ b/src/IconFoggyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoggyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFoggyOutlinedFilled.tsx b/src/IconFoggyOutlinedFilled.tsx index 17a066d80..ab1dc6039 100644 --- a/src/IconFoggyOutlinedFilled.tsx +++ b/src/IconFoggyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoggyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFoggyRounded.tsx b/src/IconFoggyRounded.tsx index 5435811e6..358cbbc9f 100644 --- a/src/IconFoggyRounded.tsx +++ b/src/IconFoggyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoggyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFoggyRoundedFilled.tsx b/src/IconFoggyRoundedFilled.tsx index 926eecbb4..d5abe4743 100644 --- a/src/IconFoggyRoundedFilled.tsx +++ b/src/IconFoggyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoggyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFoggySharp.tsx b/src/IconFoggySharp.tsx index 551872ec5..ad99bd1be 100644 --- a/src/IconFoggySharp.tsx +++ b/src/IconFoggySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoggySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFoggySharpFilled.tsx b/src/IconFoggySharpFilled.tsx index cd239fac7..4a5754e6b 100644 --- a/src/IconFoggySharpFilled.tsx +++ b/src/IconFoggySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoggySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFoldedHandsOutlined.tsx b/src/IconFoldedHandsOutlined.tsx index 3bf8bd420..ddf2cc5ef 100644 --- a/src/IconFoldedHandsOutlined.tsx +++ b/src/IconFoldedHandsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoldedHandsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFoldedHandsOutlinedFilled.tsx b/src/IconFoldedHandsOutlinedFilled.tsx index d545f4071..39a636a6a 100644 --- a/src/IconFoldedHandsOutlinedFilled.tsx +++ b/src/IconFoldedHandsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoldedHandsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFoldedHandsRounded.tsx b/src/IconFoldedHandsRounded.tsx index dd31d3894..fa9455468 100644 --- a/src/IconFoldedHandsRounded.tsx +++ b/src/IconFoldedHandsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoldedHandsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFoldedHandsRoundedFilled.tsx b/src/IconFoldedHandsRoundedFilled.tsx index 53df1cc94..a4e02384a 100644 --- a/src/IconFoldedHandsRoundedFilled.tsx +++ b/src/IconFoldedHandsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoldedHandsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFoldedHandsSharp.tsx b/src/IconFoldedHandsSharp.tsx index c76c646fb..a4c9e37a4 100644 --- a/src/IconFoldedHandsSharp.tsx +++ b/src/IconFoldedHandsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoldedHandsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFoldedHandsSharpFilled.tsx b/src/IconFoldedHandsSharpFilled.tsx index 67c1f4b40..75bb6efbf 100644 --- a/src/IconFoldedHandsSharpFilled.tsx +++ b/src/IconFoldedHandsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoldedHandsSharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderCheck2Outlined.tsx b/src/IconFolderCheck2Outlined.tsx index 19f0a9cf2..b69758dd8 100644 --- a/src/IconFolderCheck2Outlined.tsx +++ b/src/IconFolderCheck2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheck2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderCheck2OutlinedFilled.tsx b/src/IconFolderCheck2OutlinedFilled.tsx index 0be0f21c0..5413ad28f 100644 --- a/src/IconFolderCheck2OutlinedFilled.tsx +++ b/src/IconFolderCheck2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheck2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderCheck2Rounded.tsx b/src/IconFolderCheck2Rounded.tsx index eed6eea4f..5e5e14709 100644 --- a/src/IconFolderCheck2Rounded.tsx +++ b/src/IconFolderCheck2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheck2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderCheck2RoundedFilled.tsx b/src/IconFolderCheck2RoundedFilled.tsx index 44ebf440c..b8002f8ac 100644 --- a/src/IconFolderCheck2RoundedFilled.tsx +++ b/src/IconFolderCheck2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheck2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderCheck2Sharp.tsx b/src/IconFolderCheck2Sharp.tsx index 3284d0e32..8f8b1f1de 100644 --- a/src/IconFolderCheck2Sharp.tsx +++ b/src/IconFolderCheck2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheck2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderCheck2SharpFilled.tsx b/src/IconFolderCheck2SharpFilled.tsx index 0d02cf880..e29ef038a 100644 --- a/src/IconFolderCheck2SharpFilled.tsx +++ b/src/IconFolderCheck2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheck2SharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderCheckOutlined.tsx b/src/IconFolderCheckOutlined.tsx index 1d2d23b9b..f7d5cbd36 100644 --- a/src/IconFolderCheckOutlined.tsx +++ b/src/IconFolderCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderCheckOutlinedFilled.tsx b/src/IconFolderCheckOutlinedFilled.tsx index 5396e0317..6777e7ecf 100644 --- a/src/IconFolderCheckOutlinedFilled.tsx +++ b/src/IconFolderCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderCheckRounded.tsx b/src/IconFolderCheckRounded.tsx index 850244a64..d88ffca79 100644 --- a/src/IconFolderCheckRounded.tsx +++ b/src/IconFolderCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderCheckRoundedFilled.tsx b/src/IconFolderCheckRoundedFilled.tsx index 3cacdd778..dc52c6525 100644 --- a/src/IconFolderCheckRoundedFilled.tsx +++ b/src/IconFolderCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderCheckSharp.tsx b/src/IconFolderCheckSharp.tsx index e1ae70681..7a498fb7a 100644 --- a/src/IconFolderCheckSharp.tsx +++ b/src/IconFolderCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderCheckSharpFilled.tsx b/src/IconFolderCheckSharpFilled.tsx index b20739c4f..cd8dc593d 100644 --- a/src/IconFolderCheckSharpFilled.tsx +++ b/src/IconFolderCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderCopyOutlined.tsx b/src/IconFolderCopyOutlined.tsx index 4649b983d..11ed0b5e9 100644 --- a/src/IconFolderCopyOutlined.tsx +++ b/src/IconFolderCopyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCopyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderCopyOutlinedFilled.tsx b/src/IconFolderCopyOutlinedFilled.tsx index 37cb5fed8..eeb35f4aa 100644 --- a/src/IconFolderCopyOutlinedFilled.tsx +++ b/src/IconFolderCopyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCopyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderCopyRounded.tsx b/src/IconFolderCopyRounded.tsx index cd3d05a08..81497e0cf 100644 --- a/src/IconFolderCopyRounded.tsx +++ b/src/IconFolderCopyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCopyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderCopyRoundedFilled.tsx b/src/IconFolderCopyRoundedFilled.tsx index eb6bde3be..9596af841 100644 --- a/src/IconFolderCopyRoundedFilled.tsx +++ b/src/IconFolderCopyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCopyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderCopySharp.tsx b/src/IconFolderCopySharp.tsx index 16e904f4d..7c6ca885c 100644 --- a/src/IconFolderCopySharp.tsx +++ b/src/IconFolderCopySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCopySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderCopySharpFilled.tsx b/src/IconFolderCopySharpFilled.tsx index cf740282d..933e385c5 100644 --- a/src/IconFolderCopySharpFilled.tsx +++ b/src/IconFolderCopySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderCopySharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderDataOutlined.tsx b/src/IconFolderDataOutlined.tsx index d91aa066f..7e943a15c 100644 --- a/src/IconFolderDataOutlined.tsx +++ b/src/IconFolderDataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDataOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderDataOutlinedFilled.tsx b/src/IconFolderDataOutlinedFilled.tsx index fb6b8fba8..c492817ab 100644 --- a/src/IconFolderDataOutlinedFilled.tsx +++ b/src/IconFolderDataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDataOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderDataRounded.tsx b/src/IconFolderDataRounded.tsx index 1bb2b46fc..aa370f70c 100644 --- a/src/IconFolderDataRounded.tsx +++ b/src/IconFolderDataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDataRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderDataRoundedFilled.tsx b/src/IconFolderDataRoundedFilled.tsx index 2e5dd43e3..fff1044db 100644 --- a/src/IconFolderDataRoundedFilled.tsx +++ b/src/IconFolderDataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDataRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderDataSharp.tsx b/src/IconFolderDataSharp.tsx index f5e446419..64cca173f 100644 --- a/src/IconFolderDataSharp.tsx +++ b/src/IconFolderDataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDataSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderDataSharpFilled.tsx b/src/IconFolderDataSharpFilled.tsx index 478b0293c..0b626c24f 100644 --- a/src/IconFolderDataSharpFilled.tsx +++ b/src/IconFolderDataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDataSharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderDeleteOutlined.tsx b/src/IconFolderDeleteOutlined.tsx index 7d5307e94..d25a28ed7 100644 --- a/src/IconFolderDeleteOutlined.tsx +++ b/src/IconFolderDeleteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDeleteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderDeleteOutlinedFilled.tsx b/src/IconFolderDeleteOutlinedFilled.tsx index 86f6231f3..7733b8dd6 100644 --- a/src/IconFolderDeleteOutlinedFilled.tsx +++ b/src/IconFolderDeleteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDeleteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderDeleteRounded.tsx b/src/IconFolderDeleteRounded.tsx index 6e49d81f3..c0f4bc3fc 100644 --- a/src/IconFolderDeleteRounded.tsx +++ b/src/IconFolderDeleteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDeleteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderDeleteRoundedFilled.tsx b/src/IconFolderDeleteRoundedFilled.tsx index aadaf2eec..68b3eafaa 100644 --- a/src/IconFolderDeleteRoundedFilled.tsx +++ b/src/IconFolderDeleteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDeleteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderDeleteSharp.tsx b/src/IconFolderDeleteSharp.tsx index 7c53e0a6f..3305c0e56 100644 --- a/src/IconFolderDeleteSharp.tsx +++ b/src/IconFolderDeleteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDeleteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderDeleteSharpFilled.tsx b/src/IconFolderDeleteSharpFilled.tsx index 108a4c7cb..43cd7c189 100644 --- a/src/IconFolderDeleteSharpFilled.tsx +++ b/src/IconFolderDeleteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderDeleteSharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderEyeOutlined.tsx b/src/IconFolderEyeOutlined.tsx index 0f56c3671..83d73342f 100644 --- a/src/IconFolderEyeOutlined.tsx +++ b/src/IconFolderEyeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderEyeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderEyeOutlinedFilled.tsx b/src/IconFolderEyeOutlinedFilled.tsx index bbe2baaaa..d3800f49b 100644 --- a/src/IconFolderEyeOutlinedFilled.tsx +++ b/src/IconFolderEyeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderEyeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderEyeRounded.tsx b/src/IconFolderEyeRounded.tsx index d42acbf0a..aff0b6969 100644 --- a/src/IconFolderEyeRounded.tsx +++ b/src/IconFolderEyeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderEyeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderEyeRoundedFilled.tsx b/src/IconFolderEyeRoundedFilled.tsx index 8addbbb52..d2a619b33 100644 --- a/src/IconFolderEyeRoundedFilled.tsx +++ b/src/IconFolderEyeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderEyeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderEyeSharp.tsx b/src/IconFolderEyeSharp.tsx index 7dc2a679c..e6c6ff4a5 100644 --- a/src/IconFolderEyeSharp.tsx +++ b/src/IconFolderEyeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderEyeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderEyeSharpFilled.tsx b/src/IconFolderEyeSharpFilled.tsx index 6907e3e4d..77a55511d 100644 --- a/src/IconFolderEyeSharpFilled.tsx +++ b/src/IconFolderEyeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderEyeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderLimitedOutlined.tsx b/src/IconFolderLimitedOutlined.tsx index 558a1a8f3..82999e54f 100644 --- a/src/IconFolderLimitedOutlined.tsx +++ b/src/IconFolderLimitedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderLimitedOutlined: React.FC = ({ ...props diff --git a/src/IconFolderLimitedOutlinedFilled.tsx b/src/IconFolderLimitedOutlinedFilled.tsx index 803bc55e2..c7163c56a 100644 --- a/src/IconFolderLimitedOutlinedFilled.tsx +++ b/src/IconFolderLimitedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderLimitedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderLimitedRounded.tsx b/src/IconFolderLimitedRounded.tsx index c7cb1430b..ffe9271a5 100644 --- a/src/IconFolderLimitedRounded.tsx +++ b/src/IconFolderLimitedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderLimitedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderLimitedRoundedFilled.tsx b/src/IconFolderLimitedRoundedFilled.tsx index 7522c5eb9..7a158d904 100644 --- a/src/IconFolderLimitedRoundedFilled.tsx +++ b/src/IconFolderLimitedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderLimitedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderLimitedSharp.tsx b/src/IconFolderLimitedSharp.tsx index 88c2200c5..fbf448fec 100644 --- a/src/IconFolderLimitedSharp.tsx +++ b/src/IconFolderLimitedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderLimitedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderLimitedSharpFilled.tsx b/src/IconFolderLimitedSharpFilled.tsx index b36db6fef..caa918bff 100644 --- a/src/IconFolderLimitedSharpFilled.tsx +++ b/src/IconFolderLimitedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderLimitedSharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderManagedOutlined.tsx b/src/IconFolderManagedOutlined.tsx index 10438fb60..c408272c1 100644 --- a/src/IconFolderManagedOutlined.tsx +++ b/src/IconFolderManagedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderManagedOutlined: React.FC = ({ ...props diff --git a/src/IconFolderManagedOutlinedFilled.tsx b/src/IconFolderManagedOutlinedFilled.tsx index dabd74447..c818de5dc 100644 --- a/src/IconFolderManagedOutlinedFilled.tsx +++ b/src/IconFolderManagedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderManagedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderManagedRounded.tsx b/src/IconFolderManagedRounded.tsx index 36b9e3d5b..07ba7dba6 100644 --- a/src/IconFolderManagedRounded.tsx +++ b/src/IconFolderManagedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderManagedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderManagedRoundedFilled.tsx b/src/IconFolderManagedRoundedFilled.tsx index d1d2ffe5b..520519d56 100644 --- a/src/IconFolderManagedRoundedFilled.tsx +++ b/src/IconFolderManagedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderManagedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderManagedSharp.tsx b/src/IconFolderManagedSharp.tsx index a914a9b06..c01f01788 100644 --- a/src/IconFolderManagedSharp.tsx +++ b/src/IconFolderManagedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderManagedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderManagedSharpFilled.tsx b/src/IconFolderManagedSharpFilled.tsx index 3f1cb5042..84068b5de 100644 --- a/src/IconFolderManagedSharpFilled.tsx +++ b/src/IconFolderManagedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderManagedSharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderMatchOutlined.tsx b/src/IconFolderMatchOutlined.tsx index 0b05e0c78..e1b0983e8 100644 --- a/src/IconFolderMatchOutlined.tsx +++ b/src/IconFolderMatchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderMatchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderMatchOutlinedFilled.tsx b/src/IconFolderMatchOutlinedFilled.tsx index 5a791e71e..7cd9f977e 100644 --- a/src/IconFolderMatchOutlinedFilled.tsx +++ b/src/IconFolderMatchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderMatchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderMatchRounded.tsx b/src/IconFolderMatchRounded.tsx index 4d3014a40..db8689b8b 100644 --- a/src/IconFolderMatchRounded.tsx +++ b/src/IconFolderMatchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderMatchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderMatchRoundedFilled.tsx b/src/IconFolderMatchRoundedFilled.tsx index 7ff7825db..c2825862e 100644 --- a/src/IconFolderMatchRoundedFilled.tsx +++ b/src/IconFolderMatchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderMatchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderMatchSharp.tsx b/src/IconFolderMatchSharp.tsx index 688f377c8..84d37e822 100644 --- a/src/IconFolderMatchSharp.tsx +++ b/src/IconFolderMatchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderMatchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderMatchSharpFilled.tsx b/src/IconFolderMatchSharpFilled.tsx index 52a88c282..3b6d4a6e5 100644 --- a/src/IconFolderMatchSharpFilled.tsx +++ b/src/IconFolderMatchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderMatchSharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderOffOutlined.tsx b/src/IconFolderOffOutlined.tsx index 560d96734..9beca0421 100644 --- a/src/IconFolderOffOutlined.tsx +++ b/src/IconFolderOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderOffOutlinedFilled.tsx b/src/IconFolderOffOutlinedFilled.tsx index 67f0d7075..8316bcd00 100644 --- a/src/IconFolderOffOutlinedFilled.tsx +++ b/src/IconFolderOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderOffRounded.tsx b/src/IconFolderOffRounded.tsx index 78651a291..4c6340f9b 100644 --- a/src/IconFolderOffRounded.tsx +++ b/src/IconFolderOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderOffRoundedFilled.tsx b/src/IconFolderOffRoundedFilled.tsx index 68f82ff4e..7805f5518 100644 --- a/src/IconFolderOffRoundedFilled.tsx +++ b/src/IconFolderOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderOffSharp.tsx b/src/IconFolderOffSharp.tsx index 690b24655..1d1497410 100644 --- a/src/IconFolderOffSharp.tsx +++ b/src/IconFolderOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderOffSharpFilled.tsx b/src/IconFolderOffSharpFilled.tsx index 8098ffbcb..aaefde0f0 100644 --- a/src/IconFolderOffSharpFilled.tsx +++ b/src/IconFolderOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderOpenOutlined.tsx b/src/IconFolderOpenOutlined.tsx index 058bbdec6..a547af910 100644 --- a/src/IconFolderOpenOutlined.tsx +++ b/src/IconFolderOpenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOpenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderOpenOutlinedFilled.tsx b/src/IconFolderOpenOutlinedFilled.tsx index 2f67e3270..272ae9c9f 100644 --- a/src/IconFolderOpenOutlinedFilled.tsx +++ b/src/IconFolderOpenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOpenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderOpenRounded.tsx b/src/IconFolderOpenRounded.tsx index e382ff0a0..7c26c51db 100644 --- a/src/IconFolderOpenRounded.tsx +++ b/src/IconFolderOpenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOpenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderOpenRoundedFilled.tsx b/src/IconFolderOpenRoundedFilled.tsx index 7bd20b4cb..ae123e5ef 100644 --- a/src/IconFolderOpenRoundedFilled.tsx +++ b/src/IconFolderOpenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOpenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderOpenSharp.tsx b/src/IconFolderOpenSharp.tsx index 3b57c5ff6..6a2f497d0 100644 --- a/src/IconFolderOpenSharp.tsx +++ b/src/IconFolderOpenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOpenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderOpenSharpFilled.tsx b/src/IconFolderOpenSharpFilled.tsx index 9339fefb9..e90e5429e 100644 --- a/src/IconFolderOpenSharpFilled.tsx +++ b/src/IconFolderOpenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOpenSharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderOutlined.tsx b/src/IconFolderOutlined.tsx index b24a342aa..7b4fd356f 100644 --- a/src/IconFolderOutlined.tsx +++ b/src/IconFolderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderOutlinedFilled.tsx b/src/IconFolderOutlinedFilled.tsx index a275c6eb9..e896693d7 100644 --- a/src/IconFolderOutlinedFilled.tsx +++ b/src/IconFolderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderRounded.tsx b/src/IconFolderRounded.tsx index bcea4af82..3646d7682 100644 --- a/src/IconFolderRounded.tsx +++ b/src/IconFolderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderRoundedFilled.tsx b/src/IconFolderRoundedFilled.tsx index 4b2890f5c..b86f58c14 100644 --- a/src/IconFolderRoundedFilled.tsx +++ b/src/IconFolderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderSharedOutlined.tsx b/src/IconFolderSharedOutlined.tsx index 34d590d1b..fb60b06fc 100644 --- a/src/IconFolderSharedOutlined.tsx +++ b/src/IconFolderSharedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSharedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderSharedOutlinedFilled.tsx b/src/IconFolderSharedOutlinedFilled.tsx index cf25d0ef2..caf751051 100644 --- a/src/IconFolderSharedOutlinedFilled.tsx +++ b/src/IconFolderSharedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSharedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderSharedRounded.tsx b/src/IconFolderSharedRounded.tsx index 85fa8e499..141ddb475 100644 --- a/src/IconFolderSharedRounded.tsx +++ b/src/IconFolderSharedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSharedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderSharedRoundedFilled.tsx b/src/IconFolderSharedRoundedFilled.tsx index 2e8e1c698..3dee6582c 100644 --- a/src/IconFolderSharedRoundedFilled.tsx +++ b/src/IconFolderSharedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSharedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderSharedSharp.tsx b/src/IconFolderSharedSharp.tsx index 9e2776934..ab13ac8cd 100644 --- a/src/IconFolderSharedSharp.tsx +++ b/src/IconFolderSharedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSharedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderSharedSharpFilled.tsx b/src/IconFolderSharedSharpFilled.tsx index 8418f2aa4..606945709 100644 --- a/src/IconFolderSharedSharpFilled.tsx +++ b/src/IconFolderSharedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSharedSharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderSharp.tsx b/src/IconFolderSharp.tsx index f0f567536..dc85a5a24 100644 --- a/src/IconFolderSharp.tsx +++ b/src/IconFolderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderSharpFilled.tsx b/src/IconFolderSharpFilled.tsx index 4173da6ad..8757e242e 100644 --- a/src/IconFolderSharpFilled.tsx +++ b/src/IconFolderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderSpecialOutlined.tsx b/src/IconFolderSpecialOutlined.tsx index 6ef2bbeeb..42c385d3d 100644 --- a/src/IconFolderSpecialOutlined.tsx +++ b/src/IconFolderSpecialOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSpecialOutlined: React.FC = ({ ...props diff --git a/src/IconFolderSpecialOutlinedFilled.tsx b/src/IconFolderSpecialOutlinedFilled.tsx index d91744955..ef7f19a84 100644 --- a/src/IconFolderSpecialOutlinedFilled.tsx +++ b/src/IconFolderSpecialOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSpecialOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderSpecialRounded.tsx b/src/IconFolderSpecialRounded.tsx index 2694ed8cf..6b0c831b5 100644 --- a/src/IconFolderSpecialRounded.tsx +++ b/src/IconFolderSpecialRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSpecialRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderSpecialRoundedFilled.tsx b/src/IconFolderSpecialRoundedFilled.tsx index 38b5c26c8..44952ff52 100644 --- a/src/IconFolderSpecialRoundedFilled.tsx +++ b/src/IconFolderSpecialRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSpecialRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderSpecialSharp.tsx b/src/IconFolderSpecialSharp.tsx index f48202b5a..0454c1f4b 100644 --- a/src/IconFolderSpecialSharp.tsx +++ b/src/IconFolderSpecialSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSpecialSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderSpecialSharpFilled.tsx b/src/IconFolderSpecialSharpFilled.tsx index 2e900e2bc..13129f237 100644 --- a/src/IconFolderSpecialSharpFilled.tsx +++ b/src/IconFolderSpecialSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSpecialSharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderSupervisedOutlined.tsx b/src/IconFolderSupervisedOutlined.tsx index 2df1275dd..addcff57e 100644 --- a/src/IconFolderSupervisedOutlined.tsx +++ b/src/IconFolderSupervisedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSupervisedOutlined: React.FC = ({ ...props diff --git a/src/IconFolderSupervisedOutlinedFilled.tsx b/src/IconFolderSupervisedOutlinedFilled.tsx index 5fff0fbe4..d4dcfd8ec 100644 --- a/src/IconFolderSupervisedOutlinedFilled.tsx +++ b/src/IconFolderSupervisedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSupervisedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderSupervisedRounded.tsx b/src/IconFolderSupervisedRounded.tsx index fac9fa693..e4b86abd3 100644 --- a/src/IconFolderSupervisedRounded.tsx +++ b/src/IconFolderSupervisedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSupervisedRounded: React.FC = ({ ...props diff --git a/src/IconFolderSupervisedRoundedFilled.tsx b/src/IconFolderSupervisedRoundedFilled.tsx index 9c7c311d4..98ab5d472 100644 --- a/src/IconFolderSupervisedRoundedFilled.tsx +++ b/src/IconFolderSupervisedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSupervisedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderSupervisedSharp.tsx b/src/IconFolderSupervisedSharp.tsx index 521ead9c0..be7e16c9d 100644 --- a/src/IconFolderSupervisedSharp.tsx +++ b/src/IconFolderSupervisedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSupervisedSharp: React.FC = ({ ...props diff --git a/src/IconFolderSupervisedSharpFilled.tsx b/src/IconFolderSupervisedSharpFilled.tsx index c99f60a81..763f6953a 100644 --- a/src/IconFolderSupervisedSharpFilled.tsx +++ b/src/IconFolderSupervisedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderSupervisedSharpFilled: React.FC = ({ ...props diff --git a/src/IconFolderZipOutlined.tsx b/src/IconFolderZipOutlined.tsx index c407c222a..207efd69a 100644 --- a/src/IconFolderZipOutlined.tsx +++ b/src/IconFolderZipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderZipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderZipOutlinedFilled.tsx b/src/IconFolderZipOutlinedFilled.tsx index 7736a05a7..b5cba809e 100644 --- a/src/IconFolderZipOutlinedFilled.tsx +++ b/src/IconFolderZipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderZipOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFolderZipRounded.tsx b/src/IconFolderZipRounded.tsx index b443f5b0b..587b913c0 100644 --- a/src/IconFolderZipRounded.tsx +++ b/src/IconFolderZipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderZipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderZipRoundedFilled.tsx b/src/IconFolderZipRoundedFilled.tsx index 0b591b858..473092f02 100644 --- a/src/IconFolderZipRoundedFilled.tsx +++ b/src/IconFolderZipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderZipRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFolderZipSharp.tsx b/src/IconFolderZipSharp.tsx index 59b256304..3cdac8dc6 100644 --- a/src/IconFolderZipSharp.tsx +++ b/src/IconFolderZipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderZipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFolderZipSharpFilled.tsx b/src/IconFolderZipSharpFilled.tsx index 0cd4ba987..f89d0486f 100644 --- a/src/IconFolderZipSharpFilled.tsx +++ b/src/IconFolderZipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFolderZipSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFollowTheSignsOutlined.tsx b/src/IconFollowTheSignsOutlined.tsx index 314a49c17..4102267ab 100644 --- a/src/IconFollowTheSignsOutlined.tsx +++ b/src/IconFollowTheSignsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFollowTheSignsOutlined: React.FC = ({ ...props diff --git a/src/IconFollowTheSignsOutlinedFilled.tsx b/src/IconFollowTheSignsOutlinedFilled.tsx index 740c25bcd..715f24d33 100644 --- a/src/IconFollowTheSignsOutlinedFilled.tsx +++ b/src/IconFollowTheSignsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFollowTheSignsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFollowTheSignsRounded.tsx b/src/IconFollowTheSignsRounded.tsx index 0972a5b12..c02e3e80b 100644 --- a/src/IconFollowTheSignsRounded.tsx +++ b/src/IconFollowTheSignsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFollowTheSignsRounded: React.FC = ({ ...props diff --git a/src/IconFollowTheSignsRoundedFilled.tsx b/src/IconFollowTheSignsRoundedFilled.tsx index 69f7b42a5..03e824462 100644 --- a/src/IconFollowTheSignsRoundedFilled.tsx +++ b/src/IconFollowTheSignsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFollowTheSignsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFollowTheSignsSharp.tsx b/src/IconFollowTheSignsSharp.tsx index 770b5b955..f9ffa20d8 100644 --- a/src/IconFollowTheSignsSharp.tsx +++ b/src/IconFollowTheSignsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFollowTheSignsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFollowTheSignsSharpFilled.tsx b/src/IconFollowTheSignsSharpFilled.tsx index 7cd1fc6d1..707a09f75 100644 --- a/src/IconFollowTheSignsSharpFilled.tsx +++ b/src/IconFollowTheSignsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFollowTheSignsSharpFilled: React.FC = ({ ...props diff --git a/src/IconFontDownloadOffOutlined.tsx b/src/IconFontDownloadOffOutlined.tsx index 5378ddf99..4d30f45c7 100644 --- a/src/IconFontDownloadOffOutlined.tsx +++ b/src/IconFontDownloadOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadOffOutlined: React.FC = ({ ...props diff --git a/src/IconFontDownloadOffOutlinedFilled.tsx b/src/IconFontDownloadOffOutlinedFilled.tsx index f4d6fa356..23ed534af 100644 --- a/src/IconFontDownloadOffOutlinedFilled.tsx +++ b/src/IconFontDownloadOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFontDownloadOffRounded.tsx b/src/IconFontDownloadOffRounded.tsx index 43a42a125..b7401fe93 100644 --- a/src/IconFontDownloadOffRounded.tsx +++ b/src/IconFontDownloadOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadOffRounded: React.FC = ({ ...props diff --git a/src/IconFontDownloadOffRoundedFilled.tsx b/src/IconFontDownloadOffRoundedFilled.tsx index 0b457bf34..127ebcc05 100644 --- a/src/IconFontDownloadOffRoundedFilled.tsx +++ b/src/IconFontDownloadOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFontDownloadOffSharp.tsx b/src/IconFontDownloadOffSharp.tsx index 37f458ff7..8051fa6a0 100644 --- a/src/IconFontDownloadOffSharp.tsx +++ b/src/IconFontDownloadOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFontDownloadOffSharpFilled.tsx b/src/IconFontDownloadOffSharpFilled.tsx index b60f2a65b..824728fe1 100644 --- a/src/IconFontDownloadOffSharpFilled.tsx +++ b/src/IconFontDownloadOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFontDownloadOutlined.tsx b/src/IconFontDownloadOutlined.tsx index 4daf25085..dca9f2371 100644 --- a/src/IconFontDownloadOutlined.tsx +++ b/src/IconFontDownloadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFontDownloadOutlinedFilled.tsx b/src/IconFontDownloadOutlinedFilled.tsx index f4cc301c4..32ea44ae5 100644 --- a/src/IconFontDownloadOutlinedFilled.tsx +++ b/src/IconFontDownloadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFontDownloadRounded.tsx b/src/IconFontDownloadRounded.tsx index da8636b1c..ad21c1bf6 100644 --- a/src/IconFontDownloadRounded.tsx +++ b/src/IconFontDownloadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFontDownloadRoundedFilled.tsx b/src/IconFontDownloadRoundedFilled.tsx index 6fe7fc22b..0448f9c46 100644 --- a/src/IconFontDownloadRoundedFilled.tsx +++ b/src/IconFontDownloadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFontDownloadSharp.tsx b/src/IconFontDownloadSharp.tsx index 270202efc..7ff9e7f90 100644 --- a/src/IconFontDownloadSharp.tsx +++ b/src/IconFontDownloadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFontDownloadSharpFilled.tsx b/src/IconFontDownloadSharpFilled.tsx index 5ff116884..55d3d4016 100644 --- a/src/IconFontDownloadSharpFilled.tsx +++ b/src/IconFontDownloadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFontDownloadSharpFilled: React.FC = ({ ...props diff --git a/src/IconFoodBankOutlined.tsx b/src/IconFoodBankOutlined.tsx index a764f379f..4efaf042c 100644 --- a/src/IconFoodBankOutlined.tsx +++ b/src/IconFoodBankOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoodBankOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFoodBankOutlinedFilled.tsx b/src/IconFoodBankOutlinedFilled.tsx index 436797e2e..3617f526d 100644 --- a/src/IconFoodBankOutlinedFilled.tsx +++ b/src/IconFoodBankOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoodBankOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFoodBankRounded.tsx b/src/IconFoodBankRounded.tsx index 2e70cdefa..9efcff7fc 100644 --- a/src/IconFoodBankRounded.tsx +++ b/src/IconFoodBankRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoodBankRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFoodBankRoundedFilled.tsx b/src/IconFoodBankRoundedFilled.tsx index 48756eb83..77fa67630 100644 --- a/src/IconFoodBankRoundedFilled.tsx +++ b/src/IconFoodBankRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoodBankRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFoodBankSharp.tsx b/src/IconFoodBankSharp.tsx index 1ada77e60..442b2150b 100644 --- a/src/IconFoodBankSharp.tsx +++ b/src/IconFoodBankSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoodBankSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFoodBankSharpFilled.tsx b/src/IconFoodBankSharpFilled.tsx index ff8c6aaf2..56818ca62 100644 --- a/src/IconFoodBankSharpFilled.tsx +++ b/src/IconFoodBankSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoodBankSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFootBonesOutlined.tsx b/src/IconFootBonesOutlined.tsx index 9e0cc9282..0a46e2582 100644 --- a/src/IconFootBonesOutlined.tsx +++ b/src/IconFootBonesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootBonesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFootBonesOutlinedFilled.tsx b/src/IconFootBonesOutlinedFilled.tsx index 8c9b37ae4..3a60020a0 100644 --- a/src/IconFootBonesOutlinedFilled.tsx +++ b/src/IconFootBonesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootBonesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFootBonesRounded.tsx b/src/IconFootBonesRounded.tsx index 36b732db4..3bd49c528 100644 --- a/src/IconFootBonesRounded.tsx +++ b/src/IconFootBonesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootBonesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFootBonesRoundedFilled.tsx b/src/IconFootBonesRoundedFilled.tsx index c7cb81f2f..fa7723c11 100644 --- a/src/IconFootBonesRoundedFilled.tsx +++ b/src/IconFootBonesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootBonesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFootBonesSharp.tsx b/src/IconFootBonesSharp.tsx index b881c2b14..20d523a96 100644 --- a/src/IconFootBonesSharp.tsx +++ b/src/IconFootBonesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootBonesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFootBonesSharpFilled.tsx b/src/IconFootBonesSharpFilled.tsx index 150f1e444..099a3e426 100644 --- a/src/IconFootBonesSharpFilled.tsx +++ b/src/IconFootBonesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootBonesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFootprintOutlined.tsx b/src/IconFootprintOutlined.tsx index ca097d6dd..abce5fa83 100644 --- a/src/IconFootprintOutlined.tsx +++ b/src/IconFootprintOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootprintOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFootprintOutlinedFilled.tsx b/src/IconFootprintOutlinedFilled.tsx index 85f18e816..1cb943a85 100644 --- a/src/IconFootprintOutlinedFilled.tsx +++ b/src/IconFootprintOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootprintOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFootprintRounded.tsx b/src/IconFootprintRounded.tsx index efb5d844b..69302d742 100644 --- a/src/IconFootprintRounded.tsx +++ b/src/IconFootprintRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootprintRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFootprintRoundedFilled.tsx b/src/IconFootprintRoundedFilled.tsx index 2a33503d3..6742c1ac2 100644 --- a/src/IconFootprintRoundedFilled.tsx +++ b/src/IconFootprintRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootprintRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFootprintSharp.tsx b/src/IconFootprintSharp.tsx index 4c5e08e29..94cd9cf37 100644 --- a/src/IconFootprintSharp.tsx +++ b/src/IconFootprintSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootprintSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFootprintSharpFilled.tsx b/src/IconFootprintSharpFilled.tsx index b8dd59b40..c7fdd861d 100644 --- a/src/IconFootprintSharpFilled.tsx +++ b/src/IconFootprintSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFootprintSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForYouOutlined.tsx b/src/IconForYouOutlined.tsx index 189897bb2..aa81856c7 100644 --- a/src/IconForYouOutlined.tsx +++ b/src/IconForYouOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForYouOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForYouOutlinedFilled.tsx b/src/IconForYouOutlinedFilled.tsx index 5d98a0659..87b866b02 100644 --- a/src/IconForYouOutlinedFilled.tsx +++ b/src/IconForYouOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForYouOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForYouRounded.tsx b/src/IconForYouRounded.tsx index c63e1ce68..238c8d696 100644 --- a/src/IconForYouRounded.tsx +++ b/src/IconForYouRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForYouRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForYouRoundedFilled.tsx b/src/IconForYouRoundedFilled.tsx index 4421e0c98..88e2e54ff 100644 --- a/src/IconForYouRoundedFilled.tsx +++ b/src/IconForYouRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForYouRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForYouSharp.tsx b/src/IconForYouSharp.tsx index bd36934a6..e266ff63d 100644 --- a/src/IconForYouSharp.tsx +++ b/src/IconForYouSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForYouSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForYouSharpFilled.tsx b/src/IconForYouSharpFilled.tsx index 0110ed750..9b1c96e4c 100644 --- a/src/IconForYouSharpFilled.tsx +++ b/src/IconForYouSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForYouSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForestOutlined.tsx b/src/IconForestOutlined.tsx index 1e297670a..e354095f7 100644 --- a/src/IconForestOutlined.tsx +++ b/src/IconForestOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForestOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForestOutlinedFilled.tsx b/src/IconForestOutlinedFilled.tsx index 84853ccfc..6e334bb68 100644 --- a/src/IconForestOutlinedFilled.tsx +++ b/src/IconForestOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForestOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForestRounded.tsx b/src/IconForestRounded.tsx index b975b28df..9341ae115 100644 --- a/src/IconForestRounded.tsx +++ b/src/IconForestRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForestRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForestRoundedFilled.tsx b/src/IconForestRoundedFilled.tsx index 95dca5ac2..cd12f154c 100644 --- a/src/IconForestRoundedFilled.tsx +++ b/src/IconForestRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForestRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForestSharp.tsx b/src/IconForestSharp.tsx index f5101d973..2ce1cd562 100644 --- a/src/IconForestSharp.tsx +++ b/src/IconForestSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForestSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForestSharpFilled.tsx b/src/IconForestSharpFilled.tsx index f93e72003..af7600d82 100644 --- a/src/IconForestSharpFilled.tsx +++ b/src/IconForestSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForestSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForkLeftOutlined.tsx b/src/IconForkLeftOutlined.tsx index 2b1f2fd03..ba96c75f6 100644 --- a/src/IconForkLeftOutlined.tsx +++ b/src/IconForkLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForkLeftOutlinedFilled.tsx b/src/IconForkLeftOutlinedFilled.tsx index 8d6d9f18e..1317b04d8 100644 --- a/src/IconForkLeftOutlinedFilled.tsx +++ b/src/IconForkLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconForkLeftRounded.tsx b/src/IconForkLeftRounded.tsx index c292d5708..09532c3b6 100644 --- a/src/IconForkLeftRounded.tsx +++ b/src/IconForkLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForkLeftRoundedFilled.tsx b/src/IconForkLeftRoundedFilled.tsx index 2bef9dc6b..aaac8fd4c 100644 --- a/src/IconForkLeftRoundedFilled.tsx +++ b/src/IconForkLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconForkLeftSharp.tsx b/src/IconForkLeftSharp.tsx index 2b1987645..abde21b92 100644 --- a/src/IconForkLeftSharp.tsx +++ b/src/IconForkLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForkLeftSharpFilled.tsx b/src/IconForkLeftSharpFilled.tsx index 24f6b3a03..ecdb1c690 100644 --- a/src/IconForkLeftSharpFilled.tsx +++ b/src/IconForkLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkLeftSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForkRightOutlined.tsx b/src/IconForkRightOutlined.tsx index 871aefd92..c05177e19 100644 --- a/src/IconForkRightOutlined.tsx +++ b/src/IconForkRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForkRightOutlinedFilled.tsx b/src/IconForkRightOutlinedFilled.tsx index b0c9c6cf0..9e1912f7c 100644 --- a/src/IconForkRightOutlinedFilled.tsx +++ b/src/IconForkRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconForkRightRounded.tsx b/src/IconForkRightRounded.tsx index a6bc866eb..29597e2b9 100644 --- a/src/IconForkRightRounded.tsx +++ b/src/IconForkRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForkRightRoundedFilled.tsx b/src/IconForkRightRoundedFilled.tsx index ce10faa4a..4a9581b99 100644 --- a/src/IconForkRightRoundedFilled.tsx +++ b/src/IconForkRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconForkRightSharp.tsx b/src/IconForkRightSharp.tsx index 02e0eaa4a..55cccd53e 100644 --- a/src/IconForkRightSharp.tsx +++ b/src/IconForkRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForkRightSharpFilled.tsx b/src/IconForkRightSharpFilled.tsx index 90b9981b7..8efd6efe9 100644 --- a/src/IconForkRightSharpFilled.tsx +++ b/src/IconForkRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkRightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForkSpoonOutlined.tsx b/src/IconForkSpoonOutlined.tsx index d61bfcde2..dc54154c2 100644 --- a/src/IconForkSpoonOutlined.tsx +++ b/src/IconForkSpoonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkSpoonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForkSpoonOutlinedFilled.tsx b/src/IconForkSpoonOutlinedFilled.tsx index f6e97744d..91a415d52 100644 --- a/src/IconForkSpoonOutlinedFilled.tsx +++ b/src/IconForkSpoonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkSpoonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconForkSpoonRounded.tsx b/src/IconForkSpoonRounded.tsx index 4bbd1967c..ea2d82130 100644 --- a/src/IconForkSpoonRounded.tsx +++ b/src/IconForkSpoonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkSpoonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForkSpoonRoundedFilled.tsx b/src/IconForkSpoonRoundedFilled.tsx index 5bf8e0ebf..e74696b55 100644 --- a/src/IconForkSpoonRoundedFilled.tsx +++ b/src/IconForkSpoonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkSpoonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconForkSpoonSharp.tsx b/src/IconForkSpoonSharp.tsx index 6b4b649c6..66d963ca4 100644 --- a/src/IconForkSpoonSharp.tsx +++ b/src/IconForkSpoonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkSpoonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForkSpoonSharpFilled.tsx b/src/IconForkSpoonSharpFilled.tsx index 3f26dd82b..0ee22f9f6 100644 --- a/src/IconForkSpoonSharpFilled.tsx +++ b/src/IconForkSpoonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkSpoonSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForkliftOutlined.tsx b/src/IconForkliftOutlined.tsx index 71f30b972..b2047928a 100644 --- a/src/IconForkliftOutlined.tsx +++ b/src/IconForkliftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkliftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForkliftOutlinedFilled.tsx b/src/IconForkliftOutlinedFilled.tsx index 24d67d9c5..fc5271a34 100644 --- a/src/IconForkliftOutlinedFilled.tsx +++ b/src/IconForkliftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkliftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconForkliftRounded.tsx b/src/IconForkliftRounded.tsx index aec42c30e..e81c8551d 100644 --- a/src/IconForkliftRounded.tsx +++ b/src/IconForkliftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkliftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForkliftRoundedFilled.tsx b/src/IconForkliftRoundedFilled.tsx index b99695cc9..fca541617 100644 --- a/src/IconForkliftRoundedFilled.tsx +++ b/src/IconForkliftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkliftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconForkliftSharp.tsx b/src/IconForkliftSharp.tsx index 879b3e03b..27e8f7782 100644 --- a/src/IconForkliftSharp.tsx +++ b/src/IconForkliftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkliftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForkliftSharpFilled.tsx b/src/IconForkliftSharpFilled.tsx index 3551e4d11..c267e0343 100644 --- a/src/IconForkliftSharpFilled.tsx +++ b/src/IconForkliftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForkliftSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatAlignCenterOutlined.tsx b/src/IconFormatAlignCenterOutlined.tsx index 4c0dfc386..3e629dd58 100644 --- a/src/IconFormatAlignCenterOutlined.tsx +++ b/src/IconFormatAlignCenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignCenterOutlined: React.FC = ({ ...props diff --git a/src/IconFormatAlignCenterOutlinedFilled.tsx b/src/IconFormatAlignCenterOutlinedFilled.tsx index 6b62d146b..fef69d88f 100644 --- a/src/IconFormatAlignCenterOutlinedFilled.tsx +++ b/src/IconFormatAlignCenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignCenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatAlignCenterRounded.tsx b/src/IconFormatAlignCenterRounded.tsx index 93dba34af..a7983f953 100644 --- a/src/IconFormatAlignCenterRounded.tsx +++ b/src/IconFormatAlignCenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignCenterRounded: React.FC = ({ ...props diff --git a/src/IconFormatAlignCenterRoundedFilled.tsx b/src/IconFormatAlignCenterRoundedFilled.tsx index a0c013014..6d4e93f78 100644 --- a/src/IconFormatAlignCenterRoundedFilled.tsx +++ b/src/IconFormatAlignCenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignCenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatAlignCenterSharp.tsx b/src/IconFormatAlignCenterSharp.tsx index b7fc8a6b1..6d9859d29 100644 --- a/src/IconFormatAlignCenterSharp.tsx +++ b/src/IconFormatAlignCenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignCenterSharp: React.FC = ({ ...props diff --git a/src/IconFormatAlignCenterSharpFilled.tsx b/src/IconFormatAlignCenterSharpFilled.tsx index 10bdeaa7a..b261e4855 100644 --- a/src/IconFormatAlignCenterSharpFilled.tsx +++ b/src/IconFormatAlignCenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignCenterSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatAlignJustifyOutlined.tsx b/src/IconFormatAlignJustifyOutlined.tsx index c334ef243..e990b151c 100644 --- a/src/IconFormatAlignJustifyOutlined.tsx +++ b/src/IconFormatAlignJustifyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignJustifyOutlined: React.FC = ({ ...props diff --git a/src/IconFormatAlignJustifyOutlinedFilled.tsx b/src/IconFormatAlignJustifyOutlinedFilled.tsx index bad8875e8..ce51a1724 100644 --- a/src/IconFormatAlignJustifyOutlinedFilled.tsx +++ b/src/IconFormatAlignJustifyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignJustifyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatAlignJustifyRounded.tsx b/src/IconFormatAlignJustifyRounded.tsx index cb640f02b..c75d293c5 100644 --- a/src/IconFormatAlignJustifyRounded.tsx +++ b/src/IconFormatAlignJustifyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignJustifyRounded: React.FC = ({ ...props diff --git a/src/IconFormatAlignJustifyRoundedFilled.tsx b/src/IconFormatAlignJustifyRoundedFilled.tsx index a1018b644..9b1bc43dc 100644 --- a/src/IconFormatAlignJustifyRoundedFilled.tsx +++ b/src/IconFormatAlignJustifyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignJustifyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatAlignJustifySharp.tsx b/src/IconFormatAlignJustifySharp.tsx index 4fa1075b8..aa6c87f9d 100644 --- a/src/IconFormatAlignJustifySharp.tsx +++ b/src/IconFormatAlignJustifySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignJustifySharp: React.FC = ({ ...props diff --git a/src/IconFormatAlignJustifySharpFilled.tsx b/src/IconFormatAlignJustifySharpFilled.tsx index 8f24bb234..fb54b45e6 100644 --- a/src/IconFormatAlignJustifySharpFilled.tsx +++ b/src/IconFormatAlignJustifySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignJustifySharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatAlignLeftOutlined.tsx b/src/IconFormatAlignLeftOutlined.tsx index a0c2a2c2e..672e8d365 100644 --- a/src/IconFormatAlignLeftOutlined.tsx +++ b/src/IconFormatAlignLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignLeftOutlined: React.FC = ({ ...props diff --git a/src/IconFormatAlignLeftOutlinedFilled.tsx b/src/IconFormatAlignLeftOutlinedFilled.tsx index 8fcffd885..84a2d1488 100644 --- a/src/IconFormatAlignLeftOutlinedFilled.tsx +++ b/src/IconFormatAlignLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatAlignLeftRounded.tsx b/src/IconFormatAlignLeftRounded.tsx index 8953a2b76..b7b2b0c16 100644 --- a/src/IconFormatAlignLeftRounded.tsx +++ b/src/IconFormatAlignLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignLeftRounded: React.FC = ({ ...props diff --git a/src/IconFormatAlignLeftRoundedFilled.tsx b/src/IconFormatAlignLeftRoundedFilled.tsx index 0a57a5155..add77d8e2 100644 --- a/src/IconFormatAlignLeftRoundedFilled.tsx +++ b/src/IconFormatAlignLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatAlignLeftSharp.tsx b/src/IconFormatAlignLeftSharp.tsx index 7fa27111f..d5a02710a 100644 --- a/src/IconFormatAlignLeftSharp.tsx +++ b/src/IconFormatAlignLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatAlignLeftSharpFilled.tsx b/src/IconFormatAlignLeftSharpFilled.tsx index ada8c8541..8a405fd3b 100644 --- a/src/IconFormatAlignLeftSharpFilled.tsx +++ b/src/IconFormatAlignLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatAlignRightOutlined.tsx b/src/IconFormatAlignRightOutlined.tsx index e3f799a63..bfda785d4 100644 --- a/src/IconFormatAlignRightOutlined.tsx +++ b/src/IconFormatAlignRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignRightOutlined: React.FC = ({ ...props diff --git a/src/IconFormatAlignRightOutlinedFilled.tsx b/src/IconFormatAlignRightOutlinedFilled.tsx index 179c281ed..1f7348667 100644 --- a/src/IconFormatAlignRightOutlinedFilled.tsx +++ b/src/IconFormatAlignRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatAlignRightRounded.tsx b/src/IconFormatAlignRightRounded.tsx index 2880e0f5c..2a6db63bd 100644 --- a/src/IconFormatAlignRightRounded.tsx +++ b/src/IconFormatAlignRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignRightRounded: React.FC = ({ ...props diff --git a/src/IconFormatAlignRightRoundedFilled.tsx b/src/IconFormatAlignRightRoundedFilled.tsx index 97a1c9107..5e8414b1c 100644 --- a/src/IconFormatAlignRightRoundedFilled.tsx +++ b/src/IconFormatAlignRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatAlignRightSharp.tsx b/src/IconFormatAlignRightSharp.tsx index cdfe41e95..75cc6c512 100644 --- a/src/IconFormatAlignRightSharp.tsx +++ b/src/IconFormatAlignRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignRightSharp: React.FC = ({ ...props diff --git a/src/IconFormatAlignRightSharpFilled.tsx b/src/IconFormatAlignRightSharpFilled.tsx index 0399bd6e3..43175a4bc 100644 --- a/src/IconFormatAlignRightSharpFilled.tsx +++ b/src/IconFormatAlignRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatAlignRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatBoldOutlined.tsx b/src/IconFormatBoldOutlined.tsx index fcf7b0b79..a1d909f50 100644 --- a/src/IconFormatBoldOutlined.tsx +++ b/src/IconFormatBoldOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatBoldOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatBoldOutlinedFilled.tsx b/src/IconFormatBoldOutlinedFilled.tsx index e0ee63854..1cecfc314 100644 --- a/src/IconFormatBoldOutlinedFilled.tsx +++ b/src/IconFormatBoldOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatBoldOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatBoldRounded.tsx b/src/IconFormatBoldRounded.tsx index 1b946cea1..92d9375ba 100644 --- a/src/IconFormatBoldRounded.tsx +++ b/src/IconFormatBoldRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatBoldRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatBoldRoundedFilled.tsx b/src/IconFormatBoldRoundedFilled.tsx index d5e8c6b66..09c5608cd 100644 --- a/src/IconFormatBoldRoundedFilled.tsx +++ b/src/IconFormatBoldRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatBoldRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatBoldSharp.tsx b/src/IconFormatBoldSharp.tsx index c7f30c5dd..58f01fdcd 100644 --- a/src/IconFormatBoldSharp.tsx +++ b/src/IconFormatBoldSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatBoldSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatBoldSharpFilled.tsx b/src/IconFormatBoldSharpFilled.tsx index 549e8ded0..37690cb1d 100644 --- a/src/IconFormatBoldSharpFilled.tsx +++ b/src/IconFormatBoldSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatBoldSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatClearOutlined.tsx b/src/IconFormatClearOutlined.tsx index 96dfed40f..b29b94e6f 100644 --- a/src/IconFormatClearOutlined.tsx +++ b/src/IconFormatClearOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatClearOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatClearOutlinedFilled.tsx b/src/IconFormatClearOutlinedFilled.tsx index e4b9d431d..dd47a47e4 100644 --- a/src/IconFormatClearOutlinedFilled.tsx +++ b/src/IconFormatClearOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatClearOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatClearRounded.tsx b/src/IconFormatClearRounded.tsx index 955adc61d..4c8346d95 100644 --- a/src/IconFormatClearRounded.tsx +++ b/src/IconFormatClearRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatClearRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatClearRoundedFilled.tsx b/src/IconFormatClearRoundedFilled.tsx index aad2d97b5..1359887e5 100644 --- a/src/IconFormatClearRoundedFilled.tsx +++ b/src/IconFormatClearRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatClearRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatClearSharp.tsx b/src/IconFormatClearSharp.tsx index 80185df47..6d6d16d80 100644 --- a/src/IconFormatClearSharp.tsx +++ b/src/IconFormatClearSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatClearSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatClearSharpFilled.tsx b/src/IconFormatClearSharpFilled.tsx index 596427c27..9e725cb7f 100644 --- a/src/IconFormatClearSharpFilled.tsx +++ b/src/IconFormatClearSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatClearSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatColorFillOutlined.tsx b/src/IconFormatColorFillOutlined.tsx index b5fc6a582..88faec06f 100644 --- a/src/IconFormatColorFillOutlined.tsx +++ b/src/IconFormatColorFillOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorFillOutlined: React.FC = ({ ...props diff --git a/src/IconFormatColorFillOutlinedFilled.tsx b/src/IconFormatColorFillOutlinedFilled.tsx index f11247b10..4f029ac17 100644 --- a/src/IconFormatColorFillOutlinedFilled.tsx +++ b/src/IconFormatColorFillOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorFillOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatColorFillRounded.tsx b/src/IconFormatColorFillRounded.tsx index f2ab9300e..64900c127 100644 --- a/src/IconFormatColorFillRounded.tsx +++ b/src/IconFormatColorFillRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorFillRounded: React.FC = ({ ...props diff --git a/src/IconFormatColorFillRoundedFilled.tsx b/src/IconFormatColorFillRoundedFilled.tsx index f4ab8c745..2d6ff000c 100644 --- a/src/IconFormatColorFillRoundedFilled.tsx +++ b/src/IconFormatColorFillRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorFillRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatColorFillSharp.tsx b/src/IconFormatColorFillSharp.tsx index ae7425e8b..1f53580b9 100644 --- a/src/IconFormatColorFillSharp.tsx +++ b/src/IconFormatColorFillSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorFillSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatColorFillSharpFilled.tsx b/src/IconFormatColorFillSharpFilled.tsx index 415562964..d238cf780 100644 --- a/src/IconFormatColorFillSharpFilled.tsx +++ b/src/IconFormatColorFillSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorFillSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatColorResetOutlined.tsx b/src/IconFormatColorResetOutlined.tsx index 319c9298e..bb386cdeb 100644 --- a/src/IconFormatColorResetOutlined.tsx +++ b/src/IconFormatColorResetOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorResetOutlined: React.FC = ({ ...props diff --git a/src/IconFormatColorResetOutlinedFilled.tsx b/src/IconFormatColorResetOutlinedFilled.tsx index e543799f0..a0d17eae0 100644 --- a/src/IconFormatColorResetOutlinedFilled.tsx +++ b/src/IconFormatColorResetOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorResetOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatColorResetRounded.tsx b/src/IconFormatColorResetRounded.tsx index b00e63fdb..21756eefa 100644 --- a/src/IconFormatColorResetRounded.tsx +++ b/src/IconFormatColorResetRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorResetRounded: React.FC = ({ ...props diff --git a/src/IconFormatColorResetRoundedFilled.tsx b/src/IconFormatColorResetRoundedFilled.tsx index 0c8d503f8..e28578441 100644 --- a/src/IconFormatColorResetRoundedFilled.tsx +++ b/src/IconFormatColorResetRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorResetRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatColorResetSharp.tsx b/src/IconFormatColorResetSharp.tsx index 0dd4980d0..d737d18e3 100644 --- a/src/IconFormatColorResetSharp.tsx +++ b/src/IconFormatColorResetSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorResetSharp: React.FC = ({ ...props diff --git a/src/IconFormatColorResetSharpFilled.tsx b/src/IconFormatColorResetSharpFilled.tsx index dcad14991..02ec76a36 100644 --- a/src/IconFormatColorResetSharpFilled.tsx +++ b/src/IconFormatColorResetSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorResetSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatColorTextOutlined.tsx b/src/IconFormatColorTextOutlined.tsx index c8111e71f..e6c64a27c 100644 --- a/src/IconFormatColorTextOutlined.tsx +++ b/src/IconFormatColorTextOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorTextOutlined: React.FC = ({ ...props diff --git a/src/IconFormatColorTextOutlinedFilled.tsx b/src/IconFormatColorTextOutlinedFilled.tsx index c91ff1bf9..201ac25d9 100644 --- a/src/IconFormatColorTextOutlinedFilled.tsx +++ b/src/IconFormatColorTextOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorTextOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatColorTextRounded.tsx b/src/IconFormatColorTextRounded.tsx index 706f9ffa9..cf1c1752b 100644 --- a/src/IconFormatColorTextRounded.tsx +++ b/src/IconFormatColorTextRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorTextRounded: React.FC = ({ ...props diff --git a/src/IconFormatColorTextRoundedFilled.tsx b/src/IconFormatColorTextRoundedFilled.tsx index ebc0b7eb8..f3cbedccc 100644 --- a/src/IconFormatColorTextRoundedFilled.tsx +++ b/src/IconFormatColorTextRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorTextRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatColorTextSharp.tsx b/src/IconFormatColorTextSharp.tsx index 63e7b1c8b..60aae4caa 100644 --- a/src/IconFormatColorTextSharp.tsx +++ b/src/IconFormatColorTextSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorTextSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatColorTextSharpFilled.tsx b/src/IconFormatColorTextSharpFilled.tsx index e12ff7703..2811dc0aa 100644 --- a/src/IconFormatColorTextSharpFilled.tsx +++ b/src/IconFormatColorTextSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatColorTextSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatH1Outlined.tsx b/src/IconFormatH1Outlined.tsx index 20910d2c4..024010a18 100644 --- a/src/IconFormatH1Outlined.tsx +++ b/src/IconFormatH1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH1OutlinedFilled.tsx b/src/IconFormatH1OutlinedFilled.tsx index 3472289ac..2c8a972be 100644 --- a/src/IconFormatH1OutlinedFilled.tsx +++ b/src/IconFormatH1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH1Rounded.tsx b/src/IconFormatH1Rounded.tsx index 09d30fd05..530b026e4 100644 --- a/src/IconFormatH1Rounded.tsx +++ b/src/IconFormatH1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH1RoundedFilled.tsx b/src/IconFormatH1RoundedFilled.tsx index c8688c987..44d31362d 100644 --- a/src/IconFormatH1RoundedFilled.tsx +++ b/src/IconFormatH1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH1Sharp.tsx b/src/IconFormatH1Sharp.tsx index 03f1fdd10..7dfd507d1 100644 --- a/src/IconFormatH1Sharp.tsx +++ b/src/IconFormatH1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH1SharpFilled.tsx b/src/IconFormatH1SharpFilled.tsx index a58779fec..ccf529d42 100644 --- a/src/IconFormatH1SharpFilled.tsx +++ b/src/IconFormatH1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH1SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH2Outlined.tsx b/src/IconFormatH2Outlined.tsx index 49237439b..2c852f2fd 100644 --- a/src/IconFormatH2Outlined.tsx +++ b/src/IconFormatH2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH2OutlinedFilled.tsx b/src/IconFormatH2OutlinedFilled.tsx index c61d61cc7..118070ec9 100644 --- a/src/IconFormatH2OutlinedFilled.tsx +++ b/src/IconFormatH2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH2Rounded.tsx b/src/IconFormatH2Rounded.tsx index b8ac634f6..47875ed62 100644 --- a/src/IconFormatH2Rounded.tsx +++ b/src/IconFormatH2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH2RoundedFilled.tsx b/src/IconFormatH2RoundedFilled.tsx index 2199770a2..f155bfa50 100644 --- a/src/IconFormatH2RoundedFilled.tsx +++ b/src/IconFormatH2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH2Sharp.tsx b/src/IconFormatH2Sharp.tsx index f8086690d..fe98c1207 100644 --- a/src/IconFormatH2Sharp.tsx +++ b/src/IconFormatH2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH2SharpFilled.tsx b/src/IconFormatH2SharpFilled.tsx index 737b7b706..3d4e0205f 100644 --- a/src/IconFormatH2SharpFilled.tsx +++ b/src/IconFormatH2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH3Outlined.tsx b/src/IconFormatH3Outlined.tsx index ed0a7158a..e31e6c975 100644 --- a/src/IconFormatH3Outlined.tsx +++ b/src/IconFormatH3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH3OutlinedFilled.tsx b/src/IconFormatH3OutlinedFilled.tsx index 3236ce2b5..2e92a8cb4 100644 --- a/src/IconFormatH3OutlinedFilled.tsx +++ b/src/IconFormatH3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH3Rounded.tsx b/src/IconFormatH3Rounded.tsx index 26c584536..1479eef10 100644 --- a/src/IconFormatH3Rounded.tsx +++ b/src/IconFormatH3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH3RoundedFilled.tsx b/src/IconFormatH3RoundedFilled.tsx index 2116a88c5..6d945e7f5 100644 --- a/src/IconFormatH3RoundedFilled.tsx +++ b/src/IconFormatH3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH3Sharp.tsx b/src/IconFormatH3Sharp.tsx index 2188ba8cf..4b19b612f 100644 --- a/src/IconFormatH3Sharp.tsx +++ b/src/IconFormatH3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH3SharpFilled.tsx b/src/IconFormatH3SharpFilled.tsx index 92adfb968..7777f994e 100644 --- a/src/IconFormatH3SharpFilled.tsx +++ b/src/IconFormatH3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH4Outlined.tsx b/src/IconFormatH4Outlined.tsx index 3ac78c348..dca40fcae 100644 --- a/src/IconFormatH4Outlined.tsx +++ b/src/IconFormatH4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH4OutlinedFilled.tsx b/src/IconFormatH4OutlinedFilled.tsx index 218010f06..0266ffaf7 100644 --- a/src/IconFormatH4OutlinedFilled.tsx +++ b/src/IconFormatH4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH4OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH4Rounded.tsx b/src/IconFormatH4Rounded.tsx index 75cc88a1f..21bd040ab 100644 --- a/src/IconFormatH4Rounded.tsx +++ b/src/IconFormatH4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH4RoundedFilled.tsx b/src/IconFormatH4RoundedFilled.tsx index 1b3967bb6..fbd1a16f3 100644 --- a/src/IconFormatH4RoundedFilled.tsx +++ b/src/IconFormatH4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH4RoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH4Sharp.tsx b/src/IconFormatH4Sharp.tsx index 5868f6b34..cbd0fbcaf 100644 --- a/src/IconFormatH4Sharp.tsx +++ b/src/IconFormatH4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH4SharpFilled.tsx b/src/IconFormatH4SharpFilled.tsx index cd5689794..56384cd4a 100644 --- a/src/IconFormatH4SharpFilled.tsx +++ b/src/IconFormatH4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH4SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH5Outlined.tsx b/src/IconFormatH5Outlined.tsx index 8ecf2f009..a47ce0850 100644 --- a/src/IconFormatH5Outlined.tsx +++ b/src/IconFormatH5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH5OutlinedFilled.tsx b/src/IconFormatH5OutlinedFilled.tsx index 49d19c66c..b0e1e463d 100644 --- a/src/IconFormatH5OutlinedFilled.tsx +++ b/src/IconFormatH5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH5OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH5Rounded.tsx b/src/IconFormatH5Rounded.tsx index 618d33e8d..60225f79e 100644 --- a/src/IconFormatH5Rounded.tsx +++ b/src/IconFormatH5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH5RoundedFilled.tsx b/src/IconFormatH5RoundedFilled.tsx index 309fc07d6..4ddbc87f9 100644 --- a/src/IconFormatH5RoundedFilled.tsx +++ b/src/IconFormatH5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH5RoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH5Sharp.tsx b/src/IconFormatH5Sharp.tsx index 38939c199..0f5dc0314 100644 --- a/src/IconFormatH5Sharp.tsx +++ b/src/IconFormatH5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH5SharpFilled.tsx b/src/IconFormatH5SharpFilled.tsx index f3c5423e8..3de171483 100644 --- a/src/IconFormatH5SharpFilled.tsx +++ b/src/IconFormatH5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH5SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH6Outlined.tsx b/src/IconFormatH6Outlined.tsx index 0f90ba3cd..ba0b38885 100644 --- a/src/IconFormatH6Outlined.tsx +++ b/src/IconFormatH6Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH6Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH6OutlinedFilled.tsx b/src/IconFormatH6OutlinedFilled.tsx index 979b3bf79..3fadd6f67 100644 --- a/src/IconFormatH6OutlinedFilled.tsx +++ b/src/IconFormatH6OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH6OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH6Rounded.tsx b/src/IconFormatH6Rounded.tsx index 437e6a92e..93931fca7 100644 --- a/src/IconFormatH6Rounded.tsx +++ b/src/IconFormatH6Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH6Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH6RoundedFilled.tsx b/src/IconFormatH6RoundedFilled.tsx index 29048024f..491cca1f9 100644 --- a/src/IconFormatH6RoundedFilled.tsx +++ b/src/IconFormatH6RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH6RoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatH6Sharp.tsx b/src/IconFormatH6Sharp.tsx index 57851315a..ccb7e4e3c 100644 --- a/src/IconFormatH6Sharp.tsx +++ b/src/IconFormatH6Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH6Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatH6SharpFilled.tsx b/src/IconFormatH6SharpFilled.tsx index d6d795cea..29ade285c 100644 --- a/src/IconFormatH6SharpFilled.tsx +++ b/src/IconFormatH6SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatH6SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatImageLeftOutlined.tsx b/src/IconFormatImageLeftOutlined.tsx index 7cab19fbf..6e694517d 100644 --- a/src/IconFormatImageLeftOutlined.tsx +++ b/src/IconFormatImageLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageLeftOutlined: React.FC = ({ ...props diff --git a/src/IconFormatImageLeftOutlinedFilled.tsx b/src/IconFormatImageLeftOutlinedFilled.tsx index b11601974..4668eb28e 100644 --- a/src/IconFormatImageLeftOutlinedFilled.tsx +++ b/src/IconFormatImageLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatImageLeftRounded.tsx b/src/IconFormatImageLeftRounded.tsx index 13da91a24..37b76952b 100644 --- a/src/IconFormatImageLeftRounded.tsx +++ b/src/IconFormatImageLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageLeftRounded: React.FC = ({ ...props diff --git a/src/IconFormatImageLeftRoundedFilled.tsx b/src/IconFormatImageLeftRoundedFilled.tsx index 32a520a07..3f0df4d16 100644 --- a/src/IconFormatImageLeftRoundedFilled.tsx +++ b/src/IconFormatImageLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatImageLeftSharp.tsx b/src/IconFormatImageLeftSharp.tsx index 9dd0e466e..5be7b56c4 100644 --- a/src/IconFormatImageLeftSharp.tsx +++ b/src/IconFormatImageLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatImageLeftSharpFilled.tsx b/src/IconFormatImageLeftSharpFilled.tsx index 3dee05094..8ffeeb484 100644 --- a/src/IconFormatImageLeftSharpFilled.tsx +++ b/src/IconFormatImageLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatImageRightOutlined.tsx b/src/IconFormatImageRightOutlined.tsx index ef2e03f60..8d7b34659 100644 --- a/src/IconFormatImageRightOutlined.tsx +++ b/src/IconFormatImageRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageRightOutlined: React.FC = ({ ...props diff --git a/src/IconFormatImageRightOutlinedFilled.tsx b/src/IconFormatImageRightOutlinedFilled.tsx index a159c9bb7..3e130ed95 100644 --- a/src/IconFormatImageRightOutlinedFilled.tsx +++ b/src/IconFormatImageRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatImageRightRounded.tsx b/src/IconFormatImageRightRounded.tsx index 366e3da2c..4d7089623 100644 --- a/src/IconFormatImageRightRounded.tsx +++ b/src/IconFormatImageRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageRightRounded: React.FC = ({ ...props diff --git a/src/IconFormatImageRightRoundedFilled.tsx b/src/IconFormatImageRightRoundedFilled.tsx index a9dcc6fb4..8b00c8078 100644 --- a/src/IconFormatImageRightRoundedFilled.tsx +++ b/src/IconFormatImageRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatImageRightSharp.tsx b/src/IconFormatImageRightSharp.tsx index 45a265d25..7c3015c02 100644 --- a/src/IconFormatImageRightSharp.tsx +++ b/src/IconFormatImageRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageRightSharp: React.FC = ({ ...props diff --git a/src/IconFormatImageRightSharpFilled.tsx b/src/IconFormatImageRightSharpFilled.tsx index d252e4057..84fdb7bdc 100644 --- a/src/IconFormatImageRightSharpFilled.tsx +++ b/src/IconFormatImageRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatImageRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatIndentDecreaseOutlined.tsx b/src/IconFormatIndentDecreaseOutlined.tsx index 376219a63..719688505 100644 --- a/src/IconFormatIndentDecreaseOutlined.tsx +++ b/src/IconFormatIndentDecreaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentDecreaseOutlined: React.FC = ({ ...props diff --git a/src/IconFormatIndentDecreaseOutlinedFilled.tsx b/src/IconFormatIndentDecreaseOutlinedFilled.tsx index 7be56cf3c..fc770f4f2 100644 --- a/src/IconFormatIndentDecreaseOutlinedFilled.tsx +++ b/src/IconFormatIndentDecreaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentDecreaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatIndentDecreaseRounded.tsx b/src/IconFormatIndentDecreaseRounded.tsx index 7f2d896e0..5e9b79dfc 100644 --- a/src/IconFormatIndentDecreaseRounded.tsx +++ b/src/IconFormatIndentDecreaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentDecreaseRounded: React.FC = ({ ...props diff --git a/src/IconFormatIndentDecreaseRoundedFilled.tsx b/src/IconFormatIndentDecreaseRoundedFilled.tsx index d8d6715a6..3768bd055 100644 --- a/src/IconFormatIndentDecreaseRoundedFilled.tsx +++ b/src/IconFormatIndentDecreaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentDecreaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatIndentDecreaseSharp.tsx b/src/IconFormatIndentDecreaseSharp.tsx index 25a57cadd..5d5d7a0bc 100644 --- a/src/IconFormatIndentDecreaseSharp.tsx +++ b/src/IconFormatIndentDecreaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentDecreaseSharp: React.FC = ({ ...props diff --git a/src/IconFormatIndentDecreaseSharpFilled.tsx b/src/IconFormatIndentDecreaseSharpFilled.tsx index 0993bad31..140bc09cd 100644 --- a/src/IconFormatIndentDecreaseSharpFilled.tsx +++ b/src/IconFormatIndentDecreaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentDecreaseSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatIndentIncreaseOutlined.tsx b/src/IconFormatIndentIncreaseOutlined.tsx index 70ce5a58e..8f0452221 100644 --- a/src/IconFormatIndentIncreaseOutlined.tsx +++ b/src/IconFormatIndentIncreaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentIncreaseOutlined: React.FC = ({ ...props diff --git a/src/IconFormatIndentIncreaseOutlinedFilled.tsx b/src/IconFormatIndentIncreaseOutlinedFilled.tsx index 93d5d353e..8ae346761 100644 --- a/src/IconFormatIndentIncreaseOutlinedFilled.tsx +++ b/src/IconFormatIndentIncreaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentIncreaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatIndentIncreaseRounded.tsx b/src/IconFormatIndentIncreaseRounded.tsx index a02b98440..c54fb3d7c 100644 --- a/src/IconFormatIndentIncreaseRounded.tsx +++ b/src/IconFormatIndentIncreaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentIncreaseRounded: React.FC = ({ ...props diff --git a/src/IconFormatIndentIncreaseRoundedFilled.tsx b/src/IconFormatIndentIncreaseRoundedFilled.tsx index ab6bd8a1d..565225336 100644 --- a/src/IconFormatIndentIncreaseRoundedFilled.tsx +++ b/src/IconFormatIndentIncreaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentIncreaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatIndentIncreaseSharp.tsx b/src/IconFormatIndentIncreaseSharp.tsx index 079d78bc6..79430b730 100644 --- a/src/IconFormatIndentIncreaseSharp.tsx +++ b/src/IconFormatIndentIncreaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentIncreaseSharp: React.FC = ({ ...props diff --git a/src/IconFormatIndentIncreaseSharpFilled.tsx b/src/IconFormatIndentIncreaseSharpFilled.tsx index b5b09b1ec..38775ba24 100644 --- a/src/IconFormatIndentIncreaseSharpFilled.tsx +++ b/src/IconFormatIndentIncreaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatIndentIncreaseSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatInkHighlighterOutlined.tsx b/src/IconFormatInkHighlighterOutlined.tsx index af4567576..78ea6ec52 100644 --- a/src/IconFormatInkHighlighterOutlined.tsx +++ b/src/IconFormatInkHighlighterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatInkHighlighterOutlined: React.FC = ({ ...props diff --git a/src/IconFormatInkHighlighterOutlinedFilled.tsx b/src/IconFormatInkHighlighterOutlinedFilled.tsx index 569d212b1..8e7956557 100644 --- a/src/IconFormatInkHighlighterOutlinedFilled.tsx +++ b/src/IconFormatInkHighlighterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatInkHighlighterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatInkHighlighterRounded.tsx b/src/IconFormatInkHighlighterRounded.tsx index f322113a5..b40abda1b 100644 --- a/src/IconFormatInkHighlighterRounded.tsx +++ b/src/IconFormatInkHighlighterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatInkHighlighterRounded: React.FC = ({ ...props diff --git a/src/IconFormatInkHighlighterRoundedFilled.tsx b/src/IconFormatInkHighlighterRoundedFilled.tsx index 79ccf0f48..bb6d23b5c 100644 --- a/src/IconFormatInkHighlighterRoundedFilled.tsx +++ b/src/IconFormatInkHighlighterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatInkHighlighterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatInkHighlighterSharp.tsx b/src/IconFormatInkHighlighterSharp.tsx index 63b14b02f..94d0d775c 100644 --- a/src/IconFormatInkHighlighterSharp.tsx +++ b/src/IconFormatInkHighlighterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatInkHighlighterSharp: React.FC = ({ ...props diff --git a/src/IconFormatInkHighlighterSharpFilled.tsx b/src/IconFormatInkHighlighterSharpFilled.tsx index 518f09806..fed40bf75 100644 --- a/src/IconFormatInkHighlighterSharpFilled.tsx +++ b/src/IconFormatInkHighlighterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatInkHighlighterSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatItalicOutlined.tsx b/src/IconFormatItalicOutlined.tsx index df50b4241..7ab827339 100644 --- a/src/IconFormatItalicOutlined.tsx +++ b/src/IconFormatItalicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatItalicOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatItalicOutlinedFilled.tsx b/src/IconFormatItalicOutlinedFilled.tsx index 607440644..a9ce82c17 100644 --- a/src/IconFormatItalicOutlinedFilled.tsx +++ b/src/IconFormatItalicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatItalicOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatItalicRounded.tsx b/src/IconFormatItalicRounded.tsx index 3ea362de3..9e446a6c0 100644 --- a/src/IconFormatItalicRounded.tsx +++ b/src/IconFormatItalicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatItalicRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatItalicRoundedFilled.tsx b/src/IconFormatItalicRoundedFilled.tsx index 5e69081d5..a740d66f5 100644 --- a/src/IconFormatItalicRoundedFilled.tsx +++ b/src/IconFormatItalicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatItalicRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatItalicSharp.tsx b/src/IconFormatItalicSharp.tsx index 08a500a13..f2e20ff1b 100644 --- a/src/IconFormatItalicSharp.tsx +++ b/src/IconFormatItalicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatItalicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatItalicSharpFilled.tsx b/src/IconFormatItalicSharpFilled.tsx index 3ce2aa475..29a08e5b2 100644 --- a/src/IconFormatItalicSharpFilled.tsx +++ b/src/IconFormatItalicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatItalicSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacing2Outlined.tsx b/src/IconFormatLetterSpacing2Outlined.tsx index 70f521958..9496928ff 100644 --- a/src/IconFormatLetterSpacing2Outlined.tsx +++ b/src/IconFormatLetterSpacing2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacing2Outlined: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacing2OutlinedFilled.tsx b/src/IconFormatLetterSpacing2OutlinedFilled.tsx index 3899d0f1e..4774371cd 100644 --- a/src/IconFormatLetterSpacing2OutlinedFilled.tsx +++ b/src/IconFormatLetterSpacing2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacing2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacing2Rounded.tsx b/src/IconFormatLetterSpacing2Rounded.tsx index 43661751d..1d8624661 100644 --- a/src/IconFormatLetterSpacing2Rounded.tsx +++ b/src/IconFormatLetterSpacing2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacing2Rounded: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacing2RoundedFilled.tsx b/src/IconFormatLetterSpacing2RoundedFilled.tsx index 623e4aa5f..04a7f124d 100644 --- a/src/IconFormatLetterSpacing2RoundedFilled.tsx +++ b/src/IconFormatLetterSpacing2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacing2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacing2Sharp.tsx b/src/IconFormatLetterSpacing2Sharp.tsx index d72029d1d..816aa23cf 100644 --- a/src/IconFormatLetterSpacing2Sharp.tsx +++ b/src/IconFormatLetterSpacing2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacing2Sharp: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacing2SharpFilled.tsx b/src/IconFormatLetterSpacing2SharpFilled.tsx index 530fc89a6..62271aafa 100644 --- a/src/IconFormatLetterSpacing2SharpFilled.tsx +++ b/src/IconFormatLetterSpacing2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacing2SharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingOutlined.tsx b/src/IconFormatLetterSpacingOutlined.tsx index 005e4c092..ae16e342e 100644 --- a/src/IconFormatLetterSpacingOutlined.tsx +++ b/src/IconFormatLetterSpacingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingOutlined: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingOutlinedFilled.tsx b/src/IconFormatLetterSpacingOutlinedFilled.tsx index b4e8831cd..0c6f074f8 100644 --- a/src/IconFormatLetterSpacingOutlinedFilled.tsx +++ b/src/IconFormatLetterSpacingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingRounded.tsx b/src/IconFormatLetterSpacingRounded.tsx index dbb5a1c54..4ac74c366 100644 --- a/src/IconFormatLetterSpacingRounded.tsx +++ b/src/IconFormatLetterSpacingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingRounded: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingRoundedFilled.tsx b/src/IconFormatLetterSpacingRoundedFilled.tsx index 106e00d13..4f594a261 100644 --- a/src/IconFormatLetterSpacingRoundedFilled.tsx +++ b/src/IconFormatLetterSpacingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingSharp.tsx b/src/IconFormatLetterSpacingSharp.tsx index 026644556..6799f0098 100644 --- a/src/IconFormatLetterSpacingSharp.tsx +++ b/src/IconFormatLetterSpacingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingSharp: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingSharpFilled.tsx b/src/IconFormatLetterSpacingSharpFilled.tsx index 130eb1058..ee6d6c72b 100644 --- a/src/IconFormatLetterSpacingSharpFilled.tsx +++ b/src/IconFormatLetterSpacingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingStandardOutlined.tsx b/src/IconFormatLetterSpacingStandardOutlined.tsx index 0eb86d5fc..f5a002e23 100644 --- a/src/IconFormatLetterSpacingStandardOutlined.tsx +++ b/src/IconFormatLetterSpacingStandardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingStandardOutlined: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingStandardOutlinedFilled.tsx b/src/IconFormatLetterSpacingStandardOutlinedFilled.tsx index ea336d0ea..c38299fd0 100644 --- a/src/IconFormatLetterSpacingStandardOutlinedFilled.tsx +++ b/src/IconFormatLetterSpacingStandardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingStandardOutlinedFilled: React.FC< IconProps diff --git a/src/IconFormatLetterSpacingStandardRounded.tsx b/src/IconFormatLetterSpacingStandardRounded.tsx index 32316b877..8b6d0b246 100644 --- a/src/IconFormatLetterSpacingStandardRounded.tsx +++ b/src/IconFormatLetterSpacingStandardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingStandardRounded: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingStandardRoundedFilled.tsx b/src/IconFormatLetterSpacingStandardRoundedFilled.tsx index 7db91c1a0..f5b2389e4 100644 --- a/src/IconFormatLetterSpacingStandardRoundedFilled.tsx +++ b/src/IconFormatLetterSpacingStandardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingStandardRoundedFilled: React.FC< IconProps diff --git a/src/IconFormatLetterSpacingStandardSharp.tsx b/src/IconFormatLetterSpacingStandardSharp.tsx index ea64ea23d..8fcaed00b 100644 --- a/src/IconFormatLetterSpacingStandardSharp.tsx +++ b/src/IconFormatLetterSpacingStandardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingStandardSharp: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingStandardSharpFilled.tsx b/src/IconFormatLetterSpacingStandardSharpFilled.tsx index 1504f364b..b5b81b7c6 100644 --- a/src/IconFormatLetterSpacingStandardSharpFilled.tsx +++ b/src/IconFormatLetterSpacingStandardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingStandardSharpFilled: React.FC< IconProps diff --git a/src/IconFormatLetterSpacingWideOutlined.tsx b/src/IconFormatLetterSpacingWideOutlined.tsx index 22387bfc6..96716afa7 100644 --- a/src/IconFormatLetterSpacingWideOutlined.tsx +++ b/src/IconFormatLetterSpacingWideOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWideOutlined: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingWideOutlinedFilled.tsx b/src/IconFormatLetterSpacingWideOutlinedFilled.tsx index c15ac6ef7..965b1cc74 100644 --- a/src/IconFormatLetterSpacingWideOutlinedFilled.tsx +++ b/src/IconFormatLetterSpacingWideOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWideOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingWideRounded.tsx b/src/IconFormatLetterSpacingWideRounded.tsx index cff78e266..c293b1cf0 100644 --- a/src/IconFormatLetterSpacingWideRounded.tsx +++ b/src/IconFormatLetterSpacingWideRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWideRounded: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingWideRoundedFilled.tsx b/src/IconFormatLetterSpacingWideRoundedFilled.tsx index 159163e4a..0c1929f39 100644 --- a/src/IconFormatLetterSpacingWideRoundedFilled.tsx +++ b/src/IconFormatLetterSpacingWideRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWideRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingWideSharp.tsx b/src/IconFormatLetterSpacingWideSharp.tsx index 903ad5fc7..635552720 100644 --- a/src/IconFormatLetterSpacingWideSharp.tsx +++ b/src/IconFormatLetterSpacingWideSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWideSharp: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingWideSharpFilled.tsx b/src/IconFormatLetterSpacingWideSharpFilled.tsx index 61460e93f..b1e56b025 100644 --- a/src/IconFormatLetterSpacingWideSharpFilled.tsx +++ b/src/IconFormatLetterSpacingWideSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWideSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingWiderOutlined.tsx b/src/IconFormatLetterSpacingWiderOutlined.tsx index ec5a6336e..15b149718 100644 --- a/src/IconFormatLetterSpacingWiderOutlined.tsx +++ b/src/IconFormatLetterSpacingWiderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWiderOutlined: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingWiderOutlinedFilled.tsx b/src/IconFormatLetterSpacingWiderOutlinedFilled.tsx index 355c23d10..853876386 100644 --- a/src/IconFormatLetterSpacingWiderOutlinedFilled.tsx +++ b/src/IconFormatLetterSpacingWiderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWiderOutlinedFilled: React.FC< IconProps diff --git a/src/IconFormatLetterSpacingWiderRounded.tsx b/src/IconFormatLetterSpacingWiderRounded.tsx index 574e11364..e316695cb 100644 --- a/src/IconFormatLetterSpacingWiderRounded.tsx +++ b/src/IconFormatLetterSpacingWiderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWiderRounded: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingWiderRoundedFilled.tsx b/src/IconFormatLetterSpacingWiderRoundedFilled.tsx index 217c65a5e..161627540 100644 --- a/src/IconFormatLetterSpacingWiderRoundedFilled.tsx +++ b/src/IconFormatLetterSpacingWiderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWiderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingWiderSharp.tsx b/src/IconFormatLetterSpacingWiderSharp.tsx index 084448536..a692b61c0 100644 --- a/src/IconFormatLetterSpacingWiderSharp.tsx +++ b/src/IconFormatLetterSpacingWiderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWiderSharp: React.FC = ({ ...props diff --git a/src/IconFormatLetterSpacingWiderSharpFilled.tsx b/src/IconFormatLetterSpacingWiderSharpFilled.tsx index 2a724fdbc..044c9f39c 100644 --- a/src/IconFormatLetterSpacingWiderSharpFilled.tsx +++ b/src/IconFormatLetterSpacingWiderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLetterSpacingWiderSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatLineSpacingOutlined.tsx b/src/IconFormatLineSpacingOutlined.tsx index 34829cedd..d2f660171 100644 --- a/src/IconFormatLineSpacingOutlined.tsx +++ b/src/IconFormatLineSpacingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLineSpacingOutlined: React.FC = ({ ...props diff --git a/src/IconFormatLineSpacingOutlinedFilled.tsx b/src/IconFormatLineSpacingOutlinedFilled.tsx index 34eacc85d..60ff0499a 100644 --- a/src/IconFormatLineSpacingOutlinedFilled.tsx +++ b/src/IconFormatLineSpacingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLineSpacingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatLineSpacingRounded.tsx b/src/IconFormatLineSpacingRounded.tsx index 0cb246650..9e2bb69cf 100644 --- a/src/IconFormatLineSpacingRounded.tsx +++ b/src/IconFormatLineSpacingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLineSpacingRounded: React.FC = ({ ...props diff --git a/src/IconFormatLineSpacingRoundedFilled.tsx b/src/IconFormatLineSpacingRoundedFilled.tsx index 4003b2979..4bf4562dc 100644 --- a/src/IconFormatLineSpacingRoundedFilled.tsx +++ b/src/IconFormatLineSpacingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLineSpacingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatLineSpacingSharp.tsx b/src/IconFormatLineSpacingSharp.tsx index 07835cf66..927a30609 100644 --- a/src/IconFormatLineSpacingSharp.tsx +++ b/src/IconFormatLineSpacingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLineSpacingSharp: React.FC = ({ ...props diff --git a/src/IconFormatLineSpacingSharpFilled.tsx b/src/IconFormatLineSpacingSharpFilled.tsx index cf14997b7..3ad16573c 100644 --- a/src/IconFormatLineSpacingSharpFilled.tsx +++ b/src/IconFormatLineSpacingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatLineSpacingSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedAddOutlined.tsx b/src/IconFormatListBulletedAddOutlined.tsx index c733c3dd5..aa87e4317 100644 --- a/src/IconFormatListBulletedAddOutlined.tsx +++ b/src/IconFormatListBulletedAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedAddOutlined: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedAddOutlinedFilled.tsx b/src/IconFormatListBulletedAddOutlinedFilled.tsx index c68474e01..e8c50f8fc 100644 --- a/src/IconFormatListBulletedAddOutlinedFilled.tsx +++ b/src/IconFormatListBulletedAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedAddRounded.tsx b/src/IconFormatListBulletedAddRounded.tsx index f1e509283..d20f5b0d9 100644 --- a/src/IconFormatListBulletedAddRounded.tsx +++ b/src/IconFormatListBulletedAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedAddRounded: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedAddRoundedFilled.tsx b/src/IconFormatListBulletedAddRoundedFilled.tsx index 539099be5..6b9bb4db0 100644 --- a/src/IconFormatListBulletedAddRoundedFilled.tsx +++ b/src/IconFormatListBulletedAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedAddSharp.tsx b/src/IconFormatListBulletedAddSharp.tsx index 45a8d791d..dc1ea76c7 100644 --- a/src/IconFormatListBulletedAddSharp.tsx +++ b/src/IconFormatListBulletedAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedAddSharp: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedAddSharpFilled.tsx b/src/IconFormatListBulletedAddSharpFilled.tsx index f7dc7c41a..2f5f22398 100644 --- a/src/IconFormatListBulletedAddSharpFilled.tsx +++ b/src/IconFormatListBulletedAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedOutlined.tsx b/src/IconFormatListBulletedOutlined.tsx index 3a473111f..dee8ed481 100644 --- a/src/IconFormatListBulletedOutlined.tsx +++ b/src/IconFormatListBulletedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedOutlined: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedOutlinedFilled.tsx b/src/IconFormatListBulletedOutlinedFilled.tsx index 09864bf2e..e7aa7eee2 100644 --- a/src/IconFormatListBulletedOutlinedFilled.tsx +++ b/src/IconFormatListBulletedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedRounded.tsx b/src/IconFormatListBulletedRounded.tsx index b73cfd524..0d71f05c1 100644 --- a/src/IconFormatListBulletedRounded.tsx +++ b/src/IconFormatListBulletedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedRounded: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedRoundedFilled.tsx b/src/IconFormatListBulletedRoundedFilled.tsx index 2a2bf36d8..5e201668a 100644 --- a/src/IconFormatListBulletedRoundedFilled.tsx +++ b/src/IconFormatListBulletedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedSharp.tsx b/src/IconFormatListBulletedSharp.tsx index 9a9240d1c..63aa155a5 100644 --- a/src/IconFormatListBulletedSharp.tsx +++ b/src/IconFormatListBulletedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedSharp: React.FC = ({ ...props diff --git a/src/IconFormatListBulletedSharpFilled.tsx b/src/IconFormatListBulletedSharpFilled.tsx index 6504a2a1a..e6031cede 100644 --- a/src/IconFormatListBulletedSharpFilled.tsx +++ b/src/IconFormatListBulletedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListBulletedSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedOutlined.tsx b/src/IconFormatListNumberedOutlined.tsx index dccee0fa4..a75aca887 100644 --- a/src/IconFormatListNumberedOutlined.tsx +++ b/src/IconFormatListNumberedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedOutlined: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedOutlinedFilled.tsx b/src/IconFormatListNumberedOutlinedFilled.tsx index 95ca4d0de..85019f739 100644 --- a/src/IconFormatListNumberedOutlinedFilled.tsx +++ b/src/IconFormatListNumberedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedRounded.tsx b/src/IconFormatListNumberedRounded.tsx index ecdb6b349..cfbbb0b7f 100644 --- a/src/IconFormatListNumberedRounded.tsx +++ b/src/IconFormatListNumberedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedRounded: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedRoundedFilled.tsx b/src/IconFormatListNumberedRoundedFilled.tsx index 1e4352472..bc92cfd1e 100644 --- a/src/IconFormatListNumberedRoundedFilled.tsx +++ b/src/IconFormatListNumberedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedRtlOutlined.tsx b/src/IconFormatListNumberedRtlOutlined.tsx index 283f1a3dd..27beb4b23 100644 --- a/src/IconFormatListNumberedRtlOutlined.tsx +++ b/src/IconFormatListNumberedRtlOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedRtlOutlined: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedRtlOutlinedFilled.tsx b/src/IconFormatListNumberedRtlOutlinedFilled.tsx index 9195be7eb..f85ca033c 100644 --- a/src/IconFormatListNumberedRtlOutlinedFilled.tsx +++ b/src/IconFormatListNumberedRtlOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedRtlOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedRtlRounded.tsx b/src/IconFormatListNumberedRtlRounded.tsx index 34fc3bfc5..2d060d371 100644 --- a/src/IconFormatListNumberedRtlRounded.tsx +++ b/src/IconFormatListNumberedRtlRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedRtlRounded: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedRtlRoundedFilled.tsx b/src/IconFormatListNumberedRtlRoundedFilled.tsx index 9f5e6615a..cc86cd351 100644 --- a/src/IconFormatListNumberedRtlRoundedFilled.tsx +++ b/src/IconFormatListNumberedRtlRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedRtlRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedRtlSharp.tsx b/src/IconFormatListNumberedRtlSharp.tsx index 4168a40ab..edf7ebc59 100644 --- a/src/IconFormatListNumberedRtlSharp.tsx +++ b/src/IconFormatListNumberedRtlSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedRtlSharp: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedRtlSharpFilled.tsx b/src/IconFormatListNumberedRtlSharpFilled.tsx index 3c7f703c8..9240eda43 100644 --- a/src/IconFormatListNumberedRtlSharpFilled.tsx +++ b/src/IconFormatListNumberedRtlSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedRtlSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedSharp.tsx b/src/IconFormatListNumberedSharp.tsx index ed6dc0b1c..aeac90c47 100644 --- a/src/IconFormatListNumberedSharp.tsx +++ b/src/IconFormatListNumberedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedSharp: React.FC = ({ ...props diff --git a/src/IconFormatListNumberedSharpFilled.tsx b/src/IconFormatListNumberedSharpFilled.tsx index dc091e211..5fc148b8e 100644 --- a/src/IconFormatListNumberedSharpFilled.tsx +++ b/src/IconFormatListNumberedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatListNumberedSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatOverlineOutlined.tsx b/src/IconFormatOverlineOutlined.tsx index 9bd386aef..89e8fb967 100644 --- a/src/IconFormatOverlineOutlined.tsx +++ b/src/IconFormatOverlineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatOverlineOutlined: React.FC = ({ ...props diff --git a/src/IconFormatOverlineOutlinedFilled.tsx b/src/IconFormatOverlineOutlinedFilled.tsx index e9a0302bf..dc15ac45e 100644 --- a/src/IconFormatOverlineOutlinedFilled.tsx +++ b/src/IconFormatOverlineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatOverlineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatOverlineRounded.tsx b/src/IconFormatOverlineRounded.tsx index 4c2a4befe..6e7150c96 100644 --- a/src/IconFormatOverlineRounded.tsx +++ b/src/IconFormatOverlineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatOverlineRounded: React.FC = ({ ...props diff --git a/src/IconFormatOverlineRoundedFilled.tsx b/src/IconFormatOverlineRoundedFilled.tsx index afe3007a1..ae638bbbc 100644 --- a/src/IconFormatOverlineRoundedFilled.tsx +++ b/src/IconFormatOverlineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatOverlineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatOverlineSharp.tsx b/src/IconFormatOverlineSharp.tsx index 85ae3dfeb..31a4a49db 100644 --- a/src/IconFormatOverlineSharp.tsx +++ b/src/IconFormatOverlineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatOverlineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatOverlineSharpFilled.tsx b/src/IconFormatOverlineSharpFilled.tsx index 51b4605cf..915d24bc7 100644 --- a/src/IconFormatOverlineSharpFilled.tsx +++ b/src/IconFormatOverlineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatOverlineSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatPaintOutlined.tsx b/src/IconFormatPaintOutlined.tsx index 837084c9b..03b94eeb8 100644 --- a/src/IconFormatPaintOutlined.tsx +++ b/src/IconFormatPaintOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatPaintOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatPaintOutlinedFilled.tsx b/src/IconFormatPaintOutlinedFilled.tsx index 35c506a0e..ba35054cd 100644 --- a/src/IconFormatPaintOutlinedFilled.tsx +++ b/src/IconFormatPaintOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatPaintOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatPaintRounded.tsx b/src/IconFormatPaintRounded.tsx index efc066021..d4dba000b 100644 --- a/src/IconFormatPaintRounded.tsx +++ b/src/IconFormatPaintRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatPaintRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatPaintRoundedFilled.tsx b/src/IconFormatPaintRoundedFilled.tsx index 95110204b..d57e8a9d9 100644 --- a/src/IconFormatPaintRoundedFilled.tsx +++ b/src/IconFormatPaintRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatPaintRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatPaintSharp.tsx b/src/IconFormatPaintSharp.tsx index a890078ca..9aac20879 100644 --- a/src/IconFormatPaintSharp.tsx +++ b/src/IconFormatPaintSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatPaintSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatPaintSharpFilled.tsx b/src/IconFormatPaintSharpFilled.tsx index bd80fc12e..f028d99ff 100644 --- a/src/IconFormatPaintSharpFilled.tsx +++ b/src/IconFormatPaintSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatPaintSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatParagraphOutlined.tsx b/src/IconFormatParagraphOutlined.tsx index b7a40cea4..32f6b6ee2 100644 --- a/src/IconFormatParagraphOutlined.tsx +++ b/src/IconFormatParagraphOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatParagraphOutlined: React.FC = ({ ...props diff --git a/src/IconFormatParagraphOutlinedFilled.tsx b/src/IconFormatParagraphOutlinedFilled.tsx index 50ac858a2..5ffe47126 100644 --- a/src/IconFormatParagraphOutlinedFilled.tsx +++ b/src/IconFormatParagraphOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatParagraphOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatParagraphRounded.tsx b/src/IconFormatParagraphRounded.tsx index a3b0ca0af..497d4d5d9 100644 --- a/src/IconFormatParagraphRounded.tsx +++ b/src/IconFormatParagraphRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatParagraphRounded: React.FC = ({ ...props diff --git a/src/IconFormatParagraphRoundedFilled.tsx b/src/IconFormatParagraphRoundedFilled.tsx index d2b44c6f5..78046053d 100644 --- a/src/IconFormatParagraphRoundedFilled.tsx +++ b/src/IconFormatParagraphRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatParagraphRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatParagraphSharp.tsx b/src/IconFormatParagraphSharp.tsx index 2685749b4..b703e9c27 100644 --- a/src/IconFormatParagraphSharp.tsx +++ b/src/IconFormatParagraphSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatParagraphSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatParagraphSharpFilled.tsx b/src/IconFormatParagraphSharpFilled.tsx index 4d19475a9..31ceeb155 100644 --- a/src/IconFormatParagraphSharpFilled.tsx +++ b/src/IconFormatParagraphSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatParagraphSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatQuoteOffOutlined.tsx b/src/IconFormatQuoteOffOutlined.tsx index 34675b901..4fe0b4d2b 100644 --- a/src/IconFormatQuoteOffOutlined.tsx +++ b/src/IconFormatQuoteOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteOffOutlined: React.FC = ({ ...props diff --git a/src/IconFormatQuoteOffOutlinedFilled.tsx b/src/IconFormatQuoteOffOutlinedFilled.tsx index 92ee069d9..d9b0cbc64 100644 --- a/src/IconFormatQuoteOffOutlinedFilled.tsx +++ b/src/IconFormatQuoteOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatQuoteOffRounded.tsx b/src/IconFormatQuoteOffRounded.tsx index 47475b2b4..287a28ae3 100644 --- a/src/IconFormatQuoteOffRounded.tsx +++ b/src/IconFormatQuoteOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteOffRounded: React.FC = ({ ...props diff --git a/src/IconFormatQuoteOffRoundedFilled.tsx b/src/IconFormatQuoteOffRoundedFilled.tsx index 430403665..f2877528b 100644 --- a/src/IconFormatQuoteOffRoundedFilled.tsx +++ b/src/IconFormatQuoteOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatQuoteOffSharp.tsx b/src/IconFormatQuoteOffSharp.tsx index 29e54ce70..68461bb1a 100644 --- a/src/IconFormatQuoteOffSharp.tsx +++ b/src/IconFormatQuoteOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatQuoteOffSharpFilled.tsx b/src/IconFormatQuoteOffSharpFilled.tsx index b39be580c..3fc5f288e 100644 --- a/src/IconFormatQuoteOffSharpFilled.tsx +++ b/src/IconFormatQuoteOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatQuoteOutlined.tsx b/src/IconFormatQuoteOutlined.tsx index 6067d773e..2750b7d47 100644 --- a/src/IconFormatQuoteOutlined.tsx +++ b/src/IconFormatQuoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatQuoteOutlinedFilled.tsx b/src/IconFormatQuoteOutlinedFilled.tsx index dc533d4c8..10bd6b029 100644 --- a/src/IconFormatQuoteOutlinedFilled.tsx +++ b/src/IconFormatQuoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatQuoteRounded.tsx b/src/IconFormatQuoteRounded.tsx index 18c840a2f..dfbb1ff0a 100644 --- a/src/IconFormatQuoteRounded.tsx +++ b/src/IconFormatQuoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatQuoteRoundedFilled.tsx b/src/IconFormatQuoteRoundedFilled.tsx index 12de2cb65..0abefa152 100644 --- a/src/IconFormatQuoteRoundedFilled.tsx +++ b/src/IconFormatQuoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatQuoteSharp.tsx b/src/IconFormatQuoteSharp.tsx index 0579ee3b7..e7b24fd38 100644 --- a/src/IconFormatQuoteSharp.tsx +++ b/src/IconFormatQuoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatQuoteSharpFilled.tsx b/src/IconFormatQuoteSharpFilled.tsx index 16f848df9..3b59537b3 100644 --- a/src/IconFormatQuoteSharpFilled.tsx +++ b/src/IconFormatQuoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatQuoteSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatShapesOutlined.tsx b/src/IconFormatShapesOutlined.tsx index 34adee6a4..f9587f437 100644 --- a/src/IconFormatShapesOutlined.tsx +++ b/src/IconFormatShapesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatShapesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatShapesOutlinedFilled.tsx b/src/IconFormatShapesOutlinedFilled.tsx index 7e25eccf7..e25e5036a 100644 --- a/src/IconFormatShapesOutlinedFilled.tsx +++ b/src/IconFormatShapesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatShapesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatShapesRounded.tsx b/src/IconFormatShapesRounded.tsx index 4360239ab..c86d6dc75 100644 --- a/src/IconFormatShapesRounded.tsx +++ b/src/IconFormatShapesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatShapesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatShapesRoundedFilled.tsx b/src/IconFormatShapesRoundedFilled.tsx index b024bc4f9..3fb4de9e2 100644 --- a/src/IconFormatShapesRoundedFilled.tsx +++ b/src/IconFormatShapesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatShapesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatShapesSharp.tsx b/src/IconFormatShapesSharp.tsx index 305af1791..e2411bf3a 100644 --- a/src/IconFormatShapesSharp.tsx +++ b/src/IconFormatShapesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatShapesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatShapesSharpFilled.tsx b/src/IconFormatShapesSharpFilled.tsx index cbe5db4dd..2039b3c7a 100644 --- a/src/IconFormatShapesSharpFilled.tsx +++ b/src/IconFormatShapesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatShapesSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatSizeOutlined.tsx b/src/IconFormatSizeOutlined.tsx index ffa48d85e..882067faf 100644 --- a/src/IconFormatSizeOutlined.tsx +++ b/src/IconFormatSizeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatSizeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatSizeOutlinedFilled.tsx b/src/IconFormatSizeOutlinedFilled.tsx index 2afb81474..3ad8c50c0 100644 --- a/src/IconFormatSizeOutlinedFilled.tsx +++ b/src/IconFormatSizeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatSizeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatSizeRounded.tsx b/src/IconFormatSizeRounded.tsx index d48790eed..1e3b31df7 100644 --- a/src/IconFormatSizeRounded.tsx +++ b/src/IconFormatSizeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatSizeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatSizeRoundedFilled.tsx b/src/IconFormatSizeRoundedFilled.tsx index 5cec30dfa..24d49455c 100644 --- a/src/IconFormatSizeRoundedFilled.tsx +++ b/src/IconFormatSizeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatSizeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatSizeSharp.tsx b/src/IconFormatSizeSharp.tsx index cb0a05edc..2192f9b48 100644 --- a/src/IconFormatSizeSharp.tsx +++ b/src/IconFormatSizeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatSizeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatSizeSharpFilled.tsx b/src/IconFormatSizeSharpFilled.tsx index 90ab57f03..3c6b1a09d 100644 --- a/src/IconFormatSizeSharpFilled.tsx +++ b/src/IconFormatSizeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatSizeSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatStrikethroughOutlined.tsx b/src/IconFormatStrikethroughOutlined.tsx index 5de4c6203..6ba523b76 100644 --- a/src/IconFormatStrikethroughOutlined.tsx +++ b/src/IconFormatStrikethroughOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatStrikethroughOutlined: React.FC = ({ ...props diff --git a/src/IconFormatStrikethroughOutlinedFilled.tsx b/src/IconFormatStrikethroughOutlinedFilled.tsx index e98386faf..f37acbfea 100644 --- a/src/IconFormatStrikethroughOutlinedFilled.tsx +++ b/src/IconFormatStrikethroughOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatStrikethroughOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatStrikethroughRounded.tsx b/src/IconFormatStrikethroughRounded.tsx index 0848a3262..78de9af39 100644 --- a/src/IconFormatStrikethroughRounded.tsx +++ b/src/IconFormatStrikethroughRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatStrikethroughRounded: React.FC = ({ ...props diff --git a/src/IconFormatStrikethroughRoundedFilled.tsx b/src/IconFormatStrikethroughRoundedFilled.tsx index 667864f29..52915d1b1 100644 --- a/src/IconFormatStrikethroughRoundedFilled.tsx +++ b/src/IconFormatStrikethroughRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatStrikethroughRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatStrikethroughSharp.tsx b/src/IconFormatStrikethroughSharp.tsx index 3c6dc35ff..f8aea307e 100644 --- a/src/IconFormatStrikethroughSharp.tsx +++ b/src/IconFormatStrikethroughSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatStrikethroughSharp: React.FC = ({ ...props diff --git a/src/IconFormatStrikethroughSharpFilled.tsx b/src/IconFormatStrikethroughSharpFilled.tsx index ca9930dc6..b26020364 100644 --- a/src/IconFormatStrikethroughSharpFilled.tsx +++ b/src/IconFormatStrikethroughSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatStrikethroughSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextClipOutlined.tsx b/src/IconFormatTextClipOutlined.tsx index 071ab8736..defe54b5e 100644 --- a/src/IconFormatTextClipOutlined.tsx +++ b/src/IconFormatTextClipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextClipOutlined: React.FC = ({ ...props diff --git a/src/IconFormatTextClipOutlinedFilled.tsx b/src/IconFormatTextClipOutlinedFilled.tsx index 2895d1727..3886d71a5 100644 --- a/src/IconFormatTextClipOutlinedFilled.tsx +++ b/src/IconFormatTextClipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextClipOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextClipRounded.tsx b/src/IconFormatTextClipRounded.tsx index 1ff39596a..440866826 100644 --- a/src/IconFormatTextClipRounded.tsx +++ b/src/IconFormatTextClipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextClipRounded: React.FC = ({ ...props diff --git a/src/IconFormatTextClipRoundedFilled.tsx b/src/IconFormatTextClipRoundedFilled.tsx index 1dfca13e0..3c91479dc 100644 --- a/src/IconFormatTextClipRoundedFilled.tsx +++ b/src/IconFormatTextClipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextClipRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextClipSharp.tsx b/src/IconFormatTextClipSharp.tsx index 524c3b995..91e125281 100644 --- a/src/IconFormatTextClipSharp.tsx +++ b/src/IconFormatTextClipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextClipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatTextClipSharpFilled.tsx b/src/IconFormatTextClipSharpFilled.tsx index d0fc324c8..de148e9a9 100644 --- a/src/IconFormatTextClipSharpFilled.tsx +++ b/src/IconFormatTextClipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextClipSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextOverflowOutlined.tsx b/src/IconFormatTextOverflowOutlined.tsx index 6f41b06f8..27d325afd 100644 --- a/src/IconFormatTextOverflowOutlined.tsx +++ b/src/IconFormatTextOverflowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextOverflowOutlined: React.FC = ({ ...props diff --git a/src/IconFormatTextOverflowOutlinedFilled.tsx b/src/IconFormatTextOverflowOutlinedFilled.tsx index f8cb6deef..c02b5293a 100644 --- a/src/IconFormatTextOverflowOutlinedFilled.tsx +++ b/src/IconFormatTextOverflowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextOverflowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextOverflowRounded.tsx b/src/IconFormatTextOverflowRounded.tsx index 89b7fc98a..5a9cbec12 100644 --- a/src/IconFormatTextOverflowRounded.tsx +++ b/src/IconFormatTextOverflowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextOverflowRounded: React.FC = ({ ...props diff --git a/src/IconFormatTextOverflowRoundedFilled.tsx b/src/IconFormatTextOverflowRoundedFilled.tsx index 2273c3608..fb77fab58 100644 --- a/src/IconFormatTextOverflowRoundedFilled.tsx +++ b/src/IconFormatTextOverflowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextOverflowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextOverflowSharp.tsx b/src/IconFormatTextOverflowSharp.tsx index 757dc4975..c698960e0 100644 --- a/src/IconFormatTextOverflowSharp.tsx +++ b/src/IconFormatTextOverflowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextOverflowSharp: React.FC = ({ ...props diff --git a/src/IconFormatTextOverflowSharpFilled.tsx b/src/IconFormatTextOverflowSharpFilled.tsx index 61ba08673..f79ab07b0 100644 --- a/src/IconFormatTextOverflowSharpFilled.tsx +++ b/src/IconFormatTextOverflowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextOverflowSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextWrapOutlined.tsx b/src/IconFormatTextWrapOutlined.tsx index 2339d7b1a..525370565 100644 --- a/src/IconFormatTextWrapOutlined.tsx +++ b/src/IconFormatTextWrapOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextWrapOutlined: React.FC = ({ ...props diff --git a/src/IconFormatTextWrapOutlinedFilled.tsx b/src/IconFormatTextWrapOutlinedFilled.tsx index 6b4ca0d63..a9c1a86cb 100644 --- a/src/IconFormatTextWrapOutlinedFilled.tsx +++ b/src/IconFormatTextWrapOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextWrapOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextWrapRounded.tsx b/src/IconFormatTextWrapRounded.tsx index 916f46538..30ff9a66a 100644 --- a/src/IconFormatTextWrapRounded.tsx +++ b/src/IconFormatTextWrapRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextWrapRounded: React.FC = ({ ...props diff --git a/src/IconFormatTextWrapRoundedFilled.tsx b/src/IconFormatTextWrapRoundedFilled.tsx index eb810d2de..d3d0b3ab1 100644 --- a/src/IconFormatTextWrapRoundedFilled.tsx +++ b/src/IconFormatTextWrapRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextWrapRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextWrapSharp.tsx b/src/IconFormatTextWrapSharp.tsx index ed8b7300a..5a7d3329c 100644 --- a/src/IconFormatTextWrapSharp.tsx +++ b/src/IconFormatTextWrapSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextWrapSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormatTextWrapSharpFilled.tsx b/src/IconFormatTextWrapSharpFilled.tsx index 6e077e7b4..35744e2ef 100644 --- a/src/IconFormatTextWrapSharpFilled.tsx +++ b/src/IconFormatTextWrapSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextWrapSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionLToROutlined.tsx b/src/IconFormatTextdirectionLToROutlined.tsx index 1c1c0e84e..1e8fc9893 100644 --- a/src/IconFormatTextdirectionLToROutlined.tsx +++ b/src/IconFormatTextdirectionLToROutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionLToROutlined: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionLToROutlinedFilled.tsx b/src/IconFormatTextdirectionLToROutlinedFilled.tsx index edbdcb852..114f5e81f 100644 --- a/src/IconFormatTextdirectionLToROutlinedFilled.tsx +++ b/src/IconFormatTextdirectionLToROutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionLToROutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionLToRRounded.tsx b/src/IconFormatTextdirectionLToRRounded.tsx index 47e096fc0..f60a369f1 100644 --- a/src/IconFormatTextdirectionLToRRounded.tsx +++ b/src/IconFormatTextdirectionLToRRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionLToRRounded: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionLToRRoundedFilled.tsx b/src/IconFormatTextdirectionLToRRoundedFilled.tsx index 5c7861740..19d0ec1db 100644 --- a/src/IconFormatTextdirectionLToRRoundedFilled.tsx +++ b/src/IconFormatTextdirectionLToRRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionLToRRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionLToRSharp.tsx b/src/IconFormatTextdirectionLToRSharp.tsx index 72b297222..0e4393d1b 100644 --- a/src/IconFormatTextdirectionLToRSharp.tsx +++ b/src/IconFormatTextdirectionLToRSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionLToRSharp: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionLToRSharpFilled.tsx b/src/IconFormatTextdirectionLToRSharpFilled.tsx index 25c251863..68511fa60 100644 --- a/src/IconFormatTextdirectionLToRSharpFilled.tsx +++ b/src/IconFormatTextdirectionLToRSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionLToRSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionRToLOutlined.tsx b/src/IconFormatTextdirectionRToLOutlined.tsx index 87c7da594..c60848891 100644 --- a/src/IconFormatTextdirectionRToLOutlined.tsx +++ b/src/IconFormatTextdirectionRToLOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionRToLOutlined: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionRToLOutlinedFilled.tsx b/src/IconFormatTextdirectionRToLOutlinedFilled.tsx index 5fa195119..5883710a7 100644 --- a/src/IconFormatTextdirectionRToLOutlinedFilled.tsx +++ b/src/IconFormatTextdirectionRToLOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionRToLOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionRToLRounded.tsx b/src/IconFormatTextdirectionRToLRounded.tsx index 01453865a..cce4c585e 100644 --- a/src/IconFormatTextdirectionRToLRounded.tsx +++ b/src/IconFormatTextdirectionRToLRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionRToLRounded: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionRToLRoundedFilled.tsx b/src/IconFormatTextdirectionRToLRoundedFilled.tsx index 35846f16b..6c0c699ce 100644 --- a/src/IconFormatTextdirectionRToLRoundedFilled.tsx +++ b/src/IconFormatTextdirectionRToLRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionRToLRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionRToLSharp.tsx b/src/IconFormatTextdirectionRToLSharp.tsx index 72b59b0dc..9010da5d4 100644 --- a/src/IconFormatTextdirectionRToLSharp.tsx +++ b/src/IconFormatTextdirectionRToLSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionRToLSharp: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionRToLSharpFilled.tsx b/src/IconFormatTextdirectionRToLSharpFilled.tsx index 9e699533c..f8eb8eaaf 100644 --- a/src/IconFormatTextdirectionRToLSharpFilled.tsx +++ b/src/IconFormatTextdirectionRToLSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionRToLSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionVerticalOutlined.tsx b/src/IconFormatTextdirectionVerticalOutlined.tsx index a4f46a7da..54efe255b 100644 --- a/src/IconFormatTextdirectionVerticalOutlined.tsx +++ b/src/IconFormatTextdirectionVerticalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionVerticalOutlined: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionVerticalOutlinedFilled.tsx b/src/IconFormatTextdirectionVerticalOutlinedFilled.tsx index bfa392ab9..886879a50 100644 --- a/src/IconFormatTextdirectionVerticalOutlinedFilled.tsx +++ b/src/IconFormatTextdirectionVerticalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionVerticalOutlinedFilled: React.FC< IconProps diff --git a/src/IconFormatTextdirectionVerticalRounded.tsx b/src/IconFormatTextdirectionVerticalRounded.tsx index 6b820d31e..75dc040df 100644 --- a/src/IconFormatTextdirectionVerticalRounded.tsx +++ b/src/IconFormatTextdirectionVerticalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionVerticalRounded: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionVerticalRoundedFilled.tsx b/src/IconFormatTextdirectionVerticalRoundedFilled.tsx index ea840e192..3baaa1db9 100644 --- a/src/IconFormatTextdirectionVerticalRoundedFilled.tsx +++ b/src/IconFormatTextdirectionVerticalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionVerticalRoundedFilled: React.FC< IconProps diff --git a/src/IconFormatTextdirectionVerticalSharp.tsx b/src/IconFormatTextdirectionVerticalSharp.tsx index 364d48f0e..bf15221ec 100644 --- a/src/IconFormatTextdirectionVerticalSharp.tsx +++ b/src/IconFormatTextdirectionVerticalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionVerticalSharp: React.FC = ({ ...props diff --git a/src/IconFormatTextdirectionVerticalSharpFilled.tsx b/src/IconFormatTextdirectionVerticalSharpFilled.tsx index c1b1a6276..5d0a35276 100644 --- a/src/IconFormatTextdirectionVerticalSharpFilled.tsx +++ b/src/IconFormatTextdirectionVerticalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatTextdirectionVerticalSharpFilled: React.FC< IconProps diff --git a/src/IconFormatUnderlinedOutlined.tsx b/src/IconFormatUnderlinedOutlined.tsx index 89ffef1d7..c0171c4ff 100644 --- a/src/IconFormatUnderlinedOutlined.tsx +++ b/src/IconFormatUnderlinedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedOutlined: React.FC = ({ ...props diff --git a/src/IconFormatUnderlinedOutlinedFilled.tsx b/src/IconFormatUnderlinedOutlinedFilled.tsx index 2a3b12d2e..698506fc6 100644 --- a/src/IconFormatUnderlinedOutlinedFilled.tsx +++ b/src/IconFormatUnderlinedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormatUnderlinedRounded.tsx b/src/IconFormatUnderlinedRounded.tsx index 67a9acf62..a6bd81ad9 100644 --- a/src/IconFormatUnderlinedRounded.tsx +++ b/src/IconFormatUnderlinedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedRounded: React.FC = ({ ...props diff --git a/src/IconFormatUnderlinedRoundedFilled.tsx b/src/IconFormatUnderlinedRoundedFilled.tsx index bda38e11f..59062d72f 100644 --- a/src/IconFormatUnderlinedRoundedFilled.tsx +++ b/src/IconFormatUnderlinedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatUnderlinedSharp.tsx b/src/IconFormatUnderlinedSharp.tsx index 424ad50a1..9b542b73e 100644 --- a/src/IconFormatUnderlinedSharp.tsx +++ b/src/IconFormatUnderlinedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedSharp: React.FC = ({ ...props diff --git a/src/IconFormatUnderlinedSharpFilled.tsx b/src/IconFormatUnderlinedSharpFilled.tsx index 04ee905d1..fa427cb8b 100644 --- a/src/IconFormatUnderlinedSharpFilled.tsx +++ b/src/IconFormatUnderlinedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormatUnderlinedSquiggleOutlined.tsx b/src/IconFormatUnderlinedSquiggleOutlined.tsx index 95757804a..83ad68b93 100644 --- a/src/IconFormatUnderlinedSquiggleOutlined.tsx +++ b/src/IconFormatUnderlinedSquiggleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedSquiggleOutlined: React.FC = ({ ...props diff --git a/src/IconFormatUnderlinedSquiggleOutlinedFilled.tsx b/src/IconFormatUnderlinedSquiggleOutlinedFilled.tsx index 3e0d5043f..ea46ac1ca 100644 --- a/src/IconFormatUnderlinedSquiggleOutlinedFilled.tsx +++ b/src/IconFormatUnderlinedSquiggleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedSquiggleOutlinedFilled: React.FC< IconProps diff --git a/src/IconFormatUnderlinedSquiggleRounded.tsx b/src/IconFormatUnderlinedSquiggleRounded.tsx index bbeb6bf42..9d2e48c90 100644 --- a/src/IconFormatUnderlinedSquiggleRounded.tsx +++ b/src/IconFormatUnderlinedSquiggleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedSquiggleRounded: React.FC = ({ ...props diff --git a/src/IconFormatUnderlinedSquiggleRoundedFilled.tsx b/src/IconFormatUnderlinedSquiggleRoundedFilled.tsx index bd5975422..76e8cc081 100644 --- a/src/IconFormatUnderlinedSquiggleRoundedFilled.tsx +++ b/src/IconFormatUnderlinedSquiggleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedSquiggleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormatUnderlinedSquiggleSharp.tsx b/src/IconFormatUnderlinedSquiggleSharp.tsx index 8ba770187..5cd031fcf 100644 --- a/src/IconFormatUnderlinedSquiggleSharp.tsx +++ b/src/IconFormatUnderlinedSquiggleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedSquiggleSharp: React.FC = ({ ...props diff --git a/src/IconFormatUnderlinedSquiggleSharpFilled.tsx b/src/IconFormatUnderlinedSquiggleSharpFilled.tsx index 684c92177..775428938 100644 --- a/src/IconFormatUnderlinedSquiggleSharpFilled.tsx +++ b/src/IconFormatUnderlinedSquiggleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormatUnderlinedSquiggleSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormsAddOnOutlined.tsx b/src/IconFormsAddOnOutlined.tsx index 7cf77d3d9..7e707ffba 100644 --- a/src/IconFormsAddOnOutlined.tsx +++ b/src/IconFormsAddOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAddOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFormsAddOnOutlinedFilled.tsx b/src/IconFormsAddOnOutlinedFilled.tsx index 591d16e52..d1b57f2b7 100644 --- a/src/IconFormsAddOnOutlinedFilled.tsx +++ b/src/IconFormsAddOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAddOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormsAddOnRounded.tsx b/src/IconFormsAddOnRounded.tsx index 0d65fdfb1..c8566d62b 100644 --- a/src/IconFormsAddOnRounded.tsx +++ b/src/IconFormsAddOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAddOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFormsAddOnRoundedFilled.tsx b/src/IconFormsAddOnRoundedFilled.tsx index 37d9a1397..1314a153d 100644 --- a/src/IconFormsAddOnRoundedFilled.tsx +++ b/src/IconFormsAddOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAddOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormsAddOnSharp.tsx b/src/IconFormsAddOnSharp.tsx index e0697fd7d..369bc17a9 100644 --- a/src/IconFormsAddOnSharp.tsx +++ b/src/IconFormsAddOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAddOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormsAddOnSharpFilled.tsx b/src/IconFormsAddOnSharpFilled.tsx index eaac7f180..52bdb6461 100644 --- a/src/IconFormsAddOnSharpFilled.tsx +++ b/src/IconFormsAddOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAddOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconFormsAppsScriptOutlined.tsx b/src/IconFormsAppsScriptOutlined.tsx index aa5090838..f83152e9b 100644 --- a/src/IconFormsAppsScriptOutlined.tsx +++ b/src/IconFormsAppsScriptOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAppsScriptOutlined: React.FC = ({ ...props diff --git a/src/IconFormsAppsScriptOutlinedFilled.tsx b/src/IconFormsAppsScriptOutlinedFilled.tsx index cbcd66f79..a130ad472 100644 --- a/src/IconFormsAppsScriptOutlinedFilled.tsx +++ b/src/IconFormsAppsScriptOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAppsScriptOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFormsAppsScriptRounded.tsx b/src/IconFormsAppsScriptRounded.tsx index 1bd54c1a4..2549f8331 100644 --- a/src/IconFormsAppsScriptRounded.tsx +++ b/src/IconFormsAppsScriptRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAppsScriptRounded: React.FC = ({ ...props diff --git a/src/IconFormsAppsScriptRoundedFilled.tsx b/src/IconFormsAppsScriptRoundedFilled.tsx index 90d9bb4ea..eedb772fd 100644 --- a/src/IconFormsAppsScriptRoundedFilled.tsx +++ b/src/IconFormsAppsScriptRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAppsScriptRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFormsAppsScriptSharp.tsx b/src/IconFormsAppsScriptSharp.tsx index 4949533cc..637489dbb 100644 --- a/src/IconFormsAppsScriptSharp.tsx +++ b/src/IconFormsAppsScriptSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAppsScriptSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFormsAppsScriptSharpFilled.tsx b/src/IconFormsAppsScriptSharpFilled.tsx index 07eb8dc5e..6a431a4d4 100644 --- a/src/IconFormsAppsScriptSharpFilled.tsx +++ b/src/IconFormsAppsScriptSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFormsAppsScriptSharpFilled: React.FC = ({ ...props diff --git a/src/IconFortOutlined.tsx b/src/IconFortOutlined.tsx index 62dc086f7..197938773 100644 --- a/src/IconFortOutlined.tsx +++ b/src/IconFortOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFortOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFortOutlinedFilled.tsx b/src/IconFortOutlinedFilled.tsx index 59cc0dc7a..bb7fb5791 100644 --- a/src/IconFortOutlinedFilled.tsx +++ b/src/IconFortOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFortOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFortRounded.tsx b/src/IconFortRounded.tsx index 8628f9984..e10755ebd 100644 --- a/src/IconFortRounded.tsx +++ b/src/IconFortRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFortRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFortRoundedFilled.tsx b/src/IconFortRoundedFilled.tsx index ad509b2d3..0864c5d55 100644 --- a/src/IconFortRoundedFilled.tsx +++ b/src/IconFortRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFortRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFortSharp.tsx b/src/IconFortSharp.tsx index 50c7ec1d9..eb87dc509 100644 --- a/src/IconFortSharp.tsx +++ b/src/IconFortSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFortSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFortSharpFilled.tsx b/src/IconFortSharpFilled.tsx index e387f7bda..9f95a0c13 100644 --- a/src/IconFortSharpFilled.tsx +++ b/src/IconFortSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFortSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForumOutlined.tsx b/src/IconForumOutlined.tsx index 91864c3db..326a3d374 100644 --- a/src/IconForumOutlined.tsx +++ b/src/IconForumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForumOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForumOutlinedFilled.tsx b/src/IconForumOutlinedFilled.tsx index 924fd23cc..a3fc027cd 100644 --- a/src/IconForumOutlinedFilled.tsx +++ b/src/IconForumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForumOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForumRounded.tsx b/src/IconForumRounded.tsx index b77c49e44..38c9fa6c8 100644 --- a/src/IconForumRounded.tsx +++ b/src/IconForumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForumRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForumRoundedFilled.tsx b/src/IconForumRoundedFilled.tsx index 218af6b7a..de2358c18 100644 --- a/src/IconForumRoundedFilled.tsx +++ b/src/IconForumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForumRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForumSharp.tsx b/src/IconForumSharp.tsx index 0d07bb67d..0eac8fd51 100644 --- a/src/IconForumSharp.tsx +++ b/src/IconForumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForumSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForumSharpFilled.tsx b/src/IconForumSharpFilled.tsx index 6cfd167b4..4f9fc484a 100644 --- a/src/IconForumSharpFilled.tsx +++ b/src/IconForumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForumSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForward10Outlined.tsx b/src/IconForward10Outlined.tsx index 79e072606..2e0a0a1e7 100644 --- a/src/IconForward10Outlined.tsx +++ b/src/IconForward10Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward10Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForward10OutlinedFilled.tsx b/src/IconForward10OutlinedFilled.tsx index b2053ee72..ee3f3cf5a 100644 --- a/src/IconForward10OutlinedFilled.tsx +++ b/src/IconForward10OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward10OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconForward10Rounded.tsx b/src/IconForward10Rounded.tsx index 797702f76..276f1cc53 100644 --- a/src/IconForward10Rounded.tsx +++ b/src/IconForward10Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward10Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForward10RoundedFilled.tsx b/src/IconForward10RoundedFilled.tsx index 969077ecf..90e23b712 100644 --- a/src/IconForward10RoundedFilled.tsx +++ b/src/IconForward10RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward10RoundedFilled: React.FC = ({ ...props diff --git a/src/IconForward10Sharp.tsx b/src/IconForward10Sharp.tsx index 61dddb70a..0e6f68ea6 100644 --- a/src/IconForward10Sharp.tsx +++ b/src/IconForward10Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward10Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForward10SharpFilled.tsx b/src/IconForward10SharpFilled.tsx index 65d6d0cca..4a24a77ca 100644 --- a/src/IconForward10SharpFilled.tsx +++ b/src/IconForward10SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward10SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForward30Outlined.tsx b/src/IconForward30Outlined.tsx index 7cff53efa..16dee2cd7 100644 --- a/src/IconForward30Outlined.tsx +++ b/src/IconForward30Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward30Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForward30OutlinedFilled.tsx b/src/IconForward30OutlinedFilled.tsx index 6cb47e599..ed69404da 100644 --- a/src/IconForward30OutlinedFilled.tsx +++ b/src/IconForward30OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward30OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconForward30Rounded.tsx b/src/IconForward30Rounded.tsx index 5eaaa4a43..3690de0cf 100644 --- a/src/IconForward30Rounded.tsx +++ b/src/IconForward30Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward30Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForward30RoundedFilled.tsx b/src/IconForward30RoundedFilled.tsx index 9a44bd304..f89e1684c 100644 --- a/src/IconForward30RoundedFilled.tsx +++ b/src/IconForward30RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward30RoundedFilled: React.FC = ({ ...props diff --git a/src/IconForward30Sharp.tsx b/src/IconForward30Sharp.tsx index bd382b1be..bf3b8ee36 100644 --- a/src/IconForward30Sharp.tsx +++ b/src/IconForward30Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward30Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForward30SharpFilled.tsx b/src/IconForward30SharpFilled.tsx index 0eaaae1e2..eac7822a1 100644 --- a/src/IconForward30SharpFilled.tsx +++ b/src/IconForward30SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward30SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForward5Outlined.tsx b/src/IconForward5Outlined.tsx index 5b78d3aa1..442a0966d 100644 --- a/src/IconForward5Outlined.tsx +++ b/src/IconForward5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForward5OutlinedFilled.tsx b/src/IconForward5OutlinedFilled.tsx index 60c7a66e7..e29deb238 100644 --- a/src/IconForward5OutlinedFilled.tsx +++ b/src/IconForward5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward5OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconForward5Rounded.tsx b/src/IconForward5Rounded.tsx index 765b09228..b9f80c843 100644 --- a/src/IconForward5Rounded.tsx +++ b/src/IconForward5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForward5RoundedFilled.tsx b/src/IconForward5RoundedFilled.tsx index ee939dad3..fca9c2450 100644 --- a/src/IconForward5RoundedFilled.tsx +++ b/src/IconForward5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward5RoundedFilled: React.FC = ({ ...props diff --git a/src/IconForward5Sharp.tsx b/src/IconForward5Sharp.tsx index 533a7287b..cbd9c27ff 100644 --- a/src/IconForward5Sharp.tsx +++ b/src/IconForward5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForward5SharpFilled.tsx b/src/IconForward5SharpFilled.tsx index 02af4d636..0baee89c4 100644 --- a/src/IconForward5SharpFilled.tsx +++ b/src/IconForward5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForward5SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardCircleOutlined.tsx b/src/IconForwardCircleOutlined.tsx index 238079199..9b64b745a 100644 --- a/src/IconForwardCircleOutlined.tsx +++ b/src/IconForwardCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardCircleOutlined: React.FC = ({ ...props diff --git a/src/IconForwardCircleOutlinedFilled.tsx b/src/IconForwardCircleOutlinedFilled.tsx index b35c749ad..3d596d9f5 100644 --- a/src/IconForwardCircleOutlinedFilled.tsx +++ b/src/IconForwardCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconForwardCircleRounded.tsx b/src/IconForwardCircleRounded.tsx index b30820c56..377777952 100644 --- a/src/IconForwardCircleRounded.tsx +++ b/src/IconForwardCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardCircleRoundedFilled.tsx b/src/IconForwardCircleRoundedFilled.tsx index 873b1cd24..f7a003c40 100644 --- a/src/IconForwardCircleRoundedFilled.tsx +++ b/src/IconForwardCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconForwardCircleSharp.tsx b/src/IconForwardCircleSharp.tsx index 1d7deaa81..5d791bb6a 100644 --- a/src/IconForwardCircleSharp.tsx +++ b/src/IconForwardCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardCircleSharpFilled.tsx b/src/IconForwardCircleSharpFilled.tsx index b96515735..7ec47466d 100644 --- a/src/IconForwardCircleSharpFilled.tsx +++ b/src/IconForwardCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconForwardMediaOutlined.tsx b/src/IconForwardMediaOutlined.tsx index 5fcd13531..1cc50b1af 100644 --- a/src/IconForwardMediaOutlined.tsx +++ b/src/IconForwardMediaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardMediaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardMediaOutlinedFilled.tsx b/src/IconForwardMediaOutlinedFilled.tsx index 4efce6edb..7583d9a25 100644 --- a/src/IconForwardMediaOutlinedFilled.tsx +++ b/src/IconForwardMediaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardMediaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconForwardMediaRounded.tsx b/src/IconForwardMediaRounded.tsx index 12588d209..865aeecf2 100644 --- a/src/IconForwardMediaRounded.tsx +++ b/src/IconForwardMediaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardMediaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardMediaRoundedFilled.tsx b/src/IconForwardMediaRoundedFilled.tsx index 824f94599..0857d46d8 100644 --- a/src/IconForwardMediaRoundedFilled.tsx +++ b/src/IconForwardMediaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardMediaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconForwardMediaSharp.tsx b/src/IconForwardMediaSharp.tsx index 02a047179..7b248edb4 100644 --- a/src/IconForwardMediaSharp.tsx +++ b/src/IconForwardMediaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardMediaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardMediaSharpFilled.tsx b/src/IconForwardMediaSharpFilled.tsx index 19864f7f7..9e6c2ffcf 100644 --- a/src/IconForwardMediaSharpFilled.tsx +++ b/src/IconForwardMediaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardMediaSharpFilled: React.FC = ({ ...props diff --git a/src/IconForwardOutlined.tsx b/src/IconForwardOutlined.tsx index 6b0d0baf9..bcd25004e 100644 --- a/src/IconForwardOutlined.tsx +++ b/src/IconForwardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardOutlinedFilled.tsx b/src/IconForwardOutlinedFilled.tsx index 4dcf440fe..f7890c1af 100644 --- a/src/IconForwardOutlinedFilled.tsx +++ b/src/IconForwardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconForwardRounded.tsx b/src/IconForwardRounded.tsx index 2a878d84c..04caa6027 100644 --- a/src/IconForwardRounded.tsx +++ b/src/IconForwardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardRoundedFilled.tsx b/src/IconForwardRoundedFilled.tsx index 39df30275..a1e68f08a 100644 --- a/src/IconForwardRoundedFilled.tsx +++ b/src/IconForwardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardSharp.tsx b/src/IconForwardSharp.tsx index a61f7edc7..b0afed119 100644 --- a/src/IconForwardSharp.tsx +++ b/src/IconForwardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardSharpFilled.tsx b/src/IconForwardSharpFilled.tsx index d97e80cf5..864b1f792 100644 --- a/src/IconForwardSharpFilled.tsx +++ b/src/IconForwardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardToInboxOutlined.tsx b/src/IconForwardToInboxOutlined.tsx index d9db72b40..d39426b58 100644 --- a/src/IconForwardToInboxOutlined.tsx +++ b/src/IconForwardToInboxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardToInboxOutlined: React.FC = ({ ...props diff --git a/src/IconForwardToInboxOutlinedFilled.tsx b/src/IconForwardToInboxOutlinedFilled.tsx index 26920344d..ed3029c8f 100644 --- a/src/IconForwardToInboxOutlinedFilled.tsx +++ b/src/IconForwardToInboxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardToInboxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconForwardToInboxRounded.tsx b/src/IconForwardToInboxRounded.tsx deleted file mode 100644 index 7e4cb0081..000000000 --- a/src/IconForwardToInboxRounded.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -export const IconForwardToInboxRounded: React.FC = ({ - ...props -}) => ( - - {props.title && {props.title}} - - -) diff --git a/src/IconForwardToInboxRoundedFilled.tsx b/src/IconForwardToInboxRoundedFilled.tsx index e2c7bf9de..9d55f604d 100644 --- a/src/IconForwardToInboxRoundedFilled.tsx +++ b/src/IconForwardToInboxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardToInboxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconForwardToInboxSharp.tsx b/src/IconForwardToInboxSharp.tsx index b869fe51a..645eb4479 100644 --- a/src/IconForwardToInboxSharp.tsx +++ b/src/IconForwardToInboxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardToInboxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconForwardToInboxSharpFilled.tsx b/src/IconForwardToInboxSharpFilled.tsx index 7d333ddba..2fb527459 100644 --- a/src/IconForwardToInboxSharpFilled.tsx +++ b/src/IconForwardToInboxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconForwardToInboxSharpFilled: React.FC = ({ ...props diff --git a/src/IconFoundationOutlined.tsx b/src/IconFoundationOutlined.tsx index fedc657c2..a5b05604b 100644 --- a/src/IconFoundationOutlined.tsx +++ b/src/IconFoundationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoundationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFoundationOutlinedFilled.tsx b/src/IconFoundationOutlinedFilled.tsx index 4aca95af5..e9edd6f51 100644 --- a/src/IconFoundationOutlinedFilled.tsx +++ b/src/IconFoundationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoundationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFoundationRounded.tsx b/src/IconFoundationRounded.tsx index c761392d3..9c7d14aa9 100644 --- a/src/IconFoundationRounded.tsx +++ b/src/IconFoundationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoundationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFoundationRoundedFilled.tsx b/src/IconFoundationRoundedFilled.tsx index 8778671ed..a618633e0 100644 --- a/src/IconFoundationRoundedFilled.tsx +++ b/src/IconFoundationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoundationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFoundationSharp.tsx b/src/IconFoundationSharp.tsx index b100a9328..ce59a1c18 100644 --- a/src/IconFoundationSharp.tsx +++ b/src/IconFoundationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoundationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFoundationSharpFilled.tsx b/src/IconFoundationSharpFilled.tsx index 7cf1ca12b..3655f9f13 100644 --- a/src/IconFoundationSharpFilled.tsx +++ b/src/IconFoundationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFoundationSharpFilled: React.FC = ({ ...props diff --git a/src/IconFrameInspectOutlined.tsx b/src/IconFrameInspectOutlined.tsx index 3e2f7991b..e0c45082c 100644 --- a/src/IconFrameInspectOutlined.tsx +++ b/src/IconFrameInspectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameInspectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFrameInspectOutlinedFilled.tsx b/src/IconFrameInspectOutlinedFilled.tsx index aee9333a4..0656d43cf 100644 --- a/src/IconFrameInspectOutlinedFilled.tsx +++ b/src/IconFrameInspectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameInspectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFrameInspectRounded.tsx b/src/IconFrameInspectRounded.tsx index e635141c5..83cdf551b 100644 --- a/src/IconFrameInspectRounded.tsx +++ b/src/IconFrameInspectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameInspectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFrameInspectRoundedFilled.tsx b/src/IconFrameInspectRoundedFilled.tsx index 36b2d042e..e4a4c467a 100644 --- a/src/IconFrameInspectRoundedFilled.tsx +++ b/src/IconFrameInspectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameInspectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFrameInspectSharp.tsx b/src/IconFrameInspectSharp.tsx index de0aa656e..2fdc8539b 100644 --- a/src/IconFrameInspectSharp.tsx +++ b/src/IconFrameInspectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameInspectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFrameInspectSharpFilled.tsx b/src/IconFrameInspectSharpFilled.tsx index 4143c5f4f..a0395069d 100644 --- a/src/IconFrameInspectSharpFilled.tsx +++ b/src/IconFrameInspectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameInspectSharpFilled: React.FC = ({ ...props diff --git a/src/IconFramePersonMicOutlined.tsx b/src/IconFramePersonMicOutlined.tsx index d5dab405a..25c02d37c 100644 --- a/src/IconFramePersonMicOutlined.tsx +++ b/src/IconFramePersonMicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonMicOutlined: React.FC = ({ ...props diff --git a/src/IconFramePersonMicOutlinedFilled.tsx b/src/IconFramePersonMicOutlinedFilled.tsx index 4376065a0..6800daa30 100644 --- a/src/IconFramePersonMicOutlinedFilled.tsx +++ b/src/IconFramePersonMicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonMicOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFramePersonMicRounded.tsx b/src/IconFramePersonMicRounded.tsx index c13d14039..12d137558 100644 --- a/src/IconFramePersonMicRounded.tsx +++ b/src/IconFramePersonMicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonMicRounded: React.FC = ({ ...props diff --git a/src/IconFramePersonMicRoundedFilled.tsx b/src/IconFramePersonMicRoundedFilled.tsx index 8bba04d0f..167be07fe 100644 --- a/src/IconFramePersonMicRoundedFilled.tsx +++ b/src/IconFramePersonMicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonMicRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFramePersonMicSharp.tsx b/src/IconFramePersonMicSharp.tsx index 10e04184e..cc07e2cba 100644 --- a/src/IconFramePersonMicSharp.tsx +++ b/src/IconFramePersonMicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonMicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFramePersonMicSharpFilled.tsx b/src/IconFramePersonMicSharpFilled.tsx index 438f28381..61989a221 100644 --- a/src/IconFramePersonMicSharpFilled.tsx +++ b/src/IconFramePersonMicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonMicSharpFilled: React.FC = ({ ...props diff --git a/src/IconFramePersonOffOutlined.tsx b/src/IconFramePersonOffOutlined.tsx index 788f86a8d..26216eecc 100644 --- a/src/IconFramePersonOffOutlined.tsx +++ b/src/IconFramePersonOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonOffOutlined: React.FC = ({ ...props diff --git a/src/IconFramePersonOffOutlinedFilled.tsx b/src/IconFramePersonOffOutlinedFilled.tsx index d81274787..345df8099 100644 --- a/src/IconFramePersonOffOutlinedFilled.tsx +++ b/src/IconFramePersonOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFramePersonOffRounded.tsx b/src/IconFramePersonOffRounded.tsx index 2d535127a..f7420aadb 100644 --- a/src/IconFramePersonOffRounded.tsx +++ b/src/IconFramePersonOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonOffRounded: React.FC = ({ ...props diff --git a/src/IconFramePersonOffRoundedFilled.tsx b/src/IconFramePersonOffRoundedFilled.tsx index 90ac052fc..19ba3a25d 100644 --- a/src/IconFramePersonOffRoundedFilled.tsx +++ b/src/IconFramePersonOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFramePersonOffSharp.tsx b/src/IconFramePersonOffSharp.tsx index ae4d26331..14cd7fc72 100644 --- a/src/IconFramePersonOffSharp.tsx +++ b/src/IconFramePersonOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFramePersonOffSharpFilled.tsx b/src/IconFramePersonOffSharpFilled.tsx index b9b83580b..210edfeff 100644 --- a/src/IconFramePersonOffSharpFilled.tsx +++ b/src/IconFramePersonOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconFramePersonOutlined.tsx b/src/IconFramePersonOutlined.tsx index 726ac130b..48fb9a194 100644 --- a/src/IconFramePersonOutlined.tsx +++ b/src/IconFramePersonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFramePersonOutlinedFilled.tsx b/src/IconFramePersonOutlinedFilled.tsx index cc48610ee..9b446dc73 100644 --- a/src/IconFramePersonOutlinedFilled.tsx +++ b/src/IconFramePersonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFramePersonRounded.tsx b/src/IconFramePersonRounded.tsx index 39e74d387..c69f21b0d 100644 --- a/src/IconFramePersonRounded.tsx +++ b/src/IconFramePersonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFramePersonRoundedFilled.tsx b/src/IconFramePersonRoundedFilled.tsx index 13697a678..b9d5e8f85 100644 --- a/src/IconFramePersonRoundedFilled.tsx +++ b/src/IconFramePersonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFramePersonSharp.tsx b/src/IconFramePersonSharp.tsx index 52c5127dd..7902a019f 100644 --- a/src/IconFramePersonSharp.tsx +++ b/src/IconFramePersonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFramePersonSharpFilled.tsx b/src/IconFramePersonSharpFilled.tsx index 5a5b025a7..3504996f7 100644 --- a/src/IconFramePersonSharpFilled.tsx +++ b/src/IconFramePersonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFramePersonSharpFilled: React.FC = ({ ...props diff --git a/src/IconFrameReloadOutlined.tsx b/src/IconFrameReloadOutlined.tsx index 500dcbfe7..3a4b6fdf0 100644 --- a/src/IconFrameReloadOutlined.tsx +++ b/src/IconFrameReloadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameReloadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFrameReloadOutlinedFilled.tsx b/src/IconFrameReloadOutlinedFilled.tsx index 049ab4d3b..aaeed8e50 100644 --- a/src/IconFrameReloadOutlinedFilled.tsx +++ b/src/IconFrameReloadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameReloadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFrameReloadRounded.tsx b/src/IconFrameReloadRounded.tsx index 9c4bb8951..52d737557 100644 --- a/src/IconFrameReloadRounded.tsx +++ b/src/IconFrameReloadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameReloadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFrameReloadRoundedFilled.tsx b/src/IconFrameReloadRoundedFilled.tsx index 45134387b..0f55bbb37 100644 --- a/src/IconFrameReloadRoundedFilled.tsx +++ b/src/IconFrameReloadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameReloadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFrameReloadSharp.tsx b/src/IconFrameReloadSharp.tsx index 1787c919d..978e72023 100644 --- a/src/IconFrameReloadSharp.tsx +++ b/src/IconFrameReloadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameReloadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFrameReloadSharpFilled.tsx b/src/IconFrameReloadSharpFilled.tsx index 91a795705..2c2bddc10 100644 --- a/src/IconFrameReloadSharpFilled.tsx +++ b/src/IconFrameReloadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameReloadSharpFilled: React.FC = ({ ...props diff --git a/src/IconFrameSourceOutlined.tsx b/src/IconFrameSourceOutlined.tsx index 2ae91246e..efcb2fe32 100644 --- a/src/IconFrameSourceOutlined.tsx +++ b/src/IconFrameSourceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameSourceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFrameSourceOutlinedFilled.tsx b/src/IconFrameSourceOutlinedFilled.tsx index 899344e0c..994e1eed6 100644 --- a/src/IconFrameSourceOutlinedFilled.tsx +++ b/src/IconFrameSourceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameSourceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFrameSourceRounded.tsx b/src/IconFrameSourceRounded.tsx index 2959fbcfa..d8fc054d4 100644 --- a/src/IconFrameSourceRounded.tsx +++ b/src/IconFrameSourceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameSourceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFrameSourceRoundedFilled.tsx b/src/IconFrameSourceRoundedFilled.tsx index f17df1df8..fce9bc806 100644 --- a/src/IconFrameSourceRoundedFilled.tsx +++ b/src/IconFrameSourceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameSourceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFrameSourceSharp.tsx b/src/IconFrameSourceSharp.tsx index 6e179dd58..01f378b69 100644 --- a/src/IconFrameSourceSharp.tsx +++ b/src/IconFrameSourceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameSourceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFrameSourceSharpFilled.tsx b/src/IconFrameSourceSharpFilled.tsx index 9fecfc617..2dd7730a0 100644 --- a/src/IconFrameSourceSharpFilled.tsx +++ b/src/IconFrameSourceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrameSourceSharpFilled: React.FC = ({ ...props diff --git a/src/IconFreeCancellationOutlined.tsx b/src/IconFreeCancellationOutlined.tsx index 14bdf4c5d..ab62f2500 100644 --- a/src/IconFreeCancellationOutlined.tsx +++ b/src/IconFreeCancellationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFreeCancellationOutlined: React.FC = ({ ...props diff --git a/src/IconFreeCancellationOutlinedFilled.tsx b/src/IconFreeCancellationOutlinedFilled.tsx index 1ea9f6bcb..6c9512b87 100644 --- a/src/IconFreeCancellationOutlinedFilled.tsx +++ b/src/IconFreeCancellationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFreeCancellationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFreeCancellationRounded.tsx b/src/IconFreeCancellationRounded.tsx index 35fd2d15c..f3844e1fe 100644 --- a/src/IconFreeCancellationRounded.tsx +++ b/src/IconFreeCancellationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFreeCancellationRounded: React.FC = ({ ...props diff --git a/src/IconFreeCancellationRoundedFilled.tsx b/src/IconFreeCancellationRoundedFilled.tsx index cc8019eff..298808346 100644 --- a/src/IconFreeCancellationRoundedFilled.tsx +++ b/src/IconFreeCancellationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFreeCancellationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFreeCancellationSharp.tsx b/src/IconFreeCancellationSharp.tsx index 59cee942f..7efc81cb0 100644 --- a/src/IconFreeCancellationSharp.tsx +++ b/src/IconFreeCancellationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFreeCancellationSharp: React.FC = ({ ...props diff --git a/src/IconFreeCancellationSharpFilled.tsx b/src/IconFreeCancellationSharpFilled.tsx index 34c20e4f2..d7e0b840c 100644 --- a/src/IconFreeCancellationSharpFilled.tsx +++ b/src/IconFreeCancellationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFreeCancellationSharpFilled: React.FC = ({ ...props diff --git a/src/IconFrontHandOutlined.tsx b/src/IconFrontHandOutlined.tsx index e56e714ff..5d1051b64 100644 --- a/src/IconFrontHandOutlined.tsx +++ b/src/IconFrontHandOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontHandOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFrontHandOutlinedFilled.tsx b/src/IconFrontHandOutlinedFilled.tsx index a0da329e2..c70bf073f 100644 --- a/src/IconFrontHandOutlinedFilled.tsx +++ b/src/IconFrontHandOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontHandOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFrontHandRounded.tsx b/src/IconFrontHandRounded.tsx index 0a89f432a..d461e5b19 100644 --- a/src/IconFrontHandRounded.tsx +++ b/src/IconFrontHandRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontHandRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFrontHandRoundedFilled.tsx b/src/IconFrontHandRoundedFilled.tsx index c5e2762bd..2d9988c06 100644 --- a/src/IconFrontHandRoundedFilled.tsx +++ b/src/IconFrontHandRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontHandRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFrontHandSharp.tsx b/src/IconFrontHandSharp.tsx index 0b35e3779..767bf1fe2 100644 --- a/src/IconFrontHandSharp.tsx +++ b/src/IconFrontHandSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontHandSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFrontHandSharpFilled.tsx b/src/IconFrontHandSharpFilled.tsx index 02096ec83..3e0582ea6 100644 --- a/src/IconFrontHandSharpFilled.tsx +++ b/src/IconFrontHandSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontHandSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFrontLoaderOutlined.tsx b/src/IconFrontLoaderOutlined.tsx index b76f0244a..040bb49a1 100644 --- a/src/IconFrontLoaderOutlined.tsx +++ b/src/IconFrontLoaderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontLoaderOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFrontLoaderOutlinedFilled.tsx b/src/IconFrontLoaderOutlinedFilled.tsx index 648f15cfc..430fb617e 100644 --- a/src/IconFrontLoaderOutlinedFilled.tsx +++ b/src/IconFrontLoaderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontLoaderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFrontLoaderRounded.tsx b/src/IconFrontLoaderRounded.tsx index fdec216ba..15a39d11b 100644 --- a/src/IconFrontLoaderRounded.tsx +++ b/src/IconFrontLoaderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontLoaderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFrontLoaderRoundedFilled.tsx b/src/IconFrontLoaderRoundedFilled.tsx index b7b140003..e49e686c7 100644 --- a/src/IconFrontLoaderRoundedFilled.tsx +++ b/src/IconFrontLoaderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontLoaderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFrontLoaderSharp.tsx b/src/IconFrontLoaderSharp.tsx index 802cdee6e..a2181a98a 100644 --- a/src/IconFrontLoaderSharp.tsx +++ b/src/IconFrontLoaderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontLoaderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFrontLoaderSharpFilled.tsx b/src/IconFrontLoaderSharpFilled.tsx index cca305816..57eb00629 100644 --- a/src/IconFrontLoaderSharpFilled.tsx +++ b/src/IconFrontLoaderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFrontLoaderSharpFilled: React.FC = ({ ...props diff --git a/src/IconFullCoverageOutlined.tsx b/src/IconFullCoverageOutlined.tsx index 754e19c31..92c6d5589 100644 --- a/src/IconFullCoverageOutlined.tsx +++ b/src/IconFullCoverageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullCoverageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFullCoverageOutlinedFilled.tsx b/src/IconFullCoverageOutlinedFilled.tsx index 1fc381801..29ca4b69e 100644 --- a/src/IconFullCoverageOutlinedFilled.tsx +++ b/src/IconFullCoverageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullCoverageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFullCoverageRounded.tsx b/src/IconFullCoverageRounded.tsx index d653b7059..7df715673 100644 --- a/src/IconFullCoverageRounded.tsx +++ b/src/IconFullCoverageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullCoverageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFullCoverageRoundedFilled.tsx b/src/IconFullCoverageRoundedFilled.tsx index 9dfac0fe2..1408eac65 100644 --- a/src/IconFullCoverageRoundedFilled.tsx +++ b/src/IconFullCoverageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullCoverageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFullCoverageSharp.tsx b/src/IconFullCoverageSharp.tsx index 041424143..e9153a827 100644 --- a/src/IconFullCoverageSharp.tsx +++ b/src/IconFullCoverageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullCoverageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFullCoverageSharpFilled.tsx b/src/IconFullCoverageSharpFilled.tsx index ddc55566f..9458fbf71 100644 --- a/src/IconFullCoverageSharpFilled.tsx +++ b/src/IconFullCoverageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullCoverageSharpFilled: React.FC = ({ ...props diff --git a/src/IconFullHdOutlined.tsx b/src/IconFullHdOutlined.tsx index 5918c9fe8..61a1e8bcd 100644 --- a/src/IconFullHdOutlined.tsx +++ b/src/IconFullHdOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullHdOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFullHdOutlinedFilled.tsx b/src/IconFullHdOutlinedFilled.tsx index f302bca8c..9a96f5528 100644 --- a/src/IconFullHdOutlinedFilled.tsx +++ b/src/IconFullHdOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullHdOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFullHdRounded.tsx b/src/IconFullHdRounded.tsx index 4575f1c5e..fd2c11ed7 100644 --- a/src/IconFullHdRounded.tsx +++ b/src/IconFullHdRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullHdRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFullHdRoundedFilled.tsx b/src/IconFullHdRoundedFilled.tsx index 94336b8f9..f8122455b 100644 --- a/src/IconFullHdRoundedFilled.tsx +++ b/src/IconFullHdRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullHdRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFullHdSharp.tsx b/src/IconFullHdSharp.tsx index 9cea52e24..41e53f455 100644 --- a/src/IconFullHdSharp.tsx +++ b/src/IconFullHdSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullHdSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFullHdSharpFilled.tsx b/src/IconFullHdSharpFilled.tsx index 885be6356..8b4ee2a7c 100644 --- a/src/IconFullHdSharpFilled.tsx +++ b/src/IconFullHdSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullHdSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFullStackedBarChartOutlined.tsx b/src/IconFullStackedBarChartOutlined.tsx index f5c8085ea..c116d2619 100644 --- a/src/IconFullStackedBarChartOutlined.tsx +++ b/src/IconFullStackedBarChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullStackedBarChartOutlined: React.FC = ({ ...props diff --git a/src/IconFullStackedBarChartOutlinedFilled.tsx b/src/IconFullStackedBarChartOutlinedFilled.tsx index a1f212799..26d35b850 100644 --- a/src/IconFullStackedBarChartOutlinedFilled.tsx +++ b/src/IconFullStackedBarChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullStackedBarChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFullStackedBarChartRounded.tsx b/src/IconFullStackedBarChartRounded.tsx index 1030b6a49..f8280252a 100644 --- a/src/IconFullStackedBarChartRounded.tsx +++ b/src/IconFullStackedBarChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullStackedBarChartRounded: React.FC = ({ ...props diff --git a/src/IconFullStackedBarChartRoundedFilled.tsx b/src/IconFullStackedBarChartRoundedFilled.tsx index 161cb0b3c..7e3bd923c 100644 --- a/src/IconFullStackedBarChartRoundedFilled.tsx +++ b/src/IconFullStackedBarChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullStackedBarChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFullStackedBarChartSharp.tsx b/src/IconFullStackedBarChartSharp.tsx index b4f232d04..ca3404250 100644 --- a/src/IconFullStackedBarChartSharp.tsx +++ b/src/IconFullStackedBarChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullStackedBarChartSharp: React.FC = ({ ...props diff --git a/src/IconFullStackedBarChartSharpFilled.tsx b/src/IconFullStackedBarChartSharpFilled.tsx index c82d4aa4d..7c5994e60 100644 --- a/src/IconFullStackedBarChartSharpFilled.tsx +++ b/src/IconFullStackedBarChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullStackedBarChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconFullscreenExitOutlined.tsx b/src/IconFullscreenExitOutlined.tsx index 9dda5ea59..4634fe2dd 100644 --- a/src/IconFullscreenExitOutlined.tsx +++ b/src/IconFullscreenExitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenExitOutlined: React.FC = ({ ...props diff --git a/src/IconFullscreenExitOutlinedFilled.tsx b/src/IconFullscreenExitOutlinedFilled.tsx index f83db388a..6320f3655 100644 --- a/src/IconFullscreenExitOutlinedFilled.tsx +++ b/src/IconFullscreenExitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenExitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFullscreenExitRounded.tsx b/src/IconFullscreenExitRounded.tsx index eb58d8d62..8af71103c 100644 --- a/src/IconFullscreenExitRounded.tsx +++ b/src/IconFullscreenExitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenExitRounded: React.FC = ({ ...props diff --git a/src/IconFullscreenExitRoundedFilled.tsx b/src/IconFullscreenExitRoundedFilled.tsx index 18193de24..e1dd5b297 100644 --- a/src/IconFullscreenExitRoundedFilled.tsx +++ b/src/IconFullscreenExitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenExitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFullscreenExitSharp.tsx b/src/IconFullscreenExitSharp.tsx index 510aedcd1..07fb0a3f9 100644 --- a/src/IconFullscreenExitSharp.tsx +++ b/src/IconFullscreenExitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenExitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFullscreenExitSharpFilled.tsx b/src/IconFullscreenExitSharpFilled.tsx index d841994c4..5513a086d 100644 --- a/src/IconFullscreenExitSharpFilled.tsx +++ b/src/IconFullscreenExitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenExitSharpFilled: React.FC = ({ ...props diff --git a/src/IconFullscreenOutlined.tsx b/src/IconFullscreenOutlined.tsx index 1172dbefe..6cb643dbc 100644 --- a/src/IconFullscreenOutlined.tsx +++ b/src/IconFullscreenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFullscreenOutlinedFilled.tsx b/src/IconFullscreenOutlinedFilled.tsx index bc38d112b..66cf9fa63 100644 --- a/src/IconFullscreenOutlinedFilled.tsx +++ b/src/IconFullscreenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFullscreenPortraitOutlined.tsx b/src/IconFullscreenPortraitOutlined.tsx index dd6b700d1..bb1726422 100644 --- a/src/IconFullscreenPortraitOutlined.tsx +++ b/src/IconFullscreenPortraitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenPortraitOutlined: React.FC = ({ ...props diff --git a/src/IconFullscreenPortraitOutlinedFilled.tsx b/src/IconFullscreenPortraitOutlinedFilled.tsx index f85f8a1b5..344ab33fe 100644 --- a/src/IconFullscreenPortraitOutlinedFilled.tsx +++ b/src/IconFullscreenPortraitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenPortraitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFullscreenPortraitRounded.tsx b/src/IconFullscreenPortraitRounded.tsx index 337f51262..46c017939 100644 --- a/src/IconFullscreenPortraitRounded.tsx +++ b/src/IconFullscreenPortraitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenPortraitRounded: React.FC = ({ ...props diff --git a/src/IconFullscreenPortraitRoundedFilled.tsx b/src/IconFullscreenPortraitRoundedFilled.tsx index 6ee001754..142bf7e36 100644 --- a/src/IconFullscreenPortraitRoundedFilled.tsx +++ b/src/IconFullscreenPortraitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenPortraitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFullscreenPortraitSharp.tsx b/src/IconFullscreenPortraitSharp.tsx index d5090b617..a4f0db2e6 100644 --- a/src/IconFullscreenPortraitSharp.tsx +++ b/src/IconFullscreenPortraitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenPortraitSharp: React.FC = ({ ...props diff --git a/src/IconFullscreenPortraitSharpFilled.tsx b/src/IconFullscreenPortraitSharpFilled.tsx index 4f10882f3..4eb30db34 100644 --- a/src/IconFullscreenPortraitSharpFilled.tsx +++ b/src/IconFullscreenPortraitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenPortraitSharpFilled: React.FC = ({ ...props diff --git a/src/IconFullscreenRounded.tsx b/src/IconFullscreenRounded.tsx index d0216f895..84594629d 100644 --- a/src/IconFullscreenRounded.tsx +++ b/src/IconFullscreenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFullscreenRoundedFilled.tsx b/src/IconFullscreenRoundedFilled.tsx index 2792b56c5..606049ddc 100644 --- a/src/IconFullscreenRoundedFilled.tsx +++ b/src/IconFullscreenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFullscreenSharp.tsx b/src/IconFullscreenSharp.tsx index 3e2726b28..84acd7e81 100644 --- a/src/IconFullscreenSharp.tsx +++ b/src/IconFullscreenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFullscreenSharpFilled.tsx b/src/IconFullscreenSharpFilled.tsx index 49f7d398c..1ddb8b5ee 100644 --- a/src/IconFullscreenSharpFilled.tsx +++ b/src/IconFullscreenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFullscreenSharpFilled: React.FC = ({ ...props diff --git a/src/IconFunctionOutlined.tsx b/src/IconFunctionOutlined.tsx index d146be648..f1f920b0d 100644 --- a/src/IconFunctionOutlined.tsx +++ b/src/IconFunctionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFunctionOutlinedFilled.tsx b/src/IconFunctionOutlinedFilled.tsx index 6e4cdeb0f..dc55253df 100644 --- a/src/IconFunctionOutlinedFilled.tsx +++ b/src/IconFunctionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFunctionRounded.tsx b/src/IconFunctionRounded.tsx index 48fad7407..d4c4c2e67 100644 --- a/src/IconFunctionRounded.tsx +++ b/src/IconFunctionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFunctionRoundedFilled.tsx b/src/IconFunctionRoundedFilled.tsx index d77f16164..2e14164e1 100644 --- a/src/IconFunctionRoundedFilled.tsx +++ b/src/IconFunctionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFunctionSharp.tsx b/src/IconFunctionSharp.tsx index 061af29f9..9ceef70b2 100644 --- a/src/IconFunctionSharp.tsx +++ b/src/IconFunctionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFunctionSharpFilled.tsx b/src/IconFunctionSharpFilled.tsx index a2c4279cf..20ca0c0f8 100644 --- a/src/IconFunctionSharpFilled.tsx +++ b/src/IconFunctionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFunctionsOutlined.tsx b/src/IconFunctionsOutlined.tsx index a9cebbec9..4041f6637 100644 --- a/src/IconFunctionsOutlined.tsx +++ b/src/IconFunctionsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFunctionsOutlinedFilled.tsx b/src/IconFunctionsOutlinedFilled.tsx index 1ce3cb321..72e271b12 100644 --- a/src/IconFunctionsOutlinedFilled.tsx +++ b/src/IconFunctionsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFunctionsRounded.tsx b/src/IconFunctionsRounded.tsx index db5131bd3..b841a4ffe 100644 --- a/src/IconFunctionsRounded.tsx +++ b/src/IconFunctionsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFunctionsRoundedFilled.tsx b/src/IconFunctionsRoundedFilled.tsx index 072a60f39..a7c3a1d09 100644 --- a/src/IconFunctionsRoundedFilled.tsx +++ b/src/IconFunctionsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFunctionsSharp.tsx b/src/IconFunctionsSharp.tsx index 0ba72a649..baa697258 100644 --- a/src/IconFunctionsSharp.tsx +++ b/src/IconFunctionsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFunctionsSharpFilled.tsx b/src/IconFunctionsSharpFilled.tsx index 52b28d9cb..7ad1a5d0b 100644 --- a/src/IconFunctionsSharpFilled.tsx +++ b/src/IconFunctionsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunctionsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconFunicularOutlined.tsx b/src/IconFunicularOutlined.tsx index 8ad752a27..253682553 100644 --- a/src/IconFunicularOutlined.tsx +++ b/src/IconFunicularOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunicularOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconFunicularOutlinedFilled.tsx b/src/IconFunicularOutlinedFilled.tsx index bba9a9fae..7ce2e07aa 100644 --- a/src/IconFunicularOutlinedFilled.tsx +++ b/src/IconFunicularOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunicularOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconFunicularRounded.tsx b/src/IconFunicularRounded.tsx index 48779b5aa..6bffc3b02 100644 --- a/src/IconFunicularRounded.tsx +++ b/src/IconFunicularRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunicularRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconFunicularRoundedFilled.tsx b/src/IconFunicularRoundedFilled.tsx index dc9a75eae..491e13b1f 100644 --- a/src/IconFunicularRoundedFilled.tsx +++ b/src/IconFunicularRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunicularRoundedFilled: React.FC = ({ ...props diff --git a/src/IconFunicularSharp.tsx b/src/IconFunicularSharp.tsx index b49de4b77..d87811584 100644 --- a/src/IconFunicularSharp.tsx +++ b/src/IconFunicularSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunicularSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconFunicularSharpFilled.tsx b/src/IconFunicularSharpFilled.tsx index 5c71d968d..4a4884c44 100644 --- a/src/IconFunicularSharpFilled.tsx +++ b/src/IconFunicularSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconFunicularSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGMobiledataBadgeOutlined.tsx b/src/IconGMobiledataBadgeOutlined.tsx index 519f7f30b..d42ca6c71 100644 --- a/src/IconGMobiledataBadgeOutlined.tsx +++ b/src/IconGMobiledataBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataBadgeOutlined: React.FC = ({ ...props diff --git a/src/IconGMobiledataBadgeOutlinedFilled.tsx b/src/IconGMobiledataBadgeOutlinedFilled.tsx index 8d858ceac..8b6752786 100644 --- a/src/IconGMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconGMobiledataBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGMobiledataBadgeRounded.tsx b/src/IconGMobiledataBadgeRounded.tsx index 71d202726..20da9c947 100644 --- a/src/IconGMobiledataBadgeRounded.tsx +++ b/src/IconGMobiledataBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataBadgeRounded: React.FC = ({ ...props diff --git a/src/IconGMobiledataBadgeRoundedFilled.tsx b/src/IconGMobiledataBadgeRoundedFilled.tsx index df3ed27fc..82611c59f 100644 --- a/src/IconGMobiledataBadgeRoundedFilled.tsx +++ b/src/IconGMobiledataBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGMobiledataBadgeSharp.tsx b/src/IconGMobiledataBadgeSharp.tsx index 597a3840e..e163928f6 100644 --- a/src/IconGMobiledataBadgeSharp.tsx +++ b/src/IconGMobiledataBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataBadgeSharp: React.FC = ({ ...props diff --git a/src/IconGMobiledataBadgeSharpFilled.tsx b/src/IconGMobiledataBadgeSharpFilled.tsx index 7b2bbb95c..cbab071b9 100644 --- a/src/IconGMobiledataBadgeSharpFilled.tsx +++ b/src/IconGMobiledataBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/IconGMobiledataOutlined.tsx b/src/IconGMobiledataOutlined.tsx index 2f3ca7cfd..b463afe60 100644 --- a/src/IconGMobiledataOutlined.tsx +++ b/src/IconGMobiledataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGMobiledataOutlinedFilled.tsx b/src/IconGMobiledataOutlinedFilled.tsx index 1cabdd839..be2ff24c3 100644 --- a/src/IconGMobiledataOutlinedFilled.tsx +++ b/src/IconGMobiledataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGMobiledataRounded.tsx b/src/IconGMobiledataRounded.tsx index 85201fa65..55967a1eb 100644 --- a/src/IconGMobiledataRounded.tsx +++ b/src/IconGMobiledataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGMobiledataRoundedFilled.tsx b/src/IconGMobiledataRoundedFilled.tsx index d0bf598c0..204334904 100644 --- a/src/IconGMobiledataRoundedFilled.tsx +++ b/src/IconGMobiledataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGMobiledataSharp.tsx b/src/IconGMobiledataSharp.tsx index f19c48370..fd3230e9e 100644 --- a/src/IconGMobiledataSharp.tsx +++ b/src/IconGMobiledataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGMobiledataSharpFilled.tsx b/src/IconGMobiledataSharpFilled.tsx index 67957240d..be44f64ac 100644 --- a/src/IconGMobiledataSharpFilled.tsx +++ b/src/IconGMobiledataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGMobiledataSharpFilled: React.FC = ({ ...props diff --git a/src/IconGTranslateOutlined.tsx b/src/IconGTranslateOutlined.tsx index f955373ab..7e05f3e71 100644 --- a/src/IconGTranslateOutlined.tsx +++ b/src/IconGTranslateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGTranslateOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGTranslateOutlinedFilled.tsx b/src/IconGTranslateOutlinedFilled.tsx index b2c4dfcf6..c05210ea0 100644 --- a/src/IconGTranslateOutlinedFilled.tsx +++ b/src/IconGTranslateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGTranslateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGTranslateRounded.tsx b/src/IconGTranslateRounded.tsx index 08df4790a..f3b4e3800 100644 --- a/src/IconGTranslateRounded.tsx +++ b/src/IconGTranslateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGTranslateRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGTranslateRoundedFilled.tsx b/src/IconGTranslateRoundedFilled.tsx index 1daa75ed3..e39fb4eb4 100644 --- a/src/IconGTranslateRoundedFilled.tsx +++ b/src/IconGTranslateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGTranslateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGTranslateSharp.tsx b/src/IconGTranslateSharp.tsx index 1c16589f9..aa7399972 100644 --- a/src/IconGTranslateSharp.tsx +++ b/src/IconGTranslateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGTranslateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGTranslateSharpFilled.tsx b/src/IconGTranslateSharpFilled.tsx index 4ca23028f..ad667d15d 100644 --- a/src/IconGTranslateSharpFilled.tsx +++ b/src/IconGTranslateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGTranslateSharpFilled: React.FC = ({ ...props diff --git a/src/IconGalleryThumbnailOutlined.tsx b/src/IconGalleryThumbnailOutlined.tsx index 44fd8308b..a8b81111c 100644 --- a/src/IconGalleryThumbnailOutlined.tsx +++ b/src/IconGalleryThumbnailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGalleryThumbnailOutlined: React.FC = ({ ...props diff --git a/src/IconGalleryThumbnailOutlinedFilled.tsx b/src/IconGalleryThumbnailOutlinedFilled.tsx index 0d01cf813..768145903 100644 --- a/src/IconGalleryThumbnailOutlinedFilled.tsx +++ b/src/IconGalleryThumbnailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGalleryThumbnailOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGalleryThumbnailRounded.tsx b/src/IconGalleryThumbnailRounded.tsx index 1e3409d46..724cf3494 100644 --- a/src/IconGalleryThumbnailRounded.tsx +++ b/src/IconGalleryThumbnailRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGalleryThumbnailRounded: React.FC = ({ ...props diff --git a/src/IconGalleryThumbnailRoundedFilled.tsx b/src/IconGalleryThumbnailRoundedFilled.tsx index c03dc5183..3227c5eb5 100644 --- a/src/IconGalleryThumbnailRoundedFilled.tsx +++ b/src/IconGalleryThumbnailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGalleryThumbnailRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGalleryThumbnailSharp.tsx b/src/IconGalleryThumbnailSharp.tsx index 96af07e47..f6526d9dc 100644 --- a/src/IconGalleryThumbnailSharp.tsx +++ b/src/IconGalleryThumbnailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGalleryThumbnailSharp: React.FC = ({ ...props diff --git a/src/IconGalleryThumbnailSharpFilled.tsx b/src/IconGalleryThumbnailSharpFilled.tsx index 23ed796cb..f22aaf515 100644 --- a/src/IconGalleryThumbnailSharpFilled.tsx +++ b/src/IconGalleryThumbnailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGalleryThumbnailSharpFilled: React.FC = ({ ...props diff --git a/src/IconGamepadOutlined.tsx b/src/IconGamepadOutlined.tsx index 97231f30f..9b383e4d4 100644 --- a/src/IconGamepadOutlined.tsx +++ b/src/IconGamepadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGamepadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGamepadOutlinedFilled.tsx b/src/IconGamepadOutlinedFilled.tsx index 7c03264d3..4d772a8d3 100644 --- a/src/IconGamepadOutlinedFilled.tsx +++ b/src/IconGamepadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGamepadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGamepadRounded.tsx b/src/IconGamepadRounded.tsx index 2e41dcc81..653eb9b15 100644 --- a/src/IconGamepadRounded.tsx +++ b/src/IconGamepadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGamepadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGamepadRoundedFilled.tsx b/src/IconGamepadRoundedFilled.tsx index 5d47361f7..40adeb3fd 100644 --- a/src/IconGamepadRoundedFilled.tsx +++ b/src/IconGamepadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGamepadRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGamepadSharp.tsx b/src/IconGamepadSharp.tsx index a91d3cdba..aa50271f9 100644 --- a/src/IconGamepadSharp.tsx +++ b/src/IconGamepadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGamepadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGamepadSharpFilled.tsx b/src/IconGamepadSharpFilled.tsx index c50eceb47..346543c9e 100644 --- a/src/IconGamepadSharpFilled.tsx +++ b/src/IconGamepadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGamepadSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageDoorOutlined.tsx b/src/IconGarageDoorOutlined.tsx index 933318b7c..443a61b8c 100644 --- a/src/IconGarageDoorOutlined.tsx +++ b/src/IconGarageDoorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageDoorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageDoorOutlinedFilled.tsx b/src/IconGarageDoorOutlinedFilled.tsx index 10d02872a..c9806bdd0 100644 --- a/src/IconGarageDoorOutlinedFilled.tsx +++ b/src/IconGarageDoorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageDoorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGarageDoorRounded.tsx b/src/IconGarageDoorRounded.tsx index 5e81bc94a..2c8c7c6bb 100644 --- a/src/IconGarageDoorRounded.tsx +++ b/src/IconGarageDoorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageDoorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageDoorRoundedFilled.tsx b/src/IconGarageDoorRoundedFilled.tsx index fba919b97..2a6a9b74f 100644 --- a/src/IconGarageDoorRoundedFilled.tsx +++ b/src/IconGarageDoorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageDoorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGarageDoorSharp.tsx b/src/IconGarageDoorSharp.tsx index 07a45fbc6..ca4c998cb 100644 --- a/src/IconGarageDoorSharp.tsx +++ b/src/IconGarageDoorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageDoorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageDoorSharpFilled.tsx b/src/IconGarageDoorSharpFilled.tsx index 72e10e39d..14cf2b797 100644 --- a/src/IconGarageDoorSharpFilled.tsx +++ b/src/IconGarageDoorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageDoorSharpFilled: React.FC = ({ ...props diff --git a/src/IconGarageHomeOutlined.tsx b/src/IconGarageHomeOutlined.tsx index bed2604bc..b1deed1aa 100644 --- a/src/IconGarageHomeOutlined.tsx +++ b/src/IconGarageHomeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageHomeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageHomeOutlinedFilled.tsx b/src/IconGarageHomeOutlinedFilled.tsx index a7d865998..5f824de8f 100644 --- a/src/IconGarageHomeOutlinedFilled.tsx +++ b/src/IconGarageHomeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageHomeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGarageHomeRounded.tsx b/src/IconGarageHomeRounded.tsx index db2eb2c05..63801ccda 100644 --- a/src/IconGarageHomeRounded.tsx +++ b/src/IconGarageHomeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageHomeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageHomeRoundedFilled.tsx b/src/IconGarageHomeRoundedFilled.tsx index 999cefb70..7fe43003f 100644 --- a/src/IconGarageHomeRoundedFilled.tsx +++ b/src/IconGarageHomeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageHomeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGarageHomeSharp.tsx b/src/IconGarageHomeSharp.tsx index fd790b281..463eb03bb 100644 --- a/src/IconGarageHomeSharp.tsx +++ b/src/IconGarageHomeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageHomeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageHomeSharpFilled.tsx b/src/IconGarageHomeSharpFilled.tsx index 40ee178d7..c9e1db1e1 100644 --- a/src/IconGarageHomeSharpFilled.tsx +++ b/src/IconGarageHomeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageHomeSharpFilled: React.FC = ({ ...props diff --git a/src/IconGarageOutlined.tsx b/src/IconGarageOutlined.tsx index 0899aea20..eec78d328 100644 --- a/src/IconGarageOutlined.tsx +++ b/src/IconGarageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageOutlinedFilled.tsx b/src/IconGarageOutlinedFilled.tsx index 42ea448c5..f0b158318 100644 --- a/src/IconGarageOutlinedFilled.tsx +++ b/src/IconGarageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageRounded.tsx b/src/IconGarageRounded.tsx index cbe11d8da..05eb3512f 100644 --- a/src/IconGarageRounded.tsx +++ b/src/IconGarageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageRoundedFilled.tsx b/src/IconGarageRoundedFilled.tsx index 60923cb14..9f3e3b085 100644 --- a/src/IconGarageRoundedFilled.tsx +++ b/src/IconGarageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageSharp.tsx b/src/IconGarageSharp.tsx index 8c679d6d8..7acdb58e3 100644 --- a/src/IconGarageSharp.tsx +++ b/src/IconGarageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGarageSharpFilled.tsx b/src/IconGarageSharpFilled.tsx index fb6ffadda..6947fa65b 100644 --- a/src/IconGarageSharpFilled.tsx +++ b/src/IconGarageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGarageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGardenCartOutlined.tsx b/src/IconGardenCartOutlined.tsx index eec9afa6b..3e5d8df48 100644 --- a/src/IconGardenCartOutlined.tsx +++ b/src/IconGardenCartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGardenCartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGardenCartOutlinedFilled.tsx b/src/IconGardenCartOutlinedFilled.tsx index 03f4e98b0..2fa8c58ab 100644 --- a/src/IconGardenCartOutlinedFilled.tsx +++ b/src/IconGardenCartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGardenCartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGardenCartRounded.tsx b/src/IconGardenCartRounded.tsx index 4d6b36d61..c5b464ea3 100644 --- a/src/IconGardenCartRounded.tsx +++ b/src/IconGardenCartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGardenCartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGardenCartRoundedFilled.tsx b/src/IconGardenCartRoundedFilled.tsx index 5555f64ef..0c1b2328a 100644 --- a/src/IconGardenCartRoundedFilled.tsx +++ b/src/IconGardenCartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGardenCartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGardenCartSharp.tsx b/src/IconGardenCartSharp.tsx index 80d7ea144..d08b40fa5 100644 --- a/src/IconGardenCartSharp.tsx +++ b/src/IconGardenCartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGardenCartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGardenCartSharpFilled.tsx b/src/IconGardenCartSharpFilled.tsx index 11bcfdb8f..5a53097be 100644 --- a/src/IconGardenCartSharpFilled.tsx +++ b/src/IconGardenCartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGardenCartSharpFilled: React.FC = ({ ...props diff --git a/src/IconGasMeterOutlined.tsx b/src/IconGasMeterOutlined.tsx index 4f3657c8d..0f7411959 100644 --- a/src/IconGasMeterOutlined.tsx +++ b/src/IconGasMeterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGasMeterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGasMeterOutlinedFilled.tsx b/src/IconGasMeterOutlinedFilled.tsx index 9b296837f..eda56dc41 100644 --- a/src/IconGasMeterOutlinedFilled.tsx +++ b/src/IconGasMeterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGasMeterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGasMeterRounded.tsx b/src/IconGasMeterRounded.tsx index 1d37326a3..9f4741809 100644 --- a/src/IconGasMeterRounded.tsx +++ b/src/IconGasMeterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGasMeterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGasMeterRoundedFilled.tsx b/src/IconGasMeterRoundedFilled.tsx index 672f955f0..c26b29936 100644 --- a/src/IconGasMeterRoundedFilled.tsx +++ b/src/IconGasMeterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGasMeterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGasMeterSharp.tsx b/src/IconGasMeterSharp.tsx index baaaa980c..1c707c141 100644 --- a/src/IconGasMeterSharp.tsx +++ b/src/IconGasMeterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGasMeterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGasMeterSharpFilled.tsx b/src/IconGasMeterSharpFilled.tsx index c888bd6bc..45bbffdaa 100644 --- a/src/IconGasMeterSharpFilled.tsx +++ b/src/IconGasMeterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGasMeterSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGastroenterologyOutlined.tsx b/src/IconGastroenterologyOutlined.tsx index 178118ecd..bccbabbe8 100644 --- a/src/IconGastroenterologyOutlined.tsx +++ b/src/IconGastroenterologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGastroenterologyOutlined: React.FC = ({ ...props diff --git a/src/IconGastroenterologyOutlinedFilled.tsx b/src/IconGastroenterologyOutlinedFilled.tsx index 171a107be..78f705a14 100644 --- a/src/IconGastroenterologyOutlinedFilled.tsx +++ b/src/IconGastroenterologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGastroenterologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGastroenterologyRounded.tsx b/src/IconGastroenterologyRounded.tsx index c4d9f2a09..d6c6cf591 100644 --- a/src/IconGastroenterologyRounded.tsx +++ b/src/IconGastroenterologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGastroenterologyRounded: React.FC = ({ ...props diff --git a/src/IconGastroenterologyRoundedFilled.tsx b/src/IconGastroenterologyRoundedFilled.tsx index f5499323f..5336a1596 100644 --- a/src/IconGastroenterologyRoundedFilled.tsx +++ b/src/IconGastroenterologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGastroenterologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGastroenterologySharp.tsx b/src/IconGastroenterologySharp.tsx index 67562cbfe..791cdcf76 100644 --- a/src/IconGastroenterologySharp.tsx +++ b/src/IconGastroenterologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGastroenterologySharp: React.FC = ({ ...props diff --git a/src/IconGastroenterologySharpFilled.tsx b/src/IconGastroenterologySharpFilled.tsx index 2341317ae..ecf67c9d1 100644 --- a/src/IconGastroenterologySharpFilled.tsx +++ b/src/IconGastroenterologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGastroenterologySharpFilled: React.FC = ({ ...props diff --git a/src/IconGateOutlined.tsx b/src/IconGateOutlined.tsx index 34498532d..688049581 100644 --- a/src/IconGateOutlined.tsx +++ b/src/IconGateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGateOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGateOutlinedFilled.tsx b/src/IconGateOutlinedFilled.tsx index 5eda752ba..e2077c4dc 100644 --- a/src/IconGateOutlinedFilled.tsx +++ b/src/IconGateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGateOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGateRounded.tsx b/src/IconGateRounded.tsx index 9f002d77a..4e830ecae 100644 --- a/src/IconGateRounded.tsx +++ b/src/IconGateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGateRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGateRoundedFilled.tsx b/src/IconGateRoundedFilled.tsx index d0207f82a..b0ab8a626 100644 --- a/src/IconGateRoundedFilled.tsx +++ b/src/IconGateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGateRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGateSharp.tsx b/src/IconGateSharp.tsx index 76885dc07..231763fac 100644 --- a/src/IconGateSharp.tsx +++ b/src/IconGateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGateSharpFilled.tsx b/src/IconGateSharpFilled.tsx index e63c49ca1..234f0691f 100644 --- a/src/IconGateSharpFilled.tsx +++ b/src/IconGateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGateSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGavelOutlined.tsx b/src/IconGavelOutlined.tsx index c92970042..54329fdff 100644 --- a/src/IconGavelOutlined.tsx +++ b/src/IconGavelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGavelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGavelOutlinedFilled.tsx b/src/IconGavelOutlinedFilled.tsx index 61f8909ec..416a0d142 100644 --- a/src/IconGavelOutlinedFilled.tsx +++ b/src/IconGavelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGavelOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGavelRounded.tsx b/src/IconGavelRounded.tsx index 914c57a65..ec50130a8 100644 --- a/src/IconGavelRounded.tsx +++ b/src/IconGavelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGavelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGavelRoundedFilled.tsx b/src/IconGavelRoundedFilled.tsx index 1d89ccc13..820f622b5 100644 --- a/src/IconGavelRoundedFilled.tsx +++ b/src/IconGavelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGavelRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGavelSharp.tsx b/src/IconGavelSharp.tsx index f334bb912..ae8b7b331 100644 --- a/src/IconGavelSharp.tsx +++ b/src/IconGavelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGavelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGavelSharpFilled.tsx b/src/IconGavelSharpFilled.tsx index 8bf06043c..f36dc6a1f 100644 --- a/src/IconGavelSharpFilled.tsx +++ b/src/IconGavelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGavelSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGeneralDeviceOutlined.tsx b/src/IconGeneralDeviceOutlined.tsx index d71c530a5..a386389d0 100644 --- a/src/IconGeneralDeviceOutlined.tsx +++ b/src/IconGeneralDeviceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneralDeviceOutlined: React.FC = ({ ...props diff --git a/src/IconGeneralDeviceOutlinedFilled.tsx b/src/IconGeneralDeviceOutlinedFilled.tsx index 8330347de..fcb77e063 100644 --- a/src/IconGeneralDeviceOutlinedFilled.tsx +++ b/src/IconGeneralDeviceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneralDeviceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGeneralDeviceRounded.tsx b/src/IconGeneralDeviceRounded.tsx index dc785e36c..1a326e931 100644 --- a/src/IconGeneralDeviceRounded.tsx +++ b/src/IconGeneralDeviceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneralDeviceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGeneralDeviceRoundedFilled.tsx b/src/IconGeneralDeviceRoundedFilled.tsx index c25271ac6..e128b56c0 100644 --- a/src/IconGeneralDeviceRoundedFilled.tsx +++ b/src/IconGeneralDeviceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneralDeviceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGeneralDeviceSharp.tsx b/src/IconGeneralDeviceSharp.tsx index d2d5edd56..1c53474f1 100644 --- a/src/IconGeneralDeviceSharp.tsx +++ b/src/IconGeneralDeviceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneralDeviceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGeneralDeviceSharpFilled.tsx b/src/IconGeneralDeviceSharpFilled.tsx index 160e5aa96..563797713 100644 --- a/src/IconGeneralDeviceSharpFilled.tsx +++ b/src/IconGeneralDeviceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneralDeviceSharpFilled: React.FC = ({ ...props diff --git a/src/IconGeneticsOutlined.tsx b/src/IconGeneticsOutlined.tsx index bcf9e1a0d..6a92d76e5 100644 --- a/src/IconGeneticsOutlined.tsx +++ b/src/IconGeneticsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneticsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGeneticsOutlinedFilled.tsx b/src/IconGeneticsOutlinedFilled.tsx index f281a1e4f..8d613a4d3 100644 --- a/src/IconGeneticsOutlinedFilled.tsx +++ b/src/IconGeneticsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneticsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGeneticsRounded.tsx b/src/IconGeneticsRounded.tsx index 40e771dd8..8a4e330d4 100644 --- a/src/IconGeneticsRounded.tsx +++ b/src/IconGeneticsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneticsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGeneticsRoundedFilled.tsx b/src/IconGeneticsRoundedFilled.tsx index d95c8dfb9..10a437028 100644 --- a/src/IconGeneticsRoundedFilled.tsx +++ b/src/IconGeneticsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneticsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGeneticsSharp.tsx b/src/IconGeneticsSharp.tsx index 9166e0b1d..97f42f182 100644 --- a/src/IconGeneticsSharp.tsx +++ b/src/IconGeneticsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneticsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGeneticsSharpFilled.tsx b/src/IconGeneticsSharpFilled.tsx index 7b8ff083d..12fc99b69 100644 --- a/src/IconGeneticsSharpFilled.tsx +++ b/src/IconGeneticsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGeneticsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGenresOutlined.tsx b/src/IconGenresOutlined.tsx index 7b524a426..4650957fa 100644 --- a/src/IconGenresOutlined.tsx +++ b/src/IconGenresOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGenresOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGenresOutlinedFilled.tsx b/src/IconGenresOutlinedFilled.tsx index 365cbcf91..3bd80ff88 100644 --- a/src/IconGenresOutlinedFilled.tsx +++ b/src/IconGenresOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGenresOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGenresRounded.tsx b/src/IconGenresRounded.tsx index 9dcc7ee50..70a7a79c8 100644 --- a/src/IconGenresRounded.tsx +++ b/src/IconGenresRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGenresRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGenresRoundedFilled.tsx b/src/IconGenresRoundedFilled.tsx index 68a4a35ae..ce50974fd 100644 --- a/src/IconGenresRoundedFilled.tsx +++ b/src/IconGenresRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGenresRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGenresSharp.tsx b/src/IconGenresSharp.tsx index 2780dff62..8b03933a8 100644 --- a/src/IconGenresSharp.tsx +++ b/src/IconGenresSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGenresSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGenresSharpFilled.tsx b/src/IconGenresSharpFilled.tsx index b8e2268ca..a5354598c 100644 --- a/src/IconGenresSharpFilled.tsx +++ b/src/IconGenresSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGenresSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGestureOutlined.tsx b/src/IconGestureOutlined.tsx index 71194517e..c83d80de7 100644 --- a/src/IconGestureOutlined.tsx +++ b/src/IconGestureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGestureOutlinedFilled.tsx b/src/IconGestureOutlinedFilled.tsx index e94ccbc1e..5b5d922b8 100644 --- a/src/IconGestureOutlinedFilled.tsx +++ b/src/IconGestureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGestureRounded.tsx b/src/IconGestureRounded.tsx index 3ff8ad9d6..ec6194072 100644 --- a/src/IconGestureRounded.tsx +++ b/src/IconGestureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGestureRoundedFilled.tsx b/src/IconGestureRoundedFilled.tsx index fd45e6f56..32048a2ae 100644 --- a/src/IconGestureRoundedFilled.tsx +++ b/src/IconGestureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGestureSelectOutlined.tsx b/src/IconGestureSelectOutlined.tsx index e8e90c3f4..382e29bd4 100644 --- a/src/IconGestureSelectOutlined.tsx +++ b/src/IconGestureSelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureSelectOutlined: React.FC = ({ ...props diff --git a/src/IconGestureSelectOutlinedFilled.tsx b/src/IconGestureSelectOutlinedFilled.tsx index 2c94c4dbc..31bf49d17 100644 --- a/src/IconGestureSelectOutlinedFilled.tsx +++ b/src/IconGestureSelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureSelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGestureSelectRounded.tsx b/src/IconGestureSelectRounded.tsx index 78c8cd289..6f2d6b70c 100644 --- a/src/IconGestureSelectRounded.tsx +++ b/src/IconGestureSelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureSelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGestureSelectRoundedFilled.tsx b/src/IconGestureSelectRoundedFilled.tsx index b6dd72d59..ae1c7144e 100644 --- a/src/IconGestureSelectRoundedFilled.tsx +++ b/src/IconGestureSelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureSelectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGestureSelectSharp.tsx b/src/IconGestureSelectSharp.tsx index 75ee11a58..282b0a7c6 100644 --- a/src/IconGestureSelectSharp.tsx +++ b/src/IconGestureSelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureSelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGestureSelectSharpFilled.tsx b/src/IconGestureSelectSharpFilled.tsx index 30f78bbca..9f6545e56 100644 --- a/src/IconGestureSelectSharpFilled.tsx +++ b/src/IconGestureSelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureSelectSharpFilled: React.FC = ({ ...props diff --git a/src/IconGestureSharp.tsx b/src/IconGestureSharp.tsx index 6a92f9445..a7a1b90c5 100644 --- a/src/IconGestureSharp.tsx +++ b/src/IconGestureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGestureSharpFilled.tsx b/src/IconGestureSharpFilled.tsx index 211b48443..9cd3727d9 100644 --- a/src/IconGestureSharpFilled.tsx +++ b/src/IconGestureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGestureSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGif2Outlined.tsx b/src/IconGif2Outlined.tsx index 3bfa6198d..11ac867a1 100644 --- a/src/IconGif2Outlined.tsx +++ b/src/IconGif2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGif2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGif2OutlinedFilled.tsx b/src/IconGif2OutlinedFilled.tsx index 38cd3f63a..e47f231d4 100644 --- a/src/IconGif2OutlinedFilled.tsx +++ b/src/IconGif2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGif2OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGif2Rounded.tsx b/src/IconGif2Rounded.tsx index cf21514ec..85ad71175 100644 --- a/src/IconGif2Rounded.tsx +++ b/src/IconGif2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGif2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGif2RoundedFilled.tsx b/src/IconGif2RoundedFilled.tsx index d43208743..8b52d1c84 100644 --- a/src/IconGif2RoundedFilled.tsx +++ b/src/IconGif2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGif2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGif2Sharp.tsx b/src/IconGif2Sharp.tsx index e537a0e41..a35f12c6f 100644 --- a/src/IconGif2Sharp.tsx +++ b/src/IconGif2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGif2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGif2SharpFilled.tsx b/src/IconGif2SharpFilled.tsx index 2e52026c7..67a4af99c 100644 --- a/src/IconGif2SharpFilled.tsx +++ b/src/IconGif2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGif2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGifBoxOutlined.tsx b/src/IconGifBoxOutlined.tsx index c08fd488e..7c16b499c 100644 --- a/src/IconGifBoxOutlined.tsx +++ b/src/IconGifBoxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifBoxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGifBoxOutlinedFilled.tsx b/src/IconGifBoxOutlinedFilled.tsx index 7aea51969..a1e93f691 100644 --- a/src/IconGifBoxOutlinedFilled.tsx +++ b/src/IconGifBoxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifBoxOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGifBoxRounded.tsx b/src/IconGifBoxRounded.tsx index af8fbe1a9..30768cce6 100644 --- a/src/IconGifBoxRounded.tsx +++ b/src/IconGifBoxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifBoxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGifBoxRoundedFilled.tsx b/src/IconGifBoxRoundedFilled.tsx index 9608514a9..f4cbfcd6e 100644 --- a/src/IconGifBoxRoundedFilled.tsx +++ b/src/IconGifBoxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifBoxRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGifBoxSharp.tsx b/src/IconGifBoxSharp.tsx index 5b27d3723..22697b960 100644 --- a/src/IconGifBoxSharp.tsx +++ b/src/IconGifBoxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifBoxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGifBoxSharpFilled.tsx b/src/IconGifBoxSharpFilled.tsx index d5086f96c..7e1cff989 100644 --- a/src/IconGifBoxSharpFilled.tsx +++ b/src/IconGifBoxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifBoxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGifOutlined.tsx b/src/IconGifOutlined.tsx index 15010b658..e60dc3cf6 100644 --- a/src/IconGifOutlined.tsx +++ b/src/IconGifOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGifOutlinedFilled.tsx b/src/IconGifOutlinedFilled.tsx index df026b2df..46a0184a2 100644 --- a/src/IconGifOutlinedFilled.tsx +++ b/src/IconGifOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGifRounded.tsx b/src/IconGifRounded.tsx index 8145c4505..35034c074 100644 --- a/src/IconGifRounded.tsx +++ b/src/IconGifRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGifRoundedFilled.tsx b/src/IconGifRoundedFilled.tsx index d9dc57948..08d19d77f 100644 --- a/src/IconGifRoundedFilled.tsx +++ b/src/IconGifRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGifSharp.tsx b/src/IconGifSharp.tsx index 8c0340307..97986b051 100644 --- a/src/IconGifSharp.tsx +++ b/src/IconGifSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGifSharpFilled.tsx b/src/IconGifSharpFilled.tsx index 4fbad98da..c3d040a06 100644 --- a/src/IconGifSharpFilled.tsx +++ b/src/IconGifSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGifSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGirlOutlined.tsx b/src/IconGirlOutlined.tsx index 3503c3c76..144bd8f8e 100644 --- a/src/IconGirlOutlined.tsx +++ b/src/IconGirlOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGirlOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGirlOutlinedFilled.tsx b/src/IconGirlOutlinedFilled.tsx index 2dea1de31..ef7c0db72 100644 --- a/src/IconGirlOutlinedFilled.tsx +++ b/src/IconGirlOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGirlOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGirlRounded.tsx b/src/IconGirlRounded.tsx index 9f4fae78a..fd90917ed 100644 --- a/src/IconGirlRounded.tsx +++ b/src/IconGirlRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGirlRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGirlRoundedFilled.tsx b/src/IconGirlRoundedFilled.tsx index 4b6959407..a6746957d 100644 --- a/src/IconGirlRoundedFilled.tsx +++ b/src/IconGirlRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGirlRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGirlSharp.tsx b/src/IconGirlSharp.tsx index beae9d9c9..22bb20576 100644 --- a/src/IconGirlSharp.tsx +++ b/src/IconGirlSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGirlSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGirlSharpFilled.tsx b/src/IconGirlSharpFilled.tsx index 429f91759..8fb5da606 100644 --- a/src/IconGirlSharpFilled.tsx +++ b/src/IconGirlSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGirlSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGiteOutlined.tsx b/src/IconGiteOutlined.tsx index 4b90dc455..d98c8aee2 100644 --- a/src/IconGiteOutlined.tsx +++ b/src/IconGiteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGiteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGiteOutlinedFilled.tsx b/src/IconGiteOutlinedFilled.tsx index 68aa71bb6..87a9c2120 100644 --- a/src/IconGiteOutlinedFilled.tsx +++ b/src/IconGiteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGiteOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGiteRounded.tsx b/src/IconGiteRounded.tsx index c0bd85135..1b6dfd443 100644 --- a/src/IconGiteRounded.tsx +++ b/src/IconGiteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGiteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGiteRoundedFilled.tsx b/src/IconGiteRoundedFilled.tsx index 3ca77108a..50399db32 100644 --- a/src/IconGiteRoundedFilled.tsx +++ b/src/IconGiteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGiteRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGiteSharp.tsx b/src/IconGiteSharp.tsx index a3764d7d8..78a5aa218 100644 --- a/src/IconGiteSharp.tsx +++ b/src/IconGiteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGiteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGiteSharpFilled.tsx b/src/IconGiteSharpFilled.tsx index 87b607ef8..8ca1eac1f 100644 --- a/src/IconGiteSharpFilled.tsx +++ b/src/IconGiteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGiteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlassCupOutlined.tsx b/src/IconGlassCupOutlined.tsx index 22f787b07..748918ccb 100644 --- a/src/IconGlassCupOutlined.tsx +++ b/src/IconGlassCupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlassCupOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGlassCupOutlinedFilled.tsx b/src/IconGlassCupOutlinedFilled.tsx index 28deb21be..61e963751 100644 --- a/src/IconGlassCupOutlinedFilled.tsx +++ b/src/IconGlassCupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlassCupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGlassCupRounded.tsx b/src/IconGlassCupRounded.tsx index 7a33c37d4..5b2377850 100644 --- a/src/IconGlassCupRounded.tsx +++ b/src/IconGlassCupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlassCupRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGlassCupRoundedFilled.tsx b/src/IconGlassCupRoundedFilled.tsx index cc8a1925f..0f4942854 100644 --- a/src/IconGlassCupRoundedFilled.tsx +++ b/src/IconGlassCupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlassCupRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGlassCupSharp.tsx b/src/IconGlassCupSharp.tsx index b4d5c24a7..e988fa201 100644 --- a/src/IconGlassCupSharp.tsx +++ b/src/IconGlassCupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlassCupSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGlassCupSharpFilled.tsx b/src/IconGlassCupSharpFilled.tsx index 16edf3cc7..21d6b7d5c 100644 --- a/src/IconGlassCupSharpFilled.tsx +++ b/src/IconGlassCupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlassCupSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeAsiaOutlined.tsx b/src/IconGlobeAsiaOutlined.tsx index 91e8e12c4..fcb744e5b 100644 --- a/src/IconGlobeAsiaOutlined.tsx +++ b/src/IconGlobeAsiaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeAsiaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeAsiaOutlinedFilled.tsx b/src/IconGlobeAsiaOutlinedFilled.tsx index 135887732..90d217f12 100644 --- a/src/IconGlobeAsiaOutlinedFilled.tsx +++ b/src/IconGlobeAsiaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeAsiaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGlobeAsiaRounded.tsx b/src/IconGlobeAsiaRounded.tsx index bc0810469..df441cc1a 100644 --- a/src/IconGlobeAsiaRounded.tsx +++ b/src/IconGlobeAsiaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeAsiaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeAsiaRoundedFilled.tsx b/src/IconGlobeAsiaRoundedFilled.tsx index 26591e5ea..b9b629a96 100644 --- a/src/IconGlobeAsiaRoundedFilled.tsx +++ b/src/IconGlobeAsiaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeAsiaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGlobeAsiaSharp.tsx b/src/IconGlobeAsiaSharp.tsx index 0e1045c68..734e21402 100644 --- a/src/IconGlobeAsiaSharp.tsx +++ b/src/IconGlobeAsiaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeAsiaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeAsiaSharpFilled.tsx b/src/IconGlobeAsiaSharpFilled.tsx index 0f570af86..67566a5e8 100644 --- a/src/IconGlobeAsiaSharpFilled.tsx +++ b/src/IconGlobeAsiaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeAsiaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeOutlined.tsx b/src/IconGlobeOutlined.tsx index c51a5420f..b6174709e 100644 --- a/src/IconGlobeOutlined.tsx +++ b/src/IconGlobeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeOutlinedFilled.tsx b/src/IconGlobeOutlinedFilled.tsx index 7959c32cf..010ef3032 100644 --- a/src/IconGlobeOutlinedFilled.tsx +++ b/src/IconGlobeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeRounded.tsx b/src/IconGlobeRounded.tsx index afe096be7..3f3c11599 100644 --- a/src/IconGlobeRounded.tsx +++ b/src/IconGlobeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeRoundedFilled.tsx b/src/IconGlobeRoundedFilled.tsx index a1020adf2..6b18a7089 100644 --- a/src/IconGlobeRoundedFilled.tsx +++ b/src/IconGlobeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeSharp.tsx b/src/IconGlobeSharp.tsx index 91e344adb..12ceb5224 100644 --- a/src/IconGlobeSharp.tsx +++ b/src/IconGlobeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeSharpFilled.tsx b/src/IconGlobeSharpFilled.tsx index afee7b776..8868342ac 100644 --- a/src/IconGlobeSharpFilled.tsx +++ b/src/IconGlobeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeUkOutlined.tsx b/src/IconGlobeUkOutlined.tsx index 80d3a1a57..a6070fa6a 100644 --- a/src/IconGlobeUkOutlined.tsx +++ b/src/IconGlobeUkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeUkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeUkOutlinedFilled.tsx b/src/IconGlobeUkOutlinedFilled.tsx index 7149b4645..0d8874bc4 100644 --- a/src/IconGlobeUkOutlinedFilled.tsx +++ b/src/IconGlobeUkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeUkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGlobeUkRounded.tsx b/src/IconGlobeUkRounded.tsx index 1b8d09918..b3f6b59a3 100644 --- a/src/IconGlobeUkRounded.tsx +++ b/src/IconGlobeUkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeUkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeUkRoundedFilled.tsx b/src/IconGlobeUkRoundedFilled.tsx index be8ba316f..fc119468a 100644 --- a/src/IconGlobeUkRoundedFilled.tsx +++ b/src/IconGlobeUkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeUkRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeUkSharp.tsx b/src/IconGlobeUkSharp.tsx index d3f5fd87c..7b6b1f832 100644 --- a/src/IconGlobeUkSharp.tsx +++ b/src/IconGlobeUkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeUkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGlobeUkSharpFilled.tsx b/src/IconGlobeUkSharpFilled.tsx index 30440ec04..68140610b 100644 --- a/src/IconGlobeUkSharpFilled.tsx +++ b/src/IconGlobeUkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlobeUkSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlucoseOutlined.tsx b/src/IconGlucoseOutlined.tsx index 54bd8eb97..2ebcd7112 100644 --- a/src/IconGlucoseOutlined.tsx +++ b/src/IconGlucoseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlucoseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGlucoseOutlinedFilled.tsx b/src/IconGlucoseOutlinedFilled.tsx index f97aabdbb..f21c50288 100644 --- a/src/IconGlucoseOutlinedFilled.tsx +++ b/src/IconGlucoseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlucoseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGlucoseRounded.tsx b/src/IconGlucoseRounded.tsx index 9226550e2..52e1a869f 100644 --- a/src/IconGlucoseRounded.tsx +++ b/src/IconGlucoseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlucoseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGlucoseRoundedFilled.tsx b/src/IconGlucoseRoundedFilled.tsx index 94583cb8a..33c5a863e 100644 --- a/src/IconGlucoseRoundedFilled.tsx +++ b/src/IconGlucoseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlucoseRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlucoseSharp.tsx b/src/IconGlucoseSharp.tsx index cfb13c04f..892ae39ba 100644 --- a/src/IconGlucoseSharp.tsx +++ b/src/IconGlucoseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlucoseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGlucoseSharpFilled.tsx b/src/IconGlucoseSharpFilled.tsx index 07abf2aa1..9feafd5ca 100644 --- a/src/IconGlucoseSharpFilled.tsx +++ b/src/IconGlucoseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlucoseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlyphsOutlined.tsx b/src/IconGlyphsOutlined.tsx index 28c270ceb..7c2e706c7 100644 --- a/src/IconGlyphsOutlined.tsx +++ b/src/IconGlyphsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlyphsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGlyphsOutlinedFilled.tsx b/src/IconGlyphsOutlinedFilled.tsx index 3ed38b50a..0b2388ffa 100644 --- a/src/IconGlyphsOutlinedFilled.tsx +++ b/src/IconGlyphsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlyphsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlyphsRounded.tsx b/src/IconGlyphsRounded.tsx index 9c9dd2735..151b26d7f 100644 --- a/src/IconGlyphsRounded.tsx +++ b/src/IconGlyphsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlyphsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGlyphsRoundedFilled.tsx b/src/IconGlyphsRoundedFilled.tsx index b80f49a55..d0422f7d3 100644 --- a/src/IconGlyphsRoundedFilled.tsx +++ b/src/IconGlyphsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlyphsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGlyphsSharp.tsx b/src/IconGlyphsSharp.tsx index 0d50c27c5..6ebb21034 100644 --- a/src/IconGlyphsSharp.tsx +++ b/src/IconGlyphsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlyphsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGlyphsSharpFilled.tsx b/src/IconGlyphsSharpFilled.tsx index d7b7e1ceb..16c249565 100644 --- a/src/IconGlyphsSharpFilled.tsx +++ b/src/IconGlyphsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGlyphsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGoToLineOutlined.tsx b/src/IconGoToLineOutlined.tsx index fa56606b9..bc8234155 100644 --- a/src/IconGoToLineOutlined.tsx +++ b/src/IconGoToLineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoToLineOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGoToLineOutlinedFilled.tsx b/src/IconGoToLineOutlinedFilled.tsx index 5e737558d..9c4544b8f 100644 --- a/src/IconGoToLineOutlinedFilled.tsx +++ b/src/IconGoToLineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoToLineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGoToLineRounded.tsx b/src/IconGoToLineRounded.tsx index e231a60c4..c623c0640 100644 --- a/src/IconGoToLineRounded.tsx +++ b/src/IconGoToLineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoToLineRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGoToLineRoundedFilled.tsx b/src/IconGoToLineRoundedFilled.tsx index 7d3d6d97f..f5113e24a 100644 --- a/src/IconGoToLineRoundedFilled.tsx +++ b/src/IconGoToLineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoToLineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGoToLineSharp.tsx b/src/IconGoToLineSharp.tsx index f8e71db36..27a96d293 100644 --- a/src/IconGoToLineSharp.tsx +++ b/src/IconGoToLineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoToLineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGoToLineSharpFilled.tsx b/src/IconGoToLineSharpFilled.tsx index bc9c171b1..90cabe299 100644 --- a/src/IconGoToLineSharpFilled.tsx +++ b/src/IconGoToLineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoToLineSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGolfCourseOutlined.tsx b/src/IconGolfCourseOutlined.tsx index e2730d6ed..707967b81 100644 --- a/src/IconGolfCourseOutlined.tsx +++ b/src/IconGolfCourseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGolfCourseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGolfCourseOutlinedFilled.tsx b/src/IconGolfCourseOutlinedFilled.tsx index 13b0e91f8..cfa843e01 100644 --- a/src/IconGolfCourseOutlinedFilled.tsx +++ b/src/IconGolfCourseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGolfCourseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGolfCourseRounded.tsx b/src/IconGolfCourseRounded.tsx index 6e0d52a62..490d3d4d3 100644 --- a/src/IconGolfCourseRounded.tsx +++ b/src/IconGolfCourseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGolfCourseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGolfCourseRoundedFilled.tsx b/src/IconGolfCourseRoundedFilled.tsx index ab4df9a42..962a9511b 100644 --- a/src/IconGolfCourseRoundedFilled.tsx +++ b/src/IconGolfCourseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGolfCourseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGolfCourseSharp.tsx b/src/IconGolfCourseSharp.tsx index b4e10832e..201155147 100644 --- a/src/IconGolfCourseSharp.tsx +++ b/src/IconGolfCourseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGolfCourseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGolfCourseSharpFilled.tsx b/src/IconGolfCourseSharpFilled.tsx index 7d356d357..b98beb384 100644 --- a/src/IconGolfCourseSharpFilled.tsx +++ b/src/IconGolfCourseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGolfCourseSharpFilled: React.FC = ({ ...props diff --git a/src/IconGondolaLiftOutlined.tsx b/src/IconGondolaLiftOutlined.tsx index 813b88de7..3a9b01804 100644 --- a/src/IconGondolaLiftOutlined.tsx +++ b/src/IconGondolaLiftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGondolaLiftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGondolaLiftOutlinedFilled.tsx b/src/IconGondolaLiftOutlinedFilled.tsx index 9e7d3781b..ea2cd168b 100644 --- a/src/IconGondolaLiftOutlinedFilled.tsx +++ b/src/IconGondolaLiftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGondolaLiftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGondolaLiftRounded.tsx b/src/IconGondolaLiftRounded.tsx index 469a5a9f3..566b35ba8 100644 --- a/src/IconGondolaLiftRounded.tsx +++ b/src/IconGondolaLiftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGondolaLiftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGondolaLiftRoundedFilled.tsx b/src/IconGondolaLiftRoundedFilled.tsx index 3a945e601..99eda14cb 100644 --- a/src/IconGondolaLiftRoundedFilled.tsx +++ b/src/IconGondolaLiftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGondolaLiftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGondolaLiftSharp.tsx b/src/IconGondolaLiftSharp.tsx index d3db88f7d..9e9293b41 100644 --- a/src/IconGondolaLiftSharp.tsx +++ b/src/IconGondolaLiftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGondolaLiftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGondolaLiftSharpFilled.tsx b/src/IconGondolaLiftSharpFilled.tsx index c21f52c92..321a7c2c0 100644 --- a/src/IconGondolaLiftSharpFilled.tsx +++ b/src/IconGondolaLiftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGondolaLiftSharpFilled: React.FC = ({ ...props diff --git a/src/IconGoogleHomeDevicesOutlined.tsx b/src/IconGoogleHomeDevicesOutlined.tsx index 907a805bb..359bde837 100644 --- a/src/IconGoogleHomeDevicesOutlined.tsx +++ b/src/IconGoogleHomeDevicesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleHomeDevicesOutlined: React.FC = ({ ...props diff --git a/src/IconGoogleHomeDevicesOutlinedFilled.tsx b/src/IconGoogleHomeDevicesOutlinedFilled.tsx index 35e6c3712..24c6614a2 100644 --- a/src/IconGoogleHomeDevicesOutlinedFilled.tsx +++ b/src/IconGoogleHomeDevicesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleHomeDevicesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGoogleHomeDevicesRounded.tsx b/src/IconGoogleHomeDevicesRounded.tsx index 1330d4b50..7c1a9b874 100644 --- a/src/IconGoogleHomeDevicesRounded.tsx +++ b/src/IconGoogleHomeDevicesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleHomeDevicesRounded: React.FC = ({ ...props diff --git a/src/IconGoogleHomeDevicesRoundedFilled.tsx b/src/IconGoogleHomeDevicesRoundedFilled.tsx index 3bd4d428b..09b083eb4 100644 --- a/src/IconGoogleHomeDevicesRoundedFilled.tsx +++ b/src/IconGoogleHomeDevicesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleHomeDevicesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGoogleHomeDevicesSharp.tsx b/src/IconGoogleHomeDevicesSharp.tsx index edde88f1a..ab5cc45fd 100644 --- a/src/IconGoogleHomeDevicesSharp.tsx +++ b/src/IconGoogleHomeDevicesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleHomeDevicesSharp: React.FC = ({ ...props diff --git a/src/IconGoogleHomeDevicesSharpFilled.tsx b/src/IconGoogleHomeDevicesSharpFilled.tsx index 90b9652b5..9f1075e6a 100644 --- a/src/IconGoogleHomeDevicesSharpFilled.tsx +++ b/src/IconGoogleHomeDevicesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleHomeDevicesSharpFilled: React.FC = ({ ...props diff --git a/src/IconGoogleTvRemoteOutlined.tsx b/src/IconGoogleTvRemoteOutlined.tsx index dbcf357a6..82f2e06a7 100644 --- a/src/IconGoogleTvRemoteOutlined.tsx +++ b/src/IconGoogleTvRemoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleTvRemoteOutlined: React.FC = ({ ...props diff --git a/src/IconGoogleTvRemoteOutlinedFilled.tsx b/src/IconGoogleTvRemoteOutlinedFilled.tsx index 57c0bb95e..80871465f 100644 --- a/src/IconGoogleTvRemoteOutlinedFilled.tsx +++ b/src/IconGoogleTvRemoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleTvRemoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGoogleTvRemoteRounded.tsx b/src/IconGoogleTvRemoteRounded.tsx index b12bbb842..e5cb09d09 100644 --- a/src/IconGoogleTvRemoteRounded.tsx +++ b/src/IconGoogleTvRemoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleTvRemoteRounded: React.FC = ({ ...props diff --git a/src/IconGoogleTvRemoteRoundedFilled.tsx b/src/IconGoogleTvRemoteRoundedFilled.tsx index f5d79a7b9..8010f041c 100644 --- a/src/IconGoogleTvRemoteRoundedFilled.tsx +++ b/src/IconGoogleTvRemoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleTvRemoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGoogleTvRemoteSharp.tsx b/src/IconGoogleTvRemoteSharp.tsx index c40b2187d..608a08370 100644 --- a/src/IconGoogleTvRemoteSharp.tsx +++ b/src/IconGoogleTvRemoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleTvRemoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGoogleTvRemoteSharpFilled.tsx b/src/IconGoogleTvRemoteSharpFilled.tsx index b40be1dea..b81a2d112 100644 --- a/src/IconGoogleTvRemoteSharpFilled.tsx +++ b/src/IconGoogleTvRemoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleTvRemoteSharpFilled: React.FC = ({ ...props diff --git a/src/IconGoogleWifiOutlined.tsx b/src/IconGoogleWifiOutlined.tsx index d8690c844..7758eb86d 100644 --- a/src/IconGoogleWifiOutlined.tsx +++ b/src/IconGoogleWifiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleWifiOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGoogleWifiOutlinedFilled.tsx b/src/IconGoogleWifiOutlinedFilled.tsx index 407660f09..35189c67c 100644 --- a/src/IconGoogleWifiOutlinedFilled.tsx +++ b/src/IconGoogleWifiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleWifiOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGoogleWifiRounded.tsx b/src/IconGoogleWifiRounded.tsx index a31af3307..98c06d977 100644 --- a/src/IconGoogleWifiRounded.tsx +++ b/src/IconGoogleWifiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleWifiRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGoogleWifiRoundedFilled.tsx b/src/IconGoogleWifiRoundedFilled.tsx index 318e17f62..66108217c 100644 --- a/src/IconGoogleWifiRoundedFilled.tsx +++ b/src/IconGoogleWifiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleWifiRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGoogleWifiSharp.tsx b/src/IconGoogleWifiSharp.tsx index 4eec05823..58a375ad0 100644 --- a/src/IconGoogleWifiSharp.tsx +++ b/src/IconGoogleWifiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleWifiSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGoogleWifiSharpFilled.tsx b/src/IconGoogleWifiSharpFilled.tsx index b581eeabe..d8f7da099 100644 --- a/src/IconGoogleWifiSharpFilled.tsx +++ b/src/IconGoogleWifiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGoogleWifiSharpFilled: React.FC = ({ ...props diff --git a/src/IconGppBadOutlined.tsx b/src/IconGppBadOutlined.tsx index 7265e52af..0090b09cc 100644 --- a/src/IconGppBadOutlined.tsx +++ b/src/IconGppBadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppBadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGppBadOutlinedFilled.tsx b/src/IconGppBadOutlinedFilled.tsx index 4b8cc62a4..5540584a5 100644 --- a/src/IconGppBadOutlinedFilled.tsx +++ b/src/IconGppBadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppBadOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGppBadRounded.tsx b/src/IconGppBadRounded.tsx index 10344cdd6..2b7970e54 100644 --- a/src/IconGppBadRounded.tsx +++ b/src/IconGppBadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppBadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGppBadRoundedFilled.tsx b/src/IconGppBadRoundedFilled.tsx index 00f2a8eef..2a27962f0 100644 --- a/src/IconGppBadRoundedFilled.tsx +++ b/src/IconGppBadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppBadRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGppBadSharp.tsx b/src/IconGppBadSharp.tsx index 47d35b03b..c02395360 100644 --- a/src/IconGppBadSharp.tsx +++ b/src/IconGppBadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppBadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGppBadSharpFilled.tsx b/src/IconGppBadSharpFilled.tsx index d420314d5..c16d4e0d1 100644 --- a/src/IconGppBadSharpFilled.tsx +++ b/src/IconGppBadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppBadSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGppMaybeOutlined.tsx b/src/IconGppMaybeOutlined.tsx index eda8d4c0f..398cb4b3d 100644 --- a/src/IconGppMaybeOutlined.tsx +++ b/src/IconGppMaybeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppMaybeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGppMaybeOutlinedFilled.tsx b/src/IconGppMaybeOutlinedFilled.tsx index 8c7be321b..13b24e58c 100644 --- a/src/IconGppMaybeOutlinedFilled.tsx +++ b/src/IconGppMaybeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppMaybeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGppMaybeRounded.tsx b/src/IconGppMaybeRounded.tsx index 2b6ce2885..5f9c4fe1d 100644 --- a/src/IconGppMaybeRounded.tsx +++ b/src/IconGppMaybeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppMaybeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGppMaybeRoundedFilled.tsx b/src/IconGppMaybeRoundedFilled.tsx index 691de750e..479f42f46 100644 --- a/src/IconGppMaybeRoundedFilled.tsx +++ b/src/IconGppMaybeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppMaybeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGppMaybeSharp.tsx b/src/IconGppMaybeSharp.tsx index e08ed274b..a12bd3b2c 100644 --- a/src/IconGppMaybeSharp.tsx +++ b/src/IconGppMaybeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppMaybeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGppMaybeSharpFilled.tsx b/src/IconGppMaybeSharpFilled.tsx index 7302e9fe5..b3151cb05 100644 --- a/src/IconGppMaybeSharpFilled.tsx +++ b/src/IconGppMaybeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGppMaybeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGradeOutlined.tsx b/src/IconGradeOutlined.tsx index 9b25f95ba..ca6a91276 100644 --- a/src/IconGradeOutlined.tsx +++ b/src/IconGradeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGradeOutlinedFilled.tsx b/src/IconGradeOutlinedFilled.tsx index 8d3258e70..54e8ded42 100644 --- a/src/IconGradeOutlinedFilled.tsx +++ b/src/IconGradeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGradeRounded.tsx b/src/IconGradeRounded.tsx index 8cf6cab71..1a14dd126 100644 --- a/src/IconGradeRounded.tsx +++ b/src/IconGradeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGradeRoundedFilled.tsx b/src/IconGradeRoundedFilled.tsx index 55cc427b8..9b4443f00 100644 --- a/src/IconGradeRoundedFilled.tsx +++ b/src/IconGradeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGradeSharp.tsx b/src/IconGradeSharp.tsx index 236ccd6bd..eae134a82 100644 --- a/src/IconGradeSharp.tsx +++ b/src/IconGradeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGradeSharpFilled.tsx b/src/IconGradeSharpFilled.tsx index 7514cbaab..4f5c08a29 100644 --- a/src/IconGradeSharpFilled.tsx +++ b/src/IconGradeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGradientOutlined.tsx b/src/IconGradientOutlined.tsx index b56f41417..06ff108ab 100644 --- a/src/IconGradientOutlined.tsx +++ b/src/IconGradientOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradientOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGradientOutlinedFilled.tsx b/src/IconGradientOutlinedFilled.tsx index 8ace5a198..28d74dc82 100644 --- a/src/IconGradientOutlinedFilled.tsx +++ b/src/IconGradientOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradientOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGradientRounded.tsx b/src/IconGradientRounded.tsx index 913951594..d21c33599 100644 --- a/src/IconGradientRounded.tsx +++ b/src/IconGradientRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradientRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGradientRoundedFilled.tsx b/src/IconGradientRoundedFilled.tsx index db4ad97b6..5687ea91d 100644 --- a/src/IconGradientRoundedFilled.tsx +++ b/src/IconGradientRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradientRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGradientSharp.tsx b/src/IconGradientSharp.tsx index e885a537e..bdde1655a 100644 --- a/src/IconGradientSharp.tsx +++ b/src/IconGradientSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradientSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGradientSharpFilled.tsx b/src/IconGradientSharpFilled.tsx index 127ce4f16..3fc49d3af 100644 --- a/src/IconGradientSharpFilled.tsx +++ b/src/IconGradientSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradientSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGradingOutlined.tsx b/src/IconGradingOutlined.tsx index 9a9a1ba87..09962ba28 100644 --- a/src/IconGradingOutlined.tsx +++ b/src/IconGradingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGradingOutlinedFilled.tsx b/src/IconGradingOutlinedFilled.tsx index 3ed8917a1..d9cc5a5fb 100644 --- a/src/IconGradingOutlinedFilled.tsx +++ b/src/IconGradingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGradingRounded.tsx b/src/IconGradingRounded.tsx index f06f076a9..5eb79274b 100644 --- a/src/IconGradingRounded.tsx +++ b/src/IconGradingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGradingRoundedFilled.tsx b/src/IconGradingRoundedFilled.tsx index 3a8b3836c..3ccd74271 100644 --- a/src/IconGradingRoundedFilled.tsx +++ b/src/IconGradingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGradingSharp.tsx b/src/IconGradingSharp.tsx index 5c628f0a4..cfee32507 100644 --- a/src/IconGradingSharp.tsx +++ b/src/IconGradingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGradingSharpFilled.tsx b/src/IconGradingSharpFilled.tsx index 8fcac8e7f..02db3d7ac 100644 --- a/src/IconGradingSharpFilled.tsx +++ b/src/IconGradingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGradingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGrainOutlined.tsx b/src/IconGrainOutlined.tsx index 5ee172160..cc27f16af 100644 --- a/src/IconGrainOutlined.tsx +++ b/src/IconGrainOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrainOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGrainOutlinedFilled.tsx b/src/IconGrainOutlinedFilled.tsx index fc507ee0d..881ff2d7b 100644 --- a/src/IconGrainOutlinedFilled.tsx +++ b/src/IconGrainOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrainOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGrainRounded.tsx b/src/IconGrainRounded.tsx index d6d3b8ab1..f1dd90eb2 100644 --- a/src/IconGrainRounded.tsx +++ b/src/IconGrainRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrainRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGrainRoundedFilled.tsx b/src/IconGrainRoundedFilled.tsx index 6332918fd..295678a8e 100644 --- a/src/IconGrainRoundedFilled.tsx +++ b/src/IconGrainRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrainRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGrainSharp.tsx b/src/IconGrainSharp.tsx index d0085117b..1a46c4489 100644 --- a/src/IconGrainSharp.tsx +++ b/src/IconGrainSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrainSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGrainSharpFilled.tsx b/src/IconGrainSharpFilled.tsx index ad4851839..9dd547b63 100644 --- a/src/IconGrainSharpFilled.tsx +++ b/src/IconGrainSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrainSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGraphicEqOutlined.tsx b/src/IconGraphicEqOutlined.tsx index bb68c32d2..04ab3d647 100644 --- a/src/IconGraphicEqOutlined.tsx +++ b/src/IconGraphicEqOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGraphicEqOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGraphicEqOutlinedFilled.tsx b/src/IconGraphicEqOutlinedFilled.tsx index 75bd9df79..7cdb12cbe 100644 --- a/src/IconGraphicEqOutlinedFilled.tsx +++ b/src/IconGraphicEqOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGraphicEqOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGraphicEqRounded.tsx b/src/IconGraphicEqRounded.tsx index bb3027b2c..151d4e68b 100644 --- a/src/IconGraphicEqRounded.tsx +++ b/src/IconGraphicEqRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGraphicEqRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGraphicEqRoundedFilled.tsx b/src/IconGraphicEqRoundedFilled.tsx index 300b9d02d..3d014621d 100644 --- a/src/IconGraphicEqRoundedFilled.tsx +++ b/src/IconGraphicEqRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGraphicEqRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGraphicEqSharp.tsx b/src/IconGraphicEqSharp.tsx index 952f6f58f..9498ac62d 100644 --- a/src/IconGraphicEqSharp.tsx +++ b/src/IconGraphicEqSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGraphicEqSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGraphicEqSharpFilled.tsx b/src/IconGraphicEqSharpFilled.tsx index 74b481b90..caf17cc31 100644 --- a/src/IconGraphicEqSharpFilled.tsx +++ b/src/IconGraphicEqSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGraphicEqSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGrassOutlined.tsx b/src/IconGrassOutlined.tsx index b5fac3267..134ce5dd0 100644 --- a/src/IconGrassOutlined.tsx +++ b/src/IconGrassOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrassOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGrassOutlinedFilled.tsx b/src/IconGrassOutlinedFilled.tsx index 48dc05ea6..f80ae0c18 100644 --- a/src/IconGrassOutlinedFilled.tsx +++ b/src/IconGrassOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrassOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGrassRounded.tsx b/src/IconGrassRounded.tsx index c56b56a12..059ea0526 100644 --- a/src/IconGrassRounded.tsx +++ b/src/IconGrassRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrassRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGrassRoundedFilled.tsx b/src/IconGrassRoundedFilled.tsx index 37ea0c381..d3b84f91f 100644 --- a/src/IconGrassRoundedFilled.tsx +++ b/src/IconGrassRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrassRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGrassSharp.tsx b/src/IconGrassSharp.tsx index f05f30b25..9054eaf04 100644 --- a/src/IconGrassSharp.tsx +++ b/src/IconGrassSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrassSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGrassSharpFilled.tsx b/src/IconGrassSharpFilled.tsx index 5c0d22998..4e7eb84bf 100644 --- a/src/IconGrassSharpFilled.tsx +++ b/src/IconGrassSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrassSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid3x3OffOutlined.tsx b/src/IconGrid3x3OffOutlined.tsx index d95f0947f..093bbb419 100644 --- a/src/IconGrid3x3OffOutlined.tsx +++ b/src/IconGrid3x3OffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3OffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid3x3OffOutlinedFilled.tsx b/src/IconGrid3x3OffOutlinedFilled.tsx index 890e958d9..4078843be 100644 --- a/src/IconGrid3x3OffOutlinedFilled.tsx +++ b/src/IconGrid3x3OffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3OffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGrid3x3OffRounded.tsx b/src/IconGrid3x3OffRounded.tsx index 79d9ebbca..598f7edfb 100644 --- a/src/IconGrid3x3OffRounded.tsx +++ b/src/IconGrid3x3OffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3OffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid3x3OffRoundedFilled.tsx b/src/IconGrid3x3OffRoundedFilled.tsx index 087d57272..bc6980500 100644 --- a/src/IconGrid3x3OffRoundedFilled.tsx +++ b/src/IconGrid3x3OffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3OffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGrid3x3OffSharp.tsx b/src/IconGrid3x3OffSharp.tsx index bd8c429e4..857d3d4d7 100644 --- a/src/IconGrid3x3OffSharp.tsx +++ b/src/IconGrid3x3OffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3OffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid3x3OffSharpFilled.tsx b/src/IconGrid3x3OffSharpFilled.tsx index 16791cf2f..1c490d5c2 100644 --- a/src/IconGrid3x3OffSharpFilled.tsx +++ b/src/IconGrid3x3OffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3OffSharpFilled: React.FC = ({ ...props diff --git a/src/IconGrid3x3Outlined.tsx b/src/IconGrid3x3Outlined.tsx index ca4d45995..dcb9d02dd 100644 --- a/src/IconGrid3x3Outlined.tsx +++ b/src/IconGrid3x3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid3x3OutlinedFilled.tsx b/src/IconGrid3x3OutlinedFilled.tsx index 2cb55876e..bbc055e8a 100644 --- a/src/IconGrid3x3OutlinedFilled.tsx +++ b/src/IconGrid3x3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGrid3x3Rounded.tsx b/src/IconGrid3x3Rounded.tsx index ea816b83b..f8d2aa35f 100644 --- a/src/IconGrid3x3Rounded.tsx +++ b/src/IconGrid3x3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid3x3RoundedFilled.tsx b/src/IconGrid3x3RoundedFilled.tsx index 2d9916673..2f86a2596 100644 --- a/src/IconGrid3x3RoundedFilled.tsx +++ b/src/IconGrid3x3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid3x3Sharp.tsx b/src/IconGrid3x3Sharp.tsx index 390319239..3e2e5c249 100644 --- a/src/IconGrid3x3Sharp.tsx +++ b/src/IconGrid3x3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid3x3SharpFilled.tsx b/src/IconGrid3x3SharpFilled.tsx index 847c36f3e..c889408da 100644 --- a/src/IconGrid3x3SharpFilled.tsx +++ b/src/IconGrid3x3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid3x3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid4x4Outlined.tsx b/src/IconGrid4x4Outlined.tsx index ad346a154..e60a90476 100644 --- a/src/IconGrid4x4Outlined.tsx +++ b/src/IconGrid4x4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid4x4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid4x4OutlinedFilled.tsx b/src/IconGrid4x4OutlinedFilled.tsx index 76b27eafb..53c35a770 100644 --- a/src/IconGrid4x4OutlinedFilled.tsx +++ b/src/IconGrid4x4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid4x4OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGrid4x4Rounded.tsx b/src/IconGrid4x4Rounded.tsx index abde56e52..38218ab0b 100644 --- a/src/IconGrid4x4Rounded.tsx +++ b/src/IconGrid4x4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid4x4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid4x4RoundedFilled.tsx b/src/IconGrid4x4RoundedFilled.tsx index 7607f272a..4fc2f0159 100644 --- a/src/IconGrid4x4RoundedFilled.tsx +++ b/src/IconGrid4x4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid4x4RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid4x4Sharp.tsx b/src/IconGrid4x4Sharp.tsx index 786a4f241..52f772d16 100644 --- a/src/IconGrid4x4Sharp.tsx +++ b/src/IconGrid4x4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid4x4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGrid4x4SharpFilled.tsx b/src/IconGrid4x4SharpFilled.tsx index 855812070..9da99a1f6 100644 --- a/src/IconGrid4x4SharpFilled.tsx +++ b/src/IconGrid4x4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrid4x4SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGridGoldenratioOutlined.tsx b/src/IconGridGoldenratioOutlined.tsx index bc1a7e8e7..8cacc01ca 100644 --- a/src/IconGridGoldenratioOutlined.tsx +++ b/src/IconGridGoldenratioOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGoldenratioOutlined: React.FC = ({ ...props diff --git a/src/IconGridGoldenratioOutlinedFilled.tsx b/src/IconGridGoldenratioOutlinedFilled.tsx index bd1328afc..fa64f6691 100644 --- a/src/IconGridGoldenratioOutlinedFilled.tsx +++ b/src/IconGridGoldenratioOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGoldenratioOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGridGoldenratioRounded.tsx b/src/IconGridGoldenratioRounded.tsx index 395d4bbde..b75c9758e 100644 --- a/src/IconGridGoldenratioRounded.tsx +++ b/src/IconGridGoldenratioRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGoldenratioRounded: React.FC = ({ ...props diff --git a/src/IconGridGoldenratioRoundedFilled.tsx b/src/IconGridGoldenratioRoundedFilled.tsx index efffb8bbc..68d938f32 100644 --- a/src/IconGridGoldenratioRoundedFilled.tsx +++ b/src/IconGridGoldenratioRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGoldenratioRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGridGoldenratioSharp.tsx b/src/IconGridGoldenratioSharp.tsx index 5a0488234..39fbb296f 100644 --- a/src/IconGridGoldenratioSharp.tsx +++ b/src/IconGridGoldenratioSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGoldenratioSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGridGoldenratioSharpFilled.tsx b/src/IconGridGoldenratioSharpFilled.tsx index ff7367cf5..1d66eefe5 100644 --- a/src/IconGridGoldenratioSharpFilled.tsx +++ b/src/IconGridGoldenratioSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGoldenratioSharpFilled: React.FC = ({ ...props diff --git a/src/IconGridGuidesOutlined.tsx b/src/IconGridGuidesOutlined.tsx index 189eaa919..62187c691 100644 --- a/src/IconGridGuidesOutlined.tsx +++ b/src/IconGridGuidesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGuidesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGridGuidesOutlinedFilled.tsx b/src/IconGridGuidesOutlinedFilled.tsx index 0744bf64f..016d97f3b 100644 --- a/src/IconGridGuidesOutlinedFilled.tsx +++ b/src/IconGridGuidesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGuidesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGridGuidesRounded.tsx b/src/IconGridGuidesRounded.tsx index ec7d81cf8..4063bb999 100644 --- a/src/IconGridGuidesRounded.tsx +++ b/src/IconGridGuidesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGuidesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGridGuidesRoundedFilled.tsx b/src/IconGridGuidesRoundedFilled.tsx index c52e69b5f..5737f1631 100644 --- a/src/IconGridGuidesRoundedFilled.tsx +++ b/src/IconGridGuidesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGuidesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGridGuidesSharp.tsx b/src/IconGridGuidesSharp.tsx index a3587eda4..650198666 100644 --- a/src/IconGridGuidesSharp.tsx +++ b/src/IconGridGuidesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGuidesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGridGuidesSharpFilled.tsx b/src/IconGridGuidesSharpFilled.tsx index beeb6c737..b615dfe1e 100644 --- a/src/IconGridGuidesSharpFilled.tsx +++ b/src/IconGridGuidesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridGuidesSharpFilled: React.FC = ({ ...props diff --git a/src/IconGridOffOutlined.tsx b/src/IconGridOffOutlined.tsx index 61cb4f962..5992feed6 100644 --- a/src/IconGridOffOutlined.tsx +++ b/src/IconGridOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGridOffOutlinedFilled.tsx b/src/IconGridOffOutlinedFilled.tsx index 8bfdb82d6..34c116fb5 100644 --- a/src/IconGridOffOutlinedFilled.tsx +++ b/src/IconGridOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGridOffRounded.tsx b/src/IconGridOffRounded.tsx index 8639456ff..1fc5d8d25 100644 --- a/src/IconGridOffRounded.tsx +++ b/src/IconGridOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGridOffRoundedFilled.tsx b/src/IconGridOffRoundedFilled.tsx index 99a66d8c3..0075976cd 100644 --- a/src/IconGridOffRoundedFilled.tsx +++ b/src/IconGridOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGridOffSharp.tsx b/src/IconGridOffSharp.tsx index c545f32b2..82144a622 100644 --- a/src/IconGridOffSharp.tsx +++ b/src/IconGridOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGridOffSharpFilled.tsx b/src/IconGridOffSharpFilled.tsx index 07567d0a1..36c49947a 100644 --- a/src/IconGridOffSharpFilled.tsx +++ b/src/IconGridOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGridOnOutlined.tsx b/src/IconGridOnOutlined.tsx index b62f19b69..6684b5291 100644 --- a/src/IconGridOnOutlined.tsx +++ b/src/IconGridOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGridOnOutlinedFilled.tsx b/src/IconGridOnOutlinedFilled.tsx index 3853cf5e7..0f1b86e99 100644 --- a/src/IconGridOnOutlinedFilled.tsx +++ b/src/IconGridOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOnOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGridOnRounded.tsx b/src/IconGridOnRounded.tsx index 4dd0a246c..12325a85c 100644 --- a/src/IconGridOnRounded.tsx +++ b/src/IconGridOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGridOnRoundedFilled.tsx b/src/IconGridOnRoundedFilled.tsx index 3be6e39b2..2a7bb22c4 100644 --- a/src/IconGridOnRoundedFilled.tsx +++ b/src/IconGridOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOnRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGridOnSharp.tsx b/src/IconGridOnSharp.tsx index 32b705ea2..30ffbbb5b 100644 --- a/src/IconGridOnSharp.tsx +++ b/src/IconGridOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGridOnSharpFilled.tsx b/src/IconGridOnSharpFilled.tsx index 9118a17fb..16ed95183 100644 --- a/src/IconGridOnSharpFilled.tsx +++ b/src/IconGridOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGridViewOutlined.tsx b/src/IconGridViewOutlined.tsx index a007546d3..db3e54fd4 100644 --- a/src/IconGridViewOutlined.tsx +++ b/src/IconGridViewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridViewOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGridViewOutlinedFilled.tsx b/src/IconGridViewOutlinedFilled.tsx index 17640ada4..761fbaddb 100644 --- a/src/IconGridViewOutlinedFilled.tsx +++ b/src/IconGridViewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridViewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGridViewRounded.tsx b/src/IconGridViewRounded.tsx index 87158246e..8bd8aafc1 100644 --- a/src/IconGridViewRounded.tsx +++ b/src/IconGridViewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridViewRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGridViewRoundedFilled.tsx b/src/IconGridViewRoundedFilled.tsx index 14eff6ed0..b05ce913f 100644 --- a/src/IconGridViewRoundedFilled.tsx +++ b/src/IconGridViewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridViewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGridViewSharp.tsx b/src/IconGridViewSharp.tsx index cbb1985d0..ef8f800d1 100644 --- a/src/IconGridViewSharp.tsx +++ b/src/IconGridViewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridViewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGridViewSharpFilled.tsx b/src/IconGridViewSharpFilled.tsx index 327b20f01..323315b88 100644 --- a/src/IconGridViewSharpFilled.tsx +++ b/src/IconGridViewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGridViewSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroceryOutlined.tsx b/src/IconGroceryOutlined.tsx index 99a871274..4982386af 100644 --- a/src/IconGroceryOutlined.tsx +++ b/src/IconGroceryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroceryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGroceryOutlinedFilled.tsx b/src/IconGroceryOutlinedFilled.tsx index 844280fc4..d7f96e401 100644 --- a/src/IconGroceryOutlinedFilled.tsx +++ b/src/IconGroceryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroceryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGroceryRounded.tsx b/src/IconGroceryRounded.tsx index 670250330..a82121a99 100644 --- a/src/IconGroceryRounded.tsx +++ b/src/IconGroceryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroceryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGroceryRoundedFilled.tsx b/src/IconGroceryRoundedFilled.tsx index 441e6b252..95e813da1 100644 --- a/src/IconGroceryRoundedFilled.tsx +++ b/src/IconGroceryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroceryRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGrocerySharp.tsx b/src/IconGrocerySharp.tsx index 49ee1e461..3baddb6a2 100644 --- a/src/IconGrocerySharp.tsx +++ b/src/IconGrocerySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrocerySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGrocerySharpFilled.tsx b/src/IconGrocerySharpFilled.tsx index 18f3fc482..22e73f51c 100644 --- a/src/IconGrocerySharpFilled.tsx +++ b/src/IconGrocerySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGrocerySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupAddOutlined.tsx b/src/IconGroupAddOutlined.tsx index f46467f21..0616b1efb 100644 --- a/src/IconGroupAddOutlined.tsx +++ b/src/IconGroupAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupAddOutlinedFilled.tsx b/src/IconGroupAddOutlinedFilled.tsx index f3cbd0106..3566c2b64 100644 --- a/src/IconGroupAddOutlinedFilled.tsx +++ b/src/IconGroupAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGroupAddRounded.tsx b/src/IconGroupAddRounded.tsx index 984b8ddcd..ccfbffae2 100644 --- a/src/IconGroupAddRounded.tsx +++ b/src/IconGroupAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupAddRoundedFilled.tsx b/src/IconGroupAddRoundedFilled.tsx index fe768cd77..10f36e9e8 100644 --- a/src/IconGroupAddRoundedFilled.tsx +++ b/src/IconGroupAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGroupAddSharp.tsx b/src/IconGroupAddSharp.tsx index 3de9c8433..396c9c2c4 100644 --- a/src/IconGroupAddSharp.tsx +++ b/src/IconGroupAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupAddSharpFilled.tsx b/src/IconGroupAddSharpFilled.tsx index 4593e7631..5c038f53c 100644 --- a/src/IconGroupAddSharpFilled.tsx +++ b/src/IconGroupAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupOffOutlined.tsx b/src/IconGroupOffOutlined.tsx index 8fc761c7d..fb3d6bbf1 100644 --- a/src/IconGroupOffOutlined.tsx +++ b/src/IconGroupOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupOffOutlinedFilled.tsx b/src/IconGroupOffOutlinedFilled.tsx index 08af63787..6172afdda 100644 --- a/src/IconGroupOffOutlinedFilled.tsx +++ b/src/IconGroupOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGroupOffRounded.tsx b/src/IconGroupOffRounded.tsx index cc6487e17..df422d549 100644 --- a/src/IconGroupOffRounded.tsx +++ b/src/IconGroupOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupOffRoundedFilled.tsx b/src/IconGroupOffRoundedFilled.tsx index 9cf299f68..c7cee1e6b 100644 --- a/src/IconGroupOffRoundedFilled.tsx +++ b/src/IconGroupOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGroupOffSharp.tsx b/src/IconGroupOffSharp.tsx index 71f2d94f9..6e4b7feb4 100644 --- a/src/IconGroupOffSharp.tsx +++ b/src/IconGroupOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupOffSharpFilled.tsx b/src/IconGroupOffSharpFilled.tsx index ad928d325..51b7cf6ad 100644 --- a/src/IconGroupOffSharpFilled.tsx +++ b/src/IconGroupOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupOutlined.tsx b/src/IconGroupOutlined.tsx index bc6356c2a..982a1d5e8 100644 --- a/src/IconGroupOutlined.tsx +++ b/src/IconGroupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupOutlinedFilled.tsx b/src/IconGroupOutlinedFilled.tsx index 0dd910804..66113602f 100644 --- a/src/IconGroupOutlinedFilled.tsx +++ b/src/IconGroupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupRemoveOutlined.tsx b/src/IconGroupRemoveOutlined.tsx index f7f208a01..bb18b6bdc 100644 --- a/src/IconGroupRemoveOutlined.tsx +++ b/src/IconGroupRemoveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupRemoveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupRemoveOutlinedFilled.tsx b/src/IconGroupRemoveOutlinedFilled.tsx index 65dec4ca7..91073db54 100644 --- a/src/IconGroupRemoveOutlinedFilled.tsx +++ b/src/IconGroupRemoveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupRemoveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGroupRemoveRounded.tsx b/src/IconGroupRemoveRounded.tsx index c3813e3be..a269b548d 100644 --- a/src/IconGroupRemoveRounded.tsx +++ b/src/IconGroupRemoveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupRemoveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupRemoveRoundedFilled.tsx b/src/IconGroupRemoveRoundedFilled.tsx index 2f964d993..a79cffe7b 100644 --- a/src/IconGroupRemoveRoundedFilled.tsx +++ b/src/IconGroupRemoveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupRemoveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGroupRemoveSharp.tsx b/src/IconGroupRemoveSharp.tsx index d926f6712..52fc97160 100644 --- a/src/IconGroupRemoveSharp.tsx +++ b/src/IconGroupRemoveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupRemoveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupRemoveSharpFilled.tsx b/src/IconGroupRemoveSharpFilled.tsx index 4d706207b..4956cb72c 100644 --- a/src/IconGroupRemoveSharpFilled.tsx +++ b/src/IconGroupRemoveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupRemoveSharpFilled: React.FC = ({ ...props diff --git a/src/IconGroupRounded.tsx b/src/IconGroupRounded.tsx index 9ee71cbbd..0beb1a221 100644 --- a/src/IconGroupRounded.tsx +++ b/src/IconGroupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupRoundedFilled.tsx b/src/IconGroupRoundedFilled.tsx index 623d11c1a..d26887d67 100644 --- a/src/IconGroupRoundedFilled.tsx +++ b/src/IconGroupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupSearchOutlined.tsx b/src/IconGroupSearchOutlined.tsx index c4e6413bc..6d141b899 100644 --- a/src/IconGroupSearchOutlined.tsx +++ b/src/IconGroupSearchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupSearchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupSearchOutlinedFilled.tsx b/src/IconGroupSearchOutlinedFilled.tsx index 33a996912..f198de507 100644 --- a/src/IconGroupSearchOutlinedFilled.tsx +++ b/src/IconGroupSearchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupSearchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGroupSearchRounded.tsx b/src/IconGroupSearchRounded.tsx index c33f8509c..76b9d9f3d 100644 --- a/src/IconGroupSearchRounded.tsx +++ b/src/IconGroupSearchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupSearchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupSearchRoundedFilled.tsx b/src/IconGroupSearchRoundedFilled.tsx index 2a6b6bf6f..d5b524571 100644 --- a/src/IconGroupSearchRoundedFilled.tsx +++ b/src/IconGroupSearchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupSearchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGroupSearchSharp.tsx b/src/IconGroupSearchSharp.tsx index 19321dab3..10eda1e6f 100644 --- a/src/IconGroupSearchSharp.tsx +++ b/src/IconGroupSearchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupSearchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupSearchSharpFilled.tsx b/src/IconGroupSearchSharpFilled.tsx index 980ed2f07..d96bd7afb 100644 --- a/src/IconGroupSearchSharpFilled.tsx +++ b/src/IconGroupSearchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupSearchSharpFilled: React.FC = ({ ...props diff --git a/src/IconGroupSharp.tsx b/src/IconGroupSharp.tsx index 15796b656..a5a7aef9e 100644 --- a/src/IconGroupSharp.tsx +++ b/src/IconGroupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupSharpFilled.tsx b/src/IconGroupSharpFilled.tsx index 5523beb97..96c58d921 100644 --- a/src/IconGroupSharpFilled.tsx +++ b/src/IconGroupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupWorkOutlined.tsx b/src/IconGroupWorkOutlined.tsx index c05ff0fe0..ce344cc9f 100644 --- a/src/IconGroupWorkOutlined.tsx +++ b/src/IconGroupWorkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupWorkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupWorkOutlinedFilled.tsx b/src/IconGroupWorkOutlinedFilled.tsx index 8a3fd8ec3..e84caaaca 100644 --- a/src/IconGroupWorkOutlinedFilled.tsx +++ b/src/IconGroupWorkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupWorkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGroupWorkRounded.tsx b/src/IconGroupWorkRounded.tsx index f50c6cc5e..281227a70 100644 --- a/src/IconGroupWorkRounded.tsx +++ b/src/IconGroupWorkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupWorkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupWorkRoundedFilled.tsx b/src/IconGroupWorkRoundedFilled.tsx index 5a6f086df..85931cf9e 100644 --- a/src/IconGroupWorkRoundedFilled.tsx +++ b/src/IconGroupWorkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupWorkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGroupWorkSharp.tsx b/src/IconGroupWorkSharp.tsx index fdec3318f..5c736dcb3 100644 --- a/src/IconGroupWorkSharp.tsx +++ b/src/IconGroupWorkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupWorkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupWorkSharpFilled.tsx b/src/IconGroupWorkSharpFilled.tsx index bc7d2b74b..4de5c7f32 100644 --- a/src/IconGroupWorkSharpFilled.tsx +++ b/src/IconGroupWorkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupWorkSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupedBarChartOutlined.tsx b/src/IconGroupedBarChartOutlined.tsx index 00c76918e..2c2a5e82e 100644 --- a/src/IconGroupedBarChartOutlined.tsx +++ b/src/IconGroupedBarChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupedBarChartOutlined: React.FC = ({ ...props diff --git a/src/IconGroupedBarChartOutlinedFilled.tsx b/src/IconGroupedBarChartOutlinedFilled.tsx index 59f3304f6..027917a87 100644 --- a/src/IconGroupedBarChartOutlinedFilled.tsx +++ b/src/IconGroupedBarChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupedBarChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGroupedBarChartRounded.tsx b/src/IconGroupedBarChartRounded.tsx index 82ad725d9..e9a3ecda3 100644 --- a/src/IconGroupedBarChartRounded.tsx +++ b/src/IconGroupedBarChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupedBarChartRounded: React.FC = ({ ...props diff --git a/src/IconGroupedBarChartRoundedFilled.tsx b/src/IconGroupedBarChartRoundedFilled.tsx index c456240f6..f7b863334 100644 --- a/src/IconGroupedBarChartRoundedFilled.tsx +++ b/src/IconGroupedBarChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupedBarChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGroupedBarChartSharp.tsx b/src/IconGroupedBarChartSharp.tsx index 885e08f86..0aec612ea 100644 --- a/src/IconGroupedBarChartSharp.tsx +++ b/src/IconGroupedBarChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupedBarChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupedBarChartSharpFilled.tsx b/src/IconGroupedBarChartSharpFilled.tsx index d3b63d0fe..9d8d6a19a 100644 --- a/src/IconGroupedBarChartSharpFilled.tsx +++ b/src/IconGroupedBarChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupedBarChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconGroups2Outlined.tsx b/src/IconGroups2Outlined.tsx index 93e11e951..7a49c1e61 100644 --- a/src/IconGroups2Outlined.tsx +++ b/src/IconGroups2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGroups2OutlinedFilled.tsx b/src/IconGroups2OutlinedFilled.tsx index 47ff8ed6d..6d3be5a9f 100644 --- a/src/IconGroups2OutlinedFilled.tsx +++ b/src/IconGroups2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGroups2Rounded.tsx b/src/IconGroups2Rounded.tsx index d7473ad70..6289d0776 100644 --- a/src/IconGroups2Rounded.tsx +++ b/src/IconGroups2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGroups2RoundedFilled.tsx b/src/IconGroups2RoundedFilled.tsx index 4e7021dd7..f7a8f9d4b 100644 --- a/src/IconGroups2RoundedFilled.tsx +++ b/src/IconGroups2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroups2Sharp.tsx b/src/IconGroups2Sharp.tsx index 1d6db90c3..504c78f0f 100644 --- a/src/IconGroups2Sharp.tsx +++ b/src/IconGroups2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGroups2SharpFilled.tsx b/src/IconGroups2SharpFilled.tsx index e6b3a3956..1cd3435e8 100644 --- a/src/IconGroups2SharpFilled.tsx +++ b/src/IconGroups2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroups3Outlined.tsx b/src/IconGroups3Outlined.tsx index 46adb9476..78625fe1c 100644 --- a/src/IconGroups3Outlined.tsx +++ b/src/IconGroups3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGroups3OutlinedFilled.tsx b/src/IconGroups3OutlinedFilled.tsx index 6675e2799..8e6819b58 100644 --- a/src/IconGroups3OutlinedFilled.tsx +++ b/src/IconGroups3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGroups3Rounded.tsx b/src/IconGroups3Rounded.tsx index 3be731253..2b2e30140 100644 --- a/src/IconGroups3Rounded.tsx +++ b/src/IconGroups3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGroups3RoundedFilled.tsx b/src/IconGroups3RoundedFilled.tsx index b78f7855a..d76a2a1a8 100644 --- a/src/IconGroups3RoundedFilled.tsx +++ b/src/IconGroups3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups3RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroups3Sharp.tsx b/src/IconGroups3Sharp.tsx index 7e01e4044..fac6e960f 100644 --- a/src/IconGroups3Sharp.tsx +++ b/src/IconGroups3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGroups3SharpFilled.tsx b/src/IconGroups3SharpFilled.tsx index 546e0cdaa..2b3eba5c6 100644 --- a/src/IconGroups3SharpFilled.tsx +++ b/src/IconGroups3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroups3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupsOutlined.tsx b/src/IconGroupsOutlined.tsx index c334bb93e..03820aa93 100644 --- a/src/IconGroupsOutlined.tsx +++ b/src/IconGroupsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupsOutlinedFilled.tsx b/src/IconGroupsOutlinedFilled.tsx index 4bf579c0a..d42028144 100644 --- a/src/IconGroupsOutlinedFilled.tsx +++ b/src/IconGroupsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupsRounded.tsx b/src/IconGroupsRounded.tsx index 6f97c696b..100b1a85e 100644 --- a/src/IconGroupsRounded.tsx +++ b/src/IconGroupsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupsRoundedFilled.tsx b/src/IconGroupsRoundedFilled.tsx index 9dc3aea83..349595924 100644 --- a/src/IconGroupsRoundedFilled.tsx +++ b/src/IconGroupsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupsSharp.tsx b/src/IconGroupsSharp.tsx index 6a270d5fc..4e939ba70 100644 --- a/src/IconGroupsSharp.tsx +++ b/src/IconGroupsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGroupsSharpFilled.tsx b/src/IconGroupsSharpFilled.tsx index 283ef4113..0aefccb02 100644 --- a/src/IconGroupsSharpFilled.tsx +++ b/src/IconGroupsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGroupsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGuardianOutlined.tsx b/src/IconGuardianOutlined.tsx index 6303bfed3..3407a92d7 100644 --- a/src/IconGuardianOutlined.tsx +++ b/src/IconGuardianOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGuardianOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGuardianOutlinedFilled.tsx b/src/IconGuardianOutlinedFilled.tsx index 593d94b49..7d5115c58 100644 --- a/src/IconGuardianOutlinedFilled.tsx +++ b/src/IconGuardianOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGuardianOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGuardianRounded.tsx b/src/IconGuardianRounded.tsx index da6eee489..535bb3965 100644 --- a/src/IconGuardianRounded.tsx +++ b/src/IconGuardianRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGuardianRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGuardianRoundedFilled.tsx b/src/IconGuardianRoundedFilled.tsx index 5a0d75806..b24cabff7 100644 --- a/src/IconGuardianRoundedFilled.tsx +++ b/src/IconGuardianRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGuardianRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGuardianSharp.tsx b/src/IconGuardianSharp.tsx index fd4207547..54625756d 100644 --- a/src/IconGuardianSharp.tsx +++ b/src/IconGuardianSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGuardianSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGuardianSharpFilled.tsx b/src/IconGuardianSharpFilled.tsx index 4cb3f0152..3c4411921 100644 --- a/src/IconGuardianSharpFilled.tsx +++ b/src/IconGuardianSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGuardianSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconGynecologyOutlined.tsx b/src/IconGynecologyOutlined.tsx index 08d8b3606..69fb3c0e8 100644 --- a/src/IconGynecologyOutlined.tsx +++ b/src/IconGynecologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGynecologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconGynecologyOutlinedFilled.tsx b/src/IconGynecologyOutlinedFilled.tsx index 3a108aa7b..3884010d6 100644 --- a/src/IconGynecologyOutlinedFilled.tsx +++ b/src/IconGynecologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGynecologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconGynecologyRounded.tsx b/src/IconGynecologyRounded.tsx index 239b99cf7..288f3880a 100644 --- a/src/IconGynecologyRounded.tsx +++ b/src/IconGynecologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGynecologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconGynecologyRoundedFilled.tsx b/src/IconGynecologyRoundedFilled.tsx index 1a1dffa4f..07de0e4c2 100644 --- a/src/IconGynecologyRoundedFilled.tsx +++ b/src/IconGynecologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGynecologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconGynecologySharp.tsx b/src/IconGynecologySharp.tsx index a21726087..fc9e04ae3 100644 --- a/src/IconGynecologySharp.tsx +++ b/src/IconGynecologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGynecologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconGynecologySharpFilled.tsx b/src/IconGynecologySharpFilled.tsx index d6f29144c..92d46a864 100644 --- a/src/IconGynecologySharpFilled.tsx +++ b/src/IconGynecologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconGynecologySharpFilled: React.FC = ({ ...props diff --git a/src/IconHMobiledataBadgeOutlined.tsx b/src/IconHMobiledataBadgeOutlined.tsx index 852c07b71..1e7db7ab4 100644 --- a/src/IconHMobiledataBadgeOutlined.tsx +++ b/src/IconHMobiledataBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataBadgeOutlined: React.FC = ({ ...props diff --git a/src/IconHMobiledataBadgeOutlinedFilled.tsx b/src/IconHMobiledataBadgeOutlinedFilled.tsx index 11b791ffe..7a8264233 100644 --- a/src/IconHMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconHMobiledataBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHMobiledataBadgeRounded.tsx b/src/IconHMobiledataBadgeRounded.tsx index 0e419fce4..168509f7e 100644 --- a/src/IconHMobiledataBadgeRounded.tsx +++ b/src/IconHMobiledataBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataBadgeRounded: React.FC = ({ ...props diff --git a/src/IconHMobiledataBadgeRoundedFilled.tsx b/src/IconHMobiledataBadgeRoundedFilled.tsx index 8815b27fd..3b8e64364 100644 --- a/src/IconHMobiledataBadgeRoundedFilled.tsx +++ b/src/IconHMobiledataBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHMobiledataBadgeSharp.tsx b/src/IconHMobiledataBadgeSharp.tsx index 61728826a..da8989d8b 100644 --- a/src/IconHMobiledataBadgeSharp.tsx +++ b/src/IconHMobiledataBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataBadgeSharp: React.FC = ({ ...props diff --git a/src/IconHMobiledataBadgeSharpFilled.tsx b/src/IconHMobiledataBadgeSharpFilled.tsx index 93082f212..960fa320e 100644 --- a/src/IconHMobiledataBadgeSharpFilled.tsx +++ b/src/IconHMobiledataBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/IconHMobiledataOutlined.tsx b/src/IconHMobiledataOutlined.tsx index 91832f2ae..59925ddb9 100644 --- a/src/IconHMobiledataOutlined.tsx +++ b/src/IconHMobiledataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHMobiledataOutlinedFilled.tsx b/src/IconHMobiledataOutlinedFilled.tsx index fcee7f33b..ba3916191 100644 --- a/src/IconHMobiledataOutlinedFilled.tsx +++ b/src/IconHMobiledataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHMobiledataRounded.tsx b/src/IconHMobiledataRounded.tsx index f1e7a6dc3..ec0e3b87e 100644 --- a/src/IconHMobiledataRounded.tsx +++ b/src/IconHMobiledataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHMobiledataRoundedFilled.tsx b/src/IconHMobiledataRoundedFilled.tsx index eb70a27f9..5175a665f 100644 --- a/src/IconHMobiledataRoundedFilled.tsx +++ b/src/IconHMobiledataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHMobiledataSharp.tsx b/src/IconHMobiledataSharp.tsx index e73a283dd..9e31f50d6 100644 --- a/src/IconHMobiledataSharp.tsx +++ b/src/IconHMobiledataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHMobiledataSharpFilled.tsx b/src/IconHMobiledataSharpFilled.tsx index c93da0763..aaf43f96a 100644 --- a/src/IconHMobiledataSharpFilled.tsx +++ b/src/IconHMobiledataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHMobiledataSharpFilled: React.FC = ({ ...props diff --git a/src/IconHPlusMobiledataBadgeOutlined.tsx b/src/IconHPlusMobiledataBadgeOutlined.tsx index 9982035e7..a23479430 100644 --- a/src/IconHPlusMobiledataBadgeOutlined.tsx +++ b/src/IconHPlusMobiledataBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataBadgeOutlined: React.FC = ({ ...props diff --git a/src/IconHPlusMobiledataBadgeOutlinedFilled.tsx b/src/IconHPlusMobiledataBadgeOutlinedFilled.tsx index e27b8941d..fe09812b0 100644 --- a/src/IconHPlusMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconHPlusMobiledataBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHPlusMobiledataBadgeRounded.tsx b/src/IconHPlusMobiledataBadgeRounded.tsx index a8bac8eff..a316eef94 100644 --- a/src/IconHPlusMobiledataBadgeRounded.tsx +++ b/src/IconHPlusMobiledataBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataBadgeRounded: React.FC = ({ ...props diff --git a/src/IconHPlusMobiledataBadgeRoundedFilled.tsx b/src/IconHPlusMobiledataBadgeRoundedFilled.tsx index 421d6b120..31bd889e6 100644 --- a/src/IconHPlusMobiledataBadgeRoundedFilled.tsx +++ b/src/IconHPlusMobiledataBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHPlusMobiledataBadgeSharp.tsx b/src/IconHPlusMobiledataBadgeSharp.tsx index 1ecdd709d..134bdbab3 100644 --- a/src/IconHPlusMobiledataBadgeSharp.tsx +++ b/src/IconHPlusMobiledataBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataBadgeSharp: React.FC = ({ ...props diff --git a/src/IconHPlusMobiledataBadgeSharpFilled.tsx b/src/IconHPlusMobiledataBadgeSharpFilled.tsx index c78847864..5fa372721 100644 --- a/src/IconHPlusMobiledataBadgeSharpFilled.tsx +++ b/src/IconHPlusMobiledataBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/IconHPlusMobiledataOutlined.tsx b/src/IconHPlusMobiledataOutlined.tsx index 87c2f9f9b..541bc785f 100644 --- a/src/IconHPlusMobiledataOutlined.tsx +++ b/src/IconHPlusMobiledataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataOutlined: React.FC = ({ ...props diff --git a/src/IconHPlusMobiledataOutlinedFilled.tsx b/src/IconHPlusMobiledataOutlinedFilled.tsx index ef5e6d7c4..c1c9c472a 100644 --- a/src/IconHPlusMobiledataOutlinedFilled.tsx +++ b/src/IconHPlusMobiledataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHPlusMobiledataRounded.tsx b/src/IconHPlusMobiledataRounded.tsx index b227321d1..eab4850a0 100644 --- a/src/IconHPlusMobiledataRounded.tsx +++ b/src/IconHPlusMobiledataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataRounded: React.FC = ({ ...props diff --git a/src/IconHPlusMobiledataRoundedFilled.tsx b/src/IconHPlusMobiledataRoundedFilled.tsx index be9d8f559..30ec104b8 100644 --- a/src/IconHPlusMobiledataRoundedFilled.tsx +++ b/src/IconHPlusMobiledataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHPlusMobiledataSharp.tsx b/src/IconHPlusMobiledataSharp.tsx index 3bfc4780d..b7706351e 100644 --- a/src/IconHPlusMobiledataSharp.tsx +++ b/src/IconHPlusMobiledataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHPlusMobiledataSharpFilled.tsx b/src/IconHPlusMobiledataSharpFilled.tsx index 4cd2885b1..3399da857 100644 --- a/src/IconHPlusMobiledataSharpFilled.tsx +++ b/src/IconHPlusMobiledataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHPlusMobiledataSharpFilled: React.FC = ({ ...props diff --git a/src/IconHailOutlined.tsx b/src/IconHailOutlined.tsx index b053dbd50..f94e786e2 100644 --- a/src/IconHailOutlined.tsx +++ b/src/IconHailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHailOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHailOutlinedFilled.tsx b/src/IconHailOutlinedFilled.tsx index 306c61a6e..8f162e385 100644 --- a/src/IconHailOutlinedFilled.tsx +++ b/src/IconHailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHailOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHailRounded.tsx b/src/IconHailRounded.tsx index b5fabb173..46b40c490 100644 --- a/src/IconHailRounded.tsx +++ b/src/IconHailRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHailRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHailRoundedFilled.tsx b/src/IconHailRoundedFilled.tsx index 58c4cd5eb..8b3328681 100644 --- a/src/IconHailRoundedFilled.tsx +++ b/src/IconHailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHailRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHailSharp.tsx b/src/IconHailSharp.tsx index 53ccfff22..5a3b60d7c 100644 --- a/src/IconHailSharp.tsx +++ b/src/IconHailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHailSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHailSharpFilled.tsx b/src/IconHailSharpFilled.tsx index c2d10f7d1..150a1182a 100644 --- a/src/IconHailSharpFilled.tsx +++ b/src/IconHailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHailSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHallwayOutlined.tsx b/src/IconHallwayOutlined.tsx index 96bfcd49a..77ec65553 100644 --- a/src/IconHallwayOutlined.tsx +++ b/src/IconHallwayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHallwayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHallwayOutlinedFilled.tsx b/src/IconHallwayOutlinedFilled.tsx index 2989a6456..6bd2e164d 100644 --- a/src/IconHallwayOutlinedFilled.tsx +++ b/src/IconHallwayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHallwayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHallwayRounded.tsx b/src/IconHallwayRounded.tsx index 487bac41d..02d72a7eb 100644 --- a/src/IconHallwayRounded.tsx +++ b/src/IconHallwayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHallwayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHallwayRoundedFilled.tsx b/src/IconHallwayRoundedFilled.tsx index 67c74e12b..7ffd7f402 100644 --- a/src/IconHallwayRoundedFilled.tsx +++ b/src/IconHallwayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHallwayRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHallwaySharp.tsx b/src/IconHallwaySharp.tsx index f1e3ef196..62b372d69 100644 --- a/src/IconHallwaySharp.tsx +++ b/src/IconHallwaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHallwaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHallwaySharpFilled.tsx b/src/IconHallwaySharpFilled.tsx index 3c1a7f68e..a5c77b08b 100644 --- a/src/IconHallwaySharpFilled.tsx +++ b/src/IconHallwaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHallwaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHandBonesOutlined.tsx b/src/IconHandBonesOutlined.tsx index f8b431572..0ec37d3c5 100644 --- a/src/IconHandBonesOutlined.tsx +++ b/src/IconHandBonesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandBonesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHandBonesOutlinedFilled.tsx b/src/IconHandBonesOutlinedFilled.tsx index 59634428e..80c2a6704 100644 --- a/src/IconHandBonesOutlinedFilled.tsx +++ b/src/IconHandBonesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandBonesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHandBonesRounded.tsx b/src/IconHandBonesRounded.tsx index adca0092f..e50c8f053 100644 --- a/src/IconHandBonesRounded.tsx +++ b/src/IconHandBonesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandBonesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHandBonesRoundedFilled.tsx b/src/IconHandBonesRoundedFilled.tsx index 3fc8bb1d6..16a667da5 100644 --- a/src/IconHandBonesRoundedFilled.tsx +++ b/src/IconHandBonesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandBonesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHandBonesSharp.tsx b/src/IconHandBonesSharp.tsx index c8e4d7707..754347d44 100644 --- a/src/IconHandBonesSharp.tsx +++ b/src/IconHandBonesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandBonesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHandBonesSharpFilled.tsx b/src/IconHandBonesSharpFilled.tsx index d2ae9fe2a..d1f24a733 100644 --- a/src/IconHandBonesSharpFilled.tsx +++ b/src/IconHandBonesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandBonesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHandGestureOffOutlined.tsx b/src/IconHandGestureOffOutlined.tsx index fcd2a8fd0..0dd856ad2 100644 --- a/src/IconHandGestureOffOutlined.tsx +++ b/src/IconHandGestureOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureOffOutlined: React.FC = ({ ...props diff --git a/src/IconHandGestureOffOutlinedFilled.tsx b/src/IconHandGestureOffOutlinedFilled.tsx index b77b54770..c7a65b4cc 100644 --- a/src/IconHandGestureOffOutlinedFilled.tsx +++ b/src/IconHandGestureOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHandGestureOffRounded.tsx b/src/IconHandGestureOffRounded.tsx index 9d3470249..8c6cb4c6c 100644 --- a/src/IconHandGestureOffRounded.tsx +++ b/src/IconHandGestureOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureOffRounded: React.FC = ({ ...props diff --git a/src/IconHandGestureOffRoundedFilled.tsx b/src/IconHandGestureOffRoundedFilled.tsx index afad08c5a..5b476b373 100644 --- a/src/IconHandGestureOffRoundedFilled.tsx +++ b/src/IconHandGestureOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHandGestureOffSharp.tsx b/src/IconHandGestureOffSharp.tsx index 89aa77bf6..f66acff6f 100644 --- a/src/IconHandGestureOffSharp.tsx +++ b/src/IconHandGestureOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHandGestureOffSharpFilled.tsx b/src/IconHandGestureOffSharpFilled.tsx index 43085db8b..2a2ef287e 100644 --- a/src/IconHandGestureOffSharpFilled.tsx +++ b/src/IconHandGestureOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconHandGestureOutlined.tsx b/src/IconHandGestureOutlined.tsx index ede84bd67..abf75cc12 100644 --- a/src/IconHandGestureOutlined.tsx +++ b/src/IconHandGestureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHandGestureOutlinedFilled.tsx b/src/IconHandGestureOutlinedFilled.tsx index e2aa54672..b7f724a9b 100644 --- a/src/IconHandGestureOutlinedFilled.tsx +++ b/src/IconHandGestureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHandGestureRounded.tsx b/src/IconHandGestureRounded.tsx index bfadfa315..6595fb6e1 100644 --- a/src/IconHandGestureRounded.tsx +++ b/src/IconHandGestureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHandGestureRoundedFilled.tsx b/src/IconHandGestureRoundedFilled.tsx index 6015c65d0..647764ef9 100644 --- a/src/IconHandGestureRoundedFilled.tsx +++ b/src/IconHandGestureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHandGestureSharp.tsx b/src/IconHandGestureSharp.tsx index 522e07e78..3d6a13e2a 100644 --- a/src/IconHandGestureSharp.tsx +++ b/src/IconHandGestureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHandGestureSharpFilled.tsx b/src/IconHandGestureSharpFilled.tsx index 9bf50e506..e3843d1f9 100644 --- a/src/IconHandGestureSharpFilled.tsx +++ b/src/IconHandGestureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandGestureSharpFilled: React.FC = ({ ...props diff --git a/src/IconHandheldControllerOutlined.tsx b/src/IconHandheldControllerOutlined.tsx index 1abee8e39..a5015e711 100644 --- a/src/IconHandheldControllerOutlined.tsx +++ b/src/IconHandheldControllerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandheldControllerOutlined: React.FC = ({ ...props diff --git a/src/IconHandheldControllerOutlinedFilled.tsx b/src/IconHandheldControllerOutlinedFilled.tsx index e0a79360a..3d45dfe62 100644 --- a/src/IconHandheldControllerOutlinedFilled.tsx +++ b/src/IconHandheldControllerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandheldControllerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHandheldControllerRounded.tsx b/src/IconHandheldControllerRounded.tsx index 774aa5c01..e6b2926c0 100644 --- a/src/IconHandheldControllerRounded.tsx +++ b/src/IconHandheldControllerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandheldControllerRounded: React.FC = ({ ...props diff --git a/src/IconHandheldControllerRoundedFilled.tsx b/src/IconHandheldControllerRoundedFilled.tsx index ff7cf6bb5..3e408c4c4 100644 --- a/src/IconHandheldControllerRoundedFilled.tsx +++ b/src/IconHandheldControllerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandheldControllerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHandheldControllerSharp.tsx b/src/IconHandheldControllerSharp.tsx index c7c56ab86..56f33af24 100644 --- a/src/IconHandheldControllerSharp.tsx +++ b/src/IconHandheldControllerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandheldControllerSharp: React.FC = ({ ...props diff --git a/src/IconHandheldControllerSharpFilled.tsx b/src/IconHandheldControllerSharpFilled.tsx index 2be67bbf4..0432c8a2e 100644 --- a/src/IconHandheldControllerSharpFilled.tsx +++ b/src/IconHandheldControllerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandheldControllerSharpFilled: React.FC = ({ ...props diff --git a/src/IconHandshakeOutlined.tsx b/src/IconHandshakeOutlined.tsx index c3c09e801..75a716309 100644 --- a/src/IconHandshakeOutlined.tsx +++ b/src/IconHandshakeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandshakeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHandshakeOutlinedFilled.tsx b/src/IconHandshakeOutlinedFilled.tsx index 797e36950..70c10a9e3 100644 --- a/src/IconHandshakeOutlinedFilled.tsx +++ b/src/IconHandshakeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandshakeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHandshakeRounded.tsx b/src/IconHandshakeRounded.tsx index f8fbebcab..4e56e140a 100644 --- a/src/IconHandshakeRounded.tsx +++ b/src/IconHandshakeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandshakeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHandshakeRoundedFilled.tsx b/src/IconHandshakeRoundedFilled.tsx index 9d04921cf..fe202f9b4 100644 --- a/src/IconHandshakeRoundedFilled.tsx +++ b/src/IconHandshakeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandshakeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHandshakeSharp.tsx b/src/IconHandshakeSharp.tsx index 302a0bd39..cf4448e67 100644 --- a/src/IconHandshakeSharp.tsx +++ b/src/IconHandshakeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandshakeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHandshakeSharpFilled.tsx b/src/IconHandshakeSharpFilled.tsx index 7319c5f65..f56015e4a 100644 --- a/src/IconHandshakeSharpFilled.tsx +++ b/src/IconHandshakeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandshakeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHandymanOutlined.tsx b/src/IconHandymanOutlined.tsx index 50d4b7615..008b409a2 100644 --- a/src/IconHandymanOutlined.tsx +++ b/src/IconHandymanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandymanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHandymanOutlinedFilled.tsx b/src/IconHandymanOutlinedFilled.tsx index a79b482d0..b811d32fb 100644 --- a/src/IconHandymanOutlinedFilled.tsx +++ b/src/IconHandymanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandymanOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHandymanRounded.tsx b/src/IconHandymanRounded.tsx index d94b01402..bae188ade 100644 --- a/src/IconHandymanRounded.tsx +++ b/src/IconHandymanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandymanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHandymanRoundedFilled.tsx b/src/IconHandymanRoundedFilled.tsx index 0e118dd4f..c032c9fdf 100644 --- a/src/IconHandymanRoundedFilled.tsx +++ b/src/IconHandymanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandymanRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHandymanSharp.tsx b/src/IconHandymanSharp.tsx index e492e1b62..5e05a54ec 100644 --- a/src/IconHandymanSharp.tsx +++ b/src/IconHandymanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandymanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHandymanSharpFilled.tsx b/src/IconHandymanSharpFilled.tsx index 583f474fc..c807011ba 100644 --- a/src/IconHandymanSharpFilled.tsx +++ b/src/IconHandymanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHandymanSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHangoutVideoOffOutlined.tsx b/src/IconHangoutVideoOffOutlined.tsx index d08c1c026..c3ef6e649 100644 --- a/src/IconHangoutVideoOffOutlined.tsx +++ b/src/IconHangoutVideoOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoOffOutlined: React.FC = ({ ...props diff --git a/src/IconHangoutVideoOffOutlinedFilled.tsx b/src/IconHangoutVideoOffOutlinedFilled.tsx index 461eeb29e..88d2e0801 100644 --- a/src/IconHangoutVideoOffOutlinedFilled.tsx +++ b/src/IconHangoutVideoOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHangoutVideoOffRounded.tsx b/src/IconHangoutVideoOffRounded.tsx index 5bf415e7c..2e8a5414b 100644 --- a/src/IconHangoutVideoOffRounded.tsx +++ b/src/IconHangoutVideoOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoOffRounded: React.FC = ({ ...props diff --git a/src/IconHangoutVideoOffRoundedFilled.tsx b/src/IconHangoutVideoOffRoundedFilled.tsx index b111ea0dc..8a2cf2035 100644 --- a/src/IconHangoutVideoOffRoundedFilled.tsx +++ b/src/IconHangoutVideoOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHangoutVideoOffSharp.tsx b/src/IconHangoutVideoOffSharp.tsx index f8d3a42a2..f97ea9c14 100644 --- a/src/IconHangoutVideoOffSharp.tsx +++ b/src/IconHangoutVideoOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHangoutVideoOffSharpFilled.tsx b/src/IconHangoutVideoOffSharpFilled.tsx index 66fb4c912..d89d9e1bc 100644 --- a/src/IconHangoutVideoOffSharpFilled.tsx +++ b/src/IconHangoutVideoOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconHangoutVideoOutlined.tsx b/src/IconHangoutVideoOutlined.tsx index aad0ab122..82b83cead 100644 --- a/src/IconHangoutVideoOutlined.tsx +++ b/src/IconHangoutVideoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHangoutVideoOutlinedFilled.tsx b/src/IconHangoutVideoOutlinedFilled.tsx index 9d441f2b8..10ebf5e6a 100644 --- a/src/IconHangoutVideoOutlinedFilled.tsx +++ b/src/IconHangoutVideoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHangoutVideoRounded.tsx b/src/IconHangoutVideoRounded.tsx index d0d4a39db..071a6f740 100644 --- a/src/IconHangoutVideoRounded.tsx +++ b/src/IconHangoutVideoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHangoutVideoRoundedFilled.tsx b/src/IconHangoutVideoRoundedFilled.tsx index fa03f62bb..d75f264b9 100644 --- a/src/IconHangoutVideoRoundedFilled.tsx +++ b/src/IconHangoutVideoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHangoutVideoSharp.tsx b/src/IconHangoutVideoSharp.tsx index 765ae83a3..48139e3e0 100644 --- a/src/IconHangoutVideoSharp.tsx +++ b/src/IconHangoutVideoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHangoutVideoSharpFilled.tsx b/src/IconHangoutVideoSharpFilled.tsx index 91d9add49..51131a06c 100644 --- a/src/IconHangoutVideoSharpFilled.tsx +++ b/src/IconHangoutVideoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHangoutVideoSharpFilled: React.FC = ({ ...props diff --git a/src/IconHardDiskOutlined.tsx b/src/IconHardDiskOutlined.tsx index 4859a2585..ae121349f 100644 --- a/src/IconHardDiskOutlined.tsx +++ b/src/IconHardDiskOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDiskOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHardDiskOutlinedFilled.tsx b/src/IconHardDiskOutlinedFilled.tsx index e45d230d5..3a4c2d6da 100644 --- a/src/IconHardDiskOutlinedFilled.tsx +++ b/src/IconHardDiskOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDiskOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHardDiskRounded.tsx b/src/IconHardDiskRounded.tsx index 9458dc156..56f23143e 100644 --- a/src/IconHardDiskRounded.tsx +++ b/src/IconHardDiskRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDiskRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHardDiskRoundedFilled.tsx b/src/IconHardDiskRoundedFilled.tsx index 7bcbc6bbc..689ee2020 100644 --- a/src/IconHardDiskRoundedFilled.tsx +++ b/src/IconHardDiskRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDiskRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHardDiskSharp.tsx b/src/IconHardDiskSharp.tsx index 3ef2b8cca..ff462093b 100644 --- a/src/IconHardDiskSharp.tsx +++ b/src/IconHardDiskSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDiskSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHardDiskSharpFilled.tsx b/src/IconHardDiskSharpFilled.tsx index ea2aec841..9088a9a35 100644 --- a/src/IconHardDiskSharpFilled.tsx +++ b/src/IconHardDiskSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDiskSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHardDrive2Outlined.tsx b/src/IconHardDrive2Outlined.tsx index 7cae2bb9a..087338906 100644 --- a/src/IconHardDrive2Outlined.tsx +++ b/src/IconHardDrive2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDrive2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHardDrive2OutlinedFilled.tsx b/src/IconHardDrive2OutlinedFilled.tsx index 165b5d360..c3b71847c 100644 --- a/src/IconHardDrive2OutlinedFilled.tsx +++ b/src/IconHardDrive2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDrive2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHardDrive2Rounded.tsx b/src/IconHardDrive2Rounded.tsx index 3e5c5041c..059d91428 100644 --- a/src/IconHardDrive2Rounded.tsx +++ b/src/IconHardDrive2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDrive2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHardDrive2RoundedFilled.tsx b/src/IconHardDrive2RoundedFilled.tsx index daac4a5fa..f3c1c550c 100644 --- a/src/IconHardDrive2RoundedFilled.tsx +++ b/src/IconHardDrive2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDrive2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconHardDrive2Sharp.tsx b/src/IconHardDrive2Sharp.tsx index 6ddbc2ac4..05c151ade 100644 --- a/src/IconHardDrive2Sharp.tsx +++ b/src/IconHardDrive2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDrive2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHardDrive2SharpFilled.tsx b/src/IconHardDrive2SharpFilled.tsx index 48d6bc345..a9917a752 100644 --- a/src/IconHardDrive2SharpFilled.tsx +++ b/src/IconHardDrive2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDrive2SharpFilled: React.FC = ({ ...props diff --git a/src/IconHardDriveOutlined.tsx b/src/IconHardDriveOutlined.tsx index 3e525a648..c96f5750c 100644 --- a/src/IconHardDriveOutlined.tsx +++ b/src/IconHardDriveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDriveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHardDriveOutlinedFilled.tsx b/src/IconHardDriveOutlinedFilled.tsx index 49ef55215..c2e7aabd9 100644 --- a/src/IconHardDriveOutlinedFilled.tsx +++ b/src/IconHardDriveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDriveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHardDriveRounded.tsx b/src/IconHardDriveRounded.tsx index 90ffa0ec8..97daa7959 100644 --- a/src/IconHardDriveRounded.tsx +++ b/src/IconHardDriveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDriveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHardDriveRoundedFilled.tsx b/src/IconHardDriveRoundedFilled.tsx index 884c7066a..140e756ac 100644 --- a/src/IconHardDriveRoundedFilled.tsx +++ b/src/IconHardDriveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDriveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHardDriveSharp.tsx b/src/IconHardDriveSharp.tsx index d4f99551d..8110b74fc 100644 --- a/src/IconHardDriveSharp.tsx +++ b/src/IconHardDriveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDriveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHardDriveSharpFilled.tsx b/src/IconHardDriveSharpFilled.tsx index 1e9f831a6..b1a085aa7 100644 --- a/src/IconHardDriveSharpFilled.tsx +++ b/src/IconHardDriveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardDriveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHardwareOutlined.tsx b/src/IconHardwareOutlined.tsx index 94a7669c0..2c5f5c675 100644 --- a/src/IconHardwareOutlined.tsx +++ b/src/IconHardwareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardwareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHardwareOutlinedFilled.tsx b/src/IconHardwareOutlinedFilled.tsx index d00d8b708..614f1be62 100644 --- a/src/IconHardwareOutlinedFilled.tsx +++ b/src/IconHardwareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardwareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHardwareRounded.tsx b/src/IconHardwareRounded.tsx index cdb3b86b4..c0592eff3 100644 --- a/src/IconHardwareRounded.tsx +++ b/src/IconHardwareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardwareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHardwareRoundedFilled.tsx b/src/IconHardwareRoundedFilled.tsx index b9dc7a877..190f4bf69 100644 --- a/src/IconHardwareRoundedFilled.tsx +++ b/src/IconHardwareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardwareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHardwareSharp.tsx b/src/IconHardwareSharp.tsx index 543372038..2b41dba27 100644 --- a/src/IconHardwareSharp.tsx +++ b/src/IconHardwareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardwareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHardwareSharpFilled.tsx b/src/IconHardwareSharpFilled.tsx index a614fc17c..666dcca39 100644 --- a/src/IconHardwareSharpFilled.tsx +++ b/src/IconHardwareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHardwareSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdOutlined.tsx b/src/IconHdOutlined.tsx index 445c5914b..ed5f0b001 100644 --- a/src/IconHdOutlined.tsx +++ b/src/IconHdOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHdOutlinedFilled.tsx b/src/IconHdOutlinedFilled.tsx index f716e1bdf..7c7ffc311 100644 --- a/src/IconHdOutlinedFilled.tsx +++ b/src/IconHdOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdRounded.tsx b/src/IconHdRounded.tsx index dabceb736..cbf301a6e 100644 --- a/src/IconHdRounded.tsx +++ b/src/IconHdRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHdRoundedFilled.tsx b/src/IconHdRoundedFilled.tsx index 644173afa..c25da06f3 100644 --- a/src/IconHdRoundedFilled.tsx +++ b/src/IconHdRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdSharp.tsx b/src/IconHdSharp.tsx index 71960c9e5..a35ecd2c7 100644 --- a/src/IconHdSharp.tsx +++ b/src/IconHdSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHdSharpFilled.tsx b/src/IconHdSharpFilled.tsx index 4e13b3bda..1ec0fa4e4 100644 --- a/src/IconHdSharpFilled.tsx +++ b/src/IconHdSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrAutoOutlined.tsx b/src/IconHdrAutoOutlined.tsx index 6c33db0e0..b926f8447 100644 --- a/src/IconHdrAutoOutlined.tsx +++ b/src/IconHdrAutoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrAutoOutlinedFilled.tsx b/src/IconHdrAutoOutlinedFilled.tsx index 0dc42deb2..ac1496466 100644 --- a/src/IconHdrAutoOutlinedFilled.tsx +++ b/src/IconHdrAutoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHdrAutoRounded.tsx b/src/IconHdrAutoRounded.tsx index 210806780..7c5d62bce 100644 --- a/src/IconHdrAutoRounded.tsx +++ b/src/IconHdrAutoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrAutoRoundedFilled.tsx b/src/IconHdrAutoRoundedFilled.tsx index 105c68c0b..3020cde19 100644 --- a/src/IconHdrAutoRoundedFilled.tsx +++ b/src/IconHdrAutoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrAutoSelectOutlined.tsx b/src/IconHdrAutoSelectOutlined.tsx index 8ee9fa959..e364abcc9 100644 --- a/src/IconHdrAutoSelectOutlined.tsx +++ b/src/IconHdrAutoSelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoSelectOutlined: React.FC = ({ ...props diff --git a/src/IconHdrAutoSelectOutlinedFilled.tsx b/src/IconHdrAutoSelectOutlinedFilled.tsx index 0ac5b8d72..98723a2b3 100644 --- a/src/IconHdrAutoSelectOutlinedFilled.tsx +++ b/src/IconHdrAutoSelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoSelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHdrAutoSelectRounded.tsx b/src/IconHdrAutoSelectRounded.tsx index 46c7483f3..d3286ef70 100644 --- a/src/IconHdrAutoSelectRounded.tsx +++ b/src/IconHdrAutoSelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoSelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrAutoSelectRoundedFilled.tsx b/src/IconHdrAutoSelectRoundedFilled.tsx index 57813817a..201c0aecd 100644 --- a/src/IconHdrAutoSelectRoundedFilled.tsx +++ b/src/IconHdrAutoSelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoSelectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHdrAutoSelectSharp.tsx b/src/IconHdrAutoSelectSharp.tsx index ed04c42f6..fff459fcf 100644 --- a/src/IconHdrAutoSelectSharp.tsx +++ b/src/IconHdrAutoSelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoSelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrAutoSelectSharpFilled.tsx b/src/IconHdrAutoSelectSharpFilled.tsx index c8963b6b5..3d262e85e 100644 --- a/src/IconHdrAutoSelectSharpFilled.tsx +++ b/src/IconHdrAutoSelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoSelectSharpFilled: React.FC = ({ ...props diff --git a/src/IconHdrAutoSharp.tsx b/src/IconHdrAutoSharp.tsx index 4039aada5..a94a08f1c 100644 --- a/src/IconHdrAutoSharp.tsx +++ b/src/IconHdrAutoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrAutoSharpFilled.tsx b/src/IconHdrAutoSharpFilled.tsx index a30804510..0b5fc75c2 100644 --- a/src/IconHdrAutoSharpFilled.tsx +++ b/src/IconHdrAutoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrAutoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrEnhancedSelectOutlined.tsx b/src/IconHdrEnhancedSelectOutlined.tsx index 89bc91af0..2adec342f 100644 --- a/src/IconHdrEnhancedSelectOutlined.tsx +++ b/src/IconHdrEnhancedSelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrEnhancedSelectOutlined: React.FC = ({ ...props diff --git a/src/IconHdrEnhancedSelectOutlinedFilled.tsx b/src/IconHdrEnhancedSelectOutlinedFilled.tsx index c98c19246..710ab37f6 100644 --- a/src/IconHdrEnhancedSelectOutlinedFilled.tsx +++ b/src/IconHdrEnhancedSelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrEnhancedSelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHdrEnhancedSelectRounded.tsx b/src/IconHdrEnhancedSelectRounded.tsx index c86162a34..045adfd43 100644 --- a/src/IconHdrEnhancedSelectRounded.tsx +++ b/src/IconHdrEnhancedSelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrEnhancedSelectRounded: React.FC = ({ ...props diff --git a/src/IconHdrEnhancedSelectRoundedFilled.tsx b/src/IconHdrEnhancedSelectRoundedFilled.tsx index 11f8b90bb..038304d1c 100644 --- a/src/IconHdrEnhancedSelectRoundedFilled.tsx +++ b/src/IconHdrEnhancedSelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrEnhancedSelectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHdrEnhancedSelectSharp.tsx b/src/IconHdrEnhancedSelectSharp.tsx index 4f97a4c61..509486a7b 100644 --- a/src/IconHdrEnhancedSelectSharp.tsx +++ b/src/IconHdrEnhancedSelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrEnhancedSelectSharp: React.FC = ({ ...props diff --git a/src/IconHdrEnhancedSelectSharpFilled.tsx b/src/IconHdrEnhancedSelectSharpFilled.tsx index 31be71103..715f8cf50 100644 --- a/src/IconHdrEnhancedSelectSharpFilled.tsx +++ b/src/IconHdrEnhancedSelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrEnhancedSelectSharpFilled: React.FC = ({ ...props diff --git a/src/IconHdrOffOutlined.tsx b/src/IconHdrOffOutlined.tsx index 78af8c9d8..0364b120b 100644 --- a/src/IconHdrOffOutlined.tsx +++ b/src/IconHdrOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOffOutlinedFilled.tsx b/src/IconHdrOffOutlinedFilled.tsx index 9354891f2..81317fe21 100644 --- a/src/IconHdrOffOutlinedFilled.tsx +++ b/src/IconHdrOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOffRounded.tsx b/src/IconHdrOffRounded.tsx index ad02e37b6..8423882da 100644 --- a/src/IconHdrOffRounded.tsx +++ b/src/IconHdrOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOffRoundedFilled.tsx b/src/IconHdrOffRoundedFilled.tsx index b73094f77..1d513d950 100644 --- a/src/IconHdrOffRoundedFilled.tsx +++ b/src/IconHdrOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOffSelectOutlined.tsx b/src/IconHdrOffSelectOutlined.tsx index 67f5c9e35..7eb2d5fff 100644 --- a/src/IconHdrOffSelectOutlined.tsx +++ b/src/IconHdrOffSelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffSelectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOffSelectOutlinedFilled.tsx b/src/IconHdrOffSelectOutlinedFilled.tsx index 38e5670bb..7df8a1149 100644 --- a/src/IconHdrOffSelectOutlinedFilled.tsx +++ b/src/IconHdrOffSelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffSelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHdrOffSelectRounded.tsx b/src/IconHdrOffSelectRounded.tsx index 9cd9a3c1d..dcef29409 100644 --- a/src/IconHdrOffSelectRounded.tsx +++ b/src/IconHdrOffSelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffSelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOffSelectRoundedFilled.tsx b/src/IconHdrOffSelectRoundedFilled.tsx index 10a374720..2b4530874 100644 --- a/src/IconHdrOffSelectRoundedFilled.tsx +++ b/src/IconHdrOffSelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffSelectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHdrOffSelectSharp.tsx b/src/IconHdrOffSelectSharp.tsx index 1082064f9..457add777 100644 --- a/src/IconHdrOffSelectSharp.tsx +++ b/src/IconHdrOffSelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffSelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOffSelectSharpFilled.tsx b/src/IconHdrOffSelectSharpFilled.tsx index ed936d992..341fe3dd3 100644 --- a/src/IconHdrOffSelectSharpFilled.tsx +++ b/src/IconHdrOffSelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffSelectSharpFilled: React.FC = ({ ...props diff --git a/src/IconHdrOffSharp.tsx b/src/IconHdrOffSharp.tsx index f1d3b95ce..1f3662143 100644 --- a/src/IconHdrOffSharp.tsx +++ b/src/IconHdrOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOffSharpFilled.tsx b/src/IconHdrOffSharpFilled.tsx index 241b27393..02e2334c4 100644 --- a/src/IconHdrOffSharpFilled.tsx +++ b/src/IconHdrOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOnOutlined.tsx b/src/IconHdrOnOutlined.tsx index 0e9632117..f3dc1cf38 100644 --- a/src/IconHdrOnOutlined.tsx +++ b/src/IconHdrOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOnOutlinedFilled.tsx b/src/IconHdrOnOutlinedFilled.tsx index f3c5543f7..53b2a48f1 100644 --- a/src/IconHdrOnOutlinedFilled.tsx +++ b/src/IconHdrOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOnRounded.tsx b/src/IconHdrOnRounded.tsx index 0da90f5a1..c396ffbe7 100644 --- a/src/IconHdrOnRounded.tsx +++ b/src/IconHdrOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOnRoundedFilled.tsx b/src/IconHdrOnRoundedFilled.tsx index 3017e387e..712540e41 100644 --- a/src/IconHdrOnRoundedFilled.tsx +++ b/src/IconHdrOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOnSelectOutlined.tsx b/src/IconHdrOnSelectOutlined.tsx index c44918377..de40acef3 100644 --- a/src/IconHdrOnSelectOutlined.tsx +++ b/src/IconHdrOnSelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnSelectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOnSelectOutlinedFilled.tsx b/src/IconHdrOnSelectOutlinedFilled.tsx index 7747d1434..1f17f155d 100644 --- a/src/IconHdrOnSelectOutlinedFilled.tsx +++ b/src/IconHdrOnSelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnSelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHdrOnSelectRounded.tsx b/src/IconHdrOnSelectRounded.tsx index edd7d40e3..3f9294986 100644 --- a/src/IconHdrOnSelectRounded.tsx +++ b/src/IconHdrOnSelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnSelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOnSelectRoundedFilled.tsx b/src/IconHdrOnSelectRoundedFilled.tsx index fea5dec59..22861edb2 100644 --- a/src/IconHdrOnSelectRoundedFilled.tsx +++ b/src/IconHdrOnSelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnSelectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHdrOnSelectSharp.tsx b/src/IconHdrOnSelectSharp.tsx index 7fe1ba0c1..3426dcfd7 100644 --- a/src/IconHdrOnSelectSharp.tsx +++ b/src/IconHdrOnSelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnSelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOnSelectSharpFilled.tsx b/src/IconHdrOnSelectSharpFilled.tsx index 7622b1880..957807cf1 100644 --- a/src/IconHdrOnSelectSharpFilled.tsx +++ b/src/IconHdrOnSelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnSelectSharpFilled: React.FC = ({ ...props diff --git a/src/IconHdrOnSharp.tsx b/src/IconHdrOnSharp.tsx index c3a46f9e1..5e48ff501 100644 --- a/src/IconHdrOnSharp.tsx +++ b/src/IconHdrOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrOnSharpFilled.tsx b/src/IconHdrOnSharpFilled.tsx index 417919336..8c8b572ef 100644 --- a/src/IconHdrOnSharpFilled.tsx +++ b/src/IconHdrOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrPlusOffOutlined.tsx b/src/IconHdrPlusOffOutlined.tsx index 6034c1eac..44d935f1e 100644 --- a/src/IconHdrPlusOffOutlined.tsx +++ b/src/IconHdrPlusOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrPlusOffOutlinedFilled.tsx b/src/IconHdrPlusOffOutlinedFilled.tsx index 3c715c798..28d3431f2 100644 --- a/src/IconHdrPlusOffOutlinedFilled.tsx +++ b/src/IconHdrPlusOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHdrPlusOffRounded.tsx b/src/IconHdrPlusOffRounded.tsx index 7767ab57b..9e8471157 100644 --- a/src/IconHdrPlusOffRounded.tsx +++ b/src/IconHdrPlusOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrPlusOffRoundedFilled.tsx b/src/IconHdrPlusOffRoundedFilled.tsx index 181fdc820..3b968999b 100644 --- a/src/IconHdrPlusOffRoundedFilled.tsx +++ b/src/IconHdrPlusOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHdrPlusOffSharp.tsx b/src/IconHdrPlusOffSharp.tsx index ac93ec1c6..593735040 100644 --- a/src/IconHdrPlusOffSharp.tsx +++ b/src/IconHdrPlusOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrPlusOffSharpFilled.tsx b/src/IconHdrPlusOffSharpFilled.tsx index aa9e35421..4fedf7a79 100644 --- a/src/IconHdrPlusOffSharpFilled.tsx +++ b/src/IconHdrPlusOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconHdrPlusOutlined.tsx b/src/IconHdrPlusOutlined.tsx index d0244f72c..9cf8022f9 100644 --- a/src/IconHdrPlusOutlined.tsx +++ b/src/IconHdrPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrPlusOutlinedFilled.tsx b/src/IconHdrPlusOutlinedFilled.tsx index 38b8d82aa..b2a4d80d5 100644 --- a/src/IconHdrPlusOutlinedFilled.tsx +++ b/src/IconHdrPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHdrPlusRounded.tsx b/src/IconHdrPlusRounded.tsx index 313da6b3a..a9bc15b5d 100644 --- a/src/IconHdrPlusRounded.tsx +++ b/src/IconHdrPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrPlusRoundedFilled.tsx b/src/IconHdrPlusRoundedFilled.tsx index d9b2dca56..e9ec6b807 100644 --- a/src/IconHdrPlusRoundedFilled.tsx +++ b/src/IconHdrPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrPlusSharp.tsx b/src/IconHdrPlusSharp.tsx index bf27aa8a9..bde8bf15c 100644 --- a/src/IconHdrPlusSharp.tsx +++ b/src/IconHdrPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrPlusSharpFilled.tsx b/src/IconHdrPlusSharpFilled.tsx index 578bfabf2..909ba7de0 100644 --- a/src/IconHdrPlusSharpFilled.tsx +++ b/src/IconHdrPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrPlusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrStrongOutlined.tsx b/src/IconHdrStrongOutlined.tsx index 6020b2848..e9d233665 100644 --- a/src/IconHdrStrongOutlined.tsx +++ b/src/IconHdrStrongOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrStrongOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrStrongOutlinedFilled.tsx b/src/IconHdrStrongOutlinedFilled.tsx index b175abc5f..c8f29331f 100644 --- a/src/IconHdrStrongOutlinedFilled.tsx +++ b/src/IconHdrStrongOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrStrongOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHdrStrongRounded.tsx b/src/IconHdrStrongRounded.tsx index b86f47d5e..85925960d 100644 --- a/src/IconHdrStrongRounded.tsx +++ b/src/IconHdrStrongRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrStrongRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrStrongRoundedFilled.tsx b/src/IconHdrStrongRoundedFilled.tsx index ccec7b307..b0ae4858e 100644 --- a/src/IconHdrStrongRoundedFilled.tsx +++ b/src/IconHdrStrongRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrStrongRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHdrStrongSharp.tsx b/src/IconHdrStrongSharp.tsx index 73d56e612..412fbb34c 100644 --- a/src/IconHdrStrongSharp.tsx +++ b/src/IconHdrStrongSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrStrongSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrStrongSharpFilled.tsx b/src/IconHdrStrongSharpFilled.tsx index 03f2b32e8..456e52490 100644 --- a/src/IconHdrStrongSharpFilled.tsx +++ b/src/IconHdrStrongSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrStrongSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrWeakOutlined.tsx b/src/IconHdrWeakOutlined.tsx index 79fca7465..228150a44 100644 --- a/src/IconHdrWeakOutlined.tsx +++ b/src/IconHdrWeakOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrWeakOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrWeakOutlinedFilled.tsx b/src/IconHdrWeakOutlinedFilled.tsx index 9359f7cfa..6a07a76e4 100644 --- a/src/IconHdrWeakOutlinedFilled.tsx +++ b/src/IconHdrWeakOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrWeakOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHdrWeakRounded.tsx b/src/IconHdrWeakRounded.tsx index b61d2a269..5960b7825 100644 --- a/src/IconHdrWeakRounded.tsx +++ b/src/IconHdrWeakRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrWeakRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrWeakRoundedFilled.tsx b/src/IconHdrWeakRoundedFilled.tsx index 993a29e6e..9e215c58b 100644 --- a/src/IconHdrWeakRoundedFilled.tsx +++ b/src/IconHdrWeakRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrWeakRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrWeakSharp.tsx b/src/IconHdrWeakSharp.tsx index edb0c6846..be348a9b4 100644 --- a/src/IconHdrWeakSharp.tsx +++ b/src/IconHdrWeakSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrWeakSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHdrWeakSharpFilled.tsx b/src/IconHdrWeakSharpFilled.tsx index 282ac348a..aff427d4a 100644 --- a/src/IconHdrWeakSharpFilled.tsx +++ b/src/IconHdrWeakSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHdrWeakSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHeadMountedDeviceOutlined.tsx b/src/IconHeadMountedDeviceOutlined.tsx index fd1a5fc20..aad898400 100644 --- a/src/IconHeadMountedDeviceOutlined.tsx +++ b/src/IconHeadMountedDeviceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadMountedDeviceOutlined: React.FC = ({ ...props diff --git a/src/IconHeadMountedDeviceOutlinedFilled.tsx b/src/IconHeadMountedDeviceOutlinedFilled.tsx index 93a3d46b8..55fedc2f8 100644 --- a/src/IconHeadMountedDeviceOutlinedFilled.tsx +++ b/src/IconHeadMountedDeviceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadMountedDeviceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeadMountedDeviceRounded.tsx b/src/IconHeadMountedDeviceRounded.tsx index 4f17d3e81..7e129ce49 100644 --- a/src/IconHeadMountedDeviceRounded.tsx +++ b/src/IconHeadMountedDeviceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadMountedDeviceRounded: React.FC = ({ ...props diff --git a/src/IconHeadMountedDeviceRoundedFilled.tsx b/src/IconHeadMountedDeviceRoundedFilled.tsx index ca1b7fb35..7c63e041b 100644 --- a/src/IconHeadMountedDeviceRoundedFilled.tsx +++ b/src/IconHeadMountedDeviceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadMountedDeviceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeadMountedDeviceSharp.tsx b/src/IconHeadMountedDeviceSharp.tsx index f0a2b147b..84213e9d1 100644 --- a/src/IconHeadMountedDeviceSharp.tsx +++ b/src/IconHeadMountedDeviceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadMountedDeviceSharp: React.FC = ({ ...props diff --git a/src/IconHeadMountedDeviceSharpFilled.tsx b/src/IconHeadMountedDeviceSharpFilled.tsx index 19a9c2896..256d997c5 100644 --- a/src/IconHeadMountedDeviceSharpFilled.tsx +++ b/src/IconHeadMountedDeviceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadMountedDeviceSharpFilled: React.FC = ({ ...props diff --git a/src/IconHeadphonesBatteryOutlined.tsx b/src/IconHeadphonesBatteryOutlined.tsx index 4aa686c83..bd98ba06d 100644 --- a/src/IconHeadphonesBatteryOutlined.tsx +++ b/src/IconHeadphonesBatteryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesBatteryOutlined: React.FC = ({ ...props diff --git a/src/IconHeadphonesBatteryOutlinedFilled.tsx b/src/IconHeadphonesBatteryOutlinedFilled.tsx index 36a3cebb1..55aa9d96a 100644 --- a/src/IconHeadphonesBatteryOutlinedFilled.tsx +++ b/src/IconHeadphonesBatteryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesBatteryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeadphonesBatteryRounded.tsx b/src/IconHeadphonesBatteryRounded.tsx index beba31f02..41f679df8 100644 --- a/src/IconHeadphonesBatteryRounded.tsx +++ b/src/IconHeadphonesBatteryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesBatteryRounded: React.FC = ({ ...props diff --git a/src/IconHeadphonesBatteryRoundedFilled.tsx b/src/IconHeadphonesBatteryRoundedFilled.tsx index 38dac32cd..f73792e67 100644 --- a/src/IconHeadphonesBatteryRoundedFilled.tsx +++ b/src/IconHeadphonesBatteryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesBatteryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeadphonesBatterySharp.tsx b/src/IconHeadphonesBatterySharp.tsx index 5a483e4ec..c780ecfb0 100644 --- a/src/IconHeadphonesBatterySharp.tsx +++ b/src/IconHeadphonesBatterySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesBatterySharp: React.FC = ({ ...props diff --git a/src/IconHeadphonesBatterySharpFilled.tsx b/src/IconHeadphonesBatterySharpFilled.tsx index a0f59c025..b6b51fe37 100644 --- a/src/IconHeadphonesBatterySharpFilled.tsx +++ b/src/IconHeadphonesBatterySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesBatterySharpFilled: React.FC = ({ ...props diff --git a/src/IconHeadphonesOutlined.tsx b/src/IconHeadphonesOutlined.tsx index 819413dad..cdec140b0 100644 --- a/src/IconHeadphonesOutlined.tsx +++ b/src/IconHeadphonesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHeadphonesOutlinedFilled.tsx b/src/IconHeadphonesOutlinedFilled.tsx index e40193fab..7b86d469b 100644 --- a/src/IconHeadphonesOutlinedFilled.tsx +++ b/src/IconHeadphonesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeadphonesRounded.tsx b/src/IconHeadphonesRounded.tsx index 9defce2f4..bc0e77b66 100644 --- a/src/IconHeadphonesRounded.tsx +++ b/src/IconHeadphonesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHeadphonesRoundedFilled.tsx b/src/IconHeadphonesRoundedFilled.tsx index 78278454b..2b0a6c763 100644 --- a/src/IconHeadphonesRoundedFilled.tsx +++ b/src/IconHeadphonesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeadphonesSharp.tsx b/src/IconHeadphonesSharp.tsx index 1cae9723c..332c0102e 100644 --- a/src/IconHeadphonesSharp.tsx +++ b/src/IconHeadphonesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHeadphonesSharpFilled.tsx b/src/IconHeadphonesSharpFilled.tsx index c93a3917c..91c9c3186 100644 --- a/src/IconHeadphonesSharpFilled.tsx +++ b/src/IconHeadphonesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadphonesSharpFilled: React.FC = ({ ...props diff --git a/src/IconHeadsetMicOutlined.tsx b/src/IconHeadsetMicOutlined.tsx index 993fa8472..220e76c1f 100644 --- a/src/IconHeadsetMicOutlined.tsx +++ b/src/IconHeadsetMicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetMicOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHeadsetMicOutlinedFilled.tsx b/src/IconHeadsetMicOutlinedFilled.tsx index 3ce3383df..9c0020f00 100644 --- a/src/IconHeadsetMicOutlinedFilled.tsx +++ b/src/IconHeadsetMicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetMicOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeadsetMicRounded.tsx b/src/IconHeadsetMicRounded.tsx index aa0f8548b..fd075c52e 100644 --- a/src/IconHeadsetMicRounded.tsx +++ b/src/IconHeadsetMicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetMicRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHeadsetMicRoundedFilled.tsx b/src/IconHeadsetMicRoundedFilled.tsx index 182983a76..c58c18c99 100644 --- a/src/IconHeadsetMicRoundedFilled.tsx +++ b/src/IconHeadsetMicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetMicRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeadsetMicSharp.tsx b/src/IconHeadsetMicSharp.tsx index eb900bd89..2b403e22c 100644 --- a/src/IconHeadsetMicSharp.tsx +++ b/src/IconHeadsetMicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetMicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHeadsetMicSharpFilled.tsx b/src/IconHeadsetMicSharpFilled.tsx index 87fdd2c1e..c18546bed 100644 --- a/src/IconHeadsetMicSharpFilled.tsx +++ b/src/IconHeadsetMicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetMicSharpFilled: React.FC = ({ ...props diff --git a/src/IconHeadsetOffOutlined.tsx b/src/IconHeadsetOffOutlined.tsx index 38f090429..ea0db9eff 100644 --- a/src/IconHeadsetOffOutlined.tsx +++ b/src/IconHeadsetOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHeadsetOffOutlinedFilled.tsx b/src/IconHeadsetOffOutlinedFilled.tsx index edb234fdd..a31c20b64 100644 --- a/src/IconHeadsetOffOutlinedFilled.tsx +++ b/src/IconHeadsetOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeadsetOffRounded.tsx b/src/IconHeadsetOffRounded.tsx index 4af3ac5f5..8efd4199f 100644 --- a/src/IconHeadsetOffRounded.tsx +++ b/src/IconHeadsetOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHeadsetOffRoundedFilled.tsx b/src/IconHeadsetOffRoundedFilled.tsx index 4dbf96baf..6fdc86989 100644 --- a/src/IconHeadsetOffRoundedFilled.tsx +++ b/src/IconHeadsetOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeadsetOffSharp.tsx b/src/IconHeadsetOffSharp.tsx index 27c4d03ba..6260a702d 100644 --- a/src/IconHeadsetOffSharp.tsx +++ b/src/IconHeadsetOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHeadsetOffSharpFilled.tsx b/src/IconHeadsetOffSharpFilled.tsx index 75f80edeb..542691d9b 100644 --- a/src/IconHeadsetOffSharpFilled.tsx +++ b/src/IconHeadsetOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeadsetOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconHealingOutlined.tsx b/src/IconHealingOutlined.tsx index 12ead26c8..b54e9bff6 100644 --- a/src/IconHealingOutlined.tsx +++ b/src/IconHealingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHealingOutlinedFilled.tsx b/src/IconHealingOutlinedFilled.tsx index 4f6a5598e..e120b6033 100644 --- a/src/IconHealingOutlinedFilled.tsx +++ b/src/IconHealingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHealingRounded.tsx b/src/IconHealingRounded.tsx index f0ae83a59..18eda8f0c 100644 --- a/src/IconHealingRounded.tsx +++ b/src/IconHealingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHealingRoundedFilled.tsx b/src/IconHealingRoundedFilled.tsx index 0b0b5917a..caa755c5a 100644 --- a/src/IconHealingRoundedFilled.tsx +++ b/src/IconHealingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHealingSharp.tsx b/src/IconHealingSharp.tsx index 16af3254d..3549041dd 100644 --- a/src/IconHealingSharp.tsx +++ b/src/IconHealingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHealingSharpFilled.tsx b/src/IconHealingSharpFilled.tsx index c0df9af8d..8ccd414ad 100644 --- a/src/IconHealingSharpFilled.tsx +++ b/src/IconHealingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHealthAndBeautyOutlined.tsx b/src/IconHealthAndBeautyOutlined.tsx index 7e74e5ed7..37abd16ab 100644 --- a/src/IconHealthAndBeautyOutlined.tsx +++ b/src/IconHealthAndBeautyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndBeautyOutlined: React.FC = ({ ...props diff --git a/src/IconHealthAndBeautyOutlinedFilled.tsx b/src/IconHealthAndBeautyOutlinedFilled.tsx index 9ded4d0d0..edd404b81 100644 --- a/src/IconHealthAndBeautyOutlinedFilled.tsx +++ b/src/IconHealthAndBeautyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndBeautyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHealthAndBeautyRounded.tsx b/src/IconHealthAndBeautyRounded.tsx index 791af28b1..950a0f8ce 100644 --- a/src/IconHealthAndBeautyRounded.tsx +++ b/src/IconHealthAndBeautyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndBeautyRounded: React.FC = ({ ...props diff --git a/src/IconHealthAndBeautyRoundedFilled.tsx b/src/IconHealthAndBeautyRoundedFilled.tsx index 4d444bba8..0b48fbb6a 100644 --- a/src/IconHealthAndBeautyRoundedFilled.tsx +++ b/src/IconHealthAndBeautyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndBeautyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHealthAndBeautySharp.tsx b/src/IconHealthAndBeautySharp.tsx index 3e4ef24bc..f07e92c79 100644 --- a/src/IconHealthAndBeautySharp.tsx +++ b/src/IconHealthAndBeautySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndBeautySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHealthAndBeautySharpFilled.tsx b/src/IconHealthAndBeautySharpFilled.tsx index e5faa1faa..5345bccb1 100644 --- a/src/IconHealthAndBeautySharpFilled.tsx +++ b/src/IconHealthAndBeautySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndBeautySharpFilled: React.FC = ({ ...props diff --git a/src/IconHealthAndSafetyOutlined.tsx b/src/IconHealthAndSafetyOutlined.tsx index 7f71cd924..61c367779 100644 --- a/src/IconHealthAndSafetyOutlined.tsx +++ b/src/IconHealthAndSafetyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndSafetyOutlined: React.FC = ({ ...props diff --git a/src/IconHealthAndSafetyOutlinedFilled.tsx b/src/IconHealthAndSafetyOutlinedFilled.tsx index edbfbbe29..0b9020a24 100644 --- a/src/IconHealthAndSafetyOutlinedFilled.tsx +++ b/src/IconHealthAndSafetyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndSafetyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHealthAndSafetyRounded.tsx b/src/IconHealthAndSafetyRounded.tsx index 1fa8d03a0..c01d6cee2 100644 --- a/src/IconHealthAndSafetyRounded.tsx +++ b/src/IconHealthAndSafetyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndSafetyRounded: React.FC = ({ ...props diff --git a/src/IconHealthAndSafetyRoundedFilled.tsx b/src/IconHealthAndSafetyRoundedFilled.tsx index dafbc111b..71e4ac4d6 100644 --- a/src/IconHealthAndSafetyRoundedFilled.tsx +++ b/src/IconHealthAndSafetyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndSafetyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHealthAndSafetySharp.tsx b/src/IconHealthAndSafetySharp.tsx index f0a1f04fa..716a75eb9 100644 --- a/src/IconHealthAndSafetySharp.tsx +++ b/src/IconHealthAndSafetySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndSafetySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHealthAndSafetySharpFilled.tsx b/src/IconHealthAndSafetySharpFilled.tsx index faa138652..819e11d45 100644 --- a/src/IconHealthAndSafetySharpFilled.tsx +++ b/src/IconHealthAndSafetySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthAndSafetySharpFilled: React.FC = ({ ...props diff --git a/src/IconHealthMetricsOutlined.tsx b/src/IconHealthMetricsOutlined.tsx index 142385586..5548288e4 100644 --- a/src/IconHealthMetricsOutlined.tsx +++ b/src/IconHealthMetricsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthMetricsOutlined: React.FC = ({ ...props diff --git a/src/IconHealthMetricsOutlinedFilled.tsx b/src/IconHealthMetricsOutlinedFilled.tsx index 03783fd57..7068b1f55 100644 --- a/src/IconHealthMetricsOutlinedFilled.tsx +++ b/src/IconHealthMetricsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthMetricsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHealthMetricsRounded.tsx b/src/IconHealthMetricsRounded.tsx index f63b404c0..23a144372 100644 --- a/src/IconHealthMetricsRounded.tsx +++ b/src/IconHealthMetricsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthMetricsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHealthMetricsRoundedFilled.tsx b/src/IconHealthMetricsRoundedFilled.tsx index bf228ac97..d4bd23a9f 100644 --- a/src/IconHealthMetricsRoundedFilled.tsx +++ b/src/IconHealthMetricsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthMetricsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHealthMetricsSharp.tsx b/src/IconHealthMetricsSharp.tsx index 8592e14fe..b932393ae 100644 --- a/src/IconHealthMetricsSharp.tsx +++ b/src/IconHealthMetricsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthMetricsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHealthMetricsSharpFilled.tsx b/src/IconHealthMetricsSharpFilled.tsx index 5a291adca..d51f8cba9 100644 --- a/src/IconHealthMetricsSharpFilled.tsx +++ b/src/IconHealthMetricsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHealthMetricsSharpFilled: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotLargeOutlined.tsx b/src/IconHeapSnapshotLargeOutlined.tsx index 922e71621..ec78d51bd 100644 --- a/src/IconHeapSnapshotLargeOutlined.tsx +++ b/src/IconHeapSnapshotLargeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotLargeOutlined: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotLargeOutlinedFilled.tsx b/src/IconHeapSnapshotLargeOutlinedFilled.tsx index 3a85fd539..6baf2097f 100644 --- a/src/IconHeapSnapshotLargeOutlinedFilled.tsx +++ b/src/IconHeapSnapshotLargeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotLargeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotLargeRounded.tsx b/src/IconHeapSnapshotLargeRounded.tsx index 7296478cc..6c81604c6 100644 --- a/src/IconHeapSnapshotLargeRounded.tsx +++ b/src/IconHeapSnapshotLargeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotLargeRounded: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotLargeRoundedFilled.tsx b/src/IconHeapSnapshotLargeRoundedFilled.tsx index 0089f5c60..b0c60a2cb 100644 --- a/src/IconHeapSnapshotLargeRoundedFilled.tsx +++ b/src/IconHeapSnapshotLargeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotLargeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotLargeSharp.tsx b/src/IconHeapSnapshotLargeSharp.tsx index 6f796254c..8242debce 100644 --- a/src/IconHeapSnapshotLargeSharp.tsx +++ b/src/IconHeapSnapshotLargeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotLargeSharp: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotLargeSharpFilled.tsx b/src/IconHeapSnapshotLargeSharpFilled.tsx index 74ddff495..7de651ace 100644 --- a/src/IconHeapSnapshotLargeSharpFilled.tsx +++ b/src/IconHeapSnapshotLargeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotLargeSharpFilled: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotMultipleOutlined.tsx b/src/IconHeapSnapshotMultipleOutlined.tsx index a38b1ede9..ab92bbccf 100644 --- a/src/IconHeapSnapshotMultipleOutlined.tsx +++ b/src/IconHeapSnapshotMultipleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotMultipleOutlined: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotMultipleOutlinedFilled.tsx b/src/IconHeapSnapshotMultipleOutlinedFilled.tsx index af4c2f469..034819eb6 100644 --- a/src/IconHeapSnapshotMultipleOutlinedFilled.tsx +++ b/src/IconHeapSnapshotMultipleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotMultipleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotMultipleRounded.tsx b/src/IconHeapSnapshotMultipleRounded.tsx index a28a513d8..b789f97fa 100644 --- a/src/IconHeapSnapshotMultipleRounded.tsx +++ b/src/IconHeapSnapshotMultipleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotMultipleRounded: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotMultipleRoundedFilled.tsx b/src/IconHeapSnapshotMultipleRoundedFilled.tsx index bfb3fe024..06e815924 100644 --- a/src/IconHeapSnapshotMultipleRoundedFilled.tsx +++ b/src/IconHeapSnapshotMultipleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotMultipleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotMultipleSharp.tsx b/src/IconHeapSnapshotMultipleSharp.tsx index e7743d051..c3626e5a4 100644 --- a/src/IconHeapSnapshotMultipleSharp.tsx +++ b/src/IconHeapSnapshotMultipleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotMultipleSharp: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotMultipleSharpFilled.tsx b/src/IconHeapSnapshotMultipleSharpFilled.tsx index 4de812ad6..1aa110d2a 100644 --- a/src/IconHeapSnapshotMultipleSharpFilled.tsx +++ b/src/IconHeapSnapshotMultipleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotMultipleSharpFilled: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotThumbnailOutlined.tsx b/src/IconHeapSnapshotThumbnailOutlined.tsx index aaa4e25ab..d0d25de67 100644 --- a/src/IconHeapSnapshotThumbnailOutlined.tsx +++ b/src/IconHeapSnapshotThumbnailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotThumbnailOutlined: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotThumbnailOutlinedFilled.tsx b/src/IconHeapSnapshotThumbnailOutlinedFilled.tsx index 0383b14a4..1a8dc6f08 100644 --- a/src/IconHeapSnapshotThumbnailOutlinedFilled.tsx +++ b/src/IconHeapSnapshotThumbnailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotThumbnailOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotThumbnailRounded.tsx b/src/IconHeapSnapshotThumbnailRounded.tsx index 5e13945c6..c93996454 100644 --- a/src/IconHeapSnapshotThumbnailRounded.tsx +++ b/src/IconHeapSnapshotThumbnailRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotThumbnailRounded: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotThumbnailRoundedFilled.tsx b/src/IconHeapSnapshotThumbnailRoundedFilled.tsx index dab58f45d..48e42b9d4 100644 --- a/src/IconHeapSnapshotThumbnailRoundedFilled.tsx +++ b/src/IconHeapSnapshotThumbnailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotThumbnailRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotThumbnailSharp.tsx b/src/IconHeapSnapshotThumbnailSharp.tsx index 7ccae91f4..4108033de 100644 --- a/src/IconHeapSnapshotThumbnailSharp.tsx +++ b/src/IconHeapSnapshotThumbnailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotThumbnailSharp: React.FC = ({ ...props diff --git a/src/IconHeapSnapshotThumbnailSharpFilled.tsx b/src/IconHeapSnapshotThumbnailSharpFilled.tsx index 5293b7a6c..970e99e94 100644 --- a/src/IconHeapSnapshotThumbnailSharpFilled.tsx +++ b/src/IconHeapSnapshotThumbnailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeapSnapshotThumbnailSharpFilled: React.FC = ({ ...props diff --git a/src/IconHearingAidOutlined.tsx b/src/IconHearingAidOutlined.tsx index 6eb21ec2b..5dea310bd 100644 --- a/src/IconHearingAidOutlined.tsx +++ b/src/IconHearingAidOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingAidOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHearingAidOutlinedFilled.tsx b/src/IconHearingAidOutlinedFilled.tsx index 30863329b..8062ae49e 100644 --- a/src/IconHearingAidOutlinedFilled.tsx +++ b/src/IconHearingAidOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingAidOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHearingAidRounded.tsx b/src/IconHearingAidRounded.tsx index 2e6302d0b..f0460a344 100644 --- a/src/IconHearingAidRounded.tsx +++ b/src/IconHearingAidRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingAidRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHearingAidRoundedFilled.tsx b/src/IconHearingAidRoundedFilled.tsx index 2d38e40b4..16fa38538 100644 --- a/src/IconHearingAidRoundedFilled.tsx +++ b/src/IconHearingAidRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingAidRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHearingAidSharp.tsx b/src/IconHearingAidSharp.tsx index 33ed709e3..334a001bf 100644 --- a/src/IconHearingAidSharp.tsx +++ b/src/IconHearingAidSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingAidSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHearingAidSharpFilled.tsx b/src/IconHearingAidSharpFilled.tsx index 67f3ba1cd..dcc3df829 100644 --- a/src/IconHearingAidSharpFilled.tsx +++ b/src/IconHearingAidSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingAidSharpFilled: React.FC = ({ ...props diff --git a/src/IconHearingDisabledOutlined.tsx b/src/IconHearingDisabledOutlined.tsx index ee266387f..65410d056 100644 --- a/src/IconHearingDisabledOutlined.tsx +++ b/src/IconHearingDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconHearingDisabledOutlinedFilled.tsx b/src/IconHearingDisabledOutlinedFilled.tsx index 84835dabb..d5099ab2d 100644 --- a/src/IconHearingDisabledOutlinedFilled.tsx +++ b/src/IconHearingDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHearingDisabledRounded.tsx b/src/IconHearingDisabledRounded.tsx index 3672b9d60..7821b825b 100644 --- a/src/IconHearingDisabledRounded.tsx +++ b/src/IconHearingDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingDisabledRounded: React.FC = ({ ...props diff --git a/src/IconHearingDisabledRoundedFilled.tsx b/src/IconHearingDisabledRoundedFilled.tsx index b2495bfef..7efb39521 100644 --- a/src/IconHearingDisabledRoundedFilled.tsx +++ b/src/IconHearingDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHearingDisabledSharp.tsx b/src/IconHearingDisabledSharp.tsx index d4d61139d..3147e81da 100644 --- a/src/IconHearingDisabledSharp.tsx +++ b/src/IconHearingDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingDisabledSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHearingDisabledSharpFilled.tsx b/src/IconHearingDisabledSharpFilled.tsx index 107a23034..2e637f257 100644 --- a/src/IconHearingDisabledSharpFilled.tsx +++ b/src/IconHearingDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconHearingOutlined.tsx b/src/IconHearingOutlined.tsx index 1bbc8d904..f0ca614d3 100644 --- a/src/IconHearingOutlined.tsx +++ b/src/IconHearingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHearingOutlinedFilled.tsx b/src/IconHearingOutlinedFilled.tsx index 087053452..dbf5f030c 100644 --- a/src/IconHearingOutlinedFilled.tsx +++ b/src/IconHearingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHearingRounded.tsx b/src/IconHearingRounded.tsx index 2269341dd..b421ba6b5 100644 --- a/src/IconHearingRounded.tsx +++ b/src/IconHearingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHearingRoundedFilled.tsx b/src/IconHearingRoundedFilled.tsx index f4137154e..93a1709dd 100644 --- a/src/IconHearingRoundedFilled.tsx +++ b/src/IconHearingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHearingSharp.tsx b/src/IconHearingSharp.tsx index 1cb4ccfdf..33dbdc3f9 100644 --- a/src/IconHearingSharp.tsx +++ b/src/IconHearingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHearingSharpFilled.tsx b/src/IconHearingSharpFilled.tsx index 90d7b4e03..99a381415 100644 --- a/src/IconHearingSharpFilled.tsx +++ b/src/IconHearingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHearingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartBrokenOutlined.tsx b/src/IconHeartBrokenOutlined.tsx index 5c8e28e6c..ba29628f5 100644 --- a/src/IconHeartBrokenOutlined.tsx +++ b/src/IconHeartBrokenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartBrokenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartBrokenOutlinedFilled.tsx b/src/IconHeartBrokenOutlinedFilled.tsx index 916e9d65e..79ea65088 100644 --- a/src/IconHeartBrokenOutlinedFilled.tsx +++ b/src/IconHeartBrokenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartBrokenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeartBrokenRounded.tsx b/src/IconHeartBrokenRounded.tsx index 39a0c64aa..9e917b184 100644 --- a/src/IconHeartBrokenRounded.tsx +++ b/src/IconHeartBrokenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartBrokenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartBrokenRoundedFilled.tsx b/src/IconHeartBrokenRoundedFilled.tsx index b09e445bf..3b3a58fb4 100644 --- a/src/IconHeartBrokenRoundedFilled.tsx +++ b/src/IconHeartBrokenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartBrokenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeartBrokenSharp.tsx b/src/IconHeartBrokenSharp.tsx index 09539b2c8..3eb6605eb 100644 --- a/src/IconHeartBrokenSharp.tsx +++ b/src/IconHeartBrokenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartBrokenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartBrokenSharpFilled.tsx b/src/IconHeartBrokenSharpFilled.tsx index eb1f73a5d..3e57f1684 100644 --- a/src/IconHeartBrokenSharpFilled.tsx +++ b/src/IconHeartBrokenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartBrokenSharpFilled: React.FC = ({ ...props diff --git a/src/IconHeartCheckOutlined.tsx b/src/IconHeartCheckOutlined.tsx index 0528e11a4..bafa497ba 100644 --- a/src/IconHeartCheckOutlined.tsx +++ b/src/IconHeartCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartCheckOutlinedFilled.tsx b/src/IconHeartCheckOutlinedFilled.tsx index df53abc51..3c3b106f3 100644 --- a/src/IconHeartCheckOutlinedFilled.tsx +++ b/src/IconHeartCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeartCheckRounded.tsx b/src/IconHeartCheckRounded.tsx index 69f8f6c4c..caf09d083 100644 --- a/src/IconHeartCheckRounded.tsx +++ b/src/IconHeartCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartCheckRoundedFilled.tsx b/src/IconHeartCheckRoundedFilled.tsx index 2c8262517..63ebaa5dc 100644 --- a/src/IconHeartCheckRoundedFilled.tsx +++ b/src/IconHeartCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeartCheckSharp.tsx b/src/IconHeartCheckSharp.tsx index 3d6b61f4d..f3f2a73b8 100644 --- a/src/IconHeartCheckSharp.tsx +++ b/src/IconHeartCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartCheckSharpFilled.tsx b/src/IconHeartCheckSharpFilled.tsx index 218510af0..fd056469c 100644 --- a/src/IconHeartCheckSharpFilled.tsx +++ b/src/IconHeartCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconHeartMinusOutlined.tsx b/src/IconHeartMinusOutlined.tsx index 8342c96bd..47da13524 100644 --- a/src/IconHeartMinusOutlined.tsx +++ b/src/IconHeartMinusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartMinusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartMinusOutlinedFilled.tsx b/src/IconHeartMinusOutlinedFilled.tsx index f2511cb83..737917896 100644 --- a/src/IconHeartMinusOutlinedFilled.tsx +++ b/src/IconHeartMinusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartMinusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeartMinusRounded.tsx b/src/IconHeartMinusRounded.tsx index bed7451f0..474bc2f23 100644 --- a/src/IconHeartMinusRounded.tsx +++ b/src/IconHeartMinusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartMinusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartMinusRoundedFilled.tsx b/src/IconHeartMinusRoundedFilled.tsx index e5d11aada..42d35bc2e 100644 --- a/src/IconHeartMinusRoundedFilled.tsx +++ b/src/IconHeartMinusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartMinusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeartMinusSharp.tsx b/src/IconHeartMinusSharp.tsx index 7fb29ae12..3c0c52d13 100644 --- a/src/IconHeartMinusSharp.tsx +++ b/src/IconHeartMinusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartMinusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartMinusSharpFilled.tsx b/src/IconHeartMinusSharpFilled.tsx index 6c9e9ad30..c49ced571 100644 --- a/src/IconHeartMinusSharpFilled.tsx +++ b/src/IconHeartMinusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartMinusSharpFilled: React.FC = ({ ...props diff --git a/src/IconHeartPlusOutlined.tsx b/src/IconHeartPlusOutlined.tsx index 6d0152f87..165d6fb04 100644 --- a/src/IconHeartPlusOutlined.tsx +++ b/src/IconHeartPlusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartPlusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartPlusOutlinedFilled.tsx b/src/IconHeartPlusOutlinedFilled.tsx index 1ad05f6f3..d754e2c75 100644 --- a/src/IconHeartPlusOutlinedFilled.tsx +++ b/src/IconHeartPlusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartPlusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeartPlusRounded.tsx b/src/IconHeartPlusRounded.tsx index e9cf8f824..41e60fc72 100644 --- a/src/IconHeartPlusRounded.tsx +++ b/src/IconHeartPlusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartPlusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartPlusRoundedFilled.tsx b/src/IconHeartPlusRoundedFilled.tsx index dd65401be..2141395b5 100644 --- a/src/IconHeartPlusRoundedFilled.tsx +++ b/src/IconHeartPlusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartPlusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeartPlusSharp.tsx b/src/IconHeartPlusSharp.tsx index 9b557e05b..44a21b30d 100644 --- a/src/IconHeartPlusSharp.tsx +++ b/src/IconHeartPlusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartPlusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHeartPlusSharpFilled.tsx b/src/IconHeartPlusSharpFilled.tsx index 4bd797838..97c1ff723 100644 --- a/src/IconHeartPlusSharpFilled.tsx +++ b/src/IconHeartPlusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeartPlusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHeatOutlined.tsx b/src/IconHeatOutlined.tsx index 393ae52d2..566b85fdc 100644 --- a/src/IconHeatOutlined.tsx +++ b/src/IconHeatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHeatOutlinedFilled.tsx b/src/IconHeatOutlinedFilled.tsx index 5fcc34b1e..2c151d129 100644 --- a/src/IconHeatOutlinedFilled.tsx +++ b/src/IconHeatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHeatPumpBalanceOutlined.tsx b/src/IconHeatPumpBalanceOutlined.tsx index 2d9c5989c..c9587b206 100644 --- a/src/IconHeatPumpBalanceOutlined.tsx +++ b/src/IconHeatPumpBalanceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpBalanceOutlined: React.FC = ({ ...props diff --git a/src/IconHeatPumpBalanceOutlinedFilled.tsx b/src/IconHeatPumpBalanceOutlinedFilled.tsx index 92e447c97..ecc287cf5 100644 --- a/src/IconHeatPumpBalanceOutlinedFilled.tsx +++ b/src/IconHeatPumpBalanceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpBalanceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeatPumpBalanceRounded.tsx b/src/IconHeatPumpBalanceRounded.tsx index 8dc446115..e39ff7786 100644 --- a/src/IconHeatPumpBalanceRounded.tsx +++ b/src/IconHeatPumpBalanceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpBalanceRounded: React.FC = ({ ...props diff --git a/src/IconHeatPumpBalanceRoundedFilled.tsx b/src/IconHeatPumpBalanceRoundedFilled.tsx index 8aabd7e47..5f417ecd3 100644 --- a/src/IconHeatPumpBalanceRoundedFilled.tsx +++ b/src/IconHeatPumpBalanceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpBalanceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeatPumpBalanceSharp.tsx b/src/IconHeatPumpBalanceSharp.tsx index 1f2c8e5c5..01fbc1924 100644 --- a/src/IconHeatPumpBalanceSharp.tsx +++ b/src/IconHeatPumpBalanceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpBalanceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHeatPumpBalanceSharpFilled.tsx b/src/IconHeatPumpBalanceSharpFilled.tsx index 306e40f42..c2bbeac82 100644 --- a/src/IconHeatPumpBalanceSharpFilled.tsx +++ b/src/IconHeatPumpBalanceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpBalanceSharpFilled: React.FC = ({ ...props diff --git a/src/IconHeatPumpOutlined.tsx b/src/IconHeatPumpOutlined.tsx index 4c62d69e8..643567ff4 100644 --- a/src/IconHeatPumpOutlined.tsx +++ b/src/IconHeatPumpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHeatPumpOutlinedFilled.tsx b/src/IconHeatPumpOutlinedFilled.tsx index f69c3f887..9158fe7fa 100644 --- a/src/IconHeatPumpOutlinedFilled.tsx +++ b/src/IconHeatPumpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHeatPumpRounded.tsx b/src/IconHeatPumpRounded.tsx index dd8690abf..df4112d40 100644 --- a/src/IconHeatPumpRounded.tsx +++ b/src/IconHeatPumpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHeatPumpRoundedFilled.tsx b/src/IconHeatPumpRoundedFilled.tsx index 3872d9158..178e87979 100644 --- a/src/IconHeatPumpRoundedFilled.tsx +++ b/src/IconHeatPumpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHeatPumpSharp.tsx b/src/IconHeatPumpSharp.tsx index 525972e08..c2c503868 100644 --- a/src/IconHeatPumpSharp.tsx +++ b/src/IconHeatPumpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHeatPumpSharpFilled.tsx b/src/IconHeatPumpSharpFilled.tsx index 8348200ea..44b0222e5 100644 --- a/src/IconHeatPumpSharpFilled.tsx +++ b/src/IconHeatPumpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatPumpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHeatRounded.tsx b/src/IconHeatRounded.tsx index 8fca27f16..1440e51a7 100644 --- a/src/IconHeatRounded.tsx +++ b/src/IconHeatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHeatRoundedFilled.tsx b/src/IconHeatRoundedFilled.tsx index b82401717..c5f64c274 100644 --- a/src/IconHeatRoundedFilled.tsx +++ b/src/IconHeatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHeatSharp.tsx b/src/IconHeatSharp.tsx index 8caef9903..2d48b07bc 100644 --- a/src/IconHeatSharp.tsx +++ b/src/IconHeatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHeatSharpFilled.tsx b/src/IconHeatSharpFilled.tsx index 5015b5088..166c1daed 100644 --- a/src/IconHeatSharpFilled.tsx +++ b/src/IconHeatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeatSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHeightOutlined.tsx b/src/IconHeightOutlined.tsx index 30b9b3529..bfbc36916 100644 --- a/src/IconHeightOutlined.tsx +++ b/src/IconHeightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHeightOutlinedFilled.tsx b/src/IconHeightOutlinedFilled.tsx index c56b2cddf..9c4df6f87 100644 --- a/src/IconHeightOutlinedFilled.tsx +++ b/src/IconHeightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeightOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHeightRounded.tsx b/src/IconHeightRounded.tsx index 652b64b5d..9271d0b1d 100644 --- a/src/IconHeightRounded.tsx +++ b/src/IconHeightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHeightRoundedFilled.tsx b/src/IconHeightRoundedFilled.tsx index e934627a3..bada8e624 100644 --- a/src/IconHeightRoundedFilled.tsx +++ b/src/IconHeightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeightRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHeightSharp.tsx b/src/IconHeightSharp.tsx index 3a7b09516..1ff13d4e0 100644 --- a/src/IconHeightSharp.tsx +++ b/src/IconHeightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHeightSharpFilled.tsx b/src/IconHeightSharpFilled.tsx index bd403b3f0..daa9afd21 100644 --- a/src/IconHeightSharpFilled.tsx +++ b/src/IconHeightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHeightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHelicopterOutlined.tsx b/src/IconHelicopterOutlined.tsx index 0d2dc0d3b..f78b7d23f 100644 --- a/src/IconHelicopterOutlined.tsx +++ b/src/IconHelicopterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelicopterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHelicopterOutlinedFilled.tsx b/src/IconHelicopterOutlinedFilled.tsx index a47b16655..b579c7ad3 100644 --- a/src/IconHelicopterOutlinedFilled.tsx +++ b/src/IconHelicopterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelicopterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHelicopterRounded.tsx b/src/IconHelicopterRounded.tsx index ab865936a..c1f19ec13 100644 --- a/src/IconHelicopterRounded.tsx +++ b/src/IconHelicopterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelicopterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHelicopterRoundedFilled.tsx b/src/IconHelicopterRoundedFilled.tsx index c4dc22b3f..67e43a47b 100644 --- a/src/IconHelicopterRoundedFilled.tsx +++ b/src/IconHelicopterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelicopterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHelicopterSharp.tsx b/src/IconHelicopterSharp.tsx index faf5aa39f..a354373ba 100644 --- a/src/IconHelicopterSharp.tsx +++ b/src/IconHelicopterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelicopterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHelicopterSharpFilled.tsx b/src/IconHelicopterSharpFilled.tsx index 2b6176ce1..a03f00e1f 100644 --- a/src/IconHelicopterSharpFilled.tsx +++ b/src/IconHelicopterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelicopterSharpFilled: React.FC = ({ ...props diff --git a/src/IconHelpCenterOutlined.tsx b/src/IconHelpCenterOutlined.tsx index b134035b8..c8741260e 100644 --- a/src/IconHelpCenterOutlined.tsx +++ b/src/IconHelpCenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpCenterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHelpCenterOutlinedFilled.tsx b/src/IconHelpCenterOutlinedFilled.tsx index 40d83062e..eb8e1e548 100644 --- a/src/IconHelpCenterOutlinedFilled.tsx +++ b/src/IconHelpCenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpCenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHelpCenterRounded.tsx b/src/IconHelpCenterRounded.tsx index 85e590eb7..b09ca758d 100644 --- a/src/IconHelpCenterRounded.tsx +++ b/src/IconHelpCenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpCenterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHelpCenterRoundedFilled.tsx b/src/IconHelpCenterRoundedFilled.tsx index a39640c2e..dfb42d9c5 100644 --- a/src/IconHelpCenterRoundedFilled.tsx +++ b/src/IconHelpCenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpCenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHelpCenterSharp.tsx b/src/IconHelpCenterSharp.tsx index bf4003eb4..e03e26464 100644 --- a/src/IconHelpCenterSharp.tsx +++ b/src/IconHelpCenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpCenterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHelpCenterSharpFilled.tsx b/src/IconHelpCenterSharpFilled.tsx index e1768cb89..72be2386f 100644 --- a/src/IconHelpCenterSharpFilled.tsx +++ b/src/IconHelpCenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpCenterSharpFilled: React.FC = ({ ...props diff --git a/src/IconHelpClinicOutlined.tsx b/src/IconHelpClinicOutlined.tsx index f22710296..2668c45b1 100644 --- a/src/IconHelpClinicOutlined.tsx +++ b/src/IconHelpClinicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpClinicOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHelpClinicOutlinedFilled.tsx b/src/IconHelpClinicOutlinedFilled.tsx index 95d5d0e9f..9c8694964 100644 --- a/src/IconHelpClinicOutlinedFilled.tsx +++ b/src/IconHelpClinicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpClinicOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHelpClinicRounded.tsx b/src/IconHelpClinicRounded.tsx index f6f4f3526..e9afb3ff1 100644 --- a/src/IconHelpClinicRounded.tsx +++ b/src/IconHelpClinicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpClinicRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHelpClinicRoundedFilled.tsx b/src/IconHelpClinicRoundedFilled.tsx index ab560c6ee..090090df0 100644 --- a/src/IconHelpClinicRoundedFilled.tsx +++ b/src/IconHelpClinicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpClinicRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHelpClinicSharp.tsx b/src/IconHelpClinicSharp.tsx index 78b98447a..3c8db9aff 100644 --- a/src/IconHelpClinicSharp.tsx +++ b/src/IconHelpClinicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpClinicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHelpClinicSharpFilled.tsx b/src/IconHelpClinicSharpFilled.tsx index 7c442b0f1..3c5d276af 100644 --- a/src/IconHelpClinicSharpFilled.tsx +++ b/src/IconHelpClinicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpClinicSharpFilled: React.FC = ({ ...props diff --git a/src/IconHelpOutlined.tsx b/src/IconHelpOutlined.tsx index 8bb5f6537..41217f814 100644 --- a/src/IconHelpOutlined.tsx +++ b/src/IconHelpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHelpOutlinedFilled.tsx b/src/IconHelpOutlinedFilled.tsx index 17a2bdf7f..ce2897039 100644 --- a/src/IconHelpOutlinedFilled.tsx +++ b/src/IconHelpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHelpRounded.tsx b/src/IconHelpRounded.tsx index 2cedda81e..8ea494055 100644 --- a/src/IconHelpRounded.tsx +++ b/src/IconHelpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHelpRoundedFilled.tsx b/src/IconHelpRoundedFilled.tsx index 4be39994f..a905a6fcc 100644 --- a/src/IconHelpRoundedFilled.tsx +++ b/src/IconHelpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHelpSharp.tsx b/src/IconHelpSharp.tsx index c12647379..92b8bd63a 100644 --- a/src/IconHelpSharp.tsx +++ b/src/IconHelpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHelpSharpFilled.tsx b/src/IconHelpSharpFilled.tsx index 1eae537e7..dcd2aa91e 100644 --- a/src/IconHelpSharpFilled.tsx +++ b/src/IconHelpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHelpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHematologyOutlined.tsx b/src/IconHematologyOutlined.tsx index 18dcc910d..7a6c0763d 100644 --- a/src/IconHematologyOutlined.tsx +++ b/src/IconHematologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHematologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHematologyOutlinedFilled.tsx b/src/IconHematologyOutlinedFilled.tsx index 9fe9854fe..29dff3588 100644 --- a/src/IconHematologyOutlinedFilled.tsx +++ b/src/IconHematologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHematologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHematologyRounded.tsx b/src/IconHematologyRounded.tsx index f11dd46b3..4de3d3ff2 100644 --- a/src/IconHematologyRounded.tsx +++ b/src/IconHematologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHematologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHematologyRoundedFilled.tsx b/src/IconHematologyRoundedFilled.tsx index 6a8c60f8d..08f7c4437 100644 --- a/src/IconHematologyRoundedFilled.tsx +++ b/src/IconHematologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHematologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHematologySharp.tsx b/src/IconHematologySharp.tsx index c7f3d1587..6849796ad 100644 --- a/src/IconHematologySharp.tsx +++ b/src/IconHematologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHematologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHematologySharpFilled.tsx b/src/IconHematologySharpFilled.tsx index ad378d5f1..c67c79608 100644 --- a/src/IconHematologySharpFilled.tsx +++ b/src/IconHematologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHematologySharpFilled: React.FC = ({ ...props diff --git a/src/IconHevcOutlined.tsx b/src/IconHevcOutlined.tsx index 9d22e83d7..3b14c4890 100644 --- a/src/IconHevcOutlined.tsx +++ b/src/IconHevcOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHevcOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHevcOutlinedFilled.tsx b/src/IconHevcOutlinedFilled.tsx index 7e91b1ab7..d02d6ec04 100644 --- a/src/IconHevcOutlinedFilled.tsx +++ b/src/IconHevcOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHevcOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHevcRounded.tsx b/src/IconHevcRounded.tsx index bc4adf05e..5e81530e9 100644 --- a/src/IconHevcRounded.tsx +++ b/src/IconHevcRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHevcRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHevcRoundedFilled.tsx b/src/IconHevcRoundedFilled.tsx index beaf850ac..5fc62445e 100644 --- a/src/IconHevcRoundedFilled.tsx +++ b/src/IconHevcRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHevcRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHevcSharp.tsx b/src/IconHevcSharp.tsx index faee9bfd8..b6124261e 100644 --- a/src/IconHevcSharp.tsx +++ b/src/IconHevcSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHevcSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHevcSharpFilled.tsx b/src/IconHevcSharpFilled.tsx index a38ce2ec1..a2c639558 100644 --- a/src/IconHevcSharpFilled.tsx +++ b/src/IconHevcSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHevcSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHexagonOutlined.tsx b/src/IconHexagonOutlined.tsx index 06bb8a779..40245da68 100644 --- a/src/IconHexagonOutlined.tsx +++ b/src/IconHexagonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHexagonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHexagonOutlinedFilled.tsx b/src/IconHexagonOutlinedFilled.tsx index d7d2bce57..66080cbf6 100644 --- a/src/IconHexagonOutlinedFilled.tsx +++ b/src/IconHexagonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHexagonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHexagonRounded.tsx b/src/IconHexagonRounded.tsx index 8f1d92ba9..543da6677 100644 --- a/src/IconHexagonRounded.tsx +++ b/src/IconHexagonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHexagonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHexagonRoundedFilled.tsx b/src/IconHexagonRoundedFilled.tsx index 745cad10f..14d94b122 100644 --- a/src/IconHexagonRoundedFilled.tsx +++ b/src/IconHexagonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHexagonRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHexagonSharp.tsx b/src/IconHexagonSharp.tsx index e1bd2b31f..4e4bbab21 100644 --- a/src/IconHexagonSharp.tsx +++ b/src/IconHexagonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHexagonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHexagonSharpFilled.tsx b/src/IconHexagonSharpFilled.tsx index 5de9cff6e..fb4c4531c 100644 --- a/src/IconHexagonSharpFilled.tsx +++ b/src/IconHexagonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHexagonSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHideImageOutlined.tsx b/src/IconHideImageOutlined.tsx index cc38073bd..401a1d4b8 100644 --- a/src/IconHideImageOutlined.tsx +++ b/src/IconHideImageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideImageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHideImageOutlinedFilled.tsx b/src/IconHideImageOutlinedFilled.tsx index b2ed406c7..9dd23dd36 100644 --- a/src/IconHideImageOutlinedFilled.tsx +++ b/src/IconHideImageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideImageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHideImageRounded.tsx b/src/IconHideImageRounded.tsx index 28f80dbc9..0407f2018 100644 --- a/src/IconHideImageRounded.tsx +++ b/src/IconHideImageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideImageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHideImageRoundedFilled.tsx b/src/IconHideImageRoundedFilled.tsx index 4d0fc852d..9d1a5c5e5 100644 --- a/src/IconHideImageRoundedFilled.tsx +++ b/src/IconHideImageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideImageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHideImageSharp.tsx b/src/IconHideImageSharp.tsx index dee767c48..5d8e5d0f8 100644 --- a/src/IconHideImageSharp.tsx +++ b/src/IconHideImageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideImageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHideImageSharpFilled.tsx b/src/IconHideImageSharpFilled.tsx index 4eaf1a77d..6568d762c 100644 --- a/src/IconHideImageSharpFilled.tsx +++ b/src/IconHideImageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideImageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHideOutlined.tsx b/src/IconHideOutlined.tsx index 65eb5beb2..49904ec2a 100644 --- a/src/IconHideOutlined.tsx +++ b/src/IconHideOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHideOutlinedFilled.tsx b/src/IconHideOutlinedFilled.tsx index d3efa41cb..30cc80af4 100644 --- a/src/IconHideOutlinedFilled.tsx +++ b/src/IconHideOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHideRounded.tsx b/src/IconHideRounded.tsx index 58b140714..9b27a4cd3 100644 --- a/src/IconHideRounded.tsx +++ b/src/IconHideRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHideRoundedFilled.tsx b/src/IconHideRoundedFilled.tsx index 0f0f4eb09..6940eba5d 100644 --- a/src/IconHideRoundedFilled.tsx +++ b/src/IconHideRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHideSharp.tsx b/src/IconHideSharp.tsx index fc1eafaad..cccbaaa77 100644 --- a/src/IconHideSharp.tsx +++ b/src/IconHideSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHideSharpFilled.tsx b/src/IconHideSharpFilled.tsx index 9a2d13ba1..bfa84f1f6 100644 --- a/src/IconHideSharpFilled.tsx +++ b/src/IconHideSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHideSourceOutlined.tsx b/src/IconHideSourceOutlined.tsx index 58391e2ac..ea65a71ba 100644 --- a/src/IconHideSourceOutlined.tsx +++ b/src/IconHideSourceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideSourceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHideSourceOutlinedFilled.tsx b/src/IconHideSourceOutlinedFilled.tsx index ad406bad6..4b3d49291 100644 --- a/src/IconHideSourceOutlinedFilled.tsx +++ b/src/IconHideSourceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideSourceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHideSourceRounded.tsx b/src/IconHideSourceRounded.tsx index c0fcabcc7..3a5ab8e2a 100644 --- a/src/IconHideSourceRounded.tsx +++ b/src/IconHideSourceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideSourceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHideSourceRoundedFilled.tsx b/src/IconHideSourceRoundedFilled.tsx index 5232203fc..437e14d4e 100644 --- a/src/IconHideSourceRoundedFilled.tsx +++ b/src/IconHideSourceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideSourceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHideSourceSharp.tsx b/src/IconHideSourceSharp.tsx index 2c7de88fa..6141dfb2a 100644 --- a/src/IconHideSourceSharp.tsx +++ b/src/IconHideSourceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideSourceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHideSourceSharpFilled.tsx b/src/IconHideSourceSharpFilled.tsx index d616f72b5..5583862aa 100644 --- a/src/IconHideSourceSharpFilled.tsx +++ b/src/IconHideSourceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHideSourceSharpFilled: React.FC = ({ ...props diff --git a/src/IconHighDensityOutlined.tsx b/src/IconHighDensityOutlined.tsx index b501c7381..dc5fed79a 100644 --- a/src/IconHighDensityOutlined.tsx +++ b/src/IconHighDensityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighDensityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHighDensityOutlinedFilled.tsx b/src/IconHighDensityOutlinedFilled.tsx index d8ddb93ec..ca348d6de 100644 --- a/src/IconHighDensityOutlinedFilled.tsx +++ b/src/IconHighDensityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighDensityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighDensityRounded.tsx b/src/IconHighDensityRounded.tsx index 9d2ee23f8..7a712495c 100644 --- a/src/IconHighDensityRounded.tsx +++ b/src/IconHighDensityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighDensityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHighDensityRoundedFilled.tsx b/src/IconHighDensityRoundedFilled.tsx index c66bf472c..349a7b53d 100644 --- a/src/IconHighDensityRoundedFilled.tsx +++ b/src/IconHighDensityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighDensityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHighDensitySharp.tsx b/src/IconHighDensitySharp.tsx index d8cfcb799..5b073c263 100644 --- a/src/IconHighDensitySharp.tsx +++ b/src/IconHighDensitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighDensitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHighDensitySharpFilled.tsx b/src/IconHighDensitySharpFilled.tsx index 7570fb339..a8d900438 100644 --- a/src/IconHighDensitySharpFilled.tsx +++ b/src/IconHighDensitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighDensitySharpFilled: React.FC = ({ ...props diff --git a/src/IconHighQualityOutlined.tsx b/src/IconHighQualityOutlined.tsx index d9008ed49..2a0e6fa54 100644 --- a/src/IconHighQualityOutlined.tsx +++ b/src/IconHighQualityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighQualityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHighQualityOutlinedFilled.tsx b/src/IconHighQualityOutlinedFilled.tsx index 1b751a4bf..8d67d0c3d 100644 --- a/src/IconHighQualityOutlinedFilled.tsx +++ b/src/IconHighQualityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighQualityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighQualityRounded.tsx b/src/IconHighQualityRounded.tsx index af87a1ccc..57786f383 100644 --- a/src/IconHighQualityRounded.tsx +++ b/src/IconHighQualityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighQualityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHighQualityRoundedFilled.tsx b/src/IconHighQualityRoundedFilled.tsx index 9b11bcec5..aa1fb91f9 100644 --- a/src/IconHighQualityRoundedFilled.tsx +++ b/src/IconHighQualityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighQualityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHighQualitySharp.tsx b/src/IconHighQualitySharp.tsx index 43198f96d..82623a12c 100644 --- a/src/IconHighQualitySharp.tsx +++ b/src/IconHighQualitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighQualitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHighQualitySharpFilled.tsx b/src/IconHighQualitySharpFilled.tsx index 68422c8e7..b9a53ae4b 100644 --- a/src/IconHighQualitySharpFilled.tsx +++ b/src/IconHighQualitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighQualitySharpFilled: React.FC = ({ ...props diff --git a/src/IconHighResOutlined.tsx b/src/IconHighResOutlined.tsx index 23ca083d1..ba4e86724 100644 --- a/src/IconHighResOutlined.tsx +++ b/src/IconHighResOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighResOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHighResOutlinedFilled.tsx b/src/IconHighResOutlinedFilled.tsx index 35f397c91..f595031d8 100644 --- a/src/IconHighResOutlinedFilled.tsx +++ b/src/IconHighResOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighResOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighResRounded.tsx b/src/IconHighResRounded.tsx index 067adb3c9..1b5bb7b5e 100644 --- a/src/IconHighResRounded.tsx +++ b/src/IconHighResRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighResRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHighResRoundedFilled.tsx b/src/IconHighResRoundedFilled.tsx index fe363dcc9..cd2f63efe 100644 --- a/src/IconHighResRoundedFilled.tsx +++ b/src/IconHighResRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighResRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHighResSharp.tsx b/src/IconHighResSharp.tsx index 8b70d5674..4dc03643f 100644 --- a/src/IconHighResSharp.tsx +++ b/src/IconHighResSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighResSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHighResSharpFilled.tsx b/src/IconHighResSharpFilled.tsx index 6454f01d3..65fcaa2a7 100644 --- a/src/IconHighResSharpFilled.tsx +++ b/src/IconHighResSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighResSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHighlightKeyboardFocusOutlined.tsx b/src/IconHighlightKeyboardFocusOutlined.tsx index 973733a66..9e0d7291b 100644 --- a/src/IconHighlightKeyboardFocusOutlined.tsx +++ b/src/IconHighlightKeyboardFocusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightKeyboardFocusOutlined: React.FC = ({ ...props diff --git a/src/IconHighlightKeyboardFocusOutlinedFilled.tsx b/src/IconHighlightKeyboardFocusOutlinedFilled.tsx index 5931f4a38..5ebf409e7 100644 --- a/src/IconHighlightKeyboardFocusOutlinedFilled.tsx +++ b/src/IconHighlightKeyboardFocusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightKeyboardFocusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighlightKeyboardFocusRounded.tsx b/src/IconHighlightKeyboardFocusRounded.tsx index 67a1bc5ca..578d33e72 100644 --- a/src/IconHighlightKeyboardFocusRounded.tsx +++ b/src/IconHighlightKeyboardFocusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightKeyboardFocusRounded: React.FC = ({ ...props diff --git a/src/IconHighlightKeyboardFocusRoundedFilled.tsx b/src/IconHighlightKeyboardFocusRoundedFilled.tsx index 6e0be45fe..dbaf7c76b 100644 --- a/src/IconHighlightKeyboardFocusRoundedFilled.tsx +++ b/src/IconHighlightKeyboardFocusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightKeyboardFocusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHighlightKeyboardFocusSharp.tsx b/src/IconHighlightKeyboardFocusSharp.tsx index 8945545c2..477ecdab3 100644 --- a/src/IconHighlightKeyboardFocusSharp.tsx +++ b/src/IconHighlightKeyboardFocusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightKeyboardFocusSharp: React.FC = ({ ...props diff --git a/src/IconHighlightKeyboardFocusSharpFilled.tsx b/src/IconHighlightKeyboardFocusSharpFilled.tsx index c8bd84617..50944ebcf 100644 --- a/src/IconHighlightKeyboardFocusSharpFilled.tsx +++ b/src/IconHighlightKeyboardFocusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightKeyboardFocusSharpFilled: React.FC = ({ ...props diff --git a/src/IconHighlightMouseCursorOutlined.tsx b/src/IconHighlightMouseCursorOutlined.tsx index 387e4f651..b4040a7da 100644 --- a/src/IconHighlightMouseCursorOutlined.tsx +++ b/src/IconHighlightMouseCursorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightMouseCursorOutlined: React.FC = ({ ...props diff --git a/src/IconHighlightMouseCursorOutlinedFilled.tsx b/src/IconHighlightMouseCursorOutlinedFilled.tsx index 282340881..e8762ad5c 100644 --- a/src/IconHighlightMouseCursorOutlinedFilled.tsx +++ b/src/IconHighlightMouseCursorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightMouseCursorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighlightMouseCursorRounded.tsx b/src/IconHighlightMouseCursorRounded.tsx index 1a1011bb4..0a6ca8a00 100644 --- a/src/IconHighlightMouseCursorRounded.tsx +++ b/src/IconHighlightMouseCursorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightMouseCursorRounded: React.FC = ({ ...props diff --git a/src/IconHighlightMouseCursorRoundedFilled.tsx b/src/IconHighlightMouseCursorRoundedFilled.tsx index 7f15a4022..f439a06af 100644 --- a/src/IconHighlightMouseCursorRoundedFilled.tsx +++ b/src/IconHighlightMouseCursorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightMouseCursorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHighlightMouseCursorSharp.tsx b/src/IconHighlightMouseCursorSharp.tsx index 225fba2e1..2ecf186c1 100644 --- a/src/IconHighlightMouseCursorSharp.tsx +++ b/src/IconHighlightMouseCursorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightMouseCursorSharp: React.FC = ({ ...props diff --git a/src/IconHighlightMouseCursorSharpFilled.tsx b/src/IconHighlightMouseCursorSharpFilled.tsx index aa8d83d97..fad0fd463 100644 --- a/src/IconHighlightMouseCursorSharpFilled.tsx +++ b/src/IconHighlightMouseCursorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightMouseCursorSharpFilled: React.FC = ({ ...props diff --git a/src/IconHighlightOutlined.tsx b/src/IconHighlightOutlined.tsx index f317bd468..6626959f9 100644 --- a/src/IconHighlightOutlined.tsx +++ b/src/IconHighlightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHighlightOutlinedFilled.tsx b/src/IconHighlightOutlinedFilled.tsx index dba874287..ea9700426 100644 --- a/src/IconHighlightOutlinedFilled.tsx +++ b/src/IconHighlightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighlightRounded.tsx b/src/IconHighlightRounded.tsx index cfa7f7e0a..274963527 100644 --- a/src/IconHighlightRounded.tsx +++ b/src/IconHighlightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHighlightRoundedFilled.tsx b/src/IconHighlightRoundedFilled.tsx index 08ecc0c32..bf06abe95 100644 --- a/src/IconHighlightRoundedFilled.tsx +++ b/src/IconHighlightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHighlightSharp.tsx b/src/IconHighlightSharp.tsx index df84ed460..657253f1b 100644 --- a/src/IconHighlightSharp.tsx +++ b/src/IconHighlightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHighlightSharpFilled.tsx b/src/IconHighlightSharpFilled.tsx index 109de48e9..0ade1159b 100644 --- a/src/IconHighlightSharpFilled.tsx +++ b/src/IconHighlightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHighlightTextCursorOutlined.tsx b/src/IconHighlightTextCursorOutlined.tsx index 40c9d5bc9..f2cf1f008 100644 --- a/src/IconHighlightTextCursorOutlined.tsx +++ b/src/IconHighlightTextCursorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightTextCursorOutlined: React.FC = ({ ...props diff --git a/src/IconHighlightTextCursorOutlinedFilled.tsx b/src/IconHighlightTextCursorOutlinedFilled.tsx index 86e54d35a..379e81815 100644 --- a/src/IconHighlightTextCursorOutlinedFilled.tsx +++ b/src/IconHighlightTextCursorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightTextCursorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighlightTextCursorRounded.tsx b/src/IconHighlightTextCursorRounded.tsx index 91680877a..b3da2e7f3 100644 --- a/src/IconHighlightTextCursorRounded.tsx +++ b/src/IconHighlightTextCursorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightTextCursorRounded: React.FC = ({ ...props diff --git a/src/IconHighlightTextCursorRoundedFilled.tsx b/src/IconHighlightTextCursorRoundedFilled.tsx index 64eb7d015..8a1ec46a8 100644 --- a/src/IconHighlightTextCursorRoundedFilled.tsx +++ b/src/IconHighlightTextCursorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightTextCursorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHighlightTextCursorSharp.tsx b/src/IconHighlightTextCursorSharp.tsx index 353c00e3b..ef352473a 100644 --- a/src/IconHighlightTextCursorSharp.tsx +++ b/src/IconHighlightTextCursorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightTextCursorSharp: React.FC = ({ ...props diff --git a/src/IconHighlightTextCursorSharpFilled.tsx b/src/IconHighlightTextCursorSharpFilled.tsx index 4ea3ce942..6939041ca 100644 --- a/src/IconHighlightTextCursorSharpFilled.tsx +++ b/src/IconHighlightTextCursorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlightTextCursorSharpFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize1Outlined.tsx b/src/IconHighlighterSize1Outlined.tsx index 0f65b06a7..73a8cfb9e 100644 --- a/src/IconHighlighterSize1Outlined.tsx +++ b/src/IconHighlighterSize1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize1Outlined: React.FC = ({ ...props diff --git a/src/IconHighlighterSize1OutlinedFilled.tsx b/src/IconHighlighterSize1OutlinedFilled.tsx index de07eef72..5d52c018a 100644 --- a/src/IconHighlighterSize1OutlinedFilled.tsx +++ b/src/IconHighlighterSize1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize1Rounded.tsx b/src/IconHighlighterSize1Rounded.tsx index e69117f8c..4a3c84839 100644 --- a/src/IconHighlighterSize1Rounded.tsx +++ b/src/IconHighlighterSize1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize1Rounded: React.FC = ({ ...props diff --git a/src/IconHighlighterSize1RoundedFilled.tsx b/src/IconHighlighterSize1RoundedFilled.tsx index c171fe615..c24a1f737 100644 --- a/src/IconHighlighterSize1RoundedFilled.tsx +++ b/src/IconHighlighterSize1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize1Sharp.tsx b/src/IconHighlighterSize1Sharp.tsx index 41c819539..0cf84d8cf 100644 --- a/src/IconHighlighterSize1Sharp.tsx +++ b/src/IconHighlighterSize1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize1Sharp: React.FC = ({ ...props diff --git a/src/IconHighlighterSize1SharpFilled.tsx b/src/IconHighlighterSize1SharpFilled.tsx index efc85f38e..3b666229d 100644 --- a/src/IconHighlighterSize1SharpFilled.tsx +++ b/src/IconHighlighterSize1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize1SharpFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize2Outlined.tsx b/src/IconHighlighterSize2Outlined.tsx index ecb5bdabf..61555642e 100644 --- a/src/IconHighlighterSize2Outlined.tsx +++ b/src/IconHighlighterSize2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize2Outlined: React.FC = ({ ...props diff --git a/src/IconHighlighterSize2OutlinedFilled.tsx b/src/IconHighlighterSize2OutlinedFilled.tsx index a8748af57..24f5aebe8 100644 --- a/src/IconHighlighterSize2OutlinedFilled.tsx +++ b/src/IconHighlighterSize2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize2Rounded.tsx b/src/IconHighlighterSize2Rounded.tsx index 104706cec..4bc437b25 100644 --- a/src/IconHighlighterSize2Rounded.tsx +++ b/src/IconHighlighterSize2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize2Rounded: React.FC = ({ ...props diff --git a/src/IconHighlighterSize2RoundedFilled.tsx b/src/IconHighlighterSize2RoundedFilled.tsx index 56dd578c1..5e2b26172 100644 --- a/src/IconHighlighterSize2RoundedFilled.tsx +++ b/src/IconHighlighterSize2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize2Sharp.tsx b/src/IconHighlighterSize2Sharp.tsx index 7e4f14105..dd902a057 100644 --- a/src/IconHighlighterSize2Sharp.tsx +++ b/src/IconHighlighterSize2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize2Sharp: React.FC = ({ ...props diff --git a/src/IconHighlighterSize2SharpFilled.tsx b/src/IconHighlighterSize2SharpFilled.tsx index 1e04efb7e..b84f7b97f 100644 --- a/src/IconHighlighterSize2SharpFilled.tsx +++ b/src/IconHighlighterSize2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize2SharpFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize3Outlined.tsx b/src/IconHighlighterSize3Outlined.tsx index e33ab2423..e85ffb820 100644 --- a/src/IconHighlighterSize3Outlined.tsx +++ b/src/IconHighlighterSize3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize3Outlined: React.FC = ({ ...props diff --git a/src/IconHighlighterSize3OutlinedFilled.tsx b/src/IconHighlighterSize3OutlinedFilled.tsx index e9896ca61..dc1deefc9 100644 --- a/src/IconHighlighterSize3OutlinedFilled.tsx +++ b/src/IconHighlighterSize3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize3Rounded.tsx b/src/IconHighlighterSize3Rounded.tsx index 7460ff96b..ad5ea6476 100644 --- a/src/IconHighlighterSize3Rounded.tsx +++ b/src/IconHighlighterSize3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize3Rounded: React.FC = ({ ...props diff --git a/src/IconHighlighterSize3RoundedFilled.tsx b/src/IconHighlighterSize3RoundedFilled.tsx index 79988ebb2..9b6bad1dd 100644 --- a/src/IconHighlighterSize3RoundedFilled.tsx +++ b/src/IconHighlighterSize3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize3Sharp.tsx b/src/IconHighlighterSize3Sharp.tsx index 35b776a69..bf9a95b26 100644 --- a/src/IconHighlighterSize3Sharp.tsx +++ b/src/IconHighlighterSize3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize3Sharp: React.FC = ({ ...props diff --git a/src/IconHighlighterSize3SharpFilled.tsx b/src/IconHighlighterSize3SharpFilled.tsx index f1ee34d4c..18fe7b2d2 100644 --- a/src/IconHighlighterSize3SharpFilled.tsx +++ b/src/IconHighlighterSize3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize3SharpFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize4Outlined.tsx b/src/IconHighlighterSize4Outlined.tsx index 9225f7260..3bc2d7208 100644 --- a/src/IconHighlighterSize4Outlined.tsx +++ b/src/IconHighlighterSize4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize4Outlined: React.FC = ({ ...props diff --git a/src/IconHighlighterSize4OutlinedFilled.tsx b/src/IconHighlighterSize4OutlinedFilled.tsx index a991ad625..08233dd42 100644 --- a/src/IconHighlighterSize4OutlinedFilled.tsx +++ b/src/IconHighlighterSize4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize4OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize4Rounded.tsx b/src/IconHighlighterSize4Rounded.tsx index 43eb11687..0fffd4440 100644 --- a/src/IconHighlighterSize4Rounded.tsx +++ b/src/IconHighlighterSize4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize4Rounded: React.FC = ({ ...props diff --git a/src/IconHighlighterSize4RoundedFilled.tsx b/src/IconHighlighterSize4RoundedFilled.tsx index 03c21af44..6f72179f2 100644 --- a/src/IconHighlighterSize4RoundedFilled.tsx +++ b/src/IconHighlighterSize4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize4RoundedFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize4Sharp.tsx b/src/IconHighlighterSize4Sharp.tsx index 6231e0fe9..1f28a4192 100644 --- a/src/IconHighlighterSize4Sharp.tsx +++ b/src/IconHighlighterSize4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize4Sharp: React.FC = ({ ...props diff --git a/src/IconHighlighterSize4SharpFilled.tsx b/src/IconHighlighterSize4SharpFilled.tsx index 77d7b8777..1023bd680 100644 --- a/src/IconHighlighterSize4SharpFilled.tsx +++ b/src/IconHighlighterSize4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize4SharpFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize5Outlined.tsx b/src/IconHighlighterSize5Outlined.tsx index 176800f2f..eb1faacc2 100644 --- a/src/IconHighlighterSize5Outlined.tsx +++ b/src/IconHighlighterSize5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize5Outlined: React.FC = ({ ...props diff --git a/src/IconHighlighterSize5OutlinedFilled.tsx b/src/IconHighlighterSize5OutlinedFilled.tsx index 42f61916e..869c6fdeb 100644 --- a/src/IconHighlighterSize5OutlinedFilled.tsx +++ b/src/IconHighlighterSize5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize5OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize5Rounded.tsx b/src/IconHighlighterSize5Rounded.tsx index a86cd0181..dfea4b457 100644 --- a/src/IconHighlighterSize5Rounded.tsx +++ b/src/IconHighlighterSize5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize5Rounded: React.FC = ({ ...props diff --git a/src/IconHighlighterSize5RoundedFilled.tsx b/src/IconHighlighterSize5RoundedFilled.tsx index 31d44c5c9..71645b42a 100644 --- a/src/IconHighlighterSize5RoundedFilled.tsx +++ b/src/IconHighlighterSize5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize5RoundedFilled: React.FC = ({ ...props diff --git a/src/IconHighlighterSize5Sharp.tsx b/src/IconHighlighterSize5Sharp.tsx index 6fa8bbfc3..039a2675e 100644 --- a/src/IconHighlighterSize5Sharp.tsx +++ b/src/IconHighlighterSize5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize5Sharp: React.FC = ({ ...props diff --git a/src/IconHighlighterSize5SharpFilled.tsx b/src/IconHighlighterSize5SharpFilled.tsx index 21e23ddbd..196328df3 100644 --- a/src/IconHighlighterSize5SharpFilled.tsx +++ b/src/IconHighlighterSize5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHighlighterSize5SharpFilled: React.FC = ({ ...props diff --git a/src/IconHikingOutlined.tsx b/src/IconHikingOutlined.tsx index bd0918b75..58b3092e6 100644 --- a/src/IconHikingOutlined.tsx +++ b/src/IconHikingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHikingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHikingOutlinedFilled.tsx b/src/IconHikingOutlinedFilled.tsx index 6e1882a7f..5ac67098a 100644 --- a/src/IconHikingOutlinedFilled.tsx +++ b/src/IconHikingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHikingOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHikingRounded.tsx b/src/IconHikingRounded.tsx index 21c565eb4..21a508351 100644 --- a/src/IconHikingRounded.tsx +++ b/src/IconHikingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHikingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHikingRoundedFilled.tsx b/src/IconHikingRoundedFilled.tsx index 88b1245ea..7b7f53c21 100644 --- a/src/IconHikingRoundedFilled.tsx +++ b/src/IconHikingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHikingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHikingSharp.tsx b/src/IconHikingSharp.tsx index db2c0354b..0d7c932fc 100644 --- a/src/IconHikingSharp.tsx +++ b/src/IconHikingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHikingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHikingSharpFilled.tsx b/src/IconHikingSharpFilled.tsx index 2218b9b5f..3ffd2a543 100644 --- a/src/IconHikingSharpFilled.tsx +++ b/src/IconHikingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHikingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHistory2Outlined.tsx b/src/IconHistory2Outlined.tsx index 83ee111f1..9de5923a4 100644 --- a/src/IconHistory2Outlined.tsx +++ b/src/IconHistory2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistory2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHistory2OutlinedFilled.tsx b/src/IconHistory2OutlinedFilled.tsx index f9c3eb48c..9db402de1 100644 --- a/src/IconHistory2OutlinedFilled.tsx +++ b/src/IconHistory2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistory2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHistory2Rounded.tsx b/src/IconHistory2Rounded.tsx index 400ee9e82..bad86b2df 100644 --- a/src/IconHistory2Rounded.tsx +++ b/src/IconHistory2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistory2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHistory2RoundedFilled.tsx b/src/IconHistory2RoundedFilled.tsx index 68e3e7126..793d63f85 100644 --- a/src/IconHistory2RoundedFilled.tsx +++ b/src/IconHistory2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistory2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconHistory2Sharp.tsx b/src/IconHistory2Sharp.tsx index 38a4c0d22..77f0e5f1f 100644 --- a/src/IconHistory2Sharp.tsx +++ b/src/IconHistory2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistory2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHistory2SharpFilled.tsx b/src/IconHistory2SharpFilled.tsx index d3e68079e..44e83a5da 100644 --- a/src/IconHistory2SharpFilled.tsx +++ b/src/IconHistory2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistory2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHistoryEduOutlined.tsx b/src/IconHistoryEduOutlined.tsx index 9a153a42f..e6348ee17 100644 --- a/src/IconHistoryEduOutlined.tsx +++ b/src/IconHistoryEduOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryEduOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHistoryEduOutlinedFilled.tsx b/src/IconHistoryEduOutlinedFilled.tsx index bc01d9b44..3c392807e 100644 --- a/src/IconHistoryEduOutlinedFilled.tsx +++ b/src/IconHistoryEduOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryEduOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHistoryEduRounded.tsx b/src/IconHistoryEduRounded.tsx index 6e6af2acb..cd2df2e60 100644 --- a/src/IconHistoryEduRounded.tsx +++ b/src/IconHistoryEduRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryEduRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHistoryEduRoundedFilled.tsx b/src/IconHistoryEduRoundedFilled.tsx index 6e7403463..c34351645 100644 --- a/src/IconHistoryEduRoundedFilled.tsx +++ b/src/IconHistoryEduRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryEduRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHistoryEduSharp.tsx b/src/IconHistoryEduSharp.tsx index 4ee9afc8f..a8fd60de9 100644 --- a/src/IconHistoryEduSharp.tsx +++ b/src/IconHistoryEduSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryEduSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHistoryEduSharpFilled.tsx b/src/IconHistoryEduSharpFilled.tsx index 3b17141e3..9723c67cb 100644 --- a/src/IconHistoryEduSharpFilled.tsx +++ b/src/IconHistoryEduSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryEduSharpFilled: React.FC = ({ ...props diff --git a/src/IconHistoryOffOutlined.tsx b/src/IconHistoryOffOutlined.tsx index 1f868cf17..c74075f4b 100644 --- a/src/IconHistoryOffOutlined.tsx +++ b/src/IconHistoryOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHistoryOffOutlinedFilled.tsx b/src/IconHistoryOffOutlinedFilled.tsx index ed5f72fff..c9db04afa 100644 --- a/src/IconHistoryOffOutlinedFilled.tsx +++ b/src/IconHistoryOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHistoryOffRounded.tsx b/src/IconHistoryOffRounded.tsx index 9db3b7740..1d1c44969 100644 --- a/src/IconHistoryOffRounded.tsx +++ b/src/IconHistoryOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHistoryOffRoundedFilled.tsx b/src/IconHistoryOffRoundedFilled.tsx index 0a988a64c..39996e837 100644 --- a/src/IconHistoryOffRoundedFilled.tsx +++ b/src/IconHistoryOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHistoryOffSharp.tsx b/src/IconHistoryOffSharp.tsx index 548509b00..4ebe396b2 100644 --- a/src/IconHistoryOffSharp.tsx +++ b/src/IconHistoryOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHistoryOffSharpFilled.tsx b/src/IconHistoryOffSharpFilled.tsx index ae8369bac..1bb8df32a 100644 --- a/src/IconHistoryOffSharpFilled.tsx +++ b/src/IconHistoryOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconHistoryOutlined.tsx b/src/IconHistoryOutlined.tsx index 2111b1d8d..3c4fa5399 100644 --- a/src/IconHistoryOutlined.tsx +++ b/src/IconHistoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHistoryOutlinedFilled.tsx b/src/IconHistoryOutlinedFilled.tsx index c823579a1..723ca29b7 100644 --- a/src/IconHistoryOutlinedFilled.tsx +++ b/src/IconHistoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHistoryRounded.tsx b/src/IconHistoryRounded.tsx index 541cd27a8..8be014176 100644 --- a/src/IconHistoryRounded.tsx +++ b/src/IconHistoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHistoryRoundedFilled.tsx b/src/IconHistoryRoundedFilled.tsx index 86b455f58..d2cf0ab7b 100644 --- a/src/IconHistoryRoundedFilled.tsx +++ b/src/IconHistoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHistorySharp.tsx b/src/IconHistorySharp.tsx index bc8381f22..37e561420 100644 --- a/src/IconHistorySharp.tsx +++ b/src/IconHistorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistorySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHistorySharpFilled.tsx b/src/IconHistorySharpFilled.tsx index f2e41c793..8f0db786c 100644 --- a/src/IconHistorySharpFilled.tsx +++ b/src/IconHistorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistorySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHistoryToggleOffOutlined.tsx b/src/IconHistoryToggleOffOutlined.tsx index dfd227d16..aa07d05f4 100644 --- a/src/IconHistoryToggleOffOutlined.tsx +++ b/src/IconHistoryToggleOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryToggleOffOutlined: React.FC = ({ ...props diff --git a/src/IconHistoryToggleOffOutlinedFilled.tsx b/src/IconHistoryToggleOffOutlinedFilled.tsx index 274052935..e19d2c3a3 100644 --- a/src/IconHistoryToggleOffOutlinedFilled.tsx +++ b/src/IconHistoryToggleOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryToggleOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHistoryToggleOffRounded.tsx b/src/IconHistoryToggleOffRounded.tsx index dbc397440..a672b3a3c 100644 --- a/src/IconHistoryToggleOffRounded.tsx +++ b/src/IconHistoryToggleOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryToggleOffRounded: React.FC = ({ ...props diff --git a/src/IconHistoryToggleOffRoundedFilled.tsx b/src/IconHistoryToggleOffRoundedFilled.tsx index 28b4fdac9..3f7850cde 100644 --- a/src/IconHistoryToggleOffRoundedFilled.tsx +++ b/src/IconHistoryToggleOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryToggleOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHistoryToggleOffSharp.tsx b/src/IconHistoryToggleOffSharp.tsx index 477abbbbf..eb5bd024a 100644 --- a/src/IconHistoryToggleOffSharp.tsx +++ b/src/IconHistoryToggleOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryToggleOffSharp: React.FC = ({ ...props diff --git a/src/IconHistoryToggleOffSharpFilled.tsx b/src/IconHistoryToggleOffSharpFilled.tsx index e96febd78..affb5dfeb 100644 --- a/src/IconHistoryToggleOffSharpFilled.tsx +++ b/src/IconHistoryToggleOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHistoryToggleOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconHiveOutlined.tsx b/src/IconHiveOutlined.tsx index d75b6cfa8..de7506e67 100644 --- a/src/IconHiveOutlined.tsx +++ b/src/IconHiveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHiveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHiveOutlinedFilled.tsx b/src/IconHiveOutlinedFilled.tsx index 5ba66512e..9c375b981 100644 --- a/src/IconHiveOutlinedFilled.tsx +++ b/src/IconHiveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHiveOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHiveRounded.tsx b/src/IconHiveRounded.tsx index 928504adf..24cd4c864 100644 --- a/src/IconHiveRounded.tsx +++ b/src/IconHiveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHiveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHiveRoundedFilled.tsx b/src/IconHiveRoundedFilled.tsx index 9754887db..808d856aa 100644 --- a/src/IconHiveRoundedFilled.tsx +++ b/src/IconHiveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHiveRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHiveSharp.tsx b/src/IconHiveSharp.tsx index de0fde96f..aad3c7ead 100644 --- a/src/IconHiveSharp.tsx +++ b/src/IconHiveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHiveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHiveSharpFilled.tsx b/src/IconHiveSharpFilled.tsx index 7d0c0f062..72b1067b6 100644 --- a/src/IconHiveSharpFilled.tsx +++ b/src/IconHiveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHiveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsOffOutlined.tsx b/src/IconHlsOffOutlined.tsx index ff783f1a1..e6e0955fe 100644 --- a/src/IconHlsOffOutlined.tsx +++ b/src/IconHlsOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsOffOutlinedFilled.tsx b/src/IconHlsOffOutlinedFilled.tsx index 5a6de63e8..bf8b22468 100644 --- a/src/IconHlsOffOutlinedFilled.tsx +++ b/src/IconHlsOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsOffOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsOffRounded.tsx b/src/IconHlsOffRounded.tsx index dc61b1160..2b7130504 100644 --- a/src/IconHlsOffRounded.tsx +++ b/src/IconHlsOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsOffRoundedFilled.tsx b/src/IconHlsOffRoundedFilled.tsx index 3335dd67e..c3871716e 100644 --- a/src/IconHlsOffRoundedFilled.tsx +++ b/src/IconHlsOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsOffSharp.tsx b/src/IconHlsOffSharp.tsx index a43ef46cb..79c1c5cb4 100644 --- a/src/IconHlsOffSharp.tsx +++ b/src/IconHlsOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsOffSharpFilled.tsx b/src/IconHlsOffSharpFilled.tsx index 1e716cf26..a4fc4b758 100644 --- a/src/IconHlsOffSharpFilled.tsx +++ b/src/IconHlsOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsOutlined.tsx b/src/IconHlsOutlined.tsx index a45dffc7f..8b1db8d63 100644 --- a/src/IconHlsOutlined.tsx +++ b/src/IconHlsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsOutlinedFilled.tsx b/src/IconHlsOutlinedFilled.tsx index f0188a821..55763e0d6 100644 --- a/src/IconHlsOutlinedFilled.tsx +++ b/src/IconHlsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsRounded.tsx b/src/IconHlsRounded.tsx index 90f8381e4..384ee1ce5 100644 --- a/src/IconHlsRounded.tsx +++ b/src/IconHlsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsRoundedFilled.tsx b/src/IconHlsRoundedFilled.tsx index 8be77c1c4..0d2801e8e 100644 --- a/src/IconHlsRoundedFilled.tsx +++ b/src/IconHlsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsSharp.tsx b/src/IconHlsSharp.tsx index 415229050..92f6591fe 100644 --- a/src/IconHlsSharp.tsx +++ b/src/IconHlsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHlsSharpFilled.tsx b/src/IconHlsSharpFilled.tsx index d0c36dc5c..671cb30ee 100644 --- a/src/IconHlsSharpFilled.tsx +++ b/src/IconHlsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHlsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHolidayVillageOutlined.tsx b/src/IconHolidayVillageOutlined.tsx index 7b481748a..0a79f83c8 100644 --- a/src/IconHolidayVillageOutlined.tsx +++ b/src/IconHolidayVillageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHolidayVillageOutlined: React.FC = ({ ...props diff --git a/src/IconHolidayVillageOutlinedFilled.tsx b/src/IconHolidayVillageOutlinedFilled.tsx index 4d96b0c49..051467000 100644 --- a/src/IconHolidayVillageOutlinedFilled.tsx +++ b/src/IconHolidayVillageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHolidayVillageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHolidayVillageRounded.tsx b/src/IconHolidayVillageRounded.tsx index ada2ce6ed..15f19ea5a 100644 --- a/src/IconHolidayVillageRounded.tsx +++ b/src/IconHolidayVillageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHolidayVillageRounded: React.FC = ({ ...props diff --git a/src/IconHolidayVillageRoundedFilled.tsx b/src/IconHolidayVillageRoundedFilled.tsx index ceab785a9..1af4b2f6e 100644 --- a/src/IconHolidayVillageRoundedFilled.tsx +++ b/src/IconHolidayVillageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHolidayVillageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHolidayVillageSharp.tsx b/src/IconHolidayVillageSharp.tsx index e96dd3b5a..234a4be70 100644 --- a/src/IconHolidayVillageSharp.tsx +++ b/src/IconHolidayVillageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHolidayVillageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHolidayVillageSharpFilled.tsx b/src/IconHolidayVillageSharpFilled.tsx index 56b165dbb..be26e43eb 100644 --- a/src/IconHolidayVillageSharpFilled.tsx +++ b/src/IconHolidayVillageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHolidayVillageSharpFilled: React.FC = ({ ...props diff --git a/src/IconHomeAndGardenOutlined.tsx b/src/IconHomeAndGardenOutlined.tsx index 4ac4b7ca8..e883f80f0 100644 --- a/src/IconHomeAndGardenOutlined.tsx +++ b/src/IconHomeAndGardenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAndGardenOutlined: React.FC = ({ ...props diff --git a/src/IconHomeAndGardenOutlinedFilled.tsx b/src/IconHomeAndGardenOutlinedFilled.tsx index 06c5af2f5..a1e547675 100644 --- a/src/IconHomeAndGardenOutlinedFilled.tsx +++ b/src/IconHomeAndGardenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAndGardenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeAndGardenRounded.tsx b/src/IconHomeAndGardenRounded.tsx index 5fe57bbe4..708876607 100644 --- a/src/IconHomeAndGardenRounded.tsx +++ b/src/IconHomeAndGardenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAndGardenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeAndGardenRoundedFilled.tsx b/src/IconHomeAndGardenRoundedFilled.tsx index 0d1eace94..87d9b3743 100644 --- a/src/IconHomeAndGardenRoundedFilled.tsx +++ b/src/IconHomeAndGardenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAndGardenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHomeAndGardenSharp.tsx b/src/IconHomeAndGardenSharp.tsx index 3e4475095..96d516d50 100644 --- a/src/IconHomeAndGardenSharp.tsx +++ b/src/IconHomeAndGardenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAndGardenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeAndGardenSharpFilled.tsx b/src/IconHomeAndGardenSharpFilled.tsx index 58b709159..141950867 100644 --- a/src/IconHomeAndGardenSharpFilled.tsx +++ b/src/IconHomeAndGardenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAndGardenSharpFilled: React.FC = ({ ...props diff --git a/src/IconHomeAppLogoOutlined.tsx b/src/IconHomeAppLogoOutlined.tsx index ede95e703..24b99dd77 100644 --- a/src/IconHomeAppLogoOutlined.tsx +++ b/src/IconHomeAppLogoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAppLogoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeAppLogoOutlinedFilled.tsx b/src/IconHomeAppLogoOutlinedFilled.tsx index 251f71930..698a421c5 100644 --- a/src/IconHomeAppLogoOutlinedFilled.tsx +++ b/src/IconHomeAppLogoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAppLogoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeAppLogoRounded.tsx b/src/IconHomeAppLogoRounded.tsx index 1400b6436..6b8a4647a 100644 --- a/src/IconHomeAppLogoRounded.tsx +++ b/src/IconHomeAppLogoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAppLogoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeAppLogoRoundedFilled.tsx b/src/IconHomeAppLogoRoundedFilled.tsx index bfd55fb59..f952bb767 100644 --- a/src/IconHomeAppLogoRoundedFilled.tsx +++ b/src/IconHomeAppLogoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAppLogoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHomeAppLogoSharp.tsx b/src/IconHomeAppLogoSharp.tsx index 499fc967b..90e28d31d 100644 --- a/src/IconHomeAppLogoSharp.tsx +++ b/src/IconHomeAppLogoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAppLogoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeAppLogoSharpFilled.tsx b/src/IconHomeAppLogoSharpFilled.tsx index 18b55b1d5..51f3d73e2 100644 --- a/src/IconHomeAppLogoSharpFilled.tsx +++ b/src/IconHomeAppLogoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeAppLogoSharpFilled: React.FC = ({ ...props diff --git a/src/IconHomeHealthOutlined.tsx b/src/IconHomeHealthOutlined.tsx index 146053835..4836b06cc 100644 --- a/src/IconHomeHealthOutlined.tsx +++ b/src/IconHomeHealthOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeHealthOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeHealthOutlinedFilled.tsx b/src/IconHomeHealthOutlinedFilled.tsx index 0fdedc619..ada465b73 100644 --- a/src/IconHomeHealthOutlinedFilled.tsx +++ b/src/IconHomeHealthOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeHealthOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeHealthRounded.tsx b/src/IconHomeHealthRounded.tsx index 539df7d59..bf13731b7 100644 --- a/src/IconHomeHealthRounded.tsx +++ b/src/IconHomeHealthRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeHealthRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeHealthRoundedFilled.tsx b/src/IconHomeHealthRoundedFilled.tsx index 970d46c65..93ae5fa0f 100644 --- a/src/IconHomeHealthRoundedFilled.tsx +++ b/src/IconHomeHealthRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeHealthRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHomeHealthSharp.tsx b/src/IconHomeHealthSharp.tsx index 84df3efde..5ef2d6937 100644 --- a/src/IconHomeHealthSharp.tsx +++ b/src/IconHomeHealthSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeHealthSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeHealthSharpFilled.tsx b/src/IconHomeHealthSharpFilled.tsx index 2cd3c4cbd..b065d68fa 100644 --- a/src/IconHomeHealthSharpFilled.tsx +++ b/src/IconHomeHealthSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeHealthSharpFilled: React.FC = ({ ...props diff --git a/src/IconHomeImprovementAndToolsOutlined.tsx b/src/IconHomeImprovementAndToolsOutlined.tsx index bae932afd..74d80fd38 100644 --- a/src/IconHomeImprovementAndToolsOutlined.tsx +++ b/src/IconHomeImprovementAndToolsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeImprovementAndToolsOutlined: React.FC = ({ ...props diff --git a/src/IconHomeImprovementAndToolsOutlinedFilled.tsx b/src/IconHomeImprovementAndToolsOutlinedFilled.tsx index 756694a8d..1d492a488 100644 --- a/src/IconHomeImprovementAndToolsOutlinedFilled.tsx +++ b/src/IconHomeImprovementAndToolsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeImprovementAndToolsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeImprovementAndToolsRounded.tsx b/src/IconHomeImprovementAndToolsRounded.tsx index 83c7864f5..b6afab392 100644 --- a/src/IconHomeImprovementAndToolsRounded.tsx +++ b/src/IconHomeImprovementAndToolsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeImprovementAndToolsRounded: React.FC = ({ ...props diff --git a/src/IconHomeImprovementAndToolsRoundedFilled.tsx b/src/IconHomeImprovementAndToolsRoundedFilled.tsx index 8931b8ca3..320dd1338 100644 --- a/src/IconHomeImprovementAndToolsRoundedFilled.tsx +++ b/src/IconHomeImprovementAndToolsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeImprovementAndToolsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHomeImprovementAndToolsSharp.tsx b/src/IconHomeImprovementAndToolsSharp.tsx index 1682d016c..143b5cb15 100644 --- a/src/IconHomeImprovementAndToolsSharp.tsx +++ b/src/IconHomeImprovementAndToolsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeImprovementAndToolsSharp: React.FC = ({ ...props diff --git a/src/IconHomeImprovementAndToolsSharpFilled.tsx b/src/IconHomeImprovementAndToolsSharpFilled.tsx index 185de7145..31569520d 100644 --- a/src/IconHomeImprovementAndToolsSharpFilled.tsx +++ b/src/IconHomeImprovementAndToolsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeImprovementAndToolsSharpFilled: React.FC = ({ ...props diff --git a/src/IconHomeIotDeviceOutlined.tsx b/src/IconHomeIotDeviceOutlined.tsx index f8e68b8e4..5a991a822 100644 --- a/src/IconHomeIotDeviceOutlined.tsx +++ b/src/IconHomeIotDeviceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeIotDeviceOutlined: React.FC = ({ ...props diff --git a/src/IconHomeIotDeviceOutlinedFilled.tsx b/src/IconHomeIotDeviceOutlinedFilled.tsx index 8f6afafb5..ee44230d5 100644 --- a/src/IconHomeIotDeviceOutlinedFilled.tsx +++ b/src/IconHomeIotDeviceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeIotDeviceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeIotDeviceRounded.tsx b/src/IconHomeIotDeviceRounded.tsx index 23b264583..d5bbcf458 100644 --- a/src/IconHomeIotDeviceRounded.tsx +++ b/src/IconHomeIotDeviceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeIotDeviceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeIotDeviceRoundedFilled.tsx b/src/IconHomeIotDeviceRoundedFilled.tsx index 0b67f9d6d..9e7a13c30 100644 --- a/src/IconHomeIotDeviceRoundedFilled.tsx +++ b/src/IconHomeIotDeviceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeIotDeviceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHomeIotDeviceSharp.tsx b/src/IconHomeIotDeviceSharp.tsx index 6c65fdcd8..7692c4195 100644 --- a/src/IconHomeIotDeviceSharp.tsx +++ b/src/IconHomeIotDeviceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeIotDeviceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeIotDeviceSharpFilled.tsx b/src/IconHomeIotDeviceSharpFilled.tsx index decf4d806..f6ff3a33b 100644 --- a/src/IconHomeIotDeviceSharpFilled.tsx +++ b/src/IconHomeIotDeviceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeIotDeviceSharpFilled: React.FC = ({ ...props diff --git a/src/IconHomeMaxDotsOutlined.tsx b/src/IconHomeMaxDotsOutlined.tsx index adfe28ee7..f5fc58d92 100644 --- a/src/IconHomeMaxDotsOutlined.tsx +++ b/src/IconHomeMaxDotsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxDotsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeMaxDotsOutlinedFilled.tsx b/src/IconHomeMaxDotsOutlinedFilled.tsx index d7f9ee9c6..c18d1b9ed 100644 --- a/src/IconHomeMaxDotsOutlinedFilled.tsx +++ b/src/IconHomeMaxDotsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxDotsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeMaxDotsRounded.tsx b/src/IconHomeMaxDotsRounded.tsx index 6ab972146..8b91f4ac1 100644 --- a/src/IconHomeMaxDotsRounded.tsx +++ b/src/IconHomeMaxDotsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxDotsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeMaxDotsRoundedFilled.tsx b/src/IconHomeMaxDotsRoundedFilled.tsx index 2a5070b4f..e5089c6d9 100644 --- a/src/IconHomeMaxDotsRoundedFilled.tsx +++ b/src/IconHomeMaxDotsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxDotsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHomeMaxDotsSharp.tsx b/src/IconHomeMaxDotsSharp.tsx index f037eef92..426dbb698 100644 --- a/src/IconHomeMaxDotsSharp.tsx +++ b/src/IconHomeMaxDotsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxDotsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeMaxDotsSharpFilled.tsx b/src/IconHomeMaxDotsSharpFilled.tsx index 261ba6731..1074d1471 100644 --- a/src/IconHomeMaxDotsSharpFilled.tsx +++ b/src/IconHomeMaxDotsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxDotsSharpFilled: React.FC = ({ ...props diff --git a/src/IconHomeMaxOutlined.tsx b/src/IconHomeMaxOutlined.tsx index 34d0f236a..04e43aa8f 100644 --- a/src/IconHomeMaxOutlined.tsx +++ b/src/IconHomeMaxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeMaxOutlinedFilled.tsx b/src/IconHomeMaxOutlinedFilled.tsx index ffd328e67..71a79ba5a 100644 --- a/src/IconHomeMaxOutlinedFilled.tsx +++ b/src/IconHomeMaxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeMaxRounded.tsx b/src/IconHomeMaxRounded.tsx index 211c34e4f..082c81eb0 100644 --- a/src/IconHomeMaxRounded.tsx +++ b/src/IconHomeMaxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeMaxRoundedFilled.tsx b/src/IconHomeMaxRoundedFilled.tsx index 42fe731b0..1693c8d8b 100644 --- a/src/IconHomeMaxRoundedFilled.tsx +++ b/src/IconHomeMaxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeMaxSharp.tsx b/src/IconHomeMaxSharp.tsx index 61c1e6597..f3e29bdea 100644 --- a/src/IconHomeMaxSharp.tsx +++ b/src/IconHomeMaxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeMaxSharpFilled.tsx b/src/IconHomeMaxSharpFilled.tsx index 4090eef26..53000af76 100644 --- a/src/IconHomeMaxSharpFilled.tsx +++ b/src/IconHomeMaxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMaxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeMiniOutlined.tsx b/src/IconHomeMiniOutlined.tsx index d50d8fc87..d59d0ec54 100644 --- a/src/IconHomeMiniOutlined.tsx +++ b/src/IconHomeMiniOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMiniOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeMiniOutlinedFilled.tsx b/src/IconHomeMiniOutlinedFilled.tsx index 4006b0e56..9d5d84a08 100644 --- a/src/IconHomeMiniOutlinedFilled.tsx +++ b/src/IconHomeMiniOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMiniOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeMiniRounded.tsx b/src/IconHomeMiniRounded.tsx index f38c0f174..72bc32ad7 100644 --- a/src/IconHomeMiniRounded.tsx +++ b/src/IconHomeMiniRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMiniRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeMiniRoundedFilled.tsx b/src/IconHomeMiniRoundedFilled.tsx index 6e24f5af7..a1ab01e1d 100644 --- a/src/IconHomeMiniRoundedFilled.tsx +++ b/src/IconHomeMiniRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMiniRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHomeMiniSharp.tsx b/src/IconHomeMiniSharp.tsx index ffe10a7bf..41149b1ab 100644 --- a/src/IconHomeMiniSharp.tsx +++ b/src/IconHomeMiniSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMiniSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeMiniSharpFilled.tsx b/src/IconHomeMiniSharpFilled.tsx index adf076333..b95fa5cb6 100644 --- a/src/IconHomeMiniSharpFilled.tsx +++ b/src/IconHomeMiniSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeMiniSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeOutlined.tsx b/src/IconHomeOutlined.tsx index 4c1d944ca..f87fc0614 100644 --- a/src/IconHomeOutlined.tsx +++ b/src/IconHomeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeOutlinedFilled.tsx b/src/IconHomeOutlinedFilled.tsx index c7b5ea9ca..adf5b751d 100644 --- a/src/IconHomeOutlinedFilled.tsx +++ b/src/IconHomeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHomePinOutlined.tsx b/src/IconHomePinOutlined.tsx index ed13ce107..f445fa94a 100644 --- a/src/IconHomePinOutlined.tsx +++ b/src/IconHomePinOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomePinOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHomePinOutlinedFilled.tsx b/src/IconHomePinOutlinedFilled.tsx index 13e3acc02..5bb0fb7e4 100644 --- a/src/IconHomePinOutlinedFilled.tsx +++ b/src/IconHomePinOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomePinOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomePinRounded.tsx b/src/IconHomePinRounded.tsx index 90ea94eac..1ac74b6e8 100644 --- a/src/IconHomePinRounded.tsx +++ b/src/IconHomePinRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomePinRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomePinRoundedFilled.tsx b/src/IconHomePinRoundedFilled.tsx index 4c7c0c976..92f287ae8 100644 --- a/src/IconHomePinRoundedFilled.tsx +++ b/src/IconHomePinRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomePinRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHomePinSharp.tsx b/src/IconHomePinSharp.tsx index 50d43d436..893d887e2 100644 --- a/src/IconHomePinSharp.tsx +++ b/src/IconHomePinSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomePinSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomePinSharpFilled.tsx b/src/IconHomePinSharpFilled.tsx index 8ad582222..532a3682c 100644 --- a/src/IconHomePinSharpFilled.tsx +++ b/src/IconHomePinSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomePinSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeRepairServiceOutlined.tsx b/src/IconHomeRepairServiceOutlined.tsx index 2fb22e35a..ef1adce05 100644 --- a/src/IconHomeRepairServiceOutlined.tsx +++ b/src/IconHomeRepairServiceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeRepairServiceOutlined: React.FC = ({ ...props diff --git a/src/IconHomeRepairServiceOutlinedFilled.tsx b/src/IconHomeRepairServiceOutlinedFilled.tsx index 65be00eeb..85b6ede05 100644 --- a/src/IconHomeRepairServiceOutlinedFilled.tsx +++ b/src/IconHomeRepairServiceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeRepairServiceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeRepairServiceRounded.tsx b/src/IconHomeRepairServiceRounded.tsx index 51be026fd..d8d07fb1e 100644 --- a/src/IconHomeRepairServiceRounded.tsx +++ b/src/IconHomeRepairServiceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeRepairServiceRounded: React.FC = ({ ...props diff --git a/src/IconHomeRepairServiceRoundedFilled.tsx b/src/IconHomeRepairServiceRoundedFilled.tsx index 0b83c33b8..55bf98a32 100644 --- a/src/IconHomeRepairServiceRoundedFilled.tsx +++ b/src/IconHomeRepairServiceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeRepairServiceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHomeRepairServiceSharp.tsx b/src/IconHomeRepairServiceSharp.tsx index ca258788c..22d016e5b 100644 --- a/src/IconHomeRepairServiceSharp.tsx +++ b/src/IconHomeRepairServiceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeRepairServiceSharp: React.FC = ({ ...props diff --git a/src/IconHomeRepairServiceSharpFilled.tsx b/src/IconHomeRepairServiceSharpFilled.tsx index 919413e7a..2864da0e6 100644 --- a/src/IconHomeRepairServiceSharpFilled.tsx +++ b/src/IconHomeRepairServiceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeRepairServiceSharpFilled: React.FC = ({ ...props diff --git a/src/IconHomeRounded.tsx b/src/IconHomeRounded.tsx index 4100495f7..4b343bab8 100644 --- a/src/IconHomeRounded.tsx +++ b/src/IconHomeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeRoundedFilled.tsx b/src/IconHomeRoundedFilled.tsx index 3a0dd7f66..6dde25f54 100644 --- a/src/IconHomeRoundedFilled.tsx +++ b/src/IconHomeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeSharp.tsx b/src/IconHomeSharp.tsx index 6a7419b7c..fb5bedf29 100644 --- a/src/IconHomeSharp.tsx +++ b/src/IconHomeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeSharpFilled.tsx b/src/IconHomeSharpFilled.tsx index 765ef9f6e..252b0867a 100644 --- a/src/IconHomeSharpFilled.tsx +++ b/src/IconHomeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeSpeakerOutlined.tsx b/src/IconHomeSpeakerOutlined.tsx index 63307f64c..322d914c1 100644 --- a/src/IconHomeSpeakerOutlined.tsx +++ b/src/IconHomeSpeakerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeSpeakerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeSpeakerOutlinedFilled.tsx b/src/IconHomeSpeakerOutlinedFilled.tsx index 05bfeb514..c543d5569 100644 --- a/src/IconHomeSpeakerOutlinedFilled.tsx +++ b/src/IconHomeSpeakerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeSpeakerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeSpeakerRounded.tsx b/src/IconHomeSpeakerRounded.tsx index e2a97519a..d73f5c1e6 100644 --- a/src/IconHomeSpeakerRounded.tsx +++ b/src/IconHomeSpeakerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeSpeakerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeSpeakerRoundedFilled.tsx b/src/IconHomeSpeakerRoundedFilled.tsx index c51f8f2ab..b52d92abc 100644 --- a/src/IconHomeSpeakerRoundedFilled.tsx +++ b/src/IconHomeSpeakerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeSpeakerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHomeSpeakerSharp.tsx b/src/IconHomeSpeakerSharp.tsx index 180c47bf8..52597c3e7 100644 --- a/src/IconHomeSpeakerSharp.tsx +++ b/src/IconHomeSpeakerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeSpeakerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeSpeakerSharpFilled.tsx b/src/IconHomeSpeakerSharpFilled.tsx index c4613f659..e04bc1858 100644 --- a/src/IconHomeSpeakerSharpFilled.tsx +++ b/src/IconHomeSpeakerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeSpeakerSharpFilled: React.FC = ({ ...props diff --git a/src/IconHomeStorageOutlined.tsx b/src/IconHomeStorageOutlined.tsx index e779ca7e2..333cf3b0a 100644 --- a/src/IconHomeStorageOutlined.tsx +++ b/src/IconHomeStorageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeStorageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeStorageOutlinedFilled.tsx b/src/IconHomeStorageOutlinedFilled.tsx index bf1fc9811..986607d60 100644 --- a/src/IconHomeStorageOutlinedFilled.tsx +++ b/src/IconHomeStorageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeStorageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeStorageRounded.tsx b/src/IconHomeStorageRounded.tsx index 8d6eb7bbe..2d9236b25 100644 --- a/src/IconHomeStorageRounded.tsx +++ b/src/IconHomeStorageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeStorageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeStorageRoundedFilled.tsx b/src/IconHomeStorageRoundedFilled.tsx index 9bee1e0e0..c9525d7df 100644 --- a/src/IconHomeStorageRoundedFilled.tsx +++ b/src/IconHomeStorageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeStorageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHomeStorageSharp.tsx b/src/IconHomeStorageSharp.tsx index e384d7583..29243a48b 100644 --- a/src/IconHomeStorageSharp.tsx +++ b/src/IconHomeStorageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeStorageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeStorageSharpFilled.tsx b/src/IconHomeStorageSharpFilled.tsx index 6ac41c14f..ddd3ada59 100644 --- a/src/IconHomeStorageSharpFilled.tsx +++ b/src/IconHomeStorageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeStorageSharpFilled: React.FC = ({ ...props diff --git a/src/IconHomeWorkOutlined.tsx b/src/IconHomeWorkOutlined.tsx index 50b347f33..21474a00e 100644 --- a/src/IconHomeWorkOutlined.tsx +++ b/src/IconHomeWorkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeWorkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeWorkOutlinedFilled.tsx b/src/IconHomeWorkOutlinedFilled.tsx index 05fd49a2a..d43e46a8f 100644 --- a/src/IconHomeWorkOutlinedFilled.tsx +++ b/src/IconHomeWorkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeWorkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHomeWorkRounded.tsx b/src/IconHomeWorkRounded.tsx index f61651044..9fffa8fec 100644 --- a/src/IconHomeWorkRounded.tsx +++ b/src/IconHomeWorkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeWorkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeWorkRoundedFilled.tsx b/src/IconHomeWorkRoundedFilled.tsx index bcb147f35..d5ab7e70b 100644 --- a/src/IconHomeWorkRoundedFilled.tsx +++ b/src/IconHomeWorkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeWorkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHomeWorkSharp.tsx b/src/IconHomeWorkSharp.tsx index 962590a3e..7de1575e0 100644 --- a/src/IconHomeWorkSharp.tsx +++ b/src/IconHomeWorkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeWorkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHomeWorkSharpFilled.tsx b/src/IconHomeWorkSharpFilled.tsx index 0b0a479d7..adc8e7826 100644 --- a/src/IconHomeWorkSharpFilled.tsx +++ b/src/IconHomeWorkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHomeWorkSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHorizontalDistributeOutlined.tsx b/src/IconHorizontalDistributeOutlined.tsx index f87514d04..787fe5ab8 100644 --- a/src/IconHorizontalDistributeOutlined.tsx +++ b/src/IconHorizontalDistributeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalDistributeOutlined: React.FC = ({ ...props diff --git a/src/IconHorizontalDistributeOutlinedFilled.tsx b/src/IconHorizontalDistributeOutlinedFilled.tsx index 4d0860d22..d53e470fb 100644 --- a/src/IconHorizontalDistributeOutlinedFilled.tsx +++ b/src/IconHorizontalDistributeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalDistributeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHorizontalDistributeRounded.tsx b/src/IconHorizontalDistributeRounded.tsx index f2ff2e52a..3c8d0d331 100644 --- a/src/IconHorizontalDistributeRounded.tsx +++ b/src/IconHorizontalDistributeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalDistributeRounded: React.FC = ({ ...props diff --git a/src/IconHorizontalDistributeRoundedFilled.tsx b/src/IconHorizontalDistributeRoundedFilled.tsx index e3325fd56..ae8cfddfe 100644 --- a/src/IconHorizontalDistributeRoundedFilled.tsx +++ b/src/IconHorizontalDistributeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalDistributeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHorizontalDistributeSharp.tsx b/src/IconHorizontalDistributeSharp.tsx index f630b9888..593b68471 100644 --- a/src/IconHorizontalDistributeSharp.tsx +++ b/src/IconHorizontalDistributeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalDistributeSharp: React.FC = ({ ...props diff --git a/src/IconHorizontalDistributeSharpFilled.tsx b/src/IconHorizontalDistributeSharpFilled.tsx index 433784845..f231bf799 100644 --- a/src/IconHorizontalDistributeSharpFilled.tsx +++ b/src/IconHorizontalDistributeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalDistributeSharpFilled: React.FC = ({ ...props diff --git a/src/IconHorizontalRuleOutlined.tsx b/src/IconHorizontalRuleOutlined.tsx index feda92241..317a1ed39 100644 --- a/src/IconHorizontalRuleOutlined.tsx +++ b/src/IconHorizontalRuleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalRuleOutlined: React.FC = ({ ...props diff --git a/src/IconHorizontalRuleOutlinedFilled.tsx b/src/IconHorizontalRuleOutlinedFilled.tsx index c39f8087c..a3a0dfa14 100644 --- a/src/IconHorizontalRuleOutlinedFilled.tsx +++ b/src/IconHorizontalRuleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalRuleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHorizontalRuleRounded.tsx b/src/IconHorizontalRuleRounded.tsx index 8425114c1..8a1284716 100644 --- a/src/IconHorizontalRuleRounded.tsx +++ b/src/IconHorizontalRuleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalRuleRounded: React.FC = ({ ...props diff --git a/src/IconHorizontalRuleRoundedFilled.tsx b/src/IconHorizontalRuleRoundedFilled.tsx index 0b6027efc..6808e1e82 100644 --- a/src/IconHorizontalRuleRoundedFilled.tsx +++ b/src/IconHorizontalRuleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalRuleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHorizontalRuleSharp.tsx b/src/IconHorizontalRuleSharp.tsx index 5bd4d19db..1506c992f 100644 --- a/src/IconHorizontalRuleSharp.tsx +++ b/src/IconHorizontalRuleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalRuleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHorizontalRuleSharpFilled.tsx b/src/IconHorizontalRuleSharpFilled.tsx index bbf87565c..39213f728 100644 --- a/src/IconHorizontalRuleSharpFilled.tsx +++ b/src/IconHorizontalRuleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalRuleSharpFilled: React.FC = ({ ...props diff --git a/src/IconHorizontalSplitOutlined.tsx b/src/IconHorizontalSplitOutlined.tsx index 6f4161385..19bfecace 100644 --- a/src/IconHorizontalSplitOutlined.tsx +++ b/src/IconHorizontalSplitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalSplitOutlined: React.FC = ({ ...props diff --git a/src/IconHorizontalSplitOutlinedFilled.tsx b/src/IconHorizontalSplitOutlinedFilled.tsx index c94f04180..c80167b53 100644 --- a/src/IconHorizontalSplitOutlinedFilled.tsx +++ b/src/IconHorizontalSplitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalSplitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHorizontalSplitRounded.tsx b/src/IconHorizontalSplitRounded.tsx index 8c3e2d27a..97fed5c4f 100644 --- a/src/IconHorizontalSplitRounded.tsx +++ b/src/IconHorizontalSplitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalSplitRounded: React.FC = ({ ...props diff --git a/src/IconHorizontalSplitRoundedFilled.tsx b/src/IconHorizontalSplitRoundedFilled.tsx index 1890cb375..b4bb307aa 100644 --- a/src/IconHorizontalSplitRoundedFilled.tsx +++ b/src/IconHorizontalSplitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalSplitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHorizontalSplitSharp.tsx b/src/IconHorizontalSplitSharp.tsx index d5cc3e15c..b79639853 100644 --- a/src/IconHorizontalSplitSharp.tsx +++ b/src/IconHorizontalSplitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalSplitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHorizontalSplitSharpFilled.tsx b/src/IconHorizontalSplitSharpFilled.tsx index 91c8cfe14..fca06438a 100644 --- a/src/IconHorizontalSplitSharpFilled.tsx +++ b/src/IconHorizontalSplitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHorizontalSplitSharpFilled: React.FC = ({ ...props diff --git a/src/IconHostOutlined.tsx b/src/IconHostOutlined.tsx index cbe5a7d89..b7517f06f 100644 --- a/src/IconHostOutlined.tsx +++ b/src/IconHostOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHostOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHostOutlinedFilled.tsx b/src/IconHostOutlinedFilled.tsx index c88c4038e..9c39de508 100644 --- a/src/IconHostOutlinedFilled.tsx +++ b/src/IconHostOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHostOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHostRounded.tsx b/src/IconHostRounded.tsx index 3751bc7f0..41f59d745 100644 --- a/src/IconHostRounded.tsx +++ b/src/IconHostRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHostRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHostRoundedFilled.tsx b/src/IconHostRoundedFilled.tsx index eb2cd5dba..afe15550c 100644 --- a/src/IconHostRoundedFilled.tsx +++ b/src/IconHostRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHostRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHostSharp.tsx b/src/IconHostSharp.tsx index e866e4901..593567dff 100644 --- a/src/IconHostSharp.tsx +++ b/src/IconHostSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHostSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHostSharpFilled.tsx b/src/IconHostSharpFilled.tsx index 542eb9f0a..b731f5076 100644 --- a/src/IconHostSharpFilled.tsx +++ b/src/IconHostSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHostSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHotTubOutlined.tsx b/src/IconHotTubOutlined.tsx index e4d427486..1d60326f3 100644 --- a/src/IconHotTubOutlined.tsx +++ b/src/IconHotTubOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotTubOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHotTubOutlinedFilled.tsx b/src/IconHotTubOutlinedFilled.tsx index e7e70cb6b..745d88ae4 100644 --- a/src/IconHotTubOutlinedFilled.tsx +++ b/src/IconHotTubOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotTubOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHotTubRounded.tsx b/src/IconHotTubRounded.tsx index 5120e1165..9fc4fddb5 100644 --- a/src/IconHotTubRounded.tsx +++ b/src/IconHotTubRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotTubRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHotTubRoundedFilled.tsx b/src/IconHotTubRoundedFilled.tsx index 7701c87e2..7497aac05 100644 --- a/src/IconHotTubRoundedFilled.tsx +++ b/src/IconHotTubRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotTubRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHotTubSharp.tsx b/src/IconHotTubSharp.tsx index 6ba199674..8b78b66a3 100644 --- a/src/IconHotTubSharp.tsx +++ b/src/IconHotTubSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotTubSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHotTubSharpFilled.tsx b/src/IconHotTubSharpFilled.tsx index 695835318..a1a4e4a6e 100644 --- a/src/IconHotTubSharpFilled.tsx +++ b/src/IconHotTubSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotTubSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHotelClassOutlined.tsx b/src/IconHotelClassOutlined.tsx index 015a4d994..a5c71dd58 100644 --- a/src/IconHotelClassOutlined.tsx +++ b/src/IconHotelClassOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelClassOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHotelClassOutlinedFilled.tsx b/src/IconHotelClassOutlinedFilled.tsx index 530b3b6b5..b76241608 100644 --- a/src/IconHotelClassOutlinedFilled.tsx +++ b/src/IconHotelClassOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelClassOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHotelClassRounded.tsx b/src/IconHotelClassRounded.tsx index 70a99cd17..acbd25e3d 100644 --- a/src/IconHotelClassRounded.tsx +++ b/src/IconHotelClassRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelClassRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHotelClassRoundedFilled.tsx b/src/IconHotelClassRoundedFilled.tsx index c50c07a1a..7843c3b0e 100644 --- a/src/IconHotelClassRoundedFilled.tsx +++ b/src/IconHotelClassRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelClassRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHotelClassSharp.tsx b/src/IconHotelClassSharp.tsx index 8b03a7fba..f8a05f43d 100644 --- a/src/IconHotelClassSharp.tsx +++ b/src/IconHotelClassSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelClassSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHotelClassSharpFilled.tsx b/src/IconHotelClassSharpFilled.tsx index b9fc702ba..8437400a7 100644 --- a/src/IconHotelClassSharpFilled.tsx +++ b/src/IconHotelClassSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelClassSharpFilled: React.FC = ({ ...props diff --git a/src/IconHotelOutlined.tsx b/src/IconHotelOutlined.tsx index 06fa1d1ad..7759ac070 100644 --- a/src/IconHotelOutlined.tsx +++ b/src/IconHotelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHotelOutlinedFilled.tsx b/src/IconHotelOutlinedFilled.tsx index c0f9e45e9..43d9f9e43 100644 --- a/src/IconHotelOutlinedFilled.tsx +++ b/src/IconHotelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHotelRounded.tsx b/src/IconHotelRounded.tsx index 9ac777171..69018408a 100644 --- a/src/IconHotelRounded.tsx +++ b/src/IconHotelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHotelRoundedFilled.tsx b/src/IconHotelRoundedFilled.tsx index 0aaa110a3..bb1896bfc 100644 --- a/src/IconHotelRoundedFilled.tsx +++ b/src/IconHotelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHotelSharp.tsx b/src/IconHotelSharp.tsx index 3b4e30849..dd0e2a2ca 100644 --- a/src/IconHotelSharp.tsx +++ b/src/IconHotelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHotelSharpFilled.tsx b/src/IconHotelSharpFilled.tsx index 96d8e795c..984ed0bb8 100644 --- a/src/IconHotelSharpFilled.tsx +++ b/src/IconHotelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHotelSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHourglassBottomOutlined.tsx b/src/IconHourglassBottomOutlined.tsx index 72135765b..bad47b37e 100644 --- a/src/IconHourglassBottomOutlined.tsx +++ b/src/IconHourglassBottomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassBottomOutlined: React.FC = ({ ...props diff --git a/src/IconHourglassBottomOutlinedFilled.tsx b/src/IconHourglassBottomOutlinedFilled.tsx index 57cc63915..082c1a69a 100644 --- a/src/IconHourglassBottomOutlinedFilled.tsx +++ b/src/IconHourglassBottomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassBottomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHourglassBottomRounded.tsx b/src/IconHourglassBottomRounded.tsx index 31a11ab2a..60e3ad571 100644 --- a/src/IconHourglassBottomRounded.tsx +++ b/src/IconHourglassBottomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassBottomRounded: React.FC = ({ ...props diff --git a/src/IconHourglassBottomRoundedFilled.tsx b/src/IconHourglassBottomRoundedFilled.tsx index e071ce4ad..fb0e0cee9 100644 --- a/src/IconHourglassBottomRoundedFilled.tsx +++ b/src/IconHourglassBottomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassBottomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHourglassBottomSharp.tsx b/src/IconHourglassBottomSharp.tsx index b221df3d2..862803556 100644 --- a/src/IconHourglassBottomSharp.tsx +++ b/src/IconHourglassBottomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassBottomSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHourglassBottomSharpFilled.tsx b/src/IconHourglassBottomSharpFilled.tsx index 79b6959d2..33a9c1997 100644 --- a/src/IconHourglassBottomSharpFilled.tsx +++ b/src/IconHourglassBottomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassBottomSharpFilled: React.FC = ({ ...props diff --git a/src/IconHourglassDisabledOutlined.tsx b/src/IconHourglassDisabledOutlined.tsx index 0908bf37c..fa50657ab 100644 --- a/src/IconHourglassDisabledOutlined.tsx +++ b/src/IconHourglassDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconHourglassDisabledOutlinedFilled.tsx b/src/IconHourglassDisabledOutlinedFilled.tsx index 401cdd904..7da77d63e 100644 --- a/src/IconHourglassDisabledOutlinedFilled.tsx +++ b/src/IconHourglassDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHourglassDisabledRounded.tsx b/src/IconHourglassDisabledRounded.tsx index f8b39b71f..cd21c509c 100644 --- a/src/IconHourglassDisabledRounded.tsx +++ b/src/IconHourglassDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassDisabledRounded: React.FC = ({ ...props diff --git a/src/IconHourglassDisabledRoundedFilled.tsx b/src/IconHourglassDisabledRoundedFilled.tsx index 6efdb94d2..495332f73 100644 --- a/src/IconHourglassDisabledRoundedFilled.tsx +++ b/src/IconHourglassDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHourglassDisabledSharp.tsx b/src/IconHourglassDisabledSharp.tsx index ec84104e9..3f0e116fd 100644 --- a/src/IconHourglassDisabledSharp.tsx +++ b/src/IconHourglassDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassDisabledSharp: React.FC = ({ ...props diff --git a/src/IconHourglassDisabledSharpFilled.tsx b/src/IconHourglassDisabledSharpFilled.tsx index 9ad7f67b3..defb156cb 100644 --- a/src/IconHourglassDisabledSharpFilled.tsx +++ b/src/IconHourglassDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconHourglassEmptyOutlined.tsx b/src/IconHourglassEmptyOutlined.tsx index e8e15e311..2f7648570 100644 --- a/src/IconHourglassEmptyOutlined.tsx +++ b/src/IconHourglassEmptyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassEmptyOutlined: React.FC = ({ ...props diff --git a/src/IconHourglassEmptyOutlinedFilled.tsx b/src/IconHourglassEmptyOutlinedFilled.tsx index 55949bc5b..915274647 100644 --- a/src/IconHourglassEmptyOutlinedFilled.tsx +++ b/src/IconHourglassEmptyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassEmptyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHourglassEmptyRounded.tsx b/src/IconHourglassEmptyRounded.tsx index 6c52f5b48..30d87901f 100644 --- a/src/IconHourglassEmptyRounded.tsx +++ b/src/IconHourglassEmptyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassEmptyRounded: React.FC = ({ ...props diff --git a/src/IconHourglassEmptyRoundedFilled.tsx b/src/IconHourglassEmptyRoundedFilled.tsx index 23f28f367..623633aec 100644 --- a/src/IconHourglassEmptyRoundedFilled.tsx +++ b/src/IconHourglassEmptyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassEmptyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHourglassEmptySharp.tsx b/src/IconHourglassEmptySharp.tsx index 3599ce027..cedad767c 100644 --- a/src/IconHourglassEmptySharp.tsx +++ b/src/IconHourglassEmptySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassEmptySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHourglassEmptySharpFilled.tsx b/src/IconHourglassEmptySharpFilled.tsx index ee447c593..e9149b227 100644 --- a/src/IconHourglassEmptySharpFilled.tsx +++ b/src/IconHourglassEmptySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassEmptySharpFilled: React.FC = ({ ...props diff --git a/src/IconHourglassOutlined.tsx b/src/IconHourglassOutlined.tsx index 0ff5f86d4..d020d4d73 100644 --- a/src/IconHourglassOutlined.tsx +++ b/src/IconHourglassOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHourglassOutlinedFilled.tsx b/src/IconHourglassOutlinedFilled.tsx index 2604fe50a..4252a55fc 100644 --- a/src/IconHourglassOutlinedFilled.tsx +++ b/src/IconHourglassOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHourglassRounded.tsx b/src/IconHourglassRounded.tsx index 3ff62f948..26d5d8d1b 100644 --- a/src/IconHourglassRounded.tsx +++ b/src/IconHourglassRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHourglassRoundedFilled.tsx b/src/IconHourglassRoundedFilled.tsx index 57a421f8a..b5aa2b120 100644 --- a/src/IconHourglassRoundedFilled.tsx +++ b/src/IconHourglassRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHourglassSharp.tsx b/src/IconHourglassSharp.tsx index 65c9136e6..1437107f8 100644 --- a/src/IconHourglassSharp.tsx +++ b/src/IconHourglassSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHourglassSharpFilled.tsx b/src/IconHourglassSharpFilled.tsx index ce302f96b..132e418de 100644 --- a/src/IconHourglassSharpFilled.tsx +++ b/src/IconHourglassSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHourglassTopOutlined.tsx b/src/IconHourglassTopOutlined.tsx index d275718ef..661655cad 100644 --- a/src/IconHourglassTopOutlined.tsx +++ b/src/IconHourglassTopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassTopOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHourglassTopOutlinedFilled.tsx b/src/IconHourglassTopOutlinedFilled.tsx index 36fbab7f6..ee490d3d6 100644 --- a/src/IconHourglassTopOutlinedFilled.tsx +++ b/src/IconHourglassTopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassTopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHourglassTopRounded.tsx b/src/IconHourglassTopRounded.tsx index de4a76500..7b340b089 100644 --- a/src/IconHourglassTopRounded.tsx +++ b/src/IconHourglassTopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassTopRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHourglassTopRoundedFilled.tsx b/src/IconHourglassTopRoundedFilled.tsx index 1971df428..53ddb5be3 100644 --- a/src/IconHourglassTopRoundedFilled.tsx +++ b/src/IconHourglassTopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassTopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHourglassTopSharp.tsx b/src/IconHourglassTopSharp.tsx index ec36d7383..744b92b4f 100644 --- a/src/IconHourglassTopSharp.tsx +++ b/src/IconHourglassTopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassTopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHourglassTopSharpFilled.tsx b/src/IconHourglassTopSharpFilled.tsx index e7f248404..367b8da25 100644 --- a/src/IconHourglassTopSharpFilled.tsx +++ b/src/IconHourglassTopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHourglassTopSharpFilled: React.FC = ({ ...props diff --git a/src/IconHouseOutlined.tsx b/src/IconHouseOutlined.tsx index 95d98c23f..3e4b6c841 100644 --- a/src/IconHouseOutlined.tsx +++ b/src/IconHouseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseOutlinedFilled.tsx b/src/IconHouseOutlinedFilled.tsx index fd072d3c3..780032ca8 100644 --- a/src/IconHouseOutlinedFilled.tsx +++ b/src/IconHouseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseRounded.tsx b/src/IconHouseRounded.tsx index bddc47c18..fda86ad8a 100644 --- a/src/IconHouseRounded.tsx +++ b/src/IconHouseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseRoundedFilled.tsx b/src/IconHouseRoundedFilled.tsx index 598f4c3b3..1e38677a2 100644 --- a/src/IconHouseRoundedFilled.tsx +++ b/src/IconHouseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseSharp.tsx b/src/IconHouseSharp.tsx index 35f396673..f9c19fb59 100644 --- a/src/IconHouseSharp.tsx +++ b/src/IconHouseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseSharpFilled.tsx b/src/IconHouseSharpFilled.tsx index e72c1a273..85f9e45e4 100644 --- a/src/IconHouseSharpFilled.tsx +++ b/src/IconHouseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseSidingOutlined.tsx b/src/IconHouseSidingOutlined.tsx index 57a6d1976..0bcca5e2b 100644 --- a/src/IconHouseSidingOutlined.tsx +++ b/src/IconHouseSidingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseSidingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseSidingOutlinedFilled.tsx b/src/IconHouseSidingOutlinedFilled.tsx index 3c90a16bb..e94a4270d 100644 --- a/src/IconHouseSidingOutlinedFilled.tsx +++ b/src/IconHouseSidingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseSidingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHouseSidingRounded.tsx b/src/IconHouseSidingRounded.tsx index 4918d77ce..96b1ae9ae 100644 --- a/src/IconHouseSidingRounded.tsx +++ b/src/IconHouseSidingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseSidingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseSidingRoundedFilled.tsx b/src/IconHouseSidingRoundedFilled.tsx index 9b4476b88..a7a0e248e 100644 --- a/src/IconHouseSidingRoundedFilled.tsx +++ b/src/IconHouseSidingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseSidingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHouseSidingSharp.tsx b/src/IconHouseSidingSharp.tsx index 74bbf12fd..80cbc5ad3 100644 --- a/src/IconHouseSidingSharp.tsx +++ b/src/IconHouseSidingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseSidingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseSidingSharpFilled.tsx b/src/IconHouseSidingSharpFilled.tsx index f49ea388e..abc4be83c 100644 --- a/src/IconHouseSidingSharpFilled.tsx +++ b/src/IconHouseSidingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseSidingSharpFilled: React.FC = ({ ...props diff --git a/src/IconHouseWithShieldOutlined.tsx b/src/IconHouseWithShieldOutlined.tsx index 693858d37..b7e5b3d6b 100644 --- a/src/IconHouseWithShieldOutlined.tsx +++ b/src/IconHouseWithShieldOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseWithShieldOutlined: React.FC = ({ ...props diff --git a/src/IconHouseWithShieldOutlinedFilled.tsx b/src/IconHouseWithShieldOutlinedFilled.tsx index e6aa0ddb1..e0f2107e3 100644 --- a/src/IconHouseWithShieldOutlinedFilled.tsx +++ b/src/IconHouseWithShieldOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseWithShieldOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHouseWithShieldRounded.tsx b/src/IconHouseWithShieldRounded.tsx index 8aa40cdd4..250232b10 100644 --- a/src/IconHouseWithShieldRounded.tsx +++ b/src/IconHouseWithShieldRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseWithShieldRounded: React.FC = ({ ...props diff --git a/src/IconHouseWithShieldRoundedFilled.tsx b/src/IconHouseWithShieldRoundedFilled.tsx index bcc27ead6..a57402453 100644 --- a/src/IconHouseWithShieldRoundedFilled.tsx +++ b/src/IconHouseWithShieldRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseWithShieldRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHouseWithShieldSharp.tsx b/src/IconHouseWithShieldSharp.tsx index fd54b9d71..1a3038735 100644 --- a/src/IconHouseWithShieldSharp.tsx +++ b/src/IconHouseWithShieldSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseWithShieldSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseWithShieldSharpFilled.tsx b/src/IconHouseWithShieldSharpFilled.tsx index 7f8931283..089ff214d 100644 --- a/src/IconHouseWithShieldSharpFilled.tsx +++ b/src/IconHouseWithShieldSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseWithShieldSharpFilled: React.FC = ({ ...props diff --git a/src/IconHouseboatOutlined.tsx b/src/IconHouseboatOutlined.tsx index 5ddaf6b2c..16ba954ce 100644 --- a/src/IconHouseboatOutlined.tsx +++ b/src/IconHouseboatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseboatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseboatOutlinedFilled.tsx b/src/IconHouseboatOutlinedFilled.tsx index cc88ba3e8..a06a037c3 100644 --- a/src/IconHouseboatOutlinedFilled.tsx +++ b/src/IconHouseboatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseboatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHouseboatRounded.tsx b/src/IconHouseboatRounded.tsx index dc32a99ff..75a5c2771 100644 --- a/src/IconHouseboatRounded.tsx +++ b/src/IconHouseboatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseboatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseboatRoundedFilled.tsx b/src/IconHouseboatRoundedFilled.tsx index acd091644..2d45fd33f 100644 --- a/src/IconHouseboatRoundedFilled.tsx +++ b/src/IconHouseboatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseboatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHouseboatSharp.tsx b/src/IconHouseboatSharp.tsx index 6f56c236d..7275d6288 100644 --- a/src/IconHouseboatSharp.tsx +++ b/src/IconHouseboatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseboatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseboatSharpFilled.tsx b/src/IconHouseboatSharpFilled.tsx index a77205989..a2102d34d 100644 --- a/src/IconHouseboatSharpFilled.tsx +++ b/src/IconHouseboatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseboatSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHouseholdSuppliesOutlined.tsx b/src/IconHouseholdSuppliesOutlined.tsx index 3c6b5c053..ccbd97319 100644 --- a/src/IconHouseholdSuppliesOutlined.tsx +++ b/src/IconHouseholdSuppliesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseholdSuppliesOutlined: React.FC = ({ ...props diff --git a/src/IconHouseholdSuppliesOutlinedFilled.tsx b/src/IconHouseholdSuppliesOutlinedFilled.tsx index 9b02db5de..aab865524 100644 --- a/src/IconHouseholdSuppliesOutlinedFilled.tsx +++ b/src/IconHouseholdSuppliesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseholdSuppliesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHouseholdSuppliesRounded.tsx b/src/IconHouseholdSuppliesRounded.tsx index 318a3139c..e5872288f 100644 --- a/src/IconHouseholdSuppliesRounded.tsx +++ b/src/IconHouseholdSuppliesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseholdSuppliesRounded: React.FC = ({ ...props diff --git a/src/IconHouseholdSuppliesRoundedFilled.tsx b/src/IconHouseholdSuppliesRoundedFilled.tsx index c5973628f..6967198b0 100644 --- a/src/IconHouseholdSuppliesRoundedFilled.tsx +++ b/src/IconHouseholdSuppliesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseholdSuppliesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHouseholdSuppliesSharp.tsx b/src/IconHouseholdSuppliesSharp.tsx index 0ad68c0e7..e8bb6bc11 100644 --- a/src/IconHouseholdSuppliesSharp.tsx +++ b/src/IconHouseholdSuppliesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseholdSuppliesSharp: React.FC = ({ ...props diff --git a/src/IconHouseholdSuppliesSharpFilled.tsx b/src/IconHouseholdSuppliesSharpFilled.tsx index 6b42955c1..4444a50d5 100644 --- a/src/IconHouseholdSuppliesSharpFilled.tsx +++ b/src/IconHouseholdSuppliesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHouseholdSuppliesSharpFilled: React.FC = ({ ...props diff --git a/src/IconHovOutlined.tsx b/src/IconHovOutlined.tsx index 676f89ef0..e32362954 100644 --- a/src/IconHovOutlined.tsx +++ b/src/IconHovOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHovOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHovOutlinedFilled.tsx b/src/IconHovOutlinedFilled.tsx index 470735785..f187acfd1 100644 --- a/src/IconHovOutlinedFilled.tsx +++ b/src/IconHovOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHovOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHovRounded.tsx b/src/IconHovRounded.tsx index 344ae8dc3..6f3505150 100644 --- a/src/IconHovRounded.tsx +++ b/src/IconHovRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHovRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHovRoundedFilled.tsx b/src/IconHovRoundedFilled.tsx index 3b0f1bb9b..59fdd328c 100644 --- a/src/IconHovRoundedFilled.tsx +++ b/src/IconHovRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHovRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHovSharp.tsx b/src/IconHovSharp.tsx index ce16bb923..3b293ed0e 100644 --- a/src/IconHovSharp.tsx +++ b/src/IconHovSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHovSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHovSharpFilled.tsx b/src/IconHovSharpFilled.tsx index d6ed6a795..85116438b 100644 --- a/src/IconHovSharpFilled.tsx +++ b/src/IconHovSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHovSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHowToRegOutlined.tsx b/src/IconHowToRegOutlined.tsx index 419cf7058..ec4e705c5 100644 --- a/src/IconHowToRegOutlined.tsx +++ b/src/IconHowToRegOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToRegOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHowToRegOutlinedFilled.tsx b/src/IconHowToRegOutlinedFilled.tsx index 23c9574ba..5a86dc385 100644 --- a/src/IconHowToRegOutlinedFilled.tsx +++ b/src/IconHowToRegOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToRegOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHowToRegRounded.tsx b/src/IconHowToRegRounded.tsx index 848caafe0..7fc195471 100644 --- a/src/IconHowToRegRounded.tsx +++ b/src/IconHowToRegRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToRegRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHowToRegRoundedFilled.tsx b/src/IconHowToRegRoundedFilled.tsx index d513b5221..5e858ee47 100644 --- a/src/IconHowToRegRoundedFilled.tsx +++ b/src/IconHowToRegRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToRegRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHowToRegSharp.tsx b/src/IconHowToRegSharp.tsx index 0c430274e..65f9e76a8 100644 --- a/src/IconHowToRegSharp.tsx +++ b/src/IconHowToRegSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToRegSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHowToRegSharpFilled.tsx b/src/IconHowToRegSharpFilled.tsx index e7b6168c1..d766e56f4 100644 --- a/src/IconHowToRegSharpFilled.tsx +++ b/src/IconHowToRegSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToRegSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHowToVoteOutlined.tsx b/src/IconHowToVoteOutlined.tsx index 0779b1eed..4e23a7f3f 100644 --- a/src/IconHowToVoteOutlined.tsx +++ b/src/IconHowToVoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToVoteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHowToVoteOutlinedFilled.tsx b/src/IconHowToVoteOutlinedFilled.tsx index 4715ec55f..0be8ba76c 100644 --- a/src/IconHowToVoteOutlinedFilled.tsx +++ b/src/IconHowToVoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToVoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHowToVoteRounded.tsx b/src/IconHowToVoteRounded.tsx index 64b548e86..54e21f576 100644 --- a/src/IconHowToVoteRounded.tsx +++ b/src/IconHowToVoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToVoteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHowToVoteRoundedFilled.tsx b/src/IconHowToVoteRoundedFilled.tsx index 41c9a2fb4..10f71d143 100644 --- a/src/IconHowToVoteRoundedFilled.tsx +++ b/src/IconHowToVoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToVoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHowToVoteSharp.tsx b/src/IconHowToVoteSharp.tsx index 28989b887..ea7ba101e 100644 --- a/src/IconHowToVoteSharp.tsx +++ b/src/IconHowToVoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToVoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHowToVoteSharpFilled.tsx b/src/IconHowToVoteSharpFilled.tsx index 6a5cd98c3..d4744f739 100644 --- a/src/IconHowToVoteSharpFilled.tsx +++ b/src/IconHowToVoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHowToVoteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHrRestingOutlined.tsx b/src/IconHrRestingOutlined.tsx index 424698920..b831d9c90 100644 --- a/src/IconHrRestingOutlined.tsx +++ b/src/IconHrRestingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHrRestingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHrRestingOutlinedFilled.tsx b/src/IconHrRestingOutlinedFilled.tsx index 2a29f7ed9..9d039cd7d 100644 --- a/src/IconHrRestingOutlinedFilled.tsx +++ b/src/IconHrRestingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHrRestingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHrRestingRounded.tsx b/src/IconHrRestingRounded.tsx index 06c8e66f9..28ea2e4c2 100644 --- a/src/IconHrRestingRounded.tsx +++ b/src/IconHrRestingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHrRestingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHrRestingRoundedFilled.tsx b/src/IconHrRestingRoundedFilled.tsx index 039ff5124..c989edd89 100644 --- a/src/IconHrRestingRoundedFilled.tsx +++ b/src/IconHrRestingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHrRestingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHrRestingSharp.tsx b/src/IconHrRestingSharp.tsx index cb8e6a977..2c3120560 100644 --- a/src/IconHrRestingSharp.tsx +++ b/src/IconHrRestingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHrRestingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHrRestingSharpFilled.tsx b/src/IconHrRestingSharpFilled.tsx index 7ac459bcf..9d9aa0b2c 100644 --- a/src/IconHrRestingSharpFilled.tsx +++ b/src/IconHrRestingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHrRestingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHtmlOutlined.tsx b/src/IconHtmlOutlined.tsx index e7b916f26..c81737b00 100644 --- a/src/IconHtmlOutlined.tsx +++ b/src/IconHtmlOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHtmlOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHtmlOutlinedFilled.tsx b/src/IconHtmlOutlinedFilled.tsx index 970d7787d..6f1b9c6cc 100644 --- a/src/IconHtmlOutlinedFilled.tsx +++ b/src/IconHtmlOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHtmlOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHtmlRounded.tsx b/src/IconHtmlRounded.tsx index 6d82f31f0..ca46a9b54 100644 --- a/src/IconHtmlRounded.tsx +++ b/src/IconHtmlRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHtmlRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHtmlRoundedFilled.tsx b/src/IconHtmlRoundedFilled.tsx index c622995c2..448915456 100644 --- a/src/IconHtmlRoundedFilled.tsx +++ b/src/IconHtmlRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHtmlRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHtmlSharp.tsx b/src/IconHtmlSharp.tsx index 85caec087..12251d4d0 100644 --- a/src/IconHtmlSharp.tsx +++ b/src/IconHtmlSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHtmlSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHtmlSharpFilled.tsx b/src/IconHtmlSharpFilled.tsx index a1513d7bc..4dbae601d 100644 --- a/src/IconHtmlSharpFilled.tsx +++ b/src/IconHtmlSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHtmlSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHttpOutlined.tsx b/src/IconHttpOutlined.tsx index 762df84ae..beb41cef9 100644 --- a/src/IconHttpOutlined.tsx +++ b/src/IconHttpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHttpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHttpOutlinedFilled.tsx b/src/IconHttpOutlinedFilled.tsx index 82fc4dc99..fb681f0c8 100644 --- a/src/IconHttpOutlinedFilled.tsx +++ b/src/IconHttpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHttpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHttpRounded.tsx b/src/IconHttpRounded.tsx index a87625612..b43f35ab0 100644 --- a/src/IconHttpRounded.tsx +++ b/src/IconHttpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHttpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHttpRoundedFilled.tsx b/src/IconHttpRoundedFilled.tsx index b27e4cc43..6f989ae42 100644 --- a/src/IconHttpRoundedFilled.tsx +++ b/src/IconHttpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHttpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHttpSharp.tsx b/src/IconHttpSharp.tsx index 278afce7f..1cf81179a 100644 --- a/src/IconHttpSharp.tsx +++ b/src/IconHttpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHttpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHttpSharpFilled.tsx b/src/IconHttpSharpFilled.tsx index ff987e2ca..8614f30e9 100644 --- a/src/IconHttpSharpFilled.tsx +++ b/src/IconHttpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHttpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHubOutlined.tsx b/src/IconHubOutlined.tsx index acbc63458..4608eb24c 100644 --- a/src/IconHubOutlined.tsx +++ b/src/IconHubOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHubOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHubOutlinedFilled.tsx b/src/IconHubOutlinedFilled.tsx index 2138c176c..9f7e07c85 100644 --- a/src/IconHubOutlinedFilled.tsx +++ b/src/IconHubOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHubOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHubRounded.tsx b/src/IconHubRounded.tsx index 36870eb8b..f1f7a5391 100644 --- a/src/IconHubRounded.tsx +++ b/src/IconHubRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHubRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHubRoundedFilled.tsx b/src/IconHubRoundedFilled.tsx index 7d38c191c..1adb9880b 100644 --- a/src/IconHubRoundedFilled.tsx +++ b/src/IconHubRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHubRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHubSharp.tsx b/src/IconHubSharp.tsx index be6772242..9fb037191 100644 --- a/src/IconHubSharp.tsx +++ b/src/IconHubSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHubSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHubSharpFilled.tsx b/src/IconHubSharpFilled.tsx index 8afdddd81..88c5898f7 100644 --- a/src/IconHubSharpFilled.tsx +++ b/src/IconHubSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHubSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHumerusAltOutlined.tsx b/src/IconHumerusAltOutlined.tsx index bf9c1ffc6..048db5f84 100644 --- a/src/IconHumerusAltOutlined.tsx +++ b/src/IconHumerusAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumerusAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHumerusAltOutlinedFilled.tsx b/src/IconHumerusAltOutlinedFilled.tsx index 7b6ccb8cd..0e732723b 100644 --- a/src/IconHumerusAltOutlinedFilled.tsx +++ b/src/IconHumerusAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumerusAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHumerusAltRounded.tsx b/src/IconHumerusAltRounded.tsx index 4e0d3838b..c05484862 100644 --- a/src/IconHumerusAltRounded.tsx +++ b/src/IconHumerusAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumerusAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHumerusAltRoundedFilled.tsx b/src/IconHumerusAltRoundedFilled.tsx index 4f9e024f3..887631869 100644 --- a/src/IconHumerusAltRoundedFilled.tsx +++ b/src/IconHumerusAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumerusAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHumerusAltSharp.tsx b/src/IconHumerusAltSharp.tsx index 2ced5ef17..6c68d8ae1 100644 --- a/src/IconHumerusAltSharp.tsx +++ b/src/IconHumerusAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumerusAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHumerusAltSharpFilled.tsx b/src/IconHumerusAltSharpFilled.tsx index f1e77e8d8..bea2cf9c2 100644 --- a/src/IconHumerusAltSharpFilled.tsx +++ b/src/IconHumerusAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumerusAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconHumerusOutlined.tsx b/src/IconHumerusOutlined.tsx index 96548e84e..5709b5973 100644 --- a/src/IconHumerusOutlined.tsx +++ b/src/IconHumerusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumerusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHumerusOutlinedFilled.tsx b/src/IconHumerusOutlinedFilled.tsx index d9d1b6648..2925e670a 100644 --- a/src/IconHumerusOutlinedFilled.tsx +++ b/src/IconHumerusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumerusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHumerusRounded.tsx b/src/IconHumerusRounded.tsx index 77b2ff21b..ae66b2f0e 100644 --- a/src/IconHumerusRounded.tsx +++ b/src/IconHumerusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumerusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHumerusRoundedFilled.tsx b/src/IconHumerusRoundedFilled.tsx index 9cb33f555..ac18a993f 100644 --- a/src/IconHumerusRoundedFilled.tsx +++ b/src/IconHumerusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumerusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHumerusSharp.tsx b/src/IconHumerusSharp.tsx deleted file mode 100644 index 769c364f0..000000000 --- a/src/IconHumerusSharp.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -export const IconHumerusSharp: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) diff --git a/src/IconHumerusSharpFilled.tsx b/src/IconHumerusSharpFilled.tsx index fc5e4e262..e49ddf9d3 100644 --- a/src/IconHumerusSharpFilled.tsx +++ b/src/IconHumerusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumerusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHumidityHighOutlined.tsx b/src/IconHumidityHighOutlined.tsx index f55a98832..a66e1e950 100644 --- a/src/IconHumidityHighOutlined.tsx +++ b/src/IconHumidityHighOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityHighOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHumidityHighOutlinedFilled.tsx b/src/IconHumidityHighOutlinedFilled.tsx index 515dc71a3..70dda28bf 100644 --- a/src/IconHumidityHighOutlinedFilled.tsx +++ b/src/IconHumidityHighOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityHighOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHumidityHighRounded.tsx b/src/IconHumidityHighRounded.tsx index 2c972f600..5aa0c960a 100644 --- a/src/IconHumidityHighRounded.tsx +++ b/src/IconHumidityHighRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityHighRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHumidityHighRoundedFilled.tsx b/src/IconHumidityHighRoundedFilled.tsx index e39d3b30b..40dc6f0aa 100644 --- a/src/IconHumidityHighRoundedFilled.tsx +++ b/src/IconHumidityHighRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityHighRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHumidityHighSharp.tsx b/src/IconHumidityHighSharp.tsx index 488b1181d..58b28dd1c 100644 --- a/src/IconHumidityHighSharp.tsx +++ b/src/IconHumidityHighSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityHighSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHumidityHighSharpFilled.tsx b/src/IconHumidityHighSharpFilled.tsx index f4db8872c..2deb3046d 100644 --- a/src/IconHumidityHighSharpFilled.tsx +++ b/src/IconHumidityHighSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityHighSharpFilled: React.FC = ({ ...props diff --git a/src/IconHumidityIndoorOutlined.tsx b/src/IconHumidityIndoorOutlined.tsx index 0b72a93b9..82dcb837c 100644 --- a/src/IconHumidityIndoorOutlined.tsx +++ b/src/IconHumidityIndoorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityIndoorOutlined: React.FC = ({ ...props diff --git a/src/IconHumidityIndoorOutlinedFilled.tsx b/src/IconHumidityIndoorOutlinedFilled.tsx index 6e9268339..82faf00d4 100644 --- a/src/IconHumidityIndoorOutlinedFilled.tsx +++ b/src/IconHumidityIndoorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityIndoorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHumidityIndoorRounded.tsx b/src/IconHumidityIndoorRounded.tsx index a37489a31..bbcfdfd00 100644 --- a/src/IconHumidityIndoorRounded.tsx +++ b/src/IconHumidityIndoorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityIndoorRounded: React.FC = ({ ...props diff --git a/src/IconHumidityIndoorRoundedFilled.tsx b/src/IconHumidityIndoorRoundedFilled.tsx index 3e809dbd3..05cafb0db 100644 --- a/src/IconHumidityIndoorRoundedFilled.tsx +++ b/src/IconHumidityIndoorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityIndoorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHumidityIndoorSharp.tsx b/src/IconHumidityIndoorSharp.tsx index 57c095c5b..005521020 100644 --- a/src/IconHumidityIndoorSharp.tsx +++ b/src/IconHumidityIndoorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityIndoorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHumidityIndoorSharpFilled.tsx b/src/IconHumidityIndoorSharpFilled.tsx index 989afe80b..42d5d8666 100644 --- a/src/IconHumidityIndoorSharpFilled.tsx +++ b/src/IconHumidityIndoorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityIndoorSharpFilled: React.FC = ({ ...props diff --git a/src/IconHumidityLowOutlined.tsx b/src/IconHumidityLowOutlined.tsx index ab06e080e..ad0b0a613 100644 --- a/src/IconHumidityLowOutlined.tsx +++ b/src/IconHumidityLowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityLowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHumidityLowOutlinedFilled.tsx b/src/IconHumidityLowOutlinedFilled.tsx index 0138238a8..6ac29af07 100644 --- a/src/IconHumidityLowOutlinedFilled.tsx +++ b/src/IconHumidityLowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityLowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHumidityLowRounded.tsx b/src/IconHumidityLowRounded.tsx index 739e4c2c4..8071b1d88 100644 --- a/src/IconHumidityLowRounded.tsx +++ b/src/IconHumidityLowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityLowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHumidityLowRoundedFilled.tsx b/src/IconHumidityLowRoundedFilled.tsx index 2025ae9b7..9c5677205 100644 --- a/src/IconHumidityLowRoundedFilled.tsx +++ b/src/IconHumidityLowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityLowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHumidityLowSharp.tsx b/src/IconHumidityLowSharp.tsx index 35be7391a..4e4f10dee 100644 --- a/src/IconHumidityLowSharp.tsx +++ b/src/IconHumidityLowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityLowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHumidityLowSharpFilled.tsx b/src/IconHumidityLowSharpFilled.tsx index e3277d740..224a1d62f 100644 --- a/src/IconHumidityLowSharpFilled.tsx +++ b/src/IconHumidityLowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityLowSharpFilled: React.FC = ({ ...props diff --git a/src/IconHumidityMidOutlined.tsx b/src/IconHumidityMidOutlined.tsx index c78002086..b1b5d5d18 100644 --- a/src/IconHumidityMidOutlined.tsx +++ b/src/IconHumidityMidOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityMidOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHumidityMidOutlinedFilled.tsx b/src/IconHumidityMidOutlinedFilled.tsx index bbfad57c8..a4987e37c 100644 --- a/src/IconHumidityMidOutlinedFilled.tsx +++ b/src/IconHumidityMidOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityMidOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHumidityMidRounded.tsx b/src/IconHumidityMidRounded.tsx index 9f60cd7fc..b429dfbef 100644 --- a/src/IconHumidityMidRounded.tsx +++ b/src/IconHumidityMidRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityMidRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHumidityMidRoundedFilled.tsx b/src/IconHumidityMidRoundedFilled.tsx index c112ecfd6..8e48e3f0b 100644 --- a/src/IconHumidityMidRoundedFilled.tsx +++ b/src/IconHumidityMidRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityMidRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHumidityMidSharp.tsx b/src/IconHumidityMidSharp.tsx index 5b10b5a64..2ff48cc0e 100644 --- a/src/IconHumidityMidSharp.tsx +++ b/src/IconHumidityMidSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityMidSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHumidityMidSharpFilled.tsx b/src/IconHumidityMidSharpFilled.tsx index 75374b381..32a464a36 100644 --- a/src/IconHumidityMidSharpFilled.tsx +++ b/src/IconHumidityMidSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityMidSharpFilled: React.FC = ({ ...props diff --git a/src/IconHumidityPercentageOutlined.tsx b/src/IconHumidityPercentageOutlined.tsx index c0d7c0320..d19e72331 100644 --- a/src/IconHumidityPercentageOutlined.tsx +++ b/src/IconHumidityPercentageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityPercentageOutlined: React.FC = ({ ...props diff --git a/src/IconHumidityPercentageOutlinedFilled.tsx b/src/IconHumidityPercentageOutlinedFilled.tsx index d60e7e8e0..d3d2b0c09 100644 --- a/src/IconHumidityPercentageOutlinedFilled.tsx +++ b/src/IconHumidityPercentageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityPercentageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconHumidityPercentageRounded.tsx b/src/IconHumidityPercentageRounded.tsx index fee24fc0a..bca7e0acb 100644 --- a/src/IconHumidityPercentageRounded.tsx +++ b/src/IconHumidityPercentageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityPercentageRounded: React.FC = ({ ...props diff --git a/src/IconHumidityPercentageRoundedFilled.tsx b/src/IconHumidityPercentageRoundedFilled.tsx index 9f7874142..851c7ff25 100644 --- a/src/IconHumidityPercentageRoundedFilled.tsx +++ b/src/IconHumidityPercentageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityPercentageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconHumidityPercentageSharp.tsx b/src/IconHumidityPercentageSharp.tsx index ef2e436d3..e6588712f 100644 --- a/src/IconHumidityPercentageSharp.tsx +++ b/src/IconHumidityPercentageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityPercentageSharp: React.FC = ({ ...props diff --git a/src/IconHumidityPercentageSharpFilled.tsx b/src/IconHumidityPercentageSharpFilled.tsx index 3cf2b1cc6..fe90990da 100644 --- a/src/IconHumidityPercentageSharpFilled.tsx +++ b/src/IconHumidityPercentageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHumidityPercentageSharpFilled: React.FC = ({ ...props diff --git a/src/IconHvacOutlined.tsx b/src/IconHvacOutlined.tsx index 76627ef76..75bdb1de2 100644 --- a/src/IconHvacOutlined.tsx +++ b/src/IconHvacOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHvacOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconHvacOutlinedFilled.tsx b/src/IconHvacOutlinedFilled.tsx index 3713490a6..84c505bcb 100644 --- a/src/IconHvacOutlinedFilled.tsx +++ b/src/IconHvacOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHvacOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHvacRounded.tsx b/src/IconHvacRounded.tsx index 015f7e969..a96e7842c 100644 --- a/src/IconHvacRounded.tsx +++ b/src/IconHvacRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHvacRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconHvacRoundedFilled.tsx b/src/IconHvacRoundedFilled.tsx index e83ca218b..10271f137 100644 --- a/src/IconHvacRoundedFilled.tsx +++ b/src/IconHvacRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHvacRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconHvacSharp.tsx b/src/IconHvacSharp.tsx index f146256d8..cfa54425b 100644 --- a/src/IconHvacSharp.tsx +++ b/src/IconHvacSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHvacSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconHvacSharpFilled.tsx b/src/IconHvacSharpFilled.tsx index 93b701b1f..710e3eb70 100644 --- a/src/IconHvacSharpFilled.tsx +++ b/src/IconHvacSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconHvacSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIceSkatingOutlined.tsx b/src/IconIceSkatingOutlined.tsx index e7576df8d..74ff34481 100644 --- a/src/IconIceSkatingOutlined.tsx +++ b/src/IconIceSkatingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIceSkatingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconIceSkatingOutlinedFilled.tsx b/src/IconIceSkatingOutlinedFilled.tsx index 8f32f4eee..389596d14 100644 --- a/src/IconIceSkatingOutlinedFilled.tsx +++ b/src/IconIceSkatingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIceSkatingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconIceSkatingRounded.tsx b/src/IconIceSkatingRounded.tsx index f056084d9..fba10c89e 100644 --- a/src/IconIceSkatingRounded.tsx +++ b/src/IconIceSkatingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIceSkatingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconIceSkatingRoundedFilled.tsx b/src/IconIceSkatingRoundedFilled.tsx index ac50fa9c9..04ed23969 100644 --- a/src/IconIceSkatingRoundedFilled.tsx +++ b/src/IconIceSkatingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIceSkatingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconIceSkatingSharp.tsx b/src/IconIceSkatingSharp.tsx index 02d6dcfd8..fcf6060f7 100644 --- a/src/IconIceSkatingSharp.tsx +++ b/src/IconIceSkatingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIceSkatingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconIceSkatingSharpFilled.tsx b/src/IconIceSkatingSharpFilled.tsx index 4fa33b17f..d86955eb9 100644 --- a/src/IconIceSkatingSharpFilled.tsx +++ b/src/IconIceSkatingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIceSkatingSharpFilled: React.FC = ({ ...props diff --git a/src/IconIcecreamOutlined.tsx b/src/IconIcecreamOutlined.tsx index 2a6b8286a..7c1d37bae 100644 --- a/src/IconIcecreamOutlined.tsx +++ b/src/IconIcecreamOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIcecreamOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconIcecreamOutlinedFilled.tsx b/src/IconIcecreamOutlinedFilled.tsx index 5dbb2c54f..11ddc8524 100644 --- a/src/IconIcecreamOutlinedFilled.tsx +++ b/src/IconIcecreamOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIcecreamOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconIcecreamRounded.tsx b/src/IconIcecreamRounded.tsx index 39c30ef54..5c1d19a3e 100644 --- a/src/IconIcecreamRounded.tsx +++ b/src/IconIcecreamRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIcecreamRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconIcecreamRoundedFilled.tsx b/src/IconIcecreamRoundedFilled.tsx index fbf5dcaa7..cb97b8dff 100644 --- a/src/IconIcecreamRoundedFilled.tsx +++ b/src/IconIcecreamRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIcecreamRoundedFilled: React.FC = ({ ...props diff --git a/src/IconIcecreamSharp.tsx b/src/IconIcecreamSharp.tsx index d5f449121..f1d07a328 100644 --- a/src/IconIcecreamSharp.tsx +++ b/src/IconIcecreamSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIcecreamSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconIcecreamSharpFilled.tsx b/src/IconIcecreamSharpFilled.tsx index e83ec9457..59c856a48 100644 --- a/src/IconIcecreamSharpFilled.tsx +++ b/src/IconIcecreamSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIcecreamSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIdCardOutlined.tsx b/src/IconIdCardOutlined.tsx index d823c5135..fefdede40 100644 --- a/src/IconIdCardOutlined.tsx +++ b/src/IconIdCardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIdCardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconIdCardOutlinedFilled.tsx b/src/IconIdCardOutlinedFilled.tsx index e4b154386..579098b5d 100644 --- a/src/IconIdCardOutlinedFilled.tsx +++ b/src/IconIdCardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIdCardOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIdCardRounded.tsx b/src/IconIdCardRounded.tsx index 1129f8396..f8c57ca3e 100644 --- a/src/IconIdCardRounded.tsx +++ b/src/IconIdCardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIdCardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconIdCardRoundedFilled.tsx b/src/IconIdCardRoundedFilled.tsx index 8b62e9f03..eabb2a442 100644 --- a/src/IconIdCardRoundedFilled.tsx +++ b/src/IconIdCardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIdCardRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIdCardSharp.tsx b/src/IconIdCardSharp.tsx index a1a319e2f..0f60823c5 100644 --- a/src/IconIdCardSharp.tsx +++ b/src/IconIdCardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIdCardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconIdCardSharpFilled.tsx b/src/IconIdCardSharpFilled.tsx index 113f7f658..1cfc3fa89 100644 --- a/src/IconIdCardSharpFilled.tsx +++ b/src/IconIdCardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIdCardSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIflOutlined.tsx b/src/IconIflOutlined.tsx index 545b5be69..1806f2938 100644 --- a/src/IconIflOutlined.tsx +++ b/src/IconIflOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIflOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconIflOutlinedFilled.tsx b/src/IconIflOutlinedFilled.tsx index a5811e37a..144c5532b 100644 --- a/src/IconIflOutlinedFilled.tsx +++ b/src/IconIflOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIflOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIflRounded.tsx b/src/IconIflRounded.tsx index 0582f24de..eeb4492da 100644 --- a/src/IconIflRounded.tsx +++ b/src/IconIflRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIflRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconIflRoundedFilled.tsx b/src/IconIflRoundedFilled.tsx index 0361b5168..58be0089d 100644 --- a/src/IconIflRoundedFilled.tsx +++ b/src/IconIflRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIflRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIflSharp.tsx b/src/IconIflSharp.tsx index e2a3a6b31..9db79cc5a 100644 --- a/src/IconIflSharp.tsx +++ b/src/IconIflSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIflSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconIflSharpFilled.tsx b/src/IconIflSharpFilled.tsx index b3a4aa700..9304702fe 100644 --- a/src/IconIflSharpFilled.tsx +++ b/src/IconIflSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIflSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIframeOffOutlined.tsx b/src/IconIframeOffOutlined.tsx index d13ed1c5f..4335bb221 100644 --- a/src/IconIframeOffOutlined.tsx +++ b/src/IconIframeOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconIframeOffOutlinedFilled.tsx b/src/IconIframeOffOutlinedFilled.tsx index 30389e03c..302c9e3d9 100644 --- a/src/IconIframeOffOutlinedFilled.tsx +++ b/src/IconIframeOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconIframeOffRounded.tsx b/src/IconIframeOffRounded.tsx index 960d41e8c..b5cb2a54a 100644 --- a/src/IconIframeOffRounded.tsx +++ b/src/IconIframeOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconIframeOffRoundedFilled.tsx b/src/IconIframeOffRoundedFilled.tsx index abf6db581..c510197a6 100644 --- a/src/IconIframeOffRoundedFilled.tsx +++ b/src/IconIframeOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconIframeOffSharp.tsx b/src/IconIframeOffSharp.tsx index 6433aa148..e8448e33f 100644 --- a/src/IconIframeOffSharp.tsx +++ b/src/IconIframeOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconIframeOffSharpFilled.tsx b/src/IconIframeOffSharpFilled.tsx index 48deb6e5e..c6586cc99 100644 --- a/src/IconIframeOffSharpFilled.tsx +++ b/src/IconIframeOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIframeOutlined.tsx b/src/IconIframeOutlined.tsx index f2752f218..a4fc43616 100644 --- a/src/IconIframeOutlined.tsx +++ b/src/IconIframeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconIframeOutlinedFilled.tsx b/src/IconIframeOutlinedFilled.tsx index d0d50ad61..30c748eb2 100644 --- a/src/IconIframeOutlinedFilled.tsx +++ b/src/IconIframeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIframeRounded.tsx b/src/IconIframeRounded.tsx index 0d54d853f..6001a3a5f 100644 --- a/src/IconIframeRounded.tsx +++ b/src/IconIframeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconIframeRoundedFilled.tsx b/src/IconIframeRoundedFilled.tsx index 7ac75d383..0a819594b 100644 --- a/src/IconIframeRoundedFilled.tsx +++ b/src/IconIframeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIframeSharp.tsx b/src/IconIframeSharp.tsx index 4ed576943..831e37480 100644 --- a/src/IconIframeSharp.tsx +++ b/src/IconIframeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconIframeSharpFilled.tsx b/src/IconIframeSharpFilled.tsx index cd0d13b79..72ab116e6 100644 --- a/src/IconIframeSharpFilled.tsx +++ b/src/IconIframeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIframeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconImageAspectRatioOutlined.tsx b/src/IconImageAspectRatioOutlined.tsx index 0443d5254..0796f8d1b 100644 --- a/src/IconImageAspectRatioOutlined.tsx +++ b/src/IconImageAspectRatioOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageAspectRatioOutlined: React.FC = ({ ...props diff --git a/src/IconImageAspectRatioOutlinedFilled.tsx b/src/IconImageAspectRatioOutlinedFilled.tsx index 210288976..43a46799d 100644 --- a/src/IconImageAspectRatioOutlinedFilled.tsx +++ b/src/IconImageAspectRatioOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageAspectRatioOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconImageAspectRatioRounded.tsx b/src/IconImageAspectRatioRounded.tsx index 282971dad..41fbd3fd9 100644 --- a/src/IconImageAspectRatioRounded.tsx +++ b/src/IconImageAspectRatioRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageAspectRatioRounded: React.FC = ({ ...props diff --git a/src/IconImageAspectRatioRoundedFilled.tsx b/src/IconImageAspectRatioRoundedFilled.tsx index b305b1911..b5e8b4170 100644 --- a/src/IconImageAspectRatioRoundedFilled.tsx +++ b/src/IconImageAspectRatioRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageAspectRatioRoundedFilled: React.FC = ({ ...props diff --git a/src/IconImageAspectRatioSharp.tsx b/src/IconImageAspectRatioSharp.tsx index 6315cc5d9..246f2f91d 100644 --- a/src/IconImageAspectRatioSharp.tsx +++ b/src/IconImageAspectRatioSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageAspectRatioSharp: React.FC = ({ ...props diff --git a/src/IconImageAspectRatioSharpFilled.tsx b/src/IconImageAspectRatioSharpFilled.tsx index 3a41480ce..08460ed24 100644 --- a/src/IconImageAspectRatioSharpFilled.tsx +++ b/src/IconImageAspectRatioSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageAspectRatioSharpFilled: React.FC = ({ ...props diff --git a/src/IconImageOutlined.tsx b/src/IconImageOutlined.tsx index d9884b2e8..760d1bf85 100644 --- a/src/IconImageOutlined.tsx +++ b/src/IconImageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconImageOutlinedFilled.tsx b/src/IconImageOutlinedFilled.tsx index c414809ce..5a8e8142a 100644 --- a/src/IconImageOutlinedFilled.tsx +++ b/src/IconImageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconImageRounded.tsx b/src/IconImageRounded.tsx index b79c7a12f..80f720638 100644 --- a/src/IconImageRounded.tsx +++ b/src/IconImageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconImageRoundedFilled.tsx b/src/IconImageRoundedFilled.tsx index 5aca7cbff..f78e2ff6a 100644 --- a/src/IconImageRoundedFilled.tsx +++ b/src/IconImageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconImageSearchOutlined.tsx b/src/IconImageSearchOutlined.tsx index 08fddcd36..9ecbc74d3 100644 --- a/src/IconImageSearchOutlined.tsx +++ b/src/IconImageSearchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageSearchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconImageSearchOutlinedFilled.tsx b/src/IconImageSearchOutlinedFilled.tsx index 4ff00587a..01408cb63 100644 --- a/src/IconImageSearchOutlinedFilled.tsx +++ b/src/IconImageSearchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageSearchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconImageSearchRounded.tsx b/src/IconImageSearchRounded.tsx index 4ffbb3efa..f6dfcbc19 100644 --- a/src/IconImageSearchRounded.tsx +++ b/src/IconImageSearchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageSearchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconImageSearchRoundedFilled.tsx b/src/IconImageSearchRoundedFilled.tsx index 2c805178e..c17b1d39e 100644 --- a/src/IconImageSearchRoundedFilled.tsx +++ b/src/IconImageSearchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageSearchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconImageSearchSharp.tsx b/src/IconImageSearchSharp.tsx index a11e5ebb2..aedbacaf4 100644 --- a/src/IconImageSearchSharp.tsx +++ b/src/IconImageSearchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageSearchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconImageSearchSharpFilled.tsx b/src/IconImageSearchSharpFilled.tsx index 63847f6e8..29600950d 100644 --- a/src/IconImageSearchSharpFilled.tsx +++ b/src/IconImageSearchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageSearchSharpFilled: React.FC = ({ ...props diff --git a/src/IconImageSharp.tsx b/src/IconImageSharp.tsx index d47425608..cd3ef672d 100644 --- a/src/IconImageSharp.tsx +++ b/src/IconImageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconImageSharpFilled.tsx b/src/IconImageSharpFilled.tsx index 4a9c33a67..f51a479ec 100644 --- a/src/IconImageSharpFilled.tsx +++ b/src/IconImageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconImagesearchRollerOutlined.tsx b/src/IconImagesearchRollerOutlined.tsx index f91a25fae..275005be4 100644 --- a/src/IconImagesearchRollerOutlined.tsx +++ b/src/IconImagesearchRollerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesearchRollerOutlined: React.FC = ({ ...props diff --git a/src/IconImagesearchRollerOutlinedFilled.tsx b/src/IconImagesearchRollerOutlinedFilled.tsx index 258205a69..a57c249fd 100644 --- a/src/IconImagesearchRollerOutlinedFilled.tsx +++ b/src/IconImagesearchRollerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesearchRollerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconImagesearchRollerRounded.tsx b/src/IconImagesearchRollerRounded.tsx index d1d11b3ca..2f6222e85 100644 --- a/src/IconImagesearchRollerRounded.tsx +++ b/src/IconImagesearchRollerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesearchRollerRounded: React.FC = ({ ...props diff --git a/src/IconImagesearchRollerRoundedFilled.tsx b/src/IconImagesearchRollerRoundedFilled.tsx index dc3eaffb3..1158ceb67 100644 --- a/src/IconImagesearchRollerRoundedFilled.tsx +++ b/src/IconImagesearchRollerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesearchRollerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconImagesearchRollerSharp.tsx b/src/IconImagesearchRollerSharp.tsx index bbc389db0..a947a9767 100644 --- a/src/IconImagesearchRollerSharp.tsx +++ b/src/IconImagesearchRollerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesearchRollerSharp: React.FC = ({ ...props diff --git a/src/IconImagesearchRollerSharpFilled.tsx b/src/IconImagesearchRollerSharpFilled.tsx index a6e461cd1..e79cc438d 100644 --- a/src/IconImagesearchRollerSharpFilled.tsx +++ b/src/IconImagesearchRollerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesearchRollerSharpFilled: React.FC = ({ ...props diff --git a/src/IconImagesmodeOutlined.tsx b/src/IconImagesmodeOutlined.tsx index ef889804c..d43b358f7 100644 --- a/src/IconImagesmodeOutlined.tsx +++ b/src/IconImagesmodeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesmodeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconImagesmodeOutlinedFilled.tsx b/src/IconImagesmodeOutlinedFilled.tsx index 673d03989..910f0dd79 100644 --- a/src/IconImagesmodeOutlinedFilled.tsx +++ b/src/IconImagesmodeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesmodeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconImagesmodeRounded.tsx b/src/IconImagesmodeRounded.tsx index 9f532feb7..35d915697 100644 --- a/src/IconImagesmodeRounded.tsx +++ b/src/IconImagesmodeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesmodeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconImagesmodeRoundedFilled.tsx b/src/IconImagesmodeRoundedFilled.tsx index e2bf2a166..d1a2d344d 100644 --- a/src/IconImagesmodeRoundedFilled.tsx +++ b/src/IconImagesmodeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesmodeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconImagesmodeSharp.tsx b/src/IconImagesmodeSharp.tsx index 309985a9b..db790784f 100644 --- a/src/IconImagesmodeSharp.tsx +++ b/src/IconImagesmodeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesmodeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconImagesmodeSharpFilled.tsx b/src/IconImagesmodeSharpFilled.tsx index 1c7e2b0db..879a25cff 100644 --- a/src/IconImagesmodeSharpFilled.tsx +++ b/src/IconImagesmodeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImagesmodeSharpFilled: React.FC = ({ ...props diff --git a/src/IconImmunologyOutlined.tsx b/src/IconImmunologyOutlined.tsx index d48a7539b..3cb16da0f 100644 --- a/src/IconImmunologyOutlined.tsx +++ b/src/IconImmunologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImmunologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconImmunologyOutlinedFilled.tsx b/src/IconImmunologyOutlinedFilled.tsx index 038486482..d788c4fcc 100644 --- a/src/IconImmunologyOutlinedFilled.tsx +++ b/src/IconImmunologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImmunologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconImmunologyRounded.tsx b/src/IconImmunologyRounded.tsx index b5cfcca9e..b59e96c06 100644 --- a/src/IconImmunologyRounded.tsx +++ b/src/IconImmunologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImmunologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconImmunologyRoundedFilled.tsx b/src/IconImmunologyRoundedFilled.tsx index 58b35f0b7..615e2f7fe 100644 --- a/src/IconImmunologyRoundedFilled.tsx +++ b/src/IconImmunologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImmunologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconImmunologySharp.tsx b/src/IconImmunologySharp.tsx index 7407d8844..b450d1f10 100644 --- a/src/IconImmunologySharp.tsx +++ b/src/IconImmunologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImmunologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconImmunologySharpFilled.tsx b/src/IconImmunologySharpFilled.tsx index 36a101071..33d085a63 100644 --- a/src/IconImmunologySharpFilled.tsx +++ b/src/IconImmunologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImmunologySharpFilled: React.FC = ({ ...props diff --git a/src/IconImportContactsOutlined.tsx b/src/IconImportContactsOutlined.tsx index feef53137..a97b3b681 100644 --- a/src/IconImportContactsOutlined.tsx +++ b/src/IconImportContactsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportContactsOutlined: React.FC = ({ ...props diff --git a/src/IconImportContactsOutlinedFilled.tsx b/src/IconImportContactsOutlinedFilled.tsx index 1bf30c0b4..534e9f874 100644 --- a/src/IconImportContactsOutlinedFilled.tsx +++ b/src/IconImportContactsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportContactsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconImportContactsRounded.tsx b/src/IconImportContactsRounded.tsx index 14155ec15..0b6b82485 100644 --- a/src/IconImportContactsRounded.tsx +++ b/src/IconImportContactsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportContactsRounded: React.FC = ({ ...props diff --git a/src/IconImportContactsRoundedFilled.tsx b/src/IconImportContactsRoundedFilled.tsx index e3d0bff39..4f1923df8 100644 --- a/src/IconImportContactsRoundedFilled.tsx +++ b/src/IconImportContactsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportContactsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconImportContactsSharp.tsx b/src/IconImportContactsSharp.tsx index 2044d5493..92ed38020 100644 --- a/src/IconImportContactsSharp.tsx +++ b/src/IconImportContactsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportContactsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconImportContactsSharpFilled.tsx b/src/IconImportContactsSharpFilled.tsx index 33800b628..4a74859ed 100644 --- a/src/IconImportContactsSharpFilled.tsx +++ b/src/IconImportContactsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportContactsSharpFilled: React.FC = ({ ...props diff --git a/src/IconImportantDevicesOutlined.tsx b/src/IconImportantDevicesOutlined.tsx index f55add524..f36902283 100644 --- a/src/IconImportantDevicesOutlined.tsx +++ b/src/IconImportantDevicesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportantDevicesOutlined: React.FC = ({ ...props diff --git a/src/IconImportantDevicesOutlinedFilled.tsx b/src/IconImportantDevicesOutlinedFilled.tsx index 3262bd7a9..20b3d68cf 100644 --- a/src/IconImportantDevicesOutlinedFilled.tsx +++ b/src/IconImportantDevicesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportantDevicesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconImportantDevicesRounded.tsx b/src/IconImportantDevicesRounded.tsx index c81abb602..acdf85146 100644 --- a/src/IconImportantDevicesRounded.tsx +++ b/src/IconImportantDevicesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportantDevicesRounded: React.FC = ({ ...props diff --git a/src/IconImportantDevicesRoundedFilled.tsx b/src/IconImportantDevicesRoundedFilled.tsx index 3e77bd286..d3020d4ff 100644 --- a/src/IconImportantDevicesRoundedFilled.tsx +++ b/src/IconImportantDevicesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportantDevicesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconImportantDevicesSharp.tsx b/src/IconImportantDevicesSharp.tsx index e1b7ad047..8a9afb16f 100644 --- a/src/IconImportantDevicesSharp.tsx +++ b/src/IconImportantDevicesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportantDevicesSharp: React.FC = ({ ...props diff --git a/src/IconImportantDevicesSharpFilled.tsx b/src/IconImportantDevicesSharpFilled.tsx index 4d76d8496..29f95e040 100644 --- a/src/IconImportantDevicesSharpFilled.tsx +++ b/src/IconImportantDevicesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconImportantDevicesSharpFilled: React.FC = ({ ...props diff --git a/src/IconInHomeModeOutlined.tsx b/src/IconInHomeModeOutlined.tsx index e563610d2..59cc75dd3 100644 --- a/src/IconInHomeModeOutlined.tsx +++ b/src/IconInHomeModeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInHomeModeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInHomeModeOutlinedFilled.tsx b/src/IconInHomeModeOutlinedFilled.tsx index 779930d23..db6c866ff 100644 --- a/src/IconInHomeModeOutlinedFilled.tsx +++ b/src/IconInHomeModeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInHomeModeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInHomeModeRounded.tsx b/src/IconInHomeModeRounded.tsx index 89aeb7346..f2dacda4d 100644 --- a/src/IconInHomeModeRounded.tsx +++ b/src/IconInHomeModeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInHomeModeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInHomeModeRoundedFilled.tsx b/src/IconInHomeModeRoundedFilled.tsx index 9befc049f..c6f57126e 100644 --- a/src/IconInHomeModeRoundedFilled.tsx +++ b/src/IconInHomeModeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInHomeModeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInHomeModeSharp.tsx b/src/IconInHomeModeSharp.tsx index 31206e777..fccb91f6b 100644 --- a/src/IconInHomeModeSharp.tsx +++ b/src/IconInHomeModeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInHomeModeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInHomeModeSharpFilled.tsx b/src/IconInHomeModeSharpFilled.tsx index 24fad3e77..667a1b167 100644 --- a/src/IconInHomeModeSharpFilled.tsx +++ b/src/IconInHomeModeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInHomeModeSharpFilled: React.FC = ({ ...props diff --git a/src/IconInactiveOrderOutlined.tsx b/src/IconInactiveOrderOutlined.tsx index 269f08705..2b00a8dd8 100644 --- a/src/IconInactiveOrderOutlined.tsx +++ b/src/IconInactiveOrderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInactiveOrderOutlined: React.FC = ({ ...props diff --git a/src/IconInactiveOrderOutlinedFilled.tsx b/src/IconInactiveOrderOutlinedFilled.tsx index 21e3b716d..6349d08dd 100644 --- a/src/IconInactiveOrderOutlinedFilled.tsx +++ b/src/IconInactiveOrderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInactiveOrderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInactiveOrderRounded.tsx b/src/IconInactiveOrderRounded.tsx index 4bac8382e..0e46bd6e3 100644 --- a/src/IconInactiveOrderRounded.tsx +++ b/src/IconInactiveOrderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInactiveOrderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInactiveOrderRoundedFilled.tsx b/src/IconInactiveOrderRoundedFilled.tsx index 2d7a16929..0b601abd1 100644 --- a/src/IconInactiveOrderRoundedFilled.tsx +++ b/src/IconInactiveOrderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInactiveOrderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInactiveOrderSharp.tsx b/src/IconInactiveOrderSharp.tsx index ecefb84ef..b225e9dbb 100644 --- a/src/IconInactiveOrderSharp.tsx +++ b/src/IconInactiveOrderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInactiveOrderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInactiveOrderSharpFilled.tsx b/src/IconInactiveOrderSharpFilled.tsx index e9c890aec..a4a2a30d6 100644 --- a/src/IconInactiveOrderSharpFilled.tsx +++ b/src/IconInactiveOrderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInactiveOrderSharpFilled: React.FC = ({ ...props diff --git a/src/IconInboxCustomizeOutlined.tsx b/src/IconInboxCustomizeOutlined.tsx index d6be9d3aa..19cf4e769 100644 --- a/src/IconInboxCustomizeOutlined.tsx +++ b/src/IconInboxCustomizeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxCustomizeOutlined: React.FC = ({ ...props diff --git a/src/IconInboxCustomizeOutlinedFilled.tsx b/src/IconInboxCustomizeOutlinedFilled.tsx index 77fdb8c8d..a17390f19 100644 --- a/src/IconInboxCustomizeOutlinedFilled.tsx +++ b/src/IconInboxCustomizeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxCustomizeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInboxCustomizeRounded.tsx b/src/IconInboxCustomizeRounded.tsx index 4741f340b..7236f46f6 100644 --- a/src/IconInboxCustomizeRounded.tsx +++ b/src/IconInboxCustomizeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxCustomizeRounded: React.FC = ({ ...props diff --git a/src/IconInboxCustomizeRoundedFilled.tsx b/src/IconInboxCustomizeRoundedFilled.tsx index f68f59b20..9a8eed197 100644 --- a/src/IconInboxCustomizeRoundedFilled.tsx +++ b/src/IconInboxCustomizeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxCustomizeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInboxCustomizeSharp.tsx b/src/IconInboxCustomizeSharp.tsx index 245dcfbff..357465904 100644 --- a/src/IconInboxCustomizeSharp.tsx +++ b/src/IconInboxCustomizeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxCustomizeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInboxCustomizeSharpFilled.tsx b/src/IconInboxCustomizeSharpFilled.tsx index e64fe7e58..6352d6461 100644 --- a/src/IconInboxCustomizeSharpFilled.tsx +++ b/src/IconInboxCustomizeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxCustomizeSharpFilled: React.FC = ({ ...props diff --git a/src/IconInboxOutlined.tsx b/src/IconInboxOutlined.tsx index 7b8406635..0f04a4f9f 100644 --- a/src/IconInboxOutlined.tsx +++ b/src/IconInboxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInboxOutlinedFilled.tsx b/src/IconInboxOutlinedFilled.tsx index c801e3924..6e4b22f4d 100644 --- a/src/IconInboxOutlinedFilled.tsx +++ b/src/IconInboxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInboxRounded.tsx b/src/IconInboxRounded.tsx index 40299c4c3..1fac4ae7d 100644 --- a/src/IconInboxRounded.tsx +++ b/src/IconInboxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInboxRoundedFilled.tsx b/src/IconInboxRoundedFilled.tsx index 61c335b4a..75d7729e3 100644 --- a/src/IconInboxRoundedFilled.tsx +++ b/src/IconInboxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInboxSharp.tsx b/src/IconInboxSharp.tsx index decfe47de..e47179472 100644 --- a/src/IconInboxSharp.tsx +++ b/src/IconInboxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInboxSharpFilled.tsx b/src/IconInboxSharpFilled.tsx index 02f6a30dd..879624ddb 100644 --- a/src/IconInboxSharpFilled.tsx +++ b/src/IconInboxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInboxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIncompleteCircleOutlined.tsx b/src/IconIncompleteCircleOutlined.tsx index 79ea63aa3..116f01a49 100644 --- a/src/IconIncompleteCircleOutlined.tsx +++ b/src/IconIncompleteCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIncompleteCircleOutlined: React.FC = ({ ...props diff --git a/src/IconIncompleteCircleOutlinedFilled.tsx b/src/IconIncompleteCircleOutlinedFilled.tsx index ab6d77744..a60b8308c 100644 --- a/src/IconIncompleteCircleOutlinedFilled.tsx +++ b/src/IconIncompleteCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIncompleteCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconIncompleteCircleRounded.tsx b/src/IconIncompleteCircleRounded.tsx index 729fac74c..21dba419b 100644 --- a/src/IconIncompleteCircleRounded.tsx +++ b/src/IconIncompleteCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIncompleteCircleRounded: React.FC = ({ ...props diff --git a/src/IconIncompleteCircleRoundedFilled.tsx b/src/IconIncompleteCircleRoundedFilled.tsx index 3bcf1d857..d069bcf29 100644 --- a/src/IconIncompleteCircleRoundedFilled.tsx +++ b/src/IconIncompleteCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIncompleteCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconIncompleteCircleSharp.tsx b/src/IconIncompleteCircleSharp.tsx index f9ab82656..6b6ed5c50 100644 --- a/src/IconIncompleteCircleSharp.tsx +++ b/src/IconIncompleteCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIncompleteCircleSharp: React.FC = ({ ...props diff --git a/src/IconIncompleteCircleSharpFilled.tsx b/src/IconIncompleteCircleSharpFilled.tsx index 64c9507e4..d49b0a705 100644 --- a/src/IconIncompleteCircleSharpFilled.tsx +++ b/src/IconIncompleteCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIncompleteCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconIndeterminateCheckBoxOutlined.tsx b/src/IconIndeterminateCheckBoxOutlined.tsx index 04c081504..08a88c2e3 100644 --- a/src/IconIndeterminateCheckBoxOutlined.tsx +++ b/src/IconIndeterminateCheckBoxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateCheckBoxOutlined: React.FC = ({ ...props diff --git a/src/IconIndeterminateCheckBoxOutlinedFilled.tsx b/src/IconIndeterminateCheckBoxOutlinedFilled.tsx index 88262919f..5a8d722dd 100644 --- a/src/IconIndeterminateCheckBoxOutlinedFilled.tsx +++ b/src/IconIndeterminateCheckBoxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateCheckBoxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconIndeterminateCheckBoxRounded.tsx b/src/IconIndeterminateCheckBoxRounded.tsx index d05d5f6f2..0fb5cc9c5 100644 --- a/src/IconIndeterminateCheckBoxRounded.tsx +++ b/src/IconIndeterminateCheckBoxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateCheckBoxRounded: React.FC = ({ ...props diff --git a/src/IconIndeterminateCheckBoxRoundedFilled.tsx b/src/IconIndeterminateCheckBoxRoundedFilled.tsx index 73f2bc9f5..bea7a63c8 100644 --- a/src/IconIndeterminateCheckBoxRoundedFilled.tsx +++ b/src/IconIndeterminateCheckBoxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateCheckBoxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconIndeterminateCheckBoxSharp.tsx b/src/IconIndeterminateCheckBoxSharp.tsx index e8b588f81..f0781600c 100644 --- a/src/IconIndeterminateCheckBoxSharp.tsx +++ b/src/IconIndeterminateCheckBoxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateCheckBoxSharp: React.FC = ({ ...props diff --git a/src/IconIndeterminateCheckBoxSharpFilled.tsx b/src/IconIndeterminateCheckBoxSharpFilled.tsx index 273bc8e1a..d0fb92b88 100644 --- a/src/IconIndeterminateCheckBoxSharpFilled.tsx +++ b/src/IconIndeterminateCheckBoxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateCheckBoxSharpFilled: React.FC = ({ ...props diff --git a/src/IconIndeterminateQuestionBoxOutlined.tsx b/src/IconIndeterminateQuestionBoxOutlined.tsx index b4dde637c..2c308d5c2 100644 --- a/src/IconIndeterminateQuestionBoxOutlined.tsx +++ b/src/IconIndeterminateQuestionBoxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateQuestionBoxOutlined: React.FC = ({ ...props diff --git a/src/IconIndeterminateQuestionBoxOutlinedFilled.tsx b/src/IconIndeterminateQuestionBoxOutlinedFilled.tsx index ca6b11137..bdc97a35a 100644 --- a/src/IconIndeterminateQuestionBoxOutlinedFilled.tsx +++ b/src/IconIndeterminateQuestionBoxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateQuestionBoxOutlinedFilled: React.FC< IconProps diff --git a/src/IconIndeterminateQuestionBoxRounded.tsx b/src/IconIndeterminateQuestionBoxRounded.tsx index 0edf6dd99..23c1c7af7 100644 --- a/src/IconIndeterminateQuestionBoxRounded.tsx +++ b/src/IconIndeterminateQuestionBoxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateQuestionBoxRounded: React.FC = ({ ...props diff --git a/src/IconIndeterminateQuestionBoxRoundedFilled.tsx b/src/IconIndeterminateQuestionBoxRoundedFilled.tsx index b0d707ee1..48690ad60 100644 --- a/src/IconIndeterminateQuestionBoxRoundedFilled.tsx +++ b/src/IconIndeterminateQuestionBoxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateQuestionBoxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconIndeterminateQuestionBoxSharp.tsx b/src/IconIndeterminateQuestionBoxSharp.tsx index 27f2b6eec..9f3b8adce 100644 --- a/src/IconIndeterminateQuestionBoxSharp.tsx +++ b/src/IconIndeterminateQuestionBoxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateQuestionBoxSharp: React.FC = ({ ...props diff --git a/src/IconIndeterminateQuestionBoxSharpFilled.tsx b/src/IconIndeterminateQuestionBoxSharpFilled.tsx index 04575ff59..ab3b8300d 100644 --- a/src/IconIndeterminateQuestionBoxSharpFilled.tsx +++ b/src/IconIndeterminateQuestionBoxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIndeterminateQuestionBoxSharpFilled: React.FC = ({ ...props diff --git a/src/IconInfoIOutlined.tsx b/src/IconInfoIOutlined.tsx index 9b25f9323..3118b3bfb 100644 --- a/src/IconInfoIOutlined.tsx +++ b/src/IconInfoIOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoIOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInfoIOutlinedFilled.tsx b/src/IconInfoIOutlinedFilled.tsx index 21ecb2ff4..ba1bbfb64 100644 --- a/src/IconInfoIOutlinedFilled.tsx +++ b/src/IconInfoIOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoIOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInfoIRounded.tsx b/src/IconInfoIRounded.tsx index 8419fbf42..38bbbc8d6 100644 --- a/src/IconInfoIRounded.tsx +++ b/src/IconInfoIRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoIRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInfoIRoundedFilled.tsx b/src/IconInfoIRoundedFilled.tsx index 2e58632f2..ad0901184 100644 --- a/src/IconInfoIRoundedFilled.tsx +++ b/src/IconInfoIRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoIRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInfoISharp.tsx b/src/IconInfoISharp.tsx index 54b2de2fe..47be0d4c2 100644 --- a/src/IconInfoISharp.tsx +++ b/src/IconInfoISharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoISharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInfoISharpFilled.tsx b/src/IconInfoISharpFilled.tsx index a5b6604de..4eaeeec04 100644 --- a/src/IconInfoISharpFilled.tsx +++ b/src/IconInfoISharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoISharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInfoOutlined.tsx b/src/IconInfoOutlined.tsx index 086eff7ce..e85a1653e 100644 --- a/src/IconInfoOutlined.tsx +++ b/src/IconInfoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInfoOutlinedFilled.tsx b/src/IconInfoOutlinedFilled.tsx index ed2482958..4b9d5d3b5 100644 --- a/src/IconInfoOutlinedFilled.tsx +++ b/src/IconInfoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInfoRounded.tsx b/src/IconInfoRounded.tsx index 42ef8ff83..5652f13b6 100644 --- a/src/IconInfoRounded.tsx +++ b/src/IconInfoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInfoRoundedFilled.tsx b/src/IconInfoRoundedFilled.tsx index a35845092..9c132da13 100644 --- a/src/IconInfoRoundedFilled.tsx +++ b/src/IconInfoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInfoSharp.tsx b/src/IconInfoSharp.tsx index 233a75f8b..57a25d1f2 100644 --- a/src/IconInfoSharp.tsx +++ b/src/IconInfoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInfoSharpFilled.tsx b/src/IconInfoSharpFilled.tsx index 93000f532..232c97097 100644 --- a/src/IconInfoSharpFilled.tsx +++ b/src/IconInfoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInfraredOutlined.tsx b/src/IconInfraredOutlined.tsx index ed138b0d5..a3bc77bdd 100644 --- a/src/IconInfraredOutlined.tsx +++ b/src/IconInfraredOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfraredOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInfraredOutlinedFilled.tsx b/src/IconInfraredOutlinedFilled.tsx index b8e71f124..40b23ab61 100644 --- a/src/IconInfraredOutlinedFilled.tsx +++ b/src/IconInfraredOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfraredOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInfraredRounded.tsx b/src/IconInfraredRounded.tsx index 5fd06f5db..d10dc818a 100644 --- a/src/IconInfraredRounded.tsx +++ b/src/IconInfraredRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfraredRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInfraredRoundedFilled.tsx b/src/IconInfraredRoundedFilled.tsx index f81a98c3a..78f4df5c9 100644 --- a/src/IconInfraredRoundedFilled.tsx +++ b/src/IconInfraredRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfraredRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInfraredSharp.tsx b/src/IconInfraredSharp.tsx index 73234c26e..0ebf23036 100644 --- a/src/IconInfraredSharp.tsx +++ b/src/IconInfraredSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfraredSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInfraredSharpFilled.tsx b/src/IconInfraredSharpFilled.tsx index d25385778..4f5ee00b9 100644 --- a/src/IconInfraredSharpFilled.tsx +++ b/src/IconInfraredSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInfraredSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInkEraserOffOutlined.tsx b/src/IconInkEraserOffOutlined.tsx index 6c8b63fda..4d4e72343 100644 --- a/src/IconInkEraserOffOutlined.tsx +++ b/src/IconInkEraserOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInkEraserOffOutlinedFilled.tsx b/src/IconInkEraserOffOutlinedFilled.tsx index 7a0f080dd..96a30bbb1 100644 --- a/src/IconInkEraserOffOutlinedFilled.tsx +++ b/src/IconInkEraserOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInkEraserOffRounded.tsx b/src/IconInkEraserOffRounded.tsx index 5c11cb780..c80ecd05c 100644 --- a/src/IconInkEraserOffRounded.tsx +++ b/src/IconInkEraserOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInkEraserOffRoundedFilled.tsx b/src/IconInkEraserOffRoundedFilled.tsx index 833a5ff44..0e78ea5a6 100644 --- a/src/IconInkEraserOffRoundedFilled.tsx +++ b/src/IconInkEraserOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInkEraserOffSharp.tsx b/src/IconInkEraserOffSharp.tsx index 76938d449..35618d036 100644 --- a/src/IconInkEraserOffSharp.tsx +++ b/src/IconInkEraserOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInkEraserOffSharpFilled.tsx b/src/IconInkEraserOffSharpFilled.tsx index 6be82c16d..0ff4893fe 100644 --- a/src/IconInkEraserOffSharpFilled.tsx +++ b/src/IconInkEraserOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconInkEraserOutlined.tsx b/src/IconInkEraserOutlined.tsx index 86d96336d..847b62632 100644 --- a/src/IconInkEraserOutlined.tsx +++ b/src/IconInkEraserOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInkEraserOutlinedFilled.tsx b/src/IconInkEraserOutlinedFilled.tsx index e4a96f8c4..8181cb109 100644 --- a/src/IconInkEraserOutlinedFilled.tsx +++ b/src/IconInkEraserOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInkEraserRounded.tsx b/src/IconInkEraserRounded.tsx index 2ca99cd12..5ccf3111c 100644 --- a/src/IconInkEraserRounded.tsx +++ b/src/IconInkEraserRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInkEraserRoundedFilled.tsx b/src/IconInkEraserRoundedFilled.tsx index 2f4472b7a..acdcfada4 100644 --- a/src/IconInkEraserRoundedFilled.tsx +++ b/src/IconInkEraserRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInkEraserSharp.tsx b/src/IconInkEraserSharp.tsx index c7628dc00..b2f010a20 100644 --- a/src/IconInkEraserSharp.tsx +++ b/src/IconInkEraserSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInkEraserSharpFilled.tsx b/src/IconInkEraserSharpFilled.tsx index c081b5251..307bbc85b 100644 --- a/src/IconInkEraserSharpFilled.tsx +++ b/src/IconInkEraserSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkEraserSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInkHighlighterMoveOutlined.tsx b/src/IconInkHighlighterMoveOutlined.tsx index c9e23076e..7fc36e138 100644 --- a/src/IconInkHighlighterMoveOutlined.tsx +++ b/src/IconInkHighlighterMoveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterMoveOutlined: React.FC = ({ ...props diff --git a/src/IconInkHighlighterMoveOutlinedFilled.tsx b/src/IconInkHighlighterMoveOutlinedFilled.tsx index 198bd9135..ecc55050e 100644 --- a/src/IconInkHighlighterMoveOutlinedFilled.tsx +++ b/src/IconInkHighlighterMoveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterMoveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInkHighlighterMoveRounded.tsx b/src/IconInkHighlighterMoveRounded.tsx index 0ffca244b..c432f783f 100644 --- a/src/IconInkHighlighterMoveRounded.tsx +++ b/src/IconInkHighlighterMoveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterMoveRounded: React.FC = ({ ...props diff --git a/src/IconInkHighlighterMoveRoundedFilled.tsx b/src/IconInkHighlighterMoveRoundedFilled.tsx index 545f3e2a0..24e7fe263 100644 --- a/src/IconInkHighlighterMoveRoundedFilled.tsx +++ b/src/IconInkHighlighterMoveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterMoveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInkHighlighterMoveSharp.tsx b/src/IconInkHighlighterMoveSharp.tsx index ae559aa4f..fdb3f0855 100644 --- a/src/IconInkHighlighterMoveSharp.tsx +++ b/src/IconInkHighlighterMoveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterMoveSharp: React.FC = ({ ...props diff --git a/src/IconInkHighlighterMoveSharpFilled.tsx b/src/IconInkHighlighterMoveSharpFilled.tsx index ab2df7ef7..c5e192662 100644 --- a/src/IconInkHighlighterMoveSharpFilled.tsx +++ b/src/IconInkHighlighterMoveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterMoveSharpFilled: React.FC = ({ ...props diff --git a/src/IconInkHighlighterOutlined.tsx b/src/IconInkHighlighterOutlined.tsx index 955449db5..dd9ad59d1 100644 --- a/src/IconInkHighlighterOutlined.tsx +++ b/src/IconInkHighlighterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterOutlined: React.FC = ({ ...props diff --git a/src/IconInkHighlighterOutlinedFilled.tsx b/src/IconInkHighlighterOutlinedFilled.tsx index b245648be..316be9605 100644 --- a/src/IconInkHighlighterOutlinedFilled.tsx +++ b/src/IconInkHighlighterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInkHighlighterRounded.tsx b/src/IconInkHighlighterRounded.tsx index 75919945d..e4c2c96af 100644 --- a/src/IconInkHighlighterRounded.tsx +++ b/src/IconInkHighlighterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterRounded: React.FC = ({ ...props diff --git a/src/IconInkHighlighterRoundedFilled.tsx b/src/IconInkHighlighterRoundedFilled.tsx index 28d3a794b..8aea84449 100644 --- a/src/IconInkHighlighterRoundedFilled.tsx +++ b/src/IconInkHighlighterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInkHighlighterSharp.tsx b/src/IconInkHighlighterSharp.tsx index 3377fa5af..dc309d824 100644 --- a/src/IconInkHighlighterSharp.tsx +++ b/src/IconInkHighlighterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInkHighlighterSharpFilled.tsx b/src/IconInkHighlighterSharpFilled.tsx index 0a07a4703..a3793c69c 100644 --- a/src/IconInkHighlighterSharpFilled.tsx +++ b/src/IconInkHighlighterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkHighlighterSharpFilled: React.FC = ({ ...props diff --git a/src/IconInkMarkerOutlined.tsx b/src/IconInkMarkerOutlined.tsx index c2419ec02..70002b445 100644 --- a/src/IconInkMarkerOutlined.tsx +++ b/src/IconInkMarkerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkMarkerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInkMarkerOutlinedFilled.tsx b/src/IconInkMarkerOutlinedFilled.tsx index cec75344f..5806eba5c 100644 --- a/src/IconInkMarkerOutlinedFilled.tsx +++ b/src/IconInkMarkerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkMarkerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInkMarkerRounded.tsx b/src/IconInkMarkerRounded.tsx index 6e7ea8cf7..e7a793439 100644 --- a/src/IconInkMarkerRounded.tsx +++ b/src/IconInkMarkerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkMarkerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInkMarkerRoundedFilled.tsx b/src/IconInkMarkerRoundedFilled.tsx index 5d31aeb6d..ff210e86b 100644 --- a/src/IconInkMarkerRoundedFilled.tsx +++ b/src/IconInkMarkerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkMarkerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInkMarkerSharp.tsx b/src/IconInkMarkerSharp.tsx index d1052e320..231751310 100644 --- a/src/IconInkMarkerSharp.tsx +++ b/src/IconInkMarkerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkMarkerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInkMarkerSharpFilled.tsx b/src/IconInkMarkerSharpFilled.tsx index ad3ecb6bd..46c980a62 100644 --- a/src/IconInkMarkerSharpFilled.tsx +++ b/src/IconInkMarkerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkMarkerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInkPenOutlined.tsx b/src/IconInkPenOutlined.tsx index 335f8f135..138ce37a6 100644 --- a/src/IconInkPenOutlined.tsx +++ b/src/IconInkPenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkPenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInkPenOutlinedFilled.tsx b/src/IconInkPenOutlinedFilled.tsx index 3a6989954..bc16f466a 100644 --- a/src/IconInkPenOutlinedFilled.tsx +++ b/src/IconInkPenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkPenOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInkPenRounded.tsx b/src/IconInkPenRounded.tsx index ebd903e58..fe1d1c607 100644 --- a/src/IconInkPenRounded.tsx +++ b/src/IconInkPenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkPenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInkPenRoundedFilled.tsx b/src/IconInkPenRoundedFilled.tsx index f5a4ea570..57ceeb6f4 100644 --- a/src/IconInkPenRoundedFilled.tsx +++ b/src/IconInkPenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkPenRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInkPenSharp.tsx b/src/IconInkPenSharp.tsx index e895394f4..8404f3800 100644 --- a/src/IconInkPenSharp.tsx +++ b/src/IconInkPenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkPenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInkPenSharpFilled.tsx b/src/IconInkPenSharpFilled.tsx index 3bcd44285..8250cc736 100644 --- a/src/IconInkPenSharpFilled.tsx +++ b/src/IconInkPenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInkPenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInpatientOutlined.tsx b/src/IconInpatientOutlined.tsx index 0f138cf9e..7dbc4d70a 100644 --- a/src/IconInpatientOutlined.tsx +++ b/src/IconInpatientOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInpatientOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInpatientOutlinedFilled.tsx b/src/IconInpatientOutlinedFilled.tsx index 109f484f1..6b6437194 100644 --- a/src/IconInpatientOutlinedFilled.tsx +++ b/src/IconInpatientOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInpatientOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInpatientRounded.tsx b/src/IconInpatientRounded.tsx index 7487bea8b..eaf3a9811 100644 --- a/src/IconInpatientRounded.tsx +++ b/src/IconInpatientRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInpatientRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInpatientRoundedFilled.tsx b/src/IconInpatientRoundedFilled.tsx index 23279cb83..e24441277 100644 --- a/src/IconInpatientRoundedFilled.tsx +++ b/src/IconInpatientRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInpatientRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInpatientSharp.tsx b/src/IconInpatientSharp.tsx index d65a8cdd2..85f26b3bd 100644 --- a/src/IconInpatientSharp.tsx +++ b/src/IconInpatientSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInpatientSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInpatientSharpFilled.tsx b/src/IconInpatientSharpFilled.tsx index 28b41b44e..690f4bcef 100644 --- a/src/IconInpatientSharpFilled.tsx +++ b/src/IconInpatientSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInpatientSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInputCircleOutlined.tsx b/src/IconInputCircleOutlined.tsx index e9f052c3c..e46f79816 100644 --- a/src/IconInputCircleOutlined.tsx +++ b/src/IconInputCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInputCircleOutlinedFilled.tsx b/src/IconInputCircleOutlinedFilled.tsx index 51b7d5622..fb4a58d11 100644 --- a/src/IconInputCircleOutlinedFilled.tsx +++ b/src/IconInputCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInputCircleRounded.tsx b/src/IconInputCircleRounded.tsx index 439a017ce..2b5dc0858 100644 --- a/src/IconInputCircleRounded.tsx +++ b/src/IconInputCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInputCircleRoundedFilled.tsx b/src/IconInputCircleRoundedFilled.tsx index 379918544..70f03c7cb 100644 --- a/src/IconInputCircleRoundedFilled.tsx +++ b/src/IconInputCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInputCircleSharp.tsx b/src/IconInputCircleSharp.tsx index 0384d1a8a..336862342 100644 --- a/src/IconInputCircleSharp.tsx +++ b/src/IconInputCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInputCircleSharpFilled.tsx b/src/IconInputCircleSharpFilled.tsx index adcc3f55d..4f0142924 100644 --- a/src/IconInputCircleSharpFilled.tsx +++ b/src/IconInputCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconInputOutlined.tsx b/src/IconInputOutlined.tsx index 8dc5508ef..254d75529 100644 --- a/src/IconInputOutlined.tsx +++ b/src/IconInputOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInputOutlinedFilled.tsx b/src/IconInputOutlinedFilled.tsx index 988291790..e0c914695 100644 --- a/src/IconInputOutlinedFilled.tsx +++ b/src/IconInputOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInputRounded.tsx b/src/IconInputRounded.tsx index af595c4f5..c3c416d1f 100644 --- a/src/IconInputRounded.tsx +++ b/src/IconInputRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInputRoundedFilled.tsx b/src/IconInputRoundedFilled.tsx index fa1c5969b..f30abafbe 100644 --- a/src/IconInputRoundedFilled.tsx +++ b/src/IconInputRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInputSharp.tsx b/src/IconInputSharp.tsx index c7f7bc4f7..f9e2690c7 100644 --- a/src/IconInputSharp.tsx +++ b/src/IconInputSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInputSharpFilled.tsx b/src/IconInputSharpFilled.tsx index fd29a2040..36f49d142 100644 --- a/src/IconInputSharpFilled.tsx +++ b/src/IconInputSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInputSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInsertChartOutlined.tsx b/src/IconInsertChartOutlined.tsx index 366e2fbe2..66e6d075e 100644 --- a/src/IconInsertChartOutlined.tsx +++ b/src/IconInsertChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertChartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInsertChartOutlinedFilled.tsx b/src/IconInsertChartOutlinedFilled.tsx index e56961b75..6d09b73cc 100644 --- a/src/IconInsertChartOutlinedFilled.tsx +++ b/src/IconInsertChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInsertChartRounded.tsx b/src/IconInsertChartRounded.tsx index 6405b9dde..85a679e0a 100644 --- a/src/IconInsertChartRounded.tsx +++ b/src/IconInsertChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertChartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInsertChartRoundedFilled.tsx b/src/IconInsertChartRoundedFilled.tsx index 475e35ab4..e23f6fd39 100644 --- a/src/IconInsertChartRoundedFilled.tsx +++ b/src/IconInsertChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInsertChartSharp.tsx b/src/IconInsertChartSharp.tsx index d5503f315..af5d3e5c2 100644 --- a/src/IconInsertChartSharp.tsx +++ b/src/IconInsertChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInsertChartSharpFilled.tsx b/src/IconInsertChartSharpFilled.tsx index 311bc4d25..0516fdb52 100644 --- a/src/IconInsertChartSharpFilled.tsx +++ b/src/IconInsertChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconInsertPageBreakOutlined.tsx b/src/IconInsertPageBreakOutlined.tsx index 1c59f8097..58111f1f1 100644 --- a/src/IconInsertPageBreakOutlined.tsx +++ b/src/IconInsertPageBreakOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertPageBreakOutlined: React.FC = ({ ...props diff --git a/src/IconInsertPageBreakOutlinedFilled.tsx b/src/IconInsertPageBreakOutlinedFilled.tsx index 842616a64..7c1f7b574 100644 --- a/src/IconInsertPageBreakOutlinedFilled.tsx +++ b/src/IconInsertPageBreakOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertPageBreakOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInsertPageBreakRounded.tsx b/src/IconInsertPageBreakRounded.tsx index 49e93a576..ae7a4f4bb 100644 --- a/src/IconInsertPageBreakRounded.tsx +++ b/src/IconInsertPageBreakRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertPageBreakRounded: React.FC = ({ ...props diff --git a/src/IconInsertPageBreakRoundedFilled.tsx b/src/IconInsertPageBreakRoundedFilled.tsx index 72ed3cf1a..5ef462d9a 100644 --- a/src/IconInsertPageBreakRoundedFilled.tsx +++ b/src/IconInsertPageBreakRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertPageBreakRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInsertPageBreakSharp.tsx b/src/IconInsertPageBreakSharp.tsx index e86558075..43c9947c0 100644 --- a/src/IconInsertPageBreakSharp.tsx +++ b/src/IconInsertPageBreakSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertPageBreakSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInsertPageBreakSharpFilled.tsx b/src/IconInsertPageBreakSharpFilled.tsx index aba0838db..fe39a3e55 100644 --- a/src/IconInsertPageBreakSharpFilled.tsx +++ b/src/IconInsertPageBreakSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertPageBreakSharpFilled: React.FC = ({ ...props diff --git a/src/IconInsertTextOutlined.tsx b/src/IconInsertTextOutlined.tsx index a961725c2..5901c1c99 100644 --- a/src/IconInsertTextOutlined.tsx +++ b/src/IconInsertTextOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertTextOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInsertTextOutlinedFilled.tsx b/src/IconInsertTextOutlinedFilled.tsx index 3319f07f8..c7e3ce96e 100644 --- a/src/IconInsertTextOutlinedFilled.tsx +++ b/src/IconInsertTextOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertTextOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInsertTextRounded.tsx b/src/IconInsertTextRounded.tsx index 67253d242..22e0f8eec 100644 --- a/src/IconInsertTextRounded.tsx +++ b/src/IconInsertTextRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertTextRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInsertTextRoundedFilled.tsx b/src/IconInsertTextRoundedFilled.tsx index fa5327fea..84db569a8 100644 --- a/src/IconInsertTextRoundedFilled.tsx +++ b/src/IconInsertTextRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertTextRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInsertTextSharp.tsx b/src/IconInsertTextSharp.tsx index f24a0d4d0..f792b7a75 100644 --- a/src/IconInsertTextSharp.tsx +++ b/src/IconInsertTextSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertTextSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInsertTextSharpFilled.tsx b/src/IconInsertTextSharpFilled.tsx index 565f27e7c..3ed1fdb49 100644 --- a/src/IconInsertTextSharpFilled.tsx +++ b/src/IconInsertTextSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInsertTextSharpFilled: React.FC = ({ ...props diff --git a/src/IconInstallDesktopOutlined.tsx b/src/IconInstallDesktopOutlined.tsx index db9be000e..8356d2f6f 100644 --- a/src/IconInstallDesktopOutlined.tsx +++ b/src/IconInstallDesktopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallDesktopOutlined: React.FC = ({ ...props diff --git a/src/IconInstallDesktopOutlinedFilled.tsx b/src/IconInstallDesktopOutlinedFilled.tsx index 3e0687ae8..6d979cca3 100644 --- a/src/IconInstallDesktopOutlinedFilled.tsx +++ b/src/IconInstallDesktopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallDesktopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInstallDesktopRounded.tsx b/src/IconInstallDesktopRounded.tsx index 47e5f7343..cd2b8c260 100644 --- a/src/IconInstallDesktopRounded.tsx +++ b/src/IconInstallDesktopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallDesktopRounded: React.FC = ({ ...props diff --git a/src/IconInstallDesktopRoundedFilled.tsx b/src/IconInstallDesktopRoundedFilled.tsx index c4d2e9acb..0bc8b4a71 100644 --- a/src/IconInstallDesktopRoundedFilled.tsx +++ b/src/IconInstallDesktopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallDesktopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInstallDesktopSharp.tsx b/src/IconInstallDesktopSharp.tsx index eb0f885da..3c6f7c82e 100644 --- a/src/IconInstallDesktopSharp.tsx +++ b/src/IconInstallDesktopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallDesktopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInstallDesktopSharpFilled.tsx b/src/IconInstallDesktopSharpFilled.tsx index 4edaee97d..8927280dd 100644 --- a/src/IconInstallDesktopSharpFilled.tsx +++ b/src/IconInstallDesktopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallDesktopSharpFilled: React.FC = ({ ...props diff --git a/src/IconInstallMobileOutlined.tsx b/src/IconInstallMobileOutlined.tsx index 9efec01b4..f2d955077 100644 --- a/src/IconInstallMobileOutlined.tsx +++ b/src/IconInstallMobileOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallMobileOutlined: React.FC = ({ ...props diff --git a/src/IconInstallMobileOutlinedFilled.tsx b/src/IconInstallMobileOutlinedFilled.tsx index 1248d701a..61f553fd0 100644 --- a/src/IconInstallMobileOutlinedFilled.tsx +++ b/src/IconInstallMobileOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallMobileOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInstallMobileRounded.tsx b/src/IconInstallMobileRounded.tsx index ad16cb707..b61d1236a 100644 --- a/src/IconInstallMobileRounded.tsx +++ b/src/IconInstallMobileRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallMobileRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInstallMobileRoundedFilled.tsx b/src/IconInstallMobileRoundedFilled.tsx index e645e253f..8ab83d48e 100644 --- a/src/IconInstallMobileRoundedFilled.tsx +++ b/src/IconInstallMobileRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallMobileRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInstallMobileSharp.tsx b/src/IconInstallMobileSharp.tsx index 97ac5c15b..6f04304fe 100644 --- a/src/IconInstallMobileSharp.tsx +++ b/src/IconInstallMobileSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallMobileSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInstallMobileSharpFilled.tsx b/src/IconInstallMobileSharpFilled.tsx index d81e7f64c..e59891e76 100644 --- a/src/IconInstallMobileSharpFilled.tsx +++ b/src/IconInstallMobileSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstallMobileSharpFilled: React.FC = ({ ...props diff --git a/src/IconInstantMixOutlined.tsx b/src/IconInstantMixOutlined.tsx index 962540a4d..dc7af2773 100644 --- a/src/IconInstantMixOutlined.tsx +++ b/src/IconInstantMixOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstantMixOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInstantMixOutlinedFilled.tsx b/src/IconInstantMixOutlinedFilled.tsx index 40e86608d..c8b3a21e2 100644 --- a/src/IconInstantMixOutlinedFilled.tsx +++ b/src/IconInstantMixOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstantMixOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInstantMixRounded.tsx b/src/IconInstantMixRounded.tsx index 6bcd10ef9..268107eef 100644 --- a/src/IconInstantMixRounded.tsx +++ b/src/IconInstantMixRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstantMixRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInstantMixRoundedFilled.tsx b/src/IconInstantMixRoundedFilled.tsx index 6729ca0a3..2c13de56b 100644 --- a/src/IconInstantMixRoundedFilled.tsx +++ b/src/IconInstantMixRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstantMixRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInstantMixSharp.tsx b/src/IconInstantMixSharp.tsx index 8f7c2b5ef..530c9e12a 100644 --- a/src/IconInstantMixSharp.tsx +++ b/src/IconInstantMixSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstantMixSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInstantMixSharpFilled.tsx b/src/IconInstantMixSharpFilled.tsx index 207ef7e9b..706c56a13 100644 --- a/src/IconInstantMixSharpFilled.tsx +++ b/src/IconInstantMixSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInstantMixSharpFilled: React.FC = ({ ...props diff --git a/src/IconIntegrationInstructionsOutlined.tsx b/src/IconIntegrationInstructionsOutlined.tsx index b752765a4..fd0ad35a4 100644 --- a/src/IconIntegrationInstructionsOutlined.tsx +++ b/src/IconIntegrationInstructionsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIntegrationInstructionsOutlined: React.FC = ({ ...props diff --git a/src/IconIntegrationInstructionsOutlinedFilled.tsx b/src/IconIntegrationInstructionsOutlinedFilled.tsx index 15cc6cc69..cd1f10865 100644 --- a/src/IconIntegrationInstructionsOutlinedFilled.tsx +++ b/src/IconIntegrationInstructionsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIntegrationInstructionsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconIntegrationInstructionsRounded.tsx b/src/IconIntegrationInstructionsRounded.tsx index 9fd2ebea3..d7ac3dd25 100644 --- a/src/IconIntegrationInstructionsRounded.tsx +++ b/src/IconIntegrationInstructionsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIntegrationInstructionsRounded: React.FC = ({ ...props diff --git a/src/IconIntegrationInstructionsRoundedFilled.tsx b/src/IconIntegrationInstructionsRoundedFilled.tsx index 389a80020..32c372ec9 100644 --- a/src/IconIntegrationInstructionsRoundedFilled.tsx +++ b/src/IconIntegrationInstructionsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIntegrationInstructionsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconIntegrationInstructionsSharp.tsx b/src/IconIntegrationInstructionsSharp.tsx index f677d39cf..7772718dd 100644 --- a/src/IconIntegrationInstructionsSharp.tsx +++ b/src/IconIntegrationInstructionsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIntegrationInstructionsSharp: React.FC = ({ ...props diff --git a/src/IconIntegrationInstructionsSharpFilled.tsx b/src/IconIntegrationInstructionsSharpFilled.tsx index fa4a856e2..53b60ea59 100644 --- a/src/IconIntegrationInstructionsSharpFilled.tsx +++ b/src/IconIntegrationInstructionsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIntegrationInstructionsSharpFilled: React.FC = ({ ...props diff --git a/src/IconInteractiveSpaceOutlined.tsx b/src/IconInteractiveSpaceOutlined.tsx index 5612698fd..b31fcb4f7 100644 --- a/src/IconInteractiveSpaceOutlined.tsx +++ b/src/IconInteractiveSpaceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInteractiveSpaceOutlined: React.FC = ({ ...props diff --git a/src/IconInteractiveSpaceOutlinedFilled.tsx b/src/IconInteractiveSpaceOutlinedFilled.tsx index 88df729cc..0cf57fe03 100644 --- a/src/IconInteractiveSpaceOutlinedFilled.tsx +++ b/src/IconInteractiveSpaceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInteractiveSpaceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInteractiveSpaceRounded.tsx b/src/IconInteractiveSpaceRounded.tsx index 66ffa6350..cd5166619 100644 --- a/src/IconInteractiveSpaceRounded.tsx +++ b/src/IconInteractiveSpaceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInteractiveSpaceRounded: React.FC = ({ ...props diff --git a/src/IconInteractiveSpaceRoundedFilled.tsx b/src/IconInteractiveSpaceRoundedFilled.tsx index b94bcdf87..08063f4fb 100644 --- a/src/IconInteractiveSpaceRoundedFilled.tsx +++ b/src/IconInteractiveSpaceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInteractiveSpaceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInteractiveSpaceSharp.tsx b/src/IconInteractiveSpaceSharp.tsx index 9964b97a2..f731595f4 100644 --- a/src/IconInteractiveSpaceSharp.tsx +++ b/src/IconInteractiveSpaceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInteractiveSpaceSharp: React.FC = ({ ...props diff --git a/src/IconInteractiveSpaceSharpFilled.tsx b/src/IconInteractiveSpaceSharpFilled.tsx index 75b13fd1c..5dbbd9746 100644 --- a/src/IconInteractiveSpaceSharpFilled.tsx +++ b/src/IconInteractiveSpaceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInteractiveSpaceSharpFilled: React.FC = ({ ...props diff --git a/src/IconInterestsOutlined.tsx b/src/IconInterestsOutlined.tsx index dfdc89e44..8357837bb 100644 --- a/src/IconInterestsOutlined.tsx +++ b/src/IconInterestsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterestsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInterestsOutlinedFilled.tsx b/src/IconInterestsOutlinedFilled.tsx index ba050de93..68959e5ab 100644 --- a/src/IconInterestsOutlinedFilled.tsx +++ b/src/IconInterestsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterestsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInterestsRounded.tsx b/src/IconInterestsRounded.tsx index e1d375c52..56ee9cae7 100644 --- a/src/IconInterestsRounded.tsx +++ b/src/IconInterestsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterestsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInterestsRoundedFilled.tsx b/src/IconInterestsRoundedFilled.tsx index 056bad95c..5a5d2f42b 100644 --- a/src/IconInterestsRoundedFilled.tsx +++ b/src/IconInterestsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterestsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInterestsSharp.tsx b/src/IconInterestsSharp.tsx index e6d12b842..178a899f3 100644 --- a/src/IconInterestsSharp.tsx +++ b/src/IconInterestsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterestsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInterestsSharpFilled.tsx b/src/IconInterestsSharpFilled.tsx index 6117ec091..9822d395d 100644 --- a/src/IconInterestsSharpFilled.tsx +++ b/src/IconInterestsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterestsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInterpreterModeOutlined.tsx b/src/IconInterpreterModeOutlined.tsx index 3aac3c992..3eba15a78 100644 --- a/src/IconInterpreterModeOutlined.tsx +++ b/src/IconInterpreterModeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterpreterModeOutlined: React.FC = ({ ...props diff --git a/src/IconInterpreterModeOutlinedFilled.tsx b/src/IconInterpreterModeOutlinedFilled.tsx index 3d2332159..21c997532 100644 --- a/src/IconInterpreterModeOutlinedFilled.tsx +++ b/src/IconInterpreterModeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterpreterModeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInterpreterModeRounded.tsx b/src/IconInterpreterModeRounded.tsx index 1b1975ccd..331734239 100644 --- a/src/IconInterpreterModeRounded.tsx +++ b/src/IconInterpreterModeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterpreterModeRounded: React.FC = ({ ...props diff --git a/src/IconInterpreterModeRoundedFilled.tsx b/src/IconInterpreterModeRoundedFilled.tsx index af227afd2..d3ba1c7e3 100644 --- a/src/IconInterpreterModeRoundedFilled.tsx +++ b/src/IconInterpreterModeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterpreterModeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInterpreterModeSharp.tsx b/src/IconInterpreterModeSharp.tsx index 1b59a4e98..1caa5fa42 100644 --- a/src/IconInterpreterModeSharp.tsx +++ b/src/IconInterpreterModeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterpreterModeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInterpreterModeSharpFilled.tsx b/src/IconInterpreterModeSharpFilled.tsx index 4313dece0..db366a654 100644 --- a/src/IconInterpreterModeSharpFilled.tsx +++ b/src/IconInterpreterModeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInterpreterModeSharpFilled: React.FC = ({ ...props diff --git a/src/IconInventory2Outlined.tsx b/src/IconInventory2Outlined.tsx index dd3b3df62..d286d8b0d 100644 --- a/src/IconInventory2Outlined.tsx +++ b/src/IconInventory2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventory2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInventory2OutlinedFilled.tsx b/src/IconInventory2OutlinedFilled.tsx index d6cb4e8c9..6a07e85e5 100644 --- a/src/IconInventory2OutlinedFilled.tsx +++ b/src/IconInventory2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventory2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInventory2Rounded.tsx b/src/IconInventory2Rounded.tsx index a9d2e5ef4..35853745e 100644 --- a/src/IconInventory2Rounded.tsx +++ b/src/IconInventory2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventory2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInventory2RoundedFilled.tsx b/src/IconInventory2RoundedFilled.tsx index f9b590afb..ef743c79b 100644 --- a/src/IconInventory2RoundedFilled.tsx +++ b/src/IconInventory2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventory2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconInventory2Sharp.tsx b/src/IconInventory2Sharp.tsx index 2b9f57685..f0dda9047 100644 --- a/src/IconInventory2Sharp.tsx +++ b/src/IconInventory2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventory2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInventory2SharpFilled.tsx b/src/IconInventory2SharpFilled.tsx index 5cf8da8c2..0a7f9334f 100644 --- a/src/IconInventory2SharpFilled.tsx +++ b/src/IconInventory2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventory2SharpFilled: React.FC = ({ ...props diff --git a/src/IconInventoryOutlined.tsx b/src/IconInventoryOutlined.tsx index 3bf49415b..1c9569dec 100644 --- a/src/IconInventoryOutlined.tsx +++ b/src/IconInventoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventoryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInventoryOutlinedFilled.tsx b/src/IconInventoryOutlinedFilled.tsx index ff6a84a40..aabcd1ed6 100644 --- a/src/IconInventoryOutlinedFilled.tsx +++ b/src/IconInventoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventoryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInventoryRounded.tsx b/src/IconInventoryRounded.tsx index cd8db7c9a..c7ebe5c65 100644 --- a/src/IconInventoryRounded.tsx +++ b/src/IconInventoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventoryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInventoryRoundedFilled.tsx b/src/IconInventoryRoundedFilled.tsx index 2f2e88ea2..073ca53cc 100644 --- a/src/IconInventoryRoundedFilled.tsx +++ b/src/IconInventoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventoryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInventorySharp.tsx b/src/IconInventorySharp.tsx index 2cc8ec353..7ea91298f 100644 --- a/src/IconInventorySharp.tsx +++ b/src/IconInventorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventorySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInventorySharpFilled.tsx b/src/IconInventorySharpFilled.tsx index 204945c0b..41960f9d6 100644 --- a/src/IconInventorySharpFilled.tsx +++ b/src/IconInventorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInventorySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconInvertColorsOffOutlined.tsx b/src/IconInvertColorsOffOutlined.tsx index 0b0fa683b..9bca15dc5 100644 --- a/src/IconInvertColorsOffOutlined.tsx +++ b/src/IconInvertColorsOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsOffOutlined: React.FC = ({ ...props diff --git a/src/IconInvertColorsOffOutlinedFilled.tsx b/src/IconInvertColorsOffOutlinedFilled.tsx index 88280d110..328b3bdbc 100644 --- a/src/IconInvertColorsOffOutlinedFilled.tsx +++ b/src/IconInvertColorsOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInvertColorsOffRounded.tsx b/src/IconInvertColorsOffRounded.tsx index 27d0d5f0e..d9a0eb113 100644 --- a/src/IconInvertColorsOffRounded.tsx +++ b/src/IconInvertColorsOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsOffRounded: React.FC = ({ ...props diff --git a/src/IconInvertColorsOffRoundedFilled.tsx b/src/IconInvertColorsOffRoundedFilled.tsx index 1150a6011..ce696014b 100644 --- a/src/IconInvertColorsOffRoundedFilled.tsx +++ b/src/IconInvertColorsOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInvertColorsOffSharp.tsx b/src/IconInvertColorsOffSharp.tsx index 7d263909d..070ac6d54 100644 --- a/src/IconInvertColorsOffSharp.tsx +++ b/src/IconInvertColorsOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInvertColorsOffSharpFilled.tsx b/src/IconInvertColorsOffSharpFilled.tsx index 05a3193bc..e9baf5c7d 100644 --- a/src/IconInvertColorsOffSharpFilled.tsx +++ b/src/IconInvertColorsOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconInvertColorsOutlined.tsx b/src/IconInvertColorsOutlined.tsx index 384a90ae9..43a6076bd 100644 --- a/src/IconInvertColorsOutlined.tsx +++ b/src/IconInvertColorsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconInvertColorsOutlinedFilled.tsx b/src/IconInvertColorsOutlinedFilled.tsx index 772fab297..32a338cb5 100644 --- a/src/IconInvertColorsOutlinedFilled.tsx +++ b/src/IconInvertColorsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconInvertColorsRounded.tsx b/src/IconInvertColorsRounded.tsx index 713391f86..8c73b9830 100644 --- a/src/IconInvertColorsRounded.tsx +++ b/src/IconInvertColorsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconInvertColorsRoundedFilled.tsx b/src/IconInvertColorsRoundedFilled.tsx index b9aeffcc1..3e97f3470 100644 --- a/src/IconInvertColorsRoundedFilled.tsx +++ b/src/IconInvertColorsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconInvertColorsSharp.tsx b/src/IconInvertColorsSharp.tsx index 2bcb7ff3d..5d36f3a8b 100644 --- a/src/IconInvertColorsSharp.tsx +++ b/src/IconInvertColorsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconInvertColorsSharpFilled.tsx b/src/IconInvertColorsSharpFilled.tsx index 3f279b18f..40e0d0137 100644 --- a/src/IconInvertColorsSharpFilled.tsx +++ b/src/IconInvertColorsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconInvertColorsSharpFilled: React.FC = ({ ...props diff --git a/src/IconIosOutlined.tsx b/src/IconIosOutlined.tsx index 883e8e8b1..3e42051d3 100644 --- a/src/IconIosOutlined.tsx +++ b/src/IconIosOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconIosOutlinedFilled.tsx b/src/IconIosOutlinedFilled.tsx index 0cfada439..3487c6aae 100644 --- a/src/IconIosOutlinedFilled.tsx +++ b/src/IconIosOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIosRounded.tsx b/src/IconIosRounded.tsx index 91efb193e..61e68e972 100644 --- a/src/IconIosRounded.tsx +++ b/src/IconIosRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconIosRoundedFilled.tsx b/src/IconIosRoundedFilled.tsx index 4ca3d5af2..adcb95552 100644 --- a/src/IconIosRoundedFilled.tsx +++ b/src/IconIosRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIosShareOutlined.tsx b/src/IconIosShareOutlined.tsx index 42671e328..ae68fa825 100644 --- a/src/IconIosShareOutlined.tsx +++ b/src/IconIosShareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosShareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconIosShareOutlinedFilled.tsx b/src/IconIosShareOutlinedFilled.tsx index c87fb1c9e..aa0fce79a 100644 --- a/src/IconIosShareOutlinedFilled.tsx +++ b/src/IconIosShareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosShareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconIosShareRounded.tsx b/src/IconIosShareRounded.tsx index f2270e84a..c68d1b104 100644 --- a/src/IconIosShareRounded.tsx +++ b/src/IconIosShareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosShareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconIosShareRoundedFilled.tsx b/src/IconIosShareRoundedFilled.tsx index cdbb8a24f..450e9ee91 100644 --- a/src/IconIosShareRoundedFilled.tsx +++ b/src/IconIosShareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosShareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconIosShareSharp.tsx b/src/IconIosShareSharp.tsx index 3c8dd0cf3..655dec1fd 100644 --- a/src/IconIosShareSharp.tsx +++ b/src/IconIosShareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosShareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconIosShareSharpFilled.tsx b/src/IconIosShareSharpFilled.tsx index 8b6e91534..e3a95a69e 100644 --- a/src/IconIosShareSharpFilled.tsx +++ b/src/IconIosShareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosShareSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIosSharp.tsx b/src/IconIosSharp.tsx index 5efd7e477..5215b45f0 100644 --- a/src/IconIosSharp.tsx +++ b/src/IconIosSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconIosSharpFilled.tsx b/src/IconIosSharpFilled.tsx index eacf53b3f..8cdd5d3be 100644 --- a/src/IconIosSharpFilled.tsx +++ b/src/IconIosSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIosSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIronOutlined.tsx b/src/IconIronOutlined.tsx index 075f55fdd..6e77ec38c 100644 --- a/src/IconIronOutlined.tsx +++ b/src/IconIronOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIronOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconIronOutlinedFilled.tsx b/src/IconIronOutlinedFilled.tsx index 2b4500536..f03206a37 100644 --- a/src/IconIronOutlinedFilled.tsx +++ b/src/IconIronOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIronOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIronRounded.tsx b/src/IconIronRounded.tsx index a8b11a9b8..a6dc3cafb 100644 --- a/src/IconIronRounded.tsx +++ b/src/IconIronRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIronRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconIronRoundedFilled.tsx b/src/IconIronRoundedFilled.tsx index 324f0b23b..ee45ac61d 100644 --- a/src/IconIronRoundedFilled.tsx +++ b/src/IconIronRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIronRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconIronSharp.tsx b/src/IconIronSharp.tsx index 0a48b51ba..adf74b907 100644 --- a/src/IconIronSharp.tsx +++ b/src/IconIronSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIronSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconIronSharpFilled.tsx b/src/IconIronSharpFilled.tsx index 9666e22dc..f49398801 100644 --- a/src/IconIronSharpFilled.tsx +++ b/src/IconIronSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconIronSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconJamboardKioskOutlined.tsx b/src/IconJamboardKioskOutlined.tsx index 687dfeb8e..c7dd87035 100644 --- a/src/IconJamboardKioskOutlined.tsx +++ b/src/IconJamboardKioskOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJamboardKioskOutlined: React.FC = ({ ...props diff --git a/src/IconJamboardKioskOutlinedFilled.tsx b/src/IconJamboardKioskOutlinedFilled.tsx index 2e5fee066..c121069d4 100644 --- a/src/IconJamboardKioskOutlinedFilled.tsx +++ b/src/IconJamboardKioskOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJamboardKioskOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconJamboardKioskRounded.tsx b/src/IconJamboardKioskRounded.tsx index ba631e637..233840e9a 100644 --- a/src/IconJamboardKioskRounded.tsx +++ b/src/IconJamboardKioskRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJamboardKioskRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconJamboardKioskRoundedFilled.tsx b/src/IconJamboardKioskRoundedFilled.tsx index 45974d79b..bdbbc15a8 100644 --- a/src/IconJamboardKioskRoundedFilled.tsx +++ b/src/IconJamboardKioskRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJamboardKioskRoundedFilled: React.FC = ({ ...props diff --git a/src/IconJamboardKioskSharp.tsx b/src/IconJamboardKioskSharp.tsx index 5bcdd4211..1224acf13 100644 --- a/src/IconJamboardKioskSharp.tsx +++ b/src/IconJamboardKioskSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJamboardKioskSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconJamboardKioskSharpFilled.tsx b/src/IconJamboardKioskSharpFilled.tsx index f48e10e58..026014886 100644 --- a/src/IconJamboardKioskSharpFilled.tsx +++ b/src/IconJamboardKioskSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJamboardKioskSharpFilled: React.FC = ({ ...props diff --git a/src/IconJavascriptOutlined.tsx b/src/IconJavascriptOutlined.tsx index 249d1e53c..4c914c70c 100644 --- a/src/IconJavascriptOutlined.tsx +++ b/src/IconJavascriptOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJavascriptOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconJavascriptOutlinedFilled.tsx b/src/IconJavascriptOutlinedFilled.tsx index 92e06aeae..550c5f669 100644 --- a/src/IconJavascriptOutlinedFilled.tsx +++ b/src/IconJavascriptOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJavascriptOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconJavascriptRounded.tsx b/src/IconJavascriptRounded.tsx index ec7836b6d..243764d5b 100644 --- a/src/IconJavascriptRounded.tsx +++ b/src/IconJavascriptRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJavascriptRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconJavascriptRoundedFilled.tsx b/src/IconJavascriptRoundedFilled.tsx index bd3a83176..fc169a93b 100644 --- a/src/IconJavascriptRoundedFilled.tsx +++ b/src/IconJavascriptRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJavascriptRoundedFilled: React.FC = ({ ...props diff --git a/src/IconJavascriptSharp.tsx b/src/IconJavascriptSharp.tsx index 7e32d1342..041c662f5 100644 --- a/src/IconJavascriptSharp.tsx +++ b/src/IconJavascriptSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJavascriptSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconJavascriptSharpFilled.tsx b/src/IconJavascriptSharpFilled.tsx index 9f4083fb7..13b8c8eb3 100644 --- a/src/IconJavascriptSharpFilled.tsx +++ b/src/IconJavascriptSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJavascriptSharpFilled: React.FC = ({ ...props diff --git a/src/IconJoinInnerOutlined.tsx b/src/IconJoinInnerOutlined.tsx index 24a89ef2a..53b6a871f 100644 --- a/src/IconJoinInnerOutlined.tsx +++ b/src/IconJoinInnerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinInnerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinInnerOutlinedFilled.tsx b/src/IconJoinInnerOutlinedFilled.tsx index 41b531d02..c7a307141 100644 --- a/src/IconJoinInnerOutlinedFilled.tsx +++ b/src/IconJoinInnerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinInnerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconJoinInnerRounded.tsx b/src/IconJoinInnerRounded.tsx index 5f90b6362..07e6892d7 100644 --- a/src/IconJoinInnerRounded.tsx +++ b/src/IconJoinInnerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinInnerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinInnerRoundedFilled.tsx b/src/IconJoinInnerRoundedFilled.tsx index 78f64cda8..3d16be52f 100644 --- a/src/IconJoinInnerRoundedFilled.tsx +++ b/src/IconJoinInnerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinInnerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconJoinInnerSharp.tsx b/src/IconJoinInnerSharp.tsx index b81c61e29..a7b23f3a2 100644 --- a/src/IconJoinInnerSharp.tsx +++ b/src/IconJoinInnerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinInnerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinInnerSharpFilled.tsx b/src/IconJoinInnerSharpFilled.tsx index fb6230203..f14845ca2 100644 --- a/src/IconJoinInnerSharpFilled.tsx +++ b/src/IconJoinInnerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinInnerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinLeftOutlined.tsx b/src/IconJoinLeftOutlined.tsx index f244ea981..f0afabedd 100644 --- a/src/IconJoinLeftOutlined.tsx +++ b/src/IconJoinLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinLeftOutlinedFilled.tsx b/src/IconJoinLeftOutlinedFilled.tsx index 79e5ddea2..4799d0938 100644 --- a/src/IconJoinLeftOutlinedFilled.tsx +++ b/src/IconJoinLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconJoinLeftRounded.tsx b/src/IconJoinLeftRounded.tsx index 7b74ffc7c..e61d7442e 100644 --- a/src/IconJoinLeftRounded.tsx +++ b/src/IconJoinLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinLeftRoundedFilled.tsx b/src/IconJoinLeftRoundedFilled.tsx index 5264dde98..00d6046f2 100644 --- a/src/IconJoinLeftRoundedFilled.tsx +++ b/src/IconJoinLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconJoinLeftSharp.tsx b/src/IconJoinLeftSharp.tsx index d22e80fb7..177f79450 100644 --- a/src/IconJoinLeftSharp.tsx +++ b/src/IconJoinLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinLeftSharpFilled.tsx b/src/IconJoinLeftSharpFilled.tsx index 5586b5165..c68ddc812 100644 --- a/src/IconJoinLeftSharpFilled.tsx +++ b/src/IconJoinLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinLeftSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinOutlined.tsx b/src/IconJoinOutlined.tsx index 82fc22d93..147ad4683 100644 --- a/src/IconJoinOutlined.tsx +++ b/src/IconJoinOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinOutlinedFilled.tsx b/src/IconJoinOutlinedFilled.tsx index 6657aa7bf..24ad97505 100644 --- a/src/IconJoinOutlinedFilled.tsx +++ b/src/IconJoinOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinRightOutlined.tsx b/src/IconJoinRightOutlined.tsx index d89d4a313..bc6b64f3b 100644 --- a/src/IconJoinRightOutlined.tsx +++ b/src/IconJoinRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinRightOutlinedFilled.tsx b/src/IconJoinRightOutlinedFilled.tsx index 8083a740e..b4f9f935f 100644 --- a/src/IconJoinRightOutlinedFilled.tsx +++ b/src/IconJoinRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconJoinRightRounded.tsx b/src/IconJoinRightRounded.tsx index d5fb4853b..20740794a 100644 --- a/src/IconJoinRightRounded.tsx +++ b/src/IconJoinRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinRightRoundedFilled.tsx b/src/IconJoinRightRoundedFilled.tsx index a44b9c004..0f67b9ebe 100644 --- a/src/IconJoinRightRoundedFilled.tsx +++ b/src/IconJoinRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconJoinRightSharp.tsx b/src/IconJoinRightSharp.tsx index 9afef351c..361527829 100644 --- a/src/IconJoinRightSharp.tsx +++ b/src/IconJoinRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinRightSharpFilled.tsx b/src/IconJoinRightSharpFilled.tsx index 3cb4d1bbd..70fdd6a5d 100644 --- a/src/IconJoinRightSharpFilled.tsx +++ b/src/IconJoinRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinRightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinRounded.tsx b/src/IconJoinRounded.tsx index 026f7ec51..c41554e0c 100644 --- a/src/IconJoinRounded.tsx +++ b/src/IconJoinRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinRoundedFilled.tsx b/src/IconJoinRoundedFilled.tsx index 774a78e90..28730c582 100644 --- a/src/IconJoinRoundedFilled.tsx +++ b/src/IconJoinRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinSharp.tsx b/src/IconJoinSharp.tsx index badc46773..070ca9e90 100644 --- a/src/IconJoinSharp.tsx +++ b/src/IconJoinSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconJoinSharpFilled.tsx b/src/IconJoinSharpFilled.tsx index 004d829d2..cea9835d7 100644 --- a/src/IconJoinSharpFilled.tsx +++ b/src/IconJoinSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoinSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconJoystickOutlined.tsx b/src/IconJoystickOutlined.tsx index 92124b0db..8584f70b7 100644 --- a/src/IconJoystickOutlined.tsx +++ b/src/IconJoystickOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoystickOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconJoystickOutlinedFilled.tsx b/src/IconJoystickOutlinedFilled.tsx index 07c8acb79..a06c3b6f8 100644 --- a/src/IconJoystickOutlinedFilled.tsx +++ b/src/IconJoystickOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoystickOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconJoystickRounded.tsx b/src/IconJoystickRounded.tsx index 4a63bd167..c79d5f2d1 100644 --- a/src/IconJoystickRounded.tsx +++ b/src/IconJoystickRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoystickRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconJoystickRoundedFilled.tsx b/src/IconJoystickRoundedFilled.tsx index f578300ed..e2fa133fa 100644 --- a/src/IconJoystickRoundedFilled.tsx +++ b/src/IconJoystickRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoystickRoundedFilled: React.FC = ({ ...props diff --git a/src/IconJoystickSharp.tsx b/src/IconJoystickSharp.tsx index 53c35daaa..de46d0ae3 100644 --- a/src/IconJoystickSharp.tsx +++ b/src/IconJoystickSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoystickSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconJoystickSharpFilled.tsx b/src/IconJoystickSharpFilled.tsx index 497053a57..db5a66dcc 100644 --- a/src/IconJoystickSharpFilled.tsx +++ b/src/IconJoystickSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJoystickSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconJumpToElementOutlined.tsx b/src/IconJumpToElementOutlined.tsx index 7a7922d3f..465c71c6d 100644 --- a/src/IconJumpToElementOutlined.tsx +++ b/src/IconJumpToElementOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJumpToElementOutlined: React.FC = ({ ...props diff --git a/src/IconJumpToElementOutlinedFilled.tsx b/src/IconJumpToElementOutlinedFilled.tsx index 041d334e6..9481882dd 100644 --- a/src/IconJumpToElementOutlinedFilled.tsx +++ b/src/IconJumpToElementOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJumpToElementOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconJumpToElementRounded.tsx b/src/IconJumpToElementRounded.tsx index 7eeaafffe..4bddc96be 100644 --- a/src/IconJumpToElementRounded.tsx +++ b/src/IconJumpToElementRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJumpToElementRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconJumpToElementRoundedFilled.tsx b/src/IconJumpToElementRoundedFilled.tsx index 602499914..72dff36b1 100644 --- a/src/IconJumpToElementRoundedFilled.tsx +++ b/src/IconJumpToElementRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJumpToElementRoundedFilled: React.FC = ({ ...props diff --git a/src/IconJumpToElementSharp.tsx b/src/IconJumpToElementSharp.tsx index c8bd340f3..db0726458 100644 --- a/src/IconJumpToElementSharp.tsx +++ b/src/IconJumpToElementSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJumpToElementSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconJumpToElementSharpFilled.tsx b/src/IconJumpToElementSharpFilled.tsx index 4f38cc020..4af3269ef 100644 --- a/src/IconJumpToElementSharpFilled.tsx +++ b/src/IconJumpToElementSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconJumpToElementSharpFilled: React.FC = ({ ...props diff --git a/src/IconKayakingOutlined.tsx b/src/IconKayakingOutlined.tsx index 3f35bcdc8..bcf855436 100644 --- a/src/IconKayakingOutlined.tsx +++ b/src/IconKayakingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKayakingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKayakingOutlinedFilled.tsx b/src/IconKayakingOutlinedFilled.tsx index 8add4dada..7ab4dd850 100644 --- a/src/IconKayakingOutlinedFilled.tsx +++ b/src/IconKayakingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKayakingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKayakingRounded.tsx b/src/IconKayakingRounded.tsx index 2f4dda1fd..bbcd0274a 100644 --- a/src/IconKayakingRounded.tsx +++ b/src/IconKayakingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKayakingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKayakingRoundedFilled.tsx b/src/IconKayakingRoundedFilled.tsx index bbf056ba2..9f26cd065 100644 --- a/src/IconKayakingRoundedFilled.tsx +++ b/src/IconKayakingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKayakingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKayakingSharp.tsx b/src/IconKayakingSharp.tsx index 3a22229a8..4d57b1206 100644 --- a/src/IconKayakingSharp.tsx +++ b/src/IconKayakingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKayakingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKayakingSharpFilled.tsx b/src/IconKayakingSharpFilled.tsx index 9fcd67ff0..b9e708e0d 100644 --- a/src/IconKayakingSharpFilled.tsx +++ b/src/IconKayakingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKayakingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKebabDiningOutlined.tsx b/src/IconKebabDiningOutlined.tsx index a797ccc62..9228b5a44 100644 --- a/src/IconKebabDiningOutlined.tsx +++ b/src/IconKebabDiningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKebabDiningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKebabDiningOutlinedFilled.tsx b/src/IconKebabDiningOutlinedFilled.tsx index bf23d3ddc..d3665cd68 100644 --- a/src/IconKebabDiningOutlinedFilled.tsx +++ b/src/IconKebabDiningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKebabDiningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKebabDiningRounded.tsx b/src/IconKebabDiningRounded.tsx index 58f4fc4b8..c800fd09e 100644 --- a/src/IconKebabDiningRounded.tsx +++ b/src/IconKebabDiningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKebabDiningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKebabDiningRoundedFilled.tsx b/src/IconKebabDiningRoundedFilled.tsx index 1dd186ed3..c1daa2052 100644 --- a/src/IconKebabDiningRoundedFilled.tsx +++ b/src/IconKebabDiningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKebabDiningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKebabDiningSharp.tsx b/src/IconKebabDiningSharp.tsx index d1e8b4cad..dcf8c8cca 100644 --- a/src/IconKebabDiningSharp.tsx +++ b/src/IconKebabDiningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKebabDiningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKebabDiningSharpFilled.tsx b/src/IconKebabDiningSharpFilled.tsx index f89dd2931..9e9896276 100644 --- a/src/IconKebabDiningSharpFilled.tsx +++ b/src/IconKebabDiningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKebabDiningSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeepOffOutlined.tsx b/src/IconKeepOffOutlined.tsx index cef6c7ac2..4098e2268 100644 --- a/src/IconKeepOffOutlined.tsx +++ b/src/IconKeepOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepOffOutlinedFilled.tsx b/src/IconKeepOffOutlinedFilled.tsx index 01636a125..8f9bc49db 100644 --- a/src/IconKeepOffOutlinedFilled.tsx +++ b/src/IconKeepOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeepOffRounded.tsx b/src/IconKeepOffRounded.tsx index f2a20f3e5..9babb9e29 100644 --- a/src/IconKeepOffRounded.tsx +++ b/src/IconKeepOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepOffRoundedFilled.tsx b/src/IconKeepOffRoundedFilled.tsx index 48b3b41d7..51fdec8c8 100644 --- a/src/IconKeepOffRoundedFilled.tsx +++ b/src/IconKeepOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepOffSharp.tsx b/src/IconKeepOffSharp.tsx index 41c224c62..7fbeae03b 100644 --- a/src/IconKeepOffSharp.tsx +++ b/src/IconKeepOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepOffSharpFilled.tsx b/src/IconKeepOffSharpFilled.tsx index 2c414f849..d29a3e2bb 100644 --- a/src/IconKeepOffSharpFilled.tsx +++ b/src/IconKeepOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepOutlined.tsx b/src/IconKeepOutlined.tsx index e8cba768f..6ddfb1e3d 100644 --- a/src/IconKeepOutlined.tsx +++ b/src/IconKeepOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepOutlinedFilled.tsx b/src/IconKeepOutlinedFilled.tsx index 99cf95bf7..dee80e526 100644 --- a/src/IconKeepOutlinedFilled.tsx +++ b/src/IconKeepOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepPublicOutlined.tsx b/src/IconKeepPublicOutlined.tsx index 5e57658a3..c69696b36 100644 --- a/src/IconKeepPublicOutlined.tsx +++ b/src/IconKeepPublicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepPublicOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepPublicOutlinedFilled.tsx b/src/IconKeepPublicOutlinedFilled.tsx index a5c701b9b..750e77020 100644 --- a/src/IconKeepPublicOutlinedFilled.tsx +++ b/src/IconKeepPublicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepPublicOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeepPublicRounded.tsx b/src/IconKeepPublicRounded.tsx index e75789dba..1a6596c27 100644 --- a/src/IconKeepPublicRounded.tsx +++ b/src/IconKeepPublicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepPublicRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepPublicRoundedFilled.tsx b/src/IconKeepPublicRoundedFilled.tsx index c97de4e24..edf4489c9 100644 --- a/src/IconKeepPublicRoundedFilled.tsx +++ b/src/IconKeepPublicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepPublicRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeepPublicSharp.tsx b/src/IconKeepPublicSharp.tsx index d0e92337c..10818359d 100644 --- a/src/IconKeepPublicSharp.tsx +++ b/src/IconKeepPublicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepPublicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepPublicSharpFilled.tsx b/src/IconKeepPublicSharpFilled.tsx index 87fe60eb1..de82b93cd 100644 --- a/src/IconKeepPublicSharpFilled.tsx +++ b/src/IconKeepPublicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepPublicSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeepRounded.tsx b/src/IconKeepRounded.tsx index 266bf17ab..53b8acc86 100644 --- a/src/IconKeepRounded.tsx +++ b/src/IconKeepRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepRoundedFilled.tsx b/src/IconKeepRoundedFilled.tsx index 7cb40bb55..dc164b127 100644 --- a/src/IconKeepRoundedFilled.tsx +++ b/src/IconKeepRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepSharp.tsx b/src/IconKeepSharp.tsx index f51e1042d..7788680b2 100644 --- a/src/IconKeepSharp.tsx +++ b/src/IconKeepSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeepSharpFilled.tsx b/src/IconKeepSharpFilled.tsx index 447a60b6f..1592e055e 100644 --- a/src/IconKeepSharpFilled.tsx +++ b/src/IconKeepSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeepSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKettleOutlined.tsx b/src/IconKettleOutlined.tsx index 9c20bf974..f1bdad02d 100644 --- a/src/IconKettleOutlined.tsx +++ b/src/IconKettleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKettleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKettleOutlinedFilled.tsx b/src/IconKettleOutlinedFilled.tsx index dce69a475..61669213d 100644 --- a/src/IconKettleOutlinedFilled.tsx +++ b/src/IconKettleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKettleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKettleRounded.tsx b/src/IconKettleRounded.tsx index de4da175b..3f7d7df25 100644 --- a/src/IconKettleRounded.tsx +++ b/src/IconKettleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKettleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKettleRoundedFilled.tsx b/src/IconKettleRoundedFilled.tsx index c8643e880..548808308 100644 --- a/src/IconKettleRoundedFilled.tsx +++ b/src/IconKettleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKettleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKettleSharp.tsx b/src/IconKettleSharp.tsx index c9a9ea1c8..7d8b8bd90 100644 --- a/src/IconKettleSharp.tsx +++ b/src/IconKettleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKettleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKettleSharpFilled.tsx b/src/IconKettleSharpFilled.tsx index 1f0b48b4f..7de35ab52 100644 --- a/src/IconKettleSharpFilled.tsx +++ b/src/IconKettleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKettleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyOffOutlined.tsx b/src/IconKeyOffOutlined.tsx index f88db9291..143f0f976 100644 --- a/src/IconKeyOffOutlined.tsx +++ b/src/IconKeyOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyOffOutlinedFilled.tsx b/src/IconKeyOffOutlinedFilled.tsx index 705bf7155..617453e34 100644 --- a/src/IconKeyOffOutlinedFilled.tsx +++ b/src/IconKeyOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyOffOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyOffRounded.tsx b/src/IconKeyOffRounded.tsx index 3b59bec7e..4b21389e3 100644 --- a/src/IconKeyOffRounded.tsx +++ b/src/IconKeyOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyOffRoundedFilled.tsx b/src/IconKeyOffRoundedFilled.tsx index 5707d1195..c3186ec68 100644 --- a/src/IconKeyOffRoundedFilled.tsx +++ b/src/IconKeyOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyOffSharp.tsx b/src/IconKeyOffSharp.tsx index f1be54dff..91d13b6d0 100644 --- a/src/IconKeyOffSharp.tsx +++ b/src/IconKeyOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyOffSharpFilled.tsx b/src/IconKeyOffSharpFilled.tsx index f1ff75f22..da25e2685 100644 --- a/src/IconKeyOffSharpFilled.tsx +++ b/src/IconKeyOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyOutlined.tsx b/src/IconKeyOutlined.tsx index 10560ef1d..a19eab5de 100644 --- a/src/IconKeyOutlined.tsx +++ b/src/IconKeyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyOutlinedFilled.tsx b/src/IconKeyOutlinedFilled.tsx index f31fd6fad..0f1f431d9 100644 --- a/src/IconKeyOutlinedFilled.tsx +++ b/src/IconKeyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyRounded.tsx b/src/IconKeyRounded.tsx index 46d3772fe..9770cf720 100644 --- a/src/IconKeyRounded.tsx +++ b/src/IconKeyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyRoundedFilled.tsx b/src/IconKeyRoundedFilled.tsx index 80336d52c..a13ca1850 100644 --- a/src/IconKeyRoundedFilled.tsx +++ b/src/IconKeyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeySharp.tsx b/src/IconKeySharp.tsx index 9b1bbcb51..704168224 100644 --- a/src/IconKeySharp.tsx +++ b/src/IconKeySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeySharpFilled.tsx b/src/IconKeySharpFilled.tsx index c8edbd2cf..2f1c9504a 100644 --- a/src/IconKeySharpFilled.tsx +++ b/src/IconKeySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyVerticalOutlined.tsx b/src/IconKeyVerticalOutlined.tsx index aed709c13..4e3cf43f9 100644 --- a/src/IconKeyVerticalOutlined.tsx +++ b/src/IconKeyVerticalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVerticalOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyVerticalOutlinedFilled.tsx b/src/IconKeyVerticalOutlinedFilled.tsx index c4db971b5..d24a003c9 100644 --- a/src/IconKeyVerticalOutlinedFilled.tsx +++ b/src/IconKeyVerticalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVerticalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyVerticalRounded.tsx b/src/IconKeyVerticalRounded.tsx index 563ef0402..183474de5 100644 --- a/src/IconKeyVerticalRounded.tsx +++ b/src/IconKeyVerticalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVerticalRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyVerticalRoundedFilled.tsx b/src/IconKeyVerticalRoundedFilled.tsx index da0e381c6..3eb2d4a7e 100644 --- a/src/IconKeyVerticalRoundedFilled.tsx +++ b/src/IconKeyVerticalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVerticalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyVerticalSharp.tsx b/src/IconKeyVerticalSharp.tsx index 7585793a8..edbbb6f75 100644 --- a/src/IconKeyVerticalSharp.tsx +++ b/src/IconKeyVerticalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVerticalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyVerticalSharpFilled.tsx b/src/IconKeyVerticalSharpFilled.tsx index 3c7f9a243..c86a17178 100644 --- a/src/IconKeyVerticalSharpFilled.tsx +++ b/src/IconKeyVerticalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVerticalSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyVisualizerOutlined.tsx b/src/IconKeyVisualizerOutlined.tsx index eecb7bd79..f0883ca60 100644 --- a/src/IconKeyVisualizerOutlined.tsx +++ b/src/IconKeyVisualizerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVisualizerOutlined: React.FC = ({ ...props diff --git a/src/IconKeyVisualizerOutlinedFilled.tsx b/src/IconKeyVisualizerOutlinedFilled.tsx index 9f37982d1..990a4bd97 100644 --- a/src/IconKeyVisualizerOutlinedFilled.tsx +++ b/src/IconKeyVisualizerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVisualizerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyVisualizerRounded.tsx b/src/IconKeyVisualizerRounded.tsx index ba21f716c..c0f32150e 100644 --- a/src/IconKeyVisualizerRounded.tsx +++ b/src/IconKeyVisualizerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVisualizerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyVisualizerRoundedFilled.tsx b/src/IconKeyVisualizerRoundedFilled.tsx index 17d7b798e..fab8c58a3 100644 --- a/src/IconKeyVisualizerRoundedFilled.tsx +++ b/src/IconKeyVisualizerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVisualizerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyVisualizerSharp.tsx b/src/IconKeyVisualizerSharp.tsx index f31ad2def..40c4d92b4 100644 --- a/src/IconKeyVisualizerSharp.tsx +++ b/src/IconKeyVisualizerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVisualizerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyVisualizerSharpFilled.tsx b/src/IconKeyVisualizerSharpFilled.tsx index cc83423a6..a0b805afd 100644 --- a/src/IconKeyVisualizerSharpFilled.tsx +++ b/src/IconKeyVisualizerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyVisualizerSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardAltOutlined.tsx b/src/IconKeyboardAltOutlined.tsx index 74e25c7c5..01f0bccce 100644 --- a/src/IconKeyboardAltOutlined.tsx +++ b/src/IconKeyboardAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardAltOutlinedFilled.tsx b/src/IconKeyboardAltOutlinedFilled.tsx index 2775e5163..13f1abbdf 100644 --- a/src/IconKeyboardAltOutlinedFilled.tsx +++ b/src/IconKeyboardAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardAltRounded.tsx b/src/IconKeyboardAltRounded.tsx index 7a0825f98..aa04cb7de 100644 --- a/src/IconKeyboardAltRounded.tsx +++ b/src/IconKeyboardAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardAltRoundedFilled.tsx b/src/IconKeyboardAltRoundedFilled.tsx index b20ad6b07..a5480abfb 100644 --- a/src/IconKeyboardAltRoundedFilled.tsx +++ b/src/IconKeyboardAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardAltSharp.tsx b/src/IconKeyboardAltSharp.tsx index f55b2a1fb..62f295700 100644 --- a/src/IconKeyboardAltSharp.tsx +++ b/src/IconKeyboardAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardAltSharpFilled.tsx b/src/IconKeyboardAltSharpFilled.tsx index 6dc15d746..f2cc11d42 100644 --- a/src/IconKeyboardAltSharpFilled.tsx +++ b/src/IconKeyboardAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowDownOutlined.tsx b/src/IconKeyboardArrowDownOutlined.tsx index 183e6cf41..ffd10a397 100644 --- a/src/IconKeyboardArrowDownOutlined.tsx +++ b/src/IconKeyboardArrowDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowDownOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowDownOutlinedFilled.tsx b/src/IconKeyboardArrowDownOutlinedFilled.tsx index 3c019dae8..8401e5116 100644 --- a/src/IconKeyboardArrowDownOutlinedFilled.tsx +++ b/src/IconKeyboardArrowDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowDownRounded.tsx b/src/IconKeyboardArrowDownRounded.tsx index 7b952dccc..9f6c50b38 100644 --- a/src/IconKeyboardArrowDownRounded.tsx +++ b/src/IconKeyboardArrowDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowDownRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowDownRoundedFilled.tsx b/src/IconKeyboardArrowDownRoundedFilled.tsx index 5351cb2b4..57cbb1781 100644 --- a/src/IconKeyboardArrowDownRoundedFilled.tsx +++ b/src/IconKeyboardArrowDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowDownSharp.tsx b/src/IconKeyboardArrowDownSharp.tsx index ec7d32da4..9ada724a7 100644 --- a/src/IconKeyboardArrowDownSharp.tsx +++ b/src/IconKeyboardArrowDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowDownSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowDownSharpFilled.tsx b/src/IconKeyboardArrowDownSharpFilled.tsx index 13e3f7ef9..67659de89 100644 --- a/src/IconKeyboardArrowDownSharpFilled.tsx +++ b/src/IconKeyboardArrowDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowLeftOutlined.tsx b/src/IconKeyboardArrowLeftOutlined.tsx index efd6fbd71..e22477ccb 100644 --- a/src/IconKeyboardArrowLeftOutlined.tsx +++ b/src/IconKeyboardArrowLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowLeftOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowLeftOutlinedFilled.tsx b/src/IconKeyboardArrowLeftOutlinedFilled.tsx index 4ad6410ae..88cdc5865 100644 --- a/src/IconKeyboardArrowLeftOutlinedFilled.tsx +++ b/src/IconKeyboardArrowLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowLeftRounded.tsx b/src/IconKeyboardArrowLeftRounded.tsx index 52332ffcc..11e114e9d 100644 --- a/src/IconKeyboardArrowLeftRounded.tsx +++ b/src/IconKeyboardArrowLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowLeftRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowLeftRoundedFilled.tsx b/src/IconKeyboardArrowLeftRoundedFilled.tsx index 74d3b8265..7c1021b3a 100644 --- a/src/IconKeyboardArrowLeftRoundedFilled.tsx +++ b/src/IconKeyboardArrowLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowLeftSharp.tsx b/src/IconKeyboardArrowLeftSharp.tsx index 425b4affd..0b263e5d7 100644 --- a/src/IconKeyboardArrowLeftSharp.tsx +++ b/src/IconKeyboardArrowLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowLeftSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowLeftSharpFilled.tsx b/src/IconKeyboardArrowLeftSharpFilled.tsx index 8a99a6dc0..95b60247f 100644 --- a/src/IconKeyboardArrowLeftSharpFilled.tsx +++ b/src/IconKeyboardArrowLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowRightOutlined.tsx b/src/IconKeyboardArrowRightOutlined.tsx index 5d6b8b474..b2d1c7b6c 100644 --- a/src/IconKeyboardArrowRightOutlined.tsx +++ b/src/IconKeyboardArrowRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowRightOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowRightOutlinedFilled.tsx b/src/IconKeyboardArrowRightOutlinedFilled.tsx index 0176b3591..8418e7bcf 100644 --- a/src/IconKeyboardArrowRightOutlinedFilled.tsx +++ b/src/IconKeyboardArrowRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowRightRounded.tsx b/src/IconKeyboardArrowRightRounded.tsx index 45c053864..f0468291a 100644 --- a/src/IconKeyboardArrowRightRounded.tsx +++ b/src/IconKeyboardArrowRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowRightRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowRightRoundedFilled.tsx b/src/IconKeyboardArrowRightRoundedFilled.tsx index 8798dc77e..3f8fc3c4b 100644 --- a/src/IconKeyboardArrowRightRoundedFilled.tsx +++ b/src/IconKeyboardArrowRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowRightSharp.tsx b/src/IconKeyboardArrowRightSharp.tsx index 03c64e8c1..f8a6652b2 100644 --- a/src/IconKeyboardArrowRightSharp.tsx +++ b/src/IconKeyboardArrowRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowRightSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowRightSharpFilled.tsx b/src/IconKeyboardArrowRightSharpFilled.tsx index a0f3ec131..398f4f1a3 100644 --- a/src/IconKeyboardArrowRightSharpFilled.tsx +++ b/src/IconKeyboardArrowRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowUpOutlined.tsx b/src/IconKeyboardArrowUpOutlined.tsx index 315972d90..797513556 100644 --- a/src/IconKeyboardArrowUpOutlined.tsx +++ b/src/IconKeyboardArrowUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowUpOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowUpOutlinedFilled.tsx b/src/IconKeyboardArrowUpOutlinedFilled.tsx index 7c945c4c9..a13470453 100644 --- a/src/IconKeyboardArrowUpOutlinedFilled.tsx +++ b/src/IconKeyboardArrowUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowUpRounded.tsx b/src/IconKeyboardArrowUpRounded.tsx index d3dc5f1bf..2b775c7fa 100644 --- a/src/IconKeyboardArrowUpRounded.tsx +++ b/src/IconKeyboardArrowUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowUpRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowUpRoundedFilled.tsx b/src/IconKeyboardArrowUpRoundedFilled.tsx index 9101ab410..ce7ec0f4b 100644 --- a/src/IconKeyboardArrowUpRoundedFilled.tsx +++ b/src/IconKeyboardArrowUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardArrowUpSharp.tsx b/src/IconKeyboardArrowUpSharp.tsx index 4b95ce87f..5969d8999 100644 --- a/src/IconKeyboardArrowUpSharp.tsx +++ b/src/IconKeyboardArrowUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardArrowUpSharpFilled.tsx b/src/IconKeyboardArrowUpSharpFilled.tsx index 17688cf1f..670c1d1f1 100644 --- a/src/IconKeyboardArrowUpSharpFilled.tsx +++ b/src/IconKeyboardArrowUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardArrowUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardBackspaceOutlined.tsx b/src/IconKeyboardBackspaceOutlined.tsx index b7fb67d29..2a5a1b4e4 100644 --- a/src/IconKeyboardBackspaceOutlined.tsx +++ b/src/IconKeyboardBackspaceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardBackspaceOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardBackspaceOutlinedFilled.tsx b/src/IconKeyboardBackspaceOutlinedFilled.tsx index 3ba08a354..95ae493d3 100644 --- a/src/IconKeyboardBackspaceOutlinedFilled.tsx +++ b/src/IconKeyboardBackspaceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardBackspaceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardBackspaceRounded.tsx b/src/IconKeyboardBackspaceRounded.tsx index e8940a217..740fc500f 100644 --- a/src/IconKeyboardBackspaceRounded.tsx +++ b/src/IconKeyboardBackspaceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardBackspaceRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardBackspaceRoundedFilled.tsx b/src/IconKeyboardBackspaceRoundedFilled.tsx index 61d441eca..57ccebda0 100644 --- a/src/IconKeyboardBackspaceRoundedFilled.tsx +++ b/src/IconKeyboardBackspaceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardBackspaceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardBackspaceSharp.tsx b/src/IconKeyboardBackspaceSharp.tsx index 5b5508b2d..630a056b9 100644 --- a/src/IconKeyboardBackspaceSharp.tsx +++ b/src/IconKeyboardBackspaceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardBackspaceSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardBackspaceSharpFilled.tsx b/src/IconKeyboardBackspaceSharpFilled.tsx index 63a4651e0..3eebbd1b0 100644 --- a/src/IconKeyboardBackspaceSharpFilled.tsx +++ b/src/IconKeyboardBackspaceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardBackspaceSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockBadgeOutlined.tsx b/src/IconKeyboardCapslockBadgeOutlined.tsx index daabcdcfb..0e8f5998f 100644 --- a/src/IconKeyboardCapslockBadgeOutlined.tsx +++ b/src/IconKeyboardCapslockBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockBadgeOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockBadgeOutlinedFilled.tsx b/src/IconKeyboardCapslockBadgeOutlinedFilled.tsx index ad5463e21..61ea16638 100644 --- a/src/IconKeyboardCapslockBadgeOutlinedFilled.tsx +++ b/src/IconKeyboardCapslockBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockBadgeRounded.tsx b/src/IconKeyboardCapslockBadgeRounded.tsx index 679b98dfb..e43c85e80 100644 --- a/src/IconKeyboardCapslockBadgeRounded.tsx +++ b/src/IconKeyboardCapslockBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockBadgeRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockBadgeRoundedFilled.tsx b/src/IconKeyboardCapslockBadgeRoundedFilled.tsx index 23682b6f9..f3f99d17a 100644 --- a/src/IconKeyboardCapslockBadgeRoundedFilled.tsx +++ b/src/IconKeyboardCapslockBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockBadgeSharp.tsx b/src/IconKeyboardCapslockBadgeSharp.tsx index 4b71fd42b..ef12c84d7 100644 --- a/src/IconKeyboardCapslockBadgeSharp.tsx +++ b/src/IconKeyboardCapslockBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockBadgeSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockBadgeSharpFilled.tsx b/src/IconKeyboardCapslockBadgeSharpFilled.tsx index 8fc524987..2fe6aa04d 100644 --- a/src/IconKeyboardCapslockBadgeSharpFilled.tsx +++ b/src/IconKeyboardCapslockBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockOutlined.tsx b/src/IconKeyboardCapslockOutlined.tsx index 7abc9a4bb..6fa031a55 100644 --- a/src/IconKeyboardCapslockOutlined.tsx +++ b/src/IconKeyboardCapslockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockOutlinedFilled.tsx b/src/IconKeyboardCapslockOutlinedFilled.tsx index e0302cb70..ad13e447e 100644 --- a/src/IconKeyboardCapslockOutlinedFilled.tsx +++ b/src/IconKeyboardCapslockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockRounded.tsx b/src/IconKeyboardCapslockRounded.tsx index 9f8bbe3aa..83f7587b9 100644 --- a/src/IconKeyboardCapslockRounded.tsx +++ b/src/IconKeyboardCapslockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockRoundedFilled.tsx b/src/IconKeyboardCapslockRoundedFilled.tsx index 25dfb5e46..05a82ef47 100644 --- a/src/IconKeyboardCapslockRoundedFilled.tsx +++ b/src/IconKeyboardCapslockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockSharp.tsx b/src/IconKeyboardCapslockSharp.tsx index d8757b405..9b701bbf1 100644 --- a/src/IconKeyboardCapslockSharp.tsx +++ b/src/IconKeyboardCapslockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardCapslockSharpFilled.tsx b/src/IconKeyboardCapslockSharpFilled.tsx index 145cf0fb1..4c7f2b2d8 100644 --- a/src/IconKeyboardCapslockSharpFilled.tsx +++ b/src/IconKeyboardCapslockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCapslockSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardCommandKeyOutlined.tsx b/src/IconKeyboardCommandKeyOutlined.tsx index 5bbfdd550..15760941e 100644 --- a/src/IconKeyboardCommandKeyOutlined.tsx +++ b/src/IconKeyboardCommandKeyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCommandKeyOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardCommandKeyOutlinedFilled.tsx b/src/IconKeyboardCommandKeyOutlinedFilled.tsx index ecf527d0c..d409a2e56 100644 --- a/src/IconKeyboardCommandKeyOutlinedFilled.tsx +++ b/src/IconKeyboardCommandKeyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCommandKeyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardCommandKeyRounded.tsx b/src/IconKeyboardCommandKeyRounded.tsx index b21d3beaa..a078b368e 100644 --- a/src/IconKeyboardCommandKeyRounded.tsx +++ b/src/IconKeyboardCommandKeyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCommandKeyRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardCommandKeyRoundedFilled.tsx b/src/IconKeyboardCommandKeyRoundedFilled.tsx index 846af4cbd..2dd25962b 100644 --- a/src/IconKeyboardCommandKeyRoundedFilled.tsx +++ b/src/IconKeyboardCommandKeyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCommandKeyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardCommandKeySharp.tsx b/src/IconKeyboardCommandKeySharp.tsx index 70cf28b43..cf9faa2a7 100644 --- a/src/IconKeyboardCommandKeySharp.tsx +++ b/src/IconKeyboardCommandKeySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCommandKeySharp: React.FC = ({ ...props diff --git a/src/IconKeyboardCommandKeySharpFilled.tsx b/src/IconKeyboardCommandKeySharpFilled.tsx index 089fa79b4..a227d5c3b 100644 --- a/src/IconKeyboardCommandKeySharpFilled.tsx +++ b/src/IconKeyboardCommandKeySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardCommandKeySharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardControlKeyOutlined.tsx b/src/IconKeyboardControlKeyOutlined.tsx index 391fc6e1c..4cc1fe9d2 100644 --- a/src/IconKeyboardControlKeyOutlined.tsx +++ b/src/IconKeyboardControlKeyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardControlKeyOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardControlKeyOutlinedFilled.tsx b/src/IconKeyboardControlKeyOutlinedFilled.tsx index ff355e90a..d6f16235f 100644 --- a/src/IconKeyboardControlKeyOutlinedFilled.tsx +++ b/src/IconKeyboardControlKeyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardControlKeyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardControlKeyRounded.tsx b/src/IconKeyboardControlKeyRounded.tsx index 6c3afd5d9..27bbdaeea 100644 --- a/src/IconKeyboardControlKeyRounded.tsx +++ b/src/IconKeyboardControlKeyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardControlKeyRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardControlKeyRoundedFilled.tsx b/src/IconKeyboardControlKeyRoundedFilled.tsx index 5f9b3ccd2..c2cbbf4c4 100644 --- a/src/IconKeyboardControlKeyRoundedFilled.tsx +++ b/src/IconKeyboardControlKeyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardControlKeyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardControlKeySharp.tsx b/src/IconKeyboardControlKeySharp.tsx index 4281afa5a..00084ca1b 100644 --- a/src/IconKeyboardControlKeySharp.tsx +++ b/src/IconKeyboardControlKeySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardControlKeySharp: React.FC = ({ ...props diff --git a/src/IconKeyboardControlKeySharpFilled.tsx b/src/IconKeyboardControlKeySharpFilled.tsx index 435044591..5a30b1621 100644 --- a/src/IconKeyboardControlKeySharpFilled.tsx +++ b/src/IconKeyboardControlKeySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardControlKeySharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowDownOutlined.tsx b/src/IconKeyboardDoubleArrowDownOutlined.tsx index bff0d6661..141cee9cb 100644 --- a/src/IconKeyboardDoubleArrowDownOutlined.tsx +++ b/src/IconKeyboardDoubleArrowDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowDownOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowDownOutlinedFilled.tsx b/src/IconKeyboardDoubleArrowDownOutlinedFilled.tsx index a222c40ec..c7cf923cd 100644 --- a/src/IconKeyboardDoubleArrowDownOutlinedFilled.tsx +++ b/src/IconKeyboardDoubleArrowDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowDownRounded.tsx b/src/IconKeyboardDoubleArrowDownRounded.tsx index cead90d0e..8c6e7a113 100644 --- a/src/IconKeyboardDoubleArrowDownRounded.tsx +++ b/src/IconKeyboardDoubleArrowDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowDownRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowDownRoundedFilled.tsx b/src/IconKeyboardDoubleArrowDownRoundedFilled.tsx index 02f206e23..241292430 100644 --- a/src/IconKeyboardDoubleArrowDownRoundedFilled.tsx +++ b/src/IconKeyboardDoubleArrowDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowDownSharp.tsx b/src/IconKeyboardDoubleArrowDownSharp.tsx index 41c0c0839..258be27c6 100644 --- a/src/IconKeyboardDoubleArrowDownSharp.tsx +++ b/src/IconKeyboardDoubleArrowDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowDownSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowDownSharpFilled.tsx b/src/IconKeyboardDoubleArrowDownSharpFilled.tsx index 6bdd8ae60..d37356ce8 100644 --- a/src/IconKeyboardDoubleArrowDownSharpFilled.tsx +++ b/src/IconKeyboardDoubleArrowDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowLeftOutlined.tsx b/src/IconKeyboardDoubleArrowLeftOutlined.tsx index 125e49867..084217bae 100644 --- a/src/IconKeyboardDoubleArrowLeftOutlined.tsx +++ b/src/IconKeyboardDoubleArrowLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowLeftOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowLeftOutlinedFilled.tsx b/src/IconKeyboardDoubleArrowLeftOutlinedFilled.tsx index c47f72256..e912a4b43 100644 --- a/src/IconKeyboardDoubleArrowLeftOutlinedFilled.tsx +++ b/src/IconKeyboardDoubleArrowLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowLeftRounded.tsx b/src/IconKeyboardDoubleArrowLeftRounded.tsx index 4d2156cc7..1e62985b4 100644 --- a/src/IconKeyboardDoubleArrowLeftRounded.tsx +++ b/src/IconKeyboardDoubleArrowLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowLeftRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowLeftRoundedFilled.tsx b/src/IconKeyboardDoubleArrowLeftRoundedFilled.tsx index 08857abc3..818f982ab 100644 --- a/src/IconKeyboardDoubleArrowLeftRoundedFilled.tsx +++ b/src/IconKeyboardDoubleArrowLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowLeftSharp.tsx b/src/IconKeyboardDoubleArrowLeftSharp.tsx index b308a342a..e22e4ce8d 100644 --- a/src/IconKeyboardDoubleArrowLeftSharp.tsx +++ b/src/IconKeyboardDoubleArrowLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowLeftSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowLeftSharpFilled.tsx b/src/IconKeyboardDoubleArrowLeftSharpFilled.tsx index 8d403b035..149360ccb 100644 --- a/src/IconKeyboardDoubleArrowLeftSharpFilled.tsx +++ b/src/IconKeyboardDoubleArrowLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowRightOutlined.tsx b/src/IconKeyboardDoubleArrowRightOutlined.tsx index bb2321056..dfb662e26 100644 --- a/src/IconKeyboardDoubleArrowRightOutlined.tsx +++ b/src/IconKeyboardDoubleArrowRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowRightOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowRightOutlinedFilled.tsx b/src/IconKeyboardDoubleArrowRightOutlinedFilled.tsx index f44fe03a3..492a9a858 100644 --- a/src/IconKeyboardDoubleArrowRightOutlinedFilled.tsx +++ b/src/IconKeyboardDoubleArrowRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowRightOutlinedFilled: React.FC< IconProps diff --git a/src/IconKeyboardDoubleArrowRightRounded.tsx b/src/IconKeyboardDoubleArrowRightRounded.tsx index 76a61ab31..25bc82840 100644 --- a/src/IconKeyboardDoubleArrowRightRounded.tsx +++ b/src/IconKeyboardDoubleArrowRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowRightRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowRightRoundedFilled.tsx b/src/IconKeyboardDoubleArrowRightRoundedFilled.tsx index d68f7d7ac..9de7492c6 100644 --- a/src/IconKeyboardDoubleArrowRightRoundedFilled.tsx +++ b/src/IconKeyboardDoubleArrowRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowRightSharp.tsx b/src/IconKeyboardDoubleArrowRightSharp.tsx index 82794b39c..1e54947f4 100644 --- a/src/IconKeyboardDoubleArrowRightSharp.tsx +++ b/src/IconKeyboardDoubleArrowRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowRightSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowRightSharpFilled.tsx b/src/IconKeyboardDoubleArrowRightSharpFilled.tsx index b9bd3022e..9c7b1d67a 100644 --- a/src/IconKeyboardDoubleArrowRightSharpFilled.tsx +++ b/src/IconKeyboardDoubleArrowRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowUpOutlined.tsx b/src/IconKeyboardDoubleArrowUpOutlined.tsx index 0ee3745eb..855a9f9b2 100644 --- a/src/IconKeyboardDoubleArrowUpOutlined.tsx +++ b/src/IconKeyboardDoubleArrowUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowUpOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowUpOutlinedFilled.tsx b/src/IconKeyboardDoubleArrowUpOutlinedFilled.tsx index 3947547c1..082134357 100644 --- a/src/IconKeyboardDoubleArrowUpOutlinedFilled.tsx +++ b/src/IconKeyboardDoubleArrowUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowUpRounded.tsx b/src/IconKeyboardDoubleArrowUpRounded.tsx index 380f58886..2036b0977 100644 --- a/src/IconKeyboardDoubleArrowUpRounded.tsx +++ b/src/IconKeyboardDoubleArrowUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowUpRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowUpRoundedFilled.tsx b/src/IconKeyboardDoubleArrowUpRoundedFilled.tsx index 4c9011a17..f549cd0f9 100644 --- a/src/IconKeyboardDoubleArrowUpRoundedFilled.tsx +++ b/src/IconKeyboardDoubleArrowUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowUpSharp.tsx b/src/IconKeyboardDoubleArrowUpSharp.tsx index 8e5b049a4..79d1f5fa1 100644 --- a/src/IconKeyboardDoubleArrowUpSharp.tsx +++ b/src/IconKeyboardDoubleArrowUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowUpSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardDoubleArrowUpSharpFilled.tsx b/src/IconKeyboardDoubleArrowUpSharpFilled.tsx index acbcae79a..e59f37c0d 100644 --- a/src/IconKeyboardDoubleArrowUpSharpFilled.tsx +++ b/src/IconKeyboardDoubleArrowUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardDoubleArrowUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardExternalInputOutlined.tsx b/src/IconKeyboardExternalInputOutlined.tsx index 8fbbb23d0..399cce86a 100644 --- a/src/IconKeyboardExternalInputOutlined.tsx +++ b/src/IconKeyboardExternalInputOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardExternalInputOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardExternalInputOutlinedFilled.tsx b/src/IconKeyboardExternalInputOutlinedFilled.tsx index 9fde765ab..9245172d0 100644 --- a/src/IconKeyboardExternalInputOutlinedFilled.tsx +++ b/src/IconKeyboardExternalInputOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardExternalInputOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardExternalInputRounded.tsx b/src/IconKeyboardExternalInputRounded.tsx index 039451d46..1538c92a4 100644 --- a/src/IconKeyboardExternalInputRounded.tsx +++ b/src/IconKeyboardExternalInputRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardExternalInputRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardExternalInputRoundedFilled.tsx b/src/IconKeyboardExternalInputRoundedFilled.tsx index 56c743998..e2ea686da 100644 --- a/src/IconKeyboardExternalInputRoundedFilled.tsx +++ b/src/IconKeyboardExternalInputRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardExternalInputRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardExternalInputSharp.tsx b/src/IconKeyboardExternalInputSharp.tsx index 4f3fccdba..ce5748823 100644 --- a/src/IconKeyboardExternalInputSharp.tsx +++ b/src/IconKeyboardExternalInputSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardExternalInputSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardExternalInputSharpFilled.tsx b/src/IconKeyboardExternalInputSharpFilled.tsx index 8d00740e6..f1a4fade9 100644 --- a/src/IconKeyboardExternalInputSharpFilled.tsx +++ b/src/IconKeyboardExternalInputSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardExternalInputSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardFullOutlined.tsx b/src/IconKeyboardFullOutlined.tsx index 0558045cb..f32876b75 100644 --- a/src/IconKeyboardFullOutlined.tsx +++ b/src/IconKeyboardFullOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardFullOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardFullOutlinedFilled.tsx b/src/IconKeyboardFullOutlinedFilled.tsx index e6045a8aa..befed813c 100644 --- a/src/IconKeyboardFullOutlinedFilled.tsx +++ b/src/IconKeyboardFullOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardFullOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardFullRounded.tsx b/src/IconKeyboardFullRounded.tsx index 987e40f70..f06c8bed2 100644 --- a/src/IconKeyboardFullRounded.tsx +++ b/src/IconKeyboardFullRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardFullRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardFullRoundedFilled.tsx b/src/IconKeyboardFullRoundedFilled.tsx index 84489f238..17e046f48 100644 --- a/src/IconKeyboardFullRoundedFilled.tsx +++ b/src/IconKeyboardFullRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardFullRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardFullSharp.tsx b/src/IconKeyboardFullSharp.tsx index 49d287a39..dffcdbbf5 100644 --- a/src/IconKeyboardFullSharp.tsx +++ b/src/IconKeyboardFullSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardFullSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardFullSharpFilled.tsx b/src/IconKeyboardFullSharpFilled.tsx index 3acc47cc1..6d4914a22 100644 --- a/src/IconKeyboardFullSharpFilled.tsx +++ b/src/IconKeyboardFullSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardFullSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardHideOutlined.tsx b/src/IconKeyboardHideOutlined.tsx index dc4065e3d..33e9904f6 100644 --- a/src/IconKeyboardHideOutlined.tsx +++ b/src/IconKeyboardHideOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardHideOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardHideOutlinedFilled.tsx b/src/IconKeyboardHideOutlinedFilled.tsx index eb6ca7dde..976586e0a 100644 --- a/src/IconKeyboardHideOutlinedFilled.tsx +++ b/src/IconKeyboardHideOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardHideOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardHideRounded.tsx b/src/IconKeyboardHideRounded.tsx index c310dbb0e..2c5e04dea 100644 --- a/src/IconKeyboardHideRounded.tsx +++ b/src/IconKeyboardHideRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardHideRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardHideRoundedFilled.tsx b/src/IconKeyboardHideRoundedFilled.tsx index ab873dfb5..ecf749c78 100644 --- a/src/IconKeyboardHideRoundedFilled.tsx +++ b/src/IconKeyboardHideRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardHideRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardHideSharp.tsx b/src/IconKeyboardHideSharp.tsx index 32fb44781..d2d2b3c16 100644 --- a/src/IconKeyboardHideSharp.tsx +++ b/src/IconKeyboardHideSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardHideSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardHideSharpFilled.tsx b/src/IconKeyboardHideSharpFilled.tsx index 4edbdc0c1..583efa388 100644 --- a/src/IconKeyboardHideSharpFilled.tsx +++ b/src/IconKeyboardHideSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardHideSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardKeysOutlined.tsx b/src/IconKeyboardKeysOutlined.tsx index 9085551a2..e55ad9484 100644 --- a/src/IconKeyboardKeysOutlined.tsx +++ b/src/IconKeyboardKeysOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardKeysOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardKeysOutlinedFilled.tsx b/src/IconKeyboardKeysOutlinedFilled.tsx index ab5a15c82..f689aeffe 100644 --- a/src/IconKeyboardKeysOutlinedFilled.tsx +++ b/src/IconKeyboardKeysOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardKeysOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardKeysRounded.tsx b/src/IconKeyboardKeysRounded.tsx index a4c0009b9..206f628bf 100644 --- a/src/IconKeyboardKeysRounded.tsx +++ b/src/IconKeyboardKeysRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardKeysRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardKeysRoundedFilled.tsx b/src/IconKeyboardKeysRoundedFilled.tsx index 2a0f62f73..329878b90 100644 --- a/src/IconKeyboardKeysRoundedFilled.tsx +++ b/src/IconKeyboardKeysRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardKeysRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardKeysSharp.tsx b/src/IconKeyboardKeysSharp.tsx index d2a998775..f674b6363 100644 --- a/src/IconKeyboardKeysSharp.tsx +++ b/src/IconKeyboardKeysSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardKeysSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardKeysSharpFilled.tsx b/src/IconKeyboardKeysSharpFilled.tsx index 7b3dd8023..04e9f3fd6 100644 --- a/src/IconKeyboardKeysSharpFilled.tsx +++ b/src/IconKeyboardKeysSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardKeysSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardLockOffOutlined.tsx b/src/IconKeyboardLockOffOutlined.tsx index a94f3ba17..7dd165696 100644 --- a/src/IconKeyboardLockOffOutlined.tsx +++ b/src/IconKeyboardLockOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockOffOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardLockOffOutlinedFilled.tsx b/src/IconKeyboardLockOffOutlinedFilled.tsx index f9993a088..d43efc718 100644 --- a/src/IconKeyboardLockOffOutlinedFilled.tsx +++ b/src/IconKeyboardLockOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardLockOffRounded.tsx b/src/IconKeyboardLockOffRounded.tsx index 56ccc81e5..de01e8502 100644 --- a/src/IconKeyboardLockOffRounded.tsx +++ b/src/IconKeyboardLockOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockOffRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardLockOffRoundedFilled.tsx b/src/IconKeyboardLockOffRoundedFilled.tsx index 8f5cba12a..4c49c7579 100644 --- a/src/IconKeyboardLockOffRoundedFilled.tsx +++ b/src/IconKeyboardLockOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardLockOffSharp.tsx b/src/IconKeyboardLockOffSharp.tsx index a046e6fe3..3f7385939 100644 --- a/src/IconKeyboardLockOffSharp.tsx +++ b/src/IconKeyboardLockOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardLockOffSharpFilled.tsx b/src/IconKeyboardLockOffSharpFilled.tsx index fe1e639ed..ac2b82265 100644 --- a/src/IconKeyboardLockOffSharpFilled.tsx +++ b/src/IconKeyboardLockOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardLockOutlined.tsx b/src/IconKeyboardLockOutlined.tsx index 975f47c7b..cf42e5776 100644 --- a/src/IconKeyboardLockOutlined.tsx +++ b/src/IconKeyboardLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardLockOutlinedFilled.tsx b/src/IconKeyboardLockOutlinedFilled.tsx index 714a0b86f..bc9f30abf 100644 --- a/src/IconKeyboardLockOutlinedFilled.tsx +++ b/src/IconKeyboardLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardLockRounded.tsx b/src/IconKeyboardLockRounded.tsx index fc4b16288..e98d64d69 100644 --- a/src/IconKeyboardLockRounded.tsx +++ b/src/IconKeyboardLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardLockRoundedFilled.tsx b/src/IconKeyboardLockRoundedFilled.tsx index 807e95398..73f1a3acf 100644 --- a/src/IconKeyboardLockRoundedFilled.tsx +++ b/src/IconKeyboardLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardLockSharp.tsx b/src/IconKeyboardLockSharp.tsx index 758d3ef79..6f26ad866 100644 --- a/src/IconKeyboardLockSharp.tsx +++ b/src/IconKeyboardLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardLockSharpFilled.tsx b/src/IconKeyboardLockSharpFilled.tsx index 92b0e9c8c..70f4f5243 100644 --- a/src/IconKeyboardLockSharpFilled.tsx +++ b/src/IconKeyboardLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardLockSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardOffOutlined.tsx b/src/IconKeyboardOffOutlined.tsx index 5d2a5e0cb..6e80ddab4 100644 --- a/src/IconKeyboardOffOutlined.tsx +++ b/src/IconKeyboardOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardOffOutlinedFilled.tsx b/src/IconKeyboardOffOutlinedFilled.tsx index 05f4e5a2d..b90c5c2dc 100644 --- a/src/IconKeyboardOffOutlinedFilled.tsx +++ b/src/IconKeyboardOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardOffRounded.tsx b/src/IconKeyboardOffRounded.tsx index aea698b37..1326de1c8 100644 --- a/src/IconKeyboardOffRounded.tsx +++ b/src/IconKeyboardOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardOffRoundedFilled.tsx b/src/IconKeyboardOffRoundedFilled.tsx index 15cfd3ace..d25a9012d 100644 --- a/src/IconKeyboardOffRoundedFilled.tsx +++ b/src/IconKeyboardOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardOffSharp.tsx b/src/IconKeyboardOffSharp.tsx index 0b6c1e039..c727c3747 100644 --- a/src/IconKeyboardOffSharp.tsx +++ b/src/IconKeyboardOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardOffSharpFilled.tsx b/src/IconKeyboardOffSharpFilled.tsx index a91615f9a..60f355e77 100644 --- a/src/IconKeyboardOffSharpFilled.tsx +++ b/src/IconKeyboardOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardOnscreenOutlined.tsx b/src/IconKeyboardOnscreenOutlined.tsx index fde855933..dbb97ec94 100644 --- a/src/IconKeyboardOnscreenOutlined.tsx +++ b/src/IconKeyboardOnscreenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOnscreenOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardOnscreenOutlinedFilled.tsx b/src/IconKeyboardOnscreenOutlinedFilled.tsx index c64fcab21..fa9ac5b73 100644 --- a/src/IconKeyboardOnscreenOutlinedFilled.tsx +++ b/src/IconKeyboardOnscreenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOnscreenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardOnscreenRounded.tsx b/src/IconKeyboardOnscreenRounded.tsx index 9dcf630f6..9fddf7fcd 100644 --- a/src/IconKeyboardOnscreenRounded.tsx +++ b/src/IconKeyboardOnscreenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOnscreenRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardOnscreenRoundedFilled.tsx b/src/IconKeyboardOnscreenRoundedFilled.tsx index 46f280a4a..17eb5f839 100644 --- a/src/IconKeyboardOnscreenRoundedFilled.tsx +++ b/src/IconKeyboardOnscreenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOnscreenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardOnscreenSharp.tsx b/src/IconKeyboardOnscreenSharp.tsx index 9c03623fd..e9a547def 100644 --- a/src/IconKeyboardOnscreenSharp.tsx +++ b/src/IconKeyboardOnscreenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOnscreenSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardOnscreenSharpFilled.tsx b/src/IconKeyboardOnscreenSharpFilled.tsx index 757e49868..335cbb44f 100644 --- a/src/IconKeyboardOnscreenSharpFilled.tsx +++ b/src/IconKeyboardOnscreenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOnscreenSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardOptionKeyOutlined.tsx b/src/IconKeyboardOptionKeyOutlined.tsx index a32ab5034..f7c26b56e 100644 --- a/src/IconKeyboardOptionKeyOutlined.tsx +++ b/src/IconKeyboardOptionKeyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOptionKeyOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardOptionKeyOutlinedFilled.tsx b/src/IconKeyboardOptionKeyOutlinedFilled.tsx index d6d0d0dae..24ec94dd5 100644 --- a/src/IconKeyboardOptionKeyOutlinedFilled.tsx +++ b/src/IconKeyboardOptionKeyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOptionKeyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardOptionKeyRounded.tsx b/src/IconKeyboardOptionKeyRounded.tsx index f8d3cecc0..4374a2e1a 100644 --- a/src/IconKeyboardOptionKeyRounded.tsx +++ b/src/IconKeyboardOptionKeyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOptionKeyRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardOptionKeyRoundedFilled.tsx b/src/IconKeyboardOptionKeyRoundedFilled.tsx index 7641ab120..53a0bb1f5 100644 --- a/src/IconKeyboardOptionKeyRoundedFilled.tsx +++ b/src/IconKeyboardOptionKeyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOptionKeyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardOptionKeySharp.tsx b/src/IconKeyboardOptionKeySharp.tsx index 47965e2fd..671d0c394 100644 --- a/src/IconKeyboardOptionKeySharp.tsx +++ b/src/IconKeyboardOptionKeySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOptionKeySharp: React.FC = ({ ...props diff --git a/src/IconKeyboardOptionKeySharpFilled.tsx b/src/IconKeyboardOptionKeySharpFilled.tsx index 7e0492604..056324f8c 100644 --- a/src/IconKeyboardOptionKeySharpFilled.tsx +++ b/src/IconKeyboardOptionKeySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOptionKeySharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardOutlined.tsx b/src/IconKeyboardOutlined.tsx index 1a0bca281..ad9e3e324 100644 --- a/src/IconKeyboardOutlined.tsx +++ b/src/IconKeyboardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardOutlinedFilled.tsx b/src/IconKeyboardOutlinedFilled.tsx index 1312763b5..9019c520d 100644 --- a/src/IconKeyboardOutlinedFilled.tsx +++ b/src/IconKeyboardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardPreviousLanguageOutlined.tsx b/src/IconKeyboardPreviousLanguageOutlined.tsx index 5a95d6238..8bd7310b0 100644 --- a/src/IconKeyboardPreviousLanguageOutlined.tsx +++ b/src/IconKeyboardPreviousLanguageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardPreviousLanguageOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardPreviousLanguageOutlinedFilled.tsx b/src/IconKeyboardPreviousLanguageOutlinedFilled.tsx index c4b449a37..0ffabf1ee 100644 --- a/src/IconKeyboardPreviousLanguageOutlinedFilled.tsx +++ b/src/IconKeyboardPreviousLanguageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardPreviousLanguageOutlinedFilled: React.FC< IconProps diff --git a/src/IconKeyboardPreviousLanguageRounded.tsx b/src/IconKeyboardPreviousLanguageRounded.tsx index 4faf7fb74..da754d870 100644 --- a/src/IconKeyboardPreviousLanguageRounded.tsx +++ b/src/IconKeyboardPreviousLanguageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardPreviousLanguageRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardPreviousLanguageRoundedFilled.tsx b/src/IconKeyboardPreviousLanguageRoundedFilled.tsx index 89d521344..43937d1a8 100644 --- a/src/IconKeyboardPreviousLanguageRoundedFilled.tsx +++ b/src/IconKeyboardPreviousLanguageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardPreviousLanguageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardPreviousLanguageSharp.tsx b/src/IconKeyboardPreviousLanguageSharp.tsx index 695c238cf..ae4c2c3fc 100644 --- a/src/IconKeyboardPreviousLanguageSharp.tsx +++ b/src/IconKeyboardPreviousLanguageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardPreviousLanguageSharp: React.FC = ({ ...props diff --git a/src/IconKeyboardPreviousLanguageSharpFilled.tsx b/src/IconKeyboardPreviousLanguageSharpFilled.tsx index cc9ab45e0..f802de877 100644 --- a/src/IconKeyboardPreviousLanguageSharpFilled.tsx +++ b/src/IconKeyboardPreviousLanguageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardPreviousLanguageSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardReturnOutlined.tsx b/src/IconKeyboardReturnOutlined.tsx index 0b8e8cd4e..4f565ce43 100644 --- a/src/IconKeyboardReturnOutlined.tsx +++ b/src/IconKeyboardReturnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardReturnOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardReturnOutlinedFilled.tsx b/src/IconKeyboardReturnOutlinedFilled.tsx index 76413bafb..1f595ba8a 100644 --- a/src/IconKeyboardReturnOutlinedFilled.tsx +++ b/src/IconKeyboardReturnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardReturnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardReturnRounded.tsx b/src/IconKeyboardReturnRounded.tsx index acb8955b5..11128b290 100644 --- a/src/IconKeyboardReturnRounded.tsx +++ b/src/IconKeyboardReturnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardReturnRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardReturnRoundedFilled.tsx b/src/IconKeyboardReturnRoundedFilled.tsx index b7c59f5a4..21dd3b4cb 100644 --- a/src/IconKeyboardReturnRoundedFilled.tsx +++ b/src/IconKeyboardReturnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardReturnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardReturnSharp.tsx b/src/IconKeyboardReturnSharp.tsx index f3e2b7af9..fa6f0d34d 100644 --- a/src/IconKeyboardReturnSharp.tsx +++ b/src/IconKeyboardReturnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardReturnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardReturnSharpFilled.tsx b/src/IconKeyboardReturnSharpFilled.tsx index 61f292b39..7ca57639f 100644 --- a/src/IconKeyboardReturnSharpFilled.tsx +++ b/src/IconKeyboardReturnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardReturnSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardRounded.tsx b/src/IconKeyboardRounded.tsx index fcc96636d..b8d80dcba 100644 --- a/src/IconKeyboardRounded.tsx +++ b/src/IconKeyboardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardRoundedFilled.tsx b/src/IconKeyboardRoundedFilled.tsx index 865dd31fa..46874c5b4 100644 --- a/src/IconKeyboardRoundedFilled.tsx +++ b/src/IconKeyboardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardSharp.tsx b/src/IconKeyboardSharp.tsx index f34ec352c..d144f8730 100644 --- a/src/IconKeyboardSharp.tsx +++ b/src/IconKeyboardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardSharpFilled.tsx b/src/IconKeyboardSharpFilled.tsx index 875925484..83c015cc7 100644 --- a/src/IconKeyboardSharpFilled.tsx +++ b/src/IconKeyboardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardTabOutlined.tsx b/src/IconKeyboardTabOutlined.tsx index b41ffa093..2b444a33b 100644 --- a/src/IconKeyboardTabOutlined.tsx +++ b/src/IconKeyboardTabOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardTabOutlinedFilled.tsx b/src/IconKeyboardTabOutlinedFilled.tsx index 0809baa47..164fe89f9 100644 --- a/src/IconKeyboardTabOutlinedFilled.tsx +++ b/src/IconKeyboardTabOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardTabRounded.tsx b/src/IconKeyboardTabRounded.tsx index f156b9d99..da1ecf912 100644 --- a/src/IconKeyboardTabRounded.tsx +++ b/src/IconKeyboardTabRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardTabRoundedFilled.tsx b/src/IconKeyboardTabRoundedFilled.tsx index 8feee8b6d..a3c1ed663 100644 --- a/src/IconKeyboardTabRoundedFilled.tsx +++ b/src/IconKeyboardTabRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardTabRtlOutlined.tsx b/src/IconKeyboardTabRtlOutlined.tsx index ddccdfb9c..42ae49439 100644 --- a/src/IconKeyboardTabRtlOutlined.tsx +++ b/src/IconKeyboardTabRtlOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabRtlOutlined: React.FC = ({ ...props diff --git a/src/IconKeyboardTabRtlOutlinedFilled.tsx b/src/IconKeyboardTabRtlOutlinedFilled.tsx index 18fb069ba..99855d0d8 100644 --- a/src/IconKeyboardTabRtlOutlinedFilled.tsx +++ b/src/IconKeyboardTabRtlOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabRtlOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardTabRtlRounded.tsx b/src/IconKeyboardTabRtlRounded.tsx index e2eea55b3..0eed33364 100644 --- a/src/IconKeyboardTabRtlRounded.tsx +++ b/src/IconKeyboardTabRtlRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabRtlRounded: React.FC = ({ ...props diff --git a/src/IconKeyboardTabRtlRoundedFilled.tsx b/src/IconKeyboardTabRtlRoundedFilled.tsx index 55d59aa13..a80afded2 100644 --- a/src/IconKeyboardTabRtlRoundedFilled.tsx +++ b/src/IconKeyboardTabRtlRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabRtlRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardTabRtlSharp.tsx b/src/IconKeyboardTabRtlSharp.tsx index 6e701edcf..738be3779 100644 --- a/src/IconKeyboardTabRtlSharp.tsx +++ b/src/IconKeyboardTabRtlSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabRtlSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardTabRtlSharpFilled.tsx b/src/IconKeyboardTabRtlSharpFilled.tsx index 20f2924ff..b965e8d2e 100644 --- a/src/IconKeyboardTabRtlSharpFilled.tsx +++ b/src/IconKeyboardTabRtlSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabRtlSharpFilled: React.FC = ({ ...props diff --git a/src/IconKeyboardTabSharp.tsx b/src/IconKeyboardTabSharp.tsx index 326122687..3811f0eb3 100644 --- a/src/IconKeyboardTabSharp.tsx +++ b/src/IconKeyboardTabSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKeyboardTabSharpFilled.tsx b/src/IconKeyboardTabSharpFilled.tsx index 050b9b7f8..827c55471 100644 --- a/src/IconKeyboardTabSharpFilled.tsx +++ b/src/IconKeyboardTabSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKeyboardTabSharpFilled: React.FC = ({ ...props diff --git a/src/IconKidStarOutlined.tsx b/src/IconKidStarOutlined.tsx index a33a5cd0b..622efd01f 100644 --- a/src/IconKidStarOutlined.tsx +++ b/src/IconKidStarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKidStarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKidStarOutlinedFilled.tsx b/src/IconKidStarOutlinedFilled.tsx index c7404e0f3..8a44d1e14 100644 --- a/src/IconKidStarOutlinedFilled.tsx +++ b/src/IconKidStarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKidStarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKidStarRounded.tsx b/src/IconKidStarRounded.tsx index 9ef8171da..f93bc5410 100644 --- a/src/IconKidStarRounded.tsx +++ b/src/IconKidStarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKidStarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKidStarRoundedFilled.tsx b/src/IconKidStarRoundedFilled.tsx index 86a1f515b..6f943af51 100644 --- a/src/IconKidStarRoundedFilled.tsx +++ b/src/IconKidStarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKidStarRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKidStarSharp.tsx b/src/IconKidStarSharp.tsx index dfb354eaf..5deeed70e 100644 --- a/src/IconKidStarSharp.tsx +++ b/src/IconKidStarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKidStarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKidStarSharpFilled.tsx b/src/IconKidStarSharpFilled.tsx index 5025b541a..5d869276c 100644 --- a/src/IconKidStarSharpFilled.tsx +++ b/src/IconKidStarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKidStarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKingBedOutlined.tsx b/src/IconKingBedOutlined.tsx index d33b8dcdb..2393c4de4 100644 --- a/src/IconKingBedOutlined.tsx +++ b/src/IconKingBedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKingBedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKingBedOutlinedFilled.tsx b/src/IconKingBedOutlinedFilled.tsx index 26b6cfccb..d119fa6df 100644 --- a/src/IconKingBedOutlinedFilled.tsx +++ b/src/IconKingBedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKingBedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKingBedRounded.tsx b/src/IconKingBedRounded.tsx index 88fb0771a..b37baf053 100644 --- a/src/IconKingBedRounded.tsx +++ b/src/IconKingBedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKingBedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKingBedRoundedFilled.tsx b/src/IconKingBedRoundedFilled.tsx index 8ea8470a3..ff6165b27 100644 --- a/src/IconKingBedRoundedFilled.tsx +++ b/src/IconKingBedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKingBedRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKingBedSharp.tsx b/src/IconKingBedSharp.tsx index c52d6ec6a..338aa7a22 100644 --- a/src/IconKingBedSharp.tsx +++ b/src/IconKingBedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKingBedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKingBedSharpFilled.tsx b/src/IconKingBedSharpFilled.tsx index 598dea745..4112d556e 100644 --- a/src/IconKingBedSharpFilled.tsx +++ b/src/IconKingBedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKingBedSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKitchenOutlined.tsx b/src/IconKitchenOutlined.tsx index 8df2c3a0e..dac9504ba 100644 --- a/src/IconKitchenOutlined.tsx +++ b/src/IconKitchenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitchenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKitchenOutlinedFilled.tsx b/src/IconKitchenOutlinedFilled.tsx index 3f0d974fe..886c1b4f3 100644 --- a/src/IconKitchenOutlinedFilled.tsx +++ b/src/IconKitchenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitchenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKitchenRounded.tsx b/src/IconKitchenRounded.tsx index 4004d1538..4d0032b34 100644 --- a/src/IconKitchenRounded.tsx +++ b/src/IconKitchenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitchenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKitchenRoundedFilled.tsx b/src/IconKitchenRoundedFilled.tsx index d6a7386e1..0833b0764 100644 --- a/src/IconKitchenRoundedFilled.tsx +++ b/src/IconKitchenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitchenRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKitchenSharp.tsx b/src/IconKitchenSharp.tsx index 9a4118a16..e4b606753 100644 --- a/src/IconKitchenSharp.tsx +++ b/src/IconKitchenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitchenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKitchenSharpFilled.tsx b/src/IconKitchenSharpFilled.tsx index 4ae0de8e9..ba65a939c 100644 --- a/src/IconKitchenSharpFilled.tsx +++ b/src/IconKitchenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitchenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconKitesurfingOutlined.tsx b/src/IconKitesurfingOutlined.tsx index 38eddbd5e..21b5a9922 100644 --- a/src/IconKitesurfingOutlined.tsx +++ b/src/IconKitesurfingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitesurfingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconKitesurfingOutlinedFilled.tsx b/src/IconKitesurfingOutlinedFilled.tsx index 426cca61d..b8695a61d 100644 --- a/src/IconKitesurfingOutlinedFilled.tsx +++ b/src/IconKitesurfingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitesurfingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconKitesurfingRounded.tsx b/src/IconKitesurfingRounded.tsx index 0b0c08207..9703a0155 100644 --- a/src/IconKitesurfingRounded.tsx +++ b/src/IconKitesurfingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitesurfingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconKitesurfingRoundedFilled.tsx b/src/IconKitesurfingRoundedFilled.tsx index d194c0941..1f984721d 100644 --- a/src/IconKitesurfingRoundedFilled.tsx +++ b/src/IconKitesurfingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitesurfingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconKitesurfingSharp.tsx b/src/IconKitesurfingSharp.tsx index f6d22c8aa..01899c657 100644 --- a/src/IconKitesurfingSharp.tsx +++ b/src/IconKitesurfingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitesurfingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconKitesurfingSharpFilled.tsx b/src/IconKitesurfingSharpFilled.tsx index b4a925336..cd1ced22f 100644 --- a/src/IconKitesurfingSharpFilled.tsx +++ b/src/IconKitesurfingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconKitesurfingSharpFilled: React.FC = ({ ...props diff --git a/src/IconLabPanelOutlined.tsx b/src/IconLabPanelOutlined.tsx index d2c8e3c5f..f273746f3 100644 --- a/src/IconLabPanelOutlined.tsx +++ b/src/IconLabPanelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabPanelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLabPanelOutlinedFilled.tsx b/src/IconLabPanelOutlinedFilled.tsx index 813566ee9..e75a7600b 100644 --- a/src/IconLabPanelOutlinedFilled.tsx +++ b/src/IconLabPanelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabPanelOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLabPanelRounded.tsx b/src/IconLabPanelRounded.tsx index 6032af8f1..8ce315332 100644 --- a/src/IconLabPanelRounded.tsx +++ b/src/IconLabPanelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabPanelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLabPanelRoundedFilled.tsx b/src/IconLabPanelRoundedFilled.tsx index f6c0eaa39..5ca526429 100644 --- a/src/IconLabPanelRoundedFilled.tsx +++ b/src/IconLabPanelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabPanelRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLabPanelSharp.tsx b/src/IconLabPanelSharp.tsx index bb6eb1989..7e5ff4dc9 100644 --- a/src/IconLabPanelSharp.tsx +++ b/src/IconLabPanelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabPanelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLabPanelSharpFilled.tsx b/src/IconLabPanelSharpFilled.tsx index a8925003c..4cca71b70 100644 --- a/src/IconLabPanelSharpFilled.tsx +++ b/src/IconLabPanelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabPanelSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLabProfileOutlined.tsx b/src/IconLabProfileOutlined.tsx index 47b97ef8b..46c51f04f 100644 --- a/src/IconLabProfileOutlined.tsx +++ b/src/IconLabProfileOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabProfileOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLabProfileOutlinedFilled.tsx b/src/IconLabProfileOutlinedFilled.tsx index 2ee257dac..16d06ebc8 100644 --- a/src/IconLabProfileOutlinedFilled.tsx +++ b/src/IconLabProfileOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabProfileOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLabProfileRounded.tsx b/src/IconLabProfileRounded.tsx index 68d262ca8..574d7e9fd 100644 --- a/src/IconLabProfileRounded.tsx +++ b/src/IconLabProfileRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabProfileRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLabProfileRoundedFilled.tsx b/src/IconLabProfileRoundedFilled.tsx index 3c30c80e0..4af247863 100644 --- a/src/IconLabProfileRoundedFilled.tsx +++ b/src/IconLabProfileRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabProfileRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLabProfileSharp.tsx b/src/IconLabProfileSharp.tsx index d6609d1e8..e793b4ea3 100644 --- a/src/IconLabProfileSharp.tsx +++ b/src/IconLabProfileSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabProfileSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLabProfileSharpFilled.tsx b/src/IconLabProfileSharpFilled.tsx index a64fb282a..5886843d3 100644 --- a/src/IconLabProfileSharpFilled.tsx +++ b/src/IconLabProfileSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabProfileSharpFilled: React.FC = ({ ...props diff --git a/src/IconLabResearchOutlined.tsx b/src/IconLabResearchOutlined.tsx index 77c29413d..1ec6e7c7d 100644 --- a/src/IconLabResearchOutlined.tsx +++ b/src/IconLabResearchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabResearchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLabResearchOutlinedFilled.tsx b/src/IconLabResearchOutlinedFilled.tsx index 548aeb425..4ccc30b18 100644 --- a/src/IconLabResearchOutlinedFilled.tsx +++ b/src/IconLabResearchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabResearchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLabResearchRounded.tsx b/src/IconLabResearchRounded.tsx index 5b28d9ebd..df01f24e3 100644 --- a/src/IconLabResearchRounded.tsx +++ b/src/IconLabResearchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabResearchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLabResearchRoundedFilled.tsx b/src/IconLabResearchRoundedFilled.tsx index f078f303e..f5115d0d8 100644 --- a/src/IconLabResearchRoundedFilled.tsx +++ b/src/IconLabResearchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabResearchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLabResearchSharp.tsx b/src/IconLabResearchSharp.tsx index ae6e41516..e9dddba96 100644 --- a/src/IconLabResearchSharp.tsx +++ b/src/IconLabResearchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabResearchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLabResearchSharpFilled.tsx b/src/IconLabResearchSharpFilled.tsx index 75a0f8667..002d8ea50 100644 --- a/src/IconLabResearchSharpFilled.tsx +++ b/src/IconLabResearchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabResearchSharpFilled: React.FC = ({ ...props diff --git a/src/IconLabelImportantOutlined.tsx b/src/IconLabelImportantOutlined.tsx index a6f39ffdb..11fd6a322 100644 --- a/src/IconLabelImportantOutlined.tsx +++ b/src/IconLabelImportantOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelImportantOutlined: React.FC = ({ ...props diff --git a/src/IconLabelImportantOutlinedFilled.tsx b/src/IconLabelImportantOutlinedFilled.tsx index c06ff13cf..470ead8e4 100644 --- a/src/IconLabelImportantOutlinedFilled.tsx +++ b/src/IconLabelImportantOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelImportantOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLabelImportantRounded.tsx b/src/IconLabelImportantRounded.tsx index c476f70e6..4b82871a6 100644 --- a/src/IconLabelImportantRounded.tsx +++ b/src/IconLabelImportantRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelImportantRounded: React.FC = ({ ...props diff --git a/src/IconLabelImportantRoundedFilled.tsx b/src/IconLabelImportantRoundedFilled.tsx index 0b32a301e..238331d5a 100644 --- a/src/IconLabelImportantRoundedFilled.tsx +++ b/src/IconLabelImportantRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelImportantRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLabelImportantSharp.tsx b/src/IconLabelImportantSharp.tsx index 355146367..03c84af4e 100644 --- a/src/IconLabelImportantSharp.tsx +++ b/src/IconLabelImportantSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelImportantSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLabelImportantSharpFilled.tsx b/src/IconLabelImportantSharpFilled.tsx index 096feea5c..3786b19e8 100644 --- a/src/IconLabelImportantSharpFilled.tsx +++ b/src/IconLabelImportantSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelImportantSharpFilled: React.FC = ({ ...props diff --git a/src/IconLabelOffOutlined.tsx b/src/IconLabelOffOutlined.tsx index 06a16c894..673ee87a3 100644 --- a/src/IconLabelOffOutlined.tsx +++ b/src/IconLabelOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLabelOffOutlinedFilled.tsx b/src/IconLabelOffOutlinedFilled.tsx index 05b1d75b5..31210ad1e 100644 --- a/src/IconLabelOffOutlinedFilled.tsx +++ b/src/IconLabelOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLabelOffRounded.tsx b/src/IconLabelOffRounded.tsx index f5133b7e1..265fb639c 100644 --- a/src/IconLabelOffRounded.tsx +++ b/src/IconLabelOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLabelOffRoundedFilled.tsx b/src/IconLabelOffRoundedFilled.tsx index 7340b36d7..c250ac62f 100644 --- a/src/IconLabelOffRoundedFilled.tsx +++ b/src/IconLabelOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLabelOffSharp.tsx b/src/IconLabelOffSharp.tsx index 94b181e78..e458ad8e8 100644 --- a/src/IconLabelOffSharp.tsx +++ b/src/IconLabelOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLabelOffSharpFilled.tsx b/src/IconLabelOffSharpFilled.tsx index 5f3711503..3de219c95 100644 --- a/src/IconLabelOffSharpFilled.tsx +++ b/src/IconLabelOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLabelOutlined.tsx b/src/IconLabelOutlined.tsx index 092b8a450..f7f7d1953 100644 --- a/src/IconLabelOutlined.tsx +++ b/src/IconLabelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLabelOutlinedFilled.tsx b/src/IconLabelOutlinedFilled.tsx index eb55f17d4..db3b35b1f 100644 --- a/src/IconLabelOutlinedFilled.tsx +++ b/src/IconLabelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLabelRounded.tsx b/src/IconLabelRounded.tsx index 9a388a633..218744f12 100644 --- a/src/IconLabelRounded.tsx +++ b/src/IconLabelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLabelRoundedFilled.tsx b/src/IconLabelRoundedFilled.tsx index 034b661ed..b08d15bd2 100644 --- a/src/IconLabelRoundedFilled.tsx +++ b/src/IconLabelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLabelSharp.tsx b/src/IconLabelSharp.tsx index e68445212..1017a7107 100644 --- a/src/IconLabelSharp.tsx +++ b/src/IconLabelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLabelSharpFilled.tsx b/src/IconLabelSharpFilled.tsx index f4d153de1..77a2ed9d2 100644 --- a/src/IconLabelSharpFilled.tsx +++ b/src/IconLabelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabelSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLabsOutlined.tsx b/src/IconLabsOutlined.tsx index 730a6bba5..2b0e27dc1 100644 --- a/src/IconLabsOutlined.tsx +++ b/src/IconLabsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLabsOutlinedFilled.tsx b/src/IconLabsOutlinedFilled.tsx index ad12ddfc9..d461bb701 100644 --- a/src/IconLabsOutlinedFilled.tsx +++ b/src/IconLabsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLabsRounded.tsx b/src/IconLabsRounded.tsx index f66aac0ea..2c8bb9730 100644 --- a/src/IconLabsRounded.tsx +++ b/src/IconLabsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLabsRoundedFilled.tsx b/src/IconLabsRoundedFilled.tsx index 2122983b8..a021e46ef 100644 --- a/src/IconLabsRoundedFilled.tsx +++ b/src/IconLabsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLabsSharp.tsx b/src/IconLabsSharp.tsx index cabc4f9f8..de6ee2772 100644 --- a/src/IconLabsSharp.tsx +++ b/src/IconLabsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLabsSharpFilled.tsx b/src/IconLabsSharpFilled.tsx index 9cf971173..83ccf91ad 100644 --- a/src/IconLabsSharpFilled.tsx +++ b/src/IconLabsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLabsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLanOutlined.tsx b/src/IconLanOutlined.tsx index b0fa08e82..6fb34a1c2 100644 --- a/src/IconLanOutlined.tsx +++ b/src/IconLanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLanOutlinedFilled.tsx b/src/IconLanOutlinedFilled.tsx index 6447d12b6..3430715ef 100644 --- a/src/IconLanOutlinedFilled.tsx +++ b/src/IconLanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLanRounded.tsx b/src/IconLanRounded.tsx index 2a0a7d591..2987bc8ea 100644 --- a/src/IconLanRounded.tsx +++ b/src/IconLanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLanRoundedFilled.tsx b/src/IconLanRoundedFilled.tsx index 18cd6d698..ab499f4dd 100644 --- a/src/IconLanRoundedFilled.tsx +++ b/src/IconLanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLanSharp.tsx b/src/IconLanSharp.tsx index d51eb4fdf..c00663bd8 100644 --- a/src/IconLanSharp.tsx +++ b/src/IconLanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLanSharpFilled.tsx b/src/IconLanSharpFilled.tsx index c69efd031..6f4902ee5 100644 --- a/src/IconLanSharpFilled.tsx +++ b/src/IconLanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLandscape2OffOutlined.tsx b/src/IconLandscape2OffOutlined.tsx index 977431630..1448d9dba 100644 --- a/src/IconLandscape2OffOutlined.tsx +++ b/src/IconLandscape2OffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2OffOutlined: React.FC = ({ ...props diff --git a/src/IconLandscape2OffOutlinedFilled.tsx b/src/IconLandscape2OffOutlinedFilled.tsx index 3edc0bce0..0dfc011f0 100644 --- a/src/IconLandscape2OffOutlinedFilled.tsx +++ b/src/IconLandscape2OffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2OffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLandscape2OffRounded.tsx b/src/IconLandscape2OffRounded.tsx index 3f6ace871..410ecb4b7 100644 --- a/src/IconLandscape2OffRounded.tsx +++ b/src/IconLandscape2OffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2OffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLandscape2OffRoundedFilled.tsx b/src/IconLandscape2OffRoundedFilled.tsx index 561acb256..9086bb7a4 100644 --- a/src/IconLandscape2OffRoundedFilled.tsx +++ b/src/IconLandscape2OffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2OffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLandscape2OffSharp.tsx b/src/IconLandscape2OffSharp.tsx index 23faa073b..5c3351594 100644 --- a/src/IconLandscape2OffSharp.tsx +++ b/src/IconLandscape2OffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2OffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLandscape2OffSharpFilled.tsx b/src/IconLandscape2OffSharpFilled.tsx index 2cb9ab620..a11d9d49c 100644 --- a/src/IconLandscape2OffSharpFilled.tsx +++ b/src/IconLandscape2OffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2OffSharpFilled: React.FC = ({ ...props diff --git a/src/IconLandscape2Outlined.tsx b/src/IconLandscape2Outlined.tsx index 3804a7a99..a3e80d9a3 100644 --- a/src/IconLandscape2Outlined.tsx +++ b/src/IconLandscape2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLandscape2OutlinedFilled.tsx b/src/IconLandscape2OutlinedFilled.tsx index c395c8e0b..75799ef3b 100644 --- a/src/IconLandscape2OutlinedFilled.tsx +++ b/src/IconLandscape2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLandscape2Rounded.tsx b/src/IconLandscape2Rounded.tsx index f8bcf072d..d55f431c5 100644 --- a/src/IconLandscape2Rounded.tsx +++ b/src/IconLandscape2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLandscape2RoundedFilled.tsx b/src/IconLandscape2RoundedFilled.tsx index e705307a3..85334c327 100644 --- a/src/IconLandscape2RoundedFilled.tsx +++ b/src/IconLandscape2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconLandscape2Sharp.tsx b/src/IconLandscape2Sharp.tsx index 80a53fa28..0e6b709f8 100644 --- a/src/IconLandscape2Sharp.tsx +++ b/src/IconLandscape2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLandscape2SharpFilled.tsx b/src/IconLandscape2SharpFilled.tsx index 16ad711e0..58ab45d31 100644 --- a/src/IconLandscape2SharpFilled.tsx +++ b/src/IconLandscape2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscape2SharpFilled: React.FC = ({ ...props diff --git a/src/IconLandscapeOutlined.tsx b/src/IconLandscapeOutlined.tsx index f96caf1ae..fe4026261 100644 --- a/src/IconLandscapeOutlined.tsx +++ b/src/IconLandscapeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscapeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLandscapeOutlinedFilled.tsx b/src/IconLandscapeOutlinedFilled.tsx index 352e89db6..bc73913c2 100644 --- a/src/IconLandscapeOutlinedFilled.tsx +++ b/src/IconLandscapeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscapeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLandscapeRounded.tsx b/src/IconLandscapeRounded.tsx index b6ddab0e1..ce0aa9c80 100644 --- a/src/IconLandscapeRounded.tsx +++ b/src/IconLandscapeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscapeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLandscapeRoundedFilled.tsx b/src/IconLandscapeRoundedFilled.tsx index 0e850d891..c4de8b405 100644 --- a/src/IconLandscapeRoundedFilled.tsx +++ b/src/IconLandscapeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscapeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLandscapeSharp.tsx b/src/IconLandscapeSharp.tsx index 426034791..c7e30d806 100644 --- a/src/IconLandscapeSharp.tsx +++ b/src/IconLandscapeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscapeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLandscapeSharpFilled.tsx b/src/IconLandscapeSharpFilled.tsx index 30406cb77..5a5ef7bc7 100644 --- a/src/IconLandscapeSharpFilled.tsx +++ b/src/IconLandscapeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandscapeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLandslideOutlined.tsx b/src/IconLandslideOutlined.tsx index c30f7c72f..cab332802 100644 --- a/src/IconLandslideOutlined.tsx +++ b/src/IconLandslideOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandslideOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLandslideOutlinedFilled.tsx b/src/IconLandslideOutlinedFilled.tsx index af071da81..5e763dc3d 100644 --- a/src/IconLandslideOutlinedFilled.tsx +++ b/src/IconLandslideOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandslideOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLandslideRounded.tsx b/src/IconLandslideRounded.tsx index 2337fd394..aa96851a9 100644 --- a/src/IconLandslideRounded.tsx +++ b/src/IconLandslideRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandslideRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLandslideRoundedFilled.tsx b/src/IconLandslideRoundedFilled.tsx index aa1652bff..da3cd8a9a 100644 --- a/src/IconLandslideRoundedFilled.tsx +++ b/src/IconLandslideRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandslideRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLandslideSharp.tsx b/src/IconLandslideSharp.tsx index 9f28e2535..fc895fea2 100644 --- a/src/IconLandslideSharp.tsx +++ b/src/IconLandslideSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandslideSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLandslideSharpFilled.tsx b/src/IconLandslideSharpFilled.tsx index d704ae415..afb3e3509 100644 --- a/src/IconLandslideSharpFilled.tsx +++ b/src/IconLandslideSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLandslideSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLanguageChineseArrayOutlined.tsx b/src/IconLanguageChineseArrayOutlined.tsx index ce65d34ed..f1c3dfb4d 100644 --- a/src/IconLanguageChineseArrayOutlined.tsx +++ b/src/IconLanguageChineseArrayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseArrayOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageChineseArrayOutlinedFilled.tsx b/src/IconLanguageChineseArrayOutlinedFilled.tsx index 8ebbf74a0..8acc14032 100644 --- a/src/IconLanguageChineseArrayOutlinedFilled.tsx +++ b/src/IconLanguageChineseArrayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseArrayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseArrayRounded.tsx b/src/IconLanguageChineseArrayRounded.tsx index 1053da5d0..03132c53b 100644 --- a/src/IconLanguageChineseArrayRounded.tsx +++ b/src/IconLanguageChineseArrayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseArrayRounded: React.FC = ({ ...props diff --git a/src/IconLanguageChineseArrayRoundedFilled.tsx b/src/IconLanguageChineseArrayRoundedFilled.tsx index b754bda59..fba535fbf 100644 --- a/src/IconLanguageChineseArrayRoundedFilled.tsx +++ b/src/IconLanguageChineseArrayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseArrayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseArraySharp.tsx b/src/IconLanguageChineseArraySharp.tsx index 68c504989..ce58e4261 100644 --- a/src/IconLanguageChineseArraySharp.tsx +++ b/src/IconLanguageChineseArraySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseArraySharp: React.FC = ({ ...props diff --git a/src/IconLanguageChineseArraySharpFilled.tsx b/src/IconLanguageChineseArraySharpFilled.tsx index 82c9a8f9e..5e1b86cf0 100644 --- a/src/IconLanguageChineseArraySharpFilled.tsx +++ b/src/IconLanguageChineseArraySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseArraySharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseCangjieOutlined.tsx b/src/IconLanguageChineseCangjieOutlined.tsx index 7adc027b6..d591c0693 100644 --- a/src/IconLanguageChineseCangjieOutlined.tsx +++ b/src/IconLanguageChineseCangjieOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseCangjieOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageChineseCangjieOutlinedFilled.tsx b/src/IconLanguageChineseCangjieOutlinedFilled.tsx index 598fb9667..b4051265e 100644 --- a/src/IconLanguageChineseCangjieOutlinedFilled.tsx +++ b/src/IconLanguageChineseCangjieOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseCangjieOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseCangjieRounded.tsx b/src/IconLanguageChineseCangjieRounded.tsx index a35403637..dbf38c991 100644 --- a/src/IconLanguageChineseCangjieRounded.tsx +++ b/src/IconLanguageChineseCangjieRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseCangjieRounded: React.FC = ({ ...props diff --git a/src/IconLanguageChineseCangjieRoundedFilled.tsx b/src/IconLanguageChineseCangjieRoundedFilled.tsx index 5d53f052b..9dbe2e70e 100644 --- a/src/IconLanguageChineseCangjieRoundedFilled.tsx +++ b/src/IconLanguageChineseCangjieRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseCangjieRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseCangjieSharp.tsx b/src/IconLanguageChineseCangjieSharp.tsx index dc7f6d221..72f4115e8 100644 --- a/src/IconLanguageChineseCangjieSharp.tsx +++ b/src/IconLanguageChineseCangjieSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseCangjieSharp: React.FC = ({ ...props diff --git a/src/IconLanguageChineseCangjieSharpFilled.tsx b/src/IconLanguageChineseCangjieSharpFilled.tsx index 95e6f030e..e8e6f7096 100644 --- a/src/IconLanguageChineseCangjieSharpFilled.tsx +++ b/src/IconLanguageChineseCangjieSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseCangjieSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseDayiOutlined.tsx b/src/IconLanguageChineseDayiOutlined.tsx index 78ee43988..32ce0528a 100644 --- a/src/IconLanguageChineseDayiOutlined.tsx +++ b/src/IconLanguageChineseDayiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseDayiOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageChineseDayiOutlinedFilled.tsx b/src/IconLanguageChineseDayiOutlinedFilled.tsx index 9e61c1ce6..4c2018250 100644 --- a/src/IconLanguageChineseDayiOutlinedFilled.tsx +++ b/src/IconLanguageChineseDayiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseDayiOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseDayiRounded.tsx b/src/IconLanguageChineseDayiRounded.tsx index df632d921..067c7a9dd 100644 --- a/src/IconLanguageChineseDayiRounded.tsx +++ b/src/IconLanguageChineseDayiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseDayiRounded: React.FC = ({ ...props diff --git a/src/IconLanguageChineseDayiRoundedFilled.tsx b/src/IconLanguageChineseDayiRoundedFilled.tsx index 25d7f890f..b6b55d0ab 100644 --- a/src/IconLanguageChineseDayiRoundedFilled.tsx +++ b/src/IconLanguageChineseDayiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseDayiRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseDayiSharp.tsx b/src/IconLanguageChineseDayiSharp.tsx index 2389a9b25..5888dbe8d 100644 --- a/src/IconLanguageChineseDayiSharp.tsx +++ b/src/IconLanguageChineseDayiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseDayiSharp: React.FC = ({ ...props diff --git a/src/IconLanguageChineseDayiSharpFilled.tsx b/src/IconLanguageChineseDayiSharpFilled.tsx index 42e5859c3..451f3bf41 100644 --- a/src/IconLanguageChineseDayiSharpFilled.tsx +++ b/src/IconLanguageChineseDayiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseDayiSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChinesePinyinOutlined.tsx b/src/IconLanguageChinesePinyinOutlined.tsx index f93fb77bc..a05c887fc 100644 --- a/src/IconLanguageChinesePinyinOutlined.tsx +++ b/src/IconLanguageChinesePinyinOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChinesePinyinOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageChinesePinyinOutlinedFilled.tsx b/src/IconLanguageChinesePinyinOutlinedFilled.tsx index 5f5166f8a..194933bca 100644 --- a/src/IconLanguageChinesePinyinOutlinedFilled.tsx +++ b/src/IconLanguageChinesePinyinOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChinesePinyinOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChinesePinyinRounded.tsx b/src/IconLanguageChinesePinyinRounded.tsx index 419a7d48e..0e3dc703e 100644 --- a/src/IconLanguageChinesePinyinRounded.tsx +++ b/src/IconLanguageChinesePinyinRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChinesePinyinRounded: React.FC = ({ ...props diff --git a/src/IconLanguageChinesePinyinRoundedFilled.tsx b/src/IconLanguageChinesePinyinRoundedFilled.tsx index 4b5c902a6..dda74665d 100644 --- a/src/IconLanguageChinesePinyinRoundedFilled.tsx +++ b/src/IconLanguageChinesePinyinRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChinesePinyinRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChinesePinyinSharp.tsx b/src/IconLanguageChinesePinyinSharp.tsx index 77c63791c..6dac2969f 100644 --- a/src/IconLanguageChinesePinyinSharp.tsx +++ b/src/IconLanguageChinesePinyinSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChinesePinyinSharp: React.FC = ({ ...props diff --git a/src/IconLanguageChinesePinyinSharpFilled.tsx b/src/IconLanguageChinesePinyinSharpFilled.tsx index 5f7f4d5f1..c28d0daa3 100644 --- a/src/IconLanguageChinesePinyinSharpFilled.tsx +++ b/src/IconLanguageChinesePinyinSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChinesePinyinSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseQuickOutlined.tsx b/src/IconLanguageChineseQuickOutlined.tsx index c402d78b4..505032c1f 100644 --- a/src/IconLanguageChineseQuickOutlined.tsx +++ b/src/IconLanguageChineseQuickOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseQuickOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageChineseQuickOutlinedFilled.tsx b/src/IconLanguageChineseQuickOutlinedFilled.tsx index 83c0a29c7..0837985dd 100644 --- a/src/IconLanguageChineseQuickOutlinedFilled.tsx +++ b/src/IconLanguageChineseQuickOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseQuickOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseQuickRounded.tsx b/src/IconLanguageChineseQuickRounded.tsx index 7d7ab0829..d411fded1 100644 --- a/src/IconLanguageChineseQuickRounded.tsx +++ b/src/IconLanguageChineseQuickRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseQuickRounded: React.FC = ({ ...props diff --git a/src/IconLanguageChineseQuickRoundedFilled.tsx b/src/IconLanguageChineseQuickRoundedFilled.tsx index 7a1a6dae9..2d22bf02d 100644 --- a/src/IconLanguageChineseQuickRoundedFilled.tsx +++ b/src/IconLanguageChineseQuickRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseQuickRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseQuickSharp.tsx b/src/IconLanguageChineseQuickSharp.tsx index 15735be2b..02112fb0c 100644 --- a/src/IconLanguageChineseQuickSharp.tsx +++ b/src/IconLanguageChineseQuickSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseQuickSharp: React.FC = ({ ...props diff --git a/src/IconLanguageChineseQuickSharpFilled.tsx b/src/IconLanguageChineseQuickSharpFilled.tsx index dd97da3fd..dfe2d4b87 100644 --- a/src/IconLanguageChineseQuickSharpFilled.tsx +++ b/src/IconLanguageChineseQuickSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseQuickSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseWubiOutlined.tsx b/src/IconLanguageChineseWubiOutlined.tsx index 9fcaba902..8c3bf4c67 100644 --- a/src/IconLanguageChineseWubiOutlined.tsx +++ b/src/IconLanguageChineseWubiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseWubiOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageChineseWubiOutlinedFilled.tsx b/src/IconLanguageChineseWubiOutlinedFilled.tsx index 532e20a04..593f843f7 100644 --- a/src/IconLanguageChineseWubiOutlinedFilled.tsx +++ b/src/IconLanguageChineseWubiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseWubiOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseWubiRounded.tsx b/src/IconLanguageChineseWubiRounded.tsx index 535ea5dd1..4a2c99180 100644 --- a/src/IconLanguageChineseWubiRounded.tsx +++ b/src/IconLanguageChineseWubiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseWubiRounded: React.FC = ({ ...props diff --git a/src/IconLanguageChineseWubiRoundedFilled.tsx b/src/IconLanguageChineseWubiRoundedFilled.tsx index 8b95098d7..2615b9378 100644 --- a/src/IconLanguageChineseWubiRoundedFilled.tsx +++ b/src/IconLanguageChineseWubiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseWubiRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageChineseWubiSharp.tsx b/src/IconLanguageChineseWubiSharp.tsx index 6ae41e422..4e4efc812 100644 --- a/src/IconLanguageChineseWubiSharp.tsx +++ b/src/IconLanguageChineseWubiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseWubiSharp: React.FC = ({ ...props diff --git a/src/IconLanguageChineseWubiSharpFilled.tsx b/src/IconLanguageChineseWubiSharpFilled.tsx index 09a6bd186..e37646c4e 100644 --- a/src/IconLanguageChineseWubiSharpFilled.tsx +++ b/src/IconLanguageChineseWubiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageChineseWubiSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageFrenchOutlined.tsx b/src/IconLanguageFrenchOutlined.tsx index b175c503f..9baa02c28 100644 --- a/src/IconLanguageFrenchOutlined.tsx +++ b/src/IconLanguageFrenchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageFrenchOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageFrenchOutlinedFilled.tsx b/src/IconLanguageFrenchOutlinedFilled.tsx index 184008a54..0bcf408e5 100644 --- a/src/IconLanguageFrenchOutlinedFilled.tsx +++ b/src/IconLanguageFrenchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageFrenchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageFrenchRounded.tsx b/src/IconLanguageFrenchRounded.tsx index 90cc85077..d2fefcc8c 100644 --- a/src/IconLanguageFrenchRounded.tsx +++ b/src/IconLanguageFrenchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageFrenchRounded: React.FC = ({ ...props diff --git a/src/IconLanguageFrenchRoundedFilled.tsx b/src/IconLanguageFrenchRoundedFilled.tsx index 9448ea3e6..dd209b402 100644 --- a/src/IconLanguageFrenchRoundedFilled.tsx +++ b/src/IconLanguageFrenchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageFrenchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageFrenchSharp.tsx b/src/IconLanguageFrenchSharp.tsx index fd835099c..65a93cea0 100644 --- a/src/IconLanguageFrenchSharp.tsx +++ b/src/IconLanguageFrenchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageFrenchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLanguageFrenchSharpFilled.tsx b/src/IconLanguageFrenchSharpFilled.tsx index 811107d76..9aad597b7 100644 --- a/src/IconLanguageFrenchSharpFilled.tsx +++ b/src/IconLanguageFrenchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageFrenchSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageGbEnglishOutlined.tsx b/src/IconLanguageGbEnglishOutlined.tsx index 9531fe0ef..d1ba73507 100644 --- a/src/IconLanguageGbEnglishOutlined.tsx +++ b/src/IconLanguageGbEnglishOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageGbEnglishOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageGbEnglishOutlinedFilled.tsx b/src/IconLanguageGbEnglishOutlinedFilled.tsx index 8ec774830..bd458b334 100644 --- a/src/IconLanguageGbEnglishOutlinedFilled.tsx +++ b/src/IconLanguageGbEnglishOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageGbEnglishOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageGbEnglishRounded.tsx b/src/IconLanguageGbEnglishRounded.tsx index 004630dae..5d800e4e0 100644 --- a/src/IconLanguageGbEnglishRounded.tsx +++ b/src/IconLanguageGbEnglishRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageGbEnglishRounded: React.FC = ({ ...props diff --git a/src/IconLanguageGbEnglishRoundedFilled.tsx b/src/IconLanguageGbEnglishRoundedFilled.tsx index cb90f0093..6d6c841d7 100644 --- a/src/IconLanguageGbEnglishRoundedFilled.tsx +++ b/src/IconLanguageGbEnglishRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageGbEnglishRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageGbEnglishSharp.tsx b/src/IconLanguageGbEnglishSharp.tsx index a2f740b14..b0d9a92d7 100644 --- a/src/IconLanguageGbEnglishSharp.tsx +++ b/src/IconLanguageGbEnglishSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageGbEnglishSharp: React.FC = ({ ...props diff --git a/src/IconLanguageGbEnglishSharpFilled.tsx b/src/IconLanguageGbEnglishSharpFilled.tsx index db1668a21..704b8efbb 100644 --- a/src/IconLanguageGbEnglishSharpFilled.tsx +++ b/src/IconLanguageGbEnglishSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageGbEnglishSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageInternationalOutlined.tsx b/src/IconLanguageInternationalOutlined.tsx index bcba49dfa..29a6d4e5b 100644 --- a/src/IconLanguageInternationalOutlined.tsx +++ b/src/IconLanguageInternationalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageInternationalOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageInternationalOutlinedFilled.tsx b/src/IconLanguageInternationalOutlinedFilled.tsx index 3c239f09e..415e4ecb6 100644 --- a/src/IconLanguageInternationalOutlinedFilled.tsx +++ b/src/IconLanguageInternationalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageInternationalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageInternationalRounded.tsx b/src/IconLanguageInternationalRounded.tsx index 87b44c78f..d73db9037 100644 --- a/src/IconLanguageInternationalRounded.tsx +++ b/src/IconLanguageInternationalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageInternationalRounded: React.FC = ({ ...props diff --git a/src/IconLanguageInternationalRoundedFilled.tsx b/src/IconLanguageInternationalRoundedFilled.tsx index 7b95c203b..105d43e61 100644 --- a/src/IconLanguageInternationalRoundedFilled.tsx +++ b/src/IconLanguageInternationalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageInternationalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageInternationalSharp.tsx b/src/IconLanguageInternationalSharp.tsx index c9cf4bed0..14be53adf 100644 --- a/src/IconLanguageInternationalSharp.tsx +++ b/src/IconLanguageInternationalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageInternationalSharp: React.FC = ({ ...props diff --git a/src/IconLanguageInternationalSharpFilled.tsx b/src/IconLanguageInternationalSharpFilled.tsx index 05d244076..737325196 100644 --- a/src/IconLanguageInternationalSharpFilled.tsx +++ b/src/IconLanguageInternationalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageInternationalSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageJapaneseKanaOutlined.tsx b/src/IconLanguageJapaneseKanaOutlined.tsx index c9cdbe1af..9b524272f 100644 --- a/src/IconLanguageJapaneseKanaOutlined.tsx +++ b/src/IconLanguageJapaneseKanaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageJapaneseKanaOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageJapaneseKanaOutlinedFilled.tsx b/src/IconLanguageJapaneseKanaOutlinedFilled.tsx index e1432adf7..2645a1549 100644 --- a/src/IconLanguageJapaneseKanaOutlinedFilled.tsx +++ b/src/IconLanguageJapaneseKanaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageJapaneseKanaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageJapaneseKanaRounded.tsx b/src/IconLanguageJapaneseKanaRounded.tsx index 58d1883a8..bbb36f394 100644 --- a/src/IconLanguageJapaneseKanaRounded.tsx +++ b/src/IconLanguageJapaneseKanaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageJapaneseKanaRounded: React.FC = ({ ...props diff --git a/src/IconLanguageJapaneseKanaRoundedFilled.tsx b/src/IconLanguageJapaneseKanaRoundedFilled.tsx index 375d76881..0fc799ce1 100644 --- a/src/IconLanguageJapaneseKanaRoundedFilled.tsx +++ b/src/IconLanguageJapaneseKanaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageJapaneseKanaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageJapaneseKanaSharp.tsx b/src/IconLanguageJapaneseKanaSharp.tsx index 8b65b80bc..d7dd7a51b 100644 --- a/src/IconLanguageJapaneseKanaSharp.tsx +++ b/src/IconLanguageJapaneseKanaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageJapaneseKanaSharp: React.FC = ({ ...props diff --git a/src/IconLanguageJapaneseKanaSharpFilled.tsx b/src/IconLanguageJapaneseKanaSharpFilled.tsx index db02b5186..7fb59c0d1 100644 --- a/src/IconLanguageJapaneseKanaSharpFilled.tsx +++ b/src/IconLanguageJapaneseKanaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageJapaneseKanaSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageKoreanLatinOutlined.tsx b/src/IconLanguageKoreanLatinOutlined.tsx index c141e23ef..97330d574 100644 --- a/src/IconLanguageKoreanLatinOutlined.tsx +++ b/src/IconLanguageKoreanLatinOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageKoreanLatinOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageKoreanLatinOutlinedFilled.tsx b/src/IconLanguageKoreanLatinOutlinedFilled.tsx index dbf88dec8..9a8a88564 100644 --- a/src/IconLanguageKoreanLatinOutlinedFilled.tsx +++ b/src/IconLanguageKoreanLatinOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageKoreanLatinOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageKoreanLatinRounded.tsx b/src/IconLanguageKoreanLatinRounded.tsx index 3307e063a..af0bbc493 100644 --- a/src/IconLanguageKoreanLatinRounded.tsx +++ b/src/IconLanguageKoreanLatinRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageKoreanLatinRounded: React.FC = ({ ...props diff --git a/src/IconLanguageKoreanLatinRoundedFilled.tsx b/src/IconLanguageKoreanLatinRoundedFilled.tsx index d6db09693..bbe6ec62e 100644 --- a/src/IconLanguageKoreanLatinRoundedFilled.tsx +++ b/src/IconLanguageKoreanLatinRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageKoreanLatinRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageKoreanLatinSharp.tsx b/src/IconLanguageKoreanLatinSharp.tsx index e0f5fa894..88aca746b 100644 --- a/src/IconLanguageKoreanLatinSharp.tsx +++ b/src/IconLanguageKoreanLatinSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageKoreanLatinSharp: React.FC = ({ ...props diff --git a/src/IconLanguageKoreanLatinSharpFilled.tsx b/src/IconLanguageKoreanLatinSharpFilled.tsx index 8ec7136d3..88be8d4e5 100644 --- a/src/IconLanguageKoreanLatinSharpFilled.tsx +++ b/src/IconLanguageKoreanLatinSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageKoreanLatinSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageOutlined.tsx b/src/IconLanguageOutlined.tsx index 224c29e2f..89749e95b 100644 --- a/src/IconLanguageOutlined.tsx +++ b/src/IconLanguageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLanguageOutlinedFilled.tsx b/src/IconLanguageOutlinedFilled.tsx index 491bd20f2..a9a8cc412 100644 --- a/src/IconLanguageOutlinedFilled.tsx +++ b/src/IconLanguageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguagePinyinOutlined.tsx b/src/IconLanguagePinyinOutlined.tsx index 4b8f67cee..3fde341ea 100644 --- a/src/IconLanguagePinyinOutlined.tsx +++ b/src/IconLanguagePinyinOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguagePinyinOutlined: React.FC = ({ ...props diff --git a/src/IconLanguagePinyinOutlinedFilled.tsx b/src/IconLanguagePinyinOutlinedFilled.tsx index 6b3cfd6c1..2f8f03e6d 100644 --- a/src/IconLanguagePinyinOutlinedFilled.tsx +++ b/src/IconLanguagePinyinOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguagePinyinOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguagePinyinRounded.tsx b/src/IconLanguagePinyinRounded.tsx index 3604ec39b..165f4d5eb 100644 --- a/src/IconLanguagePinyinRounded.tsx +++ b/src/IconLanguagePinyinRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguagePinyinRounded: React.FC = ({ ...props diff --git a/src/IconLanguagePinyinRoundedFilled.tsx b/src/IconLanguagePinyinRoundedFilled.tsx index b685cb45f..d16383305 100644 --- a/src/IconLanguagePinyinRoundedFilled.tsx +++ b/src/IconLanguagePinyinRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguagePinyinRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguagePinyinSharp.tsx b/src/IconLanguagePinyinSharp.tsx index 7a6332321..de6993db3 100644 --- a/src/IconLanguagePinyinSharp.tsx +++ b/src/IconLanguagePinyinSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguagePinyinSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLanguagePinyinSharpFilled.tsx b/src/IconLanguagePinyinSharpFilled.tsx index 15deb4723..dab01ccf8 100644 --- a/src/IconLanguagePinyinSharpFilled.tsx +++ b/src/IconLanguagePinyinSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguagePinyinSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageRounded.tsx b/src/IconLanguageRounded.tsx index e0378b157..d7436ee38 100644 --- a/src/IconLanguageRounded.tsx +++ b/src/IconLanguageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLanguageRoundedFilled.tsx b/src/IconLanguageRoundedFilled.tsx index c0ca2b98d..ea1fa5d34 100644 --- a/src/IconLanguageRoundedFilled.tsx +++ b/src/IconLanguageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageSharp.tsx b/src/IconLanguageSharp.tsx index c85c0d368..04f3c684b 100644 --- a/src/IconLanguageSharp.tsx +++ b/src/IconLanguageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLanguageSharpFilled.tsx b/src/IconLanguageSharpFilled.tsx index d48798dba..6f4a96088 100644 --- a/src/IconLanguageSharpFilled.tsx +++ b/src/IconLanguageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLanguageSpanishOutlined.tsx b/src/IconLanguageSpanishOutlined.tsx index 591f8b57b..8bcc85711 100644 --- a/src/IconLanguageSpanishOutlined.tsx +++ b/src/IconLanguageSpanishOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageSpanishOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageSpanishOutlinedFilled.tsx b/src/IconLanguageSpanishOutlinedFilled.tsx index 99ff4de28..960c7581e 100644 --- a/src/IconLanguageSpanishOutlinedFilled.tsx +++ b/src/IconLanguageSpanishOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageSpanishOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageSpanishRounded.tsx b/src/IconLanguageSpanishRounded.tsx index 8a160382e..499e0bf6e 100644 --- a/src/IconLanguageSpanishRounded.tsx +++ b/src/IconLanguageSpanishRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageSpanishRounded: React.FC = ({ ...props diff --git a/src/IconLanguageSpanishRoundedFilled.tsx b/src/IconLanguageSpanishRoundedFilled.tsx index bf44ef10b..9a5e38fb3 100644 --- a/src/IconLanguageSpanishRoundedFilled.tsx +++ b/src/IconLanguageSpanishRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageSpanishRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageSpanishSharp.tsx b/src/IconLanguageSpanishSharp.tsx index 8899370a4..144855b5e 100644 --- a/src/IconLanguageSpanishSharp.tsx +++ b/src/IconLanguageSpanishSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageSpanishSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLanguageSpanishSharpFilled.tsx b/src/IconLanguageSpanishSharpFilled.tsx index 007e130fd..5910030a1 100644 --- a/src/IconLanguageSpanishSharpFilled.tsx +++ b/src/IconLanguageSpanishSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageSpanishSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageUsColemakOutlined.tsx b/src/IconLanguageUsColemakOutlined.tsx index 528e7f3ad..70e886754 100644 --- a/src/IconLanguageUsColemakOutlined.tsx +++ b/src/IconLanguageUsColemakOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsColemakOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageUsColemakOutlinedFilled.tsx b/src/IconLanguageUsColemakOutlinedFilled.tsx index 95ed52c7d..13b6e0d3a 100644 --- a/src/IconLanguageUsColemakOutlinedFilled.tsx +++ b/src/IconLanguageUsColemakOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsColemakOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageUsColemakRounded.tsx b/src/IconLanguageUsColemakRounded.tsx index c78317724..2508e9696 100644 --- a/src/IconLanguageUsColemakRounded.tsx +++ b/src/IconLanguageUsColemakRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsColemakRounded: React.FC = ({ ...props diff --git a/src/IconLanguageUsColemakRoundedFilled.tsx b/src/IconLanguageUsColemakRoundedFilled.tsx index 4dd1a517c..7637e312d 100644 --- a/src/IconLanguageUsColemakRoundedFilled.tsx +++ b/src/IconLanguageUsColemakRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsColemakRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageUsColemakSharp.tsx b/src/IconLanguageUsColemakSharp.tsx index 487b3ce4e..f38ce0faf 100644 --- a/src/IconLanguageUsColemakSharp.tsx +++ b/src/IconLanguageUsColemakSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsColemakSharp: React.FC = ({ ...props diff --git a/src/IconLanguageUsColemakSharpFilled.tsx b/src/IconLanguageUsColemakSharpFilled.tsx index 5efa61424..8d4f670c7 100644 --- a/src/IconLanguageUsColemakSharpFilled.tsx +++ b/src/IconLanguageUsColemakSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsColemakSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageUsDvorakOutlined.tsx b/src/IconLanguageUsDvorakOutlined.tsx index 08ac8a0dd..8b14550c0 100644 --- a/src/IconLanguageUsDvorakOutlined.tsx +++ b/src/IconLanguageUsDvorakOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsDvorakOutlined: React.FC = ({ ...props diff --git a/src/IconLanguageUsDvorakOutlinedFilled.tsx b/src/IconLanguageUsDvorakOutlinedFilled.tsx index b8e514fbb..ea59fc2db 100644 --- a/src/IconLanguageUsDvorakOutlinedFilled.tsx +++ b/src/IconLanguageUsDvorakOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsDvorakOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageUsDvorakRounded.tsx b/src/IconLanguageUsDvorakRounded.tsx index 53307e294..be57e0e67 100644 --- a/src/IconLanguageUsDvorakRounded.tsx +++ b/src/IconLanguageUsDvorakRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsDvorakRounded: React.FC = ({ ...props diff --git a/src/IconLanguageUsDvorakRoundedFilled.tsx b/src/IconLanguageUsDvorakRoundedFilled.tsx index 11f001778..351e0bcb8 100644 --- a/src/IconLanguageUsDvorakRoundedFilled.tsx +++ b/src/IconLanguageUsDvorakRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsDvorakRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageUsDvorakSharp.tsx b/src/IconLanguageUsDvorakSharp.tsx index a7c27537d..dcd509cd1 100644 --- a/src/IconLanguageUsDvorakSharp.tsx +++ b/src/IconLanguageUsDvorakSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsDvorakSharp: React.FC = ({ ...props diff --git a/src/IconLanguageUsDvorakSharpFilled.tsx b/src/IconLanguageUsDvorakSharpFilled.tsx index b7cc99747..a4ecb81b3 100644 --- a/src/IconLanguageUsDvorakSharpFilled.tsx +++ b/src/IconLanguageUsDvorakSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsDvorakSharpFilled: React.FC = ({ ...props diff --git a/src/IconLanguageUsOutlined.tsx b/src/IconLanguageUsOutlined.tsx index 9f3d9d027..808e87f16 100644 --- a/src/IconLanguageUsOutlined.tsx +++ b/src/IconLanguageUsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLanguageUsOutlinedFilled.tsx b/src/IconLanguageUsOutlinedFilled.tsx index b2224faf9..9ebafdef8 100644 --- a/src/IconLanguageUsOutlinedFilled.tsx +++ b/src/IconLanguageUsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageUsRounded.tsx b/src/IconLanguageUsRounded.tsx index 403a20eab..078446e8b 100644 --- a/src/IconLanguageUsRounded.tsx +++ b/src/IconLanguageUsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLanguageUsRoundedFilled.tsx b/src/IconLanguageUsRoundedFilled.tsx index 17a18dc17..fdf4bc0b5 100644 --- a/src/IconLanguageUsRoundedFilled.tsx +++ b/src/IconLanguageUsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLanguageUsSharp.tsx b/src/IconLanguageUsSharp.tsx index 65e71303d..ff861f264 100644 --- a/src/IconLanguageUsSharp.tsx +++ b/src/IconLanguageUsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLanguageUsSharpFilled.tsx b/src/IconLanguageUsSharpFilled.tsx index 160154861..61a0136f9 100644 --- a/src/IconLanguageUsSharpFilled.tsx +++ b/src/IconLanguageUsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLanguageUsSharpFilled: React.FC = ({ ...props diff --git a/src/IconLapsOutlined.tsx b/src/IconLapsOutlined.tsx index f3de2fc03..0d9f421a7 100644 --- a/src/IconLapsOutlined.tsx +++ b/src/IconLapsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLapsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLapsOutlinedFilled.tsx b/src/IconLapsOutlinedFilled.tsx index 010ff49d3..d2a191c03 100644 --- a/src/IconLapsOutlinedFilled.tsx +++ b/src/IconLapsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLapsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLapsRounded.tsx b/src/IconLapsRounded.tsx index 0e1a6eacc..f869ce927 100644 --- a/src/IconLapsRounded.tsx +++ b/src/IconLapsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLapsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLapsRoundedFilled.tsx b/src/IconLapsRoundedFilled.tsx index 1a0720fd2..500e8010c 100644 --- a/src/IconLapsRoundedFilled.tsx +++ b/src/IconLapsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLapsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLapsSharp.tsx b/src/IconLapsSharp.tsx index 9b0222fce..0193399f8 100644 --- a/src/IconLapsSharp.tsx +++ b/src/IconLapsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLapsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLapsSharpFilled.tsx b/src/IconLapsSharpFilled.tsx index d3b49c1ed..839ecdd9e 100644 --- a/src/IconLapsSharpFilled.tsx +++ b/src/IconLapsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLapsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLaptopCarOutlined.tsx b/src/IconLaptopCarOutlined.tsx index c5377039a..0418e1655 100644 --- a/src/IconLaptopCarOutlined.tsx +++ b/src/IconLaptopCarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopCarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLaptopCarOutlinedFilled.tsx b/src/IconLaptopCarOutlinedFilled.tsx index ad2beb750..2cb9aa9cc 100644 --- a/src/IconLaptopCarOutlinedFilled.tsx +++ b/src/IconLaptopCarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopCarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLaptopCarRounded.tsx b/src/IconLaptopCarRounded.tsx index 159c3da2e..482c7994a 100644 --- a/src/IconLaptopCarRounded.tsx +++ b/src/IconLaptopCarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopCarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLaptopCarRoundedFilled.tsx b/src/IconLaptopCarRoundedFilled.tsx index f126b11e9..1caa1e0af 100644 --- a/src/IconLaptopCarRoundedFilled.tsx +++ b/src/IconLaptopCarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopCarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLaptopCarSharp.tsx b/src/IconLaptopCarSharp.tsx index 33ed32d5c..a1e1fce6e 100644 --- a/src/IconLaptopCarSharp.tsx +++ b/src/IconLaptopCarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopCarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLaptopCarSharpFilled.tsx b/src/IconLaptopCarSharpFilled.tsx index 2c8cd820b..a6b37e582 100644 --- a/src/IconLaptopCarSharpFilled.tsx +++ b/src/IconLaptopCarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopCarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLaptopChromebookOutlined.tsx b/src/IconLaptopChromebookOutlined.tsx index 100b830c9..658afffe3 100644 --- a/src/IconLaptopChromebookOutlined.tsx +++ b/src/IconLaptopChromebookOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopChromebookOutlined: React.FC = ({ ...props diff --git a/src/IconLaptopChromebookOutlinedFilled.tsx b/src/IconLaptopChromebookOutlinedFilled.tsx index 5aee9f08f..e0ab4860e 100644 --- a/src/IconLaptopChromebookOutlinedFilled.tsx +++ b/src/IconLaptopChromebookOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopChromebookOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLaptopChromebookRounded.tsx b/src/IconLaptopChromebookRounded.tsx index 2ccbb835c..b83761594 100644 --- a/src/IconLaptopChromebookRounded.tsx +++ b/src/IconLaptopChromebookRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopChromebookRounded: React.FC = ({ ...props diff --git a/src/IconLaptopChromebookRoundedFilled.tsx b/src/IconLaptopChromebookRoundedFilled.tsx index f8e1dc245..59917268d 100644 --- a/src/IconLaptopChromebookRoundedFilled.tsx +++ b/src/IconLaptopChromebookRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopChromebookRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLaptopChromebookSharp.tsx b/src/IconLaptopChromebookSharp.tsx index ae95e0c55..31e510f62 100644 --- a/src/IconLaptopChromebookSharp.tsx +++ b/src/IconLaptopChromebookSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopChromebookSharp: React.FC = ({ ...props diff --git a/src/IconLaptopChromebookSharpFilled.tsx b/src/IconLaptopChromebookSharpFilled.tsx index ec9daf3f5..f4aa0bcf7 100644 --- a/src/IconLaptopChromebookSharpFilled.tsx +++ b/src/IconLaptopChromebookSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopChromebookSharpFilled: React.FC = ({ ...props diff --git a/src/IconLaptopMacOutlined.tsx b/src/IconLaptopMacOutlined.tsx index e2e4365ac..d7e6c85e6 100644 --- a/src/IconLaptopMacOutlined.tsx +++ b/src/IconLaptopMacOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopMacOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLaptopMacOutlinedFilled.tsx b/src/IconLaptopMacOutlinedFilled.tsx index 9297d2629..3820b0b7b 100644 --- a/src/IconLaptopMacOutlinedFilled.tsx +++ b/src/IconLaptopMacOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopMacOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLaptopMacRounded.tsx b/src/IconLaptopMacRounded.tsx index e174b418d..266f33b0c 100644 --- a/src/IconLaptopMacRounded.tsx +++ b/src/IconLaptopMacRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopMacRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLaptopMacRoundedFilled.tsx b/src/IconLaptopMacRoundedFilled.tsx index 17bd1586f..6e10f0fc8 100644 --- a/src/IconLaptopMacRoundedFilled.tsx +++ b/src/IconLaptopMacRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopMacRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLaptopMacSharp.tsx b/src/IconLaptopMacSharp.tsx index c262c2226..1feba1737 100644 --- a/src/IconLaptopMacSharp.tsx +++ b/src/IconLaptopMacSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopMacSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLaptopMacSharpFilled.tsx b/src/IconLaptopMacSharpFilled.tsx index 024699de1..c0dae1805 100644 --- a/src/IconLaptopMacSharpFilled.tsx +++ b/src/IconLaptopMacSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopMacSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLaptopWindowsOutlined.tsx b/src/IconLaptopWindowsOutlined.tsx index 2d6c5f6e1..0e4abb2dd 100644 --- a/src/IconLaptopWindowsOutlined.tsx +++ b/src/IconLaptopWindowsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopWindowsOutlined: React.FC = ({ ...props diff --git a/src/IconLaptopWindowsOutlinedFilled.tsx b/src/IconLaptopWindowsOutlinedFilled.tsx index 42816e400..891ae1d96 100644 --- a/src/IconLaptopWindowsOutlinedFilled.tsx +++ b/src/IconLaptopWindowsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopWindowsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLaptopWindowsRounded.tsx b/src/IconLaptopWindowsRounded.tsx index 320a345b9..8b1c812a5 100644 --- a/src/IconLaptopWindowsRounded.tsx +++ b/src/IconLaptopWindowsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopWindowsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLaptopWindowsRoundedFilled.tsx b/src/IconLaptopWindowsRoundedFilled.tsx index c51ce3dbc..8924eff80 100644 --- a/src/IconLaptopWindowsRoundedFilled.tsx +++ b/src/IconLaptopWindowsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopWindowsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLaptopWindowsSharp.tsx b/src/IconLaptopWindowsSharp.tsx index 8257f8d8f..93b9b188d 100644 --- a/src/IconLaptopWindowsSharp.tsx +++ b/src/IconLaptopWindowsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopWindowsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLaptopWindowsSharpFilled.tsx b/src/IconLaptopWindowsSharpFilled.tsx index be37fbfe5..7dc3fc393 100644 --- a/src/IconLaptopWindowsSharpFilled.tsx +++ b/src/IconLaptopWindowsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaptopWindowsSharpFilled: React.FC = ({ ...props diff --git a/src/IconLassoSelectOutlined.tsx b/src/IconLassoSelectOutlined.tsx index b0d6c873c..f9864c753 100644 --- a/src/IconLassoSelectOutlined.tsx +++ b/src/IconLassoSelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLassoSelectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLassoSelectOutlinedFilled.tsx b/src/IconLassoSelectOutlinedFilled.tsx index de29cc81b..2eb08d3fc 100644 --- a/src/IconLassoSelectOutlinedFilled.tsx +++ b/src/IconLassoSelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLassoSelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLassoSelectRounded.tsx b/src/IconLassoSelectRounded.tsx index 088dc7169..7c371f1ef 100644 --- a/src/IconLassoSelectRounded.tsx +++ b/src/IconLassoSelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLassoSelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLassoSelectRoundedFilled.tsx b/src/IconLassoSelectRoundedFilled.tsx index 2c4d5ecb6..2b0bac8dc 100644 --- a/src/IconLassoSelectRoundedFilled.tsx +++ b/src/IconLassoSelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLassoSelectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLassoSelectSharp.tsx b/src/IconLassoSelectSharp.tsx index d864a6b5b..34e6b54c2 100644 --- a/src/IconLassoSelectSharp.tsx +++ b/src/IconLassoSelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLassoSelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLassoSelectSharpFilled.tsx b/src/IconLassoSelectSharpFilled.tsx index 3639c26e5..341c93342 100644 --- a/src/IconLassoSelectSharpFilled.tsx +++ b/src/IconLassoSelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLassoSelectSharpFilled: React.FC = ({ ...props diff --git a/src/IconLastPageOutlined.tsx b/src/IconLastPageOutlined.tsx index 8daca8459..490858a61 100644 --- a/src/IconLastPageOutlined.tsx +++ b/src/IconLastPageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLastPageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLastPageOutlinedFilled.tsx b/src/IconLastPageOutlinedFilled.tsx index 4c9c5a44b..f863d97b9 100644 --- a/src/IconLastPageOutlinedFilled.tsx +++ b/src/IconLastPageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLastPageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLastPageRounded.tsx b/src/IconLastPageRounded.tsx index e3cce3b16..3228a8187 100644 --- a/src/IconLastPageRounded.tsx +++ b/src/IconLastPageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLastPageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLastPageRoundedFilled.tsx b/src/IconLastPageRoundedFilled.tsx index 0b1b7f3c8..6f28134fc 100644 --- a/src/IconLastPageRoundedFilled.tsx +++ b/src/IconLastPageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLastPageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLastPageSharp.tsx b/src/IconLastPageSharp.tsx index 0ebe734e0..8bc5a8509 100644 --- a/src/IconLastPageSharp.tsx +++ b/src/IconLastPageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLastPageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLastPageSharpFilled.tsx b/src/IconLastPageSharpFilled.tsx index 204785ac2..10a6d0eed 100644 --- a/src/IconLastPageSharpFilled.tsx +++ b/src/IconLastPageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLastPageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLaundryOutlined.tsx b/src/IconLaundryOutlined.tsx index 2a6596468..1e26ef5d7 100644 --- a/src/IconLaundryOutlined.tsx +++ b/src/IconLaundryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaundryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLaundryOutlinedFilled.tsx b/src/IconLaundryOutlinedFilled.tsx index ae0379e41..80edc31c6 100644 --- a/src/IconLaundryOutlinedFilled.tsx +++ b/src/IconLaundryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaundryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLaundryRounded.tsx b/src/IconLaundryRounded.tsx index d77c7d417..199c80eed 100644 --- a/src/IconLaundryRounded.tsx +++ b/src/IconLaundryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaundryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLaundryRoundedFilled.tsx b/src/IconLaundryRoundedFilled.tsx index ea5be7503..5a2c83dd3 100644 --- a/src/IconLaundryRoundedFilled.tsx +++ b/src/IconLaundryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaundryRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLaundrySharp.tsx b/src/IconLaundrySharp.tsx index 650f027a9..020768402 100644 --- a/src/IconLaundrySharp.tsx +++ b/src/IconLaundrySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaundrySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLaundrySharpFilled.tsx b/src/IconLaundrySharpFilled.tsx index a12f057db..093b5b782 100644 --- a/src/IconLaundrySharpFilled.tsx +++ b/src/IconLaundrySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLaundrySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLayersClearOutlined.tsx b/src/IconLayersClearOutlined.tsx index 744ee390e..b5eefb144 100644 --- a/src/IconLayersClearOutlined.tsx +++ b/src/IconLayersClearOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersClearOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLayersClearOutlinedFilled.tsx b/src/IconLayersClearOutlinedFilled.tsx index b21d0820b..df028cbc6 100644 --- a/src/IconLayersClearOutlinedFilled.tsx +++ b/src/IconLayersClearOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersClearOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLayersClearRounded.tsx b/src/IconLayersClearRounded.tsx index 05ea3d54e..7ae563a7e 100644 --- a/src/IconLayersClearRounded.tsx +++ b/src/IconLayersClearRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersClearRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLayersClearRoundedFilled.tsx b/src/IconLayersClearRoundedFilled.tsx index 1e70b383a..26a854442 100644 --- a/src/IconLayersClearRoundedFilled.tsx +++ b/src/IconLayersClearRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersClearRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLayersClearSharp.tsx b/src/IconLayersClearSharp.tsx index e60732abc..cde57d222 100644 --- a/src/IconLayersClearSharp.tsx +++ b/src/IconLayersClearSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersClearSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLayersClearSharpFilled.tsx b/src/IconLayersClearSharpFilled.tsx index f8fe31783..6d3d340bc 100644 --- a/src/IconLayersClearSharpFilled.tsx +++ b/src/IconLayersClearSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersClearSharpFilled: React.FC = ({ ...props diff --git a/src/IconLayersOutlined.tsx b/src/IconLayersOutlined.tsx index 7d4568206..8e18a507f 100644 --- a/src/IconLayersOutlined.tsx +++ b/src/IconLayersOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLayersOutlinedFilled.tsx b/src/IconLayersOutlinedFilled.tsx index f980dfcaf..8b8f8cbe8 100644 --- a/src/IconLayersOutlinedFilled.tsx +++ b/src/IconLayersOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLayersRounded.tsx b/src/IconLayersRounded.tsx index 9ec3f1de7..16614d35d 100644 --- a/src/IconLayersRounded.tsx +++ b/src/IconLayersRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLayersRoundedFilled.tsx b/src/IconLayersRoundedFilled.tsx index 80ca04c03..c97f504f4 100644 --- a/src/IconLayersRoundedFilled.tsx +++ b/src/IconLayersRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLayersSharp.tsx b/src/IconLayersSharp.tsx index 2f4953e53..00dc00b52 100644 --- a/src/IconLayersSharp.tsx +++ b/src/IconLayersSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLayersSharpFilled.tsx b/src/IconLayersSharpFilled.tsx index 25d842046..62fe1557e 100644 --- a/src/IconLayersSharpFilled.tsx +++ b/src/IconLayersSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLayersSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLdaOutlined.tsx b/src/IconLdaOutlined.tsx index 5216d935f..7415860dd 100644 --- a/src/IconLdaOutlined.tsx +++ b/src/IconLdaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLdaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLdaOutlinedFilled.tsx b/src/IconLdaOutlinedFilled.tsx index bda71e0b1..b3b5504b6 100644 --- a/src/IconLdaOutlinedFilled.tsx +++ b/src/IconLdaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLdaOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLdaRounded.tsx b/src/IconLdaRounded.tsx index c2fc33a55..d3364833f 100644 --- a/src/IconLdaRounded.tsx +++ b/src/IconLdaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLdaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLdaRoundedFilled.tsx b/src/IconLdaRoundedFilled.tsx index a33d6e88f..d2911c2c8 100644 --- a/src/IconLdaRoundedFilled.tsx +++ b/src/IconLdaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLdaRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLdaSharp.tsx b/src/IconLdaSharp.tsx index c878718bc..30f605bc7 100644 --- a/src/IconLdaSharp.tsx +++ b/src/IconLdaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLdaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLdaSharpFilled.tsx b/src/IconLdaSharpFilled.tsx index 631ddeedc..037aa01c1 100644 --- a/src/IconLdaSharpFilled.tsx +++ b/src/IconLdaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLdaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLeaderboardOutlined.tsx b/src/IconLeaderboardOutlined.tsx index 3d01cde20..9eb2eb0dc 100644 --- a/src/IconLeaderboardOutlined.tsx +++ b/src/IconLeaderboardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeaderboardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLeaderboardOutlinedFilled.tsx b/src/IconLeaderboardOutlinedFilled.tsx index 4b94712e6..1128e9341 100644 --- a/src/IconLeaderboardOutlinedFilled.tsx +++ b/src/IconLeaderboardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeaderboardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLeaderboardRounded.tsx b/src/IconLeaderboardRounded.tsx index ef6d29983..1a5bcd9d5 100644 --- a/src/IconLeaderboardRounded.tsx +++ b/src/IconLeaderboardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeaderboardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLeaderboardRoundedFilled.tsx b/src/IconLeaderboardRoundedFilled.tsx index 42bf3e484..c8bddc48e 100644 --- a/src/IconLeaderboardRoundedFilled.tsx +++ b/src/IconLeaderboardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeaderboardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLeaderboardSharp.tsx b/src/IconLeaderboardSharp.tsx index 6899ff3c2..2f8d6e01e 100644 --- a/src/IconLeaderboardSharp.tsx +++ b/src/IconLeaderboardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeaderboardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLeaderboardSharpFilled.tsx b/src/IconLeaderboardSharpFilled.tsx index e701a8e55..1a464fb7d 100644 --- a/src/IconLeaderboardSharpFilled.tsx +++ b/src/IconLeaderboardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeaderboardSharpFilled: React.FC = ({ ...props diff --git a/src/IconLeakAddOutlined.tsx b/src/IconLeakAddOutlined.tsx index 0d46e4cbe..bae50889b 100644 --- a/src/IconLeakAddOutlined.tsx +++ b/src/IconLeakAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLeakAddOutlinedFilled.tsx b/src/IconLeakAddOutlinedFilled.tsx index 0975e59a9..6d2ab5a80 100644 --- a/src/IconLeakAddOutlinedFilled.tsx +++ b/src/IconLeakAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLeakAddRounded.tsx b/src/IconLeakAddRounded.tsx index 06e4bc4ee..13572a71d 100644 --- a/src/IconLeakAddRounded.tsx +++ b/src/IconLeakAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLeakAddRoundedFilled.tsx b/src/IconLeakAddRoundedFilled.tsx index 858690ec7..909ae968c 100644 --- a/src/IconLeakAddRoundedFilled.tsx +++ b/src/IconLeakAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakAddRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLeakAddSharp.tsx b/src/IconLeakAddSharp.tsx index 3e52d0feb..1d4d20667 100644 --- a/src/IconLeakAddSharp.tsx +++ b/src/IconLeakAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLeakAddSharpFilled.tsx b/src/IconLeakAddSharpFilled.tsx index 1c75bab2f..0e8180e96 100644 --- a/src/IconLeakAddSharpFilled.tsx +++ b/src/IconLeakAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLeakRemoveOutlined.tsx b/src/IconLeakRemoveOutlined.tsx index f06a00768..e2a672020 100644 --- a/src/IconLeakRemoveOutlined.tsx +++ b/src/IconLeakRemoveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakRemoveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLeakRemoveOutlinedFilled.tsx b/src/IconLeakRemoveOutlinedFilled.tsx index d79272b4b..022e32e75 100644 --- a/src/IconLeakRemoveOutlinedFilled.tsx +++ b/src/IconLeakRemoveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakRemoveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLeakRemoveRounded.tsx b/src/IconLeakRemoveRounded.tsx index 8261a4470..c910c492c 100644 --- a/src/IconLeakRemoveRounded.tsx +++ b/src/IconLeakRemoveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakRemoveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLeakRemoveRoundedFilled.tsx b/src/IconLeakRemoveRoundedFilled.tsx index 83b1b3a8b..848f9d89f 100644 --- a/src/IconLeakRemoveRoundedFilled.tsx +++ b/src/IconLeakRemoveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakRemoveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLeakRemoveSharp.tsx b/src/IconLeakRemoveSharp.tsx index da987b83e..cc0cb4fee 100644 --- a/src/IconLeakRemoveSharp.tsx +++ b/src/IconLeakRemoveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakRemoveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLeakRemoveSharpFilled.tsx b/src/IconLeakRemoveSharpFilled.tsx index f15fd89bf..830eda6c5 100644 --- a/src/IconLeakRemoveSharpFilled.tsx +++ b/src/IconLeakRemoveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeakRemoveSharpFilled: React.FC = ({ ...props diff --git a/src/IconLeftClickOutlined.tsx b/src/IconLeftClickOutlined.tsx index 8b923ee74..81ea15f68 100644 --- a/src/IconLeftClickOutlined.tsx +++ b/src/IconLeftClickOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftClickOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLeftClickOutlinedFilled.tsx b/src/IconLeftClickOutlinedFilled.tsx index bef784165..147c79d36 100644 --- a/src/IconLeftClickOutlinedFilled.tsx +++ b/src/IconLeftClickOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftClickOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLeftClickRounded.tsx b/src/IconLeftClickRounded.tsx index 28a67de01..aedd59edb 100644 --- a/src/IconLeftClickRounded.tsx +++ b/src/IconLeftClickRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftClickRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLeftClickRoundedFilled.tsx b/src/IconLeftClickRoundedFilled.tsx index 25eb55f2f..07af5e851 100644 --- a/src/IconLeftClickRoundedFilled.tsx +++ b/src/IconLeftClickRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftClickRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLeftClickSharp.tsx b/src/IconLeftClickSharp.tsx index a0b98b65e..3890e961b 100644 --- a/src/IconLeftClickSharp.tsx +++ b/src/IconLeftClickSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftClickSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLeftClickSharpFilled.tsx b/src/IconLeftClickSharpFilled.tsx index a320f39cf..907a7791d 100644 --- a/src/IconLeftClickSharpFilled.tsx +++ b/src/IconLeftClickSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftClickSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLeftPanelCloseOutlined.tsx b/src/IconLeftPanelCloseOutlined.tsx index e1a2c43e4..2aa0cb750 100644 --- a/src/IconLeftPanelCloseOutlined.tsx +++ b/src/IconLeftPanelCloseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelCloseOutlined: React.FC = ({ ...props diff --git a/src/IconLeftPanelCloseOutlinedFilled.tsx b/src/IconLeftPanelCloseOutlinedFilled.tsx index 0113a321e..f1a9c7ace 100644 --- a/src/IconLeftPanelCloseOutlinedFilled.tsx +++ b/src/IconLeftPanelCloseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelCloseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLeftPanelCloseRounded.tsx b/src/IconLeftPanelCloseRounded.tsx index 8b49c6f5c..42871a3e1 100644 --- a/src/IconLeftPanelCloseRounded.tsx +++ b/src/IconLeftPanelCloseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelCloseRounded: React.FC = ({ ...props diff --git a/src/IconLeftPanelCloseRoundedFilled.tsx b/src/IconLeftPanelCloseRoundedFilled.tsx index 8d7cf8c61..c4e932fcc 100644 --- a/src/IconLeftPanelCloseRoundedFilled.tsx +++ b/src/IconLeftPanelCloseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelCloseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLeftPanelCloseSharp.tsx b/src/IconLeftPanelCloseSharp.tsx index 7f74b4f76..9a16d12a1 100644 --- a/src/IconLeftPanelCloseSharp.tsx +++ b/src/IconLeftPanelCloseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelCloseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLeftPanelCloseSharpFilled.tsx b/src/IconLeftPanelCloseSharpFilled.tsx index bde27185b..18c41d677 100644 --- a/src/IconLeftPanelCloseSharpFilled.tsx +++ b/src/IconLeftPanelCloseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelCloseSharpFilled: React.FC = ({ ...props diff --git a/src/IconLeftPanelOpenOutlined.tsx b/src/IconLeftPanelOpenOutlined.tsx index 41cb465ad..27311b774 100644 --- a/src/IconLeftPanelOpenOutlined.tsx +++ b/src/IconLeftPanelOpenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelOpenOutlined: React.FC = ({ ...props diff --git a/src/IconLeftPanelOpenOutlinedFilled.tsx b/src/IconLeftPanelOpenOutlinedFilled.tsx index ca7bf93c9..cdffa9b00 100644 --- a/src/IconLeftPanelOpenOutlinedFilled.tsx +++ b/src/IconLeftPanelOpenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelOpenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLeftPanelOpenRounded.tsx b/src/IconLeftPanelOpenRounded.tsx index 6cd111587..ebfb04061 100644 --- a/src/IconLeftPanelOpenRounded.tsx +++ b/src/IconLeftPanelOpenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelOpenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLeftPanelOpenRoundedFilled.tsx b/src/IconLeftPanelOpenRoundedFilled.tsx index 0bb84c3ff..2c8142dac 100644 --- a/src/IconLeftPanelOpenRoundedFilled.tsx +++ b/src/IconLeftPanelOpenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelOpenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLeftPanelOpenSharp.tsx b/src/IconLeftPanelOpenSharp.tsx index 4761287dd..821f91b87 100644 --- a/src/IconLeftPanelOpenSharp.tsx +++ b/src/IconLeftPanelOpenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelOpenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLeftPanelOpenSharpFilled.tsx b/src/IconLeftPanelOpenSharpFilled.tsx index ef728fd0d..0fd7e2113 100644 --- a/src/IconLeftPanelOpenSharpFilled.tsx +++ b/src/IconLeftPanelOpenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLeftPanelOpenSharpFilled: React.FC = ({ ...props diff --git a/src/IconLegendToggleOutlined.tsx b/src/IconLegendToggleOutlined.tsx index 39296b31e..b8f724adb 100644 --- a/src/IconLegendToggleOutlined.tsx +++ b/src/IconLegendToggleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLegendToggleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLegendToggleOutlinedFilled.tsx b/src/IconLegendToggleOutlinedFilled.tsx index 3e80eae5a..275a965cb 100644 --- a/src/IconLegendToggleOutlinedFilled.tsx +++ b/src/IconLegendToggleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLegendToggleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLegendToggleRounded.tsx b/src/IconLegendToggleRounded.tsx index e34a7dec6..95e9f360d 100644 --- a/src/IconLegendToggleRounded.tsx +++ b/src/IconLegendToggleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLegendToggleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLegendToggleRoundedFilled.tsx b/src/IconLegendToggleRoundedFilled.tsx index 131c5d6b8..369a2dca0 100644 --- a/src/IconLegendToggleRoundedFilled.tsx +++ b/src/IconLegendToggleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLegendToggleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLegendToggleSharp.tsx b/src/IconLegendToggleSharp.tsx index a09858d21..3ede56e6d 100644 --- a/src/IconLegendToggleSharp.tsx +++ b/src/IconLegendToggleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLegendToggleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLegendToggleSharpFilled.tsx b/src/IconLegendToggleSharpFilled.tsx index 656e9fc84..f00f767eb 100644 --- a/src/IconLegendToggleSharpFilled.tsx +++ b/src/IconLegendToggleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLegendToggleSharpFilled: React.FC = ({ ...props diff --git a/src/IconLensBlurOutlined.tsx b/src/IconLensBlurOutlined.tsx index f535667ab..6d353cbde 100644 --- a/src/IconLensBlurOutlined.tsx +++ b/src/IconLensBlurOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLensBlurOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLensBlurOutlinedFilled.tsx b/src/IconLensBlurOutlinedFilled.tsx index 8f31f6ec4..e4d9179d3 100644 --- a/src/IconLensBlurOutlinedFilled.tsx +++ b/src/IconLensBlurOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLensBlurOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLensBlurRounded.tsx b/src/IconLensBlurRounded.tsx index c211739f0..5588a0c45 100644 --- a/src/IconLensBlurRounded.tsx +++ b/src/IconLensBlurRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLensBlurRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLensBlurRoundedFilled.tsx b/src/IconLensBlurRoundedFilled.tsx index 4fd9a9688..e9fdaf657 100644 --- a/src/IconLensBlurRoundedFilled.tsx +++ b/src/IconLensBlurRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLensBlurRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLensBlurSharp.tsx b/src/IconLensBlurSharp.tsx index f66b1dc53..f721f718a 100644 --- a/src/IconLensBlurSharp.tsx +++ b/src/IconLensBlurSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLensBlurSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLensBlurSharpFilled.tsx b/src/IconLensBlurSharpFilled.tsx index d168fcaad..0046acabc 100644 --- a/src/IconLensBlurSharpFilled.tsx +++ b/src/IconLensBlurSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLensBlurSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLetterSwitchOutlined.tsx b/src/IconLetterSwitchOutlined.tsx index f9731125c..069c6e6dc 100644 --- a/src/IconLetterSwitchOutlined.tsx +++ b/src/IconLetterSwitchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLetterSwitchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLetterSwitchOutlinedFilled.tsx b/src/IconLetterSwitchOutlinedFilled.tsx index b81319b43..29e98efef 100644 --- a/src/IconLetterSwitchOutlinedFilled.tsx +++ b/src/IconLetterSwitchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLetterSwitchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLetterSwitchRounded.tsx b/src/IconLetterSwitchRounded.tsx index f67d7785d..7f4d4faba 100644 --- a/src/IconLetterSwitchRounded.tsx +++ b/src/IconLetterSwitchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLetterSwitchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLetterSwitchRoundedFilled.tsx b/src/IconLetterSwitchRoundedFilled.tsx index 5b8c2f61e..0523fc95a 100644 --- a/src/IconLetterSwitchRoundedFilled.tsx +++ b/src/IconLetterSwitchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLetterSwitchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLetterSwitchSharp.tsx b/src/IconLetterSwitchSharp.tsx index d26797081..154ab6b0c 100644 --- a/src/IconLetterSwitchSharp.tsx +++ b/src/IconLetterSwitchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLetterSwitchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLetterSwitchSharpFilled.tsx b/src/IconLetterSwitchSharpFilled.tsx index b78f6e1d5..726fa3765 100644 --- a/src/IconLetterSwitchSharpFilled.tsx +++ b/src/IconLetterSwitchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLetterSwitchSharpFilled: React.FC = ({ ...props diff --git a/src/IconLibraryAddCheckOutlined.tsx b/src/IconLibraryAddCheckOutlined.tsx index 57470bd75..ff917a721 100644 --- a/src/IconLibraryAddCheckOutlined.tsx +++ b/src/IconLibraryAddCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddCheckOutlined: React.FC = ({ ...props diff --git a/src/IconLibraryAddCheckOutlinedFilled.tsx b/src/IconLibraryAddCheckOutlinedFilled.tsx index 537b02912..27229ee74 100644 --- a/src/IconLibraryAddCheckOutlinedFilled.tsx +++ b/src/IconLibraryAddCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLibraryAddCheckRounded.tsx b/src/IconLibraryAddCheckRounded.tsx index 88a3e8e21..c9ceaefdc 100644 --- a/src/IconLibraryAddCheckRounded.tsx +++ b/src/IconLibraryAddCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddCheckRounded: React.FC = ({ ...props diff --git a/src/IconLibraryAddCheckRoundedFilled.tsx b/src/IconLibraryAddCheckRoundedFilled.tsx index 757d260d0..1fbefc83f 100644 --- a/src/IconLibraryAddCheckRoundedFilled.tsx +++ b/src/IconLibraryAddCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLibraryAddCheckSharp.tsx b/src/IconLibraryAddCheckSharp.tsx index c053aac52..43c4d4e52 100644 --- a/src/IconLibraryAddCheckSharp.tsx +++ b/src/IconLibraryAddCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLibraryAddCheckSharpFilled.tsx b/src/IconLibraryAddCheckSharpFilled.tsx index 7d430a330..5d0f60422 100644 --- a/src/IconLibraryAddCheckSharpFilled.tsx +++ b/src/IconLibraryAddCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconLibraryAddOutlined.tsx b/src/IconLibraryAddOutlined.tsx index f4ef25697..a3396a088 100644 --- a/src/IconLibraryAddOutlined.tsx +++ b/src/IconLibraryAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLibraryAddOutlinedFilled.tsx b/src/IconLibraryAddOutlinedFilled.tsx index c47839306..85ce72c64 100644 --- a/src/IconLibraryAddOutlinedFilled.tsx +++ b/src/IconLibraryAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLibraryAddRounded.tsx b/src/IconLibraryAddRounded.tsx index 2483b8673..91e248601 100644 --- a/src/IconLibraryAddRounded.tsx +++ b/src/IconLibraryAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLibraryAddRoundedFilled.tsx b/src/IconLibraryAddRoundedFilled.tsx index c7d2f1085..a9312e402 100644 --- a/src/IconLibraryAddRoundedFilled.tsx +++ b/src/IconLibraryAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLibraryAddSharp.tsx b/src/IconLibraryAddSharp.tsx index b79a43e1a..12a432dfd 100644 --- a/src/IconLibraryAddSharp.tsx +++ b/src/IconLibraryAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLibraryAddSharpFilled.tsx b/src/IconLibraryAddSharpFilled.tsx index bfaa8a5a5..c0ada9faf 100644 --- a/src/IconLibraryAddSharpFilled.tsx +++ b/src/IconLibraryAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconLibraryBooksOutlined.tsx b/src/IconLibraryBooksOutlined.tsx index d2d36a497..f0803bdbb 100644 --- a/src/IconLibraryBooksOutlined.tsx +++ b/src/IconLibraryBooksOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryBooksOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLibraryBooksOutlinedFilled.tsx b/src/IconLibraryBooksOutlinedFilled.tsx index d5f859f77..c6f665593 100644 --- a/src/IconLibraryBooksOutlinedFilled.tsx +++ b/src/IconLibraryBooksOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryBooksOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLibraryBooksRounded.tsx b/src/IconLibraryBooksRounded.tsx index fbb846dba..f8088c820 100644 --- a/src/IconLibraryBooksRounded.tsx +++ b/src/IconLibraryBooksRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryBooksRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLibraryBooksRoundedFilled.tsx b/src/IconLibraryBooksRoundedFilled.tsx index 67ad3cbf0..6d66321ec 100644 --- a/src/IconLibraryBooksRoundedFilled.tsx +++ b/src/IconLibraryBooksRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryBooksRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLibraryBooksSharp.tsx b/src/IconLibraryBooksSharp.tsx index 995910ef2..58d5cfae5 100644 --- a/src/IconLibraryBooksSharp.tsx +++ b/src/IconLibraryBooksSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryBooksSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLibraryBooksSharpFilled.tsx b/src/IconLibraryBooksSharpFilled.tsx index b37b3c291..e86b6c4a3 100644 --- a/src/IconLibraryBooksSharpFilled.tsx +++ b/src/IconLibraryBooksSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryBooksSharpFilled: React.FC = ({ ...props diff --git a/src/IconLibraryMusicOutlined.tsx b/src/IconLibraryMusicOutlined.tsx index 348cca0bb..6612e1cd3 100644 --- a/src/IconLibraryMusicOutlined.tsx +++ b/src/IconLibraryMusicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryMusicOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLibraryMusicOutlinedFilled.tsx b/src/IconLibraryMusicOutlinedFilled.tsx index 9d66bbc5a..3fcd0e5f8 100644 --- a/src/IconLibraryMusicOutlinedFilled.tsx +++ b/src/IconLibraryMusicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryMusicOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLibraryMusicRounded.tsx b/src/IconLibraryMusicRounded.tsx index 3fc6fc173..7097a1a49 100644 --- a/src/IconLibraryMusicRounded.tsx +++ b/src/IconLibraryMusicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryMusicRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLibraryMusicRoundedFilled.tsx b/src/IconLibraryMusicRoundedFilled.tsx index cab8042bf..ab4911b14 100644 --- a/src/IconLibraryMusicRoundedFilled.tsx +++ b/src/IconLibraryMusicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryMusicRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLibraryMusicSharp.tsx b/src/IconLibraryMusicSharp.tsx index 46b01d92a..dc500a416 100644 --- a/src/IconLibraryMusicSharp.tsx +++ b/src/IconLibraryMusicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryMusicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLibraryMusicSharpFilled.tsx b/src/IconLibraryMusicSharpFilled.tsx index 503af9c69..d36444cc1 100644 --- a/src/IconLibraryMusicSharpFilled.tsx +++ b/src/IconLibraryMusicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLibraryMusicSharpFilled: React.FC = ({ ...props diff --git a/src/IconLicenseOutlined.tsx b/src/IconLicenseOutlined.tsx index f2ebafc93..50eca2a18 100644 --- a/src/IconLicenseOutlined.tsx +++ b/src/IconLicenseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLicenseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLicenseOutlinedFilled.tsx b/src/IconLicenseOutlinedFilled.tsx index ff271f07c..4478c585c 100644 --- a/src/IconLicenseOutlinedFilled.tsx +++ b/src/IconLicenseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLicenseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLicenseRounded.tsx b/src/IconLicenseRounded.tsx index 84e6004b1..0e4a2a8f9 100644 --- a/src/IconLicenseRounded.tsx +++ b/src/IconLicenseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLicenseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLicenseRoundedFilled.tsx b/src/IconLicenseRoundedFilled.tsx index f50544548..22199790c 100644 --- a/src/IconLicenseRoundedFilled.tsx +++ b/src/IconLicenseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLicenseRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLicenseSharp.tsx b/src/IconLicenseSharp.tsx index a542fcddd..d0fd38b59 100644 --- a/src/IconLicenseSharp.tsx +++ b/src/IconLicenseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLicenseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLicenseSharpFilled.tsx b/src/IconLicenseSharpFilled.tsx index e6db4f5b4..c01e66541 100644 --- a/src/IconLicenseSharpFilled.tsx +++ b/src/IconLicenseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLicenseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLiftToTalkOutlined.tsx b/src/IconLiftToTalkOutlined.tsx index 50d9b8fc4..7b7e40d54 100644 --- a/src/IconLiftToTalkOutlined.tsx +++ b/src/IconLiftToTalkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiftToTalkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLiftToTalkOutlinedFilled.tsx b/src/IconLiftToTalkOutlinedFilled.tsx index 8fda603e2..44efe3dc9 100644 --- a/src/IconLiftToTalkOutlinedFilled.tsx +++ b/src/IconLiftToTalkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiftToTalkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLiftToTalkRounded.tsx b/src/IconLiftToTalkRounded.tsx index 5619bf360..247d07ba5 100644 --- a/src/IconLiftToTalkRounded.tsx +++ b/src/IconLiftToTalkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiftToTalkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLiftToTalkRoundedFilled.tsx b/src/IconLiftToTalkRoundedFilled.tsx index 48690b668..67fc6e1be 100644 --- a/src/IconLiftToTalkRoundedFilled.tsx +++ b/src/IconLiftToTalkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiftToTalkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLiftToTalkSharp.tsx b/src/IconLiftToTalkSharp.tsx index f5244673b..a42d562af 100644 --- a/src/IconLiftToTalkSharp.tsx +++ b/src/IconLiftToTalkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiftToTalkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLiftToTalkSharpFilled.tsx b/src/IconLiftToTalkSharpFilled.tsx index 60df2a078..05d393ad4 100644 --- a/src/IconLiftToTalkSharpFilled.tsx +++ b/src/IconLiftToTalkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiftToTalkSharpFilled: React.FC = ({ ...props diff --git a/src/IconLightGroupOutlined.tsx b/src/IconLightGroupOutlined.tsx index 5e46fc61e..453f3e7ea 100644 --- a/src/IconLightGroupOutlined.tsx +++ b/src/IconLightGroupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightGroupOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLightGroupOutlinedFilled.tsx b/src/IconLightGroupOutlinedFilled.tsx index 8babb9920..4a23c3658 100644 --- a/src/IconLightGroupOutlinedFilled.tsx +++ b/src/IconLightGroupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightGroupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLightGroupRounded.tsx b/src/IconLightGroupRounded.tsx index 94900a9f0..0dba05216 100644 --- a/src/IconLightGroupRounded.tsx +++ b/src/IconLightGroupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightGroupRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLightGroupRoundedFilled.tsx b/src/IconLightGroupRoundedFilled.tsx index a698d5750..732c910de 100644 --- a/src/IconLightGroupRoundedFilled.tsx +++ b/src/IconLightGroupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightGroupRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLightGroupSharp.tsx b/src/IconLightGroupSharp.tsx index 3248806c3..45373b6b0 100644 --- a/src/IconLightGroupSharp.tsx +++ b/src/IconLightGroupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightGroupSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLightGroupSharpFilled.tsx b/src/IconLightGroupSharpFilled.tsx index 9beafc505..c7a1237d4 100644 --- a/src/IconLightGroupSharpFilled.tsx +++ b/src/IconLightGroupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightGroupSharpFilled: React.FC = ({ ...props diff --git a/src/IconLightModeOutlined.tsx b/src/IconLightModeOutlined.tsx index 58bf95af5..86586ddfd 100644 --- a/src/IconLightModeOutlined.tsx +++ b/src/IconLightModeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightModeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLightModeOutlinedFilled.tsx b/src/IconLightModeOutlinedFilled.tsx index 4e1d2b924..3a3b6582d 100644 --- a/src/IconLightModeOutlinedFilled.tsx +++ b/src/IconLightModeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightModeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLightModeRounded.tsx b/src/IconLightModeRounded.tsx index 1538346b4..867d18be0 100644 --- a/src/IconLightModeRounded.tsx +++ b/src/IconLightModeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightModeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLightModeRoundedFilled.tsx b/src/IconLightModeRoundedFilled.tsx index c18656c7a..e2cb2a797 100644 --- a/src/IconLightModeRoundedFilled.tsx +++ b/src/IconLightModeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightModeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLightModeSharp.tsx b/src/IconLightModeSharp.tsx index a78176ad1..2ba6fc363 100644 --- a/src/IconLightModeSharp.tsx +++ b/src/IconLightModeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightModeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLightModeSharpFilled.tsx b/src/IconLightModeSharpFilled.tsx index 63a3ef5e3..51e46c0e6 100644 --- a/src/IconLightModeSharpFilled.tsx +++ b/src/IconLightModeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightModeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLightOffOutlined.tsx b/src/IconLightOffOutlined.tsx index da5abf196..60ee309e5 100644 --- a/src/IconLightOffOutlined.tsx +++ b/src/IconLightOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLightOffOutlinedFilled.tsx b/src/IconLightOffOutlinedFilled.tsx index e292f8ddf..cdf58875f 100644 --- a/src/IconLightOffOutlinedFilled.tsx +++ b/src/IconLightOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLightOffRounded.tsx b/src/IconLightOffRounded.tsx index 68706540c..19110824c 100644 --- a/src/IconLightOffRounded.tsx +++ b/src/IconLightOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLightOffRoundedFilled.tsx b/src/IconLightOffRoundedFilled.tsx index b028a8a29..d8ac96309 100644 --- a/src/IconLightOffRoundedFilled.tsx +++ b/src/IconLightOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLightOffSharp.tsx b/src/IconLightOffSharp.tsx index 655552a8c..7e610b876 100644 --- a/src/IconLightOffSharp.tsx +++ b/src/IconLightOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLightOffSharpFilled.tsx b/src/IconLightOffSharpFilled.tsx index d505e7469..62f0836d1 100644 --- a/src/IconLightOffSharpFilled.tsx +++ b/src/IconLightOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLightOutlined.tsx b/src/IconLightOutlined.tsx index 3f22b00d4..f41f0617f 100644 --- a/src/IconLightOutlined.tsx +++ b/src/IconLightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLightOutlinedFilled.tsx b/src/IconLightOutlinedFilled.tsx index e6dd38852..0d3d85deb 100644 --- a/src/IconLightOutlinedFilled.tsx +++ b/src/IconLightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLightRounded.tsx b/src/IconLightRounded.tsx index 213088cdd..857ab83c7 100644 --- a/src/IconLightRounded.tsx +++ b/src/IconLightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLightRoundedFilled.tsx b/src/IconLightRoundedFilled.tsx index 24f4b8d93..a4b4be3af 100644 --- a/src/IconLightRoundedFilled.tsx +++ b/src/IconLightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLightSharp.tsx b/src/IconLightSharp.tsx index fd80adfd5..a4cb1999e 100644 --- a/src/IconLightSharp.tsx +++ b/src/IconLightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLightSharpFilled.tsx b/src/IconLightSharpFilled.tsx index f8d57f504..f38cb073b 100644 --- a/src/IconLightSharpFilled.tsx +++ b/src/IconLightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLightbulb2Outlined.tsx b/src/IconLightbulb2Outlined.tsx index 8978b6745..0a72a5a66 100644 --- a/src/IconLightbulb2Outlined.tsx +++ b/src/IconLightbulb2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulb2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLightbulb2OutlinedFilled.tsx b/src/IconLightbulb2OutlinedFilled.tsx index 66311e134..cd05f3ce0 100644 --- a/src/IconLightbulb2OutlinedFilled.tsx +++ b/src/IconLightbulb2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulb2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLightbulb2Rounded.tsx b/src/IconLightbulb2Rounded.tsx index b69f95f1f..49a7c8843 100644 --- a/src/IconLightbulb2Rounded.tsx +++ b/src/IconLightbulb2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulb2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLightbulb2RoundedFilled.tsx b/src/IconLightbulb2RoundedFilled.tsx index d00270e27..997bb304f 100644 --- a/src/IconLightbulb2RoundedFilled.tsx +++ b/src/IconLightbulb2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulb2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconLightbulb2Sharp.tsx b/src/IconLightbulb2Sharp.tsx index 161f49fab..7ce74b1a3 100644 --- a/src/IconLightbulb2Sharp.tsx +++ b/src/IconLightbulb2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulb2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLightbulb2SharpFilled.tsx b/src/IconLightbulb2SharpFilled.tsx index 0123acb37..88baec377 100644 --- a/src/IconLightbulb2SharpFilled.tsx +++ b/src/IconLightbulb2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulb2SharpFilled: React.FC = ({ ...props diff --git a/src/IconLightbulbCircleOutlined.tsx b/src/IconLightbulbCircleOutlined.tsx index 075799779..faadbe4eb 100644 --- a/src/IconLightbulbCircleOutlined.tsx +++ b/src/IconLightbulbCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbCircleOutlined: React.FC = ({ ...props diff --git a/src/IconLightbulbCircleOutlinedFilled.tsx b/src/IconLightbulbCircleOutlinedFilled.tsx index 9d92a3f69..a728e99e2 100644 --- a/src/IconLightbulbCircleOutlinedFilled.tsx +++ b/src/IconLightbulbCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLightbulbCircleRounded.tsx b/src/IconLightbulbCircleRounded.tsx index 900738f44..ebb998315 100644 --- a/src/IconLightbulbCircleRounded.tsx +++ b/src/IconLightbulbCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbCircleRounded: React.FC = ({ ...props diff --git a/src/IconLightbulbCircleRoundedFilled.tsx b/src/IconLightbulbCircleRoundedFilled.tsx index c486bcda4..44321fcf4 100644 --- a/src/IconLightbulbCircleRoundedFilled.tsx +++ b/src/IconLightbulbCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLightbulbCircleSharp.tsx b/src/IconLightbulbCircleSharp.tsx index e522aac99..0ae2ebcda 100644 --- a/src/IconLightbulbCircleSharp.tsx +++ b/src/IconLightbulbCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLightbulbCircleSharpFilled.tsx b/src/IconLightbulbCircleSharpFilled.tsx index f522207c0..07ce3ec7a 100644 --- a/src/IconLightbulbCircleSharpFilled.tsx +++ b/src/IconLightbulbCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconLightbulbOutlined.tsx b/src/IconLightbulbOutlined.tsx index 82e16e8e3..8a7dc0434 100644 --- a/src/IconLightbulbOutlined.tsx +++ b/src/IconLightbulbOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLightbulbOutlinedFilled.tsx b/src/IconLightbulbOutlinedFilled.tsx index 138a8178a..a3e01a637 100644 --- a/src/IconLightbulbOutlinedFilled.tsx +++ b/src/IconLightbulbOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLightbulbRounded.tsx b/src/IconLightbulbRounded.tsx index 872642c7b..3ab6467d4 100644 --- a/src/IconLightbulbRounded.tsx +++ b/src/IconLightbulbRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLightbulbRoundedFilled.tsx b/src/IconLightbulbRoundedFilled.tsx index db5062cc8..ece9e47b8 100644 --- a/src/IconLightbulbRoundedFilled.tsx +++ b/src/IconLightbulbRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLightbulbSharp.tsx b/src/IconLightbulbSharp.tsx index 2f5937734..97c7cb159 100644 --- a/src/IconLightbulbSharp.tsx +++ b/src/IconLightbulbSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLightbulbSharpFilled.tsx b/src/IconLightbulbSharpFilled.tsx index 0ade5eb6a..05bc82ec2 100644 --- a/src/IconLightbulbSharpFilled.tsx +++ b/src/IconLightbulbSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightbulbSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLightningStandOutlined.tsx b/src/IconLightningStandOutlined.tsx index 17fdb3cde..45a76539b 100644 --- a/src/IconLightningStandOutlined.tsx +++ b/src/IconLightningStandOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightningStandOutlined: React.FC = ({ ...props diff --git a/src/IconLightningStandOutlinedFilled.tsx b/src/IconLightningStandOutlinedFilled.tsx index 21ae9cdb9..dc5b4e3b4 100644 --- a/src/IconLightningStandOutlinedFilled.tsx +++ b/src/IconLightningStandOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightningStandOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLightningStandRounded.tsx b/src/IconLightningStandRounded.tsx index 6f9adb377..38696601b 100644 --- a/src/IconLightningStandRounded.tsx +++ b/src/IconLightningStandRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightningStandRounded: React.FC = ({ ...props diff --git a/src/IconLightningStandRoundedFilled.tsx b/src/IconLightningStandRoundedFilled.tsx index 54e13f483..f35afb047 100644 --- a/src/IconLightningStandRoundedFilled.tsx +++ b/src/IconLightningStandRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightningStandRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLightningStandSharp.tsx b/src/IconLightningStandSharp.tsx index ee2120e15..2adc6ec56 100644 --- a/src/IconLightningStandSharp.tsx +++ b/src/IconLightningStandSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightningStandSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLightningStandSharpFilled.tsx b/src/IconLightningStandSharpFilled.tsx index 19376780c..541c0f26d 100644 --- a/src/IconLightningStandSharpFilled.tsx +++ b/src/IconLightningStandSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLightningStandSharpFilled: React.FC = ({ ...props diff --git a/src/IconLineAxisOutlined.tsx b/src/IconLineAxisOutlined.tsx index a9dc47e57..03ab28aa0 100644 --- a/src/IconLineAxisOutlined.tsx +++ b/src/IconLineAxisOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineAxisOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLineAxisOutlinedFilled.tsx b/src/IconLineAxisOutlinedFilled.tsx index edcfb5d08..352e2cd7f 100644 --- a/src/IconLineAxisOutlinedFilled.tsx +++ b/src/IconLineAxisOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineAxisOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineAxisRounded.tsx b/src/IconLineAxisRounded.tsx index f94c5f8c1..bbb423d0f 100644 --- a/src/IconLineAxisRounded.tsx +++ b/src/IconLineAxisRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineAxisRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLineAxisRoundedFilled.tsx b/src/IconLineAxisRoundedFilled.tsx index 43ce19509..436ed13ae 100644 --- a/src/IconLineAxisRoundedFilled.tsx +++ b/src/IconLineAxisRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineAxisRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineAxisSharp.tsx b/src/IconLineAxisSharp.tsx index aa9cbf41f..dcb4b8c9e 100644 --- a/src/IconLineAxisSharp.tsx +++ b/src/IconLineAxisSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineAxisSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineAxisSharpFilled.tsx b/src/IconLineAxisSharpFilled.tsx index 3fe3de529..740c8c48f 100644 --- a/src/IconLineAxisSharpFilled.tsx +++ b/src/IconLineAxisSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineAxisSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLineCurveOutlined.tsx b/src/IconLineCurveOutlined.tsx index a87942081..7808a1166 100644 --- a/src/IconLineCurveOutlined.tsx +++ b/src/IconLineCurveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineCurveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLineCurveOutlinedFilled.tsx b/src/IconLineCurveOutlinedFilled.tsx index 50b69da83..877d2b4dd 100644 --- a/src/IconLineCurveOutlinedFilled.tsx +++ b/src/IconLineCurveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineCurveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineCurveRounded.tsx b/src/IconLineCurveRounded.tsx index 20886066a..de50cc2e1 100644 --- a/src/IconLineCurveRounded.tsx +++ b/src/IconLineCurveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineCurveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLineCurveRoundedFilled.tsx b/src/IconLineCurveRoundedFilled.tsx index 5146ea6a4..efddc545f 100644 --- a/src/IconLineCurveRoundedFilled.tsx +++ b/src/IconLineCurveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineCurveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineCurveSharp.tsx b/src/IconLineCurveSharp.tsx index f4a52398d..fa80203a2 100644 --- a/src/IconLineCurveSharp.tsx +++ b/src/IconLineCurveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineCurveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineCurveSharpFilled.tsx b/src/IconLineCurveSharpFilled.tsx index 52d9fe1b0..362af2276 100644 --- a/src/IconLineCurveSharpFilled.tsx +++ b/src/IconLineCurveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineCurveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndArrowNotchOutlined.tsx b/src/IconLineEndArrowNotchOutlined.tsx index 613a8cdaf..10e24d548 100644 --- a/src/IconLineEndArrowNotchOutlined.tsx +++ b/src/IconLineEndArrowNotchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowNotchOutlined: React.FC = ({ ...props diff --git a/src/IconLineEndArrowNotchOutlinedFilled.tsx b/src/IconLineEndArrowNotchOutlinedFilled.tsx index bd4947026..c685d3905 100644 --- a/src/IconLineEndArrowNotchOutlinedFilled.tsx +++ b/src/IconLineEndArrowNotchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowNotchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineEndArrowNotchRounded.tsx b/src/IconLineEndArrowNotchRounded.tsx index d78249568..f3ced8417 100644 --- a/src/IconLineEndArrowNotchRounded.tsx +++ b/src/IconLineEndArrowNotchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowNotchRounded: React.FC = ({ ...props diff --git a/src/IconLineEndArrowNotchRoundedFilled.tsx b/src/IconLineEndArrowNotchRoundedFilled.tsx index 94f178349..02716cb3a 100644 --- a/src/IconLineEndArrowNotchRoundedFilled.tsx +++ b/src/IconLineEndArrowNotchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowNotchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineEndArrowNotchSharp.tsx b/src/IconLineEndArrowNotchSharp.tsx index 050eaf52d..c19f52b95 100644 --- a/src/IconLineEndArrowNotchSharp.tsx +++ b/src/IconLineEndArrowNotchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowNotchSharp: React.FC = ({ ...props diff --git a/src/IconLineEndArrowNotchSharpFilled.tsx b/src/IconLineEndArrowNotchSharpFilled.tsx index 03aa995e3..fecfac40f 100644 --- a/src/IconLineEndArrowNotchSharpFilled.tsx +++ b/src/IconLineEndArrowNotchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowNotchSharpFilled: React.FC = ({ ...props diff --git a/src/IconLineEndArrowOutlined.tsx b/src/IconLineEndArrowOutlined.tsx index ce44c8812..49a26ef41 100644 --- a/src/IconLineEndArrowOutlined.tsx +++ b/src/IconLineEndArrowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndArrowOutlinedFilled.tsx b/src/IconLineEndArrowOutlinedFilled.tsx index 1cb84d866..5c9b66bc3 100644 --- a/src/IconLineEndArrowOutlinedFilled.tsx +++ b/src/IconLineEndArrowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineEndArrowRounded.tsx b/src/IconLineEndArrowRounded.tsx index 8d4bed4d3..22c8d1208 100644 --- a/src/IconLineEndArrowRounded.tsx +++ b/src/IconLineEndArrowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndArrowRoundedFilled.tsx b/src/IconLineEndArrowRoundedFilled.tsx index 36e4cb78e..b5646ea90 100644 --- a/src/IconLineEndArrowRoundedFilled.tsx +++ b/src/IconLineEndArrowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineEndArrowSharp.tsx b/src/IconLineEndArrowSharp.tsx index 8d277ed34..6af017fe7 100644 --- a/src/IconLineEndArrowSharp.tsx +++ b/src/IconLineEndArrowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndArrowSharpFilled.tsx b/src/IconLineEndArrowSharpFilled.tsx index 2104315a2..36abbe029 100644 --- a/src/IconLineEndArrowSharpFilled.tsx +++ b/src/IconLineEndArrowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndArrowSharpFilled: React.FC = ({ ...props diff --git a/src/IconLineEndCircleOutlined.tsx b/src/IconLineEndCircleOutlined.tsx index 763195273..8302d9756 100644 --- a/src/IconLineEndCircleOutlined.tsx +++ b/src/IconLineEndCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndCircleOutlined: React.FC = ({ ...props diff --git a/src/IconLineEndCircleOutlinedFilled.tsx b/src/IconLineEndCircleOutlinedFilled.tsx index 9d4d460a7..00fc62fb5 100644 --- a/src/IconLineEndCircleOutlinedFilled.tsx +++ b/src/IconLineEndCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineEndCircleRounded.tsx b/src/IconLineEndCircleRounded.tsx index c0f1fef8a..c44fde152 100644 --- a/src/IconLineEndCircleRounded.tsx +++ b/src/IconLineEndCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndCircleRoundedFilled.tsx b/src/IconLineEndCircleRoundedFilled.tsx index 74cddab2e..ff5b9df44 100644 --- a/src/IconLineEndCircleRoundedFilled.tsx +++ b/src/IconLineEndCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineEndCircleSharp.tsx b/src/IconLineEndCircleSharp.tsx index 9a89d6395..d84b6f158 100644 --- a/src/IconLineEndCircleSharp.tsx +++ b/src/IconLineEndCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndCircleSharpFilled.tsx b/src/IconLineEndCircleSharpFilled.tsx index fa1e7163c..038400d7b 100644 --- a/src/IconLineEndCircleSharpFilled.tsx +++ b/src/IconLineEndCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconLineEndDiamondOutlined.tsx b/src/IconLineEndDiamondOutlined.tsx index 726c959ba..fa0b2bed1 100644 --- a/src/IconLineEndDiamondOutlined.tsx +++ b/src/IconLineEndDiamondOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndDiamondOutlined: React.FC = ({ ...props diff --git a/src/IconLineEndDiamondOutlinedFilled.tsx b/src/IconLineEndDiamondOutlinedFilled.tsx index d6890ee99..59cd991dc 100644 --- a/src/IconLineEndDiamondOutlinedFilled.tsx +++ b/src/IconLineEndDiamondOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndDiamondOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineEndDiamondRounded.tsx b/src/IconLineEndDiamondRounded.tsx index 4245400f0..dfa5fca37 100644 --- a/src/IconLineEndDiamondRounded.tsx +++ b/src/IconLineEndDiamondRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndDiamondRounded: React.FC = ({ ...props diff --git a/src/IconLineEndDiamondRoundedFilled.tsx b/src/IconLineEndDiamondRoundedFilled.tsx index dd841addc..239ef32bc 100644 --- a/src/IconLineEndDiamondRoundedFilled.tsx +++ b/src/IconLineEndDiamondRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndDiamondRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineEndDiamondSharp.tsx b/src/IconLineEndDiamondSharp.tsx index e70696ead..46bcf248f 100644 --- a/src/IconLineEndDiamondSharp.tsx +++ b/src/IconLineEndDiamondSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndDiamondSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndDiamondSharpFilled.tsx b/src/IconLineEndDiamondSharpFilled.tsx index 334a4675d..2e33100db 100644 --- a/src/IconLineEndDiamondSharpFilled.tsx +++ b/src/IconLineEndDiamondSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndDiamondSharpFilled: React.FC = ({ ...props diff --git a/src/IconLineEndOutlined.tsx b/src/IconLineEndOutlined.tsx index 6b94f8f6c..dc46d8cce 100644 --- a/src/IconLineEndOutlined.tsx +++ b/src/IconLineEndOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndOutlinedFilled.tsx b/src/IconLineEndOutlinedFilled.tsx index 43a87ad18..4d57662e9 100644 --- a/src/IconLineEndOutlinedFilled.tsx +++ b/src/IconLineEndOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineEndRounded.tsx b/src/IconLineEndRounded.tsx index a146ec609..dad30c8db 100644 --- a/src/IconLineEndRounded.tsx +++ b/src/IconLineEndRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndRoundedFilled.tsx b/src/IconLineEndRoundedFilled.tsx index 30db4f3f1..4cb2604b6 100644 --- a/src/IconLineEndRoundedFilled.tsx +++ b/src/IconLineEndRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndSharp.tsx b/src/IconLineEndSharp.tsx index 6845c8770..37cb9b793 100644 --- a/src/IconLineEndSharp.tsx +++ b/src/IconLineEndSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndSharpFilled.tsx b/src/IconLineEndSharpFilled.tsx index 1c6dabeba..6a8e9e93c 100644 --- a/src/IconLineEndSharpFilled.tsx +++ b/src/IconLineEndSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndSquareOutlined.tsx b/src/IconLineEndSquareOutlined.tsx index e0dadf81d..fcd0b28c2 100644 --- a/src/IconLineEndSquareOutlined.tsx +++ b/src/IconLineEndSquareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndSquareOutlined: React.FC = ({ ...props diff --git a/src/IconLineEndSquareOutlinedFilled.tsx b/src/IconLineEndSquareOutlinedFilled.tsx index e11990506..803a1e7f9 100644 --- a/src/IconLineEndSquareOutlinedFilled.tsx +++ b/src/IconLineEndSquareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndSquareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineEndSquareRounded.tsx b/src/IconLineEndSquareRounded.tsx index 6b6b8c9b1..577db2981 100644 --- a/src/IconLineEndSquareRounded.tsx +++ b/src/IconLineEndSquareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndSquareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndSquareRoundedFilled.tsx b/src/IconLineEndSquareRoundedFilled.tsx index a87f78887..1aed0d84d 100644 --- a/src/IconLineEndSquareRoundedFilled.tsx +++ b/src/IconLineEndSquareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndSquareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineEndSquareSharp.tsx b/src/IconLineEndSquareSharp.tsx index 7582f33e2..db1e1dd2d 100644 --- a/src/IconLineEndSquareSharp.tsx +++ b/src/IconLineEndSquareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndSquareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineEndSquareSharpFilled.tsx b/src/IconLineEndSquareSharpFilled.tsx index e45a31ea9..27ad12a2b 100644 --- a/src/IconLineEndSquareSharpFilled.tsx +++ b/src/IconLineEndSquareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineEndSquareSharpFilled: React.FC = ({ ...props diff --git a/src/IconLineStartArrowNotchOutlined.tsx b/src/IconLineStartArrowNotchOutlined.tsx index 6e41486db..d3bff847e 100644 --- a/src/IconLineStartArrowNotchOutlined.tsx +++ b/src/IconLineStartArrowNotchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowNotchOutlined: React.FC = ({ ...props diff --git a/src/IconLineStartArrowNotchOutlinedFilled.tsx b/src/IconLineStartArrowNotchOutlinedFilled.tsx index a6b557258..be6a4ec76 100644 --- a/src/IconLineStartArrowNotchOutlinedFilled.tsx +++ b/src/IconLineStartArrowNotchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowNotchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartArrowNotchRounded.tsx b/src/IconLineStartArrowNotchRounded.tsx index c3189929f..0cc75d269 100644 --- a/src/IconLineStartArrowNotchRounded.tsx +++ b/src/IconLineStartArrowNotchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowNotchRounded: React.FC = ({ ...props diff --git a/src/IconLineStartArrowNotchRoundedFilled.tsx b/src/IconLineStartArrowNotchRoundedFilled.tsx index ce7bd8fca..64356231d 100644 --- a/src/IconLineStartArrowNotchRoundedFilled.tsx +++ b/src/IconLineStartArrowNotchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowNotchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartArrowNotchSharp.tsx b/src/IconLineStartArrowNotchSharp.tsx index eadf20c8b..7b879962d 100644 --- a/src/IconLineStartArrowNotchSharp.tsx +++ b/src/IconLineStartArrowNotchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowNotchSharp: React.FC = ({ ...props diff --git a/src/IconLineStartArrowNotchSharpFilled.tsx b/src/IconLineStartArrowNotchSharpFilled.tsx index 714fdba69..79f8e8a29 100644 --- a/src/IconLineStartArrowNotchSharpFilled.tsx +++ b/src/IconLineStartArrowNotchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowNotchSharpFilled: React.FC = ({ ...props diff --git a/src/IconLineStartArrowOutlined.tsx b/src/IconLineStartArrowOutlined.tsx index db3170e73..14664348e 100644 --- a/src/IconLineStartArrowOutlined.tsx +++ b/src/IconLineStartArrowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowOutlined: React.FC = ({ ...props diff --git a/src/IconLineStartArrowOutlinedFilled.tsx b/src/IconLineStartArrowOutlinedFilled.tsx index 12b510f15..88f4177f0 100644 --- a/src/IconLineStartArrowOutlinedFilled.tsx +++ b/src/IconLineStartArrowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartArrowRounded.tsx b/src/IconLineStartArrowRounded.tsx index fe0d5a565..ecfe5645b 100644 --- a/src/IconLineStartArrowRounded.tsx +++ b/src/IconLineStartArrowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowRounded: React.FC = ({ ...props diff --git a/src/IconLineStartArrowRoundedFilled.tsx b/src/IconLineStartArrowRoundedFilled.tsx index a45247014..02b8811c7 100644 --- a/src/IconLineStartArrowRoundedFilled.tsx +++ b/src/IconLineStartArrowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartArrowSharp.tsx b/src/IconLineStartArrowSharp.tsx index 24034c2f4..bdae6b87e 100644 --- a/src/IconLineStartArrowSharp.tsx +++ b/src/IconLineStartArrowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineStartArrowSharpFilled.tsx b/src/IconLineStartArrowSharpFilled.tsx index 4b83f97b7..77173d636 100644 --- a/src/IconLineStartArrowSharpFilled.tsx +++ b/src/IconLineStartArrowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartArrowSharpFilled: React.FC = ({ ...props diff --git a/src/IconLineStartCircleOutlined.tsx b/src/IconLineStartCircleOutlined.tsx index f02dc9aa7..33bc8835b 100644 --- a/src/IconLineStartCircleOutlined.tsx +++ b/src/IconLineStartCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartCircleOutlined: React.FC = ({ ...props diff --git a/src/IconLineStartCircleOutlinedFilled.tsx b/src/IconLineStartCircleOutlinedFilled.tsx index cce865632..157c69910 100644 --- a/src/IconLineStartCircleOutlinedFilled.tsx +++ b/src/IconLineStartCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartCircleRounded.tsx b/src/IconLineStartCircleRounded.tsx index c3af68196..880225131 100644 --- a/src/IconLineStartCircleRounded.tsx +++ b/src/IconLineStartCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartCircleRounded: React.FC = ({ ...props diff --git a/src/IconLineStartCircleRoundedFilled.tsx b/src/IconLineStartCircleRoundedFilled.tsx index c6f63cd09..08af13ecd 100644 --- a/src/IconLineStartCircleRoundedFilled.tsx +++ b/src/IconLineStartCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartCircleSharp.tsx b/src/IconLineStartCircleSharp.tsx index fc989194e..c7c51c81e 100644 --- a/src/IconLineStartCircleSharp.tsx +++ b/src/IconLineStartCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineStartCircleSharpFilled.tsx b/src/IconLineStartCircleSharpFilled.tsx index 4720eb1c1..570148bb3 100644 --- a/src/IconLineStartCircleSharpFilled.tsx +++ b/src/IconLineStartCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconLineStartDiamondOutlined.tsx b/src/IconLineStartDiamondOutlined.tsx index 3c5bdc3a0..0c9070dc4 100644 --- a/src/IconLineStartDiamondOutlined.tsx +++ b/src/IconLineStartDiamondOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartDiamondOutlined: React.FC = ({ ...props diff --git a/src/IconLineStartDiamondOutlinedFilled.tsx b/src/IconLineStartDiamondOutlinedFilled.tsx index 098824afd..b2c9f5f1c 100644 --- a/src/IconLineStartDiamondOutlinedFilled.tsx +++ b/src/IconLineStartDiamondOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartDiamondOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartDiamondRounded.tsx b/src/IconLineStartDiamondRounded.tsx index 758b46850..9c4e1fe84 100644 --- a/src/IconLineStartDiamondRounded.tsx +++ b/src/IconLineStartDiamondRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartDiamondRounded: React.FC = ({ ...props diff --git a/src/IconLineStartDiamondRoundedFilled.tsx b/src/IconLineStartDiamondRoundedFilled.tsx index 2a1042e20..463cf45ff 100644 --- a/src/IconLineStartDiamondRoundedFilled.tsx +++ b/src/IconLineStartDiamondRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartDiamondRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartDiamondSharp.tsx b/src/IconLineStartDiamondSharp.tsx index d3cf8f849..9d8552191 100644 --- a/src/IconLineStartDiamondSharp.tsx +++ b/src/IconLineStartDiamondSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartDiamondSharp: React.FC = ({ ...props diff --git a/src/IconLineStartDiamondSharpFilled.tsx b/src/IconLineStartDiamondSharpFilled.tsx index 2375ba20d..707cec832 100644 --- a/src/IconLineStartDiamondSharpFilled.tsx +++ b/src/IconLineStartDiamondSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartDiamondSharpFilled: React.FC = ({ ...props diff --git a/src/IconLineStartOutlined.tsx b/src/IconLineStartOutlined.tsx index ffe201b6b..e50f386ee 100644 --- a/src/IconLineStartOutlined.tsx +++ b/src/IconLineStartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLineStartOutlinedFilled.tsx b/src/IconLineStartOutlinedFilled.tsx index ab27c9985..219e0a3d5 100644 --- a/src/IconLineStartOutlinedFilled.tsx +++ b/src/IconLineStartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartRounded.tsx b/src/IconLineStartRounded.tsx index 283a06a1e..0eea6ab26 100644 --- a/src/IconLineStartRounded.tsx +++ b/src/IconLineStartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLineStartRoundedFilled.tsx b/src/IconLineStartRoundedFilled.tsx index 0478904bb..6d352c399 100644 --- a/src/IconLineStartRoundedFilled.tsx +++ b/src/IconLineStartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartSharp.tsx b/src/IconLineStartSharp.tsx index 13fc007b1..7a198fb94 100644 --- a/src/IconLineStartSharp.tsx +++ b/src/IconLineStartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineStartSharpFilled.tsx b/src/IconLineStartSharpFilled.tsx index 53bf9466c..a3f7cebc4 100644 --- a/src/IconLineStartSharpFilled.tsx +++ b/src/IconLineStartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLineStartSquareOutlined.tsx b/src/IconLineStartSquareOutlined.tsx index 909fd1fdc..de062c1a2 100644 --- a/src/IconLineStartSquareOutlined.tsx +++ b/src/IconLineStartSquareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartSquareOutlined: React.FC = ({ ...props diff --git a/src/IconLineStartSquareOutlinedFilled.tsx b/src/IconLineStartSquareOutlinedFilled.tsx index 8e03e1b44..7af7601a4 100644 --- a/src/IconLineStartSquareOutlinedFilled.tsx +++ b/src/IconLineStartSquareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartSquareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartSquareRounded.tsx b/src/IconLineStartSquareRounded.tsx index b0a5dacc3..82198294a 100644 --- a/src/IconLineStartSquareRounded.tsx +++ b/src/IconLineStartSquareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartSquareRounded: React.FC = ({ ...props diff --git a/src/IconLineStartSquareRoundedFilled.tsx b/src/IconLineStartSquareRoundedFilled.tsx index b5ef98d77..935c9e126 100644 --- a/src/IconLineStartSquareRoundedFilled.tsx +++ b/src/IconLineStartSquareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartSquareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineStartSquareSharp.tsx b/src/IconLineStartSquareSharp.tsx index 689c431ca..0d5a3d16b 100644 --- a/src/IconLineStartSquareSharp.tsx +++ b/src/IconLineStartSquareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartSquareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineStartSquareSharpFilled.tsx b/src/IconLineStartSquareSharpFilled.tsx index a45df0c5f..251b439c7 100644 --- a/src/IconLineStartSquareSharpFilled.tsx +++ b/src/IconLineStartSquareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStartSquareSharpFilled: React.FC = ({ ...props diff --git a/src/IconLineStyleOutlined.tsx b/src/IconLineStyleOutlined.tsx index 31df98b63..0216208da 100644 --- a/src/IconLineStyleOutlined.tsx +++ b/src/IconLineStyleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStyleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLineStyleOutlinedFilled.tsx b/src/IconLineStyleOutlinedFilled.tsx index 06a58f508..d487a30cd 100644 --- a/src/IconLineStyleOutlinedFilled.tsx +++ b/src/IconLineStyleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStyleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineStyleRounded.tsx b/src/IconLineStyleRounded.tsx index 560fa16a4..d5701bdd7 100644 --- a/src/IconLineStyleRounded.tsx +++ b/src/IconLineStyleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStyleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLineStyleRoundedFilled.tsx b/src/IconLineStyleRoundedFilled.tsx index e2f0f592f..0d3623ba6 100644 --- a/src/IconLineStyleRoundedFilled.tsx +++ b/src/IconLineStyleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStyleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineStyleSharp.tsx b/src/IconLineStyleSharp.tsx index 3d26a45f5..a6e5b0dc5 100644 --- a/src/IconLineStyleSharp.tsx +++ b/src/IconLineStyleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStyleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineStyleSharpFilled.tsx b/src/IconLineStyleSharpFilled.tsx index 0b1a20f18..c73ef9a63 100644 --- a/src/IconLineStyleSharpFilled.tsx +++ b/src/IconLineStyleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineStyleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLineWeightOutlined.tsx b/src/IconLineWeightOutlined.tsx index 7a5eca7a5..a7a7e769c 100644 --- a/src/IconLineWeightOutlined.tsx +++ b/src/IconLineWeightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineWeightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLineWeightOutlinedFilled.tsx b/src/IconLineWeightOutlinedFilled.tsx index 4eda14ab6..26891ee28 100644 --- a/src/IconLineWeightOutlinedFilled.tsx +++ b/src/IconLineWeightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineWeightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLineWeightRounded.tsx b/src/IconLineWeightRounded.tsx index d7cf09185..3ee3389f6 100644 --- a/src/IconLineWeightRounded.tsx +++ b/src/IconLineWeightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineWeightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLineWeightRoundedFilled.tsx b/src/IconLineWeightRoundedFilled.tsx index 2dc70bdf5..1f46c94ed 100644 --- a/src/IconLineWeightRoundedFilled.tsx +++ b/src/IconLineWeightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineWeightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLineWeightSharp.tsx b/src/IconLineWeightSharp.tsx index 596ace345..7eb4bc994 100644 --- a/src/IconLineWeightSharp.tsx +++ b/src/IconLineWeightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineWeightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLineWeightSharpFilled.tsx b/src/IconLineWeightSharpFilled.tsx index 695600182..99348c58a 100644 --- a/src/IconLineWeightSharpFilled.tsx +++ b/src/IconLineWeightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLineWeightSharpFilled: React.FC = ({ ...props diff --git a/src/IconLinearScaleOutlined.tsx b/src/IconLinearScaleOutlined.tsx index d9d33aac0..ff243e7ac 100644 --- a/src/IconLinearScaleOutlined.tsx +++ b/src/IconLinearScaleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinearScaleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLinearScaleOutlinedFilled.tsx b/src/IconLinearScaleOutlinedFilled.tsx index f79209d20..3be5ef3f3 100644 --- a/src/IconLinearScaleOutlinedFilled.tsx +++ b/src/IconLinearScaleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinearScaleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLinearScaleRounded.tsx b/src/IconLinearScaleRounded.tsx index cc017d045..507fa77f9 100644 --- a/src/IconLinearScaleRounded.tsx +++ b/src/IconLinearScaleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinearScaleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLinearScaleRoundedFilled.tsx b/src/IconLinearScaleRoundedFilled.tsx index cf533d5ff..4505958b3 100644 --- a/src/IconLinearScaleRoundedFilled.tsx +++ b/src/IconLinearScaleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinearScaleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLinearScaleSharp.tsx b/src/IconLinearScaleSharp.tsx index 954ebacbd..56c548324 100644 --- a/src/IconLinearScaleSharp.tsx +++ b/src/IconLinearScaleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinearScaleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLinearScaleSharpFilled.tsx b/src/IconLinearScaleSharpFilled.tsx index c60021a0f..945ccec73 100644 --- a/src/IconLinearScaleSharpFilled.tsx +++ b/src/IconLinearScaleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinearScaleSharpFilled: React.FC = ({ ...props diff --git a/src/IconLinkOffOutlined.tsx b/src/IconLinkOffOutlined.tsx index 149ee78ab..159db5f9a 100644 --- a/src/IconLinkOffOutlined.tsx +++ b/src/IconLinkOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkOffOutlinedFilled.tsx b/src/IconLinkOffOutlinedFilled.tsx index 0d0b9897a..4da125159 100644 --- a/src/IconLinkOffOutlinedFilled.tsx +++ b/src/IconLinkOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLinkOffRounded.tsx b/src/IconLinkOffRounded.tsx index e764a7047..b66b6167a 100644 --- a/src/IconLinkOffRounded.tsx +++ b/src/IconLinkOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkOffRoundedFilled.tsx b/src/IconLinkOffRoundedFilled.tsx index 80ab177ba..5c6e90089 100644 --- a/src/IconLinkOffRoundedFilled.tsx +++ b/src/IconLinkOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkOffSharp.tsx b/src/IconLinkOffSharp.tsx index 4a4439272..cd6ca746b 100644 --- a/src/IconLinkOffSharp.tsx +++ b/src/IconLinkOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkOffSharpFilled.tsx b/src/IconLinkOffSharpFilled.tsx index 1b27f5669..f59dc4e7b 100644 --- a/src/IconLinkOffSharpFilled.tsx +++ b/src/IconLinkOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkOutlined.tsx b/src/IconLinkOutlined.tsx index 4c149ec93..57c694d11 100644 --- a/src/IconLinkOutlined.tsx +++ b/src/IconLinkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkOutlinedFilled.tsx b/src/IconLinkOutlinedFilled.tsx index cc800772a..3d909ca13 100644 --- a/src/IconLinkOutlinedFilled.tsx +++ b/src/IconLinkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkRounded.tsx b/src/IconLinkRounded.tsx index 24aa15e1b..0942b7099 100644 --- a/src/IconLinkRounded.tsx +++ b/src/IconLinkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkRoundedFilled.tsx b/src/IconLinkRoundedFilled.tsx index 745c97352..0d4ea0789 100644 --- a/src/IconLinkRoundedFilled.tsx +++ b/src/IconLinkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkSharp.tsx b/src/IconLinkSharp.tsx index 3955abd0f..52268fe33 100644 --- a/src/IconLinkSharp.tsx +++ b/src/IconLinkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkSharpFilled.tsx b/src/IconLinkSharpFilled.tsx index f01f6094f..64630765d 100644 --- a/src/IconLinkSharpFilled.tsx +++ b/src/IconLinkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkedCameraOutlined.tsx b/src/IconLinkedCameraOutlined.tsx index c15fcfeb8..37e71f134 100644 --- a/src/IconLinkedCameraOutlined.tsx +++ b/src/IconLinkedCameraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedCameraOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkedCameraOutlinedFilled.tsx b/src/IconLinkedCameraOutlinedFilled.tsx index 6a476713d..9e4737616 100644 --- a/src/IconLinkedCameraOutlinedFilled.tsx +++ b/src/IconLinkedCameraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedCameraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLinkedCameraRounded.tsx b/src/IconLinkedCameraRounded.tsx index f0456f519..5e3207c99 100644 --- a/src/IconLinkedCameraRounded.tsx +++ b/src/IconLinkedCameraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedCameraRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkedCameraRoundedFilled.tsx b/src/IconLinkedCameraRoundedFilled.tsx index 7d838dd92..76be2e97d 100644 --- a/src/IconLinkedCameraRoundedFilled.tsx +++ b/src/IconLinkedCameraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedCameraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLinkedCameraSharp.tsx b/src/IconLinkedCameraSharp.tsx index 32f01234a..e6fc5908f 100644 --- a/src/IconLinkedCameraSharp.tsx +++ b/src/IconLinkedCameraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedCameraSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkedCameraSharpFilled.tsx b/src/IconLinkedCameraSharpFilled.tsx index 5a21b95cb..9a92ee7c4 100644 --- a/src/IconLinkedCameraSharpFilled.tsx +++ b/src/IconLinkedCameraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedCameraSharpFilled: React.FC = ({ ...props diff --git a/src/IconLinkedServicesOutlined.tsx b/src/IconLinkedServicesOutlined.tsx index b5ee68ac5..7f73c957c 100644 --- a/src/IconLinkedServicesOutlined.tsx +++ b/src/IconLinkedServicesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedServicesOutlined: React.FC = ({ ...props diff --git a/src/IconLinkedServicesOutlinedFilled.tsx b/src/IconLinkedServicesOutlinedFilled.tsx index dfb82d543..e19662406 100644 --- a/src/IconLinkedServicesOutlinedFilled.tsx +++ b/src/IconLinkedServicesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedServicesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLinkedServicesRounded.tsx b/src/IconLinkedServicesRounded.tsx index 01d67bda9..33c4014f8 100644 --- a/src/IconLinkedServicesRounded.tsx +++ b/src/IconLinkedServicesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedServicesRounded: React.FC = ({ ...props diff --git a/src/IconLinkedServicesRoundedFilled.tsx b/src/IconLinkedServicesRoundedFilled.tsx index fd9538df0..f4d07ac74 100644 --- a/src/IconLinkedServicesRoundedFilled.tsx +++ b/src/IconLinkedServicesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedServicesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLinkedServicesSharp.tsx b/src/IconLinkedServicesSharp.tsx index ab4ef07ff..1a4a6c097 100644 --- a/src/IconLinkedServicesSharp.tsx +++ b/src/IconLinkedServicesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedServicesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLinkedServicesSharpFilled.tsx b/src/IconLinkedServicesSharpFilled.tsx index 7f417ea7e..ae675ed2c 100644 --- a/src/IconLinkedServicesSharpFilled.tsx +++ b/src/IconLinkedServicesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLinkedServicesSharpFilled: React.FC = ({ ...props diff --git a/src/IconLiquorOutlined.tsx b/src/IconLiquorOutlined.tsx index ff057bdc9..01c0608bc 100644 --- a/src/IconLiquorOutlined.tsx +++ b/src/IconLiquorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiquorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLiquorOutlinedFilled.tsx b/src/IconLiquorOutlinedFilled.tsx index a23de3f23..81a29f1ac 100644 --- a/src/IconLiquorOutlinedFilled.tsx +++ b/src/IconLiquorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiquorOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLiquorRounded.tsx b/src/IconLiquorRounded.tsx index e1ba54aa9..3f4c60c3a 100644 --- a/src/IconLiquorRounded.tsx +++ b/src/IconLiquorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiquorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLiquorRoundedFilled.tsx b/src/IconLiquorRoundedFilled.tsx index 98dd6a089..9c14f2ea4 100644 --- a/src/IconLiquorRoundedFilled.tsx +++ b/src/IconLiquorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiquorRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLiquorSharp.tsx b/src/IconLiquorSharp.tsx index ffab78c5d..b11ce2a1a 100644 --- a/src/IconLiquorSharp.tsx +++ b/src/IconLiquorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiquorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLiquorSharpFilled.tsx b/src/IconLiquorSharpFilled.tsx index 7950414fe..bc29a16d6 100644 --- a/src/IconLiquorSharpFilled.tsx +++ b/src/IconLiquorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiquorSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconListAltAddOutlined.tsx b/src/IconListAltAddOutlined.tsx index 90ca1c70a..4bcffa345 100644 --- a/src/IconListAltAddOutlined.tsx +++ b/src/IconListAltAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconListAltAddOutlinedFilled.tsx b/src/IconListAltAddOutlinedFilled.tsx index 01f7089fa..bc8265546 100644 --- a/src/IconListAltAddOutlinedFilled.tsx +++ b/src/IconListAltAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconListAltAddRounded.tsx b/src/IconListAltAddRounded.tsx index df94b0cb6..859987391 100644 --- a/src/IconListAltAddRounded.tsx +++ b/src/IconListAltAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconListAltAddRoundedFilled.tsx b/src/IconListAltAddRoundedFilled.tsx index 70b4b08b2..338992f1f 100644 --- a/src/IconListAltAddRoundedFilled.tsx +++ b/src/IconListAltAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconListAltAddSharp.tsx b/src/IconListAltAddSharp.tsx index bd471c2f2..9fef66f9a 100644 --- a/src/IconListAltAddSharp.tsx +++ b/src/IconListAltAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconListAltAddSharpFilled.tsx b/src/IconListAltAddSharpFilled.tsx index 7dece9041..61a27fae5 100644 --- a/src/IconListAltAddSharpFilled.tsx +++ b/src/IconListAltAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconListAltCheckOutlined.tsx b/src/IconListAltCheckOutlined.tsx index 485df79d8..049fdca85 100644 --- a/src/IconListAltCheckOutlined.tsx +++ b/src/IconListAltCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconListAltCheckOutlinedFilled.tsx b/src/IconListAltCheckOutlinedFilled.tsx index 29200eca3..847c887dd 100644 --- a/src/IconListAltCheckOutlinedFilled.tsx +++ b/src/IconListAltCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconListAltCheckRounded.tsx b/src/IconListAltCheckRounded.tsx index ca65d22cc..640e3a5d9 100644 --- a/src/IconListAltCheckRounded.tsx +++ b/src/IconListAltCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconListAltCheckRoundedFilled.tsx b/src/IconListAltCheckRoundedFilled.tsx index 2a9e7c680..6eb80d5bf 100644 --- a/src/IconListAltCheckRoundedFilled.tsx +++ b/src/IconListAltCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconListAltCheckSharp.tsx b/src/IconListAltCheckSharp.tsx index 7dd64666d..291be2e37 100644 --- a/src/IconListAltCheckSharp.tsx +++ b/src/IconListAltCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconListAltCheckSharpFilled.tsx b/src/IconListAltCheckSharpFilled.tsx index 341306bca..c9b49b394 100644 --- a/src/IconListAltCheckSharpFilled.tsx +++ b/src/IconListAltCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconListAltOutlined.tsx b/src/IconListAltOutlined.tsx index a2d622b78..dff9a9278 100644 --- a/src/IconListAltOutlined.tsx +++ b/src/IconListAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconListAltOutlinedFilled.tsx b/src/IconListAltOutlinedFilled.tsx index 7ce632b20..5e8489383 100644 --- a/src/IconListAltOutlinedFilled.tsx +++ b/src/IconListAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconListAltRounded.tsx b/src/IconListAltRounded.tsx index 1d36bee48..366add61a 100644 --- a/src/IconListAltRounded.tsx +++ b/src/IconListAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconListAltRoundedFilled.tsx b/src/IconListAltRoundedFilled.tsx index 2ff09e7ce..8b223b399 100644 --- a/src/IconListAltRoundedFilled.tsx +++ b/src/IconListAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconListAltSharp.tsx b/src/IconListAltSharp.tsx index 290c49de3..150cf90b5 100644 --- a/src/IconListAltSharp.tsx +++ b/src/IconListAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconListAltSharpFilled.tsx b/src/IconListAltSharpFilled.tsx index 7b4ff4cf2..cf5e72e2b 100644 --- a/src/IconListAltSharpFilled.tsx +++ b/src/IconListAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListAltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconListOutlined.tsx b/src/IconListOutlined.tsx index 422b7886d..b208dc07c 100644 --- a/src/IconListOutlined.tsx +++ b/src/IconListOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconListOutlinedFilled.tsx b/src/IconListOutlinedFilled.tsx index 42814ceeb..cc04590e0 100644 --- a/src/IconListOutlinedFilled.tsx +++ b/src/IconListOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconListRounded.tsx b/src/IconListRounded.tsx index 348410cc5..cb2cbda5e 100644 --- a/src/IconListRounded.tsx +++ b/src/IconListRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconListRoundedFilled.tsx b/src/IconListRoundedFilled.tsx index a15f0eec7..72dff0ea8 100644 --- a/src/IconListRoundedFilled.tsx +++ b/src/IconListRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconListSharp.tsx b/src/IconListSharp.tsx index f5a582a33..c0e5b7045 100644 --- a/src/IconListSharp.tsx +++ b/src/IconListSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconListSharpFilled.tsx b/src/IconListSharpFilled.tsx index b7d12864e..3a2dfeb55 100644 --- a/src/IconListSharpFilled.tsx +++ b/src/IconListSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconListsOutlined.tsx b/src/IconListsOutlined.tsx index 9cb318121..97a214b53 100644 --- a/src/IconListsOutlined.tsx +++ b/src/IconListsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconListsOutlinedFilled.tsx b/src/IconListsOutlinedFilled.tsx index 3102b3577..e1362ba95 100644 --- a/src/IconListsOutlinedFilled.tsx +++ b/src/IconListsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconListsRounded.tsx b/src/IconListsRounded.tsx index 94484f073..b1bf4f2f1 100644 --- a/src/IconListsRounded.tsx +++ b/src/IconListsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconListsRoundedFilled.tsx b/src/IconListsRoundedFilled.tsx index 6c8db4c67..3a3c3e1d8 100644 --- a/src/IconListsRoundedFilled.tsx +++ b/src/IconListsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconListsSharp.tsx b/src/IconListsSharp.tsx index 1ce1857dc..cc545d9d4 100644 --- a/src/IconListsSharp.tsx +++ b/src/IconListsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconListsSharpFilled.tsx b/src/IconListsSharpFilled.tsx index ea17a50fc..80ae68608 100644 --- a/src/IconListsSharpFilled.tsx +++ b/src/IconListsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconListsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLiveHelpOutlined.tsx b/src/IconLiveHelpOutlined.tsx index 8f1c722cc..4fb365362 100644 --- a/src/IconLiveHelpOutlined.tsx +++ b/src/IconLiveHelpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveHelpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLiveHelpOutlinedFilled.tsx b/src/IconLiveHelpOutlinedFilled.tsx index ad8a05763..1b09ac10b 100644 --- a/src/IconLiveHelpOutlinedFilled.tsx +++ b/src/IconLiveHelpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveHelpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLiveHelpRounded.tsx b/src/IconLiveHelpRounded.tsx index 64bea07be..962126499 100644 --- a/src/IconLiveHelpRounded.tsx +++ b/src/IconLiveHelpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveHelpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLiveHelpRoundedFilled.tsx b/src/IconLiveHelpRoundedFilled.tsx index d70246bc9..c06c1cc23 100644 --- a/src/IconLiveHelpRoundedFilled.tsx +++ b/src/IconLiveHelpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveHelpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLiveHelpSharp.tsx b/src/IconLiveHelpSharp.tsx index 202dce62e..943f07beb 100644 --- a/src/IconLiveHelpSharp.tsx +++ b/src/IconLiveHelpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveHelpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLiveHelpSharpFilled.tsx b/src/IconLiveHelpSharpFilled.tsx index 8f22a9c0a..39143d7b7 100644 --- a/src/IconLiveHelpSharpFilled.tsx +++ b/src/IconLiveHelpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveHelpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLiveTvOutlined.tsx b/src/IconLiveTvOutlined.tsx index dd73c8de8..1a5ef7d8e 100644 --- a/src/IconLiveTvOutlined.tsx +++ b/src/IconLiveTvOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveTvOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLiveTvOutlinedFilled.tsx b/src/IconLiveTvOutlinedFilled.tsx index 19ed8be57..ecaa1225e 100644 --- a/src/IconLiveTvOutlinedFilled.tsx +++ b/src/IconLiveTvOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveTvOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLiveTvRounded.tsx b/src/IconLiveTvRounded.tsx index 2d8683104..4414ca186 100644 --- a/src/IconLiveTvRounded.tsx +++ b/src/IconLiveTvRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveTvRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLiveTvRoundedFilled.tsx b/src/IconLiveTvRoundedFilled.tsx index 6e47c033c..a81c5bd44 100644 --- a/src/IconLiveTvRoundedFilled.tsx +++ b/src/IconLiveTvRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveTvRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLiveTvSharp.tsx b/src/IconLiveTvSharp.tsx index e325e01f8..25256391c 100644 --- a/src/IconLiveTvSharp.tsx +++ b/src/IconLiveTvSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveTvSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLiveTvSharpFilled.tsx b/src/IconLiveTvSharpFilled.tsx index 24f112bca..8f140dc7e 100644 --- a/src/IconLiveTvSharpFilled.tsx +++ b/src/IconLiveTvSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLiveTvSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLivingOutlined.tsx b/src/IconLivingOutlined.tsx index a5a01457b..cfcee78db 100644 --- a/src/IconLivingOutlined.tsx +++ b/src/IconLivingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLivingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLivingOutlinedFilled.tsx b/src/IconLivingOutlinedFilled.tsx index f0cbad150..2888eb30a 100644 --- a/src/IconLivingOutlinedFilled.tsx +++ b/src/IconLivingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLivingOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLivingRounded.tsx b/src/IconLivingRounded.tsx index 29f7b6861..7435fbfcf 100644 --- a/src/IconLivingRounded.tsx +++ b/src/IconLivingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLivingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLivingRoundedFilled.tsx b/src/IconLivingRoundedFilled.tsx index 9ab9a21cd..1bc02eaee 100644 --- a/src/IconLivingRoundedFilled.tsx +++ b/src/IconLivingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLivingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLivingSharp.tsx b/src/IconLivingSharp.tsx index 041bcf442..a0b5d2062 100644 --- a/src/IconLivingSharp.tsx +++ b/src/IconLivingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLivingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLivingSharpFilled.tsx b/src/IconLivingSharpFilled.tsx index 517001f8b..fea5ced3b 100644 --- a/src/IconLivingSharpFilled.tsx +++ b/src/IconLivingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLivingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalActivityOutlined.tsx b/src/IconLocalActivityOutlined.tsx index 75503d4e5..481a0cae2 100644 --- a/src/IconLocalActivityOutlined.tsx +++ b/src/IconLocalActivityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalActivityOutlined: React.FC = ({ ...props diff --git a/src/IconLocalActivityOutlinedFilled.tsx b/src/IconLocalActivityOutlinedFilled.tsx index 5112d0aed..39ca9b9c1 100644 --- a/src/IconLocalActivityOutlinedFilled.tsx +++ b/src/IconLocalActivityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalActivityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalActivityRounded.tsx b/src/IconLocalActivityRounded.tsx index d94c6975c..fa87fe723 100644 --- a/src/IconLocalActivityRounded.tsx +++ b/src/IconLocalActivityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalActivityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalActivityRoundedFilled.tsx b/src/IconLocalActivityRoundedFilled.tsx index 0e517b8fc..48cbd6604 100644 --- a/src/IconLocalActivityRoundedFilled.tsx +++ b/src/IconLocalActivityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalActivityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalActivitySharp.tsx b/src/IconLocalActivitySharp.tsx index 1d60f9e99..20569b97f 100644 --- a/src/IconLocalActivitySharp.tsx +++ b/src/IconLocalActivitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalActivitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalActivitySharpFilled.tsx b/src/IconLocalActivitySharpFilled.tsx index accad2c1f..6ca211629 100644 --- a/src/IconLocalActivitySharpFilled.tsx +++ b/src/IconLocalActivitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalActivitySharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalAtmOutlined.tsx b/src/IconLocalAtmOutlined.tsx index dd9076563..8b2e2820a 100644 --- a/src/IconLocalAtmOutlined.tsx +++ b/src/IconLocalAtmOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalAtmOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalAtmOutlinedFilled.tsx b/src/IconLocalAtmOutlinedFilled.tsx index ab0ae69d1..ca6b54286 100644 --- a/src/IconLocalAtmOutlinedFilled.tsx +++ b/src/IconLocalAtmOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalAtmOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalAtmRounded.tsx b/src/IconLocalAtmRounded.tsx index 352b844b6..2ab178c34 100644 --- a/src/IconLocalAtmRounded.tsx +++ b/src/IconLocalAtmRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalAtmRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalAtmRoundedFilled.tsx b/src/IconLocalAtmRoundedFilled.tsx index 066ab70e6..38a8eed1e 100644 --- a/src/IconLocalAtmRoundedFilled.tsx +++ b/src/IconLocalAtmRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalAtmRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalAtmSharp.tsx b/src/IconLocalAtmSharp.tsx index 83982e533..0dff8717c 100644 --- a/src/IconLocalAtmSharp.tsx +++ b/src/IconLocalAtmSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalAtmSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalAtmSharpFilled.tsx b/src/IconLocalAtmSharpFilled.tsx index 190836b9b..fc0daa8c6 100644 --- a/src/IconLocalAtmSharpFilled.tsx +++ b/src/IconLocalAtmSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalAtmSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalBarOutlined.tsx b/src/IconLocalBarOutlined.tsx index 153d76fce..b7ece5210 100644 --- a/src/IconLocalBarOutlined.tsx +++ b/src/IconLocalBarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalBarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalBarOutlinedFilled.tsx b/src/IconLocalBarOutlinedFilled.tsx index 350839208..d1a7993af 100644 --- a/src/IconLocalBarOutlinedFilled.tsx +++ b/src/IconLocalBarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalBarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalBarRounded.tsx b/src/IconLocalBarRounded.tsx index f768e0517..cfd83c29a 100644 --- a/src/IconLocalBarRounded.tsx +++ b/src/IconLocalBarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalBarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalBarRoundedFilled.tsx b/src/IconLocalBarRoundedFilled.tsx index ee396798a..808c1e490 100644 --- a/src/IconLocalBarRoundedFilled.tsx +++ b/src/IconLocalBarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalBarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalBarSharp.tsx b/src/IconLocalBarSharp.tsx index 5d2d251c7..c70af48e7 100644 --- a/src/IconLocalBarSharp.tsx +++ b/src/IconLocalBarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalBarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalBarSharpFilled.tsx b/src/IconLocalBarSharpFilled.tsx index 37faa3936..537976a5b 100644 --- a/src/IconLocalBarSharpFilled.tsx +++ b/src/IconLocalBarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalBarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalCafeOutlined.tsx b/src/IconLocalCafeOutlined.tsx index 696bd6f85..a150de0e8 100644 --- a/src/IconLocalCafeOutlined.tsx +++ b/src/IconLocalCafeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCafeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalCafeOutlinedFilled.tsx b/src/IconLocalCafeOutlinedFilled.tsx index ed028e878..5a83a48d9 100644 --- a/src/IconLocalCafeOutlinedFilled.tsx +++ b/src/IconLocalCafeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCafeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalCafeRounded.tsx b/src/IconLocalCafeRounded.tsx index 574771ffd..eb0c26637 100644 --- a/src/IconLocalCafeRounded.tsx +++ b/src/IconLocalCafeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCafeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalCafeRoundedFilled.tsx b/src/IconLocalCafeRoundedFilled.tsx index 904a75011..d3725cbf2 100644 --- a/src/IconLocalCafeRoundedFilled.tsx +++ b/src/IconLocalCafeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCafeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalCafeSharp.tsx b/src/IconLocalCafeSharp.tsx index 0f6712b80..8e03f04e1 100644 --- a/src/IconLocalCafeSharp.tsx +++ b/src/IconLocalCafeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCafeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalCafeSharpFilled.tsx b/src/IconLocalCafeSharpFilled.tsx index 69ad725ee..374d85443 100644 --- a/src/IconLocalCafeSharpFilled.tsx +++ b/src/IconLocalCafeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCafeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalCarWashOutlined.tsx b/src/IconLocalCarWashOutlined.tsx index 54d00f36c..47473b6eb 100644 --- a/src/IconLocalCarWashOutlined.tsx +++ b/src/IconLocalCarWashOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCarWashOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalCarWashOutlinedFilled.tsx b/src/IconLocalCarWashOutlinedFilled.tsx index 71c97e94a..0e1ec400c 100644 --- a/src/IconLocalCarWashOutlinedFilled.tsx +++ b/src/IconLocalCarWashOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCarWashOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalCarWashRounded.tsx b/src/IconLocalCarWashRounded.tsx index d6c0875e5..40e89fe7e 100644 --- a/src/IconLocalCarWashRounded.tsx +++ b/src/IconLocalCarWashRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCarWashRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalCarWashRoundedFilled.tsx b/src/IconLocalCarWashRoundedFilled.tsx index eb229baf3..50eac8b79 100644 --- a/src/IconLocalCarWashRoundedFilled.tsx +++ b/src/IconLocalCarWashRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCarWashRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalCarWashSharp.tsx b/src/IconLocalCarWashSharp.tsx index 62ffc89c2..36abfb8d2 100644 --- a/src/IconLocalCarWashSharp.tsx +++ b/src/IconLocalCarWashSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCarWashSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalCarWashSharpFilled.tsx b/src/IconLocalCarWashSharpFilled.tsx index 7c6d447de..372d97f1b 100644 --- a/src/IconLocalCarWashSharpFilled.tsx +++ b/src/IconLocalCarWashSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalCarWashSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalConvenienceStoreOutlined.tsx b/src/IconLocalConvenienceStoreOutlined.tsx index fd2dce0c8..5ec403dcb 100644 --- a/src/IconLocalConvenienceStoreOutlined.tsx +++ b/src/IconLocalConvenienceStoreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalConvenienceStoreOutlined: React.FC = ({ ...props diff --git a/src/IconLocalConvenienceStoreOutlinedFilled.tsx b/src/IconLocalConvenienceStoreOutlinedFilled.tsx index b22a69121..8921703e4 100644 --- a/src/IconLocalConvenienceStoreOutlinedFilled.tsx +++ b/src/IconLocalConvenienceStoreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalConvenienceStoreOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalConvenienceStoreRounded.tsx b/src/IconLocalConvenienceStoreRounded.tsx index 15f7eb9d4..b8a1efc72 100644 --- a/src/IconLocalConvenienceStoreRounded.tsx +++ b/src/IconLocalConvenienceStoreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalConvenienceStoreRounded: React.FC = ({ ...props diff --git a/src/IconLocalConvenienceStoreRoundedFilled.tsx b/src/IconLocalConvenienceStoreRoundedFilled.tsx index ec975be1d..a33f44562 100644 --- a/src/IconLocalConvenienceStoreRoundedFilled.tsx +++ b/src/IconLocalConvenienceStoreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalConvenienceStoreRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalConvenienceStoreSharp.tsx b/src/IconLocalConvenienceStoreSharp.tsx index 43033d71a..69e09495f 100644 --- a/src/IconLocalConvenienceStoreSharp.tsx +++ b/src/IconLocalConvenienceStoreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalConvenienceStoreSharp: React.FC = ({ ...props diff --git a/src/IconLocalConvenienceStoreSharpFilled.tsx b/src/IconLocalConvenienceStoreSharpFilled.tsx index 1125c9fae..1e7fa6a6d 100644 --- a/src/IconLocalConvenienceStoreSharpFilled.tsx +++ b/src/IconLocalConvenienceStoreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalConvenienceStoreSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalDiningOutlined.tsx b/src/IconLocalDiningOutlined.tsx index 25f05ec4f..ca41508b2 100644 --- a/src/IconLocalDiningOutlined.tsx +++ b/src/IconLocalDiningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDiningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalDiningOutlinedFilled.tsx b/src/IconLocalDiningOutlinedFilled.tsx index 6efc52585..e03b156ba 100644 --- a/src/IconLocalDiningOutlinedFilled.tsx +++ b/src/IconLocalDiningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDiningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalDiningRounded.tsx b/src/IconLocalDiningRounded.tsx index 4c3470f75..26e891bbe 100644 --- a/src/IconLocalDiningRounded.tsx +++ b/src/IconLocalDiningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDiningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalDiningRoundedFilled.tsx b/src/IconLocalDiningRoundedFilled.tsx index 1be6b1814..a5e63d5d2 100644 --- a/src/IconLocalDiningRoundedFilled.tsx +++ b/src/IconLocalDiningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDiningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalDiningSharp.tsx b/src/IconLocalDiningSharp.tsx index 666a35527..364d24bad 100644 --- a/src/IconLocalDiningSharp.tsx +++ b/src/IconLocalDiningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDiningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalDiningSharpFilled.tsx b/src/IconLocalDiningSharpFilled.tsx index 1cc6de639..b8f3f2657 100644 --- a/src/IconLocalDiningSharpFilled.tsx +++ b/src/IconLocalDiningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDiningSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalDrinkOutlined.tsx b/src/IconLocalDrinkOutlined.tsx index 5df6832f7..57faa1f33 100644 --- a/src/IconLocalDrinkOutlined.tsx +++ b/src/IconLocalDrinkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDrinkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalDrinkOutlinedFilled.tsx b/src/IconLocalDrinkOutlinedFilled.tsx index 49c9de082..3272b8370 100644 --- a/src/IconLocalDrinkOutlinedFilled.tsx +++ b/src/IconLocalDrinkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDrinkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalDrinkRounded.tsx b/src/IconLocalDrinkRounded.tsx index b3f273f88..b5721524c 100644 --- a/src/IconLocalDrinkRounded.tsx +++ b/src/IconLocalDrinkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDrinkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalDrinkRoundedFilled.tsx b/src/IconLocalDrinkRoundedFilled.tsx index bb8adbbdf..dfaf0a059 100644 --- a/src/IconLocalDrinkRoundedFilled.tsx +++ b/src/IconLocalDrinkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDrinkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalDrinkSharp.tsx b/src/IconLocalDrinkSharp.tsx index a6b14de40..1f6be8192 100644 --- a/src/IconLocalDrinkSharp.tsx +++ b/src/IconLocalDrinkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDrinkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalDrinkSharpFilled.tsx b/src/IconLocalDrinkSharpFilled.tsx index 305120721..a94b7fbef 100644 --- a/src/IconLocalDrinkSharpFilled.tsx +++ b/src/IconLocalDrinkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalDrinkSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalFireDepartmentOutlined.tsx b/src/IconLocalFireDepartmentOutlined.tsx index 0c9924ce6..e89521bc7 100644 --- a/src/IconLocalFireDepartmentOutlined.tsx +++ b/src/IconLocalFireDepartmentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFireDepartmentOutlined: React.FC = ({ ...props diff --git a/src/IconLocalFireDepartmentOutlinedFilled.tsx b/src/IconLocalFireDepartmentOutlinedFilled.tsx index 2f6f358c9..0fefbdbf2 100644 --- a/src/IconLocalFireDepartmentOutlinedFilled.tsx +++ b/src/IconLocalFireDepartmentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFireDepartmentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalFireDepartmentRounded.tsx b/src/IconLocalFireDepartmentRounded.tsx index 9f628d70b..bc6ee369a 100644 --- a/src/IconLocalFireDepartmentRounded.tsx +++ b/src/IconLocalFireDepartmentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFireDepartmentRounded: React.FC = ({ ...props diff --git a/src/IconLocalFireDepartmentRoundedFilled.tsx b/src/IconLocalFireDepartmentRoundedFilled.tsx index 3d4ee0dc1..1dac17a95 100644 --- a/src/IconLocalFireDepartmentRoundedFilled.tsx +++ b/src/IconLocalFireDepartmentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFireDepartmentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalFireDepartmentSharp.tsx b/src/IconLocalFireDepartmentSharp.tsx index 2fad6caaa..c782b83c6 100644 --- a/src/IconLocalFireDepartmentSharp.tsx +++ b/src/IconLocalFireDepartmentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFireDepartmentSharp: React.FC = ({ ...props diff --git a/src/IconLocalFireDepartmentSharpFilled.tsx b/src/IconLocalFireDepartmentSharpFilled.tsx index 0270b8606..f45629593 100644 --- a/src/IconLocalFireDepartmentSharpFilled.tsx +++ b/src/IconLocalFireDepartmentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFireDepartmentSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalFloristOutlined.tsx b/src/IconLocalFloristOutlined.tsx index 0fadd465b..2a4895a66 100644 --- a/src/IconLocalFloristOutlined.tsx +++ b/src/IconLocalFloristOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFloristOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalFloristOutlinedFilled.tsx b/src/IconLocalFloristOutlinedFilled.tsx index 941de0232..a3f0f3c9f 100644 --- a/src/IconLocalFloristOutlinedFilled.tsx +++ b/src/IconLocalFloristOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFloristOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalFloristRounded.tsx b/src/IconLocalFloristRounded.tsx index 09a5e04e3..ed814ad5c 100644 --- a/src/IconLocalFloristRounded.tsx +++ b/src/IconLocalFloristRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFloristRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalFloristRoundedFilled.tsx b/src/IconLocalFloristRoundedFilled.tsx index 2b7a64600..b4fd44cf9 100644 --- a/src/IconLocalFloristRoundedFilled.tsx +++ b/src/IconLocalFloristRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFloristRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalFloristSharp.tsx b/src/IconLocalFloristSharp.tsx index ed73d7d3c..4e907b42c 100644 --- a/src/IconLocalFloristSharp.tsx +++ b/src/IconLocalFloristSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFloristSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalFloristSharpFilled.tsx b/src/IconLocalFloristSharpFilled.tsx index 120d4e8b9..fc13f415d 100644 --- a/src/IconLocalFloristSharpFilled.tsx +++ b/src/IconLocalFloristSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalFloristSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalGasStationOutlined.tsx b/src/IconLocalGasStationOutlined.tsx index 33debd3fc..8b8b2d554 100644 --- a/src/IconLocalGasStationOutlined.tsx +++ b/src/IconLocalGasStationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalGasStationOutlined: React.FC = ({ ...props diff --git a/src/IconLocalGasStationOutlinedFilled.tsx b/src/IconLocalGasStationOutlinedFilled.tsx index 6c2213c8c..5a94adac0 100644 --- a/src/IconLocalGasStationOutlinedFilled.tsx +++ b/src/IconLocalGasStationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalGasStationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalGasStationRounded.tsx b/src/IconLocalGasStationRounded.tsx index 4aa872f7d..71e3488a1 100644 --- a/src/IconLocalGasStationRounded.tsx +++ b/src/IconLocalGasStationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalGasStationRounded: React.FC = ({ ...props diff --git a/src/IconLocalGasStationRoundedFilled.tsx b/src/IconLocalGasStationRoundedFilled.tsx index 1b94bff1e..6267b5aa6 100644 --- a/src/IconLocalGasStationRoundedFilled.tsx +++ b/src/IconLocalGasStationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalGasStationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalGasStationSharp.tsx b/src/IconLocalGasStationSharp.tsx index b940c5e0d..78783ca55 100644 --- a/src/IconLocalGasStationSharp.tsx +++ b/src/IconLocalGasStationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalGasStationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalGasStationSharpFilled.tsx b/src/IconLocalGasStationSharpFilled.tsx index acce8b07b..8850c6c9e 100644 --- a/src/IconLocalGasStationSharpFilled.tsx +++ b/src/IconLocalGasStationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalGasStationSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalHospitalOutlined.tsx b/src/IconLocalHospitalOutlined.tsx index 1ce24c31b..62604c88b 100644 --- a/src/IconLocalHospitalOutlined.tsx +++ b/src/IconLocalHospitalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalHospitalOutlined: React.FC = ({ ...props diff --git a/src/IconLocalHospitalOutlinedFilled.tsx b/src/IconLocalHospitalOutlinedFilled.tsx index 37b5585c4..31834a1e1 100644 --- a/src/IconLocalHospitalOutlinedFilled.tsx +++ b/src/IconLocalHospitalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalHospitalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalHospitalRounded.tsx b/src/IconLocalHospitalRounded.tsx index 8b609ce3b..cab72aa59 100644 --- a/src/IconLocalHospitalRounded.tsx +++ b/src/IconLocalHospitalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalHospitalRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalHospitalRoundedFilled.tsx b/src/IconLocalHospitalRoundedFilled.tsx index c8f2257a3..8bb02a367 100644 --- a/src/IconLocalHospitalRoundedFilled.tsx +++ b/src/IconLocalHospitalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalHospitalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalHospitalSharp.tsx b/src/IconLocalHospitalSharp.tsx index 9c82c672f..938d4370b 100644 --- a/src/IconLocalHospitalSharp.tsx +++ b/src/IconLocalHospitalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalHospitalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalHospitalSharpFilled.tsx b/src/IconLocalHospitalSharpFilled.tsx index 77f2dcf3d..dc2bfd25e 100644 --- a/src/IconLocalHospitalSharpFilled.tsx +++ b/src/IconLocalHospitalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalHospitalSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalLaundryServiceOutlined.tsx b/src/IconLocalLaundryServiceOutlined.tsx index 9da82bdc9..8d9bdb800 100644 --- a/src/IconLocalLaundryServiceOutlined.tsx +++ b/src/IconLocalLaundryServiceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLaundryServiceOutlined: React.FC = ({ ...props diff --git a/src/IconLocalLaundryServiceOutlinedFilled.tsx b/src/IconLocalLaundryServiceOutlinedFilled.tsx index 68a8b7718..56368f0ef 100644 --- a/src/IconLocalLaundryServiceOutlinedFilled.tsx +++ b/src/IconLocalLaundryServiceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLaundryServiceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalLaundryServiceRounded.tsx b/src/IconLocalLaundryServiceRounded.tsx index 7d6006441..ac1768ac0 100644 --- a/src/IconLocalLaundryServiceRounded.tsx +++ b/src/IconLocalLaundryServiceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLaundryServiceRounded: React.FC = ({ ...props diff --git a/src/IconLocalLaundryServiceRoundedFilled.tsx b/src/IconLocalLaundryServiceRoundedFilled.tsx index 7d1c62234..0e72e5947 100644 --- a/src/IconLocalLaundryServiceRoundedFilled.tsx +++ b/src/IconLocalLaundryServiceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLaundryServiceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalLaundryServiceSharp.tsx b/src/IconLocalLaundryServiceSharp.tsx index 5ca4e8d86..d049d7b4e 100644 --- a/src/IconLocalLaundryServiceSharp.tsx +++ b/src/IconLocalLaundryServiceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLaundryServiceSharp: React.FC = ({ ...props diff --git a/src/IconLocalLaundryServiceSharpFilled.tsx b/src/IconLocalLaundryServiceSharpFilled.tsx index 314ba8a38..1855b3a09 100644 --- a/src/IconLocalLaundryServiceSharpFilled.tsx +++ b/src/IconLocalLaundryServiceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLaundryServiceSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalLibraryOutlined.tsx b/src/IconLocalLibraryOutlined.tsx index 8f9583b21..ad557309e 100644 --- a/src/IconLocalLibraryOutlined.tsx +++ b/src/IconLocalLibraryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLibraryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalLibraryOutlinedFilled.tsx b/src/IconLocalLibraryOutlinedFilled.tsx index 59bc1123d..fbbaadbc9 100644 --- a/src/IconLocalLibraryOutlinedFilled.tsx +++ b/src/IconLocalLibraryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLibraryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalLibraryRounded.tsx b/src/IconLocalLibraryRounded.tsx index bab86d6db..3dd1234cb 100644 --- a/src/IconLocalLibraryRounded.tsx +++ b/src/IconLocalLibraryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLibraryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalLibraryRoundedFilled.tsx b/src/IconLocalLibraryRoundedFilled.tsx index b0ec7053f..ac8d88700 100644 --- a/src/IconLocalLibraryRoundedFilled.tsx +++ b/src/IconLocalLibraryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLibraryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalLibrarySharp.tsx b/src/IconLocalLibrarySharp.tsx index 8efe02d1a..e68644d4a 100644 --- a/src/IconLocalLibrarySharp.tsx +++ b/src/IconLocalLibrarySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLibrarySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalLibrarySharpFilled.tsx b/src/IconLocalLibrarySharpFilled.tsx index 656f5140d..d5c4b1482 100644 --- a/src/IconLocalLibrarySharpFilled.tsx +++ b/src/IconLocalLibrarySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalLibrarySharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalMallOutlined.tsx b/src/IconLocalMallOutlined.tsx index 29ac16476..079eb0435 100644 --- a/src/IconLocalMallOutlined.tsx +++ b/src/IconLocalMallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalMallOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalMallOutlinedFilled.tsx b/src/IconLocalMallOutlinedFilled.tsx index 4a8118b1f..d255b3451 100644 --- a/src/IconLocalMallOutlinedFilled.tsx +++ b/src/IconLocalMallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalMallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalMallRounded.tsx b/src/IconLocalMallRounded.tsx index 78687ba9f..2cfe5ef52 100644 --- a/src/IconLocalMallRounded.tsx +++ b/src/IconLocalMallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalMallRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalMallRoundedFilled.tsx b/src/IconLocalMallRoundedFilled.tsx index d4adcc934..25a5ed8cd 100644 --- a/src/IconLocalMallRoundedFilled.tsx +++ b/src/IconLocalMallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalMallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalMallSharp.tsx b/src/IconLocalMallSharp.tsx index e6fc55708..cc8017ea0 100644 --- a/src/IconLocalMallSharp.tsx +++ b/src/IconLocalMallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalMallSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalMallSharpFilled.tsx b/src/IconLocalMallSharpFilled.tsx index 96bbe80d3..d9837a432 100644 --- a/src/IconLocalMallSharpFilled.tsx +++ b/src/IconLocalMallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalMallSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalParkingOutlined.tsx b/src/IconLocalParkingOutlined.tsx index a53965207..3d63fbc52 100644 --- a/src/IconLocalParkingOutlined.tsx +++ b/src/IconLocalParkingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalParkingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalParkingOutlinedFilled.tsx b/src/IconLocalParkingOutlinedFilled.tsx index 95d1fe88f..305f9977f 100644 --- a/src/IconLocalParkingOutlinedFilled.tsx +++ b/src/IconLocalParkingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalParkingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalParkingRounded.tsx b/src/IconLocalParkingRounded.tsx index 3aefd5f9b..1be7b22aa 100644 --- a/src/IconLocalParkingRounded.tsx +++ b/src/IconLocalParkingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalParkingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalParkingRoundedFilled.tsx b/src/IconLocalParkingRoundedFilled.tsx index 21eb2ae99..a88f45cbc 100644 --- a/src/IconLocalParkingRoundedFilled.tsx +++ b/src/IconLocalParkingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalParkingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalParkingSharp.tsx b/src/IconLocalParkingSharp.tsx index 10ac01f74..ed4bdb1e8 100644 --- a/src/IconLocalParkingSharp.tsx +++ b/src/IconLocalParkingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalParkingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalParkingSharpFilled.tsx b/src/IconLocalParkingSharpFilled.tsx index 84345ee56..6e1fe86c3 100644 --- a/src/IconLocalParkingSharpFilled.tsx +++ b/src/IconLocalParkingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalParkingSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalPharmacyOutlined.tsx b/src/IconLocalPharmacyOutlined.tsx index dd5795baf..5cc9908f3 100644 --- a/src/IconLocalPharmacyOutlined.tsx +++ b/src/IconLocalPharmacyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPharmacyOutlined: React.FC = ({ ...props diff --git a/src/IconLocalPharmacyOutlinedFilled.tsx b/src/IconLocalPharmacyOutlinedFilled.tsx index 3a4074f22..db762f0f5 100644 --- a/src/IconLocalPharmacyOutlinedFilled.tsx +++ b/src/IconLocalPharmacyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPharmacyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalPharmacyRounded.tsx b/src/IconLocalPharmacyRounded.tsx index b594101ad..52d2ac189 100644 --- a/src/IconLocalPharmacyRounded.tsx +++ b/src/IconLocalPharmacyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPharmacyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalPharmacyRoundedFilled.tsx b/src/IconLocalPharmacyRoundedFilled.tsx index 13b23a3d2..9000bd4ef 100644 --- a/src/IconLocalPharmacyRoundedFilled.tsx +++ b/src/IconLocalPharmacyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPharmacyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalPharmacySharp.tsx b/src/IconLocalPharmacySharp.tsx index 43b9b6031..d3b54a8c6 100644 --- a/src/IconLocalPharmacySharp.tsx +++ b/src/IconLocalPharmacySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPharmacySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalPharmacySharpFilled.tsx b/src/IconLocalPharmacySharpFilled.tsx index ecc7be9a4..421441a61 100644 --- a/src/IconLocalPharmacySharpFilled.tsx +++ b/src/IconLocalPharmacySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPharmacySharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalPizzaOutlined.tsx b/src/IconLocalPizzaOutlined.tsx index f62f2652f..ae7183f56 100644 --- a/src/IconLocalPizzaOutlined.tsx +++ b/src/IconLocalPizzaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPizzaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalPizzaOutlinedFilled.tsx b/src/IconLocalPizzaOutlinedFilled.tsx index ea1a85d5f..334e3d35f 100644 --- a/src/IconLocalPizzaOutlinedFilled.tsx +++ b/src/IconLocalPizzaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPizzaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalPizzaRounded.tsx b/src/IconLocalPizzaRounded.tsx index e3a9f26d0..ffce7bc78 100644 --- a/src/IconLocalPizzaRounded.tsx +++ b/src/IconLocalPizzaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPizzaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalPizzaRoundedFilled.tsx b/src/IconLocalPizzaRoundedFilled.tsx index 8a8684e1b..8601ffa55 100644 --- a/src/IconLocalPizzaRoundedFilled.tsx +++ b/src/IconLocalPizzaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPizzaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalPizzaSharp.tsx b/src/IconLocalPizzaSharp.tsx index 30a63dc0b..f4905800f 100644 --- a/src/IconLocalPizzaSharp.tsx +++ b/src/IconLocalPizzaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPizzaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalPizzaSharpFilled.tsx b/src/IconLocalPizzaSharpFilled.tsx index a8004a911..a7edc1d6e 100644 --- a/src/IconLocalPizzaSharpFilled.tsx +++ b/src/IconLocalPizzaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPizzaSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalPoliceOutlined.tsx b/src/IconLocalPoliceOutlined.tsx index de39d3ef3..0a5a39e05 100644 --- a/src/IconLocalPoliceOutlined.tsx +++ b/src/IconLocalPoliceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPoliceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalPoliceOutlinedFilled.tsx b/src/IconLocalPoliceOutlinedFilled.tsx index 27671de80..5c2ce41d6 100644 --- a/src/IconLocalPoliceOutlinedFilled.tsx +++ b/src/IconLocalPoliceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPoliceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalPoliceRounded.tsx b/src/IconLocalPoliceRounded.tsx index 5e7817bb7..6c58f1841 100644 --- a/src/IconLocalPoliceRounded.tsx +++ b/src/IconLocalPoliceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPoliceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalPoliceRoundedFilled.tsx b/src/IconLocalPoliceRoundedFilled.tsx index 12cc48653..8cb2d5aad 100644 --- a/src/IconLocalPoliceRoundedFilled.tsx +++ b/src/IconLocalPoliceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPoliceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalPoliceSharp.tsx b/src/IconLocalPoliceSharp.tsx index 073839cc2..6d087f83a 100644 --- a/src/IconLocalPoliceSharp.tsx +++ b/src/IconLocalPoliceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPoliceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalPoliceSharpFilled.tsx b/src/IconLocalPoliceSharpFilled.tsx index d9a0a82fb..359885861 100644 --- a/src/IconLocalPoliceSharpFilled.tsx +++ b/src/IconLocalPoliceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPoliceSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalPostOfficeOutlined.tsx b/src/IconLocalPostOfficeOutlined.tsx index c1bd69a81..cf3692115 100644 --- a/src/IconLocalPostOfficeOutlined.tsx +++ b/src/IconLocalPostOfficeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPostOfficeOutlined: React.FC = ({ ...props diff --git a/src/IconLocalPostOfficeOutlinedFilled.tsx b/src/IconLocalPostOfficeOutlinedFilled.tsx index 1fb75e023..4a42cdadf 100644 --- a/src/IconLocalPostOfficeOutlinedFilled.tsx +++ b/src/IconLocalPostOfficeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPostOfficeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalPostOfficeRounded.tsx b/src/IconLocalPostOfficeRounded.tsx index 6e0bf77e6..c37d8bb93 100644 --- a/src/IconLocalPostOfficeRounded.tsx +++ b/src/IconLocalPostOfficeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPostOfficeRounded: React.FC = ({ ...props diff --git a/src/IconLocalPostOfficeRoundedFilled.tsx b/src/IconLocalPostOfficeRoundedFilled.tsx index a140f9066..68acaf499 100644 --- a/src/IconLocalPostOfficeRoundedFilled.tsx +++ b/src/IconLocalPostOfficeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPostOfficeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalPostOfficeSharp.tsx b/src/IconLocalPostOfficeSharp.tsx index 67595d6e1..4a93d5b23 100644 --- a/src/IconLocalPostOfficeSharp.tsx +++ b/src/IconLocalPostOfficeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPostOfficeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalPostOfficeSharpFilled.tsx b/src/IconLocalPostOfficeSharpFilled.tsx index 48616ce13..2cffb91fc 100644 --- a/src/IconLocalPostOfficeSharpFilled.tsx +++ b/src/IconLocalPostOfficeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalPostOfficeSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalSeeOutlined.tsx b/src/IconLocalSeeOutlined.tsx index 17bed8933..9d1b3fb2a 100644 --- a/src/IconLocalSeeOutlined.tsx +++ b/src/IconLocalSeeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalSeeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalSeeOutlinedFilled.tsx b/src/IconLocalSeeOutlinedFilled.tsx index 2bff875be..728338504 100644 --- a/src/IconLocalSeeOutlinedFilled.tsx +++ b/src/IconLocalSeeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalSeeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalSeeRounded.tsx b/src/IconLocalSeeRounded.tsx index 4d5b0cef8..15c63dda0 100644 --- a/src/IconLocalSeeRounded.tsx +++ b/src/IconLocalSeeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalSeeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalSeeRoundedFilled.tsx b/src/IconLocalSeeRoundedFilled.tsx index e31bcb0e9..5abf062ba 100644 --- a/src/IconLocalSeeRoundedFilled.tsx +++ b/src/IconLocalSeeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalSeeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalSeeSharp.tsx b/src/IconLocalSeeSharp.tsx index 46eb5dd8e..cc6c4ed4f 100644 --- a/src/IconLocalSeeSharp.tsx +++ b/src/IconLocalSeeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalSeeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalSeeSharpFilled.tsx b/src/IconLocalSeeSharpFilled.tsx index e9590938d..191803dce 100644 --- a/src/IconLocalSeeSharpFilled.tsx +++ b/src/IconLocalSeeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalSeeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalShippingOutlined.tsx b/src/IconLocalShippingOutlined.tsx index de539ff08..0c8eed0ed 100644 --- a/src/IconLocalShippingOutlined.tsx +++ b/src/IconLocalShippingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalShippingOutlined: React.FC = ({ ...props diff --git a/src/IconLocalShippingOutlinedFilled.tsx b/src/IconLocalShippingOutlinedFilled.tsx index c8f50fe95..4c8c9687a 100644 --- a/src/IconLocalShippingOutlinedFilled.tsx +++ b/src/IconLocalShippingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalShippingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalShippingRounded.tsx b/src/IconLocalShippingRounded.tsx index 65cff9740..babca08f2 100644 --- a/src/IconLocalShippingRounded.tsx +++ b/src/IconLocalShippingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalShippingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalShippingRoundedFilled.tsx b/src/IconLocalShippingRoundedFilled.tsx index d5b13c9d3..39e86fe61 100644 --- a/src/IconLocalShippingRoundedFilled.tsx +++ b/src/IconLocalShippingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalShippingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalShippingSharp.tsx b/src/IconLocalShippingSharp.tsx index d2ea29cfa..eccee2f5b 100644 --- a/src/IconLocalShippingSharp.tsx +++ b/src/IconLocalShippingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalShippingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalShippingSharpFilled.tsx b/src/IconLocalShippingSharpFilled.tsx index 9ed76f367..40a8252fa 100644 --- a/src/IconLocalShippingSharpFilled.tsx +++ b/src/IconLocalShippingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalShippingSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocalTaxiOutlined.tsx b/src/IconLocalTaxiOutlined.tsx index b468b0d52..72f0de59e 100644 --- a/src/IconLocalTaxiOutlined.tsx +++ b/src/IconLocalTaxiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalTaxiOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalTaxiOutlinedFilled.tsx b/src/IconLocalTaxiOutlinedFilled.tsx index 60b676511..cf17e74b6 100644 --- a/src/IconLocalTaxiOutlinedFilled.tsx +++ b/src/IconLocalTaxiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalTaxiOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocalTaxiRounded.tsx b/src/IconLocalTaxiRounded.tsx index c494bb8f8..d4566b07b 100644 --- a/src/IconLocalTaxiRounded.tsx +++ b/src/IconLocalTaxiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalTaxiRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalTaxiRoundedFilled.tsx b/src/IconLocalTaxiRoundedFilled.tsx index ede41c93e..46b109e8b 100644 --- a/src/IconLocalTaxiRoundedFilled.tsx +++ b/src/IconLocalTaxiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalTaxiRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocalTaxiSharp.tsx b/src/IconLocalTaxiSharp.tsx index 02d0956fa..ebc550f0c 100644 --- a/src/IconLocalTaxiSharp.tsx +++ b/src/IconLocalTaxiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalTaxiSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocalTaxiSharpFilled.tsx b/src/IconLocalTaxiSharpFilled.tsx index e972248e5..fcd1b5720 100644 --- a/src/IconLocalTaxiSharpFilled.tsx +++ b/src/IconLocalTaxiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocalTaxiSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationAwayOutlined.tsx b/src/IconLocationAwayOutlined.tsx index 1cde1c864..dde2b03df 100644 --- a/src/IconLocationAwayOutlined.tsx +++ b/src/IconLocationAwayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationAwayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationAwayOutlinedFilled.tsx b/src/IconLocationAwayOutlinedFilled.tsx index 3b98d14d8..908ec071e 100644 --- a/src/IconLocationAwayOutlinedFilled.tsx +++ b/src/IconLocationAwayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationAwayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocationAwayRounded.tsx b/src/IconLocationAwayRounded.tsx index fd7f2179a..eebe63acb 100644 --- a/src/IconLocationAwayRounded.tsx +++ b/src/IconLocationAwayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationAwayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationAwayRoundedFilled.tsx b/src/IconLocationAwayRoundedFilled.tsx index 994098e75..d962d475b 100644 --- a/src/IconLocationAwayRoundedFilled.tsx +++ b/src/IconLocationAwayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationAwayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocationAwaySharp.tsx b/src/IconLocationAwaySharp.tsx index af3006f4f..d909ce725 100644 --- a/src/IconLocationAwaySharp.tsx +++ b/src/IconLocationAwaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationAwaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationAwaySharpFilled.tsx b/src/IconLocationAwaySharpFilled.tsx index 9d2bf97d9..fb7725576 100644 --- a/src/IconLocationAwaySharpFilled.tsx +++ b/src/IconLocationAwaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationAwaySharpFilled: React.FC = ({ ...props diff --git a/src/IconLocationChipOutlined.tsx b/src/IconLocationChipOutlined.tsx index a2c77eb5b..c0bfc97ed 100644 --- a/src/IconLocationChipOutlined.tsx +++ b/src/IconLocationChipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationChipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationChipOutlinedFilled.tsx b/src/IconLocationChipOutlinedFilled.tsx index d671d2590..6e6dd2203 100644 --- a/src/IconLocationChipOutlinedFilled.tsx +++ b/src/IconLocationChipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationChipOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocationChipRounded.tsx b/src/IconLocationChipRounded.tsx index 1271c6357..a136d0493 100644 --- a/src/IconLocationChipRounded.tsx +++ b/src/IconLocationChipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationChipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationChipRoundedFilled.tsx b/src/IconLocationChipRoundedFilled.tsx index e2a1953ee..e47d1aa82 100644 --- a/src/IconLocationChipRoundedFilled.tsx +++ b/src/IconLocationChipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationChipRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocationChipSharp.tsx b/src/IconLocationChipSharp.tsx index dc6deea3e..2ea6a27c6 100644 --- a/src/IconLocationChipSharp.tsx +++ b/src/IconLocationChipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationChipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationChipSharpFilled.tsx b/src/IconLocationChipSharpFilled.tsx index c70387b0b..baf560cc2 100644 --- a/src/IconLocationChipSharpFilled.tsx +++ b/src/IconLocationChipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationChipSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocationCityOutlined.tsx b/src/IconLocationCityOutlined.tsx index 79efd492e..b5f5ebf52 100644 --- a/src/IconLocationCityOutlined.tsx +++ b/src/IconLocationCityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationCityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationCityOutlinedFilled.tsx b/src/IconLocationCityOutlinedFilled.tsx index 12474d6d3..6d3f48e19 100644 --- a/src/IconLocationCityOutlinedFilled.tsx +++ b/src/IconLocationCityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationCityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocationCityRounded.tsx b/src/IconLocationCityRounded.tsx index c63756e4c..7f1423b00 100644 --- a/src/IconLocationCityRounded.tsx +++ b/src/IconLocationCityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationCityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationCityRoundedFilled.tsx b/src/IconLocationCityRoundedFilled.tsx index 0994cb2be..f4ac007e7 100644 --- a/src/IconLocationCityRoundedFilled.tsx +++ b/src/IconLocationCityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationCityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocationCitySharp.tsx b/src/IconLocationCitySharp.tsx index 933af5917..b91dc0667 100644 --- a/src/IconLocationCitySharp.tsx +++ b/src/IconLocationCitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationCitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationCitySharpFilled.tsx b/src/IconLocationCitySharpFilled.tsx index b2c223dfe..8a9c87c37 100644 --- a/src/IconLocationCitySharpFilled.tsx +++ b/src/IconLocationCitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationCitySharpFilled: React.FC = ({ ...props diff --git a/src/IconLocationDisabledOutlined.tsx b/src/IconLocationDisabledOutlined.tsx index 0e06d34a0..e743e3ea2 100644 --- a/src/IconLocationDisabledOutlined.tsx +++ b/src/IconLocationDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconLocationDisabledOutlinedFilled.tsx b/src/IconLocationDisabledOutlinedFilled.tsx index 3f9cb063a..60c0047bc 100644 --- a/src/IconLocationDisabledOutlinedFilled.tsx +++ b/src/IconLocationDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocationDisabledRounded.tsx b/src/IconLocationDisabledRounded.tsx index ff73978eb..df2a26df2 100644 --- a/src/IconLocationDisabledRounded.tsx +++ b/src/IconLocationDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationDisabledRounded: React.FC = ({ ...props diff --git a/src/IconLocationDisabledRoundedFilled.tsx b/src/IconLocationDisabledRoundedFilled.tsx index 80ee9474a..f476ea126 100644 --- a/src/IconLocationDisabledRoundedFilled.tsx +++ b/src/IconLocationDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocationDisabledSharp.tsx b/src/IconLocationDisabledSharp.tsx index 5cd7b437d..9ff54f09a 100644 --- a/src/IconLocationDisabledSharp.tsx +++ b/src/IconLocationDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationDisabledSharp: React.FC = ({ ...props diff --git a/src/IconLocationDisabledSharpFilled.tsx b/src/IconLocationDisabledSharpFilled.tsx index 65fffb850..de2e091db 100644 --- a/src/IconLocationDisabledSharpFilled.tsx +++ b/src/IconLocationDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocationHomeOutlined.tsx b/src/IconLocationHomeOutlined.tsx index daaab3a29..374bd3028 100644 --- a/src/IconLocationHomeOutlined.tsx +++ b/src/IconLocationHomeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationHomeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationHomeOutlinedFilled.tsx b/src/IconLocationHomeOutlinedFilled.tsx index 80c04572a..12e7fde7c 100644 --- a/src/IconLocationHomeOutlinedFilled.tsx +++ b/src/IconLocationHomeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationHomeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocationHomeRounded.tsx b/src/IconLocationHomeRounded.tsx index 41c9f2c41..e3deb707b 100644 --- a/src/IconLocationHomeRounded.tsx +++ b/src/IconLocationHomeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationHomeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationHomeRoundedFilled.tsx b/src/IconLocationHomeRoundedFilled.tsx index 3675cf777..94268fa8c 100644 --- a/src/IconLocationHomeRoundedFilled.tsx +++ b/src/IconLocationHomeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationHomeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocationHomeSharp.tsx b/src/IconLocationHomeSharp.tsx index e7a1b229f..657b19cac 100644 --- a/src/IconLocationHomeSharp.tsx +++ b/src/IconLocationHomeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationHomeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationHomeSharpFilled.tsx b/src/IconLocationHomeSharpFilled.tsx index b6ada927e..9881bcecf 100644 --- a/src/IconLocationHomeSharpFilled.tsx +++ b/src/IconLocationHomeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationHomeSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocationOffOutlined.tsx b/src/IconLocationOffOutlined.tsx index fe6ddc8cf..445ee2d19 100644 --- a/src/IconLocationOffOutlined.tsx +++ b/src/IconLocationOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationOffOutlinedFilled.tsx b/src/IconLocationOffOutlinedFilled.tsx index a7d24f998..58c6fd5af 100644 --- a/src/IconLocationOffOutlinedFilled.tsx +++ b/src/IconLocationOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocationOffRounded.tsx b/src/IconLocationOffRounded.tsx index 50b0bdb00..e7a225f27 100644 --- a/src/IconLocationOffRounded.tsx +++ b/src/IconLocationOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationOffRoundedFilled.tsx b/src/IconLocationOffRoundedFilled.tsx index 4a3818f86..e02da82fa 100644 --- a/src/IconLocationOffRoundedFilled.tsx +++ b/src/IconLocationOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocationOffSharp.tsx b/src/IconLocationOffSharp.tsx index 3f1630ce8..b52b20950 100644 --- a/src/IconLocationOffSharp.tsx +++ b/src/IconLocationOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationOffSharpFilled.tsx b/src/IconLocationOffSharpFilled.tsx index 41d7815c5..ce215f786 100644 --- a/src/IconLocationOffSharpFilled.tsx +++ b/src/IconLocationOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocationOnOutlined.tsx b/src/IconLocationOnOutlined.tsx index 1604241e1..ba4ae4b73 100644 --- a/src/IconLocationOnOutlined.tsx +++ b/src/IconLocationOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationOnOutlinedFilled.tsx b/src/IconLocationOnOutlinedFilled.tsx index 62c2d1857..295254f0f 100644 --- a/src/IconLocationOnOutlinedFilled.tsx +++ b/src/IconLocationOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocationOnRounded.tsx b/src/IconLocationOnRounded.tsx index 6cfd694f4..d912f134f 100644 --- a/src/IconLocationOnRounded.tsx +++ b/src/IconLocationOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationOnRoundedFilled.tsx b/src/IconLocationOnRoundedFilled.tsx index 618254dfc..559771740 100644 --- a/src/IconLocationOnRoundedFilled.tsx +++ b/src/IconLocationOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocationOnSharp.tsx b/src/IconLocationOnSharp.tsx index 203fd4465..a4976131b 100644 --- a/src/IconLocationOnSharp.tsx +++ b/src/IconLocationOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLocationOnSharpFilled.tsx b/src/IconLocationOnSharpFilled.tsx index 804b554ef..c457a48cf 100644 --- a/src/IconLocationOnSharpFilled.tsx +++ b/src/IconLocationOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconLocationSearchingOutlined.tsx b/src/IconLocationSearchingOutlined.tsx index d575543b1..9aa141b0a 100644 --- a/src/IconLocationSearchingOutlined.tsx +++ b/src/IconLocationSearchingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationSearchingOutlined: React.FC = ({ ...props diff --git a/src/IconLocationSearchingOutlinedFilled.tsx b/src/IconLocationSearchingOutlinedFilled.tsx index c77547f19..f19d4185c 100644 --- a/src/IconLocationSearchingOutlinedFilled.tsx +++ b/src/IconLocationSearchingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationSearchingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLocationSearchingRounded.tsx b/src/IconLocationSearchingRounded.tsx index 56faa938b..b8e5e5e54 100644 --- a/src/IconLocationSearchingRounded.tsx +++ b/src/IconLocationSearchingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationSearchingRounded: React.FC = ({ ...props diff --git a/src/IconLocationSearchingRoundedFilled.tsx b/src/IconLocationSearchingRoundedFilled.tsx index 167e853fc..238d5ef69 100644 --- a/src/IconLocationSearchingRoundedFilled.tsx +++ b/src/IconLocationSearchingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationSearchingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLocationSearchingSharp.tsx b/src/IconLocationSearchingSharp.tsx index e1fbe09b2..fa90e302d 100644 --- a/src/IconLocationSearchingSharp.tsx +++ b/src/IconLocationSearchingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationSearchingSharp: React.FC = ({ ...props diff --git a/src/IconLocationSearchingSharpFilled.tsx b/src/IconLocationSearchingSharpFilled.tsx index dc8f21e03..4db808985 100644 --- a/src/IconLocationSearchingSharpFilled.tsx +++ b/src/IconLocationSearchingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLocationSearchingSharpFilled: React.FC = ({ ...props diff --git a/src/IconLockClockOutlined.tsx b/src/IconLockClockOutlined.tsx index f160df7ef..fa98ebc9c 100644 --- a/src/IconLockClockOutlined.tsx +++ b/src/IconLockClockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockClockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLockClockOutlinedFilled.tsx b/src/IconLockClockOutlinedFilled.tsx index 29490c638..3efd843d5 100644 --- a/src/IconLockClockOutlinedFilled.tsx +++ b/src/IconLockClockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockClockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLockClockRounded.tsx b/src/IconLockClockRounded.tsx index 95f973fa2..7405d5856 100644 --- a/src/IconLockClockRounded.tsx +++ b/src/IconLockClockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockClockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLockClockRoundedFilled.tsx b/src/IconLockClockRoundedFilled.tsx index 464abf919..2da1f3d46 100644 --- a/src/IconLockClockRoundedFilled.tsx +++ b/src/IconLockClockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockClockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLockClockSharp.tsx b/src/IconLockClockSharp.tsx index 804204e7f..11ea0735a 100644 --- a/src/IconLockClockSharp.tsx +++ b/src/IconLockClockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockClockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLockClockSharpFilled.tsx b/src/IconLockClockSharpFilled.tsx index 8b559251f..705d7446d 100644 --- a/src/IconLockClockSharpFilled.tsx +++ b/src/IconLockClockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockClockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLockOpenOutlined.tsx b/src/IconLockOpenOutlined.tsx index d2d56c04b..df1706664 100644 --- a/src/IconLockOpenOutlined.tsx +++ b/src/IconLockOpenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLockOpenOutlinedFilled.tsx b/src/IconLockOpenOutlinedFilled.tsx index 58d7703c0..669ccd18f 100644 --- a/src/IconLockOpenOutlinedFilled.tsx +++ b/src/IconLockOpenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLockOpenRightOutlined.tsx b/src/IconLockOpenRightOutlined.tsx index d3ef3bc0e..192ff207e 100644 --- a/src/IconLockOpenRightOutlined.tsx +++ b/src/IconLockOpenRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenRightOutlined: React.FC = ({ ...props diff --git a/src/IconLockOpenRightOutlinedFilled.tsx b/src/IconLockOpenRightOutlinedFilled.tsx index 158c0e4f2..4ff7c8f4c 100644 --- a/src/IconLockOpenRightOutlinedFilled.tsx +++ b/src/IconLockOpenRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLockOpenRightRounded.tsx b/src/IconLockOpenRightRounded.tsx index 5fa170acd..c48b2ddfb 100644 --- a/src/IconLockOpenRightRounded.tsx +++ b/src/IconLockOpenRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLockOpenRightRoundedFilled.tsx b/src/IconLockOpenRightRoundedFilled.tsx index aca866925..3c97f49ad 100644 --- a/src/IconLockOpenRightRoundedFilled.tsx +++ b/src/IconLockOpenRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLockOpenRightSharp.tsx b/src/IconLockOpenRightSharp.tsx index 3b430d31d..44471abc2 100644 --- a/src/IconLockOpenRightSharp.tsx +++ b/src/IconLockOpenRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLockOpenRightSharpFilled.tsx b/src/IconLockOpenRightSharpFilled.tsx index 64bb95718..994afbe41 100644 --- a/src/IconLockOpenRightSharpFilled.tsx +++ b/src/IconLockOpenRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconLockOpenRounded.tsx b/src/IconLockOpenRounded.tsx index 82685ead0..bef0b7509 100644 --- a/src/IconLockOpenRounded.tsx +++ b/src/IconLockOpenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLockOpenRoundedFilled.tsx b/src/IconLockOpenRoundedFilled.tsx index 8bf44fc43..76c5f9fba 100644 --- a/src/IconLockOpenRoundedFilled.tsx +++ b/src/IconLockOpenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLockOpenSharp.tsx b/src/IconLockOpenSharp.tsx index 8ee73890a..8982380dd 100644 --- a/src/IconLockOpenSharp.tsx +++ b/src/IconLockOpenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLockOpenSharpFilled.tsx b/src/IconLockOpenSharpFilled.tsx index b452c4658..e1c83a43f 100644 --- a/src/IconLockOpenSharpFilled.tsx +++ b/src/IconLockOpenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOpenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLockOutlined.tsx b/src/IconLockOutlined.tsx index bd1e4744f..356358888 100644 --- a/src/IconLockOutlined.tsx +++ b/src/IconLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLockOutlinedFilled.tsx b/src/IconLockOutlinedFilled.tsx index d64a55b9d..565677a76 100644 --- a/src/IconLockOutlinedFilled.tsx +++ b/src/IconLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLockPersonOutlined.tsx b/src/IconLockPersonOutlined.tsx index 5e77de9a5..28a6c7fc9 100644 --- a/src/IconLockPersonOutlined.tsx +++ b/src/IconLockPersonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockPersonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLockPersonOutlinedFilled.tsx b/src/IconLockPersonOutlinedFilled.tsx index 6a154e9c4..cf0a0009e 100644 --- a/src/IconLockPersonOutlinedFilled.tsx +++ b/src/IconLockPersonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockPersonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLockPersonRounded.tsx b/src/IconLockPersonRounded.tsx index 41f0e66f4..c05d3c2d9 100644 --- a/src/IconLockPersonRounded.tsx +++ b/src/IconLockPersonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockPersonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLockPersonRoundedFilled.tsx b/src/IconLockPersonRoundedFilled.tsx index b7b1f6abe..2d6fd8c8f 100644 --- a/src/IconLockPersonRoundedFilled.tsx +++ b/src/IconLockPersonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockPersonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLockPersonSharp.tsx b/src/IconLockPersonSharp.tsx index b1d3c57c8..6c5b68b6a 100644 --- a/src/IconLockPersonSharp.tsx +++ b/src/IconLockPersonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockPersonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLockPersonSharpFilled.tsx b/src/IconLockPersonSharpFilled.tsx index f2cbe7e51..9302ece62 100644 --- a/src/IconLockPersonSharpFilled.tsx +++ b/src/IconLockPersonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockPersonSharpFilled: React.FC = ({ ...props diff --git a/src/IconLockResetOutlined.tsx b/src/IconLockResetOutlined.tsx index 684d326df..21211379f 100644 --- a/src/IconLockResetOutlined.tsx +++ b/src/IconLockResetOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockResetOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLockResetOutlinedFilled.tsx b/src/IconLockResetOutlinedFilled.tsx index a7595552f..be925895f 100644 --- a/src/IconLockResetOutlinedFilled.tsx +++ b/src/IconLockResetOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockResetOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLockResetRounded.tsx b/src/IconLockResetRounded.tsx index ce05634ac..82548a5f7 100644 --- a/src/IconLockResetRounded.tsx +++ b/src/IconLockResetRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockResetRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLockResetRoundedFilled.tsx b/src/IconLockResetRoundedFilled.tsx index 9d143edf0..73ed131af 100644 --- a/src/IconLockResetRoundedFilled.tsx +++ b/src/IconLockResetRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockResetRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLockResetSharp.tsx b/src/IconLockResetSharp.tsx index 1c3003b64..1ac1763b8 100644 --- a/src/IconLockResetSharp.tsx +++ b/src/IconLockResetSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockResetSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLockResetSharpFilled.tsx b/src/IconLockResetSharpFilled.tsx index b385cb527..5bfe62448 100644 --- a/src/IconLockResetSharpFilled.tsx +++ b/src/IconLockResetSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockResetSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLockRounded.tsx b/src/IconLockRounded.tsx index 93cedc4b0..dcd5ae237 100644 --- a/src/IconLockRounded.tsx +++ b/src/IconLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLockRoundedFilled.tsx b/src/IconLockRoundedFilled.tsx index 74f2dee8e..2fa6b5076 100644 --- a/src/IconLockRoundedFilled.tsx +++ b/src/IconLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLockSharp.tsx b/src/IconLockSharp.tsx index ba23e6902..292e3fafa 100644 --- a/src/IconLockSharp.tsx +++ b/src/IconLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLockSharpFilled.tsx b/src/IconLockSharpFilled.tsx index 30e468f7b..ef28d90a3 100644 --- a/src/IconLockSharpFilled.tsx +++ b/src/IconLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLoginOutlined.tsx b/src/IconLoginOutlined.tsx index 74f4a0526..7677f6c32 100644 --- a/src/IconLoginOutlined.tsx +++ b/src/IconLoginOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoginOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLoginOutlinedFilled.tsx b/src/IconLoginOutlinedFilled.tsx index 92405a57c..49b9eef14 100644 --- a/src/IconLoginOutlinedFilled.tsx +++ b/src/IconLoginOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoginOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLoginRounded.tsx b/src/IconLoginRounded.tsx index 6e3fb1c32..0e9a0592e 100644 --- a/src/IconLoginRounded.tsx +++ b/src/IconLoginRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoginRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLoginRoundedFilled.tsx b/src/IconLoginRoundedFilled.tsx index 5cd1bace0..06ecfe830 100644 --- a/src/IconLoginRoundedFilled.tsx +++ b/src/IconLoginRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoginRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLoginSharp.tsx b/src/IconLoginSharp.tsx index 5f7136885..91d0433ca 100644 --- a/src/IconLoginSharp.tsx +++ b/src/IconLoginSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoginSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLoginSharpFilled.tsx b/src/IconLoginSharpFilled.tsx index f4531f2c2..ce55f34c2 100644 --- a/src/IconLoginSharpFilled.tsx +++ b/src/IconLoginSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoginSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLogoDevOutlined.tsx b/src/IconLogoDevOutlined.tsx index 75749df1a..100dcd041 100644 --- a/src/IconLogoDevOutlined.tsx +++ b/src/IconLogoDevOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoDevOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLogoDevOutlinedFilled.tsx b/src/IconLogoDevOutlinedFilled.tsx index 9fd45f67b..dc8cdb7f8 100644 --- a/src/IconLogoDevOutlinedFilled.tsx +++ b/src/IconLogoDevOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoDevOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLogoDevRounded.tsx b/src/IconLogoDevRounded.tsx index fd65e5764..d2a082360 100644 --- a/src/IconLogoDevRounded.tsx +++ b/src/IconLogoDevRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoDevRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLogoDevRoundedFilled.tsx b/src/IconLogoDevRoundedFilled.tsx index 9e9b7fe90..e7ca16a6a 100644 --- a/src/IconLogoDevRoundedFilled.tsx +++ b/src/IconLogoDevRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoDevRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLogoDevSharp.tsx b/src/IconLogoDevSharp.tsx index 67e69a84f..8fce6dd7a 100644 --- a/src/IconLogoDevSharp.tsx +++ b/src/IconLogoDevSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoDevSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLogoDevSharpFilled.tsx b/src/IconLogoDevSharpFilled.tsx index ac27d7628..d971c8a94 100644 --- a/src/IconLogoDevSharpFilled.tsx +++ b/src/IconLogoDevSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoDevSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLogoutOutlined.tsx b/src/IconLogoutOutlined.tsx index 90ce8d313..b9e30cac4 100644 --- a/src/IconLogoutOutlined.tsx +++ b/src/IconLogoutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoutOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLogoutOutlinedFilled.tsx b/src/IconLogoutOutlinedFilled.tsx index 53027cc63..0c9b6843a 100644 --- a/src/IconLogoutOutlinedFilled.tsx +++ b/src/IconLogoutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoutOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLogoutRounded.tsx b/src/IconLogoutRounded.tsx index b7b651740..021f2f241 100644 --- a/src/IconLogoutRounded.tsx +++ b/src/IconLogoutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoutRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLogoutRoundedFilled.tsx b/src/IconLogoutRoundedFilled.tsx index 25786fd22..1273c55df 100644 --- a/src/IconLogoutRoundedFilled.tsx +++ b/src/IconLogoutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoutRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLogoutSharp.tsx b/src/IconLogoutSharp.tsx index 6819d7187..65bce9d04 100644 --- a/src/IconLogoutSharp.tsx +++ b/src/IconLogoutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoutSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLogoutSharpFilled.tsx b/src/IconLogoutSharpFilled.tsx index ccb4f1232..b1dbd5c43 100644 --- a/src/IconLogoutSharpFilled.tsx +++ b/src/IconLogoutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLogoutSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks3Outlined.tsx b/src/IconLooks3Outlined.tsx index 83ad7281e..a0f59bf61 100644 --- a/src/IconLooks3Outlined.tsx +++ b/src/IconLooks3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks3OutlinedFilled.tsx b/src/IconLooks3OutlinedFilled.tsx index 0714e686b..dad883856 100644 --- a/src/IconLooks3OutlinedFilled.tsx +++ b/src/IconLooks3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks3OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks3Rounded.tsx b/src/IconLooks3Rounded.tsx index 6a2b58b46..eac532cda 100644 --- a/src/IconLooks3Rounded.tsx +++ b/src/IconLooks3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks3RoundedFilled.tsx b/src/IconLooks3RoundedFilled.tsx index 60e7b824c..19edc5f3f 100644 --- a/src/IconLooks3RoundedFilled.tsx +++ b/src/IconLooks3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks3RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks3Sharp.tsx b/src/IconLooks3Sharp.tsx index da7f1b524..9ec828975 100644 --- a/src/IconLooks3Sharp.tsx +++ b/src/IconLooks3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks3SharpFilled.tsx b/src/IconLooks3SharpFilled.tsx index c01d0d5f1..939db748c 100644 --- a/src/IconLooks3SharpFilled.tsx +++ b/src/IconLooks3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks4Outlined.tsx b/src/IconLooks4Outlined.tsx index 1ef1386c0..687e3ebaf 100644 --- a/src/IconLooks4Outlined.tsx +++ b/src/IconLooks4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks4OutlinedFilled.tsx b/src/IconLooks4OutlinedFilled.tsx index 053d33095..d500b52e3 100644 --- a/src/IconLooks4OutlinedFilled.tsx +++ b/src/IconLooks4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks4OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks4Rounded.tsx b/src/IconLooks4Rounded.tsx index 1fab356c6..5f7a404a7 100644 --- a/src/IconLooks4Rounded.tsx +++ b/src/IconLooks4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks4RoundedFilled.tsx b/src/IconLooks4RoundedFilled.tsx index bcd41f0bb..7b1b2ca40 100644 --- a/src/IconLooks4RoundedFilled.tsx +++ b/src/IconLooks4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks4RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks4Sharp.tsx b/src/IconLooks4Sharp.tsx index b84cf3aaa..978c09923 100644 --- a/src/IconLooks4Sharp.tsx +++ b/src/IconLooks4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks4SharpFilled.tsx b/src/IconLooks4SharpFilled.tsx index b6a9ee6c6..149e10dd4 100644 --- a/src/IconLooks4SharpFilled.tsx +++ b/src/IconLooks4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks4SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks5Outlined.tsx b/src/IconLooks5Outlined.tsx index b29691b53..9745006a7 100644 --- a/src/IconLooks5Outlined.tsx +++ b/src/IconLooks5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks5OutlinedFilled.tsx b/src/IconLooks5OutlinedFilled.tsx index 0d3c4076e..0bab5646f 100644 --- a/src/IconLooks5OutlinedFilled.tsx +++ b/src/IconLooks5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks5OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks5Rounded.tsx b/src/IconLooks5Rounded.tsx index b3db56850..8507067ff 100644 --- a/src/IconLooks5Rounded.tsx +++ b/src/IconLooks5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks5RoundedFilled.tsx b/src/IconLooks5RoundedFilled.tsx index aaaee984c..f87e37133 100644 --- a/src/IconLooks5RoundedFilled.tsx +++ b/src/IconLooks5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks5RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks5Sharp.tsx b/src/IconLooks5Sharp.tsx index 89bbfed1a..405cc0160 100644 --- a/src/IconLooks5Sharp.tsx +++ b/src/IconLooks5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks5SharpFilled.tsx b/src/IconLooks5SharpFilled.tsx index b59227fee..2695faa15 100644 --- a/src/IconLooks5SharpFilled.tsx +++ b/src/IconLooks5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks5SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks6Outlined.tsx b/src/IconLooks6Outlined.tsx index b0bb57b78..beb422a17 100644 --- a/src/IconLooks6Outlined.tsx +++ b/src/IconLooks6Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks6Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks6OutlinedFilled.tsx b/src/IconLooks6OutlinedFilled.tsx index 90dce224e..8ee3e71ba 100644 --- a/src/IconLooks6OutlinedFilled.tsx +++ b/src/IconLooks6OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks6OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks6Rounded.tsx b/src/IconLooks6Rounded.tsx index abcde1129..97de65ba8 100644 --- a/src/IconLooks6Rounded.tsx +++ b/src/IconLooks6Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks6Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks6RoundedFilled.tsx b/src/IconLooks6RoundedFilled.tsx index b0b915bfe..2136572b4 100644 --- a/src/IconLooks6RoundedFilled.tsx +++ b/src/IconLooks6RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks6RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks6Sharp.tsx b/src/IconLooks6Sharp.tsx index d5ba7fcbe..28a8a8d57 100644 --- a/src/IconLooks6Sharp.tsx +++ b/src/IconLooks6Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks6Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLooks6SharpFilled.tsx b/src/IconLooks6SharpFilled.tsx index 0a6df68cb..98dbf8af3 100644 --- a/src/IconLooks6SharpFilled.tsx +++ b/src/IconLooks6SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooks6SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksOneOutlined.tsx b/src/IconLooksOneOutlined.tsx index 713f0712f..a5f989aac 100644 --- a/src/IconLooksOneOutlined.tsx +++ b/src/IconLooksOneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksOneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksOneOutlinedFilled.tsx b/src/IconLooksOneOutlinedFilled.tsx index 651a773b5..45071a13b 100644 --- a/src/IconLooksOneOutlinedFilled.tsx +++ b/src/IconLooksOneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksOneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLooksOneRounded.tsx b/src/IconLooksOneRounded.tsx index b833515b6..e3731afd8 100644 --- a/src/IconLooksOneRounded.tsx +++ b/src/IconLooksOneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksOneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksOneRoundedFilled.tsx b/src/IconLooksOneRoundedFilled.tsx index eb8941b0a..2ce2d6a9e 100644 --- a/src/IconLooksOneRoundedFilled.tsx +++ b/src/IconLooksOneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksOneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLooksOneSharp.tsx b/src/IconLooksOneSharp.tsx index bd73e2278..e01f8bf80 100644 --- a/src/IconLooksOneSharp.tsx +++ b/src/IconLooksOneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksOneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksOneSharpFilled.tsx b/src/IconLooksOneSharpFilled.tsx index d3c692189..bd605ac08 100644 --- a/src/IconLooksOneSharpFilled.tsx +++ b/src/IconLooksOneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksOneSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksOutlined.tsx b/src/IconLooksOutlined.tsx index ebbb3c693..8fee18061 100644 --- a/src/IconLooksOutlined.tsx +++ b/src/IconLooksOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksOutlinedFilled.tsx b/src/IconLooksOutlinedFilled.tsx index 9a6d8fef7..c10f5b4e1 100644 --- a/src/IconLooksOutlinedFilled.tsx +++ b/src/IconLooksOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksRounded.tsx b/src/IconLooksRounded.tsx index ed7a619da..5d479b79f 100644 --- a/src/IconLooksRounded.tsx +++ b/src/IconLooksRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksRoundedFilled.tsx b/src/IconLooksRoundedFilled.tsx index 9209822f7..064c27f1d 100644 --- a/src/IconLooksRoundedFilled.tsx +++ b/src/IconLooksRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksSharp.tsx b/src/IconLooksSharp.tsx index eba324df4..8dde0083d 100644 --- a/src/IconLooksSharp.tsx +++ b/src/IconLooksSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksSharpFilled.tsx b/src/IconLooksSharpFilled.tsx index 6881bb588..3d218483a 100644 --- a/src/IconLooksSharpFilled.tsx +++ b/src/IconLooksSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksTwoOutlined.tsx b/src/IconLooksTwoOutlined.tsx index 19b2f2cad..7a64def06 100644 --- a/src/IconLooksTwoOutlined.tsx +++ b/src/IconLooksTwoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksTwoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksTwoOutlinedFilled.tsx b/src/IconLooksTwoOutlinedFilled.tsx index ec9c619b7..c15d689cb 100644 --- a/src/IconLooksTwoOutlinedFilled.tsx +++ b/src/IconLooksTwoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksTwoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLooksTwoRounded.tsx b/src/IconLooksTwoRounded.tsx index 20816b413..149eee0cf 100644 --- a/src/IconLooksTwoRounded.tsx +++ b/src/IconLooksTwoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksTwoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksTwoRoundedFilled.tsx b/src/IconLooksTwoRoundedFilled.tsx index 5750f2ab8..a5f9d7850 100644 --- a/src/IconLooksTwoRoundedFilled.tsx +++ b/src/IconLooksTwoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksTwoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLooksTwoSharp.tsx b/src/IconLooksTwoSharp.tsx index 425eb8212..e04d4461e 100644 --- a/src/IconLooksTwoSharp.tsx +++ b/src/IconLooksTwoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksTwoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLooksTwoSharpFilled.tsx b/src/IconLooksTwoSharpFilled.tsx index fe4e5bf3a..7fca8cddd 100644 --- a/src/IconLooksTwoSharpFilled.tsx +++ b/src/IconLooksTwoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLooksTwoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLoupeOutlined.tsx b/src/IconLoupeOutlined.tsx index 109495819..c27fc7a7c 100644 --- a/src/IconLoupeOutlined.tsx +++ b/src/IconLoupeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoupeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLoupeOutlinedFilled.tsx b/src/IconLoupeOutlinedFilled.tsx index 5ea142acc..66889d04b 100644 --- a/src/IconLoupeOutlinedFilled.tsx +++ b/src/IconLoupeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoupeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLoupeRounded.tsx b/src/IconLoupeRounded.tsx index 2cc97e4c5..b01875188 100644 --- a/src/IconLoupeRounded.tsx +++ b/src/IconLoupeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoupeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLoupeRoundedFilled.tsx b/src/IconLoupeRoundedFilled.tsx index 0d00f4fb6..87ce4e278 100644 --- a/src/IconLoupeRoundedFilled.tsx +++ b/src/IconLoupeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoupeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLoupeSharp.tsx b/src/IconLoupeSharp.tsx index 0cb7fc157..ae85dbc2b 100644 --- a/src/IconLoupeSharp.tsx +++ b/src/IconLoupeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoupeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLoupeSharpFilled.tsx b/src/IconLoupeSharpFilled.tsx index 6a20bf65c..0680726e8 100644 --- a/src/IconLoupeSharpFilled.tsx +++ b/src/IconLoupeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoupeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLowDensityOutlined.tsx b/src/IconLowDensityOutlined.tsx index 23f56b750..89357a89c 100644 --- a/src/IconLowDensityOutlined.tsx +++ b/src/IconLowDensityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowDensityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLowDensityOutlinedFilled.tsx b/src/IconLowDensityOutlinedFilled.tsx index 97a851f92..a7560a318 100644 --- a/src/IconLowDensityOutlinedFilled.tsx +++ b/src/IconLowDensityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowDensityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLowDensityRounded.tsx b/src/IconLowDensityRounded.tsx index d91fd9516..c7c3d3754 100644 --- a/src/IconLowDensityRounded.tsx +++ b/src/IconLowDensityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowDensityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLowDensityRoundedFilled.tsx b/src/IconLowDensityRoundedFilled.tsx index f00561988..ca8788248 100644 --- a/src/IconLowDensityRoundedFilled.tsx +++ b/src/IconLowDensityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowDensityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLowDensitySharp.tsx b/src/IconLowDensitySharp.tsx index 88ed319b2..075b534f3 100644 --- a/src/IconLowDensitySharp.tsx +++ b/src/IconLowDensitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowDensitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLowDensitySharpFilled.tsx b/src/IconLowDensitySharpFilled.tsx index 62166982f..9d379be3d 100644 --- a/src/IconLowDensitySharpFilled.tsx +++ b/src/IconLowDensitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowDensitySharpFilled: React.FC = ({ ...props diff --git a/src/IconLowPriorityOutlined.tsx b/src/IconLowPriorityOutlined.tsx index c7ddc9e86..30a935946 100644 --- a/src/IconLowPriorityOutlined.tsx +++ b/src/IconLowPriorityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowPriorityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLowPriorityOutlinedFilled.tsx b/src/IconLowPriorityOutlinedFilled.tsx index eb8b0ac4e..f9f6920c8 100644 --- a/src/IconLowPriorityOutlinedFilled.tsx +++ b/src/IconLowPriorityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowPriorityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLowPriorityRounded.tsx b/src/IconLowPriorityRounded.tsx index e6b37bf99..292ad9e78 100644 --- a/src/IconLowPriorityRounded.tsx +++ b/src/IconLowPriorityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowPriorityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLowPriorityRoundedFilled.tsx b/src/IconLowPriorityRoundedFilled.tsx index 3c2dc9d7e..471bf4b46 100644 --- a/src/IconLowPriorityRoundedFilled.tsx +++ b/src/IconLowPriorityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowPriorityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLowPrioritySharp.tsx b/src/IconLowPrioritySharp.tsx index 766c63e8c..b27cc50c7 100644 --- a/src/IconLowPrioritySharp.tsx +++ b/src/IconLowPrioritySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowPrioritySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLowPrioritySharpFilled.tsx b/src/IconLowPrioritySharpFilled.tsx index e2bef17fc..413bc4324 100644 --- a/src/IconLowPrioritySharpFilled.tsx +++ b/src/IconLowPrioritySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowPrioritySharpFilled: React.FC = ({ ...props diff --git a/src/IconLowercaseOutlined.tsx b/src/IconLowercaseOutlined.tsx index 5cc92e032..b3d615c4e 100644 --- a/src/IconLowercaseOutlined.tsx +++ b/src/IconLowercaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowercaseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLowercaseOutlinedFilled.tsx b/src/IconLowercaseOutlinedFilled.tsx index 614cff76a..c48474e3e 100644 --- a/src/IconLowercaseOutlinedFilled.tsx +++ b/src/IconLowercaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowercaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLowercaseRounded.tsx b/src/IconLowercaseRounded.tsx index a8e9c6c87..7fd429961 100644 --- a/src/IconLowercaseRounded.tsx +++ b/src/IconLowercaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowercaseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLowercaseRoundedFilled.tsx b/src/IconLowercaseRoundedFilled.tsx index 1a19e3d2f..18140abdd 100644 --- a/src/IconLowercaseRoundedFilled.tsx +++ b/src/IconLowercaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowercaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLowercaseSharp.tsx b/src/IconLowercaseSharp.tsx index 5a5e3c1ca..98a79084c 100644 --- a/src/IconLowercaseSharp.tsx +++ b/src/IconLowercaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowercaseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLowercaseSharpFilled.tsx b/src/IconLowercaseSharpFilled.tsx index a9090a8c9..a303c03b2 100644 --- a/src/IconLowercaseSharpFilled.tsx +++ b/src/IconLowercaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLowercaseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLoyaltyOutlined.tsx b/src/IconLoyaltyOutlined.tsx index 776c3c1fd..d6ae0f503 100644 --- a/src/IconLoyaltyOutlined.tsx +++ b/src/IconLoyaltyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoyaltyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLoyaltyOutlinedFilled.tsx b/src/IconLoyaltyOutlinedFilled.tsx index 080c9aeab..b01c53b3f 100644 --- a/src/IconLoyaltyOutlinedFilled.tsx +++ b/src/IconLoyaltyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoyaltyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLoyaltyRounded.tsx b/src/IconLoyaltyRounded.tsx index 04e071904..a561b52b9 100644 --- a/src/IconLoyaltyRounded.tsx +++ b/src/IconLoyaltyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoyaltyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLoyaltyRoundedFilled.tsx b/src/IconLoyaltyRoundedFilled.tsx index 61346f0ca..498e54272 100644 --- a/src/IconLoyaltyRoundedFilled.tsx +++ b/src/IconLoyaltyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoyaltyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLoyaltySharp.tsx b/src/IconLoyaltySharp.tsx index deafab718..20603cfab 100644 --- a/src/IconLoyaltySharp.tsx +++ b/src/IconLoyaltySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoyaltySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLoyaltySharpFilled.tsx b/src/IconLoyaltySharpFilled.tsx index 6edbd02be..d3cadac9f 100644 --- a/src/IconLoyaltySharpFilled.tsx +++ b/src/IconLoyaltySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLoyaltySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLteMobiledataBadgeOutlined.tsx b/src/IconLteMobiledataBadgeOutlined.tsx index e2414cde0..6cf523471 100644 --- a/src/IconLteMobiledataBadgeOutlined.tsx +++ b/src/IconLteMobiledataBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataBadgeOutlined: React.FC = ({ ...props diff --git a/src/IconLteMobiledataBadgeOutlinedFilled.tsx b/src/IconLteMobiledataBadgeOutlinedFilled.tsx index b87da96dc..0a1df8781 100644 --- a/src/IconLteMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconLteMobiledataBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLteMobiledataBadgeRounded.tsx b/src/IconLteMobiledataBadgeRounded.tsx index 702785a8a..1d86cbcff 100644 --- a/src/IconLteMobiledataBadgeRounded.tsx +++ b/src/IconLteMobiledataBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataBadgeRounded: React.FC = ({ ...props diff --git a/src/IconLteMobiledataBadgeRoundedFilled.tsx b/src/IconLteMobiledataBadgeRoundedFilled.tsx index 75c44c5b2..82685c7b6 100644 --- a/src/IconLteMobiledataBadgeRoundedFilled.tsx +++ b/src/IconLteMobiledataBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLteMobiledataBadgeSharp.tsx b/src/IconLteMobiledataBadgeSharp.tsx index 65a9db344..8f211f57a 100644 --- a/src/IconLteMobiledataBadgeSharp.tsx +++ b/src/IconLteMobiledataBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataBadgeSharp: React.FC = ({ ...props diff --git a/src/IconLteMobiledataBadgeSharpFilled.tsx b/src/IconLteMobiledataBadgeSharpFilled.tsx index c01124b2e..cac47177c 100644 --- a/src/IconLteMobiledataBadgeSharpFilled.tsx +++ b/src/IconLteMobiledataBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/IconLteMobiledataOutlined.tsx b/src/IconLteMobiledataOutlined.tsx index c0517e50f..6cbf5d7e6 100644 --- a/src/IconLteMobiledataOutlined.tsx +++ b/src/IconLteMobiledataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataOutlined: React.FC = ({ ...props diff --git a/src/IconLteMobiledataOutlinedFilled.tsx b/src/IconLteMobiledataOutlinedFilled.tsx index 11295c781..589ffd0ea 100644 --- a/src/IconLteMobiledataOutlinedFilled.tsx +++ b/src/IconLteMobiledataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLteMobiledataRounded.tsx b/src/IconLteMobiledataRounded.tsx index 500be5891..aacdf853f 100644 --- a/src/IconLteMobiledataRounded.tsx +++ b/src/IconLteMobiledataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLteMobiledataRoundedFilled.tsx b/src/IconLteMobiledataRoundedFilled.tsx index bcd8fabf6..76183566f 100644 --- a/src/IconLteMobiledataRoundedFilled.tsx +++ b/src/IconLteMobiledataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLteMobiledataSharp.tsx b/src/IconLteMobiledataSharp.tsx index d238635db..82f53f962 100644 --- a/src/IconLteMobiledataSharp.tsx +++ b/src/IconLteMobiledataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLteMobiledataSharpFilled.tsx b/src/IconLteMobiledataSharpFilled.tsx index 0ee050cbb..91b57286e 100644 --- a/src/IconLteMobiledataSharpFilled.tsx +++ b/src/IconLteMobiledataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLteMobiledataSharpFilled: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataBadgeOutlined.tsx b/src/IconLtePlusMobiledataBadgeOutlined.tsx index d756a071f..f0075168f 100644 --- a/src/IconLtePlusMobiledataBadgeOutlined.tsx +++ b/src/IconLtePlusMobiledataBadgeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataBadgeOutlined: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataBadgeOutlinedFilled.tsx b/src/IconLtePlusMobiledataBadgeOutlinedFilled.tsx index b9597fb1a..51c6cb218 100644 --- a/src/IconLtePlusMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconLtePlusMobiledataBadgeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataBadgeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataBadgeRounded.tsx b/src/IconLtePlusMobiledataBadgeRounded.tsx index c2691f038..3cc9d1051 100644 --- a/src/IconLtePlusMobiledataBadgeRounded.tsx +++ b/src/IconLtePlusMobiledataBadgeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataBadgeRounded: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataBadgeRoundedFilled.tsx b/src/IconLtePlusMobiledataBadgeRoundedFilled.tsx index 24708f29c..0c47c2dbe 100644 --- a/src/IconLtePlusMobiledataBadgeRoundedFilled.tsx +++ b/src/IconLtePlusMobiledataBadgeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataBadgeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataBadgeSharp.tsx b/src/IconLtePlusMobiledataBadgeSharp.tsx index f209cb8af..a919be04c 100644 --- a/src/IconLtePlusMobiledataBadgeSharp.tsx +++ b/src/IconLtePlusMobiledataBadgeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataBadgeSharp: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataBadgeSharpFilled.tsx b/src/IconLtePlusMobiledataBadgeSharpFilled.tsx index afc329a5a..08079aa06 100644 --- a/src/IconLtePlusMobiledataBadgeSharpFilled.tsx +++ b/src/IconLtePlusMobiledataBadgeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataBadgeSharpFilled: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataOutlined.tsx b/src/IconLtePlusMobiledataOutlined.tsx index 79a8b2873..9b74d31ec 100644 --- a/src/IconLtePlusMobiledataOutlined.tsx +++ b/src/IconLtePlusMobiledataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataOutlined: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataOutlinedFilled.tsx b/src/IconLtePlusMobiledataOutlinedFilled.tsx index 89e405182..6a755e7b6 100644 --- a/src/IconLtePlusMobiledataOutlinedFilled.tsx +++ b/src/IconLtePlusMobiledataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataRounded.tsx b/src/IconLtePlusMobiledataRounded.tsx index f39bf3aa4..25307fabc 100644 --- a/src/IconLtePlusMobiledataRounded.tsx +++ b/src/IconLtePlusMobiledataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataRounded: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataRoundedFilled.tsx b/src/IconLtePlusMobiledataRoundedFilled.tsx index d8b2dae9f..82c1fe97c 100644 --- a/src/IconLtePlusMobiledataRoundedFilled.tsx +++ b/src/IconLtePlusMobiledataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataSharp.tsx b/src/IconLtePlusMobiledataSharp.tsx index 86010b1cc..fbc55046a 100644 --- a/src/IconLtePlusMobiledataSharp.tsx +++ b/src/IconLtePlusMobiledataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataSharp: React.FC = ({ ...props diff --git a/src/IconLtePlusMobiledataSharpFilled.tsx b/src/IconLtePlusMobiledataSharpFilled.tsx index ee8a008a3..f45dc7ab3 100644 --- a/src/IconLtePlusMobiledataSharpFilled.tsx +++ b/src/IconLtePlusMobiledataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLtePlusMobiledataSharpFilled: React.FC = ({ ...props diff --git a/src/IconLuggageOutlined.tsx b/src/IconLuggageOutlined.tsx index 40c8f4bcc..04829c9f6 100644 --- a/src/IconLuggageOutlined.tsx +++ b/src/IconLuggageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLuggageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLuggageOutlinedFilled.tsx b/src/IconLuggageOutlinedFilled.tsx index 9282c5548..d2b4e26bf 100644 --- a/src/IconLuggageOutlinedFilled.tsx +++ b/src/IconLuggageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLuggageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLuggageRounded.tsx b/src/IconLuggageRounded.tsx index 7b940d5d9..df45f8cb8 100644 --- a/src/IconLuggageRounded.tsx +++ b/src/IconLuggageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLuggageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLuggageRoundedFilled.tsx b/src/IconLuggageRoundedFilled.tsx index f5d1c30d0..eb5da5cfe 100644 --- a/src/IconLuggageRoundedFilled.tsx +++ b/src/IconLuggageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLuggageRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLuggageSharp.tsx b/src/IconLuggageSharp.tsx index a720aaed9..44f9c339f 100644 --- a/src/IconLuggageSharp.tsx +++ b/src/IconLuggageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLuggageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLuggageSharpFilled.tsx b/src/IconLuggageSharpFilled.tsx index 2d73b585c..51c42f041 100644 --- a/src/IconLuggageSharpFilled.tsx +++ b/src/IconLuggageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLuggageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLunchDiningOutlined.tsx b/src/IconLunchDiningOutlined.tsx index 99efa93f7..3f3cc257e 100644 --- a/src/IconLunchDiningOutlined.tsx +++ b/src/IconLunchDiningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLunchDiningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLunchDiningOutlinedFilled.tsx b/src/IconLunchDiningOutlinedFilled.tsx index 840d54cc4..7f10881df 100644 --- a/src/IconLunchDiningOutlinedFilled.tsx +++ b/src/IconLunchDiningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLunchDiningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconLunchDiningRounded.tsx b/src/IconLunchDiningRounded.tsx index b929f0b32..d47637886 100644 --- a/src/IconLunchDiningRounded.tsx +++ b/src/IconLunchDiningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLunchDiningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLunchDiningRoundedFilled.tsx b/src/IconLunchDiningRoundedFilled.tsx index 1b05e34be..66cfe4304 100644 --- a/src/IconLunchDiningRoundedFilled.tsx +++ b/src/IconLunchDiningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLunchDiningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconLunchDiningSharp.tsx b/src/IconLunchDiningSharp.tsx index 5e701aa5b..571d9d29d 100644 --- a/src/IconLunchDiningSharp.tsx +++ b/src/IconLunchDiningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLunchDiningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLunchDiningSharpFilled.tsx b/src/IconLunchDiningSharpFilled.tsx index 10b0d2856..896eac3c8 100644 --- a/src/IconLunchDiningSharpFilled.tsx +++ b/src/IconLunchDiningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLunchDiningSharpFilled: React.FC = ({ ...props diff --git a/src/IconLyricsOutlined.tsx b/src/IconLyricsOutlined.tsx index 5f3e9a89a..8214e3fb0 100644 --- a/src/IconLyricsOutlined.tsx +++ b/src/IconLyricsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLyricsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconLyricsOutlinedFilled.tsx b/src/IconLyricsOutlinedFilled.tsx index 8d94e5de9..5cda7cb1d 100644 --- a/src/IconLyricsOutlinedFilled.tsx +++ b/src/IconLyricsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLyricsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLyricsRounded.tsx b/src/IconLyricsRounded.tsx index 89ed2bfc7..7470312e0 100644 --- a/src/IconLyricsRounded.tsx +++ b/src/IconLyricsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLyricsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconLyricsRoundedFilled.tsx b/src/IconLyricsRoundedFilled.tsx index 1554bfd1c..e313cab6c 100644 --- a/src/IconLyricsRoundedFilled.tsx +++ b/src/IconLyricsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLyricsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconLyricsSharp.tsx b/src/IconLyricsSharp.tsx index ce27031bb..4b6990a2b 100644 --- a/src/IconLyricsSharp.tsx +++ b/src/IconLyricsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLyricsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconLyricsSharpFilled.tsx b/src/IconLyricsSharpFilled.tsx index 9f5f8012a..930752e94 100644 --- a/src/IconLyricsSharpFilled.tsx +++ b/src/IconLyricsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconLyricsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMacroAutoOutlined.tsx b/src/IconMacroAutoOutlined.tsx index 8ef50f455..725dcea0e 100644 --- a/src/IconMacroAutoOutlined.tsx +++ b/src/IconMacroAutoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroAutoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMacroAutoOutlinedFilled.tsx b/src/IconMacroAutoOutlinedFilled.tsx index 79268ac79..1fa5d05ed 100644 --- a/src/IconMacroAutoOutlinedFilled.tsx +++ b/src/IconMacroAutoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroAutoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMacroAutoRounded.tsx b/src/IconMacroAutoRounded.tsx index 11ebc2796..044cd2704 100644 --- a/src/IconMacroAutoRounded.tsx +++ b/src/IconMacroAutoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroAutoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMacroAutoRoundedFilled.tsx b/src/IconMacroAutoRoundedFilled.tsx index fc5e780da..47cc3dec0 100644 --- a/src/IconMacroAutoRoundedFilled.tsx +++ b/src/IconMacroAutoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroAutoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMacroAutoSharp.tsx b/src/IconMacroAutoSharp.tsx index 5a64721ba..882db3f29 100644 --- a/src/IconMacroAutoSharp.tsx +++ b/src/IconMacroAutoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroAutoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMacroAutoSharpFilled.tsx b/src/IconMacroAutoSharpFilled.tsx index 32331dc31..0688aeb89 100644 --- a/src/IconMacroAutoSharpFilled.tsx +++ b/src/IconMacroAutoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroAutoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMacroOffOutlined.tsx b/src/IconMacroOffOutlined.tsx index 87948c52b..e3bbe70de 100644 --- a/src/IconMacroOffOutlined.tsx +++ b/src/IconMacroOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMacroOffOutlinedFilled.tsx b/src/IconMacroOffOutlinedFilled.tsx index 2ad8a54e0..41f0e2a26 100644 --- a/src/IconMacroOffOutlinedFilled.tsx +++ b/src/IconMacroOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMacroOffRounded.tsx b/src/IconMacroOffRounded.tsx index 3959ec91a..5b86778b1 100644 --- a/src/IconMacroOffRounded.tsx +++ b/src/IconMacroOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMacroOffRoundedFilled.tsx b/src/IconMacroOffRoundedFilled.tsx index f62343766..a782569a9 100644 --- a/src/IconMacroOffRoundedFilled.tsx +++ b/src/IconMacroOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMacroOffSharp.tsx b/src/IconMacroOffSharp.tsx index 33da8f35e..8f55f5736 100644 --- a/src/IconMacroOffSharp.tsx +++ b/src/IconMacroOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMacroOffSharpFilled.tsx b/src/IconMacroOffSharpFilled.tsx index 8f9566019..3f0926c95 100644 --- a/src/IconMacroOffSharpFilled.tsx +++ b/src/IconMacroOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMacroOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMagnificationLargeOutlined.tsx b/src/IconMagnificationLargeOutlined.tsx index ccfec9d5f..688e6a177 100644 --- a/src/IconMagnificationLargeOutlined.tsx +++ b/src/IconMagnificationLargeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationLargeOutlined: React.FC = ({ ...props diff --git a/src/IconMagnificationLargeOutlinedFilled.tsx b/src/IconMagnificationLargeOutlinedFilled.tsx index c2cc80b38..963eaf2ca 100644 --- a/src/IconMagnificationLargeOutlinedFilled.tsx +++ b/src/IconMagnificationLargeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationLargeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMagnificationLargeRounded.tsx b/src/IconMagnificationLargeRounded.tsx index 21996bb52..7e37d3b8f 100644 --- a/src/IconMagnificationLargeRounded.tsx +++ b/src/IconMagnificationLargeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationLargeRounded: React.FC = ({ ...props diff --git a/src/IconMagnificationLargeRoundedFilled.tsx b/src/IconMagnificationLargeRoundedFilled.tsx index 2cf79cefb..817f7728c 100644 --- a/src/IconMagnificationLargeRoundedFilled.tsx +++ b/src/IconMagnificationLargeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationLargeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMagnificationLargeSharp.tsx b/src/IconMagnificationLargeSharp.tsx index eba91ad26..570c579f9 100644 --- a/src/IconMagnificationLargeSharp.tsx +++ b/src/IconMagnificationLargeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationLargeSharp: React.FC = ({ ...props diff --git a/src/IconMagnificationLargeSharpFilled.tsx b/src/IconMagnificationLargeSharpFilled.tsx index d2dce444d..37b08a885 100644 --- a/src/IconMagnificationLargeSharpFilled.tsx +++ b/src/IconMagnificationLargeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationLargeSharpFilled: React.FC = ({ ...props diff --git a/src/IconMagnificationSmallOutlined.tsx b/src/IconMagnificationSmallOutlined.tsx index 8cf685194..87fe34622 100644 --- a/src/IconMagnificationSmallOutlined.tsx +++ b/src/IconMagnificationSmallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationSmallOutlined: React.FC = ({ ...props diff --git a/src/IconMagnificationSmallOutlinedFilled.tsx b/src/IconMagnificationSmallOutlinedFilled.tsx index 0c70baf97..1b6fa41a6 100644 --- a/src/IconMagnificationSmallOutlinedFilled.tsx +++ b/src/IconMagnificationSmallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationSmallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMagnificationSmallRounded.tsx b/src/IconMagnificationSmallRounded.tsx index dd5a9e07d..feb9a3163 100644 --- a/src/IconMagnificationSmallRounded.tsx +++ b/src/IconMagnificationSmallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationSmallRounded: React.FC = ({ ...props diff --git a/src/IconMagnificationSmallRoundedFilled.tsx b/src/IconMagnificationSmallRoundedFilled.tsx index 440e71bc0..42cf49e64 100644 --- a/src/IconMagnificationSmallRoundedFilled.tsx +++ b/src/IconMagnificationSmallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationSmallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMagnificationSmallSharp.tsx b/src/IconMagnificationSmallSharp.tsx index 7c2090f14..9adcf81c0 100644 --- a/src/IconMagnificationSmallSharp.tsx +++ b/src/IconMagnificationSmallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationSmallSharp: React.FC = ({ ...props diff --git a/src/IconMagnificationSmallSharpFilled.tsx b/src/IconMagnificationSmallSharpFilled.tsx index d20304a1d..db89b8ed9 100644 --- a/src/IconMagnificationSmallSharpFilled.tsx +++ b/src/IconMagnificationSmallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnificationSmallSharpFilled: React.FC = ({ ...props diff --git a/src/IconMagnifyDockedOutlined.tsx b/src/IconMagnifyDockedOutlined.tsx index 56f1f2919..798065da1 100644 --- a/src/IconMagnifyDockedOutlined.tsx +++ b/src/IconMagnifyDockedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyDockedOutlined: React.FC = ({ ...props diff --git a/src/IconMagnifyDockedOutlinedFilled.tsx b/src/IconMagnifyDockedOutlinedFilled.tsx index c186c290b..2da7f389a 100644 --- a/src/IconMagnifyDockedOutlinedFilled.tsx +++ b/src/IconMagnifyDockedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyDockedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMagnifyDockedRounded.tsx b/src/IconMagnifyDockedRounded.tsx index 5740ef47b..f4d04335b 100644 --- a/src/IconMagnifyDockedRounded.tsx +++ b/src/IconMagnifyDockedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyDockedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMagnifyDockedRoundedFilled.tsx b/src/IconMagnifyDockedRoundedFilled.tsx index e1a454bba..c6dc04b12 100644 --- a/src/IconMagnifyDockedRoundedFilled.tsx +++ b/src/IconMagnifyDockedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyDockedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMagnifyDockedSharp.tsx b/src/IconMagnifyDockedSharp.tsx index b2ecf6d0b..a81fb769f 100644 --- a/src/IconMagnifyDockedSharp.tsx +++ b/src/IconMagnifyDockedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyDockedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMagnifyDockedSharpFilled.tsx b/src/IconMagnifyDockedSharpFilled.tsx index 2bb38a81f..e91a00639 100644 --- a/src/IconMagnifyDockedSharpFilled.tsx +++ b/src/IconMagnifyDockedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyDockedSharpFilled: React.FC = ({ ...props diff --git a/src/IconMagnifyFullscreenOutlined.tsx b/src/IconMagnifyFullscreenOutlined.tsx index 43ae45755..22503610e 100644 --- a/src/IconMagnifyFullscreenOutlined.tsx +++ b/src/IconMagnifyFullscreenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyFullscreenOutlined: React.FC = ({ ...props diff --git a/src/IconMagnifyFullscreenOutlinedFilled.tsx b/src/IconMagnifyFullscreenOutlinedFilled.tsx index f99a2c678..a8b5ff833 100644 --- a/src/IconMagnifyFullscreenOutlinedFilled.tsx +++ b/src/IconMagnifyFullscreenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyFullscreenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMagnifyFullscreenRounded.tsx b/src/IconMagnifyFullscreenRounded.tsx index e63dc0675..6be0f202c 100644 --- a/src/IconMagnifyFullscreenRounded.tsx +++ b/src/IconMagnifyFullscreenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyFullscreenRounded: React.FC = ({ ...props diff --git a/src/IconMagnifyFullscreenRoundedFilled.tsx b/src/IconMagnifyFullscreenRoundedFilled.tsx index 3d83e6783..66ee31cdf 100644 --- a/src/IconMagnifyFullscreenRoundedFilled.tsx +++ b/src/IconMagnifyFullscreenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyFullscreenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMagnifyFullscreenSharp.tsx b/src/IconMagnifyFullscreenSharp.tsx index 7b282d48a..52554576e 100644 --- a/src/IconMagnifyFullscreenSharp.tsx +++ b/src/IconMagnifyFullscreenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyFullscreenSharp: React.FC = ({ ...props diff --git a/src/IconMagnifyFullscreenSharpFilled.tsx b/src/IconMagnifyFullscreenSharpFilled.tsx index 035a13edd..b36d5a970 100644 --- a/src/IconMagnifyFullscreenSharpFilled.tsx +++ b/src/IconMagnifyFullscreenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMagnifyFullscreenSharpFilled: React.FC = ({ ...props diff --git a/src/IconMailLockOutlined.tsx b/src/IconMailLockOutlined.tsx index 002ad6cf2..a425e3376 100644 --- a/src/IconMailLockOutlined.tsx +++ b/src/IconMailLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailLockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMailLockOutlinedFilled.tsx b/src/IconMailLockOutlinedFilled.tsx index 507389ab4..a16071e56 100644 --- a/src/IconMailLockOutlinedFilled.tsx +++ b/src/IconMailLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMailLockRounded.tsx b/src/IconMailLockRounded.tsx index 4d63ec146..c5179213e 100644 --- a/src/IconMailLockRounded.tsx +++ b/src/IconMailLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMailLockRoundedFilled.tsx b/src/IconMailLockRoundedFilled.tsx index 4dc1490fb..0e99da696 100644 --- a/src/IconMailLockRoundedFilled.tsx +++ b/src/IconMailLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMailLockSharp.tsx b/src/IconMailLockSharp.tsx index 29cd0b9ec..de629c321 100644 --- a/src/IconMailLockSharp.tsx +++ b/src/IconMailLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMailLockSharpFilled.tsx b/src/IconMailLockSharpFilled.tsx index a483ff28c..16ea89803 100644 --- a/src/IconMailLockSharpFilled.tsx +++ b/src/IconMailLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailLockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMailOffOutlined.tsx b/src/IconMailOffOutlined.tsx index 1cc89c515..6c1e4ce73 100644 --- a/src/IconMailOffOutlined.tsx +++ b/src/IconMailOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMailOffOutlinedFilled.tsx b/src/IconMailOffOutlinedFilled.tsx index bd15c92c6..81bf3a885 100644 --- a/src/IconMailOffOutlinedFilled.tsx +++ b/src/IconMailOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMailOffRounded.tsx b/src/IconMailOffRounded.tsx index 4361f1695..ff7dadfe2 100644 --- a/src/IconMailOffRounded.tsx +++ b/src/IconMailOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMailOffRoundedFilled.tsx b/src/IconMailOffRoundedFilled.tsx index c1404701d..5ec82c4a9 100644 --- a/src/IconMailOffRoundedFilled.tsx +++ b/src/IconMailOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMailOffSharp.tsx b/src/IconMailOffSharp.tsx index 5d51b5579..33d1d7876 100644 --- a/src/IconMailOffSharp.tsx +++ b/src/IconMailOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMailOffSharpFilled.tsx b/src/IconMailOffSharpFilled.tsx index d53bc278a..e44d897bf 100644 --- a/src/IconMailOffSharpFilled.tsx +++ b/src/IconMailOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMailOutlined.tsx b/src/IconMailOutlined.tsx index 69b3a93ed..b72307fda 100644 --- a/src/IconMailOutlined.tsx +++ b/src/IconMailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMailOutlinedFilled.tsx b/src/IconMailOutlinedFilled.tsx index b1feb91fa..5bd2915cc 100644 --- a/src/IconMailOutlinedFilled.tsx +++ b/src/IconMailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMailRounded.tsx b/src/IconMailRounded.tsx deleted file mode 100644 index 3d690229c..000000000 --- a/src/IconMailRounded.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -export const IconMailRounded: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) diff --git a/src/IconMailRoundedFilled.tsx b/src/IconMailRoundedFilled.tsx index 5c87249e4..2f1795d61 100644 --- a/src/IconMailRoundedFilled.tsx +++ b/src/IconMailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMailSharp.tsx b/src/IconMailSharp.tsx index 6ff831792..61b11d52f 100644 --- a/src/IconMailSharp.tsx +++ b/src/IconMailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMailSharpFilled.tsx b/src/IconMailSharpFilled.tsx index 4d273113e..1829c4de9 100644 --- a/src/IconMailSharpFilled.tsx +++ b/src/IconMailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMailSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMaleOutlined.tsx b/src/IconMaleOutlined.tsx index 1b9f420a1..f4071068d 100644 --- a/src/IconMaleOutlined.tsx +++ b/src/IconMaleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMaleOutlinedFilled.tsx b/src/IconMaleOutlinedFilled.tsx index 5bcf25686..b41f28b7a 100644 --- a/src/IconMaleOutlinedFilled.tsx +++ b/src/IconMaleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMaleRounded.tsx b/src/IconMaleRounded.tsx index 0d73afe5d..952bd465d 100644 --- a/src/IconMaleRounded.tsx +++ b/src/IconMaleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMaleRoundedFilled.tsx b/src/IconMaleRoundedFilled.tsx index 5ce06c6ee..0cb1ed9c4 100644 --- a/src/IconMaleRoundedFilled.tsx +++ b/src/IconMaleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMaleSharp.tsx b/src/IconMaleSharp.tsx index 9ce88fcdf..1a5fdac6e 100644 --- a/src/IconMaleSharp.tsx +++ b/src/IconMaleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMaleSharpFilled.tsx b/src/IconMaleSharpFilled.tsx index 1991abfe6..56790f754 100644 --- a/src/IconMaleSharpFilled.tsx +++ b/src/IconMaleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMan2Outlined.tsx b/src/IconMan2Outlined.tsx index 160c03a75..799f12c2f 100644 --- a/src/IconMan2Outlined.tsx +++ b/src/IconMan2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMan2OutlinedFilled.tsx b/src/IconMan2OutlinedFilled.tsx index 4872828c2..110f78657 100644 --- a/src/IconMan2OutlinedFilled.tsx +++ b/src/IconMan2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan2OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMan2Rounded.tsx b/src/IconMan2Rounded.tsx index 50c3d37b7..cde7d9778 100644 --- a/src/IconMan2Rounded.tsx +++ b/src/IconMan2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMan2RoundedFilled.tsx b/src/IconMan2RoundedFilled.tsx index 18be9aafd..6c62ee3ee 100644 --- a/src/IconMan2RoundedFilled.tsx +++ b/src/IconMan2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMan2Sharp.tsx b/src/IconMan2Sharp.tsx index f9bcb4004..2b76ca1f9 100644 --- a/src/IconMan2Sharp.tsx +++ b/src/IconMan2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMan2SharpFilled.tsx b/src/IconMan2SharpFilled.tsx index ca9d19d9b..974042d26 100644 --- a/src/IconMan2SharpFilled.tsx +++ b/src/IconMan2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMan3Outlined.tsx b/src/IconMan3Outlined.tsx index efea00a43..4d6848a52 100644 --- a/src/IconMan3Outlined.tsx +++ b/src/IconMan3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMan3OutlinedFilled.tsx b/src/IconMan3OutlinedFilled.tsx index 58bcd35ac..1a4b7b648 100644 --- a/src/IconMan3OutlinedFilled.tsx +++ b/src/IconMan3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan3OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMan3Rounded.tsx b/src/IconMan3Rounded.tsx index 08939210e..ddb224a93 100644 --- a/src/IconMan3Rounded.tsx +++ b/src/IconMan3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMan3RoundedFilled.tsx b/src/IconMan3RoundedFilled.tsx index 1e3369528..253370f2c 100644 --- a/src/IconMan3RoundedFilled.tsx +++ b/src/IconMan3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan3RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMan3Sharp.tsx b/src/IconMan3Sharp.tsx index 5e9db2892..6786cb6b3 100644 --- a/src/IconMan3Sharp.tsx +++ b/src/IconMan3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMan3SharpFilled.tsx b/src/IconMan3SharpFilled.tsx index 753413e52..699db9ed8 100644 --- a/src/IconMan3SharpFilled.tsx +++ b/src/IconMan3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMan4Outlined.tsx b/src/IconMan4Outlined.tsx index a0918946a..18199c884 100644 --- a/src/IconMan4Outlined.tsx +++ b/src/IconMan4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMan4OutlinedFilled.tsx b/src/IconMan4OutlinedFilled.tsx index 2fdd5f5e6..057c6cf67 100644 --- a/src/IconMan4OutlinedFilled.tsx +++ b/src/IconMan4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan4OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMan4Rounded.tsx b/src/IconMan4Rounded.tsx index be28a222d..4d74e5b96 100644 --- a/src/IconMan4Rounded.tsx +++ b/src/IconMan4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMan4RoundedFilled.tsx b/src/IconMan4RoundedFilled.tsx index 4a342933b..1ebbb96fa 100644 --- a/src/IconMan4RoundedFilled.tsx +++ b/src/IconMan4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan4RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMan4Sharp.tsx b/src/IconMan4Sharp.tsx index 3deeff638..c561adca8 100644 --- a/src/IconMan4Sharp.tsx +++ b/src/IconMan4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMan4SharpFilled.tsx b/src/IconMan4SharpFilled.tsx index 8a786ffde..90d139c99 100644 --- a/src/IconMan4SharpFilled.tsx +++ b/src/IconMan4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMan4SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconManOutlined.tsx b/src/IconManOutlined.tsx index cf2f95937..ed3befc07 100644 --- a/src/IconManOutlined.tsx +++ b/src/IconManOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconManOutlinedFilled.tsx b/src/IconManOutlinedFilled.tsx index 135b93579..73517ff01 100644 --- a/src/IconManOutlinedFilled.tsx +++ b/src/IconManOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconManRounded.tsx b/src/IconManRounded.tsx index 4256d543a..672ccef8b 100644 --- a/src/IconManRounded.tsx +++ b/src/IconManRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconManRoundedFilled.tsx b/src/IconManRoundedFilled.tsx index fc611fa56..ee37e98d6 100644 --- a/src/IconManRoundedFilled.tsx +++ b/src/IconManRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconManSharp.tsx b/src/IconManSharp.tsx index 6b3f8f38c..8b6ec1410 100644 --- a/src/IconManSharp.tsx +++ b/src/IconManSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconManSharpFilled.tsx b/src/IconManSharpFilled.tsx index 428f93c18..8de879e61 100644 --- a/src/IconManSharpFilled.tsx +++ b/src/IconManSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconManageAccountsOutlined.tsx b/src/IconManageAccountsOutlined.tsx index 8dcaef6d6..f5b9dd841 100644 --- a/src/IconManageAccountsOutlined.tsx +++ b/src/IconManageAccountsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageAccountsOutlined: React.FC = ({ ...props diff --git a/src/IconManageAccountsOutlinedFilled.tsx b/src/IconManageAccountsOutlinedFilled.tsx index a1782fc81..eab69631f 100644 --- a/src/IconManageAccountsOutlinedFilled.tsx +++ b/src/IconManageAccountsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageAccountsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconManageAccountsRounded.tsx b/src/IconManageAccountsRounded.tsx index 52f56c057..24284d6d3 100644 --- a/src/IconManageAccountsRounded.tsx +++ b/src/IconManageAccountsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageAccountsRounded: React.FC = ({ ...props diff --git a/src/IconManageAccountsRoundedFilled.tsx b/src/IconManageAccountsRoundedFilled.tsx index e8cb4648f..7d04097ae 100644 --- a/src/IconManageAccountsRoundedFilled.tsx +++ b/src/IconManageAccountsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageAccountsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconManageAccountsSharp.tsx b/src/IconManageAccountsSharp.tsx index b8376ba08..c715059f8 100644 --- a/src/IconManageAccountsSharp.tsx +++ b/src/IconManageAccountsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageAccountsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconManageAccountsSharpFilled.tsx b/src/IconManageAccountsSharpFilled.tsx index 598f93313..24bf741bd 100644 --- a/src/IconManageAccountsSharpFilled.tsx +++ b/src/IconManageAccountsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageAccountsSharpFilled: React.FC = ({ ...props diff --git a/src/IconManageHistoryOutlined.tsx b/src/IconManageHistoryOutlined.tsx index 60c6c07f5..b04219dfc 100644 --- a/src/IconManageHistoryOutlined.tsx +++ b/src/IconManageHistoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageHistoryOutlined: React.FC = ({ ...props diff --git a/src/IconManageHistoryOutlinedFilled.tsx b/src/IconManageHistoryOutlinedFilled.tsx index 90bf2f166..2634a3a35 100644 --- a/src/IconManageHistoryOutlinedFilled.tsx +++ b/src/IconManageHistoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageHistoryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconManageHistoryRounded.tsx b/src/IconManageHistoryRounded.tsx index 397a81b29..f8327b11f 100644 --- a/src/IconManageHistoryRounded.tsx +++ b/src/IconManageHistoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageHistoryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconManageHistoryRoundedFilled.tsx b/src/IconManageHistoryRoundedFilled.tsx index 196ddde0d..0cdddebba 100644 --- a/src/IconManageHistoryRoundedFilled.tsx +++ b/src/IconManageHistoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageHistoryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconManageHistorySharp.tsx b/src/IconManageHistorySharp.tsx index a155e8a30..0e2ef427a 100644 --- a/src/IconManageHistorySharp.tsx +++ b/src/IconManageHistorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageHistorySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconManageHistorySharpFilled.tsx b/src/IconManageHistorySharpFilled.tsx index 13d493db2..af2bb490a 100644 --- a/src/IconManageHistorySharpFilled.tsx +++ b/src/IconManageHistorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageHistorySharpFilled: React.FC = ({ ...props diff --git a/src/IconManageSearchOutlined.tsx b/src/IconManageSearchOutlined.tsx index e931d2a92..859111474 100644 --- a/src/IconManageSearchOutlined.tsx +++ b/src/IconManageSearchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageSearchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconManageSearchOutlinedFilled.tsx b/src/IconManageSearchOutlinedFilled.tsx index 38bc94d67..b083fcab5 100644 --- a/src/IconManageSearchOutlinedFilled.tsx +++ b/src/IconManageSearchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageSearchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconManageSearchRounded.tsx b/src/IconManageSearchRounded.tsx index 512163196..12fd91dc1 100644 --- a/src/IconManageSearchRounded.tsx +++ b/src/IconManageSearchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageSearchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconManageSearchRoundedFilled.tsx b/src/IconManageSearchRoundedFilled.tsx index e7cc97972..b03d86150 100644 --- a/src/IconManageSearchRoundedFilled.tsx +++ b/src/IconManageSearchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageSearchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconManageSearchSharp.tsx b/src/IconManageSearchSharp.tsx index b7485c90c..743f0893e 100644 --- a/src/IconManageSearchSharp.tsx +++ b/src/IconManageSearchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageSearchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconManageSearchSharpFilled.tsx b/src/IconManageSearchSharpFilled.tsx index e7fa85708..44b7ad907 100644 --- a/src/IconManageSearchSharpFilled.tsx +++ b/src/IconManageSearchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManageSearchSharpFilled: React.FC = ({ ...props diff --git a/src/IconMangaOutlined.tsx b/src/IconMangaOutlined.tsx index 3901ddd02..6dba82cd0 100644 --- a/src/IconMangaOutlined.tsx +++ b/src/IconMangaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMangaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMangaOutlinedFilled.tsx b/src/IconMangaOutlinedFilled.tsx index 654a74871..9a5a3688f 100644 --- a/src/IconMangaOutlinedFilled.tsx +++ b/src/IconMangaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMangaOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMangaRounded.tsx b/src/IconMangaRounded.tsx index 2b53b3e4d..f4bdfda45 100644 --- a/src/IconMangaRounded.tsx +++ b/src/IconMangaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMangaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMangaRoundedFilled.tsx b/src/IconMangaRoundedFilled.tsx index 133e25fc5..33f3f5a26 100644 --- a/src/IconMangaRoundedFilled.tsx +++ b/src/IconMangaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMangaRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMangaSharp.tsx b/src/IconMangaSharp.tsx index 72ca0402b..c291da9a4 100644 --- a/src/IconMangaSharp.tsx +++ b/src/IconMangaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMangaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMangaSharpFilled.tsx b/src/IconMangaSharpFilled.tsx index 7484fef2d..334bd9da1 100644 --- a/src/IconMangaSharpFilled.tsx +++ b/src/IconMangaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMangaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconManufacturingOutlined.tsx b/src/IconManufacturingOutlined.tsx index 847f9777a..b3da7cdc2 100644 --- a/src/IconManufacturingOutlined.tsx +++ b/src/IconManufacturingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManufacturingOutlined: React.FC = ({ ...props diff --git a/src/IconManufacturingOutlinedFilled.tsx b/src/IconManufacturingOutlinedFilled.tsx index 4e35474ba..775ef5fcd 100644 --- a/src/IconManufacturingOutlinedFilled.tsx +++ b/src/IconManufacturingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManufacturingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconManufacturingRounded.tsx b/src/IconManufacturingRounded.tsx index 9303516fc..764b5e0f9 100644 --- a/src/IconManufacturingRounded.tsx +++ b/src/IconManufacturingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManufacturingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconManufacturingRoundedFilled.tsx b/src/IconManufacturingRoundedFilled.tsx index 696936afe..e56919d92 100644 --- a/src/IconManufacturingRoundedFilled.tsx +++ b/src/IconManufacturingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManufacturingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconManufacturingSharp.tsx b/src/IconManufacturingSharp.tsx index bc5f8d86b..497197647 100644 --- a/src/IconManufacturingSharp.tsx +++ b/src/IconManufacturingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManufacturingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconManufacturingSharpFilled.tsx b/src/IconManufacturingSharpFilled.tsx index d735030b0..be46300e8 100644 --- a/src/IconManufacturingSharpFilled.tsx +++ b/src/IconManufacturingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconManufacturingSharpFilled: React.FC = ({ ...props diff --git a/src/IconMapOutlined.tsx b/src/IconMapOutlined.tsx index 407826f48..1dff37ccd 100644 --- a/src/IconMapOutlined.tsx +++ b/src/IconMapOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMapOutlinedFilled.tsx b/src/IconMapOutlinedFilled.tsx index abfde8449..7b419ff19 100644 --- a/src/IconMapOutlinedFilled.tsx +++ b/src/IconMapOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMapRounded.tsx b/src/IconMapRounded.tsx index 1c67bef11..43fde6de2 100644 --- a/src/IconMapRounded.tsx +++ b/src/IconMapRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMapRoundedFilled.tsx b/src/IconMapRoundedFilled.tsx index e7cd4e9a1..3be47a9c0 100644 --- a/src/IconMapRoundedFilled.tsx +++ b/src/IconMapRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMapSharp.tsx b/src/IconMapSharp.tsx index debd9697b..f9909db10 100644 --- a/src/IconMapSharp.tsx +++ b/src/IconMapSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMapSharpFilled.tsx b/src/IconMapSharpFilled.tsx index bbb619f8f..06ba261ef 100644 --- a/src/IconMapSharpFilled.tsx +++ b/src/IconMapSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMapsUgcOutlined.tsx b/src/IconMapsUgcOutlined.tsx index f939c5e67..c681bc86d 100644 --- a/src/IconMapsUgcOutlined.tsx +++ b/src/IconMapsUgcOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapsUgcOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMapsUgcOutlinedFilled.tsx b/src/IconMapsUgcOutlinedFilled.tsx index e3233e278..b6f02a150 100644 --- a/src/IconMapsUgcOutlinedFilled.tsx +++ b/src/IconMapsUgcOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapsUgcOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMapsUgcRounded.tsx b/src/IconMapsUgcRounded.tsx index 458a92f81..bcdde123b 100644 --- a/src/IconMapsUgcRounded.tsx +++ b/src/IconMapsUgcRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapsUgcRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMapsUgcRoundedFilled.tsx b/src/IconMapsUgcRoundedFilled.tsx index 9455e4600..3229744aa 100644 --- a/src/IconMapsUgcRoundedFilled.tsx +++ b/src/IconMapsUgcRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapsUgcRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMapsUgcSharp.tsx b/src/IconMapsUgcSharp.tsx index 266c03254..eb44181a6 100644 --- a/src/IconMapsUgcSharp.tsx +++ b/src/IconMapsUgcSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapsUgcSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMapsUgcSharpFilled.tsx b/src/IconMapsUgcSharpFilled.tsx index 4ba235068..459d9d2f9 100644 --- a/src/IconMapsUgcSharpFilled.tsx +++ b/src/IconMapsUgcSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMapsUgcSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMarginOutlined.tsx b/src/IconMarginOutlined.tsx index 0948a400f..2c4ab4874 100644 --- a/src/IconMarginOutlined.tsx +++ b/src/IconMarginOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarginOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMarginOutlinedFilled.tsx b/src/IconMarginOutlinedFilled.tsx index 29c52864c..e85049230 100644 --- a/src/IconMarginOutlinedFilled.tsx +++ b/src/IconMarginOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarginOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMarginRounded.tsx b/src/IconMarginRounded.tsx index 9e9ff05e3..aa39d9e9d 100644 --- a/src/IconMarginRounded.tsx +++ b/src/IconMarginRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarginRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMarginRoundedFilled.tsx b/src/IconMarginRoundedFilled.tsx index c8e42a8b3..e64417f16 100644 --- a/src/IconMarginRoundedFilled.tsx +++ b/src/IconMarginRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarginRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMarginSharp.tsx b/src/IconMarginSharp.tsx index a13142be0..5cd3a8680 100644 --- a/src/IconMarginSharp.tsx +++ b/src/IconMarginSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarginSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMarginSharpFilled.tsx b/src/IconMarginSharpFilled.tsx index 0af1fc86a..cc75f006e 100644 --- a/src/IconMarginSharpFilled.tsx +++ b/src/IconMarginSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarginSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkAsUnreadOutlined.tsx b/src/IconMarkAsUnreadOutlined.tsx index d2ab3ca8a..62bc5cd7a 100644 --- a/src/IconMarkAsUnreadOutlined.tsx +++ b/src/IconMarkAsUnreadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkAsUnreadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkAsUnreadOutlinedFilled.tsx b/src/IconMarkAsUnreadOutlinedFilled.tsx index ab1eeedb2..5270f7cc4 100644 --- a/src/IconMarkAsUnreadOutlinedFilled.tsx +++ b/src/IconMarkAsUnreadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkAsUnreadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMarkAsUnreadRounded.tsx b/src/IconMarkAsUnreadRounded.tsx index 8a6d3cc0a..4c00c0ebd 100644 --- a/src/IconMarkAsUnreadRounded.tsx +++ b/src/IconMarkAsUnreadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkAsUnreadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkAsUnreadRoundedFilled.tsx b/src/IconMarkAsUnreadRoundedFilled.tsx index 1bfb588d1..1b93ef2a3 100644 --- a/src/IconMarkAsUnreadRoundedFilled.tsx +++ b/src/IconMarkAsUnreadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkAsUnreadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMarkAsUnreadSharp.tsx b/src/IconMarkAsUnreadSharp.tsx index ff4f26c27..86927ff6b 100644 --- a/src/IconMarkAsUnreadSharp.tsx +++ b/src/IconMarkAsUnreadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkAsUnreadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkAsUnreadSharpFilled.tsx b/src/IconMarkAsUnreadSharpFilled.tsx index 3b35d8646..7fcb1ad1e 100644 --- a/src/IconMarkAsUnreadSharpFilled.tsx +++ b/src/IconMarkAsUnreadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkAsUnreadSharpFilled: React.FC = ({ ...props diff --git a/src/IconMarkChatReadOutlined.tsx b/src/IconMarkChatReadOutlined.tsx index 7696469ea..b13a68b31 100644 --- a/src/IconMarkChatReadOutlined.tsx +++ b/src/IconMarkChatReadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatReadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkChatReadOutlinedFilled.tsx b/src/IconMarkChatReadOutlinedFilled.tsx index ec210b4ce..5a719f165 100644 --- a/src/IconMarkChatReadOutlinedFilled.tsx +++ b/src/IconMarkChatReadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatReadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMarkChatReadRounded.tsx b/src/IconMarkChatReadRounded.tsx index ae7b5dffa..971a69a07 100644 --- a/src/IconMarkChatReadRounded.tsx +++ b/src/IconMarkChatReadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatReadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkChatReadRoundedFilled.tsx b/src/IconMarkChatReadRoundedFilled.tsx index 4967c0880..306934807 100644 --- a/src/IconMarkChatReadRoundedFilled.tsx +++ b/src/IconMarkChatReadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatReadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMarkChatReadSharp.tsx b/src/IconMarkChatReadSharp.tsx index 5251efa0b..6f1f61f25 100644 --- a/src/IconMarkChatReadSharp.tsx +++ b/src/IconMarkChatReadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatReadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkChatReadSharpFilled.tsx b/src/IconMarkChatReadSharpFilled.tsx index 629ad2b2e..621888f7f 100644 --- a/src/IconMarkChatReadSharpFilled.tsx +++ b/src/IconMarkChatReadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatReadSharpFilled: React.FC = ({ ...props diff --git a/src/IconMarkChatUnreadOutlined.tsx b/src/IconMarkChatUnreadOutlined.tsx index 2a5ea99b6..2227fc8e1 100644 --- a/src/IconMarkChatUnreadOutlined.tsx +++ b/src/IconMarkChatUnreadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatUnreadOutlined: React.FC = ({ ...props diff --git a/src/IconMarkChatUnreadOutlinedFilled.tsx b/src/IconMarkChatUnreadOutlinedFilled.tsx index 1243c3685..abac58d4b 100644 --- a/src/IconMarkChatUnreadOutlinedFilled.tsx +++ b/src/IconMarkChatUnreadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatUnreadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMarkChatUnreadRounded.tsx b/src/IconMarkChatUnreadRounded.tsx index 808cebd51..0a5e40188 100644 --- a/src/IconMarkChatUnreadRounded.tsx +++ b/src/IconMarkChatUnreadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatUnreadRounded: React.FC = ({ ...props diff --git a/src/IconMarkChatUnreadRoundedFilled.tsx b/src/IconMarkChatUnreadRoundedFilled.tsx index 0c4d7c4d1..230087f3b 100644 --- a/src/IconMarkChatUnreadRoundedFilled.tsx +++ b/src/IconMarkChatUnreadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatUnreadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMarkChatUnreadSharp.tsx b/src/IconMarkChatUnreadSharp.tsx index c5a4f9a3d..132f27b5e 100644 --- a/src/IconMarkChatUnreadSharp.tsx +++ b/src/IconMarkChatUnreadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatUnreadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkChatUnreadSharpFilled.tsx b/src/IconMarkChatUnreadSharpFilled.tsx index 95efbef5e..ae036d1f3 100644 --- a/src/IconMarkChatUnreadSharpFilled.tsx +++ b/src/IconMarkChatUnreadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkChatUnreadSharpFilled: React.FC = ({ ...props diff --git a/src/IconMarkEmailReadOutlined.tsx b/src/IconMarkEmailReadOutlined.tsx index 6600fca95..f5181c1ad 100644 --- a/src/IconMarkEmailReadOutlined.tsx +++ b/src/IconMarkEmailReadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailReadOutlined: React.FC = ({ ...props diff --git a/src/IconMarkEmailReadOutlinedFilled.tsx b/src/IconMarkEmailReadOutlinedFilled.tsx index 821bf91df..95454ce65 100644 --- a/src/IconMarkEmailReadOutlinedFilled.tsx +++ b/src/IconMarkEmailReadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailReadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMarkEmailReadRounded.tsx b/src/IconMarkEmailReadRounded.tsx index dc9742305..334d698de 100644 --- a/src/IconMarkEmailReadRounded.tsx +++ b/src/IconMarkEmailReadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailReadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkEmailReadRoundedFilled.tsx b/src/IconMarkEmailReadRoundedFilled.tsx index b6f94bd7a..0335ebf59 100644 --- a/src/IconMarkEmailReadRoundedFilled.tsx +++ b/src/IconMarkEmailReadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailReadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMarkEmailReadSharp.tsx b/src/IconMarkEmailReadSharp.tsx index 03466ee97..78f34864b 100644 --- a/src/IconMarkEmailReadSharp.tsx +++ b/src/IconMarkEmailReadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailReadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkEmailReadSharpFilled.tsx b/src/IconMarkEmailReadSharpFilled.tsx index b0048c6e9..cd476d2eb 100644 --- a/src/IconMarkEmailReadSharpFilled.tsx +++ b/src/IconMarkEmailReadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailReadSharpFilled: React.FC = ({ ...props diff --git a/src/IconMarkEmailUnreadOutlined.tsx b/src/IconMarkEmailUnreadOutlined.tsx index 5edb87ce7..ac53f19cf 100644 --- a/src/IconMarkEmailUnreadOutlined.tsx +++ b/src/IconMarkEmailUnreadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailUnreadOutlined: React.FC = ({ ...props diff --git a/src/IconMarkEmailUnreadOutlinedFilled.tsx b/src/IconMarkEmailUnreadOutlinedFilled.tsx index d0045413e..84ff2254b 100644 --- a/src/IconMarkEmailUnreadOutlinedFilled.tsx +++ b/src/IconMarkEmailUnreadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailUnreadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMarkEmailUnreadRounded.tsx b/src/IconMarkEmailUnreadRounded.tsx index 0ff868b19..03be2fb5a 100644 --- a/src/IconMarkEmailUnreadRounded.tsx +++ b/src/IconMarkEmailUnreadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailUnreadRounded: React.FC = ({ ...props diff --git a/src/IconMarkEmailUnreadRoundedFilled.tsx b/src/IconMarkEmailUnreadRoundedFilled.tsx index 906313185..59252ae80 100644 --- a/src/IconMarkEmailUnreadRoundedFilled.tsx +++ b/src/IconMarkEmailUnreadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailUnreadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMarkEmailUnreadSharp.tsx b/src/IconMarkEmailUnreadSharp.tsx index ffdd06b51..756b3e4f4 100644 --- a/src/IconMarkEmailUnreadSharp.tsx +++ b/src/IconMarkEmailUnreadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailUnreadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkEmailUnreadSharpFilled.tsx b/src/IconMarkEmailUnreadSharpFilled.tsx index 029ef03ed..fe757e294 100644 --- a/src/IconMarkEmailUnreadSharpFilled.tsx +++ b/src/IconMarkEmailUnreadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkEmailUnreadSharpFilled: React.FC = ({ ...props diff --git a/src/IconMarkUnreadChatAltOutlined.tsx b/src/IconMarkUnreadChatAltOutlined.tsx index f8ca05fe1..e5f20fa04 100644 --- a/src/IconMarkUnreadChatAltOutlined.tsx +++ b/src/IconMarkUnreadChatAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkUnreadChatAltOutlined: React.FC = ({ ...props diff --git a/src/IconMarkUnreadChatAltOutlinedFilled.tsx b/src/IconMarkUnreadChatAltOutlinedFilled.tsx index a8a721528..f410dd25c 100644 --- a/src/IconMarkUnreadChatAltOutlinedFilled.tsx +++ b/src/IconMarkUnreadChatAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkUnreadChatAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMarkUnreadChatAltRounded.tsx b/src/IconMarkUnreadChatAltRounded.tsx index 6ed65a4c8..6bd59fbfe 100644 --- a/src/IconMarkUnreadChatAltRounded.tsx +++ b/src/IconMarkUnreadChatAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkUnreadChatAltRounded: React.FC = ({ ...props diff --git a/src/IconMarkUnreadChatAltRoundedFilled.tsx b/src/IconMarkUnreadChatAltRoundedFilled.tsx index 295265749..9a7db6e2a 100644 --- a/src/IconMarkUnreadChatAltRoundedFilled.tsx +++ b/src/IconMarkUnreadChatAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkUnreadChatAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMarkUnreadChatAltSharp.tsx b/src/IconMarkUnreadChatAltSharp.tsx index 27f129a3d..a45aab802 100644 --- a/src/IconMarkUnreadChatAltSharp.tsx +++ b/src/IconMarkUnreadChatAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkUnreadChatAltSharp: React.FC = ({ ...props diff --git a/src/IconMarkUnreadChatAltSharpFilled.tsx b/src/IconMarkUnreadChatAltSharpFilled.tsx index 871a72f36..323af92dd 100644 --- a/src/IconMarkUnreadChatAltSharpFilled.tsx +++ b/src/IconMarkUnreadChatAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkUnreadChatAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconMarkdownCopyOutlined.tsx b/src/IconMarkdownCopyOutlined.tsx index 74a8bdbc5..25e14edff 100644 --- a/src/IconMarkdownCopyOutlined.tsx +++ b/src/IconMarkdownCopyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownCopyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkdownCopyOutlinedFilled.tsx b/src/IconMarkdownCopyOutlinedFilled.tsx index 7f3a6cc7e..1cf7b696d 100644 --- a/src/IconMarkdownCopyOutlinedFilled.tsx +++ b/src/IconMarkdownCopyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownCopyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMarkdownCopyRounded.tsx b/src/IconMarkdownCopyRounded.tsx index 4683ebd3b..2d59f833d 100644 --- a/src/IconMarkdownCopyRounded.tsx +++ b/src/IconMarkdownCopyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownCopyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkdownCopyRoundedFilled.tsx b/src/IconMarkdownCopyRoundedFilled.tsx index 5b9c93102..e40d9d86f 100644 --- a/src/IconMarkdownCopyRoundedFilled.tsx +++ b/src/IconMarkdownCopyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownCopyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMarkdownCopySharp.tsx b/src/IconMarkdownCopySharp.tsx index 804fc9216..5a696451f 100644 --- a/src/IconMarkdownCopySharp.tsx +++ b/src/IconMarkdownCopySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownCopySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkdownCopySharpFilled.tsx b/src/IconMarkdownCopySharpFilled.tsx index e64b85b80..42f0f71bc 100644 --- a/src/IconMarkdownCopySharpFilled.tsx +++ b/src/IconMarkdownCopySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownCopySharpFilled: React.FC = ({ ...props diff --git a/src/IconMarkdownOutlined.tsx b/src/IconMarkdownOutlined.tsx index e27c1047f..7c1e0f6ac 100644 --- a/src/IconMarkdownOutlined.tsx +++ b/src/IconMarkdownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkdownOutlinedFilled.tsx b/src/IconMarkdownOutlinedFilled.tsx index 4d9934d3e..3527a29bd 100644 --- a/src/IconMarkdownOutlinedFilled.tsx +++ b/src/IconMarkdownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMarkdownPasteOutlined.tsx b/src/IconMarkdownPasteOutlined.tsx index 6c1686f8d..b2c699bac 100644 --- a/src/IconMarkdownPasteOutlined.tsx +++ b/src/IconMarkdownPasteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownPasteOutlined: React.FC = ({ ...props diff --git a/src/IconMarkdownPasteOutlinedFilled.tsx b/src/IconMarkdownPasteOutlinedFilled.tsx index a6ecc1293..14cf7f8bf 100644 --- a/src/IconMarkdownPasteOutlinedFilled.tsx +++ b/src/IconMarkdownPasteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownPasteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMarkdownPasteRounded.tsx b/src/IconMarkdownPasteRounded.tsx index 73f6dd485..25fdccb72 100644 --- a/src/IconMarkdownPasteRounded.tsx +++ b/src/IconMarkdownPasteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownPasteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkdownPasteRoundedFilled.tsx b/src/IconMarkdownPasteRoundedFilled.tsx index c01a1c839..81e057b41 100644 --- a/src/IconMarkdownPasteRoundedFilled.tsx +++ b/src/IconMarkdownPasteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownPasteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMarkdownPasteSharp.tsx b/src/IconMarkdownPasteSharp.tsx index 9b35e46ff..ec887aba4 100644 --- a/src/IconMarkdownPasteSharp.tsx +++ b/src/IconMarkdownPasteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownPasteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkdownPasteSharpFilled.tsx b/src/IconMarkdownPasteSharpFilled.tsx index 7454cd1bf..03babf05e 100644 --- a/src/IconMarkdownPasteSharpFilled.tsx +++ b/src/IconMarkdownPasteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownPasteSharpFilled: React.FC = ({ ...props diff --git a/src/IconMarkdownRounded.tsx b/src/IconMarkdownRounded.tsx index d2456da02..3fd404f16 100644 --- a/src/IconMarkdownRounded.tsx +++ b/src/IconMarkdownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkdownRoundedFilled.tsx b/src/IconMarkdownRoundedFilled.tsx index aeb91bb87..7945aefe2 100644 --- a/src/IconMarkdownRoundedFilled.tsx +++ b/src/IconMarkdownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMarkdownSharp.tsx b/src/IconMarkdownSharp.tsx index 9cd7a1a08..49d881d8a 100644 --- a/src/IconMarkdownSharp.tsx +++ b/src/IconMarkdownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkdownSharpFilled.tsx b/src/IconMarkdownSharpFilled.tsx index 015c2b4a1..aa00ad230 100644 --- a/src/IconMarkdownSharpFilled.tsx +++ b/src/IconMarkdownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkdownSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMarkunreadMailboxOutlined.tsx b/src/IconMarkunreadMailboxOutlined.tsx index 4f9addaac..be766d5f1 100644 --- a/src/IconMarkunreadMailboxOutlined.tsx +++ b/src/IconMarkunreadMailboxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkunreadMailboxOutlined: React.FC = ({ ...props diff --git a/src/IconMarkunreadMailboxOutlinedFilled.tsx b/src/IconMarkunreadMailboxOutlinedFilled.tsx index 41883769e..87097f679 100644 --- a/src/IconMarkunreadMailboxOutlinedFilled.tsx +++ b/src/IconMarkunreadMailboxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkunreadMailboxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMarkunreadMailboxRounded.tsx b/src/IconMarkunreadMailboxRounded.tsx index 9b33a63f4..4bd46aade 100644 --- a/src/IconMarkunreadMailboxRounded.tsx +++ b/src/IconMarkunreadMailboxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkunreadMailboxRounded: React.FC = ({ ...props diff --git a/src/IconMarkunreadMailboxRoundedFilled.tsx b/src/IconMarkunreadMailboxRoundedFilled.tsx index b794628d1..f20c96e0d 100644 --- a/src/IconMarkunreadMailboxRoundedFilled.tsx +++ b/src/IconMarkunreadMailboxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkunreadMailboxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMarkunreadMailboxSharp.tsx b/src/IconMarkunreadMailboxSharp.tsx index 21782e1cc..773a37f0d 100644 --- a/src/IconMarkunreadMailboxSharp.tsx +++ b/src/IconMarkunreadMailboxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkunreadMailboxSharp: React.FC = ({ ...props diff --git a/src/IconMarkunreadMailboxSharpFilled.tsx b/src/IconMarkunreadMailboxSharpFilled.tsx index 53a969b59..af98e2299 100644 --- a/src/IconMarkunreadMailboxSharpFilled.tsx +++ b/src/IconMarkunreadMailboxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMarkunreadMailboxSharpFilled: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsAddOutlined.tsx b/src/IconMaskedTransitionsAddOutlined.tsx index 82948ad6f..7c29030b7 100644 --- a/src/IconMaskedTransitionsAddOutlined.tsx +++ b/src/IconMaskedTransitionsAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsAddOutlined: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsAddOutlinedFilled.tsx b/src/IconMaskedTransitionsAddOutlinedFilled.tsx index 82e94c933..1e88a8f7a 100644 --- a/src/IconMaskedTransitionsAddOutlinedFilled.tsx +++ b/src/IconMaskedTransitionsAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsAddRounded.tsx b/src/IconMaskedTransitionsAddRounded.tsx index 81afe5bb8..f3a600f4c 100644 --- a/src/IconMaskedTransitionsAddRounded.tsx +++ b/src/IconMaskedTransitionsAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsAddRounded: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsAddRoundedFilled.tsx b/src/IconMaskedTransitionsAddRoundedFilled.tsx index 32bee4156..0eca83781 100644 --- a/src/IconMaskedTransitionsAddRoundedFilled.tsx +++ b/src/IconMaskedTransitionsAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsAddSharp.tsx b/src/IconMaskedTransitionsAddSharp.tsx index 79eedf84f..c96c08976 100644 --- a/src/IconMaskedTransitionsAddSharp.tsx +++ b/src/IconMaskedTransitionsAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsAddSharp: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsAddSharpFilled.tsx b/src/IconMaskedTransitionsAddSharpFilled.tsx index 0e634e6a8..82b4f76c8 100644 --- a/src/IconMaskedTransitionsAddSharpFilled.tsx +++ b/src/IconMaskedTransitionsAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsOutlined.tsx b/src/IconMaskedTransitionsOutlined.tsx index 8220af9ec..9315856c1 100644 --- a/src/IconMaskedTransitionsOutlined.tsx +++ b/src/IconMaskedTransitionsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsOutlined: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsOutlinedFilled.tsx b/src/IconMaskedTransitionsOutlinedFilled.tsx index a1147afa2..d0b891da1 100644 --- a/src/IconMaskedTransitionsOutlinedFilled.tsx +++ b/src/IconMaskedTransitionsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsRounded.tsx b/src/IconMaskedTransitionsRounded.tsx index 553974df2..b1d2411e1 100644 --- a/src/IconMaskedTransitionsRounded.tsx +++ b/src/IconMaskedTransitionsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsRounded: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsRoundedFilled.tsx b/src/IconMaskedTransitionsRoundedFilled.tsx index 1ff10b0b3..15252b58d 100644 --- a/src/IconMaskedTransitionsRoundedFilled.tsx +++ b/src/IconMaskedTransitionsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsSharp.tsx b/src/IconMaskedTransitionsSharp.tsx index 3a64e5efd..6f1962360 100644 --- a/src/IconMaskedTransitionsSharp.tsx +++ b/src/IconMaskedTransitionsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsSharp: React.FC = ({ ...props diff --git a/src/IconMaskedTransitionsSharpFilled.tsx b/src/IconMaskedTransitionsSharpFilled.tsx index 6af559bbb..f6873ef8f 100644 --- a/src/IconMaskedTransitionsSharpFilled.tsx +++ b/src/IconMaskedTransitionsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaskedTransitionsSharpFilled: React.FC = ({ ...props diff --git a/src/IconMasksOutlined.tsx b/src/IconMasksOutlined.tsx index a3dca0029..6595fb22c 100644 --- a/src/IconMasksOutlined.tsx +++ b/src/IconMasksOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMasksOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMasksOutlinedFilled.tsx b/src/IconMasksOutlinedFilled.tsx index 44e971d49..2af493612 100644 --- a/src/IconMasksOutlinedFilled.tsx +++ b/src/IconMasksOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMasksOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMasksRounded.tsx b/src/IconMasksRounded.tsx index d78f5148f..e872e84d2 100644 --- a/src/IconMasksRounded.tsx +++ b/src/IconMasksRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMasksRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMasksRoundedFilled.tsx b/src/IconMasksRoundedFilled.tsx index e63450ff6..124769991 100644 --- a/src/IconMasksRoundedFilled.tsx +++ b/src/IconMasksRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMasksRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMasksSharp.tsx b/src/IconMasksSharp.tsx index 09b6f45da..527265098 100644 --- a/src/IconMasksSharp.tsx +++ b/src/IconMasksSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMasksSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMasksSharpFilled.tsx b/src/IconMasksSharpFilled.tsx index 3d3397db5..c150675b6 100644 --- a/src/IconMasksSharpFilled.tsx +++ b/src/IconMasksSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMasksSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMatchCaseOutlined.tsx b/src/IconMatchCaseOutlined.tsx index bd7051563..d7f37ba42 100644 --- a/src/IconMatchCaseOutlined.tsx +++ b/src/IconMatchCaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchCaseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMatchCaseOutlinedFilled.tsx b/src/IconMatchCaseOutlinedFilled.tsx index eb4a4bf68..4f27f0171 100644 --- a/src/IconMatchCaseOutlinedFilled.tsx +++ b/src/IconMatchCaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchCaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMatchCaseRounded.tsx b/src/IconMatchCaseRounded.tsx index a222e968f..26816680b 100644 --- a/src/IconMatchCaseRounded.tsx +++ b/src/IconMatchCaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchCaseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMatchCaseRoundedFilled.tsx b/src/IconMatchCaseRoundedFilled.tsx index 4a8c48d60..e18d493fb 100644 --- a/src/IconMatchCaseRoundedFilled.tsx +++ b/src/IconMatchCaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchCaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMatchCaseSharp.tsx b/src/IconMatchCaseSharp.tsx index 2cbc53afc..ebb0c3cda 100644 --- a/src/IconMatchCaseSharp.tsx +++ b/src/IconMatchCaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchCaseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMatchCaseSharpFilled.tsx b/src/IconMatchCaseSharpFilled.tsx index 1ed317f8a..42e6d8e1c 100644 --- a/src/IconMatchCaseSharpFilled.tsx +++ b/src/IconMatchCaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchCaseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMatchWordOutlined.tsx b/src/IconMatchWordOutlined.tsx index c6b8f8685..3e11fda3f 100644 --- a/src/IconMatchWordOutlined.tsx +++ b/src/IconMatchWordOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchWordOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMatchWordOutlinedFilled.tsx b/src/IconMatchWordOutlinedFilled.tsx index 7ec7381b9..b3d8e6fff 100644 --- a/src/IconMatchWordOutlinedFilled.tsx +++ b/src/IconMatchWordOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchWordOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMatchWordRounded.tsx b/src/IconMatchWordRounded.tsx index 12dba6740..e04c5bec0 100644 --- a/src/IconMatchWordRounded.tsx +++ b/src/IconMatchWordRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchWordRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMatchWordRoundedFilled.tsx b/src/IconMatchWordRoundedFilled.tsx index ae4fa5ec1..fdd95b0e1 100644 --- a/src/IconMatchWordRoundedFilled.tsx +++ b/src/IconMatchWordRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchWordRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMatchWordSharp.tsx b/src/IconMatchWordSharp.tsx index 4665bf20f..ab564c35c 100644 --- a/src/IconMatchWordSharp.tsx +++ b/src/IconMatchWordSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchWordSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMatchWordSharpFilled.tsx b/src/IconMatchWordSharpFilled.tsx index 46b738c12..02bc358b8 100644 --- a/src/IconMatchWordSharpFilled.tsx +++ b/src/IconMatchWordSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatchWordSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMatterOutlined.tsx b/src/IconMatterOutlined.tsx index 2a767494c..9d2c24c0b 100644 --- a/src/IconMatterOutlined.tsx +++ b/src/IconMatterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMatterOutlinedFilled.tsx b/src/IconMatterOutlinedFilled.tsx index f2d19cd1a..e449bbd2e 100644 --- a/src/IconMatterOutlinedFilled.tsx +++ b/src/IconMatterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatterOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMatterRounded.tsx b/src/IconMatterRounded.tsx index 3588e0d08..899679625 100644 --- a/src/IconMatterRounded.tsx +++ b/src/IconMatterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMatterRoundedFilled.tsx b/src/IconMatterRoundedFilled.tsx index a650991be..0140766ab 100644 --- a/src/IconMatterRoundedFilled.tsx +++ b/src/IconMatterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatterRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMatterSharp.tsx b/src/IconMatterSharp.tsx index 5bb19e645..0678c7e77 100644 --- a/src/IconMatterSharp.tsx +++ b/src/IconMatterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMatterSharpFilled.tsx b/src/IconMatterSharpFilled.tsx index 2d6b54fd6..14b59ddce 100644 --- a/src/IconMatterSharpFilled.tsx +++ b/src/IconMatterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMatterSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMaximizeOutlined.tsx b/src/IconMaximizeOutlined.tsx index 20582b9a4..4860e355d 100644 --- a/src/IconMaximizeOutlined.tsx +++ b/src/IconMaximizeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaximizeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMaximizeOutlinedFilled.tsx b/src/IconMaximizeOutlinedFilled.tsx index 1e672d8d7..02b2bd0c0 100644 --- a/src/IconMaximizeOutlinedFilled.tsx +++ b/src/IconMaximizeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaximizeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMaximizeRounded.tsx b/src/IconMaximizeRounded.tsx index 8d421ca95..85ea66acd 100644 --- a/src/IconMaximizeRounded.tsx +++ b/src/IconMaximizeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaximizeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMaximizeRoundedFilled.tsx b/src/IconMaximizeRoundedFilled.tsx index a13da6737..84bcf2381 100644 --- a/src/IconMaximizeRoundedFilled.tsx +++ b/src/IconMaximizeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaximizeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMaximizeSharp.tsx b/src/IconMaximizeSharp.tsx index 8b27d0b89..3e35bbc57 100644 --- a/src/IconMaximizeSharp.tsx +++ b/src/IconMaximizeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaximizeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMaximizeSharpFilled.tsx b/src/IconMaximizeSharpFilled.tsx index a46a183c6..f06137aa5 100644 --- a/src/IconMaximizeSharpFilled.tsx +++ b/src/IconMaximizeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMaximizeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMeasuringTapeOutlined.tsx b/src/IconMeasuringTapeOutlined.tsx index c47fd4a34..598241cde 100644 --- a/src/IconMeasuringTapeOutlined.tsx +++ b/src/IconMeasuringTapeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeasuringTapeOutlined: React.FC = ({ ...props diff --git a/src/IconMeasuringTapeOutlinedFilled.tsx b/src/IconMeasuringTapeOutlinedFilled.tsx index d332a54e3..3d500ebc1 100644 --- a/src/IconMeasuringTapeOutlinedFilled.tsx +++ b/src/IconMeasuringTapeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeasuringTapeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMeasuringTapeRounded.tsx b/src/IconMeasuringTapeRounded.tsx index 704df6d0e..7b731c2f2 100644 --- a/src/IconMeasuringTapeRounded.tsx +++ b/src/IconMeasuringTapeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeasuringTapeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMeasuringTapeRoundedFilled.tsx b/src/IconMeasuringTapeRoundedFilled.tsx index b4befd5a0..77b0c4288 100644 --- a/src/IconMeasuringTapeRoundedFilled.tsx +++ b/src/IconMeasuringTapeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeasuringTapeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMeasuringTapeSharp.tsx b/src/IconMeasuringTapeSharp.tsx index ddfca54d7..2d9d0b293 100644 --- a/src/IconMeasuringTapeSharp.tsx +++ b/src/IconMeasuringTapeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeasuringTapeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMeasuringTapeSharpFilled.tsx b/src/IconMeasuringTapeSharpFilled.tsx index a663d2ebf..e15c9973a 100644 --- a/src/IconMeasuringTapeSharpFilled.tsx +++ b/src/IconMeasuringTapeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeasuringTapeSharpFilled: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOffOutlined.tsx b/src/IconMediaBluetoothOffOutlined.tsx index 18fe045a1..593ae0cbb 100644 --- a/src/IconMediaBluetoothOffOutlined.tsx +++ b/src/IconMediaBluetoothOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOffOutlined: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOffOutlinedFilled.tsx b/src/IconMediaBluetoothOffOutlinedFilled.tsx index 195948e92..c34401c2c 100644 --- a/src/IconMediaBluetoothOffOutlinedFilled.tsx +++ b/src/IconMediaBluetoothOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOffRounded.tsx b/src/IconMediaBluetoothOffRounded.tsx index 694d10d2e..af2e563ea 100644 --- a/src/IconMediaBluetoothOffRounded.tsx +++ b/src/IconMediaBluetoothOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOffRounded: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOffRoundedFilled.tsx b/src/IconMediaBluetoothOffRoundedFilled.tsx index 3ef1b9f8e..78bd49d88 100644 --- a/src/IconMediaBluetoothOffRoundedFilled.tsx +++ b/src/IconMediaBluetoothOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOffSharp.tsx b/src/IconMediaBluetoothOffSharp.tsx index d8f80c5de..00df61c38 100644 --- a/src/IconMediaBluetoothOffSharp.tsx +++ b/src/IconMediaBluetoothOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOffSharp: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOffSharpFilled.tsx b/src/IconMediaBluetoothOffSharpFilled.tsx index 20db5a7a4..ae2ca3962 100644 --- a/src/IconMediaBluetoothOffSharpFilled.tsx +++ b/src/IconMediaBluetoothOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOnOutlined.tsx b/src/IconMediaBluetoothOnOutlined.tsx index 22f4e1a4f..53ec92540 100644 --- a/src/IconMediaBluetoothOnOutlined.tsx +++ b/src/IconMediaBluetoothOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOnOutlined: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOnOutlinedFilled.tsx b/src/IconMediaBluetoothOnOutlinedFilled.tsx index 4f7d8e41a..efce15eca 100644 --- a/src/IconMediaBluetoothOnOutlinedFilled.tsx +++ b/src/IconMediaBluetoothOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOnRounded.tsx b/src/IconMediaBluetoothOnRounded.tsx index eda811c68..45368936d 100644 --- a/src/IconMediaBluetoothOnRounded.tsx +++ b/src/IconMediaBluetoothOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOnRounded: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOnRoundedFilled.tsx b/src/IconMediaBluetoothOnRoundedFilled.tsx index c81577efd..7f155ef32 100644 --- a/src/IconMediaBluetoothOnRoundedFilled.tsx +++ b/src/IconMediaBluetoothOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOnSharp.tsx b/src/IconMediaBluetoothOnSharp.tsx index 0e65968d9..917a1750e 100644 --- a/src/IconMediaBluetoothOnSharp.tsx +++ b/src/IconMediaBluetoothOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOnSharp: React.FC = ({ ...props diff --git a/src/IconMediaBluetoothOnSharpFilled.tsx b/src/IconMediaBluetoothOnSharpFilled.tsx index 8c202119e..877b09695 100644 --- a/src/IconMediaBluetoothOnSharpFilled.tsx +++ b/src/IconMediaBluetoothOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaBluetoothOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconMediaLinkOutlined.tsx b/src/IconMediaLinkOutlined.tsx index 7a02f91e3..90fbc7eff 100644 --- a/src/IconMediaLinkOutlined.tsx +++ b/src/IconMediaLinkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaLinkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMediaLinkOutlinedFilled.tsx b/src/IconMediaLinkOutlinedFilled.tsx index c79a88088..553eaff5f 100644 --- a/src/IconMediaLinkOutlinedFilled.tsx +++ b/src/IconMediaLinkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaLinkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMediaLinkRounded.tsx b/src/IconMediaLinkRounded.tsx index b915f0ced..d85b3cbea 100644 --- a/src/IconMediaLinkRounded.tsx +++ b/src/IconMediaLinkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaLinkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMediaLinkRoundedFilled.tsx b/src/IconMediaLinkRoundedFilled.tsx index 44151c963..58f873177 100644 --- a/src/IconMediaLinkRoundedFilled.tsx +++ b/src/IconMediaLinkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaLinkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMediaLinkSharp.tsx b/src/IconMediaLinkSharp.tsx index b1e42197b..555f493f8 100644 --- a/src/IconMediaLinkSharp.tsx +++ b/src/IconMediaLinkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaLinkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMediaLinkSharpFilled.tsx b/src/IconMediaLinkSharpFilled.tsx index 3e18f5db1..48994b0d2 100644 --- a/src/IconMediaLinkSharpFilled.tsx +++ b/src/IconMediaLinkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaLinkSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMediaOutputOffOutlined.tsx b/src/IconMediaOutputOffOutlined.tsx index 43d03fa7b..0faee34b1 100644 --- a/src/IconMediaOutputOffOutlined.tsx +++ b/src/IconMediaOutputOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputOffOutlined: React.FC = ({ ...props diff --git a/src/IconMediaOutputOffOutlinedFilled.tsx b/src/IconMediaOutputOffOutlinedFilled.tsx index 04bc4ab19..8370025ce 100644 --- a/src/IconMediaOutputOffOutlinedFilled.tsx +++ b/src/IconMediaOutputOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMediaOutputOffRounded.tsx b/src/IconMediaOutputOffRounded.tsx index 2658f29e7..69e30c8dc 100644 --- a/src/IconMediaOutputOffRounded.tsx +++ b/src/IconMediaOutputOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputOffRounded: React.FC = ({ ...props diff --git a/src/IconMediaOutputOffRoundedFilled.tsx b/src/IconMediaOutputOffRoundedFilled.tsx index 42241c855..f447fb974 100644 --- a/src/IconMediaOutputOffRoundedFilled.tsx +++ b/src/IconMediaOutputOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMediaOutputOffSharp.tsx b/src/IconMediaOutputOffSharp.tsx index 726810ca5..77b509b3f 100644 --- a/src/IconMediaOutputOffSharp.tsx +++ b/src/IconMediaOutputOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMediaOutputOffSharpFilled.tsx b/src/IconMediaOutputOffSharpFilled.tsx index 5db9e85a5..67350cb27 100644 --- a/src/IconMediaOutputOffSharpFilled.tsx +++ b/src/IconMediaOutputOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconMediaOutputOutlined.tsx b/src/IconMediaOutputOutlined.tsx index 1dfe5c484..4e12cb52e 100644 --- a/src/IconMediaOutputOutlined.tsx +++ b/src/IconMediaOutputOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMediaOutputOutlinedFilled.tsx b/src/IconMediaOutputOutlinedFilled.tsx index 99fddaa31..55fb296dd 100644 --- a/src/IconMediaOutputOutlinedFilled.tsx +++ b/src/IconMediaOutputOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMediaOutputRounded.tsx b/src/IconMediaOutputRounded.tsx index bca428855..add0e18e7 100644 --- a/src/IconMediaOutputRounded.tsx +++ b/src/IconMediaOutputRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMediaOutputRoundedFilled.tsx b/src/IconMediaOutputRoundedFilled.tsx index 99ebf6568..04d5b270c 100644 --- a/src/IconMediaOutputRoundedFilled.tsx +++ b/src/IconMediaOutputRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMediaOutputSharp.tsx b/src/IconMediaOutputSharp.tsx index d54ff8014..ae19d9224 100644 --- a/src/IconMediaOutputSharp.tsx +++ b/src/IconMediaOutputSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMediaOutputSharpFilled.tsx b/src/IconMediaOutputSharpFilled.tsx index 990955c30..36afd0c38 100644 --- a/src/IconMediaOutputSharpFilled.tsx +++ b/src/IconMediaOutputSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediaOutputSharpFilled: React.FC = ({ ...props diff --git a/src/IconMediationOutlined.tsx b/src/IconMediationOutlined.tsx index f903a196a..fb019b4cf 100644 --- a/src/IconMediationOutlined.tsx +++ b/src/IconMediationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMediationOutlinedFilled.tsx b/src/IconMediationOutlinedFilled.tsx index 895766b7f..019131252 100644 --- a/src/IconMediationOutlinedFilled.tsx +++ b/src/IconMediationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMediationRounded.tsx b/src/IconMediationRounded.tsx index 636cf1ee2..8ec669b7a 100644 --- a/src/IconMediationRounded.tsx +++ b/src/IconMediationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMediationRoundedFilled.tsx b/src/IconMediationRoundedFilled.tsx index efb62c168..1df86de64 100644 --- a/src/IconMediationRoundedFilled.tsx +++ b/src/IconMediationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMediationSharp.tsx b/src/IconMediationSharp.tsx index 617c5f911..25ca81ee9 100644 --- a/src/IconMediationSharp.tsx +++ b/src/IconMediationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMediationSharpFilled.tsx b/src/IconMediationSharpFilled.tsx index 26d808d64..873f1956d 100644 --- a/src/IconMediationSharpFilled.tsx +++ b/src/IconMediationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMediationSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMedicalInformationOutlined.tsx b/src/IconMedicalInformationOutlined.tsx index 3f298568b..3c0edbd6a 100644 --- a/src/IconMedicalInformationOutlined.tsx +++ b/src/IconMedicalInformationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalInformationOutlined: React.FC = ({ ...props diff --git a/src/IconMedicalInformationOutlinedFilled.tsx b/src/IconMedicalInformationOutlinedFilled.tsx index 1c9bc2b5b..ec6a85bdb 100644 --- a/src/IconMedicalInformationOutlinedFilled.tsx +++ b/src/IconMedicalInformationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalInformationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMedicalInformationRounded.tsx b/src/IconMedicalInformationRounded.tsx index 3f82adfef..c8b8891be 100644 --- a/src/IconMedicalInformationRounded.tsx +++ b/src/IconMedicalInformationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalInformationRounded: React.FC = ({ ...props diff --git a/src/IconMedicalInformationRoundedFilled.tsx b/src/IconMedicalInformationRoundedFilled.tsx index f9e462d34..ed9a74677 100644 --- a/src/IconMedicalInformationRoundedFilled.tsx +++ b/src/IconMedicalInformationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalInformationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMedicalInformationSharp.tsx b/src/IconMedicalInformationSharp.tsx index 190886fe1..67973620a 100644 --- a/src/IconMedicalInformationSharp.tsx +++ b/src/IconMedicalInformationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalInformationSharp: React.FC = ({ ...props diff --git a/src/IconMedicalInformationSharpFilled.tsx b/src/IconMedicalInformationSharpFilled.tsx index 69e3179d4..31ff808a7 100644 --- a/src/IconMedicalInformationSharpFilled.tsx +++ b/src/IconMedicalInformationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalInformationSharpFilled: React.FC = ({ ...props diff --git a/src/IconMedicalMaskOutlined.tsx b/src/IconMedicalMaskOutlined.tsx index 41e26032a..40617ae6b 100644 --- a/src/IconMedicalMaskOutlined.tsx +++ b/src/IconMedicalMaskOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalMaskOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMedicalMaskOutlinedFilled.tsx b/src/IconMedicalMaskOutlinedFilled.tsx index be206fc01..068c3ff21 100644 --- a/src/IconMedicalMaskOutlinedFilled.tsx +++ b/src/IconMedicalMaskOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalMaskOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMedicalMaskRounded.tsx b/src/IconMedicalMaskRounded.tsx index a54c6764e..4e98069f4 100644 --- a/src/IconMedicalMaskRounded.tsx +++ b/src/IconMedicalMaskRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalMaskRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMedicalMaskRoundedFilled.tsx b/src/IconMedicalMaskRoundedFilled.tsx index 58e15c025..9a1336ee7 100644 --- a/src/IconMedicalMaskRoundedFilled.tsx +++ b/src/IconMedicalMaskRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalMaskRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMedicalMaskSharp.tsx b/src/IconMedicalMaskSharp.tsx index 8b32b1694..5507b89c8 100644 --- a/src/IconMedicalMaskSharp.tsx +++ b/src/IconMedicalMaskSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalMaskSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMedicalMaskSharpFilled.tsx b/src/IconMedicalMaskSharpFilled.tsx index d1cab8ecf..6fc4fceb9 100644 --- a/src/IconMedicalMaskSharpFilled.tsx +++ b/src/IconMedicalMaskSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalMaskSharpFilled: React.FC = ({ ...props diff --git a/src/IconMedicalServicesOutlined.tsx b/src/IconMedicalServicesOutlined.tsx index 5e4ae84d5..aaeb9e476 100644 --- a/src/IconMedicalServicesOutlined.tsx +++ b/src/IconMedicalServicesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalServicesOutlined: React.FC = ({ ...props diff --git a/src/IconMedicalServicesOutlinedFilled.tsx b/src/IconMedicalServicesOutlinedFilled.tsx index d877b5d39..a6ef7268e 100644 --- a/src/IconMedicalServicesOutlinedFilled.tsx +++ b/src/IconMedicalServicesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalServicesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMedicalServicesRounded.tsx b/src/IconMedicalServicesRounded.tsx index 45fe962ea..edb4f83f4 100644 --- a/src/IconMedicalServicesRounded.tsx +++ b/src/IconMedicalServicesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalServicesRounded: React.FC = ({ ...props diff --git a/src/IconMedicalServicesRoundedFilled.tsx b/src/IconMedicalServicesRoundedFilled.tsx index 1d58bb4ec..7cfd7b92a 100644 --- a/src/IconMedicalServicesRoundedFilled.tsx +++ b/src/IconMedicalServicesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalServicesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMedicalServicesSharp.tsx b/src/IconMedicalServicesSharp.tsx index c4a015803..0c0b1be53 100644 --- a/src/IconMedicalServicesSharp.tsx +++ b/src/IconMedicalServicesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalServicesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMedicalServicesSharpFilled.tsx b/src/IconMedicalServicesSharpFilled.tsx index 42cf0a485..b1ee0c3c9 100644 --- a/src/IconMedicalServicesSharpFilled.tsx +++ b/src/IconMedicalServicesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicalServicesSharpFilled: React.FC = ({ ...props diff --git a/src/IconMedicationLiquidOutlined.tsx b/src/IconMedicationLiquidOutlined.tsx index 967a03e68..08cd0a829 100644 --- a/src/IconMedicationLiquidOutlined.tsx +++ b/src/IconMedicationLiquidOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationLiquidOutlined: React.FC = ({ ...props diff --git a/src/IconMedicationLiquidOutlinedFilled.tsx b/src/IconMedicationLiquidOutlinedFilled.tsx index b3017f450..db41c5ef1 100644 --- a/src/IconMedicationLiquidOutlinedFilled.tsx +++ b/src/IconMedicationLiquidOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationLiquidOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMedicationLiquidRounded.tsx b/src/IconMedicationLiquidRounded.tsx index f788ba3a4..cbaeef590 100644 --- a/src/IconMedicationLiquidRounded.tsx +++ b/src/IconMedicationLiquidRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationLiquidRounded: React.FC = ({ ...props diff --git a/src/IconMedicationLiquidRoundedFilled.tsx b/src/IconMedicationLiquidRoundedFilled.tsx index 8bd15b1f3..fe78d8b16 100644 --- a/src/IconMedicationLiquidRoundedFilled.tsx +++ b/src/IconMedicationLiquidRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationLiquidRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMedicationLiquidSharp.tsx b/src/IconMedicationLiquidSharp.tsx index a87340775..0bd10dd07 100644 --- a/src/IconMedicationLiquidSharp.tsx +++ b/src/IconMedicationLiquidSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationLiquidSharp: React.FC = ({ ...props diff --git a/src/IconMedicationLiquidSharpFilled.tsx b/src/IconMedicationLiquidSharpFilled.tsx index 96e0f6bb6..968ea5e68 100644 --- a/src/IconMedicationLiquidSharpFilled.tsx +++ b/src/IconMedicationLiquidSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationLiquidSharpFilled: React.FC = ({ ...props diff --git a/src/IconMedicationOutlined.tsx b/src/IconMedicationOutlined.tsx index f8caff5ab..cc0dcdd47 100644 --- a/src/IconMedicationOutlined.tsx +++ b/src/IconMedicationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMedicationOutlinedFilled.tsx b/src/IconMedicationOutlinedFilled.tsx index 922aaeab1..3bdb67a70 100644 --- a/src/IconMedicationOutlinedFilled.tsx +++ b/src/IconMedicationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMedicationRounded.tsx b/src/IconMedicationRounded.tsx index 6a8b12aff..b58ebd30a 100644 --- a/src/IconMedicationRounded.tsx +++ b/src/IconMedicationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMedicationRoundedFilled.tsx b/src/IconMedicationRoundedFilled.tsx index 4213d9940..d9e52c894 100644 --- a/src/IconMedicationRoundedFilled.tsx +++ b/src/IconMedicationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMedicationSharp.tsx b/src/IconMedicationSharp.tsx index 7c86b8441..a1c4a211d 100644 --- a/src/IconMedicationSharp.tsx +++ b/src/IconMedicationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMedicationSharpFilled.tsx b/src/IconMedicationSharpFilled.tsx index 8a841c5fc..f915d18e0 100644 --- a/src/IconMedicationSharpFilled.tsx +++ b/src/IconMedicationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMedicationSharpFilled: React.FC = ({ ...props diff --git a/src/IconMeetingRoomOutlined.tsx b/src/IconMeetingRoomOutlined.tsx index 13a6526d1..4cc91f471 100644 --- a/src/IconMeetingRoomOutlined.tsx +++ b/src/IconMeetingRoomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeetingRoomOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMeetingRoomOutlinedFilled.tsx b/src/IconMeetingRoomOutlinedFilled.tsx index 5399b3247..a8008be17 100644 --- a/src/IconMeetingRoomOutlinedFilled.tsx +++ b/src/IconMeetingRoomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeetingRoomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMeetingRoomRounded.tsx b/src/IconMeetingRoomRounded.tsx index d69e39e3f..e4968abfd 100644 --- a/src/IconMeetingRoomRounded.tsx +++ b/src/IconMeetingRoomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeetingRoomRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMeetingRoomRoundedFilled.tsx b/src/IconMeetingRoomRoundedFilled.tsx index d77f5e0ef..9cf17c8b5 100644 --- a/src/IconMeetingRoomRoundedFilled.tsx +++ b/src/IconMeetingRoomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeetingRoomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMeetingRoomSharp.tsx b/src/IconMeetingRoomSharp.tsx index 394a5a043..577fba5ff 100644 --- a/src/IconMeetingRoomSharp.tsx +++ b/src/IconMeetingRoomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeetingRoomSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMeetingRoomSharpFilled.tsx b/src/IconMeetingRoomSharpFilled.tsx index a6a7f8986..30c25028b 100644 --- a/src/IconMeetingRoomSharpFilled.tsx +++ b/src/IconMeetingRoomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMeetingRoomSharpFilled: React.FC = ({ ...props diff --git a/src/IconMemoryAltOutlined.tsx b/src/IconMemoryAltOutlined.tsx index cc17eed6b..3702b4247 100644 --- a/src/IconMemoryAltOutlined.tsx +++ b/src/IconMemoryAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemoryAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMemoryAltOutlinedFilled.tsx b/src/IconMemoryAltOutlinedFilled.tsx index 9284d8673..c0d0c6cd6 100644 --- a/src/IconMemoryAltOutlinedFilled.tsx +++ b/src/IconMemoryAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemoryAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMemoryAltRounded.tsx b/src/IconMemoryAltRounded.tsx index fab7cfbb6..430751646 100644 --- a/src/IconMemoryAltRounded.tsx +++ b/src/IconMemoryAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemoryAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMemoryAltRoundedFilled.tsx b/src/IconMemoryAltRoundedFilled.tsx index 1704e0f1c..c876d1539 100644 --- a/src/IconMemoryAltRoundedFilled.tsx +++ b/src/IconMemoryAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemoryAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMemoryAltSharp.tsx b/src/IconMemoryAltSharp.tsx index 30d0d5633..45e13201c 100644 --- a/src/IconMemoryAltSharp.tsx +++ b/src/IconMemoryAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemoryAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMemoryAltSharpFilled.tsx b/src/IconMemoryAltSharpFilled.tsx index 9b87d9b43..e83318901 100644 --- a/src/IconMemoryAltSharpFilled.tsx +++ b/src/IconMemoryAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemoryAltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMemoryOutlined.tsx b/src/IconMemoryOutlined.tsx index 9f2abd101..8e5f6cb5c 100644 --- a/src/IconMemoryOutlined.tsx +++ b/src/IconMemoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemoryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMemoryOutlinedFilled.tsx b/src/IconMemoryOutlinedFilled.tsx index e9304fc38..59fe044f4 100644 --- a/src/IconMemoryOutlinedFilled.tsx +++ b/src/IconMemoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemoryOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMemoryRounded.tsx b/src/IconMemoryRounded.tsx index 9d0474f43..94b873075 100644 --- a/src/IconMemoryRounded.tsx +++ b/src/IconMemoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemoryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMemoryRoundedFilled.tsx b/src/IconMemoryRoundedFilled.tsx index 4a4b2950f..b62f8eed6 100644 --- a/src/IconMemoryRoundedFilled.tsx +++ b/src/IconMemoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemoryRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMemorySharp.tsx b/src/IconMemorySharp.tsx index 32296c3c2..35e553145 100644 --- a/src/IconMemorySharp.tsx +++ b/src/IconMemorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemorySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMemorySharpFilled.tsx b/src/IconMemorySharpFilled.tsx index d4a014723..66136a145 100644 --- a/src/IconMemorySharpFilled.tsx +++ b/src/IconMemorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMemorySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMenstrualHealthOutlined.tsx b/src/IconMenstrualHealthOutlined.tsx index 7d12426c1..f56593dc9 100644 --- a/src/IconMenstrualHealthOutlined.tsx +++ b/src/IconMenstrualHealthOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenstrualHealthOutlined: React.FC = ({ ...props diff --git a/src/IconMenstrualHealthOutlinedFilled.tsx b/src/IconMenstrualHealthOutlinedFilled.tsx index b024d4341..e9fa0e8a3 100644 --- a/src/IconMenstrualHealthOutlinedFilled.tsx +++ b/src/IconMenstrualHealthOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenstrualHealthOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMenstrualHealthRounded.tsx b/src/IconMenstrualHealthRounded.tsx index 37bab8548..2476863a3 100644 --- a/src/IconMenstrualHealthRounded.tsx +++ b/src/IconMenstrualHealthRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenstrualHealthRounded: React.FC = ({ ...props diff --git a/src/IconMenstrualHealthRoundedFilled.tsx b/src/IconMenstrualHealthRoundedFilled.tsx index 41c35c367..91d1399c9 100644 --- a/src/IconMenstrualHealthRoundedFilled.tsx +++ b/src/IconMenstrualHealthRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenstrualHealthRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMenstrualHealthSharp.tsx b/src/IconMenstrualHealthSharp.tsx index 0b1c29987..312948ed6 100644 --- a/src/IconMenstrualHealthSharp.tsx +++ b/src/IconMenstrualHealthSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenstrualHealthSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMenstrualHealthSharpFilled.tsx b/src/IconMenstrualHealthSharpFilled.tsx index 3155bcfc6..f27a4cd91 100644 --- a/src/IconMenstrualHealthSharpFilled.tsx +++ b/src/IconMenstrualHealthSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenstrualHealthSharpFilled: React.FC = ({ ...props diff --git a/src/IconMenuBookOutlined.tsx b/src/IconMenuBookOutlined.tsx index cb3ed8532..ca3913ccd 100644 --- a/src/IconMenuBookOutlined.tsx +++ b/src/IconMenuBookOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuBookOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuBookOutlinedFilled.tsx b/src/IconMenuBookOutlinedFilled.tsx index d74dab56d..51c9f9270 100644 --- a/src/IconMenuBookOutlinedFilled.tsx +++ b/src/IconMenuBookOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuBookOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMenuBookRounded.tsx b/src/IconMenuBookRounded.tsx index 5f84c641f..7e8852cb1 100644 --- a/src/IconMenuBookRounded.tsx +++ b/src/IconMenuBookRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuBookRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuBookRoundedFilled.tsx b/src/IconMenuBookRoundedFilled.tsx index 47fe52d29..8102c0090 100644 --- a/src/IconMenuBookRoundedFilled.tsx +++ b/src/IconMenuBookRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuBookRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMenuBookSharp.tsx b/src/IconMenuBookSharp.tsx index 92ab6bb83..56494caf6 100644 --- a/src/IconMenuBookSharp.tsx +++ b/src/IconMenuBookSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuBookSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuBookSharpFilled.tsx b/src/IconMenuBookSharpFilled.tsx index 538105390..fd9e6694f 100644 --- a/src/IconMenuBookSharpFilled.tsx +++ b/src/IconMenuBookSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuBookSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuOpenOutlined.tsx b/src/IconMenuOpenOutlined.tsx index fb43e0e43..acdc7550d 100644 --- a/src/IconMenuOpenOutlined.tsx +++ b/src/IconMenuOpenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuOpenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuOpenOutlinedFilled.tsx b/src/IconMenuOpenOutlinedFilled.tsx index 082325bed..22d2881f2 100644 --- a/src/IconMenuOpenOutlinedFilled.tsx +++ b/src/IconMenuOpenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuOpenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMenuOpenRounded.tsx b/src/IconMenuOpenRounded.tsx index 79625d404..0465bb3d5 100644 --- a/src/IconMenuOpenRounded.tsx +++ b/src/IconMenuOpenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuOpenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuOpenRoundedFilled.tsx b/src/IconMenuOpenRoundedFilled.tsx index f73ae30fa..3c2fe0c41 100644 --- a/src/IconMenuOpenRoundedFilled.tsx +++ b/src/IconMenuOpenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuOpenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMenuOpenSharp.tsx b/src/IconMenuOpenSharp.tsx index 37a16e0f3..52871d758 100644 --- a/src/IconMenuOpenSharp.tsx +++ b/src/IconMenuOpenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuOpenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuOpenSharpFilled.tsx b/src/IconMenuOpenSharpFilled.tsx index e6b853a9b..ae8189d52 100644 --- a/src/IconMenuOpenSharpFilled.tsx +++ b/src/IconMenuOpenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuOpenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuOutlined.tsx b/src/IconMenuOutlined.tsx index 7fe8b2078..139136990 100644 --- a/src/IconMenuOutlined.tsx +++ b/src/IconMenuOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuOutlinedFilled.tsx b/src/IconMenuOutlinedFilled.tsx index 758e012e6..b9fced5b0 100644 --- a/src/IconMenuOutlinedFilled.tsx +++ b/src/IconMenuOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuRounded.tsx b/src/IconMenuRounded.tsx index 9b8cf936a..5d558ca7f 100644 --- a/src/IconMenuRounded.tsx +++ b/src/IconMenuRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuRoundedFilled.tsx b/src/IconMenuRoundedFilled.tsx index 55705f42d..ad67b4450 100644 --- a/src/IconMenuRoundedFilled.tsx +++ b/src/IconMenuRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuSharp.tsx b/src/IconMenuSharp.tsx index 70db90820..b40fe44c7 100644 --- a/src/IconMenuSharp.tsx +++ b/src/IconMenuSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMenuSharpFilled.tsx b/src/IconMenuSharpFilled.tsx index 2785d5eb0..f7933400f 100644 --- a/src/IconMenuSharpFilled.tsx +++ b/src/IconMenuSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMenuSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMergeOutlined.tsx b/src/IconMergeOutlined.tsx index c394e8148..7c719f168 100644 --- a/src/IconMergeOutlined.tsx +++ b/src/IconMergeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMergeOutlinedFilled.tsx b/src/IconMergeOutlinedFilled.tsx index 81e968032..4abaa8484 100644 --- a/src/IconMergeOutlinedFilled.tsx +++ b/src/IconMergeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMergeRounded.tsx b/src/IconMergeRounded.tsx index 39927fd5d..f40f61ac0 100644 --- a/src/IconMergeRounded.tsx +++ b/src/IconMergeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMergeRoundedFilled.tsx b/src/IconMergeRoundedFilled.tsx index b1eaf8e98..7dc2ecd31 100644 --- a/src/IconMergeRoundedFilled.tsx +++ b/src/IconMergeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMergeSharp.tsx b/src/IconMergeSharp.tsx index 160c58656..80fb238ae 100644 --- a/src/IconMergeSharp.tsx +++ b/src/IconMergeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMergeSharpFilled.tsx b/src/IconMergeSharpFilled.tsx index 8de6d885f..cca6667f9 100644 --- a/src/IconMergeSharpFilled.tsx +++ b/src/IconMergeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMergeTypeOutlined.tsx b/src/IconMergeTypeOutlined.tsx index 7ec0527d7..2341ee15d 100644 --- a/src/IconMergeTypeOutlined.tsx +++ b/src/IconMergeTypeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeTypeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMergeTypeOutlinedFilled.tsx b/src/IconMergeTypeOutlinedFilled.tsx index 258b26c3f..28b4b5826 100644 --- a/src/IconMergeTypeOutlinedFilled.tsx +++ b/src/IconMergeTypeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeTypeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMergeTypeRounded.tsx b/src/IconMergeTypeRounded.tsx index 1fce3fb1e..4ae9fe848 100644 --- a/src/IconMergeTypeRounded.tsx +++ b/src/IconMergeTypeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeTypeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMergeTypeRoundedFilled.tsx b/src/IconMergeTypeRoundedFilled.tsx index 9eecfbb8c..2e0b96517 100644 --- a/src/IconMergeTypeRoundedFilled.tsx +++ b/src/IconMergeTypeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeTypeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMergeTypeSharp.tsx b/src/IconMergeTypeSharp.tsx index 1221c711b..0c41c2943 100644 --- a/src/IconMergeTypeSharp.tsx +++ b/src/IconMergeTypeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeTypeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMergeTypeSharpFilled.tsx b/src/IconMergeTypeSharpFilled.tsx index 534694de1..2bd16b0c2 100644 --- a/src/IconMergeTypeSharpFilled.tsx +++ b/src/IconMergeTypeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMergeTypeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMetabolismOutlined.tsx b/src/IconMetabolismOutlined.tsx index d475eec22..95978366c 100644 --- a/src/IconMetabolismOutlined.tsx +++ b/src/IconMetabolismOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetabolismOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMetabolismOutlinedFilled.tsx b/src/IconMetabolismOutlinedFilled.tsx index 1a34db51e..202a51ab6 100644 --- a/src/IconMetabolismOutlinedFilled.tsx +++ b/src/IconMetabolismOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetabolismOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMetabolismRounded.tsx b/src/IconMetabolismRounded.tsx index 0bfddc3ea..39b05ff85 100644 --- a/src/IconMetabolismRounded.tsx +++ b/src/IconMetabolismRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetabolismRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMetabolismRoundedFilled.tsx b/src/IconMetabolismRoundedFilled.tsx index 7d2391561..27f257e6b 100644 --- a/src/IconMetabolismRoundedFilled.tsx +++ b/src/IconMetabolismRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetabolismRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMetabolismSharp.tsx b/src/IconMetabolismSharp.tsx index 620c81bc3..557248b42 100644 --- a/src/IconMetabolismSharp.tsx +++ b/src/IconMetabolismSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetabolismSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMetabolismSharpFilled.tsx b/src/IconMetabolismSharpFilled.tsx index 15a702325..3cde4fabf 100644 --- a/src/IconMetabolismSharpFilled.tsx +++ b/src/IconMetabolismSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetabolismSharpFilled: React.FC = ({ ...props diff --git a/src/IconMetroOutlined.tsx b/src/IconMetroOutlined.tsx index 4fd0c077e..cb2942382 100644 --- a/src/IconMetroOutlined.tsx +++ b/src/IconMetroOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetroOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMetroOutlinedFilled.tsx b/src/IconMetroOutlinedFilled.tsx index 2455ad2ac..8baa983b1 100644 --- a/src/IconMetroOutlinedFilled.tsx +++ b/src/IconMetroOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetroOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMetroRounded.tsx b/src/IconMetroRounded.tsx index f905a8dd1..8ff614788 100644 --- a/src/IconMetroRounded.tsx +++ b/src/IconMetroRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetroRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMetroRoundedFilled.tsx b/src/IconMetroRoundedFilled.tsx index e4561b814..75e4f91b7 100644 --- a/src/IconMetroRoundedFilled.tsx +++ b/src/IconMetroRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetroRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMetroSharp.tsx b/src/IconMetroSharp.tsx index 0e875c016..587e927d0 100644 --- a/src/IconMetroSharp.tsx +++ b/src/IconMetroSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetroSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMetroSharpFilled.tsx b/src/IconMetroSharpFilled.tsx index 4001a452a..5f630bd83 100644 --- a/src/IconMetroSharpFilled.tsx +++ b/src/IconMetroSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMetroSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMfgNestYaleLockOutlined.tsx b/src/IconMfgNestYaleLockOutlined.tsx index 0dffaa272..d754da849 100644 --- a/src/IconMfgNestYaleLockOutlined.tsx +++ b/src/IconMfgNestYaleLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMfgNestYaleLockOutlined: React.FC = ({ ...props diff --git a/src/IconMfgNestYaleLockOutlinedFilled.tsx b/src/IconMfgNestYaleLockOutlinedFilled.tsx index 67bcec79d..b3f959991 100644 --- a/src/IconMfgNestYaleLockOutlinedFilled.tsx +++ b/src/IconMfgNestYaleLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMfgNestYaleLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMfgNestYaleLockRounded.tsx b/src/IconMfgNestYaleLockRounded.tsx index 7bd9f4021..a0a476da1 100644 --- a/src/IconMfgNestYaleLockRounded.tsx +++ b/src/IconMfgNestYaleLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMfgNestYaleLockRounded: React.FC = ({ ...props diff --git a/src/IconMfgNestYaleLockRoundedFilled.tsx b/src/IconMfgNestYaleLockRoundedFilled.tsx index 71e0c99d6..3c8618243 100644 --- a/src/IconMfgNestYaleLockRoundedFilled.tsx +++ b/src/IconMfgNestYaleLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMfgNestYaleLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMfgNestYaleLockSharp.tsx b/src/IconMfgNestYaleLockSharp.tsx index 10cd557a2..eab34f3f0 100644 --- a/src/IconMfgNestYaleLockSharp.tsx +++ b/src/IconMfgNestYaleLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMfgNestYaleLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMfgNestYaleLockSharpFilled.tsx b/src/IconMfgNestYaleLockSharpFilled.tsx index c4b0dbe4e..dd7e45fef 100644 --- a/src/IconMfgNestYaleLockSharpFilled.tsx +++ b/src/IconMfgNestYaleLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMfgNestYaleLockSharpFilled: React.FC = ({ ...props diff --git a/src/IconMicDoubleOutlined.tsx b/src/IconMicDoubleOutlined.tsx index e0b19a828..05c47f8a0 100644 --- a/src/IconMicDoubleOutlined.tsx +++ b/src/IconMicDoubleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicDoubleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMicDoubleOutlinedFilled.tsx b/src/IconMicDoubleOutlinedFilled.tsx index 5b7f54fd7..daa24b2c0 100644 --- a/src/IconMicDoubleOutlinedFilled.tsx +++ b/src/IconMicDoubleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicDoubleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMicDoubleRounded.tsx b/src/IconMicDoubleRounded.tsx index 62e5fd8bf..e78f66fe5 100644 --- a/src/IconMicDoubleRounded.tsx +++ b/src/IconMicDoubleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicDoubleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMicDoubleRoundedFilled.tsx b/src/IconMicDoubleRoundedFilled.tsx index 4c2c965fe..044abb03d 100644 --- a/src/IconMicDoubleRoundedFilled.tsx +++ b/src/IconMicDoubleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicDoubleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMicDoubleSharp.tsx b/src/IconMicDoubleSharp.tsx index 0409cd75c..23ac04185 100644 --- a/src/IconMicDoubleSharp.tsx +++ b/src/IconMicDoubleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicDoubleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMicDoubleSharpFilled.tsx b/src/IconMicDoubleSharpFilled.tsx index dacff5009..402fff800 100644 --- a/src/IconMicDoubleSharpFilled.tsx +++ b/src/IconMicDoubleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicDoubleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMicExternalOffOutlined.tsx b/src/IconMicExternalOffOutlined.tsx index 050467f93..5b8b7c1b1 100644 --- a/src/IconMicExternalOffOutlined.tsx +++ b/src/IconMicExternalOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOffOutlined: React.FC = ({ ...props diff --git a/src/IconMicExternalOffOutlinedFilled.tsx b/src/IconMicExternalOffOutlinedFilled.tsx index 9f14e44bf..4fd8e35a1 100644 --- a/src/IconMicExternalOffOutlinedFilled.tsx +++ b/src/IconMicExternalOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMicExternalOffRounded.tsx b/src/IconMicExternalOffRounded.tsx index 4956832c5..30f7e0903 100644 --- a/src/IconMicExternalOffRounded.tsx +++ b/src/IconMicExternalOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOffRounded: React.FC = ({ ...props diff --git a/src/IconMicExternalOffRoundedFilled.tsx b/src/IconMicExternalOffRoundedFilled.tsx index 534d4b887..2b9aed672 100644 --- a/src/IconMicExternalOffRoundedFilled.tsx +++ b/src/IconMicExternalOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMicExternalOffSharp.tsx b/src/IconMicExternalOffSharp.tsx index e601e98fd..0f5d8aaca 100644 --- a/src/IconMicExternalOffSharp.tsx +++ b/src/IconMicExternalOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMicExternalOffSharpFilled.tsx b/src/IconMicExternalOffSharpFilled.tsx index 935321444..ce6651176 100644 --- a/src/IconMicExternalOffSharpFilled.tsx +++ b/src/IconMicExternalOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconMicExternalOnOutlined.tsx b/src/IconMicExternalOnOutlined.tsx index fd3e9db2f..a58405de9 100644 --- a/src/IconMicExternalOnOutlined.tsx +++ b/src/IconMicExternalOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOnOutlined: React.FC = ({ ...props diff --git a/src/IconMicExternalOnOutlinedFilled.tsx b/src/IconMicExternalOnOutlinedFilled.tsx index 088eefc55..1aa7a2f63 100644 --- a/src/IconMicExternalOnOutlinedFilled.tsx +++ b/src/IconMicExternalOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMicExternalOnRounded.tsx b/src/IconMicExternalOnRounded.tsx index 2aa431a49..e9aea5d38 100644 --- a/src/IconMicExternalOnRounded.tsx +++ b/src/IconMicExternalOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMicExternalOnRoundedFilled.tsx b/src/IconMicExternalOnRoundedFilled.tsx index 1c3069f26..a0efdf3ba 100644 --- a/src/IconMicExternalOnRoundedFilled.tsx +++ b/src/IconMicExternalOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMicExternalOnSharp.tsx b/src/IconMicExternalOnSharp.tsx index aed59ed26..b8063b2de 100644 --- a/src/IconMicExternalOnSharp.tsx +++ b/src/IconMicExternalOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMicExternalOnSharpFilled.tsx b/src/IconMicExternalOnSharpFilled.tsx index 315caa0d7..803aa8cb8 100644 --- a/src/IconMicExternalOnSharpFilled.tsx +++ b/src/IconMicExternalOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicExternalOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconMicOffOutlined.tsx b/src/IconMicOffOutlined.tsx index cb4e9fdf7..e6673b873 100644 --- a/src/IconMicOffOutlined.tsx +++ b/src/IconMicOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMicOffOutlinedFilled.tsx b/src/IconMicOffOutlinedFilled.tsx index 5cfeb8487..45afbfc55 100644 --- a/src/IconMicOffOutlinedFilled.tsx +++ b/src/IconMicOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicOffOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMicOffRounded.tsx b/src/IconMicOffRounded.tsx index cd6836b80..7844619d0 100644 --- a/src/IconMicOffRounded.tsx +++ b/src/IconMicOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMicOffRoundedFilled.tsx b/src/IconMicOffRoundedFilled.tsx index 43a1465ce..282ff3380 100644 --- a/src/IconMicOffRoundedFilled.tsx +++ b/src/IconMicOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMicOffSharp.tsx b/src/IconMicOffSharp.tsx index 2eee33827..0ade433ec 100644 --- a/src/IconMicOffSharp.tsx +++ b/src/IconMicOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMicOffSharpFilled.tsx b/src/IconMicOffSharpFilled.tsx index 2ebb6c20f..2c9dd7447 100644 --- a/src/IconMicOffSharpFilled.tsx +++ b/src/IconMicOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMicOutlined.tsx b/src/IconMicOutlined.tsx index 8ab24b134..19bdae2d6 100644 --- a/src/IconMicOutlined.tsx +++ b/src/IconMicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMicOutlinedFilled.tsx b/src/IconMicOutlinedFilled.tsx index 9b5d98e35..691be8529 100644 --- a/src/IconMicOutlinedFilled.tsx +++ b/src/IconMicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMicRounded.tsx b/src/IconMicRounded.tsx index eab6dc6c7..e19340d3e 100644 --- a/src/IconMicRounded.tsx +++ b/src/IconMicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMicRoundedFilled.tsx b/src/IconMicRoundedFilled.tsx index df7b0cc9e..4e726e4eb 100644 --- a/src/IconMicRoundedFilled.tsx +++ b/src/IconMicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMicSharp.tsx b/src/IconMicSharp.tsx index f71fc383e..e5f0a1e6e 100644 --- a/src/IconMicSharp.tsx +++ b/src/IconMicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMicSharpFilled.tsx b/src/IconMicSharpFilled.tsx index 266f0c9b2..410a89ae6 100644 --- a/src/IconMicSharpFilled.tsx +++ b/src/IconMicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMicrobiologyOutlined.tsx b/src/IconMicrobiologyOutlined.tsx index d5a6e5721..46d3a8e82 100644 --- a/src/IconMicrobiologyOutlined.tsx +++ b/src/IconMicrobiologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrobiologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMicrobiologyOutlinedFilled.tsx b/src/IconMicrobiologyOutlinedFilled.tsx index 25c086bd5..ea57243c0 100644 --- a/src/IconMicrobiologyOutlinedFilled.tsx +++ b/src/IconMicrobiologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrobiologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMicrobiologyRounded.tsx b/src/IconMicrobiologyRounded.tsx index 8b68eec6d..65c804fa0 100644 --- a/src/IconMicrobiologyRounded.tsx +++ b/src/IconMicrobiologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrobiologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMicrobiologyRoundedFilled.tsx b/src/IconMicrobiologyRoundedFilled.tsx index d1f6873af..6585e672e 100644 --- a/src/IconMicrobiologyRoundedFilled.tsx +++ b/src/IconMicrobiologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrobiologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMicrobiologySharp.tsx b/src/IconMicrobiologySharp.tsx index baf763330..53c24d53e 100644 --- a/src/IconMicrobiologySharp.tsx +++ b/src/IconMicrobiologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrobiologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMicrobiologySharpFilled.tsx b/src/IconMicrobiologySharpFilled.tsx index a994363e7..a2db9ac4d 100644 --- a/src/IconMicrobiologySharpFilled.tsx +++ b/src/IconMicrobiologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrobiologySharpFilled: React.FC = ({ ...props diff --git a/src/IconMicrowaveGenOutlined.tsx b/src/IconMicrowaveGenOutlined.tsx index 39dd102f6..0c88af0a2 100644 --- a/src/IconMicrowaveGenOutlined.tsx +++ b/src/IconMicrowaveGenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveGenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMicrowaveGenOutlinedFilled.tsx b/src/IconMicrowaveGenOutlinedFilled.tsx index 037d25bec..557195687 100644 --- a/src/IconMicrowaveGenOutlinedFilled.tsx +++ b/src/IconMicrowaveGenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveGenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMicrowaveGenRounded.tsx b/src/IconMicrowaveGenRounded.tsx index e4ceba9af..71a091fe0 100644 --- a/src/IconMicrowaveGenRounded.tsx +++ b/src/IconMicrowaveGenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveGenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMicrowaveGenRoundedFilled.tsx b/src/IconMicrowaveGenRoundedFilled.tsx index b39187176..183219ed2 100644 --- a/src/IconMicrowaveGenRoundedFilled.tsx +++ b/src/IconMicrowaveGenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveGenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMicrowaveGenSharp.tsx b/src/IconMicrowaveGenSharp.tsx index a66175edd..9298aa867 100644 --- a/src/IconMicrowaveGenSharp.tsx +++ b/src/IconMicrowaveGenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveGenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMicrowaveGenSharpFilled.tsx b/src/IconMicrowaveGenSharpFilled.tsx index 71b4d65b0..96bf66b36 100644 --- a/src/IconMicrowaveGenSharpFilled.tsx +++ b/src/IconMicrowaveGenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveGenSharpFilled: React.FC = ({ ...props diff --git a/src/IconMicrowaveOutlined.tsx b/src/IconMicrowaveOutlined.tsx index e5bce24b9..7e436f348 100644 --- a/src/IconMicrowaveOutlined.tsx +++ b/src/IconMicrowaveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMicrowaveOutlinedFilled.tsx b/src/IconMicrowaveOutlinedFilled.tsx index cadc8a435..797b3eb0c 100644 --- a/src/IconMicrowaveOutlinedFilled.tsx +++ b/src/IconMicrowaveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMicrowaveRounded.tsx b/src/IconMicrowaveRounded.tsx index 6233f3c3d..222a6bbc9 100644 --- a/src/IconMicrowaveRounded.tsx +++ b/src/IconMicrowaveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMicrowaveRoundedFilled.tsx b/src/IconMicrowaveRoundedFilled.tsx index cee059728..fd6db456c 100644 --- a/src/IconMicrowaveRoundedFilled.tsx +++ b/src/IconMicrowaveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMicrowaveSharp.tsx b/src/IconMicrowaveSharp.tsx index d978b0767..d130e406c 100644 --- a/src/IconMicrowaveSharp.tsx +++ b/src/IconMicrowaveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMicrowaveSharpFilled.tsx b/src/IconMicrowaveSharpFilled.tsx index e9b52d352..2872ac34b 100644 --- a/src/IconMicrowaveSharpFilled.tsx +++ b/src/IconMicrowaveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMicrowaveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMilitaryTechOutlined.tsx b/src/IconMilitaryTechOutlined.tsx index bfd95a296..477004f9a 100644 --- a/src/IconMilitaryTechOutlined.tsx +++ b/src/IconMilitaryTechOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMilitaryTechOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMilitaryTechOutlinedFilled.tsx b/src/IconMilitaryTechOutlinedFilled.tsx index 2a1dafb83..0bee63037 100644 --- a/src/IconMilitaryTechOutlinedFilled.tsx +++ b/src/IconMilitaryTechOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMilitaryTechOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMilitaryTechRounded.tsx b/src/IconMilitaryTechRounded.tsx index 0276525eb..f1e08944f 100644 --- a/src/IconMilitaryTechRounded.tsx +++ b/src/IconMilitaryTechRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMilitaryTechRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMilitaryTechRoundedFilled.tsx b/src/IconMilitaryTechRoundedFilled.tsx index e7d29013b..4da6181d7 100644 --- a/src/IconMilitaryTechRoundedFilled.tsx +++ b/src/IconMilitaryTechRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMilitaryTechRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMilitaryTechSharp.tsx b/src/IconMilitaryTechSharp.tsx index d91b5c1d2..4f5180f31 100644 --- a/src/IconMilitaryTechSharp.tsx +++ b/src/IconMilitaryTechSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMilitaryTechSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMilitaryTechSharpFilled.tsx b/src/IconMilitaryTechSharpFilled.tsx index 52814c2e1..5da406ca2 100644 --- a/src/IconMilitaryTechSharpFilled.tsx +++ b/src/IconMilitaryTechSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMilitaryTechSharpFilled: React.FC = ({ ...props diff --git a/src/IconMimoDisconnectOutlined.tsx b/src/IconMimoDisconnectOutlined.tsx index f4851bf36..4067fc43b 100644 --- a/src/IconMimoDisconnectOutlined.tsx +++ b/src/IconMimoDisconnectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoDisconnectOutlined: React.FC = ({ ...props diff --git a/src/IconMimoDisconnectOutlinedFilled.tsx b/src/IconMimoDisconnectOutlinedFilled.tsx index c2d9e142f..daeca72a0 100644 --- a/src/IconMimoDisconnectOutlinedFilled.tsx +++ b/src/IconMimoDisconnectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoDisconnectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMimoDisconnectRounded.tsx b/src/IconMimoDisconnectRounded.tsx index 235f495fd..9a05e39d8 100644 --- a/src/IconMimoDisconnectRounded.tsx +++ b/src/IconMimoDisconnectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoDisconnectRounded: React.FC = ({ ...props diff --git a/src/IconMimoDisconnectRoundedFilled.tsx b/src/IconMimoDisconnectRoundedFilled.tsx index 11662ee84..9cd4ed04d 100644 --- a/src/IconMimoDisconnectRoundedFilled.tsx +++ b/src/IconMimoDisconnectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoDisconnectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMimoDisconnectSharp.tsx b/src/IconMimoDisconnectSharp.tsx index 86e7a708f..417f087d4 100644 --- a/src/IconMimoDisconnectSharp.tsx +++ b/src/IconMimoDisconnectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoDisconnectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMimoDisconnectSharpFilled.tsx b/src/IconMimoDisconnectSharpFilled.tsx index 7649873fd..4fcf9d7c4 100644 --- a/src/IconMimoDisconnectSharpFilled.tsx +++ b/src/IconMimoDisconnectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoDisconnectSharpFilled: React.FC = ({ ...props diff --git a/src/IconMimoOutlined.tsx b/src/IconMimoOutlined.tsx index 053fd503c..7f157d10a 100644 --- a/src/IconMimoOutlined.tsx +++ b/src/IconMimoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMimoOutlinedFilled.tsx b/src/IconMimoOutlinedFilled.tsx index 13189807b..15a727bce 100644 --- a/src/IconMimoOutlinedFilled.tsx +++ b/src/IconMimoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMimoRounded.tsx b/src/IconMimoRounded.tsx index 1da2fcdc5..4a148ea34 100644 --- a/src/IconMimoRounded.tsx +++ b/src/IconMimoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMimoRoundedFilled.tsx b/src/IconMimoRoundedFilled.tsx index 7016a0f88..1f088f7d6 100644 --- a/src/IconMimoRoundedFilled.tsx +++ b/src/IconMimoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMimoSharp.tsx b/src/IconMimoSharp.tsx index ad74eaa13..89961f2bb 100644 --- a/src/IconMimoSharp.tsx +++ b/src/IconMimoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMimoSharpFilled.tsx b/src/IconMimoSharpFilled.tsx index e5153e19c..d92f5da8b 100644 --- a/src/IconMimoSharpFilled.tsx +++ b/src/IconMimoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMimoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMindfulnessOutlined.tsx b/src/IconMindfulnessOutlined.tsx index 990572d87..726e9feee 100644 --- a/src/IconMindfulnessOutlined.tsx +++ b/src/IconMindfulnessOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMindfulnessOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMindfulnessOutlinedFilled.tsx b/src/IconMindfulnessOutlinedFilled.tsx index c8469ad81..d0f739cec 100644 --- a/src/IconMindfulnessOutlinedFilled.tsx +++ b/src/IconMindfulnessOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMindfulnessOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMindfulnessRounded.tsx b/src/IconMindfulnessRounded.tsx index 88403ea36..d66e0df06 100644 --- a/src/IconMindfulnessRounded.tsx +++ b/src/IconMindfulnessRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMindfulnessRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMindfulnessRoundedFilled.tsx b/src/IconMindfulnessRoundedFilled.tsx index 1899b9a1f..91c92df58 100644 --- a/src/IconMindfulnessRoundedFilled.tsx +++ b/src/IconMindfulnessRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMindfulnessRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMindfulnessSharp.tsx b/src/IconMindfulnessSharp.tsx index 33dcc435a..c050b1916 100644 --- a/src/IconMindfulnessSharp.tsx +++ b/src/IconMindfulnessSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMindfulnessSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMindfulnessSharpFilled.tsx b/src/IconMindfulnessSharpFilled.tsx index 396c302fc..f547373ca 100644 --- a/src/IconMindfulnessSharpFilled.tsx +++ b/src/IconMindfulnessSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMindfulnessSharpFilled: React.FC = ({ ...props diff --git a/src/IconMinimizeOutlined.tsx b/src/IconMinimizeOutlined.tsx index 3197293d6..321460430 100644 --- a/src/IconMinimizeOutlined.tsx +++ b/src/IconMinimizeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinimizeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMinimizeOutlinedFilled.tsx b/src/IconMinimizeOutlinedFilled.tsx index b8c213ef5..7024a4587 100644 --- a/src/IconMinimizeOutlinedFilled.tsx +++ b/src/IconMinimizeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinimizeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMinimizeRounded.tsx b/src/IconMinimizeRounded.tsx index 842ecde14..c891c2874 100644 --- a/src/IconMinimizeRounded.tsx +++ b/src/IconMinimizeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinimizeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMinimizeRoundedFilled.tsx b/src/IconMinimizeRoundedFilled.tsx index 2b8cdb121..889ef4f31 100644 --- a/src/IconMinimizeRoundedFilled.tsx +++ b/src/IconMinimizeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinimizeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMinimizeSharp.tsx b/src/IconMinimizeSharp.tsx index c4c548824..3e34da577 100644 --- a/src/IconMinimizeSharp.tsx +++ b/src/IconMinimizeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinimizeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMinimizeSharpFilled.tsx b/src/IconMinimizeSharpFilled.tsx index 08d20f05b..945359c1b 100644 --- a/src/IconMinimizeSharpFilled.tsx +++ b/src/IconMinimizeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinimizeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMinorCrashOutlined.tsx b/src/IconMinorCrashOutlined.tsx index e4200ce16..6f6afdf9c 100644 --- a/src/IconMinorCrashOutlined.tsx +++ b/src/IconMinorCrashOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinorCrashOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMinorCrashOutlinedFilled.tsx b/src/IconMinorCrashOutlinedFilled.tsx index 4cec79b57..f15b64196 100644 --- a/src/IconMinorCrashOutlinedFilled.tsx +++ b/src/IconMinorCrashOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinorCrashOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMinorCrashRounded.tsx b/src/IconMinorCrashRounded.tsx index af27e8f95..5e68d7cb4 100644 --- a/src/IconMinorCrashRounded.tsx +++ b/src/IconMinorCrashRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinorCrashRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMinorCrashRoundedFilled.tsx b/src/IconMinorCrashRoundedFilled.tsx index efaf86cfd..e64d4c7b7 100644 --- a/src/IconMinorCrashRoundedFilled.tsx +++ b/src/IconMinorCrashRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinorCrashRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMinorCrashSharp.tsx b/src/IconMinorCrashSharp.tsx index 0c3851e24..2da6be54c 100644 --- a/src/IconMinorCrashSharp.tsx +++ b/src/IconMinorCrashSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinorCrashSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMinorCrashSharpFilled.tsx b/src/IconMinorCrashSharpFilled.tsx index 62fdfd702..ba2ecffe1 100644 --- a/src/IconMinorCrashSharpFilled.tsx +++ b/src/IconMinorCrashSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMinorCrashSharpFilled: React.FC = ({ ...props diff --git a/src/IconMintmarkOutlined.tsx b/src/IconMintmarkOutlined.tsx index 7d7093459..b66313324 100644 --- a/src/IconMintmarkOutlined.tsx +++ b/src/IconMintmarkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMintmarkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMintmarkOutlinedFilled.tsx b/src/IconMintmarkOutlinedFilled.tsx index 72ca90f2d..89c328baf 100644 --- a/src/IconMintmarkOutlinedFilled.tsx +++ b/src/IconMintmarkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMintmarkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMintmarkRounded.tsx b/src/IconMintmarkRounded.tsx index e842626e3..1d45baf78 100644 --- a/src/IconMintmarkRounded.tsx +++ b/src/IconMintmarkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMintmarkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMintmarkRoundedFilled.tsx b/src/IconMintmarkRoundedFilled.tsx index 8607f143c..551dbe544 100644 --- a/src/IconMintmarkRoundedFilled.tsx +++ b/src/IconMintmarkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMintmarkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMintmarkSharp.tsx b/src/IconMintmarkSharp.tsx index 7a3cf6d82..2b0c38d97 100644 --- a/src/IconMintmarkSharp.tsx +++ b/src/IconMintmarkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMintmarkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMintmarkSharpFilled.tsx b/src/IconMintmarkSharpFilled.tsx index 8b10d01da..f1b3f8f6a 100644 --- a/src/IconMintmarkSharpFilled.tsx +++ b/src/IconMintmarkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMintmarkSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMissedVideoCallOutlined.tsx b/src/IconMissedVideoCallOutlined.tsx index 96d5065c4..d4ad67949 100644 --- a/src/IconMissedVideoCallOutlined.tsx +++ b/src/IconMissedVideoCallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissedVideoCallOutlined: React.FC = ({ ...props diff --git a/src/IconMissedVideoCallOutlinedFilled.tsx b/src/IconMissedVideoCallOutlinedFilled.tsx index 81619daa1..dfa4e7af3 100644 --- a/src/IconMissedVideoCallOutlinedFilled.tsx +++ b/src/IconMissedVideoCallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissedVideoCallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMissedVideoCallRounded.tsx b/src/IconMissedVideoCallRounded.tsx index 2e16eb4b9..2d7d0c5b0 100644 --- a/src/IconMissedVideoCallRounded.tsx +++ b/src/IconMissedVideoCallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissedVideoCallRounded: React.FC = ({ ...props diff --git a/src/IconMissedVideoCallRoundedFilled.tsx b/src/IconMissedVideoCallRoundedFilled.tsx index c5d5eb1e0..a5e8a2083 100644 --- a/src/IconMissedVideoCallRoundedFilled.tsx +++ b/src/IconMissedVideoCallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissedVideoCallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMissedVideoCallSharp.tsx b/src/IconMissedVideoCallSharp.tsx index f745387e4..941628560 100644 --- a/src/IconMissedVideoCallSharp.tsx +++ b/src/IconMissedVideoCallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissedVideoCallSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMissedVideoCallSharpFilled.tsx b/src/IconMissedVideoCallSharpFilled.tsx index 758542268..042dfe61f 100644 --- a/src/IconMissedVideoCallSharpFilled.tsx +++ b/src/IconMissedVideoCallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissedVideoCallSharpFilled: React.FC = ({ ...props diff --git a/src/IconMissingControllerOutlined.tsx b/src/IconMissingControllerOutlined.tsx index 47767bc5f..99efbb569 100644 --- a/src/IconMissingControllerOutlined.tsx +++ b/src/IconMissingControllerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissingControllerOutlined: React.FC = ({ ...props diff --git a/src/IconMissingControllerOutlinedFilled.tsx b/src/IconMissingControllerOutlinedFilled.tsx index 277f65b5f..f6a849c68 100644 --- a/src/IconMissingControllerOutlinedFilled.tsx +++ b/src/IconMissingControllerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissingControllerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMissingControllerRounded.tsx b/src/IconMissingControllerRounded.tsx index fab698808..f67c5d27c 100644 --- a/src/IconMissingControllerRounded.tsx +++ b/src/IconMissingControllerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissingControllerRounded: React.FC = ({ ...props diff --git a/src/IconMissingControllerRoundedFilled.tsx b/src/IconMissingControllerRoundedFilled.tsx index fbc02ea5f..c3e0888e7 100644 --- a/src/IconMissingControllerRoundedFilled.tsx +++ b/src/IconMissingControllerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissingControllerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMissingControllerSharp.tsx b/src/IconMissingControllerSharp.tsx index ad95ce8ea..417f569f8 100644 --- a/src/IconMissingControllerSharp.tsx +++ b/src/IconMissingControllerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissingControllerSharp: React.FC = ({ ...props diff --git a/src/IconMissingControllerSharpFilled.tsx b/src/IconMissingControllerSharpFilled.tsx index a3f898361..2cb2c3b7b 100644 --- a/src/IconMissingControllerSharpFilled.tsx +++ b/src/IconMissingControllerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMissingControllerSharpFilled: React.FC = ({ ...props diff --git a/src/IconMistOutlined.tsx b/src/IconMistOutlined.tsx index 3152dfb52..656788f31 100644 --- a/src/IconMistOutlined.tsx +++ b/src/IconMistOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMistOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMistOutlinedFilled.tsx b/src/IconMistOutlinedFilled.tsx index d48fafcb7..20bc71a28 100644 --- a/src/IconMistOutlinedFilled.tsx +++ b/src/IconMistOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMistOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMistRounded.tsx b/src/IconMistRounded.tsx index 5f772a387..5ed35077f 100644 --- a/src/IconMistRounded.tsx +++ b/src/IconMistRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMistRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMistRoundedFilled.tsx b/src/IconMistRoundedFilled.tsx index e748fff49..0896af250 100644 --- a/src/IconMistRoundedFilled.tsx +++ b/src/IconMistRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMistRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMistSharp.tsx b/src/IconMistSharp.tsx index c963ddbb6..a07ff9eb9 100644 --- a/src/IconMistSharp.tsx +++ b/src/IconMistSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMistSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMistSharpFilled.tsx b/src/IconMistSharpFilled.tsx index d47a343de..899c0489e 100644 --- a/src/IconMistSharpFilled.tsx +++ b/src/IconMistSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMistSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMitreOutlined.tsx b/src/IconMitreOutlined.tsx index c0739d7bf..19efa1dbf 100644 --- a/src/IconMitreOutlined.tsx +++ b/src/IconMitreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMitreOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMitreOutlinedFilled.tsx b/src/IconMitreOutlinedFilled.tsx index 2c86fb5b3..ce9796455 100644 --- a/src/IconMitreOutlinedFilled.tsx +++ b/src/IconMitreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMitreOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMitreRounded.tsx b/src/IconMitreRounded.tsx index b7f64b040..039be6626 100644 --- a/src/IconMitreRounded.tsx +++ b/src/IconMitreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMitreRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMitreRoundedFilled.tsx b/src/IconMitreRoundedFilled.tsx index 00b9c0ee5..e67fba223 100644 --- a/src/IconMitreRoundedFilled.tsx +++ b/src/IconMitreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMitreRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMitreSharp.tsx b/src/IconMitreSharp.tsx index fc186df1f..8d55f563f 100644 --- a/src/IconMitreSharp.tsx +++ b/src/IconMitreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMitreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMitreSharpFilled.tsx b/src/IconMitreSharpFilled.tsx index d2c3822ee..8f7a6ff50 100644 --- a/src/IconMitreSharpFilled.tsx +++ b/src/IconMitreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMitreSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMixtureMedOutlined.tsx b/src/IconMixtureMedOutlined.tsx index d82bff47f..eadbcb9ea 100644 --- a/src/IconMixtureMedOutlined.tsx +++ b/src/IconMixtureMedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMixtureMedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMixtureMedOutlinedFilled.tsx b/src/IconMixtureMedOutlinedFilled.tsx index 4e08d80a4..07a532175 100644 --- a/src/IconMixtureMedOutlinedFilled.tsx +++ b/src/IconMixtureMedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMixtureMedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMixtureMedRounded.tsx b/src/IconMixtureMedRounded.tsx index 570dd9a33..ede2cac46 100644 --- a/src/IconMixtureMedRounded.tsx +++ b/src/IconMixtureMedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMixtureMedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMixtureMedRoundedFilled.tsx b/src/IconMixtureMedRoundedFilled.tsx index 868242a94..b1a89ef50 100644 --- a/src/IconMixtureMedRoundedFilled.tsx +++ b/src/IconMixtureMedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMixtureMedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMixtureMedSharp.tsx b/src/IconMixtureMedSharp.tsx index 3f834fbe4..0e71c0fa5 100644 --- a/src/IconMixtureMedSharp.tsx +++ b/src/IconMixtureMedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMixtureMedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMixtureMedSharpFilled.tsx b/src/IconMixtureMedSharpFilled.tsx index cf85a5390..9984f22b5 100644 --- a/src/IconMixtureMedSharpFilled.tsx +++ b/src/IconMixtureMedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMixtureMedSharpFilled: React.FC = ({ ...props diff --git a/src/IconMmsOutlined.tsx b/src/IconMmsOutlined.tsx index 9958d841e..ff29c6dde 100644 --- a/src/IconMmsOutlined.tsx +++ b/src/IconMmsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMmsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMmsOutlinedFilled.tsx b/src/IconMmsOutlinedFilled.tsx index b7795c6fd..7c723e643 100644 --- a/src/IconMmsOutlinedFilled.tsx +++ b/src/IconMmsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMmsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMmsRounded.tsx b/src/IconMmsRounded.tsx index 9e585c7f7..b2f6360b0 100644 --- a/src/IconMmsRounded.tsx +++ b/src/IconMmsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMmsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMmsRoundedFilled.tsx b/src/IconMmsRoundedFilled.tsx index a9587c59f..0ddd1ccb4 100644 --- a/src/IconMmsRoundedFilled.tsx +++ b/src/IconMmsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMmsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMmsSharp.tsx b/src/IconMmsSharp.tsx index 779e1ff09..4ecaa1ca1 100644 --- a/src/IconMmsSharp.tsx +++ b/src/IconMmsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMmsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMmsSharpFilled.tsx b/src/IconMmsSharpFilled.tsx index f443045c6..ccae80aa2 100644 --- a/src/IconMmsSharpFilled.tsx +++ b/src/IconMmsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMmsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMobileFriendlyOutlined.tsx b/src/IconMobileFriendlyOutlined.tsx index e841e57ce..5751fd406 100644 --- a/src/IconMobileFriendlyOutlined.tsx +++ b/src/IconMobileFriendlyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileFriendlyOutlined: React.FC = ({ ...props diff --git a/src/IconMobileFriendlyOutlinedFilled.tsx b/src/IconMobileFriendlyOutlinedFilled.tsx index 0bf6e5d5a..6440d69e7 100644 --- a/src/IconMobileFriendlyOutlinedFilled.tsx +++ b/src/IconMobileFriendlyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileFriendlyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMobileFriendlyRounded.tsx b/src/IconMobileFriendlyRounded.tsx index 90b73085f..707d8b20e 100644 --- a/src/IconMobileFriendlyRounded.tsx +++ b/src/IconMobileFriendlyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileFriendlyRounded: React.FC = ({ ...props diff --git a/src/IconMobileFriendlyRoundedFilled.tsx b/src/IconMobileFriendlyRoundedFilled.tsx index cc12edd3a..b08e4f5b1 100644 --- a/src/IconMobileFriendlyRoundedFilled.tsx +++ b/src/IconMobileFriendlyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileFriendlyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMobileFriendlySharp.tsx b/src/IconMobileFriendlySharp.tsx index 5548fce37..e62ffa31a 100644 --- a/src/IconMobileFriendlySharp.tsx +++ b/src/IconMobileFriendlySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileFriendlySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMobileFriendlySharpFilled.tsx b/src/IconMobileFriendlySharpFilled.tsx index 327142d8f..28b38418a 100644 --- a/src/IconMobileFriendlySharpFilled.tsx +++ b/src/IconMobileFriendlySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileFriendlySharpFilled: React.FC = ({ ...props diff --git a/src/IconMobileOffOutlined.tsx b/src/IconMobileOffOutlined.tsx index e824f69a3..35288008e 100644 --- a/src/IconMobileOffOutlined.tsx +++ b/src/IconMobileOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMobileOffOutlinedFilled.tsx b/src/IconMobileOffOutlinedFilled.tsx index d75a3dcf3..d3e6a4326 100644 --- a/src/IconMobileOffOutlinedFilled.tsx +++ b/src/IconMobileOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMobileOffRounded.tsx b/src/IconMobileOffRounded.tsx index 6e406cc63..6c31088bc 100644 --- a/src/IconMobileOffRounded.tsx +++ b/src/IconMobileOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMobileOffRoundedFilled.tsx b/src/IconMobileOffRoundedFilled.tsx index 1d1f8da0b..dc8d17057 100644 --- a/src/IconMobileOffRoundedFilled.tsx +++ b/src/IconMobileOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMobileOffSharp.tsx b/src/IconMobileOffSharp.tsx index adb0eb40a..7b6b09595 100644 --- a/src/IconMobileOffSharp.tsx +++ b/src/IconMobileOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMobileOffSharpFilled.tsx b/src/IconMobileOffSharpFilled.tsx index babb49e43..3ae149287 100644 --- a/src/IconMobileOffSharpFilled.tsx +++ b/src/IconMobileOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMobileScreenShareOutlined.tsx b/src/IconMobileScreenShareOutlined.tsx index 182d7784c..6476afdfc 100644 --- a/src/IconMobileScreenShareOutlined.tsx +++ b/src/IconMobileScreenShareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileScreenShareOutlined: React.FC = ({ ...props diff --git a/src/IconMobileScreenShareOutlinedFilled.tsx b/src/IconMobileScreenShareOutlinedFilled.tsx index 419134860..c9c500b09 100644 --- a/src/IconMobileScreenShareOutlinedFilled.tsx +++ b/src/IconMobileScreenShareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileScreenShareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMobileScreenShareRounded.tsx b/src/IconMobileScreenShareRounded.tsx index 87a0cafe3..968994749 100644 --- a/src/IconMobileScreenShareRounded.tsx +++ b/src/IconMobileScreenShareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileScreenShareRounded: React.FC = ({ ...props diff --git a/src/IconMobileScreenShareRoundedFilled.tsx b/src/IconMobileScreenShareRoundedFilled.tsx index d1dc8afcc..50451c004 100644 --- a/src/IconMobileScreenShareRoundedFilled.tsx +++ b/src/IconMobileScreenShareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileScreenShareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMobileScreenShareSharp.tsx b/src/IconMobileScreenShareSharp.tsx index 5c9559c90..289535892 100644 --- a/src/IconMobileScreenShareSharp.tsx +++ b/src/IconMobileScreenShareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileScreenShareSharp: React.FC = ({ ...props diff --git a/src/IconMobileScreenShareSharpFilled.tsx b/src/IconMobileScreenShareSharpFilled.tsx index abf344d4c..f05f3e7bf 100644 --- a/src/IconMobileScreenShareSharpFilled.tsx +++ b/src/IconMobileScreenShareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobileScreenShareSharpFilled: React.FC = ({ ...props diff --git a/src/IconMobiledataOffOutlined.tsx b/src/IconMobiledataOffOutlined.tsx index 52b463371..86f0adf5e 100644 --- a/src/IconMobiledataOffOutlined.tsx +++ b/src/IconMobiledataOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobiledataOffOutlined: React.FC = ({ ...props diff --git a/src/IconMobiledataOffOutlinedFilled.tsx b/src/IconMobiledataOffOutlinedFilled.tsx index fa9b3e3b7..d772f1e9e 100644 --- a/src/IconMobiledataOffOutlinedFilled.tsx +++ b/src/IconMobiledataOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobiledataOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMobiledataOffRounded.tsx b/src/IconMobiledataOffRounded.tsx index af3103cd2..3bdeda8ed 100644 --- a/src/IconMobiledataOffRounded.tsx +++ b/src/IconMobiledataOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobiledataOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMobiledataOffRoundedFilled.tsx b/src/IconMobiledataOffRoundedFilled.tsx index acc2e7be3..f56f7117f 100644 --- a/src/IconMobiledataOffRoundedFilled.tsx +++ b/src/IconMobiledataOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobiledataOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMobiledataOffSharp.tsx b/src/IconMobiledataOffSharp.tsx index cfa0691ae..5ce2b1392 100644 --- a/src/IconMobiledataOffSharp.tsx +++ b/src/IconMobiledataOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobiledataOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMobiledataOffSharpFilled.tsx b/src/IconMobiledataOffSharpFilled.tsx index 5a2f84b79..f9c174531 100644 --- a/src/IconMobiledataOffSharpFilled.tsx +++ b/src/IconMobiledataOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMobiledataOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconModeCommentOutlined.tsx b/src/IconModeCommentOutlined.tsx index d32a80721..dc9c729e0 100644 --- a/src/IconModeCommentOutlined.tsx +++ b/src/IconModeCommentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCommentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeCommentOutlinedFilled.tsx b/src/IconModeCommentOutlinedFilled.tsx index 5fb9c3902..1d4721030 100644 --- a/src/IconModeCommentOutlinedFilled.tsx +++ b/src/IconModeCommentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCommentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeCommentRounded.tsx b/src/IconModeCommentRounded.tsx index 0a8194df9..e9efcc7a2 100644 --- a/src/IconModeCommentRounded.tsx +++ b/src/IconModeCommentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCommentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeCommentRoundedFilled.tsx b/src/IconModeCommentRoundedFilled.tsx index 1440e8d4f..3f3926f65 100644 --- a/src/IconModeCommentRoundedFilled.tsx +++ b/src/IconModeCommentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCommentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeCommentSharp.tsx b/src/IconModeCommentSharp.tsx index bc01d09b6..3efe7b0f2 100644 --- a/src/IconModeCommentSharp.tsx +++ b/src/IconModeCommentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCommentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeCommentSharpFilled.tsx b/src/IconModeCommentSharpFilled.tsx index 02c4a4f38..e8d34e231 100644 --- a/src/IconModeCommentSharpFilled.tsx +++ b/src/IconModeCommentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCommentSharpFilled: React.FC = ({ ...props diff --git a/src/IconModeCoolOffOutlined.tsx b/src/IconModeCoolOffOutlined.tsx index 7aadef92e..38c3ce187 100644 --- a/src/IconModeCoolOffOutlined.tsx +++ b/src/IconModeCoolOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeCoolOffOutlinedFilled.tsx b/src/IconModeCoolOffOutlinedFilled.tsx index 34c30ada6..19e88588a 100644 --- a/src/IconModeCoolOffOutlinedFilled.tsx +++ b/src/IconModeCoolOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeCoolOffRounded.tsx b/src/IconModeCoolOffRounded.tsx index 25c089c4a..2b9ac28b4 100644 --- a/src/IconModeCoolOffRounded.tsx +++ b/src/IconModeCoolOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeCoolOffRoundedFilled.tsx b/src/IconModeCoolOffRoundedFilled.tsx index ccdfd05eb..0aaece442 100644 --- a/src/IconModeCoolOffRoundedFilled.tsx +++ b/src/IconModeCoolOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeCoolOffSharp.tsx b/src/IconModeCoolOffSharp.tsx index c759d6c92..bf9f38cc2 100644 --- a/src/IconModeCoolOffSharp.tsx +++ b/src/IconModeCoolOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeCoolOffSharpFilled.tsx b/src/IconModeCoolOffSharpFilled.tsx index 2e3c4cf14..40a9486ee 100644 --- a/src/IconModeCoolOffSharpFilled.tsx +++ b/src/IconModeCoolOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconModeCoolOutlined.tsx b/src/IconModeCoolOutlined.tsx index d35ed27cf..a3399235e 100644 --- a/src/IconModeCoolOutlined.tsx +++ b/src/IconModeCoolOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeCoolOutlinedFilled.tsx b/src/IconModeCoolOutlinedFilled.tsx index 9ab5d6675..4c965c931 100644 --- a/src/IconModeCoolOutlinedFilled.tsx +++ b/src/IconModeCoolOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeCoolRounded.tsx b/src/IconModeCoolRounded.tsx index 29014a943..0d4784328 100644 --- a/src/IconModeCoolRounded.tsx +++ b/src/IconModeCoolRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeCoolRoundedFilled.tsx b/src/IconModeCoolRoundedFilled.tsx index 8781f4df8..6588ebdb1 100644 --- a/src/IconModeCoolRoundedFilled.tsx +++ b/src/IconModeCoolRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeCoolSharp.tsx b/src/IconModeCoolSharp.tsx index b4922b814..2653b2931 100644 --- a/src/IconModeCoolSharp.tsx +++ b/src/IconModeCoolSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeCoolSharpFilled.tsx b/src/IconModeCoolSharpFilled.tsx index e776d89c2..586d19508 100644 --- a/src/IconModeCoolSharpFilled.tsx +++ b/src/IconModeCoolSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeCoolSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconModeDualOutlined.tsx b/src/IconModeDualOutlined.tsx index 07d5eddac..56f673559 100644 --- a/src/IconModeDualOutlined.tsx +++ b/src/IconModeDualOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeDualOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeDualOutlinedFilled.tsx b/src/IconModeDualOutlinedFilled.tsx index 85250ab57..136e130de 100644 --- a/src/IconModeDualOutlinedFilled.tsx +++ b/src/IconModeDualOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeDualOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeDualRounded.tsx b/src/IconModeDualRounded.tsx index f5d308f67..a714e690f 100644 --- a/src/IconModeDualRounded.tsx +++ b/src/IconModeDualRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeDualRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeDualRoundedFilled.tsx b/src/IconModeDualRoundedFilled.tsx index 4fb8fc3c8..5b6fa13fa 100644 --- a/src/IconModeDualRoundedFilled.tsx +++ b/src/IconModeDualRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeDualRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeDualSharp.tsx b/src/IconModeDualSharp.tsx index 6843c299b..fc5559be4 100644 --- a/src/IconModeDualSharp.tsx +++ b/src/IconModeDualSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeDualSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeDualSharpFilled.tsx b/src/IconModeDualSharpFilled.tsx index d7269d07a..12e64f7bd 100644 --- a/src/IconModeDualSharpFilled.tsx +++ b/src/IconModeDualSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeDualSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconModeFanOffOutlined.tsx b/src/IconModeFanOffOutlined.tsx index 8ca2edb14..a4d7e7b46 100644 --- a/src/IconModeFanOffOutlined.tsx +++ b/src/IconModeFanOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeFanOffOutlinedFilled.tsx b/src/IconModeFanOffOutlinedFilled.tsx index 3ca2f6623..79c6193de 100644 --- a/src/IconModeFanOffOutlinedFilled.tsx +++ b/src/IconModeFanOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeFanOffRounded.tsx b/src/IconModeFanOffRounded.tsx index 20b2e5a4f..3e119b3bf 100644 --- a/src/IconModeFanOffRounded.tsx +++ b/src/IconModeFanOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeFanOffRoundedFilled.tsx b/src/IconModeFanOffRoundedFilled.tsx index d4bcdc00d..75d80f3bb 100644 --- a/src/IconModeFanOffRoundedFilled.tsx +++ b/src/IconModeFanOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeFanOffSharp.tsx b/src/IconModeFanOffSharp.tsx index 86b23041a..5ec1ff8a3 100644 --- a/src/IconModeFanOffSharp.tsx +++ b/src/IconModeFanOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeFanOffSharpFilled.tsx b/src/IconModeFanOffSharpFilled.tsx index af8d747ac..fb16f36f5 100644 --- a/src/IconModeFanOffSharpFilled.tsx +++ b/src/IconModeFanOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconModeFanOutlined.tsx b/src/IconModeFanOutlined.tsx index 923b5e332..c161b86f2 100644 --- a/src/IconModeFanOutlined.tsx +++ b/src/IconModeFanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeFanOutlinedFilled.tsx b/src/IconModeFanOutlinedFilled.tsx index 4e1506250..056c6a2e2 100644 --- a/src/IconModeFanOutlinedFilled.tsx +++ b/src/IconModeFanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeFanRounded.tsx b/src/IconModeFanRounded.tsx index 124ccad97..8e585ab20 100644 --- a/src/IconModeFanRounded.tsx +++ b/src/IconModeFanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeFanRoundedFilled.tsx b/src/IconModeFanRoundedFilled.tsx index 5a76d1cb5..c8cf37196 100644 --- a/src/IconModeFanRoundedFilled.tsx +++ b/src/IconModeFanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconModeFanSharp.tsx b/src/IconModeFanSharp.tsx index de16a07bd..9d9c4066f 100644 --- a/src/IconModeFanSharp.tsx +++ b/src/IconModeFanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeFanSharpFilled.tsx b/src/IconModeFanSharpFilled.tsx index 57620965b..4fae861ab 100644 --- a/src/IconModeFanSharpFilled.tsx +++ b/src/IconModeFanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeFanSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconModeHeatCoolOutlined.tsx b/src/IconModeHeatCoolOutlined.tsx index 758892c07..5bb0b9454 100644 --- a/src/IconModeHeatCoolOutlined.tsx +++ b/src/IconModeHeatCoolOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatCoolOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeHeatCoolOutlinedFilled.tsx b/src/IconModeHeatCoolOutlinedFilled.tsx index 06f8a4ff1..a14851340 100644 --- a/src/IconModeHeatCoolOutlinedFilled.tsx +++ b/src/IconModeHeatCoolOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatCoolOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeHeatCoolRounded.tsx b/src/IconModeHeatCoolRounded.tsx index 8fde3fbfc..d3163b869 100644 --- a/src/IconModeHeatCoolRounded.tsx +++ b/src/IconModeHeatCoolRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatCoolRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeHeatCoolRoundedFilled.tsx b/src/IconModeHeatCoolRoundedFilled.tsx index b01a41d0c..23a24e126 100644 --- a/src/IconModeHeatCoolRoundedFilled.tsx +++ b/src/IconModeHeatCoolRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatCoolRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeHeatCoolSharp.tsx b/src/IconModeHeatCoolSharp.tsx index a21701dfd..62e5bb80e 100644 --- a/src/IconModeHeatCoolSharp.tsx +++ b/src/IconModeHeatCoolSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatCoolSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeHeatCoolSharpFilled.tsx b/src/IconModeHeatCoolSharpFilled.tsx index 253e32b58..e1217a7bf 100644 --- a/src/IconModeHeatCoolSharpFilled.tsx +++ b/src/IconModeHeatCoolSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatCoolSharpFilled: React.FC = ({ ...props diff --git a/src/IconModeHeatOffOutlined.tsx b/src/IconModeHeatOffOutlined.tsx index 76e3d314b..11acede41 100644 --- a/src/IconModeHeatOffOutlined.tsx +++ b/src/IconModeHeatOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeHeatOffOutlinedFilled.tsx b/src/IconModeHeatOffOutlinedFilled.tsx index 020af78c9..8e0a04982 100644 --- a/src/IconModeHeatOffOutlinedFilled.tsx +++ b/src/IconModeHeatOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeHeatOffRounded.tsx b/src/IconModeHeatOffRounded.tsx index 87722eca3..07ead82b8 100644 --- a/src/IconModeHeatOffRounded.tsx +++ b/src/IconModeHeatOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeHeatOffRoundedFilled.tsx b/src/IconModeHeatOffRoundedFilled.tsx index 735f0431f..c5eac0b35 100644 --- a/src/IconModeHeatOffRoundedFilled.tsx +++ b/src/IconModeHeatOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeHeatOffSharp.tsx b/src/IconModeHeatOffSharp.tsx index 35af6cd1c..969d7df80 100644 --- a/src/IconModeHeatOffSharp.tsx +++ b/src/IconModeHeatOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeHeatOffSharpFilled.tsx b/src/IconModeHeatOffSharpFilled.tsx index d5bd9027b..26d33fd8e 100644 --- a/src/IconModeHeatOffSharpFilled.tsx +++ b/src/IconModeHeatOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconModeHeatOutlined.tsx b/src/IconModeHeatOutlined.tsx index 46bd71c2a..6c882cdc1 100644 --- a/src/IconModeHeatOutlined.tsx +++ b/src/IconModeHeatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeHeatOutlinedFilled.tsx b/src/IconModeHeatOutlinedFilled.tsx index 3cfdb5f4b..abd28ea50 100644 --- a/src/IconModeHeatOutlinedFilled.tsx +++ b/src/IconModeHeatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeHeatRounded.tsx b/src/IconModeHeatRounded.tsx index ac82b06d3..87cfb09ef 100644 --- a/src/IconModeHeatRounded.tsx +++ b/src/IconModeHeatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeHeatRoundedFilled.tsx b/src/IconModeHeatRoundedFilled.tsx index a3ecdc230..712ec6ccb 100644 --- a/src/IconModeHeatRoundedFilled.tsx +++ b/src/IconModeHeatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeHeatSharp.tsx b/src/IconModeHeatSharp.tsx index fc7ee5c14..fc85ac58f 100644 --- a/src/IconModeHeatSharp.tsx +++ b/src/IconModeHeatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeHeatSharpFilled.tsx b/src/IconModeHeatSharpFilled.tsx index 336a0e97e..22eb5c9ea 100644 --- a/src/IconModeHeatSharpFilled.tsx +++ b/src/IconModeHeatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeHeatSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconModeNightOutlined.tsx b/src/IconModeNightOutlined.tsx index 0dad3910d..58739464f 100644 --- a/src/IconModeNightOutlined.tsx +++ b/src/IconModeNightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeNightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeNightOutlinedFilled.tsx b/src/IconModeNightOutlinedFilled.tsx index 605a29fba..c59629fd8 100644 --- a/src/IconModeNightOutlinedFilled.tsx +++ b/src/IconModeNightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeNightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeNightRounded.tsx b/src/IconModeNightRounded.tsx index 2f0d6157b..8192d05e8 100644 --- a/src/IconModeNightRounded.tsx +++ b/src/IconModeNightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeNightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeNightRoundedFilled.tsx b/src/IconModeNightRoundedFilled.tsx index 5ed516da9..4e2385039 100644 --- a/src/IconModeNightRoundedFilled.tsx +++ b/src/IconModeNightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeNightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeNightSharp.tsx b/src/IconModeNightSharp.tsx index 7d91e78d3..7ca3e419e 100644 --- a/src/IconModeNightSharp.tsx +++ b/src/IconModeNightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeNightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeNightSharpFilled.tsx b/src/IconModeNightSharpFilled.tsx index 0c54da1aa..534c4e52c 100644 --- a/src/IconModeNightSharpFilled.tsx +++ b/src/IconModeNightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeNightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconModeOfTravelOutlined.tsx b/src/IconModeOfTravelOutlined.tsx index 5fcce18ba..ed1371237 100644 --- a/src/IconModeOfTravelOutlined.tsx +++ b/src/IconModeOfTravelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOfTravelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeOfTravelOutlinedFilled.tsx b/src/IconModeOfTravelOutlinedFilled.tsx index 87145bffb..9bfd1394c 100644 --- a/src/IconModeOfTravelOutlinedFilled.tsx +++ b/src/IconModeOfTravelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOfTravelOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeOfTravelRounded.tsx b/src/IconModeOfTravelRounded.tsx index 32b6958a6..ea4d4d730 100644 --- a/src/IconModeOfTravelRounded.tsx +++ b/src/IconModeOfTravelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOfTravelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeOfTravelRoundedFilled.tsx b/src/IconModeOfTravelRoundedFilled.tsx index cc6d3d557..2ce9dce37 100644 --- a/src/IconModeOfTravelRoundedFilled.tsx +++ b/src/IconModeOfTravelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOfTravelRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeOfTravelSharp.tsx b/src/IconModeOfTravelSharp.tsx index 9112ae860..ed15343a0 100644 --- a/src/IconModeOfTravelSharp.tsx +++ b/src/IconModeOfTravelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOfTravelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeOfTravelSharpFilled.tsx b/src/IconModeOfTravelSharpFilled.tsx index 845a23259..053fb6950 100644 --- a/src/IconModeOfTravelSharpFilled.tsx +++ b/src/IconModeOfTravelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOfTravelSharpFilled: React.FC = ({ ...props diff --git a/src/IconModeOffOnOutlined.tsx b/src/IconModeOffOnOutlined.tsx index 375ed4f79..c35f8d712 100644 --- a/src/IconModeOffOnOutlined.tsx +++ b/src/IconModeOffOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOffOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeOffOnOutlinedFilled.tsx b/src/IconModeOffOnOutlinedFilled.tsx index cb6a7e466..4e7336a0e 100644 --- a/src/IconModeOffOnOutlinedFilled.tsx +++ b/src/IconModeOffOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOffOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeOffOnRounded.tsx b/src/IconModeOffOnRounded.tsx index 10471fdd0..5180de589 100644 --- a/src/IconModeOffOnRounded.tsx +++ b/src/IconModeOffOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOffOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeOffOnRoundedFilled.tsx b/src/IconModeOffOnRoundedFilled.tsx index 14643a4fe..a0cf25380 100644 --- a/src/IconModeOffOnRoundedFilled.tsx +++ b/src/IconModeOffOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOffOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeOffOnSharp.tsx b/src/IconModeOffOnSharp.tsx index 4ffcdc079..75c44dc5b 100644 --- a/src/IconModeOffOnSharp.tsx +++ b/src/IconModeOffOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOffOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeOffOnSharpFilled.tsx b/src/IconModeOffOnSharpFilled.tsx index b182f1b7f..dd6a6bb12 100644 --- a/src/IconModeOffOnSharpFilled.tsx +++ b/src/IconModeOffOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeOffOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconModeStandbyOutlined.tsx b/src/IconModeStandbyOutlined.tsx index 29211e0e4..f737be38f 100644 --- a/src/IconModeStandbyOutlined.tsx +++ b/src/IconModeStandbyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeStandbyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconModeStandbyOutlinedFilled.tsx b/src/IconModeStandbyOutlinedFilled.tsx index 6d6364557..5204660d8 100644 --- a/src/IconModeStandbyOutlinedFilled.tsx +++ b/src/IconModeStandbyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeStandbyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModeStandbyRounded.tsx b/src/IconModeStandbyRounded.tsx index 32be91227..07fe7e037 100644 --- a/src/IconModeStandbyRounded.tsx +++ b/src/IconModeStandbyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeStandbyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModeStandbyRoundedFilled.tsx b/src/IconModeStandbyRoundedFilled.tsx index bdd1f2714..ee5ee44bc 100644 --- a/src/IconModeStandbyRoundedFilled.tsx +++ b/src/IconModeStandbyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeStandbyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModeStandbySharp.tsx b/src/IconModeStandbySharp.tsx index 95b3925cf..6cd6acecd 100644 --- a/src/IconModeStandbySharp.tsx +++ b/src/IconModeStandbySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeStandbySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModeStandbySharpFilled.tsx b/src/IconModeStandbySharpFilled.tsx index 673a96402..2d8ea775a 100644 --- a/src/IconModeStandbySharpFilled.tsx +++ b/src/IconModeStandbySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModeStandbySharpFilled: React.FC = ({ ...props diff --git a/src/IconModelTrainingOutlined.tsx b/src/IconModelTrainingOutlined.tsx index f54c7925c..8baedc203 100644 --- a/src/IconModelTrainingOutlined.tsx +++ b/src/IconModelTrainingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModelTrainingOutlined: React.FC = ({ ...props diff --git a/src/IconModelTrainingOutlinedFilled.tsx b/src/IconModelTrainingOutlinedFilled.tsx index e62e6d380..71f276b4d 100644 --- a/src/IconModelTrainingOutlinedFilled.tsx +++ b/src/IconModelTrainingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModelTrainingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconModelTrainingRounded.tsx b/src/IconModelTrainingRounded.tsx index d86704094..c5209c2cd 100644 --- a/src/IconModelTrainingRounded.tsx +++ b/src/IconModelTrainingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModelTrainingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconModelTrainingRoundedFilled.tsx b/src/IconModelTrainingRoundedFilled.tsx index a86ce3dc2..92fb31902 100644 --- a/src/IconModelTrainingRoundedFilled.tsx +++ b/src/IconModelTrainingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModelTrainingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconModelTrainingSharp.tsx b/src/IconModelTrainingSharp.tsx index 130c335e0..19cd28423 100644 --- a/src/IconModelTrainingSharp.tsx +++ b/src/IconModelTrainingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModelTrainingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconModelTrainingSharpFilled.tsx b/src/IconModelTrainingSharpFilled.tsx index 7fa3c0f35..838112702 100644 --- a/src/IconModelTrainingSharpFilled.tsx +++ b/src/IconModelTrainingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconModelTrainingSharpFilled: React.FC = ({ ...props diff --git a/src/IconMoneyBagOutlined.tsx b/src/IconMoneyBagOutlined.tsx index 86b4595a5..5fca8e9b8 100644 --- a/src/IconMoneyBagOutlined.tsx +++ b/src/IconMoneyBagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyBagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneyBagOutlinedFilled.tsx b/src/IconMoneyBagOutlinedFilled.tsx index e1b4d6a66..1569b6d12 100644 --- a/src/IconMoneyBagOutlinedFilled.tsx +++ b/src/IconMoneyBagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyBagOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoneyBagRounded.tsx b/src/IconMoneyBagRounded.tsx index 00c3b1e46..e164235f8 100644 --- a/src/IconMoneyBagRounded.tsx +++ b/src/IconMoneyBagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyBagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneyBagRoundedFilled.tsx b/src/IconMoneyBagRoundedFilled.tsx index f478cb8d4..fae28f747 100644 --- a/src/IconMoneyBagRoundedFilled.tsx +++ b/src/IconMoneyBagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyBagRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoneyBagSharp.tsx b/src/IconMoneyBagSharp.tsx index 20efcd6cb..bd17bfaf1 100644 --- a/src/IconMoneyBagSharp.tsx +++ b/src/IconMoneyBagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyBagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneyBagSharpFilled.tsx b/src/IconMoneyBagSharpFilled.tsx index 9238d5c82..53306a679 100644 --- a/src/IconMoneyBagSharpFilled.tsx +++ b/src/IconMoneyBagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyBagSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneyOffOutlined.tsx b/src/IconMoneyOffOutlined.tsx index 23a2cc8b1..7e156f185 100644 --- a/src/IconMoneyOffOutlined.tsx +++ b/src/IconMoneyOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneyOffOutlinedFilled.tsx b/src/IconMoneyOffOutlinedFilled.tsx index 28d26131b..6d5212b65 100644 --- a/src/IconMoneyOffOutlinedFilled.tsx +++ b/src/IconMoneyOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoneyOffRounded.tsx b/src/IconMoneyOffRounded.tsx index d6bd84f15..0ba824d64 100644 --- a/src/IconMoneyOffRounded.tsx +++ b/src/IconMoneyOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneyOffRoundedFilled.tsx b/src/IconMoneyOffRoundedFilled.tsx index 2893cb1fe..94ba366e9 100644 --- a/src/IconMoneyOffRoundedFilled.tsx +++ b/src/IconMoneyOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoneyOffSharp.tsx b/src/IconMoneyOffSharp.tsx index 6959b9ce5..71f8af1e2 100644 --- a/src/IconMoneyOffSharp.tsx +++ b/src/IconMoneyOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneyOffSharpFilled.tsx b/src/IconMoneyOffSharpFilled.tsx index fc7e12aa6..afbab3672 100644 --- a/src/IconMoneyOffSharpFilled.tsx +++ b/src/IconMoneyOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneyOutlined.tsx b/src/IconMoneyOutlined.tsx index b282f0a36..5bd0d67ef 100644 --- a/src/IconMoneyOutlined.tsx +++ b/src/IconMoneyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneyOutlinedFilled.tsx b/src/IconMoneyOutlinedFilled.tsx index 22a8f9f2d..c061ead58 100644 --- a/src/IconMoneyOutlinedFilled.tsx +++ b/src/IconMoneyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneyRounded.tsx b/src/IconMoneyRounded.tsx index fe2e5569a..862551c3d 100644 --- a/src/IconMoneyRounded.tsx +++ b/src/IconMoneyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneyRoundedFilled.tsx b/src/IconMoneyRoundedFilled.tsx index 9da6e3d78..12c853241 100644 --- a/src/IconMoneyRoundedFilled.tsx +++ b/src/IconMoneyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneySharp.tsx b/src/IconMoneySharp.tsx index 1f2541be4..998b3c639 100644 --- a/src/IconMoneySharp.tsx +++ b/src/IconMoneySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoneySharpFilled.tsx b/src/IconMoneySharpFilled.tsx index e32324756..7b9077a64 100644 --- a/src/IconMoneySharpFilled.tsx +++ b/src/IconMoneySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoneySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitorHeartOutlined.tsx b/src/IconMonitorHeartOutlined.tsx index 15d843763..795f1953e 100644 --- a/src/IconMonitorHeartOutlined.tsx +++ b/src/IconMonitorHeartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorHeartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitorHeartOutlinedFilled.tsx b/src/IconMonitorHeartOutlinedFilled.tsx index 7390a0802..cb00ddfb1 100644 --- a/src/IconMonitorHeartOutlinedFilled.tsx +++ b/src/IconMonitorHeartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorHeartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMonitorHeartRounded.tsx b/src/IconMonitorHeartRounded.tsx index 93e99a980..5c1b125dd 100644 --- a/src/IconMonitorHeartRounded.tsx +++ b/src/IconMonitorHeartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorHeartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitorHeartRoundedFilled.tsx b/src/IconMonitorHeartRoundedFilled.tsx index 9bbd7a411..5fe470aaf 100644 --- a/src/IconMonitorHeartRoundedFilled.tsx +++ b/src/IconMonitorHeartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorHeartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMonitorHeartSharp.tsx b/src/IconMonitorHeartSharp.tsx index d965f5b54..0c1a5c615 100644 --- a/src/IconMonitorHeartSharp.tsx +++ b/src/IconMonitorHeartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorHeartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitorHeartSharpFilled.tsx b/src/IconMonitorHeartSharpFilled.tsx index 0379d8aff..a6e8f1f8a 100644 --- a/src/IconMonitorHeartSharpFilled.tsx +++ b/src/IconMonitorHeartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorHeartSharpFilled: React.FC = ({ ...props diff --git a/src/IconMonitorOutlined.tsx b/src/IconMonitorOutlined.tsx index fb0be6792..fdf178683 100644 --- a/src/IconMonitorOutlined.tsx +++ b/src/IconMonitorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitorOutlinedFilled.tsx b/src/IconMonitorOutlinedFilled.tsx index 96cb1f56f..117be2528 100644 --- a/src/IconMonitorOutlinedFilled.tsx +++ b/src/IconMonitorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMonitorRounded.tsx b/src/IconMonitorRounded.tsx index 5a1d9f162..35aaedadf 100644 --- a/src/IconMonitorRounded.tsx +++ b/src/IconMonitorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitorRoundedFilled.tsx b/src/IconMonitorRoundedFilled.tsx index bf4a10d76..7b7c000bd 100644 --- a/src/IconMonitorRoundedFilled.tsx +++ b/src/IconMonitorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitorSharp.tsx b/src/IconMonitorSharp.tsx index 25f493e89..4a84d8362 100644 --- a/src/IconMonitorSharp.tsx +++ b/src/IconMonitorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitorSharpFilled.tsx b/src/IconMonitorSharpFilled.tsx index d3d10c6ca..e522303b2 100644 --- a/src/IconMonitorSharpFilled.tsx +++ b/src/IconMonitorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitorWeightGainOutlined.tsx b/src/IconMonitorWeightGainOutlined.tsx index cbb16fd67..86de447a0 100644 --- a/src/IconMonitorWeightGainOutlined.tsx +++ b/src/IconMonitorWeightGainOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightGainOutlined: React.FC = ({ ...props diff --git a/src/IconMonitorWeightGainOutlinedFilled.tsx b/src/IconMonitorWeightGainOutlinedFilled.tsx index 40d79ae23..3820a8bc4 100644 --- a/src/IconMonitorWeightGainOutlinedFilled.tsx +++ b/src/IconMonitorWeightGainOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightGainOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMonitorWeightGainRounded.tsx b/src/IconMonitorWeightGainRounded.tsx index 9b0e48dca..e23754292 100644 --- a/src/IconMonitorWeightGainRounded.tsx +++ b/src/IconMonitorWeightGainRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightGainRounded: React.FC = ({ ...props diff --git a/src/IconMonitorWeightGainRoundedFilled.tsx b/src/IconMonitorWeightGainRoundedFilled.tsx index 2d110f83e..9b443628b 100644 --- a/src/IconMonitorWeightGainRoundedFilled.tsx +++ b/src/IconMonitorWeightGainRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightGainRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMonitorWeightGainSharp.tsx b/src/IconMonitorWeightGainSharp.tsx index 2c5a40bee..51f0d5218 100644 --- a/src/IconMonitorWeightGainSharp.tsx +++ b/src/IconMonitorWeightGainSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightGainSharp: React.FC = ({ ...props diff --git a/src/IconMonitorWeightGainSharpFilled.tsx b/src/IconMonitorWeightGainSharpFilled.tsx index e747b8510..8d549d507 100644 --- a/src/IconMonitorWeightGainSharpFilled.tsx +++ b/src/IconMonitorWeightGainSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightGainSharpFilled: React.FC = ({ ...props diff --git a/src/IconMonitorWeightLossOutlined.tsx b/src/IconMonitorWeightLossOutlined.tsx index cf937f211..8e3a7194e 100644 --- a/src/IconMonitorWeightLossOutlined.tsx +++ b/src/IconMonitorWeightLossOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightLossOutlined: React.FC = ({ ...props diff --git a/src/IconMonitorWeightLossOutlinedFilled.tsx b/src/IconMonitorWeightLossOutlinedFilled.tsx index 194229c69..4b33b613a 100644 --- a/src/IconMonitorWeightLossOutlinedFilled.tsx +++ b/src/IconMonitorWeightLossOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightLossOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMonitorWeightLossRounded.tsx b/src/IconMonitorWeightLossRounded.tsx index 8e6bdb48d..39c654c3a 100644 --- a/src/IconMonitorWeightLossRounded.tsx +++ b/src/IconMonitorWeightLossRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightLossRounded: React.FC = ({ ...props diff --git a/src/IconMonitorWeightLossRoundedFilled.tsx b/src/IconMonitorWeightLossRoundedFilled.tsx index 0b8e327bd..9f362f4e4 100644 --- a/src/IconMonitorWeightLossRoundedFilled.tsx +++ b/src/IconMonitorWeightLossRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightLossRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMonitorWeightLossSharp.tsx b/src/IconMonitorWeightLossSharp.tsx index b6e31fe09..988b0a436 100644 --- a/src/IconMonitorWeightLossSharp.tsx +++ b/src/IconMonitorWeightLossSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightLossSharp: React.FC = ({ ...props diff --git a/src/IconMonitorWeightLossSharpFilled.tsx b/src/IconMonitorWeightLossSharpFilled.tsx index d5d806e86..f6b761bd2 100644 --- a/src/IconMonitorWeightLossSharpFilled.tsx +++ b/src/IconMonitorWeightLossSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightLossSharpFilled: React.FC = ({ ...props diff --git a/src/IconMonitorWeightOutlined.tsx b/src/IconMonitorWeightOutlined.tsx index 49e21d798..1a21629ea 100644 --- a/src/IconMonitorWeightOutlined.tsx +++ b/src/IconMonitorWeightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightOutlined: React.FC = ({ ...props diff --git a/src/IconMonitorWeightOutlinedFilled.tsx b/src/IconMonitorWeightOutlinedFilled.tsx index 0a835d560..f58ced090 100644 --- a/src/IconMonitorWeightOutlinedFilled.tsx +++ b/src/IconMonitorWeightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMonitorWeightRounded.tsx b/src/IconMonitorWeightRounded.tsx index f1bba905d..716a0d070 100644 --- a/src/IconMonitorWeightRounded.tsx +++ b/src/IconMonitorWeightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitorWeightRoundedFilled.tsx b/src/IconMonitorWeightRoundedFilled.tsx index 37679dfad..0cb76c25c 100644 --- a/src/IconMonitorWeightRoundedFilled.tsx +++ b/src/IconMonitorWeightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMonitorWeightSharp.tsx b/src/IconMonitorWeightSharp.tsx index e4e781a06..7da190ffd 100644 --- a/src/IconMonitorWeightSharp.tsx +++ b/src/IconMonitorWeightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitorWeightSharpFilled.tsx b/src/IconMonitorWeightSharpFilled.tsx index ce4398f63..57ea7b3fa 100644 --- a/src/IconMonitorWeightSharpFilled.tsx +++ b/src/IconMonitorWeightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitorWeightSharpFilled: React.FC = ({ ...props diff --git a/src/IconMonitoringOutlined.tsx b/src/IconMonitoringOutlined.tsx index a6dd411b6..8cf15ef64 100644 --- a/src/IconMonitoringOutlined.tsx +++ b/src/IconMonitoringOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitoringOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitoringOutlinedFilled.tsx b/src/IconMonitoringOutlinedFilled.tsx index e7c9a445e..8de316905 100644 --- a/src/IconMonitoringOutlinedFilled.tsx +++ b/src/IconMonitoringOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitoringOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMonitoringRounded.tsx b/src/IconMonitoringRounded.tsx index fabcd886a..159eab670 100644 --- a/src/IconMonitoringRounded.tsx +++ b/src/IconMonitoringRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitoringRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitoringRoundedFilled.tsx b/src/IconMonitoringRoundedFilled.tsx index 98142e879..be9e8e5ff 100644 --- a/src/IconMonitoringRoundedFilled.tsx +++ b/src/IconMonitoringRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitoringRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMonitoringSharp.tsx b/src/IconMonitoringSharp.tsx index e2e2d4764..7ce52dda1 100644 --- a/src/IconMonitoringSharp.tsx +++ b/src/IconMonitoringSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitoringSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMonitoringSharpFilled.tsx b/src/IconMonitoringSharpFilled.tsx index 632cacbff..da1db2919 100644 --- a/src/IconMonitoringSharpFilled.tsx +++ b/src/IconMonitoringSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonitoringSharpFilled: React.FC = ({ ...props diff --git a/src/IconMonochromePhotosOutlined.tsx b/src/IconMonochromePhotosOutlined.tsx index 592cc7cfc..6387de073 100644 --- a/src/IconMonochromePhotosOutlined.tsx +++ b/src/IconMonochromePhotosOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonochromePhotosOutlined: React.FC = ({ ...props diff --git a/src/IconMonochromePhotosOutlinedFilled.tsx b/src/IconMonochromePhotosOutlinedFilled.tsx index 7994372ef..7c3b38efe 100644 --- a/src/IconMonochromePhotosOutlinedFilled.tsx +++ b/src/IconMonochromePhotosOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonochromePhotosOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMonochromePhotosRounded.tsx b/src/IconMonochromePhotosRounded.tsx index 2b6cc9b97..0f045d4c1 100644 --- a/src/IconMonochromePhotosRounded.tsx +++ b/src/IconMonochromePhotosRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonochromePhotosRounded: React.FC = ({ ...props diff --git a/src/IconMonochromePhotosRoundedFilled.tsx b/src/IconMonochromePhotosRoundedFilled.tsx index eb76fd38e..fef2bb1c8 100644 --- a/src/IconMonochromePhotosRoundedFilled.tsx +++ b/src/IconMonochromePhotosRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonochromePhotosRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMonochromePhotosSharp.tsx b/src/IconMonochromePhotosSharp.tsx index 30f9e8ae3..45f0b6298 100644 --- a/src/IconMonochromePhotosSharp.tsx +++ b/src/IconMonochromePhotosSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonochromePhotosSharp: React.FC = ({ ...props diff --git a/src/IconMonochromePhotosSharpFilled.tsx b/src/IconMonochromePhotosSharpFilled.tsx index 366d5e567..eac7c8897 100644 --- a/src/IconMonochromePhotosSharpFilled.tsx +++ b/src/IconMonochromePhotosSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonochromePhotosSharpFilled: React.FC = ({ ...props diff --git a/src/IconMonorailOutlined.tsx b/src/IconMonorailOutlined.tsx index 33affe365..c53bfdf62 100644 --- a/src/IconMonorailOutlined.tsx +++ b/src/IconMonorailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonorailOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMonorailOutlinedFilled.tsx b/src/IconMonorailOutlinedFilled.tsx index 77a135399..6b2887764 100644 --- a/src/IconMonorailOutlinedFilled.tsx +++ b/src/IconMonorailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonorailOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMonorailRounded.tsx b/src/IconMonorailRounded.tsx index 3c39e553f..16da4e7fe 100644 --- a/src/IconMonorailRounded.tsx +++ b/src/IconMonorailRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonorailRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMonorailRoundedFilled.tsx b/src/IconMonorailRoundedFilled.tsx index ea7d16125..65fb7f732 100644 --- a/src/IconMonorailRoundedFilled.tsx +++ b/src/IconMonorailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonorailRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMonorailSharp.tsx b/src/IconMonorailSharp.tsx index 67c03f271..ff58e711c 100644 --- a/src/IconMonorailSharp.tsx +++ b/src/IconMonorailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonorailSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMonorailSharpFilled.tsx b/src/IconMonorailSharpFilled.tsx index 739b2f6f7..6f8143145 100644 --- a/src/IconMonorailSharpFilled.tsx +++ b/src/IconMonorailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMonorailSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoodBadOutlined.tsx b/src/IconMoodBadOutlined.tsx index a902b3a63..5123e354d 100644 --- a/src/IconMoodBadOutlined.tsx +++ b/src/IconMoodBadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodBadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoodBadOutlinedFilled.tsx b/src/IconMoodBadOutlinedFilled.tsx index ad4a6d1bc..755f1d688 100644 --- a/src/IconMoodBadOutlinedFilled.tsx +++ b/src/IconMoodBadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodBadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoodBadRounded.tsx b/src/IconMoodBadRounded.tsx index e6cba8a12..63463e766 100644 --- a/src/IconMoodBadRounded.tsx +++ b/src/IconMoodBadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodBadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoodBadRoundedFilled.tsx b/src/IconMoodBadRoundedFilled.tsx index 6c3969302..dfc2ce0fa 100644 --- a/src/IconMoodBadRoundedFilled.tsx +++ b/src/IconMoodBadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodBadRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoodBadSharp.tsx b/src/IconMoodBadSharp.tsx index f2793b052..3c0d8afd3 100644 --- a/src/IconMoodBadSharp.tsx +++ b/src/IconMoodBadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodBadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoodBadSharpFilled.tsx b/src/IconMoodBadSharpFilled.tsx index 631f8a043..be8ee8451 100644 --- a/src/IconMoodBadSharpFilled.tsx +++ b/src/IconMoodBadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodBadSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoodOutlined.tsx b/src/IconMoodOutlined.tsx index a0be3555d..113ae6381 100644 --- a/src/IconMoodOutlined.tsx +++ b/src/IconMoodOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoodOutlinedFilled.tsx b/src/IconMoodOutlinedFilled.tsx index dbfe871f1..d62f2f395 100644 --- a/src/IconMoodOutlinedFilled.tsx +++ b/src/IconMoodOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoodRounded.tsx b/src/IconMoodRounded.tsx index 04e987148..931a02cf7 100644 --- a/src/IconMoodRounded.tsx +++ b/src/IconMoodRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoodRoundedFilled.tsx b/src/IconMoodRoundedFilled.tsx index 582947cc3..c61c8c618 100644 --- a/src/IconMoodRoundedFilled.tsx +++ b/src/IconMoodRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoodSharp.tsx b/src/IconMoodSharp.tsx index c1aab2493..3efd85f77 100644 --- a/src/IconMoodSharp.tsx +++ b/src/IconMoodSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoodSharpFilled.tsx b/src/IconMoodSharpFilled.tsx index e0aafe154..54a236ab7 100644 --- a/src/IconMoodSharpFilled.tsx +++ b/src/IconMoodSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoodSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMopOutlined.tsx b/src/IconMopOutlined.tsx index 9e4fb8ef8..4fa9249b8 100644 --- a/src/IconMopOutlined.tsx +++ b/src/IconMopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMopOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMopOutlinedFilled.tsx b/src/IconMopOutlinedFilled.tsx index 7da6f1ac8..f4d19740d 100644 --- a/src/IconMopOutlinedFilled.tsx +++ b/src/IconMopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMopOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMopRounded.tsx b/src/IconMopRounded.tsx index facb2e3da..a6d4ad714 100644 --- a/src/IconMopRounded.tsx +++ b/src/IconMopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMopRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMopRoundedFilled.tsx b/src/IconMopRoundedFilled.tsx index f125574c2..f1da646af 100644 --- a/src/IconMopRoundedFilled.tsx +++ b/src/IconMopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMopRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMopSharp.tsx b/src/IconMopSharp.tsx index d92264e36..458a69923 100644 --- a/src/IconMopSharp.tsx +++ b/src/IconMopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMopSharpFilled.tsx b/src/IconMopSharpFilled.tsx index 73e1a6d79..8c36892ac 100644 --- a/src/IconMopSharpFilled.tsx +++ b/src/IconMopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMopSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreDownOutlined.tsx b/src/IconMoreDownOutlined.tsx index 9627cb7ac..158b3579e 100644 --- a/src/IconMoreDownOutlined.tsx +++ b/src/IconMoreDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreDownOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreDownOutlinedFilled.tsx b/src/IconMoreDownOutlinedFilled.tsx index fb39eb900..2cd3e4c1c 100644 --- a/src/IconMoreDownOutlinedFilled.tsx +++ b/src/IconMoreDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoreDownRounded.tsx b/src/IconMoreDownRounded.tsx index 3a345fb91..f12fdfbce 100644 --- a/src/IconMoreDownRounded.tsx +++ b/src/IconMoreDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreDownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreDownRoundedFilled.tsx b/src/IconMoreDownRoundedFilled.tsx index 164463185..6d7cafcac 100644 --- a/src/IconMoreDownRoundedFilled.tsx +++ b/src/IconMoreDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoreDownSharp.tsx b/src/IconMoreDownSharp.tsx index f29b05387..fbc930ab9 100644 --- a/src/IconMoreDownSharp.tsx +++ b/src/IconMoreDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreDownSharpFilled.tsx b/src/IconMoreDownSharpFilled.tsx index 3f828cc37..9f6054482 100644 --- a/src/IconMoreDownSharpFilled.tsx +++ b/src/IconMoreDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreDownSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreHorizOutlined.tsx b/src/IconMoreHorizOutlined.tsx index 6a5284da9..36d62f601 100644 --- a/src/IconMoreHorizOutlined.tsx +++ b/src/IconMoreHorizOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreHorizOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreHorizOutlinedFilled.tsx b/src/IconMoreHorizOutlinedFilled.tsx index a0c64623b..b32ed7f61 100644 --- a/src/IconMoreHorizOutlinedFilled.tsx +++ b/src/IconMoreHorizOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreHorizOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoreHorizRounded.tsx b/src/IconMoreHorizRounded.tsx index fd6a66185..459b1abf3 100644 --- a/src/IconMoreHorizRounded.tsx +++ b/src/IconMoreHorizRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreHorizRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreHorizRoundedFilled.tsx b/src/IconMoreHorizRoundedFilled.tsx index 1b82979b4..ad8709fd6 100644 --- a/src/IconMoreHorizRoundedFilled.tsx +++ b/src/IconMoreHorizRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreHorizRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoreHorizSharp.tsx b/src/IconMoreHorizSharp.tsx index 7e004593e..ec23de630 100644 --- a/src/IconMoreHorizSharp.tsx +++ b/src/IconMoreHorizSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreHorizSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreHorizSharpFilled.tsx b/src/IconMoreHorizSharpFilled.tsx index 68baa7922..a978cd725 100644 --- a/src/IconMoreHorizSharpFilled.tsx +++ b/src/IconMoreHorizSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreHorizSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreOutlined.tsx b/src/IconMoreOutlined.tsx index 83c7bb3a9..0c4586e9d 100644 --- a/src/IconMoreOutlined.tsx +++ b/src/IconMoreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreOutlinedFilled.tsx b/src/IconMoreOutlinedFilled.tsx index afe90ae44..bfb8b00fa 100644 --- a/src/IconMoreOutlinedFilled.tsx +++ b/src/IconMoreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreRounded.tsx b/src/IconMoreRounded.tsx index 6a2e9a8cb..89e32bb96 100644 --- a/src/IconMoreRounded.tsx +++ b/src/IconMoreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreRoundedFilled.tsx b/src/IconMoreRoundedFilled.tsx index adba830a0..1107f86e2 100644 --- a/src/IconMoreRoundedFilled.tsx +++ b/src/IconMoreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreSharp.tsx b/src/IconMoreSharp.tsx index 474593fd9..2d07a0225 100644 --- a/src/IconMoreSharp.tsx +++ b/src/IconMoreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreSharpFilled.tsx b/src/IconMoreSharpFilled.tsx index 9bdbf020d..72751d960 100644 --- a/src/IconMoreSharpFilled.tsx +++ b/src/IconMoreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreTimeOutlined.tsx b/src/IconMoreTimeOutlined.tsx index 44e51c657..de6b22fc6 100644 --- a/src/IconMoreTimeOutlined.tsx +++ b/src/IconMoreTimeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreTimeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreTimeOutlinedFilled.tsx b/src/IconMoreTimeOutlinedFilled.tsx index 1cf59a442..c283ff659 100644 --- a/src/IconMoreTimeOutlinedFilled.tsx +++ b/src/IconMoreTimeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreTimeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoreTimeRounded.tsx b/src/IconMoreTimeRounded.tsx index ea862a150..3d84d0209 100644 --- a/src/IconMoreTimeRounded.tsx +++ b/src/IconMoreTimeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreTimeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreTimeRoundedFilled.tsx b/src/IconMoreTimeRoundedFilled.tsx index 48a2ae40b..73545f348 100644 --- a/src/IconMoreTimeRoundedFilled.tsx +++ b/src/IconMoreTimeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreTimeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoreTimeSharp.tsx b/src/IconMoreTimeSharp.tsx index 1417be5c0..c1d2fdbdb 100644 --- a/src/IconMoreTimeSharp.tsx +++ b/src/IconMoreTimeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreTimeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreTimeSharpFilled.tsx b/src/IconMoreTimeSharpFilled.tsx index c41411114..b5ae7b676 100644 --- a/src/IconMoreTimeSharpFilled.tsx +++ b/src/IconMoreTimeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreTimeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreUpOutlined.tsx b/src/IconMoreUpOutlined.tsx index fb451c09b..00be37d7b 100644 --- a/src/IconMoreUpOutlined.tsx +++ b/src/IconMoreUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreUpOutlinedFilled.tsx b/src/IconMoreUpOutlinedFilled.tsx index 5df156811..fd1f29a6e 100644 --- a/src/IconMoreUpOutlinedFilled.tsx +++ b/src/IconMoreUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreUpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreUpRounded.tsx b/src/IconMoreUpRounded.tsx index 344850272..60d6fb7e9 100644 --- a/src/IconMoreUpRounded.tsx +++ b/src/IconMoreUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreUpRoundedFilled.tsx b/src/IconMoreUpRoundedFilled.tsx index cc177fe83..fb5178a6e 100644 --- a/src/IconMoreUpRoundedFilled.tsx +++ b/src/IconMoreUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreUpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreUpSharp.tsx b/src/IconMoreUpSharp.tsx index a0d219bf4..37487fc14 100644 --- a/src/IconMoreUpSharp.tsx +++ b/src/IconMoreUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreUpSharpFilled.tsx b/src/IconMoreUpSharpFilled.tsx index 4d3502904..de575ae88 100644 --- a/src/IconMoreUpSharpFilled.tsx +++ b/src/IconMoreUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreUpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreVertOutlined.tsx b/src/IconMoreVertOutlined.tsx index 86b1b9b13..a804bb014 100644 --- a/src/IconMoreVertOutlined.tsx +++ b/src/IconMoreVertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreVertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreVertOutlinedFilled.tsx b/src/IconMoreVertOutlinedFilled.tsx index 485df259a..095973ed0 100644 --- a/src/IconMoreVertOutlinedFilled.tsx +++ b/src/IconMoreVertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreVertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoreVertRounded.tsx b/src/IconMoreVertRounded.tsx index 7d6789d21..9ec6cd539 100644 --- a/src/IconMoreVertRounded.tsx +++ b/src/IconMoreVertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreVertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreVertRoundedFilled.tsx b/src/IconMoreVertRoundedFilled.tsx index 1c41ee9fe..10861928d 100644 --- a/src/IconMoreVertRoundedFilled.tsx +++ b/src/IconMoreVertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreVertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoreVertSharp.tsx b/src/IconMoreVertSharp.tsx index 45126c256..dc21fc50c 100644 --- a/src/IconMoreVertSharp.tsx +++ b/src/IconMoreVertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreVertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoreVertSharpFilled.tsx b/src/IconMoreVertSharpFilled.tsx index 44fccde47..55d96dcdd 100644 --- a/src/IconMoreVertSharpFilled.tsx +++ b/src/IconMoreVertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoreVertSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMosqueOutlined.tsx b/src/IconMosqueOutlined.tsx index 1fa1edb8a..99685cf33 100644 --- a/src/IconMosqueOutlined.tsx +++ b/src/IconMosqueOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMosqueOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMosqueOutlinedFilled.tsx b/src/IconMosqueOutlinedFilled.tsx index 3e89545bd..5fe2c9abb 100644 --- a/src/IconMosqueOutlinedFilled.tsx +++ b/src/IconMosqueOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMosqueOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMosqueRounded.tsx b/src/IconMosqueRounded.tsx index 7f360fff9..87dfb3668 100644 --- a/src/IconMosqueRounded.tsx +++ b/src/IconMosqueRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMosqueRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMosqueRoundedFilled.tsx b/src/IconMosqueRoundedFilled.tsx index 7ddde36f2..1f46b65c8 100644 --- a/src/IconMosqueRoundedFilled.tsx +++ b/src/IconMosqueRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMosqueRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMosqueSharp.tsx b/src/IconMosqueSharp.tsx index ace5a5fcf..d6d9f9304 100644 --- a/src/IconMosqueSharp.tsx +++ b/src/IconMosqueSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMosqueSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMosqueSharpFilled.tsx b/src/IconMosqueSharpFilled.tsx index 757512116..80caf28c9 100644 --- a/src/IconMosqueSharpFilled.tsx +++ b/src/IconMosqueSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMosqueSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionBlurOutlined.tsx b/src/IconMotionBlurOutlined.tsx index a9f241f5b..f65e7a9c7 100644 --- a/src/IconMotionBlurOutlined.tsx +++ b/src/IconMotionBlurOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionBlurOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionBlurOutlinedFilled.tsx b/src/IconMotionBlurOutlinedFilled.tsx index 8a794e615..ca40f8b2e 100644 --- a/src/IconMotionBlurOutlinedFilled.tsx +++ b/src/IconMotionBlurOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionBlurOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotionBlurRounded.tsx b/src/IconMotionBlurRounded.tsx index 71690fa7e..566056294 100644 --- a/src/IconMotionBlurRounded.tsx +++ b/src/IconMotionBlurRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionBlurRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionBlurRoundedFilled.tsx b/src/IconMotionBlurRoundedFilled.tsx index 935e20b8f..11174ea39 100644 --- a/src/IconMotionBlurRoundedFilled.tsx +++ b/src/IconMotionBlurRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionBlurRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotionBlurSharp.tsx b/src/IconMotionBlurSharp.tsx index 5f8d9b4ff..440f6c7aa 100644 --- a/src/IconMotionBlurSharp.tsx +++ b/src/IconMotionBlurSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionBlurSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionBlurSharpFilled.tsx b/src/IconMotionBlurSharpFilled.tsx index 3749678bb..f459f77ac 100644 --- a/src/IconMotionBlurSharpFilled.tsx +++ b/src/IconMotionBlurSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionBlurSharpFilled: React.FC = ({ ...props diff --git a/src/IconMotionModeOutlined.tsx b/src/IconMotionModeOutlined.tsx index 4edc35c78..a93d44b46 100644 --- a/src/IconMotionModeOutlined.tsx +++ b/src/IconMotionModeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionModeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionModeOutlinedFilled.tsx b/src/IconMotionModeOutlinedFilled.tsx index 74c74065f..bfbbed23b 100644 --- a/src/IconMotionModeOutlinedFilled.tsx +++ b/src/IconMotionModeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionModeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotionModeRounded.tsx b/src/IconMotionModeRounded.tsx index 9c4d27e76..cddf4fd18 100644 --- a/src/IconMotionModeRounded.tsx +++ b/src/IconMotionModeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionModeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionModeRoundedFilled.tsx b/src/IconMotionModeRoundedFilled.tsx index bbd970183..2d4640465 100644 --- a/src/IconMotionModeRoundedFilled.tsx +++ b/src/IconMotionModeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionModeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotionModeSharp.tsx b/src/IconMotionModeSharp.tsx index 3a5fbc052..1178695c8 100644 --- a/src/IconMotionModeSharp.tsx +++ b/src/IconMotionModeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionModeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionModeSharpFilled.tsx b/src/IconMotionModeSharpFilled.tsx index 34e3db247..9e785fc48 100644 --- a/src/IconMotionModeSharpFilled.tsx +++ b/src/IconMotionModeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionModeSharpFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosAutoOutlined.tsx b/src/IconMotionPhotosAutoOutlined.tsx index c0836d247..dff924809 100644 --- a/src/IconMotionPhotosAutoOutlined.tsx +++ b/src/IconMotionPhotosAutoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosAutoOutlined: React.FC = ({ ...props diff --git a/src/IconMotionPhotosAutoOutlinedFilled.tsx b/src/IconMotionPhotosAutoOutlinedFilled.tsx index 88c9291e7..39a1551ba 100644 --- a/src/IconMotionPhotosAutoOutlinedFilled.tsx +++ b/src/IconMotionPhotosAutoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosAutoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosAutoRounded.tsx b/src/IconMotionPhotosAutoRounded.tsx index 83e2ae324..5a203491c 100644 --- a/src/IconMotionPhotosAutoRounded.tsx +++ b/src/IconMotionPhotosAutoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosAutoRounded: React.FC = ({ ...props diff --git a/src/IconMotionPhotosAutoRoundedFilled.tsx b/src/IconMotionPhotosAutoRoundedFilled.tsx index 610660378..64a148eb0 100644 --- a/src/IconMotionPhotosAutoRoundedFilled.tsx +++ b/src/IconMotionPhotosAutoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosAutoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosAutoSharp.tsx b/src/IconMotionPhotosAutoSharp.tsx index 750261c73..819698857 100644 --- a/src/IconMotionPhotosAutoSharp.tsx +++ b/src/IconMotionPhotosAutoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosAutoSharp: React.FC = ({ ...props diff --git a/src/IconMotionPhotosAutoSharpFilled.tsx b/src/IconMotionPhotosAutoSharpFilled.tsx index 6da07011a..38f1dd7ca 100644 --- a/src/IconMotionPhotosAutoSharpFilled.tsx +++ b/src/IconMotionPhotosAutoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosAutoSharpFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosOffOutlined.tsx b/src/IconMotionPhotosOffOutlined.tsx index e2ddea12b..c40179587 100644 --- a/src/IconMotionPhotosOffOutlined.tsx +++ b/src/IconMotionPhotosOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOffOutlined: React.FC = ({ ...props diff --git a/src/IconMotionPhotosOffOutlinedFilled.tsx b/src/IconMotionPhotosOffOutlinedFilled.tsx index 759198f87..bb501c2e6 100644 --- a/src/IconMotionPhotosOffOutlinedFilled.tsx +++ b/src/IconMotionPhotosOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosOffRounded.tsx b/src/IconMotionPhotosOffRounded.tsx index a8eb02cd5..e6d91bb40 100644 --- a/src/IconMotionPhotosOffRounded.tsx +++ b/src/IconMotionPhotosOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOffRounded: React.FC = ({ ...props diff --git a/src/IconMotionPhotosOffRoundedFilled.tsx b/src/IconMotionPhotosOffRoundedFilled.tsx index 4e573a43b..eea0c1056 100644 --- a/src/IconMotionPhotosOffRoundedFilled.tsx +++ b/src/IconMotionPhotosOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosOffSharp.tsx b/src/IconMotionPhotosOffSharp.tsx index 7339f18a3..7e717e6d4 100644 --- a/src/IconMotionPhotosOffSharp.tsx +++ b/src/IconMotionPhotosOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionPhotosOffSharpFilled.tsx b/src/IconMotionPhotosOffSharpFilled.tsx index 4e536fa91..e7ba39b41 100644 --- a/src/IconMotionPhotosOffSharpFilled.tsx +++ b/src/IconMotionPhotosOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosOnOutlined.tsx b/src/IconMotionPhotosOnOutlined.tsx index 162c4eb13..ceb04bd93 100644 --- a/src/IconMotionPhotosOnOutlined.tsx +++ b/src/IconMotionPhotosOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOnOutlined: React.FC = ({ ...props diff --git a/src/IconMotionPhotosOnOutlinedFilled.tsx b/src/IconMotionPhotosOnOutlinedFilled.tsx index 9679375ae..a8972d09e 100644 --- a/src/IconMotionPhotosOnOutlinedFilled.tsx +++ b/src/IconMotionPhotosOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosOnRounded.tsx b/src/IconMotionPhotosOnRounded.tsx index eee6c59d2..b4e7cc513 100644 --- a/src/IconMotionPhotosOnRounded.tsx +++ b/src/IconMotionPhotosOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOnRounded: React.FC = ({ ...props diff --git a/src/IconMotionPhotosOnRoundedFilled.tsx b/src/IconMotionPhotosOnRoundedFilled.tsx index 5183a74a8..65211a018 100644 --- a/src/IconMotionPhotosOnRoundedFilled.tsx +++ b/src/IconMotionPhotosOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosOnSharp.tsx b/src/IconMotionPhotosOnSharp.tsx index 60533e68d..86e5446e1 100644 --- a/src/IconMotionPhotosOnSharp.tsx +++ b/src/IconMotionPhotosOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionPhotosOnSharpFilled.tsx b/src/IconMotionPhotosOnSharpFilled.tsx index 938dd3e08..71f15f5b8 100644 --- a/src/IconMotionPhotosOnSharpFilled.tsx +++ b/src/IconMotionPhotosOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosPausedOutlined.tsx b/src/IconMotionPhotosPausedOutlined.tsx index 8421d948a..331f83d19 100644 --- a/src/IconMotionPhotosPausedOutlined.tsx +++ b/src/IconMotionPhotosPausedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosPausedOutlined: React.FC = ({ ...props diff --git a/src/IconMotionPhotosPausedOutlinedFilled.tsx b/src/IconMotionPhotosPausedOutlinedFilled.tsx index 0c0707080..c642ccf5a 100644 --- a/src/IconMotionPhotosPausedOutlinedFilled.tsx +++ b/src/IconMotionPhotosPausedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosPausedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosPausedRounded.tsx b/src/IconMotionPhotosPausedRounded.tsx index 0b374917c..dce84e102 100644 --- a/src/IconMotionPhotosPausedRounded.tsx +++ b/src/IconMotionPhotosPausedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosPausedRounded: React.FC = ({ ...props diff --git a/src/IconMotionPhotosPausedRoundedFilled.tsx b/src/IconMotionPhotosPausedRoundedFilled.tsx index 28730fc24..1c9fcb583 100644 --- a/src/IconMotionPhotosPausedRoundedFilled.tsx +++ b/src/IconMotionPhotosPausedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosPausedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotionPhotosPausedSharp.tsx b/src/IconMotionPhotosPausedSharp.tsx index 5d900c1d3..a08104534 100644 --- a/src/IconMotionPhotosPausedSharp.tsx +++ b/src/IconMotionPhotosPausedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosPausedSharp: React.FC = ({ ...props diff --git a/src/IconMotionPhotosPausedSharpFilled.tsx b/src/IconMotionPhotosPausedSharpFilled.tsx index 7613e7fb0..fd0799c9b 100644 --- a/src/IconMotionPhotosPausedSharpFilled.tsx +++ b/src/IconMotionPhotosPausedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPhotosPausedSharpFilled: React.FC = ({ ...props diff --git a/src/IconMotionPlayOutlined.tsx b/src/IconMotionPlayOutlined.tsx index 9f4a35e3a..1f38bc164 100644 --- a/src/IconMotionPlayOutlined.tsx +++ b/src/IconMotionPlayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPlayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionPlayOutlinedFilled.tsx b/src/IconMotionPlayOutlinedFilled.tsx index 1357c971c..be45ca91a 100644 --- a/src/IconMotionPlayOutlinedFilled.tsx +++ b/src/IconMotionPlayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPlayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotionPlayRounded.tsx b/src/IconMotionPlayRounded.tsx index 8b3aee9f8..d98c79d2e 100644 --- a/src/IconMotionPlayRounded.tsx +++ b/src/IconMotionPlayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPlayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionPlayRoundedFilled.tsx b/src/IconMotionPlayRoundedFilled.tsx index d7938d5c4..026ed45b7 100644 --- a/src/IconMotionPlayRoundedFilled.tsx +++ b/src/IconMotionPlayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPlayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotionPlaySharp.tsx b/src/IconMotionPlaySharp.tsx index ad81a2db6..5652985cc 100644 --- a/src/IconMotionPlaySharp.tsx +++ b/src/IconMotionPlaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPlaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMotionPlaySharpFilled.tsx b/src/IconMotionPlaySharpFilled.tsx index b0a2e7abf..372aeafdb 100644 --- a/src/IconMotionPlaySharpFilled.tsx +++ b/src/IconMotionPlaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionPlaySharpFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorActiveOutlined.tsx b/src/IconMotionSensorActiveOutlined.tsx index 8b1cdeb08..5a13b685d 100644 --- a/src/IconMotionSensorActiveOutlined.tsx +++ b/src/IconMotionSensorActiveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorActiveOutlined: React.FC = ({ ...props diff --git a/src/IconMotionSensorActiveOutlinedFilled.tsx b/src/IconMotionSensorActiveOutlinedFilled.tsx index 801228f70..726a079a8 100644 --- a/src/IconMotionSensorActiveOutlinedFilled.tsx +++ b/src/IconMotionSensorActiveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorActiveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorActiveRounded.tsx b/src/IconMotionSensorActiveRounded.tsx index b8f861b4f..096c72a29 100644 --- a/src/IconMotionSensorActiveRounded.tsx +++ b/src/IconMotionSensorActiveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorActiveRounded: React.FC = ({ ...props diff --git a/src/IconMotionSensorActiveRoundedFilled.tsx b/src/IconMotionSensorActiveRoundedFilled.tsx index 244b78131..4ef68d880 100644 --- a/src/IconMotionSensorActiveRoundedFilled.tsx +++ b/src/IconMotionSensorActiveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorActiveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorActiveSharp.tsx b/src/IconMotionSensorActiveSharp.tsx index 590512191..15be79fe5 100644 --- a/src/IconMotionSensorActiveSharp.tsx +++ b/src/IconMotionSensorActiveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorActiveSharp: React.FC = ({ ...props diff --git a/src/IconMotionSensorActiveSharpFilled.tsx b/src/IconMotionSensorActiveSharpFilled.tsx index d36daa224..9e7f79bd4 100644 --- a/src/IconMotionSensorActiveSharpFilled.tsx +++ b/src/IconMotionSensorActiveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorActiveSharpFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorAlertOutlined.tsx b/src/IconMotionSensorAlertOutlined.tsx index 9a5964cf6..d9b7540df 100644 --- a/src/IconMotionSensorAlertOutlined.tsx +++ b/src/IconMotionSensorAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorAlertOutlined: React.FC = ({ ...props diff --git a/src/IconMotionSensorAlertOutlinedFilled.tsx b/src/IconMotionSensorAlertOutlinedFilled.tsx index 31bd08a1e..1c0594269 100644 --- a/src/IconMotionSensorAlertOutlinedFilled.tsx +++ b/src/IconMotionSensorAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorAlertRounded.tsx b/src/IconMotionSensorAlertRounded.tsx index f6f87c69e..3d756f69e 100644 --- a/src/IconMotionSensorAlertRounded.tsx +++ b/src/IconMotionSensorAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorAlertRounded: React.FC = ({ ...props diff --git a/src/IconMotionSensorAlertRoundedFilled.tsx b/src/IconMotionSensorAlertRoundedFilled.tsx index 825bba995..0cef202c1 100644 --- a/src/IconMotionSensorAlertRoundedFilled.tsx +++ b/src/IconMotionSensorAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorAlertSharp.tsx b/src/IconMotionSensorAlertSharp.tsx index c7cca4e0f..3ca466c4e 100644 --- a/src/IconMotionSensorAlertSharp.tsx +++ b/src/IconMotionSensorAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorAlertSharp: React.FC = ({ ...props diff --git a/src/IconMotionSensorAlertSharpFilled.tsx b/src/IconMotionSensorAlertSharpFilled.tsx index b8dc9fa0a..7624188b6 100644 --- a/src/IconMotionSensorAlertSharpFilled.tsx +++ b/src/IconMotionSensorAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorIdleOutlined.tsx b/src/IconMotionSensorIdleOutlined.tsx index 9543ae3d6..c4e2cbd13 100644 --- a/src/IconMotionSensorIdleOutlined.tsx +++ b/src/IconMotionSensorIdleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorIdleOutlined: React.FC = ({ ...props diff --git a/src/IconMotionSensorIdleOutlinedFilled.tsx b/src/IconMotionSensorIdleOutlinedFilled.tsx index b3db6ecd2..c8b735f6a 100644 --- a/src/IconMotionSensorIdleOutlinedFilled.tsx +++ b/src/IconMotionSensorIdleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorIdleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorIdleRounded.tsx b/src/IconMotionSensorIdleRounded.tsx index 58c8ff46f..924c28177 100644 --- a/src/IconMotionSensorIdleRounded.tsx +++ b/src/IconMotionSensorIdleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorIdleRounded: React.FC = ({ ...props diff --git a/src/IconMotionSensorIdleRoundedFilled.tsx b/src/IconMotionSensorIdleRoundedFilled.tsx index 44dcef3d3..c217a33a1 100644 --- a/src/IconMotionSensorIdleRoundedFilled.tsx +++ b/src/IconMotionSensorIdleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorIdleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorIdleSharp.tsx b/src/IconMotionSensorIdleSharp.tsx index f129cfee6..23232fb7d 100644 --- a/src/IconMotionSensorIdleSharp.tsx +++ b/src/IconMotionSensorIdleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorIdleSharp: React.FC = ({ ...props diff --git a/src/IconMotionSensorIdleSharpFilled.tsx b/src/IconMotionSensorIdleSharpFilled.tsx index 36939c32c..367a88bce 100644 --- a/src/IconMotionSensorIdleSharpFilled.tsx +++ b/src/IconMotionSensorIdleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorIdleSharpFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorUrgentOutlined.tsx b/src/IconMotionSensorUrgentOutlined.tsx index 7d35ef434..355e8c1ea 100644 --- a/src/IconMotionSensorUrgentOutlined.tsx +++ b/src/IconMotionSensorUrgentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorUrgentOutlined: React.FC = ({ ...props diff --git a/src/IconMotionSensorUrgentOutlinedFilled.tsx b/src/IconMotionSensorUrgentOutlinedFilled.tsx index 004e2b67f..93d126d2c 100644 --- a/src/IconMotionSensorUrgentOutlinedFilled.tsx +++ b/src/IconMotionSensorUrgentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorUrgentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorUrgentRounded.tsx b/src/IconMotionSensorUrgentRounded.tsx index 7eb30f136..c0ed0a8e6 100644 --- a/src/IconMotionSensorUrgentRounded.tsx +++ b/src/IconMotionSensorUrgentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorUrgentRounded: React.FC = ({ ...props diff --git a/src/IconMotionSensorUrgentRoundedFilled.tsx b/src/IconMotionSensorUrgentRoundedFilled.tsx index 63bbb3b7b..c0d96943c 100644 --- a/src/IconMotionSensorUrgentRoundedFilled.tsx +++ b/src/IconMotionSensorUrgentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorUrgentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotionSensorUrgentSharp.tsx b/src/IconMotionSensorUrgentSharp.tsx index 0f1989a28..1a326291d 100644 --- a/src/IconMotionSensorUrgentSharp.tsx +++ b/src/IconMotionSensorUrgentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorUrgentSharp: React.FC = ({ ...props diff --git a/src/IconMotionSensorUrgentSharpFilled.tsx b/src/IconMotionSensorUrgentSharpFilled.tsx index 6bda6de5e..eea99a32c 100644 --- a/src/IconMotionSensorUrgentSharpFilled.tsx +++ b/src/IconMotionSensorUrgentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotionSensorUrgentSharpFilled: React.FC = ({ ...props diff --git a/src/IconMotorcycleOutlined.tsx b/src/IconMotorcycleOutlined.tsx index 4fa4e11f9..3bbb3dcb3 100644 --- a/src/IconMotorcycleOutlined.tsx +++ b/src/IconMotorcycleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotorcycleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMotorcycleOutlinedFilled.tsx b/src/IconMotorcycleOutlinedFilled.tsx index ef265a95d..4224a4ef9 100644 --- a/src/IconMotorcycleOutlinedFilled.tsx +++ b/src/IconMotorcycleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotorcycleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMotorcycleRounded.tsx b/src/IconMotorcycleRounded.tsx index bd8d94576..c5e3e9384 100644 --- a/src/IconMotorcycleRounded.tsx +++ b/src/IconMotorcycleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotorcycleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMotorcycleRoundedFilled.tsx b/src/IconMotorcycleRoundedFilled.tsx index 7bcc90b75..d587fa538 100644 --- a/src/IconMotorcycleRoundedFilled.tsx +++ b/src/IconMotorcycleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotorcycleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMotorcycleSharp.tsx b/src/IconMotorcycleSharp.tsx index e005339ea..6a67029e8 100644 --- a/src/IconMotorcycleSharp.tsx +++ b/src/IconMotorcycleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotorcycleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMotorcycleSharpFilled.tsx b/src/IconMotorcycleSharpFilled.tsx index c9d41097c..7b0e38912 100644 --- a/src/IconMotorcycleSharpFilled.tsx +++ b/src/IconMotorcycleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMotorcycleSharpFilled: React.FC = ({ ...props diff --git a/src/IconMountainFlagOutlined.tsx b/src/IconMountainFlagOutlined.tsx index 43eaa56f0..91aa4a257 100644 --- a/src/IconMountainFlagOutlined.tsx +++ b/src/IconMountainFlagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMountainFlagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMountainFlagOutlinedFilled.tsx b/src/IconMountainFlagOutlinedFilled.tsx index 058a5f9ce..e44562187 100644 --- a/src/IconMountainFlagOutlinedFilled.tsx +++ b/src/IconMountainFlagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMountainFlagOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMountainFlagRounded.tsx b/src/IconMountainFlagRounded.tsx index 6de71295e..1630e5c4a 100644 --- a/src/IconMountainFlagRounded.tsx +++ b/src/IconMountainFlagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMountainFlagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMountainFlagRoundedFilled.tsx b/src/IconMountainFlagRoundedFilled.tsx index c7b7d60fb..e49314e96 100644 --- a/src/IconMountainFlagRoundedFilled.tsx +++ b/src/IconMountainFlagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMountainFlagRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMountainFlagSharp.tsx b/src/IconMountainFlagSharp.tsx index 2ff975a2d..ee6337e86 100644 --- a/src/IconMountainFlagSharp.tsx +++ b/src/IconMountainFlagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMountainFlagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMountainFlagSharpFilled.tsx b/src/IconMountainFlagSharpFilled.tsx index 31df9172f..198d60220 100644 --- a/src/IconMountainFlagSharpFilled.tsx +++ b/src/IconMountainFlagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMountainFlagSharpFilled: React.FC = ({ ...props diff --git a/src/IconMouseLockOffOutlined.tsx b/src/IconMouseLockOffOutlined.tsx index ff0ab6dd1..8c4add708 100644 --- a/src/IconMouseLockOffOutlined.tsx +++ b/src/IconMouseLockOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseLockOffOutlinedFilled.tsx b/src/IconMouseLockOffOutlinedFilled.tsx index 7644b2bc6..d6af2aaf9 100644 --- a/src/IconMouseLockOffOutlinedFilled.tsx +++ b/src/IconMouseLockOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMouseLockOffRounded.tsx b/src/IconMouseLockOffRounded.tsx index 1e2b300ba..40a84e46c 100644 --- a/src/IconMouseLockOffRounded.tsx +++ b/src/IconMouseLockOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseLockOffRoundedFilled.tsx b/src/IconMouseLockOffRoundedFilled.tsx index 384322e96..7e7960448 100644 --- a/src/IconMouseLockOffRoundedFilled.tsx +++ b/src/IconMouseLockOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMouseLockOffSharp.tsx b/src/IconMouseLockOffSharp.tsx index 6507a4bcc..96920117b 100644 --- a/src/IconMouseLockOffSharp.tsx +++ b/src/IconMouseLockOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseLockOffSharpFilled.tsx b/src/IconMouseLockOffSharpFilled.tsx index 701e84726..41d0bbb43 100644 --- a/src/IconMouseLockOffSharpFilled.tsx +++ b/src/IconMouseLockOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconMouseLockOutlined.tsx b/src/IconMouseLockOutlined.tsx index 95829a356..869931801 100644 --- a/src/IconMouseLockOutlined.tsx +++ b/src/IconMouseLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseLockOutlinedFilled.tsx b/src/IconMouseLockOutlinedFilled.tsx index f72dfa9f3..f05c7b696 100644 --- a/src/IconMouseLockOutlinedFilled.tsx +++ b/src/IconMouseLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMouseLockRounded.tsx b/src/IconMouseLockRounded.tsx index 964780887..4aaf753a5 100644 --- a/src/IconMouseLockRounded.tsx +++ b/src/IconMouseLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseLockRoundedFilled.tsx b/src/IconMouseLockRoundedFilled.tsx index ac057a216..76f315ae8 100644 --- a/src/IconMouseLockRoundedFilled.tsx +++ b/src/IconMouseLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMouseLockSharp.tsx b/src/IconMouseLockSharp.tsx index 125c76176..a531e5d33 100644 --- a/src/IconMouseLockSharp.tsx +++ b/src/IconMouseLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseLockSharpFilled.tsx b/src/IconMouseLockSharpFilled.tsx index 318a9a038..6a63774f9 100644 --- a/src/IconMouseLockSharpFilled.tsx +++ b/src/IconMouseLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseLockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseOutlined.tsx b/src/IconMouseOutlined.tsx index 14ef0a848..210cb99df 100644 --- a/src/IconMouseOutlined.tsx +++ b/src/IconMouseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseOutlinedFilled.tsx b/src/IconMouseOutlinedFilled.tsx index cd41d0b75..84e246300 100644 --- a/src/IconMouseOutlinedFilled.tsx +++ b/src/IconMouseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseRounded.tsx b/src/IconMouseRounded.tsx index 68bc3fa8c..1c931af06 100644 --- a/src/IconMouseRounded.tsx +++ b/src/IconMouseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseRoundedFilled.tsx b/src/IconMouseRoundedFilled.tsx index 4d252b43d..66539a356 100644 --- a/src/IconMouseRoundedFilled.tsx +++ b/src/IconMouseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseSharp.tsx b/src/IconMouseSharp.tsx index c3b06ce2f..537ec6731 100644 --- a/src/IconMouseSharp.tsx +++ b/src/IconMouseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMouseSharpFilled.tsx b/src/IconMouseSharpFilled.tsx index 8dc09537a..3e9231de8 100644 --- a/src/IconMouseSharpFilled.tsx +++ b/src/IconMouseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMouseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveDownOutlined.tsx b/src/IconMoveDownOutlined.tsx index a36ca3ad8..0c9f1dc0d 100644 --- a/src/IconMoveDownOutlined.tsx +++ b/src/IconMoveDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveDownOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveDownOutlinedFilled.tsx b/src/IconMoveDownOutlinedFilled.tsx index b0bd38031..e648118ec 100644 --- a/src/IconMoveDownOutlinedFilled.tsx +++ b/src/IconMoveDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoveDownRounded.tsx b/src/IconMoveDownRounded.tsx index beec07d29..78ce9bb46 100644 --- a/src/IconMoveDownRounded.tsx +++ b/src/IconMoveDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveDownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveDownRoundedFilled.tsx b/src/IconMoveDownRoundedFilled.tsx index dba95ae15..2b0ef89f6 100644 --- a/src/IconMoveDownRoundedFilled.tsx +++ b/src/IconMoveDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoveDownSharp.tsx b/src/IconMoveDownSharp.tsx index ffcb9daf0..841794734 100644 --- a/src/IconMoveDownSharp.tsx +++ b/src/IconMoveDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveDownSharpFilled.tsx b/src/IconMoveDownSharpFilled.tsx index 84eb38320..e20ee6561 100644 --- a/src/IconMoveDownSharpFilled.tsx +++ b/src/IconMoveDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveDownSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveGroupOutlined.tsx b/src/IconMoveGroupOutlined.tsx index 206338b73..eb3a02b63 100644 --- a/src/IconMoveGroupOutlined.tsx +++ b/src/IconMoveGroupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveGroupOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveGroupOutlinedFilled.tsx b/src/IconMoveGroupOutlinedFilled.tsx index d80ecc3a8..a8c31b004 100644 --- a/src/IconMoveGroupOutlinedFilled.tsx +++ b/src/IconMoveGroupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveGroupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoveGroupRounded.tsx b/src/IconMoveGroupRounded.tsx index f35ee1ecc..9cd3f1536 100644 --- a/src/IconMoveGroupRounded.tsx +++ b/src/IconMoveGroupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveGroupRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveGroupRoundedFilled.tsx b/src/IconMoveGroupRoundedFilled.tsx index cc45d0878..53f16b67b 100644 --- a/src/IconMoveGroupRoundedFilled.tsx +++ b/src/IconMoveGroupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveGroupRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoveGroupSharp.tsx b/src/IconMoveGroupSharp.tsx index e3cb5278c..b33a96586 100644 --- a/src/IconMoveGroupSharp.tsx +++ b/src/IconMoveGroupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveGroupSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveGroupSharpFilled.tsx b/src/IconMoveGroupSharpFilled.tsx index 1a7e09f86..fa1f9ecbe 100644 --- a/src/IconMoveGroupSharpFilled.tsx +++ b/src/IconMoveGroupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveGroupSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveItemOutlined.tsx b/src/IconMoveItemOutlined.tsx index 85a95f315..1254b9fbb 100644 --- a/src/IconMoveItemOutlined.tsx +++ b/src/IconMoveItemOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveItemOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveItemOutlinedFilled.tsx b/src/IconMoveItemOutlinedFilled.tsx index 012506d53..1204a82af 100644 --- a/src/IconMoveItemOutlinedFilled.tsx +++ b/src/IconMoveItemOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveItemOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoveItemRounded.tsx b/src/IconMoveItemRounded.tsx index 7590d1973..0d7fac98d 100644 --- a/src/IconMoveItemRounded.tsx +++ b/src/IconMoveItemRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveItemRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveItemRoundedFilled.tsx b/src/IconMoveItemRoundedFilled.tsx index 7b67be7da..fca5dfe87 100644 --- a/src/IconMoveItemRoundedFilled.tsx +++ b/src/IconMoveItemRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveItemRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoveItemSharp.tsx b/src/IconMoveItemSharp.tsx index 7851d4362..2e9e66d13 100644 --- a/src/IconMoveItemSharp.tsx +++ b/src/IconMoveItemSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveItemSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveItemSharpFilled.tsx b/src/IconMoveItemSharpFilled.tsx index 808814181..b6d08082b 100644 --- a/src/IconMoveItemSharpFilled.tsx +++ b/src/IconMoveItemSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveItemSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveLocationOutlined.tsx b/src/IconMoveLocationOutlined.tsx index b96d6f961..01d1d13ca 100644 --- a/src/IconMoveLocationOutlined.tsx +++ b/src/IconMoveLocationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveLocationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveLocationOutlinedFilled.tsx b/src/IconMoveLocationOutlinedFilled.tsx index 74df21ea7..7defcae22 100644 --- a/src/IconMoveLocationOutlinedFilled.tsx +++ b/src/IconMoveLocationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveLocationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoveLocationRounded.tsx b/src/IconMoveLocationRounded.tsx index ae5c7442c..98a715382 100644 --- a/src/IconMoveLocationRounded.tsx +++ b/src/IconMoveLocationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveLocationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveLocationRoundedFilled.tsx b/src/IconMoveLocationRoundedFilled.tsx index 1d32f2a7c..e4210f583 100644 --- a/src/IconMoveLocationRoundedFilled.tsx +++ b/src/IconMoveLocationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveLocationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoveLocationSharp.tsx b/src/IconMoveLocationSharp.tsx index 85a7ec508..4e4b8ae67 100644 --- a/src/IconMoveLocationSharp.tsx +++ b/src/IconMoveLocationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveLocationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveLocationSharpFilled.tsx b/src/IconMoveLocationSharpFilled.tsx index 2c1d30230..9650ce307 100644 --- a/src/IconMoveLocationSharpFilled.tsx +++ b/src/IconMoveLocationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveLocationSharpFilled: React.FC = ({ ...props diff --git a/src/IconMoveOutlined.tsx b/src/IconMoveOutlined.tsx index 1f258038e..48f79184c 100644 --- a/src/IconMoveOutlined.tsx +++ b/src/IconMoveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveOutlinedFilled.tsx b/src/IconMoveOutlinedFilled.tsx index d4bdc51b4..7cd3d619a 100644 --- a/src/IconMoveOutlinedFilled.tsx +++ b/src/IconMoveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveRounded.tsx b/src/IconMoveRounded.tsx index 6ca3fc5f6..837e9bfba 100644 --- a/src/IconMoveRounded.tsx +++ b/src/IconMoveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveRoundedFilled.tsx b/src/IconMoveRoundedFilled.tsx index e49a6d055..9b5866484 100644 --- a/src/IconMoveRoundedFilled.tsx +++ b/src/IconMoveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveSelectionDownOutlined.tsx b/src/IconMoveSelectionDownOutlined.tsx index dc166f2bd..e7f1e4ab6 100644 --- a/src/IconMoveSelectionDownOutlined.tsx +++ b/src/IconMoveSelectionDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionDownOutlined: React.FC = ({ ...props diff --git a/src/IconMoveSelectionDownOutlinedFilled.tsx b/src/IconMoveSelectionDownOutlinedFilled.tsx index 14348a547..4c0dc0024 100644 --- a/src/IconMoveSelectionDownOutlinedFilled.tsx +++ b/src/IconMoveSelectionDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoveSelectionDownRounded.tsx b/src/IconMoveSelectionDownRounded.tsx index f24867542..2b11d8733 100644 --- a/src/IconMoveSelectionDownRounded.tsx +++ b/src/IconMoveSelectionDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionDownRounded: React.FC = ({ ...props diff --git a/src/IconMoveSelectionDownRoundedFilled.tsx b/src/IconMoveSelectionDownRoundedFilled.tsx index 99b3f2adc..3c9a38bb1 100644 --- a/src/IconMoveSelectionDownRoundedFilled.tsx +++ b/src/IconMoveSelectionDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoveSelectionDownSharp.tsx b/src/IconMoveSelectionDownSharp.tsx index 00f234b4c..45cd3c223 100644 --- a/src/IconMoveSelectionDownSharp.tsx +++ b/src/IconMoveSelectionDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionDownSharp: React.FC = ({ ...props diff --git a/src/IconMoveSelectionDownSharpFilled.tsx b/src/IconMoveSelectionDownSharpFilled.tsx index 9e847adf8..db380ba47 100644 --- a/src/IconMoveSelectionDownSharpFilled.tsx +++ b/src/IconMoveSelectionDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconMoveSelectionLeftOutlined.tsx b/src/IconMoveSelectionLeftOutlined.tsx index 966d0f020..51f7b0676 100644 --- a/src/IconMoveSelectionLeftOutlined.tsx +++ b/src/IconMoveSelectionLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionLeftOutlined: React.FC = ({ ...props diff --git a/src/IconMoveSelectionLeftOutlinedFilled.tsx b/src/IconMoveSelectionLeftOutlinedFilled.tsx index ac68637e9..4eb67cab5 100644 --- a/src/IconMoveSelectionLeftOutlinedFilled.tsx +++ b/src/IconMoveSelectionLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoveSelectionLeftRounded.tsx b/src/IconMoveSelectionLeftRounded.tsx index e57ed693e..493a91513 100644 --- a/src/IconMoveSelectionLeftRounded.tsx +++ b/src/IconMoveSelectionLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionLeftRounded: React.FC = ({ ...props diff --git a/src/IconMoveSelectionLeftRoundedFilled.tsx b/src/IconMoveSelectionLeftRoundedFilled.tsx index e6ab4f1d0..1ead7203c 100644 --- a/src/IconMoveSelectionLeftRoundedFilled.tsx +++ b/src/IconMoveSelectionLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoveSelectionLeftSharp.tsx b/src/IconMoveSelectionLeftSharp.tsx index e2e918988..ea81bc539 100644 --- a/src/IconMoveSelectionLeftSharp.tsx +++ b/src/IconMoveSelectionLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionLeftSharp: React.FC = ({ ...props diff --git a/src/IconMoveSelectionLeftSharpFilled.tsx b/src/IconMoveSelectionLeftSharpFilled.tsx index 711d6c440..8ab7b20a1 100644 --- a/src/IconMoveSelectionLeftSharpFilled.tsx +++ b/src/IconMoveSelectionLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconMoveSelectionRightOutlined.tsx b/src/IconMoveSelectionRightOutlined.tsx index 3f4d8ee87..128200363 100644 --- a/src/IconMoveSelectionRightOutlined.tsx +++ b/src/IconMoveSelectionRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionRightOutlined: React.FC = ({ ...props diff --git a/src/IconMoveSelectionRightOutlinedFilled.tsx b/src/IconMoveSelectionRightOutlinedFilled.tsx index 25da1e17d..4d3a64cb9 100644 --- a/src/IconMoveSelectionRightOutlinedFilled.tsx +++ b/src/IconMoveSelectionRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoveSelectionRightRounded.tsx b/src/IconMoveSelectionRightRounded.tsx index 8bb03ed25..025b288f5 100644 --- a/src/IconMoveSelectionRightRounded.tsx +++ b/src/IconMoveSelectionRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionRightRounded: React.FC = ({ ...props diff --git a/src/IconMoveSelectionRightRoundedFilled.tsx b/src/IconMoveSelectionRightRoundedFilled.tsx index 53283fd19..5d772afe1 100644 --- a/src/IconMoveSelectionRightRoundedFilled.tsx +++ b/src/IconMoveSelectionRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoveSelectionRightSharp.tsx b/src/IconMoveSelectionRightSharp.tsx index 4f839028a..0f8f3cb2c 100644 --- a/src/IconMoveSelectionRightSharp.tsx +++ b/src/IconMoveSelectionRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionRightSharp: React.FC = ({ ...props diff --git a/src/IconMoveSelectionRightSharpFilled.tsx b/src/IconMoveSelectionRightSharpFilled.tsx index ee0525b8d..b0862449e 100644 --- a/src/IconMoveSelectionRightSharpFilled.tsx +++ b/src/IconMoveSelectionRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconMoveSelectionUpOutlined.tsx b/src/IconMoveSelectionUpOutlined.tsx index d3267b8f2..c73ff4eb6 100644 --- a/src/IconMoveSelectionUpOutlined.tsx +++ b/src/IconMoveSelectionUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionUpOutlined: React.FC = ({ ...props diff --git a/src/IconMoveSelectionUpOutlinedFilled.tsx b/src/IconMoveSelectionUpOutlinedFilled.tsx index 9a08d8684..9cbed1139 100644 --- a/src/IconMoveSelectionUpOutlinedFilled.tsx +++ b/src/IconMoveSelectionUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoveSelectionUpRounded.tsx b/src/IconMoveSelectionUpRounded.tsx index f551b543d..5201129f9 100644 --- a/src/IconMoveSelectionUpRounded.tsx +++ b/src/IconMoveSelectionUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionUpRounded: React.FC = ({ ...props diff --git a/src/IconMoveSelectionUpRoundedFilled.tsx b/src/IconMoveSelectionUpRoundedFilled.tsx index 46d295a17..74e31bb8a 100644 --- a/src/IconMoveSelectionUpRoundedFilled.tsx +++ b/src/IconMoveSelectionUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoveSelectionUpSharp.tsx b/src/IconMoveSelectionUpSharp.tsx index abb7e2824..d226d3a2c 100644 --- a/src/IconMoveSelectionUpSharp.tsx +++ b/src/IconMoveSelectionUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveSelectionUpSharpFilled.tsx b/src/IconMoveSelectionUpSharpFilled.tsx index d0e352273..0d9c03381 100644 --- a/src/IconMoveSelectionUpSharpFilled.tsx +++ b/src/IconMoveSelectionUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSelectionUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconMoveSharp.tsx b/src/IconMoveSharp.tsx index eb70fbad5..c1c549574 100644 --- a/src/IconMoveSharp.tsx +++ b/src/IconMoveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveSharpFilled.tsx b/src/IconMoveSharpFilled.tsx index c5a6cdc01..c6932de6b 100644 --- a/src/IconMoveSharpFilled.tsx +++ b/src/IconMoveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveToInboxOutlined.tsx b/src/IconMoveToInboxOutlined.tsx index d05aa28a3..d47d9923f 100644 --- a/src/IconMoveToInboxOutlined.tsx +++ b/src/IconMoveToInboxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveToInboxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveToInboxOutlinedFilled.tsx b/src/IconMoveToInboxOutlinedFilled.tsx index 9c662c9ab..04b12eb18 100644 --- a/src/IconMoveToInboxOutlinedFilled.tsx +++ b/src/IconMoveToInboxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveToInboxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMoveToInboxRounded.tsx b/src/IconMoveToInboxRounded.tsx index 1c185b984..eb9a2ce04 100644 --- a/src/IconMoveToInboxRounded.tsx +++ b/src/IconMoveToInboxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveToInboxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveToInboxRoundedFilled.tsx b/src/IconMoveToInboxRoundedFilled.tsx index 4276ef636..dea04c5ea 100644 --- a/src/IconMoveToInboxRoundedFilled.tsx +++ b/src/IconMoveToInboxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveToInboxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMoveToInboxSharp.tsx b/src/IconMoveToInboxSharp.tsx index b9b71ef1d..a9e0b02a8 100644 --- a/src/IconMoveToInboxSharp.tsx +++ b/src/IconMoveToInboxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveToInboxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveToInboxSharpFilled.tsx b/src/IconMoveToInboxSharpFilled.tsx index caa251e46..48a77d28d 100644 --- a/src/IconMoveToInboxSharpFilled.tsx +++ b/src/IconMoveToInboxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveToInboxSharpFilled: React.FC = ({ ...props diff --git a/src/IconMoveUpOutlined.tsx b/src/IconMoveUpOutlined.tsx index c0952a21e..3cdb97ca3 100644 --- a/src/IconMoveUpOutlined.tsx +++ b/src/IconMoveUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveUpOutlinedFilled.tsx b/src/IconMoveUpOutlinedFilled.tsx index a35677ecb..d98472b0e 100644 --- a/src/IconMoveUpOutlinedFilled.tsx +++ b/src/IconMoveUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveUpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveUpRounded.tsx b/src/IconMoveUpRounded.tsx index c9ef11401..5802daf1f 100644 --- a/src/IconMoveUpRounded.tsx +++ b/src/IconMoveUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveUpRoundedFilled.tsx b/src/IconMoveUpRoundedFilled.tsx index 8f4080730..cfc4d0cbb 100644 --- a/src/IconMoveUpRoundedFilled.tsx +++ b/src/IconMoveUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveUpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveUpSharp.tsx b/src/IconMoveUpSharp.tsx index eb3450a4d..c540d8ea9 100644 --- a/src/IconMoveUpSharp.tsx +++ b/src/IconMoveUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMoveUpSharpFilled.tsx b/src/IconMoveUpSharpFilled.tsx index 9459cd24d..4e6165d4b 100644 --- a/src/IconMoveUpSharpFilled.tsx +++ b/src/IconMoveUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMoveUpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMovedLocationOutlined.tsx b/src/IconMovedLocationOutlined.tsx index a9e4a86ad..e9118b5e9 100644 --- a/src/IconMovedLocationOutlined.tsx +++ b/src/IconMovedLocationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovedLocationOutlined: React.FC = ({ ...props diff --git a/src/IconMovedLocationOutlinedFilled.tsx b/src/IconMovedLocationOutlinedFilled.tsx index 2867643ba..9cbaf5753 100644 --- a/src/IconMovedLocationOutlinedFilled.tsx +++ b/src/IconMovedLocationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovedLocationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMovedLocationRounded.tsx b/src/IconMovedLocationRounded.tsx index d4ba75b64..79d9eaedc 100644 --- a/src/IconMovedLocationRounded.tsx +++ b/src/IconMovedLocationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovedLocationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMovedLocationRoundedFilled.tsx b/src/IconMovedLocationRoundedFilled.tsx index dd28eeced..085876c2f 100644 --- a/src/IconMovedLocationRoundedFilled.tsx +++ b/src/IconMovedLocationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovedLocationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMovedLocationSharp.tsx b/src/IconMovedLocationSharp.tsx index 2ef249055..fa3eb1b2b 100644 --- a/src/IconMovedLocationSharp.tsx +++ b/src/IconMovedLocationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovedLocationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMovedLocationSharpFilled.tsx b/src/IconMovedLocationSharpFilled.tsx index 2e221fe96..741893bae 100644 --- a/src/IconMovedLocationSharpFilled.tsx +++ b/src/IconMovedLocationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovedLocationSharpFilled: React.FC = ({ ...props diff --git a/src/IconMovieEditOutlined.tsx b/src/IconMovieEditOutlined.tsx index 9ef55b3a3..ec7c8df09 100644 --- a/src/IconMovieEditOutlined.tsx +++ b/src/IconMovieEditOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieEditOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieEditOutlinedFilled.tsx b/src/IconMovieEditOutlinedFilled.tsx index c520357e6..24b5fbc04 100644 --- a/src/IconMovieEditOutlinedFilled.tsx +++ b/src/IconMovieEditOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieEditOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMovieEditRounded.tsx b/src/IconMovieEditRounded.tsx index a18030552..dd6606a91 100644 --- a/src/IconMovieEditRounded.tsx +++ b/src/IconMovieEditRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieEditRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieEditRoundedFilled.tsx b/src/IconMovieEditRoundedFilled.tsx index 9893edda9..a3a326f2b 100644 --- a/src/IconMovieEditRoundedFilled.tsx +++ b/src/IconMovieEditRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieEditRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMovieEditSharp.tsx b/src/IconMovieEditSharp.tsx index 8f0656b34..89f57d539 100644 --- a/src/IconMovieEditSharp.tsx +++ b/src/IconMovieEditSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieEditSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieEditSharpFilled.tsx b/src/IconMovieEditSharpFilled.tsx index dc2ed0e30..04decd029 100644 --- a/src/IconMovieEditSharpFilled.tsx +++ b/src/IconMovieEditSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieEditSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieInfoOutlined.tsx b/src/IconMovieInfoOutlined.tsx index 7ec9f282d..1d8b8c670 100644 --- a/src/IconMovieInfoOutlined.tsx +++ b/src/IconMovieInfoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieInfoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieInfoOutlinedFilled.tsx b/src/IconMovieInfoOutlinedFilled.tsx index 005e5b960..e13126440 100644 --- a/src/IconMovieInfoOutlinedFilled.tsx +++ b/src/IconMovieInfoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieInfoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMovieInfoRounded.tsx b/src/IconMovieInfoRounded.tsx index 3969f94cd..e40f88c22 100644 --- a/src/IconMovieInfoRounded.tsx +++ b/src/IconMovieInfoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieInfoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieInfoRoundedFilled.tsx b/src/IconMovieInfoRoundedFilled.tsx index 2768399a8..c5309358f 100644 --- a/src/IconMovieInfoRoundedFilled.tsx +++ b/src/IconMovieInfoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieInfoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMovieInfoSharp.tsx b/src/IconMovieInfoSharp.tsx index e9e782c53..ff97634b1 100644 --- a/src/IconMovieInfoSharp.tsx +++ b/src/IconMovieInfoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieInfoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieInfoSharpFilled.tsx b/src/IconMovieInfoSharpFilled.tsx index 5addc9f2f..d534a6ef5 100644 --- a/src/IconMovieInfoSharpFilled.tsx +++ b/src/IconMovieInfoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieInfoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieOffOutlined.tsx b/src/IconMovieOffOutlined.tsx index b8261f396..091ad8b77 100644 --- a/src/IconMovieOffOutlined.tsx +++ b/src/IconMovieOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieOffOutlinedFilled.tsx b/src/IconMovieOffOutlinedFilled.tsx index 13e5a9530..da1c38a57 100644 --- a/src/IconMovieOffOutlinedFilled.tsx +++ b/src/IconMovieOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMovieOffRounded.tsx b/src/IconMovieOffRounded.tsx index 0468ecba7..38fe31367 100644 --- a/src/IconMovieOffRounded.tsx +++ b/src/IconMovieOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieOffRoundedFilled.tsx b/src/IconMovieOffRoundedFilled.tsx index d0b90ea51..bccac000f 100644 --- a/src/IconMovieOffRoundedFilled.tsx +++ b/src/IconMovieOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMovieOffSharp.tsx b/src/IconMovieOffSharp.tsx index bd002a65c..0666523fd 100644 --- a/src/IconMovieOffSharp.tsx +++ b/src/IconMovieOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieOffSharpFilled.tsx b/src/IconMovieOffSharpFilled.tsx index 7af09edc8..4c607c3b9 100644 --- a/src/IconMovieOffSharpFilled.tsx +++ b/src/IconMovieOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieOutlined.tsx b/src/IconMovieOutlined.tsx index 3fa8b7420..6688ffef1 100644 --- a/src/IconMovieOutlined.tsx +++ b/src/IconMovieOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieOutlinedFilled.tsx b/src/IconMovieOutlinedFilled.tsx index 13089dbc2..11b96cd0f 100644 --- a/src/IconMovieOutlinedFilled.tsx +++ b/src/IconMovieOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieRounded.tsx b/src/IconMovieRounded.tsx index e055b227a..7d4006bd1 100644 --- a/src/IconMovieRounded.tsx +++ b/src/IconMovieRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieRoundedFilled.tsx b/src/IconMovieRoundedFilled.tsx index 90d0e36b8..3bce6645e 100644 --- a/src/IconMovieRoundedFilled.tsx +++ b/src/IconMovieRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieSharp.tsx b/src/IconMovieSharp.tsx index 0efc0e455..c82a52c61 100644 --- a/src/IconMovieSharp.tsx +++ b/src/IconMovieSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMovieSharpFilled.tsx b/src/IconMovieSharpFilled.tsx index e739beac7..b3deaa9f1 100644 --- a/src/IconMovieSharpFilled.tsx +++ b/src/IconMovieSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovieSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMovingBedsOutlined.tsx b/src/IconMovingBedsOutlined.tsx index 753885bd5..de1208af3 100644 --- a/src/IconMovingBedsOutlined.tsx +++ b/src/IconMovingBedsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingBedsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMovingBedsOutlinedFilled.tsx b/src/IconMovingBedsOutlinedFilled.tsx index 914ca718d..a85d67833 100644 --- a/src/IconMovingBedsOutlinedFilled.tsx +++ b/src/IconMovingBedsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingBedsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMovingBedsRounded.tsx b/src/IconMovingBedsRounded.tsx index 7a2125c50..7de6f873f 100644 --- a/src/IconMovingBedsRounded.tsx +++ b/src/IconMovingBedsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingBedsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMovingBedsRoundedFilled.tsx b/src/IconMovingBedsRoundedFilled.tsx index 1568096bc..0a100a9c3 100644 --- a/src/IconMovingBedsRoundedFilled.tsx +++ b/src/IconMovingBedsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingBedsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMovingBedsSharp.tsx b/src/IconMovingBedsSharp.tsx index 175f4a1d0..c52e21472 100644 --- a/src/IconMovingBedsSharp.tsx +++ b/src/IconMovingBedsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingBedsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMovingBedsSharpFilled.tsx b/src/IconMovingBedsSharpFilled.tsx index 6add2a6ac..111701368 100644 --- a/src/IconMovingBedsSharpFilled.tsx +++ b/src/IconMovingBedsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingBedsSharpFilled: React.FC = ({ ...props diff --git a/src/IconMovingMinistryOutlined.tsx b/src/IconMovingMinistryOutlined.tsx index bab38a457..b7e0b08d7 100644 --- a/src/IconMovingMinistryOutlined.tsx +++ b/src/IconMovingMinistryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingMinistryOutlined: React.FC = ({ ...props diff --git a/src/IconMovingMinistryOutlinedFilled.tsx b/src/IconMovingMinistryOutlinedFilled.tsx index 6d0ff106f..e0e028d98 100644 --- a/src/IconMovingMinistryOutlinedFilled.tsx +++ b/src/IconMovingMinistryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingMinistryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMovingMinistryRounded.tsx b/src/IconMovingMinistryRounded.tsx index 25fb00931..590060c73 100644 --- a/src/IconMovingMinistryRounded.tsx +++ b/src/IconMovingMinistryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingMinistryRounded: React.FC = ({ ...props diff --git a/src/IconMovingMinistryRoundedFilled.tsx b/src/IconMovingMinistryRoundedFilled.tsx index ef0158ed2..01bb56337 100644 --- a/src/IconMovingMinistryRoundedFilled.tsx +++ b/src/IconMovingMinistryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingMinistryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMovingMinistrySharp.tsx b/src/IconMovingMinistrySharp.tsx index 5fdd03e1d..ed33618e8 100644 --- a/src/IconMovingMinistrySharp.tsx +++ b/src/IconMovingMinistrySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingMinistrySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMovingMinistrySharpFilled.tsx b/src/IconMovingMinistrySharpFilled.tsx index ebda96ae3..9199b1440 100644 --- a/src/IconMovingMinistrySharpFilled.tsx +++ b/src/IconMovingMinistrySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingMinistrySharpFilled: React.FC = ({ ...props diff --git a/src/IconMovingOutlined.tsx b/src/IconMovingOutlined.tsx index bda023d33..c6dfccf46 100644 --- a/src/IconMovingOutlined.tsx +++ b/src/IconMovingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMovingOutlinedFilled.tsx b/src/IconMovingOutlinedFilled.tsx index 9e2fb2755..25c9b9dc1 100644 --- a/src/IconMovingOutlinedFilled.tsx +++ b/src/IconMovingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMovingRounded.tsx b/src/IconMovingRounded.tsx index d46e21887..a38491a9d 100644 --- a/src/IconMovingRounded.tsx +++ b/src/IconMovingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMovingRoundedFilled.tsx b/src/IconMovingRoundedFilled.tsx index 0cae01047..d5c5f5908 100644 --- a/src/IconMovingRoundedFilled.tsx +++ b/src/IconMovingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMovingSharp.tsx b/src/IconMovingSharp.tsx index 2cbdd2ed1..a089e85e9 100644 --- a/src/IconMovingSharp.tsx +++ b/src/IconMovingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMovingSharpFilled.tsx b/src/IconMovingSharpFilled.tsx index e2b183228..d093d054c 100644 --- a/src/IconMovingSharpFilled.tsx +++ b/src/IconMovingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMovingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMpOutlined.tsx b/src/IconMpOutlined.tsx index ef6093555..773794183 100644 --- a/src/IconMpOutlined.tsx +++ b/src/IconMpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMpOutlinedFilled.tsx b/src/IconMpOutlinedFilled.tsx index 22d3c5084..6085b2f21 100644 --- a/src/IconMpOutlinedFilled.tsx +++ b/src/IconMpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMpRounded.tsx b/src/IconMpRounded.tsx index 5ab1335ba..eba8e109f 100644 --- a/src/IconMpRounded.tsx +++ b/src/IconMpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMpRoundedFilled.tsx b/src/IconMpRoundedFilled.tsx index 89fec67ec..7daa18718 100644 --- a/src/IconMpRoundedFilled.tsx +++ b/src/IconMpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMpSharp.tsx b/src/IconMpSharp.tsx index bcc687437..2cea95f3f 100644 --- a/src/IconMpSharp.tsx +++ b/src/IconMpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMpSharpFilled.tsx b/src/IconMpSharpFilled.tsx index 3335f1195..fd5fd2604 100644 --- a/src/IconMpSharpFilled.tsx +++ b/src/IconMpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMulticookerOutlined.tsx b/src/IconMulticookerOutlined.tsx index 1f21d1ae9..6cff495a3 100644 --- a/src/IconMulticookerOutlined.tsx +++ b/src/IconMulticookerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMulticookerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMulticookerOutlinedFilled.tsx b/src/IconMulticookerOutlinedFilled.tsx index 204030541..3f403e971 100644 --- a/src/IconMulticookerOutlinedFilled.tsx +++ b/src/IconMulticookerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMulticookerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMulticookerRounded.tsx b/src/IconMulticookerRounded.tsx index 5b5ab3209..54246d974 100644 --- a/src/IconMulticookerRounded.tsx +++ b/src/IconMulticookerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMulticookerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMulticookerRoundedFilled.tsx b/src/IconMulticookerRoundedFilled.tsx index f22532ef1..3111d70ac 100644 --- a/src/IconMulticookerRoundedFilled.tsx +++ b/src/IconMulticookerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMulticookerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMulticookerSharp.tsx b/src/IconMulticookerSharp.tsx index d607cce4e..0c84361c9 100644 --- a/src/IconMulticookerSharp.tsx +++ b/src/IconMulticookerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMulticookerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMulticookerSharpFilled.tsx b/src/IconMulticookerSharpFilled.tsx index c7a6d866d..34342e91a 100644 --- a/src/IconMulticookerSharpFilled.tsx +++ b/src/IconMulticookerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMulticookerSharpFilled: React.FC = ({ ...props diff --git a/src/IconMultilineChartOutlined.tsx b/src/IconMultilineChartOutlined.tsx index e9947d979..f5b68b7e7 100644 --- a/src/IconMultilineChartOutlined.tsx +++ b/src/IconMultilineChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultilineChartOutlined: React.FC = ({ ...props diff --git a/src/IconMultilineChartOutlinedFilled.tsx b/src/IconMultilineChartOutlinedFilled.tsx index d6a755f65..7cac2500f 100644 --- a/src/IconMultilineChartOutlinedFilled.tsx +++ b/src/IconMultilineChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultilineChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMultilineChartRounded.tsx b/src/IconMultilineChartRounded.tsx index 35349359a..51e751312 100644 --- a/src/IconMultilineChartRounded.tsx +++ b/src/IconMultilineChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultilineChartRounded: React.FC = ({ ...props diff --git a/src/IconMultilineChartRoundedFilled.tsx b/src/IconMultilineChartRoundedFilled.tsx index 1c659a4c1..1afe492e6 100644 --- a/src/IconMultilineChartRoundedFilled.tsx +++ b/src/IconMultilineChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultilineChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMultilineChartSharp.tsx b/src/IconMultilineChartSharp.tsx index c411478a6..a4f4cac6a 100644 --- a/src/IconMultilineChartSharp.tsx +++ b/src/IconMultilineChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultilineChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMultilineChartSharpFilled.tsx b/src/IconMultilineChartSharpFilled.tsx index 4fbdbc457..244da33e2 100644 --- a/src/IconMultilineChartSharpFilled.tsx +++ b/src/IconMultilineChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultilineChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconMultimodalHandEyeOutlined.tsx b/src/IconMultimodalHandEyeOutlined.tsx index 79b588a9f..c9b77fa6a 100644 --- a/src/IconMultimodalHandEyeOutlined.tsx +++ b/src/IconMultimodalHandEyeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultimodalHandEyeOutlined: React.FC = ({ ...props diff --git a/src/IconMultimodalHandEyeOutlinedFilled.tsx b/src/IconMultimodalHandEyeOutlinedFilled.tsx index b12489e60..ba7007564 100644 --- a/src/IconMultimodalHandEyeOutlinedFilled.tsx +++ b/src/IconMultimodalHandEyeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultimodalHandEyeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMultimodalHandEyeRounded.tsx b/src/IconMultimodalHandEyeRounded.tsx index 7166ddb42..984fce0a4 100644 --- a/src/IconMultimodalHandEyeRounded.tsx +++ b/src/IconMultimodalHandEyeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultimodalHandEyeRounded: React.FC = ({ ...props diff --git a/src/IconMultimodalHandEyeRoundedFilled.tsx b/src/IconMultimodalHandEyeRoundedFilled.tsx index 619d06e12..47e5f2363 100644 --- a/src/IconMultimodalHandEyeRoundedFilled.tsx +++ b/src/IconMultimodalHandEyeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultimodalHandEyeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMultimodalHandEyeSharp.tsx b/src/IconMultimodalHandEyeSharp.tsx index 406440d6b..7ac9ea9ee 100644 --- a/src/IconMultimodalHandEyeSharp.tsx +++ b/src/IconMultimodalHandEyeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultimodalHandEyeSharp: React.FC = ({ ...props diff --git a/src/IconMultimodalHandEyeSharpFilled.tsx b/src/IconMultimodalHandEyeSharpFilled.tsx index d698087dd..c18841986 100644 --- a/src/IconMultimodalHandEyeSharpFilled.tsx +++ b/src/IconMultimodalHandEyeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultimodalHandEyeSharpFilled: React.FC = ({ ...props diff --git a/src/IconMultipleStopOutlined.tsx b/src/IconMultipleStopOutlined.tsx index 8c2022da1..3a274830d 100644 --- a/src/IconMultipleStopOutlined.tsx +++ b/src/IconMultipleStopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultipleStopOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMultipleStopOutlinedFilled.tsx b/src/IconMultipleStopOutlinedFilled.tsx index f54c89c4f..3f77a1673 100644 --- a/src/IconMultipleStopOutlinedFilled.tsx +++ b/src/IconMultipleStopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultipleStopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMultipleStopRounded.tsx b/src/IconMultipleStopRounded.tsx index 401f70f5f..76878df8a 100644 --- a/src/IconMultipleStopRounded.tsx +++ b/src/IconMultipleStopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultipleStopRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMultipleStopRoundedFilled.tsx b/src/IconMultipleStopRoundedFilled.tsx index 997763970..8d089d47a 100644 --- a/src/IconMultipleStopRoundedFilled.tsx +++ b/src/IconMultipleStopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultipleStopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMultipleStopSharp.tsx b/src/IconMultipleStopSharp.tsx index 6c4fa2c39..55974cd6d 100644 --- a/src/IconMultipleStopSharp.tsx +++ b/src/IconMultipleStopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultipleStopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMultipleStopSharpFilled.tsx b/src/IconMultipleStopSharpFilled.tsx index 7529044ed..54a50bdfc 100644 --- a/src/IconMultipleStopSharpFilled.tsx +++ b/src/IconMultipleStopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMultipleStopSharpFilled: React.FC = ({ ...props diff --git a/src/IconMuseumOutlined.tsx b/src/IconMuseumOutlined.tsx index 74ee5dd10..331e522a2 100644 --- a/src/IconMuseumOutlined.tsx +++ b/src/IconMuseumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMuseumOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMuseumOutlinedFilled.tsx b/src/IconMuseumOutlinedFilled.tsx index c8bf7155b..70b275e6f 100644 --- a/src/IconMuseumOutlinedFilled.tsx +++ b/src/IconMuseumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMuseumOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMuseumRounded.tsx b/src/IconMuseumRounded.tsx index dc8463b1b..2931df20c 100644 --- a/src/IconMuseumRounded.tsx +++ b/src/IconMuseumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMuseumRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMuseumRoundedFilled.tsx b/src/IconMuseumRoundedFilled.tsx index 2a514a959..92c2164f7 100644 --- a/src/IconMuseumRoundedFilled.tsx +++ b/src/IconMuseumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMuseumRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMuseumSharp.tsx b/src/IconMuseumSharp.tsx index edf990560..b6c7269a2 100644 --- a/src/IconMuseumSharp.tsx +++ b/src/IconMuseumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMuseumSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMuseumSharpFilled.tsx b/src/IconMuseumSharpFilled.tsx index b0cd3877d..d1f98ad22 100644 --- a/src/IconMuseumSharpFilled.tsx +++ b/src/IconMuseumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMuseumSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicCastOutlined.tsx b/src/IconMusicCastOutlined.tsx index 59863dee7..a84c1726f 100644 --- a/src/IconMusicCastOutlined.tsx +++ b/src/IconMusicCastOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicCastOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicCastOutlinedFilled.tsx b/src/IconMusicCastOutlinedFilled.tsx index 15f4db64a..a5c9f9d3f 100644 --- a/src/IconMusicCastOutlinedFilled.tsx +++ b/src/IconMusicCastOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicCastOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMusicCastRounded.tsx b/src/IconMusicCastRounded.tsx index d29b1b6f9..899de52dd 100644 --- a/src/IconMusicCastRounded.tsx +++ b/src/IconMusicCastRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicCastRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicCastRoundedFilled.tsx b/src/IconMusicCastRoundedFilled.tsx index 958e65a44..ae255005c 100644 --- a/src/IconMusicCastRoundedFilled.tsx +++ b/src/IconMusicCastRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicCastRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMusicCastSharp.tsx b/src/IconMusicCastSharp.tsx index 8f38ab3d1..729755b62 100644 --- a/src/IconMusicCastSharp.tsx +++ b/src/IconMusicCastSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicCastSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicCastSharpFilled.tsx b/src/IconMusicCastSharpFilled.tsx index de3c27fc2..1c71e1044 100644 --- a/src/IconMusicCastSharpFilled.tsx +++ b/src/IconMusicCastSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicCastSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicNoteOutlined.tsx b/src/IconMusicNoteOutlined.tsx index 0fce5dd99..7c0531604 100644 --- a/src/IconMusicNoteOutlined.tsx +++ b/src/IconMusicNoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicNoteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicNoteOutlinedFilled.tsx b/src/IconMusicNoteOutlinedFilled.tsx index 41036e9ef..2d541b4e1 100644 --- a/src/IconMusicNoteOutlinedFilled.tsx +++ b/src/IconMusicNoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicNoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMusicNoteRounded.tsx b/src/IconMusicNoteRounded.tsx index 85f326e25..fb4a301ac 100644 --- a/src/IconMusicNoteRounded.tsx +++ b/src/IconMusicNoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicNoteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicNoteRoundedFilled.tsx b/src/IconMusicNoteRoundedFilled.tsx index f5b9e2024..9f7b604da 100644 --- a/src/IconMusicNoteRoundedFilled.tsx +++ b/src/IconMusicNoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicNoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMusicNoteSharp.tsx b/src/IconMusicNoteSharp.tsx index 631380276..df5a75336 100644 --- a/src/IconMusicNoteSharp.tsx +++ b/src/IconMusicNoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicNoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicNoteSharpFilled.tsx b/src/IconMusicNoteSharpFilled.tsx index e8a1a0002..6703e7128 100644 --- a/src/IconMusicNoteSharpFilled.tsx +++ b/src/IconMusicNoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicNoteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicOffOutlined.tsx b/src/IconMusicOffOutlined.tsx index 0e0be89d8..11386de5a 100644 --- a/src/IconMusicOffOutlined.tsx +++ b/src/IconMusicOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicOffOutlinedFilled.tsx b/src/IconMusicOffOutlinedFilled.tsx index 099e13763..223968f4d 100644 --- a/src/IconMusicOffOutlinedFilled.tsx +++ b/src/IconMusicOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMusicOffRounded.tsx b/src/IconMusicOffRounded.tsx index 4756bf432..66e781865 100644 --- a/src/IconMusicOffRounded.tsx +++ b/src/IconMusicOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicOffRoundedFilled.tsx b/src/IconMusicOffRoundedFilled.tsx index 830baffa0..d51a8d4fe 100644 --- a/src/IconMusicOffRoundedFilled.tsx +++ b/src/IconMusicOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMusicOffSharp.tsx b/src/IconMusicOffSharp.tsx index 04c346422..b5fb87c07 100644 --- a/src/IconMusicOffSharp.tsx +++ b/src/IconMusicOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicOffSharpFilled.tsx b/src/IconMusicOffSharpFilled.tsx index 8de5e0c94..91a9f702e 100644 --- a/src/IconMusicOffSharpFilled.tsx +++ b/src/IconMusicOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicVideoOutlined.tsx b/src/IconMusicVideoOutlined.tsx index ca848070b..7a01d72b1 100644 --- a/src/IconMusicVideoOutlined.tsx +++ b/src/IconMusicVideoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicVideoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicVideoOutlinedFilled.tsx b/src/IconMusicVideoOutlinedFilled.tsx index 6fa76d906..8a1d0b952 100644 --- a/src/IconMusicVideoOutlinedFilled.tsx +++ b/src/IconMusicVideoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicVideoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMusicVideoRounded.tsx b/src/IconMusicVideoRounded.tsx index 755f7208d..ad412df83 100644 --- a/src/IconMusicVideoRounded.tsx +++ b/src/IconMusicVideoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicVideoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicVideoRoundedFilled.tsx b/src/IconMusicVideoRoundedFilled.tsx index 46bafdf73..0dcb9055a 100644 --- a/src/IconMusicVideoRoundedFilled.tsx +++ b/src/IconMusicVideoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicVideoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMusicVideoSharp.tsx b/src/IconMusicVideoSharp.tsx index 3335458df..5209b528e 100644 --- a/src/IconMusicVideoSharp.tsx +++ b/src/IconMusicVideoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicVideoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMusicVideoSharpFilled.tsx b/src/IconMusicVideoSharpFilled.tsx index 308db513e..499f30fdd 100644 --- a/src/IconMusicVideoSharpFilled.tsx +++ b/src/IconMusicVideoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMusicVideoSharpFilled: React.FC = ({ ...props diff --git a/src/IconMyLocationOutlined.tsx b/src/IconMyLocationOutlined.tsx index 39f76dca2..fd36ddd17 100644 --- a/src/IconMyLocationOutlined.tsx +++ b/src/IconMyLocationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMyLocationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMyLocationOutlinedFilled.tsx b/src/IconMyLocationOutlinedFilled.tsx index afc025120..0d5370ed8 100644 --- a/src/IconMyLocationOutlinedFilled.tsx +++ b/src/IconMyLocationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMyLocationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMyLocationRounded.tsx b/src/IconMyLocationRounded.tsx index c99bc0989..179b197d1 100644 --- a/src/IconMyLocationRounded.tsx +++ b/src/IconMyLocationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMyLocationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMyLocationRoundedFilled.tsx b/src/IconMyLocationRoundedFilled.tsx index 4a56ac961..a59323d65 100644 --- a/src/IconMyLocationRoundedFilled.tsx +++ b/src/IconMyLocationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMyLocationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconMyLocationSharp.tsx b/src/IconMyLocationSharp.tsx index f64a4e325..7b74b7c74 100644 --- a/src/IconMyLocationSharp.tsx +++ b/src/IconMyLocationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMyLocationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMyLocationSharpFilled.tsx b/src/IconMyLocationSharpFilled.tsx index 062690b55..acb7d1ce2 100644 --- a/src/IconMyLocationSharpFilled.tsx +++ b/src/IconMyLocationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMyLocationSharpFilled: React.FC = ({ ...props diff --git a/src/IconMysteryOutlined.tsx b/src/IconMysteryOutlined.tsx index e0680e422..5915edae9 100644 --- a/src/IconMysteryOutlined.tsx +++ b/src/IconMysteryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMysteryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconMysteryOutlinedFilled.tsx b/src/IconMysteryOutlinedFilled.tsx index 5cf0d3ad4..de8ceedcf 100644 --- a/src/IconMysteryOutlinedFilled.tsx +++ b/src/IconMysteryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMysteryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconMysteryRounded.tsx b/src/IconMysteryRounded.tsx index e5a4e5fce..fc4054046 100644 --- a/src/IconMysteryRounded.tsx +++ b/src/IconMysteryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMysteryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconMysteryRoundedFilled.tsx b/src/IconMysteryRoundedFilled.tsx index 9feff4e11..c7ebe1c47 100644 --- a/src/IconMysteryRoundedFilled.tsx +++ b/src/IconMysteryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMysteryRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconMysterySharp.tsx b/src/IconMysterySharp.tsx index b40547e2e..43746bdda 100644 --- a/src/IconMysterySharp.tsx +++ b/src/IconMysterySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMysterySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconMysterySharpFilled.tsx b/src/IconMysterySharpFilled.tsx index d0613fb05..96c1b9829 100644 --- a/src/IconMysterySharpFilled.tsx +++ b/src/IconMysterySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconMysterySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNatOutlined.tsx b/src/IconNatOutlined.tsx index 50b018f88..73783a903 100644 --- a/src/IconNatOutlined.tsx +++ b/src/IconNatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNatOutlinedFilled.tsx b/src/IconNatOutlinedFilled.tsx index 75d26f7b8..a6e211751 100644 --- a/src/IconNatOutlinedFilled.tsx +++ b/src/IconNatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNatRounded.tsx b/src/IconNatRounded.tsx index 41f9a5ea1..a2ac964d0 100644 --- a/src/IconNatRounded.tsx +++ b/src/IconNatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNatRoundedFilled.tsx b/src/IconNatRoundedFilled.tsx index 4d759d7ee..06df2d2d5 100644 --- a/src/IconNatRoundedFilled.tsx +++ b/src/IconNatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNatSharp.tsx b/src/IconNatSharp.tsx index a858aeadd..8919f2639 100644 --- a/src/IconNatSharp.tsx +++ b/src/IconNatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNatSharpFilled.tsx b/src/IconNatSharpFilled.tsx index 29f3f2c9b..3c479f971 100644 --- a/src/IconNatSharpFilled.tsx +++ b/src/IconNatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNatureOutlined.tsx b/src/IconNatureOutlined.tsx index 4d5a2418f..03b9925a5 100644 --- a/src/IconNatureOutlined.tsx +++ b/src/IconNatureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatureOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNatureOutlinedFilled.tsx b/src/IconNatureOutlinedFilled.tsx index 6f2e9fc98..8e8695524 100644 --- a/src/IconNatureOutlinedFilled.tsx +++ b/src/IconNatureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatureOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNaturePeopleOutlined.tsx b/src/IconNaturePeopleOutlined.tsx index 0563880e4..d9f17b89e 100644 --- a/src/IconNaturePeopleOutlined.tsx +++ b/src/IconNaturePeopleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNaturePeopleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNaturePeopleOutlinedFilled.tsx b/src/IconNaturePeopleOutlinedFilled.tsx index 9efa69eb2..2a7003779 100644 --- a/src/IconNaturePeopleOutlinedFilled.tsx +++ b/src/IconNaturePeopleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNaturePeopleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNaturePeopleRounded.tsx b/src/IconNaturePeopleRounded.tsx index 62de507d2..eb7caecdb 100644 --- a/src/IconNaturePeopleRounded.tsx +++ b/src/IconNaturePeopleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNaturePeopleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNaturePeopleRoundedFilled.tsx b/src/IconNaturePeopleRoundedFilled.tsx index 05237a5d8..1f762bee5 100644 --- a/src/IconNaturePeopleRoundedFilled.tsx +++ b/src/IconNaturePeopleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNaturePeopleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNaturePeopleSharp.tsx b/src/IconNaturePeopleSharp.tsx index 286bf0ad1..5c2161211 100644 --- a/src/IconNaturePeopleSharp.tsx +++ b/src/IconNaturePeopleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNaturePeopleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNaturePeopleSharpFilled.tsx b/src/IconNaturePeopleSharpFilled.tsx index 03c93e0b1..ac81ea805 100644 --- a/src/IconNaturePeopleSharpFilled.tsx +++ b/src/IconNaturePeopleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNaturePeopleSharpFilled: React.FC = ({ ...props diff --git a/src/IconNatureRounded.tsx b/src/IconNatureRounded.tsx index b360f6005..449911fc6 100644 --- a/src/IconNatureRounded.tsx +++ b/src/IconNatureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNatureRoundedFilled.tsx b/src/IconNatureRoundedFilled.tsx index 0920c334c..724039b12 100644 --- a/src/IconNatureRoundedFilled.tsx +++ b/src/IconNatureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatureRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNatureSharp.tsx b/src/IconNatureSharp.tsx index 84e0bf411..b0d4a4d25 100644 --- a/src/IconNatureSharp.tsx +++ b/src/IconNatureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNatureSharpFilled.tsx b/src/IconNatureSharpFilled.tsx index 49322b5a5..210e45ecd 100644 --- a/src/IconNatureSharpFilled.tsx +++ b/src/IconNatureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNatureSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNavigationOutlined.tsx b/src/IconNavigationOutlined.tsx index f46af4fee..7051b7a80 100644 --- a/src/IconNavigationOutlined.tsx +++ b/src/IconNavigationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNavigationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNavigationOutlinedFilled.tsx b/src/IconNavigationOutlinedFilled.tsx index ce5efe76a..0d1c5f0bc 100644 --- a/src/IconNavigationOutlinedFilled.tsx +++ b/src/IconNavigationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNavigationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNavigationRounded.tsx b/src/IconNavigationRounded.tsx index 270a88835..88b55fdba 100644 --- a/src/IconNavigationRounded.tsx +++ b/src/IconNavigationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNavigationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNavigationRoundedFilled.tsx b/src/IconNavigationRoundedFilled.tsx index c234ba54e..4099240ef 100644 --- a/src/IconNavigationRoundedFilled.tsx +++ b/src/IconNavigationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNavigationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNavigationSharp.tsx b/src/IconNavigationSharp.tsx index 2e2e540b7..62e510066 100644 --- a/src/IconNavigationSharp.tsx +++ b/src/IconNavigationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNavigationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNavigationSharpFilled.tsx b/src/IconNavigationSharpFilled.tsx index d3d4dd3d5..1e0c72d2f 100644 --- a/src/IconNavigationSharpFilled.tsx +++ b/src/IconNavigationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNavigationSharpFilled: React.FC = ({ ...props diff --git a/src/IconNearMeDisabledOutlined.tsx b/src/IconNearMeDisabledOutlined.tsx index 0dd14b2ed..964cd4b0d 100644 --- a/src/IconNearMeDisabledOutlined.tsx +++ b/src/IconNearMeDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconNearMeDisabledOutlinedFilled.tsx b/src/IconNearMeDisabledOutlinedFilled.tsx index 15aab7aab..04b33ba29 100644 --- a/src/IconNearMeDisabledOutlinedFilled.tsx +++ b/src/IconNearMeDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNearMeDisabledRounded.tsx b/src/IconNearMeDisabledRounded.tsx index f18688155..47dc7a5e3 100644 --- a/src/IconNearMeDisabledRounded.tsx +++ b/src/IconNearMeDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeDisabledRounded: React.FC = ({ ...props diff --git a/src/IconNearMeDisabledRoundedFilled.tsx b/src/IconNearMeDisabledRoundedFilled.tsx index 6b69c840b..706f37a21 100644 --- a/src/IconNearMeDisabledRoundedFilled.tsx +++ b/src/IconNearMeDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNearMeDisabledSharp.tsx b/src/IconNearMeDisabledSharp.tsx index 6ab1d5851..05560c1d4 100644 --- a/src/IconNearMeDisabledSharp.tsx +++ b/src/IconNearMeDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeDisabledSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNearMeDisabledSharpFilled.tsx b/src/IconNearMeDisabledSharpFilled.tsx index d998ac55f..6a73f56b2 100644 --- a/src/IconNearMeDisabledSharpFilled.tsx +++ b/src/IconNearMeDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconNearMeOutlined.tsx b/src/IconNearMeOutlined.tsx index 2da3f1ca1..c39ee9c7c 100644 --- a/src/IconNearMeOutlined.tsx +++ b/src/IconNearMeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNearMeOutlinedFilled.tsx b/src/IconNearMeOutlinedFilled.tsx index 0e5d9f7dd..47a0bc322 100644 --- a/src/IconNearMeOutlinedFilled.tsx +++ b/src/IconNearMeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNearMeRounded.tsx b/src/IconNearMeRounded.tsx index 7de479daf..7b743478f 100644 --- a/src/IconNearMeRounded.tsx +++ b/src/IconNearMeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNearMeRoundedFilled.tsx b/src/IconNearMeRoundedFilled.tsx index bfa229dfd..4720c0b55 100644 --- a/src/IconNearMeRoundedFilled.tsx +++ b/src/IconNearMeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNearMeSharp.tsx b/src/IconNearMeSharp.tsx index 8626b740f..7fffa0a70 100644 --- a/src/IconNearMeSharp.tsx +++ b/src/IconNearMeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNearMeSharpFilled.tsx b/src/IconNearMeSharpFilled.tsx index 40cb57e5e..cca48527f 100644 --- a/src/IconNearMeSharpFilled.tsx +++ b/src/IconNearMeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearMeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbyErrorOutlined.tsx b/src/IconNearbyErrorOutlined.tsx index 81906e178..23c90daa8 100644 --- a/src/IconNearbyErrorOutlined.tsx +++ b/src/IconNearbyErrorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyErrorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbyErrorOutlinedFilled.tsx b/src/IconNearbyErrorOutlinedFilled.tsx index 2bafbde4e..7785c721e 100644 --- a/src/IconNearbyErrorOutlinedFilled.tsx +++ b/src/IconNearbyErrorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyErrorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNearbyErrorRounded.tsx b/src/IconNearbyErrorRounded.tsx index 4633486fc..8b2e0c503 100644 --- a/src/IconNearbyErrorRounded.tsx +++ b/src/IconNearbyErrorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyErrorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbyErrorRoundedFilled.tsx b/src/IconNearbyErrorRoundedFilled.tsx index ef83c7688..fd807b485 100644 --- a/src/IconNearbyErrorRoundedFilled.tsx +++ b/src/IconNearbyErrorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyErrorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNearbyErrorSharp.tsx b/src/IconNearbyErrorSharp.tsx index 3cc6c9685..bf8385f27 100644 --- a/src/IconNearbyErrorSharp.tsx +++ b/src/IconNearbyErrorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyErrorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbyErrorSharpFilled.tsx b/src/IconNearbyErrorSharpFilled.tsx index 254ee414f..a04edd67c 100644 --- a/src/IconNearbyErrorSharpFilled.tsx +++ b/src/IconNearbyErrorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyErrorSharpFilled: React.FC = ({ ...props diff --git a/src/IconNearbyOffOutlined.tsx b/src/IconNearbyOffOutlined.tsx index 25ff22083..0786fbe56 100644 --- a/src/IconNearbyOffOutlined.tsx +++ b/src/IconNearbyOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbyOffOutlinedFilled.tsx b/src/IconNearbyOffOutlinedFilled.tsx index a4252f9fb..fd3217ce2 100644 --- a/src/IconNearbyOffOutlinedFilled.tsx +++ b/src/IconNearbyOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNearbyOffRounded.tsx b/src/IconNearbyOffRounded.tsx index 76f67c228..3da83a5f7 100644 --- a/src/IconNearbyOffRounded.tsx +++ b/src/IconNearbyOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbyOffRoundedFilled.tsx b/src/IconNearbyOffRoundedFilled.tsx index 93ccfbbb1..91606d9a5 100644 --- a/src/IconNearbyOffRoundedFilled.tsx +++ b/src/IconNearbyOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNearbyOffSharp.tsx b/src/IconNearbyOffSharp.tsx index 5e32bb152..c39d72c91 100644 --- a/src/IconNearbyOffSharp.tsx +++ b/src/IconNearbyOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbyOffSharpFilled.tsx b/src/IconNearbyOffSharpFilled.tsx index 1104f6c2f..000f447db 100644 --- a/src/IconNearbyOffSharpFilled.tsx +++ b/src/IconNearbyOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbyOutlined.tsx b/src/IconNearbyOutlined.tsx index 5e3bf9aa7..59833ba76 100644 --- a/src/IconNearbyOutlined.tsx +++ b/src/IconNearbyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbyOutlinedFilled.tsx b/src/IconNearbyOutlinedFilled.tsx index f86f9df50..8004118c7 100644 --- a/src/IconNearbyOutlinedFilled.tsx +++ b/src/IconNearbyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbyRounded.tsx b/src/IconNearbyRounded.tsx index 3cf60f2e8..4c08e8710 100644 --- a/src/IconNearbyRounded.tsx +++ b/src/IconNearbyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbyRoundedFilled.tsx b/src/IconNearbyRoundedFilled.tsx index 110c7425c..ab312e70b 100644 --- a/src/IconNearbyRoundedFilled.tsx +++ b/src/IconNearbyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbySharp.tsx b/src/IconNearbySharp.tsx index 453e18f43..28e7d85ee 100644 --- a/src/IconNearbySharp.tsx +++ b/src/IconNearbySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNearbySharpFilled.tsx b/src/IconNearbySharpFilled.tsx index 48e469668..a1f34ef89 100644 --- a/src/IconNearbySharpFilled.tsx +++ b/src/IconNearbySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNearbySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNephrologyOutlined.tsx b/src/IconNephrologyOutlined.tsx index f5a4e19f7..321c40f70 100644 --- a/src/IconNephrologyOutlined.tsx +++ b/src/IconNephrologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNephrologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNephrologyOutlinedFilled.tsx b/src/IconNephrologyOutlinedFilled.tsx index 51e189f7b..20a0976b3 100644 --- a/src/IconNephrologyOutlinedFilled.tsx +++ b/src/IconNephrologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNephrologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNephrologyRounded.tsx b/src/IconNephrologyRounded.tsx index e3c6880c8..e9183f3d2 100644 --- a/src/IconNephrologyRounded.tsx +++ b/src/IconNephrologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNephrologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNephrologyRoundedFilled.tsx b/src/IconNephrologyRoundedFilled.tsx index 9e606e1d8..b75b0361d 100644 --- a/src/IconNephrologyRoundedFilled.tsx +++ b/src/IconNephrologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNephrologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNephrologySharp.tsx b/src/IconNephrologySharp.tsx index aeba0c0ed..29ca97882 100644 --- a/src/IconNephrologySharp.tsx +++ b/src/IconNephrologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNephrologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNephrologySharpFilled.tsx b/src/IconNephrologySharpFilled.tsx index d14ec26d9..76727edd1 100644 --- a/src/IconNephrologySharpFilled.tsx +++ b/src/IconNephrologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNephrologySharpFilled: React.FC = ({ ...props diff --git a/src/IconNestAudioOutlined.tsx b/src/IconNestAudioOutlined.tsx index e86d0ef29..8dfdd5e9b 100644 --- a/src/IconNestAudioOutlined.tsx +++ b/src/IconNestAudioOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestAudioOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestAudioOutlinedFilled.tsx b/src/IconNestAudioOutlinedFilled.tsx index 6ec429d8d..acfa0a288 100644 --- a/src/IconNestAudioOutlinedFilled.tsx +++ b/src/IconNestAudioOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestAudioOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestAudioRounded.tsx b/src/IconNestAudioRounded.tsx index 1b6e5b32f..d318d2928 100644 --- a/src/IconNestAudioRounded.tsx +++ b/src/IconNestAudioRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestAudioRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestAudioRoundedFilled.tsx b/src/IconNestAudioRoundedFilled.tsx index bc36a9a02..a67f2dc2f 100644 --- a/src/IconNestAudioRoundedFilled.tsx +++ b/src/IconNestAudioRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestAudioRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestAudioSharp.tsx b/src/IconNestAudioSharp.tsx index 42fcde3bb..86834be10 100644 --- a/src/IconNestAudioSharp.tsx +++ b/src/IconNestAudioSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestAudioSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestAudioSharpFilled.tsx b/src/IconNestAudioSharpFilled.tsx index 45bac07e5..3e751326e 100644 --- a/src/IconNestAudioSharpFilled.tsx +++ b/src/IconNestAudioSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestAudioSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNestCamFloodlightOutlined.tsx b/src/IconNestCamFloodlightOutlined.tsx index 7cfbe9e89..e781029f1 100644 --- a/src/IconNestCamFloodlightOutlined.tsx +++ b/src/IconNestCamFloodlightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamFloodlightOutlined: React.FC = ({ ...props diff --git a/src/IconNestCamFloodlightOutlinedFilled.tsx b/src/IconNestCamFloodlightOutlinedFilled.tsx index 02d207915..39612cc86 100644 --- a/src/IconNestCamFloodlightOutlinedFilled.tsx +++ b/src/IconNestCamFloodlightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamFloodlightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamFloodlightRounded.tsx b/src/IconNestCamFloodlightRounded.tsx index 0e0e112bc..117acfa87 100644 --- a/src/IconNestCamFloodlightRounded.tsx +++ b/src/IconNestCamFloodlightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamFloodlightRounded: React.FC = ({ ...props diff --git a/src/IconNestCamFloodlightRoundedFilled.tsx b/src/IconNestCamFloodlightRoundedFilled.tsx index d8afa14e4..232119d81 100644 --- a/src/IconNestCamFloodlightRoundedFilled.tsx +++ b/src/IconNestCamFloodlightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamFloodlightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamFloodlightSharp.tsx b/src/IconNestCamFloodlightSharp.tsx index 4152babb8..e108ace8c 100644 --- a/src/IconNestCamFloodlightSharp.tsx +++ b/src/IconNestCamFloodlightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamFloodlightSharp: React.FC = ({ ...props diff --git a/src/IconNestCamFloodlightSharpFilled.tsx b/src/IconNestCamFloodlightSharpFilled.tsx index 06e8595d6..19526595b 100644 --- a/src/IconNestCamFloodlightSharpFilled.tsx +++ b/src/IconNestCamFloodlightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamFloodlightSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestCamIndoorOutlined.tsx b/src/IconNestCamIndoorOutlined.tsx index dd8c88e5d..69e63cb80 100644 --- a/src/IconNestCamIndoorOutlined.tsx +++ b/src/IconNestCamIndoorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIndoorOutlined: React.FC = ({ ...props diff --git a/src/IconNestCamIndoorOutlinedFilled.tsx b/src/IconNestCamIndoorOutlinedFilled.tsx index 276b5a35a..a335b2bf5 100644 --- a/src/IconNestCamIndoorOutlinedFilled.tsx +++ b/src/IconNestCamIndoorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIndoorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamIndoorRounded.tsx b/src/IconNestCamIndoorRounded.tsx index be305eef0..af14902f8 100644 --- a/src/IconNestCamIndoorRounded.tsx +++ b/src/IconNestCamIndoorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIndoorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestCamIndoorRoundedFilled.tsx b/src/IconNestCamIndoorRoundedFilled.tsx index 1d81b2e4a..14924cb67 100644 --- a/src/IconNestCamIndoorRoundedFilled.tsx +++ b/src/IconNestCamIndoorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIndoorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamIndoorSharp.tsx b/src/IconNestCamIndoorSharp.tsx index a06e4d1e2..a53dddaf4 100644 --- a/src/IconNestCamIndoorSharp.tsx +++ b/src/IconNestCamIndoorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIndoorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestCamIndoorSharpFilled.tsx b/src/IconNestCamIndoorSharpFilled.tsx index 17a030761..db18ded93 100644 --- a/src/IconNestCamIndoorSharpFilled.tsx +++ b/src/IconNestCamIndoorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIndoorSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestCamIqOutdoorOutlined.tsx b/src/IconNestCamIqOutdoorOutlined.tsx index 308585422..3877d6181 100644 --- a/src/IconNestCamIqOutdoorOutlined.tsx +++ b/src/IconNestCamIqOutdoorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqOutdoorOutlined: React.FC = ({ ...props diff --git a/src/IconNestCamIqOutdoorOutlinedFilled.tsx b/src/IconNestCamIqOutdoorOutlinedFilled.tsx index 94c97c3a3..b3db6fc95 100644 --- a/src/IconNestCamIqOutdoorOutlinedFilled.tsx +++ b/src/IconNestCamIqOutdoorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqOutdoorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamIqOutdoorRounded.tsx b/src/IconNestCamIqOutdoorRounded.tsx index c96a5848f..dc2950035 100644 --- a/src/IconNestCamIqOutdoorRounded.tsx +++ b/src/IconNestCamIqOutdoorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqOutdoorRounded: React.FC = ({ ...props diff --git a/src/IconNestCamIqOutdoorRoundedFilled.tsx b/src/IconNestCamIqOutdoorRoundedFilled.tsx index 2f0b676c5..c4f42e546 100644 --- a/src/IconNestCamIqOutdoorRoundedFilled.tsx +++ b/src/IconNestCamIqOutdoorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqOutdoorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamIqOutdoorSharp.tsx b/src/IconNestCamIqOutdoorSharp.tsx index 533b41974..54bdec07b 100644 --- a/src/IconNestCamIqOutdoorSharp.tsx +++ b/src/IconNestCamIqOutdoorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqOutdoorSharp: React.FC = ({ ...props diff --git a/src/IconNestCamIqOutdoorSharpFilled.tsx b/src/IconNestCamIqOutdoorSharpFilled.tsx index 56832879f..1047c2da5 100644 --- a/src/IconNestCamIqOutdoorSharpFilled.tsx +++ b/src/IconNestCamIqOutdoorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqOutdoorSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestCamIqOutlined.tsx b/src/IconNestCamIqOutlined.tsx index da9084c71..b768576ba 100644 --- a/src/IconNestCamIqOutlined.tsx +++ b/src/IconNestCamIqOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestCamIqOutlinedFilled.tsx b/src/IconNestCamIqOutlinedFilled.tsx index b46a2122d..985607c3c 100644 --- a/src/IconNestCamIqOutlinedFilled.tsx +++ b/src/IconNestCamIqOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamIqRounded.tsx b/src/IconNestCamIqRounded.tsx index b529a33bb..b19bdb422 100644 --- a/src/IconNestCamIqRounded.tsx +++ b/src/IconNestCamIqRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestCamIqRoundedFilled.tsx b/src/IconNestCamIqRoundedFilled.tsx index 60c9dc2a5..fcde4081c 100644 --- a/src/IconNestCamIqRoundedFilled.tsx +++ b/src/IconNestCamIqRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamIqSharp.tsx b/src/IconNestCamIqSharp.tsx index 581964870..7f9ad6e98 100644 --- a/src/IconNestCamIqSharp.tsx +++ b/src/IconNestCamIqSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestCamIqSharpFilled.tsx b/src/IconNestCamIqSharpFilled.tsx index ab5942e74..cb089200f 100644 --- a/src/IconNestCamIqSharpFilled.tsx +++ b/src/IconNestCamIqSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamIqSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNestCamMagnetMountOutlined.tsx b/src/IconNestCamMagnetMountOutlined.tsx index ab375ca48..82fb1fce2 100644 --- a/src/IconNestCamMagnetMountOutlined.tsx +++ b/src/IconNestCamMagnetMountOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamMagnetMountOutlined: React.FC = ({ ...props diff --git a/src/IconNestCamMagnetMountOutlinedFilled.tsx b/src/IconNestCamMagnetMountOutlinedFilled.tsx index 229fc248a..4e36301c1 100644 --- a/src/IconNestCamMagnetMountOutlinedFilled.tsx +++ b/src/IconNestCamMagnetMountOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamMagnetMountOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamMagnetMountRounded.tsx b/src/IconNestCamMagnetMountRounded.tsx index 7e63f5187..62a557de6 100644 --- a/src/IconNestCamMagnetMountRounded.tsx +++ b/src/IconNestCamMagnetMountRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamMagnetMountRounded: React.FC = ({ ...props diff --git a/src/IconNestCamMagnetMountRoundedFilled.tsx b/src/IconNestCamMagnetMountRoundedFilled.tsx index 537f4f00f..9b0c07b39 100644 --- a/src/IconNestCamMagnetMountRoundedFilled.tsx +++ b/src/IconNestCamMagnetMountRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamMagnetMountRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamMagnetMountSharp.tsx b/src/IconNestCamMagnetMountSharp.tsx index 7b6c31a62..a9defba6a 100644 --- a/src/IconNestCamMagnetMountSharp.tsx +++ b/src/IconNestCamMagnetMountSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamMagnetMountSharp: React.FC = ({ ...props diff --git a/src/IconNestCamMagnetMountSharpFilled.tsx b/src/IconNestCamMagnetMountSharpFilled.tsx index d9c066912..e56d0bc7c 100644 --- a/src/IconNestCamMagnetMountSharpFilled.tsx +++ b/src/IconNestCamMagnetMountSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamMagnetMountSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestCamOutdoorOutlined.tsx b/src/IconNestCamOutdoorOutlined.tsx index 5e5ff8ae4..e03816b76 100644 --- a/src/IconNestCamOutdoorOutlined.tsx +++ b/src/IconNestCamOutdoorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamOutdoorOutlined: React.FC = ({ ...props diff --git a/src/IconNestCamOutdoorOutlinedFilled.tsx b/src/IconNestCamOutdoorOutlinedFilled.tsx index eeb130520..927f39731 100644 --- a/src/IconNestCamOutdoorOutlinedFilled.tsx +++ b/src/IconNestCamOutdoorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamOutdoorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamOutdoorRounded.tsx b/src/IconNestCamOutdoorRounded.tsx index 22e83df1d..bb7e55e7f 100644 --- a/src/IconNestCamOutdoorRounded.tsx +++ b/src/IconNestCamOutdoorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamOutdoorRounded: React.FC = ({ ...props diff --git a/src/IconNestCamOutdoorRoundedFilled.tsx b/src/IconNestCamOutdoorRoundedFilled.tsx index 164315f56..743f49ff3 100644 --- a/src/IconNestCamOutdoorRoundedFilled.tsx +++ b/src/IconNestCamOutdoorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamOutdoorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamOutdoorSharp.tsx b/src/IconNestCamOutdoorSharp.tsx index a91e5cd08..ef1c9c365 100644 --- a/src/IconNestCamOutdoorSharp.tsx +++ b/src/IconNestCamOutdoorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamOutdoorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestCamOutdoorSharpFilled.tsx b/src/IconNestCamOutdoorSharpFilled.tsx index 9b72a0d13..1ac1a7342 100644 --- a/src/IconNestCamOutdoorSharpFilled.tsx +++ b/src/IconNestCamOutdoorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamOutdoorSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestCamStandOutlined.tsx b/src/IconNestCamStandOutlined.tsx index 7968c3ed3..d9bea77c0 100644 --- a/src/IconNestCamStandOutlined.tsx +++ b/src/IconNestCamStandOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamStandOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestCamStandOutlinedFilled.tsx b/src/IconNestCamStandOutlinedFilled.tsx index 9fa5b2082..ffe875cbc 100644 --- a/src/IconNestCamStandOutlinedFilled.tsx +++ b/src/IconNestCamStandOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamStandOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamStandRounded.tsx b/src/IconNestCamStandRounded.tsx index f7c8f74e1..8754e4f2c 100644 --- a/src/IconNestCamStandRounded.tsx +++ b/src/IconNestCamStandRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamStandRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestCamStandRoundedFilled.tsx b/src/IconNestCamStandRoundedFilled.tsx index 5be4f385d..5f01ac124 100644 --- a/src/IconNestCamStandRoundedFilled.tsx +++ b/src/IconNestCamStandRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamStandRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamStandSharp.tsx b/src/IconNestCamStandSharp.tsx index 853ce6545..5bb87fc8f 100644 --- a/src/IconNestCamStandSharp.tsx +++ b/src/IconNestCamStandSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamStandSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestCamStandSharpFilled.tsx b/src/IconNestCamStandSharpFilled.tsx index 016b6abbd..8cbbdd9fc 100644 --- a/src/IconNestCamStandSharpFilled.tsx +++ b/src/IconNestCamStandSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamStandSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestCamWallMountOutlined.tsx b/src/IconNestCamWallMountOutlined.tsx index 466f68963..73a63b628 100644 --- a/src/IconNestCamWallMountOutlined.tsx +++ b/src/IconNestCamWallMountOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWallMountOutlined: React.FC = ({ ...props diff --git a/src/IconNestCamWallMountOutlinedFilled.tsx b/src/IconNestCamWallMountOutlinedFilled.tsx index f1367a616..d0cd51f92 100644 --- a/src/IconNestCamWallMountOutlinedFilled.tsx +++ b/src/IconNestCamWallMountOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWallMountOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamWallMountRounded.tsx b/src/IconNestCamWallMountRounded.tsx index 8179e729f..ff38171b7 100644 --- a/src/IconNestCamWallMountRounded.tsx +++ b/src/IconNestCamWallMountRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWallMountRounded: React.FC = ({ ...props diff --git a/src/IconNestCamWallMountRoundedFilled.tsx b/src/IconNestCamWallMountRoundedFilled.tsx index 9254ecc93..a7ca2da47 100644 --- a/src/IconNestCamWallMountRoundedFilled.tsx +++ b/src/IconNestCamWallMountRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWallMountRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamWallMountSharp.tsx b/src/IconNestCamWallMountSharp.tsx index c40adba6f..c68eb87ff 100644 --- a/src/IconNestCamWallMountSharp.tsx +++ b/src/IconNestCamWallMountSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWallMountSharp: React.FC = ({ ...props diff --git a/src/IconNestCamWallMountSharpFilled.tsx b/src/IconNestCamWallMountSharpFilled.tsx index f74b01a84..315bf91f0 100644 --- a/src/IconNestCamWallMountSharpFilled.tsx +++ b/src/IconNestCamWallMountSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWallMountSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestCamWiredStandOutlined.tsx b/src/IconNestCamWiredStandOutlined.tsx index 6ee1f24b8..bc8c09ae3 100644 --- a/src/IconNestCamWiredStandOutlined.tsx +++ b/src/IconNestCamWiredStandOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWiredStandOutlined: React.FC = ({ ...props diff --git a/src/IconNestCamWiredStandOutlinedFilled.tsx b/src/IconNestCamWiredStandOutlinedFilled.tsx index fba273ebc..a1a75ff95 100644 --- a/src/IconNestCamWiredStandOutlinedFilled.tsx +++ b/src/IconNestCamWiredStandOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWiredStandOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamWiredStandRounded.tsx b/src/IconNestCamWiredStandRounded.tsx index c136c56c9..c398e811f 100644 --- a/src/IconNestCamWiredStandRounded.tsx +++ b/src/IconNestCamWiredStandRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWiredStandRounded: React.FC = ({ ...props diff --git a/src/IconNestCamWiredStandRoundedFilled.tsx b/src/IconNestCamWiredStandRoundedFilled.tsx index 6bf3e532c..3752f4d90 100644 --- a/src/IconNestCamWiredStandRoundedFilled.tsx +++ b/src/IconNestCamWiredStandRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWiredStandRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestCamWiredStandSharp.tsx b/src/IconNestCamWiredStandSharp.tsx index 50afd9d4b..744ef05a3 100644 --- a/src/IconNestCamWiredStandSharp.tsx +++ b/src/IconNestCamWiredStandSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWiredStandSharp: React.FC = ({ ...props diff --git a/src/IconNestCamWiredStandSharpFilled.tsx b/src/IconNestCamWiredStandSharpFilled.tsx index 38bc73382..422e8116f 100644 --- a/src/IconNestCamWiredStandSharpFilled.tsx +++ b/src/IconNestCamWiredStandSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestCamWiredStandSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestClockFarsightAnalogOutlined.tsx b/src/IconNestClockFarsightAnalogOutlined.tsx index c0b3c345b..b2ff6ab8f 100644 --- a/src/IconNestClockFarsightAnalogOutlined.tsx +++ b/src/IconNestClockFarsightAnalogOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightAnalogOutlined: React.FC = ({ ...props diff --git a/src/IconNestClockFarsightAnalogOutlinedFilled.tsx b/src/IconNestClockFarsightAnalogOutlinedFilled.tsx index b2729eead..7fcea63cb 100644 --- a/src/IconNestClockFarsightAnalogOutlinedFilled.tsx +++ b/src/IconNestClockFarsightAnalogOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightAnalogOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestClockFarsightAnalogRounded.tsx b/src/IconNestClockFarsightAnalogRounded.tsx index 8872f3408..37b366ec4 100644 --- a/src/IconNestClockFarsightAnalogRounded.tsx +++ b/src/IconNestClockFarsightAnalogRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightAnalogRounded: React.FC = ({ ...props diff --git a/src/IconNestClockFarsightAnalogRoundedFilled.tsx b/src/IconNestClockFarsightAnalogRoundedFilled.tsx index 56dcc7ed3..10292bf03 100644 --- a/src/IconNestClockFarsightAnalogRoundedFilled.tsx +++ b/src/IconNestClockFarsightAnalogRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightAnalogRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestClockFarsightAnalogSharp.tsx b/src/IconNestClockFarsightAnalogSharp.tsx index bccbaae6f..ea94d1e6f 100644 --- a/src/IconNestClockFarsightAnalogSharp.tsx +++ b/src/IconNestClockFarsightAnalogSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightAnalogSharp: React.FC = ({ ...props diff --git a/src/IconNestClockFarsightAnalogSharpFilled.tsx b/src/IconNestClockFarsightAnalogSharpFilled.tsx index aeac69b48..5fcbd63b0 100644 --- a/src/IconNestClockFarsightAnalogSharpFilled.tsx +++ b/src/IconNestClockFarsightAnalogSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightAnalogSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestClockFarsightDigitalOutlined.tsx b/src/IconNestClockFarsightDigitalOutlined.tsx index ed71a03f6..634f436b4 100644 --- a/src/IconNestClockFarsightDigitalOutlined.tsx +++ b/src/IconNestClockFarsightDigitalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightDigitalOutlined: React.FC = ({ ...props diff --git a/src/IconNestClockFarsightDigitalOutlinedFilled.tsx b/src/IconNestClockFarsightDigitalOutlinedFilled.tsx index a6ed2efed..059d4baae 100644 --- a/src/IconNestClockFarsightDigitalOutlinedFilled.tsx +++ b/src/IconNestClockFarsightDigitalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightDigitalOutlinedFilled: React.FC< IconProps diff --git a/src/IconNestClockFarsightDigitalRounded.tsx b/src/IconNestClockFarsightDigitalRounded.tsx index 2eacdbfeb..e9fb8d362 100644 --- a/src/IconNestClockFarsightDigitalRounded.tsx +++ b/src/IconNestClockFarsightDigitalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightDigitalRounded: React.FC = ({ ...props diff --git a/src/IconNestClockFarsightDigitalRoundedFilled.tsx b/src/IconNestClockFarsightDigitalRoundedFilled.tsx index f0aaca134..e3f567e53 100644 --- a/src/IconNestClockFarsightDigitalRoundedFilled.tsx +++ b/src/IconNestClockFarsightDigitalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightDigitalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestClockFarsightDigitalSharp.tsx b/src/IconNestClockFarsightDigitalSharp.tsx index 059b48d68..63a79f877 100644 --- a/src/IconNestClockFarsightDigitalSharp.tsx +++ b/src/IconNestClockFarsightDigitalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightDigitalSharp: React.FC = ({ ...props diff --git a/src/IconNestClockFarsightDigitalSharpFilled.tsx b/src/IconNestClockFarsightDigitalSharpFilled.tsx index a3378f6bf..e8531b3ad 100644 --- a/src/IconNestClockFarsightDigitalSharpFilled.tsx +++ b/src/IconNestClockFarsightDigitalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestClockFarsightDigitalSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestConnectOutlined.tsx b/src/IconNestConnectOutlined.tsx index f2e759878..75ddf5473 100644 --- a/src/IconNestConnectOutlined.tsx +++ b/src/IconNestConnectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestConnectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestConnectOutlinedFilled.tsx b/src/IconNestConnectOutlinedFilled.tsx index 135a06bc0..914314665 100644 --- a/src/IconNestConnectOutlinedFilled.tsx +++ b/src/IconNestConnectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestConnectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestConnectRounded.tsx b/src/IconNestConnectRounded.tsx index 208abdb9a..dae1017c0 100644 --- a/src/IconNestConnectRounded.tsx +++ b/src/IconNestConnectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestConnectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestConnectRoundedFilled.tsx b/src/IconNestConnectRoundedFilled.tsx index 9bd60f354..e9dfecb2a 100644 --- a/src/IconNestConnectRoundedFilled.tsx +++ b/src/IconNestConnectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestConnectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestConnectSharp.tsx b/src/IconNestConnectSharp.tsx index 9d4845103..5311152e2 100644 --- a/src/IconNestConnectSharp.tsx +++ b/src/IconNestConnectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestConnectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestConnectSharpFilled.tsx b/src/IconNestConnectSharpFilled.tsx index 63f36e111..88d6b8e3f 100644 --- a/src/IconNestConnectSharpFilled.tsx +++ b/src/IconNestConnectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestConnectSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestDetectOutlined.tsx b/src/IconNestDetectOutlined.tsx index 3f79ec149..1b22fad72 100644 --- a/src/IconNestDetectOutlined.tsx +++ b/src/IconNestDetectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDetectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestDetectOutlinedFilled.tsx b/src/IconNestDetectOutlinedFilled.tsx index e4b871ba9..f81a6440e 100644 --- a/src/IconNestDetectOutlinedFilled.tsx +++ b/src/IconNestDetectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDetectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestDetectRounded.tsx b/src/IconNestDetectRounded.tsx index 80043d242..8b0a162ea 100644 --- a/src/IconNestDetectRounded.tsx +++ b/src/IconNestDetectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDetectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestDetectRoundedFilled.tsx b/src/IconNestDetectRoundedFilled.tsx index 6e994e334..bb5de3a49 100644 --- a/src/IconNestDetectRoundedFilled.tsx +++ b/src/IconNestDetectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDetectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestDetectSharp.tsx b/src/IconNestDetectSharp.tsx index 0e0d9de48..ce94a282f 100644 --- a/src/IconNestDetectSharp.tsx +++ b/src/IconNestDetectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDetectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestDetectSharpFilled.tsx b/src/IconNestDetectSharpFilled.tsx index 2082a850e..c5d298cc5 100644 --- a/src/IconNestDetectSharpFilled.tsx +++ b/src/IconNestDetectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDetectSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestDisplayMaxOutlined.tsx b/src/IconNestDisplayMaxOutlined.tsx index 27318e890..d59bcd905 100644 --- a/src/IconNestDisplayMaxOutlined.tsx +++ b/src/IconNestDisplayMaxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplayMaxOutlined: React.FC = ({ ...props diff --git a/src/IconNestDisplayMaxOutlinedFilled.tsx b/src/IconNestDisplayMaxOutlinedFilled.tsx index 745628eab..88db24b8a 100644 --- a/src/IconNestDisplayMaxOutlinedFilled.tsx +++ b/src/IconNestDisplayMaxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplayMaxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestDisplayMaxRounded.tsx b/src/IconNestDisplayMaxRounded.tsx index 3c8d2669e..fe8c3cc32 100644 --- a/src/IconNestDisplayMaxRounded.tsx +++ b/src/IconNestDisplayMaxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplayMaxRounded: React.FC = ({ ...props diff --git a/src/IconNestDisplayMaxRoundedFilled.tsx b/src/IconNestDisplayMaxRoundedFilled.tsx index 3c64338b0..cfae1f81d 100644 --- a/src/IconNestDisplayMaxRoundedFilled.tsx +++ b/src/IconNestDisplayMaxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplayMaxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestDisplayMaxSharp.tsx b/src/IconNestDisplayMaxSharp.tsx index 69060905e..159a1b8aa 100644 --- a/src/IconNestDisplayMaxSharp.tsx +++ b/src/IconNestDisplayMaxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplayMaxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestDisplayMaxSharpFilled.tsx b/src/IconNestDisplayMaxSharpFilled.tsx index 6e8fa51c1..484f75619 100644 --- a/src/IconNestDisplayMaxSharpFilled.tsx +++ b/src/IconNestDisplayMaxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplayMaxSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestDisplayOutlined.tsx b/src/IconNestDisplayOutlined.tsx index 153f44696..f82d6c83a 100644 --- a/src/IconNestDisplayOutlined.tsx +++ b/src/IconNestDisplayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestDisplayOutlinedFilled.tsx b/src/IconNestDisplayOutlinedFilled.tsx index 9d2835683..f5040aa54 100644 --- a/src/IconNestDisplayOutlinedFilled.tsx +++ b/src/IconNestDisplayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestDisplayRounded.tsx b/src/IconNestDisplayRounded.tsx index 339ba4612..8e62f158e 100644 --- a/src/IconNestDisplayRounded.tsx +++ b/src/IconNestDisplayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestDisplayRoundedFilled.tsx b/src/IconNestDisplayRoundedFilled.tsx index 672430097..0dfcb3404 100644 --- a/src/IconNestDisplayRoundedFilled.tsx +++ b/src/IconNestDisplayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestDisplaySharp.tsx b/src/IconNestDisplaySharp.tsx index 8375067c2..6493b1eb7 100644 --- a/src/IconNestDisplaySharp.tsx +++ b/src/IconNestDisplaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestDisplaySharpFilled.tsx b/src/IconNestDisplaySharpFilled.tsx index fbeb6e779..bb9a3ccd7 100644 --- a/src/IconNestDisplaySharpFilled.tsx +++ b/src/IconNestDisplaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDisplaySharpFilled: React.FC = ({ ...props diff --git a/src/IconNestDoorbellVisitorOutlined.tsx b/src/IconNestDoorbellVisitorOutlined.tsx index 8a1b5fdcd..889d4c3b0 100644 --- a/src/IconNestDoorbellVisitorOutlined.tsx +++ b/src/IconNestDoorbellVisitorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDoorbellVisitorOutlined: React.FC = ({ ...props diff --git a/src/IconNestDoorbellVisitorOutlinedFilled.tsx b/src/IconNestDoorbellVisitorOutlinedFilled.tsx index 3fd74a05e..c00863084 100644 --- a/src/IconNestDoorbellVisitorOutlinedFilled.tsx +++ b/src/IconNestDoorbellVisitorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDoorbellVisitorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestDoorbellVisitorRounded.tsx b/src/IconNestDoorbellVisitorRounded.tsx index 882c944a1..b5cae9f93 100644 --- a/src/IconNestDoorbellVisitorRounded.tsx +++ b/src/IconNestDoorbellVisitorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDoorbellVisitorRounded: React.FC = ({ ...props diff --git a/src/IconNestDoorbellVisitorRoundedFilled.tsx b/src/IconNestDoorbellVisitorRoundedFilled.tsx index 7917fb855..885deba77 100644 --- a/src/IconNestDoorbellVisitorRoundedFilled.tsx +++ b/src/IconNestDoorbellVisitorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDoorbellVisitorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestDoorbellVisitorSharp.tsx b/src/IconNestDoorbellVisitorSharp.tsx index 2c996b4ed..9fe77d8cb 100644 --- a/src/IconNestDoorbellVisitorSharp.tsx +++ b/src/IconNestDoorbellVisitorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDoorbellVisitorSharp: React.FC = ({ ...props diff --git a/src/IconNestDoorbellVisitorSharpFilled.tsx b/src/IconNestDoorbellVisitorSharpFilled.tsx index 18e77a2d2..7db49e0f5 100644 --- a/src/IconNestDoorbellVisitorSharpFilled.tsx +++ b/src/IconNestDoorbellVisitorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestDoorbellVisitorSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestEcoLeafOutlined.tsx b/src/IconNestEcoLeafOutlined.tsx index f9deea1a2..42d10dd98 100644 --- a/src/IconNestEcoLeafOutlined.tsx +++ b/src/IconNestEcoLeafOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestEcoLeafOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestEcoLeafOutlinedFilled.tsx b/src/IconNestEcoLeafOutlinedFilled.tsx index 6018b75b1..f7aeafcb0 100644 --- a/src/IconNestEcoLeafOutlinedFilled.tsx +++ b/src/IconNestEcoLeafOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestEcoLeafOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestEcoLeafRounded.tsx b/src/IconNestEcoLeafRounded.tsx index 5270b0c56..dee92aab8 100644 --- a/src/IconNestEcoLeafRounded.tsx +++ b/src/IconNestEcoLeafRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestEcoLeafRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestEcoLeafRoundedFilled.tsx b/src/IconNestEcoLeafRoundedFilled.tsx index 323b04611..e7482550e 100644 --- a/src/IconNestEcoLeafRoundedFilled.tsx +++ b/src/IconNestEcoLeafRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestEcoLeafRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestEcoLeafSharp.tsx b/src/IconNestEcoLeafSharp.tsx index f64e1c0c9..d7a85ede3 100644 --- a/src/IconNestEcoLeafSharp.tsx +++ b/src/IconNestEcoLeafSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestEcoLeafSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestEcoLeafSharpFilled.tsx b/src/IconNestEcoLeafSharpFilled.tsx index 15370c77d..ce9c4acc6 100644 --- a/src/IconNestEcoLeafSharpFilled.tsx +++ b/src/IconNestEcoLeafSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestEcoLeafSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestFarsightWeatherOutlined.tsx b/src/IconNestFarsightWeatherOutlined.tsx index 317d34dce..c251355cd 100644 --- a/src/IconNestFarsightWeatherOutlined.tsx +++ b/src/IconNestFarsightWeatherOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFarsightWeatherOutlined: React.FC = ({ ...props diff --git a/src/IconNestFarsightWeatherOutlinedFilled.tsx b/src/IconNestFarsightWeatherOutlinedFilled.tsx index 71c5b3b90..e2808bd01 100644 --- a/src/IconNestFarsightWeatherOutlinedFilled.tsx +++ b/src/IconNestFarsightWeatherOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFarsightWeatherOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestFarsightWeatherRounded.tsx b/src/IconNestFarsightWeatherRounded.tsx index d54b88a71..3e295eb55 100644 --- a/src/IconNestFarsightWeatherRounded.tsx +++ b/src/IconNestFarsightWeatherRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFarsightWeatherRounded: React.FC = ({ ...props diff --git a/src/IconNestFarsightWeatherRoundedFilled.tsx b/src/IconNestFarsightWeatherRoundedFilled.tsx index 92d0c0d48..ced0c3360 100644 --- a/src/IconNestFarsightWeatherRoundedFilled.tsx +++ b/src/IconNestFarsightWeatherRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFarsightWeatherRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestFarsightWeatherSharp.tsx b/src/IconNestFarsightWeatherSharp.tsx index 9a2c89151..d93a91f99 100644 --- a/src/IconNestFarsightWeatherSharp.tsx +++ b/src/IconNestFarsightWeatherSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFarsightWeatherSharp: React.FC = ({ ...props diff --git a/src/IconNestFarsightWeatherSharpFilled.tsx b/src/IconNestFarsightWeatherSharpFilled.tsx index b64064f13..a5732364d 100644 --- a/src/IconNestFarsightWeatherSharpFilled.tsx +++ b/src/IconNestFarsightWeatherSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFarsightWeatherSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestFoundSavingsOutlined.tsx b/src/IconNestFoundSavingsOutlined.tsx index 451a3d940..46ad34240 100644 --- a/src/IconNestFoundSavingsOutlined.tsx +++ b/src/IconNestFoundSavingsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFoundSavingsOutlined: React.FC = ({ ...props diff --git a/src/IconNestFoundSavingsOutlinedFilled.tsx b/src/IconNestFoundSavingsOutlinedFilled.tsx index 51a0f848e..2811eecd7 100644 --- a/src/IconNestFoundSavingsOutlinedFilled.tsx +++ b/src/IconNestFoundSavingsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFoundSavingsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestFoundSavingsRounded.tsx b/src/IconNestFoundSavingsRounded.tsx index bb5f9e042..f6829df85 100644 --- a/src/IconNestFoundSavingsRounded.tsx +++ b/src/IconNestFoundSavingsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFoundSavingsRounded: React.FC = ({ ...props diff --git a/src/IconNestFoundSavingsRoundedFilled.tsx b/src/IconNestFoundSavingsRoundedFilled.tsx index c310137f8..531f55cad 100644 --- a/src/IconNestFoundSavingsRoundedFilled.tsx +++ b/src/IconNestFoundSavingsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFoundSavingsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestFoundSavingsSharp.tsx b/src/IconNestFoundSavingsSharp.tsx index 0f0c9b29a..895cbb02c 100644 --- a/src/IconNestFoundSavingsSharp.tsx +++ b/src/IconNestFoundSavingsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFoundSavingsSharp: React.FC = ({ ...props diff --git a/src/IconNestFoundSavingsSharpFilled.tsx b/src/IconNestFoundSavingsSharpFilled.tsx index 6514f7a46..65193348d 100644 --- a/src/IconNestFoundSavingsSharpFilled.tsx +++ b/src/IconNestFoundSavingsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestFoundSavingsSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestGaleWifiOutlined.tsx b/src/IconNestGaleWifiOutlined.tsx index ba7782d00..a2fd7dcca 100644 --- a/src/IconNestGaleWifiOutlined.tsx +++ b/src/IconNestGaleWifiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestGaleWifiOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestGaleWifiOutlinedFilled.tsx b/src/IconNestGaleWifiOutlinedFilled.tsx index b4b487f1d..5ea334b20 100644 --- a/src/IconNestGaleWifiOutlinedFilled.tsx +++ b/src/IconNestGaleWifiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestGaleWifiOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestGaleWifiRounded.tsx b/src/IconNestGaleWifiRounded.tsx index 4b0f3172e..4103b76dc 100644 --- a/src/IconNestGaleWifiRounded.tsx +++ b/src/IconNestGaleWifiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestGaleWifiRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestGaleWifiRoundedFilled.tsx b/src/IconNestGaleWifiRoundedFilled.tsx index c5f653d90..e77b203e5 100644 --- a/src/IconNestGaleWifiRoundedFilled.tsx +++ b/src/IconNestGaleWifiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestGaleWifiRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestGaleWifiSharp.tsx b/src/IconNestGaleWifiSharp.tsx index 67aaefd76..c3427ffd6 100644 --- a/src/IconNestGaleWifiSharp.tsx +++ b/src/IconNestGaleWifiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestGaleWifiSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestGaleWifiSharpFilled.tsx b/src/IconNestGaleWifiSharpFilled.tsx index 8efda5c42..2c7809520 100644 --- a/src/IconNestGaleWifiSharpFilled.tsx +++ b/src/IconNestGaleWifiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestGaleWifiSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestHeatLinkEOutlined.tsx b/src/IconNestHeatLinkEOutlined.tsx index 8e13e690f..6cd3a04c0 100644 --- a/src/IconNestHeatLinkEOutlined.tsx +++ b/src/IconNestHeatLinkEOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkEOutlined: React.FC = ({ ...props diff --git a/src/IconNestHeatLinkEOutlinedFilled.tsx b/src/IconNestHeatLinkEOutlinedFilled.tsx index 53fd7ecdc..64d5c3848 100644 --- a/src/IconNestHeatLinkEOutlinedFilled.tsx +++ b/src/IconNestHeatLinkEOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkEOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestHeatLinkERounded.tsx b/src/IconNestHeatLinkERounded.tsx index 0439fd0d0..e1baa98c0 100644 --- a/src/IconNestHeatLinkERounded.tsx +++ b/src/IconNestHeatLinkERounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkERounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestHeatLinkERoundedFilled.tsx b/src/IconNestHeatLinkERoundedFilled.tsx index 326944e3b..ba2cffd04 100644 --- a/src/IconNestHeatLinkERoundedFilled.tsx +++ b/src/IconNestHeatLinkERoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkERoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestHeatLinkESharp.tsx b/src/IconNestHeatLinkESharp.tsx index 1ab01dceb..dcf665393 100644 --- a/src/IconNestHeatLinkESharp.tsx +++ b/src/IconNestHeatLinkESharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkESharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestHeatLinkESharpFilled.tsx b/src/IconNestHeatLinkESharpFilled.tsx index dd500cda1..51ea156f7 100644 --- a/src/IconNestHeatLinkESharpFilled.tsx +++ b/src/IconNestHeatLinkESharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkESharpFilled: React.FC = ({ ...props diff --git a/src/IconNestHeatLinkGen3Outlined.tsx b/src/IconNestHeatLinkGen3Outlined.tsx index 45d75149f..e5b1f7997 100644 --- a/src/IconNestHeatLinkGen3Outlined.tsx +++ b/src/IconNestHeatLinkGen3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkGen3Outlined: React.FC = ({ ...props diff --git a/src/IconNestHeatLinkGen3OutlinedFilled.tsx b/src/IconNestHeatLinkGen3OutlinedFilled.tsx index f2aa78d7e..a7bdb5d8a 100644 --- a/src/IconNestHeatLinkGen3OutlinedFilled.tsx +++ b/src/IconNestHeatLinkGen3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkGen3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestHeatLinkGen3Rounded.tsx b/src/IconNestHeatLinkGen3Rounded.tsx index 2561d8b4f..0063e0a46 100644 --- a/src/IconNestHeatLinkGen3Rounded.tsx +++ b/src/IconNestHeatLinkGen3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkGen3Rounded: React.FC = ({ ...props diff --git a/src/IconNestHeatLinkGen3RoundedFilled.tsx b/src/IconNestHeatLinkGen3RoundedFilled.tsx index ed5315392..bd53545ee 100644 --- a/src/IconNestHeatLinkGen3RoundedFilled.tsx +++ b/src/IconNestHeatLinkGen3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkGen3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestHeatLinkGen3Sharp.tsx b/src/IconNestHeatLinkGen3Sharp.tsx index f62ea9202..224673548 100644 --- a/src/IconNestHeatLinkGen3Sharp.tsx +++ b/src/IconNestHeatLinkGen3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkGen3Sharp: React.FC = ({ ...props diff --git a/src/IconNestHeatLinkGen3SharpFilled.tsx b/src/IconNestHeatLinkGen3SharpFilled.tsx index d38d5a45b..4d47592a4 100644 --- a/src/IconNestHeatLinkGen3SharpFilled.tsx +++ b/src/IconNestHeatLinkGen3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHeatLinkGen3SharpFilled: React.FC = ({ ...props diff --git a/src/IconNestHelloDoorbellOutlined.tsx b/src/IconNestHelloDoorbellOutlined.tsx index 19ac550d2..8cf434807 100644 --- a/src/IconNestHelloDoorbellOutlined.tsx +++ b/src/IconNestHelloDoorbellOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHelloDoorbellOutlined: React.FC = ({ ...props diff --git a/src/IconNestHelloDoorbellOutlinedFilled.tsx b/src/IconNestHelloDoorbellOutlinedFilled.tsx index 4e68c3bd6..11844c9de 100644 --- a/src/IconNestHelloDoorbellOutlinedFilled.tsx +++ b/src/IconNestHelloDoorbellOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHelloDoorbellOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestHelloDoorbellRounded.tsx b/src/IconNestHelloDoorbellRounded.tsx index 915b2148e..e138236d3 100644 --- a/src/IconNestHelloDoorbellRounded.tsx +++ b/src/IconNestHelloDoorbellRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHelloDoorbellRounded: React.FC = ({ ...props diff --git a/src/IconNestHelloDoorbellRoundedFilled.tsx b/src/IconNestHelloDoorbellRoundedFilled.tsx index 1c7dc4043..c3dbaff22 100644 --- a/src/IconNestHelloDoorbellRoundedFilled.tsx +++ b/src/IconNestHelloDoorbellRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHelloDoorbellRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestHelloDoorbellSharp.tsx b/src/IconNestHelloDoorbellSharp.tsx index aec2247e6..db61c8c3d 100644 --- a/src/IconNestHelloDoorbellSharp.tsx +++ b/src/IconNestHelloDoorbellSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHelloDoorbellSharp: React.FC = ({ ...props diff --git a/src/IconNestHelloDoorbellSharpFilled.tsx b/src/IconNestHelloDoorbellSharpFilled.tsx index 3cbb03aba..01b002ccd 100644 --- a/src/IconNestHelloDoorbellSharpFilled.tsx +++ b/src/IconNestHelloDoorbellSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestHelloDoorbellSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestMiniOutlined.tsx b/src/IconNestMiniOutlined.tsx index d620e52b8..906f9f3eb 100644 --- a/src/IconNestMiniOutlined.tsx +++ b/src/IconNestMiniOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMiniOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestMiniOutlinedFilled.tsx b/src/IconNestMiniOutlinedFilled.tsx index cc04f4ff5..d44af6413 100644 --- a/src/IconNestMiniOutlinedFilled.tsx +++ b/src/IconNestMiniOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMiniOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestMiniRounded.tsx b/src/IconNestMiniRounded.tsx index 2d0d9b038..70cb4115f 100644 --- a/src/IconNestMiniRounded.tsx +++ b/src/IconNestMiniRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMiniRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestMiniRoundedFilled.tsx b/src/IconNestMiniRoundedFilled.tsx index dae4feaf7..63c06e30d 100644 --- a/src/IconNestMiniRoundedFilled.tsx +++ b/src/IconNestMiniRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMiniRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestMiniSharp.tsx b/src/IconNestMiniSharp.tsx index 4f9edef05..27c33eed2 100644 --- a/src/IconNestMiniSharp.tsx +++ b/src/IconNestMiniSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMiniSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestMiniSharpFilled.tsx b/src/IconNestMiniSharpFilled.tsx index c2e9cb1fb..f127faa91 100644 --- a/src/IconNestMiniSharpFilled.tsx +++ b/src/IconNestMiniSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMiniSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNestMultiRoomOutlined.tsx b/src/IconNestMultiRoomOutlined.tsx index 372469958..a2785689d 100644 --- a/src/IconNestMultiRoomOutlined.tsx +++ b/src/IconNestMultiRoomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMultiRoomOutlined: React.FC = ({ ...props diff --git a/src/IconNestMultiRoomOutlinedFilled.tsx b/src/IconNestMultiRoomOutlinedFilled.tsx index c9ced10ee..eec6fe177 100644 --- a/src/IconNestMultiRoomOutlinedFilled.tsx +++ b/src/IconNestMultiRoomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMultiRoomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestMultiRoomRounded.tsx b/src/IconNestMultiRoomRounded.tsx index 0b12ffd2f..2cbdc7e2e 100644 --- a/src/IconNestMultiRoomRounded.tsx +++ b/src/IconNestMultiRoomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMultiRoomRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestMultiRoomRoundedFilled.tsx b/src/IconNestMultiRoomRoundedFilled.tsx index 166edab37..261d60925 100644 --- a/src/IconNestMultiRoomRoundedFilled.tsx +++ b/src/IconNestMultiRoomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMultiRoomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestMultiRoomSharp.tsx b/src/IconNestMultiRoomSharp.tsx index e4713d295..a1a18c32a 100644 --- a/src/IconNestMultiRoomSharp.tsx +++ b/src/IconNestMultiRoomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMultiRoomSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestMultiRoomSharpFilled.tsx b/src/IconNestMultiRoomSharpFilled.tsx index 1b7734d05..4a28deb21 100644 --- a/src/IconNestMultiRoomSharpFilled.tsx +++ b/src/IconNestMultiRoomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestMultiRoomSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestProtectOutlined.tsx b/src/IconNestProtectOutlined.tsx index 23f6d33eb..ee4af79d8 100644 --- a/src/IconNestProtectOutlined.tsx +++ b/src/IconNestProtectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestProtectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestProtectOutlinedFilled.tsx b/src/IconNestProtectOutlinedFilled.tsx index 85e1f6822..ed52d764d 100644 --- a/src/IconNestProtectOutlinedFilled.tsx +++ b/src/IconNestProtectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestProtectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestProtectRounded.tsx b/src/IconNestProtectRounded.tsx index d046561d7..e18bd96da 100644 --- a/src/IconNestProtectRounded.tsx +++ b/src/IconNestProtectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestProtectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestProtectRoundedFilled.tsx b/src/IconNestProtectRoundedFilled.tsx index d49c31949..77785f309 100644 --- a/src/IconNestProtectRoundedFilled.tsx +++ b/src/IconNestProtectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestProtectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestProtectSharp.tsx b/src/IconNestProtectSharp.tsx index 81455e199..ff1008c1a 100644 --- a/src/IconNestProtectSharp.tsx +++ b/src/IconNestProtectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestProtectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestProtectSharpFilled.tsx b/src/IconNestProtectSharpFilled.tsx index 6a2a3a612..78e6b18fb 100644 --- a/src/IconNestProtectSharpFilled.tsx +++ b/src/IconNestProtectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestProtectSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestRemoteComfortSensorOutlined.tsx b/src/IconNestRemoteComfortSensorOutlined.tsx index 0011c3259..226537dc7 100644 --- a/src/IconNestRemoteComfortSensorOutlined.tsx +++ b/src/IconNestRemoteComfortSensorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteComfortSensorOutlined: React.FC = ({ ...props diff --git a/src/IconNestRemoteComfortSensorOutlinedFilled.tsx b/src/IconNestRemoteComfortSensorOutlinedFilled.tsx index 0b8b46699..d72572b2e 100644 --- a/src/IconNestRemoteComfortSensorOutlinedFilled.tsx +++ b/src/IconNestRemoteComfortSensorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteComfortSensorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestRemoteComfortSensorRounded.tsx b/src/IconNestRemoteComfortSensorRounded.tsx index b57976daa..cc1c97352 100644 --- a/src/IconNestRemoteComfortSensorRounded.tsx +++ b/src/IconNestRemoteComfortSensorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteComfortSensorRounded: React.FC = ({ ...props diff --git a/src/IconNestRemoteComfortSensorRoundedFilled.tsx b/src/IconNestRemoteComfortSensorRoundedFilled.tsx index 831e981cc..0014cea35 100644 --- a/src/IconNestRemoteComfortSensorRoundedFilled.tsx +++ b/src/IconNestRemoteComfortSensorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteComfortSensorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestRemoteComfortSensorSharp.tsx b/src/IconNestRemoteComfortSensorSharp.tsx index 58660f2a5..4a1ac9544 100644 --- a/src/IconNestRemoteComfortSensorSharp.tsx +++ b/src/IconNestRemoteComfortSensorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteComfortSensorSharp: React.FC = ({ ...props diff --git a/src/IconNestRemoteComfortSensorSharpFilled.tsx b/src/IconNestRemoteComfortSensorSharpFilled.tsx index f9af083c6..4c350b169 100644 --- a/src/IconNestRemoteComfortSensorSharpFilled.tsx +++ b/src/IconNestRemoteComfortSensorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteComfortSensorSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestRemoteOutlined.tsx b/src/IconNestRemoteOutlined.tsx index 9364eaedd..bd0109fe0 100644 --- a/src/IconNestRemoteOutlined.tsx +++ b/src/IconNestRemoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestRemoteOutlinedFilled.tsx b/src/IconNestRemoteOutlinedFilled.tsx index 8d668ecde..f4ad232b7 100644 --- a/src/IconNestRemoteOutlinedFilled.tsx +++ b/src/IconNestRemoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestRemoteRounded.tsx b/src/IconNestRemoteRounded.tsx index ddf13f409..edc0e5235 100644 --- a/src/IconNestRemoteRounded.tsx +++ b/src/IconNestRemoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestRemoteRoundedFilled.tsx b/src/IconNestRemoteRoundedFilled.tsx index 408987ada..a1f42c073 100644 --- a/src/IconNestRemoteRoundedFilled.tsx +++ b/src/IconNestRemoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestRemoteSharp.tsx b/src/IconNestRemoteSharp.tsx index 9852b669b..4b7f827dd 100644 --- a/src/IconNestRemoteSharp.tsx +++ b/src/IconNestRemoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestRemoteSharpFilled.tsx b/src/IconNestRemoteSharpFilled.tsx index 526a41579..93360cf67 100644 --- a/src/IconNestRemoteSharpFilled.tsx +++ b/src/IconNestRemoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestRemoteSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestSecureAlarmOutlined.tsx b/src/IconNestSecureAlarmOutlined.tsx index 892d879a1..d291e5c62 100644 --- a/src/IconNestSecureAlarmOutlined.tsx +++ b/src/IconNestSecureAlarmOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSecureAlarmOutlined: React.FC = ({ ...props diff --git a/src/IconNestSecureAlarmOutlinedFilled.tsx b/src/IconNestSecureAlarmOutlinedFilled.tsx index 473264ad7..6fd110c34 100644 --- a/src/IconNestSecureAlarmOutlinedFilled.tsx +++ b/src/IconNestSecureAlarmOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSecureAlarmOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestSecureAlarmRounded.tsx b/src/IconNestSecureAlarmRounded.tsx index a5363ba66..f30a6bd2d 100644 --- a/src/IconNestSecureAlarmRounded.tsx +++ b/src/IconNestSecureAlarmRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSecureAlarmRounded: React.FC = ({ ...props diff --git a/src/IconNestSecureAlarmRoundedFilled.tsx b/src/IconNestSecureAlarmRoundedFilled.tsx index a0a14bc9f..fa036e933 100644 --- a/src/IconNestSecureAlarmRoundedFilled.tsx +++ b/src/IconNestSecureAlarmRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSecureAlarmRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestSecureAlarmSharp.tsx b/src/IconNestSecureAlarmSharp.tsx index 957c55dbc..b8cdb5a85 100644 --- a/src/IconNestSecureAlarmSharp.tsx +++ b/src/IconNestSecureAlarmSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSecureAlarmSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestSecureAlarmSharpFilled.tsx b/src/IconNestSecureAlarmSharpFilled.tsx index a620b1cc6..3ad0903b6 100644 --- a/src/IconNestSecureAlarmSharpFilled.tsx +++ b/src/IconNestSecureAlarmSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSecureAlarmSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestSunblockOutlined.tsx b/src/IconNestSunblockOutlined.tsx index ae55deee7..6210d0f1c 100644 --- a/src/IconNestSunblockOutlined.tsx +++ b/src/IconNestSunblockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSunblockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestSunblockOutlinedFilled.tsx b/src/IconNestSunblockOutlinedFilled.tsx index cb17f1c4a..e6332f56b 100644 --- a/src/IconNestSunblockOutlinedFilled.tsx +++ b/src/IconNestSunblockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSunblockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestSunblockRounded.tsx b/src/IconNestSunblockRounded.tsx index 9d9c9c6e4..d8e12429d 100644 --- a/src/IconNestSunblockRounded.tsx +++ b/src/IconNestSunblockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSunblockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestSunblockRoundedFilled.tsx b/src/IconNestSunblockRoundedFilled.tsx index 631d783cb..43433800c 100644 --- a/src/IconNestSunblockRoundedFilled.tsx +++ b/src/IconNestSunblockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSunblockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestSunblockSharp.tsx b/src/IconNestSunblockSharp.tsx index 24816c444..af5cbdbc3 100644 --- a/src/IconNestSunblockSharp.tsx +++ b/src/IconNestSunblockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSunblockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestSunblockSharpFilled.tsx b/src/IconNestSunblockSharpFilled.tsx index 64c32ec1c..cff832ecf 100644 --- a/src/IconNestSunblockSharpFilled.tsx +++ b/src/IconNestSunblockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestSunblockSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestTagOutlined.tsx b/src/IconNestTagOutlined.tsx index 6890223dc..53fa32b4e 100644 --- a/src/IconNestTagOutlined.tsx +++ b/src/IconNestTagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestTagOutlinedFilled.tsx b/src/IconNestTagOutlinedFilled.tsx index 86453dc1e..6c1de6338 100644 --- a/src/IconNestTagOutlinedFilled.tsx +++ b/src/IconNestTagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTagOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestTagRounded.tsx b/src/IconNestTagRounded.tsx index b179e6b03..d03d8472a 100644 --- a/src/IconNestTagRounded.tsx +++ b/src/IconNestTagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestTagRoundedFilled.tsx b/src/IconNestTagRoundedFilled.tsx index 3a3bd9c8a..11d2c5666 100644 --- a/src/IconNestTagRoundedFilled.tsx +++ b/src/IconNestTagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTagRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNestTagSharp.tsx b/src/IconNestTagSharp.tsx index 57dd17a50..e0eab120f 100644 --- a/src/IconNestTagSharp.tsx +++ b/src/IconNestTagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestTagSharpFilled.tsx b/src/IconNestTagSharpFilled.tsx index 2e466f2ab..1dd3f42d8 100644 --- a/src/IconNestTagSharpFilled.tsx +++ b/src/IconNestTagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTagSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNestThermostatEEuOutlined.tsx b/src/IconNestThermostatEEuOutlined.tsx index 82e10f2f9..92dcdd25e 100644 --- a/src/IconNestThermostatEEuOutlined.tsx +++ b/src/IconNestThermostatEEuOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatEEuOutlined: React.FC = ({ ...props diff --git a/src/IconNestThermostatEEuOutlinedFilled.tsx b/src/IconNestThermostatEEuOutlinedFilled.tsx index 93fd3f3c4..7137b8248 100644 --- a/src/IconNestThermostatEEuOutlinedFilled.tsx +++ b/src/IconNestThermostatEEuOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatEEuOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatEEuRounded.tsx b/src/IconNestThermostatEEuRounded.tsx index 22be7102e..2f6461aa3 100644 --- a/src/IconNestThermostatEEuRounded.tsx +++ b/src/IconNestThermostatEEuRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatEEuRounded: React.FC = ({ ...props diff --git a/src/IconNestThermostatEEuRoundedFilled.tsx b/src/IconNestThermostatEEuRoundedFilled.tsx index 767ff9d57..ae9393110 100644 --- a/src/IconNestThermostatEEuRoundedFilled.tsx +++ b/src/IconNestThermostatEEuRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatEEuRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatEEuSharp.tsx b/src/IconNestThermostatEEuSharp.tsx index d18a59230..a8849df2b 100644 --- a/src/IconNestThermostatEEuSharp.tsx +++ b/src/IconNestThermostatEEuSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatEEuSharp: React.FC = ({ ...props diff --git a/src/IconNestThermostatEEuSharpFilled.tsx b/src/IconNestThermostatEEuSharpFilled.tsx index a2b2d6db3..f46c4ffff 100644 --- a/src/IconNestThermostatEEuSharpFilled.tsx +++ b/src/IconNestThermostatEEuSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatEEuSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatGen3Outlined.tsx b/src/IconNestThermostatGen3Outlined.tsx index 7f4d625a0..6862cab68 100644 --- a/src/IconNestThermostatGen3Outlined.tsx +++ b/src/IconNestThermostatGen3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatGen3Outlined: React.FC = ({ ...props diff --git a/src/IconNestThermostatGen3OutlinedFilled.tsx b/src/IconNestThermostatGen3OutlinedFilled.tsx index dddcf5059..dbe28e8ef 100644 --- a/src/IconNestThermostatGen3OutlinedFilled.tsx +++ b/src/IconNestThermostatGen3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatGen3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatGen3Rounded.tsx b/src/IconNestThermostatGen3Rounded.tsx index 82796063a..cd07458b6 100644 --- a/src/IconNestThermostatGen3Rounded.tsx +++ b/src/IconNestThermostatGen3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatGen3Rounded: React.FC = ({ ...props diff --git a/src/IconNestThermostatGen3RoundedFilled.tsx b/src/IconNestThermostatGen3RoundedFilled.tsx index f4045392d..ab73180a0 100644 --- a/src/IconNestThermostatGen3RoundedFilled.tsx +++ b/src/IconNestThermostatGen3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatGen3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatGen3Sharp.tsx b/src/IconNestThermostatGen3Sharp.tsx index 9236f72f4..37cc5464f 100644 --- a/src/IconNestThermostatGen3Sharp.tsx +++ b/src/IconNestThermostatGen3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatGen3Sharp: React.FC = ({ ...props diff --git a/src/IconNestThermostatGen3SharpFilled.tsx b/src/IconNestThermostatGen3SharpFilled.tsx index 4a16059b4..a72eac15f 100644 --- a/src/IconNestThermostatGen3SharpFilled.tsx +++ b/src/IconNestThermostatGen3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatGen3SharpFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatOutlined.tsx b/src/IconNestThermostatOutlined.tsx index 5bf6ef725..845a83aba 100644 --- a/src/IconNestThermostatOutlined.tsx +++ b/src/IconNestThermostatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatOutlined: React.FC = ({ ...props diff --git a/src/IconNestThermostatOutlinedFilled.tsx b/src/IconNestThermostatOutlinedFilled.tsx index f189698ae..5a441120d 100644 --- a/src/IconNestThermostatOutlinedFilled.tsx +++ b/src/IconNestThermostatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatRounded.tsx b/src/IconNestThermostatRounded.tsx index 2f8ac223d..202b40bfd 100644 --- a/src/IconNestThermostatRounded.tsx +++ b/src/IconNestThermostatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatRounded: React.FC = ({ ...props diff --git a/src/IconNestThermostatRoundedFilled.tsx b/src/IconNestThermostatRoundedFilled.tsx index 2341a951e..d6b1af13e 100644 --- a/src/IconNestThermostatRoundedFilled.tsx +++ b/src/IconNestThermostatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorEuOutlined.tsx b/src/IconNestThermostatSensorEuOutlined.tsx index 52dce5035..0d65a7267 100644 --- a/src/IconNestThermostatSensorEuOutlined.tsx +++ b/src/IconNestThermostatSensorEuOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorEuOutlined: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorEuOutlinedFilled.tsx b/src/IconNestThermostatSensorEuOutlinedFilled.tsx index 0b9b8ae32..15d780c5e 100644 --- a/src/IconNestThermostatSensorEuOutlinedFilled.tsx +++ b/src/IconNestThermostatSensorEuOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorEuOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorEuRounded.tsx b/src/IconNestThermostatSensorEuRounded.tsx index 48618e384..e5b38f2d0 100644 --- a/src/IconNestThermostatSensorEuRounded.tsx +++ b/src/IconNestThermostatSensorEuRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorEuRounded: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorEuRoundedFilled.tsx b/src/IconNestThermostatSensorEuRoundedFilled.tsx index 946aa2c75..38907099b 100644 --- a/src/IconNestThermostatSensorEuRoundedFilled.tsx +++ b/src/IconNestThermostatSensorEuRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorEuRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorEuSharp.tsx b/src/IconNestThermostatSensorEuSharp.tsx index 4047865c7..98c871df8 100644 --- a/src/IconNestThermostatSensorEuSharp.tsx +++ b/src/IconNestThermostatSensorEuSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorEuSharp: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorEuSharpFilled.tsx b/src/IconNestThermostatSensorEuSharpFilled.tsx index 537dcfa2f..6063a5430 100644 --- a/src/IconNestThermostatSensorEuSharpFilled.tsx +++ b/src/IconNestThermostatSensorEuSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorEuSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorOutlined.tsx b/src/IconNestThermostatSensorOutlined.tsx index 30c84d185..d5a724208 100644 --- a/src/IconNestThermostatSensorOutlined.tsx +++ b/src/IconNestThermostatSensorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorOutlined: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorOutlinedFilled.tsx b/src/IconNestThermostatSensorOutlinedFilled.tsx index bea89d945..b86f280c4 100644 --- a/src/IconNestThermostatSensorOutlinedFilled.tsx +++ b/src/IconNestThermostatSensorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorRounded.tsx b/src/IconNestThermostatSensorRounded.tsx index fc9910ad4..bfc7c300e 100644 --- a/src/IconNestThermostatSensorRounded.tsx +++ b/src/IconNestThermostatSensorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorRounded: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorRoundedFilled.tsx b/src/IconNestThermostatSensorRoundedFilled.tsx index a397e435f..e196cd72e 100644 --- a/src/IconNestThermostatSensorRoundedFilled.tsx +++ b/src/IconNestThermostatSensorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorSharp.tsx b/src/IconNestThermostatSensorSharp.tsx index 99874f785..c3c624451 100644 --- a/src/IconNestThermostatSensorSharp.tsx +++ b/src/IconNestThermostatSensorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorSharp: React.FC = ({ ...props diff --git a/src/IconNestThermostatSensorSharpFilled.tsx b/src/IconNestThermostatSensorSharpFilled.tsx index 9a52b9324..0594f5b56 100644 --- a/src/IconNestThermostatSensorSharpFilled.tsx +++ b/src/IconNestThermostatSensorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSensorSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatSharp.tsx b/src/IconNestThermostatSharp.tsx index 431ff45dc..1cc66e4ba 100644 --- a/src/IconNestThermostatSharp.tsx +++ b/src/IconNestThermostatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestThermostatSharpFilled.tsx b/src/IconNestThermostatSharpFilled.tsx index 9ae8bbd97..87a98d2ae 100644 --- a/src/IconNestThermostatSharpFilled.tsx +++ b/src/IconNestThermostatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestThermostatZirconiumEuOutlined.tsx b/src/IconNestThermostatZirconiumEuOutlined.tsx index faf028627..b9d20e27b 100644 --- a/src/IconNestThermostatZirconiumEuOutlined.tsx +++ b/src/IconNestThermostatZirconiumEuOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatZirconiumEuOutlined: React.FC = ({ ...props diff --git a/src/IconNestThermostatZirconiumEuOutlinedFilled.tsx b/src/IconNestThermostatZirconiumEuOutlinedFilled.tsx index 95660c4d5..8c8c700e8 100644 --- a/src/IconNestThermostatZirconiumEuOutlinedFilled.tsx +++ b/src/IconNestThermostatZirconiumEuOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatZirconiumEuOutlinedFilled: React.FC< IconProps diff --git a/src/IconNestThermostatZirconiumEuRounded.tsx b/src/IconNestThermostatZirconiumEuRounded.tsx index 7f393f5b4..a9ed8dcdb 100644 --- a/src/IconNestThermostatZirconiumEuRounded.tsx +++ b/src/IconNestThermostatZirconiumEuRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatZirconiumEuRounded: React.FC = ({ ...props diff --git a/src/IconNestThermostatZirconiumEuRoundedFilled.tsx b/src/IconNestThermostatZirconiumEuRoundedFilled.tsx index 911bae5e1..a5bf56be9 100644 --- a/src/IconNestThermostatZirconiumEuRoundedFilled.tsx +++ b/src/IconNestThermostatZirconiumEuRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatZirconiumEuRoundedFilled: React.FC< IconProps diff --git a/src/IconNestThermostatZirconiumEuSharp.tsx b/src/IconNestThermostatZirconiumEuSharp.tsx index 6113dbdc1..20af13e52 100644 --- a/src/IconNestThermostatZirconiumEuSharp.tsx +++ b/src/IconNestThermostatZirconiumEuSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatZirconiumEuSharp: React.FC = ({ ...props diff --git a/src/IconNestThermostatZirconiumEuSharpFilled.tsx b/src/IconNestThermostatZirconiumEuSharpFilled.tsx index b87209ac8..b87965e09 100644 --- a/src/IconNestThermostatZirconiumEuSharpFilled.tsx +++ b/src/IconNestThermostatZirconiumEuSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestThermostatZirconiumEuSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestTrueRadiantOutlined.tsx b/src/IconNestTrueRadiantOutlined.tsx index 900e5290e..13a3baa2b 100644 --- a/src/IconNestTrueRadiantOutlined.tsx +++ b/src/IconNestTrueRadiantOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTrueRadiantOutlined: React.FC = ({ ...props diff --git a/src/IconNestTrueRadiantOutlinedFilled.tsx b/src/IconNestTrueRadiantOutlinedFilled.tsx index 5bc7dab92..7e7b92109 100644 --- a/src/IconNestTrueRadiantOutlinedFilled.tsx +++ b/src/IconNestTrueRadiantOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTrueRadiantOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestTrueRadiantRounded.tsx b/src/IconNestTrueRadiantRounded.tsx index 85c37e820..49e106764 100644 --- a/src/IconNestTrueRadiantRounded.tsx +++ b/src/IconNestTrueRadiantRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTrueRadiantRounded: React.FC = ({ ...props diff --git a/src/IconNestTrueRadiantRoundedFilled.tsx b/src/IconNestTrueRadiantRoundedFilled.tsx index 1e61d8f2d..3511c38f9 100644 --- a/src/IconNestTrueRadiantRoundedFilled.tsx +++ b/src/IconNestTrueRadiantRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTrueRadiantRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestTrueRadiantSharp.tsx b/src/IconNestTrueRadiantSharp.tsx index c9d5df26b..c10ca0fc6 100644 --- a/src/IconNestTrueRadiantSharp.tsx +++ b/src/IconNestTrueRadiantSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTrueRadiantSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestTrueRadiantSharpFilled.tsx b/src/IconNestTrueRadiantSharpFilled.tsx index 592255f55..3cb06c5ab 100644 --- a/src/IconNestTrueRadiantSharpFilled.tsx +++ b/src/IconNestTrueRadiantSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestTrueRadiantSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestWakeOnApproachOutlined.tsx b/src/IconNestWakeOnApproachOutlined.tsx index 42e3a7a1b..bf8b75ae5 100644 --- a/src/IconNestWakeOnApproachOutlined.tsx +++ b/src/IconNestWakeOnApproachOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWakeOnApproachOutlined: React.FC = ({ ...props diff --git a/src/IconNestWakeOnApproachOutlinedFilled.tsx b/src/IconNestWakeOnApproachOutlinedFilled.tsx index 1c9f0236e..cbfc8d030 100644 --- a/src/IconNestWakeOnApproachOutlinedFilled.tsx +++ b/src/IconNestWakeOnApproachOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWakeOnApproachOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestWakeOnApproachRounded.tsx b/src/IconNestWakeOnApproachRounded.tsx index 651407a77..f02c40663 100644 --- a/src/IconNestWakeOnApproachRounded.tsx +++ b/src/IconNestWakeOnApproachRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWakeOnApproachRounded: React.FC = ({ ...props diff --git a/src/IconNestWakeOnApproachRoundedFilled.tsx b/src/IconNestWakeOnApproachRoundedFilled.tsx index f38a1be47..512f99bd6 100644 --- a/src/IconNestWakeOnApproachRoundedFilled.tsx +++ b/src/IconNestWakeOnApproachRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWakeOnApproachRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestWakeOnApproachSharp.tsx b/src/IconNestWakeOnApproachSharp.tsx index 1d219f31a..d1c50e2e7 100644 --- a/src/IconNestWakeOnApproachSharp.tsx +++ b/src/IconNestWakeOnApproachSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWakeOnApproachSharp: React.FC = ({ ...props diff --git a/src/IconNestWakeOnApproachSharpFilled.tsx b/src/IconNestWakeOnApproachSharpFilled.tsx index 9793bebbb..e3fcb9cbe 100644 --- a/src/IconNestWakeOnApproachSharpFilled.tsx +++ b/src/IconNestWakeOnApproachSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWakeOnApproachSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestWakeOnPressOutlined.tsx b/src/IconNestWakeOnPressOutlined.tsx index ba6a98d52..bc0ca5a92 100644 --- a/src/IconNestWakeOnPressOutlined.tsx +++ b/src/IconNestWakeOnPressOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWakeOnPressOutlined: React.FC = ({ ...props diff --git a/src/IconNestWakeOnPressOutlinedFilled.tsx b/src/IconNestWakeOnPressOutlinedFilled.tsx index 500e5375b..35ebc7250 100644 --- a/src/IconNestWakeOnPressOutlinedFilled.tsx +++ b/src/IconNestWakeOnPressOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWakeOnPressOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestWakeOnPressRounded.tsx b/src/IconNestWakeOnPressRounded.tsx index cc4628291..a3e0a30df 100644 --- a/src/IconNestWakeOnPressRounded.tsx +++ b/src/IconNestWakeOnPressRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWakeOnPressRounded: React.FC = ({ ...props diff --git a/src/IconNestWakeOnPressRoundedFilled.tsx b/src/IconNestWakeOnPressRoundedFilled.tsx index 4d2074897..9c2cf173a 100644 --- a/src/IconNestWakeOnPressRoundedFilled.tsx +++ b/src/IconNestWakeOnPressRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWakeOnPressRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestWakeOnPressSharp.tsx b/src/IconNestWakeOnPressSharp.tsx new file mode 100644 index 000000000..5b35936c5 --- /dev/null +++ b/src/IconNestWakeOnPressSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types.js' + +export const IconNestWakeOnPressSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconNestWakeOnPressSharpFilled.tsx b/src/IconNestWakeOnPressSharpFilled.tsx index 9cc70d2fd..8a2bb7d53 100644 --- a/src/IconNestWakeOnPressSharpFilled.tsx +++ b/src/IconNestWakeOnPressSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWakeOnPressSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiPointOutlined.tsx b/src/IconNestWifiPointOutlined.tsx index 775bbe114..fe544f5c8 100644 --- a/src/IconNestWifiPointOutlined.tsx +++ b/src/IconNestWifiPointOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPointOutlined: React.FC = ({ ...props diff --git a/src/IconNestWifiPointOutlinedFilled.tsx b/src/IconNestWifiPointOutlinedFilled.tsx index af5a3be33..6589a806f 100644 --- a/src/IconNestWifiPointOutlinedFilled.tsx +++ b/src/IconNestWifiPointOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPointOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiPointRounded.tsx b/src/IconNestWifiPointRounded.tsx index 6a67194bf..a75fa7f71 100644 --- a/src/IconNestWifiPointRounded.tsx +++ b/src/IconNestWifiPointRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPointRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestWifiPointRoundedFilled.tsx b/src/IconNestWifiPointRoundedFilled.tsx index b712905ff..a3836c243 100644 --- a/src/IconNestWifiPointRoundedFilled.tsx +++ b/src/IconNestWifiPointRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPointRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiPointSharp.tsx b/src/IconNestWifiPointSharp.tsx index 0d38b634a..bc5dfc16d 100644 --- a/src/IconNestWifiPointSharp.tsx +++ b/src/IconNestWifiPointSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPointSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestWifiPointSharpFilled.tsx b/src/IconNestWifiPointSharpFilled.tsx index 9e79ad4d5..ae5bc3d18 100644 --- a/src/IconNestWifiPointSharpFilled.tsx +++ b/src/IconNestWifiPointSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPointSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiPro2Outlined.tsx b/src/IconNestWifiPro2Outlined.tsx index d2736d362..08c339f0d 100644 --- a/src/IconNestWifiPro2Outlined.tsx +++ b/src/IconNestWifiPro2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPro2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestWifiPro2OutlinedFilled.tsx b/src/IconNestWifiPro2OutlinedFilled.tsx index d38931f65..66bc620ed 100644 --- a/src/IconNestWifiPro2OutlinedFilled.tsx +++ b/src/IconNestWifiPro2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPro2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiPro2Rounded.tsx b/src/IconNestWifiPro2Rounded.tsx index 20381395a..6b1bd7a6e 100644 --- a/src/IconNestWifiPro2Rounded.tsx +++ b/src/IconNestWifiPro2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPro2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestWifiPro2RoundedFilled.tsx b/src/IconNestWifiPro2RoundedFilled.tsx index c4a6c1c54..80e204d73 100644 --- a/src/IconNestWifiPro2RoundedFilled.tsx +++ b/src/IconNestWifiPro2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPro2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiPro2Sharp.tsx b/src/IconNestWifiPro2Sharp.tsx index 97e31becd..623f221f8 100644 --- a/src/IconNestWifiPro2Sharp.tsx +++ b/src/IconNestWifiPro2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPro2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestWifiPro2SharpFilled.tsx b/src/IconNestWifiPro2SharpFilled.tsx index 2f61662d1..863985593 100644 --- a/src/IconNestWifiPro2SharpFilled.tsx +++ b/src/IconNestWifiPro2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiPro2SharpFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiProOutlined.tsx b/src/IconNestWifiProOutlined.tsx index f9c6a912a..cce9be59f 100644 --- a/src/IconNestWifiProOutlined.tsx +++ b/src/IconNestWifiProOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiProOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNestWifiProOutlinedFilled.tsx b/src/IconNestWifiProOutlinedFilled.tsx index 2f822b33c..8e5a4ab28 100644 --- a/src/IconNestWifiProOutlinedFilled.tsx +++ b/src/IconNestWifiProOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiProOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiProRounded.tsx b/src/IconNestWifiProRounded.tsx index d4b20e94e..962c7cb5f 100644 --- a/src/IconNestWifiProRounded.tsx +++ b/src/IconNestWifiProRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiProRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNestWifiProRoundedFilled.tsx b/src/IconNestWifiProRoundedFilled.tsx index b693d6671..c136cdc2c 100644 --- a/src/IconNestWifiProRoundedFilled.tsx +++ b/src/IconNestWifiProRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiProRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiProSharp.tsx b/src/IconNestWifiProSharp.tsx index a21759d52..ffe02678e 100644 --- a/src/IconNestWifiProSharp.tsx +++ b/src/IconNestWifiProSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiProSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestWifiProSharpFilled.tsx b/src/IconNestWifiProSharpFilled.tsx index f745649a2..45d0968b0 100644 --- a/src/IconNestWifiProSharpFilled.tsx +++ b/src/IconNestWifiProSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiProSharpFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiRouterOutlined.tsx b/src/IconNestWifiRouterOutlined.tsx index 758aa2d0e..63e66e202 100644 --- a/src/IconNestWifiRouterOutlined.tsx +++ b/src/IconNestWifiRouterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiRouterOutlined: React.FC = ({ ...props diff --git a/src/IconNestWifiRouterOutlinedFilled.tsx b/src/IconNestWifiRouterOutlinedFilled.tsx index a4ada3771..610fdd497 100644 --- a/src/IconNestWifiRouterOutlinedFilled.tsx +++ b/src/IconNestWifiRouterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiRouterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiRouterRounded.tsx b/src/IconNestWifiRouterRounded.tsx index c19c52bdc..604d9af82 100644 --- a/src/IconNestWifiRouterRounded.tsx +++ b/src/IconNestWifiRouterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiRouterRounded: React.FC = ({ ...props diff --git a/src/IconNestWifiRouterRoundedFilled.tsx b/src/IconNestWifiRouterRoundedFilled.tsx index 50a688767..6ee9f6b60 100644 --- a/src/IconNestWifiRouterRoundedFilled.tsx +++ b/src/IconNestWifiRouterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiRouterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNestWifiRouterSharp.tsx b/src/IconNestWifiRouterSharp.tsx index 34baad218..840313718 100644 --- a/src/IconNestWifiRouterSharp.tsx +++ b/src/IconNestWifiRouterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiRouterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNestWifiRouterSharpFilled.tsx b/src/IconNestWifiRouterSharpFilled.tsx index ac0ec9efa..d6f7859e2 100644 --- a/src/IconNestWifiRouterSharpFilled.tsx +++ b/src/IconNestWifiRouterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNestWifiRouterSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkCellOutlined.tsx b/src/IconNetworkCellOutlined.tsx index 9db8f6623..bb6593da8 100644 --- a/src/IconNetworkCellOutlined.tsx +++ b/src/IconNetworkCellOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCellOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkCellOutlinedFilled.tsx b/src/IconNetworkCellOutlinedFilled.tsx index 1fa9beefb..40c0dd5a5 100644 --- a/src/IconNetworkCellOutlinedFilled.tsx +++ b/src/IconNetworkCellOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCellOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkCellRounded.tsx b/src/IconNetworkCellRounded.tsx index 52b664d59..203dd2c90 100644 --- a/src/IconNetworkCellRounded.tsx +++ b/src/IconNetworkCellRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCellRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkCellRoundedFilled.tsx b/src/IconNetworkCellRoundedFilled.tsx index 3de679a95..2e71c6b0e 100644 --- a/src/IconNetworkCellRoundedFilled.tsx +++ b/src/IconNetworkCellRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCellRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkCellSharp.tsx b/src/IconNetworkCellSharp.tsx index 3babe8e18..535d5cb45 100644 --- a/src/IconNetworkCellSharp.tsx +++ b/src/IconNetworkCellSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCellSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkCellSharpFilled.tsx b/src/IconNetworkCellSharpFilled.tsx index 61bcea927..d83e3d900 100644 --- a/src/IconNetworkCellSharpFilled.tsx +++ b/src/IconNetworkCellSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCellSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkCheckOutlined.tsx b/src/IconNetworkCheckOutlined.tsx index d557fab60..fcdcfb090 100644 --- a/src/IconNetworkCheckOutlined.tsx +++ b/src/IconNetworkCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkCheckOutlinedFilled.tsx b/src/IconNetworkCheckOutlinedFilled.tsx index a1ce98306..7ff537706 100644 --- a/src/IconNetworkCheckOutlinedFilled.tsx +++ b/src/IconNetworkCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkCheckRounded.tsx b/src/IconNetworkCheckRounded.tsx index 75ce7f907..51cbf2f85 100644 --- a/src/IconNetworkCheckRounded.tsx +++ b/src/IconNetworkCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkCheckRoundedFilled.tsx b/src/IconNetworkCheckRoundedFilled.tsx index 7b4676c74..fb069ce2e 100644 --- a/src/IconNetworkCheckRoundedFilled.tsx +++ b/src/IconNetworkCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkCheckSharp.tsx b/src/IconNetworkCheckSharp.tsx index 42114f3a7..43551d814 100644 --- a/src/IconNetworkCheckSharp.tsx +++ b/src/IconNetworkCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkCheckSharpFilled.tsx b/src/IconNetworkCheckSharpFilled.tsx index ff8cf7fde..ca9aa7ff7 100644 --- a/src/IconNetworkCheckSharpFilled.tsx +++ b/src/IconNetworkCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkIntelligenceHistoryOutlined.tsx b/src/IconNetworkIntelligenceHistoryOutlined.tsx index 84301b09d..533888012 100644 --- a/src/IconNetworkIntelligenceHistoryOutlined.tsx +++ b/src/IconNetworkIntelligenceHistoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceHistoryOutlined: React.FC = ({ ...props diff --git a/src/IconNetworkIntelligenceHistoryOutlinedFilled.tsx b/src/IconNetworkIntelligenceHistoryOutlinedFilled.tsx index 2b08b99ca..286e37205 100644 --- a/src/IconNetworkIntelligenceHistoryOutlinedFilled.tsx +++ b/src/IconNetworkIntelligenceHistoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceHistoryOutlinedFilled: React.FC< IconProps diff --git a/src/IconNetworkIntelligenceHistoryRounded.tsx b/src/IconNetworkIntelligenceHistoryRounded.tsx index 611576224..b3cc5d309 100644 --- a/src/IconNetworkIntelligenceHistoryRounded.tsx +++ b/src/IconNetworkIntelligenceHistoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceHistoryRounded: React.FC = ({ ...props diff --git a/src/IconNetworkIntelligenceHistoryRoundedFilled.tsx b/src/IconNetworkIntelligenceHistoryRoundedFilled.tsx index 5807bdb53..7a3f266c7 100644 --- a/src/IconNetworkIntelligenceHistoryRoundedFilled.tsx +++ b/src/IconNetworkIntelligenceHistoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceHistoryRoundedFilled: React.FC< IconProps diff --git a/src/IconNetworkIntelligenceHistorySharp.tsx b/src/IconNetworkIntelligenceHistorySharp.tsx index f530b7f97..2d5af3cfd 100644 --- a/src/IconNetworkIntelligenceHistorySharp.tsx +++ b/src/IconNetworkIntelligenceHistorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceHistorySharp: React.FC = ({ ...props diff --git a/src/IconNetworkIntelligenceHistorySharpFilled.tsx b/src/IconNetworkIntelligenceHistorySharpFilled.tsx index 3de895e65..fda99ae5f 100644 --- a/src/IconNetworkIntelligenceHistorySharpFilled.tsx +++ b/src/IconNetworkIntelligenceHistorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceHistorySharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkIntelligenceUpdateOutlined.tsx b/src/IconNetworkIntelligenceUpdateOutlined.tsx index 2329eb1f0..1bb50748d 100644 --- a/src/IconNetworkIntelligenceUpdateOutlined.tsx +++ b/src/IconNetworkIntelligenceUpdateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceUpdateOutlined: React.FC = ({ ...props diff --git a/src/IconNetworkIntelligenceUpdateOutlinedFilled.tsx b/src/IconNetworkIntelligenceUpdateOutlinedFilled.tsx index cc7bafab1..8b503f0fb 100644 --- a/src/IconNetworkIntelligenceUpdateOutlinedFilled.tsx +++ b/src/IconNetworkIntelligenceUpdateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceUpdateOutlinedFilled: React.FC< IconProps diff --git a/src/IconNetworkIntelligenceUpdateRounded.tsx b/src/IconNetworkIntelligenceUpdateRounded.tsx index b73d095bd..7dd5e56b1 100644 --- a/src/IconNetworkIntelligenceUpdateRounded.tsx +++ b/src/IconNetworkIntelligenceUpdateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceUpdateRounded: React.FC = ({ ...props diff --git a/src/IconNetworkIntelligenceUpdateRoundedFilled.tsx b/src/IconNetworkIntelligenceUpdateRoundedFilled.tsx index d8c4338b6..d1d22594a 100644 --- a/src/IconNetworkIntelligenceUpdateRoundedFilled.tsx +++ b/src/IconNetworkIntelligenceUpdateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceUpdateRoundedFilled: React.FC< IconProps diff --git a/src/IconNetworkIntelligenceUpdateSharp.tsx b/src/IconNetworkIntelligenceUpdateSharp.tsx index 27c58bfbd..ac844d8e1 100644 --- a/src/IconNetworkIntelligenceUpdateSharp.tsx +++ b/src/IconNetworkIntelligenceUpdateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceUpdateSharp: React.FC = ({ ...props diff --git a/src/IconNetworkIntelligenceUpdateSharpFilled.tsx b/src/IconNetworkIntelligenceUpdateSharpFilled.tsx index 30790850a..c4fc3de5b 100644 --- a/src/IconNetworkIntelligenceUpdateSharpFilled.tsx +++ b/src/IconNetworkIntelligenceUpdateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkIntelligenceUpdateSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkLockedOutlined.tsx b/src/IconNetworkLockedOutlined.tsx index 7988aceca..8ceab6757 100644 --- a/src/IconNetworkLockedOutlined.tsx +++ b/src/IconNetworkLockedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkLockedOutlined: React.FC = ({ ...props diff --git a/src/IconNetworkLockedOutlinedFilled.tsx b/src/IconNetworkLockedOutlinedFilled.tsx index e18bd6e1a..192e09b42 100644 --- a/src/IconNetworkLockedOutlinedFilled.tsx +++ b/src/IconNetworkLockedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkLockedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkLockedRounded.tsx b/src/IconNetworkLockedRounded.tsx index 6e741c922..3b2dae53a 100644 --- a/src/IconNetworkLockedRounded.tsx +++ b/src/IconNetworkLockedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkLockedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkLockedRoundedFilled.tsx b/src/IconNetworkLockedRoundedFilled.tsx index de1197006..45570ca59 100644 --- a/src/IconNetworkLockedRoundedFilled.tsx +++ b/src/IconNetworkLockedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkLockedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkLockedSharp.tsx b/src/IconNetworkLockedSharp.tsx index 2451610e6..64dba2157 100644 --- a/src/IconNetworkLockedSharp.tsx +++ b/src/IconNetworkLockedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkLockedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkLockedSharpFilled.tsx b/src/IconNetworkLockedSharpFilled.tsx index 54b299a5d..d44804320 100644 --- a/src/IconNetworkLockedSharpFilled.tsx +++ b/src/IconNetworkLockedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkLockedSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkManageOutlined.tsx b/src/IconNetworkManageOutlined.tsx index b4fc2528d..896bb379e 100644 --- a/src/IconNetworkManageOutlined.tsx +++ b/src/IconNetworkManageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkManageOutlined: React.FC = ({ ...props diff --git a/src/IconNetworkManageOutlinedFilled.tsx b/src/IconNetworkManageOutlinedFilled.tsx index 994643446..be4f7825e 100644 --- a/src/IconNetworkManageOutlinedFilled.tsx +++ b/src/IconNetworkManageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkManageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkManageRounded.tsx b/src/IconNetworkManageRounded.tsx index 4ece6b165..ea7a988fc 100644 --- a/src/IconNetworkManageRounded.tsx +++ b/src/IconNetworkManageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkManageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkManageRoundedFilled.tsx b/src/IconNetworkManageRoundedFilled.tsx index 8d715c7b6..b7d22f1b1 100644 --- a/src/IconNetworkManageRoundedFilled.tsx +++ b/src/IconNetworkManageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkManageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkManageSharp.tsx b/src/IconNetworkManageSharp.tsx index c10e4414d..186128c18 100644 --- a/src/IconNetworkManageSharp.tsx +++ b/src/IconNetworkManageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkManageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkManageSharpFilled.tsx b/src/IconNetworkManageSharpFilled.tsx index dd04f7412..5ac79237d 100644 --- a/src/IconNetworkManageSharpFilled.tsx +++ b/src/IconNetworkManageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkManageSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkNodeOutlined.tsx b/src/IconNetworkNodeOutlined.tsx index 3da7a5f92..f09604af7 100644 --- a/src/IconNetworkNodeOutlined.tsx +++ b/src/IconNetworkNodeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkNodeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkNodeOutlinedFilled.tsx b/src/IconNetworkNodeOutlinedFilled.tsx index 498b942be..b6dadf3ef 100644 --- a/src/IconNetworkNodeOutlinedFilled.tsx +++ b/src/IconNetworkNodeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkNodeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkNodeRounded.tsx b/src/IconNetworkNodeRounded.tsx index 5c02c4b4a..c6545c724 100644 --- a/src/IconNetworkNodeRounded.tsx +++ b/src/IconNetworkNodeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkNodeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkNodeRoundedFilled.tsx b/src/IconNetworkNodeRoundedFilled.tsx index b81f5ffd8..32068a9f7 100644 --- a/src/IconNetworkNodeRoundedFilled.tsx +++ b/src/IconNetworkNodeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkNodeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkNodeSharp.tsx b/src/IconNetworkNodeSharp.tsx index 20f0468d8..61065f400 100644 --- a/src/IconNetworkNodeSharp.tsx +++ b/src/IconNetworkNodeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkNodeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkNodeSharpFilled.tsx b/src/IconNetworkNodeSharpFilled.tsx index fd1a45c11..cb35ad100 100644 --- a/src/IconNetworkNodeSharpFilled.tsx +++ b/src/IconNetworkNodeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkNodeSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkPingOutlined.tsx b/src/IconNetworkPingOutlined.tsx index 792bae460..fb554182b 100644 --- a/src/IconNetworkPingOutlined.tsx +++ b/src/IconNetworkPingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkPingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkPingOutlinedFilled.tsx b/src/IconNetworkPingOutlinedFilled.tsx index 2752da72e..7944b8338 100644 --- a/src/IconNetworkPingOutlinedFilled.tsx +++ b/src/IconNetworkPingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkPingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkPingRounded.tsx b/src/IconNetworkPingRounded.tsx index 3e1418b51..bef7dbf75 100644 --- a/src/IconNetworkPingRounded.tsx +++ b/src/IconNetworkPingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkPingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkPingRoundedFilled.tsx b/src/IconNetworkPingRoundedFilled.tsx index 87463f799..5cdd0ffe6 100644 --- a/src/IconNetworkPingRoundedFilled.tsx +++ b/src/IconNetworkPingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkPingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkPingSharp.tsx b/src/IconNetworkPingSharp.tsx index 95085eaac..da5871808 100644 --- a/src/IconNetworkPingSharp.tsx +++ b/src/IconNetworkPingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkPingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkPingSharpFilled.tsx b/src/IconNetworkPingSharpFilled.tsx index 06fc5f849..62b820809 100644 --- a/src/IconNetworkPingSharpFilled.tsx +++ b/src/IconNetworkPingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkPingSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi1BarLockedOutlined.tsx b/src/IconNetworkWifi1BarLockedOutlined.tsx index aa4263687..0d7826e76 100644 --- a/src/IconNetworkWifi1BarLockedOutlined.tsx +++ b/src/IconNetworkWifi1BarLockedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarLockedOutlined: React.FC = ({ ...props diff --git a/src/IconNetworkWifi1BarLockedOutlinedFilled.tsx b/src/IconNetworkWifi1BarLockedOutlinedFilled.tsx index 4e72059be..0b4d3ec6c 100644 --- a/src/IconNetworkWifi1BarLockedOutlinedFilled.tsx +++ b/src/IconNetworkWifi1BarLockedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarLockedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi1BarLockedRounded.tsx b/src/IconNetworkWifi1BarLockedRounded.tsx index 550a27dd1..605138b12 100644 --- a/src/IconNetworkWifi1BarLockedRounded.tsx +++ b/src/IconNetworkWifi1BarLockedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarLockedRounded: React.FC = ({ ...props diff --git a/src/IconNetworkWifi1BarLockedRoundedFilled.tsx b/src/IconNetworkWifi1BarLockedRoundedFilled.tsx index 04b2d0ec0..9927320e2 100644 --- a/src/IconNetworkWifi1BarLockedRoundedFilled.tsx +++ b/src/IconNetworkWifi1BarLockedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarLockedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi1BarLockedSharp.tsx b/src/IconNetworkWifi1BarLockedSharp.tsx index bd42c68b6..0f7586a7b 100644 --- a/src/IconNetworkWifi1BarLockedSharp.tsx +++ b/src/IconNetworkWifi1BarLockedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarLockedSharp: React.FC = ({ ...props diff --git a/src/IconNetworkWifi1BarLockedSharpFilled.tsx b/src/IconNetworkWifi1BarLockedSharpFilled.tsx index a7a75c05b..adae6e2b0 100644 --- a/src/IconNetworkWifi1BarLockedSharpFilled.tsx +++ b/src/IconNetworkWifi1BarLockedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarLockedSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi1BarOutlined.tsx b/src/IconNetworkWifi1BarOutlined.tsx index b55971468..e013f3b1b 100644 --- a/src/IconNetworkWifi1BarOutlined.tsx +++ b/src/IconNetworkWifi1BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarOutlined: React.FC = ({ ...props diff --git a/src/IconNetworkWifi1BarOutlinedFilled.tsx b/src/IconNetworkWifi1BarOutlinedFilled.tsx index 1af643d3c..79231e378 100644 --- a/src/IconNetworkWifi1BarOutlinedFilled.tsx +++ b/src/IconNetworkWifi1BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi1BarRounded.tsx b/src/IconNetworkWifi1BarRounded.tsx index 1fac729ef..038b22a00 100644 --- a/src/IconNetworkWifi1BarRounded.tsx +++ b/src/IconNetworkWifi1BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarRounded: React.FC = ({ ...props diff --git a/src/IconNetworkWifi1BarRoundedFilled.tsx b/src/IconNetworkWifi1BarRoundedFilled.tsx index 00ab4f8e2..5477e8990 100644 --- a/src/IconNetworkWifi1BarRoundedFilled.tsx +++ b/src/IconNetworkWifi1BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi1BarSharp.tsx b/src/IconNetworkWifi1BarSharp.tsx index 3f3b9a2f9..64e68715c 100644 --- a/src/IconNetworkWifi1BarSharp.tsx +++ b/src/IconNetworkWifi1BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkWifi1BarSharpFilled.tsx b/src/IconNetworkWifi1BarSharpFilled.tsx index a34ba74e0..87db7419c 100644 --- a/src/IconNetworkWifi1BarSharpFilled.tsx +++ b/src/IconNetworkWifi1BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi1BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi2BarLockedOutlined.tsx b/src/IconNetworkWifi2BarLockedOutlined.tsx index fed9b5596..3cd0ca0ee 100644 --- a/src/IconNetworkWifi2BarLockedOutlined.tsx +++ b/src/IconNetworkWifi2BarLockedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarLockedOutlined: React.FC = ({ ...props diff --git a/src/IconNetworkWifi2BarLockedOutlinedFilled.tsx b/src/IconNetworkWifi2BarLockedOutlinedFilled.tsx index fe90e97aa..759e7b46e 100644 --- a/src/IconNetworkWifi2BarLockedOutlinedFilled.tsx +++ b/src/IconNetworkWifi2BarLockedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarLockedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi2BarLockedRounded.tsx b/src/IconNetworkWifi2BarLockedRounded.tsx index c5f285f02..26d78352b 100644 --- a/src/IconNetworkWifi2BarLockedRounded.tsx +++ b/src/IconNetworkWifi2BarLockedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarLockedRounded: React.FC = ({ ...props diff --git a/src/IconNetworkWifi2BarLockedRoundedFilled.tsx b/src/IconNetworkWifi2BarLockedRoundedFilled.tsx index 80b6e13dc..45c65447a 100644 --- a/src/IconNetworkWifi2BarLockedRoundedFilled.tsx +++ b/src/IconNetworkWifi2BarLockedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarLockedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi2BarLockedSharp.tsx b/src/IconNetworkWifi2BarLockedSharp.tsx index 523784d04..798b3733b 100644 --- a/src/IconNetworkWifi2BarLockedSharp.tsx +++ b/src/IconNetworkWifi2BarLockedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarLockedSharp: React.FC = ({ ...props diff --git a/src/IconNetworkWifi2BarLockedSharpFilled.tsx b/src/IconNetworkWifi2BarLockedSharpFilled.tsx index 37286df60..0bc69ec65 100644 --- a/src/IconNetworkWifi2BarLockedSharpFilled.tsx +++ b/src/IconNetworkWifi2BarLockedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarLockedSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi2BarOutlined.tsx b/src/IconNetworkWifi2BarOutlined.tsx index 5196078a4..ee2bdc990 100644 --- a/src/IconNetworkWifi2BarOutlined.tsx +++ b/src/IconNetworkWifi2BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarOutlined: React.FC = ({ ...props diff --git a/src/IconNetworkWifi2BarOutlinedFilled.tsx b/src/IconNetworkWifi2BarOutlinedFilled.tsx index 6128b7a1b..68eb9b097 100644 --- a/src/IconNetworkWifi2BarOutlinedFilled.tsx +++ b/src/IconNetworkWifi2BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi2BarRounded.tsx b/src/IconNetworkWifi2BarRounded.tsx index ab584733b..125a6e19b 100644 --- a/src/IconNetworkWifi2BarRounded.tsx +++ b/src/IconNetworkWifi2BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarRounded: React.FC = ({ ...props diff --git a/src/IconNetworkWifi2BarRoundedFilled.tsx b/src/IconNetworkWifi2BarRoundedFilled.tsx index 04fcc5bf1..7500eb111 100644 --- a/src/IconNetworkWifi2BarRoundedFilled.tsx +++ b/src/IconNetworkWifi2BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi2BarSharp.tsx b/src/IconNetworkWifi2BarSharp.tsx index 33836c12e..b54494c60 100644 --- a/src/IconNetworkWifi2BarSharp.tsx +++ b/src/IconNetworkWifi2BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkWifi2BarSharpFilled.tsx b/src/IconNetworkWifi2BarSharpFilled.tsx index b2ab6c7bf..2801b1ce7 100644 --- a/src/IconNetworkWifi2BarSharpFilled.tsx +++ b/src/IconNetworkWifi2BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi2BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi3BarLockedOutlined.tsx b/src/IconNetworkWifi3BarLockedOutlined.tsx index c7333820c..ad13af15a 100644 --- a/src/IconNetworkWifi3BarLockedOutlined.tsx +++ b/src/IconNetworkWifi3BarLockedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarLockedOutlined: React.FC = ({ ...props diff --git a/src/IconNetworkWifi3BarLockedOutlinedFilled.tsx b/src/IconNetworkWifi3BarLockedOutlinedFilled.tsx index ebb17aba6..4ea51cd40 100644 --- a/src/IconNetworkWifi3BarLockedOutlinedFilled.tsx +++ b/src/IconNetworkWifi3BarLockedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarLockedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi3BarLockedRounded.tsx b/src/IconNetworkWifi3BarLockedRounded.tsx index b59ee94d3..861658bed 100644 --- a/src/IconNetworkWifi3BarLockedRounded.tsx +++ b/src/IconNetworkWifi3BarLockedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarLockedRounded: React.FC = ({ ...props diff --git a/src/IconNetworkWifi3BarLockedRoundedFilled.tsx b/src/IconNetworkWifi3BarLockedRoundedFilled.tsx index 7a0510840..ba14196fc 100644 --- a/src/IconNetworkWifi3BarLockedRoundedFilled.tsx +++ b/src/IconNetworkWifi3BarLockedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarLockedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi3BarLockedSharp.tsx b/src/IconNetworkWifi3BarLockedSharp.tsx index 3cdc65045..789ce4f99 100644 --- a/src/IconNetworkWifi3BarLockedSharp.tsx +++ b/src/IconNetworkWifi3BarLockedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarLockedSharp: React.FC = ({ ...props diff --git a/src/IconNetworkWifi3BarLockedSharpFilled.tsx b/src/IconNetworkWifi3BarLockedSharpFilled.tsx index 2c471b885..23cd3a78c 100644 --- a/src/IconNetworkWifi3BarLockedSharpFilled.tsx +++ b/src/IconNetworkWifi3BarLockedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarLockedSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi3BarOutlined.tsx b/src/IconNetworkWifi3BarOutlined.tsx index 79233f6fd..51d820835 100644 --- a/src/IconNetworkWifi3BarOutlined.tsx +++ b/src/IconNetworkWifi3BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarOutlined: React.FC = ({ ...props diff --git a/src/IconNetworkWifi3BarOutlinedFilled.tsx b/src/IconNetworkWifi3BarOutlinedFilled.tsx index 2717a6b97..df0d1828c 100644 --- a/src/IconNetworkWifi3BarOutlinedFilled.tsx +++ b/src/IconNetworkWifi3BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi3BarRounded.tsx b/src/IconNetworkWifi3BarRounded.tsx index d5ae3b348..1afa608b9 100644 --- a/src/IconNetworkWifi3BarRounded.tsx +++ b/src/IconNetworkWifi3BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarRounded: React.FC = ({ ...props diff --git a/src/IconNetworkWifi3BarRoundedFilled.tsx b/src/IconNetworkWifi3BarRoundedFilled.tsx index fbab45136..e048b9f59 100644 --- a/src/IconNetworkWifi3BarRoundedFilled.tsx +++ b/src/IconNetworkWifi3BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifi3BarSharp.tsx b/src/IconNetworkWifi3BarSharp.tsx index 48ff803dc..bb6bc43f8 100644 --- a/src/IconNetworkWifi3BarSharp.tsx +++ b/src/IconNetworkWifi3BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkWifi3BarSharpFilled.tsx b/src/IconNetworkWifi3BarSharpFilled.tsx index b3d6aaea1..541179786 100644 --- a/src/IconNetworkWifi3BarSharpFilled.tsx +++ b/src/IconNetworkWifi3BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifi3BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifiLockedOutlined.tsx b/src/IconNetworkWifiLockedOutlined.tsx index 340ef97cc..154ccab85 100644 --- a/src/IconNetworkWifiLockedOutlined.tsx +++ b/src/IconNetworkWifiLockedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiLockedOutlined: React.FC = ({ ...props diff --git a/src/IconNetworkWifiLockedOutlinedFilled.tsx b/src/IconNetworkWifiLockedOutlinedFilled.tsx index 9fcda79c8..9c03559b3 100644 --- a/src/IconNetworkWifiLockedOutlinedFilled.tsx +++ b/src/IconNetworkWifiLockedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiLockedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifiLockedRounded.tsx b/src/IconNetworkWifiLockedRounded.tsx index 19d8749c5..a1c1e2b16 100644 --- a/src/IconNetworkWifiLockedRounded.tsx +++ b/src/IconNetworkWifiLockedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiLockedRounded: React.FC = ({ ...props diff --git a/src/IconNetworkWifiLockedRoundedFilled.tsx b/src/IconNetworkWifiLockedRoundedFilled.tsx index 57d11b844..e6d505a1d 100644 --- a/src/IconNetworkWifiLockedRoundedFilled.tsx +++ b/src/IconNetworkWifiLockedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiLockedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifiLockedSharp.tsx b/src/IconNetworkWifiLockedSharp.tsx index 62fe576d9..ca2b0b614 100644 --- a/src/IconNetworkWifiLockedSharp.tsx +++ b/src/IconNetworkWifiLockedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiLockedSharp: React.FC = ({ ...props diff --git a/src/IconNetworkWifiLockedSharpFilled.tsx b/src/IconNetworkWifiLockedSharpFilled.tsx index 47fc0d3c4..5d1c069a4 100644 --- a/src/IconNetworkWifiLockedSharpFilled.tsx +++ b/src/IconNetworkWifiLockedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiLockedSharpFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifiOutlined.tsx b/src/IconNetworkWifiOutlined.tsx index f9aa4b0a6..0c28a33b4 100644 --- a/src/IconNetworkWifiOutlined.tsx +++ b/src/IconNetworkWifiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkWifiOutlinedFilled.tsx b/src/IconNetworkWifiOutlinedFilled.tsx index 8a6e8e8b8..a1914a23b 100644 --- a/src/IconNetworkWifiOutlinedFilled.tsx +++ b/src/IconNetworkWifiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifiRounded.tsx b/src/IconNetworkWifiRounded.tsx index 0f319ce69..f699dde2b 100644 --- a/src/IconNetworkWifiRounded.tsx +++ b/src/IconNetworkWifiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkWifiRoundedFilled.tsx b/src/IconNetworkWifiRoundedFilled.tsx index a032a3aea..a91c61e67 100644 --- a/src/IconNetworkWifiRoundedFilled.tsx +++ b/src/IconNetworkWifiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNetworkWifiSharp.tsx b/src/IconNetworkWifiSharp.tsx index f7bb07107..13354bad2 100644 --- a/src/IconNetworkWifiSharp.tsx +++ b/src/IconNetworkWifiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNetworkWifiSharpFilled.tsx b/src/IconNetworkWifiSharpFilled.tsx index 3150e25c4..543cc084d 100644 --- a/src/IconNetworkWifiSharpFilled.tsx +++ b/src/IconNetworkWifiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNetworkWifiSharpFilled: React.FC = ({ ...props diff --git a/src/IconNeurologyOutlined.tsx b/src/IconNeurologyOutlined.tsx index 3592eee03..0e6a5d15d 100644 --- a/src/IconNeurologyOutlined.tsx +++ b/src/IconNeurologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNeurologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNeurologyOutlinedFilled.tsx b/src/IconNeurologyOutlinedFilled.tsx index 0e4b3ae89..425a9026d 100644 --- a/src/IconNeurologyOutlinedFilled.tsx +++ b/src/IconNeurologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNeurologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNeurologyRounded.tsx b/src/IconNeurologyRounded.tsx index 5bba667d5..27dc92fcc 100644 --- a/src/IconNeurologyRounded.tsx +++ b/src/IconNeurologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNeurologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNeurologyRoundedFilled.tsx b/src/IconNeurologyRoundedFilled.tsx index 3c16ccea8..5b3b1ecec 100644 --- a/src/IconNeurologyRoundedFilled.tsx +++ b/src/IconNeurologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNeurologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNeurologySharp.tsx b/src/IconNeurologySharp.tsx index 04e5ac943..5853786f8 100644 --- a/src/IconNeurologySharp.tsx +++ b/src/IconNeurologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNeurologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNeurologySharpFilled.tsx b/src/IconNeurologySharpFilled.tsx index fa42cb10c..e1ff89d1c 100644 --- a/src/IconNeurologySharpFilled.tsx +++ b/src/IconNeurologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNeurologySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNewLabelOutlined.tsx b/src/IconNewLabelOutlined.tsx index 9ff2d893d..d5fb547a6 100644 --- a/src/IconNewLabelOutlined.tsx +++ b/src/IconNewLabelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewLabelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNewLabelOutlinedFilled.tsx b/src/IconNewLabelOutlinedFilled.tsx index 2cc15ce3b..81429ae04 100644 --- a/src/IconNewLabelOutlinedFilled.tsx +++ b/src/IconNewLabelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewLabelOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNewLabelRounded.tsx b/src/IconNewLabelRounded.tsx index 99458cfb9..67aaddb5a 100644 --- a/src/IconNewLabelRounded.tsx +++ b/src/IconNewLabelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewLabelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNewLabelRoundedFilled.tsx b/src/IconNewLabelRoundedFilled.tsx index 968e5a930..c5b325f5e 100644 --- a/src/IconNewLabelRoundedFilled.tsx +++ b/src/IconNewLabelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewLabelRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNewLabelSharp.tsx b/src/IconNewLabelSharp.tsx index ae96768f2..12b26989c 100644 --- a/src/IconNewLabelSharp.tsx +++ b/src/IconNewLabelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewLabelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNewLabelSharpFilled.tsx b/src/IconNewLabelSharpFilled.tsx index 02a90821d..9bc12bf8f 100644 --- a/src/IconNewLabelSharpFilled.tsx +++ b/src/IconNewLabelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewLabelSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNewReleasesOutlined.tsx b/src/IconNewReleasesOutlined.tsx index 8eea1b0f9..9ff9c9add 100644 --- a/src/IconNewReleasesOutlined.tsx +++ b/src/IconNewReleasesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewReleasesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNewReleasesOutlinedFilled.tsx b/src/IconNewReleasesOutlinedFilled.tsx index db2834789..527186a26 100644 --- a/src/IconNewReleasesOutlinedFilled.tsx +++ b/src/IconNewReleasesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewReleasesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNewReleasesRounded.tsx b/src/IconNewReleasesRounded.tsx index 2f9ffacb0..bc4a340fe 100644 --- a/src/IconNewReleasesRounded.tsx +++ b/src/IconNewReleasesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewReleasesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNewReleasesRoundedFilled.tsx b/src/IconNewReleasesRoundedFilled.tsx index e2aa4751f..e55476255 100644 --- a/src/IconNewReleasesRoundedFilled.tsx +++ b/src/IconNewReleasesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewReleasesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNewReleasesSharp.tsx b/src/IconNewReleasesSharp.tsx index 2a462e1df..1701f3453 100644 --- a/src/IconNewReleasesSharp.tsx +++ b/src/IconNewReleasesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewReleasesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNewReleasesSharpFilled.tsx b/src/IconNewReleasesSharpFilled.tsx index 0dd34d08c..dc4ea84dd 100644 --- a/src/IconNewReleasesSharpFilled.tsx +++ b/src/IconNewReleasesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewReleasesSharpFilled: React.FC = ({ ...props diff --git a/src/IconNewWindowOutlined.tsx b/src/IconNewWindowOutlined.tsx index 8ed0fbbde..90304b967 100644 --- a/src/IconNewWindowOutlined.tsx +++ b/src/IconNewWindowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewWindowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNewWindowOutlinedFilled.tsx b/src/IconNewWindowOutlinedFilled.tsx index ee8c60fb2..5ebf9e716 100644 --- a/src/IconNewWindowOutlinedFilled.tsx +++ b/src/IconNewWindowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewWindowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNewWindowRounded.tsx b/src/IconNewWindowRounded.tsx index eb3535a1a..8c716cc45 100644 --- a/src/IconNewWindowRounded.tsx +++ b/src/IconNewWindowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewWindowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNewWindowRoundedFilled.tsx b/src/IconNewWindowRoundedFilled.tsx index 0bd550e3e..cbe47f704 100644 --- a/src/IconNewWindowRoundedFilled.tsx +++ b/src/IconNewWindowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewWindowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNewWindowSharp.tsx b/src/IconNewWindowSharp.tsx index ef8e791ca..b41bb0ef0 100644 --- a/src/IconNewWindowSharp.tsx +++ b/src/IconNewWindowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewWindowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNewWindowSharpFilled.tsx b/src/IconNewWindowSharpFilled.tsx index 20b8a82d6..7f5b65005 100644 --- a/src/IconNewWindowSharpFilled.tsx +++ b/src/IconNewWindowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewWindowSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsOutlined.tsx b/src/IconNewsOutlined.tsx index d21b50e30..eb7c04a62 100644 --- a/src/IconNewsOutlined.tsx +++ b/src/IconNewsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsOutlinedFilled.tsx b/src/IconNewsOutlinedFilled.tsx index f9fe93a8d..deb67dbb5 100644 --- a/src/IconNewsOutlinedFilled.tsx +++ b/src/IconNewsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsRounded.tsx b/src/IconNewsRounded.tsx index 17528229e..63a9171de 100644 --- a/src/IconNewsRounded.tsx +++ b/src/IconNewsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsRoundedFilled.tsx b/src/IconNewsRoundedFilled.tsx index a28a27809..d8c7c84f8 100644 --- a/src/IconNewsRoundedFilled.tsx +++ b/src/IconNewsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsSharp.tsx b/src/IconNewsSharp.tsx index 0f5510b52..317102e11 100644 --- a/src/IconNewsSharp.tsx +++ b/src/IconNewsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsSharpFilled.tsx b/src/IconNewsSharpFilled.tsx index c63992425..b7e6d8341 100644 --- a/src/IconNewsSharpFilled.tsx +++ b/src/IconNewsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsmodeOutlined.tsx b/src/IconNewsmodeOutlined.tsx index 36bfb2be8..89d3a03e8 100644 --- a/src/IconNewsmodeOutlined.tsx +++ b/src/IconNewsmodeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsmodeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsmodeOutlinedFilled.tsx b/src/IconNewsmodeOutlinedFilled.tsx index 6113988b2..391e76382 100644 --- a/src/IconNewsmodeOutlinedFilled.tsx +++ b/src/IconNewsmodeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsmodeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNewsmodeRounded.tsx b/src/IconNewsmodeRounded.tsx index bc238e7d3..61870041a 100644 --- a/src/IconNewsmodeRounded.tsx +++ b/src/IconNewsmodeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsmodeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsmodeRoundedFilled.tsx b/src/IconNewsmodeRoundedFilled.tsx index ffcaf4141..d5bd27888 100644 --- a/src/IconNewsmodeRoundedFilled.tsx +++ b/src/IconNewsmodeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsmodeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNewsmodeSharp.tsx b/src/IconNewsmodeSharp.tsx index 60df87bbf..2b7d77f20 100644 --- a/src/IconNewsmodeSharp.tsx +++ b/src/IconNewsmodeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsmodeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsmodeSharpFilled.tsx b/src/IconNewsmodeSharpFilled.tsx index 35c1bc070..7e56821ba 100644 --- a/src/IconNewsmodeSharpFilled.tsx +++ b/src/IconNewsmodeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsmodeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNewspaperOutlined.tsx b/src/IconNewspaperOutlined.tsx index a6599dd72..6e05cec8d 100644 --- a/src/IconNewspaperOutlined.tsx +++ b/src/IconNewspaperOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewspaperOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNewspaperOutlinedFilled.tsx b/src/IconNewspaperOutlinedFilled.tsx index 7860c48d2..0a71de803 100644 --- a/src/IconNewspaperOutlinedFilled.tsx +++ b/src/IconNewspaperOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewspaperOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNewspaperRounded.tsx b/src/IconNewspaperRounded.tsx index c07d9e12c..0fdcc1dbe 100644 --- a/src/IconNewspaperRounded.tsx +++ b/src/IconNewspaperRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewspaperRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNewspaperRoundedFilled.tsx b/src/IconNewspaperRoundedFilled.tsx index 604ffb8cb..72d378a6c 100644 --- a/src/IconNewspaperRoundedFilled.tsx +++ b/src/IconNewspaperRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewspaperRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNewspaperSharp.tsx b/src/IconNewspaperSharp.tsx index 138487912..502d3a326 100644 --- a/src/IconNewspaperSharp.tsx +++ b/src/IconNewspaperSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewspaperSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNewspaperSharpFilled.tsx b/src/IconNewspaperSharpFilled.tsx index 35145a917..c795460b8 100644 --- a/src/IconNewspaperSharpFilled.tsx +++ b/src/IconNewspaperSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewspaperSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsstandOutlined.tsx b/src/IconNewsstandOutlined.tsx index 38f085832..1df85ba5b 100644 --- a/src/IconNewsstandOutlined.tsx +++ b/src/IconNewsstandOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsstandOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsstandOutlinedFilled.tsx b/src/IconNewsstandOutlinedFilled.tsx index 5f941e938..277a6f75a 100644 --- a/src/IconNewsstandOutlinedFilled.tsx +++ b/src/IconNewsstandOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsstandOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNewsstandRounded.tsx b/src/IconNewsstandRounded.tsx index 5f94833bb..aead00dcd 100644 --- a/src/IconNewsstandRounded.tsx +++ b/src/IconNewsstandRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsstandRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsstandRoundedFilled.tsx b/src/IconNewsstandRoundedFilled.tsx index ce413fdf5..d2d9d4721 100644 --- a/src/IconNewsstandRoundedFilled.tsx +++ b/src/IconNewsstandRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsstandRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNewsstandSharp.tsx b/src/IconNewsstandSharp.tsx index 6c12cad44..1a32b0e1d 100644 --- a/src/IconNewsstandSharp.tsx +++ b/src/IconNewsstandSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsstandSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNewsstandSharpFilled.tsx b/src/IconNewsstandSharpFilled.tsx index 3be454afa..90a769a60 100644 --- a/src/IconNewsstandSharpFilled.tsx +++ b/src/IconNewsstandSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNewsstandSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNextPlanOutlined.tsx b/src/IconNextPlanOutlined.tsx index 9a1da3f6b..6b1133859 100644 --- a/src/IconNextPlanOutlined.tsx +++ b/src/IconNextPlanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNextPlanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNextPlanOutlinedFilled.tsx b/src/IconNextPlanOutlinedFilled.tsx index d2500e74c..b42536215 100644 --- a/src/IconNextPlanOutlinedFilled.tsx +++ b/src/IconNextPlanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNextPlanOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNextPlanRounded.tsx b/src/IconNextPlanRounded.tsx index 3f8c3b58d..ef9c02063 100644 --- a/src/IconNextPlanRounded.tsx +++ b/src/IconNextPlanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNextPlanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNextPlanRoundedFilled.tsx b/src/IconNextPlanRoundedFilled.tsx index 89d583dd8..e37a72b52 100644 --- a/src/IconNextPlanRoundedFilled.tsx +++ b/src/IconNextPlanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNextPlanRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNextPlanSharp.tsx b/src/IconNextPlanSharp.tsx index 8835aefc1..08414ac38 100644 --- a/src/IconNextPlanSharp.tsx +++ b/src/IconNextPlanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNextPlanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNextPlanSharpFilled.tsx b/src/IconNextPlanSharpFilled.tsx index 0aa62aa10..9e7616023 100644 --- a/src/IconNextPlanSharpFilled.tsx +++ b/src/IconNextPlanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNextPlanSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNextWeekOutlined.tsx b/src/IconNextWeekOutlined.tsx index dfe05f1a9..4f0798dda 100644 --- a/src/IconNextWeekOutlined.tsx +++ b/src/IconNextWeekOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNextWeekOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNextWeekOutlinedFilled.tsx b/src/IconNextWeekOutlinedFilled.tsx index 4a6b06d03..3c2eb07d5 100644 --- a/src/IconNextWeekOutlinedFilled.tsx +++ b/src/IconNextWeekOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNextWeekOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNextWeekRounded.tsx b/src/IconNextWeekRounded.tsx new file mode 100644 index 000000000..19e2d0f29 --- /dev/null +++ b/src/IconNextWeekRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types.js' + +export const IconNextWeekRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconNextWeekRoundedFilled.tsx b/src/IconNextWeekRoundedFilled.tsx index b0d9d9dbb..c4b98617c 100644 --- a/src/IconNextWeekRoundedFilled.tsx +++ b/src/IconNextWeekRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNextWeekRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNextWeekSharp.tsx b/src/IconNextWeekSharp.tsx index ae78722a7..71799e51e 100644 --- a/src/IconNextWeekSharp.tsx +++ b/src/IconNextWeekSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNextWeekSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNextWeekSharpFilled.tsx b/src/IconNextWeekSharpFilled.tsx index 0825a3f5e..68d2c2ed0 100644 --- a/src/IconNextWeekSharpFilled.tsx +++ b/src/IconNextWeekSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNextWeekSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNfcOutlined.tsx b/src/IconNfcOutlined.tsx index 377162a2f..8271f2421 100644 --- a/src/IconNfcOutlined.tsx +++ b/src/IconNfcOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNfcOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNfcOutlinedFilled.tsx b/src/IconNfcOutlinedFilled.tsx index 2340ce93c..75165d2f9 100644 --- a/src/IconNfcOutlinedFilled.tsx +++ b/src/IconNfcOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNfcOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNfcRounded.tsx b/src/IconNfcRounded.tsx index 326102663..277d6e1dc 100644 --- a/src/IconNfcRounded.tsx +++ b/src/IconNfcRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNfcRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNfcRoundedFilled.tsx b/src/IconNfcRoundedFilled.tsx index 6569d0db0..5683b5ee0 100644 --- a/src/IconNfcRoundedFilled.tsx +++ b/src/IconNfcRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNfcRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNfcSharp.tsx b/src/IconNfcSharp.tsx index c1fd78639..b93af4624 100644 --- a/src/IconNfcSharp.tsx +++ b/src/IconNfcSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNfcSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNfcSharpFilled.tsx b/src/IconNfcSharpFilled.tsx index b24d33829..d60f25900 100644 --- a/src/IconNfcSharpFilled.tsx +++ b/src/IconNfcSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNfcSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNightShelterOutlined.tsx b/src/IconNightShelterOutlined.tsx index d4524b5d5..b1e04ca75 100644 --- a/src/IconNightShelterOutlined.tsx +++ b/src/IconNightShelterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightShelterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNightShelterOutlinedFilled.tsx b/src/IconNightShelterOutlinedFilled.tsx index b08a241ad..fee88a9ac 100644 --- a/src/IconNightShelterOutlinedFilled.tsx +++ b/src/IconNightShelterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightShelterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNightShelterRounded.tsx b/src/IconNightShelterRounded.tsx index d611fa407..9f9852b63 100644 --- a/src/IconNightShelterRounded.tsx +++ b/src/IconNightShelterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightShelterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNightShelterRoundedFilled.tsx b/src/IconNightShelterRoundedFilled.tsx index b99dbc203..f1b8ca772 100644 --- a/src/IconNightShelterRoundedFilled.tsx +++ b/src/IconNightShelterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightShelterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNightShelterSharp.tsx b/src/IconNightShelterSharp.tsx index d4d71c5fb..1c1bc5b96 100644 --- a/src/IconNightShelterSharp.tsx +++ b/src/IconNightShelterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightShelterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNightShelterSharpFilled.tsx b/src/IconNightShelterSharpFilled.tsx index 83383e1a6..7bfbe9977 100644 --- a/src/IconNightShelterSharpFilled.tsx +++ b/src/IconNightShelterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightShelterSharpFilled: React.FC = ({ ...props diff --git a/src/IconNightSightAutoOffOutlined.tsx b/src/IconNightSightAutoOffOutlined.tsx index 06eac5e97..545ad7384 100644 --- a/src/IconNightSightAutoOffOutlined.tsx +++ b/src/IconNightSightAutoOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoOffOutlined: React.FC = ({ ...props diff --git a/src/IconNightSightAutoOffOutlinedFilled.tsx b/src/IconNightSightAutoOffOutlinedFilled.tsx index 114289f0e..f4c12cffc 100644 --- a/src/IconNightSightAutoOffOutlinedFilled.tsx +++ b/src/IconNightSightAutoOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNightSightAutoOffRounded.tsx b/src/IconNightSightAutoOffRounded.tsx index afdc53042..cd0b565bb 100644 --- a/src/IconNightSightAutoOffRounded.tsx +++ b/src/IconNightSightAutoOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoOffRounded: React.FC = ({ ...props diff --git a/src/IconNightSightAutoOffRoundedFilled.tsx b/src/IconNightSightAutoOffRoundedFilled.tsx index a55bf7e92..e68fe664c 100644 --- a/src/IconNightSightAutoOffRoundedFilled.tsx +++ b/src/IconNightSightAutoOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNightSightAutoOffSharp.tsx b/src/IconNightSightAutoOffSharp.tsx index 1237f695e..a8bda3b59 100644 --- a/src/IconNightSightAutoOffSharp.tsx +++ b/src/IconNightSightAutoOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoOffSharp: React.FC = ({ ...props diff --git a/src/IconNightSightAutoOffSharpFilled.tsx b/src/IconNightSightAutoOffSharpFilled.tsx index 25757502a..728d90d97 100644 --- a/src/IconNightSightAutoOffSharpFilled.tsx +++ b/src/IconNightSightAutoOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconNightSightAutoOutlined.tsx b/src/IconNightSightAutoOutlined.tsx index 0d17b3da3..f18236842 100644 --- a/src/IconNightSightAutoOutlined.tsx +++ b/src/IconNightSightAutoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoOutlined: React.FC = ({ ...props diff --git a/src/IconNightSightAutoOutlinedFilled.tsx b/src/IconNightSightAutoOutlinedFilled.tsx index ddf0cc51c..31d7a0218 100644 --- a/src/IconNightSightAutoOutlinedFilled.tsx +++ b/src/IconNightSightAutoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNightSightAutoRounded.tsx b/src/IconNightSightAutoRounded.tsx index 086f1b55a..481c15906 100644 --- a/src/IconNightSightAutoRounded.tsx +++ b/src/IconNightSightAutoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoRounded: React.FC = ({ ...props diff --git a/src/IconNightSightAutoRoundedFilled.tsx b/src/IconNightSightAutoRoundedFilled.tsx index 74c8104e5..589fe05d8 100644 --- a/src/IconNightSightAutoRoundedFilled.tsx +++ b/src/IconNightSightAutoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNightSightAutoSharp.tsx b/src/IconNightSightAutoSharp.tsx index 7ec4722d6..faf6dee02 100644 --- a/src/IconNightSightAutoSharp.tsx +++ b/src/IconNightSightAutoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNightSightAutoSharpFilled.tsx b/src/IconNightSightAutoSharpFilled.tsx index 8bcca3042..11535cb3a 100644 --- a/src/IconNightSightAutoSharpFilled.tsx +++ b/src/IconNightSightAutoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightAutoSharpFilled: React.FC = ({ ...props diff --git a/src/IconNightSightMaxOutlined.tsx b/src/IconNightSightMaxOutlined.tsx index d2325088c..85f55e917 100644 --- a/src/IconNightSightMaxOutlined.tsx +++ b/src/IconNightSightMaxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightMaxOutlined: React.FC = ({ ...props diff --git a/src/IconNightSightMaxOutlinedFilled.tsx b/src/IconNightSightMaxOutlinedFilled.tsx index 7804fbabd..6f911ddae 100644 --- a/src/IconNightSightMaxOutlinedFilled.tsx +++ b/src/IconNightSightMaxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightMaxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNightSightMaxRounded.tsx b/src/IconNightSightMaxRounded.tsx index 7792a65ee..70f71c21f 100644 --- a/src/IconNightSightMaxRounded.tsx +++ b/src/IconNightSightMaxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightMaxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNightSightMaxRoundedFilled.tsx b/src/IconNightSightMaxRoundedFilled.tsx index ba8d60fc6..f5b42b3ab 100644 --- a/src/IconNightSightMaxRoundedFilled.tsx +++ b/src/IconNightSightMaxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightMaxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNightSightMaxSharp.tsx b/src/IconNightSightMaxSharp.tsx index 3a96a4f6d..c34d616e8 100644 --- a/src/IconNightSightMaxSharp.tsx +++ b/src/IconNightSightMaxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightMaxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNightSightMaxSharpFilled.tsx b/src/IconNightSightMaxSharpFilled.tsx index a777323ef..99608d9e8 100644 --- a/src/IconNightSightMaxSharpFilled.tsx +++ b/src/IconNightSightMaxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightSightMaxSharpFilled: React.FC = ({ ...props diff --git a/src/IconNightlifeOutlined.tsx b/src/IconNightlifeOutlined.tsx index 3325c16e5..2efd11be3 100644 --- a/src/IconNightlifeOutlined.tsx +++ b/src/IconNightlifeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlifeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNightlifeOutlinedFilled.tsx b/src/IconNightlifeOutlinedFilled.tsx index f11904741..16508e778 100644 --- a/src/IconNightlifeOutlinedFilled.tsx +++ b/src/IconNightlifeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlifeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNightlifeRounded.tsx b/src/IconNightlifeRounded.tsx index 773bd591f..3263163ed 100644 --- a/src/IconNightlifeRounded.tsx +++ b/src/IconNightlifeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlifeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNightlifeRoundedFilled.tsx b/src/IconNightlifeRoundedFilled.tsx index 218c24ad4..8275040ec 100644 --- a/src/IconNightlifeRoundedFilled.tsx +++ b/src/IconNightlifeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlifeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNightlifeSharp.tsx b/src/IconNightlifeSharp.tsx index ddaaf3250..bc55d3e79 100644 --- a/src/IconNightlifeSharp.tsx +++ b/src/IconNightlifeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlifeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNightlifeSharpFilled.tsx b/src/IconNightlifeSharpFilled.tsx index 6db3b323a..8302aaefc 100644 --- a/src/IconNightlifeSharpFilled.tsx +++ b/src/IconNightlifeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlifeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNightlightOutlined.tsx b/src/IconNightlightOutlined.tsx index c7c8994b4..29c3bb0dc 100644 --- a/src/IconNightlightOutlined.tsx +++ b/src/IconNightlightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNightlightOutlinedFilled.tsx b/src/IconNightlightOutlinedFilled.tsx index 90f85533c..ab412ad03 100644 --- a/src/IconNightlightOutlinedFilled.tsx +++ b/src/IconNightlightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNightlightRounded.tsx b/src/IconNightlightRounded.tsx index 44612e10d..034781320 100644 --- a/src/IconNightlightRounded.tsx +++ b/src/IconNightlightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNightlightRoundedFilled.tsx b/src/IconNightlightRoundedFilled.tsx index 79c4ece61..89967a430 100644 --- a/src/IconNightlightRoundedFilled.tsx +++ b/src/IconNightlightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNightlightSharp.tsx b/src/IconNightlightSharp.tsx index 5c38b4a99..8b73ff44d 100644 --- a/src/IconNightlightSharp.tsx +++ b/src/IconNightlightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNightlightSharpFilled.tsx b/src/IconNightlightSharpFilled.tsx index f82f91014..31120b9c2 100644 --- a/src/IconNightlightSharpFilled.tsx +++ b/src/IconNightlightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightlightSharpFilled: React.FC = ({ ...props diff --git a/src/IconNightsStayOutlined.tsx b/src/IconNightsStayOutlined.tsx index 824a48427..9b8224725 100644 --- a/src/IconNightsStayOutlined.tsx +++ b/src/IconNightsStayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightsStayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNightsStayOutlinedFilled.tsx b/src/IconNightsStayOutlinedFilled.tsx index fcf541312..ba19e2419 100644 --- a/src/IconNightsStayOutlinedFilled.tsx +++ b/src/IconNightsStayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightsStayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNightsStayRounded.tsx b/src/IconNightsStayRounded.tsx index 9a0841f69..590e1f690 100644 --- a/src/IconNightsStayRounded.tsx +++ b/src/IconNightsStayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightsStayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNightsStayRoundedFilled.tsx b/src/IconNightsStayRoundedFilled.tsx index ce4c7b739..a7c2885e7 100644 --- a/src/IconNightsStayRoundedFilled.tsx +++ b/src/IconNightsStayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightsStayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNightsStaySharp.tsx b/src/IconNightsStaySharp.tsx index f4e7cfd62..45b85f69a 100644 --- a/src/IconNightsStaySharp.tsx +++ b/src/IconNightsStaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightsStaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNightsStaySharpFilled.tsx b/src/IconNightsStaySharpFilled.tsx index a07637e4f..6315f1f8b 100644 --- a/src/IconNightsStaySharpFilled.tsx +++ b/src/IconNightsStaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNightsStaySharpFilled: React.FC = ({ ...props diff --git a/src/IconNoAccountsOutlined.tsx b/src/IconNoAccountsOutlined.tsx index e867a56d2..185d5f7b5 100644 --- a/src/IconNoAccountsOutlined.tsx +++ b/src/IconNoAccountsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAccountsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoAccountsOutlinedFilled.tsx b/src/IconNoAccountsOutlinedFilled.tsx index 4fb8fc9a2..a0773ae6e 100644 --- a/src/IconNoAccountsOutlinedFilled.tsx +++ b/src/IconNoAccountsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAccountsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoAccountsRounded.tsx b/src/IconNoAccountsRounded.tsx index 9ae7a8667..bc2041c9b 100644 --- a/src/IconNoAccountsRounded.tsx +++ b/src/IconNoAccountsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAccountsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoAccountsRoundedFilled.tsx b/src/IconNoAccountsRoundedFilled.tsx index bf9381540..17f0ad789 100644 --- a/src/IconNoAccountsRoundedFilled.tsx +++ b/src/IconNoAccountsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAccountsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoAccountsSharp.tsx b/src/IconNoAccountsSharp.tsx index e06f6bd00..97fdd2c7a 100644 --- a/src/IconNoAccountsSharp.tsx +++ b/src/IconNoAccountsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAccountsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoAccountsSharpFilled.tsx b/src/IconNoAccountsSharpFilled.tsx index 1a79945e0..d888672b6 100644 --- a/src/IconNoAccountsSharpFilled.tsx +++ b/src/IconNoAccountsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAccountsSharpFilled: React.FC = ({ ...props diff --git a/src/IconNoAdultContentOutlined.tsx b/src/IconNoAdultContentOutlined.tsx index 34db8f48c..722fc3b9f 100644 --- a/src/IconNoAdultContentOutlined.tsx +++ b/src/IconNoAdultContentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAdultContentOutlined: React.FC = ({ ...props diff --git a/src/IconNoAdultContentOutlinedFilled.tsx b/src/IconNoAdultContentOutlinedFilled.tsx index 9a3e632dd..903a709e3 100644 --- a/src/IconNoAdultContentOutlinedFilled.tsx +++ b/src/IconNoAdultContentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAdultContentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoAdultContentRounded.tsx b/src/IconNoAdultContentRounded.tsx index b3bc6782f..b12d15537 100644 --- a/src/IconNoAdultContentRounded.tsx +++ b/src/IconNoAdultContentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAdultContentRounded: React.FC = ({ ...props diff --git a/src/IconNoAdultContentRoundedFilled.tsx b/src/IconNoAdultContentRoundedFilled.tsx index 9e9bc1a4b..544901497 100644 --- a/src/IconNoAdultContentRoundedFilled.tsx +++ b/src/IconNoAdultContentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAdultContentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoAdultContentSharp.tsx b/src/IconNoAdultContentSharp.tsx index fdca69cae..bb01c9cd4 100644 --- a/src/IconNoAdultContentSharp.tsx +++ b/src/IconNoAdultContentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAdultContentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoAdultContentSharpFilled.tsx b/src/IconNoAdultContentSharpFilled.tsx index 4bc759a0c..dc58bb215 100644 --- a/src/IconNoAdultContentSharpFilled.tsx +++ b/src/IconNoAdultContentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoAdultContentSharpFilled: React.FC = ({ ...props diff --git a/src/IconNoBackpackOutlined.tsx b/src/IconNoBackpackOutlined.tsx index 922772f2b..261ca9ab9 100644 --- a/src/IconNoBackpackOutlined.tsx +++ b/src/IconNoBackpackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoBackpackOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoBackpackOutlinedFilled.tsx b/src/IconNoBackpackOutlinedFilled.tsx index 2d378f730..0f1876787 100644 --- a/src/IconNoBackpackOutlinedFilled.tsx +++ b/src/IconNoBackpackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoBackpackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoBackpackRounded.tsx b/src/IconNoBackpackRounded.tsx index 4b5164d1f..616942ce6 100644 --- a/src/IconNoBackpackRounded.tsx +++ b/src/IconNoBackpackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoBackpackRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoBackpackRoundedFilled.tsx b/src/IconNoBackpackRoundedFilled.tsx index c8817f583..27faac39d 100644 --- a/src/IconNoBackpackRoundedFilled.tsx +++ b/src/IconNoBackpackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoBackpackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoBackpackSharp.tsx b/src/IconNoBackpackSharp.tsx index 7d45112f1..04af36b54 100644 --- a/src/IconNoBackpackSharp.tsx +++ b/src/IconNoBackpackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoBackpackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoBackpackSharpFilled.tsx b/src/IconNoBackpackSharpFilled.tsx index d5c145e29..0d12885e9 100644 --- a/src/IconNoBackpackSharpFilled.tsx +++ b/src/IconNoBackpackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoBackpackSharpFilled: React.FC = ({ ...props diff --git a/src/IconNoCrashOutlined.tsx b/src/IconNoCrashOutlined.tsx index b43ab7c98..435566be4 100644 --- a/src/IconNoCrashOutlined.tsx +++ b/src/IconNoCrashOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoCrashOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoCrashOutlinedFilled.tsx b/src/IconNoCrashOutlinedFilled.tsx index b41b28917..644a0965a 100644 --- a/src/IconNoCrashOutlinedFilled.tsx +++ b/src/IconNoCrashOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoCrashOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoCrashRounded.tsx b/src/IconNoCrashRounded.tsx index 8d5d41b4e..a5f1ed91a 100644 --- a/src/IconNoCrashRounded.tsx +++ b/src/IconNoCrashRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoCrashRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoCrashRoundedFilled.tsx b/src/IconNoCrashRoundedFilled.tsx index 4c3f1d828..d94816c4a 100644 --- a/src/IconNoCrashRoundedFilled.tsx +++ b/src/IconNoCrashRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoCrashRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoCrashSharp.tsx b/src/IconNoCrashSharp.tsx index 8a52f6984..d5fdf8ab5 100644 --- a/src/IconNoCrashSharp.tsx +++ b/src/IconNoCrashSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoCrashSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoCrashSharpFilled.tsx b/src/IconNoCrashSharpFilled.tsx index 4153fdee1..e177f86c3 100644 --- a/src/IconNoCrashSharpFilled.tsx +++ b/src/IconNoCrashSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoCrashSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoDrinksOutlined.tsx b/src/IconNoDrinksOutlined.tsx index 0cad26c2d..324ff9253 100644 --- a/src/IconNoDrinksOutlined.tsx +++ b/src/IconNoDrinksOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoDrinksOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoDrinksOutlinedFilled.tsx b/src/IconNoDrinksOutlinedFilled.tsx index a9c6b5337..bb53d5012 100644 --- a/src/IconNoDrinksOutlinedFilled.tsx +++ b/src/IconNoDrinksOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoDrinksOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoDrinksRounded.tsx b/src/IconNoDrinksRounded.tsx index 4889d85ff..a49995563 100644 --- a/src/IconNoDrinksRounded.tsx +++ b/src/IconNoDrinksRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoDrinksRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoDrinksRoundedFilled.tsx b/src/IconNoDrinksRoundedFilled.tsx index 23df494e0..990fedc92 100644 --- a/src/IconNoDrinksRoundedFilled.tsx +++ b/src/IconNoDrinksRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoDrinksRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoDrinksSharp.tsx b/src/IconNoDrinksSharp.tsx index b4a2fc9a6..e6f55ae84 100644 --- a/src/IconNoDrinksSharp.tsx +++ b/src/IconNoDrinksSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoDrinksSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoDrinksSharpFilled.tsx b/src/IconNoDrinksSharpFilled.tsx index a462cb114..95726c1e9 100644 --- a/src/IconNoDrinksSharpFilled.tsx +++ b/src/IconNoDrinksSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoDrinksSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoEncryptionOutlined.tsx b/src/IconNoEncryptionOutlined.tsx index fa973f518..cdab50e3a 100644 --- a/src/IconNoEncryptionOutlined.tsx +++ b/src/IconNoEncryptionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoEncryptionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoEncryptionOutlinedFilled.tsx b/src/IconNoEncryptionOutlinedFilled.tsx index 74f860157..5a81e5edf 100644 --- a/src/IconNoEncryptionOutlinedFilled.tsx +++ b/src/IconNoEncryptionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoEncryptionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoEncryptionRounded.tsx b/src/IconNoEncryptionRounded.tsx index edb05e391..811a19b9c 100644 --- a/src/IconNoEncryptionRounded.tsx +++ b/src/IconNoEncryptionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoEncryptionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoEncryptionRoundedFilled.tsx b/src/IconNoEncryptionRoundedFilled.tsx index a046f83e0..9ba9095d1 100644 --- a/src/IconNoEncryptionRoundedFilled.tsx +++ b/src/IconNoEncryptionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoEncryptionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoEncryptionSharp.tsx b/src/IconNoEncryptionSharp.tsx index c9fd11c7c..2f7eb2721 100644 --- a/src/IconNoEncryptionSharp.tsx +++ b/src/IconNoEncryptionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoEncryptionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoEncryptionSharpFilled.tsx b/src/IconNoEncryptionSharpFilled.tsx index 77e952cce..8ebd503b5 100644 --- a/src/IconNoEncryptionSharpFilled.tsx +++ b/src/IconNoEncryptionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoEncryptionSharpFilled: React.FC = ({ ...props diff --git a/src/IconNoFlashOutlined.tsx b/src/IconNoFlashOutlined.tsx index be5391c0a..0941df065 100644 --- a/src/IconNoFlashOutlined.tsx +++ b/src/IconNoFlashOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFlashOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoFlashOutlinedFilled.tsx b/src/IconNoFlashOutlinedFilled.tsx index 9f164f138..55a771d52 100644 --- a/src/IconNoFlashOutlinedFilled.tsx +++ b/src/IconNoFlashOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFlashOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoFlashRounded.tsx b/src/IconNoFlashRounded.tsx index 2577b0939..d6c35f81e 100644 --- a/src/IconNoFlashRounded.tsx +++ b/src/IconNoFlashRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFlashRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoFlashRoundedFilled.tsx b/src/IconNoFlashRoundedFilled.tsx index 874b85347..0f5a45cf6 100644 --- a/src/IconNoFlashRoundedFilled.tsx +++ b/src/IconNoFlashRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFlashRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoFlashSharp.tsx b/src/IconNoFlashSharp.tsx index a8f31299f..abe0be648 100644 --- a/src/IconNoFlashSharp.tsx +++ b/src/IconNoFlashSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFlashSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoFlashSharpFilled.tsx b/src/IconNoFlashSharpFilled.tsx index 00f8df98f..556314d1c 100644 --- a/src/IconNoFlashSharpFilled.tsx +++ b/src/IconNoFlashSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFlashSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoFoodOutlined.tsx b/src/IconNoFoodOutlined.tsx index bb3e06db0..8bc0c311f 100644 --- a/src/IconNoFoodOutlined.tsx +++ b/src/IconNoFoodOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFoodOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoFoodOutlinedFilled.tsx b/src/IconNoFoodOutlinedFilled.tsx index dcc4ad4a7..e667343e8 100644 --- a/src/IconNoFoodOutlinedFilled.tsx +++ b/src/IconNoFoodOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFoodOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoFoodRounded.tsx b/src/IconNoFoodRounded.tsx index 62b8672d7..fa42e8a03 100644 --- a/src/IconNoFoodRounded.tsx +++ b/src/IconNoFoodRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFoodRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoFoodRoundedFilled.tsx b/src/IconNoFoodRoundedFilled.tsx index 80cc2117e..06b76efcc 100644 --- a/src/IconNoFoodRoundedFilled.tsx +++ b/src/IconNoFoodRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFoodRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoFoodSharp.tsx b/src/IconNoFoodSharp.tsx index 78d738e03..4db2fba60 100644 --- a/src/IconNoFoodSharp.tsx +++ b/src/IconNoFoodSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFoodSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoFoodSharpFilled.tsx b/src/IconNoFoodSharpFilled.tsx index 7801a564e..db4f1858b 100644 --- a/src/IconNoFoodSharpFilled.tsx +++ b/src/IconNoFoodSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoFoodSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoLuggageOutlined.tsx b/src/IconNoLuggageOutlined.tsx index 5d3ec45d1..8f13ef4f8 100644 --- a/src/IconNoLuggageOutlined.tsx +++ b/src/IconNoLuggageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoLuggageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoLuggageOutlinedFilled.tsx b/src/IconNoLuggageOutlinedFilled.tsx index b1404e2b4..ab2406ddb 100644 --- a/src/IconNoLuggageOutlinedFilled.tsx +++ b/src/IconNoLuggageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoLuggageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoLuggageRounded.tsx b/src/IconNoLuggageRounded.tsx index d82fd4aed..832c8520c 100644 --- a/src/IconNoLuggageRounded.tsx +++ b/src/IconNoLuggageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoLuggageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoLuggageRoundedFilled.tsx b/src/IconNoLuggageRoundedFilled.tsx index 2fd747a4f..23dd1fdc2 100644 --- a/src/IconNoLuggageRoundedFilled.tsx +++ b/src/IconNoLuggageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoLuggageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoLuggageSharp.tsx b/src/IconNoLuggageSharp.tsx index 0fb6506a0..cad753fc8 100644 --- a/src/IconNoLuggageSharp.tsx +++ b/src/IconNoLuggageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoLuggageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoLuggageSharpFilled.tsx b/src/IconNoLuggageSharpFilled.tsx index c02f04a35..1d52803b6 100644 --- a/src/IconNoLuggageSharpFilled.tsx +++ b/src/IconNoLuggageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoLuggageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoMealsOutlined.tsx b/src/IconNoMealsOutlined.tsx index 0e997fe36..8c457b1af 100644 --- a/src/IconNoMealsOutlined.tsx +++ b/src/IconNoMealsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMealsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoMealsOutlinedFilled.tsx b/src/IconNoMealsOutlinedFilled.tsx index 493e1e755..8ecc6ddcd 100644 --- a/src/IconNoMealsOutlinedFilled.tsx +++ b/src/IconNoMealsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMealsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoMealsRounded.tsx b/src/IconNoMealsRounded.tsx index 079c81887..77eb0b13e 100644 --- a/src/IconNoMealsRounded.tsx +++ b/src/IconNoMealsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMealsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoMealsRoundedFilled.tsx b/src/IconNoMealsRoundedFilled.tsx index e5c99d912..1a162243b 100644 --- a/src/IconNoMealsRoundedFilled.tsx +++ b/src/IconNoMealsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMealsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoMealsSharp.tsx b/src/IconNoMealsSharp.tsx index 63cb2b010..1d81255e3 100644 --- a/src/IconNoMealsSharp.tsx +++ b/src/IconNoMealsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMealsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoMealsSharpFilled.tsx b/src/IconNoMealsSharpFilled.tsx index 0de141239..f2924e300 100644 --- a/src/IconNoMealsSharpFilled.tsx +++ b/src/IconNoMealsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMealsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoMeetingRoomOutlined.tsx b/src/IconNoMeetingRoomOutlined.tsx index d0d800372..e16c459c7 100644 --- a/src/IconNoMeetingRoomOutlined.tsx +++ b/src/IconNoMeetingRoomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMeetingRoomOutlined: React.FC = ({ ...props diff --git a/src/IconNoMeetingRoomOutlinedFilled.tsx b/src/IconNoMeetingRoomOutlinedFilled.tsx index 879760f48..03388854f 100644 --- a/src/IconNoMeetingRoomOutlinedFilled.tsx +++ b/src/IconNoMeetingRoomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMeetingRoomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoMeetingRoomRounded.tsx b/src/IconNoMeetingRoomRounded.tsx index 20a581667..8a28c70c4 100644 --- a/src/IconNoMeetingRoomRounded.tsx +++ b/src/IconNoMeetingRoomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMeetingRoomRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoMeetingRoomRoundedFilled.tsx b/src/IconNoMeetingRoomRoundedFilled.tsx index 171f6e232..b80d88adf 100644 --- a/src/IconNoMeetingRoomRoundedFilled.tsx +++ b/src/IconNoMeetingRoomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMeetingRoomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoMeetingRoomSharp.tsx b/src/IconNoMeetingRoomSharp.tsx index ce4ad8d33..c04e48ff2 100644 --- a/src/IconNoMeetingRoomSharp.tsx +++ b/src/IconNoMeetingRoomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMeetingRoomSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoMeetingRoomSharpFilled.tsx b/src/IconNoMeetingRoomSharpFilled.tsx index 08487d0fc..976de9371 100644 --- a/src/IconNoMeetingRoomSharpFilled.tsx +++ b/src/IconNoMeetingRoomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoMeetingRoomSharpFilled: React.FC = ({ ...props diff --git a/src/IconNoPhotographyOutlined.tsx b/src/IconNoPhotographyOutlined.tsx index 617441b7a..f8c387571 100644 --- a/src/IconNoPhotographyOutlined.tsx +++ b/src/IconNoPhotographyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoPhotographyOutlined: React.FC = ({ ...props diff --git a/src/IconNoPhotographyOutlinedFilled.tsx b/src/IconNoPhotographyOutlinedFilled.tsx index 779662dd4..0ab64264c 100644 --- a/src/IconNoPhotographyOutlinedFilled.tsx +++ b/src/IconNoPhotographyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoPhotographyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoPhotographyRounded.tsx b/src/IconNoPhotographyRounded.tsx index bae0c26b3..17326ba38 100644 --- a/src/IconNoPhotographyRounded.tsx +++ b/src/IconNoPhotographyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoPhotographyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoPhotographyRoundedFilled.tsx b/src/IconNoPhotographyRoundedFilled.tsx index 021000b49..e88c21a13 100644 --- a/src/IconNoPhotographyRoundedFilled.tsx +++ b/src/IconNoPhotographyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoPhotographyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoPhotographySharp.tsx b/src/IconNoPhotographySharp.tsx index cee32d96c..3d5df5498 100644 --- a/src/IconNoPhotographySharp.tsx +++ b/src/IconNoPhotographySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoPhotographySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoPhotographySharpFilled.tsx b/src/IconNoPhotographySharpFilled.tsx index 15a8bc3b5..3908547ca 100644 --- a/src/IconNoPhotographySharpFilled.tsx +++ b/src/IconNoPhotographySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoPhotographySharpFilled: React.FC = ({ ...props diff --git a/src/IconNoSimOutlined.tsx b/src/IconNoSimOutlined.tsx index dbba42e72..4e10b7ae2 100644 --- a/src/IconNoSimOutlined.tsx +++ b/src/IconNoSimOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSimOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoSimOutlinedFilled.tsx b/src/IconNoSimOutlinedFilled.tsx index 8b29ae123..3c09e8485 100644 --- a/src/IconNoSimOutlinedFilled.tsx +++ b/src/IconNoSimOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSimOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoSimRounded.tsx b/src/IconNoSimRounded.tsx index b66f670eb..7ae62a8cb 100644 --- a/src/IconNoSimRounded.tsx +++ b/src/IconNoSimRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSimRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoSimRoundedFilled.tsx b/src/IconNoSimRoundedFilled.tsx index a4b8d7d5a..43fabda63 100644 --- a/src/IconNoSimRoundedFilled.tsx +++ b/src/IconNoSimRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSimRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoSimSharp.tsx b/src/IconNoSimSharp.tsx index 956019386..0d4df9cf9 100644 --- a/src/IconNoSimSharp.tsx +++ b/src/IconNoSimSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSimSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoSimSharpFilled.tsx b/src/IconNoSimSharpFilled.tsx index 4e57e9a77..b3f042abc 100644 --- a/src/IconNoSimSharpFilled.tsx +++ b/src/IconNoSimSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSimSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoSoundOutlined.tsx b/src/IconNoSoundOutlined.tsx index fe11a1157..357e8f719 100644 --- a/src/IconNoSoundOutlined.tsx +++ b/src/IconNoSoundOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSoundOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoSoundOutlinedFilled.tsx b/src/IconNoSoundOutlinedFilled.tsx index 914d3a066..d06fd9da2 100644 --- a/src/IconNoSoundOutlinedFilled.tsx +++ b/src/IconNoSoundOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSoundOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoSoundRounded.tsx b/src/IconNoSoundRounded.tsx index b37d22298..db54bf12d 100644 --- a/src/IconNoSoundRounded.tsx +++ b/src/IconNoSoundRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSoundRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoSoundRoundedFilled.tsx b/src/IconNoSoundRoundedFilled.tsx index d975a2f6e..b39532e96 100644 --- a/src/IconNoSoundRoundedFilled.tsx +++ b/src/IconNoSoundRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSoundRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoSoundSharp.tsx b/src/IconNoSoundSharp.tsx index 28b4e3530..0c68dd4ed 100644 --- a/src/IconNoSoundSharp.tsx +++ b/src/IconNoSoundSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSoundSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoSoundSharpFilled.tsx b/src/IconNoSoundSharpFilled.tsx index 0fe989f32..c734e0cab 100644 --- a/src/IconNoSoundSharpFilled.tsx +++ b/src/IconNoSoundSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoSoundSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoStrollerOutlined.tsx b/src/IconNoStrollerOutlined.tsx index e263598f1..5ae96696b 100644 --- a/src/IconNoStrollerOutlined.tsx +++ b/src/IconNoStrollerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoStrollerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoStrollerOutlinedFilled.tsx b/src/IconNoStrollerOutlinedFilled.tsx index c7d51cc8a..313228df5 100644 --- a/src/IconNoStrollerOutlinedFilled.tsx +++ b/src/IconNoStrollerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoStrollerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoStrollerRounded.tsx b/src/IconNoStrollerRounded.tsx index 40746f069..a96682f8b 100644 --- a/src/IconNoStrollerRounded.tsx +++ b/src/IconNoStrollerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoStrollerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoStrollerRoundedFilled.tsx b/src/IconNoStrollerRoundedFilled.tsx index d37d9af62..a7dc4141d 100644 --- a/src/IconNoStrollerRoundedFilled.tsx +++ b/src/IconNoStrollerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoStrollerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoStrollerSharp.tsx b/src/IconNoStrollerSharp.tsx index b2cdc6617..b9c0590c0 100644 --- a/src/IconNoStrollerSharp.tsx +++ b/src/IconNoStrollerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoStrollerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoStrollerSharpFilled.tsx b/src/IconNoStrollerSharpFilled.tsx index ce69f9974..cc87bc4e9 100644 --- a/src/IconNoStrollerSharpFilled.tsx +++ b/src/IconNoStrollerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoStrollerSharpFilled: React.FC = ({ ...props diff --git a/src/IconNoTransferOutlined.tsx b/src/IconNoTransferOutlined.tsx index f4ee858a5..01636ae1c 100644 --- a/src/IconNoTransferOutlined.tsx +++ b/src/IconNoTransferOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoTransferOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoTransferOutlinedFilled.tsx b/src/IconNoTransferOutlinedFilled.tsx index ba59a654b..2ac8b1337 100644 --- a/src/IconNoTransferOutlinedFilled.tsx +++ b/src/IconNoTransferOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoTransferOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoTransferRounded.tsx b/src/IconNoTransferRounded.tsx index b9d547bfe..57d7be571 100644 --- a/src/IconNoTransferRounded.tsx +++ b/src/IconNoTransferRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoTransferRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoTransferRoundedFilled.tsx b/src/IconNoTransferRoundedFilled.tsx index 20678709c..041de375d 100644 --- a/src/IconNoTransferRoundedFilled.tsx +++ b/src/IconNoTransferRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoTransferRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoTransferSharp.tsx b/src/IconNoTransferSharp.tsx index 5c67d1595..a43adca11 100644 --- a/src/IconNoTransferSharp.tsx +++ b/src/IconNoTransferSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoTransferSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoTransferSharpFilled.tsx b/src/IconNoTransferSharpFilled.tsx index 3f79fa886..6c4701233 100644 --- a/src/IconNoTransferSharpFilled.tsx +++ b/src/IconNoTransferSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoTransferSharpFilled: React.FC = ({ ...props diff --git a/src/IconNoiseAwareOutlined.tsx b/src/IconNoiseAwareOutlined.tsx index 48f16df78..e3437c339 100644 --- a/src/IconNoiseAwareOutlined.tsx +++ b/src/IconNoiseAwareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseAwareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoiseAwareOutlinedFilled.tsx b/src/IconNoiseAwareOutlinedFilled.tsx index d683d448f..36cc83f64 100644 --- a/src/IconNoiseAwareOutlinedFilled.tsx +++ b/src/IconNoiseAwareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseAwareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoiseAwareRounded.tsx b/src/IconNoiseAwareRounded.tsx index b3766d817..61613ec30 100644 --- a/src/IconNoiseAwareRounded.tsx +++ b/src/IconNoiseAwareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseAwareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoiseAwareRoundedFilled.tsx b/src/IconNoiseAwareRoundedFilled.tsx index 851484bc6..7c854dd68 100644 --- a/src/IconNoiseAwareRoundedFilled.tsx +++ b/src/IconNoiseAwareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseAwareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoiseAwareSharp.tsx b/src/IconNoiseAwareSharp.tsx index 8ad0864ef..6c63171e3 100644 --- a/src/IconNoiseAwareSharp.tsx +++ b/src/IconNoiseAwareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseAwareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoiseAwareSharpFilled.tsx b/src/IconNoiseAwareSharpFilled.tsx index 7fc39e98d..44f930f96 100644 --- a/src/IconNoiseAwareSharpFilled.tsx +++ b/src/IconNoiseAwareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseAwareSharpFilled: React.FC = ({ ...props diff --git a/src/IconNoiseControlOffOutlined.tsx b/src/IconNoiseControlOffOutlined.tsx index 707733f93..5f9c49ac6 100644 --- a/src/IconNoiseControlOffOutlined.tsx +++ b/src/IconNoiseControlOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOffOutlined: React.FC = ({ ...props diff --git a/src/IconNoiseControlOffOutlinedFilled.tsx b/src/IconNoiseControlOffOutlinedFilled.tsx index 533f17ea8..d8f8d9ea1 100644 --- a/src/IconNoiseControlOffOutlinedFilled.tsx +++ b/src/IconNoiseControlOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoiseControlOffRounded.tsx b/src/IconNoiseControlOffRounded.tsx index 43ff1783b..8987f7791 100644 --- a/src/IconNoiseControlOffRounded.tsx +++ b/src/IconNoiseControlOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOffRounded: React.FC = ({ ...props diff --git a/src/IconNoiseControlOffRoundedFilled.tsx b/src/IconNoiseControlOffRoundedFilled.tsx index 8461765cb..0811f5aed 100644 --- a/src/IconNoiseControlOffRoundedFilled.tsx +++ b/src/IconNoiseControlOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoiseControlOffSharp.tsx b/src/IconNoiseControlOffSharp.tsx index 6ec9127f0..014210501 100644 --- a/src/IconNoiseControlOffSharp.tsx +++ b/src/IconNoiseControlOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoiseControlOffSharpFilled.tsx b/src/IconNoiseControlOffSharpFilled.tsx index cb4fde42b..525cf9052 100644 --- a/src/IconNoiseControlOffSharpFilled.tsx +++ b/src/IconNoiseControlOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconNoiseControlOnOutlined.tsx b/src/IconNoiseControlOnOutlined.tsx index 53072d025..f5e2c2ac0 100644 --- a/src/IconNoiseControlOnOutlined.tsx +++ b/src/IconNoiseControlOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOnOutlined: React.FC = ({ ...props diff --git a/src/IconNoiseControlOnOutlinedFilled.tsx b/src/IconNoiseControlOnOutlinedFilled.tsx index bab7cacd9..aed814d20 100644 --- a/src/IconNoiseControlOnOutlinedFilled.tsx +++ b/src/IconNoiseControlOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoiseControlOnRounded.tsx b/src/IconNoiseControlOnRounded.tsx index 1a2176e92..ce3117160 100644 --- a/src/IconNoiseControlOnRounded.tsx +++ b/src/IconNoiseControlOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOnRounded: React.FC = ({ ...props diff --git a/src/IconNoiseControlOnRoundedFilled.tsx b/src/IconNoiseControlOnRoundedFilled.tsx index 516873a3e..e50f1201e 100644 --- a/src/IconNoiseControlOnRoundedFilled.tsx +++ b/src/IconNoiseControlOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoiseControlOnSharp.tsx b/src/IconNoiseControlOnSharp.tsx index 90363c363..26166b955 100644 --- a/src/IconNoiseControlOnSharp.tsx +++ b/src/IconNoiseControlOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoiseControlOnSharpFilled.tsx b/src/IconNoiseControlOnSharpFilled.tsx index f89b77074..9618d9c56 100644 --- a/src/IconNoiseControlOnSharpFilled.tsx +++ b/src/IconNoiseControlOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoiseControlOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconNordicWalkingOutlined.tsx b/src/IconNordicWalkingOutlined.tsx index 1cef9a067..79b2c45ed 100644 --- a/src/IconNordicWalkingOutlined.tsx +++ b/src/IconNordicWalkingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNordicWalkingOutlined: React.FC = ({ ...props diff --git a/src/IconNordicWalkingOutlinedFilled.tsx b/src/IconNordicWalkingOutlinedFilled.tsx index bcab5947c..b9b2f6418 100644 --- a/src/IconNordicWalkingOutlinedFilled.tsx +++ b/src/IconNordicWalkingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNordicWalkingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNordicWalkingRounded.tsx b/src/IconNordicWalkingRounded.tsx index bed8034e0..15ffca680 100644 --- a/src/IconNordicWalkingRounded.tsx +++ b/src/IconNordicWalkingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNordicWalkingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNordicWalkingRoundedFilled.tsx b/src/IconNordicWalkingRoundedFilled.tsx index 4fd6ab305..a412c7faf 100644 --- a/src/IconNordicWalkingRoundedFilled.tsx +++ b/src/IconNordicWalkingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNordicWalkingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNordicWalkingSharp.tsx b/src/IconNordicWalkingSharp.tsx index 0c51fe207..2ace702ab 100644 --- a/src/IconNordicWalkingSharp.tsx +++ b/src/IconNordicWalkingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNordicWalkingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNordicWalkingSharpFilled.tsx b/src/IconNordicWalkingSharpFilled.tsx index 09df22490..45e6874f4 100644 --- a/src/IconNordicWalkingSharpFilled.tsx +++ b/src/IconNordicWalkingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNordicWalkingSharpFilled: React.FC = ({ ...props diff --git a/src/IconNorthEastOutlined.tsx b/src/IconNorthEastOutlined.tsx index 42fda03b1..5cff6bf4d 100644 --- a/src/IconNorthEastOutlined.tsx +++ b/src/IconNorthEastOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthEastOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthEastOutlinedFilled.tsx b/src/IconNorthEastOutlinedFilled.tsx index a7a9004af..15dbc2833 100644 --- a/src/IconNorthEastOutlinedFilled.tsx +++ b/src/IconNorthEastOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthEastOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNorthEastRounded.tsx b/src/IconNorthEastRounded.tsx index 963efe6e8..b5aaba9e0 100644 --- a/src/IconNorthEastRounded.tsx +++ b/src/IconNorthEastRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthEastRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthEastRoundedFilled.tsx b/src/IconNorthEastRoundedFilled.tsx index 1387a6572..f186b657e 100644 --- a/src/IconNorthEastRoundedFilled.tsx +++ b/src/IconNorthEastRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthEastRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNorthEastSharp.tsx b/src/IconNorthEastSharp.tsx index 3bf613c77..2c7007682 100644 --- a/src/IconNorthEastSharp.tsx +++ b/src/IconNorthEastSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthEastSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthEastSharpFilled.tsx b/src/IconNorthEastSharpFilled.tsx index 33eb8aa2c..acd65a616 100644 --- a/src/IconNorthEastSharpFilled.tsx +++ b/src/IconNorthEastSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthEastSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthOutlined.tsx b/src/IconNorthOutlined.tsx index aeff6eb9c..b628986a5 100644 --- a/src/IconNorthOutlined.tsx +++ b/src/IconNorthOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthOutlinedFilled.tsx b/src/IconNorthOutlinedFilled.tsx index fb54b2ff5..abc768725 100644 --- a/src/IconNorthOutlinedFilled.tsx +++ b/src/IconNorthOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthRounded.tsx b/src/IconNorthRounded.tsx index 7f51cac43..d14e40d56 100644 --- a/src/IconNorthRounded.tsx +++ b/src/IconNorthRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthRoundedFilled.tsx b/src/IconNorthRoundedFilled.tsx index 251a640f2..98d4be445 100644 --- a/src/IconNorthRoundedFilled.tsx +++ b/src/IconNorthRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthSharp.tsx b/src/IconNorthSharp.tsx index 7f6764d45..c4ebd3f70 100644 --- a/src/IconNorthSharp.tsx +++ b/src/IconNorthSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthSharpFilled.tsx b/src/IconNorthSharpFilled.tsx index 681a97136..8cee49e92 100644 --- a/src/IconNorthSharpFilled.tsx +++ b/src/IconNorthSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthWestOutlined.tsx b/src/IconNorthWestOutlined.tsx index a1264f0d1..6ae459e82 100644 --- a/src/IconNorthWestOutlined.tsx +++ b/src/IconNorthWestOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthWestOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthWestOutlinedFilled.tsx b/src/IconNorthWestOutlinedFilled.tsx index bd7424ea7..7fe9cecc2 100644 --- a/src/IconNorthWestOutlinedFilled.tsx +++ b/src/IconNorthWestOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthWestOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNorthWestRounded.tsx b/src/IconNorthWestRounded.tsx index dc54edc8b..029f8ba4c 100644 --- a/src/IconNorthWestRounded.tsx +++ b/src/IconNorthWestRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthWestRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthWestRoundedFilled.tsx b/src/IconNorthWestRoundedFilled.tsx index 5ba091477..605dc3582 100644 --- a/src/IconNorthWestRoundedFilled.tsx +++ b/src/IconNorthWestRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthWestRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNorthWestSharp.tsx b/src/IconNorthWestSharp.tsx index 248e1c34b..19da9da52 100644 --- a/src/IconNorthWestSharp.tsx +++ b/src/IconNorthWestSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthWestSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNorthWestSharpFilled.tsx b/src/IconNorthWestSharpFilled.tsx index 6e30d1edc..57553617c 100644 --- a/src/IconNorthWestSharpFilled.tsx +++ b/src/IconNorthWestSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNorthWestSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNotAccessibleForwardOutlined.tsx b/src/IconNotAccessibleForwardOutlined.tsx index 9c4e0e4d6..fb81d33e8 100644 --- a/src/IconNotAccessibleForwardOutlined.tsx +++ b/src/IconNotAccessibleForwardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleForwardOutlined: React.FC = ({ ...props diff --git a/src/IconNotAccessibleForwardOutlinedFilled.tsx b/src/IconNotAccessibleForwardOutlinedFilled.tsx index 8fcacb4e1..cb0f33a59 100644 --- a/src/IconNotAccessibleForwardOutlinedFilled.tsx +++ b/src/IconNotAccessibleForwardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleForwardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotAccessibleForwardRounded.tsx b/src/IconNotAccessibleForwardRounded.tsx index 2d10da39f..34df345f6 100644 --- a/src/IconNotAccessibleForwardRounded.tsx +++ b/src/IconNotAccessibleForwardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleForwardRounded: React.FC = ({ ...props diff --git a/src/IconNotAccessibleForwardRoundedFilled.tsx b/src/IconNotAccessibleForwardRoundedFilled.tsx index bfd2d474c..febb4a910 100644 --- a/src/IconNotAccessibleForwardRoundedFilled.tsx +++ b/src/IconNotAccessibleForwardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleForwardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotAccessibleForwardSharp.tsx b/src/IconNotAccessibleForwardSharp.tsx index 7e1d23dd1..431305dd1 100644 --- a/src/IconNotAccessibleForwardSharp.tsx +++ b/src/IconNotAccessibleForwardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleForwardSharp: React.FC = ({ ...props diff --git a/src/IconNotAccessibleForwardSharpFilled.tsx b/src/IconNotAccessibleForwardSharpFilled.tsx index fb0d2a23b..2ed3296e2 100644 --- a/src/IconNotAccessibleForwardSharpFilled.tsx +++ b/src/IconNotAccessibleForwardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleForwardSharpFilled: React.FC = ({ ...props diff --git a/src/IconNotAccessibleOutlined.tsx b/src/IconNotAccessibleOutlined.tsx index c3e4395c6..1264cc407 100644 --- a/src/IconNotAccessibleOutlined.tsx +++ b/src/IconNotAccessibleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleOutlined: React.FC = ({ ...props diff --git a/src/IconNotAccessibleOutlinedFilled.tsx b/src/IconNotAccessibleOutlinedFilled.tsx index c54903ccf..7e870ff1e 100644 --- a/src/IconNotAccessibleOutlinedFilled.tsx +++ b/src/IconNotAccessibleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotAccessibleRounded.tsx b/src/IconNotAccessibleRounded.tsx index 37affe1aa..ea1ea410a 100644 --- a/src/IconNotAccessibleRounded.tsx +++ b/src/IconNotAccessibleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNotAccessibleRoundedFilled.tsx b/src/IconNotAccessibleRoundedFilled.tsx index bae742e9b..c2d83e8bc 100644 --- a/src/IconNotAccessibleRoundedFilled.tsx +++ b/src/IconNotAccessibleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotAccessibleSharp.tsx b/src/IconNotAccessibleSharp.tsx index 6a2d92406..405eb01f2 100644 --- a/src/IconNotAccessibleSharp.tsx +++ b/src/IconNotAccessibleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNotAccessibleSharpFilled.tsx b/src/IconNotAccessibleSharpFilled.tsx index f4caf0a82..4eff73a35 100644 --- a/src/IconNotAccessibleSharpFilled.tsx +++ b/src/IconNotAccessibleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotAccessibleSharpFilled: React.FC = ({ ...props diff --git a/src/IconNotListedLocationOutlined.tsx b/src/IconNotListedLocationOutlined.tsx index b4464c182..38ea21be0 100644 --- a/src/IconNotListedLocationOutlined.tsx +++ b/src/IconNotListedLocationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotListedLocationOutlined: React.FC = ({ ...props diff --git a/src/IconNotListedLocationOutlinedFilled.tsx b/src/IconNotListedLocationOutlinedFilled.tsx index e54d9310a..517d68367 100644 --- a/src/IconNotListedLocationOutlinedFilled.tsx +++ b/src/IconNotListedLocationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotListedLocationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotListedLocationRounded.tsx b/src/IconNotListedLocationRounded.tsx index 86e297e17..8fe222001 100644 --- a/src/IconNotListedLocationRounded.tsx +++ b/src/IconNotListedLocationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotListedLocationRounded: React.FC = ({ ...props diff --git a/src/IconNotListedLocationRoundedFilled.tsx b/src/IconNotListedLocationRoundedFilled.tsx index 7582a5578..ddc431d11 100644 --- a/src/IconNotListedLocationRoundedFilled.tsx +++ b/src/IconNotListedLocationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotListedLocationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotListedLocationSharp.tsx b/src/IconNotListedLocationSharp.tsx index d770557be..938c7519b 100644 --- a/src/IconNotListedLocationSharp.tsx +++ b/src/IconNotListedLocationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotListedLocationSharp: React.FC = ({ ...props diff --git a/src/IconNotListedLocationSharpFilled.tsx b/src/IconNotListedLocationSharpFilled.tsx index 20079b03e..ae499854e 100644 --- a/src/IconNotListedLocationSharpFilled.tsx +++ b/src/IconNotListedLocationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotListedLocationSharpFilled: React.FC = ({ ...props diff --git a/src/IconNotStartedOutlined.tsx b/src/IconNotStartedOutlined.tsx index c943b872a..0197788e7 100644 --- a/src/IconNotStartedOutlined.tsx +++ b/src/IconNotStartedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotStartedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNotStartedOutlinedFilled.tsx b/src/IconNotStartedOutlinedFilled.tsx index 61373df0c..f051f0f5d 100644 --- a/src/IconNotStartedOutlinedFilled.tsx +++ b/src/IconNotStartedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotStartedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotStartedRounded.tsx b/src/IconNotStartedRounded.tsx index 3c56bc407..5bca470b7 100644 --- a/src/IconNotStartedRounded.tsx +++ b/src/IconNotStartedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotStartedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNotStartedRoundedFilled.tsx b/src/IconNotStartedRoundedFilled.tsx index 5bd990ef1..7a1bbf6a3 100644 --- a/src/IconNotStartedRoundedFilled.tsx +++ b/src/IconNotStartedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotStartedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotStartedSharp.tsx b/src/IconNotStartedSharp.tsx index 4bb6096b4..9f189809f 100644 --- a/src/IconNotStartedSharp.tsx +++ b/src/IconNotStartedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotStartedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNotStartedSharpFilled.tsx b/src/IconNotStartedSharpFilled.tsx index c342c22a0..985f9221b 100644 --- a/src/IconNotStartedSharpFilled.tsx +++ b/src/IconNotStartedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotStartedSharpFilled: React.FC = ({ ...props diff --git a/src/IconNoteAddOutlined.tsx b/src/IconNoteAddOutlined.tsx index 0e38dbe7b..a003e6094 100644 --- a/src/IconNoteAddOutlined.tsx +++ b/src/IconNoteAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteAddOutlinedFilled.tsx b/src/IconNoteAddOutlinedFilled.tsx index 17438e4b7..670781e6f 100644 --- a/src/IconNoteAddOutlinedFilled.tsx +++ b/src/IconNoteAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoteAddRounded.tsx b/src/IconNoteAddRounded.tsx index 7075032da..d2c0f1a0d 100644 --- a/src/IconNoteAddRounded.tsx +++ b/src/IconNoteAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteAddRoundedFilled.tsx b/src/IconNoteAddRoundedFilled.tsx index 8f703faee..ed0e937f1 100644 --- a/src/IconNoteAddRoundedFilled.tsx +++ b/src/IconNoteAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAddRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteAddSharp.tsx b/src/IconNoteAddSharp.tsx index cb763cb67..db2c5548f 100644 --- a/src/IconNoteAddSharp.tsx +++ b/src/IconNoteAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteAddSharpFilled.tsx b/src/IconNoteAddSharpFilled.tsx index d69ca48a9..03e4f1737 100644 --- a/src/IconNoteAddSharpFilled.tsx +++ b/src/IconNoteAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteAltOutlined.tsx b/src/IconNoteAltOutlined.tsx index be471e9df..a07617dc5 100644 --- a/src/IconNoteAltOutlined.tsx +++ b/src/IconNoteAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteAltOutlinedFilled.tsx b/src/IconNoteAltOutlinedFilled.tsx index e592ba944..01ec7a23a 100644 --- a/src/IconNoteAltOutlinedFilled.tsx +++ b/src/IconNoteAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoteAltRounded.tsx b/src/IconNoteAltRounded.tsx index 4dd1c3824..dffc8d501 100644 --- a/src/IconNoteAltRounded.tsx +++ b/src/IconNoteAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteAltRoundedFilled.tsx b/src/IconNoteAltRoundedFilled.tsx index b55300c2b..79a5e2912 100644 --- a/src/IconNoteAltRoundedFilled.tsx +++ b/src/IconNoteAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAltRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteAltSharp.tsx b/src/IconNoteAltSharp.tsx index c14c182ba..b271e2dea 100644 --- a/src/IconNoteAltSharp.tsx +++ b/src/IconNoteAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteAltSharpFilled.tsx b/src/IconNoteAltSharpFilled.tsx index 54e42cc41..34e014377 100644 --- a/src/IconNoteAltSharpFilled.tsx +++ b/src/IconNoteAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteAltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteStackAddOutlined.tsx b/src/IconNoteStackAddOutlined.tsx index 85d10848a..459982c16 100644 --- a/src/IconNoteStackAddOutlined.tsx +++ b/src/IconNoteStackAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteStackAddOutlinedFilled.tsx b/src/IconNoteStackAddOutlinedFilled.tsx index c039cffb8..a81cb0948 100644 --- a/src/IconNoteStackAddOutlinedFilled.tsx +++ b/src/IconNoteStackAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoteStackAddRounded.tsx b/src/IconNoteStackAddRounded.tsx index 4fcfb5c4a..2ecba5c11 100644 --- a/src/IconNoteStackAddRounded.tsx +++ b/src/IconNoteStackAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteStackAddRoundedFilled.tsx b/src/IconNoteStackAddRoundedFilled.tsx index 05931078a..1053fa096 100644 --- a/src/IconNoteStackAddRoundedFilled.tsx +++ b/src/IconNoteStackAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoteStackAddSharp.tsx b/src/IconNoteStackAddSharp.tsx index 6477f860a..831d7f2b9 100644 --- a/src/IconNoteStackAddSharp.tsx +++ b/src/IconNoteStackAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteStackAddSharpFilled.tsx b/src/IconNoteStackAddSharpFilled.tsx index db60e8d1a..c7f7e62b8 100644 --- a/src/IconNoteStackAddSharpFilled.tsx +++ b/src/IconNoteStackAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconNoteStackOutlined.tsx b/src/IconNoteStackOutlined.tsx index c8b958298..94b12452e 100644 --- a/src/IconNoteStackOutlined.tsx +++ b/src/IconNoteStackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteStackOutlinedFilled.tsx b/src/IconNoteStackOutlinedFilled.tsx index f3b685519..1c2c95965 100644 --- a/src/IconNoteStackOutlinedFilled.tsx +++ b/src/IconNoteStackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNoteStackRounded.tsx b/src/IconNoteStackRounded.tsx index 55d14af0a..5aaa5a449 100644 --- a/src/IconNoteStackRounded.tsx +++ b/src/IconNoteStackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteStackRoundedFilled.tsx b/src/IconNoteStackRoundedFilled.tsx index f2247960c..8f481592a 100644 --- a/src/IconNoteStackRoundedFilled.tsx +++ b/src/IconNoteStackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNoteStackSharp.tsx b/src/IconNoteStackSharp.tsx index a9e7e34da..279c4f9a8 100644 --- a/src/IconNoteStackSharp.tsx +++ b/src/IconNoteStackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNoteStackSharpFilled.tsx b/src/IconNoteStackSharpFilled.tsx index 8c955e879..8818f4be4 100644 --- a/src/IconNoteStackSharpFilled.tsx +++ b/src/IconNoteStackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNoteStackSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNotesOutlined.tsx b/src/IconNotesOutlined.tsx index d27cd1697..1d061a67c 100644 --- a/src/IconNotesOutlined.tsx +++ b/src/IconNotesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNotesOutlinedFilled.tsx b/src/IconNotesOutlinedFilled.tsx index 7c1ba518b..a18bc9673 100644 --- a/src/IconNotesOutlinedFilled.tsx +++ b/src/IconNotesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotesOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNotesRounded.tsx b/src/IconNotesRounded.tsx index ac91270ba..02f2e30ed 100644 --- a/src/IconNotesRounded.tsx +++ b/src/IconNotesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNotesRoundedFilled.tsx b/src/IconNotesRoundedFilled.tsx index 9b5a69e22..00ced5afe 100644 --- a/src/IconNotesRoundedFilled.tsx +++ b/src/IconNotesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotesRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNotesSharp.tsx b/src/IconNotesSharp.tsx index 039c9cb07..74ba8f0d6 100644 --- a/src/IconNotesSharp.tsx +++ b/src/IconNotesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNotesSharpFilled.tsx b/src/IconNotesSharpFilled.tsx index da5d426ff..301b60dd9 100644 --- a/src/IconNotesSharpFilled.tsx +++ b/src/IconNotesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNotificationAddOutlined.tsx b/src/IconNotificationAddOutlined.tsx index cd2a380a2..1f452ac65 100644 --- a/src/IconNotificationAddOutlined.tsx +++ b/src/IconNotificationAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationAddOutlined: React.FC = ({ ...props diff --git a/src/IconNotificationAddOutlinedFilled.tsx b/src/IconNotificationAddOutlinedFilled.tsx index 90365ae98..d113f892a 100644 --- a/src/IconNotificationAddOutlinedFilled.tsx +++ b/src/IconNotificationAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationAddRounded.tsx b/src/IconNotificationAddRounded.tsx index 702903169..f9db71bc4 100644 --- a/src/IconNotificationAddRounded.tsx +++ b/src/IconNotificationAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationAddRounded: React.FC = ({ ...props diff --git a/src/IconNotificationAddRoundedFilled.tsx b/src/IconNotificationAddRoundedFilled.tsx index 65917cad1..e63f360ab 100644 --- a/src/IconNotificationAddRoundedFilled.tsx +++ b/src/IconNotificationAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationAddSharp.tsx b/src/IconNotificationAddSharp.tsx index b161b1ff2..1ef97d563 100644 --- a/src/IconNotificationAddSharp.tsx +++ b/src/IconNotificationAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNotificationAddSharpFilled.tsx b/src/IconNotificationAddSharpFilled.tsx index cc3ccf8c3..cc410997c 100644 --- a/src/IconNotificationAddSharpFilled.tsx +++ b/src/IconNotificationAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconNotificationImportantOutlined.tsx b/src/IconNotificationImportantOutlined.tsx index 05eaec630..5e0360e30 100644 --- a/src/IconNotificationImportantOutlined.tsx +++ b/src/IconNotificationImportantOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationImportantOutlined: React.FC = ({ ...props diff --git a/src/IconNotificationImportantOutlinedFilled.tsx b/src/IconNotificationImportantOutlinedFilled.tsx index a83765a98..e7b61f43d 100644 --- a/src/IconNotificationImportantOutlinedFilled.tsx +++ b/src/IconNotificationImportantOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationImportantOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationImportantRounded.tsx b/src/IconNotificationImportantRounded.tsx index 4cc0d7f5e..e25567507 100644 --- a/src/IconNotificationImportantRounded.tsx +++ b/src/IconNotificationImportantRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationImportantRounded: React.FC = ({ ...props diff --git a/src/IconNotificationImportantRoundedFilled.tsx b/src/IconNotificationImportantRoundedFilled.tsx index 5a7c0d946..180ef2005 100644 --- a/src/IconNotificationImportantRoundedFilled.tsx +++ b/src/IconNotificationImportantRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationImportantRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationImportantSharp.tsx b/src/IconNotificationImportantSharp.tsx index f7d5efcaa..e7355a063 100644 --- a/src/IconNotificationImportantSharp.tsx +++ b/src/IconNotificationImportantSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationImportantSharp: React.FC = ({ ...props diff --git a/src/IconNotificationImportantSharpFilled.tsx b/src/IconNotificationImportantSharpFilled.tsx index c6bc311a7..6f2a2ffc2 100644 --- a/src/IconNotificationImportantSharpFilled.tsx +++ b/src/IconNotificationImportantSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationImportantSharpFilled: React.FC = ({ ...props diff --git a/src/IconNotificationMultipleOutlined.tsx b/src/IconNotificationMultipleOutlined.tsx index 6270c66db..fed78e1b5 100644 --- a/src/IconNotificationMultipleOutlined.tsx +++ b/src/IconNotificationMultipleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationMultipleOutlined: React.FC = ({ ...props diff --git a/src/IconNotificationMultipleOutlinedFilled.tsx b/src/IconNotificationMultipleOutlinedFilled.tsx index 881eeda07..1a94b0d6a 100644 --- a/src/IconNotificationMultipleOutlinedFilled.tsx +++ b/src/IconNotificationMultipleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationMultipleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationMultipleRounded.tsx b/src/IconNotificationMultipleRounded.tsx index 9c8b37178..60c53adca 100644 --- a/src/IconNotificationMultipleRounded.tsx +++ b/src/IconNotificationMultipleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationMultipleRounded: React.FC = ({ ...props diff --git a/src/IconNotificationMultipleRoundedFilled.tsx b/src/IconNotificationMultipleRoundedFilled.tsx index f0de524ff..1952090c2 100644 --- a/src/IconNotificationMultipleRoundedFilled.tsx +++ b/src/IconNotificationMultipleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationMultipleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationMultipleSharp.tsx b/src/IconNotificationMultipleSharp.tsx index 0ddaa4911..077ec20f8 100644 --- a/src/IconNotificationMultipleSharp.tsx +++ b/src/IconNotificationMultipleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationMultipleSharp: React.FC = ({ ...props diff --git a/src/IconNotificationMultipleSharpFilled.tsx b/src/IconNotificationMultipleSharpFilled.tsx index a33700b5f..d1e8f6345 100644 --- a/src/IconNotificationMultipleSharpFilled.tsx +++ b/src/IconNotificationMultipleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationMultipleSharpFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsActiveOutlined.tsx b/src/IconNotificationsActiveOutlined.tsx index 60ce0ef76..62cf7602d 100644 --- a/src/IconNotificationsActiveOutlined.tsx +++ b/src/IconNotificationsActiveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsActiveOutlined: React.FC = ({ ...props diff --git a/src/IconNotificationsActiveOutlinedFilled.tsx b/src/IconNotificationsActiveOutlinedFilled.tsx index 1210d72b5..36a30a8be 100644 --- a/src/IconNotificationsActiveOutlinedFilled.tsx +++ b/src/IconNotificationsActiveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsActiveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsActiveRounded.tsx b/src/IconNotificationsActiveRounded.tsx index adc705ab7..caf7507e8 100644 --- a/src/IconNotificationsActiveRounded.tsx +++ b/src/IconNotificationsActiveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsActiveRounded: React.FC = ({ ...props diff --git a/src/IconNotificationsActiveRoundedFilled.tsx b/src/IconNotificationsActiveRoundedFilled.tsx index 11989cf29..46b62a46c 100644 --- a/src/IconNotificationsActiveRoundedFilled.tsx +++ b/src/IconNotificationsActiveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsActiveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsActiveSharp.tsx b/src/IconNotificationsActiveSharp.tsx index 1c4fa0af5..022ddd55e 100644 --- a/src/IconNotificationsActiveSharp.tsx +++ b/src/IconNotificationsActiveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsActiveSharp: React.FC = ({ ...props diff --git a/src/IconNotificationsActiveSharpFilled.tsx b/src/IconNotificationsActiveSharpFilled.tsx index 8d9cab202..c09a416ef 100644 --- a/src/IconNotificationsActiveSharpFilled.tsx +++ b/src/IconNotificationsActiveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsActiveSharpFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsOffOutlined.tsx b/src/IconNotificationsOffOutlined.tsx index 9c2ab37f9..ae5c94af5 100644 --- a/src/IconNotificationsOffOutlined.tsx +++ b/src/IconNotificationsOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsOffOutlined: React.FC = ({ ...props diff --git a/src/IconNotificationsOffOutlinedFilled.tsx b/src/IconNotificationsOffOutlinedFilled.tsx index d8558fb27..c6428bf72 100644 --- a/src/IconNotificationsOffOutlinedFilled.tsx +++ b/src/IconNotificationsOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsOffRounded.tsx b/src/IconNotificationsOffRounded.tsx index b5fd800d0..999d06348 100644 --- a/src/IconNotificationsOffRounded.tsx +++ b/src/IconNotificationsOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsOffRounded: React.FC = ({ ...props diff --git a/src/IconNotificationsOffRoundedFilled.tsx b/src/IconNotificationsOffRoundedFilled.tsx index 03e169cd5..15ff63d7c 100644 --- a/src/IconNotificationsOffRoundedFilled.tsx +++ b/src/IconNotificationsOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsOffSharp.tsx b/src/IconNotificationsOffSharp.tsx index aed8addb6..73edad77c 100644 --- a/src/IconNotificationsOffSharp.tsx +++ b/src/IconNotificationsOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsOffSharp: React.FC = ({ ...props diff --git a/src/IconNotificationsOffSharpFilled.tsx b/src/IconNotificationsOffSharpFilled.tsx index e1df1f6de..5a2a85454 100644 --- a/src/IconNotificationsOffSharpFilled.tsx +++ b/src/IconNotificationsOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsOutlined.tsx b/src/IconNotificationsOutlined.tsx index 42c6bddc2..51c7ed333 100644 --- a/src/IconNotificationsOutlined.tsx +++ b/src/IconNotificationsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsOutlined: React.FC = ({ ...props diff --git a/src/IconNotificationsOutlinedFilled.tsx b/src/IconNotificationsOutlinedFilled.tsx index 0eb601852..c95d388b7 100644 --- a/src/IconNotificationsOutlinedFilled.tsx +++ b/src/IconNotificationsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsPausedOutlined.tsx b/src/IconNotificationsPausedOutlined.tsx index 7439b6bf8..c3daf7329 100644 --- a/src/IconNotificationsPausedOutlined.tsx +++ b/src/IconNotificationsPausedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsPausedOutlined: React.FC = ({ ...props diff --git a/src/IconNotificationsPausedOutlinedFilled.tsx b/src/IconNotificationsPausedOutlinedFilled.tsx index 53211de0c..0bfc95f07 100644 --- a/src/IconNotificationsPausedOutlinedFilled.tsx +++ b/src/IconNotificationsPausedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsPausedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsPausedRounded.tsx b/src/IconNotificationsPausedRounded.tsx index 7f260ea77..6080ef0c3 100644 --- a/src/IconNotificationsPausedRounded.tsx +++ b/src/IconNotificationsPausedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsPausedRounded: React.FC = ({ ...props diff --git a/src/IconNotificationsPausedRoundedFilled.tsx b/src/IconNotificationsPausedRoundedFilled.tsx index 82c76cc66..8de4ca7b3 100644 --- a/src/IconNotificationsPausedRoundedFilled.tsx +++ b/src/IconNotificationsPausedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsPausedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsPausedSharp.tsx b/src/IconNotificationsPausedSharp.tsx index 55dc77141..1228f1e2b 100644 --- a/src/IconNotificationsPausedSharp.tsx +++ b/src/IconNotificationsPausedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsPausedSharp: React.FC = ({ ...props diff --git a/src/IconNotificationsPausedSharpFilled.tsx b/src/IconNotificationsPausedSharpFilled.tsx index c48199883..dc988010c 100644 --- a/src/IconNotificationsPausedSharpFilled.tsx +++ b/src/IconNotificationsPausedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsPausedSharpFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsRounded.tsx b/src/IconNotificationsRounded.tsx index 916743291..153e51e41 100644 --- a/src/IconNotificationsRounded.tsx +++ b/src/IconNotificationsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNotificationsRoundedFilled.tsx b/src/IconNotificationsRoundedFilled.tsx index 8144f846e..36f9e4355 100644 --- a/src/IconNotificationsRoundedFilled.tsx +++ b/src/IconNotificationsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsSharp.tsx b/src/IconNotificationsSharp.tsx index 3582054c0..5b2e81067 100644 --- a/src/IconNotificationsSharp.tsx +++ b/src/IconNotificationsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNotificationsSharpFilled.tsx b/src/IconNotificationsSharpFilled.tsx index bbc46a842..8f3c591df 100644 --- a/src/IconNotificationsSharpFilled.tsx +++ b/src/IconNotificationsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsSharpFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsUnreadOutlined.tsx b/src/IconNotificationsUnreadOutlined.tsx index 26111f123..1adec0ced 100644 --- a/src/IconNotificationsUnreadOutlined.tsx +++ b/src/IconNotificationsUnreadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsUnreadOutlined: React.FC = ({ ...props diff --git a/src/IconNotificationsUnreadOutlinedFilled.tsx b/src/IconNotificationsUnreadOutlinedFilled.tsx index 0f6a62fdb..f94bfca4e 100644 --- a/src/IconNotificationsUnreadOutlinedFilled.tsx +++ b/src/IconNotificationsUnreadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsUnreadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsUnreadRounded.tsx b/src/IconNotificationsUnreadRounded.tsx index a06d44d1a..36852e6fd 100644 --- a/src/IconNotificationsUnreadRounded.tsx +++ b/src/IconNotificationsUnreadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsUnreadRounded: React.FC = ({ ...props diff --git a/src/IconNotificationsUnreadRoundedFilled.tsx b/src/IconNotificationsUnreadRoundedFilled.tsx index b1a6dd977..100eb4fc4 100644 --- a/src/IconNotificationsUnreadRoundedFilled.tsx +++ b/src/IconNotificationsUnreadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsUnreadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNotificationsUnreadSharp.tsx b/src/IconNotificationsUnreadSharp.tsx index 8fd07eeb2..8c943e187 100644 --- a/src/IconNotificationsUnreadSharp.tsx +++ b/src/IconNotificationsUnreadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsUnreadSharp: React.FC = ({ ...props diff --git a/src/IconNotificationsUnreadSharpFilled.tsx b/src/IconNotificationsUnreadSharpFilled.tsx index 124528bf4..7587f8f1d 100644 --- a/src/IconNotificationsUnreadSharpFilled.tsx +++ b/src/IconNotificationsUnreadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNotificationsUnreadSharpFilled: React.FC = ({ ...props diff --git a/src/IconNumbersOutlined.tsx b/src/IconNumbersOutlined.tsx index dc645a8f3..9594f7839 100644 --- a/src/IconNumbersOutlined.tsx +++ b/src/IconNumbersOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNumbersOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNumbersOutlinedFilled.tsx b/src/IconNumbersOutlinedFilled.tsx index f7adbb7fd..12334fdde 100644 --- a/src/IconNumbersOutlinedFilled.tsx +++ b/src/IconNumbersOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNumbersOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNumbersRounded.tsx b/src/IconNumbersRounded.tsx index 315caa892..b3c8752e8 100644 --- a/src/IconNumbersRounded.tsx +++ b/src/IconNumbersRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNumbersRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNumbersRoundedFilled.tsx b/src/IconNumbersRoundedFilled.tsx index 829e2be39..a2c6630c0 100644 --- a/src/IconNumbersRoundedFilled.tsx +++ b/src/IconNumbersRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNumbersRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNumbersSharp.tsx b/src/IconNumbersSharp.tsx index 1e267aaad..6a22485b7 100644 --- a/src/IconNumbersSharp.tsx +++ b/src/IconNumbersSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNumbersSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNumbersSharpFilled.tsx b/src/IconNumbersSharpFilled.tsx index 3de3b3e80..14d046631 100644 --- a/src/IconNumbersSharpFilled.tsx +++ b/src/IconNumbersSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNumbersSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconNutritionOutlined.tsx b/src/IconNutritionOutlined.tsx index 4492c69fa..eb21478e0 100644 --- a/src/IconNutritionOutlined.tsx +++ b/src/IconNutritionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNutritionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconNutritionOutlinedFilled.tsx b/src/IconNutritionOutlinedFilled.tsx index d4706d0c9..ee89d309b 100644 --- a/src/IconNutritionOutlinedFilled.tsx +++ b/src/IconNutritionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNutritionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconNutritionRounded.tsx b/src/IconNutritionRounded.tsx index a9606552e..415e63836 100644 --- a/src/IconNutritionRounded.tsx +++ b/src/IconNutritionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNutritionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconNutritionRoundedFilled.tsx b/src/IconNutritionRoundedFilled.tsx index 2bbbe7615..af8a91cfa 100644 --- a/src/IconNutritionRoundedFilled.tsx +++ b/src/IconNutritionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNutritionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconNutritionSharp.tsx b/src/IconNutritionSharp.tsx index d7e889c8c..54555a74c 100644 --- a/src/IconNutritionSharp.tsx +++ b/src/IconNutritionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNutritionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconNutritionSharpFilled.tsx b/src/IconNutritionSharpFilled.tsx index 1af3d9a6b..76c5520c8 100644 --- a/src/IconNutritionSharpFilled.tsx +++ b/src/IconNutritionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconNutritionSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOdsOutlined.tsx b/src/IconOdsOutlined.tsx index 2b07a883e..6b6d118ab 100644 --- a/src/IconOdsOutlined.tsx +++ b/src/IconOdsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOdsOutlinedFilled.tsx b/src/IconOdsOutlinedFilled.tsx index 2a4ab532d..11ad577cb 100644 --- a/src/IconOdsOutlinedFilled.tsx +++ b/src/IconOdsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOdsRounded.tsx b/src/IconOdsRounded.tsx index d3ac8ca51..2ee005bbc 100644 --- a/src/IconOdsRounded.tsx +++ b/src/IconOdsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOdsRoundedFilled.tsx b/src/IconOdsRoundedFilled.tsx index e7f8f4cd0..61e81367d 100644 --- a/src/IconOdsRoundedFilled.tsx +++ b/src/IconOdsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOdsSharp.tsx b/src/IconOdsSharp.tsx index f7bd91aef..2776f7d85 100644 --- a/src/IconOdsSharp.tsx +++ b/src/IconOdsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOdsSharpFilled.tsx b/src/IconOdsSharpFilled.tsx index ff2d582a0..1f32c977b 100644 --- a/src/IconOdsSharpFilled.tsx +++ b/src/IconOdsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOdtOutlined.tsx b/src/IconOdtOutlined.tsx index 2e5d52b56..a9b500351 100644 --- a/src/IconOdtOutlined.tsx +++ b/src/IconOdtOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdtOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOdtOutlinedFilled.tsx b/src/IconOdtOutlinedFilled.tsx index 48c54a100..8276ce6c3 100644 --- a/src/IconOdtOutlinedFilled.tsx +++ b/src/IconOdtOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdtOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOdtRounded.tsx b/src/IconOdtRounded.tsx index be9c3b0b9..a801b3a06 100644 --- a/src/IconOdtRounded.tsx +++ b/src/IconOdtRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdtRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOdtRoundedFilled.tsx b/src/IconOdtRoundedFilled.tsx index 6807d2ede..434a76bba 100644 --- a/src/IconOdtRoundedFilled.tsx +++ b/src/IconOdtRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdtRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOdtSharp.tsx b/src/IconOdtSharp.tsx index 74959dd6e..909b8f4f5 100644 --- a/src/IconOdtSharp.tsx +++ b/src/IconOdtSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdtSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOdtSharpFilled.tsx b/src/IconOdtSharpFilled.tsx index cd3e35e39..7f1924745 100644 --- a/src/IconOdtSharpFilled.tsx +++ b/src/IconOdtSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOdtSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflineBoltOutlined.tsx b/src/IconOfflineBoltOutlined.tsx index 0e943657f..655acf196 100644 --- a/src/IconOfflineBoltOutlined.tsx +++ b/src/IconOfflineBoltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineBoltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflineBoltOutlinedFilled.tsx b/src/IconOfflineBoltOutlinedFilled.tsx index 1b24b98fa..a24f69977 100644 --- a/src/IconOfflineBoltOutlinedFilled.tsx +++ b/src/IconOfflineBoltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineBoltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOfflineBoltRounded.tsx b/src/IconOfflineBoltRounded.tsx index 8a981f2cd..2e0707773 100644 --- a/src/IconOfflineBoltRounded.tsx +++ b/src/IconOfflineBoltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineBoltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflineBoltRoundedFilled.tsx b/src/IconOfflineBoltRoundedFilled.tsx index 773d33aaf..2cec29daa 100644 --- a/src/IconOfflineBoltRoundedFilled.tsx +++ b/src/IconOfflineBoltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineBoltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOfflineBoltSharp.tsx b/src/IconOfflineBoltSharp.tsx index 111db6c32..021119f97 100644 --- a/src/IconOfflineBoltSharp.tsx +++ b/src/IconOfflineBoltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineBoltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflineBoltSharpFilled.tsx b/src/IconOfflineBoltSharpFilled.tsx index 1709b24a7..cbdfedaf3 100644 --- a/src/IconOfflineBoltSharpFilled.tsx +++ b/src/IconOfflineBoltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineBoltSharpFilled: React.FC = ({ ...props diff --git a/src/IconOfflinePinOffOutlined.tsx b/src/IconOfflinePinOffOutlined.tsx index 57b1d1dfe..b7f2a2f64 100644 --- a/src/IconOfflinePinOffOutlined.tsx +++ b/src/IconOfflinePinOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinOffOutlined: React.FC = ({ ...props diff --git a/src/IconOfflinePinOffOutlinedFilled.tsx b/src/IconOfflinePinOffOutlinedFilled.tsx index 1fa7a14a8..cb7cee5da 100644 --- a/src/IconOfflinePinOffOutlinedFilled.tsx +++ b/src/IconOfflinePinOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOfflinePinOffRounded.tsx b/src/IconOfflinePinOffRounded.tsx index 45c4cd15a..e9d08a222 100644 --- a/src/IconOfflinePinOffRounded.tsx +++ b/src/IconOfflinePinOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflinePinOffRoundedFilled.tsx b/src/IconOfflinePinOffRoundedFilled.tsx index eaae67785..2c2b141c0 100644 --- a/src/IconOfflinePinOffRoundedFilled.tsx +++ b/src/IconOfflinePinOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOfflinePinOffSharp.tsx b/src/IconOfflinePinOffSharp.tsx index deb75ef6f..39c9e8fc9 100644 --- a/src/IconOfflinePinOffSharp.tsx +++ b/src/IconOfflinePinOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflinePinOffSharpFilled.tsx b/src/IconOfflinePinOffSharpFilled.tsx index 0913092a4..1d0318cc9 100644 --- a/src/IconOfflinePinOffSharpFilled.tsx +++ b/src/IconOfflinePinOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconOfflinePinOutlined.tsx b/src/IconOfflinePinOutlined.tsx index 1967743ef..f28bdeb5a 100644 --- a/src/IconOfflinePinOutlined.tsx +++ b/src/IconOfflinePinOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflinePinOutlinedFilled.tsx b/src/IconOfflinePinOutlinedFilled.tsx index 4b3a8265a..cbccf426a 100644 --- a/src/IconOfflinePinOutlinedFilled.tsx +++ b/src/IconOfflinePinOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOfflinePinRounded.tsx b/src/IconOfflinePinRounded.tsx index 64c3d458f..2f6d2cbd7 100644 --- a/src/IconOfflinePinRounded.tsx +++ b/src/IconOfflinePinRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflinePinRoundedFilled.tsx b/src/IconOfflinePinRoundedFilled.tsx index baeeb2d3f..cf9de2103 100644 --- a/src/IconOfflinePinRoundedFilled.tsx +++ b/src/IconOfflinePinRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOfflinePinSharp.tsx b/src/IconOfflinePinSharp.tsx index 8bd0cc9a6..eba3ed730 100644 --- a/src/IconOfflinePinSharp.tsx +++ b/src/IconOfflinePinSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflinePinSharpFilled.tsx b/src/IconOfflinePinSharpFilled.tsx index a6537281f..5a94fc41a 100644 --- a/src/IconOfflinePinSharpFilled.tsx +++ b/src/IconOfflinePinSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflinePinSharpFilled: React.FC = ({ ...props diff --git a/src/IconOfflineShareOutlined.tsx b/src/IconOfflineShareOutlined.tsx index ff0f9bef5..7e809c006 100644 --- a/src/IconOfflineShareOutlined.tsx +++ b/src/IconOfflineShareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineShareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflineShareOutlinedFilled.tsx b/src/IconOfflineShareOutlinedFilled.tsx index 2b3a8f8b5..3138b8070 100644 --- a/src/IconOfflineShareOutlinedFilled.tsx +++ b/src/IconOfflineShareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineShareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOfflineShareRounded.tsx b/src/IconOfflineShareRounded.tsx index 5079d4930..fdf02b10d 100644 --- a/src/IconOfflineShareRounded.tsx +++ b/src/IconOfflineShareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineShareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflineShareRoundedFilled.tsx b/src/IconOfflineShareRoundedFilled.tsx index 9a846024e..86358c39e 100644 --- a/src/IconOfflineShareRoundedFilled.tsx +++ b/src/IconOfflineShareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineShareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOfflineShareSharp.tsx b/src/IconOfflineShareSharp.tsx index 7a7151327..5acb5767f 100644 --- a/src/IconOfflineShareSharp.tsx +++ b/src/IconOfflineShareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineShareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOfflineShareSharpFilled.tsx b/src/IconOfflineShareSharpFilled.tsx index 904af9f50..896e4658d 100644 --- a/src/IconOfflineShareSharpFilled.tsx +++ b/src/IconOfflineShareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOfflineShareSharpFilled: React.FC = ({ ...props diff --git a/src/IconOilBarrelOutlined.tsx b/src/IconOilBarrelOutlined.tsx index ead2bf9a5..070b78b88 100644 --- a/src/IconOilBarrelOutlined.tsx +++ b/src/IconOilBarrelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOilBarrelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOilBarrelOutlinedFilled.tsx b/src/IconOilBarrelOutlinedFilled.tsx index 74c195034..e79e02dcf 100644 --- a/src/IconOilBarrelOutlinedFilled.tsx +++ b/src/IconOilBarrelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOilBarrelOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOilBarrelRounded.tsx b/src/IconOilBarrelRounded.tsx index a6028ca6e..67ae25c2b 100644 --- a/src/IconOilBarrelRounded.tsx +++ b/src/IconOilBarrelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOilBarrelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOilBarrelRoundedFilled.tsx b/src/IconOilBarrelRoundedFilled.tsx index 9d51adfda..c19472520 100644 --- a/src/IconOilBarrelRoundedFilled.tsx +++ b/src/IconOilBarrelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOilBarrelRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOilBarrelSharp.tsx b/src/IconOilBarrelSharp.tsx index 87cb097b5..9e3af0f29 100644 --- a/src/IconOilBarrelSharp.tsx +++ b/src/IconOilBarrelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOilBarrelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOilBarrelSharpFilled.tsx b/src/IconOilBarrelSharpFilled.tsx index d0581ebc8..140ef70f1 100644 --- a/src/IconOilBarrelSharpFilled.tsx +++ b/src/IconOilBarrelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOilBarrelSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOnDeviceTrainingOutlined.tsx b/src/IconOnDeviceTrainingOutlined.tsx index 135b69a14..bb87cf3ff 100644 --- a/src/IconOnDeviceTrainingOutlined.tsx +++ b/src/IconOnDeviceTrainingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnDeviceTrainingOutlined: React.FC = ({ ...props diff --git a/src/IconOnDeviceTrainingOutlinedFilled.tsx b/src/IconOnDeviceTrainingOutlinedFilled.tsx index 86fc7555c..97e61def0 100644 --- a/src/IconOnDeviceTrainingOutlinedFilled.tsx +++ b/src/IconOnDeviceTrainingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnDeviceTrainingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOnDeviceTrainingRounded.tsx b/src/IconOnDeviceTrainingRounded.tsx index d5bfe34a6..ed67d91c1 100644 --- a/src/IconOnDeviceTrainingRounded.tsx +++ b/src/IconOnDeviceTrainingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnDeviceTrainingRounded: React.FC = ({ ...props diff --git a/src/IconOnDeviceTrainingRoundedFilled.tsx b/src/IconOnDeviceTrainingRoundedFilled.tsx index f736d5b00..3626d8fb0 100644 --- a/src/IconOnDeviceTrainingRoundedFilled.tsx +++ b/src/IconOnDeviceTrainingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnDeviceTrainingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOnDeviceTrainingSharp.tsx b/src/IconOnDeviceTrainingSharp.tsx index 778589a6f..39b1dfbcd 100644 --- a/src/IconOnDeviceTrainingSharp.tsx +++ b/src/IconOnDeviceTrainingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnDeviceTrainingSharp: React.FC = ({ ...props diff --git a/src/IconOnDeviceTrainingSharpFilled.tsx b/src/IconOnDeviceTrainingSharpFilled.tsx index 9304555d9..adfb29144 100644 --- a/src/IconOnDeviceTrainingSharpFilled.tsx +++ b/src/IconOnDeviceTrainingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnDeviceTrainingSharpFilled: React.FC = ({ ...props diff --git a/src/IconOnHubDeviceOutlined.tsx b/src/IconOnHubDeviceOutlined.tsx index 53665e4e0..4640d6ee9 100644 --- a/src/IconOnHubDeviceOutlined.tsx +++ b/src/IconOnHubDeviceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnHubDeviceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOnHubDeviceOutlinedFilled.tsx b/src/IconOnHubDeviceOutlinedFilled.tsx index c65be85a3..292b165e1 100644 --- a/src/IconOnHubDeviceOutlinedFilled.tsx +++ b/src/IconOnHubDeviceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnHubDeviceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOnHubDeviceRounded.tsx b/src/IconOnHubDeviceRounded.tsx index 22289ba18..c9b3c85f9 100644 --- a/src/IconOnHubDeviceRounded.tsx +++ b/src/IconOnHubDeviceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnHubDeviceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOnHubDeviceRoundedFilled.tsx b/src/IconOnHubDeviceRoundedFilled.tsx index 78808f5f2..b47afdd8c 100644 --- a/src/IconOnHubDeviceRoundedFilled.tsx +++ b/src/IconOnHubDeviceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnHubDeviceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOnHubDeviceSharp.tsx b/src/IconOnHubDeviceSharp.tsx index 9e060c522..01419c9a0 100644 --- a/src/IconOnHubDeviceSharp.tsx +++ b/src/IconOnHubDeviceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnHubDeviceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOnHubDeviceSharpFilled.tsx b/src/IconOnHubDeviceSharpFilled.tsx index 5c61a23db..da08079dd 100644 --- a/src/IconOnHubDeviceSharpFilled.tsx +++ b/src/IconOnHubDeviceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnHubDeviceSharpFilled: React.FC = ({ ...props diff --git a/src/IconOncologyOutlined.tsx b/src/IconOncologyOutlined.tsx index 0322b3c1a..148005515 100644 --- a/src/IconOncologyOutlined.tsx +++ b/src/IconOncologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOncologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOncologyOutlinedFilled.tsx b/src/IconOncologyOutlinedFilled.tsx index 9964e23f6..6937c381b 100644 --- a/src/IconOncologyOutlinedFilled.tsx +++ b/src/IconOncologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOncologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOncologyRounded.tsx b/src/IconOncologyRounded.tsx index 24a104cbb..487306ecf 100644 --- a/src/IconOncologyRounded.tsx +++ b/src/IconOncologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOncologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOncologyRoundedFilled.tsx b/src/IconOncologyRoundedFilled.tsx index c0e38a26b..5ef686736 100644 --- a/src/IconOncologyRoundedFilled.tsx +++ b/src/IconOncologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOncologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOncologySharp.tsx b/src/IconOncologySharp.tsx index 59abb3b5e..5026641fb 100644 --- a/src/IconOncologySharp.tsx +++ b/src/IconOncologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOncologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOncologySharpFilled.tsx b/src/IconOncologySharpFilled.tsx index ed0b5316f..6eaecc71e 100644 --- a/src/IconOncologySharpFilled.tsx +++ b/src/IconOncologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOncologySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOnlinePredictionOutlined.tsx b/src/IconOnlinePredictionOutlined.tsx index aea9db241..33bcf1362 100644 --- a/src/IconOnlinePredictionOutlined.tsx +++ b/src/IconOnlinePredictionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnlinePredictionOutlined: React.FC = ({ ...props diff --git a/src/IconOnlinePredictionOutlinedFilled.tsx b/src/IconOnlinePredictionOutlinedFilled.tsx index ad9db4e22..248ada8f8 100644 --- a/src/IconOnlinePredictionOutlinedFilled.tsx +++ b/src/IconOnlinePredictionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnlinePredictionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOnlinePredictionRounded.tsx b/src/IconOnlinePredictionRounded.tsx index f313d7fea..668c80c51 100644 --- a/src/IconOnlinePredictionRounded.tsx +++ b/src/IconOnlinePredictionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnlinePredictionRounded: React.FC = ({ ...props diff --git a/src/IconOnlinePredictionRoundedFilled.tsx b/src/IconOnlinePredictionRoundedFilled.tsx index ca8ba3e5d..1eaa7b535 100644 --- a/src/IconOnlinePredictionRoundedFilled.tsx +++ b/src/IconOnlinePredictionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnlinePredictionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOnlinePredictionSharp.tsx b/src/IconOnlinePredictionSharp.tsx index d8f309a3b..024ed1121 100644 --- a/src/IconOnlinePredictionSharp.tsx +++ b/src/IconOnlinePredictionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnlinePredictionSharp: React.FC = ({ ...props diff --git a/src/IconOnlinePredictionSharpFilled.tsx b/src/IconOnlinePredictionSharpFilled.tsx index 3ecd095dd..f44f2f905 100644 --- a/src/IconOnlinePredictionSharpFilled.tsx +++ b/src/IconOnlinePredictionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnlinePredictionSharpFilled: React.FC = ({ ...props diff --git a/src/IconOnsenOutlined.tsx b/src/IconOnsenOutlined.tsx index e9db1c6e7..1222767d2 100644 --- a/src/IconOnsenOutlined.tsx +++ b/src/IconOnsenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnsenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOnsenOutlinedFilled.tsx b/src/IconOnsenOutlinedFilled.tsx index 40925aca2..3b4778326 100644 --- a/src/IconOnsenOutlinedFilled.tsx +++ b/src/IconOnsenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnsenOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOnsenRounded.tsx b/src/IconOnsenRounded.tsx index 721fbf45c..c9b781d5a 100644 --- a/src/IconOnsenRounded.tsx +++ b/src/IconOnsenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnsenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOnsenRoundedFilled.tsx b/src/IconOnsenRoundedFilled.tsx index 735c80fc9..03a984c02 100644 --- a/src/IconOnsenRoundedFilled.tsx +++ b/src/IconOnsenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnsenRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOnsenSharp.tsx b/src/IconOnsenSharp.tsx index a340477c4..147cd5e8a 100644 --- a/src/IconOnsenSharp.tsx +++ b/src/IconOnsenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnsenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOnsenSharpFilled.tsx b/src/IconOnsenSharpFilled.tsx index 25cb26a96..280dc362f 100644 --- a/src/IconOnsenSharpFilled.tsx +++ b/src/IconOnsenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOnsenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOpacityOutlined.tsx b/src/IconOpacityOutlined.tsx index a80def9e4..a87054b48 100644 --- a/src/IconOpacityOutlined.tsx +++ b/src/IconOpacityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpacityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOpacityOutlinedFilled.tsx b/src/IconOpacityOutlinedFilled.tsx index a21daa95c..0bdf0133d 100644 --- a/src/IconOpacityOutlinedFilled.tsx +++ b/src/IconOpacityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpacityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOpacityRounded.tsx b/src/IconOpacityRounded.tsx index 425fef95c..0631e05dd 100644 --- a/src/IconOpacityRounded.tsx +++ b/src/IconOpacityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpacityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOpacityRoundedFilled.tsx b/src/IconOpacityRoundedFilled.tsx index c4c552bc7..bc1d8086e 100644 --- a/src/IconOpacityRoundedFilled.tsx +++ b/src/IconOpacityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpacityRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOpacitySharp.tsx b/src/IconOpacitySharp.tsx index 8d969e336..82310e333 100644 --- a/src/IconOpacitySharp.tsx +++ b/src/IconOpacitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpacitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOpacitySharpFilled.tsx b/src/IconOpacitySharpFilled.tsx index 1280289c0..02c02f3ec 100644 --- a/src/IconOpacitySharpFilled.tsx +++ b/src/IconOpacitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpacitySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInBrowserOutlined.tsx b/src/IconOpenInBrowserOutlined.tsx index b6c31c751..e81991b71 100644 --- a/src/IconOpenInBrowserOutlined.tsx +++ b/src/IconOpenInBrowserOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInBrowserOutlined: React.FC = ({ ...props diff --git a/src/IconOpenInBrowserOutlinedFilled.tsx b/src/IconOpenInBrowserOutlinedFilled.tsx index 76a5ded36..bbbf25997 100644 --- a/src/IconOpenInBrowserOutlinedFilled.tsx +++ b/src/IconOpenInBrowserOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInBrowserOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInBrowserRounded.tsx b/src/IconOpenInBrowserRounded.tsx index 5d1137079..9e6dca872 100644 --- a/src/IconOpenInBrowserRounded.tsx +++ b/src/IconOpenInBrowserRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInBrowserRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInBrowserRoundedFilled.tsx b/src/IconOpenInBrowserRoundedFilled.tsx index 9ace68a35..a6664c2bf 100644 --- a/src/IconOpenInBrowserRoundedFilled.tsx +++ b/src/IconOpenInBrowserRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInBrowserRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInBrowserSharp.tsx b/src/IconOpenInBrowserSharp.tsx index 90ac73086..5a00dfea9 100644 --- a/src/IconOpenInBrowserSharp.tsx +++ b/src/IconOpenInBrowserSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInBrowserSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInBrowserSharpFilled.tsx b/src/IconOpenInBrowserSharpFilled.tsx index 54870ed08..11542222f 100644 --- a/src/IconOpenInBrowserSharpFilled.tsx +++ b/src/IconOpenInBrowserSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInBrowserSharpFilled: React.FC = ({ ...props diff --git a/src/IconOpenInFullOutlined.tsx b/src/IconOpenInFullOutlined.tsx index 6eb6f90e7..170688b2a 100644 --- a/src/IconOpenInFullOutlined.tsx +++ b/src/IconOpenInFullOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInFullOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInFullOutlinedFilled.tsx b/src/IconOpenInFullOutlinedFilled.tsx index 6fd35c473..6ff98bceb 100644 --- a/src/IconOpenInFullOutlinedFilled.tsx +++ b/src/IconOpenInFullOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInFullOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInFullRounded.tsx b/src/IconOpenInFullRounded.tsx index ad822b006..fb1e8f4b5 100644 --- a/src/IconOpenInFullRounded.tsx +++ b/src/IconOpenInFullRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInFullRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInFullRoundedFilled.tsx b/src/IconOpenInFullRoundedFilled.tsx index 0415d5670..52ee8dc2e 100644 --- a/src/IconOpenInFullRoundedFilled.tsx +++ b/src/IconOpenInFullRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInFullRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInFullSharp.tsx b/src/IconOpenInFullSharp.tsx index 58929b843..c8ebba9bc 100644 --- a/src/IconOpenInFullSharp.tsx +++ b/src/IconOpenInFullSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInFullSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInFullSharpFilled.tsx b/src/IconOpenInFullSharpFilled.tsx index 1669b09e7..1de94559e 100644 --- a/src/IconOpenInFullSharpFilled.tsx +++ b/src/IconOpenInFullSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInFullSharpFilled: React.FC = ({ ...props diff --git a/src/IconOpenInNewDownOutlined.tsx b/src/IconOpenInNewDownOutlined.tsx index 38d3d5630..07832e3a2 100644 --- a/src/IconOpenInNewDownOutlined.tsx +++ b/src/IconOpenInNewDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewDownOutlined: React.FC = ({ ...props diff --git a/src/IconOpenInNewDownOutlinedFilled.tsx b/src/IconOpenInNewDownOutlinedFilled.tsx index aaa01ca7a..7dee9126e 100644 --- a/src/IconOpenInNewDownOutlinedFilled.tsx +++ b/src/IconOpenInNewDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInNewDownRounded.tsx b/src/IconOpenInNewDownRounded.tsx index abfc466d0..5e47161af 100644 --- a/src/IconOpenInNewDownRounded.tsx +++ b/src/IconOpenInNewDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewDownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInNewDownRoundedFilled.tsx b/src/IconOpenInNewDownRoundedFilled.tsx index 0e1067f6e..94fad996e 100644 --- a/src/IconOpenInNewDownRoundedFilled.tsx +++ b/src/IconOpenInNewDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInNewDownSharp.tsx b/src/IconOpenInNewDownSharp.tsx index 69e5d080c..55604995f 100644 --- a/src/IconOpenInNewDownSharp.tsx +++ b/src/IconOpenInNewDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInNewDownSharpFilled.tsx b/src/IconOpenInNewDownSharpFilled.tsx index 5e4f81c12..72bdb0e81 100644 --- a/src/IconOpenInNewDownSharpFilled.tsx +++ b/src/IconOpenInNewDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconOpenInNewOffOutlined.tsx b/src/IconOpenInNewOffOutlined.tsx index 1ca202422..4922f6806 100644 --- a/src/IconOpenInNewOffOutlined.tsx +++ b/src/IconOpenInNewOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInNewOffOutlinedFilled.tsx b/src/IconOpenInNewOffOutlinedFilled.tsx index 0788e22d0..dbe1e831c 100644 --- a/src/IconOpenInNewOffOutlinedFilled.tsx +++ b/src/IconOpenInNewOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInNewOffRounded.tsx b/src/IconOpenInNewOffRounded.tsx index 73eb1f05e..3cd9cc42f 100644 --- a/src/IconOpenInNewOffRounded.tsx +++ b/src/IconOpenInNewOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInNewOffRoundedFilled.tsx b/src/IconOpenInNewOffRoundedFilled.tsx index da4e13ccc..07897781d 100644 --- a/src/IconOpenInNewOffRoundedFilled.tsx +++ b/src/IconOpenInNewOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInNewOffSharp.tsx b/src/IconOpenInNewOffSharp.tsx index ec87f4dcf..e6526525f 100644 --- a/src/IconOpenInNewOffSharp.tsx +++ b/src/IconOpenInNewOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInNewOffSharpFilled.tsx b/src/IconOpenInNewOffSharpFilled.tsx index 8209f8a95..2bed6b798 100644 --- a/src/IconOpenInNewOffSharpFilled.tsx +++ b/src/IconOpenInNewOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconOpenInNewOutlined.tsx b/src/IconOpenInNewOutlined.tsx index e295ead3b..f41259186 100644 --- a/src/IconOpenInNewOutlined.tsx +++ b/src/IconOpenInNewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInNewOutlinedFilled.tsx b/src/IconOpenInNewOutlinedFilled.tsx index 0918b9366..f7d6b9b33 100644 --- a/src/IconOpenInNewOutlinedFilled.tsx +++ b/src/IconOpenInNewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInNewRounded.tsx b/src/IconOpenInNewRounded.tsx index 25ae5d0ad..c9fa6c3e2 100644 --- a/src/IconOpenInNewRounded.tsx +++ b/src/IconOpenInNewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInNewRoundedFilled.tsx b/src/IconOpenInNewRoundedFilled.tsx index ba7501137..0ecdb8bea 100644 --- a/src/IconOpenInNewRoundedFilled.tsx +++ b/src/IconOpenInNewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInNewSharp.tsx b/src/IconOpenInNewSharp.tsx index eca08ce1c..83d21f740 100644 --- a/src/IconOpenInNewSharp.tsx +++ b/src/IconOpenInNewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInNewSharpFilled.tsx b/src/IconOpenInNewSharpFilled.tsx index d3eb34385..5b907c109 100644 --- a/src/IconOpenInNewSharpFilled.tsx +++ b/src/IconOpenInNewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInNewSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInPhoneOutlined.tsx b/src/IconOpenInPhoneOutlined.tsx index 36841f533..a5bce4acb 100644 --- a/src/IconOpenInPhoneOutlined.tsx +++ b/src/IconOpenInPhoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInPhoneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInPhoneOutlinedFilled.tsx b/src/IconOpenInPhoneOutlinedFilled.tsx index 5fb5ea238..059bea4d2 100644 --- a/src/IconOpenInPhoneOutlinedFilled.tsx +++ b/src/IconOpenInPhoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInPhoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInPhoneRounded.tsx b/src/IconOpenInPhoneRounded.tsx index b7a2af1fa..bb3c439fb 100644 --- a/src/IconOpenInPhoneRounded.tsx +++ b/src/IconOpenInPhoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInPhoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInPhoneRoundedFilled.tsx b/src/IconOpenInPhoneRoundedFilled.tsx index 97aa5f9c5..58d0d1ab1 100644 --- a/src/IconOpenInPhoneRoundedFilled.tsx +++ b/src/IconOpenInPhoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInPhoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOpenInPhoneSharp.tsx b/src/IconOpenInPhoneSharp.tsx index 4749871b4..36915f362 100644 --- a/src/IconOpenInPhoneSharp.tsx +++ b/src/IconOpenInPhoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInPhoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenInPhoneSharpFilled.tsx b/src/IconOpenInPhoneSharpFilled.tsx index 895241cf1..4e13cc183 100644 --- a/src/IconOpenInPhoneSharpFilled.tsx +++ b/src/IconOpenInPhoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenInPhoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconOpenJamOutlined.tsx b/src/IconOpenJamOutlined.tsx index 0d4a6dd18..77492cf97 100644 --- a/src/IconOpenJamOutlined.tsx +++ b/src/IconOpenJamOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenJamOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenJamOutlinedFilled.tsx b/src/IconOpenJamOutlinedFilled.tsx index 372ff9a95..57763f670 100644 --- a/src/IconOpenJamOutlinedFilled.tsx +++ b/src/IconOpenJamOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenJamOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOpenJamRounded.tsx b/src/IconOpenJamRounded.tsx index 0dfc89a00..c2b09ea0d 100644 --- a/src/IconOpenJamRounded.tsx +++ b/src/IconOpenJamRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenJamRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenJamRoundedFilled.tsx b/src/IconOpenJamRoundedFilled.tsx index f757a691b..bb96ca896 100644 --- a/src/IconOpenJamRoundedFilled.tsx +++ b/src/IconOpenJamRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenJamRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenJamSharp.tsx b/src/IconOpenJamSharp.tsx index 16d8eff07..26722105d 100644 --- a/src/IconOpenJamSharp.tsx +++ b/src/IconOpenJamSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenJamSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenJamSharpFilled.tsx b/src/IconOpenJamSharpFilled.tsx index 34cde1592..23f3c5d1b 100644 --- a/src/IconOpenJamSharpFilled.tsx +++ b/src/IconOpenJamSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenJamSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenRunOutlined.tsx b/src/IconOpenRunOutlined.tsx index e098b0d99..919c6a100 100644 --- a/src/IconOpenRunOutlined.tsx +++ b/src/IconOpenRunOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenRunOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenRunOutlinedFilled.tsx b/src/IconOpenRunOutlinedFilled.tsx index e15ae90cf..260db2d40 100644 --- a/src/IconOpenRunOutlinedFilled.tsx +++ b/src/IconOpenRunOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenRunOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOpenRunRounded.tsx b/src/IconOpenRunRounded.tsx index 6c2516f27..f28f45bee 100644 --- a/src/IconOpenRunRounded.tsx +++ b/src/IconOpenRunRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenRunRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenRunRoundedFilled.tsx b/src/IconOpenRunRoundedFilled.tsx index f78230d92..045139cd1 100644 --- a/src/IconOpenRunRoundedFilled.tsx +++ b/src/IconOpenRunRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenRunRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenRunSharp.tsx b/src/IconOpenRunSharp.tsx index 427770214..3f85fb119 100644 --- a/src/IconOpenRunSharp.tsx +++ b/src/IconOpenRunSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenRunSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenRunSharpFilled.tsx b/src/IconOpenRunSharpFilled.tsx index 64db24adb..e4a27d1c6 100644 --- a/src/IconOpenRunSharpFilled.tsx +++ b/src/IconOpenRunSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenRunSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenWithOutlined.tsx b/src/IconOpenWithOutlined.tsx index 6f43ed044..a969a624d 100644 --- a/src/IconOpenWithOutlined.tsx +++ b/src/IconOpenWithOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenWithOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenWithOutlinedFilled.tsx b/src/IconOpenWithOutlinedFilled.tsx index bc21e1734..dd1464370 100644 --- a/src/IconOpenWithOutlinedFilled.tsx +++ b/src/IconOpenWithOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenWithOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOpenWithRounded.tsx b/src/IconOpenWithRounded.tsx index 996ef58cd..42d583ba6 100644 --- a/src/IconOpenWithRounded.tsx +++ b/src/IconOpenWithRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenWithRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenWithRoundedFilled.tsx b/src/IconOpenWithRoundedFilled.tsx index 908890c08..07db24e88 100644 --- a/src/IconOpenWithRoundedFilled.tsx +++ b/src/IconOpenWithRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenWithRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOpenWithSharp.tsx b/src/IconOpenWithSharp.tsx index d870725e6..907a91557 100644 --- a/src/IconOpenWithSharp.tsx +++ b/src/IconOpenWithSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenWithSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOpenWithSharpFilled.tsx b/src/IconOpenWithSharpFilled.tsx index 9310bf5fc..7a846fb42 100644 --- a/src/IconOpenWithSharpFilled.tsx +++ b/src/IconOpenWithSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOpenWithSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOphthalmologyOutlined.tsx b/src/IconOphthalmologyOutlined.tsx index bfc97e968..df65e46cf 100644 --- a/src/IconOphthalmologyOutlined.tsx +++ b/src/IconOphthalmologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOphthalmologyOutlined: React.FC = ({ ...props diff --git a/src/IconOphthalmologyOutlinedFilled.tsx b/src/IconOphthalmologyOutlinedFilled.tsx index a2ae11a2b..bc9d758cc 100644 --- a/src/IconOphthalmologyOutlinedFilled.tsx +++ b/src/IconOphthalmologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOphthalmologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOphthalmologyRounded.tsx b/src/IconOphthalmologyRounded.tsx index e56d97d5f..a049e8160 100644 --- a/src/IconOphthalmologyRounded.tsx +++ b/src/IconOphthalmologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOphthalmologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOphthalmologyRoundedFilled.tsx b/src/IconOphthalmologyRoundedFilled.tsx index f60bed8de..d347adc32 100644 --- a/src/IconOphthalmologyRoundedFilled.tsx +++ b/src/IconOphthalmologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOphthalmologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOphthalmologySharp.tsx b/src/IconOphthalmologySharp.tsx index 1bb6e20ee..aaaaf855b 100644 --- a/src/IconOphthalmologySharp.tsx +++ b/src/IconOphthalmologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOphthalmologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOphthalmologySharpFilled.tsx b/src/IconOphthalmologySharpFilled.tsx index d57586493..6c899bcda 100644 --- a/src/IconOphthalmologySharpFilled.tsx +++ b/src/IconOphthalmologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOphthalmologySharpFilled: React.FC = ({ ...props diff --git a/src/IconOralDiseaseOutlined.tsx b/src/IconOralDiseaseOutlined.tsx index ad616ba4b..1726d6feb 100644 --- a/src/IconOralDiseaseOutlined.tsx +++ b/src/IconOralDiseaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOralDiseaseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOralDiseaseOutlinedFilled.tsx b/src/IconOralDiseaseOutlinedFilled.tsx index d26905d19..5eccab874 100644 --- a/src/IconOralDiseaseOutlinedFilled.tsx +++ b/src/IconOralDiseaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOralDiseaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOralDiseaseRounded.tsx b/src/IconOralDiseaseRounded.tsx index 6f6fad844..4e84bf218 100644 --- a/src/IconOralDiseaseRounded.tsx +++ b/src/IconOralDiseaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOralDiseaseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOralDiseaseRoundedFilled.tsx b/src/IconOralDiseaseRoundedFilled.tsx index 16ad7a82d..290602bdf 100644 --- a/src/IconOralDiseaseRoundedFilled.tsx +++ b/src/IconOralDiseaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOralDiseaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOralDiseaseSharp.tsx b/src/IconOralDiseaseSharp.tsx index 493dcf394..6243938f0 100644 --- a/src/IconOralDiseaseSharp.tsx +++ b/src/IconOralDiseaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOralDiseaseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOralDiseaseSharpFilled.tsx b/src/IconOralDiseaseSharpFilled.tsx index c810eecf9..9799e2d06 100644 --- a/src/IconOralDiseaseSharpFilled.tsx +++ b/src/IconOralDiseaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOralDiseaseSharpFilled: React.FC = ({ ...props diff --git a/src/IconOrbitOutlined.tsx b/src/IconOrbitOutlined.tsx index d24a02c05..b6cc702a1 100644 --- a/src/IconOrbitOutlined.tsx +++ b/src/IconOrbitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrbitOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOrbitOutlinedFilled.tsx b/src/IconOrbitOutlinedFilled.tsx index 3e2c3aee2..660b725d9 100644 --- a/src/IconOrbitOutlinedFilled.tsx +++ b/src/IconOrbitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrbitOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOrbitRounded.tsx b/src/IconOrbitRounded.tsx index a87d07afd..b2ade8bdb 100644 --- a/src/IconOrbitRounded.tsx +++ b/src/IconOrbitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrbitRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOrbitRoundedFilled.tsx b/src/IconOrbitRoundedFilled.tsx index 21e475208..023b9bc92 100644 --- a/src/IconOrbitRoundedFilled.tsx +++ b/src/IconOrbitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrbitRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOrbitSharp.tsx b/src/IconOrbitSharp.tsx index 5f7330f58..a77665eab 100644 --- a/src/IconOrbitSharp.tsx +++ b/src/IconOrbitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrbitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOrbitSharpFilled.tsx b/src/IconOrbitSharpFilled.tsx index eadbe82e0..2c0c733b5 100644 --- a/src/IconOrbitSharpFilled.tsx +++ b/src/IconOrbitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrbitSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOrderApproveOutlined.tsx b/src/IconOrderApproveOutlined.tsx index 826adf74d..7f501e1ab 100644 --- a/src/IconOrderApproveOutlined.tsx +++ b/src/IconOrderApproveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderApproveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOrderApproveOutlinedFilled.tsx b/src/IconOrderApproveOutlinedFilled.tsx index 04f136ee9..3737adf92 100644 --- a/src/IconOrderApproveOutlinedFilled.tsx +++ b/src/IconOrderApproveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderApproveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOrderApproveRounded.tsx b/src/IconOrderApproveRounded.tsx index 547d796bf..59d3fc726 100644 --- a/src/IconOrderApproveRounded.tsx +++ b/src/IconOrderApproveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderApproveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOrderApproveRoundedFilled.tsx b/src/IconOrderApproveRoundedFilled.tsx index b460727b3..b23beb538 100644 --- a/src/IconOrderApproveRoundedFilled.tsx +++ b/src/IconOrderApproveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderApproveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOrderApproveSharp.tsx b/src/IconOrderApproveSharp.tsx index e90dae74c..ab1d19acb 100644 --- a/src/IconOrderApproveSharp.tsx +++ b/src/IconOrderApproveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderApproveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOrderApproveSharpFilled.tsx b/src/IconOrderApproveSharpFilled.tsx index c838752d6..16f6e7d00 100644 --- a/src/IconOrderApproveSharpFilled.tsx +++ b/src/IconOrderApproveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderApproveSharpFilled: React.FC = ({ ...props diff --git a/src/IconOrderPlayOutlined.tsx b/src/IconOrderPlayOutlined.tsx index 2af905f4c..eaeb7f91b 100644 --- a/src/IconOrderPlayOutlined.tsx +++ b/src/IconOrderPlayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderPlayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOrderPlayOutlinedFilled.tsx b/src/IconOrderPlayOutlinedFilled.tsx index 67d1f8dfc..f67a35ca7 100644 --- a/src/IconOrderPlayOutlinedFilled.tsx +++ b/src/IconOrderPlayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderPlayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOrderPlayRounded.tsx b/src/IconOrderPlayRounded.tsx index 95cba8ef6..3fcbe95f9 100644 --- a/src/IconOrderPlayRounded.tsx +++ b/src/IconOrderPlayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderPlayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOrderPlayRoundedFilled.tsx b/src/IconOrderPlayRoundedFilled.tsx index bc7f2428a..5902f9d83 100644 --- a/src/IconOrderPlayRoundedFilled.tsx +++ b/src/IconOrderPlayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderPlayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOrderPlaySharp.tsx b/src/IconOrderPlaySharp.tsx index fdedcc354..43e65dd4f 100644 --- a/src/IconOrderPlaySharp.tsx +++ b/src/IconOrderPlaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderPlaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOrderPlaySharpFilled.tsx b/src/IconOrderPlaySharpFilled.tsx index 8ccd25c2b..562d31275 100644 --- a/src/IconOrderPlaySharpFilled.tsx +++ b/src/IconOrderPlaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrderPlaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOrdersOutlined.tsx b/src/IconOrdersOutlined.tsx index 5c558529c..de6226793 100644 --- a/src/IconOrdersOutlined.tsx +++ b/src/IconOrdersOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrdersOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOrdersOutlinedFilled.tsx b/src/IconOrdersOutlinedFilled.tsx index 1ccc79420..0a30b50a1 100644 --- a/src/IconOrdersOutlinedFilled.tsx +++ b/src/IconOrdersOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrdersOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOrdersRounded.tsx b/src/IconOrdersRounded.tsx index aa8f06c1a..76aedec21 100644 --- a/src/IconOrdersRounded.tsx +++ b/src/IconOrdersRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrdersRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOrdersRoundedFilled.tsx b/src/IconOrdersRoundedFilled.tsx index f78f81d46..67561cdb0 100644 --- a/src/IconOrdersRoundedFilled.tsx +++ b/src/IconOrdersRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrdersRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOrdersSharp.tsx b/src/IconOrdersSharp.tsx index 28a8564fe..7578eb24b 100644 --- a/src/IconOrdersSharp.tsx +++ b/src/IconOrdersSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrdersSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOrdersSharpFilled.tsx b/src/IconOrdersSharpFilled.tsx index b7114b4f2..6a8419958 100644 --- a/src/IconOrdersSharpFilled.tsx +++ b/src/IconOrdersSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrdersSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOrthopedicsOutlined.tsx b/src/IconOrthopedicsOutlined.tsx index 3d6c172a9..6405f9cc1 100644 --- a/src/IconOrthopedicsOutlined.tsx +++ b/src/IconOrthopedicsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrthopedicsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOrthopedicsOutlinedFilled.tsx b/src/IconOrthopedicsOutlinedFilled.tsx index cf23dbbc9..490557404 100644 --- a/src/IconOrthopedicsOutlinedFilled.tsx +++ b/src/IconOrthopedicsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrthopedicsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOrthopedicsRounded.tsx b/src/IconOrthopedicsRounded.tsx index c8c93cd76..bac824c8d 100644 --- a/src/IconOrthopedicsRounded.tsx +++ b/src/IconOrthopedicsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrthopedicsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOrthopedicsRoundedFilled.tsx b/src/IconOrthopedicsRoundedFilled.tsx index b22ddcb4e..fc0f04f2b 100644 --- a/src/IconOrthopedicsRoundedFilled.tsx +++ b/src/IconOrthopedicsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrthopedicsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOrthopedicsSharp.tsx b/src/IconOrthopedicsSharp.tsx index 9fcf5460e..6d3c5ec69 100644 --- a/src/IconOrthopedicsSharp.tsx +++ b/src/IconOrthopedicsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrthopedicsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOrthopedicsSharpFilled.tsx b/src/IconOrthopedicsSharpFilled.tsx index dcd2c3b85..3f724cb58 100644 --- a/src/IconOrthopedicsSharpFilled.tsx +++ b/src/IconOrthopedicsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOrthopedicsSharpFilled: React.FC = ({ ...props diff --git a/src/IconOtherAdmissionOutlined.tsx b/src/IconOtherAdmissionOutlined.tsx index 53587994b..4466780c3 100644 --- a/src/IconOtherAdmissionOutlined.tsx +++ b/src/IconOtherAdmissionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherAdmissionOutlined: React.FC = ({ ...props diff --git a/src/IconOtherAdmissionOutlinedFilled.tsx b/src/IconOtherAdmissionOutlinedFilled.tsx index f22229ffc..091c5820c 100644 --- a/src/IconOtherAdmissionOutlinedFilled.tsx +++ b/src/IconOtherAdmissionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherAdmissionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOtherAdmissionRounded.tsx b/src/IconOtherAdmissionRounded.tsx index 7b74d3d77..0237f3167 100644 --- a/src/IconOtherAdmissionRounded.tsx +++ b/src/IconOtherAdmissionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherAdmissionRounded: React.FC = ({ ...props diff --git a/src/IconOtherAdmissionRoundedFilled.tsx b/src/IconOtherAdmissionRoundedFilled.tsx index 8691c9993..05142c586 100644 --- a/src/IconOtherAdmissionRoundedFilled.tsx +++ b/src/IconOtherAdmissionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherAdmissionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOtherAdmissionSharp.tsx b/src/IconOtherAdmissionSharp.tsx index 0a62d4a4e..f08e69682 100644 --- a/src/IconOtherAdmissionSharp.tsx +++ b/src/IconOtherAdmissionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherAdmissionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOtherAdmissionSharpFilled.tsx b/src/IconOtherAdmissionSharpFilled.tsx index 1a23da61f..b1b35b9e9 100644 --- a/src/IconOtherAdmissionSharpFilled.tsx +++ b/src/IconOtherAdmissionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherAdmissionSharpFilled: React.FC = ({ ...props diff --git a/src/IconOtherHousesOutlined.tsx b/src/IconOtherHousesOutlined.tsx index 3466135cd..2261c8d90 100644 --- a/src/IconOtherHousesOutlined.tsx +++ b/src/IconOtherHousesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherHousesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOtherHousesOutlinedFilled.tsx b/src/IconOtherHousesOutlinedFilled.tsx index a79e0ea11..70581288a 100644 --- a/src/IconOtherHousesOutlinedFilled.tsx +++ b/src/IconOtherHousesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherHousesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOtherHousesRounded.tsx b/src/IconOtherHousesRounded.tsx index d19979ace..fbc5e1705 100644 --- a/src/IconOtherHousesRounded.tsx +++ b/src/IconOtherHousesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherHousesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOtherHousesRoundedFilled.tsx b/src/IconOtherHousesRoundedFilled.tsx index 073522e35..df87b98d6 100644 --- a/src/IconOtherHousesRoundedFilled.tsx +++ b/src/IconOtherHousesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherHousesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOtherHousesSharp.tsx b/src/IconOtherHousesSharp.tsx index edfcef8b9..6753a2ccc 100644 --- a/src/IconOtherHousesSharp.tsx +++ b/src/IconOtherHousesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherHousesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOtherHousesSharpFilled.tsx b/src/IconOtherHousesSharpFilled.tsx index e182d2d20..9a1f3eae4 100644 --- a/src/IconOtherHousesSharpFilled.tsx +++ b/src/IconOtherHousesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOtherHousesSharpFilled: React.FC = ({ ...props diff --git a/src/IconOutboundOutlined.tsx b/src/IconOutboundOutlined.tsx index 4046e9612..fe7a0efa1 100644 --- a/src/IconOutboundOutlined.tsx +++ b/src/IconOutboundOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboundOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboundOutlinedFilled.tsx b/src/IconOutboundOutlinedFilled.tsx index 666fbdb2f..260803c9d 100644 --- a/src/IconOutboundOutlinedFilled.tsx +++ b/src/IconOutboundOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboundOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOutboundRounded.tsx b/src/IconOutboundRounded.tsx index 9188d32c0..3017cb7b7 100644 --- a/src/IconOutboundRounded.tsx +++ b/src/IconOutboundRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboundRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboundRoundedFilled.tsx b/src/IconOutboundRoundedFilled.tsx index 3f18d1572..04d2a4643 100644 --- a/src/IconOutboundRoundedFilled.tsx +++ b/src/IconOutboundRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboundRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOutboundSharp.tsx b/src/IconOutboundSharp.tsx index c4ce5d16d..1f649c4ee 100644 --- a/src/IconOutboundSharp.tsx +++ b/src/IconOutboundSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboundSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboundSharpFilled.tsx b/src/IconOutboundSharpFilled.tsx index 214667ff7..0b70cdc29 100644 --- a/src/IconOutboundSharpFilled.tsx +++ b/src/IconOutboundSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboundSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboxAltOutlined.tsx b/src/IconOutboxAltOutlined.tsx index 8d774b663..6edc7cb79 100644 --- a/src/IconOutboxAltOutlined.tsx +++ b/src/IconOutboxAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboxAltOutlinedFilled.tsx b/src/IconOutboxAltOutlinedFilled.tsx index 44c231391..6bca30500 100644 --- a/src/IconOutboxAltOutlinedFilled.tsx +++ b/src/IconOutboxAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOutboxAltRounded.tsx b/src/IconOutboxAltRounded.tsx index 78d0c7f69..b1b0d4f70 100644 --- a/src/IconOutboxAltRounded.tsx +++ b/src/IconOutboxAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboxAltRoundedFilled.tsx b/src/IconOutboxAltRoundedFilled.tsx index 86dac144e..33def0d5c 100644 --- a/src/IconOutboxAltRoundedFilled.tsx +++ b/src/IconOutboxAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOutboxAltSharp.tsx b/src/IconOutboxAltSharp.tsx index 1f0506774..06fd7ab34 100644 --- a/src/IconOutboxAltSharp.tsx +++ b/src/IconOutboxAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboxAltSharpFilled.tsx b/src/IconOutboxAltSharpFilled.tsx index 4332b45f9..61c6b1cc9 100644 --- a/src/IconOutboxAltSharpFilled.tsx +++ b/src/IconOutboxAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxAltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboxOutlined.tsx b/src/IconOutboxOutlined.tsx index da2501d28..fcfce6839 100644 --- a/src/IconOutboxOutlined.tsx +++ b/src/IconOutboxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboxOutlinedFilled.tsx b/src/IconOutboxOutlinedFilled.tsx index a832e9d4e..85c20a47d 100644 --- a/src/IconOutboxOutlinedFilled.tsx +++ b/src/IconOutboxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboxRounded.tsx b/src/IconOutboxRounded.tsx index e0ec54985..49fbfa68e 100644 --- a/src/IconOutboxRounded.tsx +++ b/src/IconOutboxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboxRoundedFilled.tsx b/src/IconOutboxRoundedFilled.tsx index c3e5106a5..426323e62 100644 --- a/src/IconOutboxRoundedFilled.tsx +++ b/src/IconOutboxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboxSharp.tsx b/src/IconOutboxSharp.tsx index 01a0d1070..caa543777 100644 --- a/src/IconOutboxSharp.tsx +++ b/src/IconOutboxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOutboxSharpFilled.tsx b/src/IconOutboxSharpFilled.tsx index 609159f9f..dd970a5cb 100644 --- a/src/IconOutboxSharpFilled.tsx +++ b/src/IconOutboxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutboxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOutdoorGardenOutlined.tsx b/src/IconOutdoorGardenOutlined.tsx index b1e3df877..46ed9a0ae 100644 --- a/src/IconOutdoorGardenOutlined.tsx +++ b/src/IconOutdoorGardenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGardenOutlined: React.FC = ({ ...props diff --git a/src/IconOutdoorGardenOutlinedFilled.tsx b/src/IconOutdoorGardenOutlinedFilled.tsx index d38a82979..8f736c18e 100644 --- a/src/IconOutdoorGardenOutlinedFilled.tsx +++ b/src/IconOutdoorGardenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGardenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOutdoorGardenRounded.tsx b/src/IconOutdoorGardenRounded.tsx index 09eb482b2..c9df5eb27 100644 --- a/src/IconOutdoorGardenRounded.tsx +++ b/src/IconOutdoorGardenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGardenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOutdoorGardenRoundedFilled.tsx b/src/IconOutdoorGardenRoundedFilled.tsx index d072c6ac2..d494da173 100644 --- a/src/IconOutdoorGardenRoundedFilled.tsx +++ b/src/IconOutdoorGardenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGardenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOutdoorGardenSharp.tsx b/src/IconOutdoorGardenSharp.tsx index 50beababf..8acd46a75 100644 --- a/src/IconOutdoorGardenSharp.tsx +++ b/src/IconOutdoorGardenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGardenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOutdoorGardenSharpFilled.tsx b/src/IconOutdoorGardenSharpFilled.tsx index e5028ebf0..960f6fd51 100644 --- a/src/IconOutdoorGardenSharpFilled.tsx +++ b/src/IconOutdoorGardenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGardenSharpFilled: React.FC = ({ ...props diff --git a/src/IconOutdoorGrillOutlined.tsx b/src/IconOutdoorGrillOutlined.tsx index d35d92666..5d15091ef 100644 --- a/src/IconOutdoorGrillOutlined.tsx +++ b/src/IconOutdoorGrillOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGrillOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOutdoorGrillOutlinedFilled.tsx b/src/IconOutdoorGrillOutlinedFilled.tsx index f4942c696..ef5207311 100644 --- a/src/IconOutdoorGrillOutlinedFilled.tsx +++ b/src/IconOutdoorGrillOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGrillOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOutdoorGrillRounded.tsx b/src/IconOutdoorGrillRounded.tsx index 2ee67681f..38c76a548 100644 --- a/src/IconOutdoorGrillRounded.tsx +++ b/src/IconOutdoorGrillRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGrillRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOutdoorGrillRoundedFilled.tsx b/src/IconOutdoorGrillRoundedFilled.tsx index 0ff64e83e..c521665fd 100644 --- a/src/IconOutdoorGrillRoundedFilled.tsx +++ b/src/IconOutdoorGrillRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGrillRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOutdoorGrillSharp.tsx b/src/IconOutdoorGrillSharp.tsx index 41f8d324b..be9771176 100644 --- a/src/IconOutdoorGrillSharp.tsx +++ b/src/IconOutdoorGrillSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGrillSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOutdoorGrillSharpFilled.tsx b/src/IconOutdoorGrillSharpFilled.tsx index ac7fc886f..e045dc46d 100644 --- a/src/IconOutdoorGrillSharpFilled.tsx +++ b/src/IconOutdoorGrillSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutdoorGrillSharpFilled: React.FC = ({ ...props diff --git a/src/IconOutgoingMailOutlined.tsx b/src/IconOutgoingMailOutlined.tsx index 0a5061355..f0c4c6fbd 100644 --- a/src/IconOutgoingMailOutlined.tsx +++ b/src/IconOutgoingMailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutgoingMailOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOutgoingMailOutlinedFilled.tsx b/src/IconOutgoingMailOutlinedFilled.tsx index 679a9d57a..4603811be 100644 --- a/src/IconOutgoingMailOutlinedFilled.tsx +++ b/src/IconOutgoingMailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutgoingMailOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOutgoingMailRounded.tsx b/src/IconOutgoingMailRounded.tsx index b3e15731c..3b9ed6802 100644 --- a/src/IconOutgoingMailRounded.tsx +++ b/src/IconOutgoingMailRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutgoingMailRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOutgoingMailRoundedFilled.tsx b/src/IconOutgoingMailRoundedFilled.tsx index 78695f26c..c5a4eca0e 100644 --- a/src/IconOutgoingMailRoundedFilled.tsx +++ b/src/IconOutgoingMailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutgoingMailRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOutgoingMailSharp.tsx b/src/IconOutgoingMailSharp.tsx index e25de3f00..2a332863d 100644 --- a/src/IconOutgoingMailSharp.tsx +++ b/src/IconOutgoingMailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutgoingMailSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOutgoingMailSharpFilled.tsx b/src/IconOutgoingMailSharpFilled.tsx index a1c0431a1..7e031467b 100644 --- a/src/IconOutgoingMailSharpFilled.tsx +++ b/src/IconOutgoingMailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutgoingMailSharpFilled: React.FC = ({ ...props diff --git a/src/IconOutletOutlined.tsx b/src/IconOutletOutlined.tsx index 08caf3547..348834db0 100644 --- a/src/IconOutletOutlined.tsx +++ b/src/IconOutletOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutletOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOutletOutlinedFilled.tsx b/src/IconOutletOutlinedFilled.tsx index 0474897e9..8ca7d7e51 100644 --- a/src/IconOutletOutlinedFilled.tsx +++ b/src/IconOutletOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutletOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOutletRounded.tsx b/src/IconOutletRounded.tsx index 8408d72cf..3ed3f84f8 100644 --- a/src/IconOutletRounded.tsx +++ b/src/IconOutletRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutletRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOutletRoundedFilled.tsx b/src/IconOutletRoundedFilled.tsx index 50bb8ea93..28ad8fcf7 100644 --- a/src/IconOutletRoundedFilled.tsx +++ b/src/IconOutletRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutletRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOutletSharp.tsx b/src/IconOutletSharp.tsx index 9061e71c9..9663c3fa0 100644 --- a/src/IconOutletSharp.tsx +++ b/src/IconOutletSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutletSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOutletSharpFilled.tsx b/src/IconOutletSharpFilled.tsx index d494b1391..dd9d4d785 100644 --- a/src/IconOutletSharpFilled.tsx +++ b/src/IconOutletSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutletSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOutpatientMedOutlined.tsx b/src/IconOutpatientMedOutlined.tsx index e8d3e4041..7ba465c3a 100644 --- a/src/IconOutpatientMedOutlined.tsx +++ b/src/IconOutpatientMedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientMedOutlined: React.FC = ({ ...props diff --git a/src/IconOutpatientMedOutlinedFilled.tsx b/src/IconOutpatientMedOutlinedFilled.tsx index e83ac5d7f..ee567f50f 100644 --- a/src/IconOutpatientMedOutlinedFilled.tsx +++ b/src/IconOutpatientMedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientMedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOutpatientMedRounded.tsx b/src/IconOutpatientMedRounded.tsx index 78a615383..f710a5aa3 100644 --- a/src/IconOutpatientMedRounded.tsx +++ b/src/IconOutpatientMedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientMedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOutpatientMedRoundedFilled.tsx b/src/IconOutpatientMedRoundedFilled.tsx index 94fa8cb1e..e254072b3 100644 --- a/src/IconOutpatientMedRoundedFilled.tsx +++ b/src/IconOutpatientMedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientMedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOutpatientMedSharp.tsx b/src/IconOutpatientMedSharp.tsx index 3e0f417ac..03b1e2fab 100644 --- a/src/IconOutpatientMedSharp.tsx +++ b/src/IconOutpatientMedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientMedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOutpatientMedSharpFilled.tsx b/src/IconOutpatientMedSharpFilled.tsx index 48807a433..c47314644 100644 --- a/src/IconOutpatientMedSharpFilled.tsx +++ b/src/IconOutpatientMedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientMedSharpFilled: React.FC = ({ ...props diff --git a/src/IconOutpatientOutlined.tsx b/src/IconOutpatientOutlined.tsx index 5bf541dd8..fecce3a4f 100644 --- a/src/IconOutpatientOutlined.tsx +++ b/src/IconOutpatientOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOutpatientOutlinedFilled.tsx b/src/IconOutpatientOutlinedFilled.tsx index 4f7657e5f..5624b76d3 100644 --- a/src/IconOutpatientOutlinedFilled.tsx +++ b/src/IconOutpatientOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOutpatientRounded.tsx b/src/IconOutpatientRounded.tsx index 886911d03..5b92bad1c 100644 --- a/src/IconOutpatientRounded.tsx +++ b/src/IconOutpatientRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOutpatientRoundedFilled.tsx b/src/IconOutpatientRoundedFilled.tsx index 1a609ec7d..b2aa245c2 100644 --- a/src/IconOutpatientRoundedFilled.tsx +++ b/src/IconOutpatientRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOutpatientSharp.tsx b/src/IconOutpatientSharp.tsx index 63e3fbb76..2301ae40c 100644 --- a/src/IconOutpatientSharp.tsx +++ b/src/IconOutpatientSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOutpatientSharpFilled.tsx b/src/IconOutpatientSharpFilled.tsx index ad3a8118a..6415db20c 100644 --- a/src/IconOutpatientSharpFilled.tsx +++ b/src/IconOutpatientSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutpatientSharpFilled: React.FC = ({ ...props diff --git a/src/IconOutputCircleOutlined.tsx b/src/IconOutputCircleOutlined.tsx index 3a72e3d06..a55b6497e 100644 --- a/src/IconOutputCircleOutlined.tsx +++ b/src/IconOutputCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOutputCircleOutlinedFilled.tsx b/src/IconOutputCircleOutlinedFilled.tsx index 2bd5ca92d..0428d3797 100644 --- a/src/IconOutputCircleOutlinedFilled.tsx +++ b/src/IconOutputCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOutputCircleRounded.tsx b/src/IconOutputCircleRounded.tsx index fed1f29cf..009afffbe 100644 --- a/src/IconOutputCircleRounded.tsx +++ b/src/IconOutputCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOutputCircleRoundedFilled.tsx b/src/IconOutputCircleRoundedFilled.tsx index c6da1bcea..9ffb833d4 100644 --- a/src/IconOutputCircleRoundedFilled.tsx +++ b/src/IconOutputCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOutputCircleSharp.tsx b/src/IconOutputCircleSharp.tsx index 3d689dfbf..4e4dfab7b 100644 --- a/src/IconOutputCircleSharp.tsx +++ b/src/IconOutputCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOutputCircleSharpFilled.tsx b/src/IconOutputCircleSharpFilled.tsx index 2f9f6661e..9db048119 100644 --- a/src/IconOutputCircleSharpFilled.tsx +++ b/src/IconOutputCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconOutputOutlined.tsx b/src/IconOutputOutlined.tsx index 688abf5ae..fbe19b7c4 100644 --- a/src/IconOutputOutlined.tsx +++ b/src/IconOutputOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOutputOutlinedFilled.tsx b/src/IconOutputOutlinedFilled.tsx index b696ddd85..bc9b5691f 100644 --- a/src/IconOutputOutlinedFilled.tsx +++ b/src/IconOutputOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOutputRounded.tsx b/src/IconOutputRounded.tsx index a7c35a9d5..a4c62b225 100644 --- a/src/IconOutputRounded.tsx +++ b/src/IconOutputRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOutputRoundedFilled.tsx b/src/IconOutputRoundedFilled.tsx index f42ea5ef0..97c91c2d4 100644 --- a/src/IconOutputRoundedFilled.tsx +++ b/src/IconOutputRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOutputSharp.tsx b/src/IconOutputSharp.tsx index 9124c7950..bbb633499 100644 --- a/src/IconOutputSharp.tsx +++ b/src/IconOutputSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOutputSharpFilled.tsx b/src/IconOutputSharpFilled.tsx index 4b374e3f8..80d610221 100644 --- a/src/IconOutputSharpFilled.tsx +++ b/src/IconOutputSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOutputSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOvenGenOutlined.tsx b/src/IconOvenGenOutlined.tsx index 6a107917a..b45ad2284 100644 --- a/src/IconOvenGenOutlined.tsx +++ b/src/IconOvenGenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenGenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOvenGenOutlinedFilled.tsx b/src/IconOvenGenOutlinedFilled.tsx index 525ed0f3f..497fe48f5 100644 --- a/src/IconOvenGenOutlinedFilled.tsx +++ b/src/IconOvenGenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenGenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOvenGenRounded.tsx b/src/IconOvenGenRounded.tsx index 8471a8efe..f12f680b1 100644 --- a/src/IconOvenGenRounded.tsx +++ b/src/IconOvenGenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenGenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOvenGenRoundedFilled.tsx b/src/IconOvenGenRoundedFilled.tsx index 17f7823ae..b2996b162 100644 --- a/src/IconOvenGenRoundedFilled.tsx +++ b/src/IconOvenGenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenGenRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOvenGenSharp.tsx b/src/IconOvenGenSharp.tsx index 4b0455739..71b9f00fc 100644 --- a/src/IconOvenGenSharp.tsx +++ b/src/IconOvenGenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenGenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOvenGenSharpFilled.tsx b/src/IconOvenGenSharpFilled.tsx index ecfc59bd6..a2d6e4cfa 100644 --- a/src/IconOvenGenSharpFilled.tsx +++ b/src/IconOvenGenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenGenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOvenOutlined.tsx b/src/IconOvenOutlined.tsx index 7e9aa9d5d..881e59ec8 100644 --- a/src/IconOvenOutlined.tsx +++ b/src/IconOvenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOvenOutlinedFilled.tsx b/src/IconOvenOutlinedFilled.tsx index 6aa8760f2..9abcfea92 100644 --- a/src/IconOvenOutlinedFilled.tsx +++ b/src/IconOvenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOvenRounded.tsx b/src/IconOvenRounded.tsx index 1189611ce..adf145924 100644 --- a/src/IconOvenRounded.tsx +++ b/src/IconOvenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOvenRoundedFilled.tsx b/src/IconOvenRoundedFilled.tsx index 750f37517..f8e60f257 100644 --- a/src/IconOvenRoundedFilled.tsx +++ b/src/IconOvenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOvenSharp.tsx b/src/IconOvenSharp.tsx index e8db9e2c3..6b755f9e4 100644 --- a/src/IconOvenSharp.tsx +++ b/src/IconOvenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOvenSharpFilled.tsx b/src/IconOvenSharpFilled.tsx index 19df457d2..73c9b58d0 100644 --- a/src/IconOvenSharpFilled.tsx +++ b/src/IconOvenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOvenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOverviewKeyOutlined.tsx b/src/IconOverviewKeyOutlined.tsx index 67d817fd8..e83cbf9d0 100644 --- a/src/IconOverviewKeyOutlined.tsx +++ b/src/IconOverviewKeyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewKeyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOverviewKeyOutlinedFilled.tsx b/src/IconOverviewKeyOutlinedFilled.tsx index 33a23c0c4..f17823a31 100644 --- a/src/IconOverviewKeyOutlinedFilled.tsx +++ b/src/IconOverviewKeyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewKeyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOverviewKeyRounded.tsx b/src/IconOverviewKeyRounded.tsx index ba0897d67..4b0038694 100644 --- a/src/IconOverviewKeyRounded.tsx +++ b/src/IconOverviewKeyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewKeyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOverviewKeyRoundedFilled.tsx b/src/IconOverviewKeyRoundedFilled.tsx index b61bcb628..8c29355a6 100644 --- a/src/IconOverviewKeyRoundedFilled.tsx +++ b/src/IconOverviewKeyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewKeyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOverviewKeySharp.tsx b/src/IconOverviewKeySharp.tsx index 7f3a38a7c..2f67989c2 100644 --- a/src/IconOverviewKeySharp.tsx +++ b/src/IconOverviewKeySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewKeySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOverviewKeySharpFilled.tsx b/src/IconOverviewKeySharpFilled.tsx index 7a5e443cc..5e01bd5c7 100644 --- a/src/IconOverviewKeySharpFilled.tsx +++ b/src/IconOverviewKeySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewKeySharpFilled: React.FC = ({ ...props diff --git a/src/IconOverviewOutlined.tsx b/src/IconOverviewOutlined.tsx index c0cd66513..f1d19b0ba 100644 --- a/src/IconOverviewOutlined.tsx +++ b/src/IconOverviewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconOverviewOutlinedFilled.tsx b/src/IconOverviewOutlinedFilled.tsx index 5cba321cc..e5eaf84f6 100644 --- a/src/IconOverviewOutlinedFilled.tsx +++ b/src/IconOverviewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOverviewRounded.tsx b/src/IconOverviewRounded.tsx index 2c7c21224..7a233920c 100644 --- a/src/IconOverviewRounded.tsx +++ b/src/IconOverviewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconOverviewRoundedFilled.tsx b/src/IconOverviewRoundedFilled.tsx index 956c9bfca..637eb3c38 100644 --- a/src/IconOverviewRoundedFilled.tsx +++ b/src/IconOverviewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOverviewSharp.tsx b/src/IconOverviewSharp.tsx index 5cf6b72b2..8fba60050 100644 --- a/src/IconOverviewSharp.tsx +++ b/src/IconOverviewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconOverviewSharpFilled.tsx b/src/IconOverviewSharpFilled.tsx index 7cc5f674a..ea0df4a7d 100644 --- a/src/IconOverviewSharpFilled.tsx +++ b/src/IconOverviewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOverviewSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconOxygenSaturationOutlined.tsx b/src/IconOxygenSaturationOutlined.tsx index 23277e36f..03faee6b8 100644 --- a/src/IconOxygenSaturationOutlined.tsx +++ b/src/IconOxygenSaturationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOxygenSaturationOutlined: React.FC = ({ ...props diff --git a/src/IconOxygenSaturationOutlinedFilled.tsx b/src/IconOxygenSaturationOutlinedFilled.tsx index a37590ceb..b282e6b93 100644 --- a/src/IconOxygenSaturationOutlinedFilled.tsx +++ b/src/IconOxygenSaturationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOxygenSaturationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconOxygenSaturationRounded.tsx b/src/IconOxygenSaturationRounded.tsx index c7d1299fb..6ac3a9235 100644 --- a/src/IconOxygenSaturationRounded.tsx +++ b/src/IconOxygenSaturationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOxygenSaturationRounded: React.FC = ({ ...props diff --git a/src/IconOxygenSaturationRoundedFilled.tsx b/src/IconOxygenSaturationRoundedFilled.tsx index aefd2b7f0..280e808a0 100644 --- a/src/IconOxygenSaturationRoundedFilled.tsx +++ b/src/IconOxygenSaturationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOxygenSaturationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconOxygenSaturationSharp.tsx b/src/IconOxygenSaturationSharp.tsx index dac77946e..96d149279 100644 --- a/src/IconOxygenSaturationSharp.tsx +++ b/src/IconOxygenSaturationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOxygenSaturationSharp: React.FC = ({ ...props diff --git a/src/IconOxygenSaturationSharpFilled.tsx b/src/IconOxygenSaturationSharpFilled.tsx index 36c4f3159..90204fa51 100644 --- a/src/IconOxygenSaturationSharpFilled.tsx +++ b/src/IconOxygenSaturationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconOxygenSaturationSharpFilled: React.FC = ({ ...props diff --git a/src/IconP2pOutlined.tsx b/src/IconP2pOutlined.tsx index dc0899218..e00295803 100644 --- a/src/IconP2pOutlined.tsx +++ b/src/IconP2pOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconP2pOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconP2pOutlinedFilled.tsx b/src/IconP2pOutlinedFilled.tsx index ac8d7392b..79193418a 100644 --- a/src/IconP2pOutlinedFilled.tsx +++ b/src/IconP2pOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconP2pOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconP2pRounded.tsx b/src/IconP2pRounded.tsx index 4c04d557a..3f5f58b35 100644 --- a/src/IconP2pRounded.tsx +++ b/src/IconP2pRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconP2pRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconP2pRoundedFilled.tsx b/src/IconP2pRoundedFilled.tsx index 2fb0ab0a0..e13dc5e59 100644 --- a/src/IconP2pRoundedFilled.tsx +++ b/src/IconP2pRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconP2pRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconP2pSharp.tsx b/src/IconP2pSharp.tsx index 0f5d8421b..b426f354e 100644 --- a/src/IconP2pSharp.tsx +++ b/src/IconP2pSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconP2pSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconP2pSharpFilled.tsx b/src/IconP2pSharpFilled.tsx index 30c51954f..838086984 100644 --- a/src/IconP2pSharpFilled.tsx +++ b/src/IconP2pSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconP2pSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPaceOutlined.tsx b/src/IconPaceOutlined.tsx index 2b1400cb3..01bae339d 100644 --- a/src/IconPaceOutlined.tsx +++ b/src/IconPaceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPaceOutlinedFilled.tsx b/src/IconPaceOutlinedFilled.tsx index a89530d85..392efc82c 100644 --- a/src/IconPaceOutlinedFilled.tsx +++ b/src/IconPaceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaceOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPaceRounded.tsx b/src/IconPaceRounded.tsx index 40688d04e..57518e52a 100644 --- a/src/IconPaceRounded.tsx +++ b/src/IconPaceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPaceRoundedFilled.tsx b/src/IconPaceRoundedFilled.tsx index 9082422c0..7a11b858d 100644 --- a/src/IconPaceRoundedFilled.tsx +++ b/src/IconPaceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaceRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPaceSharp.tsx b/src/IconPaceSharp.tsx index 21a330aae..58b5c4490 100644 --- a/src/IconPaceSharp.tsx +++ b/src/IconPaceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPaceSharpFilled.tsx b/src/IconPaceSharpFilled.tsx index 1b4bbdae5..ed485fe1e 100644 --- a/src/IconPaceSharpFilled.tsx +++ b/src/IconPaceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPacemakerOutlined.tsx b/src/IconPacemakerOutlined.tsx index 9ab86282a..987b9bffb 100644 --- a/src/IconPacemakerOutlined.tsx +++ b/src/IconPacemakerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPacemakerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPacemakerOutlinedFilled.tsx b/src/IconPacemakerOutlinedFilled.tsx index ede73427f..2cdcb5c26 100644 --- a/src/IconPacemakerOutlinedFilled.tsx +++ b/src/IconPacemakerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPacemakerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPacemakerRounded.tsx b/src/IconPacemakerRounded.tsx index db26a032c..23639ac6d 100644 --- a/src/IconPacemakerRounded.tsx +++ b/src/IconPacemakerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPacemakerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPacemakerRoundedFilled.tsx b/src/IconPacemakerRoundedFilled.tsx index 2adb00c41..71a24ae90 100644 --- a/src/IconPacemakerRoundedFilled.tsx +++ b/src/IconPacemakerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPacemakerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPacemakerSharp.tsx b/src/IconPacemakerSharp.tsx index c6bf77253..553c92637 100644 --- a/src/IconPacemakerSharp.tsx +++ b/src/IconPacemakerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPacemakerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPacemakerSharpFilled.tsx b/src/IconPacemakerSharpFilled.tsx index e2a5e4024..00c2329db 100644 --- a/src/IconPacemakerSharpFilled.tsx +++ b/src/IconPacemakerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPacemakerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPackage2Outlined.tsx b/src/IconPackage2Outlined.tsx index 39336298e..8c9aac08f 100644 --- a/src/IconPackage2Outlined.tsx +++ b/src/IconPackage2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackage2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPackage2OutlinedFilled.tsx b/src/IconPackage2OutlinedFilled.tsx index f541ec50c..55128098f 100644 --- a/src/IconPackage2OutlinedFilled.tsx +++ b/src/IconPackage2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackage2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPackage2Rounded.tsx b/src/IconPackage2Rounded.tsx index 253cc0d9f..30d740fac 100644 --- a/src/IconPackage2Rounded.tsx +++ b/src/IconPackage2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackage2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPackage2RoundedFilled.tsx b/src/IconPackage2RoundedFilled.tsx index 40eb29738..a2b6df12d 100644 --- a/src/IconPackage2RoundedFilled.tsx +++ b/src/IconPackage2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackage2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconPackage2Sharp.tsx b/src/IconPackage2Sharp.tsx index cf1500f6c..e95dcbeae 100644 --- a/src/IconPackage2Sharp.tsx +++ b/src/IconPackage2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackage2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPackage2SharpFilled.tsx b/src/IconPackage2SharpFilled.tsx index 07e143e05..45af55df9 100644 --- a/src/IconPackage2SharpFilled.tsx +++ b/src/IconPackage2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackage2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPackageOutlined.tsx b/src/IconPackageOutlined.tsx index 4bdbf36a1..dc5f2f4f3 100644 --- a/src/IconPackageOutlined.tsx +++ b/src/IconPackageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPackageOutlinedFilled.tsx b/src/IconPackageOutlinedFilled.tsx index ce8cb984d..ab703e3e6 100644 --- a/src/IconPackageOutlinedFilled.tsx +++ b/src/IconPackageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPackageRounded.tsx b/src/IconPackageRounded.tsx index fe2b725d6..9e7976209 100644 --- a/src/IconPackageRounded.tsx +++ b/src/IconPackageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPackageRoundedFilled.tsx b/src/IconPackageRoundedFilled.tsx index e2761eadd..06cd0592a 100644 --- a/src/IconPackageRoundedFilled.tsx +++ b/src/IconPackageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackageRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPackageSharp.tsx b/src/IconPackageSharp.tsx index 293beca7a..418a5f4bf 100644 --- a/src/IconPackageSharp.tsx +++ b/src/IconPackageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPackageSharpFilled.tsx b/src/IconPackageSharpFilled.tsx index e4e3b5082..1a6f7f155 100644 --- a/src/IconPackageSharpFilled.tsx +++ b/src/IconPackageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPackageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPaddingOutlined.tsx b/src/IconPaddingOutlined.tsx index ee7b6dbb4..a62dea0d1 100644 --- a/src/IconPaddingOutlined.tsx +++ b/src/IconPaddingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaddingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPaddingOutlinedFilled.tsx b/src/IconPaddingOutlinedFilled.tsx index 6e301478c..257188416 100644 --- a/src/IconPaddingOutlinedFilled.tsx +++ b/src/IconPaddingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaddingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPaddingRounded.tsx b/src/IconPaddingRounded.tsx index b0f0627b9..51b0f9bc1 100644 --- a/src/IconPaddingRounded.tsx +++ b/src/IconPaddingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaddingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPaddingRoundedFilled.tsx b/src/IconPaddingRoundedFilled.tsx index ab9ce6bd0..433110206 100644 --- a/src/IconPaddingRoundedFilled.tsx +++ b/src/IconPaddingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaddingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPaddingSharp.tsx b/src/IconPaddingSharp.tsx index 8dc368475..a1f437324 100644 --- a/src/IconPaddingSharp.tsx +++ b/src/IconPaddingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaddingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPaddingSharpFilled.tsx b/src/IconPaddingSharpFilled.tsx index 4a1b0f405..33e04eade 100644 --- a/src/IconPaddingSharpFilled.tsx +++ b/src/IconPaddingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaddingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPageControlOutlined.tsx b/src/IconPageControlOutlined.tsx index e0803dc45..95c56ad2c 100644 --- a/src/IconPageControlOutlined.tsx +++ b/src/IconPageControlOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageControlOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPageControlOutlinedFilled.tsx b/src/IconPageControlOutlinedFilled.tsx index b2cdd9dc8..77238f400 100644 --- a/src/IconPageControlOutlinedFilled.tsx +++ b/src/IconPageControlOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageControlOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPageControlRounded.tsx b/src/IconPageControlRounded.tsx index 99c151fb3..41a16a57e 100644 --- a/src/IconPageControlRounded.tsx +++ b/src/IconPageControlRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageControlRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPageControlRoundedFilled.tsx b/src/IconPageControlRoundedFilled.tsx index 343e66fb2..bc03c54d2 100644 --- a/src/IconPageControlRoundedFilled.tsx +++ b/src/IconPageControlRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageControlRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPageControlSharp.tsx b/src/IconPageControlSharp.tsx index 27f775d7a..e0626a560 100644 --- a/src/IconPageControlSharp.tsx +++ b/src/IconPageControlSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageControlSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPageControlSharpFilled.tsx b/src/IconPageControlSharpFilled.tsx index 83700c16c..d0e32702a 100644 --- a/src/IconPageControlSharpFilled.tsx +++ b/src/IconPageControlSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageControlSharpFilled: React.FC = ({ ...props diff --git a/src/IconPageInfoOutlined.tsx b/src/IconPageInfoOutlined.tsx index 1c722f616..e91037cff 100644 --- a/src/IconPageInfoOutlined.tsx +++ b/src/IconPageInfoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageInfoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPageInfoOutlinedFilled.tsx b/src/IconPageInfoOutlinedFilled.tsx index 0bebf444b..fe73021f5 100644 --- a/src/IconPageInfoOutlinedFilled.tsx +++ b/src/IconPageInfoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageInfoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPageInfoRounded.tsx b/src/IconPageInfoRounded.tsx index 806216693..05f9e09be 100644 --- a/src/IconPageInfoRounded.tsx +++ b/src/IconPageInfoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageInfoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPageInfoRoundedFilled.tsx b/src/IconPageInfoRoundedFilled.tsx index badff1b06..0a48e5ca6 100644 --- a/src/IconPageInfoRoundedFilled.tsx +++ b/src/IconPageInfoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageInfoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPageInfoSharp.tsx b/src/IconPageInfoSharp.tsx index ba009175c..f7ef24a8d 100644 --- a/src/IconPageInfoSharp.tsx +++ b/src/IconPageInfoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageInfoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPageInfoSharpFilled.tsx b/src/IconPageInfoSharpFilled.tsx index 20ad03ce2..4757277c8 100644 --- a/src/IconPageInfoSharpFilled.tsx +++ b/src/IconPageInfoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageInfoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPagelessOutlined.tsx b/src/IconPagelessOutlined.tsx index 9352b9c3d..8224d19de 100644 --- a/src/IconPagelessOutlined.tsx +++ b/src/IconPagelessOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagelessOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPagelessOutlinedFilled.tsx b/src/IconPagelessOutlinedFilled.tsx index b65df7a59..74801c628 100644 --- a/src/IconPagelessOutlinedFilled.tsx +++ b/src/IconPagelessOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagelessOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPagelessRounded.tsx b/src/IconPagelessRounded.tsx index c99746e30..919d9db84 100644 --- a/src/IconPagelessRounded.tsx +++ b/src/IconPagelessRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagelessRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPagelessRoundedFilled.tsx b/src/IconPagelessRoundedFilled.tsx index 21f57d575..6c5a6c861 100644 --- a/src/IconPagelessRoundedFilled.tsx +++ b/src/IconPagelessRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagelessRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPagelessSharp.tsx b/src/IconPagelessSharp.tsx index 86f887214..069659338 100644 --- a/src/IconPagelessSharp.tsx +++ b/src/IconPagelessSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagelessSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPagelessSharpFilled.tsx b/src/IconPagelessSharpFilled.tsx index a66364829..89f1b139a 100644 --- a/src/IconPagelessSharpFilled.tsx +++ b/src/IconPagelessSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagelessSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPagesOutlined.tsx b/src/IconPagesOutlined.tsx index c559e52f9..bb918e2a7 100644 --- a/src/IconPagesOutlined.tsx +++ b/src/IconPagesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPagesOutlinedFilled.tsx b/src/IconPagesOutlinedFilled.tsx index cb543f670..53a1e4845 100644 --- a/src/IconPagesOutlinedFilled.tsx +++ b/src/IconPagesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagesOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPagesRounded.tsx b/src/IconPagesRounded.tsx index dc188bac3..f00b945de 100644 --- a/src/IconPagesRounded.tsx +++ b/src/IconPagesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPagesRoundedFilled.tsx b/src/IconPagesRoundedFilled.tsx index e0b63515d..0f66932d2 100644 --- a/src/IconPagesRoundedFilled.tsx +++ b/src/IconPagesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagesRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPagesSharp.tsx b/src/IconPagesSharp.tsx index fd0234d1a..9309b562f 100644 --- a/src/IconPagesSharp.tsx +++ b/src/IconPagesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPagesSharpFilled.tsx b/src/IconPagesSharpFilled.tsx index 4ec91f326..0a6f42c0f 100644 --- a/src/IconPagesSharpFilled.tsx +++ b/src/IconPagesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPagesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPageviewOutlined.tsx b/src/IconPageviewOutlined.tsx index 7d1573625..f587f23ac 100644 --- a/src/IconPageviewOutlined.tsx +++ b/src/IconPageviewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageviewOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPageviewOutlinedFilled.tsx b/src/IconPageviewOutlinedFilled.tsx index b35c3e0b8..d7da8694c 100644 --- a/src/IconPageviewOutlinedFilled.tsx +++ b/src/IconPageviewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageviewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPageviewRounded.tsx b/src/IconPageviewRounded.tsx index ab8e12838..ae8237976 100644 --- a/src/IconPageviewRounded.tsx +++ b/src/IconPageviewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageviewRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPageviewRoundedFilled.tsx b/src/IconPageviewRoundedFilled.tsx index 535150294..67dfa111b 100644 --- a/src/IconPageviewRoundedFilled.tsx +++ b/src/IconPageviewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageviewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPageviewSharp.tsx b/src/IconPageviewSharp.tsx index 85865022c..dcbcbf71a 100644 --- a/src/IconPageviewSharp.tsx +++ b/src/IconPageviewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageviewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPageviewSharpFilled.tsx b/src/IconPageviewSharpFilled.tsx index b6dfb3a62..c99528fc7 100644 --- a/src/IconPageviewSharpFilled.tsx +++ b/src/IconPageviewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPageviewSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPaidOutlined.tsx b/src/IconPaidOutlined.tsx index 79c2d0d3c..01810ec5c 100644 --- a/src/IconPaidOutlined.tsx +++ b/src/IconPaidOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaidOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPaidOutlinedFilled.tsx b/src/IconPaidOutlinedFilled.tsx index 1b38f1617..2cb8863f4 100644 --- a/src/IconPaidOutlinedFilled.tsx +++ b/src/IconPaidOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaidOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPaidRounded.tsx b/src/IconPaidRounded.tsx index db2aea6fc..5861e6d41 100644 --- a/src/IconPaidRounded.tsx +++ b/src/IconPaidRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaidRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPaidRoundedFilled.tsx b/src/IconPaidRoundedFilled.tsx index 210c84e5c..827740a74 100644 --- a/src/IconPaidRoundedFilled.tsx +++ b/src/IconPaidRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaidRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPaidSharp.tsx b/src/IconPaidSharp.tsx index b1c0d5a45..3821973c9 100644 --- a/src/IconPaidSharp.tsx +++ b/src/IconPaidSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaidSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPaidSharpFilled.tsx b/src/IconPaidSharpFilled.tsx index 27c326f7c..a09173ed4 100644 --- a/src/IconPaidSharpFilled.tsx +++ b/src/IconPaidSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaidSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPaletteOutlined.tsx b/src/IconPaletteOutlined.tsx index d65379988..5e3960743 100644 --- a/src/IconPaletteOutlined.tsx +++ b/src/IconPaletteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaletteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPaletteOutlinedFilled.tsx b/src/IconPaletteOutlinedFilled.tsx index 2d5b0e639..54aabbedd 100644 --- a/src/IconPaletteOutlinedFilled.tsx +++ b/src/IconPaletteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaletteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPaletteRounded.tsx b/src/IconPaletteRounded.tsx index b319119e6..ad8066e86 100644 --- a/src/IconPaletteRounded.tsx +++ b/src/IconPaletteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaletteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPaletteRoundedFilled.tsx b/src/IconPaletteRoundedFilled.tsx index 37ca786b8..26102b356 100644 --- a/src/IconPaletteRoundedFilled.tsx +++ b/src/IconPaletteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaletteRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPaletteSharp.tsx b/src/IconPaletteSharp.tsx index 2e1ca9f76..39d4e090c 100644 --- a/src/IconPaletteSharp.tsx +++ b/src/IconPaletteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaletteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPaletteSharpFilled.tsx b/src/IconPaletteSharpFilled.tsx index 33a1bd478..1e355f171 100644 --- a/src/IconPaletteSharpFilled.tsx +++ b/src/IconPaletteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaletteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPalletOutlined.tsx b/src/IconPalletOutlined.tsx index de35c97e5..e0907e399 100644 --- a/src/IconPalletOutlined.tsx +++ b/src/IconPalletOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPalletOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPalletOutlinedFilled.tsx b/src/IconPalletOutlinedFilled.tsx index 1d5bdb2d3..bef4bdc9a 100644 --- a/src/IconPalletOutlinedFilled.tsx +++ b/src/IconPalletOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPalletOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPalletRounded.tsx b/src/IconPalletRounded.tsx index 79051f49f..4513ec014 100644 --- a/src/IconPalletRounded.tsx +++ b/src/IconPalletRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPalletRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPalletRoundedFilled.tsx b/src/IconPalletRoundedFilled.tsx index 16644c3b0..f67ccbbbd 100644 --- a/src/IconPalletRoundedFilled.tsx +++ b/src/IconPalletRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPalletRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPalletSharp.tsx b/src/IconPalletSharp.tsx index a8651e6fe..bf3342de5 100644 --- a/src/IconPalletSharp.tsx +++ b/src/IconPalletSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPalletSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPalletSharpFilled.tsx b/src/IconPalletSharpFilled.tsx index 1d4bcbc6d..ee3c2b445 100644 --- a/src/IconPalletSharpFilled.tsx +++ b/src/IconPalletSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPalletSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPanToolAltOutlined.tsx b/src/IconPanToolAltOutlined.tsx index ea6b95de7..291bbaa7d 100644 --- a/src/IconPanToolAltOutlined.tsx +++ b/src/IconPanToolAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPanToolAltOutlinedFilled.tsx b/src/IconPanToolAltOutlinedFilled.tsx index d6a3d38fa..a8c86bb4a 100644 --- a/src/IconPanToolAltOutlinedFilled.tsx +++ b/src/IconPanToolAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPanToolAltRounded.tsx b/src/IconPanToolAltRounded.tsx index 523990905..513e045ed 100644 --- a/src/IconPanToolAltRounded.tsx +++ b/src/IconPanToolAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPanToolAltRoundedFilled.tsx b/src/IconPanToolAltRoundedFilled.tsx index d19d03de2..d7dbec673 100644 --- a/src/IconPanToolAltRoundedFilled.tsx +++ b/src/IconPanToolAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPanToolAltSharp.tsx b/src/IconPanToolAltSharp.tsx index b8bcc58a2..598d22df5 100644 --- a/src/IconPanToolAltSharp.tsx +++ b/src/IconPanToolAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPanToolAltSharpFilled.tsx b/src/IconPanToolAltSharpFilled.tsx index 7460e8c78..f3308bfb7 100644 --- a/src/IconPanToolAltSharpFilled.tsx +++ b/src/IconPanToolAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconPanToolOutlined.tsx b/src/IconPanToolOutlined.tsx index 0da00b1c1..2280ab9e1 100644 --- a/src/IconPanToolOutlined.tsx +++ b/src/IconPanToolOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPanToolOutlinedFilled.tsx b/src/IconPanToolOutlinedFilled.tsx index 62e595d0b..8f96a4072 100644 --- a/src/IconPanToolOutlinedFilled.tsx +++ b/src/IconPanToolOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPanToolRounded.tsx b/src/IconPanToolRounded.tsx index 043cd81a2..879bde34a 100644 --- a/src/IconPanToolRounded.tsx +++ b/src/IconPanToolRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPanToolRoundedFilled.tsx b/src/IconPanToolRoundedFilled.tsx index 99a66cc31..e27a82398 100644 --- a/src/IconPanToolRoundedFilled.tsx +++ b/src/IconPanToolRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPanToolSharp.tsx b/src/IconPanToolSharp.tsx index 3cce607fe..420a32d81 100644 --- a/src/IconPanToolSharp.tsx +++ b/src/IconPanToolSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPanToolSharpFilled.tsx b/src/IconPanToolSharpFilled.tsx index 316308a05..b123bc419 100644 --- a/src/IconPanToolSharpFilled.tsx +++ b/src/IconPanToolSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanToolSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPanZoomOutlined.tsx b/src/IconPanZoomOutlined.tsx index 5d7464a04..871a2ff47 100644 --- a/src/IconPanZoomOutlined.tsx +++ b/src/IconPanZoomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanZoomOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPanZoomOutlinedFilled.tsx b/src/IconPanZoomOutlinedFilled.tsx index b91750c4a..1758a6cc8 100644 --- a/src/IconPanZoomOutlinedFilled.tsx +++ b/src/IconPanZoomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanZoomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPanZoomRounded.tsx b/src/IconPanZoomRounded.tsx index 343e3b6aa..a7745c4ee 100644 --- a/src/IconPanZoomRounded.tsx +++ b/src/IconPanZoomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanZoomRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPanZoomRoundedFilled.tsx b/src/IconPanZoomRoundedFilled.tsx index f3f7533a5..d9867f796 100644 --- a/src/IconPanZoomRoundedFilled.tsx +++ b/src/IconPanZoomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanZoomRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPanZoomSharp.tsx b/src/IconPanZoomSharp.tsx index d23cd8261..859b62e67 100644 --- a/src/IconPanZoomSharp.tsx +++ b/src/IconPanZoomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanZoomSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPanZoomSharpFilled.tsx b/src/IconPanZoomSharpFilled.tsx index 6f32fb2fd..9c5037fde 100644 --- a/src/IconPanZoomSharpFilled.tsx +++ b/src/IconPanZoomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanZoomSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPanoramaHorizontalOutlined.tsx b/src/IconPanoramaHorizontalOutlined.tsx index 889a6ff8d..736d57d68 100644 --- a/src/IconPanoramaHorizontalOutlined.tsx +++ b/src/IconPanoramaHorizontalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaHorizontalOutlined: React.FC = ({ ...props diff --git a/src/IconPanoramaHorizontalOutlinedFilled.tsx b/src/IconPanoramaHorizontalOutlinedFilled.tsx index 51bb4eea2..7d496e0ba 100644 --- a/src/IconPanoramaHorizontalOutlinedFilled.tsx +++ b/src/IconPanoramaHorizontalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaHorizontalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaHorizontalRounded.tsx b/src/IconPanoramaHorizontalRounded.tsx index 496c724a9..4b03857c3 100644 --- a/src/IconPanoramaHorizontalRounded.tsx +++ b/src/IconPanoramaHorizontalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaHorizontalRounded: React.FC = ({ ...props diff --git a/src/IconPanoramaHorizontalRoundedFilled.tsx b/src/IconPanoramaHorizontalRoundedFilled.tsx index b870ddc72..39b6091a1 100644 --- a/src/IconPanoramaHorizontalRoundedFilled.tsx +++ b/src/IconPanoramaHorizontalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaHorizontalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaHorizontalSharp.tsx b/src/IconPanoramaHorizontalSharp.tsx index 23b775457..e2c39d4aa 100644 --- a/src/IconPanoramaHorizontalSharp.tsx +++ b/src/IconPanoramaHorizontalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaHorizontalSharp: React.FC = ({ ...props diff --git a/src/IconPanoramaHorizontalSharpFilled.tsx b/src/IconPanoramaHorizontalSharpFilled.tsx index 20fdf8add..d0c6fd14c 100644 --- a/src/IconPanoramaHorizontalSharpFilled.tsx +++ b/src/IconPanoramaHorizontalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaHorizontalSharpFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaOutlined.tsx b/src/IconPanoramaOutlined.tsx index 5ccca3a18..695734bba 100644 --- a/src/IconPanoramaOutlined.tsx +++ b/src/IconPanoramaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPanoramaOutlinedFilled.tsx b/src/IconPanoramaOutlinedFilled.tsx index 48428b5e6..f6aadb33b 100644 --- a/src/IconPanoramaOutlinedFilled.tsx +++ b/src/IconPanoramaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaPhotosphereOutlined.tsx b/src/IconPanoramaPhotosphereOutlined.tsx index 218de3a3b..50f23cf88 100644 --- a/src/IconPanoramaPhotosphereOutlined.tsx +++ b/src/IconPanoramaPhotosphereOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaPhotosphereOutlined: React.FC = ({ ...props diff --git a/src/IconPanoramaPhotosphereOutlinedFilled.tsx b/src/IconPanoramaPhotosphereOutlinedFilled.tsx index 442298f86..620946ecd 100644 --- a/src/IconPanoramaPhotosphereOutlinedFilled.tsx +++ b/src/IconPanoramaPhotosphereOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaPhotosphereOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaPhotosphereRounded.tsx b/src/IconPanoramaPhotosphereRounded.tsx index cbcfb9705..890ea512e 100644 --- a/src/IconPanoramaPhotosphereRounded.tsx +++ b/src/IconPanoramaPhotosphereRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaPhotosphereRounded: React.FC = ({ ...props diff --git a/src/IconPanoramaPhotosphereRoundedFilled.tsx b/src/IconPanoramaPhotosphereRoundedFilled.tsx index b5671e04a..ba83ab180 100644 --- a/src/IconPanoramaPhotosphereRoundedFilled.tsx +++ b/src/IconPanoramaPhotosphereRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaPhotosphereRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaPhotosphereSharp.tsx b/src/IconPanoramaPhotosphereSharp.tsx index b33d494d2..1e755370b 100644 --- a/src/IconPanoramaPhotosphereSharp.tsx +++ b/src/IconPanoramaPhotosphereSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaPhotosphereSharp: React.FC = ({ ...props diff --git a/src/IconPanoramaPhotosphereSharpFilled.tsx b/src/IconPanoramaPhotosphereSharpFilled.tsx index a1c1c8dd8..86c62d937 100644 --- a/src/IconPanoramaPhotosphereSharpFilled.tsx +++ b/src/IconPanoramaPhotosphereSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaPhotosphereSharpFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaRounded.tsx b/src/IconPanoramaRounded.tsx index bf784c1c1..2f5a62197 100644 --- a/src/IconPanoramaRounded.tsx +++ b/src/IconPanoramaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPanoramaRoundedFilled.tsx b/src/IconPanoramaRoundedFilled.tsx index faca96c35..236a9ee66 100644 --- a/src/IconPanoramaRoundedFilled.tsx +++ b/src/IconPanoramaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaSharp.tsx b/src/IconPanoramaSharp.tsx index c3a5a4a1d..8d4313624 100644 --- a/src/IconPanoramaSharp.tsx +++ b/src/IconPanoramaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPanoramaSharpFilled.tsx b/src/IconPanoramaSharpFilled.tsx index 6159d2cbb..02d999895 100644 --- a/src/IconPanoramaSharpFilled.tsx +++ b/src/IconPanoramaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPanoramaVerticalOutlined.tsx b/src/IconPanoramaVerticalOutlined.tsx index d923930a4..ac7db85e6 100644 --- a/src/IconPanoramaVerticalOutlined.tsx +++ b/src/IconPanoramaVerticalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaVerticalOutlined: React.FC = ({ ...props diff --git a/src/IconPanoramaVerticalOutlinedFilled.tsx b/src/IconPanoramaVerticalOutlinedFilled.tsx index 3d3c86941..26845c0b9 100644 --- a/src/IconPanoramaVerticalOutlinedFilled.tsx +++ b/src/IconPanoramaVerticalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaVerticalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaVerticalRounded.tsx b/src/IconPanoramaVerticalRounded.tsx index 2804438ea..408ebed96 100644 --- a/src/IconPanoramaVerticalRounded.tsx +++ b/src/IconPanoramaVerticalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaVerticalRounded: React.FC = ({ ...props diff --git a/src/IconPanoramaVerticalRoundedFilled.tsx b/src/IconPanoramaVerticalRoundedFilled.tsx index f480df69e..4af8a406f 100644 --- a/src/IconPanoramaVerticalRoundedFilled.tsx +++ b/src/IconPanoramaVerticalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaVerticalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaVerticalSharp.tsx b/src/IconPanoramaVerticalSharp.tsx index 8c665a57f..04b42d442 100644 --- a/src/IconPanoramaVerticalSharp.tsx +++ b/src/IconPanoramaVerticalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaVerticalSharp: React.FC = ({ ...props diff --git a/src/IconPanoramaVerticalSharpFilled.tsx b/src/IconPanoramaVerticalSharpFilled.tsx index 4be38b89c..a1aafc589 100644 --- a/src/IconPanoramaVerticalSharpFilled.tsx +++ b/src/IconPanoramaVerticalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaVerticalSharpFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaWideAngleOutlined.tsx b/src/IconPanoramaWideAngleOutlined.tsx index e3c337f92..18d014ba1 100644 --- a/src/IconPanoramaWideAngleOutlined.tsx +++ b/src/IconPanoramaWideAngleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaWideAngleOutlined: React.FC = ({ ...props diff --git a/src/IconPanoramaWideAngleOutlinedFilled.tsx b/src/IconPanoramaWideAngleOutlinedFilled.tsx index 6c6d43a8f..5f8c82824 100644 --- a/src/IconPanoramaWideAngleOutlinedFilled.tsx +++ b/src/IconPanoramaWideAngleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaWideAngleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaWideAngleRounded.tsx b/src/IconPanoramaWideAngleRounded.tsx index 49f17358b..b0553608d 100644 --- a/src/IconPanoramaWideAngleRounded.tsx +++ b/src/IconPanoramaWideAngleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaWideAngleRounded: React.FC = ({ ...props diff --git a/src/IconPanoramaWideAngleRoundedFilled.tsx b/src/IconPanoramaWideAngleRoundedFilled.tsx index fa21f047e..275f53a8b 100644 --- a/src/IconPanoramaWideAngleRoundedFilled.tsx +++ b/src/IconPanoramaWideAngleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaWideAngleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPanoramaWideAngleSharp.tsx b/src/IconPanoramaWideAngleSharp.tsx index 83865a678..a3ab50569 100644 --- a/src/IconPanoramaWideAngleSharp.tsx +++ b/src/IconPanoramaWideAngleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaWideAngleSharp: React.FC = ({ ...props diff --git a/src/IconPanoramaWideAngleSharpFilled.tsx b/src/IconPanoramaWideAngleSharpFilled.tsx index 9d381dab0..e5de38186 100644 --- a/src/IconPanoramaWideAngleSharpFilled.tsx +++ b/src/IconPanoramaWideAngleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPanoramaWideAngleSharpFilled: React.FC = ({ ...props diff --git a/src/IconParaglidingOutlined.tsx b/src/IconParaglidingOutlined.tsx index fab1c56d5..c419101a5 100644 --- a/src/IconParaglidingOutlined.tsx +++ b/src/IconParaglidingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParaglidingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconParaglidingOutlinedFilled.tsx b/src/IconParaglidingOutlinedFilled.tsx index f2c599161..83cdec6bc 100644 --- a/src/IconParaglidingOutlinedFilled.tsx +++ b/src/IconParaglidingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParaglidingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconParaglidingRounded.tsx b/src/IconParaglidingRounded.tsx index eb7849d79..85203d922 100644 --- a/src/IconParaglidingRounded.tsx +++ b/src/IconParaglidingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParaglidingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconParaglidingRoundedFilled.tsx b/src/IconParaglidingRoundedFilled.tsx index 97ab2784d..df0ed5729 100644 --- a/src/IconParaglidingRoundedFilled.tsx +++ b/src/IconParaglidingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParaglidingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconParaglidingSharp.tsx b/src/IconParaglidingSharp.tsx index ec5e4612d..7901fdf39 100644 --- a/src/IconParaglidingSharp.tsx +++ b/src/IconParaglidingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParaglidingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconParaglidingSharpFilled.tsx b/src/IconParaglidingSharpFilled.tsx index e0b4d1ac7..d2f7a88f3 100644 --- a/src/IconParaglidingSharpFilled.tsx +++ b/src/IconParaglidingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParaglidingSharpFilled: React.FC = ({ ...props diff --git a/src/IconParkOutlined.tsx b/src/IconParkOutlined.tsx index 77e865afa..5c0e5296e 100644 --- a/src/IconParkOutlined.tsx +++ b/src/IconParkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconParkOutlinedFilled.tsx b/src/IconParkOutlinedFilled.tsx index bea1cc994..820347edd 100644 --- a/src/IconParkOutlinedFilled.tsx +++ b/src/IconParkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParkOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconParkRounded.tsx b/src/IconParkRounded.tsx index 468def926..f2c2efc30 100644 --- a/src/IconParkRounded.tsx +++ b/src/IconParkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconParkRoundedFilled.tsx b/src/IconParkRoundedFilled.tsx index 9cdb1a573..04f711a40 100644 --- a/src/IconParkRoundedFilled.tsx +++ b/src/IconParkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParkRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconParkSharp.tsx b/src/IconParkSharp.tsx index 5f94aa6fa..3ed5c331c 100644 --- a/src/IconParkSharp.tsx +++ b/src/IconParkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconParkSharpFilled.tsx b/src/IconParkSharpFilled.tsx index 5035ed36a..ba2d17bf7 100644 --- a/src/IconParkSharpFilled.tsx +++ b/src/IconParkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconParkSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPartlyCloudyDayOutlined.tsx b/src/IconPartlyCloudyDayOutlined.tsx index 283d4b36b..320cc0670 100644 --- a/src/IconPartlyCloudyDayOutlined.tsx +++ b/src/IconPartlyCloudyDayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyDayOutlined: React.FC = ({ ...props diff --git a/src/IconPartlyCloudyDayOutlinedFilled.tsx b/src/IconPartlyCloudyDayOutlinedFilled.tsx index 5bd7ac814..2216f60e2 100644 --- a/src/IconPartlyCloudyDayOutlinedFilled.tsx +++ b/src/IconPartlyCloudyDayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyDayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPartlyCloudyDayRounded.tsx b/src/IconPartlyCloudyDayRounded.tsx index 918773baf..5d2e86272 100644 --- a/src/IconPartlyCloudyDayRounded.tsx +++ b/src/IconPartlyCloudyDayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyDayRounded: React.FC = ({ ...props diff --git a/src/IconPartlyCloudyDayRoundedFilled.tsx b/src/IconPartlyCloudyDayRoundedFilled.tsx index 744e3d372..2543527e6 100644 --- a/src/IconPartlyCloudyDayRoundedFilled.tsx +++ b/src/IconPartlyCloudyDayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyDayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPartlyCloudyDaySharp.tsx b/src/IconPartlyCloudyDaySharp.tsx index 3d7589c03..3d9227f52 100644 --- a/src/IconPartlyCloudyDaySharp.tsx +++ b/src/IconPartlyCloudyDaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyDaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPartlyCloudyDaySharpFilled.tsx b/src/IconPartlyCloudyDaySharpFilled.tsx index 01945844a..022b94074 100644 --- a/src/IconPartlyCloudyDaySharpFilled.tsx +++ b/src/IconPartlyCloudyDaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyDaySharpFilled: React.FC = ({ ...props diff --git a/src/IconPartlyCloudyNightOutlined.tsx b/src/IconPartlyCloudyNightOutlined.tsx index 6b4e981db..859729d93 100644 --- a/src/IconPartlyCloudyNightOutlined.tsx +++ b/src/IconPartlyCloudyNightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyNightOutlined: React.FC = ({ ...props diff --git a/src/IconPartlyCloudyNightOutlinedFilled.tsx b/src/IconPartlyCloudyNightOutlinedFilled.tsx index c5da3bc9f..8cb6e28ea 100644 --- a/src/IconPartlyCloudyNightOutlinedFilled.tsx +++ b/src/IconPartlyCloudyNightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyNightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPartlyCloudyNightRounded.tsx b/src/IconPartlyCloudyNightRounded.tsx index c29e7ea36..d29641299 100644 --- a/src/IconPartlyCloudyNightRounded.tsx +++ b/src/IconPartlyCloudyNightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyNightRounded: React.FC = ({ ...props diff --git a/src/IconPartlyCloudyNightRoundedFilled.tsx b/src/IconPartlyCloudyNightRoundedFilled.tsx index 57b495144..2d0dfce57 100644 --- a/src/IconPartlyCloudyNightRoundedFilled.tsx +++ b/src/IconPartlyCloudyNightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyNightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPartlyCloudyNightSharp.tsx b/src/IconPartlyCloudyNightSharp.tsx index 28bd98736..82a95e8e3 100644 --- a/src/IconPartlyCloudyNightSharp.tsx +++ b/src/IconPartlyCloudyNightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyNightSharp: React.FC = ({ ...props diff --git a/src/IconPartlyCloudyNightSharpFilled.tsx b/src/IconPartlyCloudyNightSharpFilled.tsx index 70102f9a1..d4112897f 100644 --- a/src/IconPartlyCloudyNightSharpFilled.tsx +++ b/src/IconPartlyCloudyNightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartlyCloudyNightSharpFilled: React.FC = ({ ...props diff --git a/src/IconPartnerExchangeOutlined.tsx b/src/IconPartnerExchangeOutlined.tsx index e756b3073..55b7e3eca 100644 --- a/src/IconPartnerExchangeOutlined.tsx +++ b/src/IconPartnerExchangeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerExchangeOutlined: React.FC = ({ ...props diff --git a/src/IconPartnerExchangeOutlinedFilled.tsx b/src/IconPartnerExchangeOutlinedFilled.tsx index bc0afd73b..591bbcbd8 100644 --- a/src/IconPartnerExchangeOutlinedFilled.tsx +++ b/src/IconPartnerExchangeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerExchangeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPartnerExchangeRounded.tsx b/src/IconPartnerExchangeRounded.tsx index 625da8049..f741e8328 100644 --- a/src/IconPartnerExchangeRounded.tsx +++ b/src/IconPartnerExchangeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerExchangeRounded: React.FC = ({ ...props diff --git a/src/IconPartnerExchangeRoundedFilled.tsx b/src/IconPartnerExchangeRoundedFilled.tsx index fb60d5bbc..757b1bf89 100644 --- a/src/IconPartnerExchangeRoundedFilled.tsx +++ b/src/IconPartnerExchangeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerExchangeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPartnerExchangeSharp.tsx b/src/IconPartnerExchangeSharp.tsx index 79c029f96..fcbb24923 100644 --- a/src/IconPartnerExchangeSharp.tsx +++ b/src/IconPartnerExchangeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerExchangeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPartnerExchangeSharpFilled.tsx b/src/IconPartnerExchangeSharpFilled.tsx index 0e3eefa6b..0439e9d84 100644 --- a/src/IconPartnerExchangeSharpFilled.tsx +++ b/src/IconPartnerExchangeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerExchangeSharpFilled: React.FC = ({ ...props diff --git a/src/IconPartnerReportsOutlined.tsx b/src/IconPartnerReportsOutlined.tsx index a83dfff0b..2dfc7515d 100644 --- a/src/IconPartnerReportsOutlined.tsx +++ b/src/IconPartnerReportsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerReportsOutlined: React.FC = ({ ...props diff --git a/src/IconPartnerReportsOutlinedFilled.tsx b/src/IconPartnerReportsOutlinedFilled.tsx index e0cac2f33..a77696722 100644 --- a/src/IconPartnerReportsOutlinedFilled.tsx +++ b/src/IconPartnerReportsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerReportsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPartnerReportsRounded.tsx b/src/IconPartnerReportsRounded.tsx index 868315210..559f2020d 100644 --- a/src/IconPartnerReportsRounded.tsx +++ b/src/IconPartnerReportsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerReportsRounded: React.FC = ({ ...props diff --git a/src/IconPartnerReportsRoundedFilled.tsx b/src/IconPartnerReportsRoundedFilled.tsx index 5fe2abee5..97b22ee4a 100644 --- a/src/IconPartnerReportsRoundedFilled.tsx +++ b/src/IconPartnerReportsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerReportsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPartnerReportsSharp.tsx b/src/IconPartnerReportsSharp.tsx index dedfe31fa..0a2a3c7db 100644 --- a/src/IconPartnerReportsSharp.tsx +++ b/src/IconPartnerReportsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerReportsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPartnerReportsSharpFilled.tsx b/src/IconPartnerReportsSharpFilled.tsx index f06ed360c..e77ce1d09 100644 --- a/src/IconPartnerReportsSharpFilled.tsx +++ b/src/IconPartnerReportsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartnerReportsSharpFilled: React.FC = ({ ...props diff --git a/src/IconPartyModeOutlined.tsx b/src/IconPartyModeOutlined.tsx index 22340e506..714767b00 100644 --- a/src/IconPartyModeOutlined.tsx +++ b/src/IconPartyModeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartyModeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPartyModeOutlinedFilled.tsx b/src/IconPartyModeOutlinedFilled.tsx index 20c9ee9ae..9e49dd825 100644 --- a/src/IconPartyModeOutlinedFilled.tsx +++ b/src/IconPartyModeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartyModeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPartyModeRounded.tsx b/src/IconPartyModeRounded.tsx index ccc092283..bc5be8ece 100644 --- a/src/IconPartyModeRounded.tsx +++ b/src/IconPartyModeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartyModeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPartyModeRoundedFilled.tsx b/src/IconPartyModeRoundedFilled.tsx index cd834db52..cd1deba45 100644 --- a/src/IconPartyModeRoundedFilled.tsx +++ b/src/IconPartyModeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartyModeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPartyModeSharp.tsx b/src/IconPartyModeSharp.tsx index 39b4959f1..d8a772745 100644 --- a/src/IconPartyModeSharp.tsx +++ b/src/IconPartyModeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartyModeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPartyModeSharpFilled.tsx b/src/IconPartyModeSharpFilled.tsx index d532af7ee..3e2f683f9 100644 --- a/src/IconPartyModeSharpFilled.tsx +++ b/src/IconPartyModeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPartyModeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPasskeyOutlined.tsx b/src/IconPasskeyOutlined.tsx index 0ebe784b8..d72ef4e73 100644 --- a/src/IconPasskeyOutlined.tsx +++ b/src/IconPasskeyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasskeyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPasskeyOutlinedFilled.tsx b/src/IconPasskeyOutlinedFilled.tsx index a1e0100f0..9359fa87d 100644 --- a/src/IconPasskeyOutlinedFilled.tsx +++ b/src/IconPasskeyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasskeyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPasskeyRounded.tsx b/src/IconPasskeyRounded.tsx index 2724978b2..c7eadc97a 100644 --- a/src/IconPasskeyRounded.tsx +++ b/src/IconPasskeyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasskeyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPasskeyRoundedFilled.tsx b/src/IconPasskeyRoundedFilled.tsx index f1c02bc48..a52137a32 100644 --- a/src/IconPasskeyRoundedFilled.tsx +++ b/src/IconPasskeyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasskeyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPasskeySharp.tsx b/src/IconPasskeySharp.tsx index 0ad9b6150..3245ac5f0 100644 --- a/src/IconPasskeySharp.tsx +++ b/src/IconPasskeySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasskeySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPasskeySharpFilled.tsx b/src/IconPasskeySharpFilled.tsx index 726370b71..07936518a 100644 --- a/src/IconPasskeySharpFilled.tsx +++ b/src/IconPasskeySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasskeySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPassword2OffOutlined.tsx b/src/IconPassword2OffOutlined.tsx index 9e0c5cf5c..630f09de5 100644 --- a/src/IconPassword2OffOutlined.tsx +++ b/src/IconPassword2OffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2OffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPassword2OffOutlinedFilled.tsx b/src/IconPassword2OffOutlinedFilled.tsx index 9f94bee30..1d43b90fc 100644 --- a/src/IconPassword2OffOutlinedFilled.tsx +++ b/src/IconPassword2OffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2OffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPassword2OffRounded.tsx b/src/IconPassword2OffRounded.tsx index 1fdba4747..8f4fb007c 100644 --- a/src/IconPassword2OffRounded.tsx +++ b/src/IconPassword2OffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2OffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPassword2OffRoundedFilled.tsx b/src/IconPassword2OffRoundedFilled.tsx index 57c0a7889..7b422ed4d 100644 --- a/src/IconPassword2OffRoundedFilled.tsx +++ b/src/IconPassword2OffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2OffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPassword2OffSharp.tsx b/src/IconPassword2OffSharp.tsx index 84583e3b8..a4f6bbc31 100644 --- a/src/IconPassword2OffSharp.tsx +++ b/src/IconPassword2OffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2OffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPassword2OffSharpFilled.tsx b/src/IconPassword2OffSharpFilled.tsx index b2665386e..0504bb80c 100644 --- a/src/IconPassword2OffSharpFilled.tsx +++ b/src/IconPassword2OffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2OffSharpFilled: React.FC = ({ ...props diff --git a/src/IconPassword2Outlined.tsx b/src/IconPassword2Outlined.tsx index 92126aab1..d9622a113 100644 --- a/src/IconPassword2Outlined.tsx +++ b/src/IconPassword2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPassword2OutlinedFilled.tsx b/src/IconPassword2OutlinedFilled.tsx index f2c25a811..b54910a50 100644 --- a/src/IconPassword2OutlinedFilled.tsx +++ b/src/IconPassword2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPassword2Rounded.tsx b/src/IconPassword2Rounded.tsx index 8a7665f69..62d946e1e 100644 --- a/src/IconPassword2Rounded.tsx +++ b/src/IconPassword2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPassword2RoundedFilled.tsx b/src/IconPassword2RoundedFilled.tsx index 740975194..d3e62bb62 100644 --- a/src/IconPassword2RoundedFilled.tsx +++ b/src/IconPassword2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconPassword2Sharp.tsx b/src/IconPassword2Sharp.tsx index b70a1f7f9..ff41d556f 100644 --- a/src/IconPassword2Sharp.tsx +++ b/src/IconPassword2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPassword2SharpFilled.tsx b/src/IconPassword2SharpFilled.tsx index 8a0eea3f7..5309a9719 100644 --- a/src/IconPassword2SharpFilled.tsx +++ b/src/IconPassword2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPassword2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPasswordOutlined.tsx b/src/IconPasswordOutlined.tsx index d752a9c2b..bcf643e4f 100644 --- a/src/IconPasswordOutlined.tsx +++ b/src/IconPasswordOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasswordOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPasswordOutlinedFilled.tsx b/src/IconPasswordOutlinedFilled.tsx index edf14a53d..0ef17f73b 100644 --- a/src/IconPasswordOutlinedFilled.tsx +++ b/src/IconPasswordOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasswordOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPasswordRounded.tsx b/src/IconPasswordRounded.tsx index 8b97533fa..23ee8b560 100644 --- a/src/IconPasswordRounded.tsx +++ b/src/IconPasswordRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasswordRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPasswordRoundedFilled.tsx b/src/IconPasswordRoundedFilled.tsx index d7aceb6b0..edc4598d8 100644 --- a/src/IconPasswordRoundedFilled.tsx +++ b/src/IconPasswordRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasswordRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPasswordSharp.tsx b/src/IconPasswordSharp.tsx index 11a534601..b601e79cf 100644 --- a/src/IconPasswordSharp.tsx +++ b/src/IconPasswordSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasswordSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPasswordSharpFilled.tsx b/src/IconPasswordSharpFilled.tsx index 9b74da03e..a2b49b4d2 100644 --- a/src/IconPasswordSharpFilled.tsx +++ b/src/IconPasswordSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPasswordSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPatientListOutlined.tsx b/src/IconPatientListOutlined.tsx index a52bc0a91..e0af147ff 100644 --- a/src/IconPatientListOutlined.tsx +++ b/src/IconPatientListOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatientListOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPatientListOutlinedFilled.tsx b/src/IconPatientListOutlinedFilled.tsx index 41b768cb2..3bb133180 100644 --- a/src/IconPatientListOutlinedFilled.tsx +++ b/src/IconPatientListOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatientListOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPatientListRounded.tsx b/src/IconPatientListRounded.tsx index 35a4a163a..30c1b3202 100644 --- a/src/IconPatientListRounded.tsx +++ b/src/IconPatientListRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatientListRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPatientListRoundedFilled.tsx b/src/IconPatientListRoundedFilled.tsx index 7328e5e5c..12e5cc8b1 100644 --- a/src/IconPatientListRoundedFilled.tsx +++ b/src/IconPatientListRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatientListRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPatientListSharp.tsx b/src/IconPatientListSharp.tsx index 525c3cf84..2b83aa9d9 100644 --- a/src/IconPatientListSharp.tsx +++ b/src/IconPatientListSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatientListSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPatientListSharpFilled.tsx b/src/IconPatientListSharpFilled.tsx index d0c97708b..8e0408114 100644 --- a/src/IconPatientListSharpFilled.tsx +++ b/src/IconPatientListSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatientListSharpFilled: React.FC = ({ ...props diff --git a/src/IconPatternOutlined.tsx b/src/IconPatternOutlined.tsx index 48bad935f..71e13555f 100644 --- a/src/IconPatternOutlined.tsx +++ b/src/IconPatternOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatternOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPatternOutlinedFilled.tsx b/src/IconPatternOutlinedFilled.tsx index de83b3766..52340ea17 100644 --- a/src/IconPatternOutlinedFilled.tsx +++ b/src/IconPatternOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatternOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPatternRounded.tsx b/src/IconPatternRounded.tsx index 022f15bac..48bd6682a 100644 --- a/src/IconPatternRounded.tsx +++ b/src/IconPatternRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatternRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPatternRoundedFilled.tsx b/src/IconPatternRoundedFilled.tsx index b5c0e6850..e829dfc72 100644 --- a/src/IconPatternRoundedFilled.tsx +++ b/src/IconPatternRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatternRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPatternSharp.tsx b/src/IconPatternSharp.tsx index 8cec891aa..893186c8e 100644 --- a/src/IconPatternSharp.tsx +++ b/src/IconPatternSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatternSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPatternSharpFilled.tsx b/src/IconPatternSharpFilled.tsx index 616fb469f..af939accd 100644 --- a/src/IconPatternSharpFilled.tsx +++ b/src/IconPatternSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPatternSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPauseCircleOutlined.tsx b/src/IconPauseCircleOutlined.tsx index b739b9c46..538686431 100644 --- a/src/IconPauseCircleOutlined.tsx +++ b/src/IconPauseCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPauseCircleOutlinedFilled.tsx b/src/IconPauseCircleOutlinedFilled.tsx index 09f31d625..a2ae4dd7e 100644 --- a/src/IconPauseCircleOutlinedFilled.tsx +++ b/src/IconPauseCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPauseCircleRounded.tsx b/src/IconPauseCircleRounded.tsx index a4b886977..0de747f07 100644 --- a/src/IconPauseCircleRounded.tsx +++ b/src/IconPauseCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPauseCircleRoundedFilled.tsx b/src/IconPauseCircleRoundedFilled.tsx index 07bf80554..523f0af62 100644 --- a/src/IconPauseCircleRoundedFilled.tsx +++ b/src/IconPauseCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPauseCircleSharp.tsx b/src/IconPauseCircleSharp.tsx index 7fdaffdcd..d788a75b8 100644 --- a/src/IconPauseCircleSharp.tsx +++ b/src/IconPauseCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPauseCircleSharpFilled.tsx b/src/IconPauseCircleSharpFilled.tsx index 94e5e66fa..912c985c3 100644 --- a/src/IconPauseCircleSharpFilled.tsx +++ b/src/IconPauseCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconPauseOutlined.tsx b/src/IconPauseOutlined.tsx index 73c300692..f27e161c7 100644 --- a/src/IconPauseOutlined.tsx +++ b/src/IconPauseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPauseOutlinedFilled.tsx b/src/IconPauseOutlinedFilled.tsx index 29f3c641a..aad8ac8f0 100644 --- a/src/IconPauseOutlinedFilled.tsx +++ b/src/IconPauseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPausePresentationOutlined.tsx b/src/IconPausePresentationOutlined.tsx index 2798ee620..d8ee8f27d 100644 --- a/src/IconPausePresentationOutlined.tsx +++ b/src/IconPausePresentationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPausePresentationOutlined: React.FC = ({ ...props diff --git a/src/IconPausePresentationOutlinedFilled.tsx b/src/IconPausePresentationOutlinedFilled.tsx index a4ded88fd..cd4c21de4 100644 --- a/src/IconPausePresentationOutlinedFilled.tsx +++ b/src/IconPausePresentationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPausePresentationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPausePresentationRounded.tsx b/src/IconPausePresentationRounded.tsx index 34728859f..4bf6b3036 100644 --- a/src/IconPausePresentationRounded.tsx +++ b/src/IconPausePresentationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPausePresentationRounded: React.FC = ({ ...props diff --git a/src/IconPausePresentationRoundedFilled.tsx b/src/IconPausePresentationRoundedFilled.tsx index 5572c5de5..75fa712ec 100644 --- a/src/IconPausePresentationRoundedFilled.tsx +++ b/src/IconPausePresentationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPausePresentationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPausePresentationSharp.tsx b/src/IconPausePresentationSharp.tsx index ead439dd2..f9c4e31bf 100644 --- a/src/IconPausePresentationSharp.tsx +++ b/src/IconPausePresentationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPausePresentationSharp: React.FC = ({ ...props diff --git a/src/IconPausePresentationSharpFilled.tsx b/src/IconPausePresentationSharpFilled.tsx index 5d294f482..bab567e24 100644 --- a/src/IconPausePresentationSharpFilled.tsx +++ b/src/IconPausePresentationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPausePresentationSharpFilled: React.FC = ({ ...props diff --git a/src/IconPauseRounded.tsx b/src/IconPauseRounded.tsx index b35644373..8f7841144 100644 --- a/src/IconPauseRounded.tsx +++ b/src/IconPauseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPauseRoundedFilled.tsx b/src/IconPauseRoundedFilled.tsx index 41a3617a7..f5ec1404f 100644 --- a/src/IconPauseRoundedFilled.tsx +++ b/src/IconPauseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPauseSharp.tsx b/src/IconPauseSharp.tsx index f8d2d981b..9c2749eb7 100644 --- a/src/IconPauseSharp.tsx +++ b/src/IconPauseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPauseSharpFilled.tsx b/src/IconPauseSharpFilled.tsx index 8c54533c2..72ead6183 100644 --- a/src/IconPauseSharpFilled.tsx +++ b/src/IconPauseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPauseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPaymentsOutlined.tsx b/src/IconPaymentsOutlined.tsx index a5c553d81..89163f87d 100644 --- a/src/IconPaymentsOutlined.tsx +++ b/src/IconPaymentsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaymentsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPaymentsOutlinedFilled.tsx b/src/IconPaymentsOutlinedFilled.tsx index 986bc2d9f..07e7633ef 100644 --- a/src/IconPaymentsOutlinedFilled.tsx +++ b/src/IconPaymentsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaymentsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPaymentsRounded.tsx b/src/IconPaymentsRounded.tsx index 04e67f557..b202fc3a9 100644 --- a/src/IconPaymentsRounded.tsx +++ b/src/IconPaymentsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaymentsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPaymentsRoundedFilled.tsx b/src/IconPaymentsRoundedFilled.tsx index f491c3937..10c7eeb42 100644 --- a/src/IconPaymentsRoundedFilled.tsx +++ b/src/IconPaymentsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaymentsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPaymentsSharp.tsx b/src/IconPaymentsSharp.tsx index 4b1c66b7b..eca2c5a2f 100644 --- a/src/IconPaymentsSharp.tsx +++ b/src/IconPaymentsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaymentsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPaymentsSharpFilled.tsx b/src/IconPaymentsSharpFilled.tsx index a9f103db8..9781d401c 100644 --- a/src/IconPaymentsSharpFilled.tsx +++ b/src/IconPaymentsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPaymentsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPedalBikeOutlined.tsx b/src/IconPedalBikeOutlined.tsx index fce2b8575..2e0ff1dc3 100644 --- a/src/IconPedalBikeOutlined.tsx +++ b/src/IconPedalBikeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPedalBikeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPedalBikeOutlinedFilled.tsx b/src/IconPedalBikeOutlinedFilled.tsx index 80b56c3f4..067c33819 100644 --- a/src/IconPedalBikeOutlinedFilled.tsx +++ b/src/IconPedalBikeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPedalBikeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPedalBikeRounded.tsx b/src/IconPedalBikeRounded.tsx index ce7334bc9..eb3569d46 100644 --- a/src/IconPedalBikeRounded.tsx +++ b/src/IconPedalBikeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPedalBikeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPedalBikeRoundedFilled.tsx b/src/IconPedalBikeRoundedFilled.tsx index 432c91e82..455db7d1c 100644 --- a/src/IconPedalBikeRoundedFilled.tsx +++ b/src/IconPedalBikeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPedalBikeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPedalBikeSharp.tsx b/src/IconPedalBikeSharp.tsx index fe7969cd9..f05d54de7 100644 --- a/src/IconPedalBikeSharp.tsx +++ b/src/IconPedalBikeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPedalBikeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPedalBikeSharpFilled.tsx b/src/IconPedalBikeSharpFilled.tsx index 010de1f66..3530f5ee3 100644 --- a/src/IconPedalBikeSharpFilled.tsx +++ b/src/IconPedalBikeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPedalBikeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPediatricsOutlined.tsx b/src/IconPediatricsOutlined.tsx index ee05b4eca..6c65f8814 100644 --- a/src/IconPediatricsOutlined.tsx +++ b/src/IconPediatricsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPediatricsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPediatricsOutlinedFilled.tsx b/src/IconPediatricsOutlinedFilled.tsx index 7804da85c..58ed600d8 100644 --- a/src/IconPediatricsOutlinedFilled.tsx +++ b/src/IconPediatricsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPediatricsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPediatricsRounded.tsx b/src/IconPediatricsRounded.tsx index 27c498970..6b520373a 100644 --- a/src/IconPediatricsRounded.tsx +++ b/src/IconPediatricsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPediatricsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPediatricsRoundedFilled.tsx b/src/IconPediatricsRoundedFilled.tsx index 28e39c2f7..e9d805f87 100644 --- a/src/IconPediatricsRoundedFilled.tsx +++ b/src/IconPediatricsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPediatricsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPediatricsSharp.tsx b/src/IconPediatricsSharp.tsx index 0fa8ce44c..b6d156d07 100644 --- a/src/IconPediatricsSharp.tsx +++ b/src/IconPediatricsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPediatricsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPediatricsSharpFilled.tsx b/src/IconPediatricsSharpFilled.tsx index 26fbd41f1..4ebbd3d31 100644 --- a/src/IconPediatricsSharpFilled.tsx +++ b/src/IconPediatricsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPediatricsSharpFilled: React.FC = ({ ...props diff --git a/src/IconPenSize1Outlined.tsx b/src/IconPenSize1Outlined.tsx index 31fa7f38f..8d6b7ad91 100644 --- a/src/IconPenSize1Outlined.tsx +++ b/src/IconPenSize1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize1OutlinedFilled.tsx b/src/IconPenSize1OutlinedFilled.tsx index 30575619a..78319f71b 100644 --- a/src/IconPenSize1OutlinedFilled.tsx +++ b/src/IconPenSize1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPenSize1Rounded.tsx b/src/IconPenSize1Rounded.tsx index acb5a9507..01f23a44c 100644 --- a/src/IconPenSize1Rounded.tsx +++ b/src/IconPenSize1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize1RoundedFilled.tsx b/src/IconPenSize1RoundedFilled.tsx index 44cfbd3df..943d56815 100644 --- a/src/IconPenSize1RoundedFilled.tsx +++ b/src/IconPenSize1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconPenSize1Sharp.tsx b/src/IconPenSize1Sharp.tsx index 44ae3252c..c200929c3 100644 --- a/src/IconPenSize1Sharp.tsx +++ b/src/IconPenSize1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize1SharpFilled.tsx b/src/IconPenSize1SharpFilled.tsx index 4febd3353..c4e09ea65 100644 --- a/src/IconPenSize1SharpFilled.tsx +++ b/src/IconPenSize1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize1SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize2Outlined.tsx b/src/IconPenSize2Outlined.tsx index 771a09816..bc0bc98a3 100644 --- a/src/IconPenSize2Outlined.tsx +++ b/src/IconPenSize2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize2OutlinedFilled.tsx b/src/IconPenSize2OutlinedFilled.tsx index f17c42d38..8b6c0cd33 100644 --- a/src/IconPenSize2OutlinedFilled.tsx +++ b/src/IconPenSize2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPenSize2Rounded.tsx b/src/IconPenSize2Rounded.tsx index 53919c102..988f5a7ba 100644 --- a/src/IconPenSize2Rounded.tsx +++ b/src/IconPenSize2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize2RoundedFilled.tsx b/src/IconPenSize2RoundedFilled.tsx index cab0d57fa..dabb9bdf4 100644 --- a/src/IconPenSize2RoundedFilled.tsx +++ b/src/IconPenSize2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconPenSize2Sharp.tsx b/src/IconPenSize2Sharp.tsx index cabe1a30c..0d74651f1 100644 --- a/src/IconPenSize2Sharp.tsx +++ b/src/IconPenSize2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize2SharpFilled.tsx b/src/IconPenSize2SharpFilled.tsx index 299a7b820..024c9d078 100644 --- a/src/IconPenSize2SharpFilled.tsx +++ b/src/IconPenSize2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize3Outlined.tsx b/src/IconPenSize3Outlined.tsx index d45899bb1..0e309e777 100644 --- a/src/IconPenSize3Outlined.tsx +++ b/src/IconPenSize3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize3OutlinedFilled.tsx b/src/IconPenSize3OutlinedFilled.tsx index f162311dd..a46b6e5b1 100644 --- a/src/IconPenSize3OutlinedFilled.tsx +++ b/src/IconPenSize3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPenSize3Rounded.tsx b/src/IconPenSize3Rounded.tsx index 1dcfb48d1..07bf84473 100644 --- a/src/IconPenSize3Rounded.tsx +++ b/src/IconPenSize3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize3RoundedFilled.tsx b/src/IconPenSize3RoundedFilled.tsx index d4b2380f4..deaebc255 100644 --- a/src/IconPenSize3RoundedFilled.tsx +++ b/src/IconPenSize3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconPenSize3Sharp.tsx b/src/IconPenSize3Sharp.tsx index 6d6382545..ec29eb54c 100644 --- a/src/IconPenSize3Sharp.tsx +++ b/src/IconPenSize3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize3SharpFilled.tsx b/src/IconPenSize3SharpFilled.tsx index c43acad05..76caa8c74 100644 --- a/src/IconPenSize3SharpFilled.tsx +++ b/src/IconPenSize3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize4Outlined.tsx b/src/IconPenSize4Outlined.tsx index 5819eb87f..7e0b6e725 100644 --- a/src/IconPenSize4Outlined.tsx +++ b/src/IconPenSize4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize4OutlinedFilled.tsx b/src/IconPenSize4OutlinedFilled.tsx index 1c2f0b96b..b2b1b5570 100644 --- a/src/IconPenSize4OutlinedFilled.tsx +++ b/src/IconPenSize4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize4OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPenSize4Rounded.tsx b/src/IconPenSize4Rounded.tsx index 370a36cac..5e74bec66 100644 --- a/src/IconPenSize4Rounded.tsx +++ b/src/IconPenSize4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize4RoundedFilled.tsx b/src/IconPenSize4RoundedFilled.tsx index 23c330f9c..e04b87a47 100644 --- a/src/IconPenSize4RoundedFilled.tsx +++ b/src/IconPenSize4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize4RoundedFilled: React.FC = ({ ...props diff --git a/src/IconPenSize4Sharp.tsx b/src/IconPenSize4Sharp.tsx index 2d45e16bc..1a03154c6 100644 --- a/src/IconPenSize4Sharp.tsx +++ b/src/IconPenSize4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize4SharpFilled.tsx b/src/IconPenSize4SharpFilled.tsx index 6a268a1fb..cee400594 100644 --- a/src/IconPenSize4SharpFilled.tsx +++ b/src/IconPenSize4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize4SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize5Outlined.tsx b/src/IconPenSize5Outlined.tsx index 7ce691e12..fb14af86d 100644 --- a/src/IconPenSize5Outlined.tsx +++ b/src/IconPenSize5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize5OutlinedFilled.tsx b/src/IconPenSize5OutlinedFilled.tsx index b588d7655..4e03b635d 100644 --- a/src/IconPenSize5OutlinedFilled.tsx +++ b/src/IconPenSize5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize5OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPenSize5Rounded.tsx b/src/IconPenSize5Rounded.tsx index 7efd74ed7..da7478591 100644 --- a/src/IconPenSize5Rounded.tsx +++ b/src/IconPenSize5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize5RoundedFilled.tsx b/src/IconPenSize5RoundedFilled.tsx index 451c7f5a9..4c16bd365 100644 --- a/src/IconPenSize5RoundedFilled.tsx +++ b/src/IconPenSize5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize5RoundedFilled: React.FC = ({ ...props diff --git a/src/IconPenSize5Sharp.tsx b/src/IconPenSize5Sharp.tsx index 3e3aaf04f..a513f31e6 100644 --- a/src/IconPenSize5Sharp.tsx +++ b/src/IconPenSize5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPenSize5SharpFilled.tsx b/src/IconPenSize5SharpFilled.tsx index 2bbcaa339..bb3dd5864 100644 --- a/src/IconPenSize5SharpFilled.tsx +++ b/src/IconPenSize5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPenSize5SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPendingActionsOutlined.tsx b/src/IconPendingActionsOutlined.tsx index 7fe458e96..4306a3fd6 100644 --- a/src/IconPendingActionsOutlined.tsx +++ b/src/IconPendingActionsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingActionsOutlined: React.FC = ({ ...props diff --git a/src/IconPendingActionsOutlinedFilled.tsx b/src/IconPendingActionsOutlinedFilled.tsx index 1fb9b4734..f17e28bdb 100644 --- a/src/IconPendingActionsOutlinedFilled.tsx +++ b/src/IconPendingActionsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingActionsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPendingActionsRounded.tsx b/src/IconPendingActionsRounded.tsx index 309cce371..c8318a400 100644 --- a/src/IconPendingActionsRounded.tsx +++ b/src/IconPendingActionsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingActionsRounded: React.FC = ({ ...props diff --git a/src/IconPendingActionsRoundedFilled.tsx b/src/IconPendingActionsRoundedFilled.tsx index 308f2d05b..0605e5b97 100644 --- a/src/IconPendingActionsRoundedFilled.tsx +++ b/src/IconPendingActionsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingActionsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPendingActionsSharp.tsx b/src/IconPendingActionsSharp.tsx index 2da44537c..eb9add730 100644 --- a/src/IconPendingActionsSharp.tsx +++ b/src/IconPendingActionsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingActionsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPendingActionsSharpFilled.tsx b/src/IconPendingActionsSharpFilled.tsx index ab9a4de12..447ca3756 100644 --- a/src/IconPendingActionsSharpFilled.tsx +++ b/src/IconPendingActionsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingActionsSharpFilled: React.FC = ({ ...props diff --git a/src/IconPendingOutlined.tsx b/src/IconPendingOutlined.tsx index cf6030755..1b32c44af 100644 --- a/src/IconPendingOutlined.tsx +++ b/src/IconPendingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPendingOutlinedFilled.tsx b/src/IconPendingOutlinedFilled.tsx index 5ae9af8e1..de320a3fd 100644 --- a/src/IconPendingOutlinedFilled.tsx +++ b/src/IconPendingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPendingRounded.tsx b/src/IconPendingRounded.tsx index bc5494257..f74d6e7f8 100644 --- a/src/IconPendingRounded.tsx +++ b/src/IconPendingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPendingRoundedFilled.tsx b/src/IconPendingRoundedFilled.tsx index 28bb62b59..b7d4c5e18 100644 --- a/src/IconPendingRoundedFilled.tsx +++ b/src/IconPendingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPendingSharp.tsx b/src/IconPendingSharp.tsx index 14de41a3f..b88c1062a 100644 --- a/src/IconPendingSharp.tsx +++ b/src/IconPendingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPendingSharpFilled.tsx b/src/IconPendingSharpFilled.tsx index 3007210c6..b9da321e5 100644 --- a/src/IconPendingSharpFilled.tsx +++ b/src/IconPendingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPendingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPentagonOutlined.tsx b/src/IconPentagonOutlined.tsx index 4bfa8a71b..340d9b565 100644 --- a/src/IconPentagonOutlined.tsx +++ b/src/IconPentagonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPentagonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPentagonOutlinedFilled.tsx b/src/IconPentagonOutlinedFilled.tsx index 33d728b5a..dfd52cbb5 100644 --- a/src/IconPentagonOutlinedFilled.tsx +++ b/src/IconPentagonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPentagonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPentagonRounded.tsx b/src/IconPentagonRounded.tsx index 345f76167..a58fe0f1a 100644 --- a/src/IconPentagonRounded.tsx +++ b/src/IconPentagonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPentagonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPentagonRoundedFilled.tsx b/src/IconPentagonRoundedFilled.tsx index ce94d9628..d89b2ed2e 100644 --- a/src/IconPentagonRoundedFilled.tsx +++ b/src/IconPentagonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPentagonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPentagonSharp.tsx b/src/IconPentagonSharp.tsx index 87ef6cf52..6472525d8 100644 --- a/src/IconPentagonSharp.tsx +++ b/src/IconPentagonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPentagonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPentagonSharpFilled.tsx b/src/IconPentagonSharpFilled.tsx index 901daff9a..473ac2a58 100644 --- a/src/IconPentagonSharpFilled.tsx +++ b/src/IconPentagonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPentagonSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPercentOutlined.tsx b/src/IconPercentOutlined.tsx index 9b5b7aa91..1684f710a 100644 --- a/src/IconPercentOutlined.tsx +++ b/src/IconPercentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPercentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPercentOutlinedFilled.tsx b/src/IconPercentOutlinedFilled.tsx index bddf8b1d1..24188d3e7 100644 --- a/src/IconPercentOutlinedFilled.tsx +++ b/src/IconPercentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPercentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPercentRounded.tsx b/src/IconPercentRounded.tsx index 1650efb1f..7c7d90a8e 100644 --- a/src/IconPercentRounded.tsx +++ b/src/IconPercentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPercentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPercentRoundedFilled.tsx b/src/IconPercentRoundedFilled.tsx index 577b55cf3..40611f8d0 100644 --- a/src/IconPercentRoundedFilled.tsx +++ b/src/IconPercentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPercentRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPercentSharp.tsx b/src/IconPercentSharp.tsx index 9b1cb642e..c5ef619b2 100644 --- a/src/IconPercentSharp.tsx +++ b/src/IconPercentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPercentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPercentSharpFilled.tsx b/src/IconPercentSharpFilled.tsx index 2f9aa175e..f87726f93 100644 --- a/src/IconPercentSharpFilled.tsx +++ b/src/IconPercentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPercentSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPergolaOutlined.tsx b/src/IconPergolaOutlined.tsx index c0e2bb0de..a1e835102 100644 --- a/src/IconPergolaOutlined.tsx +++ b/src/IconPergolaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPergolaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPergolaOutlinedFilled.tsx b/src/IconPergolaOutlinedFilled.tsx index 89faec71d..bd2994ee0 100644 --- a/src/IconPergolaOutlinedFilled.tsx +++ b/src/IconPergolaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPergolaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPergolaRounded.tsx b/src/IconPergolaRounded.tsx index 148bf82b9..f16eef81f 100644 --- a/src/IconPergolaRounded.tsx +++ b/src/IconPergolaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPergolaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPergolaRoundedFilled.tsx b/src/IconPergolaRoundedFilled.tsx index e94e7bdb7..ce397bcda 100644 --- a/src/IconPergolaRoundedFilled.tsx +++ b/src/IconPergolaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPergolaRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPergolaSharp.tsx b/src/IconPergolaSharp.tsx index d235995a8..182d5b405 100644 --- a/src/IconPergolaSharp.tsx +++ b/src/IconPergolaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPergolaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPergolaSharpFilled.tsx b/src/IconPergolaSharpFilled.tsx index 88ee3b77e..ba7e7dc03 100644 --- a/src/IconPergolaSharpFilled.tsx +++ b/src/IconPergolaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPergolaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPermCameraMicOutlined.tsx b/src/IconPermCameraMicOutlined.tsx index 4aa4b9eca..acb3beb6b 100644 --- a/src/IconPermCameraMicOutlined.tsx +++ b/src/IconPermCameraMicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermCameraMicOutlined: React.FC = ({ ...props diff --git a/src/IconPermCameraMicOutlinedFilled.tsx b/src/IconPermCameraMicOutlinedFilled.tsx index 0e9d1431e..acd05c4f9 100644 --- a/src/IconPermCameraMicOutlinedFilled.tsx +++ b/src/IconPermCameraMicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermCameraMicOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPermCameraMicRounded.tsx b/src/IconPermCameraMicRounded.tsx index ecec28abf..9fd5a3fba 100644 --- a/src/IconPermCameraMicRounded.tsx +++ b/src/IconPermCameraMicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermCameraMicRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPermCameraMicRoundedFilled.tsx b/src/IconPermCameraMicRoundedFilled.tsx index 8e9d280e1..b86ac2d45 100644 --- a/src/IconPermCameraMicRoundedFilled.tsx +++ b/src/IconPermCameraMicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermCameraMicRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPermCameraMicSharp.tsx b/src/IconPermCameraMicSharp.tsx index 58d96dde1..96151ce7a 100644 --- a/src/IconPermCameraMicSharp.tsx +++ b/src/IconPermCameraMicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermCameraMicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPermCameraMicSharpFilled.tsx b/src/IconPermCameraMicSharpFilled.tsx index 5507ca5e1..8936dac39 100644 --- a/src/IconPermCameraMicSharpFilled.tsx +++ b/src/IconPermCameraMicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermCameraMicSharpFilled: React.FC = ({ ...props diff --git a/src/IconPermContactCalendarOutlined.tsx b/src/IconPermContactCalendarOutlined.tsx index dcc93934a..7a3ee6fd9 100644 --- a/src/IconPermContactCalendarOutlined.tsx +++ b/src/IconPermContactCalendarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermContactCalendarOutlined: React.FC = ({ ...props diff --git a/src/IconPermContactCalendarOutlinedFilled.tsx b/src/IconPermContactCalendarOutlinedFilled.tsx index 3afe4fa01..131ffa803 100644 --- a/src/IconPermContactCalendarOutlinedFilled.tsx +++ b/src/IconPermContactCalendarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermContactCalendarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPermContactCalendarRounded.tsx b/src/IconPermContactCalendarRounded.tsx index 62cfe636d..98c198e9f 100644 --- a/src/IconPermContactCalendarRounded.tsx +++ b/src/IconPermContactCalendarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermContactCalendarRounded: React.FC = ({ ...props diff --git a/src/IconPermContactCalendarRoundedFilled.tsx b/src/IconPermContactCalendarRoundedFilled.tsx index 03a716f95..3d3003a95 100644 --- a/src/IconPermContactCalendarRoundedFilled.tsx +++ b/src/IconPermContactCalendarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermContactCalendarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPermContactCalendarSharp.tsx b/src/IconPermContactCalendarSharp.tsx index 42d1a5e90..870a817be 100644 --- a/src/IconPermContactCalendarSharp.tsx +++ b/src/IconPermContactCalendarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermContactCalendarSharp: React.FC = ({ ...props diff --git a/src/IconPermContactCalendarSharpFilled.tsx b/src/IconPermContactCalendarSharpFilled.tsx index 924d9fcb4..f0204eaec 100644 --- a/src/IconPermContactCalendarSharpFilled.tsx +++ b/src/IconPermContactCalendarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermContactCalendarSharpFilled: React.FC = ({ ...props diff --git a/src/IconPermDataSettingOutlined.tsx b/src/IconPermDataSettingOutlined.tsx index 9c95deaaf..32a4847e9 100644 --- a/src/IconPermDataSettingOutlined.tsx +++ b/src/IconPermDataSettingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDataSettingOutlined: React.FC = ({ ...props diff --git a/src/IconPermDataSettingOutlinedFilled.tsx b/src/IconPermDataSettingOutlinedFilled.tsx index 633ea32d9..3a6133e91 100644 --- a/src/IconPermDataSettingOutlinedFilled.tsx +++ b/src/IconPermDataSettingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDataSettingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPermDataSettingRounded.tsx b/src/IconPermDataSettingRounded.tsx index 21a159a37..66dc36b0e 100644 --- a/src/IconPermDataSettingRounded.tsx +++ b/src/IconPermDataSettingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDataSettingRounded: React.FC = ({ ...props diff --git a/src/IconPermDataSettingRoundedFilled.tsx b/src/IconPermDataSettingRoundedFilled.tsx index 98ff8d020..4f0315877 100644 --- a/src/IconPermDataSettingRoundedFilled.tsx +++ b/src/IconPermDataSettingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDataSettingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPermDataSettingSharp.tsx b/src/IconPermDataSettingSharp.tsx index 5a38129bf..38eb96a5d 100644 --- a/src/IconPermDataSettingSharp.tsx +++ b/src/IconPermDataSettingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDataSettingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPermDataSettingSharpFilled.tsx b/src/IconPermDataSettingSharpFilled.tsx index 25ffbd202..e0385014a 100644 --- a/src/IconPermDataSettingSharpFilled.tsx +++ b/src/IconPermDataSettingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDataSettingSharpFilled: React.FC = ({ ...props diff --git a/src/IconPermDeviceInformationOutlined.tsx b/src/IconPermDeviceInformationOutlined.tsx index 3b5ddc84f..2846e82b4 100644 --- a/src/IconPermDeviceInformationOutlined.tsx +++ b/src/IconPermDeviceInformationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDeviceInformationOutlined: React.FC = ({ ...props diff --git a/src/IconPermDeviceInformationOutlinedFilled.tsx b/src/IconPermDeviceInformationOutlinedFilled.tsx index 1cdf71e08..bf143dc0e 100644 --- a/src/IconPermDeviceInformationOutlinedFilled.tsx +++ b/src/IconPermDeviceInformationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDeviceInformationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPermDeviceInformationRounded.tsx b/src/IconPermDeviceInformationRounded.tsx index 0c28b6fe2..16c4a0766 100644 --- a/src/IconPermDeviceInformationRounded.tsx +++ b/src/IconPermDeviceInformationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDeviceInformationRounded: React.FC = ({ ...props diff --git a/src/IconPermDeviceInformationRoundedFilled.tsx b/src/IconPermDeviceInformationRoundedFilled.tsx index 3b3208ff9..de694084d 100644 --- a/src/IconPermDeviceInformationRoundedFilled.tsx +++ b/src/IconPermDeviceInformationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDeviceInformationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPermDeviceInformationSharp.tsx b/src/IconPermDeviceInformationSharp.tsx index a99b4b2b1..4f8139af6 100644 --- a/src/IconPermDeviceInformationSharp.tsx +++ b/src/IconPermDeviceInformationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDeviceInformationSharp: React.FC = ({ ...props diff --git a/src/IconPermDeviceInformationSharpFilled.tsx b/src/IconPermDeviceInformationSharpFilled.tsx index a07f02f52..f1ff21939 100644 --- a/src/IconPermDeviceInformationSharpFilled.tsx +++ b/src/IconPermDeviceInformationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermDeviceInformationSharpFilled: React.FC = ({ ...props diff --git a/src/IconPermMediaOutlined.tsx b/src/IconPermMediaOutlined.tsx index f24634eef..ea7b36064 100644 --- a/src/IconPermMediaOutlined.tsx +++ b/src/IconPermMediaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermMediaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPermMediaOutlinedFilled.tsx b/src/IconPermMediaOutlinedFilled.tsx index 21f82e87a..54bd79d10 100644 --- a/src/IconPermMediaOutlinedFilled.tsx +++ b/src/IconPermMediaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermMediaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPermMediaRounded.tsx b/src/IconPermMediaRounded.tsx index 2afd53f45..3f30f8912 100644 --- a/src/IconPermMediaRounded.tsx +++ b/src/IconPermMediaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermMediaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPermMediaRoundedFilled.tsx b/src/IconPermMediaRoundedFilled.tsx index fd76608ea..a40d38628 100644 --- a/src/IconPermMediaRoundedFilled.tsx +++ b/src/IconPermMediaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermMediaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPermMediaSharp.tsx b/src/IconPermMediaSharp.tsx index 6245d073b..5e69dc8b9 100644 --- a/src/IconPermMediaSharp.tsx +++ b/src/IconPermMediaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermMediaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPermMediaSharpFilled.tsx b/src/IconPermMediaSharpFilled.tsx index 437b25d8d..bbe3f6d44 100644 --- a/src/IconPermMediaSharpFilled.tsx +++ b/src/IconPermMediaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermMediaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPermPhoneMsgOutlined.tsx b/src/IconPermPhoneMsgOutlined.tsx index f612d4268..02935565c 100644 --- a/src/IconPermPhoneMsgOutlined.tsx +++ b/src/IconPermPhoneMsgOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermPhoneMsgOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPermPhoneMsgOutlinedFilled.tsx b/src/IconPermPhoneMsgOutlinedFilled.tsx index 83ac2da64..7f5a28bc1 100644 --- a/src/IconPermPhoneMsgOutlinedFilled.tsx +++ b/src/IconPermPhoneMsgOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermPhoneMsgOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPermPhoneMsgRounded.tsx b/src/IconPermPhoneMsgRounded.tsx index 2c91382ae..6bd490151 100644 --- a/src/IconPermPhoneMsgRounded.tsx +++ b/src/IconPermPhoneMsgRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermPhoneMsgRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPermPhoneMsgRoundedFilled.tsx b/src/IconPermPhoneMsgRoundedFilled.tsx index fd0f3bb99..7c3485a2d 100644 --- a/src/IconPermPhoneMsgRoundedFilled.tsx +++ b/src/IconPermPhoneMsgRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermPhoneMsgRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPermPhoneMsgSharp.tsx b/src/IconPermPhoneMsgSharp.tsx index 0896f05b1..af8a2c10e 100644 --- a/src/IconPermPhoneMsgSharp.tsx +++ b/src/IconPermPhoneMsgSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermPhoneMsgSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPermPhoneMsgSharpFilled.tsx b/src/IconPermPhoneMsgSharpFilled.tsx index 556cef010..9a368f342 100644 --- a/src/IconPermPhoneMsgSharpFilled.tsx +++ b/src/IconPermPhoneMsgSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermPhoneMsgSharpFilled: React.FC = ({ ...props diff --git a/src/IconPermScanWifiOutlined.tsx b/src/IconPermScanWifiOutlined.tsx index db94416bd..af79dd46b 100644 --- a/src/IconPermScanWifiOutlined.tsx +++ b/src/IconPermScanWifiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermScanWifiOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPermScanWifiOutlinedFilled.tsx b/src/IconPermScanWifiOutlinedFilled.tsx index 2ceb2d058..326cb7556 100644 --- a/src/IconPermScanWifiOutlinedFilled.tsx +++ b/src/IconPermScanWifiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermScanWifiOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPermScanWifiRounded.tsx b/src/IconPermScanWifiRounded.tsx index 920542c77..b56d33a08 100644 --- a/src/IconPermScanWifiRounded.tsx +++ b/src/IconPermScanWifiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermScanWifiRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPermScanWifiRoundedFilled.tsx b/src/IconPermScanWifiRoundedFilled.tsx index bf0f41460..210498553 100644 --- a/src/IconPermScanWifiRoundedFilled.tsx +++ b/src/IconPermScanWifiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermScanWifiRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPermScanWifiSharp.tsx b/src/IconPermScanWifiSharp.tsx index 229474d93..b09781007 100644 --- a/src/IconPermScanWifiSharp.tsx +++ b/src/IconPermScanWifiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermScanWifiSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPermScanWifiSharpFilled.tsx b/src/IconPermScanWifiSharpFilled.tsx index 9c2a17d21..893af6947 100644 --- a/src/IconPermScanWifiSharpFilled.tsx +++ b/src/IconPermScanWifiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPermScanWifiSharpFilled: React.FC = ({ ...props diff --git a/src/IconPerson2Outlined.tsx b/src/IconPerson2Outlined.tsx index 160704ffa..3a6406d0a 100644 --- a/src/IconPerson2Outlined.tsx +++ b/src/IconPerson2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson2OutlinedFilled.tsx b/src/IconPerson2OutlinedFilled.tsx index b6634efc9..f88f91ff4 100644 --- a/src/IconPerson2OutlinedFilled.tsx +++ b/src/IconPerson2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPerson2Rounded.tsx b/src/IconPerson2Rounded.tsx index 330b293e2..6cc0cb2bd 100644 --- a/src/IconPerson2Rounded.tsx +++ b/src/IconPerson2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson2RoundedFilled.tsx b/src/IconPerson2RoundedFilled.tsx index 0095ed6a4..70c2f5453 100644 --- a/src/IconPerson2RoundedFilled.tsx +++ b/src/IconPerson2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson2Sharp.tsx b/src/IconPerson2Sharp.tsx index ae6df52f2..4202e20c7 100644 --- a/src/IconPerson2Sharp.tsx +++ b/src/IconPerson2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson2SharpFilled.tsx b/src/IconPerson2SharpFilled.tsx index 95930f213..d3846bdca 100644 --- a/src/IconPerson2SharpFilled.tsx +++ b/src/IconPerson2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson3Outlined.tsx b/src/IconPerson3Outlined.tsx index 5a0a76420..50885a113 100644 --- a/src/IconPerson3Outlined.tsx +++ b/src/IconPerson3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson3OutlinedFilled.tsx b/src/IconPerson3OutlinedFilled.tsx index b499cddcf..8cd770a31 100644 --- a/src/IconPerson3OutlinedFilled.tsx +++ b/src/IconPerson3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPerson3Rounded.tsx b/src/IconPerson3Rounded.tsx index 3bada1f33..82b2c5040 100644 --- a/src/IconPerson3Rounded.tsx +++ b/src/IconPerson3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson3RoundedFilled.tsx b/src/IconPerson3RoundedFilled.tsx index ff5d36fa5..de0221c2c 100644 --- a/src/IconPerson3RoundedFilled.tsx +++ b/src/IconPerson3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson3RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson3Sharp.tsx b/src/IconPerson3Sharp.tsx index 3adc12d33..3ad438bb8 100644 --- a/src/IconPerson3Sharp.tsx +++ b/src/IconPerson3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson3SharpFilled.tsx b/src/IconPerson3SharpFilled.tsx index 0cc6df542..0157c8585 100644 --- a/src/IconPerson3SharpFilled.tsx +++ b/src/IconPerson3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson4Outlined.tsx b/src/IconPerson4Outlined.tsx index 47d189887..834acbf0c 100644 --- a/src/IconPerson4Outlined.tsx +++ b/src/IconPerson4Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson4Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson4OutlinedFilled.tsx b/src/IconPerson4OutlinedFilled.tsx index fbe7a82ea..a2c133129 100644 --- a/src/IconPerson4OutlinedFilled.tsx +++ b/src/IconPerson4OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson4OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPerson4Rounded.tsx b/src/IconPerson4Rounded.tsx index 6a2ddaaac..5316ec335 100644 --- a/src/IconPerson4Rounded.tsx +++ b/src/IconPerson4Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson4Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson4RoundedFilled.tsx b/src/IconPerson4RoundedFilled.tsx index d2e953a9d..8094d8b1b 100644 --- a/src/IconPerson4RoundedFilled.tsx +++ b/src/IconPerson4RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson4RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson4Sharp.tsx b/src/IconPerson4Sharp.tsx index 7d9c2060c..d156e4dc8 100644 --- a/src/IconPerson4Sharp.tsx +++ b/src/IconPerson4Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson4Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPerson4SharpFilled.tsx b/src/IconPerson4SharpFilled.tsx index b148f4993..c21c15a9c 100644 --- a/src/IconPerson4SharpFilled.tsx +++ b/src/IconPerson4SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPerson4SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonAddDisabledOutlined.tsx b/src/IconPersonAddDisabledOutlined.tsx index 6b03741d3..6eba7d9da 100644 --- a/src/IconPersonAddDisabledOutlined.tsx +++ b/src/IconPersonAddDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconPersonAddDisabledOutlinedFilled.tsx b/src/IconPersonAddDisabledOutlinedFilled.tsx index 9d2dd3c44..48f2b8ac1 100644 --- a/src/IconPersonAddDisabledOutlinedFilled.tsx +++ b/src/IconPersonAddDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonAddDisabledRounded.tsx b/src/IconPersonAddDisabledRounded.tsx index 1c9e8b976..2cb8f0d14 100644 --- a/src/IconPersonAddDisabledRounded.tsx +++ b/src/IconPersonAddDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddDisabledRounded: React.FC = ({ ...props diff --git a/src/IconPersonAddDisabledRoundedFilled.tsx b/src/IconPersonAddDisabledRoundedFilled.tsx index c5da7cd83..32bd333d2 100644 --- a/src/IconPersonAddDisabledRoundedFilled.tsx +++ b/src/IconPersonAddDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonAddDisabledSharp.tsx b/src/IconPersonAddDisabledSharp.tsx index 44e4578ce..faa3c8ecd 100644 --- a/src/IconPersonAddDisabledSharp.tsx +++ b/src/IconPersonAddDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddDisabledSharp: React.FC = ({ ...props diff --git a/src/IconPersonAddDisabledSharpFilled.tsx b/src/IconPersonAddDisabledSharpFilled.tsx index dc677799a..8af72dfa7 100644 --- a/src/IconPersonAddDisabledSharpFilled.tsx +++ b/src/IconPersonAddDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonAddOutlined.tsx b/src/IconPersonAddOutlined.tsx index 838e024b5..cc3398767 100644 --- a/src/IconPersonAddOutlined.tsx +++ b/src/IconPersonAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonAddOutlinedFilled.tsx b/src/IconPersonAddOutlinedFilled.tsx index 2fe1ed913..85b7db37f 100644 --- a/src/IconPersonAddOutlinedFilled.tsx +++ b/src/IconPersonAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonAddRounded.tsx b/src/IconPersonAddRounded.tsx index 063f5bbc2..de8755f18 100644 --- a/src/IconPersonAddRounded.tsx +++ b/src/IconPersonAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonAddRoundedFilled.tsx b/src/IconPersonAddRoundedFilled.tsx index 60900840a..89fc13e57 100644 --- a/src/IconPersonAddRoundedFilled.tsx +++ b/src/IconPersonAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonAddSharp.tsx b/src/IconPersonAddSharp.tsx index ebc3f7fb6..5c511cae2 100644 --- a/src/IconPersonAddSharp.tsx +++ b/src/IconPersonAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonAddSharpFilled.tsx b/src/IconPersonAddSharpFilled.tsx index 5ce0c212c..df0f32413 100644 --- a/src/IconPersonAddSharpFilled.tsx +++ b/src/IconPersonAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonAlertOutlined.tsx b/src/IconPersonAlertOutlined.tsx index 7a7c50197..d300d53d8 100644 --- a/src/IconPersonAlertOutlined.tsx +++ b/src/IconPersonAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonAlertOutlinedFilled.tsx b/src/IconPersonAlertOutlinedFilled.tsx index 08f6a0211..b51ce1952 100644 --- a/src/IconPersonAlertOutlinedFilled.tsx +++ b/src/IconPersonAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonAlertRounded.tsx b/src/IconPersonAlertRounded.tsx index ffdf2d351..0be488a6e 100644 --- a/src/IconPersonAlertRounded.tsx +++ b/src/IconPersonAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonAlertRoundedFilled.tsx b/src/IconPersonAlertRoundedFilled.tsx index f9297fdfb..4514e34b3 100644 --- a/src/IconPersonAlertRoundedFilled.tsx +++ b/src/IconPersonAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonAlertSharp.tsx b/src/IconPersonAlertSharp.tsx index 6d1840435..54cd7bd0d 100644 --- a/src/IconPersonAlertSharp.tsx +++ b/src/IconPersonAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonAlertSharpFilled.tsx b/src/IconPersonAlertSharpFilled.tsx index c26379002..ad0787ccb 100644 --- a/src/IconPersonAlertSharpFilled.tsx +++ b/src/IconPersonAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonApronOutlined.tsx b/src/IconPersonApronOutlined.tsx index ed560d84f..5283dffb6 100644 --- a/src/IconPersonApronOutlined.tsx +++ b/src/IconPersonApronOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonApronOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonApronOutlinedFilled.tsx b/src/IconPersonApronOutlinedFilled.tsx index 2c2f3cce1..23a4d39ee 100644 --- a/src/IconPersonApronOutlinedFilled.tsx +++ b/src/IconPersonApronOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonApronOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonApronRounded.tsx b/src/IconPersonApronRounded.tsx index 6dddbcc4d..e5d25811a 100644 --- a/src/IconPersonApronRounded.tsx +++ b/src/IconPersonApronRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonApronRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonApronRoundedFilled.tsx b/src/IconPersonApronRoundedFilled.tsx index 1e1904153..48ffc0449 100644 --- a/src/IconPersonApronRoundedFilled.tsx +++ b/src/IconPersonApronRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonApronRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonApronSharp.tsx b/src/IconPersonApronSharp.tsx index eb89f54d6..354b5fede 100644 --- a/src/IconPersonApronSharp.tsx +++ b/src/IconPersonApronSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonApronSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonApronSharpFilled.tsx b/src/IconPersonApronSharpFilled.tsx index 1db01c3b5..1f8a5a76d 100644 --- a/src/IconPersonApronSharpFilled.tsx +++ b/src/IconPersonApronSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonApronSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonBookOutlined.tsx b/src/IconPersonBookOutlined.tsx index 8b06f6d3f..4ac447858 100644 --- a/src/IconPersonBookOutlined.tsx +++ b/src/IconPersonBookOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonBookOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonBookOutlinedFilled.tsx b/src/IconPersonBookOutlinedFilled.tsx index 8cb9fbfe7..dc6ec6e6b 100644 --- a/src/IconPersonBookOutlinedFilled.tsx +++ b/src/IconPersonBookOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonBookOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonBookRounded.tsx b/src/IconPersonBookRounded.tsx index ea688c127..971e03bd3 100644 --- a/src/IconPersonBookRounded.tsx +++ b/src/IconPersonBookRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonBookRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonBookRoundedFilled.tsx b/src/IconPersonBookRoundedFilled.tsx index d8ea0a232..86844b66f 100644 --- a/src/IconPersonBookRoundedFilled.tsx +++ b/src/IconPersonBookRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonBookRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonBookSharp.tsx b/src/IconPersonBookSharp.tsx index 8fc2c63e0..bc64c87a2 100644 --- a/src/IconPersonBookSharp.tsx +++ b/src/IconPersonBookSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonBookSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonBookSharpFilled.tsx b/src/IconPersonBookSharpFilled.tsx index 9250a2fb8..145b2701c 100644 --- a/src/IconPersonBookSharpFilled.tsx +++ b/src/IconPersonBookSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonBookSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonCancelOutlined.tsx b/src/IconPersonCancelOutlined.tsx index 3710d775e..888c5d02c 100644 --- a/src/IconPersonCancelOutlined.tsx +++ b/src/IconPersonCancelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCancelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonCancelOutlinedFilled.tsx b/src/IconPersonCancelOutlinedFilled.tsx index 2a6a231ea..f30af6062 100644 --- a/src/IconPersonCancelOutlinedFilled.tsx +++ b/src/IconPersonCancelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCancelOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonCancelRounded.tsx b/src/IconPersonCancelRounded.tsx index a1cddca07..1c2e61715 100644 --- a/src/IconPersonCancelRounded.tsx +++ b/src/IconPersonCancelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCancelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonCancelRoundedFilled.tsx b/src/IconPersonCancelRoundedFilled.tsx index 51174d3e8..7a136d7cb 100644 --- a/src/IconPersonCancelRoundedFilled.tsx +++ b/src/IconPersonCancelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCancelRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonCancelSharp.tsx b/src/IconPersonCancelSharp.tsx index 0966a83df..c0f78b26a 100644 --- a/src/IconPersonCancelSharp.tsx +++ b/src/IconPersonCancelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCancelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonCancelSharpFilled.tsx b/src/IconPersonCancelSharpFilled.tsx index cc6454cf1..608f2e2b9 100644 --- a/src/IconPersonCancelSharpFilled.tsx +++ b/src/IconPersonCancelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCancelSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonCelebrateOutlined.tsx b/src/IconPersonCelebrateOutlined.tsx index 6d81dcd1a..f39748edc 100644 --- a/src/IconPersonCelebrateOutlined.tsx +++ b/src/IconPersonCelebrateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCelebrateOutlined: React.FC = ({ ...props diff --git a/src/IconPersonCelebrateOutlinedFilled.tsx b/src/IconPersonCelebrateOutlinedFilled.tsx index db03ce3c1..89a20c60f 100644 --- a/src/IconPersonCelebrateOutlinedFilled.tsx +++ b/src/IconPersonCelebrateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCelebrateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonCelebrateRounded.tsx b/src/IconPersonCelebrateRounded.tsx index 31da13901..ca7d467e7 100644 --- a/src/IconPersonCelebrateRounded.tsx +++ b/src/IconPersonCelebrateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCelebrateRounded: React.FC = ({ ...props diff --git a/src/IconPersonCelebrateRoundedFilled.tsx b/src/IconPersonCelebrateRoundedFilled.tsx index f6a28bdf0..29063a457 100644 --- a/src/IconPersonCelebrateRoundedFilled.tsx +++ b/src/IconPersonCelebrateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCelebrateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonCelebrateSharp.tsx b/src/IconPersonCelebrateSharp.tsx index 766eb0363..b3fecca31 100644 --- a/src/IconPersonCelebrateSharp.tsx +++ b/src/IconPersonCelebrateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCelebrateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonCelebrateSharpFilled.tsx b/src/IconPersonCelebrateSharpFilled.tsx index 3cc99c79c..f993a4684 100644 --- a/src/IconPersonCelebrateSharpFilled.tsx +++ b/src/IconPersonCelebrateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCelebrateSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonCheckOutlined.tsx b/src/IconPersonCheckOutlined.tsx index 9dd0446aa..0e607bab4 100644 --- a/src/IconPersonCheckOutlined.tsx +++ b/src/IconPersonCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonCheckOutlinedFilled.tsx b/src/IconPersonCheckOutlinedFilled.tsx index 896c359ef..d2eeb1327 100644 --- a/src/IconPersonCheckOutlinedFilled.tsx +++ b/src/IconPersonCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonCheckRounded.tsx b/src/IconPersonCheckRounded.tsx index 4829e576e..314c90100 100644 --- a/src/IconPersonCheckRounded.tsx +++ b/src/IconPersonCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonCheckRoundedFilled.tsx b/src/IconPersonCheckRoundedFilled.tsx index d3de70a1c..a449c64c3 100644 --- a/src/IconPersonCheckRoundedFilled.tsx +++ b/src/IconPersonCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonCheckSharp.tsx b/src/IconPersonCheckSharp.tsx index 0c08b60c3..3e9243306 100644 --- a/src/IconPersonCheckSharp.tsx +++ b/src/IconPersonCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonCheckSharpFilled.tsx b/src/IconPersonCheckSharpFilled.tsx index 89a91bcb5..1df9c3b78 100644 --- a/src/IconPersonCheckSharpFilled.tsx +++ b/src/IconPersonCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonEditOutlined.tsx b/src/IconPersonEditOutlined.tsx index 3504b2226..20c2e0064 100644 --- a/src/IconPersonEditOutlined.tsx +++ b/src/IconPersonEditOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonEditOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonEditOutlinedFilled.tsx b/src/IconPersonEditOutlinedFilled.tsx index 53486cb95..dc6cb6a11 100644 --- a/src/IconPersonEditOutlinedFilled.tsx +++ b/src/IconPersonEditOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonEditOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonEditRounded.tsx b/src/IconPersonEditRounded.tsx index be30edab3..94b320de4 100644 --- a/src/IconPersonEditRounded.tsx +++ b/src/IconPersonEditRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonEditRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonEditRoundedFilled.tsx b/src/IconPersonEditRoundedFilled.tsx index d0ac6518b..8d65934cc 100644 --- a/src/IconPersonEditRoundedFilled.tsx +++ b/src/IconPersonEditRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonEditRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonEditSharp.tsx b/src/IconPersonEditSharp.tsx index 316d13d3c..874e36951 100644 --- a/src/IconPersonEditSharp.tsx +++ b/src/IconPersonEditSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonEditSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonEditSharpFilled.tsx b/src/IconPersonEditSharpFilled.tsx index 5dd96b164..09664e386 100644 --- a/src/IconPersonEditSharpFilled.tsx +++ b/src/IconPersonEditSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonEditSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonOffOutlined.tsx b/src/IconPersonOffOutlined.tsx index 110e1c7d3..58235903b 100644 --- a/src/IconPersonOffOutlined.tsx +++ b/src/IconPersonOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonOffOutlinedFilled.tsx b/src/IconPersonOffOutlinedFilled.tsx index 2c79a25c1..70c896968 100644 --- a/src/IconPersonOffOutlinedFilled.tsx +++ b/src/IconPersonOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonOffRounded.tsx b/src/IconPersonOffRounded.tsx index aa869c5b7..acdbbc38a 100644 --- a/src/IconPersonOffRounded.tsx +++ b/src/IconPersonOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonOffRoundedFilled.tsx b/src/IconPersonOffRoundedFilled.tsx index 3eb54f4b3..0fc9de3f2 100644 --- a/src/IconPersonOffRoundedFilled.tsx +++ b/src/IconPersonOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonOffSharp.tsx b/src/IconPersonOffSharp.tsx index 81c43d884..300db36cb 100644 --- a/src/IconPersonOffSharp.tsx +++ b/src/IconPersonOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonOffSharpFilled.tsx b/src/IconPersonOffSharpFilled.tsx index bcb51774c..e41a2703c 100644 --- a/src/IconPersonOffSharpFilled.tsx +++ b/src/IconPersonOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonOutlined.tsx b/src/IconPersonOutlined.tsx index 8e880d43e..0505054b2 100644 --- a/src/IconPersonOutlined.tsx +++ b/src/IconPersonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonOutlinedFilled.tsx b/src/IconPersonOutlinedFilled.tsx index 2a050edf5..bf4d2d1c7 100644 --- a/src/IconPersonOutlinedFilled.tsx +++ b/src/IconPersonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonPinCircleOutlined.tsx b/src/IconPersonPinCircleOutlined.tsx index 94a0cab56..0c7fa5692 100644 --- a/src/IconPersonPinCircleOutlined.tsx +++ b/src/IconPersonPinCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinCircleOutlined: React.FC = ({ ...props diff --git a/src/IconPersonPinCircleOutlinedFilled.tsx b/src/IconPersonPinCircleOutlinedFilled.tsx index 3e7b6e0f3..0d898d129 100644 --- a/src/IconPersonPinCircleOutlinedFilled.tsx +++ b/src/IconPersonPinCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonPinCircleRounded.tsx b/src/IconPersonPinCircleRounded.tsx index b38c05258..517fe7dfb 100644 --- a/src/IconPersonPinCircleRounded.tsx +++ b/src/IconPersonPinCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinCircleRounded: React.FC = ({ ...props diff --git a/src/IconPersonPinCircleRoundedFilled.tsx b/src/IconPersonPinCircleRoundedFilled.tsx index e3b3eb514..504afc88d 100644 --- a/src/IconPersonPinCircleRoundedFilled.tsx +++ b/src/IconPersonPinCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonPinCircleSharp.tsx b/src/IconPersonPinCircleSharp.tsx index b5c7342c1..7862d3286 100644 --- a/src/IconPersonPinCircleSharp.tsx +++ b/src/IconPersonPinCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonPinCircleSharpFilled.tsx b/src/IconPersonPinCircleSharpFilled.tsx index 2c9d5fed3..0a66fa883 100644 --- a/src/IconPersonPinCircleSharpFilled.tsx +++ b/src/IconPersonPinCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonPinOutlined.tsx b/src/IconPersonPinOutlined.tsx index 65759f025..0c11012c4 100644 --- a/src/IconPersonPinOutlined.tsx +++ b/src/IconPersonPinOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonPinOutlinedFilled.tsx b/src/IconPersonPinOutlinedFilled.tsx index 54305c8e7..bc22cf01d 100644 --- a/src/IconPersonPinOutlinedFilled.tsx +++ b/src/IconPersonPinOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonPinRounded.tsx b/src/IconPersonPinRounded.tsx index 1dd075624..3ac4b4849 100644 --- a/src/IconPersonPinRounded.tsx +++ b/src/IconPersonPinRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonPinRoundedFilled.tsx b/src/IconPersonPinRoundedFilled.tsx index 718d1d6cd..ab3d049ba 100644 --- a/src/IconPersonPinRoundedFilled.tsx +++ b/src/IconPersonPinRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonPinSharp.tsx b/src/IconPersonPinSharp.tsx index dd26969b6..0e28b48b2 100644 --- a/src/IconPersonPinSharp.tsx +++ b/src/IconPersonPinSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonPinSharpFilled.tsx b/src/IconPersonPinSharpFilled.tsx index 8a5213fe2..85121d519 100644 --- a/src/IconPersonPinSharpFilled.tsx +++ b/src/IconPersonPinSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPinSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonPlayOutlined.tsx b/src/IconPersonPlayOutlined.tsx index 92354fc45..2dd7fd7a0 100644 --- a/src/IconPersonPlayOutlined.tsx +++ b/src/IconPersonPlayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPlayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonPlayOutlinedFilled.tsx b/src/IconPersonPlayOutlinedFilled.tsx index c9e110ae1..ab2b47e81 100644 --- a/src/IconPersonPlayOutlinedFilled.tsx +++ b/src/IconPersonPlayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPlayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonPlayRounded.tsx b/src/IconPersonPlayRounded.tsx index 2b390926a..8b4fd6190 100644 --- a/src/IconPersonPlayRounded.tsx +++ b/src/IconPersonPlayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPlayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonPlayRoundedFilled.tsx b/src/IconPersonPlayRoundedFilled.tsx index 80c6a9e60..c39d40537 100644 --- a/src/IconPersonPlayRoundedFilled.tsx +++ b/src/IconPersonPlayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPlayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonPlaySharp.tsx b/src/IconPersonPlaySharp.tsx index a9abb93bb..d74695de5 100644 --- a/src/IconPersonPlaySharp.tsx +++ b/src/IconPersonPlaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPlaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonPlaySharpFilled.tsx b/src/IconPersonPlaySharpFilled.tsx index 1ccb74290..96897951c 100644 --- a/src/IconPersonPlaySharpFilled.tsx +++ b/src/IconPersonPlaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonPlaySharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonRaisedHandOutlined.tsx b/src/IconPersonRaisedHandOutlined.tsx index 1c9fefc44..62c14e219 100644 --- a/src/IconPersonRaisedHandOutlined.tsx +++ b/src/IconPersonRaisedHandOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRaisedHandOutlined: React.FC = ({ ...props diff --git a/src/IconPersonRaisedHandOutlinedFilled.tsx b/src/IconPersonRaisedHandOutlinedFilled.tsx index 9ee978ef8..da13f373e 100644 --- a/src/IconPersonRaisedHandOutlinedFilled.tsx +++ b/src/IconPersonRaisedHandOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRaisedHandOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonRaisedHandRounded.tsx b/src/IconPersonRaisedHandRounded.tsx index 6036b0870..ecc73663f 100644 --- a/src/IconPersonRaisedHandRounded.tsx +++ b/src/IconPersonRaisedHandRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRaisedHandRounded: React.FC = ({ ...props diff --git a/src/IconPersonRaisedHandRoundedFilled.tsx b/src/IconPersonRaisedHandRoundedFilled.tsx index 590f8f531..2c4d733be 100644 --- a/src/IconPersonRaisedHandRoundedFilled.tsx +++ b/src/IconPersonRaisedHandRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRaisedHandRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonRaisedHandSharp.tsx b/src/IconPersonRaisedHandSharp.tsx index 4ab323de8..1936010d7 100644 --- a/src/IconPersonRaisedHandSharp.tsx +++ b/src/IconPersonRaisedHandSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRaisedHandSharp: React.FC = ({ ...props diff --git a/src/IconPersonRaisedHandSharpFilled.tsx b/src/IconPersonRaisedHandSharpFilled.tsx index af46de7ea..a0ebb448c 100644 --- a/src/IconPersonRaisedHandSharpFilled.tsx +++ b/src/IconPersonRaisedHandSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRaisedHandSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonRemoveOutlined.tsx b/src/IconPersonRemoveOutlined.tsx index ce9cd90e4..9cdb117d2 100644 --- a/src/IconPersonRemoveOutlined.tsx +++ b/src/IconPersonRemoveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRemoveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonRemoveOutlinedFilled.tsx b/src/IconPersonRemoveOutlinedFilled.tsx index dcff9e40b..33ffd4144 100644 --- a/src/IconPersonRemoveOutlinedFilled.tsx +++ b/src/IconPersonRemoveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRemoveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonRemoveRounded.tsx b/src/IconPersonRemoveRounded.tsx index e93986000..08bf51dd9 100644 --- a/src/IconPersonRemoveRounded.tsx +++ b/src/IconPersonRemoveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRemoveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonRemoveRoundedFilled.tsx b/src/IconPersonRemoveRoundedFilled.tsx index a1aef1dc5..41c5733d1 100644 --- a/src/IconPersonRemoveRoundedFilled.tsx +++ b/src/IconPersonRemoveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRemoveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonRemoveSharp.tsx b/src/IconPersonRemoveSharp.tsx index a31177e2b..53eb9393a 100644 --- a/src/IconPersonRemoveSharp.tsx +++ b/src/IconPersonRemoveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRemoveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonRemoveSharpFilled.tsx b/src/IconPersonRemoveSharpFilled.tsx index f9a884017..548ee261d 100644 --- a/src/IconPersonRemoveSharpFilled.tsx +++ b/src/IconPersonRemoveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRemoveSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonRounded.tsx b/src/IconPersonRounded.tsx index c5e7c132a..743dd6a5d 100644 --- a/src/IconPersonRounded.tsx +++ b/src/IconPersonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonRoundedFilled.tsx b/src/IconPersonRoundedFilled.tsx index cbed2c1a7..6d98edd7a 100644 --- a/src/IconPersonRoundedFilled.tsx +++ b/src/IconPersonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonSearchOutlined.tsx b/src/IconPersonSearchOutlined.tsx index 64bf10c2c..a125bd60d 100644 --- a/src/IconPersonSearchOutlined.tsx +++ b/src/IconPersonSearchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonSearchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonSearchOutlinedFilled.tsx b/src/IconPersonSearchOutlinedFilled.tsx index 078b49539..8b0214022 100644 --- a/src/IconPersonSearchOutlinedFilled.tsx +++ b/src/IconPersonSearchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonSearchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonSearchRounded.tsx b/src/IconPersonSearchRounded.tsx index d28bd7b09..55fabbb20 100644 --- a/src/IconPersonSearchRounded.tsx +++ b/src/IconPersonSearchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonSearchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonSearchRoundedFilled.tsx b/src/IconPersonSearchRoundedFilled.tsx index 2559cd418..6b7013788 100644 --- a/src/IconPersonSearchRoundedFilled.tsx +++ b/src/IconPersonSearchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonSearchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonSearchSharp.tsx b/src/IconPersonSearchSharp.tsx index c09570298..9ff3ccafd 100644 --- a/src/IconPersonSearchSharp.tsx +++ b/src/IconPersonSearchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonSearchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonSearchSharpFilled.tsx b/src/IconPersonSearchSharpFilled.tsx index 0d259873a..0b04d5c92 100644 --- a/src/IconPersonSearchSharpFilled.tsx +++ b/src/IconPersonSearchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonSearchSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonSharp.tsx b/src/IconPersonSharp.tsx index 932f147e8..13b7b17a9 100644 --- a/src/IconPersonSharp.tsx +++ b/src/IconPersonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonSharpFilled.tsx b/src/IconPersonSharpFilled.tsx index 1765fb856..105b667ab 100644 --- a/src/IconPersonSharpFilled.tsx +++ b/src/IconPersonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonalBagOffOutlined.tsx b/src/IconPersonalBagOffOutlined.tsx index c8587d67b..7d7242ae0 100644 --- a/src/IconPersonalBagOffOutlined.tsx +++ b/src/IconPersonalBagOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagOffOutlined: React.FC = ({ ...props diff --git a/src/IconPersonalBagOffOutlinedFilled.tsx b/src/IconPersonalBagOffOutlinedFilled.tsx index b74334fed..b53a87df1 100644 --- a/src/IconPersonalBagOffOutlinedFilled.tsx +++ b/src/IconPersonalBagOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonalBagOffRounded.tsx b/src/IconPersonalBagOffRounded.tsx index f277e7857..7fcfd36f1 100644 --- a/src/IconPersonalBagOffRounded.tsx +++ b/src/IconPersonalBagOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagOffRounded: React.FC = ({ ...props diff --git a/src/IconPersonalBagOffRoundedFilled.tsx b/src/IconPersonalBagOffRoundedFilled.tsx index ec3542b35..4c4b56f05 100644 --- a/src/IconPersonalBagOffRoundedFilled.tsx +++ b/src/IconPersonalBagOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonalBagOffSharp.tsx b/src/IconPersonalBagOffSharp.tsx index 7bf01323e..b8f0b0e46 100644 --- a/src/IconPersonalBagOffSharp.tsx +++ b/src/IconPersonalBagOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonalBagOffSharpFilled.tsx b/src/IconPersonalBagOffSharpFilled.tsx index de56128d5..8b7bc3168 100644 --- a/src/IconPersonalBagOffSharpFilled.tsx +++ b/src/IconPersonalBagOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonalBagOutlined.tsx b/src/IconPersonalBagOutlined.tsx index ea9da54df..3290d8dde 100644 --- a/src/IconPersonalBagOutlined.tsx +++ b/src/IconPersonalBagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonalBagOutlinedFilled.tsx b/src/IconPersonalBagOutlinedFilled.tsx index 9f09a11f8..eb7bc1599 100644 --- a/src/IconPersonalBagOutlinedFilled.tsx +++ b/src/IconPersonalBagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonalBagQuestionOutlined.tsx b/src/IconPersonalBagQuestionOutlined.tsx index 0a7904fae..b49d40535 100644 --- a/src/IconPersonalBagQuestionOutlined.tsx +++ b/src/IconPersonalBagQuestionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagQuestionOutlined: React.FC = ({ ...props diff --git a/src/IconPersonalBagQuestionOutlinedFilled.tsx b/src/IconPersonalBagQuestionOutlinedFilled.tsx index 4eace5cb5..2358dfeaf 100644 --- a/src/IconPersonalBagQuestionOutlinedFilled.tsx +++ b/src/IconPersonalBagQuestionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagQuestionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonalBagQuestionRounded.tsx b/src/IconPersonalBagQuestionRounded.tsx index 3090de51c..5da9cd770 100644 --- a/src/IconPersonalBagQuestionRounded.tsx +++ b/src/IconPersonalBagQuestionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagQuestionRounded: React.FC = ({ ...props diff --git a/src/IconPersonalBagQuestionRoundedFilled.tsx b/src/IconPersonalBagQuestionRoundedFilled.tsx index bfbaa502e..96985fcb6 100644 --- a/src/IconPersonalBagQuestionRoundedFilled.tsx +++ b/src/IconPersonalBagQuestionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagQuestionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonalBagQuestionSharp.tsx b/src/IconPersonalBagQuestionSharp.tsx index a1e7a1f48..ef6f013a4 100644 --- a/src/IconPersonalBagQuestionSharp.tsx +++ b/src/IconPersonalBagQuestionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagQuestionSharp: React.FC = ({ ...props diff --git a/src/IconPersonalBagQuestionSharpFilled.tsx b/src/IconPersonalBagQuestionSharpFilled.tsx index 8ee3c83ba..6acda33cd 100644 --- a/src/IconPersonalBagQuestionSharpFilled.tsx +++ b/src/IconPersonalBagQuestionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagQuestionSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonalBagRounded.tsx b/src/IconPersonalBagRounded.tsx index d8743eb5b..79efb29f1 100644 --- a/src/IconPersonalBagRounded.tsx +++ b/src/IconPersonalBagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonalBagRoundedFilled.tsx b/src/IconPersonalBagRoundedFilled.tsx index 160383d29..77ea410a2 100644 --- a/src/IconPersonalBagRoundedFilled.tsx +++ b/src/IconPersonalBagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonalBagSharp.tsx b/src/IconPersonalBagSharp.tsx index 92bff3b81..236f3a884 100644 --- a/src/IconPersonalBagSharp.tsx +++ b/src/IconPersonalBagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonalBagSharpFilled.tsx b/src/IconPersonalBagSharpFilled.tsx index 155064a64..cb2267868 100644 --- a/src/IconPersonalBagSharpFilled.tsx +++ b/src/IconPersonalBagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalBagSharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonalInjuryOutlined.tsx b/src/IconPersonalInjuryOutlined.tsx index 018357d5f..17d54fbad 100644 --- a/src/IconPersonalInjuryOutlined.tsx +++ b/src/IconPersonalInjuryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalInjuryOutlined: React.FC = ({ ...props diff --git a/src/IconPersonalInjuryOutlinedFilled.tsx b/src/IconPersonalInjuryOutlinedFilled.tsx index 3005a6b3b..f3cfc2268 100644 --- a/src/IconPersonalInjuryOutlinedFilled.tsx +++ b/src/IconPersonalInjuryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalInjuryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonalInjuryRounded.tsx b/src/IconPersonalInjuryRounded.tsx index 3bb27fd25..4456b3f06 100644 --- a/src/IconPersonalInjuryRounded.tsx +++ b/src/IconPersonalInjuryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalInjuryRounded: React.FC = ({ ...props diff --git a/src/IconPersonalInjuryRoundedFilled.tsx b/src/IconPersonalInjuryRoundedFilled.tsx index 34eee0fa1..476166953 100644 --- a/src/IconPersonalInjuryRoundedFilled.tsx +++ b/src/IconPersonalInjuryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalInjuryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonalInjurySharp.tsx b/src/IconPersonalInjurySharp.tsx index 20487e7cf..259bb1379 100644 --- a/src/IconPersonalInjurySharp.tsx +++ b/src/IconPersonalInjurySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalInjurySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonalInjurySharpFilled.tsx b/src/IconPersonalInjurySharpFilled.tsx index 98d7721a3..792ee697c 100644 --- a/src/IconPersonalInjurySharpFilled.tsx +++ b/src/IconPersonalInjurySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalInjurySharpFilled: React.FC = ({ ...props diff --git a/src/IconPersonalPlacesOutlined.tsx b/src/IconPersonalPlacesOutlined.tsx index 8394b7b2d..9ffa4659f 100644 --- a/src/IconPersonalPlacesOutlined.tsx +++ b/src/IconPersonalPlacesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalPlacesOutlined: React.FC = ({ ...props diff --git a/src/IconPersonalPlacesOutlinedFilled.tsx b/src/IconPersonalPlacesOutlinedFilled.tsx index 971d09eca..e3f49c453 100644 --- a/src/IconPersonalPlacesOutlinedFilled.tsx +++ b/src/IconPersonalPlacesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalPlacesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPersonalPlacesRounded.tsx b/src/IconPersonalPlacesRounded.tsx index 4909cac1f..6ea92f4cf 100644 --- a/src/IconPersonalPlacesRounded.tsx +++ b/src/IconPersonalPlacesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalPlacesRounded: React.FC = ({ ...props diff --git a/src/IconPersonalPlacesRoundedFilled.tsx b/src/IconPersonalPlacesRoundedFilled.tsx index 12c6e4fea..f6f1238b7 100644 --- a/src/IconPersonalPlacesRoundedFilled.tsx +++ b/src/IconPersonalPlacesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalPlacesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPersonalPlacesSharp.tsx b/src/IconPersonalPlacesSharp.tsx index 760b66556..89b79a0c7 100644 --- a/src/IconPersonalPlacesSharp.tsx +++ b/src/IconPersonalPlacesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalPlacesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPersonalPlacesSharpFilled.tsx b/src/IconPersonalPlacesSharpFilled.tsx index 8e5f07cbb..7b227cd96 100644 --- a/src/IconPersonalPlacesSharpFilled.tsx +++ b/src/IconPersonalPlacesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPersonalPlacesSharpFilled: React.FC = ({ ...props diff --git a/src/IconPestControlOutlined.tsx b/src/IconPestControlOutlined.tsx index 44db8cfab..882303e42 100644 --- a/src/IconPestControlOutlined.tsx +++ b/src/IconPestControlOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPestControlOutlinedFilled.tsx b/src/IconPestControlOutlinedFilled.tsx index 743a48b84..db3c32fb3 100644 --- a/src/IconPestControlOutlinedFilled.tsx +++ b/src/IconPestControlOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPestControlRodentOutlined.tsx b/src/IconPestControlRodentOutlined.tsx index 4c24a761d..c36bdd98c 100644 --- a/src/IconPestControlRodentOutlined.tsx +++ b/src/IconPestControlRodentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlRodentOutlined: React.FC = ({ ...props diff --git a/src/IconPestControlRodentOutlinedFilled.tsx b/src/IconPestControlRodentOutlinedFilled.tsx index 61dbc8472..7b5437291 100644 --- a/src/IconPestControlRodentOutlinedFilled.tsx +++ b/src/IconPestControlRodentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlRodentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPestControlRodentRounded.tsx b/src/IconPestControlRodentRounded.tsx index 443fc201c..16a97955f 100644 --- a/src/IconPestControlRodentRounded.tsx +++ b/src/IconPestControlRodentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlRodentRounded: React.FC = ({ ...props diff --git a/src/IconPestControlRodentRoundedFilled.tsx b/src/IconPestControlRodentRoundedFilled.tsx index b1daabeca..8734f6fa2 100644 --- a/src/IconPestControlRodentRoundedFilled.tsx +++ b/src/IconPestControlRodentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlRodentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPestControlRodentSharp.tsx b/src/IconPestControlRodentSharp.tsx index 3cb3180aa..b73b99d4f 100644 --- a/src/IconPestControlRodentSharp.tsx +++ b/src/IconPestControlRodentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlRodentSharp: React.FC = ({ ...props diff --git a/src/IconPestControlRodentSharpFilled.tsx b/src/IconPestControlRodentSharpFilled.tsx index 871079698..80b0da649 100644 --- a/src/IconPestControlRodentSharpFilled.tsx +++ b/src/IconPestControlRodentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlRodentSharpFilled: React.FC = ({ ...props diff --git a/src/IconPestControlRounded.tsx b/src/IconPestControlRounded.tsx index 643f6ad15..e3cb173d7 100644 --- a/src/IconPestControlRounded.tsx +++ b/src/IconPestControlRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPestControlRoundedFilled.tsx b/src/IconPestControlRoundedFilled.tsx index 202d2ebb1..a8c9b2433 100644 --- a/src/IconPestControlRoundedFilled.tsx +++ b/src/IconPestControlRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPestControlSharp.tsx b/src/IconPestControlSharp.tsx index 8c2526a84..e20f2aa37 100644 --- a/src/IconPestControlSharp.tsx +++ b/src/IconPestControlSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPestControlSharpFilled.tsx b/src/IconPestControlSharpFilled.tsx index 445f94196..82c3a3238 100644 --- a/src/IconPestControlSharpFilled.tsx +++ b/src/IconPestControlSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPestControlSharpFilled: React.FC = ({ ...props diff --git a/src/IconPetSuppliesOutlined.tsx b/src/IconPetSuppliesOutlined.tsx index 1021e633e..4f4c3b955 100644 --- a/src/IconPetSuppliesOutlined.tsx +++ b/src/IconPetSuppliesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetSuppliesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPetSuppliesOutlinedFilled.tsx b/src/IconPetSuppliesOutlinedFilled.tsx index a9ab20834..7081a97ad 100644 --- a/src/IconPetSuppliesOutlinedFilled.tsx +++ b/src/IconPetSuppliesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetSuppliesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPetSuppliesRounded.tsx b/src/IconPetSuppliesRounded.tsx index 8ac102a51..7ed84c9f7 100644 --- a/src/IconPetSuppliesRounded.tsx +++ b/src/IconPetSuppliesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetSuppliesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPetSuppliesRoundedFilled.tsx b/src/IconPetSuppliesRoundedFilled.tsx index 4ba503013..c2e329e1d 100644 --- a/src/IconPetSuppliesRoundedFilled.tsx +++ b/src/IconPetSuppliesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetSuppliesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPetSuppliesSharp.tsx b/src/IconPetSuppliesSharp.tsx index 6dd1751c9..4a94b5d05 100644 --- a/src/IconPetSuppliesSharp.tsx +++ b/src/IconPetSuppliesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetSuppliesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPetSuppliesSharpFilled.tsx b/src/IconPetSuppliesSharpFilled.tsx index 5ec0745ae..138c1aeb0 100644 --- a/src/IconPetSuppliesSharpFilled.tsx +++ b/src/IconPetSuppliesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetSuppliesSharpFilled: React.FC = ({ ...props diff --git a/src/IconPetsOutlined.tsx b/src/IconPetsOutlined.tsx index 9fdfc20f5..fd76cbada 100644 --- a/src/IconPetsOutlined.tsx +++ b/src/IconPetsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPetsOutlinedFilled.tsx b/src/IconPetsOutlinedFilled.tsx index d82102164..d6188ce4b 100644 --- a/src/IconPetsOutlinedFilled.tsx +++ b/src/IconPetsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPetsRounded.tsx b/src/IconPetsRounded.tsx index d2bfb590e..8fea4b558 100644 --- a/src/IconPetsRounded.tsx +++ b/src/IconPetsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPetsRoundedFilled.tsx b/src/IconPetsRoundedFilled.tsx index 146a9ef1e..5ed401689 100644 --- a/src/IconPetsRoundedFilled.tsx +++ b/src/IconPetsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPetsSharp.tsx b/src/IconPetsSharp.tsx index 46f699fce..9d2b6eabf 100644 --- a/src/IconPetsSharp.tsx +++ b/src/IconPetsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPetsSharpFilled.tsx b/src/IconPetsSharpFilled.tsx index 362d2d519..827ad8c30 100644 --- a/src/IconPetsSharpFilled.tsx +++ b/src/IconPetsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPetsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPhishingOutlined.tsx b/src/IconPhishingOutlined.tsx index d4abd364d..ba5ece494 100644 --- a/src/IconPhishingOutlined.tsx +++ b/src/IconPhishingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhishingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhishingOutlinedFilled.tsx b/src/IconPhishingOutlinedFilled.tsx index 3feb22a27..0e5aca7be 100644 --- a/src/IconPhishingOutlinedFilled.tsx +++ b/src/IconPhishingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhishingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhishingRounded.tsx b/src/IconPhishingRounded.tsx index e2d286309..6dd7ee5cf 100644 --- a/src/IconPhishingRounded.tsx +++ b/src/IconPhishingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhishingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhishingRoundedFilled.tsx b/src/IconPhishingRoundedFilled.tsx index ec8507c43..a7e0d7212 100644 --- a/src/IconPhishingRoundedFilled.tsx +++ b/src/IconPhishingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhishingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhishingSharp.tsx b/src/IconPhishingSharp.tsx index 98f2c9153..da4a61fce 100644 --- a/src/IconPhishingSharp.tsx +++ b/src/IconPhishingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhishingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhishingSharpFilled.tsx b/src/IconPhishingSharpFilled.tsx index d1b76d3c1..759e9b183 100644 --- a/src/IconPhishingSharpFilled.tsx +++ b/src/IconPhishingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhishingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneAndroidOutlined.tsx b/src/IconPhoneAndroidOutlined.tsx index 58af26187..bd8a9501b 100644 --- a/src/IconPhoneAndroidOutlined.tsx +++ b/src/IconPhoneAndroidOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneAndroidOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneAndroidOutlinedFilled.tsx b/src/IconPhoneAndroidOutlinedFilled.tsx index 1489a037c..9df47ce1d 100644 --- a/src/IconPhoneAndroidOutlinedFilled.tsx +++ b/src/IconPhoneAndroidOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneAndroidOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneAndroidRounded.tsx b/src/IconPhoneAndroidRounded.tsx index b7d920e6d..cc46f6671 100644 --- a/src/IconPhoneAndroidRounded.tsx +++ b/src/IconPhoneAndroidRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneAndroidRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneAndroidRoundedFilled.tsx b/src/IconPhoneAndroidRoundedFilled.tsx index 401fe9206..41e7940af 100644 --- a/src/IconPhoneAndroidRoundedFilled.tsx +++ b/src/IconPhoneAndroidRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneAndroidRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneAndroidSharp.tsx b/src/IconPhoneAndroidSharp.tsx index 95ffeeeef..6a8332c34 100644 --- a/src/IconPhoneAndroidSharp.tsx +++ b/src/IconPhoneAndroidSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneAndroidSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneAndroidSharpFilled.tsx b/src/IconPhoneAndroidSharpFilled.tsx index 6ebca88f4..dd6a899a3 100644 --- a/src/IconPhoneAndroidSharpFilled.tsx +++ b/src/IconPhoneAndroidSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneAndroidSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhoneBluetoothSpeakerOutlined.tsx b/src/IconPhoneBluetoothSpeakerOutlined.tsx index 361f5af57..a7436f2e9 100644 --- a/src/IconPhoneBluetoothSpeakerOutlined.tsx +++ b/src/IconPhoneBluetoothSpeakerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneBluetoothSpeakerOutlined: React.FC = ({ ...props diff --git a/src/IconPhoneBluetoothSpeakerOutlinedFilled.tsx b/src/IconPhoneBluetoothSpeakerOutlinedFilled.tsx index 8e41369a4..772475d84 100644 --- a/src/IconPhoneBluetoothSpeakerOutlinedFilled.tsx +++ b/src/IconPhoneBluetoothSpeakerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneBluetoothSpeakerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneBluetoothSpeakerRounded.tsx b/src/IconPhoneBluetoothSpeakerRounded.tsx index 5f9df132b..318eb5849 100644 --- a/src/IconPhoneBluetoothSpeakerRounded.tsx +++ b/src/IconPhoneBluetoothSpeakerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneBluetoothSpeakerRounded: React.FC = ({ ...props diff --git a/src/IconPhoneBluetoothSpeakerRoundedFilled.tsx b/src/IconPhoneBluetoothSpeakerRoundedFilled.tsx index cc2658be1..280e02bfd 100644 --- a/src/IconPhoneBluetoothSpeakerRoundedFilled.tsx +++ b/src/IconPhoneBluetoothSpeakerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneBluetoothSpeakerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneBluetoothSpeakerSharp.tsx b/src/IconPhoneBluetoothSpeakerSharp.tsx index 96ce9f3b4..dfaa91e8d 100644 --- a/src/IconPhoneBluetoothSpeakerSharp.tsx +++ b/src/IconPhoneBluetoothSpeakerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneBluetoothSpeakerSharp: React.FC = ({ ...props diff --git a/src/IconPhoneBluetoothSpeakerSharpFilled.tsx b/src/IconPhoneBluetoothSpeakerSharpFilled.tsx index 2d73b71c9..1b6ec7dca 100644 --- a/src/IconPhoneBluetoothSpeakerSharpFilled.tsx +++ b/src/IconPhoneBluetoothSpeakerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneBluetoothSpeakerSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhoneCallbackOutlined.tsx b/src/IconPhoneCallbackOutlined.tsx index 7630e54b5..b0144468e 100644 --- a/src/IconPhoneCallbackOutlined.tsx +++ b/src/IconPhoneCallbackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneCallbackOutlined: React.FC = ({ ...props diff --git a/src/IconPhoneCallbackOutlinedFilled.tsx b/src/IconPhoneCallbackOutlinedFilled.tsx index 16d9238ae..0c3eaac2c 100644 --- a/src/IconPhoneCallbackOutlinedFilled.tsx +++ b/src/IconPhoneCallbackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneCallbackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneCallbackRounded.tsx b/src/IconPhoneCallbackRounded.tsx index ba6ac15f7..23f12758c 100644 --- a/src/IconPhoneCallbackRounded.tsx +++ b/src/IconPhoneCallbackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneCallbackRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneCallbackRoundedFilled.tsx b/src/IconPhoneCallbackRoundedFilled.tsx index deed4b171..371e28c77 100644 --- a/src/IconPhoneCallbackRoundedFilled.tsx +++ b/src/IconPhoneCallbackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneCallbackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneCallbackSharp.tsx b/src/IconPhoneCallbackSharp.tsx index 045052dd0..bb90fb942 100644 --- a/src/IconPhoneCallbackSharp.tsx +++ b/src/IconPhoneCallbackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneCallbackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneCallbackSharpFilled.tsx b/src/IconPhoneCallbackSharpFilled.tsx index d29a33a25..d1b4a231a 100644 --- a/src/IconPhoneCallbackSharpFilled.tsx +++ b/src/IconPhoneCallbackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneCallbackSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhoneDisabledOutlined.tsx b/src/IconPhoneDisabledOutlined.tsx index ed6d6969f..10f1d6913 100644 --- a/src/IconPhoneDisabledOutlined.tsx +++ b/src/IconPhoneDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconPhoneDisabledOutlinedFilled.tsx b/src/IconPhoneDisabledOutlinedFilled.tsx index 0b354e8d2..be6f0a49d 100644 --- a/src/IconPhoneDisabledOutlinedFilled.tsx +++ b/src/IconPhoneDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneDisabledRounded.tsx b/src/IconPhoneDisabledRounded.tsx index 6ffdb63de..9c9ba5d4d 100644 --- a/src/IconPhoneDisabledRounded.tsx +++ b/src/IconPhoneDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneDisabledRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneDisabledRoundedFilled.tsx b/src/IconPhoneDisabledRoundedFilled.tsx index 5f495394d..bb99a43f4 100644 --- a/src/IconPhoneDisabledRoundedFilled.tsx +++ b/src/IconPhoneDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneDisabledSharp.tsx b/src/IconPhoneDisabledSharp.tsx index a3a6e56e8..b8ac7cdd5 100644 --- a/src/IconPhoneDisabledSharp.tsx +++ b/src/IconPhoneDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneDisabledSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneDisabledSharpFilled.tsx b/src/IconPhoneDisabledSharpFilled.tsx index 6c8ee373a..0ef8e237c 100644 --- a/src/IconPhoneDisabledSharpFilled.tsx +++ b/src/IconPhoneDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhoneEnabledOutlined.tsx b/src/IconPhoneEnabledOutlined.tsx index 95751438a..846ceb439 100644 --- a/src/IconPhoneEnabledOutlined.tsx +++ b/src/IconPhoneEnabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneEnabledOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneEnabledOutlinedFilled.tsx b/src/IconPhoneEnabledOutlinedFilled.tsx index aa4c4cb43..08dc5c63a 100644 --- a/src/IconPhoneEnabledOutlinedFilled.tsx +++ b/src/IconPhoneEnabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneEnabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneEnabledRounded.tsx b/src/IconPhoneEnabledRounded.tsx index 46c7929c3..663847f99 100644 --- a/src/IconPhoneEnabledRounded.tsx +++ b/src/IconPhoneEnabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneEnabledRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneEnabledRoundedFilled.tsx b/src/IconPhoneEnabledRoundedFilled.tsx index e958e6be5..e39c4c7e6 100644 --- a/src/IconPhoneEnabledRoundedFilled.tsx +++ b/src/IconPhoneEnabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneEnabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneEnabledSharp.tsx b/src/IconPhoneEnabledSharp.tsx index 3516f7386..9426d9104 100644 --- a/src/IconPhoneEnabledSharp.tsx +++ b/src/IconPhoneEnabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneEnabledSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneEnabledSharpFilled.tsx b/src/IconPhoneEnabledSharpFilled.tsx index 766ec42cb..c1b6028ba 100644 --- a/src/IconPhoneEnabledSharpFilled.tsx +++ b/src/IconPhoneEnabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneEnabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhoneForwardedOutlined.tsx b/src/IconPhoneForwardedOutlined.tsx index ebec280c0..dd04e2032 100644 --- a/src/IconPhoneForwardedOutlined.tsx +++ b/src/IconPhoneForwardedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneForwardedOutlined: React.FC = ({ ...props diff --git a/src/IconPhoneForwardedOutlinedFilled.tsx b/src/IconPhoneForwardedOutlinedFilled.tsx index b5fd66505..4c2ad84c3 100644 --- a/src/IconPhoneForwardedOutlinedFilled.tsx +++ b/src/IconPhoneForwardedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneForwardedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneForwardedRounded.tsx b/src/IconPhoneForwardedRounded.tsx index b4825aeb7..379047037 100644 --- a/src/IconPhoneForwardedRounded.tsx +++ b/src/IconPhoneForwardedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneForwardedRounded: React.FC = ({ ...props diff --git a/src/IconPhoneForwardedRoundedFilled.tsx b/src/IconPhoneForwardedRoundedFilled.tsx index 82e468c31..61f0d23ae 100644 --- a/src/IconPhoneForwardedRoundedFilled.tsx +++ b/src/IconPhoneForwardedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneForwardedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneForwardedSharp.tsx b/src/IconPhoneForwardedSharp.tsx index 7ca19bc39..c558d1e92 100644 --- a/src/IconPhoneForwardedSharp.tsx +++ b/src/IconPhoneForwardedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneForwardedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneForwardedSharpFilled.tsx b/src/IconPhoneForwardedSharpFilled.tsx index 500baafc2..aba0158e6 100644 --- a/src/IconPhoneForwardedSharpFilled.tsx +++ b/src/IconPhoneForwardedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneForwardedSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhoneInTalkOutlined.tsx b/src/IconPhoneInTalkOutlined.tsx index e668e4dbf..252f5386a 100644 --- a/src/IconPhoneInTalkOutlined.tsx +++ b/src/IconPhoneInTalkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneInTalkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneInTalkOutlinedFilled.tsx b/src/IconPhoneInTalkOutlinedFilled.tsx index f944541bd..0c37f1a40 100644 --- a/src/IconPhoneInTalkOutlinedFilled.tsx +++ b/src/IconPhoneInTalkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneInTalkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneInTalkRounded.tsx b/src/IconPhoneInTalkRounded.tsx index 0d1a610db..3a602ac77 100644 --- a/src/IconPhoneInTalkRounded.tsx +++ b/src/IconPhoneInTalkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneInTalkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneInTalkRoundedFilled.tsx b/src/IconPhoneInTalkRoundedFilled.tsx index 7298f588c..d7355216f 100644 --- a/src/IconPhoneInTalkRoundedFilled.tsx +++ b/src/IconPhoneInTalkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneInTalkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneInTalkSharp.tsx b/src/IconPhoneInTalkSharp.tsx index 2d0128050..e986dbccb 100644 --- a/src/IconPhoneInTalkSharp.tsx +++ b/src/IconPhoneInTalkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneInTalkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneInTalkSharpFilled.tsx b/src/IconPhoneInTalkSharpFilled.tsx index ea6f5ccdf..d97f6e0a2 100644 --- a/src/IconPhoneInTalkSharpFilled.tsx +++ b/src/IconPhoneInTalkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneInTalkSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhoneIphoneOutlined.tsx b/src/IconPhoneIphoneOutlined.tsx index 75ad3becd..0ef8f4ce5 100644 --- a/src/IconPhoneIphoneOutlined.tsx +++ b/src/IconPhoneIphoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneIphoneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneIphoneOutlinedFilled.tsx b/src/IconPhoneIphoneOutlinedFilled.tsx index 9f9273642..4fcad22d6 100644 --- a/src/IconPhoneIphoneOutlinedFilled.tsx +++ b/src/IconPhoneIphoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneIphoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneIphoneRounded.tsx b/src/IconPhoneIphoneRounded.tsx index 35089157f..89b099e77 100644 --- a/src/IconPhoneIphoneRounded.tsx +++ b/src/IconPhoneIphoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneIphoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneIphoneRoundedFilled.tsx b/src/IconPhoneIphoneRoundedFilled.tsx index aeae650ee..3bc1a7bbc 100644 --- a/src/IconPhoneIphoneRoundedFilled.tsx +++ b/src/IconPhoneIphoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneIphoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneIphoneSharp.tsx b/src/IconPhoneIphoneSharp.tsx index 8a0011212..ac1a3e0fa 100644 --- a/src/IconPhoneIphoneSharp.tsx +++ b/src/IconPhoneIphoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneIphoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneIphoneSharpFilled.tsx b/src/IconPhoneIphoneSharpFilled.tsx index 089c337da..ba46d7c39 100644 --- a/src/IconPhoneIphoneSharpFilled.tsx +++ b/src/IconPhoneIphoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneIphoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhoneLockedOutlined.tsx b/src/IconPhoneLockedOutlined.tsx index 421420516..ad6c4142f 100644 --- a/src/IconPhoneLockedOutlined.tsx +++ b/src/IconPhoneLockedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneLockedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneLockedOutlinedFilled.tsx b/src/IconPhoneLockedOutlinedFilled.tsx index 1e9ccd62c..b11dec0fb 100644 --- a/src/IconPhoneLockedOutlinedFilled.tsx +++ b/src/IconPhoneLockedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneLockedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneLockedRounded.tsx b/src/IconPhoneLockedRounded.tsx index e33c81085..68b6205f8 100644 --- a/src/IconPhoneLockedRounded.tsx +++ b/src/IconPhoneLockedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneLockedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneLockedRoundedFilled.tsx b/src/IconPhoneLockedRoundedFilled.tsx index 6652d23f3..f1033e6c2 100644 --- a/src/IconPhoneLockedRoundedFilled.tsx +++ b/src/IconPhoneLockedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneLockedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneLockedSharp.tsx b/src/IconPhoneLockedSharp.tsx index dd0d5c62a..4d46c0dd6 100644 --- a/src/IconPhoneLockedSharp.tsx +++ b/src/IconPhoneLockedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneLockedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneLockedSharpFilled.tsx b/src/IconPhoneLockedSharpFilled.tsx index 99b64ae1b..6e76007ec 100644 --- a/src/IconPhoneLockedSharpFilled.tsx +++ b/src/IconPhoneLockedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneLockedSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhoneMissedOutlined.tsx b/src/IconPhoneMissedOutlined.tsx index ade1a5119..5ed877cd7 100644 --- a/src/IconPhoneMissedOutlined.tsx +++ b/src/IconPhoneMissedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneMissedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneMissedOutlinedFilled.tsx b/src/IconPhoneMissedOutlinedFilled.tsx index 58874bfed..f7788cd55 100644 --- a/src/IconPhoneMissedOutlinedFilled.tsx +++ b/src/IconPhoneMissedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneMissedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneMissedRounded.tsx b/src/IconPhoneMissedRounded.tsx index 9f07b770f..9f6a36628 100644 --- a/src/IconPhoneMissedRounded.tsx +++ b/src/IconPhoneMissedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneMissedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneMissedRoundedFilled.tsx b/src/IconPhoneMissedRoundedFilled.tsx index fafcc7a00..7a1e45ddc 100644 --- a/src/IconPhoneMissedRoundedFilled.tsx +++ b/src/IconPhoneMissedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneMissedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhoneMissedSharp.tsx b/src/IconPhoneMissedSharp.tsx index d761543b0..1ee01b750 100644 --- a/src/IconPhoneMissedSharp.tsx +++ b/src/IconPhoneMissedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneMissedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhoneMissedSharpFilled.tsx b/src/IconPhoneMissedSharpFilled.tsx index 5d1252fc0..984447b40 100644 --- a/src/IconPhoneMissedSharpFilled.tsx +++ b/src/IconPhoneMissedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhoneMissedSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhonePausedOutlined.tsx b/src/IconPhonePausedOutlined.tsx index 91bf53b34..6844f4fa4 100644 --- a/src/IconPhonePausedOutlined.tsx +++ b/src/IconPhonePausedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonePausedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonePausedOutlinedFilled.tsx b/src/IconPhonePausedOutlinedFilled.tsx index 071e4df8e..2f735fb7e 100644 --- a/src/IconPhonePausedOutlinedFilled.tsx +++ b/src/IconPhonePausedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonePausedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhonePausedRounded.tsx b/src/IconPhonePausedRounded.tsx index 13096b659..e605e7948 100644 --- a/src/IconPhonePausedRounded.tsx +++ b/src/IconPhonePausedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonePausedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonePausedRoundedFilled.tsx b/src/IconPhonePausedRoundedFilled.tsx index cd77cdf53..05f3a059a 100644 --- a/src/IconPhonePausedRoundedFilled.tsx +++ b/src/IconPhonePausedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonePausedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhonePausedSharp.tsx b/src/IconPhonePausedSharp.tsx index 16e69bc46..c936c3c69 100644 --- a/src/IconPhonePausedSharp.tsx +++ b/src/IconPhonePausedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonePausedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonePausedSharpFilled.tsx b/src/IconPhonePausedSharpFilled.tsx index d0df2bb15..c2d14d79c 100644 --- a/src/IconPhonePausedSharpFilled.tsx +++ b/src/IconPhonePausedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonePausedSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkEraseOutlined.tsx b/src/IconPhonelinkEraseOutlined.tsx index 523a271c0..84c8396f0 100644 --- a/src/IconPhonelinkEraseOutlined.tsx +++ b/src/IconPhonelinkEraseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkEraseOutlined: React.FC = ({ ...props diff --git a/src/IconPhonelinkEraseOutlinedFilled.tsx b/src/IconPhonelinkEraseOutlinedFilled.tsx index 8b5a24187..a85dcb5ad 100644 --- a/src/IconPhonelinkEraseOutlinedFilled.tsx +++ b/src/IconPhonelinkEraseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkEraseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkEraseRounded.tsx b/src/IconPhonelinkEraseRounded.tsx index e47e7d30c..b131c37e0 100644 --- a/src/IconPhonelinkEraseRounded.tsx +++ b/src/IconPhonelinkEraseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkEraseRounded: React.FC = ({ ...props diff --git a/src/IconPhonelinkEraseRoundedFilled.tsx b/src/IconPhonelinkEraseRoundedFilled.tsx index 9604f50f4..fe997dca9 100644 --- a/src/IconPhonelinkEraseRoundedFilled.tsx +++ b/src/IconPhonelinkEraseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkEraseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkEraseSharp.tsx b/src/IconPhonelinkEraseSharp.tsx index cd54e4577..186d5ad8d 100644 --- a/src/IconPhonelinkEraseSharp.tsx +++ b/src/IconPhonelinkEraseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkEraseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonelinkEraseSharpFilled.tsx b/src/IconPhonelinkEraseSharpFilled.tsx index 3dad8e54a..c7c41b0c4 100644 --- a/src/IconPhonelinkEraseSharpFilled.tsx +++ b/src/IconPhonelinkEraseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkEraseSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkLockOutlined.tsx b/src/IconPhonelinkLockOutlined.tsx index e935929e4..dbd21cb6a 100644 --- a/src/IconPhonelinkLockOutlined.tsx +++ b/src/IconPhonelinkLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkLockOutlined: React.FC = ({ ...props diff --git a/src/IconPhonelinkLockOutlinedFilled.tsx b/src/IconPhonelinkLockOutlinedFilled.tsx index ffb1ecd19..326b089b3 100644 --- a/src/IconPhonelinkLockOutlinedFilled.tsx +++ b/src/IconPhonelinkLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkLockRounded.tsx b/src/IconPhonelinkLockRounded.tsx index d943e7ea0..cc9145a84 100644 --- a/src/IconPhonelinkLockRounded.tsx +++ b/src/IconPhonelinkLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonelinkLockRoundedFilled.tsx b/src/IconPhonelinkLockRoundedFilled.tsx index fd3b2f924..66c0f2879 100644 --- a/src/IconPhonelinkLockRoundedFilled.tsx +++ b/src/IconPhonelinkLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkLockSharp.tsx b/src/IconPhonelinkLockSharp.tsx index 4c9fabe3a..034d6283b 100644 --- a/src/IconPhonelinkLockSharp.tsx +++ b/src/IconPhonelinkLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonelinkLockSharpFilled.tsx b/src/IconPhonelinkLockSharpFilled.tsx index e825b7cfa..e14ae9d9b 100644 --- a/src/IconPhonelinkLockSharpFilled.tsx +++ b/src/IconPhonelinkLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkLockSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkOffOutlined.tsx b/src/IconPhonelinkOffOutlined.tsx index db0993c33..347feafc8 100644 --- a/src/IconPhonelinkOffOutlined.tsx +++ b/src/IconPhonelinkOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonelinkOffOutlinedFilled.tsx b/src/IconPhonelinkOffOutlinedFilled.tsx index 7063cf816..0aab61581 100644 --- a/src/IconPhonelinkOffOutlinedFilled.tsx +++ b/src/IconPhonelinkOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkOffRounded.tsx b/src/IconPhonelinkOffRounded.tsx index 4a18d3d94..bfe15720f 100644 --- a/src/IconPhonelinkOffRounded.tsx +++ b/src/IconPhonelinkOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonelinkOffRoundedFilled.tsx b/src/IconPhonelinkOffRoundedFilled.tsx index 381b10d07..21ea4dee0 100644 --- a/src/IconPhonelinkOffRoundedFilled.tsx +++ b/src/IconPhonelinkOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkOffSharp.tsx b/src/IconPhonelinkOffSharp.tsx index c15e627f7..416dd619a 100644 --- a/src/IconPhonelinkOffSharp.tsx +++ b/src/IconPhonelinkOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonelinkOffSharpFilled.tsx b/src/IconPhonelinkOffSharpFilled.tsx index a94e211c1..7f27c4893 100644 --- a/src/IconPhonelinkOffSharpFilled.tsx +++ b/src/IconPhonelinkOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkRingOffOutlined.tsx b/src/IconPhonelinkRingOffOutlined.tsx index c6778ae08..5022d83b1 100644 --- a/src/IconPhonelinkRingOffOutlined.tsx +++ b/src/IconPhonelinkRingOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingOffOutlined: React.FC = ({ ...props diff --git a/src/IconPhonelinkRingOffOutlinedFilled.tsx b/src/IconPhonelinkRingOffOutlinedFilled.tsx index b6fe3a675..c71d1ed58 100644 --- a/src/IconPhonelinkRingOffOutlinedFilled.tsx +++ b/src/IconPhonelinkRingOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkRingOffRounded.tsx b/src/IconPhonelinkRingOffRounded.tsx index 579d8973a..dc017592a 100644 --- a/src/IconPhonelinkRingOffRounded.tsx +++ b/src/IconPhonelinkRingOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingOffRounded: React.FC = ({ ...props diff --git a/src/IconPhonelinkRingOffRoundedFilled.tsx b/src/IconPhonelinkRingOffRoundedFilled.tsx index 9f91a312e..828f8e7f2 100644 --- a/src/IconPhonelinkRingOffRoundedFilled.tsx +++ b/src/IconPhonelinkRingOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkRingOffSharp.tsx b/src/IconPhonelinkRingOffSharp.tsx index 402ae327c..ffe81fbb0 100644 --- a/src/IconPhonelinkRingOffSharp.tsx +++ b/src/IconPhonelinkRingOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingOffSharp: React.FC = ({ ...props diff --git a/src/IconPhonelinkRingOffSharpFilled.tsx b/src/IconPhonelinkRingOffSharpFilled.tsx index 7f8cb6c8f..5f09fc85a 100644 --- a/src/IconPhonelinkRingOffSharpFilled.tsx +++ b/src/IconPhonelinkRingOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkRingOutlined.tsx b/src/IconPhonelinkRingOutlined.tsx index 6e6e297ca..dbabc7ebe 100644 --- a/src/IconPhonelinkRingOutlined.tsx +++ b/src/IconPhonelinkRingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingOutlined: React.FC = ({ ...props diff --git a/src/IconPhonelinkRingOutlinedFilled.tsx b/src/IconPhonelinkRingOutlinedFilled.tsx index cdccaf8f9..ee46993e4 100644 --- a/src/IconPhonelinkRingOutlinedFilled.tsx +++ b/src/IconPhonelinkRingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkRingRounded.tsx b/src/IconPhonelinkRingRounded.tsx index bda171c29..c1170e854 100644 --- a/src/IconPhonelinkRingRounded.tsx +++ b/src/IconPhonelinkRingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonelinkRingRoundedFilled.tsx b/src/IconPhonelinkRingRoundedFilled.tsx index 3deaff3c6..b2d88eb91 100644 --- a/src/IconPhonelinkRingRoundedFilled.tsx +++ b/src/IconPhonelinkRingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkRingSharp.tsx b/src/IconPhonelinkRingSharp.tsx index a4813fb55..a38c52a57 100644 --- a/src/IconPhonelinkRingSharp.tsx +++ b/src/IconPhonelinkRingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonelinkRingSharpFilled.tsx b/src/IconPhonelinkRingSharpFilled.tsx index f7bece068..ca3c8c599 100644 --- a/src/IconPhonelinkRingSharpFilled.tsx +++ b/src/IconPhonelinkRingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkRingSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkSetupOutlined.tsx b/src/IconPhonelinkSetupOutlined.tsx index 6dad2b6ae..cbcfa9a7e 100644 --- a/src/IconPhonelinkSetupOutlined.tsx +++ b/src/IconPhonelinkSetupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkSetupOutlined: React.FC = ({ ...props diff --git a/src/IconPhonelinkSetupOutlinedFilled.tsx b/src/IconPhonelinkSetupOutlinedFilled.tsx index 4a1adb4de..393a7a72a 100644 --- a/src/IconPhonelinkSetupOutlinedFilled.tsx +++ b/src/IconPhonelinkSetupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkSetupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkSetupRounded.tsx b/src/IconPhonelinkSetupRounded.tsx index f05ca5893..33e4bd96e 100644 --- a/src/IconPhonelinkSetupRounded.tsx +++ b/src/IconPhonelinkSetupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkSetupRounded: React.FC = ({ ...props diff --git a/src/IconPhonelinkSetupRoundedFilled.tsx b/src/IconPhonelinkSetupRoundedFilled.tsx index 496e33fcc..4b9a93807 100644 --- a/src/IconPhonelinkSetupRoundedFilled.tsx +++ b/src/IconPhonelinkSetupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkSetupRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhonelinkSetupSharp.tsx b/src/IconPhonelinkSetupSharp.tsx index 91bcd9472..b986fa184 100644 --- a/src/IconPhonelinkSetupSharp.tsx +++ b/src/IconPhonelinkSetupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkSetupSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhonelinkSetupSharpFilled.tsx b/src/IconPhonelinkSetupSharpFilled.tsx index feaa244f6..ae9f7dcd0 100644 --- a/src/IconPhonelinkSetupSharpFilled.tsx +++ b/src/IconPhonelinkSetupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhonelinkSetupSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhotoAlbumOutlined.tsx b/src/IconPhotoAlbumOutlined.tsx index 21d7b5e4a..574225cca 100644 --- a/src/IconPhotoAlbumOutlined.tsx +++ b/src/IconPhotoAlbumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAlbumOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoAlbumOutlinedFilled.tsx b/src/IconPhotoAlbumOutlinedFilled.tsx index ff7bcde28..d2b06446a 100644 --- a/src/IconPhotoAlbumOutlinedFilled.tsx +++ b/src/IconPhotoAlbumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAlbumOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoAlbumRounded.tsx b/src/IconPhotoAlbumRounded.tsx index 17441ad86..5bbf7aa00 100644 --- a/src/IconPhotoAlbumRounded.tsx +++ b/src/IconPhotoAlbumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAlbumRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoAlbumRoundedFilled.tsx b/src/IconPhotoAlbumRoundedFilled.tsx index 316d0703e..a06eb3f61 100644 --- a/src/IconPhotoAlbumRoundedFilled.tsx +++ b/src/IconPhotoAlbumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAlbumRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoAlbumSharp.tsx b/src/IconPhotoAlbumSharp.tsx index 937d212da..038a7c276 100644 --- a/src/IconPhotoAlbumSharp.tsx +++ b/src/IconPhotoAlbumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAlbumSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoAlbumSharpFilled.tsx b/src/IconPhotoAlbumSharpFilled.tsx index 1e77b075d..b77554dea 100644 --- a/src/IconPhotoAlbumSharpFilled.tsx +++ b/src/IconPhotoAlbumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAlbumSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhotoAutoMergeOutlined.tsx b/src/IconPhotoAutoMergeOutlined.tsx index 9c18b7ae2..e6c1ccc5c 100644 --- a/src/IconPhotoAutoMergeOutlined.tsx +++ b/src/IconPhotoAutoMergeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAutoMergeOutlined: React.FC = ({ ...props diff --git a/src/IconPhotoAutoMergeOutlinedFilled.tsx b/src/IconPhotoAutoMergeOutlinedFilled.tsx index 66d0b33e7..0e1e4adf7 100644 --- a/src/IconPhotoAutoMergeOutlinedFilled.tsx +++ b/src/IconPhotoAutoMergeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAutoMergeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoAutoMergeRounded.tsx b/src/IconPhotoAutoMergeRounded.tsx index 5115f8d44..79440c40c 100644 --- a/src/IconPhotoAutoMergeRounded.tsx +++ b/src/IconPhotoAutoMergeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAutoMergeRounded: React.FC = ({ ...props diff --git a/src/IconPhotoAutoMergeRoundedFilled.tsx b/src/IconPhotoAutoMergeRoundedFilled.tsx index 601230f01..952e377fd 100644 --- a/src/IconPhotoAutoMergeRoundedFilled.tsx +++ b/src/IconPhotoAutoMergeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAutoMergeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoAutoMergeSharp.tsx b/src/IconPhotoAutoMergeSharp.tsx index 9e25e301a..953d36eef 100644 --- a/src/IconPhotoAutoMergeSharp.tsx +++ b/src/IconPhotoAutoMergeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAutoMergeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoAutoMergeSharpFilled.tsx b/src/IconPhotoAutoMergeSharpFilled.tsx index 153ca7801..8fa22f987 100644 --- a/src/IconPhotoAutoMergeSharpFilled.tsx +++ b/src/IconPhotoAutoMergeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoAutoMergeSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhotoCameraBackOutlined.tsx b/src/IconPhotoCameraBackOutlined.tsx index f08463d03..71f05b2c6 100644 --- a/src/IconPhotoCameraBackOutlined.tsx +++ b/src/IconPhotoCameraBackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraBackOutlined: React.FC = ({ ...props diff --git a/src/IconPhotoCameraBackOutlinedFilled.tsx b/src/IconPhotoCameraBackOutlinedFilled.tsx index c98f2ba55..848712990 100644 --- a/src/IconPhotoCameraBackOutlinedFilled.tsx +++ b/src/IconPhotoCameraBackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraBackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoCameraBackRounded.tsx b/src/IconPhotoCameraBackRounded.tsx index bc9bfe844..4c472cdb3 100644 --- a/src/IconPhotoCameraBackRounded.tsx +++ b/src/IconPhotoCameraBackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraBackRounded: React.FC = ({ ...props diff --git a/src/IconPhotoCameraBackRoundedFilled.tsx b/src/IconPhotoCameraBackRoundedFilled.tsx index 3585d8727..8f05ab924 100644 --- a/src/IconPhotoCameraBackRoundedFilled.tsx +++ b/src/IconPhotoCameraBackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraBackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoCameraBackSharp.tsx b/src/IconPhotoCameraBackSharp.tsx index 0e4ec5c5e..e40dca926 100644 --- a/src/IconPhotoCameraBackSharp.tsx +++ b/src/IconPhotoCameraBackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraBackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoCameraBackSharpFilled.tsx b/src/IconPhotoCameraBackSharpFilled.tsx index 6f18175bc..a3088031f 100644 --- a/src/IconPhotoCameraBackSharpFilled.tsx +++ b/src/IconPhotoCameraBackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraBackSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhotoCameraFrontOutlined.tsx b/src/IconPhotoCameraFrontOutlined.tsx index 1d2579121..0364d965e 100644 --- a/src/IconPhotoCameraFrontOutlined.tsx +++ b/src/IconPhotoCameraFrontOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraFrontOutlined: React.FC = ({ ...props diff --git a/src/IconPhotoCameraFrontOutlinedFilled.tsx b/src/IconPhotoCameraFrontOutlinedFilled.tsx index 64c078e25..6f15a3d94 100644 --- a/src/IconPhotoCameraFrontOutlinedFilled.tsx +++ b/src/IconPhotoCameraFrontOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraFrontOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoCameraFrontRounded.tsx b/src/IconPhotoCameraFrontRounded.tsx index 0e5fd8c98..bcbced767 100644 --- a/src/IconPhotoCameraFrontRounded.tsx +++ b/src/IconPhotoCameraFrontRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraFrontRounded: React.FC = ({ ...props diff --git a/src/IconPhotoCameraFrontRoundedFilled.tsx b/src/IconPhotoCameraFrontRoundedFilled.tsx index c82105da1..589d7581a 100644 --- a/src/IconPhotoCameraFrontRoundedFilled.tsx +++ b/src/IconPhotoCameraFrontRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraFrontRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoCameraFrontSharp.tsx b/src/IconPhotoCameraFrontSharp.tsx index 1a3c59f3f..8a8a99e75 100644 --- a/src/IconPhotoCameraFrontSharp.tsx +++ b/src/IconPhotoCameraFrontSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraFrontSharp: React.FC = ({ ...props diff --git a/src/IconPhotoCameraFrontSharpFilled.tsx b/src/IconPhotoCameraFrontSharpFilled.tsx index aafd7e798..41f0d3404 100644 --- a/src/IconPhotoCameraFrontSharpFilled.tsx +++ b/src/IconPhotoCameraFrontSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraFrontSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhotoCameraOutlined.tsx b/src/IconPhotoCameraOutlined.tsx index 8da4c5912..fe4fd6122 100644 --- a/src/IconPhotoCameraOutlined.tsx +++ b/src/IconPhotoCameraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoCameraOutlinedFilled.tsx b/src/IconPhotoCameraOutlinedFilled.tsx index 3819e0541..651038bf1 100644 --- a/src/IconPhotoCameraOutlinedFilled.tsx +++ b/src/IconPhotoCameraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoCameraRounded.tsx b/src/IconPhotoCameraRounded.tsx index c6364f1a4..19582459a 100644 --- a/src/IconPhotoCameraRounded.tsx +++ b/src/IconPhotoCameraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoCameraRoundedFilled.tsx b/src/IconPhotoCameraRoundedFilled.tsx index 5adf03a3c..b79496c05 100644 --- a/src/IconPhotoCameraRoundedFilled.tsx +++ b/src/IconPhotoCameraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoCameraSharp.tsx b/src/IconPhotoCameraSharp.tsx index d15069523..bb9b3fb22 100644 --- a/src/IconPhotoCameraSharp.tsx +++ b/src/IconPhotoCameraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoCameraSharpFilled.tsx b/src/IconPhotoCameraSharpFilled.tsx index 529fba734..dcb1c88c4 100644 --- a/src/IconPhotoCameraSharpFilled.tsx +++ b/src/IconPhotoCameraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoCameraSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhotoFrameOutlined.tsx b/src/IconPhotoFrameOutlined.tsx index 1f3f4823b..0fbf67188 100644 --- a/src/IconPhotoFrameOutlined.tsx +++ b/src/IconPhotoFrameOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoFrameOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoFrameOutlinedFilled.tsx b/src/IconPhotoFrameOutlinedFilled.tsx index 8f91ac838..9cfbce3cf 100644 --- a/src/IconPhotoFrameOutlinedFilled.tsx +++ b/src/IconPhotoFrameOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoFrameOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoFrameRounded.tsx b/src/IconPhotoFrameRounded.tsx index cc3dcb418..91d491bd0 100644 --- a/src/IconPhotoFrameRounded.tsx +++ b/src/IconPhotoFrameRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoFrameRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoFrameRoundedFilled.tsx b/src/IconPhotoFrameRoundedFilled.tsx index 4d260abc0..87220ee00 100644 --- a/src/IconPhotoFrameRoundedFilled.tsx +++ b/src/IconPhotoFrameRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoFrameRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoFrameSharp.tsx b/src/IconPhotoFrameSharp.tsx index aead888f4..e5cf00014 100644 --- a/src/IconPhotoFrameSharp.tsx +++ b/src/IconPhotoFrameSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoFrameSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoFrameSharpFilled.tsx b/src/IconPhotoFrameSharpFilled.tsx index 0cbf4cf5f..900a8e393 100644 --- a/src/IconPhotoFrameSharpFilled.tsx +++ b/src/IconPhotoFrameSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoFrameSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhotoLibraryOutlined.tsx b/src/IconPhotoLibraryOutlined.tsx index 674573bb5..6197f7c04 100644 --- a/src/IconPhotoLibraryOutlined.tsx +++ b/src/IconPhotoLibraryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoLibraryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoLibraryOutlinedFilled.tsx b/src/IconPhotoLibraryOutlinedFilled.tsx index 8c0c06ac3..e45896ce1 100644 --- a/src/IconPhotoLibraryOutlinedFilled.tsx +++ b/src/IconPhotoLibraryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoLibraryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoLibraryRounded.tsx b/src/IconPhotoLibraryRounded.tsx index 171587003..5d366f84a 100644 --- a/src/IconPhotoLibraryRounded.tsx +++ b/src/IconPhotoLibraryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoLibraryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoLibraryRoundedFilled.tsx b/src/IconPhotoLibraryRoundedFilled.tsx index c9fbb2040..01e8d1b67 100644 --- a/src/IconPhotoLibraryRoundedFilled.tsx +++ b/src/IconPhotoLibraryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoLibraryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoLibrarySharp.tsx b/src/IconPhotoLibrarySharp.tsx index a413de08a..593b32878 100644 --- a/src/IconPhotoLibrarySharp.tsx +++ b/src/IconPhotoLibrarySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoLibrarySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoLibrarySharpFilled.tsx b/src/IconPhotoLibrarySharpFilled.tsx index ec5cb403c..9d6af3848 100644 --- a/src/IconPhotoLibrarySharpFilled.tsx +++ b/src/IconPhotoLibrarySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoLibrarySharpFilled: React.FC = ({ ...props diff --git a/src/IconPhotoOutlined.tsx b/src/IconPhotoOutlined.tsx index 6f030c5f5..5bab543a5 100644 --- a/src/IconPhotoOutlined.tsx +++ b/src/IconPhotoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoOutlinedFilled.tsx b/src/IconPhotoOutlinedFilled.tsx index 12b0ccc04..22e8cd1f2 100644 --- a/src/IconPhotoOutlinedFilled.tsx +++ b/src/IconPhotoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoPrintsOutlined.tsx b/src/IconPhotoPrintsOutlined.tsx index 343c4cedd..192caa7d2 100644 --- a/src/IconPhotoPrintsOutlined.tsx +++ b/src/IconPhotoPrintsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoPrintsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoPrintsOutlinedFilled.tsx b/src/IconPhotoPrintsOutlinedFilled.tsx index 46a71a65e..69a2ffa66 100644 --- a/src/IconPhotoPrintsOutlinedFilled.tsx +++ b/src/IconPhotoPrintsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoPrintsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoPrintsRounded.tsx b/src/IconPhotoPrintsRounded.tsx index 879e5ad19..df3f5b565 100644 --- a/src/IconPhotoPrintsRounded.tsx +++ b/src/IconPhotoPrintsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoPrintsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoPrintsRoundedFilled.tsx b/src/IconPhotoPrintsRoundedFilled.tsx index 9c118aa1b..48f8f7875 100644 --- a/src/IconPhotoPrintsRoundedFilled.tsx +++ b/src/IconPhotoPrintsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoPrintsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoPrintsSharp.tsx b/src/IconPhotoPrintsSharp.tsx index d1c403034..1b5925f8a 100644 --- a/src/IconPhotoPrintsSharp.tsx +++ b/src/IconPhotoPrintsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoPrintsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoPrintsSharpFilled.tsx b/src/IconPhotoPrintsSharpFilled.tsx index cd24b008d..e2249f418 100644 --- a/src/IconPhotoPrintsSharpFilled.tsx +++ b/src/IconPhotoPrintsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoPrintsSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhotoRounded.tsx b/src/IconPhotoRounded.tsx index 8cd7ad73a..0ea8c0f73 100644 --- a/src/IconPhotoRounded.tsx +++ b/src/IconPhotoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoRoundedFilled.tsx b/src/IconPhotoRoundedFilled.tsx index 14385c82e..839d9a8e8 100644 --- a/src/IconPhotoRoundedFilled.tsx +++ b/src/IconPhotoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoSharp.tsx b/src/IconPhotoSharp.tsx index 77c1866c0..79dbdce9e 100644 --- a/src/IconPhotoSharp.tsx +++ b/src/IconPhotoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoSharpFilled.tsx b/src/IconPhotoSharpFilled.tsx index 9b041a62a..465141d3a 100644 --- a/src/IconPhotoSharpFilled.tsx +++ b/src/IconPhotoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPhotoSizeSelectLargeOutlined.tsx b/src/IconPhotoSizeSelectLargeOutlined.tsx index f5adf17ca..bcc4028cd 100644 --- a/src/IconPhotoSizeSelectLargeOutlined.tsx +++ b/src/IconPhotoSizeSelectLargeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectLargeOutlined: React.FC = ({ ...props diff --git a/src/IconPhotoSizeSelectLargeOutlinedFilled.tsx b/src/IconPhotoSizeSelectLargeOutlinedFilled.tsx index 7bb6be041..b1277d565 100644 --- a/src/IconPhotoSizeSelectLargeOutlinedFilled.tsx +++ b/src/IconPhotoSizeSelectLargeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectLargeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoSizeSelectLargeRounded.tsx b/src/IconPhotoSizeSelectLargeRounded.tsx index c14cb1972..5046a6daf 100644 --- a/src/IconPhotoSizeSelectLargeRounded.tsx +++ b/src/IconPhotoSizeSelectLargeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectLargeRounded: React.FC = ({ ...props diff --git a/src/IconPhotoSizeSelectLargeRoundedFilled.tsx b/src/IconPhotoSizeSelectLargeRoundedFilled.tsx index edb5f7620..2424d82c4 100644 --- a/src/IconPhotoSizeSelectLargeRoundedFilled.tsx +++ b/src/IconPhotoSizeSelectLargeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectLargeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoSizeSelectLargeSharp.tsx b/src/IconPhotoSizeSelectLargeSharp.tsx index c64dd4a13..164085dac 100644 --- a/src/IconPhotoSizeSelectLargeSharp.tsx +++ b/src/IconPhotoSizeSelectLargeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectLargeSharp: React.FC = ({ ...props diff --git a/src/IconPhotoSizeSelectLargeSharpFilled.tsx b/src/IconPhotoSizeSelectLargeSharpFilled.tsx index a01738c58..a7865ea4f 100644 --- a/src/IconPhotoSizeSelectLargeSharpFilled.tsx +++ b/src/IconPhotoSizeSelectLargeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectLargeSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhotoSizeSelectSmallOutlined.tsx b/src/IconPhotoSizeSelectSmallOutlined.tsx index e42468236..4b7316016 100644 --- a/src/IconPhotoSizeSelectSmallOutlined.tsx +++ b/src/IconPhotoSizeSelectSmallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectSmallOutlined: React.FC = ({ ...props diff --git a/src/IconPhotoSizeSelectSmallOutlinedFilled.tsx b/src/IconPhotoSizeSelectSmallOutlinedFilled.tsx index 63105fce9..c64e4191d 100644 --- a/src/IconPhotoSizeSelectSmallOutlinedFilled.tsx +++ b/src/IconPhotoSizeSelectSmallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectSmallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoSizeSelectSmallRounded.tsx b/src/IconPhotoSizeSelectSmallRounded.tsx index 978a55551..ce0b87c64 100644 --- a/src/IconPhotoSizeSelectSmallRounded.tsx +++ b/src/IconPhotoSizeSelectSmallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectSmallRounded: React.FC = ({ ...props diff --git a/src/IconPhotoSizeSelectSmallRoundedFilled.tsx b/src/IconPhotoSizeSelectSmallRoundedFilled.tsx index cfd3acae7..cdcc1e5a4 100644 --- a/src/IconPhotoSizeSelectSmallRoundedFilled.tsx +++ b/src/IconPhotoSizeSelectSmallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectSmallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhotoSizeSelectSmallSharp.tsx b/src/IconPhotoSizeSelectSmallSharp.tsx index 15c607f47..adb56d9cd 100644 --- a/src/IconPhotoSizeSelectSmallSharp.tsx +++ b/src/IconPhotoSizeSelectSmallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectSmallSharp: React.FC = ({ ...props diff --git a/src/IconPhotoSizeSelectSmallSharpFilled.tsx b/src/IconPhotoSizeSelectSmallSharpFilled.tsx index b167e387c..3e7e6cd57 100644 --- a/src/IconPhotoSizeSelectSmallSharpFilled.tsx +++ b/src/IconPhotoSizeSelectSmallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhotoSizeSelectSmallSharpFilled: React.FC = ({ ...props diff --git a/src/IconPhpOutlined.tsx b/src/IconPhpOutlined.tsx index d254fb02c..68df04513 100644 --- a/src/IconPhpOutlined.tsx +++ b/src/IconPhpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPhpOutlinedFilled.tsx b/src/IconPhpOutlinedFilled.tsx index 2954af277..fdd20b37a 100644 --- a/src/IconPhpOutlinedFilled.tsx +++ b/src/IconPhpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPhpRounded.tsx b/src/IconPhpRounded.tsx index b62f85baa..26067a93f 100644 --- a/src/IconPhpRounded.tsx +++ b/src/IconPhpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPhpRoundedFilled.tsx b/src/IconPhpRoundedFilled.tsx index b165e04d2..b9be2ec7e 100644 --- a/src/IconPhpRoundedFilled.tsx +++ b/src/IconPhpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPhpSharp.tsx b/src/IconPhpSharp.tsx index e0cf0338e..8bf87d264 100644 --- a/src/IconPhpSharp.tsx +++ b/src/IconPhpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhpSharpFilled.tsx b/src/IconPhpSharpFilled.tsx index 4235dfea1..006c89eb6 100644 --- a/src/IconPhpSharpFilled.tsx +++ b/src/IconPhpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPhysicalTherapyOutlined.tsx b/src/IconPhysicalTherapyOutlined.tsx index 19b2b4051..0c5042341 100644 --- a/src/IconPhysicalTherapyOutlined.tsx +++ b/src/IconPhysicalTherapyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhysicalTherapyOutlined: React.FC = ({ ...props diff --git a/src/IconPhysicalTherapyOutlinedFilled.tsx b/src/IconPhysicalTherapyOutlinedFilled.tsx index 2b62b77a3..1e5ad2d04 100644 --- a/src/IconPhysicalTherapyOutlinedFilled.tsx +++ b/src/IconPhysicalTherapyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhysicalTherapyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPhysicalTherapyRounded.tsx b/src/IconPhysicalTherapyRounded.tsx index 92b81f99c..2b9de3d93 100644 --- a/src/IconPhysicalTherapyRounded.tsx +++ b/src/IconPhysicalTherapyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhysicalTherapyRounded: React.FC = ({ ...props diff --git a/src/IconPhysicalTherapyRoundedFilled.tsx b/src/IconPhysicalTherapyRoundedFilled.tsx index cf78481c4..2170872e0 100644 --- a/src/IconPhysicalTherapyRoundedFilled.tsx +++ b/src/IconPhysicalTherapyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhysicalTherapyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPhysicalTherapySharp.tsx b/src/IconPhysicalTherapySharp.tsx index 665b1ecaa..8c44ea259 100644 --- a/src/IconPhysicalTherapySharp.tsx +++ b/src/IconPhysicalTherapySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhysicalTherapySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPhysicalTherapySharpFilled.tsx b/src/IconPhysicalTherapySharpFilled.tsx index 6ff46aa78..29c95f6d5 100644 --- a/src/IconPhysicalTherapySharpFilled.tsx +++ b/src/IconPhysicalTherapySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPhysicalTherapySharpFilled: React.FC = ({ ...props diff --git a/src/IconPianoOffOutlined.tsx b/src/IconPianoOffOutlined.tsx index e5188df86..02f09950c 100644 --- a/src/IconPianoOffOutlined.tsx +++ b/src/IconPianoOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPianoOffOutlinedFilled.tsx b/src/IconPianoOffOutlinedFilled.tsx index 95aee8927..b08ab2017 100644 --- a/src/IconPianoOffOutlinedFilled.tsx +++ b/src/IconPianoOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPianoOffRounded.tsx b/src/IconPianoOffRounded.tsx index d8edfe96d..1ede8c58b 100644 --- a/src/IconPianoOffRounded.tsx +++ b/src/IconPianoOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPianoOffRoundedFilled.tsx b/src/IconPianoOffRoundedFilled.tsx index f054eb8de..1a8388945 100644 --- a/src/IconPianoOffRoundedFilled.tsx +++ b/src/IconPianoOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPianoOffSharp.tsx b/src/IconPianoOffSharp.tsx index 79d8441c8..76037c725 100644 --- a/src/IconPianoOffSharp.tsx +++ b/src/IconPianoOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPianoOffSharpFilled.tsx b/src/IconPianoOffSharpFilled.tsx index 26ae43235..c503a775e 100644 --- a/src/IconPianoOffSharpFilled.tsx +++ b/src/IconPianoOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPianoOutlined.tsx b/src/IconPianoOutlined.tsx index 451c3ee3d..b9272bc69 100644 --- a/src/IconPianoOutlined.tsx +++ b/src/IconPianoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPianoOutlinedFilled.tsx b/src/IconPianoOutlinedFilled.tsx index d3ff23d48..6216f4a39 100644 --- a/src/IconPianoOutlinedFilled.tsx +++ b/src/IconPianoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPianoRounded.tsx b/src/IconPianoRounded.tsx index 8c8fe8973..9efe4063f 100644 --- a/src/IconPianoRounded.tsx +++ b/src/IconPianoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPianoRoundedFilled.tsx b/src/IconPianoRoundedFilled.tsx index 5dd018e6d..50d7c9594 100644 --- a/src/IconPianoRoundedFilled.tsx +++ b/src/IconPianoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPianoSharp.tsx b/src/IconPianoSharp.tsx index 5b24bfb34..aa0d8b70a 100644 --- a/src/IconPianoSharp.tsx +++ b/src/IconPianoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPianoSharpFilled.tsx b/src/IconPianoSharpFilled.tsx index 22d18fc06..9f33cf54e 100644 --- a/src/IconPianoSharpFilled.tsx +++ b/src/IconPianoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPianoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPictureAsPdfOutlined.tsx b/src/IconPictureAsPdfOutlined.tsx index b8f43d5ef..c8bc8b1f9 100644 --- a/src/IconPictureAsPdfOutlined.tsx +++ b/src/IconPictureAsPdfOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureAsPdfOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPictureAsPdfOutlinedFilled.tsx b/src/IconPictureAsPdfOutlinedFilled.tsx index 4e19a16b9..16fd7e344 100644 --- a/src/IconPictureAsPdfOutlinedFilled.tsx +++ b/src/IconPictureAsPdfOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureAsPdfOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPictureAsPdfRounded.tsx b/src/IconPictureAsPdfRounded.tsx index 0f739fc0a..71d72ded0 100644 --- a/src/IconPictureAsPdfRounded.tsx +++ b/src/IconPictureAsPdfRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureAsPdfRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPictureAsPdfRoundedFilled.tsx b/src/IconPictureAsPdfRoundedFilled.tsx index 2cb98097a..cbc18f9b2 100644 --- a/src/IconPictureAsPdfRoundedFilled.tsx +++ b/src/IconPictureAsPdfRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureAsPdfRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPictureAsPdfSharp.tsx b/src/IconPictureAsPdfSharp.tsx index c5a19dff1..d12cfed3c 100644 --- a/src/IconPictureAsPdfSharp.tsx +++ b/src/IconPictureAsPdfSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureAsPdfSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPictureAsPdfSharpFilled.tsx b/src/IconPictureAsPdfSharpFilled.tsx index 6863936d2..48361687b 100644 --- a/src/IconPictureAsPdfSharpFilled.tsx +++ b/src/IconPictureAsPdfSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureAsPdfSharpFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureAltOutlined.tsx b/src/IconPictureInPictureAltOutlined.tsx index d6f38f610..0ed72fd99 100644 --- a/src/IconPictureInPictureAltOutlined.tsx +++ b/src/IconPictureInPictureAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureAltOutlined: React.FC = ({ ...props diff --git a/src/IconPictureInPictureAltOutlinedFilled.tsx b/src/IconPictureInPictureAltOutlinedFilled.tsx index 28fc16881..c38fe2ebc 100644 --- a/src/IconPictureInPictureAltOutlinedFilled.tsx +++ b/src/IconPictureInPictureAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureAltRounded.tsx b/src/IconPictureInPictureAltRounded.tsx index d91f8d3dd..a5a121f39 100644 --- a/src/IconPictureInPictureAltRounded.tsx +++ b/src/IconPictureInPictureAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureAltRounded: React.FC = ({ ...props diff --git a/src/IconPictureInPictureAltRoundedFilled.tsx b/src/IconPictureInPictureAltRoundedFilled.tsx index 3cc5e2383..3d3274801 100644 --- a/src/IconPictureInPictureAltRoundedFilled.tsx +++ b/src/IconPictureInPictureAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureAltSharp.tsx b/src/IconPictureInPictureAltSharp.tsx index f0b7c59c8..285bf9d3e 100644 --- a/src/IconPictureInPictureAltSharp.tsx +++ b/src/IconPictureInPictureAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureAltSharp: React.FC = ({ ...props diff --git a/src/IconPictureInPictureAltSharpFilled.tsx b/src/IconPictureInPictureAltSharpFilled.tsx index 11b8fd7a2..488a46709 100644 --- a/src/IconPictureInPictureAltSharpFilled.tsx +++ b/src/IconPictureInPictureAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureCenterOutlined.tsx b/src/IconPictureInPictureCenterOutlined.tsx index 71fcd9292..acb508a44 100644 --- a/src/IconPictureInPictureCenterOutlined.tsx +++ b/src/IconPictureInPictureCenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureCenterOutlined: React.FC = ({ ...props diff --git a/src/IconPictureInPictureCenterOutlinedFilled.tsx b/src/IconPictureInPictureCenterOutlinedFilled.tsx index e8e5720e1..7ab301120 100644 --- a/src/IconPictureInPictureCenterOutlinedFilled.tsx +++ b/src/IconPictureInPictureCenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureCenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureCenterRounded.tsx b/src/IconPictureInPictureCenterRounded.tsx index 8e0379c5d..fd94042bb 100644 --- a/src/IconPictureInPictureCenterRounded.tsx +++ b/src/IconPictureInPictureCenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureCenterRounded: React.FC = ({ ...props diff --git a/src/IconPictureInPictureCenterRoundedFilled.tsx b/src/IconPictureInPictureCenterRoundedFilled.tsx index 31a6615fd..32c3109da 100644 --- a/src/IconPictureInPictureCenterRoundedFilled.tsx +++ b/src/IconPictureInPictureCenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureCenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureCenterSharp.tsx b/src/IconPictureInPictureCenterSharp.tsx index faea8293a..1c94ae3e0 100644 --- a/src/IconPictureInPictureCenterSharp.tsx +++ b/src/IconPictureInPictureCenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureCenterSharp: React.FC = ({ ...props diff --git a/src/IconPictureInPictureCenterSharpFilled.tsx b/src/IconPictureInPictureCenterSharpFilled.tsx index 511d69a80..666eeef40 100644 --- a/src/IconPictureInPictureCenterSharpFilled.tsx +++ b/src/IconPictureInPictureCenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureCenterSharpFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureLargeOutlined.tsx b/src/IconPictureInPictureLargeOutlined.tsx index cba4c3a11..7a357e38c 100644 --- a/src/IconPictureInPictureLargeOutlined.tsx +++ b/src/IconPictureInPictureLargeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureLargeOutlined: React.FC = ({ ...props diff --git a/src/IconPictureInPictureLargeOutlinedFilled.tsx b/src/IconPictureInPictureLargeOutlinedFilled.tsx index bf76b1952..e47abfadf 100644 --- a/src/IconPictureInPictureLargeOutlinedFilled.tsx +++ b/src/IconPictureInPictureLargeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureLargeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureLargeRounded.tsx b/src/IconPictureInPictureLargeRounded.tsx index aafcc82bc..5e6b8c3d7 100644 --- a/src/IconPictureInPictureLargeRounded.tsx +++ b/src/IconPictureInPictureLargeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureLargeRounded: React.FC = ({ ...props diff --git a/src/IconPictureInPictureLargeRoundedFilled.tsx b/src/IconPictureInPictureLargeRoundedFilled.tsx index 5097eed79..140ab3706 100644 --- a/src/IconPictureInPictureLargeRoundedFilled.tsx +++ b/src/IconPictureInPictureLargeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureLargeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureLargeSharp.tsx b/src/IconPictureInPictureLargeSharp.tsx index 6f68488f4..49a923cd8 100644 --- a/src/IconPictureInPictureLargeSharp.tsx +++ b/src/IconPictureInPictureLargeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureLargeSharp: React.FC = ({ ...props diff --git a/src/IconPictureInPictureLargeSharpFilled.tsx b/src/IconPictureInPictureLargeSharpFilled.tsx index 5b2d68eaa..cb9970975 100644 --- a/src/IconPictureInPictureLargeSharpFilled.tsx +++ b/src/IconPictureInPictureLargeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureLargeSharpFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMediumOutlined.tsx b/src/IconPictureInPictureMediumOutlined.tsx index 04845bade..a9aaa3ce4 100644 --- a/src/IconPictureInPictureMediumOutlined.tsx +++ b/src/IconPictureInPictureMediumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMediumOutlined: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMediumOutlinedFilled.tsx b/src/IconPictureInPictureMediumOutlinedFilled.tsx index 86ce8b1f5..f35ecf6be 100644 --- a/src/IconPictureInPictureMediumOutlinedFilled.tsx +++ b/src/IconPictureInPictureMediumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMediumOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMediumRounded.tsx b/src/IconPictureInPictureMediumRounded.tsx index 05b724449..6fab15d48 100644 --- a/src/IconPictureInPictureMediumRounded.tsx +++ b/src/IconPictureInPictureMediumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMediumRounded: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMediumRoundedFilled.tsx b/src/IconPictureInPictureMediumRoundedFilled.tsx index ceca34086..8028c1c3f 100644 --- a/src/IconPictureInPictureMediumRoundedFilled.tsx +++ b/src/IconPictureInPictureMediumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMediumRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMediumSharp.tsx b/src/IconPictureInPictureMediumSharp.tsx index 21357fc09..f8efe75e9 100644 --- a/src/IconPictureInPictureMediumSharp.tsx +++ b/src/IconPictureInPictureMediumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMediumSharp: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMediumSharpFilled.tsx b/src/IconPictureInPictureMediumSharpFilled.tsx index 9d7005690..71333c6f8 100644 --- a/src/IconPictureInPictureMediumSharpFilled.tsx +++ b/src/IconPictureInPictureMediumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMediumSharpFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMobileOutlined.tsx b/src/IconPictureInPictureMobileOutlined.tsx index 0ac122229..bf32f3b43 100644 --- a/src/IconPictureInPictureMobileOutlined.tsx +++ b/src/IconPictureInPictureMobileOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMobileOutlined: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMobileOutlinedFilled.tsx b/src/IconPictureInPictureMobileOutlinedFilled.tsx index 1e5970657..eee953319 100644 --- a/src/IconPictureInPictureMobileOutlinedFilled.tsx +++ b/src/IconPictureInPictureMobileOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMobileOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMobileRounded.tsx b/src/IconPictureInPictureMobileRounded.tsx index 5c3c8ad30..0775419b3 100644 --- a/src/IconPictureInPictureMobileRounded.tsx +++ b/src/IconPictureInPictureMobileRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMobileRounded: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMobileRoundedFilled.tsx b/src/IconPictureInPictureMobileRoundedFilled.tsx index e389f89b5..6d0a6598e 100644 --- a/src/IconPictureInPictureMobileRoundedFilled.tsx +++ b/src/IconPictureInPictureMobileRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMobileRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMobileSharp.tsx b/src/IconPictureInPictureMobileSharp.tsx index c6173781f..356ee3ad3 100644 --- a/src/IconPictureInPictureMobileSharp.tsx +++ b/src/IconPictureInPictureMobileSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMobileSharp: React.FC = ({ ...props diff --git a/src/IconPictureInPictureMobileSharpFilled.tsx b/src/IconPictureInPictureMobileSharpFilled.tsx index 038dc5a43..6b21a17fb 100644 --- a/src/IconPictureInPictureMobileSharpFilled.tsx +++ b/src/IconPictureInPictureMobileSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureMobileSharpFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureOffOutlined.tsx b/src/IconPictureInPictureOffOutlined.tsx index f086af44f..5ad4ef8cb 100644 --- a/src/IconPictureInPictureOffOutlined.tsx +++ b/src/IconPictureInPictureOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureOffOutlined: React.FC = ({ ...props diff --git a/src/IconPictureInPictureOffOutlinedFilled.tsx b/src/IconPictureInPictureOffOutlinedFilled.tsx index 8ea09804a..636ed6563 100644 --- a/src/IconPictureInPictureOffOutlinedFilled.tsx +++ b/src/IconPictureInPictureOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureOffRounded.tsx b/src/IconPictureInPictureOffRounded.tsx index 6fce1a891..0d0c6b675 100644 --- a/src/IconPictureInPictureOffRounded.tsx +++ b/src/IconPictureInPictureOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureOffRounded: React.FC = ({ ...props diff --git a/src/IconPictureInPictureOffRoundedFilled.tsx b/src/IconPictureInPictureOffRoundedFilled.tsx index 454bbc404..0dfa7dd2e 100644 --- a/src/IconPictureInPictureOffRoundedFilled.tsx +++ b/src/IconPictureInPictureOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureOffSharp.tsx b/src/IconPictureInPictureOffSharp.tsx index 9e8d2dce2..60e4d1c6b 100644 --- a/src/IconPictureInPictureOffSharp.tsx +++ b/src/IconPictureInPictureOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureOffSharp: React.FC = ({ ...props diff --git a/src/IconPictureInPictureOffSharpFilled.tsx b/src/IconPictureInPictureOffSharpFilled.tsx index 020bedbc2..4abe59a13 100644 --- a/src/IconPictureInPictureOffSharpFilled.tsx +++ b/src/IconPictureInPictureOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureOutlined.tsx b/src/IconPictureInPictureOutlined.tsx index d15c6e726..f2ff427ac 100644 --- a/src/IconPictureInPictureOutlined.tsx +++ b/src/IconPictureInPictureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureOutlined: React.FC = ({ ...props diff --git a/src/IconPictureInPictureOutlinedFilled.tsx b/src/IconPictureInPictureOutlinedFilled.tsx index 6aa4ac638..f3a8650d5 100644 --- a/src/IconPictureInPictureOutlinedFilled.tsx +++ b/src/IconPictureInPictureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureRounded.tsx b/src/IconPictureInPictureRounded.tsx index 110ef2d06..705e8525c 100644 --- a/src/IconPictureInPictureRounded.tsx +++ b/src/IconPictureInPictureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureRounded: React.FC = ({ ...props diff --git a/src/IconPictureInPictureRoundedFilled.tsx b/src/IconPictureInPictureRoundedFilled.tsx index ac952d8a3..426f4b38d 100644 --- a/src/IconPictureInPictureRoundedFilled.tsx +++ b/src/IconPictureInPictureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureSharp.tsx b/src/IconPictureInPictureSharp.tsx index 7d05108bb..a50f07117 100644 --- a/src/IconPictureInPictureSharp.tsx +++ b/src/IconPictureInPictureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureSharp: React.FC = ({ ...props diff --git a/src/IconPictureInPictureSharpFilled.tsx b/src/IconPictureInPictureSharpFilled.tsx index 2717869bd..da566418b 100644 --- a/src/IconPictureInPictureSharpFilled.tsx +++ b/src/IconPictureInPictureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureSharpFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureSmallOutlined.tsx b/src/IconPictureInPictureSmallOutlined.tsx index 42b1ec879..04be32601 100644 --- a/src/IconPictureInPictureSmallOutlined.tsx +++ b/src/IconPictureInPictureSmallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureSmallOutlined: React.FC = ({ ...props diff --git a/src/IconPictureInPictureSmallOutlinedFilled.tsx b/src/IconPictureInPictureSmallOutlinedFilled.tsx index 8617453fa..d0e36edbf 100644 --- a/src/IconPictureInPictureSmallOutlinedFilled.tsx +++ b/src/IconPictureInPictureSmallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureSmallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureSmallRounded.tsx b/src/IconPictureInPictureSmallRounded.tsx index 1753ec61b..2917dedb2 100644 --- a/src/IconPictureInPictureSmallRounded.tsx +++ b/src/IconPictureInPictureSmallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureSmallRounded: React.FC = ({ ...props diff --git a/src/IconPictureInPictureSmallRoundedFilled.tsx b/src/IconPictureInPictureSmallRoundedFilled.tsx index c223efb54..8232e5439 100644 --- a/src/IconPictureInPictureSmallRoundedFilled.tsx +++ b/src/IconPictureInPictureSmallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureSmallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPictureInPictureSmallSharp.tsx b/src/IconPictureInPictureSmallSharp.tsx index 2bdd9df3d..9e1b943c8 100644 --- a/src/IconPictureInPictureSmallSharp.tsx +++ b/src/IconPictureInPictureSmallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureSmallSharp: React.FC = ({ ...props diff --git a/src/IconPictureInPictureSmallSharpFilled.tsx b/src/IconPictureInPictureSmallSharpFilled.tsx index d20db7b12..9e7d4caa0 100644 --- a/src/IconPictureInPictureSmallSharpFilled.tsx +++ b/src/IconPictureInPictureSmallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPictureInPictureSmallSharpFilled: React.FC = ({ ...props diff --git a/src/IconPieChartOutlined.tsx b/src/IconPieChartOutlined.tsx index f3db15f7e..5a9ef58de 100644 --- a/src/IconPieChartOutlined.tsx +++ b/src/IconPieChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPieChartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPieChartOutlinedFilled.tsx b/src/IconPieChartOutlinedFilled.tsx index 639476b8c..af4229bf8 100644 --- a/src/IconPieChartOutlinedFilled.tsx +++ b/src/IconPieChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPieChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPieChartRounded.tsx b/src/IconPieChartRounded.tsx index 6ab273928..5121cf5f6 100644 --- a/src/IconPieChartRounded.tsx +++ b/src/IconPieChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPieChartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPieChartRoundedFilled.tsx b/src/IconPieChartRoundedFilled.tsx index 5c12c2ab3..c7739215e 100644 --- a/src/IconPieChartRoundedFilled.tsx +++ b/src/IconPieChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPieChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPieChartSharp.tsx b/src/IconPieChartSharp.tsx index 8c7937b86..41192a42a 100644 --- a/src/IconPieChartSharp.tsx +++ b/src/IconPieChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPieChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPieChartSharpFilled.tsx b/src/IconPieChartSharpFilled.tsx index f36c49500..fdde7a943 100644 --- a/src/IconPieChartSharpFilled.tsx +++ b/src/IconPieChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPieChartSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPillOffOutlined.tsx b/src/IconPillOffOutlined.tsx index d9d3fea81..643f38dfa 100644 --- a/src/IconPillOffOutlined.tsx +++ b/src/IconPillOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPillOffOutlinedFilled.tsx b/src/IconPillOffOutlinedFilled.tsx index 853c3dcc3..97c360887 100644 --- a/src/IconPillOffOutlinedFilled.tsx +++ b/src/IconPillOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPillOffRounded.tsx b/src/IconPillOffRounded.tsx index 9e34f997d..72365ac8e 100644 --- a/src/IconPillOffRounded.tsx +++ b/src/IconPillOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPillOffRoundedFilled.tsx b/src/IconPillOffRoundedFilled.tsx index 0de90e73d..875a8d485 100644 --- a/src/IconPillOffRoundedFilled.tsx +++ b/src/IconPillOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPillOffSharp.tsx b/src/IconPillOffSharp.tsx index 45cf120bc..5e214efe5 100644 --- a/src/IconPillOffSharp.tsx +++ b/src/IconPillOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPillOffSharpFilled.tsx b/src/IconPillOffSharpFilled.tsx index 3dd058773..0fd20fbf2 100644 --- a/src/IconPillOffSharpFilled.tsx +++ b/src/IconPillOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPillOutlined.tsx b/src/IconPillOutlined.tsx index 688b02dcc..28c33adbf 100644 --- a/src/IconPillOutlined.tsx +++ b/src/IconPillOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPillOutlinedFilled.tsx b/src/IconPillOutlinedFilled.tsx index daeffadc2..a4bb8ebf1 100644 --- a/src/IconPillOutlinedFilled.tsx +++ b/src/IconPillOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPillRounded.tsx b/src/IconPillRounded.tsx index 47b4aee7a..9ccf21b6f 100644 --- a/src/IconPillRounded.tsx +++ b/src/IconPillRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPillRoundedFilled.tsx b/src/IconPillRoundedFilled.tsx index bb2cf4d9d..d312d9ec4 100644 --- a/src/IconPillRoundedFilled.tsx +++ b/src/IconPillRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPillSharp.tsx b/src/IconPillSharp.tsx index 3ed00064e..d4f0618f3 100644 --- a/src/IconPillSharp.tsx +++ b/src/IconPillSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPillSharpFilled.tsx b/src/IconPillSharpFilled.tsx index b2c9b66bc..f41cca800 100644 --- a/src/IconPillSharpFilled.tsx +++ b/src/IconPillSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPillSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinDropOutlined.tsx b/src/IconPinDropOutlined.tsx index d5e726134..70ef70ba9 100644 --- a/src/IconPinDropOutlined.tsx +++ b/src/IconPinDropOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinDropOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPinDropOutlinedFilled.tsx b/src/IconPinDropOutlinedFilled.tsx index de4be6348..e64163439 100644 --- a/src/IconPinDropOutlinedFilled.tsx +++ b/src/IconPinDropOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinDropOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPinDropRounded.tsx b/src/IconPinDropRounded.tsx index 8d4abcf1e..0f615b214 100644 --- a/src/IconPinDropRounded.tsx +++ b/src/IconPinDropRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinDropRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPinDropRoundedFilled.tsx b/src/IconPinDropRoundedFilled.tsx index f94ad2dee..7f1c5fdff 100644 --- a/src/IconPinDropRoundedFilled.tsx +++ b/src/IconPinDropRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinDropRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinDropSharp.tsx b/src/IconPinDropSharp.tsx index ca4fb19cb..ba4216b7c 100644 --- a/src/IconPinDropSharp.tsx +++ b/src/IconPinDropSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinDropSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPinDropSharpFilled.tsx b/src/IconPinDropSharpFilled.tsx index 1806ebf83..2676fdd1e 100644 --- a/src/IconPinDropSharpFilled.tsx +++ b/src/IconPinDropSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinDropSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinEndOutlined.tsx b/src/IconPinEndOutlined.tsx index ea9191ae6..b3ce0c6cb 100644 --- a/src/IconPinEndOutlined.tsx +++ b/src/IconPinEndOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinEndOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPinEndOutlinedFilled.tsx b/src/IconPinEndOutlinedFilled.tsx index 684a776ed..34f8dc80a 100644 --- a/src/IconPinEndOutlinedFilled.tsx +++ b/src/IconPinEndOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinEndOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinEndRounded.tsx b/src/IconPinEndRounded.tsx index 03948deb2..ccd266a1b 100644 --- a/src/IconPinEndRounded.tsx +++ b/src/IconPinEndRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinEndRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPinEndRoundedFilled.tsx b/src/IconPinEndRoundedFilled.tsx index 6c3d0ce92..7a0ff38ac 100644 --- a/src/IconPinEndRoundedFilled.tsx +++ b/src/IconPinEndRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinEndRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinEndSharp.tsx b/src/IconPinEndSharp.tsx index b3d12608f..335ca594c 100644 --- a/src/IconPinEndSharp.tsx +++ b/src/IconPinEndSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinEndSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPinEndSharpFilled.tsx b/src/IconPinEndSharpFilled.tsx index 6989ccc6e..ec1850994 100644 --- a/src/IconPinEndSharpFilled.tsx +++ b/src/IconPinEndSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinEndSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinInvokeOutlined.tsx b/src/IconPinInvokeOutlined.tsx index e089659f9..ccd5ae87d 100644 --- a/src/IconPinInvokeOutlined.tsx +++ b/src/IconPinInvokeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinInvokeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPinInvokeOutlinedFilled.tsx b/src/IconPinInvokeOutlinedFilled.tsx index 27a63e188..8ca1056a2 100644 --- a/src/IconPinInvokeOutlinedFilled.tsx +++ b/src/IconPinInvokeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinInvokeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPinInvokeRounded.tsx b/src/IconPinInvokeRounded.tsx index a6ebae8d2..b7be4988d 100644 --- a/src/IconPinInvokeRounded.tsx +++ b/src/IconPinInvokeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinInvokeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPinInvokeRoundedFilled.tsx b/src/IconPinInvokeRoundedFilled.tsx index 6b3195d38..291f5168e 100644 --- a/src/IconPinInvokeRoundedFilled.tsx +++ b/src/IconPinInvokeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinInvokeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPinInvokeSharp.tsx b/src/IconPinInvokeSharp.tsx index aebbf5d65..ae70e4a61 100644 --- a/src/IconPinInvokeSharp.tsx +++ b/src/IconPinInvokeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinInvokeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPinInvokeSharpFilled.tsx b/src/IconPinInvokeSharpFilled.tsx index 83200a422..29a35d519 100644 --- a/src/IconPinInvokeSharpFilled.tsx +++ b/src/IconPinInvokeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinInvokeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinOutlined.tsx b/src/IconPinOutlined.tsx index 0595498e0..d800aab0b 100644 --- a/src/IconPinOutlined.tsx +++ b/src/IconPinOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPinOutlinedFilled.tsx b/src/IconPinOutlinedFilled.tsx index 021b35bb7..3d312b753 100644 --- a/src/IconPinOutlinedFilled.tsx +++ b/src/IconPinOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinRounded.tsx b/src/IconPinRounded.tsx index 97e7a9a17..11e79b871 100644 --- a/src/IconPinRounded.tsx +++ b/src/IconPinRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPinRoundedFilled.tsx b/src/IconPinRoundedFilled.tsx index 777274d8f..c63f7abfa 100644 --- a/src/IconPinRoundedFilled.tsx +++ b/src/IconPinRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinSharp.tsx b/src/IconPinSharp.tsx index bc1d0c7e3..2bdbb02a3 100644 --- a/src/IconPinSharp.tsx +++ b/src/IconPinSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPinSharpFilled.tsx b/src/IconPinSharpFilled.tsx index 4da948dda..b87301a98 100644 --- a/src/IconPinSharpFilled.tsx +++ b/src/IconPinSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchOutlined.tsx b/src/IconPinchOutlined.tsx index 328110f58..549713c57 100644 --- a/src/IconPinchOutlined.tsx +++ b/src/IconPinchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchOutlinedFilled.tsx b/src/IconPinchOutlinedFilled.tsx index d7d3582d1..02b1a2bc9 100644 --- a/src/IconPinchOutlinedFilled.tsx +++ b/src/IconPinchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchRounded.tsx b/src/IconPinchRounded.tsx index aea1c1083..effa3ef66 100644 --- a/src/IconPinchRounded.tsx +++ b/src/IconPinchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchRoundedFilled.tsx b/src/IconPinchRoundedFilled.tsx index 12ad8e501..f7282a772 100644 --- a/src/IconPinchRoundedFilled.tsx +++ b/src/IconPinchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchSharp.tsx b/src/IconPinchSharp.tsx index 13d139300..055d36328 100644 --- a/src/IconPinchSharp.tsx +++ b/src/IconPinchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchSharpFilled.tsx b/src/IconPinchSharpFilled.tsx index ea4546874..1321a98e5 100644 --- a/src/IconPinchSharpFilled.tsx +++ b/src/IconPinchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchZoomInOutlined.tsx b/src/IconPinchZoomInOutlined.tsx index 856745711..0e8e36ac2 100644 --- a/src/IconPinchZoomInOutlined.tsx +++ b/src/IconPinchZoomInOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomInOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchZoomInOutlinedFilled.tsx b/src/IconPinchZoomInOutlinedFilled.tsx index b0f50635c..f9ecd4277 100644 --- a/src/IconPinchZoomInOutlinedFilled.tsx +++ b/src/IconPinchZoomInOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomInOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPinchZoomInRounded.tsx b/src/IconPinchZoomInRounded.tsx index b5eaced71..41ad9467a 100644 --- a/src/IconPinchZoomInRounded.tsx +++ b/src/IconPinchZoomInRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomInRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchZoomInRoundedFilled.tsx b/src/IconPinchZoomInRoundedFilled.tsx index a3f8bec8f..184cfed86 100644 --- a/src/IconPinchZoomInRoundedFilled.tsx +++ b/src/IconPinchZoomInRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomInRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPinchZoomInSharp.tsx b/src/IconPinchZoomInSharp.tsx index cb42adb08..89d427a3b 100644 --- a/src/IconPinchZoomInSharp.tsx +++ b/src/IconPinchZoomInSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomInSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchZoomInSharpFilled.tsx b/src/IconPinchZoomInSharpFilled.tsx index 2795d53e1..8aa2eddef 100644 --- a/src/IconPinchZoomInSharpFilled.tsx +++ b/src/IconPinchZoomInSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomInSharpFilled: React.FC = ({ ...props diff --git a/src/IconPinchZoomOutOutlined.tsx b/src/IconPinchZoomOutOutlined.tsx index 3c22d0965..476817327 100644 --- a/src/IconPinchZoomOutOutlined.tsx +++ b/src/IconPinchZoomOutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomOutOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchZoomOutOutlinedFilled.tsx b/src/IconPinchZoomOutOutlinedFilled.tsx index 1499809f8..c88181181 100644 --- a/src/IconPinchZoomOutOutlinedFilled.tsx +++ b/src/IconPinchZoomOutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomOutOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPinchZoomOutRounded.tsx b/src/IconPinchZoomOutRounded.tsx index 9f152c50e..a5f8ed213 100644 --- a/src/IconPinchZoomOutRounded.tsx +++ b/src/IconPinchZoomOutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomOutRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchZoomOutRoundedFilled.tsx b/src/IconPinchZoomOutRoundedFilled.tsx index 4f1391f8a..800e6957e 100644 --- a/src/IconPinchZoomOutRoundedFilled.tsx +++ b/src/IconPinchZoomOutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomOutRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPinchZoomOutSharp.tsx b/src/IconPinchZoomOutSharp.tsx index 1bc6f0b6a..ba723bd1a 100644 --- a/src/IconPinchZoomOutSharp.tsx +++ b/src/IconPinchZoomOutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomOutSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPinchZoomOutSharpFilled.tsx b/src/IconPinchZoomOutSharpFilled.tsx index 6ddbab0e2..f168303b1 100644 --- a/src/IconPinchZoomOutSharpFilled.tsx +++ b/src/IconPinchZoomOutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPinchZoomOutSharpFilled: React.FC = ({ ...props diff --git a/src/IconPipExitOutlined.tsx b/src/IconPipExitOutlined.tsx index 6fce1f761..3d783add4 100644 --- a/src/IconPipExitOutlined.tsx +++ b/src/IconPipExitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipExitOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPipExitOutlinedFilled.tsx b/src/IconPipExitOutlinedFilled.tsx index 9528e9519..552dda537 100644 --- a/src/IconPipExitOutlinedFilled.tsx +++ b/src/IconPipExitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipExitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPipExitRounded.tsx b/src/IconPipExitRounded.tsx index 89cab27c1..5eb8ddf1c 100644 --- a/src/IconPipExitRounded.tsx +++ b/src/IconPipExitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipExitRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPipExitRoundedFilled.tsx b/src/IconPipExitRoundedFilled.tsx index 33bbd7d9a..c95014fdf 100644 --- a/src/IconPipExitRoundedFilled.tsx +++ b/src/IconPipExitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipExitRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPipExitSharp.tsx b/src/IconPipExitSharp.tsx index 83a2b0875..c8aec4444 100644 --- a/src/IconPipExitSharp.tsx +++ b/src/IconPipExitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipExitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPipExitSharpFilled.tsx b/src/IconPipExitSharpFilled.tsx index b995407a9..3b641a9bb 100644 --- a/src/IconPipExitSharpFilled.tsx +++ b/src/IconPipExitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipExitSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPipOutlined.tsx b/src/IconPipOutlined.tsx index 3cb1abf18..7df38b403 100644 --- a/src/IconPipOutlined.tsx +++ b/src/IconPipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPipOutlinedFilled.tsx b/src/IconPipOutlinedFilled.tsx index fd7a1c7c2..b96a9d25a 100644 --- a/src/IconPipOutlinedFilled.tsx +++ b/src/IconPipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPipRounded.tsx b/src/IconPipRounded.tsx index 114a65eb0..c2b532246 100644 --- a/src/IconPipRounded.tsx +++ b/src/IconPipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPipRoundedFilled.tsx b/src/IconPipRoundedFilled.tsx index c54ae6462..599719e1d 100644 --- a/src/IconPipRoundedFilled.tsx +++ b/src/IconPipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPipSharp.tsx b/src/IconPipSharp.tsx index 93222e872..288788845 100644 --- a/src/IconPipSharp.tsx +++ b/src/IconPipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPipSharpFilled.tsx b/src/IconPipSharpFilled.tsx index 9388f2626..a07694884 100644 --- a/src/IconPipSharpFilled.tsx +++ b/src/IconPipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPipSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPivotTableChartOutlined.tsx b/src/IconPivotTableChartOutlined.tsx index 080f0bcb6..0ac909e4e 100644 --- a/src/IconPivotTableChartOutlined.tsx +++ b/src/IconPivotTableChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPivotTableChartOutlined: React.FC = ({ ...props diff --git a/src/IconPivotTableChartOutlinedFilled.tsx b/src/IconPivotTableChartOutlinedFilled.tsx index d66455271..8f4e1cc86 100644 --- a/src/IconPivotTableChartOutlinedFilled.tsx +++ b/src/IconPivotTableChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPivotTableChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPivotTableChartRounded.tsx b/src/IconPivotTableChartRounded.tsx index 782e08578..17e3c0953 100644 --- a/src/IconPivotTableChartRounded.tsx +++ b/src/IconPivotTableChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPivotTableChartRounded: React.FC = ({ ...props diff --git a/src/IconPivotTableChartRoundedFilled.tsx b/src/IconPivotTableChartRoundedFilled.tsx index 5fc28d59d..bc3afab64 100644 --- a/src/IconPivotTableChartRoundedFilled.tsx +++ b/src/IconPivotTableChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPivotTableChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPivotTableChartSharp.tsx b/src/IconPivotTableChartSharp.tsx index 7b1db8a9f..79d2f06c3 100644 --- a/src/IconPivotTableChartSharp.tsx +++ b/src/IconPivotTableChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPivotTableChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPivotTableChartSharpFilled.tsx b/src/IconPivotTableChartSharpFilled.tsx index abaffe19f..d601c620b 100644 --- a/src/IconPivotTableChartSharpFilled.tsx +++ b/src/IconPivotTableChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPivotTableChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlaceItemOutlined.tsx b/src/IconPlaceItemOutlined.tsx index 2ae9c95d8..65b6b1814 100644 --- a/src/IconPlaceItemOutlined.tsx +++ b/src/IconPlaceItemOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaceItemOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlaceItemOutlinedFilled.tsx b/src/IconPlaceItemOutlinedFilled.tsx index d2fb298e7..1a027d16e 100644 --- a/src/IconPlaceItemOutlinedFilled.tsx +++ b/src/IconPlaceItemOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaceItemOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlaceItemRounded.tsx b/src/IconPlaceItemRounded.tsx index 054a5f4bc..e66340e70 100644 --- a/src/IconPlaceItemRounded.tsx +++ b/src/IconPlaceItemRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaceItemRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlaceItemRoundedFilled.tsx b/src/IconPlaceItemRoundedFilled.tsx index b0e4444cb..5ad2ced2d 100644 --- a/src/IconPlaceItemRoundedFilled.tsx +++ b/src/IconPlaceItemRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaceItemRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlaceItemSharp.tsx b/src/IconPlaceItemSharp.tsx index e0ecacb94..cca76396a 100644 --- a/src/IconPlaceItemSharp.tsx +++ b/src/IconPlaceItemSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaceItemSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlaceItemSharpFilled.tsx b/src/IconPlaceItemSharpFilled.tsx index d92f9652d..27bdb8536 100644 --- a/src/IconPlaceItemSharpFilled.tsx +++ b/src/IconPlaceItemSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaceItemSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPlagiarismOutlined.tsx b/src/IconPlagiarismOutlined.tsx index dac9f1e61..5febf0aee 100644 --- a/src/IconPlagiarismOutlined.tsx +++ b/src/IconPlagiarismOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlagiarismOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlagiarismOutlinedFilled.tsx b/src/IconPlagiarismOutlinedFilled.tsx index b29ff4f2b..5a89d680b 100644 --- a/src/IconPlagiarismOutlinedFilled.tsx +++ b/src/IconPlagiarismOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlagiarismOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlagiarismRounded.tsx b/src/IconPlagiarismRounded.tsx index 27c9065e1..96d8725aa 100644 --- a/src/IconPlagiarismRounded.tsx +++ b/src/IconPlagiarismRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlagiarismRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlagiarismRoundedFilled.tsx b/src/IconPlagiarismRoundedFilled.tsx index d45b45733..fed771601 100644 --- a/src/IconPlagiarismRoundedFilled.tsx +++ b/src/IconPlagiarismRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlagiarismRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlagiarismSharp.tsx b/src/IconPlagiarismSharp.tsx index 92059a9a6..29d564cc3 100644 --- a/src/IconPlagiarismSharp.tsx +++ b/src/IconPlagiarismSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlagiarismSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlagiarismSharpFilled.tsx b/src/IconPlagiarismSharpFilled.tsx index 56fc89403..14278b671 100644 --- a/src/IconPlagiarismSharpFilled.tsx +++ b/src/IconPlagiarismSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlagiarismSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlannerBannerAdPtOutlined.tsx b/src/IconPlannerBannerAdPtOutlined.tsx index c590d8975..1af36d08d 100644 --- a/src/IconPlannerBannerAdPtOutlined.tsx +++ b/src/IconPlannerBannerAdPtOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerBannerAdPtOutlined: React.FC = ({ ...props diff --git a/src/IconPlannerBannerAdPtOutlinedFilled.tsx b/src/IconPlannerBannerAdPtOutlinedFilled.tsx index 56b1e8846..1bb93280e 100644 --- a/src/IconPlannerBannerAdPtOutlinedFilled.tsx +++ b/src/IconPlannerBannerAdPtOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerBannerAdPtOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlannerBannerAdPtRounded.tsx b/src/IconPlannerBannerAdPtRounded.tsx index dfadbdca3..81397592a 100644 --- a/src/IconPlannerBannerAdPtRounded.tsx +++ b/src/IconPlannerBannerAdPtRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerBannerAdPtRounded: React.FC = ({ ...props diff --git a/src/IconPlannerBannerAdPtRoundedFilled.tsx b/src/IconPlannerBannerAdPtRoundedFilled.tsx index dbf43fb40..11dea9da9 100644 --- a/src/IconPlannerBannerAdPtRoundedFilled.tsx +++ b/src/IconPlannerBannerAdPtRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerBannerAdPtRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlannerBannerAdPtSharp.tsx b/src/IconPlannerBannerAdPtSharp.tsx index 033a1dfd9..ff4ce7ef1 100644 --- a/src/IconPlannerBannerAdPtSharp.tsx +++ b/src/IconPlannerBannerAdPtSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerBannerAdPtSharp: React.FC = ({ ...props diff --git a/src/IconPlannerBannerAdPtSharpFilled.tsx b/src/IconPlannerBannerAdPtSharpFilled.tsx index 8e9701b40..563cee885 100644 --- a/src/IconPlannerBannerAdPtSharpFilled.tsx +++ b/src/IconPlannerBannerAdPtSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerBannerAdPtSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlannerReviewOutlined.tsx b/src/IconPlannerReviewOutlined.tsx index 2916034a2..f8a70fc7e 100644 --- a/src/IconPlannerReviewOutlined.tsx +++ b/src/IconPlannerReviewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerReviewOutlined: React.FC = ({ ...props diff --git a/src/IconPlannerReviewOutlinedFilled.tsx b/src/IconPlannerReviewOutlinedFilled.tsx index 07fc873e3..e68ebc4f4 100644 --- a/src/IconPlannerReviewOutlinedFilled.tsx +++ b/src/IconPlannerReviewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerReviewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlannerReviewRounded.tsx b/src/IconPlannerReviewRounded.tsx index 28a873aba..13bf1bcb6 100644 --- a/src/IconPlannerReviewRounded.tsx +++ b/src/IconPlannerReviewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerReviewRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlannerReviewRoundedFilled.tsx b/src/IconPlannerReviewRoundedFilled.tsx index 708ecb0da..895f80c82 100644 --- a/src/IconPlannerReviewRoundedFilled.tsx +++ b/src/IconPlannerReviewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerReviewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlannerReviewSharp.tsx b/src/IconPlannerReviewSharp.tsx index d5df96d67..f18227f56 100644 --- a/src/IconPlannerReviewSharp.tsx +++ b/src/IconPlannerReviewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerReviewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlannerReviewSharpFilled.tsx b/src/IconPlannerReviewSharpFilled.tsx index ca4858f07..860f153c6 100644 --- a/src/IconPlannerReviewSharpFilled.tsx +++ b/src/IconPlannerReviewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlannerReviewSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlayArrowOutlined.tsx b/src/IconPlayArrowOutlined.tsx index bfc5144cb..c87d2b76b 100644 --- a/src/IconPlayArrowOutlined.tsx +++ b/src/IconPlayArrowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayArrowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayArrowOutlinedFilled.tsx b/src/IconPlayArrowOutlinedFilled.tsx index a2155ed07..4bea20e05 100644 --- a/src/IconPlayArrowOutlinedFilled.tsx +++ b/src/IconPlayArrowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayArrowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlayArrowRounded.tsx b/src/IconPlayArrowRounded.tsx index 8da6d9948..bbccb48e2 100644 --- a/src/IconPlayArrowRounded.tsx +++ b/src/IconPlayArrowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayArrowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayArrowRoundedFilled.tsx b/src/IconPlayArrowRoundedFilled.tsx index 70d2cc374..dcb0fc189 100644 --- a/src/IconPlayArrowRoundedFilled.tsx +++ b/src/IconPlayArrowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayArrowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlayArrowSharp.tsx b/src/IconPlayArrowSharp.tsx index 4301e3986..4325ec4c1 100644 --- a/src/IconPlayArrowSharp.tsx +++ b/src/IconPlayArrowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayArrowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayArrowSharpFilled.tsx b/src/IconPlayArrowSharpFilled.tsx index f47924d02..ae9345984 100644 --- a/src/IconPlayArrowSharpFilled.tsx +++ b/src/IconPlayArrowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayArrowSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayCircleOutlined.tsx b/src/IconPlayCircleOutlined.tsx index 8903893ab..dc8a28d6c 100644 --- a/src/IconPlayCircleOutlined.tsx +++ b/src/IconPlayCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayCircleOutlinedFilled.tsx b/src/IconPlayCircleOutlinedFilled.tsx index e6bd49f78..451b604d4 100644 --- a/src/IconPlayCircleOutlinedFilled.tsx +++ b/src/IconPlayCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlayCircleRounded.tsx b/src/IconPlayCircleRounded.tsx index b954aa7d7..785939cdf 100644 --- a/src/IconPlayCircleRounded.tsx +++ b/src/IconPlayCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayCircleRoundedFilled.tsx b/src/IconPlayCircleRoundedFilled.tsx index 3c413a851..2c3c4f1d3 100644 --- a/src/IconPlayCircleRoundedFilled.tsx +++ b/src/IconPlayCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlayCircleSharp.tsx b/src/IconPlayCircleSharp.tsx index 3592bc3c3..382ff2314 100644 --- a/src/IconPlayCircleSharp.tsx +++ b/src/IconPlayCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayCircleSharpFilled.tsx b/src/IconPlayCircleSharpFilled.tsx index 6d49e9428..6393ee95f 100644 --- a/src/IconPlayCircleSharpFilled.tsx +++ b/src/IconPlayCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlayDisabledOutlined.tsx b/src/IconPlayDisabledOutlined.tsx index 3b0ffee63..d63d18c77 100644 --- a/src/IconPlayDisabledOutlined.tsx +++ b/src/IconPlayDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayDisabledOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayDisabledOutlinedFilled.tsx b/src/IconPlayDisabledOutlinedFilled.tsx index 7bd3928de..c97a524e9 100644 --- a/src/IconPlayDisabledOutlinedFilled.tsx +++ b/src/IconPlayDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlayDisabledRounded.tsx b/src/IconPlayDisabledRounded.tsx index 8388c4845..6d51c9a87 100644 --- a/src/IconPlayDisabledRounded.tsx +++ b/src/IconPlayDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayDisabledRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayDisabledRoundedFilled.tsx b/src/IconPlayDisabledRoundedFilled.tsx index 6d33285a9..d2f6bc5cd 100644 --- a/src/IconPlayDisabledRoundedFilled.tsx +++ b/src/IconPlayDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlayDisabledSharp.tsx b/src/IconPlayDisabledSharp.tsx index 68daf075f..fc4191f84 100644 --- a/src/IconPlayDisabledSharp.tsx +++ b/src/IconPlayDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayDisabledSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayDisabledSharpFilled.tsx b/src/IconPlayDisabledSharpFilled.tsx index da8542ddb..a2977b072 100644 --- a/src/IconPlayDisabledSharpFilled.tsx +++ b/src/IconPlayDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlayForWorkOutlined.tsx b/src/IconPlayForWorkOutlined.tsx index 76f94d764..6a0114447 100644 --- a/src/IconPlayForWorkOutlined.tsx +++ b/src/IconPlayForWorkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayForWorkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayForWorkOutlinedFilled.tsx b/src/IconPlayForWorkOutlinedFilled.tsx index 6405a8b72..6ebb72ee7 100644 --- a/src/IconPlayForWorkOutlinedFilled.tsx +++ b/src/IconPlayForWorkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayForWorkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlayForWorkRounded.tsx b/src/IconPlayForWorkRounded.tsx index e032fb268..cb2533cc0 100644 --- a/src/IconPlayForWorkRounded.tsx +++ b/src/IconPlayForWorkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayForWorkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayForWorkRoundedFilled.tsx b/src/IconPlayForWorkRoundedFilled.tsx index 3885f3c5b..64b1a0b8b 100644 --- a/src/IconPlayForWorkRoundedFilled.tsx +++ b/src/IconPlayForWorkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayForWorkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlayForWorkSharp.tsx b/src/IconPlayForWorkSharp.tsx index 02bc5ec0a..db8519b5c 100644 --- a/src/IconPlayForWorkSharp.tsx +++ b/src/IconPlayForWorkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayForWorkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayForWorkSharpFilled.tsx b/src/IconPlayForWorkSharpFilled.tsx index d331a3903..a62e139d7 100644 --- a/src/IconPlayForWorkSharpFilled.tsx +++ b/src/IconPlayForWorkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayForWorkSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlayLessonOutlined.tsx b/src/IconPlayLessonOutlined.tsx index a1b7696b7..90c182ebc 100644 --- a/src/IconPlayLessonOutlined.tsx +++ b/src/IconPlayLessonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayLessonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayLessonOutlinedFilled.tsx b/src/IconPlayLessonOutlinedFilled.tsx index a4dd7fd90..e95025645 100644 --- a/src/IconPlayLessonOutlinedFilled.tsx +++ b/src/IconPlayLessonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayLessonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlayLessonRounded.tsx b/src/IconPlayLessonRounded.tsx index 9b39d4b17..bd5e0ad78 100644 --- a/src/IconPlayLessonRounded.tsx +++ b/src/IconPlayLessonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayLessonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayLessonRoundedFilled.tsx b/src/IconPlayLessonRoundedFilled.tsx index ccd98876f..97a916bf8 100644 --- a/src/IconPlayLessonRoundedFilled.tsx +++ b/src/IconPlayLessonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayLessonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlayLessonSharp.tsx b/src/IconPlayLessonSharp.tsx index 494fddfc3..d31b5aebd 100644 --- a/src/IconPlayLessonSharp.tsx +++ b/src/IconPlayLessonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayLessonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayLessonSharpFilled.tsx b/src/IconPlayLessonSharpFilled.tsx index 2d4688f84..9a58ec0f1 100644 --- a/src/IconPlayLessonSharpFilled.tsx +++ b/src/IconPlayLessonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayLessonSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlayPauseOutlined.tsx b/src/IconPlayPauseOutlined.tsx index 66da0a366..df9cff83e 100644 --- a/src/IconPlayPauseOutlined.tsx +++ b/src/IconPlayPauseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayPauseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayPauseOutlinedFilled.tsx b/src/IconPlayPauseOutlinedFilled.tsx index bf26ce3a7..d655d65cc 100644 --- a/src/IconPlayPauseOutlinedFilled.tsx +++ b/src/IconPlayPauseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayPauseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlayPauseRounded.tsx b/src/IconPlayPauseRounded.tsx index 3ca7387d8..548ef56e3 100644 --- a/src/IconPlayPauseRounded.tsx +++ b/src/IconPlayPauseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayPauseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayPauseRoundedFilled.tsx b/src/IconPlayPauseRoundedFilled.tsx index 621d85e50..a1c00fbbb 100644 --- a/src/IconPlayPauseRoundedFilled.tsx +++ b/src/IconPlayPauseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayPauseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlayPauseSharp.tsx b/src/IconPlayPauseSharp.tsx index 6828cd009..c1b702899 100644 --- a/src/IconPlayPauseSharp.tsx +++ b/src/IconPlayPauseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayPauseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayPauseSharpFilled.tsx b/src/IconPlayPauseSharpFilled.tsx index ce3485cdf..c2acfe5ec 100644 --- a/src/IconPlayPauseSharpFilled.tsx +++ b/src/IconPlayPauseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayPauseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayingCardsOutlined.tsx b/src/IconPlayingCardsOutlined.tsx index ca23a3ac8..545a19816 100644 --- a/src/IconPlayingCardsOutlined.tsx +++ b/src/IconPlayingCardsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayingCardsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayingCardsOutlinedFilled.tsx b/src/IconPlayingCardsOutlinedFilled.tsx index 24e1b3853..d0a95ec25 100644 --- a/src/IconPlayingCardsOutlinedFilled.tsx +++ b/src/IconPlayingCardsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayingCardsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlayingCardsRounded.tsx b/src/IconPlayingCardsRounded.tsx index c0b22a3d1..d3ebd9251 100644 --- a/src/IconPlayingCardsRounded.tsx +++ b/src/IconPlayingCardsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayingCardsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayingCardsRoundedFilled.tsx b/src/IconPlayingCardsRoundedFilled.tsx index ca881e6d7..fc89615d5 100644 --- a/src/IconPlayingCardsRoundedFilled.tsx +++ b/src/IconPlayingCardsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayingCardsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlayingCardsSharp.tsx b/src/IconPlayingCardsSharp.tsx index ba69b74a0..ba4e3ba90 100644 --- a/src/IconPlayingCardsSharp.tsx +++ b/src/IconPlayingCardsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayingCardsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlayingCardsSharpFilled.tsx b/src/IconPlayingCardsSharpFilled.tsx index d304f035e..e6eed0355 100644 --- a/src/IconPlayingCardsSharpFilled.tsx +++ b/src/IconPlayingCardsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlayingCardsSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckCircleOutlined.tsx b/src/IconPlaylistAddCheckCircleOutlined.tsx index 27f4061b7..626f878b5 100644 --- a/src/IconPlaylistAddCheckCircleOutlined.tsx +++ b/src/IconPlaylistAddCheckCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckCircleOutlined: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckCircleOutlinedFilled.tsx b/src/IconPlaylistAddCheckCircleOutlinedFilled.tsx index 8ba2531cd..c589fa0f2 100644 --- a/src/IconPlaylistAddCheckCircleOutlinedFilled.tsx +++ b/src/IconPlaylistAddCheckCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckCircleRounded.tsx b/src/IconPlaylistAddCheckCircleRounded.tsx index e2b3ea197..b59893938 100644 --- a/src/IconPlaylistAddCheckCircleRounded.tsx +++ b/src/IconPlaylistAddCheckCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckCircleRounded: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckCircleRoundedFilled.tsx b/src/IconPlaylistAddCheckCircleRoundedFilled.tsx index f59a814e8..d8a753ef1 100644 --- a/src/IconPlaylistAddCheckCircleRoundedFilled.tsx +++ b/src/IconPlaylistAddCheckCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckCircleSharp.tsx b/src/IconPlaylistAddCheckCircleSharp.tsx index d35241a20..0f0988d8e 100644 --- a/src/IconPlaylistAddCheckCircleSharp.tsx +++ b/src/IconPlaylistAddCheckCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckCircleSharp: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckCircleSharpFilled.tsx b/src/IconPlaylistAddCheckCircleSharpFilled.tsx index 6bca346c9..e800974ba 100644 --- a/src/IconPlaylistAddCheckCircleSharpFilled.tsx +++ b/src/IconPlaylistAddCheckCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckOutlined.tsx b/src/IconPlaylistAddCheckOutlined.tsx index b11f43510..eab67ba98 100644 --- a/src/IconPlaylistAddCheckOutlined.tsx +++ b/src/IconPlaylistAddCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckOutlined: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckOutlinedFilled.tsx b/src/IconPlaylistAddCheckOutlinedFilled.tsx index 99647eae4..f953846b7 100644 --- a/src/IconPlaylistAddCheckOutlinedFilled.tsx +++ b/src/IconPlaylistAddCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckRounded.tsx b/src/IconPlaylistAddCheckRounded.tsx index deb282787..98c99c4cb 100644 --- a/src/IconPlaylistAddCheckRounded.tsx +++ b/src/IconPlaylistAddCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckRounded: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckRoundedFilled.tsx b/src/IconPlaylistAddCheckRoundedFilled.tsx index b0a1387a2..1db8b00f4 100644 --- a/src/IconPlaylistAddCheckRoundedFilled.tsx +++ b/src/IconPlaylistAddCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckSharp.tsx b/src/IconPlaylistAddCheckSharp.tsx index e554d8f96..0d2b32d5a 100644 --- a/src/IconPlaylistAddCheckSharp.tsx +++ b/src/IconPlaylistAddCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckSharp: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCheckSharpFilled.tsx b/src/IconPlaylistAddCheckSharpFilled.tsx index 33740ec77..d44c6db8a 100644 --- a/src/IconPlaylistAddCheckSharpFilled.tsx +++ b/src/IconPlaylistAddCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCircleOutlined.tsx b/src/IconPlaylistAddCircleOutlined.tsx index 32ee49e79..0e2a59d79 100644 --- a/src/IconPlaylistAddCircleOutlined.tsx +++ b/src/IconPlaylistAddCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCircleOutlined: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCircleOutlinedFilled.tsx b/src/IconPlaylistAddCircleOutlinedFilled.tsx index f7f6e2537..4afab1ca3 100644 --- a/src/IconPlaylistAddCircleOutlinedFilled.tsx +++ b/src/IconPlaylistAddCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCircleRounded.tsx b/src/IconPlaylistAddCircleRounded.tsx index 6473c6a24..1cbba98dc 100644 --- a/src/IconPlaylistAddCircleRounded.tsx +++ b/src/IconPlaylistAddCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCircleRounded: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCircleRoundedFilled.tsx b/src/IconPlaylistAddCircleRoundedFilled.tsx index 266788559..ac21a6d97 100644 --- a/src/IconPlaylistAddCircleRoundedFilled.tsx +++ b/src/IconPlaylistAddCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCircleSharp.tsx b/src/IconPlaylistAddCircleSharp.tsx index 5a27eed18..51ef0238e 100644 --- a/src/IconPlaylistAddCircleSharp.tsx +++ b/src/IconPlaylistAddCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCircleSharp: React.FC = ({ ...props diff --git a/src/IconPlaylistAddCircleSharpFilled.tsx b/src/IconPlaylistAddCircleSharpFilled.tsx index 1feb0fc00..d2c087ee7 100644 --- a/src/IconPlaylistAddCircleSharpFilled.tsx +++ b/src/IconPlaylistAddCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddOutlined.tsx b/src/IconPlaylistAddOutlined.tsx index b67b69118..995e877b0 100644 --- a/src/IconPlaylistAddOutlined.tsx +++ b/src/IconPlaylistAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlaylistAddOutlinedFilled.tsx b/src/IconPlaylistAddOutlinedFilled.tsx index 075d4c2da..777a3ecc1 100644 --- a/src/IconPlaylistAddOutlinedFilled.tsx +++ b/src/IconPlaylistAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddRounded.tsx b/src/IconPlaylistAddRounded.tsx index b5d7802ab..5cba64b29 100644 --- a/src/IconPlaylistAddRounded.tsx +++ b/src/IconPlaylistAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlaylistAddRoundedFilled.tsx b/src/IconPlaylistAddRoundedFilled.tsx index e8bacfe3e..3996cfe70 100644 --- a/src/IconPlaylistAddRoundedFilled.tsx +++ b/src/IconPlaylistAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistAddSharp.tsx b/src/IconPlaylistAddSharp.tsx index 317667e32..681a0d5a7 100644 --- a/src/IconPlaylistAddSharp.tsx +++ b/src/IconPlaylistAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlaylistAddSharpFilled.tsx b/src/IconPlaylistAddSharpFilled.tsx index 2354f4b1e..b2837ddcd 100644 --- a/src/IconPlaylistAddSharpFilled.tsx +++ b/src/IconPlaylistAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistPlayOutlined.tsx b/src/IconPlaylistPlayOutlined.tsx index f791a9200..78b218b8a 100644 --- a/src/IconPlaylistPlayOutlined.tsx +++ b/src/IconPlaylistPlayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistPlayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlaylistPlayOutlinedFilled.tsx b/src/IconPlaylistPlayOutlinedFilled.tsx index b2badfd78..b645b3cb7 100644 --- a/src/IconPlaylistPlayOutlinedFilled.tsx +++ b/src/IconPlaylistPlayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistPlayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistPlayRounded.tsx b/src/IconPlaylistPlayRounded.tsx index da63c95f3..f6b06b072 100644 --- a/src/IconPlaylistPlayRounded.tsx +++ b/src/IconPlaylistPlayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistPlayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlaylistPlayRoundedFilled.tsx b/src/IconPlaylistPlayRoundedFilled.tsx index afea9c12a..51e66f41f 100644 --- a/src/IconPlaylistPlayRoundedFilled.tsx +++ b/src/IconPlaylistPlayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistPlayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistPlaySharp.tsx b/src/IconPlaylistPlaySharp.tsx index 6e031e220..e703d45a1 100644 --- a/src/IconPlaylistPlaySharp.tsx +++ b/src/IconPlaylistPlaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistPlaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlaylistPlaySharpFilled.tsx b/src/IconPlaylistPlaySharpFilled.tsx index 64a0c3330..87995ec4e 100644 --- a/src/IconPlaylistPlaySharpFilled.tsx +++ b/src/IconPlaylistPlaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistPlaySharpFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistRemoveOutlined.tsx b/src/IconPlaylistRemoveOutlined.tsx index 3b010dab5..af5e87da6 100644 --- a/src/IconPlaylistRemoveOutlined.tsx +++ b/src/IconPlaylistRemoveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistRemoveOutlined: React.FC = ({ ...props diff --git a/src/IconPlaylistRemoveOutlinedFilled.tsx b/src/IconPlaylistRemoveOutlinedFilled.tsx index db94372d6..2423dfcad 100644 --- a/src/IconPlaylistRemoveOutlinedFilled.tsx +++ b/src/IconPlaylistRemoveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistRemoveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistRemoveRounded.tsx b/src/IconPlaylistRemoveRounded.tsx index 17004595e..3ef26544f 100644 --- a/src/IconPlaylistRemoveRounded.tsx +++ b/src/IconPlaylistRemoveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistRemoveRounded: React.FC = ({ ...props diff --git a/src/IconPlaylistRemoveRoundedFilled.tsx b/src/IconPlaylistRemoveRoundedFilled.tsx index f0c3402fe..f53f6371f 100644 --- a/src/IconPlaylistRemoveRoundedFilled.tsx +++ b/src/IconPlaylistRemoveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistRemoveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlaylistRemoveSharp.tsx b/src/IconPlaylistRemoveSharp.tsx index a2fa63716..766c05b15 100644 --- a/src/IconPlaylistRemoveSharp.tsx +++ b/src/IconPlaylistRemoveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistRemoveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlaylistRemoveSharpFilled.tsx b/src/IconPlaylistRemoveSharpFilled.tsx index f54239fad..96da8d607 100644 --- a/src/IconPlaylistRemoveSharpFilled.tsx +++ b/src/IconPlaylistRemoveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlaylistRemoveSharpFilled: React.FC = ({ ...props diff --git a/src/IconPlumbingOutlined.tsx b/src/IconPlumbingOutlined.tsx index 6ab4e4cf1..2108eac37 100644 --- a/src/IconPlumbingOutlined.tsx +++ b/src/IconPlumbingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlumbingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPlumbingOutlinedFilled.tsx b/src/IconPlumbingOutlinedFilled.tsx index 5d8b05c01..9f184d4fe 100644 --- a/src/IconPlumbingOutlinedFilled.tsx +++ b/src/IconPlumbingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlumbingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPlumbingRounded.tsx b/src/IconPlumbingRounded.tsx index 6985853e7..9c8d6e252 100644 --- a/src/IconPlumbingRounded.tsx +++ b/src/IconPlumbingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlumbingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPlumbingRoundedFilled.tsx b/src/IconPlumbingRoundedFilled.tsx index 7f106689a..5770f3004 100644 --- a/src/IconPlumbingRoundedFilled.tsx +++ b/src/IconPlumbingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlumbingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPlumbingSharp.tsx b/src/IconPlumbingSharp.tsx index 919d6128d..4088545fe 100644 --- a/src/IconPlumbingSharp.tsx +++ b/src/IconPlumbingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlumbingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPlumbingSharpFilled.tsx b/src/IconPlumbingSharpFilled.tsx index ef31aec63..4464722bd 100644 --- a/src/IconPlumbingSharpFilled.tsx +++ b/src/IconPlumbingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPlumbingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPodcastsOutlined.tsx b/src/IconPodcastsOutlined.tsx index 736fbeda6..ab48693e9 100644 --- a/src/IconPodcastsOutlined.tsx +++ b/src/IconPodcastsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodcastsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPodcastsOutlinedFilled.tsx b/src/IconPodcastsOutlinedFilled.tsx index 6f8c18256..661869b39 100644 --- a/src/IconPodcastsOutlinedFilled.tsx +++ b/src/IconPodcastsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodcastsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPodcastsRounded.tsx b/src/IconPodcastsRounded.tsx index 2d69dd8d5..cea08437c 100644 --- a/src/IconPodcastsRounded.tsx +++ b/src/IconPodcastsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodcastsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPodcastsRoundedFilled.tsx b/src/IconPodcastsRoundedFilled.tsx index cdde7fd01..b5aa327a5 100644 --- a/src/IconPodcastsRoundedFilled.tsx +++ b/src/IconPodcastsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodcastsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPodcastsSharp.tsx b/src/IconPodcastsSharp.tsx index a2ef570e3..174fd9471 100644 --- a/src/IconPodcastsSharp.tsx +++ b/src/IconPodcastsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodcastsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPodcastsSharpFilled.tsx b/src/IconPodcastsSharpFilled.tsx index 5c0a55867..d212ead1b 100644 --- a/src/IconPodcastsSharpFilled.tsx +++ b/src/IconPodcastsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodcastsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPodiatryOutlined.tsx b/src/IconPodiatryOutlined.tsx index 1b6f0c892..c86fcc27b 100644 --- a/src/IconPodiatryOutlined.tsx +++ b/src/IconPodiatryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiatryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPodiatryOutlinedFilled.tsx b/src/IconPodiatryOutlinedFilled.tsx index 8e3d3aff3..43a702713 100644 --- a/src/IconPodiatryOutlinedFilled.tsx +++ b/src/IconPodiatryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiatryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPodiatryRounded.tsx b/src/IconPodiatryRounded.tsx index 26dbbc603..0c45d083a 100644 --- a/src/IconPodiatryRounded.tsx +++ b/src/IconPodiatryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiatryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPodiatryRoundedFilled.tsx b/src/IconPodiatryRoundedFilled.tsx index 6d12b3f5c..0f6ae4a9c 100644 --- a/src/IconPodiatryRoundedFilled.tsx +++ b/src/IconPodiatryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiatryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPodiatrySharp.tsx b/src/IconPodiatrySharp.tsx index 5ce5fdb6a..77e8e5a53 100644 --- a/src/IconPodiatrySharp.tsx +++ b/src/IconPodiatrySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiatrySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPodiatrySharpFilled.tsx b/src/IconPodiatrySharpFilled.tsx index d086d2d13..1f88abb06 100644 --- a/src/IconPodiatrySharpFilled.tsx +++ b/src/IconPodiatrySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiatrySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPodiumOutlined.tsx b/src/IconPodiumOutlined.tsx index fe30fabaf..c15f660d7 100644 --- a/src/IconPodiumOutlined.tsx +++ b/src/IconPodiumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiumOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPodiumOutlinedFilled.tsx b/src/IconPodiumOutlinedFilled.tsx index e7d181997..e70eca680 100644 --- a/src/IconPodiumOutlinedFilled.tsx +++ b/src/IconPodiumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiumOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPodiumRounded.tsx b/src/IconPodiumRounded.tsx index a03372ae5..7bda8a8f8 100644 --- a/src/IconPodiumRounded.tsx +++ b/src/IconPodiumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiumRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPodiumRoundedFilled.tsx b/src/IconPodiumRoundedFilled.tsx index af9199b14..641a6f6f2 100644 --- a/src/IconPodiumRoundedFilled.tsx +++ b/src/IconPodiumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiumRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPodiumSharp.tsx b/src/IconPodiumSharp.tsx index af7e68e83..5ed296ab0 100644 --- a/src/IconPodiumSharp.tsx +++ b/src/IconPodiumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiumSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPodiumSharpFilled.tsx b/src/IconPodiumSharpFilled.tsx index d43a4471e..763366800 100644 --- a/src/IconPodiumSharpFilled.tsx +++ b/src/IconPodiumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPodiumSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPointOfSaleOutlined.tsx b/src/IconPointOfSaleOutlined.tsx index f4585a9f1..59b5fe6fd 100644 --- a/src/IconPointOfSaleOutlined.tsx +++ b/src/IconPointOfSaleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointOfSaleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPointOfSaleOutlinedFilled.tsx b/src/IconPointOfSaleOutlinedFilled.tsx index f16b08320..7ecd5d16d 100644 --- a/src/IconPointOfSaleOutlinedFilled.tsx +++ b/src/IconPointOfSaleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointOfSaleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPointOfSaleRounded.tsx b/src/IconPointOfSaleRounded.tsx index 32db6bd55..440626097 100644 --- a/src/IconPointOfSaleRounded.tsx +++ b/src/IconPointOfSaleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointOfSaleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPointOfSaleRoundedFilled.tsx b/src/IconPointOfSaleRoundedFilled.tsx index d399340d2..a25748bcf 100644 --- a/src/IconPointOfSaleRoundedFilled.tsx +++ b/src/IconPointOfSaleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointOfSaleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPointOfSaleSharp.tsx b/src/IconPointOfSaleSharp.tsx index 8fa9ffe75..b44a0f9ec 100644 --- a/src/IconPointOfSaleSharp.tsx +++ b/src/IconPointOfSaleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointOfSaleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPointOfSaleSharpFilled.tsx b/src/IconPointOfSaleSharpFilled.tsx index 084d07695..62b1ae05d 100644 --- a/src/IconPointOfSaleSharpFilled.tsx +++ b/src/IconPointOfSaleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointOfSaleSharpFilled: React.FC = ({ ...props diff --git a/src/IconPointScanOutlined.tsx b/src/IconPointScanOutlined.tsx index eaac58e2f..0650862c1 100644 --- a/src/IconPointScanOutlined.tsx +++ b/src/IconPointScanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointScanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPointScanOutlinedFilled.tsx b/src/IconPointScanOutlinedFilled.tsx index dd6509452..d4a803a64 100644 --- a/src/IconPointScanOutlinedFilled.tsx +++ b/src/IconPointScanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointScanOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPointScanRounded.tsx b/src/IconPointScanRounded.tsx index 4b5f516ec..29650a540 100644 --- a/src/IconPointScanRounded.tsx +++ b/src/IconPointScanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointScanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPointScanRoundedFilled.tsx b/src/IconPointScanRoundedFilled.tsx index 04e4cbe35..b26421c4f 100644 --- a/src/IconPointScanRoundedFilled.tsx +++ b/src/IconPointScanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointScanRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPointScanSharp.tsx b/src/IconPointScanSharp.tsx index 8c73ea85c..680409103 100644 --- a/src/IconPointScanSharp.tsx +++ b/src/IconPointScanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointScanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPointScanSharpFilled.tsx b/src/IconPointScanSharpFilled.tsx index 104e56be1..436789b75 100644 --- a/src/IconPointScanSharpFilled.tsx +++ b/src/IconPointScanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPointScanSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPokerChipOutlined.tsx b/src/IconPokerChipOutlined.tsx index da5b29ed0..5f8b5d70a 100644 --- a/src/IconPokerChipOutlined.tsx +++ b/src/IconPokerChipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPokerChipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPokerChipOutlinedFilled.tsx b/src/IconPokerChipOutlinedFilled.tsx index 6f67f49db..042c6e1f3 100644 --- a/src/IconPokerChipOutlinedFilled.tsx +++ b/src/IconPokerChipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPokerChipOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPokerChipRounded.tsx b/src/IconPokerChipRounded.tsx index 30777d49f..3e321ef5b 100644 --- a/src/IconPokerChipRounded.tsx +++ b/src/IconPokerChipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPokerChipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPokerChipRoundedFilled.tsx b/src/IconPokerChipRoundedFilled.tsx index c18af7da4..e1b95fe90 100644 --- a/src/IconPokerChipRoundedFilled.tsx +++ b/src/IconPokerChipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPokerChipRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPokerChipSharp.tsx b/src/IconPokerChipSharp.tsx index 8645bdad5..a9340e672 100644 --- a/src/IconPokerChipSharp.tsx +++ b/src/IconPokerChipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPokerChipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPokerChipSharpFilled.tsx b/src/IconPokerChipSharpFilled.tsx index 84d1bece0..b9aa5540a 100644 --- a/src/IconPokerChipSharpFilled.tsx +++ b/src/IconPokerChipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPokerChipSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPolicyAlertOutlined.tsx b/src/IconPolicyAlertOutlined.tsx index 015c29a37..38e5ab371 100644 --- a/src/IconPolicyAlertOutlined.tsx +++ b/src/IconPolicyAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicyAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPolicyAlertOutlinedFilled.tsx b/src/IconPolicyAlertOutlinedFilled.tsx index b68c2da20..c7752a20b 100644 --- a/src/IconPolicyAlertOutlinedFilled.tsx +++ b/src/IconPolicyAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicyAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPolicyAlertRounded.tsx b/src/IconPolicyAlertRounded.tsx index 558c906a6..6b1a21b46 100644 --- a/src/IconPolicyAlertRounded.tsx +++ b/src/IconPolicyAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicyAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPolicyAlertRoundedFilled.tsx b/src/IconPolicyAlertRoundedFilled.tsx index 3b9952e82..d8d28989d 100644 --- a/src/IconPolicyAlertRoundedFilled.tsx +++ b/src/IconPolicyAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicyAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPolicyAlertSharp.tsx b/src/IconPolicyAlertSharp.tsx index af3ffc8c1..16f699352 100644 --- a/src/IconPolicyAlertSharp.tsx +++ b/src/IconPolicyAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicyAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPolicyAlertSharpFilled.tsx b/src/IconPolicyAlertSharpFilled.tsx index 63b5c6669..b804e2ead 100644 --- a/src/IconPolicyAlertSharpFilled.tsx +++ b/src/IconPolicyAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicyAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconPolicyOutlined.tsx b/src/IconPolicyOutlined.tsx index e4703c47d..060cdca63 100644 --- a/src/IconPolicyOutlined.tsx +++ b/src/IconPolicyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPolicyOutlinedFilled.tsx b/src/IconPolicyOutlinedFilled.tsx index 4615f4c7c..04a4030b5 100644 --- a/src/IconPolicyOutlinedFilled.tsx +++ b/src/IconPolicyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPolicyRounded.tsx b/src/IconPolicyRounded.tsx index e398ec22b..a78e2673b 100644 --- a/src/IconPolicyRounded.tsx +++ b/src/IconPolicyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPolicyRoundedFilled.tsx b/src/IconPolicyRoundedFilled.tsx index a0c01ae78..ed8665cc4 100644 --- a/src/IconPolicyRoundedFilled.tsx +++ b/src/IconPolicyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPolicySharp.tsx b/src/IconPolicySharp.tsx index 0d5d6f414..eb6626dba 100644 --- a/src/IconPolicySharp.tsx +++ b/src/IconPolicySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPolicySharpFilled.tsx b/src/IconPolicySharpFilled.tsx index 5f278110f..e4f6aa8ff 100644 --- a/src/IconPolicySharpFilled.tsx +++ b/src/IconPolicySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolicySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPolylineOutlined.tsx b/src/IconPolylineOutlined.tsx index 4e249d692..dcb53bc90 100644 --- a/src/IconPolylineOutlined.tsx +++ b/src/IconPolylineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolylineOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPolylineOutlinedFilled.tsx b/src/IconPolylineOutlinedFilled.tsx index 2af2e0747..22e9b9aa7 100644 --- a/src/IconPolylineOutlinedFilled.tsx +++ b/src/IconPolylineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolylineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPolylineRounded.tsx b/src/IconPolylineRounded.tsx index 739d0db62..7d00f87ec 100644 --- a/src/IconPolylineRounded.tsx +++ b/src/IconPolylineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolylineRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPolylineRoundedFilled.tsx b/src/IconPolylineRoundedFilled.tsx index 2c3e19861..6fd3149b5 100644 --- a/src/IconPolylineRoundedFilled.tsx +++ b/src/IconPolylineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolylineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPolylineSharp.tsx b/src/IconPolylineSharp.tsx index e90d1cd5a..b06dd8052 100644 --- a/src/IconPolylineSharp.tsx +++ b/src/IconPolylineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolylineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPolylineSharpFilled.tsx b/src/IconPolylineSharpFilled.tsx index 180aa5418..d6a401d49 100644 --- a/src/IconPolylineSharpFilled.tsx +++ b/src/IconPolylineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolylineSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPolymerOutlined.tsx b/src/IconPolymerOutlined.tsx index 16f8c163f..9dff7e7e7 100644 --- a/src/IconPolymerOutlined.tsx +++ b/src/IconPolymerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolymerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPolymerOutlinedFilled.tsx b/src/IconPolymerOutlinedFilled.tsx index 13e4de033..dd4508796 100644 --- a/src/IconPolymerOutlinedFilled.tsx +++ b/src/IconPolymerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolymerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPolymerRounded.tsx b/src/IconPolymerRounded.tsx index 5133c5904..d4c4eb0e2 100644 --- a/src/IconPolymerRounded.tsx +++ b/src/IconPolymerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolymerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPolymerRoundedFilled.tsx b/src/IconPolymerRoundedFilled.tsx index 7cb01c06a..13113b2bb 100644 --- a/src/IconPolymerRoundedFilled.tsx +++ b/src/IconPolymerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolymerRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPolymerSharp.tsx b/src/IconPolymerSharp.tsx index 6f435eec4..9ace12560 100644 --- a/src/IconPolymerSharp.tsx +++ b/src/IconPolymerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolymerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPolymerSharpFilled.tsx b/src/IconPolymerSharpFilled.tsx index 9d33dff2d..fc9cb3f0a 100644 --- a/src/IconPolymerSharpFilled.tsx +++ b/src/IconPolymerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPolymerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPoolOutlined.tsx b/src/IconPoolOutlined.tsx index 25f002b45..dda5c32dc 100644 --- a/src/IconPoolOutlined.tsx +++ b/src/IconPoolOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPoolOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPoolOutlinedFilled.tsx b/src/IconPoolOutlinedFilled.tsx index 0f86e3a2d..d2e7b8f1b 100644 --- a/src/IconPoolOutlinedFilled.tsx +++ b/src/IconPoolOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPoolOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPoolRounded.tsx b/src/IconPoolRounded.tsx index b83c44928..7cf3ce1de 100644 --- a/src/IconPoolRounded.tsx +++ b/src/IconPoolRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPoolRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPoolRoundedFilled.tsx b/src/IconPoolRoundedFilled.tsx index eba9986b4..143db122f 100644 --- a/src/IconPoolRoundedFilled.tsx +++ b/src/IconPoolRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPoolRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPoolSharp.tsx b/src/IconPoolSharp.tsx index e392a7edc..64a957275 100644 --- a/src/IconPoolSharp.tsx +++ b/src/IconPoolSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPoolSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPoolSharpFilled.tsx b/src/IconPoolSharpFilled.tsx index 9a1129950..c7497720e 100644 --- a/src/IconPoolSharpFilled.tsx +++ b/src/IconPoolSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPoolSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPortableWifiOffOutlined.tsx b/src/IconPortableWifiOffOutlined.tsx index 95ab28ac1..29cdd1da5 100644 --- a/src/IconPortableWifiOffOutlined.tsx +++ b/src/IconPortableWifiOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPortableWifiOffOutlined: React.FC = ({ ...props diff --git a/src/IconPortableWifiOffOutlinedFilled.tsx b/src/IconPortableWifiOffOutlinedFilled.tsx index e43da2de5..6f7a11be0 100644 --- a/src/IconPortableWifiOffOutlinedFilled.tsx +++ b/src/IconPortableWifiOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPortableWifiOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPortableWifiOffRounded.tsx b/src/IconPortableWifiOffRounded.tsx index 9ef9ee023..0d8dfcf5e 100644 --- a/src/IconPortableWifiOffRounded.tsx +++ b/src/IconPortableWifiOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPortableWifiOffRounded: React.FC = ({ ...props diff --git a/src/IconPortableWifiOffRoundedFilled.tsx b/src/IconPortableWifiOffRoundedFilled.tsx index a91c3a169..72073fde4 100644 --- a/src/IconPortableWifiOffRoundedFilled.tsx +++ b/src/IconPortableWifiOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPortableWifiOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPortableWifiOffSharp.tsx b/src/IconPortableWifiOffSharp.tsx index a29fcb7ea..095e89a34 100644 --- a/src/IconPortableWifiOffSharp.tsx +++ b/src/IconPortableWifiOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPortableWifiOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPortableWifiOffSharpFilled.tsx b/src/IconPortableWifiOffSharpFilled.tsx index 05c2ebce3..67479dce0 100644 --- a/src/IconPortableWifiOffSharpFilled.tsx +++ b/src/IconPortableWifiOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPortableWifiOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconPositionBottomLeftOutlined.tsx b/src/IconPositionBottomLeftOutlined.tsx index e25e00cb6..976b57ad9 100644 --- a/src/IconPositionBottomLeftOutlined.tsx +++ b/src/IconPositionBottomLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomLeftOutlined: React.FC = ({ ...props diff --git a/src/IconPositionBottomLeftOutlinedFilled.tsx b/src/IconPositionBottomLeftOutlinedFilled.tsx index 2ead67061..5f87ea703 100644 --- a/src/IconPositionBottomLeftOutlinedFilled.tsx +++ b/src/IconPositionBottomLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPositionBottomLeftRounded.tsx b/src/IconPositionBottomLeftRounded.tsx index 7de9f6b23..28334b4b6 100644 --- a/src/IconPositionBottomLeftRounded.tsx +++ b/src/IconPositionBottomLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomLeftRounded: React.FC = ({ ...props diff --git a/src/IconPositionBottomLeftRoundedFilled.tsx b/src/IconPositionBottomLeftRoundedFilled.tsx index b9d81ae2f..dd4d707fb 100644 --- a/src/IconPositionBottomLeftRoundedFilled.tsx +++ b/src/IconPositionBottomLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPositionBottomLeftSharp.tsx b/src/IconPositionBottomLeftSharp.tsx index 2b97299f3..18d05bd7e 100644 --- a/src/IconPositionBottomLeftSharp.tsx +++ b/src/IconPositionBottomLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomLeftSharp: React.FC = ({ ...props diff --git a/src/IconPositionBottomLeftSharpFilled.tsx b/src/IconPositionBottomLeftSharpFilled.tsx index b29300a79..0656c664e 100644 --- a/src/IconPositionBottomLeftSharpFilled.tsx +++ b/src/IconPositionBottomLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconPositionBottomRightOutlined.tsx b/src/IconPositionBottomRightOutlined.tsx index 145d0a326..7ff42e066 100644 --- a/src/IconPositionBottomRightOutlined.tsx +++ b/src/IconPositionBottomRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomRightOutlined: React.FC = ({ ...props diff --git a/src/IconPositionBottomRightOutlinedFilled.tsx b/src/IconPositionBottomRightOutlinedFilled.tsx index 8f0ab62d1..2e928d627 100644 --- a/src/IconPositionBottomRightOutlinedFilled.tsx +++ b/src/IconPositionBottomRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPositionBottomRightRounded.tsx b/src/IconPositionBottomRightRounded.tsx index 0950190b7..eb8a835c4 100644 --- a/src/IconPositionBottomRightRounded.tsx +++ b/src/IconPositionBottomRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomRightRounded: React.FC = ({ ...props diff --git a/src/IconPositionBottomRightRoundedFilled.tsx b/src/IconPositionBottomRightRoundedFilled.tsx index dce3002bd..fb0fbd92b 100644 --- a/src/IconPositionBottomRightRoundedFilled.tsx +++ b/src/IconPositionBottomRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPositionBottomRightSharp.tsx b/src/IconPositionBottomRightSharp.tsx index f2723d5f8..189370da0 100644 --- a/src/IconPositionBottomRightSharp.tsx +++ b/src/IconPositionBottomRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomRightSharp: React.FC = ({ ...props diff --git a/src/IconPositionBottomRightSharpFilled.tsx b/src/IconPositionBottomRightSharpFilled.tsx index e3eadbaa8..af4994113 100644 --- a/src/IconPositionBottomRightSharpFilled.tsx +++ b/src/IconPositionBottomRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionBottomRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconPositionTopRightOutlined.tsx b/src/IconPositionTopRightOutlined.tsx index aff61c1cc..a80e93ca2 100644 --- a/src/IconPositionTopRightOutlined.tsx +++ b/src/IconPositionTopRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionTopRightOutlined: React.FC = ({ ...props diff --git a/src/IconPositionTopRightOutlinedFilled.tsx b/src/IconPositionTopRightOutlinedFilled.tsx index 6652fc0fa..bab6a4208 100644 --- a/src/IconPositionTopRightOutlinedFilled.tsx +++ b/src/IconPositionTopRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionTopRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPositionTopRightRounded.tsx b/src/IconPositionTopRightRounded.tsx index 34487dbb1..fbcf7364b 100644 --- a/src/IconPositionTopRightRounded.tsx +++ b/src/IconPositionTopRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionTopRightRounded: React.FC = ({ ...props diff --git a/src/IconPositionTopRightRoundedFilled.tsx b/src/IconPositionTopRightRoundedFilled.tsx index fdee86bd7..a4f71693f 100644 --- a/src/IconPositionTopRightRoundedFilled.tsx +++ b/src/IconPositionTopRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionTopRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPositionTopRightSharp.tsx b/src/IconPositionTopRightSharp.tsx index 33a7f3ee3..a3dc58ff0 100644 --- a/src/IconPositionTopRightSharp.tsx +++ b/src/IconPositionTopRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionTopRightSharp: React.FC = ({ ...props diff --git a/src/IconPositionTopRightSharpFilled.tsx b/src/IconPositionTopRightSharpFilled.tsx index 9438ce0fd..4db7cb5cf 100644 --- a/src/IconPositionTopRightSharpFilled.tsx +++ b/src/IconPositionTopRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPositionTopRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconPostAddOutlined.tsx b/src/IconPostAddOutlined.tsx index e98b487b0..60588e026 100644 --- a/src/IconPostAddOutlined.tsx +++ b/src/IconPostAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPostAddOutlinedFilled.tsx b/src/IconPostAddOutlinedFilled.tsx index b9dded480..af6d2f589 100644 --- a/src/IconPostAddOutlinedFilled.tsx +++ b/src/IconPostAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPostAddRounded.tsx b/src/IconPostAddRounded.tsx index 1da2d5ace..b5b6ac405 100644 --- a/src/IconPostAddRounded.tsx +++ b/src/IconPostAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPostAddRoundedFilled.tsx b/src/IconPostAddRoundedFilled.tsx index bf23df23c..c5032b4ef 100644 --- a/src/IconPostAddRoundedFilled.tsx +++ b/src/IconPostAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostAddRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPostAddSharp.tsx b/src/IconPostAddSharp.tsx index e49868aba..5bf8ddf45 100644 --- a/src/IconPostAddSharp.tsx +++ b/src/IconPostAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPostAddSharpFilled.tsx b/src/IconPostAddSharpFilled.tsx index f55a0ade8..b809f8dc6 100644 --- a/src/IconPostAddSharpFilled.tsx +++ b/src/IconPostAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPostOutlined.tsx b/src/IconPostOutlined.tsx index 9b311ed6b..732c34597 100644 --- a/src/IconPostOutlined.tsx +++ b/src/IconPostOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPostOutlinedFilled.tsx b/src/IconPostOutlinedFilled.tsx index 57244a0dd..003ac4b85 100644 --- a/src/IconPostOutlinedFilled.tsx +++ b/src/IconPostOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPostRounded.tsx b/src/IconPostRounded.tsx index 03229d6bb..6d986d6ab 100644 --- a/src/IconPostRounded.tsx +++ b/src/IconPostRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPostRoundedFilled.tsx b/src/IconPostRoundedFilled.tsx index f2e1ba3a6..55ecbdd28 100644 --- a/src/IconPostRoundedFilled.tsx +++ b/src/IconPostRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPostSharp.tsx b/src/IconPostSharp.tsx index 6749eb455..af0c17052 100644 --- a/src/IconPostSharp.tsx +++ b/src/IconPostSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPostSharpFilled.tsx b/src/IconPostSharpFilled.tsx index f90f5e713..506eea1b7 100644 --- a/src/IconPostSharpFilled.tsx +++ b/src/IconPostSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPostSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPottedPlantOutlined.tsx b/src/IconPottedPlantOutlined.tsx index 5f29c2064..f24fd021c 100644 --- a/src/IconPottedPlantOutlined.tsx +++ b/src/IconPottedPlantOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPottedPlantOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPottedPlantOutlinedFilled.tsx b/src/IconPottedPlantOutlinedFilled.tsx index 77f97bb40..c5ddf0b42 100644 --- a/src/IconPottedPlantOutlinedFilled.tsx +++ b/src/IconPottedPlantOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPottedPlantOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPottedPlantRounded.tsx b/src/IconPottedPlantRounded.tsx index 752b799eb..bad048a0a 100644 --- a/src/IconPottedPlantRounded.tsx +++ b/src/IconPottedPlantRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPottedPlantRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPottedPlantRoundedFilled.tsx b/src/IconPottedPlantRoundedFilled.tsx index a5b8e9c30..2a63dc435 100644 --- a/src/IconPottedPlantRoundedFilled.tsx +++ b/src/IconPottedPlantRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPottedPlantRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPottedPlantSharp.tsx b/src/IconPottedPlantSharp.tsx index ce38b010d..e6f86ac63 100644 --- a/src/IconPottedPlantSharp.tsx +++ b/src/IconPottedPlantSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPottedPlantSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPottedPlantSharpFilled.tsx b/src/IconPottedPlantSharpFilled.tsx index fda0283ec..9bf8eea4f 100644 --- a/src/IconPottedPlantSharpFilled.tsx +++ b/src/IconPottedPlantSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPottedPlantSharpFilled: React.FC = ({ ...props diff --git a/src/IconPowerInputOutlined.tsx b/src/IconPowerInputOutlined.tsx index 54fc28b7d..ff07a962c 100644 --- a/src/IconPowerInputOutlined.tsx +++ b/src/IconPowerInputOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerInputOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerInputOutlinedFilled.tsx b/src/IconPowerInputOutlinedFilled.tsx index 3d780b8a1..b3ef7d60b 100644 --- a/src/IconPowerInputOutlinedFilled.tsx +++ b/src/IconPowerInputOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerInputOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPowerInputRounded.tsx b/src/IconPowerInputRounded.tsx index ab9e1d839..7021a3d8c 100644 --- a/src/IconPowerInputRounded.tsx +++ b/src/IconPowerInputRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerInputRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerInputRoundedFilled.tsx b/src/IconPowerInputRoundedFilled.tsx index 3e5b30f1d..d26cd2989 100644 --- a/src/IconPowerInputRoundedFilled.tsx +++ b/src/IconPowerInputRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerInputRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPowerInputSharp.tsx b/src/IconPowerInputSharp.tsx index 1a39c0ad2..b2570658b 100644 --- a/src/IconPowerInputSharp.tsx +++ b/src/IconPowerInputSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerInputSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerInputSharpFilled.tsx b/src/IconPowerInputSharpFilled.tsx index a02419077..c78f70d1c 100644 --- a/src/IconPowerInputSharpFilled.tsx +++ b/src/IconPowerInputSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerInputSharpFilled: React.FC = ({ ...props diff --git a/src/IconPowerOffOutlined.tsx b/src/IconPowerOffOutlined.tsx index e56224351..be37ad2a4 100644 --- a/src/IconPowerOffOutlined.tsx +++ b/src/IconPowerOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerOffOutlinedFilled.tsx b/src/IconPowerOffOutlinedFilled.tsx index 15b290cd7..95d3e84fc 100644 --- a/src/IconPowerOffOutlinedFilled.tsx +++ b/src/IconPowerOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPowerOffRounded.tsx b/src/IconPowerOffRounded.tsx index 5c2b86961..7c6a9fc3c 100644 --- a/src/IconPowerOffRounded.tsx +++ b/src/IconPowerOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerOffRoundedFilled.tsx b/src/IconPowerOffRoundedFilled.tsx index 222198be1..f86cb1dc5 100644 --- a/src/IconPowerOffRoundedFilled.tsx +++ b/src/IconPowerOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPowerOffSharp.tsx b/src/IconPowerOffSharp.tsx index c9fe5348d..03ea3bc4a 100644 --- a/src/IconPowerOffSharp.tsx +++ b/src/IconPowerOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerOffSharpFilled.tsx b/src/IconPowerOffSharpFilled.tsx index 36bae55be..08ecee6a1 100644 --- a/src/IconPowerOffSharpFilled.tsx +++ b/src/IconPowerOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerOutlined.tsx b/src/IconPowerOutlined.tsx index 43fde195f..5899e2b45 100644 --- a/src/IconPowerOutlined.tsx +++ b/src/IconPowerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerOutlinedFilled.tsx b/src/IconPowerOutlinedFilled.tsx index 163452752..abfd841aa 100644 --- a/src/IconPowerOutlinedFilled.tsx +++ b/src/IconPowerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerRounded.tsx b/src/IconPowerRounded.tsx index 79cad836a..457bc040d 100644 --- a/src/IconPowerRounded.tsx +++ b/src/IconPowerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerRoundedFilled.tsx b/src/IconPowerRoundedFilled.tsx index e1d5be7dd..ef66398cf 100644 --- a/src/IconPowerRoundedFilled.tsx +++ b/src/IconPowerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerSettingsCircleOutlined.tsx b/src/IconPowerSettingsCircleOutlined.tsx index 411f38d23..7ee814b7f 100644 --- a/src/IconPowerSettingsCircleOutlined.tsx +++ b/src/IconPowerSettingsCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsCircleOutlined: React.FC = ({ ...props diff --git a/src/IconPowerSettingsCircleOutlinedFilled.tsx b/src/IconPowerSettingsCircleOutlinedFilled.tsx index 2549775ea..f803a7e74 100644 --- a/src/IconPowerSettingsCircleOutlinedFilled.tsx +++ b/src/IconPowerSettingsCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPowerSettingsCircleRounded.tsx b/src/IconPowerSettingsCircleRounded.tsx index e0e37e8a3..f1cd776e7 100644 --- a/src/IconPowerSettingsCircleRounded.tsx +++ b/src/IconPowerSettingsCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsCircleRounded: React.FC = ({ ...props diff --git a/src/IconPowerSettingsCircleRoundedFilled.tsx b/src/IconPowerSettingsCircleRoundedFilled.tsx index 8c68401f8..b57bfc400 100644 --- a/src/IconPowerSettingsCircleRoundedFilled.tsx +++ b/src/IconPowerSettingsCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPowerSettingsCircleSharp.tsx b/src/IconPowerSettingsCircleSharp.tsx index 9ebf7b94f..3f05023d3 100644 --- a/src/IconPowerSettingsCircleSharp.tsx +++ b/src/IconPowerSettingsCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsCircleSharp: React.FC = ({ ...props diff --git a/src/IconPowerSettingsCircleSharpFilled.tsx b/src/IconPowerSettingsCircleSharpFilled.tsx index c5927ce93..0bb44e50f 100644 --- a/src/IconPowerSettingsCircleSharpFilled.tsx +++ b/src/IconPowerSettingsCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconPowerSettingsNewOutlined.tsx b/src/IconPowerSettingsNewOutlined.tsx index c19400ef7..0889857d6 100644 --- a/src/IconPowerSettingsNewOutlined.tsx +++ b/src/IconPowerSettingsNewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsNewOutlined: React.FC = ({ ...props diff --git a/src/IconPowerSettingsNewOutlinedFilled.tsx b/src/IconPowerSettingsNewOutlinedFilled.tsx index 898a19359..f1819cf08 100644 --- a/src/IconPowerSettingsNewOutlinedFilled.tsx +++ b/src/IconPowerSettingsNewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsNewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPowerSettingsNewRounded.tsx b/src/IconPowerSettingsNewRounded.tsx index cc5c42630..6e58d65a9 100644 --- a/src/IconPowerSettingsNewRounded.tsx +++ b/src/IconPowerSettingsNewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsNewRounded: React.FC = ({ ...props diff --git a/src/IconPowerSettingsNewRoundedFilled.tsx b/src/IconPowerSettingsNewRoundedFilled.tsx index ff86e9da9..160520344 100644 --- a/src/IconPowerSettingsNewRoundedFilled.tsx +++ b/src/IconPowerSettingsNewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsNewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPowerSettingsNewSharp.tsx b/src/IconPowerSettingsNewSharp.tsx index 0b7c11188..8b8317592 100644 --- a/src/IconPowerSettingsNewSharp.tsx +++ b/src/IconPowerSettingsNewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsNewSharp: React.FC = ({ ...props diff --git a/src/IconPowerSettingsNewSharpFilled.tsx b/src/IconPowerSettingsNewSharpFilled.tsx index 7043b7723..e628d2586 100644 --- a/src/IconPowerSettingsNewSharpFilled.tsx +++ b/src/IconPowerSettingsNewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSettingsNewSharpFilled: React.FC = ({ ...props diff --git a/src/IconPowerSharp.tsx b/src/IconPowerSharp.tsx index 32ed9a44d..f59e401d7 100644 --- a/src/IconPowerSharp.tsx +++ b/src/IconPowerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPowerSharpFilled.tsx b/src/IconPowerSharpFilled.tsx index 1b5a6ba42..52155107d 100644 --- a/src/IconPowerSharpFilled.tsx +++ b/src/IconPowerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPowerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPrayerTimesOutlined.tsx b/src/IconPrayerTimesOutlined.tsx index 2408903eb..7b895df1a 100644 --- a/src/IconPrayerTimesOutlined.tsx +++ b/src/IconPrayerTimesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrayerTimesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPrayerTimesOutlinedFilled.tsx b/src/IconPrayerTimesOutlinedFilled.tsx index 2ba310d18..3c71c502a 100644 --- a/src/IconPrayerTimesOutlinedFilled.tsx +++ b/src/IconPrayerTimesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrayerTimesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPrayerTimesRounded.tsx b/src/IconPrayerTimesRounded.tsx index f0c5840c2..878a8c61e 100644 --- a/src/IconPrayerTimesRounded.tsx +++ b/src/IconPrayerTimesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrayerTimesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPrayerTimesRoundedFilled.tsx b/src/IconPrayerTimesRoundedFilled.tsx index ec3cc8129..818302d02 100644 --- a/src/IconPrayerTimesRoundedFilled.tsx +++ b/src/IconPrayerTimesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrayerTimesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPrayerTimesSharp.tsx b/src/IconPrayerTimesSharp.tsx index 8fcfb5bb6..938dd611f 100644 --- a/src/IconPrayerTimesSharp.tsx +++ b/src/IconPrayerTimesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrayerTimesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPrayerTimesSharpFilled.tsx b/src/IconPrayerTimesSharpFilled.tsx index fc2a3d278..dd44c6b5b 100644 --- a/src/IconPrayerTimesSharpFilled.tsx +++ b/src/IconPrayerTimesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrayerTimesSharpFilled: React.FC = ({ ...props diff --git a/src/IconPrecisionManufacturingOutlined.tsx b/src/IconPrecisionManufacturingOutlined.tsx index ac5ae4b64..734fa3907 100644 --- a/src/IconPrecisionManufacturingOutlined.tsx +++ b/src/IconPrecisionManufacturingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrecisionManufacturingOutlined: React.FC = ({ ...props diff --git a/src/IconPrecisionManufacturingOutlinedFilled.tsx b/src/IconPrecisionManufacturingOutlinedFilled.tsx index 3d7d3261e..da4cd22eb 100644 --- a/src/IconPrecisionManufacturingOutlinedFilled.tsx +++ b/src/IconPrecisionManufacturingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrecisionManufacturingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPrecisionManufacturingRounded.tsx b/src/IconPrecisionManufacturingRounded.tsx index ec64a2a1b..6ac5b35a2 100644 --- a/src/IconPrecisionManufacturingRounded.tsx +++ b/src/IconPrecisionManufacturingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrecisionManufacturingRounded: React.FC = ({ ...props diff --git a/src/IconPrecisionManufacturingRoundedFilled.tsx b/src/IconPrecisionManufacturingRoundedFilled.tsx index b32f92995..467ece6de 100644 --- a/src/IconPrecisionManufacturingRoundedFilled.tsx +++ b/src/IconPrecisionManufacturingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrecisionManufacturingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPrecisionManufacturingSharp.tsx b/src/IconPrecisionManufacturingSharp.tsx index b3877b5bf..78c3a3c32 100644 --- a/src/IconPrecisionManufacturingSharp.tsx +++ b/src/IconPrecisionManufacturingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrecisionManufacturingSharp: React.FC = ({ ...props diff --git a/src/IconPrecisionManufacturingSharpFilled.tsx b/src/IconPrecisionManufacturingSharpFilled.tsx index e1df85f17..c83f6e9de 100644 --- a/src/IconPrecisionManufacturingSharpFilled.tsx +++ b/src/IconPrecisionManufacturingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrecisionManufacturingSharpFilled: React.FC = ({ ...props diff --git a/src/IconPregnancyOutlined.tsx b/src/IconPregnancyOutlined.tsx index 51b83de06..664187b34 100644 --- a/src/IconPregnancyOutlined.tsx +++ b/src/IconPregnancyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnancyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPregnancyOutlinedFilled.tsx b/src/IconPregnancyOutlinedFilled.tsx index 095434317..e178f8653 100644 --- a/src/IconPregnancyOutlinedFilled.tsx +++ b/src/IconPregnancyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnancyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPregnancyRounded.tsx b/src/IconPregnancyRounded.tsx index 952ce89a1..79acaddc6 100644 --- a/src/IconPregnancyRounded.tsx +++ b/src/IconPregnancyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnancyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPregnancyRoundedFilled.tsx b/src/IconPregnancyRoundedFilled.tsx index e1b7ebf35..b1ce6d9e6 100644 --- a/src/IconPregnancyRoundedFilled.tsx +++ b/src/IconPregnancyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnancyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPregnancySharp.tsx b/src/IconPregnancySharp.tsx index 35f3365a3..8d2233eb0 100644 --- a/src/IconPregnancySharp.tsx +++ b/src/IconPregnancySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnancySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPregnancySharpFilled.tsx b/src/IconPregnancySharpFilled.tsx index 39359f9ae..bead6d59d 100644 --- a/src/IconPregnancySharpFilled.tsx +++ b/src/IconPregnancySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnancySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPregnantWomanOutlined.tsx b/src/IconPregnantWomanOutlined.tsx index 60d773f6e..df8eac6ba 100644 --- a/src/IconPregnantWomanOutlined.tsx +++ b/src/IconPregnantWomanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnantWomanOutlined: React.FC = ({ ...props diff --git a/src/IconPregnantWomanOutlinedFilled.tsx b/src/IconPregnantWomanOutlinedFilled.tsx index 421a82d8f..1e3eb1052 100644 --- a/src/IconPregnantWomanOutlinedFilled.tsx +++ b/src/IconPregnantWomanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnantWomanOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPregnantWomanRounded.tsx b/src/IconPregnantWomanRounded.tsx index c7d72aacf..d19264669 100644 --- a/src/IconPregnantWomanRounded.tsx +++ b/src/IconPregnantWomanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnantWomanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPregnantWomanRoundedFilled.tsx b/src/IconPregnantWomanRoundedFilled.tsx index 72e72f9ee..e5dfc4265 100644 --- a/src/IconPregnantWomanRoundedFilled.tsx +++ b/src/IconPregnantWomanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnantWomanRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPregnantWomanSharp.tsx b/src/IconPregnantWomanSharp.tsx index 2000516c1..fe2ede665 100644 --- a/src/IconPregnantWomanSharp.tsx +++ b/src/IconPregnantWomanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnantWomanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPregnantWomanSharpFilled.tsx b/src/IconPregnantWomanSharpFilled.tsx index 2a4b49b3d..b0ff1dc55 100644 --- a/src/IconPregnantWomanSharpFilled.tsx +++ b/src/IconPregnantWomanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPregnantWomanSharpFilled: React.FC = ({ ...props diff --git a/src/IconPreliminaryOutlined.tsx b/src/IconPreliminaryOutlined.tsx index 3e54e4200..a96f7d227 100644 --- a/src/IconPreliminaryOutlined.tsx +++ b/src/IconPreliminaryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreliminaryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPreliminaryOutlinedFilled.tsx b/src/IconPreliminaryOutlinedFilled.tsx index e88743d82..d37829d4e 100644 --- a/src/IconPreliminaryOutlinedFilled.tsx +++ b/src/IconPreliminaryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreliminaryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPreliminaryRounded.tsx b/src/IconPreliminaryRounded.tsx index a99485693..909d0684d 100644 --- a/src/IconPreliminaryRounded.tsx +++ b/src/IconPreliminaryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreliminaryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPreliminaryRoundedFilled.tsx b/src/IconPreliminaryRoundedFilled.tsx index f989b17a6..f0d5375fe 100644 --- a/src/IconPreliminaryRoundedFilled.tsx +++ b/src/IconPreliminaryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreliminaryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPreliminarySharp.tsx b/src/IconPreliminarySharp.tsx index 9c2714a6e..076555497 100644 --- a/src/IconPreliminarySharp.tsx +++ b/src/IconPreliminarySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreliminarySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPreliminarySharpFilled.tsx b/src/IconPreliminarySharpFilled.tsx index cc67f78c3..ce08185d9 100644 --- a/src/IconPreliminarySharpFilled.tsx +++ b/src/IconPreliminarySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreliminarySharpFilled: React.FC = ({ ...props diff --git a/src/IconPrescriptionsOutlined.tsx b/src/IconPrescriptionsOutlined.tsx index a9f5d26ba..b6b2aa59b 100644 --- a/src/IconPrescriptionsOutlined.tsx +++ b/src/IconPrescriptionsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrescriptionsOutlined: React.FC = ({ ...props diff --git a/src/IconPrescriptionsOutlinedFilled.tsx b/src/IconPrescriptionsOutlinedFilled.tsx index 4e490ac89..eabdc4298 100644 --- a/src/IconPrescriptionsOutlinedFilled.tsx +++ b/src/IconPrescriptionsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrescriptionsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPrescriptionsRounded.tsx b/src/IconPrescriptionsRounded.tsx index 644da94c2..e73a65c0f 100644 --- a/src/IconPrescriptionsRounded.tsx +++ b/src/IconPrescriptionsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrescriptionsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPrescriptionsRoundedFilled.tsx b/src/IconPrescriptionsRoundedFilled.tsx index d89c002cf..d9be5a044 100644 --- a/src/IconPrescriptionsRoundedFilled.tsx +++ b/src/IconPrescriptionsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrescriptionsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPrescriptionsSharp.tsx b/src/IconPrescriptionsSharp.tsx index 5d0204503..6a17b2755 100644 --- a/src/IconPrescriptionsSharp.tsx +++ b/src/IconPrescriptionsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrescriptionsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPrescriptionsSharpFilled.tsx b/src/IconPrescriptionsSharpFilled.tsx index ec58ce948..e2c9982d4 100644 --- a/src/IconPrescriptionsSharpFilled.tsx +++ b/src/IconPrescriptionsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrescriptionsSharpFilled: React.FC = ({ ...props diff --git a/src/IconPresentToAllOutlined.tsx b/src/IconPresentToAllOutlined.tsx index 8f156c189..36add7186 100644 --- a/src/IconPresentToAllOutlined.tsx +++ b/src/IconPresentToAllOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPresentToAllOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPresentToAllOutlinedFilled.tsx b/src/IconPresentToAllOutlinedFilled.tsx index c4501b414..3441e28e0 100644 --- a/src/IconPresentToAllOutlinedFilled.tsx +++ b/src/IconPresentToAllOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPresentToAllOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPresentToAllRounded.tsx b/src/IconPresentToAllRounded.tsx index 68d1fc0f7..5ad6b2738 100644 --- a/src/IconPresentToAllRounded.tsx +++ b/src/IconPresentToAllRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPresentToAllRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPresentToAllRoundedFilled.tsx b/src/IconPresentToAllRoundedFilled.tsx index 4c6f36130..0b80d83b5 100644 --- a/src/IconPresentToAllRoundedFilled.tsx +++ b/src/IconPresentToAllRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPresentToAllRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPresentToAllSharp.tsx b/src/IconPresentToAllSharp.tsx index b06ad91e0..71b05a182 100644 --- a/src/IconPresentToAllSharp.tsx +++ b/src/IconPresentToAllSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPresentToAllSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPresentToAllSharpFilled.tsx b/src/IconPresentToAllSharpFilled.tsx index f791f4bb7..664ca7d11 100644 --- a/src/IconPresentToAllSharpFilled.tsx +++ b/src/IconPresentToAllSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPresentToAllSharpFilled: React.FC = ({ ...props diff --git a/src/IconPreviewOffOutlined.tsx b/src/IconPreviewOffOutlined.tsx index 63bbd8748..4cd8dca85 100644 --- a/src/IconPreviewOffOutlined.tsx +++ b/src/IconPreviewOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPreviewOffOutlinedFilled.tsx b/src/IconPreviewOffOutlinedFilled.tsx index 54b48a65d..61d45663b 100644 --- a/src/IconPreviewOffOutlinedFilled.tsx +++ b/src/IconPreviewOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPreviewOffRounded.tsx b/src/IconPreviewOffRounded.tsx index 88e312907..917a46977 100644 --- a/src/IconPreviewOffRounded.tsx +++ b/src/IconPreviewOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPreviewOffRoundedFilled.tsx b/src/IconPreviewOffRoundedFilled.tsx index 7e545c72d..9a610c34b 100644 --- a/src/IconPreviewOffRoundedFilled.tsx +++ b/src/IconPreviewOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPreviewOffSharp.tsx b/src/IconPreviewOffSharp.tsx index 3e7905781..4cf9f4097 100644 --- a/src/IconPreviewOffSharp.tsx +++ b/src/IconPreviewOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPreviewOffSharpFilled.tsx b/src/IconPreviewOffSharpFilled.tsx index cf0461307..038d88d59 100644 --- a/src/IconPreviewOffSharpFilled.tsx +++ b/src/IconPreviewOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconPreviewOutlined.tsx b/src/IconPreviewOutlined.tsx index ecfdb72af..05997563e 100644 --- a/src/IconPreviewOutlined.tsx +++ b/src/IconPreviewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPreviewOutlinedFilled.tsx b/src/IconPreviewOutlinedFilled.tsx index d7608f3f3..e4fd331b1 100644 --- a/src/IconPreviewOutlinedFilled.tsx +++ b/src/IconPreviewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPreviewRounded.tsx b/src/IconPreviewRounded.tsx index 06f146362..5ad88b6b6 100644 --- a/src/IconPreviewRounded.tsx +++ b/src/IconPreviewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPreviewRoundedFilled.tsx b/src/IconPreviewRoundedFilled.tsx index 0021b2e24..b2e36594b 100644 --- a/src/IconPreviewRoundedFilled.tsx +++ b/src/IconPreviewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPreviewSharp.tsx b/src/IconPreviewSharp.tsx index 007476283..7d064d56c 100644 --- a/src/IconPreviewSharp.tsx +++ b/src/IconPreviewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPreviewSharpFilled.tsx b/src/IconPreviewSharpFilled.tsx index 2135e665a..32623e793 100644 --- a/src/IconPreviewSharpFilled.tsx +++ b/src/IconPreviewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPreviewSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPriceChangeOutlined.tsx b/src/IconPriceChangeOutlined.tsx index e938564cb..6502db2da 100644 --- a/src/IconPriceChangeOutlined.tsx +++ b/src/IconPriceChangeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceChangeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPriceChangeOutlinedFilled.tsx b/src/IconPriceChangeOutlinedFilled.tsx index 799b1d745..0cf9e65fb 100644 --- a/src/IconPriceChangeOutlinedFilled.tsx +++ b/src/IconPriceChangeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceChangeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPriceChangeRounded.tsx b/src/IconPriceChangeRounded.tsx index 4107910cc..7e2b70a98 100644 --- a/src/IconPriceChangeRounded.tsx +++ b/src/IconPriceChangeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceChangeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPriceChangeRoundedFilled.tsx b/src/IconPriceChangeRoundedFilled.tsx index deb350b93..8a0015c60 100644 --- a/src/IconPriceChangeRoundedFilled.tsx +++ b/src/IconPriceChangeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceChangeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPriceChangeSharp.tsx b/src/IconPriceChangeSharp.tsx index 82c369cb3..55cf2a9da 100644 --- a/src/IconPriceChangeSharp.tsx +++ b/src/IconPriceChangeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceChangeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPriceChangeSharpFilled.tsx b/src/IconPriceChangeSharpFilled.tsx index 5fd2a9a91..b615facc0 100644 --- a/src/IconPriceChangeSharpFilled.tsx +++ b/src/IconPriceChangeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceChangeSharpFilled: React.FC = ({ ...props diff --git a/src/IconPriceCheckOutlined.tsx b/src/IconPriceCheckOutlined.tsx index 23dc7e008..bcc3e1fb6 100644 --- a/src/IconPriceCheckOutlined.tsx +++ b/src/IconPriceCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPriceCheckOutlinedFilled.tsx b/src/IconPriceCheckOutlinedFilled.tsx index 2ef7d5a4f..9b316641e 100644 --- a/src/IconPriceCheckOutlinedFilled.tsx +++ b/src/IconPriceCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPriceCheckRounded.tsx b/src/IconPriceCheckRounded.tsx index 5130cee5b..6c2b9f16d 100644 --- a/src/IconPriceCheckRounded.tsx +++ b/src/IconPriceCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPriceCheckRoundedFilled.tsx b/src/IconPriceCheckRoundedFilled.tsx index 99bb42594..19b54628e 100644 --- a/src/IconPriceCheckRoundedFilled.tsx +++ b/src/IconPriceCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPriceCheckSharp.tsx b/src/IconPriceCheckSharp.tsx index 9ddabfc5b..eda112a84 100644 --- a/src/IconPriceCheckSharp.tsx +++ b/src/IconPriceCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPriceCheckSharpFilled.tsx b/src/IconPriceCheckSharpFilled.tsx index f92780aad..3273a8b21 100644 --- a/src/IconPriceCheckSharpFilled.tsx +++ b/src/IconPriceCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriceCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconPrintAddOutlined.tsx b/src/IconPrintAddOutlined.tsx index 3ac727469..58ef17742 100644 --- a/src/IconPrintAddOutlined.tsx +++ b/src/IconPrintAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintAddOutlinedFilled.tsx b/src/IconPrintAddOutlinedFilled.tsx index e3f079e75..92eef06b9 100644 --- a/src/IconPrintAddOutlinedFilled.tsx +++ b/src/IconPrintAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPrintAddRounded.tsx b/src/IconPrintAddRounded.tsx index 9ebf990ec..ac448791b 100644 --- a/src/IconPrintAddRounded.tsx +++ b/src/IconPrintAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintAddRoundedFilled.tsx b/src/IconPrintAddRoundedFilled.tsx index d7fcbfa50..e96e69cce 100644 --- a/src/IconPrintAddRoundedFilled.tsx +++ b/src/IconPrintAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPrintAddSharp.tsx b/src/IconPrintAddSharp.tsx index 4b3c7609e..e87ab1336 100644 --- a/src/IconPrintAddSharp.tsx +++ b/src/IconPrintAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintAddSharpFilled.tsx b/src/IconPrintAddSharpFilled.tsx index 596f11edc..19a6603c3 100644 --- a/src/IconPrintAddSharpFilled.tsx +++ b/src/IconPrintAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintConnectOutlined.tsx b/src/IconPrintConnectOutlined.tsx index bb373ef7b..79065876b 100644 --- a/src/IconPrintConnectOutlined.tsx +++ b/src/IconPrintConnectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintConnectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintConnectOutlinedFilled.tsx b/src/IconPrintConnectOutlinedFilled.tsx index 196b02be4..31aefbc8e 100644 --- a/src/IconPrintConnectOutlinedFilled.tsx +++ b/src/IconPrintConnectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintConnectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPrintConnectRounded.tsx b/src/IconPrintConnectRounded.tsx index b60eda175..a0cadd0b7 100644 --- a/src/IconPrintConnectRounded.tsx +++ b/src/IconPrintConnectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintConnectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintConnectRoundedFilled.tsx b/src/IconPrintConnectRoundedFilled.tsx index b86b4c371..32ecefcf3 100644 --- a/src/IconPrintConnectRoundedFilled.tsx +++ b/src/IconPrintConnectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintConnectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPrintConnectSharp.tsx b/src/IconPrintConnectSharp.tsx index 7ba2a3f49..bba37e4f4 100644 --- a/src/IconPrintConnectSharp.tsx +++ b/src/IconPrintConnectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintConnectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintConnectSharpFilled.tsx b/src/IconPrintConnectSharpFilled.tsx index ec38d8568..5474715c5 100644 --- a/src/IconPrintConnectSharpFilled.tsx +++ b/src/IconPrintConnectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintConnectSharpFilled: React.FC = ({ ...props diff --git a/src/IconPrintDisabledOutlined.tsx b/src/IconPrintDisabledOutlined.tsx index f00f635a5..2b72e5089 100644 --- a/src/IconPrintDisabledOutlined.tsx +++ b/src/IconPrintDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconPrintDisabledOutlinedFilled.tsx b/src/IconPrintDisabledOutlinedFilled.tsx index 430bd02f7..968195234 100644 --- a/src/IconPrintDisabledOutlinedFilled.tsx +++ b/src/IconPrintDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPrintDisabledRounded.tsx b/src/IconPrintDisabledRounded.tsx index a30022127..5a7b2d9ce 100644 --- a/src/IconPrintDisabledRounded.tsx +++ b/src/IconPrintDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintDisabledRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintDisabledRoundedFilled.tsx b/src/IconPrintDisabledRoundedFilled.tsx index c474de4a5..e3f61ac7d 100644 --- a/src/IconPrintDisabledRoundedFilled.tsx +++ b/src/IconPrintDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPrintDisabledSharp.tsx b/src/IconPrintDisabledSharp.tsx index e5b59e0ab..554d7f3db 100644 --- a/src/IconPrintDisabledSharp.tsx +++ b/src/IconPrintDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintDisabledSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintDisabledSharpFilled.tsx b/src/IconPrintDisabledSharpFilled.tsx index c14a88d62..5b1ec6dcd 100644 --- a/src/IconPrintDisabledSharpFilled.tsx +++ b/src/IconPrintDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconPrintErrorOutlined.tsx b/src/IconPrintErrorOutlined.tsx index 499db1cb1..2b77ad417 100644 --- a/src/IconPrintErrorOutlined.tsx +++ b/src/IconPrintErrorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintErrorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintErrorOutlinedFilled.tsx b/src/IconPrintErrorOutlinedFilled.tsx index c8df20aa7..dea0fab39 100644 --- a/src/IconPrintErrorOutlinedFilled.tsx +++ b/src/IconPrintErrorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintErrorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPrintErrorRounded.tsx b/src/IconPrintErrorRounded.tsx index ffa5d9df2..508347a88 100644 --- a/src/IconPrintErrorRounded.tsx +++ b/src/IconPrintErrorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintErrorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintErrorRoundedFilled.tsx b/src/IconPrintErrorRoundedFilled.tsx index ef945bc26..cb944b54f 100644 --- a/src/IconPrintErrorRoundedFilled.tsx +++ b/src/IconPrintErrorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintErrorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPrintErrorSharp.tsx b/src/IconPrintErrorSharp.tsx index 002bf6894..3bb7b894d 100644 --- a/src/IconPrintErrorSharp.tsx +++ b/src/IconPrintErrorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintErrorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintErrorSharpFilled.tsx b/src/IconPrintErrorSharpFilled.tsx index a86771a61..7e654a3db 100644 --- a/src/IconPrintErrorSharpFilled.tsx +++ b/src/IconPrintErrorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintErrorSharpFilled: React.FC = ({ ...props diff --git a/src/IconPrintLockOutlined.tsx b/src/IconPrintLockOutlined.tsx index f1495e3c0..f0901e7d9 100644 --- a/src/IconPrintLockOutlined.tsx +++ b/src/IconPrintLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintLockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintLockOutlinedFilled.tsx b/src/IconPrintLockOutlinedFilled.tsx index f0a595d97..2f18f38a7 100644 --- a/src/IconPrintLockOutlinedFilled.tsx +++ b/src/IconPrintLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPrintLockRounded.tsx b/src/IconPrintLockRounded.tsx index c38bf63cb..7eaa16e0e 100644 --- a/src/IconPrintLockRounded.tsx +++ b/src/IconPrintLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintLockRoundedFilled.tsx b/src/IconPrintLockRoundedFilled.tsx index 76ac8988c..a06cebc7a 100644 --- a/src/IconPrintLockRoundedFilled.tsx +++ b/src/IconPrintLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPrintLockSharp.tsx b/src/IconPrintLockSharp.tsx index 89c62f816..0ce157338 100644 --- a/src/IconPrintLockSharp.tsx +++ b/src/IconPrintLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintLockSharpFilled.tsx b/src/IconPrintLockSharpFilled.tsx index bb613e41d..22bb7ad41 100644 --- a/src/IconPrintLockSharpFilled.tsx +++ b/src/IconPrintLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintLockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintOutlined.tsx b/src/IconPrintOutlined.tsx index 7ca0b4fe3..1438e5264 100644 --- a/src/IconPrintOutlined.tsx +++ b/src/IconPrintOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintOutlinedFilled.tsx b/src/IconPrintOutlinedFilled.tsx index 0905c0f05..dd7ada025 100644 --- a/src/IconPrintOutlinedFilled.tsx +++ b/src/IconPrintOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintRounded.tsx b/src/IconPrintRounded.tsx index e8e248dc2..21a8eadda 100644 --- a/src/IconPrintRounded.tsx +++ b/src/IconPrintRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintRoundedFilled.tsx b/src/IconPrintRoundedFilled.tsx index 680af22fb..30189a5db 100644 --- a/src/IconPrintRoundedFilled.tsx +++ b/src/IconPrintRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintSharp.tsx b/src/IconPrintSharp.tsx index 9c4b5b2b6..f39e09c0a 100644 --- a/src/IconPrintSharp.tsx +++ b/src/IconPrintSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPrintSharpFilled.tsx b/src/IconPrintSharpFilled.tsx index 3b38cf113..32bac42a2 100644 --- a/src/IconPrintSharpFilled.tsx +++ b/src/IconPrintSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrintSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPriorityHighOutlined.tsx b/src/IconPriorityHighOutlined.tsx index ccd20cb42..fe1843843 100644 --- a/src/IconPriorityHighOutlined.tsx +++ b/src/IconPriorityHighOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriorityHighOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPriorityHighOutlinedFilled.tsx b/src/IconPriorityHighOutlinedFilled.tsx index 8e9f5aa49..9eb73f370 100644 --- a/src/IconPriorityHighOutlinedFilled.tsx +++ b/src/IconPriorityHighOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriorityHighOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPriorityHighRounded.tsx b/src/IconPriorityHighRounded.tsx index 95c76f008..6afbe3611 100644 --- a/src/IconPriorityHighRounded.tsx +++ b/src/IconPriorityHighRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriorityHighRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPriorityHighRoundedFilled.tsx b/src/IconPriorityHighRoundedFilled.tsx index bf8927cd0..41af74d30 100644 --- a/src/IconPriorityHighRoundedFilled.tsx +++ b/src/IconPriorityHighRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriorityHighRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPriorityHighSharp.tsx b/src/IconPriorityHighSharp.tsx index f4d1b1580..76eb79b90 100644 --- a/src/IconPriorityHighSharp.tsx +++ b/src/IconPriorityHighSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriorityHighSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPriorityHighSharpFilled.tsx b/src/IconPriorityHighSharpFilled.tsx index 2aba4b4fb..89b116572 100644 --- a/src/IconPriorityHighSharpFilled.tsx +++ b/src/IconPriorityHighSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriorityHighSharpFilled: React.FC = ({ ...props diff --git a/src/IconPriorityOutlined.tsx b/src/IconPriorityOutlined.tsx index 6dcff04c8..7c9182707 100644 --- a/src/IconPriorityOutlined.tsx +++ b/src/IconPriorityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriorityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPriorityOutlinedFilled.tsx b/src/IconPriorityOutlinedFilled.tsx index 1930665d8..cbf193acb 100644 --- a/src/IconPriorityOutlinedFilled.tsx +++ b/src/IconPriorityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriorityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPriorityRounded.tsx b/src/IconPriorityRounded.tsx index d8e61422a..76c110bbe 100644 --- a/src/IconPriorityRounded.tsx +++ b/src/IconPriorityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriorityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPriorityRoundedFilled.tsx b/src/IconPriorityRoundedFilled.tsx index 092b19303..f06739595 100644 --- a/src/IconPriorityRoundedFilled.tsx +++ b/src/IconPriorityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPriorityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPrioritySharp.tsx b/src/IconPrioritySharp.tsx index 6ebc9ff97..9742fe396 100644 --- a/src/IconPrioritySharp.tsx +++ b/src/IconPrioritySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrioritySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPrioritySharpFilled.tsx b/src/IconPrioritySharpFilled.tsx index 1652208a3..f28a00939 100644 --- a/src/IconPrioritySharpFilled.tsx +++ b/src/IconPrioritySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrioritySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPrivacyOutlined.tsx b/src/IconPrivacyOutlined.tsx index c74bfe1ec..551bf74f7 100644 --- a/src/IconPrivacyOutlined.tsx +++ b/src/IconPrivacyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPrivacyOutlinedFilled.tsx b/src/IconPrivacyOutlinedFilled.tsx index 59780f320..58dadcfb6 100644 --- a/src/IconPrivacyOutlinedFilled.tsx +++ b/src/IconPrivacyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPrivacyRounded.tsx b/src/IconPrivacyRounded.tsx index fd74d3cff..e9d59d38a 100644 --- a/src/IconPrivacyRounded.tsx +++ b/src/IconPrivacyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPrivacyRoundedFilled.tsx b/src/IconPrivacyRoundedFilled.tsx index 4fa538551..0574f8ae8 100644 --- a/src/IconPrivacyRoundedFilled.tsx +++ b/src/IconPrivacyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPrivacySharp.tsx b/src/IconPrivacySharp.tsx index 9a6eae55f..8f6517dc4 100644 --- a/src/IconPrivacySharp.tsx +++ b/src/IconPrivacySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPrivacySharpFilled.tsx b/src/IconPrivacySharpFilled.tsx index 62d1b9c2a..c5168a266 100644 --- a/src/IconPrivacySharpFilled.tsx +++ b/src/IconPrivacySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPrivacyTipOutlined.tsx b/src/IconPrivacyTipOutlined.tsx index a75251942..ab159b61a 100644 --- a/src/IconPrivacyTipOutlined.tsx +++ b/src/IconPrivacyTipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacyTipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPrivacyTipOutlinedFilled.tsx b/src/IconPrivacyTipOutlinedFilled.tsx index 7779e82ed..c71b36b06 100644 --- a/src/IconPrivacyTipOutlinedFilled.tsx +++ b/src/IconPrivacyTipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacyTipOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPrivacyTipRounded.tsx b/src/IconPrivacyTipRounded.tsx index 9d62ff24c..98d9e36cc 100644 --- a/src/IconPrivacyTipRounded.tsx +++ b/src/IconPrivacyTipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacyTipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPrivacyTipRoundedFilled.tsx b/src/IconPrivacyTipRoundedFilled.tsx index 491ab29a1..096add868 100644 --- a/src/IconPrivacyTipRoundedFilled.tsx +++ b/src/IconPrivacyTipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacyTipRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPrivacyTipSharp.tsx b/src/IconPrivacyTipSharp.tsx index b9503515a..9cecdaed5 100644 --- a/src/IconPrivacyTipSharp.tsx +++ b/src/IconPrivacyTipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacyTipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPrivacyTipSharpFilled.tsx b/src/IconPrivacyTipSharpFilled.tsx index 1613fe68b..c70b6e279 100644 --- a/src/IconPrivacyTipSharpFilled.tsx +++ b/src/IconPrivacyTipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivacyTipSharpFilled: React.FC = ({ ...props diff --git a/src/IconPrivateConnectivityOutlined.tsx b/src/IconPrivateConnectivityOutlined.tsx index bb5992971..7e36a8a74 100644 --- a/src/IconPrivateConnectivityOutlined.tsx +++ b/src/IconPrivateConnectivityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivateConnectivityOutlined: React.FC = ({ ...props diff --git a/src/IconPrivateConnectivityOutlinedFilled.tsx b/src/IconPrivateConnectivityOutlinedFilled.tsx index 78a571939..955462f8e 100644 --- a/src/IconPrivateConnectivityOutlinedFilled.tsx +++ b/src/IconPrivateConnectivityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivateConnectivityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPrivateConnectivityRounded.tsx b/src/IconPrivateConnectivityRounded.tsx index 4fb47762e..aea05beb0 100644 --- a/src/IconPrivateConnectivityRounded.tsx +++ b/src/IconPrivateConnectivityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivateConnectivityRounded: React.FC = ({ ...props diff --git a/src/IconPrivateConnectivityRoundedFilled.tsx b/src/IconPrivateConnectivityRoundedFilled.tsx index 78adc87f2..201700499 100644 --- a/src/IconPrivateConnectivityRoundedFilled.tsx +++ b/src/IconPrivateConnectivityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivateConnectivityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPrivateConnectivitySharp.tsx b/src/IconPrivateConnectivitySharp.tsx index 662bb83cc..265b1e62a 100644 --- a/src/IconPrivateConnectivitySharp.tsx +++ b/src/IconPrivateConnectivitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivateConnectivitySharp: React.FC = ({ ...props diff --git a/src/IconPrivateConnectivitySharpFilled.tsx b/src/IconPrivateConnectivitySharpFilled.tsx index 8149a6761..a08aac176 100644 --- a/src/IconPrivateConnectivitySharpFilled.tsx +++ b/src/IconPrivateConnectivitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPrivateConnectivitySharpFilled: React.FC = ({ ...props diff --git a/src/IconProblemOutlined.tsx b/src/IconProblemOutlined.tsx index e785d5d6e..bf76c6da5 100644 --- a/src/IconProblemOutlined.tsx +++ b/src/IconProblemOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProblemOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconProblemOutlinedFilled.tsx b/src/IconProblemOutlinedFilled.tsx index 14b707f6e..3928962e5 100644 --- a/src/IconProblemOutlinedFilled.tsx +++ b/src/IconProblemOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProblemOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconProblemRounded.tsx b/src/IconProblemRounded.tsx index 7957db0f7..4e96a297a 100644 --- a/src/IconProblemRounded.tsx +++ b/src/IconProblemRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProblemRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconProblemRoundedFilled.tsx b/src/IconProblemRoundedFilled.tsx index a71e19046..e0d0423aa 100644 --- a/src/IconProblemRoundedFilled.tsx +++ b/src/IconProblemRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProblemRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconProblemSharp.tsx b/src/IconProblemSharp.tsx index 3898cbde3..f836c34e6 100644 --- a/src/IconProblemSharp.tsx +++ b/src/IconProblemSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProblemSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconProblemSharpFilled.tsx b/src/IconProblemSharpFilled.tsx index de41571a7..5f9287b41 100644 --- a/src/IconProblemSharpFilled.tsx +++ b/src/IconProblemSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProblemSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconProcedureOutlined.tsx b/src/IconProcedureOutlined.tsx index c6044b1c5..aeae0f89d 100644 --- a/src/IconProcedureOutlined.tsx +++ b/src/IconProcedureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcedureOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconProcedureOutlinedFilled.tsx b/src/IconProcedureOutlinedFilled.tsx index 77bb200a1..ef2077956 100644 --- a/src/IconProcedureOutlinedFilled.tsx +++ b/src/IconProcedureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcedureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconProcedureRounded.tsx b/src/IconProcedureRounded.tsx index da17c1472..e8d303614 100644 --- a/src/IconProcedureRounded.tsx +++ b/src/IconProcedureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcedureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconProcedureRoundedFilled.tsx b/src/IconProcedureRoundedFilled.tsx index e4179c938..86ccddf1c 100644 --- a/src/IconProcedureRoundedFilled.tsx +++ b/src/IconProcedureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcedureRoundedFilled: React.FC = ({ ...props diff --git a/src/IconProcedureSharp.tsx b/src/IconProcedureSharp.tsx index 7add1e92e..d5f6127b8 100644 --- a/src/IconProcedureSharp.tsx +++ b/src/IconProcedureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcedureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconProcedureSharpFilled.tsx b/src/IconProcedureSharpFilled.tsx index e01a1b6ad..60087fb3b 100644 --- a/src/IconProcedureSharpFilled.tsx +++ b/src/IconProcedureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcedureSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconProcessChartOutlined.tsx b/src/IconProcessChartOutlined.tsx index c454c7109..a038e2e23 100644 --- a/src/IconProcessChartOutlined.tsx +++ b/src/IconProcessChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcessChartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconProcessChartOutlinedFilled.tsx b/src/IconProcessChartOutlinedFilled.tsx index dbf62cc54..fc81b0e6c 100644 --- a/src/IconProcessChartOutlinedFilled.tsx +++ b/src/IconProcessChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcessChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconProcessChartRounded.tsx b/src/IconProcessChartRounded.tsx index cb2a28443..b6ec1fc1e 100644 --- a/src/IconProcessChartRounded.tsx +++ b/src/IconProcessChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcessChartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconProcessChartRoundedFilled.tsx b/src/IconProcessChartRoundedFilled.tsx index 589ad604e..b330b9c14 100644 --- a/src/IconProcessChartRoundedFilled.tsx +++ b/src/IconProcessChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcessChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconProcessChartSharp.tsx b/src/IconProcessChartSharp.tsx index 3c749bf1b..cc5163391 100644 --- a/src/IconProcessChartSharp.tsx +++ b/src/IconProcessChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcessChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconProcessChartSharpFilled.tsx b/src/IconProcessChartSharpFilled.tsx index 3cffda380..8487ef1eb 100644 --- a/src/IconProcessChartSharpFilled.tsx +++ b/src/IconProcessChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProcessChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconProductionQuantityLimitsOutlined.tsx b/src/IconProductionQuantityLimitsOutlined.tsx index 2015d509a..a54982d05 100644 --- a/src/IconProductionQuantityLimitsOutlined.tsx +++ b/src/IconProductionQuantityLimitsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductionQuantityLimitsOutlined: React.FC = ({ ...props diff --git a/src/IconProductionQuantityLimitsOutlinedFilled.tsx b/src/IconProductionQuantityLimitsOutlinedFilled.tsx index 1b2657daa..a24ab106a 100644 --- a/src/IconProductionQuantityLimitsOutlinedFilled.tsx +++ b/src/IconProductionQuantityLimitsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductionQuantityLimitsOutlinedFilled: React.FC< IconProps diff --git a/src/IconProductionQuantityLimitsRounded.tsx b/src/IconProductionQuantityLimitsRounded.tsx index 7f2ceb27f..15c44b9a6 100644 --- a/src/IconProductionQuantityLimitsRounded.tsx +++ b/src/IconProductionQuantityLimitsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductionQuantityLimitsRounded: React.FC = ({ ...props diff --git a/src/IconProductionQuantityLimitsRoundedFilled.tsx b/src/IconProductionQuantityLimitsRoundedFilled.tsx index 992440175..d7df775d7 100644 --- a/src/IconProductionQuantityLimitsRoundedFilled.tsx +++ b/src/IconProductionQuantityLimitsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductionQuantityLimitsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconProductionQuantityLimitsSharp.tsx b/src/IconProductionQuantityLimitsSharp.tsx index 9c9ddaa72..06cb820ed 100644 --- a/src/IconProductionQuantityLimitsSharp.tsx +++ b/src/IconProductionQuantityLimitsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductionQuantityLimitsSharp: React.FC = ({ ...props diff --git a/src/IconProductionQuantityLimitsSharpFilled.tsx b/src/IconProductionQuantityLimitsSharpFilled.tsx index b5ce230ce..b2b7b1741 100644 --- a/src/IconProductionQuantityLimitsSharpFilled.tsx +++ b/src/IconProductionQuantityLimitsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductionQuantityLimitsSharpFilled: React.FC = ({ ...props diff --git a/src/IconProductivityOutlined.tsx b/src/IconProductivityOutlined.tsx index f024432d4..bd43ffdc9 100644 --- a/src/IconProductivityOutlined.tsx +++ b/src/IconProductivityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductivityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconProductivityOutlinedFilled.tsx b/src/IconProductivityOutlinedFilled.tsx index 2eb5b658e..713681068 100644 --- a/src/IconProductivityOutlinedFilled.tsx +++ b/src/IconProductivityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductivityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconProductivityRounded.tsx b/src/IconProductivityRounded.tsx index dd52be04b..38972f5a7 100644 --- a/src/IconProductivityRounded.tsx +++ b/src/IconProductivityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductivityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconProductivityRoundedFilled.tsx b/src/IconProductivityRoundedFilled.tsx index 75274fa56..8cc2849a9 100644 --- a/src/IconProductivityRoundedFilled.tsx +++ b/src/IconProductivityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductivityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconProductivitySharp.tsx b/src/IconProductivitySharp.tsx index 03c6c69c8..11ad9f2f0 100644 --- a/src/IconProductivitySharp.tsx +++ b/src/IconProductivitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductivitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconProductivitySharpFilled.tsx b/src/IconProductivitySharpFilled.tsx index 407107f96..e60e200ab 100644 --- a/src/IconProductivitySharpFilled.tsx +++ b/src/IconProductivitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProductivitySharpFilled: React.FC = ({ ...props diff --git a/src/IconProgressActivityOutlined.tsx b/src/IconProgressActivityOutlined.tsx index edee1e18a..86cedca3c 100644 --- a/src/IconProgressActivityOutlined.tsx +++ b/src/IconProgressActivityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProgressActivityOutlined: React.FC = ({ ...props diff --git a/src/IconProgressActivityOutlinedFilled.tsx b/src/IconProgressActivityOutlinedFilled.tsx index 4f6626960..9e9d01249 100644 --- a/src/IconProgressActivityOutlinedFilled.tsx +++ b/src/IconProgressActivityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProgressActivityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconProgressActivityRounded.tsx b/src/IconProgressActivityRounded.tsx index 4680fff22..d013cbd2f 100644 --- a/src/IconProgressActivityRounded.tsx +++ b/src/IconProgressActivityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProgressActivityRounded: React.FC = ({ ...props diff --git a/src/IconProgressActivityRoundedFilled.tsx b/src/IconProgressActivityRoundedFilled.tsx index cf5cbea9c..7ba0ae3e5 100644 --- a/src/IconProgressActivityRoundedFilled.tsx +++ b/src/IconProgressActivityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProgressActivityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconProgressActivitySharp.tsx b/src/IconProgressActivitySharp.tsx index de86472dc..c6030b22f 100644 --- a/src/IconProgressActivitySharp.tsx +++ b/src/IconProgressActivitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProgressActivitySharp: React.FC = ({ ...props diff --git a/src/IconProgressActivitySharpFilled.tsx b/src/IconProgressActivitySharpFilled.tsx index f4a320085..6601c9ad5 100644 --- a/src/IconProgressActivitySharpFilled.tsx +++ b/src/IconProgressActivitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconProgressActivitySharpFilled: React.FC = ({ ...props diff --git a/src/IconPromptSuggestionOutlined.tsx b/src/IconPromptSuggestionOutlined.tsx index 25065383d..38a6cf27c 100644 --- a/src/IconPromptSuggestionOutlined.tsx +++ b/src/IconPromptSuggestionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPromptSuggestionOutlined: React.FC = ({ ...props diff --git a/src/IconPromptSuggestionOutlinedFilled.tsx b/src/IconPromptSuggestionOutlinedFilled.tsx index b9325c2b8..bedfdea65 100644 --- a/src/IconPromptSuggestionOutlinedFilled.tsx +++ b/src/IconPromptSuggestionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPromptSuggestionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPromptSuggestionRounded.tsx b/src/IconPromptSuggestionRounded.tsx index cf9fa086a..36826b838 100644 --- a/src/IconPromptSuggestionRounded.tsx +++ b/src/IconPromptSuggestionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPromptSuggestionRounded: React.FC = ({ ...props diff --git a/src/IconPromptSuggestionRoundedFilled.tsx b/src/IconPromptSuggestionRoundedFilled.tsx index 1dd76641d..0d325e40f 100644 --- a/src/IconPromptSuggestionRoundedFilled.tsx +++ b/src/IconPromptSuggestionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPromptSuggestionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPromptSuggestionSharp.tsx b/src/IconPromptSuggestionSharp.tsx index 0ac8f3fee..b62b43d58 100644 --- a/src/IconPromptSuggestionSharp.tsx +++ b/src/IconPromptSuggestionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPromptSuggestionSharp: React.FC = ({ ...props diff --git a/src/IconPromptSuggestionSharpFilled.tsx b/src/IconPromptSuggestionSharpFilled.tsx index 663737eb4..faafb8062 100644 --- a/src/IconPromptSuggestionSharpFilled.tsx +++ b/src/IconPromptSuggestionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPromptSuggestionSharpFilled: React.FC = ({ ...props diff --git a/src/IconPropaneOutlined.tsx b/src/IconPropaneOutlined.tsx index 479f22f3b..ddb66cf66 100644 --- a/src/IconPropaneOutlined.tsx +++ b/src/IconPropaneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPropaneOutlinedFilled.tsx b/src/IconPropaneOutlinedFilled.tsx index 5669328d2..4d3d133dd 100644 --- a/src/IconPropaneOutlinedFilled.tsx +++ b/src/IconPropaneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPropaneRounded.tsx b/src/IconPropaneRounded.tsx index d347663d6..47f016eda 100644 --- a/src/IconPropaneRounded.tsx +++ b/src/IconPropaneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPropaneRoundedFilled.tsx b/src/IconPropaneRoundedFilled.tsx index 66bad3774..e96b66ffe 100644 --- a/src/IconPropaneRoundedFilled.tsx +++ b/src/IconPropaneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPropaneSharp.tsx b/src/IconPropaneSharp.tsx index 9d6c43f1b..9449517f0 100644 --- a/src/IconPropaneSharp.tsx +++ b/src/IconPropaneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPropaneSharpFilled.tsx b/src/IconPropaneSharpFilled.tsx index a9078640a..d8e56a824 100644 --- a/src/IconPropaneSharpFilled.tsx +++ b/src/IconPropaneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPropaneTankOutlined.tsx b/src/IconPropaneTankOutlined.tsx index 27af6ef37..3655c756c 100644 --- a/src/IconPropaneTankOutlined.tsx +++ b/src/IconPropaneTankOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneTankOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPropaneTankOutlinedFilled.tsx b/src/IconPropaneTankOutlinedFilled.tsx index ee30f581d..bab930d0d 100644 --- a/src/IconPropaneTankOutlinedFilled.tsx +++ b/src/IconPropaneTankOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneTankOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPropaneTankRounded.tsx b/src/IconPropaneTankRounded.tsx index 1b1ca26a4..6ae345afa 100644 --- a/src/IconPropaneTankRounded.tsx +++ b/src/IconPropaneTankRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneTankRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPropaneTankRoundedFilled.tsx b/src/IconPropaneTankRoundedFilled.tsx index fbac7e413..d644a00ee 100644 --- a/src/IconPropaneTankRoundedFilled.tsx +++ b/src/IconPropaneTankRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneTankRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPropaneTankSharp.tsx b/src/IconPropaneTankSharp.tsx index a9e78e440..e0b9c49d3 100644 --- a/src/IconPropaneTankSharp.tsx +++ b/src/IconPropaneTankSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneTankSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPropaneTankSharpFilled.tsx b/src/IconPropaneTankSharpFilled.tsx index d845be7ea..eb4e7309d 100644 --- a/src/IconPropaneTankSharpFilled.tsx +++ b/src/IconPropaneTankSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPropaneTankSharpFilled: React.FC = ({ ...props diff --git a/src/IconPsychiatryOutlined.tsx b/src/IconPsychiatryOutlined.tsx index 510fe12c7..8998c010b 100644 --- a/src/IconPsychiatryOutlined.tsx +++ b/src/IconPsychiatryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychiatryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPsychiatryOutlinedFilled.tsx b/src/IconPsychiatryOutlinedFilled.tsx index f452a4c88..d3be2434a 100644 --- a/src/IconPsychiatryOutlinedFilled.tsx +++ b/src/IconPsychiatryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychiatryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPsychiatryRounded.tsx b/src/IconPsychiatryRounded.tsx index 3c4c94d82..ce314220c 100644 --- a/src/IconPsychiatryRounded.tsx +++ b/src/IconPsychiatryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychiatryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPsychiatryRoundedFilled.tsx b/src/IconPsychiatryRoundedFilled.tsx index 19e6aab7e..d9216e943 100644 --- a/src/IconPsychiatryRoundedFilled.tsx +++ b/src/IconPsychiatryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychiatryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPsychiatrySharp.tsx b/src/IconPsychiatrySharp.tsx index de61e23e5..b7f84fa49 100644 --- a/src/IconPsychiatrySharp.tsx +++ b/src/IconPsychiatrySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychiatrySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPsychiatrySharpFilled.tsx b/src/IconPsychiatrySharpFilled.tsx index c8cb00678..82b35d8ea 100644 --- a/src/IconPsychiatrySharpFilled.tsx +++ b/src/IconPsychiatrySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychiatrySharpFilled: React.FC = ({ ...props diff --git a/src/IconPsychologyAltOutlined.tsx b/src/IconPsychologyAltOutlined.tsx index aa752774d..951ec1b55 100644 --- a/src/IconPsychologyAltOutlined.tsx +++ b/src/IconPsychologyAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologyAltOutlined: React.FC = ({ ...props diff --git a/src/IconPsychologyAltOutlinedFilled.tsx b/src/IconPsychologyAltOutlinedFilled.tsx index 17f0a0cf5..8b5db9271 100644 --- a/src/IconPsychologyAltOutlinedFilled.tsx +++ b/src/IconPsychologyAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologyAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPsychologyAltRounded.tsx b/src/IconPsychologyAltRounded.tsx index 2674707ab..755ff2530 100644 --- a/src/IconPsychologyAltRounded.tsx +++ b/src/IconPsychologyAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologyAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPsychologyAltRoundedFilled.tsx b/src/IconPsychologyAltRoundedFilled.tsx index d7fa42308..076f2de86 100644 --- a/src/IconPsychologyAltRoundedFilled.tsx +++ b/src/IconPsychologyAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologyAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPsychologyAltSharp.tsx b/src/IconPsychologyAltSharp.tsx index 78994c8e5..6c1edec59 100644 --- a/src/IconPsychologyAltSharp.tsx +++ b/src/IconPsychologyAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologyAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPsychologyAltSharpFilled.tsx b/src/IconPsychologyAltSharpFilled.tsx index e2b60e898..6e0765c8b 100644 --- a/src/IconPsychologyAltSharpFilled.tsx +++ b/src/IconPsychologyAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologyAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconPsychologyOutlined.tsx b/src/IconPsychologyOutlined.tsx index 2cf97f0f5..e664427e3 100644 --- a/src/IconPsychologyOutlined.tsx +++ b/src/IconPsychologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPsychologyOutlinedFilled.tsx b/src/IconPsychologyOutlinedFilled.tsx index fbef74a58..3b0b6d2c8 100644 --- a/src/IconPsychologyOutlinedFilled.tsx +++ b/src/IconPsychologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPsychologyRounded.tsx b/src/IconPsychologyRounded.tsx index 684ca53cc..aae713b95 100644 --- a/src/IconPsychologyRounded.tsx +++ b/src/IconPsychologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPsychologyRoundedFilled.tsx b/src/IconPsychologyRoundedFilled.tsx index b2e3a7b7a..28e6110b6 100644 --- a/src/IconPsychologyRoundedFilled.tsx +++ b/src/IconPsychologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPsychologySharp.tsx b/src/IconPsychologySharp.tsx index 3fce8a536..a03a737c1 100644 --- a/src/IconPsychologySharp.tsx +++ b/src/IconPsychologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPsychologySharpFilled.tsx b/src/IconPsychologySharpFilled.tsx index 0dcfab71a..0dbb12f6e 100644 --- a/src/IconPsychologySharpFilled.tsx +++ b/src/IconPsychologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPsychologySharpFilled: React.FC = ({ ...props diff --git a/src/IconPublicOffOutlined.tsx b/src/IconPublicOffOutlined.tsx index 6cdaa7307..97cf3307b 100644 --- a/src/IconPublicOffOutlined.tsx +++ b/src/IconPublicOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPublicOffOutlinedFilled.tsx b/src/IconPublicOffOutlinedFilled.tsx index 19f87f34b..031036d76 100644 --- a/src/IconPublicOffOutlinedFilled.tsx +++ b/src/IconPublicOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPublicOffRounded.tsx b/src/IconPublicOffRounded.tsx index dd0a34120..6c62c3b9b 100644 --- a/src/IconPublicOffRounded.tsx +++ b/src/IconPublicOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPublicOffRoundedFilled.tsx b/src/IconPublicOffRoundedFilled.tsx index 55db592d6..aaec71f8b 100644 --- a/src/IconPublicOffRoundedFilled.tsx +++ b/src/IconPublicOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPublicOffSharp.tsx b/src/IconPublicOffSharp.tsx index 91bdd79ca..e3d5b745f 100644 --- a/src/IconPublicOffSharp.tsx +++ b/src/IconPublicOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPublicOffSharpFilled.tsx b/src/IconPublicOffSharpFilled.tsx index f6310eea9..4cc64eec0 100644 --- a/src/IconPublicOffSharpFilled.tsx +++ b/src/IconPublicOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPublicOutlined.tsx b/src/IconPublicOutlined.tsx index ef248c556..acecb5fe6 100644 --- a/src/IconPublicOutlined.tsx +++ b/src/IconPublicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPublicOutlinedFilled.tsx b/src/IconPublicOutlinedFilled.tsx index e02b427df..f69283782 100644 --- a/src/IconPublicOutlinedFilled.tsx +++ b/src/IconPublicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPublicRounded.tsx b/src/IconPublicRounded.tsx index a513967e2..9b30a2730 100644 --- a/src/IconPublicRounded.tsx +++ b/src/IconPublicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPublicRoundedFilled.tsx b/src/IconPublicRoundedFilled.tsx index 0b40e1230..71340c331 100644 --- a/src/IconPublicRoundedFilled.tsx +++ b/src/IconPublicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPublicSharp.tsx b/src/IconPublicSharp.tsx index 6713fa31f..59cd1f97c 100644 --- a/src/IconPublicSharp.tsx +++ b/src/IconPublicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPublicSharpFilled.tsx b/src/IconPublicSharpFilled.tsx index a50f65672..7381ff447 100644 --- a/src/IconPublicSharpFilled.tsx +++ b/src/IconPublicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublicSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPublishOutlined.tsx b/src/IconPublishOutlined.tsx index 7f3440dba..0be8798cb 100644 --- a/src/IconPublishOutlined.tsx +++ b/src/IconPublishOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPublishOutlinedFilled.tsx b/src/IconPublishOutlinedFilled.tsx index fb05cd369..1a7b4e3ef 100644 --- a/src/IconPublishOutlinedFilled.tsx +++ b/src/IconPublishOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPublishRounded.tsx b/src/IconPublishRounded.tsx index cfd628df3..718d5dc97 100644 --- a/src/IconPublishRounded.tsx +++ b/src/IconPublishRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPublishRoundedFilled.tsx b/src/IconPublishRoundedFilled.tsx index e76845e74..e347b0d57 100644 --- a/src/IconPublishRoundedFilled.tsx +++ b/src/IconPublishRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPublishSharp.tsx b/src/IconPublishSharp.tsx index c3f9c8456..5ca6eb289 100644 --- a/src/IconPublishSharp.tsx +++ b/src/IconPublishSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPublishSharpFilled.tsx b/src/IconPublishSharpFilled.tsx index 7f6aaa6af..28a023579 100644 --- a/src/IconPublishSharpFilled.tsx +++ b/src/IconPublishSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconPublishedWithChangesOutlined.tsx b/src/IconPublishedWithChangesOutlined.tsx index 3f6a2c11e..248179149 100644 --- a/src/IconPublishedWithChangesOutlined.tsx +++ b/src/IconPublishedWithChangesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishedWithChangesOutlined: React.FC = ({ ...props diff --git a/src/IconPublishedWithChangesOutlinedFilled.tsx b/src/IconPublishedWithChangesOutlinedFilled.tsx index 631d15411..a793bda0f 100644 --- a/src/IconPublishedWithChangesOutlinedFilled.tsx +++ b/src/IconPublishedWithChangesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishedWithChangesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPublishedWithChangesRounded.tsx b/src/IconPublishedWithChangesRounded.tsx index 3f1520bca..bc6457d34 100644 --- a/src/IconPublishedWithChangesRounded.tsx +++ b/src/IconPublishedWithChangesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishedWithChangesRounded: React.FC = ({ ...props diff --git a/src/IconPublishedWithChangesRoundedFilled.tsx b/src/IconPublishedWithChangesRoundedFilled.tsx index ee3c6dad4..1f6067d69 100644 --- a/src/IconPublishedWithChangesRoundedFilled.tsx +++ b/src/IconPublishedWithChangesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishedWithChangesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPublishedWithChangesSharp.tsx b/src/IconPublishedWithChangesSharp.tsx index 03a4f43ab..2b1f489eb 100644 --- a/src/IconPublishedWithChangesSharp.tsx +++ b/src/IconPublishedWithChangesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishedWithChangesSharp: React.FC = ({ ...props diff --git a/src/IconPublishedWithChangesSharpFilled.tsx b/src/IconPublishedWithChangesSharpFilled.tsx index a188e3fca..bfe8d0a0a 100644 --- a/src/IconPublishedWithChangesSharpFilled.tsx +++ b/src/IconPublishedWithChangesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPublishedWithChangesSharpFilled: React.FC = ({ ...props diff --git a/src/IconPulmonologyOutlined.tsx b/src/IconPulmonologyOutlined.tsx index 9d67fa5d0..cc736106e 100644 --- a/src/IconPulmonologyOutlined.tsx +++ b/src/IconPulmonologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulmonologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPulmonologyOutlinedFilled.tsx b/src/IconPulmonologyOutlinedFilled.tsx index c34769614..9f9453725 100644 --- a/src/IconPulmonologyOutlinedFilled.tsx +++ b/src/IconPulmonologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulmonologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPulmonologyRounded.tsx b/src/IconPulmonologyRounded.tsx index d9d3f32ac..773edff57 100644 --- a/src/IconPulmonologyRounded.tsx +++ b/src/IconPulmonologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulmonologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPulmonologyRoundedFilled.tsx b/src/IconPulmonologyRoundedFilled.tsx index 640d28bf1..9953c983a 100644 --- a/src/IconPulmonologyRoundedFilled.tsx +++ b/src/IconPulmonologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulmonologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPulmonologySharp.tsx b/src/IconPulmonologySharp.tsx index 56968fff6..e6aed9884 100644 --- a/src/IconPulmonologySharp.tsx +++ b/src/IconPulmonologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulmonologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPulmonologySharpFilled.tsx b/src/IconPulmonologySharpFilled.tsx index fe2016c60..691a38974 100644 --- a/src/IconPulmonologySharpFilled.tsx +++ b/src/IconPulmonologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulmonologySharpFilled: React.FC = ({ ...props diff --git a/src/IconPulseAlertOutlined.tsx b/src/IconPulseAlertOutlined.tsx index 844670e37..e80226200 100644 --- a/src/IconPulseAlertOutlined.tsx +++ b/src/IconPulseAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulseAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPulseAlertOutlinedFilled.tsx b/src/IconPulseAlertOutlinedFilled.tsx index a9149e874..30da587d5 100644 --- a/src/IconPulseAlertOutlinedFilled.tsx +++ b/src/IconPulseAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulseAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPulseAlertRounded.tsx b/src/IconPulseAlertRounded.tsx index 68ca7694a..21ad1f842 100644 --- a/src/IconPulseAlertRounded.tsx +++ b/src/IconPulseAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulseAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPulseAlertRoundedFilled.tsx b/src/IconPulseAlertRoundedFilled.tsx index 71adab3c7..eb20b6fc8 100644 --- a/src/IconPulseAlertRoundedFilled.tsx +++ b/src/IconPulseAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulseAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPulseAlertSharp.tsx b/src/IconPulseAlertSharp.tsx index a5a102c27..a671c3560 100644 --- a/src/IconPulseAlertSharp.tsx +++ b/src/IconPulseAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulseAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPulseAlertSharpFilled.tsx b/src/IconPulseAlertSharpFilled.tsx index ea0d1778f..ef94a8109 100644 --- a/src/IconPulseAlertSharpFilled.tsx +++ b/src/IconPulseAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPulseAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconPunchClockOutlined.tsx b/src/IconPunchClockOutlined.tsx index ccd6de956..77df5596f 100644 --- a/src/IconPunchClockOutlined.tsx +++ b/src/IconPunchClockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPunchClockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconPunchClockOutlinedFilled.tsx b/src/IconPunchClockOutlinedFilled.tsx index eaddb0d84..aa3719ac9 100644 --- a/src/IconPunchClockOutlinedFilled.tsx +++ b/src/IconPunchClockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPunchClockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconPunchClockRounded.tsx b/src/IconPunchClockRounded.tsx index ad0ca03ce..31365b480 100644 --- a/src/IconPunchClockRounded.tsx +++ b/src/IconPunchClockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPunchClockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconPunchClockRoundedFilled.tsx b/src/IconPunchClockRoundedFilled.tsx index 2662b8e6f..608c0ead7 100644 --- a/src/IconPunchClockRoundedFilled.tsx +++ b/src/IconPunchClockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPunchClockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconPunchClockSharp.tsx b/src/IconPunchClockSharp.tsx index b5e78870d..3296eaad9 100644 --- a/src/IconPunchClockSharp.tsx +++ b/src/IconPunchClockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPunchClockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconPunchClockSharpFilled.tsx b/src/IconPunchClockSharpFilled.tsx index 6585ee723..0a68092bf 100644 --- a/src/IconPunchClockSharpFilled.tsx +++ b/src/IconPunchClockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconPunchClockSharpFilled: React.FC = ({ ...props diff --git a/src/IconQrCode2AddOutlined.tsx b/src/IconQrCode2AddOutlined.tsx index 27d2906bf..0a3dc162c 100644 --- a/src/IconQrCode2AddOutlined.tsx +++ b/src/IconQrCode2AddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2AddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCode2AddOutlinedFilled.tsx b/src/IconQrCode2AddOutlinedFilled.tsx index 8e8581dda..b53ccd78c 100644 --- a/src/IconQrCode2AddOutlinedFilled.tsx +++ b/src/IconQrCode2AddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2AddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQrCode2AddRounded.tsx b/src/IconQrCode2AddRounded.tsx index 6b7fdeead..31538be7d 100644 --- a/src/IconQrCode2AddRounded.tsx +++ b/src/IconQrCode2AddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2AddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCode2AddRoundedFilled.tsx b/src/IconQrCode2AddRoundedFilled.tsx index cd5167778..5c19b3021 100644 --- a/src/IconQrCode2AddRoundedFilled.tsx +++ b/src/IconQrCode2AddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2AddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQrCode2AddSharp.tsx b/src/IconQrCode2AddSharp.tsx index 8eb04db2c..9095453c6 100644 --- a/src/IconQrCode2AddSharp.tsx +++ b/src/IconQrCode2AddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2AddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCode2AddSharpFilled.tsx b/src/IconQrCode2AddSharpFilled.tsx index b50b7f696..755b989b3 100644 --- a/src/IconQrCode2AddSharpFilled.tsx +++ b/src/IconQrCode2AddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2AddSharpFilled: React.FC = ({ ...props diff --git a/src/IconQrCode2Outlined.tsx b/src/IconQrCode2Outlined.tsx index e967024da..6cead2392 100644 --- a/src/IconQrCode2Outlined.tsx +++ b/src/IconQrCode2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCode2OutlinedFilled.tsx b/src/IconQrCode2OutlinedFilled.tsx index 919ddf331..3fee23e51 100644 --- a/src/IconQrCode2OutlinedFilled.tsx +++ b/src/IconQrCode2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQrCode2Rounded.tsx b/src/IconQrCode2Rounded.tsx index 483dc20f8..41aecb62f 100644 --- a/src/IconQrCode2Rounded.tsx +++ b/src/IconQrCode2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCode2RoundedFilled.tsx b/src/IconQrCode2RoundedFilled.tsx index fbd27500c..722703dd6 100644 --- a/src/IconQrCode2RoundedFilled.tsx +++ b/src/IconQrCode2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCode2Sharp.tsx b/src/IconQrCode2Sharp.tsx index 54b5c2e3e..f6ca8b0b2 100644 --- a/src/IconQrCode2Sharp.tsx +++ b/src/IconQrCode2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCode2SharpFilled.tsx b/src/IconQrCode2SharpFilled.tsx index 75358ce01..6fd353337 100644 --- a/src/IconQrCode2SharpFilled.tsx +++ b/src/IconQrCode2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCode2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCodeOutlined.tsx b/src/IconQrCodeOutlined.tsx index d41aaecd7..00363f1c8 100644 --- a/src/IconQrCodeOutlined.tsx +++ b/src/IconQrCodeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCodeOutlinedFilled.tsx b/src/IconQrCodeOutlinedFilled.tsx index 06bb4232d..e9be74c28 100644 --- a/src/IconQrCodeOutlinedFilled.tsx +++ b/src/IconQrCodeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCodeRounded.tsx b/src/IconQrCodeRounded.tsx index 5ee0dd93d..33c784980 100644 --- a/src/IconQrCodeRounded.tsx +++ b/src/IconQrCodeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCodeRoundedFilled.tsx b/src/IconQrCodeRoundedFilled.tsx index 692239372..c6c4a78cc 100644 --- a/src/IconQrCodeRoundedFilled.tsx +++ b/src/IconQrCodeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCodeScannerOutlined.tsx b/src/IconQrCodeScannerOutlined.tsx index e46480f19..6ff4fae0e 100644 --- a/src/IconQrCodeScannerOutlined.tsx +++ b/src/IconQrCodeScannerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeScannerOutlined: React.FC = ({ ...props diff --git a/src/IconQrCodeScannerOutlinedFilled.tsx b/src/IconQrCodeScannerOutlinedFilled.tsx index 03a672fbe..316695357 100644 --- a/src/IconQrCodeScannerOutlinedFilled.tsx +++ b/src/IconQrCodeScannerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeScannerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQrCodeScannerRounded.tsx b/src/IconQrCodeScannerRounded.tsx index 2008d8741..477ca86ac 100644 --- a/src/IconQrCodeScannerRounded.tsx +++ b/src/IconQrCodeScannerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeScannerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCodeScannerRoundedFilled.tsx b/src/IconQrCodeScannerRoundedFilled.tsx index 3b7382084..b34a9ecc8 100644 --- a/src/IconQrCodeScannerRoundedFilled.tsx +++ b/src/IconQrCodeScannerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeScannerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQrCodeScannerSharp.tsx b/src/IconQrCodeScannerSharp.tsx index 3f6e7138e..a47229f95 100644 --- a/src/IconQrCodeScannerSharp.tsx +++ b/src/IconQrCodeScannerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeScannerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCodeScannerSharpFilled.tsx b/src/IconQrCodeScannerSharpFilled.tsx index b83fe1ef3..60839e106 100644 --- a/src/IconQrCodeScannerSharpFilled.tsx +++ b/src/IconQrCodeScannerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeScannerSharpFilled: React.FC = ({ ...props diff --git a/src/IconQrCodeSharp.tsx b/src/IconQrCodeSharp.tsx index 1d828d537..9404055a6 100644 --- a/src/IconQrCodeSharp.tsx +++ b/src/IconQrCodeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQrCodeSharpFilled.tsx b/src/IconQrCodeSharpFilled.tsx index bba224939..a9198ee72 100644 --- a/src/IconQrCodeSharpFilled.tsx +++ b/src/IconQrCodeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQrCodeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconQueryStatsOutlined.tsx b/src/IconQueryStatsOutlined.tsx index 829768b67..d20cec3a6 100644 --- a/src/IconQueryStatsOutlined.tsx +++ b/src/IconQueryStatsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueryStatsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconQueryStatsOutlinedFilled.tsx b/src/IconQueryStatsOutlinedFilled.tsx index a23db196b..fc0da2675 100644 --- a/src/IconQueryStatsOutlinedFilled.tsx +++ b/src/IconQueryStatsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueryStatsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQueryStatsRounded.tsx b/src/IconQueryStatsRounded.tsx index be0837f7e..e79a6d30a 100644 --- a/src/IconQueryStatsRounded.tsx +++ b/src/IconQueryStatsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueryStatsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQueryStatsRoundedFilled.tsx b/src/IconQueryStatsRoundedFilled.tsx index 8956cae84..c2f784108 100644 --- a/src/IconQueryStatsRoundedFilled.tsx +++ b/src/IconQueryStatsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueryStatsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQueryStatsSharp.tsx b/src/IconQueryStatsSharp.tsx index f03b9beb7..59607306c 100644 --- a/src/IconQueryStatsSharp.tsx +++ b/src/IconQueryStatsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueryStatsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQueryStatsSharpFilled.tsx b/src/IconQueryStatsSharpFilled.tsx index e69abbcf7..d7e3980e0 100644 --- a/src/IconQueryStatsSharpFilled.tsx +++ b/src/IconQueryStatsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueryStatsSharpFilled: React.FC = ({ ...props diff --git a/src/IconQuestionExchangeOutlined.tsx b/src/IconQuestionExchangeOutlined.tsx index 6e2e3afe9..86c7fef9c 100644 --- a/src/IconQuestionExchangeOutlined.tsx +++ b/src/IconQuestionExchangeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionExchangeOutlined: React.FC = ({ ...props diff --git a/src/IconQuestionExchangeOutlinedFilled.tsx b/src/IconQuestionExchangeOutlinedFilled.tsx index e316c3a35..3e24a4796 100644 --- a/src/IconQuestionExchangeOutlinedFilled.tsx +++ b/src/IconQuestionExchangeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionExchangeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQuestionExchangeRounded.tsx b/src/IconQuestionExchangeRounded.tsx index 13a469545..e9ed2b5a3 100644 --- a/src/IconQuestionExchangeRounded.tsx +++ b/src/IconQuestionExchangeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionExchangeRounded: React.FC = ({ ...props diff --git a/src/IconQuestionExchangeRoundedFilled.tsx b/src/IconQuestionExchangeRoundedFilled.tsx index e2aed4f2f..088b7b058 100644 --- a/src/IconQuestionExchangeRoundedFilled.tsx +++ b/src/IconQuestionExchangeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionExchangeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQuestionExchangeSharp.tsx b/src/IconQuestionExchangeSharp.tsx index b3e6a20ee..f72f6c3c9 100644 --- a/src/IconQuestionExchangeSharp.tsx +++ b/src/IconQuestionExchangeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionExchangeSharp: React.FC = ({ ...props diff --git a/src/IconQuestionExchangeSharpFilled.tsx b/src/IconQuestionExchangeSharpFilled.tsx index 9a2899b92..e3ab68321 100644 --- a/src/IconQuestionExchangeSharpFilled.tsx +++ b/src/IconQuestionExchangeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionExchangeSharpFilled: React.FC = ({ ...props diff --git a/src/IconQuestionMarkOutlined.tsx b/src/IconQuestionMarkOutlined.tsx index cb617ecc8..149baa15c 100644 --- a/src/IconQuestionMarkOutlined.tsx +++ b/src/IconQuestionMarkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionMarkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconQuestionMarkOutlinedFilled.tsx b/src/IconQuestionMarkOutlinedFilled.tsx index 61d37274a..5f415ab76 100644 --- a/src/IconQuestionMarkOutlinedFilled.tsx +++ b/src/IconQuestionMarkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionMarkOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQuestionMarkRounded.tsx b/src/IconQuestionMarkRounded.tsx index 51ecbca39..43c1ea7b1 100644 --- a/src/IconQuestionMarkRounded.tsx +++ b/src/IconQuestionMarkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionMarkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQuestionMarkRoundedFilled.tsx b/src/IconQuestionMarkRoundedFilled.tsx index 00aa86c3f..f48d2eda2 100644 --- a/src/IconQuestionMarkRoundedFilled.tsx +++ b/src/IconQuestionMarkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionMarkRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQuestionMarkSharp.tsx b/src/IconQuestionMarkSharp.tsx index e41ba8c45..7a6b8261b 100644 --- a/src/IconQuestionMarkSharp.tsx +++ b/src/IconQuestionMarkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionMarkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQuestionMarkSharpFilled.tsx b/src/IconQuestionMarkSharpFilled.tsx index f9f30eedf..577011834 100644 --- a/src/IconQuestionMarkSharpFilled.tsx +++ b/src/IconQuestionMarkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuestionMarkSharpFilled: React.FC = ({ ...props diff --git a/src/IconQueueMusicOutlined.tsx b/src/IconQueueMusicOutlined.tsx index bf9a4c197..49c8b238d 100644 --- a/src/IconQueueMusicOutlined.tsx +++ b/src/IconQueueMusicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueueMusicOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconQueueMusicOutlinedFilled.tsx b/src/IconQueueMusicOutlinedFilled.tsx index 834a8c531..f68f40f58 100644 --- a/src/IconQueueMusicOutlinedFilled.tsx +++ b/src/IconQueueMusicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueueMusicOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQueueMusicRounded.tsx b/src/IconQueueMusicRounded.tsx index 708406fc7..1073d6183 100644 --- a/src/IconQueueMusicRounded.tsx +++ b/src/IconQueueMusicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueueMusicRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQueueMusicRoundedFilled.tsx b/src/IconQueueMusicRoundedFilled.tsx index e60ca2318..d1a02141f 100644 --- a/src/IconQueueMusicRoundedFilled.tsx +++ b/src/IconQueueMusicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueueMusicRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQueueMusicSharp.tsx b/src/IconQueueMusicSharp.tsx index bf5141a01..bffb6a67d 100644 --- a/src/IconQueueMusicSharp.tsx +++ b/src/IconQueueMusicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueueMusicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQueueMusicSharpFilled.tsx b/src/IconQueueMusicSharpFilled.tsx index 2bb8d58e1..f3400b47b 100644 --- a/src/IconQueueMusicSharpFilled.tsx +++ b/src/IconQueueMusicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueueMusicSharpFilled: React.FC = ({ ...props diff --git a/src/IconQueuePlayNextOutlined.tsx b/src/IconQueuePlayNextOutlined.tsx index 7ea45b62c..447274683 100644 --- a/src/IconQueuePlayNextOutlined.tsx +++ b/src/IconQueuePlayNextOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueuePlayNextOutlined: React.FC = ({ ...props diff --git a/src/IconQueuePlayNextOutlinedFilled.tsx b/src/IconQueuePlayNextOutlinedFilled.tsx index 49d8e637d..40ff375c3 100644 --- a/src/IconQueuePlayNextOutlinedFilled.tsx +++ b/src/IconQueuePlayNextOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueuePlayNextOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQueuePlayNextRounded.tsx b/src/IconQueuePlayNextRounded.tsx index 9f10adc33..d7fa7a5d4 100644 --- a/src/IconQueuePlayNextRounded.tsx +++ b/src/IconQueuePlayNextRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueuePlayNextRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQueuePlayNextRoundedFilled.tsx b/src/IconQueuePlayNextRoundedFilled.tsx index 56d09c7f4..c40834bca 100644 --- a/src/IconQueuePlayNextRoundedFilled.tsx +++ b/src/IconQueuePlayNextRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueuePlayNextRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQueuePlayNextSharp.tsx b/src/IconQueuePlayNextSharp.tsx index d07d24a15..e56448e25 100644 --- a/src/IconQueuePlayNextSharp.tsx +++ b/src/IconQueuePlayNextSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueuePlayNextSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQueuePlayNextSharpFilled.tsx b/src/IconQueuePlayNextSharpFilled.tsx index 41d97607d..22cbc083e 100644 --- a/src/IconQueuePlayNextSharpFilled.tsx +++ b/src/IconQueuePlayNextSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQueuePlayNextSharpFilled: React.FC = ({ ...props diff --git a/src/IconQuickPhrasesOutlined.tsx b/src/IconQuickPhrasesOutlined.tsx index 6b4e77546..d26056242 100644 --- a/src/IconQuickPhrasesOutlined.tsx +++ b/src/IconQuickPhrasesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickPhrasesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconQuickPhrasesOutlinedFilled.tsx b/src/IconQuickPhrasesOutlinedFilled.tsx index 9b91e67a7..afcd55c82 100644 --- a/src/IconQuickPhrasesOutlinedFilled.tsx +++ b/src/IconQuickPhrasesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickPhrasesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQuickPhrasesRounded.tsx b/src/IconQuickPhrasesRounded.tsx index 7432a9ce0..767e483b1 100644 --- a/src/IconQuickPhrasesRounded.tsx +++ b/src/IconQuickPhrasesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickPhrasesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQuickPhrasesRoundedFilled.tsx b/src/IconQuickPhrasesRoundedFilled.tsx index 1b4a94ee9..735651036 100644 --- a/src/IconQuickPhrasesRoundedFilled.tsx +++ b/src/IconQuickPhrasesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickPhrasesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQuickPhrasesSharp.tsx b/src/IconQuickPhrasesSharp.tsx index 6b6f460b7..088d57876 100644 --- a/src/IconQuickPhrasesSharp.tsx +++ b/src/IconQuickPhrasesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickPhrasesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQuickPhrasesSharpFilled.tsx b/src/IconQuickPhrasesSharpFilled.tsx index 0bb4f1684..3559a30bb 100644 --- a/src/IconQuickPhrasesSharpFilled.tsx +++ b/src/IconQuickPhrasesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickPhrasesSharpFilled: React.FC = ({ ...props diff --git a/src/IconQuickReferenceAllOutlined.tsx b/src/IconQuickReferenceAllOutlined.tsx index cba636446..3891ab95b 100644 --- a/src/IconQuickReferenceAllOutlined.tsx +++ b/src/IconQuickReferenceAllOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceAllOutlined: React.FC = ({ ...props diff --git a/src/IconQuickReferenceAllOutlinedFilled.tsx b/src/IconQuickReferenceAllOutlinedFilled.tsx index 526fb50b8..eeba6bd08 100644 --- a/src/IconQuickReferenceAllOutlinedFilled.tsx +++ b/src/IconQuickReferenceAllOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceAllOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQuickReferenceAllRounded.tsx b/src/IconQuickReferenceAllRounded.tsx index aa579b9a8..9cee031cc 100644 --- a/src/IconQuickReferenceAllRounded.tsx +++ b/src/IconQuickReferenceAllRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceAllRounded: React.FC = ({ ...props diff --git a/src/IconQuickReferenceAllRoundedFilled.tsx b/src/IconQuickReferenceAllRoundedFilled.tsx index 16408bcf0..23e85a4d2 100644 --- a/src/IconQuickReferenceAllRoundedFilled.tsx +++ b/src/IconQuickReferenceAllRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceAllRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQuickReferenceAllSharp.tsx b/src/IconQuickReferenceAllSharp.tsx index 5e96324b3..2d4415ff3 100644 --- a/src/IconQuickReferenceAllSharp.tsx +++ b/src/IconQuickReferenceAllSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceAllSharp: React.FC = ({ ...props diff --git a/src/IconQuickReferenceAllSharpFilled.tsx b/src/IconQuickReferenceAllSharpFilled.tsx index 8546066cb..dab610058 100644 --- a/src/IconQuickReferenceAllSharpFilled.tsx +++ b/src/IconQuickReferenceAllSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceAllSharpFilled: React.FC = ({ ...props diff --git a/src/IconQuickReferenceOutlined.tsx b/src/IconQuickReferenceOutlined.tsx index 34877e361..85d86e54d 100644 --- a/src/IconQuickReferenceOutlined.tsx +++ b/src/IconQuickReferenceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceOutlined: React.FC = ({ ...props diff --git a/src/IconQuickReferenceOutlinedFilled.tsx b/src/IconQuickReferenceOutlinedFilled.tsx index 63476bbd6..793a7d288 100644 --- a/src/IconQuickReferenceOutlinedFilled.tsx +++ b/src/IconQuickReferenceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQuickReferenceRounded.tsx b/src/IconQuickReferenceRounded.tsx index 599b21633..9fd036f6f 100644 --- a/src/IconQuickReferenceRounded.tsx +++ b/src/IconQuickReferenceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceRounded: React.FC = ({ ...props diff --git a/src/IconQuickReferenceRoundedFilled.tsx b/src/IconQuickReferenceRoundedFilled.tsx index 797ad8658..68e225276 100644 --- a/src/IconQuickReferenceRoundedFilled.tsx +++ b/src/IconQuickReferenceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQuickReferenceSharp.tsx b/src/IconQuickReferenceSharp.tsx index b27750ae5..464b4ca52 100644 --- a/src/IconQuickReferenceSharp.tsx +++ b/src/IconQuickReferenceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQuickReferenceSharpFilled.tsx b/src/IconQuickReferenceSharpFilled.tsx index 631f2ed0f..cea23e700 100644 --- a/src/IconQuickReferenceSharpFilled.tsx +++ b/src/IconQuickReferenceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReferenceSharpFilled: React.FC = ({ ...props diff --git a/src/IconQuickReorderOutlined.tsx b/src/IconQuickReorderOutlined.tsx index 7407c6c33..c5f09d173 100644 --- a/src/IconQuickReorderOutlined.tsx +++ b/src/IconQuickReorderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReorderOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconQuickReorderOutlinedFilled.tsx b/src/IconQuickReorderOutlinedFilled.tsx index b44862ba2..f8f453dea 100644 --- a/src/IconQuickReorderOutlinedFilled.tsx +++ b/src/IconQuickReorderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReorderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQuickReorderRounded.tsx b/src/IconQuickReorderRounded.tsx index 784fea77b..780afdb7d 100644 --- a/src/IconQuickReorderRounded.tsx +++ b/src/IconQuickReorderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReorderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQuickReorderRoundedFilled.tsx b/src/IconQuickReorderRoundedFilled.tsx index 284fa884d..f6f38c093 100644 --- a/src/IconQuickReorderRoundedFilled.tsx +++ b/src/IconQuickReorderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReorderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQuickReorderSharp.tsx b/src/IconQuickReorderSharp.tsx index ad0093891..7aa20f170 100644 --- a/src/IconQuickReorderSharp.tsx +++ b/src/IconQuickReorderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReorderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQuickReorderSharpFilled.tsx b/src/IconQuickReorderSharpFilled.tsx index fb909a342..42d6cf3ef 100644 --- a/src/IconQuickReorderSharpFilled.tsx +++ b/src/IconQuickReorderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickReorderSharpFilled: React.FC = ({ ...props diff --git a/src/IconQuickreplyOutlined.tsx b/src/IconQuickreplyOutlined.tsx index 79f917f97..79e3a27d1 100644 --- a/src/IconQuickreplyOutlined.tsx +++ b/src/IconQuickreplyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickreplyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconQuickreplyOutlinedFilled.tsx b/src/IconQuickreplyOutlinedFilled.tsx index ea068fe74..1df22eea3 100644 --- a/src/IconQuickreplyOutlinedFilled.tsx +++ b/src/IconQuickreplyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickreplyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconQuickreplyRounded.tsx b/src/IconQuickreplyRounded.tsx index a940c545f..139414886 100644 --- a/src/IconQuickreplyRounded.tsx +++ b/src/IconQuickreplyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickreplyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQuickreplyRoundedFilled.tsx b/src/IconQuickreplyRoundedFilled.tsx index 1169ef41d..cb065f0cb 100644 --- a/src/IconQuickreplyRoundedFilled.tsx +++ b/src/IconQuickreplyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickreplyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconQuickreplySharp.tsx b/src/IconQuickreplySharp.tsx index b839351a3..b2d5b040e 100644 --- a/src/IconQuickreplySharp.tsx +++ b/src/IconQuickreplySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickreplySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQuickreplySharpFilled.tsx b/src/IconQuickreplySharpFilled.tsx index 10fadc652..e80acc4ae 100644 --- a/src/IconQuickreplySharpFilled.tsx +++ b/src/IconQuickreplySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuickreplySharpFilled: React.FC = ({ ...props diff --git a/src/IconQuizOutlined.tsx b/src/IconQuizOutlined.tsx index d2393fe32..0a587e88b 100644 --- a/src/IconQuizOutlined.tsx +++ b/src/IconQuizOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuizOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconQuizOutlinedFilled.tsx b/src/IconQuizOutlinedFilled.tsx index cd9ae99e0..19c2d7421 100644 --- a/src/IconQuizOutlinedFilled.tsx +++ b/src/IconQuizOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuizOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconQuizRounded.tsx b/src/IconQuizRounded.tsx index d9f8e74a1..271ac8373 100644 --- a/src/IconQuizRounded.tsx +++ b/src/IconQuizRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuizRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconQuizRoundedFilled.tsx b/src/IconQuizRoundedFilled.tsx index 4ef166919..b4baca26a 100644 --- a/src/IconQuizRoundedFilled.tsx +++ b/src/IconQuizRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuizRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconQuizSharp.tsx b/src/IconQuizSharp.tsx index 976cd61fc..b663e03a3 100644 --- a/src/IconQuizSharp.tsx +++ b/src/IconQuizSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuizSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconQuizSharpFilled.tsx b/src/IconQuizSharpFilled.tsx index 6cac7a042..30b222c0e 100644 --- a/src/IconQuizSharpFilled.tsx +++ b/src/IconQuizSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconQuizSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRMobiledataOutlined.tsx b/src/IconRMobiledataOutlined.tsx index ce763ede8..52802ed66 100644 --- a/src/IconRMobiledataOutlined.tsx +++ b/src/IconRMobiledataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRMobiledataOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRMobiledataOutlinedFilled.tsx b/src/IconRMobiledataOutlinedFilled.tsx index 4f55b83e3..112a34ee2 100644 --- a/src/IconRMobiledataOutlinedFilled.tsx +++ b/src/IconRMobiledataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRMobiledataOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRMobiledataRounded.tsx b/src/IconRMobiledataRounded.tsx index 9e3ff211b..ce33063b0 100644 --- a/src/IconRMobiledataRounded.tsx +++ b/src/IconRMobiledataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRMobiledataRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRMobiledataRoundedFilled.tsx b/src/IconRMobiledataRoundedFilled.tsx index e2a515df4..5b2f0b67f 100644 --- a/src/IconRMobiledataRoundedFilled.tsx +++ b/src/IconRMobiledataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRMobiledataRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRMobiledataSharp.tsx b/src/IconRMobiledataSharp.tsx index 69aa6f8d7..1db40c08a 100644 --- a/src/IconRMobiledataSharp.tsx +++ b/src/IconRMobiledataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRMobiledataSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRMobiledataSharpFilled.tsx b/src/IconRMobiledataSharpFilled.tsx index 0c9adc64e..4e610af0a 100644 --- a/src/IconRMobiledataSharpFilled.tsx +++ b/src/IconRMobiledataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRMobiledataSharpFilled: React.FC = ({ ...props diff --git a/src/IconRadarOutlined.tsx b/src/IconRadarOutlined.tsx index ee3eec682..9eb2ae20d 100644 --- a/src/IconRadarOutlined.tsx +++ b/src/IconRadarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRadarOutlinedFilled.tsx b/src/IconRadarOutlinedFilled.tsx index 7b34c66fe..6986efba0 100644 --- a/src/IconRadarOutlinedFilled.tsx +++ b/src/IconRadarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadarOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRadarRounded.tsx b/src/IconRadarRounded.tsx index 567ba2096..fb53bfe85 100644 --- a/src/IconRadarRounded.tsx +++ b/src/IconRadarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRadarRoundedFilled.tsx b/src/IconRadarRoundedFilled.tsx index 6881e82c8..21478dc3f 100644 --- a/src/IconRadarRoundedFilled.tsx +++ b/src/IconRadarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadarRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRadarSharp.tsx b/src/IconRadarSharp.tsx index bd939dce4..ef0b3dc56 100644 --- a/src/IconRadarSharp.tsx +++ b/src/IconRadarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRadarSharpFilled.tsx b/src/IconRadarSharpFilled.tsx index 99f8cd3d4..b747e1f09 100644 --- a/src/IconRadarSharpFilled.tsx +++ b/src/IconRadarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRadioButtonCheckedOutlined.tsx b/src/IconRadioButtonCheckedOutlined.tsx index dfbd2fab1..5bb3b4740 100644 --- a/src/IconRadioButtonCheckedOutlined.tsx +++ b/src/IconRadioButtonCheckedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonCheckedOutlined: React.FC = ({ ...props diff --git a/src/IconRadioButtonCheckedOutlinedFilled.tsx b/src/IconRadioButtonCheckedOutlinedFilled.tsx index e04d6b1a6..2f6b74d5e 100644 --- a/src/IconRadioButtonCheckedOutlinedFilled.tsx +++ b/src/IconRadioButtonCheckedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonCheckedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRadioButtonCheckedRounded.tsx b/src/IconRadioButtonCheckedRounded.tsx index 85f157201..2100435c9 100644 --- a/src/IconRadioButtonCheckedRounded.tsx +++ b/src/IconRadioButtonCheckedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonCheckedRounded: React.FC = ({ ...props diff --git a/src/IconRadioButtonCheckedRoundedFilled.tsx b/src/IconRadioButtonCheckedRoundedFilled.tsx index dd971a65a..4646ade57 100644 --- a/src/IconRadioButtonCheckedRoundedFilled.tsx +++ b/src/IconRadioButtonCheckedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonCheckedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRadioButtonCheckedSharp.tsx b/src/IconRadioButtonCheckedSharp.tsx index 5b87427f6..aa8bb40e2 100644 --- a/src/IconRadioButtonCheckedSharp.tsx +++ b/src/IconRadioButtonCheckedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonCheckedSharp: React.FC = ({ ...props diff --git a/src/IconRadioButtonCheckedSharpFilled.tsx b/src/IconRadioButtonCheckedSharpFilled.tsx index fc5c5d356..a5f636e87 100644 --- a/src/IconRadioButtonCheckedSharpFilled.tsx +++ b/src/IconRadioButtonCheckedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonCheckedSharpFilled: React.FC = ({ ...props diff --git a/src/IconRadioButtonPartialOutlined.tsx b/src/IconRadioButtonPartialOutlined.tsx index 897c14e2f..b3df089da 100644 --- a/src/IconRadioButtonPartialOutlined.tsx +++ b/src/IconRadioButtonPartialOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonPartialOutlined: React.FC = ({ ...props diff --git a/src/IconRadioButtonPartialOutlinedFilled.tsx b/src/IconRadioButtonPartialOutlinedFilled.tsx index b5a4286c4..8c2acdda7 100644 --- a/src/IconRadioButtonPartialOutlinedFilled.tsx +++ b/src/IconRadioButtonPartialOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonPartialOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRadioButtonPartialRounded.tsx b/src/IconRadioButtonPartialRounded.tsx index 42b770aa3..86991a306 100644 --- a/src/IconRadioButtonPartialRounded.tsx +++ b/src/IconRadioButtonPartialRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonPartialRounded: React.FC = ({ ...props diff --git a/src/IconRadioButtonPartialRoundedFilled.tsx b/src/IconRadioButtonPartialRoundedFilled.tsx index 49245e444..1585c7897 100644 --- a/src/IconRadioButtonPartialRoundedFilled.tsx +++ b/src/IconRadioButtonPartialRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonPartialRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRadioButtonPartialSharp.tsx b/src/IconRadioButtonPartialSharp.tsx index f9b9d875f..8ea6b1046 100644 --- a/src/IconRadioButtonPartialSharp.tsx +++ b/src/IconRadioButtonPartialSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonPartialSharp: React.FC = ({ ...props diff --git a/src/IconRadioButtonPartialSharpFilled.tsx b/src/IconRadioButtonPartialSharpFilled.tsx index 1c7f271ce..a23838a60 100644 --- a/src/IconRadioButtonPartialSharpFilled.tsx +++ b/src/IconRadioButtonPartialSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonPartialSharpFilled: React.FC = ({ ...props diff --git a/src/IconRadioButtonUncheckedOutlined.tsx b/src/IconRadioButtonUncheckedOutlined.tsx index 7a04d7eeb..0cb5855ac 100644 --- a/src/IconRadioButtonUncheckedOutlined.tsx +++ b/src/IconRadioButtonUncheckedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonUncheckedOutlined: React.FC = ({ ...props diff --git a/src/IconRadioButtonUncheckedOutlinedFilled.tsx b/src/IconRadioButtonUncheckedOutlinedFilled.tsx index 90cff9b97..cc3c19351 100644 --- a/src/IconRadioButtonUncheckedOutlinedFilled.tsx +++ b/src/IconRadioButtonUncheckedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonUncheckedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRadioButtonUncheckedRounded.tsx b/src/IconRadioButtonUncheckedRounded.tsx index 8704e4941..dd0b7666f 100644 --- a/src/IconRadioButtonUncheckedRounded.tsx +++ b/src/IconRadioButtonUncheckedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonUncheckedRounded: React.FC = ({ ...props diff --git a/src/IconRadioButtonUncheckedRoundedFilled.tsx b/src/IconRadioButtonUncheckedRoundedFilled.tsx index cb5fb1a57..427a79dd3 100644 --- a/src/IconRadioButtonUncheckedRoundedFilled.tsx +++ b/src/IconRadioButtonUncheckedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonUncheckedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRadioButtonUncheckedSharp.tsx b/src/IconRadioButtonUncheckedSharp.tsx index c24d67151..619a152e0 100644 --- a/src/IconRadioButtonUncheckedSharp.tsx +++ b/src/IconRadioButtonUncheckedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonUncheckedSharp: React.FC = ({ ...props diff --git a/src/IconRadioButtonUncheckedSharpFilled.tsx b/src/IconRadioButtonUncheckedSharpFilled.tsx index 790d7aa50..ca751f926 100644 --- a/src/IconRadioButtonUncheckedSharpFilled.tsx +++ b/src/IconRadioButtonUncheckedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioButtonUncheckedSharpFilled: React.FC = ({ ...props diff --git a/src/IconRadioOutlined.tsx b/src/IconRadioOutlined.tsx index 617ce0cdb..f2eb602e3 100644 --- a/src/IconRadioOutlined.tsx +++ b/src/IconRadioOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRadioOutlinedFilled.tsx b/src/IconRadioOutlinedFilled.tsx index 257aafb9d..8d5964764 100644 --- a/src/IconRadioOutlinedFilled.tsx +++ b/src/IconRadioOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRadioRounded.tsx b/src/IconRadioRounded.tsx index 3e2c47ad9..969561aac 100644 --- a/src/IconRadioRounded.tsx +++ b/src/IconRadioRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRadioRoundedFilled.tsx b/src/IconRadioRoundedFilled.tsx index af84d565b..7364e3bf4 100644 --- a/src/IconRadioRoundedFilled.tsx +++ b/src/IconRadioRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRadioSharp.tsx b/src/IconRadioSharp.tsx index 4e1beffb8..411c8f19c 100644 --- a/src/IconRadioSharp.tsx +++ b/src/IconRadioSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRadioSharpFilled.tsx b/src/IconRadioSharpFilled.tsx index 529959663..fbe602336 100644 --- a/src/IconRadioSharpFilled.tsx +++ b/src/IconRadioSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadioSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRadiologyOutlined.tsx b/src/IconRadiologyOutlined.tsx index 3ea6ff9ae..9c18f8299 100644 --- a/src/IconRadiologyOutlined.tsx +++ b/src/IconRadiologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadiologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRadiologyOutlinedFilled.tsx b/src/IconRadiologyOutlinedFilled.tsx index 70d20acd3..3443666e2 100644 --- a/src/IconRadiologyOutlinedFilled.tsx +++ b/src/IconRadiologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadiologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRadiologyRounded.tsx b/src/IconRadiologyRounded.tsx index 1877888ef..61096cb22 100644 --- a/src/IconRadiologyRounded.tsx +++ b/src/IconRadiologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadiologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRadiologyRoundedFilled.tsx b/src/IconRadiologyRoundedFilled.tsx index ebb11a102..a886556b2 100644 --- a/src/IconRadiologyRoundedFilled.tsx +++ b/src/IconRadiologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadiologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRadiologySharp.tsx b/src/IconRadiologySharp.tsx index c92f6f8b7..fb2ef671c 100644 --- a/src/IconRadiologySharp.tsx +++ b/src/IconRadiologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadiologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRadiologySharpFilled.tsx b/src/IconRadiologySharpFilled.tsx index 362bd546f..af3c0c4a6 100644 --- a/src/IconRadiologySharpFilled.tsx +++ b/src/IconRadiologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRadiologySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRailwayAlert2Outlined.tsx b/src/IconRailwayAlert2Outlined.tsx index c106b6ec9..2a85da083 100644 --- a/src/IconRailwayAlert2Outlined.tsx +++ b/src/IconRailwayAlert2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlert2Outlined: React.FC = ({ ...props diff --git a/src/IconRailwayAlert2OutlinedFilled.tsx b/src/IconRailwayAlert2OutlinedFilled.tsx index 21d5dcc08..23a776059 100644 --- a/src/IconRailwayAlert2OutlinedFilled.tsx +++ b/src/IconRailwayAlert2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlert2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRailwayAlert2Rounded.tsx b/src/IconRailwayAlert2Rounded.tsx index 9b0fe7c38..d6f5f417a 100644 --- a/src/IconRailwayAlert2Rounded.tsx +++ b/src/IconRailwayAlert2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlert2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRailwayAlert2RoundedFilled.tsx b/src/IconRailwayAlert2RoundedFilled.tsx index 3f280518a..f44a77c54 100644 --- a/src/IconRailwayAlert2RoundedFilled.tsx +++ b/src/IconRailwayAlert2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlert2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconRailwayAlert2Sharp.tsx b/src/IconRailwayAlert2Sharp.tsx index 5453592a2..eb0d96e2a 100644 --- a/src/IconRailwayAlert2Sharp.tsx +++ b/src/IconRailwayAlert2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlert2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRailwayAlert2SharpFilled.tsx b/src/IconRailwayAlert2SharpFilled.tsx index 15b8fb593..9f0843357 100644 --- a/src/IconRailwayAlert2SharpFilled.tsx +++ b/src/IconRailwayAlert2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlert2SharpFilled: React.FC = ({ ...props diff --git a/src/IconRailwayAlertOutlined.tsx b/src/IconRailwayAlertOutlined.tsx index 85caae70d..6bac1800e 100644 --- a/src/IconRailwayAlertOutlined.tsx +++ b/src/IconRailwayAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRailwayAlertOutlinedFilled.tsx b/src/IconRailwayAlertOutlinedFilled.tsx index 7b3a3688c..2b41ebd22 100644 --- a/src/IconRailwayAlertOutlinedFilled.tsx +++ b/src/IconRailwayAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRailwayAlertRounded.tsx b/src/IconRailwayAlertRounded.tsx index b291ec56d..0c33abc6b 100644 --- a/src/IconRailwayAlertRounded.tsx +++ b/src/IconRailwayAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRailwayAlertRoundedFilled.tsx b/src/IconRailwayAlertRoundedFilled.tsx index a4ffa97a1..e8389d25b 100644 --- a/src/IconRailwayAlertRoundedFilled.tsx +++ b/src/IconRailwayAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRailwayAlertSharp.tsx b/src/IconRailwayAlertSharp.tsx index ef49dcee0..b33dfab66 100644 --- a/src/IconRailwayAlertSharp.tsx +++ b/src/IconRailwayAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRailwayAlertSharpFilled.tsx b/src/IconRailwayAlertSharpFilled.tsx index f7cbee9a7..505b2c994 100644 --- a/src/IconRailwayAlertSharpFilled.tsx +++ b/src/IconRailwayAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRailwayAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconRainyHeavyOutlined.tsx b/src/IconRainyHeavyOutlined.tsx index 2a3f6a355..4637bf895 100644 --- a/src/IconRainyHeavyOutlined.tsx +++ b/src/IconRainyHeavyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyHeavyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRainyHeavyOutlinedFilled.tsx b/src/IconRainyHeavyOutlinedFilled.tsx index c0bbf7e32..e02b14e44 100644 --- a/src/IconRainyHeavyOutlinedFilled.tsx +++ b/src/IconRainyHeavyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyHeavyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRainyHeavyRounded.tsx b/src/IconRainyHeavyRounded.tsx index 65da24e76..b9f0e75e1 100644 --- a/src/IconRainyHeavyRounded.tsx +++ b/src/IconRainyHeavyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyHeavyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRainyHeavyRoundedFilled.tsx b/src/IconRainyHeavyRoundedFilled.tsx index 4b3c1048b..02ac8475f 100644 --- a/src/IconRainyHeavyRoundedFilled.tsx +++ b/src/IconRainyHeavyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyHeavyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRainyHeavySharp.tsx b/src/IconRainyHeavySharp.tsx index 979feed78..fb9de0173 100644 --- a/src/IconRainyHeavySharp.tsx +++ b/src/IconRainyHeavySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyHeavySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRainyHeavySharpFilled.tsx b/src/IconRainyHeavySharpFilled.tsx index f109dc20a..405552100 100644 --- a/src/IconRainyHeavySharpFilled.tsx +++ b/src/IconRainyHeavySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyHeavySharpFilled: React.FC = ({ ...props diff --git a/src/IconRainyLightOutlined.tsx b/src/IconRainyLightOutlined.tsx index ea2756074..bd9fb4a2f 100644 --- a/src/IconRainyLightOutlined.tsx +++ b/src/IconRainyLightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyLightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRainyLightOutlinedFilled.tsx b/src/IconRainyLightOutlinedFilled.tsx index 38dc5619c..d04aa0c92 100644 --- a/src/IconRainyLightOutlinedFilled.tsx +++ b/src/IconRainyLightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyLightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRainyLightRounded.tsx b/src/IconRainyLightRounded.tsx index 2ddb6d30a..9d8ba7773 100644 --- a/src/IconRainyLightRounded.tsx +++ b/src/IconRainyLightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyLightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRainyLightRoundedFilled.tsx b/src/IconRainyLightRoundedFilled.tsx index 5af3ef129..a79438325 100644 --- a/src/IconRainyLightRoundedFilled.tsx +++ b/src/IconRainyLightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyLightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRainyLightSharp.tsx b/src/IconRainyLightSharp.tsx index 736c8beb9..fa7615295 100644 --- a/src/IconRainyLightSharp.tsx +++ b/src/IconRainyLightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyLightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRainyLightSharpFilled.tsx b/src/IconRainyLightSharpFilled.tsx index 03df8fd8a..5fb5586c8 100644 --- a/src/IconRainyLightSharpFilled.tsx +++ b/src/IconRainyLightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyLightSharpFilled: React.FC = ({ ...props diff --git a/src/IconRainyOutlined.tsx b/src/IconRainyOutlined.tsx index 5ba453ca6..ca8e9a819 100644 --- a/src/IconRainyOutlined.tsx +++ b/src/IconRainyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRainyOutlinedFilled.tsx b/src/IconRainyOutlinedFilled.tsx index 964a322ea..4ccdf54a8 100644 --- a/src/IconRainyOutlinedFilled.tsx +++ b/src/IconRainyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRainyRounded.tsx b/src/IconRainyRounded.tsx index f005babc7..836d7998b 100644 --- a/src/IconRainyRounded.tsx +++ b/src/IconRainyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRainyRoundedFilled.tsx b/src/IconRainyRoundedFilled.tsx index a3927173c..9b93509fb 100644 --- a/src/IconRainyRoundedFilled.tsx +++ b/src/IconRainyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRainySharp.tsx b/src/IconRainySharp.tsx index c10045a92..cf937890f 100644 --- a/src/IconRainySharp.tsx +++ b/src/IconRainySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRainySharpFilled.tsx b/src/IconRainySharpFilled.tsx index 4276ce3c2..4715f98a5 100644 --- a/src/IconRainySharpFilled.tsx +++ b/src/IconRainySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRainySnowOutlined.tsx b/src/IconRainySnowOutlined.tsx index 6ab724632..328851411 100644 --- a/src/IconRainySnowOutlined.tsx +++ b/src/IconRainySnowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainySnowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRainySnowOutlinedFilled.tsx b/src/IconRainySnowOutlinedFilled.tsx index 2adfdd804..7489633a0 100644 --- a/src/IconRainySnowOutlinedFilled.tsx +++ b/src/IconRainySnowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainySnowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRainySnowRounded.tsx b/src/IconRainySnowRounded.tsx index 77b855707..fc37f305f 100644 --- a/src/IconRainySnowRounded.tsx +++ b/src/IconRainySnowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainySnowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRainySnowRoundedFilled.tsx b/src/IconRainySnowRoundedFilled.tsx index f8ecf54f8..b50ef29f6 100644 --- a/src/IconRainySnowRoundedFilled.tsx +++ b/src/IconRainySnowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainySnowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRainySnowSharp.tsx b/src/IconRainySnowSharp.tsx index 82236b7b5..7a29ab700 100644 --- a/src/IconRainySnowSharp.tsx +++ b/src/IconRainySnowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainySnowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRainySnowSharpFilled.tsx b/src/IconRainySnowSharpFilled.tsx index 7e2b9ba36..7e185e61c 100644 --- a/src/IconRainySnowSharpFilled.tsx +++ b/src/IconRainySnowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRainySnowSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRamenDiningOutlined.tsx b/src/IconRamenDiningOutlined.tsx index a26ded5cc..0300c9b0a 100644 --- a/src/IconRamenDiningOutlined.tsx +++ b/src/IconRamenDiningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRamenDiningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRamenDiningOutlinedFilled.tsx b/src/IconRamenDiningOutlinedFilled.tsx index 16713ca45..d406de422 100644 --- a/src/IconRamenDiningOutlinedFilled.tsx +++ b/src/IconRamenDiningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRamenDiningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRamenDiningRounded.tsx b/src/IconRamenDiningRounded.tsx index 34af4789e..b7b3809b7 100644 --- a/src/IconRamenDiningRounded.tsx +++ b/src/IconRamenDiningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRamenDiningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRamenDiningRoundedFilled.tsx b/src/IconRamenDiningRoundedFilled.tsx index 63546f023..5f4c34dff 100644 --- a/src/IconRamenDiningRoundedFilled.tsx +++ b/src/IconRamenDiningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRamenDiningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRamenDiningSharp.tsx b/src/IconRamenDiningSharp.tsx index f7be530c4..40732fce0 100644 --- a/src/IconRamenDiningSharp.tsx +++ b/src/IconRamenDiningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRamenDiningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRamenDiningSharpFilled.tsx b/src/IconRamenDiningSharpFilled.tsx index 0c2915588..4cc6e679b 100644 --- a/src/IconRamenDiningSharpFilled.tsx +++ b/src/IconRamenDiningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRamenDiningSharpFilled: React.FC = ({ ...props diff --git a/src/IconRampLeftOutlined.tsx b/src/IconRampLeftOutlined.tsx index 901148e45..e28520d15 100644 --- a/src/IconRampLeftOutlined.tsx +++ b/src/IconRampLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRampLeftOutlinedFilled.tsx b/src/IconRampLeftOutlinedFilled.tsx index cd86d6a56..b0fce1f36 100644 --- a/src/IconRampLeftOutlinedFilled.tsx +++ b/src/IconRampLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRampLeftRounded.tsx b/src/IconRampLeftRounded.tsx index 642514143..05f2f6b7c 100644 --- a/src/IconRampLeftRounded.tsx +++ b/src/IconRampLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRampLeftRoundedFilled.tsx b/src/IconRampLeftRoundedFilled.tsx index 65f27a865..17bcb2d21 100644 --- a/src/IconRampLeftRoundedFilled.tsx +++ b/src/IconRampLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRampLeftSharp.tsx b/src/IconRampLeftSharp.tsx index 36ddf9c16..13484b64d 100644 --- a/src/IconRampLeftSharp.tsx +++ b/src/IconRampLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRampLeftSharpFilled.tsx b/src/IconRampLeftSharpFilled.tsx index 8bf99e91a..f1696bbb9 100644 --- a/src/IconRampLeftSharpFilled.tsx +++ b/src/IconRampLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampLeftSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRampRightOutlined.tsx b/src/IconRampRightOutlined.tsx index af1b9567e..f60398f55 100644 --- a/src/IconRampRightOutlined.tsx +++ b/src/IconRampRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRampRightOutlinedFilled.tsx b/src/IconRampRightOutlinedFilled.tsx index fd249c477..0ec3abbc1 100644 --- a/src/IconRampRightOutlinedFilled.tsx +++ b/src/IconRampRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRampRightRounded.tsx b/src/IconRampRightRounded.tsx index 400a4be0e..6b87511b4 100644 --- a/src/IconRampRightRounded.tsx +++ b/src/IconRampRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRampRightRoundedFilled.tsx b/src/IconRampRightRoundedFilled.tsx index 3e3605f5b..69abcdb0b 100644 --- a/src/IconRampRightRoundedFilled.tsx +++ b/src/IconRampRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRampRightSharp.tsx b/src/IconRampRightSharp.tsx index 78fb2d081..adad67b8b 100644 --- a/src/IconRampRightSharp.tsx +++ b/src/IconRampRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRampRightSharpFilled.tsx b/src/IconRampRightSharpFilled.tsx index 6836effce..671ab2389 100644 --- a/src/IconRampRightSharpFilled.tsx +++ b/src/IconRampRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRampRightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRangeHoodOutlined.tsx b/src/IconRangeHoodOutlined.tsx index 86f69a9cb..019bb67ec 100644 --- a/src/IconRangeHoodOutlined.tsx +++ b/src/IconRangeHoodOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRangeHoodOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRangeHoodOutlinedFilled.tsx b/src/IconRangeHoodOutlinedFilled.tsx index 6700e6c92..7bda961ee 100644 --- a/src/IconRangeHoodOutlinedFilled.tsx +++ b/src/IconRangeHoodOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRangeHoodOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRangeHoodRounded.tsx b/src/IconRangeHoodRounded.tsx index 030f735d5..a7bf62d41 100644 --- a/src/IconRangeHoodRounded.tsx +++ b/src/IconRangeHoodRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRangeHoodRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRangeHoodRoundedFilled.tsx b/src/IconRangeHoodRoundedFilled.tsx index dcafc596f..8919c82cf 100644 --- a/src/IconRangeHoodRoundedFilled.tsx +++ b/src/IconRangeHoodRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRangeHoodRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRangeHoodSharp.tsx b/src/IconRangeHoodSharp.tsx index 06195cece..e39cfab46 100644 --- a/src/IconRangeHoodSharp.tsx +++ b/src/IconRangeHoodSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRangeHoodSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRangeHoodSharpFilled.tsx b/src/IconRangeHoodSharpFilled.tsx index 85438ffd3..dffa05763 100644 --- a/src/IconRangeHoodSharpFilled.tsx +++ b/src/IconRangeHoodSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRangeHoodSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRateReviewOutlined.tsx b/src/IconRateReviewOutlined.tsx index 355d5b8f4..da1176a63 100644 --- a/src/IconRateReviewOutlined.tsx +++ b/src/IconRateReviewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRateReviewOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRateReviewOutlinedFilled.tsx b/src/IconRateReviewOutlinedFilled.tsx index 666577f09..665a00350 100644 --- a/src/IconRateReviewOutlinedFilled.tsx +++ b/src/IconRateReviewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRateReviewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRateReviewRounded.tsx b/src/IconRateReviewRounded.tsx index f8ae1ce67..02cc2077f 100644 --- a/src/IconRateReviewRounded.tsx +++ b/src/IconRateReviewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRateReviewRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRateReviewRoundedFilled.tsx b/src/IconRateReviewRoundedFilled.tsx index f4a7e460b..0382a6570 100644 --- a/src/IconRateReviewRoundedFilled.tsx +++ b/src/IconRateReviewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRateReviewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRateReviewSharp.tsx b/src/IconRateReviewSharp.tsx index ef65325cb..966c5c20d 100644 --- a/src/IconRateReviewSharp.tsx +++ b/src/IconRateReviewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRateReviewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRateReviewSharpFilled.tsx b/src/IconRateReviewSharpFilled.tsx index af049a6f9..ad9627a36 100644 --- a/src/IconRateReviewSharpFilled.tsx +++ b/src/IconRateReviewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRateReviewSharpFilled: React.FC = ({ ...props diff --git a/src/IconRavenOutlined.tsx b/src/IconRavenOutlined.tsx index 08d96da07..5cbe138ce 100644 --- a/src/IconRavenOutlined.tsx +++ b/src/IconRavenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRavenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRavenOutlinedFilled.tsx b/src/IconRavenOutlinedFilled.tsx index 574847f12..19cf1bb2f 100644 --- a/src/IconRavenOutlinedFilled.tsx +++ b/src/IconRavenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRavenOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRavenRounded.tsx b/src/IconRavenRounded.tsx index 1a1d45049..003d8239b 100644 --- a/src/IconRavenRounded.tsx +++ b/src/IconRavenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRavenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRavenRoundedFilled.tsx b/src/IconRavenRoundedFilled.tsx index 94353faa4..73c4280c3 100644 --- a/src/IconRavenRoundedFilled.tsx +++ b/src/IconRavenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRavenRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRavenSharp.tsx b/src/IconRavenSharp.tsx index 9aac039bc..d266afd72 100644 --- a/src/IconRavenSharp.tsx +++ b/src/IconRavenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRavenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRavenSharpFilled.tsx b/src/IconRavenSharpFilled.tsx index 1a1269920..f710dc0ee 100644 --- a/src/IconRavenSharpFilled.tsx +++ b/src/IconRavenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRavenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOffOutlined.tsx b/src/IconRawOffOutlined.tsx index 3dea24596..3818f59ad 100644 --- a/src/IconRawOffOutlined.tsx +++ b/src/IconRawOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOffOutlinedFilled.tsx b/src/IconRawOffOutlinedFilled.tsx index 621a31528..73634d517 100644 --- a/src/IconRawOffOutlinedFilled.tsx +++ b/src/IconRawOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOffOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOffRounded.tsx b/src/IconRawOffRounded.tsx index b2ea12661..afb4f18d8 100644 --- a/src/IconRawOffRounded.tsx +++ b/src/IconRawOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOffRoundedFilled.tsx b/src/IconRawOffRoundedFilled.tsx index 7067736e3..f90f99ac2 100644 --- a/src/IconRawOffRoundedFilled.tsx +++ b/src/IconRawOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOffSharp.tsx b/src/IconRawOffSharp.tsx index 635a07eec..5ee6d97a4 100644 --- a/src/IconRawOffSharp.tsx +++ b/src/IconRawOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOffSharpFilled.tsx b/src/IconRawOffSharpFilled.tsx index 2878b2479..b877354c9 100644 --- a/src/IconRawOffSharpFilled.tsx +++ b/src/IconRawOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOnOutlined.tsx b/src/IconRawOnOutlined.tsx index cde0b04e0..0692bc2d0 100644 --- a/src/IconRawOnOutlined.tsx +++ b/src/IconRawOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOnOutlinedFilled.tsx b/src/IconRawOnOutlinedFilled.tsx index 976e4fa9d..bc515835f 100644 --- a/src/IconRawOnOutlinedFilled.tsx +++ b/src/IconRawOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOnOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOnRounded.tsx b/src/IconRawOnRounded.tsx index 25e7a97ad..e3d7aa4bc 100644 --- a/src/IconRawOnRounded.tsx +++ b/src/IconRawOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOnRoundedFilled.tsx b/src/IconRawOnRoundedFilled.tsx index e3ebc359c..4ab548a22 100644 --- a/src/IconRawOnRoundedFilled.tsx +++ b/src/IconRawOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOnRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOnSharp.tsx b/src/IconRawOnSharp.tsx index 6665f1b06..2710aec36 100644 --- a/src/IconRawOnSharp.tsx +++ b/src/IconRawOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRawOnSharpFilled.tsx b/src/IconRawOnSharpFilled.tsx index 0c64850ad..0eae9ccd2 100644 --- a/src/IconRawOnSharpFilled.tsx +++ b/src/IconRawOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRawOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReadMoreOutlined.tsx b/src/IconReadMoreOutlined.tsx index cb5427990..fb37e1b55 100644 --- a/src/IconReadMoreOutlined.tsx +++ b/src/IconReadMoreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadMoreOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReadMoreOutlinedFilled.tsx b/src/IconReadMoreOutlinedFilled.tsx index 2497caf24..beff86d6e 100644 --- a/src/IconReadMoreOutlinedFilled.tsx +++ b/src/IconReadMoreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadMoreOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReadMoreRounded.tsx b/src/IconReadMoreRounded.tsx index 0d0d79af8..746a7356a 100644 --- a/src/IconReadMoreRounded.tsx +++ b/src/IconReadMoreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadMoreRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReadMoreRoundedFilled.tsx b/src/IconReadMoreRoundedFilled.tsx index 2009d0de6..62325a8b8 100644 --- a/src/IconReadMoreRoundedFilled.tsx +++ b/src/IconReadMoreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadMoreRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReadMoreSharp.tsx b/src/IconReadMoreSharp.tsx index 16acc67c7..53274a7f5 100644 --- a/src/IconReadMoreSharp.tsx +++ b/src/IconReadMoreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadMoreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReadMoreSharpFilled.tsx b/src/IconReadMoreSharpFilled.tsx index 68b3679dd..81c5a408c 100644 --- a/src/IconReadMoreSharpFilled.tsx +++ b/src/IconReadMoreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadMoreSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReadinessScoreOutlined.tsx b/src/IconReadinessScoreOutlined.tsx index 4d9a5e2e5..3fbb7b01e 100644 --- a/src/IconReadinessScoreOutlined.tsx +++ b/src/IconReadinessScoreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadinessScoreOutlined: React.FC = ({ ...props diff --git a/src/IconReadinessScoreOutlinedFilled.tsx b/src/IconReadinessScoreOutlinedFilled.tsx index 2e8ea1ade..2666fb84a 100644 --- a/src/IconReadinessScoreOutlinedFilled.tsx +++ b/src/IconReadinessScoreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadinessScoreOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReadinessScoreRounded.tsx b/src/IconReadinessScoreRounded.tsx index a0ea7bee8..12eeedddc 100644 --- a/src/IconReadinessScoreRounded.tsx +++ b/src/IconReadinessScoreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadinessScoreRounded: React.FC = ({ ...props diff --git a/src/IconReadinessScoreRoundedFilled.tsx b/src/IconReadinessScoreRoundedFilled.tsx index c95011d66..72210d30b 100644 --- a/src/IconReadinessScoreRoundedFilled.tsx +++ b/src/IconReadinessScoreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadinessScoreRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReadinessScoreSharp.tsx b/src/IconReadinessScoreSharp.tsx index 66ff46901..1767e6889 100644 --- a/src/IconReadinessScoreSharp.tsx +++ b/src/IconReadinessScoreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadinessScoreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReadinessScoreSharpFilled.tsx b/src/IconReadinessScoreSharpFilled.tsx index dd4d8bc68..47967f479 100644 --- a/src/IconReadinessScoreSharpFilled.tsx +++ b/src/IconReadinessScoreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReadinessScoreSharpFilled: React.FC = ({ ...props diff --git a/src/IconRealEstateAgentOutlined.tsx b/src/IconRealEstateAgentOutlined.tsx index 6e1be7905..92e02934a 100644 --- a/src/IconRealEstateAgentOutlined.tsx +++ b/src/IconRealEstateAgentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRealEstateAgentOutlined: React.FC = ({ ...props diff --git a/src/IconRealEstateAgentOutlinedFilled.tsx b/src/IconRealEstateAgentOutlinedFilled.tsx index 96199b973..ba70a11da 100644 --- a/src/IconRealEstateAgentOutlinedFilled.tsx +++ b/src/IconRealEstateAgentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRealEstateAgentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRealEstateAgentRounded.tsx b/src/IconRealEstateAgentRounded.tsx index 5e1e8831b..e9420d696 100644 --- a/src/IconRealEstateAgentRounded.tsx +++ b/src/IconRealEstateAgentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRealEstateAgentRounded: React.FC = ({ ...props diff --git a/src/IconRealEstateAgentRoundedFilled.tsx b/src/IconRealEstateAgentRoundedFilled.tsx index 50ae7535c..a0402d54e 100644 --- a/src/IconRealEstateAgentRoundedFilled.tsx +++ b/src/IconRealEstateAgentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRealEstateAgentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRealEstateAgentSharp.tsx b/src/IconRealEstateAgentSharp.tsx index a628f9cf6..17823f4aa 100644 --- a/src/IconRealEstateAgentSharp.tsx +++ b/src/IconRealEstateAgentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRealEstateAgentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRealEstateAgentSharpFilled.tsx b/src/IconRealEstateAgentSharpFilled.tsx index cf8da1e24..0be38ff0a 100644 --- a/src/IconRealEstateAgentSharpFilled.tsx +++ b/src/IconRealEstateAgentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRealEstateAgentSharpFilled: React.FC = ({ ...props diff --git a/src/IconRearCameraOutlined.tsx b/src/IconRearCameraOutlined.tsx index 9d51db608..2a5070c61 100644 --- a/src/IconRearCameraOutlined.tsx +++ b/src/IconRearCameraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRearCameraOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRearCameraOutlinedFilled.tsx b/src/IconRearCameraOutlinedFilled.tsx index 74af220f4..00af6c777 100644 --- a/src/IconRearCameraOutlinedFilled.tsx +++ b/src/IconRearCameraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRearCameraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRearCameraRounded.tsx b/src/IconRearCameraRounded.tsx index f1f79dc59..52df180e1 100644 --- a/src/IconRearCameraRounded.tsx +++ b/src/IconRearCameraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRearCameraRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRearCameraRoundedFilled.tsx b/src/IconRearCameraRoundedFilled.tsx index 292dd1596..2c32bf28b 100644 --- a/src/IconRearCameraRoundedFilled.tsx +++ b/src/IconRearCameraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRearCameraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRearCameraSharp.tsx b/src/IconRearCameraSharp.tsx index 23272b805..268de08e1 100644 --- a/src/IconRearCameraSharp.tsx +++ b/src/IconRearCameraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRearCameraSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRearCameraSharpFilled.tsx b/src/IconRearCameraSharpFilled.tsx index 3449e6b0f..568b5f637 100644 --- a/src/IconRearCameraSharpFilled.tsx +++ b/src/IconRearCameraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRearCameraSharpFilled: React.FC = ({ ...props diff --git a/src/IconRebaseEditOutlined.tsx b/src/IconRebaseEditOutlined.tsx index 363035105..6e9f22825 100644 --- a/src/IconRebaseEditOutlined.tsx +++ b/src/IconRebaseEditOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseEditOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRebaseEditOutlinedFilled.tsx b/src/IconRebaseEditOutlinedFilled.tsx index b844248ef..fc8642605 100644 --- a/src/IconRebaseEditOutlinedFilled.tsx +++ b/src/IconRebaseEditOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseEditOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRebaseEditRounded.tsx b/src/IconRebaseEditRounded.tsx index 0d2fffa27..ffb3580bf 100644 --- a/src/IconRebaseEditRounded.tsx +++ b/src/IconRebaseEditRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseEditRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRebaseEditRoundedFilled.tsx b/src/IconRebaseEditRoundedFilled.tsx index 14aa97bab..ce32da22d 100644 --- a/src/IconRebaseEditRoundedFilled.tsx +++ b/src/IconRebaseEditRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseEditRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRebaseEditSharp.tsx b/src/IconRebaseEditSharp.tsx index 50973c09e..6492aaa8b 100644 --- a/src/IconRebaseEditSharp.tsx +++ b/src/IconRebaseEditSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseEditSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRebaseEditSharpFilled.tsx b/src/IconRebaseEditSharpFilled.tsx index aa26c4aea..1e9448323 100644 --- a/src/IconRebaseEditSharpFilled.tsx +++ b/src/IconRebaseEditSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseEditSharpFilled: React.FC = ({ ...props diff --git a/src/IconRebaseOutlined.tsx b/src/IconRebaseOutlined.tsx index e4fdd6f5e..1ecd8ba9b 100644 --- a/src/IconRebaseOutlined.tsx +++ b/src/IconRebaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRebaseOutlinedFilled.tsx b/src/IconRebaseOutlinedFilled.tsx index 375e2d1e1..fedd9b83e 100644 --- a/src/IconRebaseOutlinedFilled.tsx +++ b/src/IconRebaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRebaseRounded.tsx b/src/IconRebaseRounded.tsx index d71824573..c949a9fd5 100644 --- a/src/IconRebaseRounded.tsx +++ b/src/IconRebaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRebaseRoundedFilled.tsx b/src/IconRebaseRoundedFilled.tsx index 1acd43381..c2a1606d1 100644 --- a/src/IconRebaseRoundedFilled.tsx +++ b/src/IconRebaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRebaseSharp.tsx b/src/IconRebaseSharp.tsx index 8bcdf29d6..a967d2f9a 100644 --- a/src/IconRebaseSharp.tsx +++ b/src/IconRebaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRebaseSharpFilled.tsx b/src/IconRebaseSharpFilled.tsx index c5a5d8523..04a1d0a06 100644 --- a/src/IconRebaseSharpFilled.tsx +++ b/src/IconRebaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRebaseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReceiptLongOffOutlined.tsx b/src/IconReceiptLongOffOutlined.tsx index 2e9f26013..1b8315a36 100644 --- a/src/IconReceiptLongOffOutlined.tsx +++ b/src/IconReceiptLongOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongOffOutlined: React.FC = ({ ...props diff --git a/src/IconReceiptLongOffOutlinedFilled.tsx b/src/IconReceiptLongOffOutlinedFilled.tsx index 94e91b75d..6edaa664d 100644 --- a/src/IconReceiptLongOffOutlinedFilled.tsx +++ b/src/IconReceiptLongOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReceiptLongOffRounded.tsx b/src/IconReceiptLongOffRounded.tsx index 278f95cd3..cff168b5a 100644 --- a/src/IconReceiptLongOffRounded.tsx +++ b/src/IconReceiptLongOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongOffRounded: React.FC = ({ ...props diff --git a/src/IconReceiptLongOffRoundedFilled.tsx b/src/IconReceiptLongOffRoundedFilled.tsx index 3581c3dc9..4beab97b1 100644 --- a/src/IconReceiptLongOffRoundedFilled.tsx +++ b/src/IconReceiptLongOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReceiptLongOffSharp.tsx b/src/IconReceiptLongOffSharp.tsx index 0242f2ac3..e4ab13fb7 100644 --- a/src/IconReceiptLongOffSharp.tsx +++ b/src/IconReceiptLongOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReceiptLongOffSharpFilled.tsx b/src/IconReceiptLongOffSharpFilled.tsx index 46a26e73f..739603150 100644 --- a/src/IconReceiptLongOffSharpFilled.tsx +++ b/src/IconReceiptLongOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconReceiptLongOutlined.tsx b/src/IconReceiptLongOutlined.tsx index ce92cb3be..1d7bd7663 100644 --- a/src/IconReceiptLongOutlined.tsx +++ b/src/IconReceiptLongOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReceiptLongOutlinedFilled.tsx b/src/IconReceiptLongOutlinedFilled.tsx index 2963608fa..f097b02c6 100644 --- a/src/IconReceiptLongOutlinedFilled.tsx +++ b/src/IconReceiptLongOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReceiptLongRounded.tsx b/src/IconReceiptLongRounded.tsx index 826c1cb6d..44924a11e 100644 --- a/src/IconReceiptLongRounded.tsx +++ b/src/IconReceiptLongRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReceiptLongRoundedFilled.tsx b/src/IconReceiptLongRoundedFilled.tsx index a51f524f9..6d4195ba6 100644 --- a/src/IconReceiptLongRoundedFilled.tsx +++ b/src/IconReceiptLongRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReceiptLongSharp.tsx b/src/IconReceiptLongSharp.tsx index f76c77e49..f7e645206 100644 --- a/src/IconReceiptLongSharp.tsx +++ b/src/IconReceiptLongSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReceiptLongSharpFilled.tsx b/src/IconReceiptLongSharpFilled.tsx index ef3922c9e..d1f19741d 100644 --- a/src/IconReceiptLongSharpFilled.tsx +++ b/src/IconReceiptLongSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptLongSharpFilled: React.FC = ({ ...props diff --git a/src/IconReceiptOutlined.tsx b/src/IconReceiptOutlined.tsx index 5aebbb571..dfaa63c69 100644 --- a/src/IconReceiptOutlined.tsx +++ b/src/IconReceiptOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReceiptOutlinedFilled.tsx b/src/IconReceiptOutlinedFilled.tsx index 59615153b..f8a5599c7 100644 --- a/src/IconReceiptOutlinedFilled.tsx +++ b/src/IconReceiptOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReceiptRounded.tsx b/src/IconReceiptRounded.tsx index 96409a8e1..87289c3ed 100644 --- a/src/IconReceiptRounded.tsx +++ b/src/IconReceiptRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReceiptRoundedFilled.tsx b/src/IconReceiptRoundedFilled.tsx index d84ddd77b..5611b9b15 100644 --- a/src/IconReceiptRoundedFilled.tsx +++ b/src/IconReceiptRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReceiptSharp.tsx b/src/IconReceiptSharp.tsx index 804e2767c..ad387557d 100644 --- a/src/IconReceiptSharp.tsx +++ b/src/IconReceiptSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReceiptSharpFilled.tsx b/src/IconReceiptSharpFilled.tsx index f130929f6..a11da5cb8 100644 --- a/src/IconReceiptSharpFilled.tsx +++ b/src/IconReceiptSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReceiptSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRecentActorsOutlined.tsx b/src/IconRecentActorsOutlined.tsx index 4317483b0..9f45bf300 100644 --- a/src/IconRecentActorsOutlined.tsx +++ b/src/IconRecentActorsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentActorsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRecentActorsOutlinedFilled.tsx b/src/IconRecentActorsOutlinedFilled.tsx index bd2237669..2eb2cfb11 100644 --- a/src/IconRecentActorsOutlinedFilled.tsx +++ b/src/IconRecentActorsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentActorsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRecentActorsRounded.tsx b/src/IconRecentActorsRounded.tsx index c7b57983f..d8cde4a6f 100644 --- a/src/IconRecentActorsRounded.tsx +++ b/src/IconRecentActorsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentActorsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRecentActorsRoundedFilled.tsx b/src/IconRecentActorsRoundedFilled.tsx index e3e0e61cd..9fb0121d3 100644 --- a/src/IconRecentActorsRoundedFilled.tsx +++ b/src/IconRecentActorsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentActorsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRecentActorsSharp.tsx b/src/IconRecentActorsSharp.tsx index b93a18992..de65f6fe9 100644 --- a/src/IconRecentActorsSharp.tsx +++ b/src/IconRecentActorsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentActorsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRecentActorsSharpFilled.tsx b/src/IconRecentActorsSharpFilled.tsx index c0478783e..b10bc7e47 100644 --- a/src/IconRecentActorsSharpFilled.tsx +++ b/src/IconRecentActorsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentActorsSharpFilled: React.FC = ({ ...props diff --git a/src/IconRecentPatientOutlined.tsx b/src/IconRecentPatientOutlined.tsx index 0505a231d..88a76df92 100644 --- a/src/IconRecentPatientOutlined.tsx +++ b/src/IconRecentPatientOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentPatientOutlined: React.FC = ({ ...props diff --git a/src/IconRecentPatientOutlinedFilled.tsx b/src/IconRecentPatientOutlinedFilled.tsx index e14025f12..ceb970794 100644 --- a/src/IconRecentPatientOutlinedFilled.tsx +++ b/src/IconRecentPatientOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentPatientOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRecentPatientRounded.tsx b/src/IconRecentPatientRounded.tsx index e51246a64..05eb874a7 100644 --- a/src/IconRecentPatientRounded.tsx +++ b/src/IconRecentPatientRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentPatientRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRecentPatientRoundedFilled.tsx b/src/IconRecentPatientRoundedFilled.tsx index a604fdb75..c0a0d86b7 100644 --- a/src/IconRecentPatientRoundedFilled.tsx +++ b/src/IconRecentPatientRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentPatientRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRecentPatientSharp.tsx b/src/IconRecentPatientSharp.tsx index f6b944815..5316df160 100644 --- a/src/IconRecentPatientSharp.tsx +++ b/src/IconRecentPatientSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentPatientSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRecentPatientSharpFilled.tsx b/src/IconRecentPatientSharpFilled.tsx index ffe174788..b498c6ffd 100644 --- a/src/IconRecentPatientSharpFilled.tsx +++ b/src/IconRecentPatientSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecentPatientSharpFilled: React.FC = ({ ...props diff --git a/src/IconRecenterOutlined.tsx b/src/IconRecenterOutlined.tsx index c7ec6b5e3..0cff92e7c 100644 --- a/src/IconRecenterOutlined.tsx +++ b/src/IconRecenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecenterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRecenterOutlinedFilled.tsx b/src/IconRecenterOutlinedFilled.tsx index 219cfab65..375cb0fcb 100644 --- a/src/IconRecenterOutlinedFilled.tsx +++ b/src/IconRecenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRecenterRounded.tsx b/src/IconRecenterRounded.tsx index 9e664512d..b7b01b8d2 100644 --- a/src/IconRecenterRounded.tsx +++ b/src/IconRecenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecenterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRecenterRoundedFilled.tsx b/src/IconRecenterRoundedFilled.tsx index 02f7235fe..92ab86fc3 100644 --- a/src/IconRecenterRoundedFilled.tsx +++ b/src/IconRecenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRecenterSharp.tsx b/src/IconRecenterSharp.tsx index 988e2ebd4..d5a2b8e5e 100644 --- a/src/IconRecenterSharp.tsx +++ b/src/IconRecenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecenterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRecenterSharpFilled.tsx b/src/IconRecenterSharpFilled.tsx index 7a1f79f3b..37769aaf9 100644 --- a/src/IconRecenterSharpFilled.tsx +++ b/src/IconRecenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecenterSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRecommendOutlined.tsx b/src/IconRecommendOutlined.tsx index fd2f9a60e..4727d7b48 100644 --- a/src/IconRecommendOutlined.tsx +++ b/src/IconRecommendOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecommendOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRecommendOutlinedFilled.tsx b/src/IconRecommendOutlinedFilled.tsx index ad64b4d03..b71a56f0f 100644 --- a/src/IconRecommendOutlinedFilled.tsx +++ b/src/IconRecommendOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecommendOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRecommendRounded.tsx b/src/IconRecommendRounded.tsx index 69aac98a6..62ae8f4f6 100644 --- a/src/IconRecommendRounded.tsx +++ b/src/IconRecommendRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecommendRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRecommendRoundedFilled.tsx b/src/IconRecommendRoundedFilled.tsx index a75ffec20..31a452e23 100644 --- a/src/IconRecommendRoundedFilled.tsx +++ b/src/IconRecommendRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecommendRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRecommendSharp.tsx b/src/IconRecommendSharp.tsx index b107cb2d4..72bf827f1 100644 --- a/src/IconRecommendSharp.tsx +++ b/src/IconRecommendSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecommendSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRecommendSharpFilled.tsx b/src/IconRecommendSharpFilled.tsx index 3ea5545fd..b86b473e4 100644 --- a/src/IconRecommendSharpFilled.tsx +++ b/src/IconRecommendSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecommendSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRecordVoiceOverOutlined.tsx b/src/IconRecordVoiceOverOutlined.tsx index b95e64fe8..b4c0731a5 100644 --- a/src/IconRecordVoiceOverOutlined.tsx +++ b/src/IconRecordVoiceOverOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecordVoiceOverOutlined: React.FC = ({ ...props diff --git a/src/IconRecordVoiceOverOutlinedFilled.tsx b/src/IconRecordVoiceOverOutlinedFilled.tsx index 481073e22..dd385cf46 100644 --- a/src/IconRecordVoiceOverOutlinedFilled.tsx +++ b/src/IconRecordVoiceOverOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecordVoiceOverOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRecordVoiceOverRounded.tsx b/src/IconRecordVoiceOverRounded.tsx index 6802d27f9..667e8d797 100644 --- a/src/IconRecordVoiceOverRounded.tsx +++ b/src/IconRecordVoiceOverRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecordVoiceOverRounded: React.FC = ({ ...props diff --git a/src/IconRecordVoiceOverRoundedFilled.tsx b/src/IconRecordVoiceOverRoundedFilled.tsx index f7a7fa496..a6bd1305b 100644 --- a/src/IconRecordVoiceOverRoundedFilled.tsx +++ b/src/IconRecordVoiceOverRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecordVoiceOverRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRecordVoiceOverSharp.tsx b/src/IconRecordVoiceOverSharp.tsx index ad374d86b..2f88e813a 100644 --- a/src/IconRecordVoiceOverSharp.tsx +++ b/src/IconRecordVoiceOverSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecordVoiceOverSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRecordVoiceOverSharpFilled.tsx b/src/IconRecordVoiceOverSharpFilled.tsx index 0b2294b8e..97006766d 100644 --- a/src/IconRecordVoiceOverSharpFilled.tsx +++ b/src/IconRecordVoiceOverSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecordVoiceOverSharpFilled: React.FC = ({ ...props diff --git a/src/IconRectangleOutlined.tsx b/src/IconRectangleOutlined.tsx index 03fd8fa93..9460c48bd 100644 --- a/src/IconRectangleOutlined.tsx +++ b/src/IconRectangleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRectangleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRectangleOutlinedFilled.tsx b/src/IconRectangleOutlinedFilled.tsx index 41993c7b1..d5bc6d567 100644 --- a/src/IconRectangleOutlinedFilled.tsx +++ b/src/IconRectangleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRectangleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRectangleRounded.tsx b/src/IconRectangleRounded.tsx index 14b31066e..ec70accd9 100644 --- a/src/IconRectangleRounded.tsx +++ b/src/IconRectangleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRectangleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRectangleRoundedFilled.tsx b/src/IconRectangleRoundedFilled.tsx index e9a189273..134a5a5b2 100644 --- a/src/IconRectangleRoundedFilled.tsx +++ b/src/IconRectangleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRectangleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRectangleSharp.tsx b/src/IconRectangleSharp.tsx index 112db484c..169d71bd6 100644 --- a/src/IconRectangleSharp.tsx +++ b/src/IconRectangleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRectangleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRectangleSharpFilled.tsx b/src/IconRectangleSharpFilled.tsx index 9e59f406c..2ee3e8754 100644 --- a/src/IconRectangleSharpFilled.tsx +++ b/src/IconRectangleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRectangleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRecyclingOutlined.tsx b/src/IconRecyclingOutlined.tsx index c0a646249..f7a911bbe 100644 --- a/src/IconRecyclingOutlined.tsx +++ b/src/IconRecyclingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecyclingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRecyclingOutlinedFilled.tsx b/src/IconRecyclingOutlinedFilled.tsx index 81e7e9dca..abf2b57a2 100644 --- a/src/IconRecyclingOutlinedFilled.tsx +++ b/src/IconRecyclingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecyclingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRecyclingRounded.tsx b/src/IconRecyclingRounded.tsx index 533c7cb86..06d73bd27 100644 --- a/src/IconRecyclingRounded.tsx +++ b/src/IconRecyclingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecyclingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRecyclingRoundedFilled.tsx b/src/IconRecyclingRoundedFilled.tsx index 4818f6f7c..059245dc1 100644 --- a/src/IconRecyclingRoundedFilled.tsx +++ b/src/IconRecyclingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecyclingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRecyclingSharp.tsx b/src/IconRecyclingSharp.tsx index 7d232e846..0fdf50312 100644 --- a/src/IconRecyclingSharp.tsx +++ b/src/IconRecyclingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecyclingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRecyclingSharpFilled.tsx b/src/IconRecyclingSharpFilled.tsx index 224813aa8..43e7c69b5 100644 --- a/src/IconRecyclingSharpFilled.tsx +++ b/src/IconRecyclingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRecyclingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRedeemOutlined.tsx b/src/IconRedeemOutlined.tsx index 3d9f9ec25..ddd026750 100644 --- a/src/IconRedeemOutlined.tsx +++ b/src/IconRedeemOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedeemOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRedeemOutlinedFilled.tsx b/src/IconRedeemOutlinedFilled.tsx index fb46c0903..9836da28a 100644 --- a/src/IconRedeemOutlinedFilled.tsx +++ b/src/IconRedeemOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedeemOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRedeemRounded.tsx b/src/IconRedeemRounded.tsx index 1879cd03a..e8e3b2e5b 100644 --- a/src/IconRedeemRounded.tsx +++ b/src/IconRedeemRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedeemRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRedeemRoundedFilled.tsx b/src/IconRedeemRoundedFilled.tsx index db7606365..7b8099fcf 100644 --- a/src/IconRedeemRoundedFilled.tsx +++ b/src/IconRedeemRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedeemRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRedeemSharp.tsx b/src/IconRedeemSharp.tsx index 505ddbdc1..bde73d4aa 100644 --- a/src/IconRedeemSharp.tsx +++ b/src/IconRedeemSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedeemSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRedeemSharpFilled.tsx b/src/IconRedeemSharpFilled.tsx index 712d5dd3a..a7fc4b42a 100644 --- a/src/IconRedeemSharpFilled.tsx +++ b/src/IconRedeemSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedeemSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRedoOutlined.tsx b/src/IconRedoOutlined.tsx index 4c6fe886c..83f8208e3 100644 --- a/src/IconRedoOutlined.tsx +++ b/src/IconRedoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRedoOutlinedFilled.tsx b/src/IconRedoOutlinedFilled.tsx index 853981354..d22cde19b 100644 --- a/src/IconRedoOutlinedFilled.tsx +++ b/src/IconRedoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRedoRounded.tsx b/src/IconRedoRounded.tsx index ab9d6f4f2..900159985 100644 --- a/src/IconRedoRounded.tsx +++ b/src/IconRedoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRedoRoundedFilled.tsx b/src/IconRedoRoundedFilled.tsx index 6e26bd53b..486dbb5b0 100644 --- a/src/IconRedoRoundedFilled.tsx +++ b/src/IconRedoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRedoSharp.tsx b/src/IconRedoSharp.tsx index 5724b60d8..0094b24cd 100644 --- a/src/IconRedoSharp.tsx +++ b/src/IconRedoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRedoSharpFilled.tsx b/src/IconRedoSharpFilled.tsx index f8db0f81b..a1acb9cd0 100644 --- a/src/IconRedoSharpFilled.tsx +++ b/src/IconRedoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRedoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReduceCapacityOutlined.tsx b/src/IconReduceCapacityOutlined.tsx index 033f09878..27c2b994f 100644 --- a/src/IconReduceCapacityOutlined.tsx +++ b/src/IconReduceCapacityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReduceCapacityOutlined: React.FC = ({ ...props diff --git a/src/IconReduceCapacityOutlinedFilled.tsx b/src/IconReduceCapacityOutlinedFilled.tsx index 279e55865..cfbd3cc9e 100644 --- a/src/IconReduceCapacityOutlinedFilled.tsx +++ b/src/IconReduceCapacityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReduceCapacityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReduceCapacityRounded.tsx b/src/IconReduceCapacityRounded.tsx index 8b14e3f02..c2cf27172 100644 --- a/src/IconReduceCapacityRounded.tsx +++ b/src/IconReduceCapacityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReduceCapacityRounded: React.FC = ({ ...props diff --git a/src/IconReduceCapacityRoundedFilled.tsx b/src/IconReduceCapacityRoundedFilled.tsx index 028d52b70..7f8b0a216 100644 --- a/src/IconReduceCapacityRoundedFilled.tsx +++ b/src/IconReduceCapacityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReduceCapacityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReduceCapacitySharp.tsx b/src/IconReduceCapacitySharp.tsx index 0b8937e8d..103f606e2 100644 --- a/src/IconReduceCapacitySharp.tsx +++ b/src/IconReduceCapacitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReduceCapacitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReduceCapacitySharpFilled.tsx b/src/IconReduceCapacitySharpFilled.tsx index 31f9b8089..868793e49 100644 --- a/src/IconReduceCapacitySharpFilled.tsx +++ b/src/IconReduceCapacitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReduceCapacitySharpFilled: React.FC = ({ ...props diff --git a/src/IconRefreshOutlined.tsx b/src/IconRefreshOutlined.tsx index b3c32e578..ec6eca318 100644 --- a/src/IconRefreshOutlined.tsx +++ b/src/IconRefreshOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRefreshOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRefreshOutlinedFilled.tsx b/src/IconRefreshOutlinedFilled.tsx index c9b5e0d99..48d86b3c9 100644 --- a/src/IconRefreshOutlinedFilled.tsx +++ b/src/IconRefreshOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRefreshOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRefreshRounded.tsx b/src/IconRefreshRounded.tsx index 83120fdb3..051aba5a6 100644 --- a/src/IconRefreshRounded.tsx +++ b/src/IconRefreshRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRefreshRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRefreshRoundedFilled.tsx b/src/IconRefreshRoundedFilled.tsx index 4f183a9c4..f32689e58 100644 --- a/src/IconRefreshRoundedFilled.tsx +++ b/src/IconRefreshRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRefreshRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRefreshSharp.tsx b/src/IconRefreshSharp.tsx index 3184077c5..3df86259c 100644 --- a/src/IconRefreshSharp.tsx +++ b/src/IconRefreshSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRefreshSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRefreshSharpFilled.tsx b/src/IconRefreshSharpFilled.tsx index cef3fe469..0562383aa 100644 --- a/src/IconRefreshSharpFilled.tsx +++ b/src/IconRefreshSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRefreshSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRegularExpressionOutlined.tsx b/src/IconRegularExpressionOutlined.tsx index 80a225b6e..7aa65d230 100644 --- a/src/IconRegularExpressionOutlined.tsx +++ b/src/IconRegularExpressionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRegularExpressionOutlined: React.FC = ({ ...props diff --git a/src/IconRegularExpressionOutlinedFilled.tsx b/src/IconRegularExpressionOutlinedFilled.tsx index 6fd38be54..b9ecdc208 100644 --- a/src/IconRegularExpressionOutlinedFilled.tsx +++ b/src/IconRegularExpressionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRegularExpressionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRegularExpressionRounded.tsx b/src/IconRegularExpressionRounded.tsx index 6cef5f4fe..ced2df821 100644 --- a/src/IconRegularExpressionRounded.tsx +++ b/src/IconRegularExpressionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRegularExpressionRounded: React.FC = ({ ...props diff --git a/src/IconRegularExpressionRoundedFilled.tsx b/src/IconRegularExpressionRoundedFilled.tsx index 19b894281..abc70c93b 100644 --- a/src/IconRegularExpressionRoundedFilled.tsx +++ b/src/IconRegularExpressionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRegularExpressionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRegularExpressionSharp.tsx b/src/IconRegularExpressionSharp.tsx index f12a5823e..014d188e2 100644 --- a/src/IconRegularExpressionSharp.tsx +++ b/src/IconRegularExpressionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRegularExpressionSharp: React.FC = ({ ...props diff --git a/src/IconRegularExpressionSharpFilled.tsx b/src/IconRegularExpressionSharpFilled.tsx index e96895f93..f73624ed4 100644 --- a/src/IconRegularExpressionSharpFilled.tsx +++ b/src/IconRegularExpressionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRegularExpressionSharpFilled: React.FC = ({ ...props diff --git a/src/IconRelaxOutlined.tsx b/src/IconRelaxOutlined.tsx index 72b285423..dff7e7925 100644 --- a/src/IconRelaxOutlined.tsx +++ b/src/IconRelaxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRelaxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRelaxOutlinedFilled.tsx b/src/IconRelaxOutlinedFilled.tsx index b58a6481f..e194564b0 100644 --- a/src/IconRelaxOutlinedFilled.tsx +++ b/src/IconRelaxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRelaxOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRelaxRounded.tsx b/src/IconRelaxRounded.tsx index 893b9f94b..6ee1d3232 100644 --- a/src/IconRelaxRounded.tsx +++ b/src/IconRelaxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRelaxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRelaxRoundedFilled.tsx b/src/IconRelaxRoundedFilled.tsx index 1cedbba27..b63961058 100644 --- a/src/IconRelaxRoundedFilled.tsx +++ b/src/IconRelaxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRelaxRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRelaxSharp.tsx b/src/IconRelaxSharp.tsx index 02d6bfea2..389c92277 100644 --- a/src/IconRelaxSharp.tsx +++ b/src/IconRelaxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRelaxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRelaxSharpFilled.tsx b/src/IconRelaxSharpFilled.tsx index c6e4c1c9b..5019647d3 100644 --- a/src/IconRelaxSharpFilled.tsx +++ b/src/IconRelaxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRelaxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReleaseAlertOutlined.tsx b/src/IconReleaseAlertOutlined.tsx index 44cefc945..7d76c4cc8 100644 --- a/src/IconReleaseAlertOutlined.tsx +++ b/src/IconReleaseAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReleaseAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReleaseAlertOutlinedFilled.tsx b/src/IconReleaseAlertOutlinedFilled.tsx index fd551fdd9..dabe04172 100644 --- a/src/IconReleaseAlertOutlinedFilled.tsx +++ b/src/IconReleaseAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReleaseAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReleaseAlertRounded.tsx b/src/IconReleaseAlertRounded.tsx index 74ac45648..6e30547bf 100644 --- a/src/IconReleaseAlertRounded.tsx +++ b/src/IconReleaseAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReleaseAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReleaseAlertRoundedFilled.tsx b/src/IconReleaseAlertRoundedFilled.tsx index d16c50e30..45ec27a40 100644 --- a/src/IconReleaseAlertRoundedFilled.tsx +++ b/src/IconReleaseAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReleaseAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReleaseAlertSharp.tsx b/src/IconReleaseAlertSharp.tsx index 361e49c30..acf1f8765 100644 --- a/src/IconReleaseAlertSharp.tsx +++ b/src/IconReleaseAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReleaseAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReleaseAlertSharpFilled.tsx b/src/IconReleaseAlertSharpFilled.tsx index a2870092f..c8d2ddaf5 100644 --- a/src/IconReleaseAlertSharpFilled.tsx +++ b/src/IconReleaseAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReleaseAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconRememberMeOutlined.tsx b/src/IconRememberMeOutlined.tsx index dde9a1072..e690d4a9f 100644 --- a/src/IconRememberMeOutlined.tsx +++ b/src/IconRememberMeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRememberMeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRememberMeOutlinedFilled.tsx b/src/IconRememberMeOutlinedFilled.tsx index 189296159..9f8d0aa13 100644 --- a/src/IconRememberMeOutlinedFilled.tsx +++ b/src/IconRememberMeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRememberMeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRememberMeRounded.tsx b/src/IconRememberMeRounded.tsx index 18f5ae96b..070d729fb 100644 --- a/src/IconRememberMeRounded.tsx +++ b/src/IconRememberMeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRememberMeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRememberMeRoundedFilled.tsx b/src/IconRememberMeRoundedFilled.tsx index 3eebca50f..c413c8c42 100644 --- a/src/IconRememberMeRoundedFilled.tsx +++ b/src/IconRememberMeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRememberMeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRememberMeSharp.tsx b/src/IconRememberMeSharp.tsx index 1d5ff8f67..dc8c96388 100644 --- a/src/IconRememberMeSharp.tsx +++ b/src/IconRememberMeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRememberMeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRememberMeSharpFilled.tsx b/src/IconRememberMeSharpFilled.tsx index d54eeb77c..e4403fb9b 100644 --- a/src/IconRememberMeSharpFilled.tsx +++ b/src/IconRememberMeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRememberMeSharpFilled: React.FC = ({ ...props diff --git a/src/IconReminderOutlined.tsx b/src/IconReminderOutlined.tsx index 23fd1570d..8e9693df6 100644 --- a/src/IconReminderOutlined.tsx +++ b/src/IconReminderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReminderOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReminderOutlinedFilled.tsx b/src/IconReminderOutlinedFilled.tsx index 779404a44..1f9ef67b3 100644 --- a/src/IconReminderOutlinedFilled.tsx +++ b/src/IconReminderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReminderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReminderRounded.tsx b/src/IconReminderRounded.tsx index d6bd9ae19..1236daaf2 100644 --- a/src/IconReminderRounded.tsx +++ b/src/IconReminderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReminderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReminderRoundedFilled.tsx b/src/IconReminderRoundedFilled.tsx index 352bbff9f..9b7e56c99 100644 --- a/src/IconReminderRoundedFilled.tsx +++ b/src/IconReminderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReminderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReminderSharp.tsx b/src/IconReminderSharp.tsx index b609d8c71..617e97e84 100644 --- a/src/IconReminderSharp.tsx +++ b/src/IconReminderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReminderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReminderSharpFilled.tsx b/src/IconReminderSharpFilled.tsx index 66ff12f7c..b21f8920e 100644 --- a/src/IconReminderSharpFilled.tsx +++ b/src/IconReminderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReminderSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoteGenOutlined.tsx b/src/IconRemoteGenOutlined.tsx index acbf0f0fe..086894db0 100644 --- a/src/IconRemoteGenOutlined.tsx +++ b/src/IconRemoteGenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoteGenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoteGenOutlinedFilled.tsx b/src/IconRemoteGenOutlinedFilled.tsx index a68e83a0c..dee88caae 100644 --- a/src/IconRemoteGenOutlinedFilled.tsx +++ b/src/IconRemoteGenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoteGenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRemoteGenRounded.tsx b/src/IconRemoteGenRounded.tsx index 4943c8704..57c035aab 100644 --- a/src/IconRemoteGenRounded.tsx +++ b/src/IconRemoteGenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoteGenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoteGenRoundedFilled.tsx b/src/IconRemoteGenRoundedFilled.tsx index 99b880a82..040997495 100644 --- a/src/IconRemoteGenRoundedFilled.tsx +++ b/src/IconRemoteGenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoteGenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRemoteGenSharp.tsx b/src/IconRemoteGenSharp.tsx index 357732062..3d01c48ce 100644 --- a/src/IconRemoteGenSharp.tsx +++ b/src/IconRemoteGenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoteGenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoteGenSharpFilled.tsx b/src/IconRemoteGenSharpFilled.tsx index c21ed85f1..05ab11768 100644 --- a/src/IconRemoteGenSharpFilled.tsx +++ b/src/IconRemoteGenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoteGenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveDoneOutlined.tsx b/src/IconRemoveDoneOutlined.tsx index 889ce5639..1cdcdccb8 100644 --- a/src/IconRemoveDoneOutlined.tsx +++ b/src/IconRemoveDoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveDoneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveDoneOutlinedFilled.tsx b/src/IconRemoveDoneOutlinedFilled.tsx index 2b1609265..c6514402d 100644 --- a/src/IconRemoveDoneOutlinedFilled.tsx +++ b/src/IconRemoveDoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveDoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveDoneRounded.tsx b/src/IconRemoveDoneRounded.tsx index dfdc5e188..d4ca3811c 100644 --- a/src/IconRemoveDoneRounded.tsx +++ b/src/IconRemoveDoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveDoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveDoneRoundedFilled.tsx b/src/IconRemoveDoneRoundedFilled.tsx index 73eaf3a6c..69b4cb9ee 100644 --- a/src/IconRemoveDoneRoundedFilled.tsx +++ b/src/IconRemoveDoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveDoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveDoneSharp.tsx b/src/IconRemoveDoneSharp.tsx index 6430dde20..52d02a1b8 100644 --- a/src/IconRemoveDoneSharp.tsx +++ b/src/IconRemoveDoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveDoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveDoneSharpFilled.tsx b/src/IconRemoveDoneSharpFilled.tsx index 6ab165e7f..9875f9b97 100644 --- a/src/IconRemoveDoneSharpFilled.tsx +++ b/src/IconRemoveDoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveDoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconRemoveFromQueueOutlined.tsx b/src/IconRemoveFromQueueOutlined.tsx index cb495d3fa..3f30189fd 100644 --- a/src/IconRemoveFromQueueOutlined.tsx +++ b/src/IconRemoveFromQueueOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveFromQueueOutlined: React.FC = ({ ...props diff --git a/src/IconRemoveFromQueueOutlinedFilled.tsx b/src/IconRemoveFromQueueOutlinedFilled.tsx index f8f0321b1..a21477f8e 100644 --- a/src/IconRemoveFromQueueOutlinedFilled.tsx +++ b/src/IconRemoveFromQueueOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveFromQueueOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveFromQueueRounded.tsx b/src/IconRemoveFromQueueRounded.tsx index e75b23f07..e284c1217 100644 --- a/src/IconRemoveFromQueueRounded.tsx +++ b/src/IconRemoveFromQueueRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveFromQueueRounded: React.FC = ({ ...props diff --git a/src/IconRemoveFromQueueRoundedFilled.tsx b/src/IconRemoveFromQueueRoundedFilled.tsx index b51c8f903..6c7332793 100644 --- a/src/IconRemoveFromQueueRoundedFilled.tsx +++ b/src/IconRemoveFromQueueRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveFromQueueRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveFromQueueSharp.tsx b/src/IconRemoveFromQueueSharp.tsx index 4387e5f61..55752c27c 100644 --- a/src/IconRemoveFromQueueSharp.tsx +++ b/src/IconRemoveFromQueueSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveFromQueueSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveFromQueueSharpFilled.tsx b/src/IconRemoveFromQueueSharpFilled.tsx index 202cfe2e8..8d7dc00d8 100644 --- a/src/IconRemoveFromQueueSharpFilled.tsx +++ b/src/IconRemoveFromQueueSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveFromQueueSharpFilled: React.FC = ({ ...props diff --git a/src/IconRemoveModeratorOutlined.tsx b/src/IconRemoveModeratorOutlined.tsx index 922b3a836..d47480636 100644 --- a/src/IconRemoveModeratorOutlined.tsx +++ b/src/IconRemoveModeratorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveModeratorOutlined: React.FC = ({ ...props diff --git a/src/IconRemoveModeratorOutlinedFilled.tsx b/src/IconRemoveModeratorOutlinedFilled.tsx index 0a02faf56..0dc569c94 100644 --- a/src/IconRemoveModeratorOutlinedFilled.tsx +++ b/src/IconRemoveModeratorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveModeratorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveModeratorRounded.tsx b/src/IconRemoveModeratorRounded.tsx index b1a59047e..c1860ddf8 100644 --- a/src/IconRemoveModeratorRounded.tsx +++ b/src/IconRemoveModeratorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveModeratorRounded: React.FC = ({ ...props diff --git a/src/IconRemoveModeratorRoundedFilled.tsx b/src/IconRemoveModeratorRoundedFilled.tsx index af4c91778..f4b17d88c 100644 --- a/src/IconRemoveModeratorRoundedFilled.tsx +++ b/src/IconRemoveModeratorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveModeratorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveModeratorSharp.tsx b/src/IconRemoveModeratorSharp.tsx index 86910c240..2b4f61f3c 100644 --- a/src/IconRemoveModeratorSharp.tsx +++ b/src/IconRemoveModeratorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveModeratorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveModeratorSharpFilled.tsx b/src/IconRemoveModeratorSharpFilled.tsx index d729d767f..75a503c4a 100644 --- a/src/IconRemoveModeratorSharpFilled.tsx +++ b/src/IconRemoveModeratorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveModeratorSharpFilled: React.FC = ({ ...props diff --git a/src/IconRemoveOutlined.tsx b/src/IconRemoveOutlined.tsx index 936dcebc2..187771dbc 100644 --- a/src/IconRemoveOutlined.tsx +++ b/src/IconRemoveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveOutlinedFilled.tsx b/src/IconRemoveOutlinedFilled.tsx index 29ada56c1..d934dd7b0 100644 --- a/src/IconRemoveOutlinedFilled.tsx +++ b/src/IconRemoveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveRoadOutlined.tsx b/src/IconRemoveRoadOutlined.tsx index 82b37cd10..86cf94c2b 100644 --- a/src/IconRemoveRoadOutlined.tsx +++ b/src/IconRemoveRoadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveRoadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveRoadOutlinedFilled.tsx b/src/IconRemoveRoadOutlinedFilled.tsx index eba9bd3b6..6bfd1b838 100644 --- a/src/IconRemoveRoadOutlinedFilled.tsx +++ b/src/IconRemoveRoadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveRoadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveRoadRounded.tsx b/src/IconRemoveRoadRounded.tsx index 0fcc6bb0a..adccf1e9e 100644 --- a/src/IconRemoveRoadRounded.tsx +++ b/src/IconRemoveRoadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveRoadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveRoadRoundedFilled.tsx b/src/IconRemoveRoadRoundedFilled.tsx index e720bcf7f..b4236eb42 100644 --- a/src/IconRemoveRoadRoundedFilled.tsx +++ b/src/IconRemoveRoadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveRoadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveRoadSharp.tsx b/src/IconRemoveRoadSharp.tsx index bed7df288..bfe9f69ad 100644 --- a/src/IconRemoveRoadSharp.tsx +++ b/src/IconRemoveRoadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveRoadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveRoadSharpFilled.tsx b/src/IconRemoveRoadSharpFilled.tsx index f7ee1a4a3..d8e702d25 100644 --- a/src/IconRemoveRoadSharpFilled.tsx +++ b/src/IconRemoveRoadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveRoadSharpFilled: React.FC = ({ ...props diff --git a/src/IconRemoveRounded.tsx b/src/IconRemoveRounded.tsx index 3b9e1acea..ae62f5a98 100644 --- a/src/IconRemoveRounded.tsx +++ b/src/IconRemoveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveRoundedFilled.tsx b/src/IconRemoveRoundedFilled.tsx index 8f4fb0607..d38396293 100644 --- a/src/IconRemoveRoundedFilled.tsx +++ b/src/IconRemoveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveSelectionOutlined.tsx b/src/IconRemoveSelectionOutlined.tsx index 8aaef3ba0..6e8ee8db3 100644 --- a/src/IconRemoveSelectionOutlined.tsx +++ b/src/IconRemoveSelectionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveSelectionOutlined: React.FC = ({ ...props diff --git a/src/IconRemoveSelectionOutlinedFilled.tsx b/src/IconRemoveSelectionOutlinedFilled.tsx index cdf197bf0..5f0fc468c 100644 --- a/src/IconRemoveSelectionOutlinedFilled.tsx +++ b/src/IconRemoveSelectionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveSelectionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveSelectionRounded.tsx b/src/IconRemoveSelectionRounded.tsx index a3bbe487e..7bdfe3e00 100644 --- a/src/IconRemoveSelectionRounded.tsx +++ b/src/IconRemoveSelectionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveSelectionRounded: React.FC = ({ ...props diff --git a/src/IconRemoveSelectionRoundedFilled.tsx b/src/IconRemoveSelectionRoundedFilled.tsx index bd4121282..553f01808 100644 --- a/src/IconRemoveSelectionRoundedFilled.tsx +++ b/src/IconRemoveSelectionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveSelectionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveSelectionSharp.tsx b/src/IconRemoveSelectionSharp.tsx index 24d7cfc15..0d9a58ec3 100644 --- a/src/IconRemoveSelectionSharp.tsx +++ b/src/IconRemoveSelectionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveSelectionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveSelectionSharpFilled.tsx b/src/IconRemoveSelectionSharpFilled.tsx index a628a4b91..319c4bce8 100644 --- a/src/IconRemoveSelectionSharpFilled.tsx +++ b/src/IconRemoveSelectionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveSelectionSharpFilled: React.FC = ({ ...props diff --git a/src/IconRemoveSharp.tsx b/src/IconRemoveSharp.tsx index d210d1110..2b0c0dddd 100644 --- a/src/IconRemoveSharp.tsx +++ b/src/IconRemoveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveSharpFilled.tsx b/src/IconRemoveSharpFilled.tsx index 7784c4005..11ada8e5c 100644 --- a/src/IconRemoveSharpFilled.tsx +++ b/src/IconRemoveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRemoveShoppingCartOutlined.tsx b/src/IconRemoveShoppingCartOutlined.tsx index 645ca46fb..491989787 100644 --- a/src/IconRemoveShoppingCartOutlined.tsx +++ b/src/IconRemoveShoppingCartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveShoppingCartOutlined: React.FC = ({ ...props diff --git a/src/IconRemoveShoppingCartOutlinedFilled.tsx b/src/IconRemoveShoppingCartOutlinedFilled.tsx index 913971baa..0a77b01cd 100644 --- a/src/IconRemoveShoppingCartOutlinedFilled.tsx +++ b/src/IconRemoveShoppingCartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveShoppingCartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveShoppingCartRounded.tsx b/src/IconRemoveShoppingCartRounded.tsx index 5cb5eae7a..d751bbc0d 100644 --- a/src/IconRemoveShoppingCartRounded.tsx +++ b/src/IconRemoveShoppingCartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveShoppingCartRounded: React.FC = ({ ...props diff --git a/src/IconRemoveShoppingCartRoundedFilled.tsx b/src/IconRemoveShoppingCartRoundedFilled.tsx index 398a60c0b..2ed1e51e7 100644 --- a/src/IconRemoveShoppingCartRoundedFilled.tsx +++ b/src/IconRemoveShoppingCartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveShoppingCartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRemoveShoppingCartSharp.tsx b/src/IconRemoveShoppingCartSharp.tsx index 3c40645c7..8d0cbcf8a 100644 --- a/src/IconRemoveShoppingCartSharp.tsx +++ b/src/IconRemoveShoppingCartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveShoppingCartSharp: React.FC = ({ ...props diff --git a/src/IconRemoveShoppingCartSharpFilled.tsx b/src/IconRemoveShoppingCartSharpFilled.tsx index 43ff71ea1..1ff3dc4d2 100644 --- a/src/IconRemoveShoppingCartSharpFilled.tsx +++ b/src/IconRemoveShoppingCartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRemoveShoppingCartSharpFilled: React.FC = ({ ...props diff --git a/src/IconReopenWindowOutlined.tsx b/src/IconReopenWindowOutlined.tsx index 94451ae92..cca082b68 100644 --- a/src/IconReopenWindowOutlined.tsx +++ b/src/IconReopenWindowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReopenWindowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReopenWindowOutlinedFilled.tsx b/src/IconReopenWindowOutlinedFilled.tsx index e7944cf8f..3ad4b250c 100644 --- a/src/IconReopenWindowOutlinedFilled.tsx +++ b/src/IconReopenWindowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReopenWindowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReopenWindowRounded.tsx b/src/IconReopenWindowRounded.tsx index 532ba700f..1938c03ed 100644 --- a/src/IconReopenWindowRounded.tsx +++ b/src/IconReopenWindowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReopenWindowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReopenWindowRoundedFilled.tsx b/src/IconReopenWindowRoundedFilled.tsx index 37dafaa48..1429203f4 100644 --- a/src/IconReopenWindowRoundedFilled.tsx +++ b/src/IconReopenWindowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReopenWindowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReopenWindowSharp.tsx b/src/IconReopenWindowSharp.tsx index efb43f815..528774464 100644 --- a/src/IconReopenWindowSharp.tsx +++ b/src/IconReopenWindowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReopenWindowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReopenWindowSharpFilled.tsx b/src/IconReopenWindowSharpFilled.tsx index 464c2faf8..651631238 100644 --- a/src/IconReopenWindowSharpFilled.tsx +++ b/src/IconReopenWindowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReopenWindowSharpFilled: React.FC = ({ ...props diff --git a/src/IconReorderOutlined.tsx b/src/IconReorderOutlined.tsx index 7416871a3..ec837eb26 100644 --- a/src/IconReorderOutlined.tsx +++ b/src/IconReorderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReorderOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReorderOutlinedFilled.tsx b/src/IconReorderOutlinedFilled.tsx index c0b1ff67c..329121398 100644 --- a/src/IconReorderOutlinedFilled.tsx +++ b/src/IconReorderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReorderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReorderRounded.tsx b/src/IconReorderRounded.tsx index b1b37540a..b4e670be0 100644 --- a/src/IconReorderRounded.tsx +++ b/src/IconReorderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReorderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReorderRoundedFilled.tsx b/src/IconReorderRoundedFilled.tsx index 73a6a7711..94848e7fa 100644 --- a/src/IconReorderRoundedFilled.tsx +++ b/src/IconReorderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReorderRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReorderSharp.tsx b/src/IconReorderSharp.tsx index 2830a6db8..e836008cf 100644 --- a/src/IconReorderSharp.tsx +++ b/src/IconReorderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReorderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReorderSharpFilled.tsx b/src/IconReorderSharpFilled.tsx index 01e08e4be..2ae6d8ce9 100644 --- a/src/IconReorderSharpFilled.tsx +++ b/src/IconReorderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReorderSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRepartitionOutlined.tsx b/src/IconRepartitionOutlined.tsx index 3e3fa7969..33456182d 100644 --- a/src/IconRepartitionOutlined.tsx +++ b/src/IconRepartitionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepartitionOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRepartitionOutlinedFilled.tsx b/src/IconRepartitionOutlinedFilled.tsx index 941177271..8faedd309 100644 --- a/src/IconRepartitionOutlinedFilled.tsx +++ b/src/IconRepartitionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepartitionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRepartitionRounded.tsx b/src/IconRepartitionRounded.tsx index 395a589aa..275619738 100644 --- a/src/IconRepartitionRounded.tsx +++ b/src/IconRepartitionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepartitionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRepartitionRoundedFilled.tsx b/src/IconRepartitionRoundedFilled.tsx index c9973f3b3..6169c7dcf 100644 --- a/src/IconRepartitionRoundedFilled.tsx +++ b/src/IconRepartitionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepartitionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRepartitionSharp.tsx b/src/IconRepartitionSharp.tsx index edaca227c..d7ecf92a9 100644 --- a/src/IconRepartitionSharp.tsx +++ b/src/IconRepartitionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepartitionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRepartitionSharpFilled.tsx b/src/IconRepartitionSharpFilled.tsx index 7d425dce0..6198fca6e 100644 --- a/src/IconRepartitionSharpFilled.tsx +++ b/src/IconRepartitionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepartitionSharpFilled: React.FC = ({ ...props diff --git a/src/IconRepeatOnOutlined.tsx b/src/IconRepeatOnOutlined.tsx index 0f62eab51..99fc2f200 100644 --- a/src/IconRepeatOnOutlined.tsx +++ b/src/IconRepeatOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOnOutlinedFilled.tsx b/src/IconRepeatOnOutlinedFilled.tsx index 87f856607..0fc4dfc05 100644 --- a/src/IconRepeatOnOutlinedFilled.tsx +++ b/src/IconRepeatOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRepeatOnRounded.tsx b/src/IconRepeatOnRounded.tsx index 0d046e03d..1f08334f4 100644 --- a/src/IconRepeatOnRounded.tsx +++ b/src/IconRepeatOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOnRoundedFilled.tsx b/src/IconRepeatOnRoundedFilled.tsx index 7ba326806..fcb73e6ef 100644 --- a/src/IconRepeatOnRoundedFilled.tsx +++ b/src/IconRepeatOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRepeatOnSharp.tsx b/src/IconRepeatOnSharp.tsx index da850f11d..0a59b326f 100644 --- a/src/IconRepeatOnSharp.tsx +++ b/src/IconRepeatOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOnSharpFilled.tsx b/src/IconRepeatOnSharpFilled.tsx index f22ab2b5b..150436244 100644 --- a/src/IconRepeatOnSharpFilled.tsx +++ b/src/IconRepeatOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOneOnOutlined.tsx b/src/IconRepeatOneOnOutlined.tsx index 2b7f488a1..a63b531eb 100644 --- a/src/IconRepeatOneOnOutlined.tsx +++ b/src/IconRepeatOneOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOneOnOutlinedFilled.tsx b/src/IconRepeatOneOnOutlinedFilled.tsx index af97a979e..5aeed8455 100644 --- a/src/IconRepeatOneOnOutlinedFilled.tsx +++ b/src/IconRepeatOneOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRepeatOneOnRounded.tsx b/src/IconRepeatOneOnRounded.tsx index 532d4975c..70ed65dcf 100644 --- a/src/IconRepeatOneOnRounded.tsx +++ b/src/IconRepeatOneOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOneOnRoundedFilled.tsx b/src/IconRepeatOneOnRoundedFilled.tsx index 4dff7500d..7a9620b4d 100644 --- a/src/IconRepeatOneOnRoundedFilled.tsx +++ b/src/IconRepeatOneOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRepeatOneOnSharp.tsx b/src/IconRepeatOneOnSharp.tsx index 7c2f1bc3b..3e20f02f3 100644 --- a/src/IconRepeatOneOnSharp.tsx +++ b/src/IconRepeatOneOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOneOnSharpFilled.tsx b/src/IconRepeatOneOnSharpFilled.tsx index aed89633f..602f93d0c 100644 --- a/src/IconRepeatOneOnSharpFilled.tsx +++ b/src/IconRepeatOneOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconRepeatOneOutlined.tsx b/src/IconRepeatOneOutlined.tsx index ed2b97fc9..5dc9080ec 100644 --- a/src/IconRepeatOneOutlined.tsx +++ b/src/IconRepeatOneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOneOutlinedFilled.tsx b/src/IconRepeatOneOutlinedFilled.tsx index e76f7b38d..bddd68dd1 100644 --- a/src/IconRepeatOneOutlinedFilled.tsx +++ b/src/IconRepeatOneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRepeatOneRounded.tsx b/src/IconRepeatOneRounded.tsx index cd80b64f3..1c15e163f 100644 --- a/src/IconRepeatOneRounded.tsx +++ b/src/IconRepeatOneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOneRoundedFilled.tsx b/src/IconRepeatOneRoundedFilled.tsx index 44707262f..c4a837ee5 100644 --- a/src/IconRepeatOneRoundedFilled.tsx +++ b/src/IconRepeatOneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRepeatOneSharp.tsx b/src/IconRepeatOneSharp.tsx index 232861043..f9616afb1 100644 --- a/src/IconRepeatOneSharp.tsx +++ b/src/IconRepeatOneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOneSharpFilled.tsx b/src/IconRepeatOneSharpFilled.tsx index f279596dd..1d9255fd7 100644 --- a/src/IconRepeatOneSharpFilled.tsx +++ b/src/IconRepeatOneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOneSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOutlined.tsx b/src/IconRepeatOutlined.tsx index ca36de99f..74e2bea96 100644 --- a/src/IconRepeatOutlined.tsx +++ b/src/IconRepeatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatOutlinedFilled.tsx b/src/IconRepeatOutlinedFilled.tsx index 8af3f7a05..d3713ca6c 100644 --- a/src/IconRepeatOutlinedFilled.tsx +++ b/src/IconRepeatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatRounded.tsx b/src/IconRepeatRounded.tsx index 021634a1d..864c942bd 100644 --- a/src/IconRepeatRounded.tsx +++ b/src/IconRepeatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatRoundedFilled.tsx b/src/IconRepeatRoundedFilled.tsx index 6daea7157..fff08e921 100644 --- a/src/IconRepeatRoundedFilled.tsx +++ b/src/IconRepeatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatSharp.tsx b/src/IconRepeatSharp.tsx index a73891365..573d45b20 100644 --- a/src/IconRepeatSharp.tsx +++ b/src/IconRepeatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRepeatSharpFilled.tsx b/src/IconRepeatSharpFilled.tsx index d90759e82..14aaaba85 100644 --- a/src/IconRepeatSharpFilled.tsx +++ b/src/IconRepeatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRepeatSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaceAudioOutlined.tsx b/src/IconReplaceAudioOutlined.tsx index 293558ba6..b52bc63d1 100644 --- a/src/IconReplaceAudioOutlined.tsx +++ b/src/IconReplaceAudioOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceAudioOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaceAudioOutlinedFilled.tsx b/src/IconReplaceAudioOutlinedFilled.tsx index f104f5aea..1c4c8fce6 100644 --- a/src/IconReplaceAudioOutlinedFilled.tsx +++ b/src/IconReplaceAudioOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceAudioOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReplaceAudioRounded.tsx b/src/IconReplaceAudioRounded.tsx index 29d7f7922..139c670d5 100644 --- a/src/IconReplaceAudioRounded.tsx +++ b/src/IconReplaceAudioRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceAudioRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaceAudioRoundedFilled.tsx b/src/IconReplaceAudioRoundedFilled.tsx index 75b20d2e2..7f6541ebc 100644 --- a/src/IconReplaceAudioRoundedFilled.tsx +++ b/src/IconReplaceAudioRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceAudioRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReplaceAudioSharp.tsx b/src/IconReplaceAudioSharp.tsx index 1d6ce5ff7..1f6218f61 100644 --- a/src/IconReplaceAudioSharp.tsx +++ b/src/IconReplaceAudioSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceAudioSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaceAudioSharpFilled.tsx b/src/IconReplaceAudioSharpFilled.tsx index d042fa0be..a650304b6 100644 --- a/src/IconReplaceAudioSharpFilled.tsx +++ b/src/IconReplaceAudioSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceAudioSharpFilled: React.FC = ({ ...props diff --git a/src/IconReplaceImageOutlined.tsx b/src/IconReplaceImageOutlined.tsx index 1669daa0d..40a5e3205 100644 --- a/src/IconReplaceImageOutlined.tsx +++ b/src/IconReplaceImageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceImageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaceImageOutlinedFilled.tsx b/src/IconReplaceImageOutlinedFilled.tsx index 62824a5c9..0599bd127 100644 --- a/src/IconReplaceImageOutlinedFilled.tsx +++ b/src/IconReplaceImageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceImageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReplaceImageRounded.tsx b/src/IconReplaceImageRounded.tsx index 6d76c0762..289afc630 100644 --- a/src/IconReplaceImageRounded.tsx +++ b/src/IconReplaceImageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceImageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaceImageRoundedFilled.tsx b/src/IconReplaceImageRoundedFilled.tsx index 08ec602d6..de33fa0c7 100644 --- a/src/IconReplaceImageRoundedFilled.tsx +++ b/src/IconReplaceImageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceImageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReplaceImageSharp.tsx b/src/IconReplaceImageSharp.tsx index ff0744cca..1e445abd7 100644 --- a/src/IconReplaceImageSharp.tsx +++ b/src/IconReplaceImageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceImageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaceImageSharpFilled.tsx b/src/IconReplaceImageSharpFilled.tsx index fc032468c..57cef9647 100644 --- a/src/IconReplaceImageSharpFilled.tsx +++ b/src/IconReplaceImageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceImageSharpFilled: React.FC = ({ ...props diff --git a/src/IconReplaceVideoOutlined.tsx b/src/IconReplaceVideoOutlined.tsx index 574e22ca3..e1f8e356b 100644 --- a/src/IconReplaceVideoOutlined.tsx +++ b/src/IconReplaceVideoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceVideoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaceVideoOutlinedFilled.tsx b/src/IconReplaceVideoOutlinedFilled.tsx index 8c3749b5b..fd2ac07b6 100644 --- a/src/IconReplaceVideoOutlinedFilled.tsx +++ b/src/IconReplaceVideoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceVideoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReplaceVideoRounded.tsx b/src/IconReplaceVideoRounded.tsx index 19ae4156b..9cecfa86d 100644 --- a/src/IconReplaceVideoRounded.tsx +++ b/src/IconReplaceVideoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceVideoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaceVideoRoundedFilled.tsx b/src/IconReplaceVideoRoundedFilled.tsx index aad039b7d..4a7af7d71 100644 --- a/src/IconReplaceVideoRoundedFilled.tsx +++ b/src/IconReplaceVideoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceVideoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReplaceVideoSharp.tsx b/src/IconReplaceVideoSharp.tsx index 60e353ed5..71fd92eae 100644 --- a/src/IconReplaceVideoSharp.tsx +++ b/src/IconReplaceVideoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceVideoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaceVideoSharpFilled.tsx b/src/IconReplaceVideoSharpFilled.tsx index 67642ec6b..72e0148fa 100644 --- a/src/IconReplaceVideoSharpFilled.tsx +++ b/src/IconReplaceVideoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaceVideoSharpFilled: React.FC = ({ ...props diff --git a/src/IconReplay10Outlined.tsx b/src/IconReplay10Outlined.tsx index 2b742ce44..3da37dc0e 100644 --- a/src/IconReplay10Outlined.tsx +++ b/src/IconReplay10Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay10Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay10OutlinedFilled.tsx b/src/IconReplay10OutlinedFilled.tsx index d692acb42..7f9a9c797 100644 --- a/src/IconReplay10OutlinedFilled.tsx +++ b/src/IconReplay10OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay10OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReplay10Rounded.tsx b/src/IconReplay10Rounded.tsx index 04ecfe4bb..bb9a3ff23 100644 --- a/src/IconReplay10Rounded.tsx +++ b/src/IconReplay10Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay10Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay10RoundedFilled.tsx b/src/IconReplay10RoundedFilled.tsx index 40c611eab..90d10cbf1 100644 --- a/src/IconReplay10RoundedFilled.tsx +++ b/src/IconReplay10RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay10RoundedFilled: React.FC = ({ ...props diff --git a/src/IconReplay10Sharp.tsx b/src/IconReplay10Sharp.tsx index b871aadcc..c2df8255a 100644 --- a/src/IconReplay10Sharp.tsx +++ b/src/IconReplay10Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay10Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay10SharpFilled.tsx b/src/IconReplay10SharpFilled.tsx index df6e347bd..c0c0981c6 100644 --- a/src/IconReplay10SharpFilled.tsx +++ b/src/IconReplay10SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay10SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay30Outlined.tsx b/src/IconReplay30Outlined.tsx index 4898ee21e..1ed6a610c 100644 --- a/src/IconReplay30Outlined.tsx +++ b/src/IconReplay30Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay30Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay30OutlinedFilled.tsx b/src/IconReplay30OutlinedFilled.tsx index 272198bdc..a8118cf7a 100644 --- a/src/IconReplay30OutlinedFilled.tsx +++ b/src/IconReplay30OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay30OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReplay30Rounded.tsx b/src/IconReplay30Rounded.tsx index 9c84bc493..bb8374feb 100644 --- a/src/IconReplay30Rounded.tsx +++ b/src/IconReplay30Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay30Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay30RoundedFilled.tsx b/src/IconReplay30RoundedFilled.tsx index 14a807563..ccb6a9497 100644 --- a/src/IconReplay30RoundedFilled.tsx +++ b/src/IconReplay30RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay30RoundedFilled: React.FC = ({ ...props diff --git a/src/IconReplay30Sharp.tsx b/src/IconReplay30Sharp.tsx index 0629ed7db..d5efc76a0 100644 --- a/src/IconReplay30Sharp.tsx +++ b/src/IconReplay30Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay30Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay30SharpFilled.tsx b/src/IconReplay30SharpFilled.tsx index e788249b6..bb10bf50f 100644 --- a/src/IconReplay30SharpFilled.tsx +++ b/src/IconReplay30SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay30SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay5Outlined.tsx b/src/IconReplay5Outlined.tsx index 4447f8945..404cf9dff 100644 --- a/src/IconReplay5Outlined.tsx +++ b/src/IconReplay5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay5OutlinedFilled.tsx b/src/IconReplay5OutlinedFilled.tsx index 3b16fe7e9..2dd37ba17 100644 --- a/src/IconReplay5OutlinedFilled.tsx +++ b/src/IconReplay5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay5OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReplay5Rounded.tsx b/src/IconReplay5Rounded.tsx index 5d00a0f0d..4695e1a64 100644 --- a/src/IconReplay5Rounded.tsx +++ b/src/IconReplay5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay5RoundedFilled.tsx b/src/IconReplay5RoundedFilled.tsx index 02d920392..d073eb85e 100644 --- a/src/IconReplay5RoundedFilled.tsx +++ b/src/IconReplay5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay5RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay5Sharp.tsx b/src/IconReplay5Sharp.tsx index 00e2900e0..a340644be 100644 --- a/src/IconReplay5Sharp.tsx +++ b/src/IconReplay5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReplay5SharpFilled.tsx b/src/IconReplay5SharpFilled.tsx index bb0441016..14ee9eee6 100644 --- a/src/IconReplay5SharpFilled.tsx +++ b/src/IconReplay5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplay5SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReplayOutlined.tsx b/src/IconReplayOutlined.tsx index abb0ec53d..3c33dad6a 100644 --- a/src/IconReplayOutlined.tsx +++ b/src/IconReplayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReplayOutlinedFilled.tsx b/src/IconReplayOutlinedFilled.tsx index 332bde4de..4f4aa6ebf 100644 --- a/src/IconReplayOutlinedFilled.tsx +++ b/src/IconReplayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplayOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReplayRounded.tsx b/src/IconReplayRounded.tsx index 71eddb43f..f4431930c 100644 --- a/src/IconReplayRounded.tsx +++ b/src/IconReplayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReplayRoundedFilled.tsx b/src/IconReplayRoundedFilled.tsx index 9e7daca30..bb57294ed 100644 --- a/src/IconReplayRoundedFilled.tsx +++ b/src/IconReplayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplayRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaySharp.tsx b/src/IconReplaySharp.tsx index 163908b17..3b0296fb3 100644 --- a/src/IconReplaySharp.tsx +++ b/src/IconReplaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReplaySharpFilled.tsx b/src/IconReplaySharpFilled.tsx index 579e82b69..683f95dca 100644 --- a/src/IconReplaySharpFilled.tsx +++ b/src/IconReplaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReplyAllOutlined.tsx b/src/IconReplyAllOutlined.tsx index f8ca2331a..e92eb3918 100644 --- a/src/IconReplyAllOutlined.tsx +++ b/src/IconReplyAllOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplyAllOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReplyAllOutlinedFilled.tsx b/src/IconReplyAllOutlinedFilled.tsx index db187f6cf..cfb5e7125 100644 --- a/src/IconReplyAllOutlinedFilled.tsx +++ b/src/IconReplyAllOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplyAllOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReplyAllRounded.tsx b/src/IconReplyAllRounded.tsx index 863f31fd2..3da8a5843 100644 --- a/src/IconReplyAllRounded.tsx +++ b/src/IconReplyAllRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplyAllRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReplyAllRoundedFilled.tsx b/src/IconReplyAllRoundedFilled.tsx index d69b78bbb..704771555 100644 --- a/src/IconReplyAllRoundedFilled.tsx +++ b/src/IconReplyAllRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplyAllRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReplyAllSharp.tsx b/src/IconReplyAllSharp.tsx index 3c8045a6e..4a94bdd3e 100644 --- a/src/IconReplyAllSharp.tsx +++ b/src/IconReplyAllSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplyAllSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReplyAllSharpFilled.tsx b/src/IconReplyAllSharpFilled.tsx index 4a50661e9..06a0a5cbe 100644 --- a/src/IconReplyAllSharpFilled.tsx +++ b/src/IconReplyAllSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplyAllSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReplyOutlined.tsx b/src/IconReplyOutlined.tsx index 34573599d..7142e8e4a 100644 --- a/src/IconReplyOutlined.tsx +++ b/src/IconReplyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReplyOutlinedFilled.tsx b/src/IconReplyOutlinedFilled.tsx index 0d722612a..dc686dd49 100644 --- a/src/IconReplyOutlinedFilled.tsx +++ b/src/IconReplyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReplyRounded.tsx b/src/IconReplyRounded.tsx new file mode 100644 index 000000000..6ea042b88 --- /dev/null +++ b/src/IconReplyRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types.js' + +export const IconReplyRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconReplyRoundedFilled.tsx b/src/IconReplyRoundedFilled.tsx index 48b2a9e32..7a9163c87 100644 --- a/src/IconReplyRoundedFilled.tsx +++ b/src/IconReplyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReplySharp.tsx b/src/IconReplySharp.tsx index a5e1f1e94..ac6b3e932 100644 --- a/src/IconReplySharp.tsx +++ b/src/IconReplySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReplySharpFilled.tsx b/src/IconReplySharpFilled.tsx index c9d337e2a..cfafabaee 100644 --- a/src/IconReplySharpFilled.tsx +++ b/src/IconReplySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReplySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReportOffOutlined.tsx b/src/IconReportOffOutlined.tsx index a6e731011..ea3020d72 100644 --- a/src/IconReportOffOutlined.tsx +++ b/src/IconReportOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReportOffOutlinedFilled.tsx b/src/IconReportOffOutlinedFilled.tsx index 872170f8c..4f2ea6337 100644 --- a/src/IconReportOffOutlinedFilled.tsx +++ b/src/IconReportOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReportOffRounded.tsx b/src/IconReportOffRounded.tsx index 5e026b0bc..88998277e 100644 --- a/src/IconReportOffRounded.tsx +++ b/src/IconReportOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReportOffRoundedFilled.tsx b/src/IconReportOffRoundedFilled.tsx index 1e88442e4..af8fbd6ad 100644 --- a/src/IconReportOffRoundedFilled.tsx +++ b/src/IconReportOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconReportOffSharp.tsx b/src/IconReportOffSharp.tsx index 636592bb2..b01ff8fce 100644 --- a/src/IconReportOffSharp.tsx +++ b/src/IconReportOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReportOffSharpFilled.tsx b/src/IconReportOffSharpFilled.tsx index c82aa1f8e..3ef524da2 100644 --- a/src/IconReportOffSharpFilled.tsx +++ b/src/IconReportOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReportOutlined.tsx b/src/IconReportOutlined.tsx index dbda1acd5..4065e0ab2 100644 --- a/src/IconReportOutlined.tsx +++ b/src/IconReportOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReportOutlinedFilled.tsx b/src/IconReportOutlinedFilled.tsx index defb25943..2ba72bb3b 100644 --- a/src/IconReportOutlinedFilled.tsx +++ b/src/IconReportOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReportRounded.tsx b/src/IconReportRounded.tsx index 7d29fc468..7e95a9d36 100644 --- a/src/IconReportRounded.tsx +++ b/src/IconReportRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReportRoundedFilled.tsx b/src/IconReportRoundedFilled.tsx index 4e08665e2..1e5bcc8fc 100644 --- a/src/IconReportRoundedFilled.tsx +++ b/src/IconReportRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReportSharp.tsx b/src/IconReportSharp.tsx index a4db42fba..1571d4506 100644 --- a/src/IconReportSharp.tsx +++ b/src/IconReportSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReportSharpFilled.tsx b/src/IconReportSharpFilled.tsx index 248c8ede2..d7829e4a2 100644 --- a/src/IconReportSharpFilled.tsx +++ b/src/IconReportSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReportSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRequestPageOutlined.tsx b/src/IconRequestPageOutlined.tsx index cf6f84196..240f4197d 100644 --- a/src/IconRequestPageOutlined.tsx +++ b/src/IconRequestPageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestPageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRequestPageOutlinedFilled.tsx b/src/IconRequestPageOutlinedFilled.tsx index 2ed5dd83d..a8a2b64fe 100644 --- a/src/IconRequestPageOutlinedFilled.tsx +++ b/src/IconRequestPageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestPageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRequestPageRounded.tsx b/src/IconRequestPageRounded.tsx index 1383323a1..59cc309ca 100644 --- a/src/IconRequestPageRounded.tsx +++ b/src/IconRequestPageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestPageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRequestPageRoundedFilled.tsx b/src/IconRequestPageRoundedFilled.tsx index 8e3b075ec..e6a082838 100644 --- a/src/IconRequestPageRoundedFilled.tsx +++ b/src/IconRequestPageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestPageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRequestPageSharp.tsx b/src/IconRequestPageSharp.tsx index 155e6ddab..5f27e6ad0 100644 --- a/src/IconRequestPageSharp.tsx +++ b/src/IconRequestPageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestPageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRequestPageSharpFilled.tsx b/src/IconRequestPageSharpFilled.tsx index 29d7d45e0..1cc884a21 100644 --- a/src/IconRequestPageSharpFilled.tsx +++ b/src/IconRequestPageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestPageSharpFilled: React.FC = ({ ...props diff --git a/src/IconRequestQuoteOutlined.tsx b/src/IconRequestQuoteOutlined.tsx index 03e6c0896..10a5f2561 100644 --- a/src/IconRequestQuoteOutlined.tsx +++ b/src/IconRequestQuoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestQuoteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRequestQuoteOutlinedFilled.tsx b/src/IconRequestQuoteOutlinedFilled.tsx index 7929a2581..a02f936ed 100644 --- a/src/IconRequestQuoteOutlinedFilled.tsx +++ b/src/IconRequestQuoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestQuoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRequestQuoteRounded.tsx b/src/IconRequestQuoteRounded.tsx index f3faa56ee..e5d89b814 100644 --- a/src/IconRequestQuoteRounded.tsx +++ b/src/IconRequestQuoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestQuoteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRequestQuoteRoundedFilled.tsx b/src/IconRequestQuoteRoundedFilled.tsx index 1f66a4874..52c25a1ed 100644 --- a/src/IconRequestQuoteRoundedFilled.tsx +++ b/src/IconRequestQuoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestQuoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRequestQuoteSharp.tsx b/src/IconRequestQuoteSharp.tsx index b06f7fb33..ad452c107 100644 --- a/src/IconRequestQuoteSharp.tsx +++ b/src/IconRequestQuoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestQuoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRequestQuoteSharpFilled.tsx b/src/IconRequestQuoteSharpFilled.tsx index eadeed39e..b41db7a7b 100644 --- a/src/IconRequestQuoteSharpFilled.tsx +++ b/src/IconRequestQuoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRequestQuoteSharpFilled: React.FC = ({ ...props diff --git a/src/IconResetBrightnessOutlined.tsx b/src/IconResetBrightnessOutlined.tsx index ef5ee06da..3fff371e8 100644 --- a/src/IconResetBrightnessOutlined.tsx +++ b/src/IconResetBrightnessOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetBrightnessOutlined: React.FC = ({ ...props diff --git a/src/IconResetBrightnessOutlinedFilled.tsx b/src/IconResetBrightnessOutlinedFilled.tsx index 61388afa5..133f0c49a 100644 --- a/src/IconResetBrightnessOutlinedFilled.tsx +++ b/src/IconResetBrightnessOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetBrightnessOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconResetBrightnessRounded.tsx b/src/IconResetBrightnessRounded.tsx index a462d9d16..a26bcfb3f 100644 --- a/src/IconResetBrightnessRounded.tsx +++ b/src/IconResetBrightnessRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetBrightnessRounded: React.FC = ({ ...props diff --git a/src/IconResetBrightnessRoundedFilled.tsx b/src/IconResetBrightnessRoundedFilled.tsx index 24d65c7d7..31529c257 100644 --- a/src/IconResetBrightnessRoundedFilled.tsx +++ b/src/IconResetBrightnessRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetBrightnessRoundedFilled: React.FC = ({ ...props diff --git a/src/IconResetBrightnessSharp.tsx b/src/IconResetBrightnessSharp.tsx index b6022e374..5144a1290 100644 --- a/src/IconResetBrightnessSharp.tsx +++ b/src/IconResetBrightnessSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetBrightnessSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconResetBrightnessSharpFilled.tsx b/src/IconResetBrightnessSharpFilled.tsx index f4d804edf..a1adccbcb 100644 --- a/src/IconResetBrightnessSharpFilled.tsx +++ b/src/IconResetBrightnessSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetBrightnessSharpFilled: React.FC = ({ ...props diff --git a/src/IconResetFocusOutlined.tsx b/src/IconResetFocusOutlined.tsx index 271fbc3aa..66152cdc5 100644 --- a/src/IconResetFocusOutlined.tsx +++ b/src/IconResetFocusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetFocusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconResetFocusOutlinedFilled.tsx b/src/IconResetFocusOutlinedFilled.tsx index 514f33ae6..eb7d11a7a 100644 --- a/src/IconResetFocusOutlinedFilled.tsx +++ b/src/IconResetFocusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetFocusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconResetFocusRounded.tsx b/src/IconResetFocusRounded.tsx index 0bdec397e..30baa978b 100644 --- a/src/IconResetFocusRounded.tsx +++ b/src/IconResetFocusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetFocusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconResetFocusRoundedFilled.tsx b/src/IconResetFocusRoundedFilled.tsx index c694fc8fc..4ee64596a 100644 --- a/src/IconResetFocusRoundedFilled.tsx +++ b/src/IconResetFocusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetFocusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconResetFocusSharp.tsx b/src/IconResetFocusSharp.tsx index 2315ba183..6934ab594 100644 --- a/src/IconResetFocusSharp.tsx +++ b/src/IconResetFocusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetFocusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconResetFocusSharpFilled.tsx b/src/IconResetFocusSharpFilled.tsx index fe54d04c9..5b18d7622 100644 --- a/src/IconResetFocusSharpFilled.tsx +++ b/src/IconResetFocusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetFocusSharpFilled: React.FC = ({ ...props diff --git a/src/IconResetImageOutlined.tsx b/src/IconResetImageOutlined.tsx index 7c6cd5148..df99aba59 100644 --- a/src/IconResetImageOutlined.tsx +++ b/src/IconResetImageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetImageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconResetImageOutlinedFilled.tsx b/src/IconResetImageOutlinedFilled.tsx index cd72c64c5..8c5ca1521 100644 --- a/src/IconResetImageOutlinedFilled.tsx +++ b/src/IconResetImageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetImageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconResetImageRounded.tsx b/src/IconResetImageRounded.tsx index 0098d29d9..be36279ff 100644 --- a/src/IconResetImageRounded.tsx +++ b/src/IconResetImageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetImageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconResetImageRoundedFilled.tsx b/src/IconResetImageRoundedFilled.tsx index 575210d7a..d1c8cb1bd 100644 --- a/src/IconResetImageRoundedFilled.tsx +++ b/src/IconResetImageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetImageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconResetImageSharp.tsx b/src/IconResetImageSharp.tsx index a2173bfed..d4c83127a 100644 --- a/src/IconResetImageSharp.tsx +++ b/src/IconResetImageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetImageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconResetImageSharpFilled.tsx b/src/IconResetImageSharpFilled.tsx index c0b344a51..404a6a4f4 100644 --- a/src/IconResetImageSharpFilled.tsx +++ b/src/IconResetImageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetImageSharpFilled: React.FC = ({ ...props diff --git a/src/IconResetIsoOutlined.tsx b/src/IconResetIsoOutlined.tsx index 362c45697..fa5aaf6d7 100644 --- a/src/IconResetIsoOutlined.tsx +++ b/src/IconResetIsoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetIsoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconResetIsoOutlinedFilled.tsx b/src/IconResetIsoOutlinedFilled.tsx index 7d1dd744a..9b6611fba 100644 --- a/src/IconResetIsoOutlinedFilled.tsx +++ b/src/IconResetIsoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetIsoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconResetIsoRounded.tsx b/src/IconResetIsoRounded.tsx index 56cc4a389..94bfc1676 100644 --- a/src/IconResetIsoRounded.tsx +++ b/src/IconResetIsoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetIsoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconResetIsoRoundedFilled.tsx b/src/IconResetIsoRoundedFilled.tsx index feab77b35..4f48a2c54 100644 --- a/src/IconResetIsoRoundedFilled.tsx +++ b/src/IconResetIsoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetIsoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconResetIsoSharp.tsx b/src/IconResetIsoSharp.tsx index 808e76aec..223ac24f3 100644 --- a/src/IconResetIsoSharp.tsx +++ b/src/IconResetIsoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetIsoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconResetIsoSharpFilled.tsx b/src/IconResetIsoSharpFilled.tsx index 6262dda69..99b8b7a59 100644 --- a/src/IconResetIsoSharpFilled.tsx +++ b/src/IconResetIsoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetIsoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconResetSettingsOutlined.tsx b/src/IconResetSettingsOutlined.tsx index 31a5a9e00..8f5e4b729 100644 --- a/src/IconResetSettingsOutlined.tsx +++ b/src/IconResetSettingsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetSettingsOutlined: React.FC = ({ ...props diff --git a/src/IconResetSettingsOutlinedFilled.tsx b/src/IconResetSettingsOutlinedFilled.tsx index 5d0c22881..b2123d3e0 100644 --- a/src/IconResetSettingsOutlinedFilled.tsx +++ b/src/IconResetSettingsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetSettingsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconResetSettingsRounded.tsx b/src/IconResetSettingsRounded.tsx index ed16b524c..4cd715887 100644 --- a/src/IconResetSettingsRounded.tsx +++ b/src/IconResetSettingsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetSettingsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconResetSettingsRoundedFilled.tsx b/src/IconResetSettingsRoundedFilled.tsx index c06e6da9e..35beaa9ef 100644 --- a/src/IconResetSettingsRoundedFilled.tsx +++ b/src/IconResetSettingsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetSettingsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconResetSettingsSharp.tsx b/src/IconResetSettingsSharp.tsx index 3d5002942..32d7dd0c3 100644 --- a/src/IconResetSettingsSharp.tsx +++ b/src/IconResetSettingsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetSettingsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconResetSettingsSharpFilled.tsx b/src/IconResetSettingsSharpFilled.tsx index dd6c1822a..d27e369d9 100644 --- a/src/IconResetSettingsSharpFilled.tsx +++ b/src/IconResetSettingsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetSettingsSharpFilled: React.FC = ({ ...props diff --git a/src/IconResetShadowOutlined.tsx b/src/IconResetShadowOutlined.tsx index 224b1d173..dc2bc25c5 100644 --- a/src/IconResetShadowOutlined.tsx +++ b/src/IconResetShadowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShadowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconResetShadowOutlinedFilled.tsx b/src/IconResetShadowOutlinedFilled.tsx index 67c137d1a..54f6c4baa 100644 --- a/src/IconResetShadowOutlinedFilled.tsx +++ b/src/IconResetShadowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShadowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconResetShadowRounded.tsx b/src/IconResetShadowRounded.tsx index 6c76382c7..90b7dc95b 100644 --- a/src/IconResetShadowRounded.tsx +++ b/src/IconResetShadowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShadowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconResetShadowRoundedFilled.tsx b/src/IconResetShadowRoundedFilled.tsx index 324e4e574..552e1a03f 100644 --- a/src/IconResetShadowRoundedFilled.tsx +++ b/src/IconResetShadowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShadowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconResetShadowSharp.tsx b/src/IconResetShadowSharp.tsx index acf59a5c7..d8b2d98b5 100644 --- a/src/IconResetShadowSharp.tsx +++ b/src/IconResetShadowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShadowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconResetShadowSharpFilled.tsx b/src/IconResetShadowSharpFilled.tsx index 280edaa3d..ac3354f6c 100644 --- a/src/IconResetShadowSharpFilled.tsx +++ b/src/IconResetShadowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShadowSharpFilled: React.FC = ({ ...props diff --git a/src/IconResetShutterSpeedOutlined.tsx b/src/IconResetShutterSpeedOutlined.tsx index 2869214fc..c1d9a83af 100644 --- a/src/IconResetShutterSpeedOutlined.tsx +++ b/src/IconResetShutterSpeedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShutterSpeedOutlined: React.FC = ({ ...props diff --git a/src/IconResetShutterSpeedOutlinedFilled.tsx b/src/IconResetShutterSpeedOutlinedFilled.tsx index bb119ec12..a7d5356e5 100644 --- a/src/IconResetShutterSpeedOutlinedFilled.tsx +++ b/src/IconResetShutterSpeedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShutterSpeedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconResetShutterSpeedRounded.tsx b/src/IconResetShutterSpeedRounded.tsx index 9cd0151d2..1cedb7aea 100644 --- a/src/IconResetShutterSpeedRounded.tsx +++ b/src/IconResetShutterSpeedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShutterSpeedRounded: React.FC = ({ ...props diff --git a/src/IconResetShutterSpeedRoundedFilled.tsx b/src/IconResetShutterSpeedRoundedFilled.tsx index 34d96c139..8682c821e 100644 --- a/src/IconResetShutterSpeedRoundedFilled.tsx +++ b/src/IconResetShutterSpeedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShutterSpeedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconResetShutterSpeedSharp.tsx b/src/IconResetShutterSpeedSharp.tsx index fe8e88520..5929b827e 100644 --- a/src/IconResetShutterSpeedSharp.tsx +++ b/src/IconResetShutterSpeedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShutterSpeedSharp: React.FC = ({ ...props diff --git a/src/IconResetShutterSpeedSharpFilled.tsx b/src/IconResetShutterSpeedSharpFilled.tsx index b3b0dab2a..1e00f6dd7 100644 --- a/src/IconResetShutterSpeedSharpFilled.tsx +++ b/src/IconResetShutterSpeedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetShutterSpeedSharpFilled: React.FC = ({ ...props diff --git a/src/IconResetTvOutlined.tsx b/src/IconResetTvOutlined.tsx index 30ee53c9a..e90e8479b 100644 --- a/src/IconResetTvOutlined.tsx +++ b/src/IconResetTvOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetTvOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconResetTvOutlinedFilled.tsx b/src/IconResetTvOutlinedFilled.tsx index 590cb0f92..5455c07c2 100644 --- a/src/IconResetTvOutlinedFilled.tsx +++ b/src/IconResetTvOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetTvOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconResetTvRounded.tsx b/src/IconResetTvRounded.tsx index cd13f19c7..7f645dc01 100644 --- a/src/IconResetTvRounded.tsx +++ b/src/IconResetTvRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetTvRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconResetTvRoundedFilled.tsx b/src/IconResetTvRoundedFilled.tsx index def08273c..f97ac3799 100644 --- a/src/IconResetTvRoundedFilled.tsx +++ b/src/IconResetTvRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetTvRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconResetTvSharp.tsx b/src/IconResetTvSharp.tsx index 620978ee6..eff946f25 100644 --- a/src/IconResetTvSharp.tsx +++ b/src/IconResetTvSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetTvSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconResetTvSharpFilled.tsx b/src/IconResetTvSharpFilled.tsx index 9acdf380d..b683abb63 100644 --- a/src/IconResetTvSharpFilled.tsx +++ b/src/IconResetTvSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetTvSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconResetWhiteBalanceOutlined.tsx b/src/IconResetWhiteBalanceOutlined.tsx index a1a05f68f..03f37a4c5 100644 --- a/src/IconResetWhiteBalanceOutlined.tsx +++ b/src/IconResetWhiteBalanceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWhiteBalanceOutlined: React.FC = ({ ...props diff --git a/src/IconResetWhiteBalanceOutlinedFilled.tsx b/src/IconResetWhiteBalanceOutlinedFilled.tsx index 4ae49b458..bd2340bb0 100644 --- a/src/IconResetWhiteBalanceOutlinedFilled.tsx +++ b/src/IconResetWhiteBalanceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWhiteBalanceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconResetWhiteBalanceRounded.tsx b/src/IconResetWhiteBalanceRounded.tsx index a68da31d2..e80ae5974 100644 --- a/src/IconResetWhiteBalanceRounded.tsx +++ b/src/IconResetWhiteBalanceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWhiteBalanceRounded: React.FC = ({ ...props diff --git a/src/IconResetWhiteBalanceRoundedFilled.tsx b/src/IconResetWhiteBalanceRoundedFilled.tsx index 7e1ade014..5735c6ab1 100644 --- a/src/IconResetWhiteBalanceRoundedFilled.tsx +++ b/src/IconResetWhiteBalanceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWhiteBalanceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconResetWhiteBalanceSharp.tsx b/src/IconResetWhiteBalanceSharp.tsx index 49430361a..27436b876 100644 --- a/src/IconResetWhiteBalanceSharp.tsx +++ b/src/IconResetWhiteBalanceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWhiteBalanceSharp: React.FC = ({ ...props diff --git a/src/IconResetWhiteBalanceSharpFilled.tsx b/src/IconResetWhiteBalanceSharpFilled.tsx index e10be4a69..bb1fcbdd0 100644 --- a/src/IconResetWhiteBalanceSharpFilled.tsx +++ b/src/IconResetWhiteBalanceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWhiteBalanceSharpFilled: React.FC = ({ ...props diff --git a/src/IconResetWrenchOutlined.tsx b/src/IconResetWrenchOutlined.tsx index 5fefba683..ac71494e4 100644 --- a/src/IconResetWrenchOutlined.tsx +++ b/src/IconResetWrenchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWrenchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconResetWrenchOutlinedFilled.tsx b/src/IconResetWrenchOutlinedFilled.tsx index 703abc652..3e673c48c 100644 --- a/src/IconResetWrenchOutlinedFilled.tsx +++ b/src/IconResetWrenchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWrenchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconResetWrenchRounded.tsx b/src/IconResetWrenchRounded.tsx index 0dad39352..eddf2a43a 100644 --- a/src/IconResetWrenchRounded.tsx +++ b/src/IconResetWrenchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWrenchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconResetWrenchRoundedFilled.tsx b/src/IconResetWrenchRoundedFilled.tsx index 375601959..28117a3e4 100644 --- a/src/IconResetWrenchRoundedFilled.tsx +++ b/src/IconResetWrenchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWrenchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconResetWrenchSharp.tsx b/src/IconResetWrenchSharp.tsx index b4b9ea1cb..ca9bd200c 100644 --- a/src/IconResetWrenchSharp.tsx +++ b/src/IconResetWrenchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWrenchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconResetWrenchSharpFilled.tsx b/src/IconResetWrenchSharpFilled.tsx index 094fa1f9f..6f53a434c 100644 --- a/src/IconResetWrenchSharpFilled.tsx +++ b/src/IconResetWrenchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResetWrenchSharpFilled: React.FC = ({ ...props diff --git a/src/IconResizeOutlined.tsx b/src/IconResizeOutlined.tsx index f304264e1..0c31d9a6b 100644 --- a/src/IconResizeOutlined.tsx +++ b/src/IconResizeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResizeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconResizeOutlinedFilled.tsx b/src/IconResizeOutlinedFilled.tsx index 5338f6217..1033b71bf 100644 --- a/src/IconResizeOutlinedFilled.tsx +++ b/src/IconResizeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResizeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconResizeRounded.tsx b/src/IconResizeRounded.tsx index 918f38caf..f8191dd72 100644 --- a/src/IconResizeRounded.tsx +++ b/src/IconResizeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResizeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconResizeRoundedFilled.tsx b/src/IconResizeRoundedFilled.tsx index d1cb04d34..8e402c9aa 100644 --- a/src/IconResizeRoundedFilled.tsx +++ b/src/IconResizeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResizeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconResizeSharp.tsx b/src/IconResizeSharp.tsx index 8d6e1551a..3a360912c 100644 --- a/src/IconResizeSharp.tsx +++ b/src/IconResizeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResizeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconResizeSharpFilled.tsx b/src/IconResizeSharpFilled.tsx index b740185a6..faee275d9 100644 --- a/src/IconResizeSharpFilled.tsx +++ b/src/IconResizeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResizeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRespiratoryRateOutlined.tsx b/src/IconRespiratoryRateOutlined.tsx index cbce5e605..5be2dfd92 100644 --- a/src/IconRespiratoryRateOutlined.tsx +++ b/src/IconRespiratoryRateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRespiratoryRateOutlined: React.FC = ({ ...props diff --git a/src/IconRespiratoryRateOutlinedFilled.tsx b/src/IconRespiratoryRateOutlinedFilled.tsx index fc746e9fe..0b722d6a5 100644 --- a/src/IconRespiratoryRateOutlinedFilled.tsx +++ b/src/IconRespiratoryRateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRespiratoryRateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRespiratoryRateRounded.tsx b/src/IconRespiratoryRateRounded.tsx index 6b7c7b515..b15c00298 100644 --- a/src/IconRespiratoryRateRounded.tsx +++ b/src/IconRespiratoryRateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRespiratoryRateRounded: React.FC = ({ ...props diff --git a/src/IconRespiratoryRateRoundedFilled.tsx b/src/IconRespiratoryRateRoundedFilled.tsx index 3aa35b322..399975977 100644 --- a/src/IconRespiratoryRateRoundedFilled.tsx +++ b/src/IconRespiratoryRateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRespiratoryRateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRespiratoryRateSharp.tsx b/src/IconRespiratoryRateSharp.tsx index ae58b7abd..a39884302 100644 --- a/src/IconRespiratoryRateSharp.tsx +++ b/src/IconRespiratoryRateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRespiratoryRateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRespiratoryRateSharpFilled.tsx b/src/IconRespiratoryRateSharpFilled.tsx index e1b3f8702..a5e927766 100644 --- a/src/IconRespiratoryRateSharpFilled.tsx +++ b/src/IconRespiratoryRateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRespiratoryRateSharpFilled: React.FC = ({ ...props diff --git a/src/IconResponsiveLayoutOutlined.tsx b/src/IconResponsiveLayoutOutlined.tsx index 05124d9dc..69c86c53a 100644 --- a/src/IconResponsiveLayoutOutlined.tsx +++ b/src/IconResponsiveLayoutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResponsiveLayoutOutlined: React.FC = ({ ...props diff --git a/src/IconResponsiveLayoutOutlinedFilled.tsx b/src/IconResponsiveLayoutOutlinedFilled.tsx index 75f342ebe..092c74355 100644 --- a/src/IconResponsiveLayoutOutlinedFilled.tsx +++ b/src/IconResponsiveLayoutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResponsiveLayoutOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconResponsiveLayoutRounded.tsx b/src/IconResponsiveLayoutRounded.tsx index bab81687d..fba3204d9 100644 --- a/src/IconResponsiveLayoutRounded.tsx +++ b/src/IconResponsiveLayoutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResponsiveLayoutRounded: React.FC = ({ ...props diff --git a/src/IconResponsiveLayoutRoundedFilled.tsx b/src/IconResponsiveLayoutRoundedFilled.tsx index 0218cc976..9c32bc01a 100644 --- a/src/IconResponsiveLayoutRoundedFilled.tsx +++ b/src/IconResponsiveLayoutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResponsiveLayoutRoundedFilled: React.FC = ({ ...props diff --git a/src/IconResponsiveLayoutSharp.tsx b/src/IconResponsiveLayoutSharp.tsx index cecb5569d..068bffe3e 100644 --- a/src/IconResponsiveLayoutSharp.tsx +++ b/src/IconResponsiveLayoutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResponsiveLayoutSharp: React.FC = ({ ...props diff --git a/src/IconResponsiveLayoutSharpFilled.tsx b/src/IconResponsiveLayoutSharpFilled.tsx index 79d3c7d04..731a2f33d 100644 --- a/src/IconResponsiveLayoutSharpFilled.tsx +++ b/src/IconResponsiveLayoutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResponsiveLayoutSharpFilled: React.FC = ({ ...props diff --git a/src/IconRestartAltOutlined.tsx b/src/IconRestartAltOutlined.tsx index 70647fe70..c46009a4b 100644 --- a/src/IconRestartAltOutlined.tsx +++ b/src/IconRestartAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestartAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRestartAltOutlinedFilled.tsx b/src/IconRestartAltOutlinedFilled.tsx index 5bc98fd57..07cb738cb 100644 --- a/src/IconRestartAltOutlinedFilled.tsx +++ b/src/IconRestartAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestartAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRestartAltRounded.tsx b/src/IconRestartAltRounded.tsx index afe61158d..492511379 100644 --- a/src/IconRestartAltRounded.tsx +++ b/src/IconRestartAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestartAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRestartAltRoundedFilled.tsx b/src/IconRestartAltRoundedFilled.tsx index de4193271..64f044736 100644 --- a/src/IconRestartAltRoundedFilled.tsx +++ b/src/IconRestartAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestartAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRestartAltSharp.tsx b/src/IconRestartAltSharp.tsx index d2fef62ba..dde25fb6e 100644 --- a/src/IconRestartAltSharp.tsx +++ b/src/IconRestartAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestartAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRestartAltSharpFilled.tsx b/src/IconRestartAltSharpFilled.tsx index c434086fb..448a56223 100644 --- a/src/IconRestartAltSharpFilled.tsx +++ b/src/IconRestartAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestartAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconRestaurantOutlined.tsx b/src/IconRestaurantOutlined.tsx index ef238985f..19024301b 100644 --- a/src/IconRestaurantOutlined.tsx +++ b/src/IconRestaurantOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestaurantOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRestaurantOutlinedFilled.tsx b/src/IconRestaurantOutlinedFilled.tsx index df9e7f3da..8135aa511 100644 --- a/src/IconRestaurantOutlinedFilled.tsx +++ b/src/IconRestaurantOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestaurantOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRestaurantRounded.tsx b/src/IconRestaurantRounded.tsx index 121113a5b..97b4b8a78 100644 --- a/src/IconRestaurantRounded.tsx +++ b/src/IconRestaurantRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestaurantRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRestaurantRoundedFilled.tsx b/src/IconRestaurantRoundedFilled.tsx index a947a1dd3..c06804ae5 100644 --- a/src/IconRestaurantRoundedFilled.tsx +++ b/src/IconRestaurantRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestaurantRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRestaurantSharp.tsx b/src/IconRestaurantSharp.tsx index 0806ee0bd..e5521deca 100644 --- a/src/IconRestaurantSharp.tsx +++ b/src/IconRestaurantSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestaurantSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRestaurantSharpFilled.tsx b/src/IconRestaurantSharpFilled.tsx index 01a5a396b..d0793588f 100644 --- a/src/IconRestaurantSharpFilled.tsx +++ b/src/IconRestaurantSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestaurantSharpFilled: React.FC = ({ ...props diff --git a/src/IconRestoreFromTrashOutlined.tsx b/src/IconRestoreFromTrashOutlined.tsx index 91ed90237..0f578e460 100644 --- a/src/IconRestoreFromTrashOutlined.tsx +++ b/src/IconRestoreFromTrashOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestoreFromTrashOutlined: React.FC = ({ ...props diff --git a/src/IconRestoreFromTrashOutlinedFilled.tsx b/src/IconRestoreFromTrashOutlinedFilled.tsx index bd4e96b55..6d25b4c8d 100644 --- a/src/IconRestoreFromTrashOutlinedFilled.tsx +++ b/src/IconRestoreFromTrashOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestoreFromTrashOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRestoreFromTrashRounded.tsx b/src/IconRestoreFromTrashRounded.tsx index 02326fc4c..5c2204b04 100644 --- a/src/IconRestoreFromTrashRounded.tsx +++ b/src/IconRestoreFromTrashRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestoreFromTrashRounded: React.FC = ({ ...props diff --git a/src/IconRestoreFromTrashRoundedFilled.tsx b/src/IconRestoreFromTrashRoundedFilled.tsx index 17af9036b..3ad391d82 100644 --- a/src/IconRestoreFromTrashRoundedFilled.tsx +++ b/src/IconRestoreFromTrashRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestoreFromTrashRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRestoreFromTrashSharp.tsx b/src/IconRestoreFromTrashSharp.tsx index d7abae36a..73edfefed 100644 --- a/src/IconRestoreFromTrashSharp.tsx +++ b/src/IconRestoreFromTrashSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestoreFromTrashSharp: React.FC = ({ ...props diff --git a/src/IconRestoreFromTrashSharpFilled.tsx b/src/IconRestoreFromTrashSharpFilled.tsx index 78627c0c8..0eb4bac88 100644 --- a/src/IconRestoreFromTrashSharpFilled.tsx +++ b/src/IconRestoreFromTrashSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestoreFromTrashSharpFilled: React.FC = ({ ...props diff --git a/src/IconRestorePageOutlined.tsx b/src/IconRestorePageOutlined.tsx index 0b69444dc..9ea509d36 100644 --- a/src/IconRestorePageOutlined.tsx +++ b/src/IconRestorePageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestorePageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRestorePageOutlinedFilled.tsx b/src/IconRestorePageOutlinedFilled.tsx index 71e3d80f6..d2f30d58b 100644 --- a/src/IconRestorePageOutlinedFilled.tsx +++ b/src/IconRestorePageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestorePageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRestorePageRounded.tsx b/src/IconRestorePageRounded.tsx index 0a710da20..ef5e04129 100644 --- a/src/IconRestorePageRounded.tsx +++ b/src/IconRestorePageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestorePageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRestorePageRoundedFilled.tsx b/src/IconRestorePageRoundedFilled.tsx index fccc70c88..e5da9372a 100644 --- a/src/IconRestorePageRoundedFilled.tsx +++ b/src/IconRestorePageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestorePageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRestorePageSharp.tsx b/src/IconRestorePageSharp.tsx index e94de6332..6645465ea 100644 --- a/src/IconRestorePageSharp.tsx +++ b/src/IconRestorePageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestorePageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRestorePageSharpFilled.tsx b/src/IconRestorePageSharpFilled.tsx index 35a1da0ca..836b884dd 100644 --- a/src/IconRestorePageSharpFilled.tsx +++ b/src/IconRestorePageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRestorePageSharpFilled: React.FC = ({ ...props diff --git a/src/IconResumeOutlined.tsx b/src/IconResumeOutlined.tsx index 4e5d9373b..7b980305f 100644 --- a/src/IconResumeOutlined.tsx +++ b/src/IconResumeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResumeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconResumeOutlinedFilled.tsx b/src/IconResumeOutlinedFilled.tsx index f3c0c022d..64a4d5655 100644 --- a/src/IconResumeOutlinedFilled.tsx +++ b/src/IconResumeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResumeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconResumeRounded.tsx b/src/IconResumeRounded.tsx index 4a59d8323..9d825d08f 100644 --- a/src/IconResumeRounded.tsx +++ b/src/IconResumeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResumeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconResumeRoundedFilled.tsx b/src/IconResumeRoundedFilled.tsx index 8e2085cc9..ae62d45c8 100644 --- a/src/IconResumeRoundedFilled.tsx +++ b/src/IconResumeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResumeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconResumeSharp.tsx b/src/IconResumeSharp.tsx index 6f0c3666a..a61ecfb02 100644 --- a/src/IconResumeSharp.tsx +++ b/src/IconResumeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResumeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconResumeSharpFilled.tsx b/src/IconResumeSharpFilled.tsx index 9f3537ef6..c1c20d402 100644 --- a/src/IconResumeSharpFilled.tsx +++ b/src/IconResumeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconResumeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReviewsOutlined.tsx b/src/IconReviewsOutlined.tsx index a4996fc1c..d46fc8d10 100644 --- a/src/IconReviewsOutlined.tsx +++ b/src/IconReviewsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReviewsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconReviewsOutlinedFilled.tsx b/src/IconReviewsOutlinedFilled.tsx index 26f84b04e..235a26337 100644 --- a/src/IconReviewsOutlinedFilled.tsx +++ b/src/IconReviewsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReviewsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconReviewsRounded.tsx b/src/IconReviewsRounded.tsx index 99fd969f1..7ad9edf3e 100644 --- a/src/IconReviewsRounded.tsx +++ b/src/IconReviewsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReviewsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconReviewsRoundedFilled.tsx b/src/IconReviewsRoundedFilled.tsx index c904b6dd5..1252bd82d 100644 --- a/src/IconReviewsRoundedFilled.tsx +++ b/src/IconReviewsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReviewsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconReviewsSharp.tsx b/src/IconReviewsSharp.tsx index c11fbc828..c0fb5f282 100644 --- a/src/IconReviewsSharp.tsx +++ b/src/IconReviewsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReviewsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconReviewsSharpFilled.tsx b/src/IconReviewsSharpFilled.tsx index 6877d0436..56b5bdc04 100644 --- a/src/IconReviewsSharpFilled.tsx +++ b/src/IconReviewsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconReviewsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRewardedAdsOutlined.tsx b/src/IconRewardedAdsOutlined.tsx index 45b93924a..9577c79fa 100644 --- a/src/IconRewardedAdsOutlined.tsx +++ b/src/IconRewardedAdsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRewardedAdsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRewardedAdsOutlinedFilled.tsx b/src/IconRewardedAdsOutlinedFilled.tsx index 6dcee81a3..6d5f58a21 100644 --- a/src/IconRewardedAdsOutlinedFilled.tsx +++ b/src/IconRewardedAdsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRewardedAdsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRewardedAdsRounded.tsx b/src/IconRewardedAdsRounded.tsx index f11903a52..20c8ac46f 100644 --- a/src/IconRewardedAdsRounded.tsx +++ b/src/IconRewardedAdsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRewardedAdsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRewardedAdsRoundedFilled.tsx b/src/IconRewardedAdsRoundedFilled.tsx index e53a09483..55806c18b 100644 --- a/src/IconRewardedAdsRoundedFilled.tsx +++ b/src/IconRewardedAdsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRewardedAdsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRewardedAdsSharp.tsx b/src/IconRewardedAdsSharp.tsx index e016a8eca..f430badef 100644 --- a/src/IconRewardedAdsSharp.tsx +++ b/src/IconRewardedAdsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRewardedAdsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRewardedAdsSharpFilled.tsx b/src/IconRewardedAdsSharpFilled.tsx index c6517c1a4..fc9038834 100644 --- a/src/IconRewardedAdsSharpFilled.tsx +++ b/src/IconRewardedAdsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRewardedAdsSharpFilled: React.FC = ({ ...props diff --git a/src/IconRheumatologyOutlined.tsx b/src/IconRheumatologyOutlined.tsx index ee906b3eb..298685d30 100644 --- a/src/IconRheumatologyOutlined.tsx +++ b/src/IconRheumatologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRheumatologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRheumatologyOutlinedFilled.tsx b/src/IconRheumatologyOutlinedFilled.tsx index dc415c2e8..bc4b123ad 100644 --- a/src/IconRheumatologyOutlinedFilled.tsx +++ b/src/IconRheumatologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRheumatologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRheumatologyRounded.tsx b/src/IconRheumatologyRounded.tsx index 260d32790..01583d026 100644 --- a/src/IconRheumatologyRounded.tsx +++ b/src/IconRheumatologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRheumatologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRheumatologyRoundedFilled.tsx b/src/IconRheumatologyRoundedFilled.tsx index fb6800bd7..acd87c560 100644 --- a/src/IconRheumatologyRoundedFilled.tsx +++ b/src/IconRheumatologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRheumatologyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRheumatologySharp.tsx b/src/IconRheumatologySharp.tsx index 13dd4b3c8..ca17ec361 100644 --- a/src/IconRheumatologySharp.tsx +++ b/src/IconRheumatologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRheumatologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRheumatologySharpFilled.tsx b/src/IconRheumatologySharpFilled.tsx index 377b9f7ec..c93dec2e7 100644 --- a/src/IconRheumatologySharpFilled.tsx +++ b/src/IconRheumatologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRheumatologySharpFilled: React.FC = ({ ...props diff --git a/src/IconRibCageOutlined.tsx b/src/IconRibCageOutlined.tsx index 6a27f1247..b270f708f 100644 --- a/src/IconRibCageOutlined.tsx +++ b/src/IconRibCageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRibCageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRibCageOutlinedFilled.tsx b/src/IconRibCageOutlinedFilled.tsx index e0cf3786d..4a8d89a1d 100644 --- a/src/IconRibCageOutlinedFilled.tsx +++ b/src/IconRibCageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRibCageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRibCageRounded.tsx b/src/IconRibCageRounded.tsx index f19be5559..d1c0a1df6 100644 --- a/src/IconRibCageRounded.tsx +++ b/src/IconRibCageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRibCageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRibCageRoundedFilled.tsx b/src/IconRibCageRoundedFilled.tsx index 298cfd22a..535adac61 100644 --- a/src/IconRibCageRoundedFilled.tsx +++ b/src/IconRibCageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRibCageRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRibCageSharp.tsx b/src/IconRibCageSharp.tsx index 71536fcc2..40a80ce2f 100644 --- a/src/IconRibCageSharp.tsx +++ b/src/IconRibCageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRibCageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRibCageSharpFilled.tsx b/src/IconRibCageSharpFilled.tsx index 40023f53c..fe2afebe1 100644 --- a/src/IconRibCageSharpFilled.tsx +++ b/src/IconRibCageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRibCageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRiceBowlOutlined.tsx b/src/IconRiceBowlOutlined.tsx index 7a2b04ad1..dd0059175 100644 --- a/src/IconRiceBowlOutlined.tsx +++ b/src/IconRiceBowlOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRiceBowlOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRiceBowlOutlinedFilled.tsx b/src/IconRiceBowlOutlinedFilled.tsx index 95666530d..6c6530cc0 100644 --- a/src/IconRiceBowlOutlinedFilled.tsx +++ b/src/IconRiceBowlOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRiceBowlOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRiceBowlRounded.tsx b/src/IconRiceBowlRounded.tsx index 736c0cc13..27d266f99 100644 --- a/src/IconRiceBowlRounded.tsx +++ b/src/IconRiceBowlRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRiceBowlRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRiceBowlRoundedFilled.tsx b/src/IconRiceBowlRoundedFilled.tsx index ac6532203..406a5bb95 100644 --- a/src/IconRiceBowlRoundedFilled.tsx +++ b/src/IconRiceBowlRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRiceBowlRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRiceBowlSharp.tsx b/src/IconRiceBowlSharp.tsx index 73bcfeaf3..be4fb3a78 100644 --- a/src/IconRiceBowlSharp.tsx +++ b/src/IconRiceBowlSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRiceBowlSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRiceBowlSharpFilled.tsx b/src/IconRiceBowlSharpFilled.tsx index e9e95a66d..4d59166ea 100644 --- a/src/IconRiceBowlSharpFilled.tsx +++ b/src/IconRiceBowlSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRiceBowlSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRightClickOutlined.tsx b/src/IconRightClickOutlined.tsx index 16dca5783..f2b915880 100644 --- a/src/IconRightClickOutlined.tsx +++ b/src/IconRightClickOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightClickOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRightClickOutlinedFilled.tsx b/src/IconRightClickOutlinedFilled.tsx index 4e54ab12d..b7525dcab 100644 --- a/src/IconRightClickOutlinedFilled.tsx +++ b/src/IconRightClickOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightClickOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRightClickRounded.tsx b/src/IconRightClickRounded.tsx index d44547a9a..ff23b0b82 100644 --- a/src/IconRightClickRounded.tsx +++ b/src/IconRightClickRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightClickRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRightClickRoundedFilled.tsx b/src/IconRightClickRoundedFilled.tsx index f5aca319c..48456d7ba 100644 --- a/src/IconRightClickRoundedFilled.tsx +++ b/src/IconRightClickRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightClickRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRightClickSharp.tsx b/src/IconRightClickSharp.tsx index d08d526a9..9435b7652 100644 --- a/src/IconRightClickSharp.tsx +++ b/src/IconRightClickSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightClickSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRightClickSharpFilled.tsx b/src/IconRightClickSharpFilled.tsx index da8cbc95b..282b43af1 100644 --- a/src/IconRightClickSharpFilled.tsx +++ b/src/IconRightClickSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightClickSharpFilled: React.FC = ({ ...props diff --git a/src/IconRightPanelCloseOutlined.tsx b/src/IconRightPanelCloseOutlined.tsx index 394dac68c..b8ef5098a 100644 --- a/src/IconRightPanelCloseOutlined.tsx +++ b/src/IconRightPanelCloseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelCloseOutlined: React.FC = ({ ...props diff --git a/src/IconRightPanelCloseOutlinedFilled.tsx b/src/IconRightPanelCloseOutlinedFilled.tsx index f4df08500..adbacd746 100644 --- a/src/IconRightPanelCloseOutlinedFilled.tsx +++ b/src/IconRightPanelCloseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelCloseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRightPanelCloseRounded.tsx b/src/IconRightPanelCloseRounded.tsx index 3688aa722..6f649979c 100644 --- a/src/IconRightPanelCloseRounded.tsx +++ b/src/IconRightPanelCloseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelCloseRounded: React.FC = ({ ...props diff --git a/src/IconRightPanelCloseRoundedFilled.tsx b/src/IconRightPanelCloseRoundedFilled.tsx index e4fd6b610..30676edb8 100644 --- a/src/IconRightPanelCloseRoundedFilled.tsx +++ b/src/IconRightPanelCloseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelCloseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRightPanelCloseSharp.tsx b/src/IconRightPanelCloseSharp.tsx index 192f78206..c2d96aa8a 100644 --- a/src/IconRightPanelCloseSharp.tsx +++ b/src/IconRightPanelCloseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelCloseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRightPanelCloseSharpFilled.tsx b/src/IconRightPanelCloseSharpFilled.tsx index e11ed9dc8..ffcd0fe03 100644 --- a/src/IconRightPanelCloseSharpFilled.tsx +++ b/src/IconRightPanelCloseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelCloseSharpFilled: React.FC = ({ ...props diff --git a/src/IconRightPanelOpenOutlined.tsx b/src/IconRightPanelOpenOutlined.tsx index 8a745a3cd..f2ffaf868 100644 --- a/src/IconRightPanelOpenOutlined.tsx +++ b/src/IconRightPanelOpenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelOpenOutlined: React.FC = ({ ...props diff --git a/src/IconRightPanelOpenOutlinedFilled.tsx b/src/IconRightPanelOpenOutlinedFilled.tsx index 5d8e6c333..559d22f89 100644 --- a/src/IconRightPanelOpenOutlinedFilled.tsx +++ b/src/IconRightPanelOpenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelOpenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRightPanelOpenRounded.tsx b/src/IconRightPanelOpenRounded.tsx index 1bed41349..0ee3bd8c4 100644 --- a/src/IconRightPanelOpenRounded.tsx +++ b/src/IconRightPanelOpenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelOpenRounded: React.FC = ({ ...props diff --git a/src/IconRightPanelOpenRoundedFilled.tsx b/src/IconRightPanelOpenRoundedFilled.tsx index 0f8f3cd08..c77c64698 100644 --- a/src/IconRightPanelOpenRoundedFilled.tsx +++ b/src/IconRightPanelOpenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelOpenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRightPanelOpenSharp.tsx b/src/IconRightPanelOpenSharp.tsx index e0566d6ba..0641aa194 100644 --- a/src/IconRightPanelOpenSharp.tsx +++ b/src/IconRightPanelOpenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelOpenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRightPanelOpenSharpFilled.tsx b/src/IconRightPanelOpenSharpFilled.tsx index 23a8f280c..ff6ae939b 100644 --- a/src/IconRightPanelOpenSharpFilled.tsx +++ b/src/IconRightPanelOpenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRightPanelOpenSharpFilled: React.FC = ({ ...props diff --git a/src/IconRingVolumeOutlined.tsx b/src/IconRingVolumeOutlined.tsx index e4c444698..c4ddbde27 100644 --- a/src/IconRingVolumeOutlined.tsx +++ b/src/IconRingVolumeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRingVolumeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRingVolumeOutlinedFilled.tsx b/src/IconRingVolumeOutlinedFilled.tsx index d4aa08490..5e2e08240 100644 --- a/src/IconRingVolumeOutlinedFilled.tsx +++ b/src/IconRingVolumeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRingVolumeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRingVolumeRounded.tsx b/src/IconRingVolumeRounded.tsx index 857910c9f..da04d04ce 100644 --- a/src/IconRingVolumeRounded.tsx +++ b/src/IconRingVolumeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRingVolumeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRingVolumeRoundedFilled.tsx b/src/IconRingVolumeRoundedFilled.tsx index 6919c8ca8..69c307906 100644 --- a/src/IconRingVolumeRoundedFilled.tsx +++ b/src/IconRingVolumeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRingVolumeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRingVolumeSharp.tsx b/src/IconRingVolumeSharp.tsx index 607f89657..ac974d8c8 100644 --- a/src/IconRingVolumeSharp.tsx +++ b/src/IconRingVolumeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRingVolumeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRingVolumeSharpFilled.tsx b/src/IconRingVolumeSharpFilled.tsx index ca119e1a3..cf8613b4d 100644 --- a/src/IconRingVolumeSharpFilled.tsx +++ b/src/IconRingVolumeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRingVolumeSharpFilled: React.FC = ({ ...props diff --git a/src/IconRipplesOutlined.tsx b/src/IconRipplesOutlined.tsx index f4e7eb1f5..f0626b827 100644 --- a/src/IconRipplesOutlined.tsx +++ b/src/IconRipplesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRipplesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRipplesOutlinedFilled.tsx b/src/IconRipplesOutlinedFilled.tsx index a64f28fab..97299c0d6 100644 --- a/src/IconRipplesOutlinedFilled.tsx +++ b/src/IconRipplesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRipplesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRipplesRounded.tsx b/src/IconRipplesRounded.tsx index 2d1427940..a6707c5d0 100644 --- a/src/IconRipplesRounded.tsx +++ b/src/IconRipplesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRipplesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRipplesRoundedFilled.tsx b/src/IconRipplesRoundedFilled.tsx index d7a2a4dcd..a74a1586c 100644 --- a/src/IconRipplesRoundedFilled.tsx +++ b/src/IconRipplesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRipplesRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRipplesSharp.tsx b/src/IconRipplesSharp.tsx index 3efb1eefe..33e2aa65c 100644 --- a/src/IconRipplesSharp.tsx +++ b/src/IconRipplesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRipplesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRipplesSharpFilled.tsx b/src/IconRipplesSharpFilled.tsx index 346324c30..3176c2a98 100644 --- a/src/IconRipplesSharpFilled.tsx +++ b/src/IconRipplesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRipplesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRoadOutlined.tsx b/src/IconRoadOutlined.tsx index c11f3fecc..dfda52766 100644 --- a/src/IconRoadOutlined.tsx +++ b/src/IconRoadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRoadOutlinedFilled.tsx b/src/IconRoadOutlinedFilled.tsx index 8afea6eb0..1744deb1c 100644 --- a/src/IconRoadOutlinedFilled.tsx +++ b/src/IconRoadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoadOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRoadRounded.tsx b/src/IconRoadRounded.tsx index 60c6f258f..e8f23d17b 100644 --- a/src/IconRoadRounded.tsx +++ b/src/IconRoadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRoadRoundedFilled.tsx b/src/IconRoadRoundedFilled.tsx index f10c82e30..f6fdd9729 100644 --- a/src/IconRoadRoundedFilled.tsx +++ b/src/IconRoadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoadRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRoadSharp.tsx b/src/IconRoadSharp.tsx index 0ab0476ff..730aac06b 100644 --- a/src/IconRoadSharp.tsx +++ b/src/IconRoadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRoadSharpFilled.tsx b/src/IconRoadSharpFilled.tsx index b7105baa8..58dfefe59 100644 --- a/src/IconRoadSharpFilled.tsx +++ b/src/IconRoadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoadSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRobot2Outlined.tsx b/src/IconRobot2Outlined.tsx index c2fd32344..3a8173a20 100644 --- a/src/IconRobot2Outlined.tsx +++ b/src/IconRobot2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobot2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRobot2OutlinedFilled.tsx b/src/IconRobot2OutlinedFilled.tsx index d7d11eac2..3262bab5c 100644 --- a/src/IconRobot2OutlinedFilled.tsx +++ b/src/IconRobot2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobot2OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRobot2Rounded.tsx b/src/IconRobot2Rounded.tsx index 10d598537..ad347171e 100644 --- a/src/IconRobot2Rounded.tsx +++ b/src/IconRobot2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobot2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRobot2RoundedFilled.tsx b/src/IconRobot2RoundedFilled.tsx index 922248381..37753131d 100644 --- a/src/IconRobot2RoundedFilled.tsx +++ b/src/IconRobot2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobot2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRobot2Sharp.tsx b/src/IconRobot2Sharp.tsx index d1849dafa..f64b82187 100644 --- a/src/IconRobot2Sharp.tsx +++ b/src/IconRobot2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobot2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRobot2SharpFilled.tsx b/src/IconRobot2SharpFilled.tsx index f89e2e4d9..52660f53c 100644 --- a/src/IconRobot2SharpFilled.tsx +++ b/src/IconRobot2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobot2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRobotOutlined.tsx b/src/IconRobotOutlined.tsx index 8f2577cc7..d5059e925 100644 --- a/src/IconRobotOutlined.tsx +++ b/src/IconRobotOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobotOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRobotOutlinedFilled.tsx b/src/IconRobotOutlinedFilled.tsx index 4839e6dce..d63a4211e 100644 --- a/src/IconRobotOutlinedFilled.tsx +++ b/src/IconRobotOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobotOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRobotRounded.tsx b/src/IconRobotRounded.tsx index fd61657fb..7e1d01a7e 100644 --- a/src/IconRobotRounded.tsx +++ b/src/IconRobotRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobotRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRobotRoundedFilled.tsx b/src/IconRobotRoundedFilled.tsx index 6f7146392..9e744c41c 100644 --- a/src/IconRobotRoundedFilled.tsx +++ b/src/IconRobotRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobotRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRobotSharp.tsx b/src/IconRobotSharp.tsx index cf40c5dca..546515f83 100644 --- a/src/IconRobotSharp.tsx +++ b/src/IconRobotSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobotSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRobotSharpFilled.tsx b/src/IconRobotSharpFilled.tsx index 0d319d823..d058c49f6 100644 --- a/src/IconRobotSharpFilled.tsx +++ b/src/IconRobotSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRobotSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRocketLaunchOutlined.tsx b/src/IconRocketLaunchOutlined.tsx index ebf1b80f3..0367c1cc8 100644 --- a/src/IconRocketLaunchOutlined.tsx +++ b/src/IconRocketLaunchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketLaunchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRocketLaunchOutlinedFilled.tsx b/src/IconRocketLaunchOutlinedFilled.tsx index f51e3a5c5..497c4534d 100644 --- a/src/IconRocketLaunchOutlinedFilled.tsx +++ b/src/IconRocketLaunchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketLaunchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRocketLaunchRounded.tsx b/src/IconRocketLaunchRounded.tsx index 3717e0f75..ad4fe6b37 100644 --- a/src/IconRocketLaunchRounded.tsx +++ b/src/IconRocketLaunchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketLaunchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRocketLaunchRoundedFilled.tsx b/src/IconRocketLaunchRoundedFilled.tsx index 52ec16331..7d9f7e9ec 100644 --- a/src/IconRocketLaunchRoundedFilled.tsx +++ b/src/IconRocketLaunchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketLaunchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRocketLaunchSharp.tsx b/src/IconRocketLaunchSharp.tsx index 8fec11176..51c341d99 100644 --- a/src/IconRocketLaunchSharp.tsx +++ b/src/IconRocketLaunchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketLaunchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRocketLaunchSharpFilled.tsx b/src/IconRocketLaunchSharpFilled.tsx index b83c4fbfd..fd624e912 100644 --- a/src/IconRocketLaunchSharpFilled.tsx +++ b/src/IconRocketLaunchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketLaunchSharpFilled: React.FC = ({ ...props diff --git a/src/IconRocketOutlined.tsx b/src/IconRocketOutlined.tsx index 760c26586..c44a9cf2f 100644 --- a/src/IconRocketOutlined.tsx +++ b/src/IconRocketOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRocketOutlinedFilled.tsx b/src/IconRocketOutlinedFilled.tsx index a28908cd4..52799fb48 100644 --- a/src/IconRocketOutlinedFilled.tsx +++ b/src/IconRocketOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRocketRounded.tsx b/src/IconRocketRounded.tsx index 54ea37c76..74f8c9dad 100644 --- a/src/IconRocketRounded.tsx +++ b/src/IconRocketRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRocketRoundedFilled.tsx b/src/IconRocketRoundedFilled.tsx index 3cd08c648..4cda11bf5 100644 --- a/src/IconRocketRoundedFilled.tsx +++ b/src/IconRocketRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRocketSharp.tsx b/src/IconRocketSharp.tsx index 93c59819e..c71e85a6b 100644 --- a/src/IconRocketSharp.tsx +++ b/src/IconRocketSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRocketSharpFilled.tsx b/src/IconRocketSharpFilled.tsx index 41c318364..1c3111c53 100644 --- a/src/IconRocketSharpFilled.tsx +++ b/src/IconRocketSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRocketSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRollerShadesClosedOutlined.tsx b/src/IconRollerShadesClosedOutlined.tsx index 3b09fade0..bdc14f30e 100644 --- a/src/IconRollerShadesClosedOutlined.tsx +++ b/src/IconRollerShadesClosedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesClosedOutlined: React.FC = ({ ...props diff --git a/src/IconRollerShadesClosedOutlinedFilled.tsx b/src/IconRollerShadesClosedOutlinedFilled.tsx index 9714ddcaa..9b4c525c0 100644 --- a/src/IconRollerShadesClosedOutlinedFilled.tsx +++ b/src/IconRollerShadesClosedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesClosedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRollerShadesClosedRounded.tsx b/src/IconRollerShadesClosedRounded.tsx index ba5a53c6d..f903905a9 100644 --- a/src/IconRollerShadesClosedRounded.tsx +++ b/src/IconRollerShadesClosedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesClosedRounded: React.FC = ({ ...props diff --git a/src/IconRollerShadesClosedRoundedFilled.tsx b/src/IconRollerShadesClosedRoundedFilled.tsx index d16a7ce58..8d2a33eff 100644 --- a/src/IconRollerShadesClosedRoundedFilled.tsx +++ b/src/IconRollerShadesClosedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesClosedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRollerShadesClosedSharp.tsx b/src/IconRollerShadesClosedSharp.tsx index 6db8e5a0a..21d6eb452 100644 --- a/src/IconRollerShadesClosedSharp.tsx +++ b/src/IconRollerShadesClosedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesClosedSharp: React.FC = ({ ...props diff --git a/src/IconRollerShadesClosedSharpFilled.tsx b/src/IconRollerShadesClosedSharpFilled.tsx index d2a474345..60b06bad5 100644 --- a/src/IconRollerShadesClosedSharpFilled.tsx +++ b/src/IconRollerShadesClosedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesClosedSharpFilled: React.FC = ({ ...props diff --git a/src/IconRollerShadesOutlined.tsx b/src/IconRollerShadesOutlined.tsx index 7b8c9919d..5734cdf31 100644 --- a/src/IconRollerShadesOutlined.tsx +++ b/src/IconRollerShadesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRollerShadesOutlinedFilled.tsx b/src/IconRollerShadesOutlinedFilled.tsx index afbdbd15c..d3ec2af00 100644 --- a/src/IconRollerShadesOutlinedFilled.tsx +++ b/src/IconRollerShadesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRollerShadesRounded.tsx b/src/IconRollerShadesRounded.tsx index 20907dabd..b13dac2f2 100644 --- a/src/IconRollerShadesRounded.tsx +++ b/src/IconRollerShadesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRollerShadesRoundedFilled.tsx b/src/IconRollerShadesRoundedFilled.tsx index 2e1aa4dee..3b2b099f1 100644 --- a/src/IconRollerShadesRoundedFilled.tsx +++ b/src/IconRollerShadesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRollerShadesSharp.tsx b/src/IconRollerShadesSharp.tsx index 0e6a9cbee..3ea5ea3f5 100644 --- a/src/IconRollerShadesSharp.tsx +++ b/src/IconRollerShadesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRollerShadesSharpFilled.tsx b/src/IconRollerShadesSharpFilled.tsx index 7ab19e4a0..032890e9c 100644 --- a/src/IconRollerShadesSharpFilled.tsx +++ b/src/IconRollerShadesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerShadesSharpFilled: React.FC = ({ ...props diff --git a/src/IconRollerSkatingOutlined.tsx b/src/IconRollerSkatingOutlined.tsx index 5d4104535..ec3f268db 100644 --- a/src/IconRollerSkatingOutlined.tsx +++ b/src/IconRollerSkatingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerSkatingOutlined: React.FC = ({ ...props diff --git a/src/IconRollerSkatingOutlinedFilled.tsx b/src/IconRollerSkatingOutlinedFilled.tsx index d623cc62c..2f6ecfd70 100644 --- a/src/IconRollerSkatingOutlinedFilled.tsx +++ b/src/IconRollerSkatingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerSkatingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRollerSkatingRounded.tsx b/src/IconRollerSkatingRounded.tsx index 1081e26f7..6ea1ca58c 100644 --- a/src/IconRollerSkatingRounded.tsx +++ b/src/IconRollerSkatingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerSkatingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRollerSkatingRoundedFilled.tsx b/src/IconRollerSkatingRoundedFilled.tsx index 635ed8f68..d99d38455 100644 --- a/src/IconRollerSkatingRoundedFilled.tsx +++ b/src/IconRollerSkatingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerSkatingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRollerSkatingSharp.tsx b/src/IconRollerSkatingSharp.tsx index 57fd2621c..41c0eb35e 100644 --- a/src/IconRollerSkatingSharp.tsx +++ b/src/IconRollerSkatingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerSkatingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRollerSkatingSharpFilled.tsx b/src/IconRollerSkatingSharpFilled.tsx index ca6c1581e..a3c444ead 100644 --- a/src/IconRollerSkatingSharpFilled.tsx +++ b/src/IconRollerSkatingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRollerSkatingSharpFilled: React.FC = ({ ...props diff --git a/src/IconRoofingOutlined.tsx b/src/IconRoofingOutlined.tsx index 37026379c..cd947629e 100644 --- a/src/IconRoofingOutlined.tsx +++ b/src/IconRoofingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoofingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRoofingOutlinedFilled.tsx b/src/IconRoofingOutlinedFilled.tsx index 89f018f23..c979668ce 100644 --- a/src/IconRoofingOutlinedFilled.tsx +++ b/src/IconRoofingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoofingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRoofingRounded.tsx b/src/IconRoofingRounded.tsx index e6f9c2d51..b1a9f10d3 100644 --- a/src/IconRoofingRounded.tsx +++ b/src/IconRoofingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoofingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRoofingRoundedFilled.tsx b/src/IconRoofingRoundedFilled.tsx index 4d45c79a9..a4475264d 100644 --- a/src/IconRoofingRoundedFilled.tsx +++ b/src/IconRoofingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoofingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRoofingSharp.tsx b/src/IconRoofingSharp.tsx index 1dde876d8..905611750 100644 --- a/src/IconRoofingSharp.tsx +++ b/src/IconRoofingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoofingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRoofingSharpFilled.tsx b/src/IconRoofingSharpFilled.tsx index 13f4125d7..dd081fe63 100644 --- a/src/IconRoofingSharpFilled.tsx +++ b/src/IconRoofingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoofingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRoomPreferencesOutlined.tsx b/src/IconRoomPreferencesOutlined.tsx index 264403a3e..56f2192da 100644 --- a/src/IconRoomPreferencesOutlined.tsx +++ b/src/IconRoomPreferencesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomPreferencesOutlined: React.FC = ({ ...props diff --git a/src/IconRoomPreferencesOutlinedFilled.tsx b/src/IconRoomPreferencesOutlinedFilled.tsx index ad308200b..2c309e676 100644 --- a/src/IconRoomPreferencesOutlinedFilled.tsx +++ b/src/IconRoomPreferencesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomPreferencesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRoomPreferencesRounded.tsx b/src/IconRoomPreferencesRounded.tsx index 344125983..ef09e7da3 100644 --- a/src/IconRoomPreferencesRounded.tsx +++ b/src/IconRoomPreferencesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomPreferencesRounded: React.FC = ({ ...props diff --git a/src/IconRoomPreferencesRoundedFilled.tsx b/src/IconRoomPreferencesRoundedFilled.tsx index 335243861..16f92c168 100644 --- a/src/IconRoomPreferencesRoundedFilled.tsx +++ b/src/IconRoomPreferencesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomPreferencesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRoomPreferencesSharp.tsx b/src/IconRoomPreferencesSharp.tsx index 43396315b..8284f669a 100644 --- a/src/IconRoomPreferencesSharp.tsx +++ b/src/IconRoomPreferencesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomPreferencesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRoomPreferencesSharpFilled.tsx b/src/IconRoomPreferencesSharpFilled.tsx index 94aea2042..e3625e97d 100644 --- a/src/IconRoomPreferencesSharpFilled.tsx +++ b/src/IconRoomPreferencesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomPreferencesSharpFilled: React.FC = ({ ...props diff --git a/src/IconRoomServiceOutlined.tsx b/src/IconRoomServiceOutlined.tsx index a7c59d656..88e0cc95d 100644 --- a/src/IconRoomServiceOutlined.tsx +++ b/src/IconRoomServiceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomServiceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRoomServiceOutlinedFilled.tsx b/src/IconRoomServiceOutlinedFilled.tsx index bbe5078a5..3a0f23b2e 100644 --- a/src/IconRoomServiceOutlinedFilled.tsx +++ b/src/IconRoomServiceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomServiceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRoomServiceRounded.tsx b/src/IconRoomServiceRounded.tsx index 6b5d63bf4..6b8fbfd6e 100644 --- a/src/IconRoomServiceRounded.tsx +++ b/src/IconRoomServiceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomServiceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRoomServiceRoundedFilled.tsx b/src/IconRoomServiceRoundedFilled.tsx index f5cb465d9..c607f34f8 100644 --- a/src/IconRoomServiceRoundedFilled.tsx +++ b/src/IconRoomServiceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomServiceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRoomServiceSharp.tsx b/src/IconRoomServiceSharp.tsx index a4da135bd..4fae24178 100644 --- a/src/IconRoomServiceSharp.tsx +++ b/src/IconRoomServiceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomServiceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRoomServiceSharpFilled.tsx b/src/IconRoomServiceSharpFilled.tsx index d18cbed5e..53cca396b 100644 --- a/src/IconRoomServiceSharpFilled.tsx +++ b/src/IconRoomServiceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoomServiceSharpFilled: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCcwOutlined.tsx b/src/IconRotate90DegreesCcwOutlined.tsx index bd7a98e6c..e8370a86a 100644 --- a/src/IconRotate90DegreesCcwOutlined.tsx +++ b/src/IconRotate90DegreesCcwOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCcwOutlined: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCcwOutlinedFilled.tsx b/src/IconRotate90DegreesCcwOutlinedFilled.tsx index 8d001440e..b37135795 100644 --- a/src/IconRotate90DegreesCcwOutlinedFilled.tsx +++ b/src/IconRotate90DegreesCcwOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCcwOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCcwRounded.tsx b/src/IconRotate90DegreesCcwRounded.tsx index ccc310107..fa867ada8 100644 --- a/src/IconRotate90DegreesCcwRounded.tsx +++ b/src/IconRotate90DegreesCcwRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCcwRounded: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCcwRoundedFilled.tsx b/src/IconRotate90DegreesCcwRoundedFilled.tsx index 1cfcbaa4d..3df4b56e7 100644 --- a/src/IconRotate90DegreesCcwRoundedFilled.tsx +++ b/src/IconRotate90DegreesCcwRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCcwRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCcwSharp.tsx b/src/IconRotate90DegreesCcwSharp.tsx index 4099ca551..fbb355457 100644 --- a/src/IconRotate90DegreesCcwSharp.tsx +++ b/src/IconRotate90DegreesCcwSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCcwSharp: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCcwSharpFilled.tsx b/src/IconRotate90DegreesCcwSharpFilled.tsx index cbfa69e90..0b955ee93 100644 --- a/src/IconRotate90DegreesCcwSharpFilled.tsx +++ b/src/IconRotate90DegreesCcwSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCcwSharpFilled: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCwOutlined.tsx b/src/IconRotate90DegreesCwOutlined.tsx index e407a84ad..e4e028f56 100644 --- a/src/IconRotate90DegreesCwOutlined.tsx +++ b/src/IconRotate90DegreesCwOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCwOutlined: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCwOutlinedFilled.tsx b/src/IconRotate90DegreesCwOutlinedFilled.tsx index 1ff72134d..58cf62601 100644 --- a/src/IconRotate90DegreesCwOutlinedFilled.tsx +++ b/src/IconRotate90DegreesCwOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCwOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCwRounded.tsx b/src/IconRotate90DegreesCwRounded.tsx index 4b777b15f..f0bac4cf3 100644 --- a/src/IconRotate90DegreesCwRounded.tsx +++ b/src/IconRotate90DegreesCwRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCwRounded: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCwRoundedFilled.tsx b/src/IconRotate90DegreesCwRoundedFilled.tsx index 2fe9b2de8..42414d9f8 100644 --- a/src/IconRotate90DegreesCwRoundedFilled.tsx +++ b/src/IconRotate90DegreesCwRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCwRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCwSharp.tsx b/src/IconRotate90DegreesCwSharp.tsx index ff2e1f65c..5cb238eef 100644 --- a/src/IconRotate90DegreesCwSharp.tsx +++ b/src/IconRotate90DegreesCwSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCwSharp: React.FC = ({ ...props diff --git a/src/IconRotate90DegreesCwSharpFilled.tsx b/src/IconRotate90DegreesCwSharpFilled.tsx index 6936b63b8..dfe50d4ed 100644 --- a/src/IconRotate90DegreesCwSharpFilled.tsx +++ b/src/IconRotate90DegreesCwSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotate90DegreesCwSharpFilled: React.FC = ({ ...props diff --git a/src/IconRotateAutoOutlined.tsx b/src/IconRotateAutoOutlined.tsx index 6da3fef1f..35a281e82 100644 --- a/src/IconRotateAutoOutlined.tsx +++ b/src/IconRotateAutoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateAutoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRotateAutoOutlinedFilled.tsx b/src/IconRotateAutoOutlinedFilled.tsx index 512edd70b..a8122209c 100644 --- a/src/IconRotateAutoOutlinedFilled.tsx +++ b/src/IconRotateAutoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateAutoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRotateAutoRounded.tsx b/src/IconRotateAutoRounded.tsx index fc1596754..4ebe08d5d 100644 --- a/src/IconRotateAutoRounded.tsx +++ b/src/IconRotateAutoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateAutoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRotateAutoRoundedFilled.tsx b/src/IconRotateAutoRoundedFilled.tsx index 240fc1a0c..ba4dc2304 100644 --- a/src/IconRotateAutoRoundedFilled.tsx +++ b/src/IconRotateAutoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateAutoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRotateAutoSharp.tsx b/src/IconRotateAutoSharp.tsx index dcd628c2a..ffb1f8b98 100644 --- a/src/IconRotateAutoSharp.tsx +++ b/src/IconRotateAutoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateAutoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRotateAutoSharpFilled.tsx b/src/IconRotateAutoSharpFilled.tsx index bb66ec9e0..73d039fb6 100644 --- a/src/IconRotateAutoSharpFilled.tsx +++ b/src/IconRotateAutoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateAutoSharpFilled: React.FC = ({ ...props diff --git a/src/IconRotateLeftOutlined.tsx b/src/IconRotateLeftOutlined.tsx index 08e6808a7..7d941a26d 100644 --- a/src/IconRotateLeftOutlined.tsx +++ b/src/IconRotateLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRotateLeftOutlinedFilled.tsx b/src/IconRotateLeftOutlinedFilled.tsx index 44a5a84ed..1ac4c05ed 100644 --- a/src/IconRotateLeftOutlinedFilled.tsx +++ b/src/IconRotateLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRotateLeftRounded.tsx b/src/IconRotateLeftRounded.tsx index c0b273765..b903f1924 100644 --- a/src/IconRotateLeftRounded.tsx +++ b/src/IconRotateLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRotateLeftRoundedFilled.tsx b/src/IconRotateLeftRoundedFilled.tsx index 5a1b8f5b1..d109d04ba 100644 --- a/src/IconRotateLeftRoundedFilled.tsx +++ b/src/IconRotateLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRotateLeftSharp.tsx b/src/IconRotateLeftSharp.tsx index b45b4544a..26fae3270 100644 --- a/src/IconRotateLeftSharp.tsx +++ b/src/IconRotateLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRotateLeftSharpFilled.tsx b/src/IconRotateLeftSharpFilled.tsx index f09dd87a0..27440f706 100644 --- a/src/IconRotateLeftSharpFilled.tsx +++ b/src/IconRotateLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconRotateRightOutlined.tsx b/src/IconRotateRightOutlined.tsx index 8c8dc8382..7991db6bc 100644 --- a/src/IconRotateRightOutlined.tsx +++ b/src/IconRotateRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRotateRightOutlinedFilled.tsx b/src/IconRotateRightOutlinedFilled.tsx index a96721fa7..e13df38bf 100644 --- a/src/IconRotateRightOutlinedFilled.tsx +++ b/src/IconRotateRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRotateRightRounded.tsx b/src/IconRotateRightRounded.tsx index 70b19f667..0860f49c2 100644 --- a/src/IconRotateRightRounded.tsx +++ b/src/IconRotateRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRotateRightRoundedFilled.tsx b/src/IconRotateRightRoundedFilled.tsx index 5ec13d29a..fe0fe662c 100644 --- a/src/IconRotateRightRoundedFilled.tsx +++ b/src/IconRotateRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRotateRightSharp.tsx b/src/IconRotateRightSharp.tsx index 8531240b4..525d5bf68 100644 --- a/src/IconRotateRightSharp.tsx +++ b/src/IconRotateRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRotateRightSharpFilled.tsx b/src/IconRotateRightSharpFilled.tsx index bb8d8f6ab..6a302bedc 100644 --- a/src/IconRotateRightSharpFilled.tsx +++ b/src/IconRotateRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRotateRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconRoundaboutLeftOutlined.tsx b/src/IconRoundaboutLeftOutlined.tsx index b7da47063..96fb7bb4d 100644 --- a/src/IconRoundaboutLeftOutlined.tsx +++ b/src/IconRoundaboutLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutLeftOutlined: React.FC = ({ ...props diff --git a/src/IconRoundaboutLeftOutlinedFilled.tsx b/src/IconRoundaboutLeftOutlinedFilled.tsx index 9f0cb1b5c..e0d3d5a8e 100644 --- a/src/IconRoundaboutLeftOutlinedFilled.tsx +++ b/src/IconRoundaboutLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRoundaboutLeftRounded.tsx b/src/IconRoundaboutLeftRounded.tsx index c86376fc0..8a7544068 100644 --- a/src/IconRoundaboutLeftRounded.tsx +++ b/src/IconRoundaboutLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutLeftRounded: React.FC = ({ ...props diff --git a/src/IconRoundaboutLeftRoundedFilled.tsx b/src/IconRoundaboutLeftRoundedFilled.tsx index bd16cb42b..8f1c658e6 100644 --- a/src/IconRoundaboutLeftRoundedFilled.tsx +++ b/src/IconRoundaboutLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRoundaboutLeftSharp.tsx b/src/IconRoundaboutLeftSharp.tsx index 24207f524..fce63ae73 100644 --- a/src/IconRoundaboutLeftSharp.tsx +++ b/src/IconRoundaboutLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRoundaboutLeftSharpFilled.tsx b/src/IconRoundaboutLeftSharpFilled.tsx index 6759f62d8..14f150378 100644 --- a/src/IconRoundaboutLeftSharpFilled.tsx +++ b/src/IconRoundaboutLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconRoundaboutRightOutlined.tsx b/src/IconRoundaboutRightOutlined.tsx index d0ef252fb..ad99811f3 100644 --- a/src/IconRoundaboutRightOutlined.tsx +++ b/src/IconRoundaboutRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutRightOutlined: React.FC = ({ ...props diff --git a/src/IconRoundaboutRightOutlinedFilled.tsx b/src/IconRoundaboutRightOutlinedFilled.tsx index 1d7fd8eba..4a7e13eb3 100644 --- a/src/IconRoundaboutRightOutlinedFilled.tsx +++ b/src/IconRoundaboutRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRoundaboutRightRounded.tsx b/src/IconRoundaboutRightRounded.tsx index a4eff4206..da793417e 100644 --- a/src/IconRoundaboutRightRounded.tsx +++ b/src/IconRoundaboutRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutRightRounded: React.FC = ({ ...props diff --git a/src/IconRoundaboutRightRoundedFilled.tsx b/src/IconRoundaboutRightRoundedFilled.tsx index 85765494e..9fd131631 100644 --- a/src/IconRoundaboutRightRoundedFilled.tsx +++ b/src/IconRoundaboutRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRoundaboutRightSharp.tsx b/src/IconRoundaboutRightSharp.tsx index 4a2f831d1..4a506574d 100644 --- a/src/IconRoundaboutRightSharp.tsx +++ b/src/IconRoundaboutRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRoundaboutRightSharpFilled.tsx b/src/IconRoundaboutRightSharpFilled.tsx index 641237cc3..4f94790c1 100644 --- a/src/IconRoundaboutRightSharpFilled.tsx +++ b/src/IconRoundaboutRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundaboutRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconRoundedCornerOutlined.tsx b/src/IconRoundedCornerOutlined.tsx index c1631581c..2ba019697 100644 --- a/src/IconRoundedCornerOutlined.tsx +++ b/src/IconRoundedCornerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundedCornerOutlined: React.FC = ({ ...props diff --git a/src/IconRoundedCornerOutlinedFilled.tsx b/src/IconRoundedCornerOutlinedFilled.tsx index b6f69e9e0..c22c23c13 100644 --- a/src/IconRoundedCornerOutlinedFilled.tsx +++ b/src/IconRoundedCornerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundedCornerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRoundedCornerRounded.tsx b/src/IconRoundedCornerRounded.tsx index 053595110..e6ee8c8db 100644 --- a/src/IconRoundedCornerRounded.tsx +++ b/src/IconRoundedCornerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundedCornerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRoundedCornerRoundedFilled.tsx b/src/IconRoundedCornerRoundedFilled.tsx index b4c7acd5f..f933b4ea8 100644 --- a/src/IconRoundedCornerRoundedFilled.tsx +++ b/src/IconRoundedCornerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundedCornerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRoundedCornerSharp.tsx b/src/IconRoundedCornerSharp.tsx index e1ac32d82..291c12917 100644 --- a/src/IconRoundedCornerSharp.tsx +++ b/src/IconRoundedCornerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundedCornerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRoundedCornerSharpFilled.tsx b/src/IconRoundedCornerSharpFilled.tsx index c14032a90..e512b8587 100644 --- a/src/IconRoundedCornerSharpFilled.tsx +++ b/src/IconRoundedCornerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoundedCornerSharpFilled: React.FC = ({ ...props diff --git a/src/IconRouteOutlined.tsx b/src/IconRouteOutlined.tsx index cc8519892..cb3f95b52 100644 --- a/src/IconRouteOutlined.tsx +++ b/src/IconRouteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRouteOutlinedFilled.tsx b/src/IconRouteOutlinedFilled.tsx index 14acda601..ee969eb27 100644 --- a/src/IconRouteOutlinedFilled.tsx +++ b/src/IconRouteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouteOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRouteRounded.tsx b/src/IconRouteRounded.tsx index 19f2c6ffc..014ba91ae 100644 --- a/src/IconRouteRounded.tsx +++ b/src/IconRouteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRouteRoundedFilled.tsx b/src/IconRouteRoundedFilled.tsx index 2841f7d6c..27e08523f 100644 --- a/src/IconRouteRoundedFilled.tsx +++ b/src/IconRouteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouteRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRouteSharp.tsx b/src/IconRouteSharp.tsx index 230e118c5..8e436b0e0 100644 --- a/src/IconRouteSharp.tsx +++ b/src/IconRouteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRouteSharpFilled.tsx b/src/IconRouteSharpFilled.tsx index 2aeba447c..9bd100095 100644 --- a/src/IconRouteSharpFilled.tsx +++ b/src/IconRouteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRouterOutlined.tsx b/src/IconRouterOutlined.tsx index d9887a018..d5bdef9a3 100644 --- a/src/IconRouterOutlined.tsx +++ b/src/IconRouterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRouterOutlinedFilled.tsx b/src/IconRouterOutlinedFilled.tsx index 4af7c5959..362ae45e1 100644 --- a/src/IconRouterOutlinedFilled.tsx +++ b/src/IconRouterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouterOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRouterRounded.tsx b/src/IconRouterRounded.tsx index be40dda27..dd05f363e 100644 --- a/src/IconRouterRounded.tsx +++ b/src/IconRouterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRouterRoundedFilled.tsx b/src/IconRouterRoundedFilled.tsx index 72f67f3f1..b912185a6 100644 --- a/src/IconRouterRoundedFilled.tsx +++ b/src/IconRouterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouterRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRouterSharp.tsx b/src/IconRouterSharp.tsx index 74c9e3a9c..9515e623b 100644 --- a/src/IconRouterSharp.tsx +++ b/src/IconRouterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRouterSharpFilled.tsx b/src/IconRouterSharpFilled.tsx index 8d874e251..d2444e490 100644 --- a/src/IconRouterSharpFilled.tsx +++ b/src/IconRouterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRouterSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRoutineOutlined.tsx b/src/IconRoutineOutlined.tsx index ce1c160e7..72abefe24 100644 --- a/src/IconRoutineOutlined.tsx +++ b/src/IconRoutineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoutineOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRoutineOutlinedFilled.tsx b/src/IconRoutineOutlinedFilled.tsx index 302b98a49..a9915870a 100644 --- a/src/IconRoutineOutlinedFilled.tsx +++ b/src/IconRoutineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoutineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRoutineRounded.tsx b/src/IconRoutineRounded.tsx index 63a97cea2..606645a6d 100644 --- a/src/IconRoutineRounded.tsx +++ b/src/IconRoutineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoutineRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRoutineRoundedFilled.tsx b/src/IconRoutineRoundedFilled.tsx index 227aac873..d393885c4 100644 --- a/src/IconRoutineRoundedFilled.tsx +++ b/src/IconRoutineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoutineRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRoutineSharp.tsx b/src/IconRoutineSharp.tsx index 462e4af53..cb49ce999 100644 --- a/src/IconRoutineSharp.tsx +++ b/src/IconRoutineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoutineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRoutineSharpFilled.tsx b/src/IconRoutineSharpFilled.tsx index 80aa386eb..62bb7c5e6 100644 --- a/src/IconRoutineSharpFilled.tsx +++ b/src/IconRoutineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRoutineSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRowingOutlined.tsx b/src/IconRowingOutlined.tsx index 79bea1538..f11e725ad 100644 --- a/src/IconRowingOutlined.tsx +++ b/src/IconRowingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRowingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRowingOutlinedFilled.tsx b/src/IconRowingOutlinedFilled.tsx index 7a800d94b..1fc5453ec 100644 --- a/src/IconRowingOutlinedFilled.tsx +++ b/src/IconRowingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRowingOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRowingRounded.tsx b/src/IconRowingRounded.tsx index 2d43910ea..38624036d 100644 --- a/src/IconRowingRounded.tsx +++ b/src/IconRowingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRowingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRowingRoundedFilled.tsx b/src/IconRowingRoundedFilled.tsx index 6c12418fb..24aeacd08 100644 --- a/src/IconRowingRoundedFilled.tsx +++ b/src/IconRowingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRowingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRowingSharp.tsx b/src/IconRowingSharp.tsx index cc9c163fd..1477beea9 100644 --- a/src/IconRowingSharp.tsx +++ b/src/IconRowingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRowingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRowingSharpFilled.tsx b/src/IconRowingSharpFilled.tsx index 7fa003638..1b4a437a9 100644 --- a/src/IconRowingSharpFilled.tsx +++ b/src/IconRowingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRowingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRssFeedOutlined.tsx b/src/IconRssFeedOutlined.tsx index 6433e7c5a..87be011fe 100644 --- a/src/IconRssFeedOutlined.tsx +++ b/src/IconRssFeedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRssFeedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRssFeedOutlinedFilled.tsx b/src/IconRssFeedOutlinedFilled.tsx index 2117ae2ea..7b1b1a15a 100644 --- a/src/IconRssFeedOutlinedFilled.tsx +++ b/src/IconRssFeedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRssFeedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRssFeedRounded.tsx b/src/IconRssFeedRounded.tsx index 6de566b77..84e239145 100644 --- a/src/IconRssFeedRounded.tsx +++ b/src/IconRssFeedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRssFeedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRssFeedRoundedFilled.tsx b/src/IconRssFeedRoundedFilled.tsx index 836e4dd89..604edaf23 100644 --- a/src/IconRssFeedRoundedFilled.tsx +++ b/src/IconRssFeedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRssFeedRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRssFeedSharp.tsx b/src/IconRssFeedSharp.tsx index 4d3985304..af752c4f7 100644 --- a/src/IconRssFeedSharp.tsx +++ b/src/IconRssFeedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRssFeedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRssFeedSharpFilled.tsx b/src/IconRssFeedSharpFilled.tsx index 04c3620f7..b92a8f486 100644 --- a/src/IconRssFeedSharpFilled.tsx +++ b/src/IconRssFeedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRssFeedSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRsvpOutlined.tsx b/src/IconRsvpOutlined.tsx index a4d36c36f..7111a6b2c 100644 --- a/src/IconRsvpOutlined.tsx +++ b/src/IconRsvpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRsvpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRsvpOutlinedFilled.tsx b/src/IconRsvpOutlinedFilled.tsx index 97456017f..1b846bdc6 100644 --- a/src/IconRsvpOutlinedFilled.tsx +++ b/src/IconRsvpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRsvpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRsvpRounded.tsx b/src/IconRsvpRounded.tsx index 0e6b70982..5b5007bd8 100644 --- a/src/IconRsvpRounded.tsx +++ b/src/IconRsvpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRsvpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRsvpRoundedFilled.tsx b/src/IconRsvpRoundedFilled.tsx index 5d798b8ca..295b994b9 100644 --- a/src/IconRsvpRoundedFilled.tsx +++ b/src/IconRsvpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRsvpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRsvpSharp.tsx b/src/IconRsvpSharp.tsx index f4361e561..08ab23210 100644 --- a/src/IconRsvpSharp.tsx +++ b/src/IconRsvpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRsvpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRsvpSharpFilled.tsx b/src/IconRsvpSharpFilled.tsx index 36d1fae7b..dd6a9a5ad 100644 --- a/src/IconRsvpSharpFilled.tsx +++ b/src/IconRsvpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRsvpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRttOutlined.tsx b/src/IconRttOutlined.tsx index 4176aca5f..6eab61615 100644 --- a/src/IconRttOutlined.tsx +++ b/src/IconRttOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRttOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRttOutlinedFilled.tsx b/src/IconRttOutlinedFilled.tsx index b8002ff8d..e7c0fbd39 100644 --- a/src/IconRttOutlinedFilled.tsx +++ b/src/IconRttOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRttOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRttRounded.tsx b/src/IconRttRounded.tsx index c07ab3958..cbedbb2cc 100644 --- a/src/IconRttRounded.tsx +++ b/src/IconRttRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRttRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRttRoundedFilled.tsx b/src/IconRttRoundedFilled.tsx index 73fc1b075..898826faf 100644 --- a/src/IconRttRoundedFilled.tsx +++ b/src/IconRttRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRttRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRttSharp.tsx b/src/IconRttSharp.tsx index bf1ca90db..54dc30c9e 100644 --- a/src/IconRttSharp.tsx +++ b/src/IconRttSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRttSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRttSharpFilled.tsx b/src/IconRttSharpFilled.tsx index 151e32def..d317751c1 100644 --- a/src/IconRttSharpFilled.tsx +++ b/src/IconRttSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRttSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRubricOutlined.tsx b/src/IconRubricOutlined.tsx index ac8da7c4c..df1c2e01f 100644 --- a/src/IconRubricOutlined.tsx +++ b/src/IconRubricOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRubricOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRubricOutlinedFilled.tsx b/src/IconRubricOutlinedFilled.tsx index a0be02df1..a5367be62 100644 --- a/src/IconRubricOutlinedFilled.tsx +++ b/src/IconRubricOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRubricOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRubricRounded.tsx b/src/IconRubricRounded.tsx index 78ebe6a77..cde93d0a0 100644 --- a/src/IconRubricRounded.tsx +++ b/src/IconRubricRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRubricRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRubricRoundedFilled.tsx b/src/IconRubricRoundedFilled.tsx index ff340c3d8..acc70f9bb 100644 --- a/src/IconRubricRoundedFilled.tsx +++ b/src/IconRubricRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRubricRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRubricSharp.tsx b/src/IconRubricSharp.tsx index ba35818df..9d610adf4 100644 --- a/src/IconRubricSharp.tsx +++ b/src/IconRubricSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRubricSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRubricSharpFilled.tsx b/src/IconRubricSharpFilled.tsx index 33008c111..28860dd1b 100644 --- a/src/IconRubricSharpFilled.tsx +++ b/src/IconRubricSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRubricSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleFolderOutlined.tsx b/src/IconRuleFolderOutlined.tsx index 74766a6ac..b978cf60b 100644 --- a/src/IconRuleFolderOutlined.tsx +++ b/src/IconRuleFolderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleFolderOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleFolderOutlinedFilled.tsx b/src/IconRuleFolderOutlinedFilled.tsx index 6cd2e6a63..361da30be 100644 --- a/src/IconRuleFolderOutlinedFilled.tsx +++ b/src/IconRuleFolderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleFolderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRuleFolderRounded.tsx b/src/IconRuleFolderRounded.tsx index da8350aeb..3eed3fa8e 100644 --- a/src/IconRuleFolderRounded.tsx +++ b/src/IconRuleFolderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleFolderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleFolderRoundedFilled.tsx b/src/IconRuleFolderRoundedFilled.tsx index 7e10ec294..e2676ff93 100644 --- a/src/IconRuleFolderRoundedFilled.tsx +++ b/src/IconRuleFolderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleFolderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRuleFolderSharp.tsx b/src/IconRuleFolderSharp.tsx index 58039e256..5fbd1dd6c 100644 --- a/src/IconRuleFolderSharp.tsx +++ b/src/IconRuleFolderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleFolderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleFolderSharpFilled.tsx b/src/IconRuleFolderSharpFilled.tsx index 5d06e8829..fef357514 100644 --- a/src/IconRuleFolderSharpFilled.tsx +++ b/src/IconRuleFolderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleFolderSharpFilled: React.FC = ({ ...props diff --git a/src/IconRuleOutlined.tsx b/src/IconRuleOutlined.tsx index cb3ea2226..d76773a57 100644 --- a/src/IconRuleOutlined.tsx +++ b/src/IconRuleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleOutlinedFilled.tsx b/src/IconRuleOutlinedFilled.tsx index f00be6b06..4ebc034ad 100644 --- a/src/IconRuleOutlinedFilled.tsx +++ b/src/IconRuleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleRounded.tsx b/src/IconRuleRounded.tsx index e5e0157eb..1453a500e 100644 --- a/src/IconRuleRounded.tsx +++ b/src/IconRuleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleRoundedFilled.tsx b/src/IconRuleRoundedFilled.tsx index fc56d8a27..5e6aedec9 100644 --- a/src/IconRuleRoundedFilled.tsx +++ b/src/IconRuleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleSettingsOutlined.tsx b/src/IconRuleSettingsOutlined.tsx index ad229bd89..8fcc5b9af 100644 --- a/src/IconRuleSettingsOutlined.tsx +++ b/src/IconRuleSettingsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleSettingsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleSettingsOutlinedFilled.tsx b/src/IconRuleSettingsOutlinedFilled.tsx index 6b4f0eaf0..8df469509 100644 --- a/src/IconRuleSettingsOutlinedFilled.tsx +++ b/src/IconRuleSettingsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleSettingsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRuleSettingsRounded.tsx b/src/IconRuleSettingsRounded.tsx index e6c8f0d14..5f6c4373f 100644 --- a/src/IconRuleSettingsRounded.tsx +++ b/src/IconRuleSettingsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleSettingsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleSettingsRoundedFilled.tsx b/src/IconRuleSettingsRoundedFilled.tsx index 1aca09113..0fff5bb2c 100644 --- a/src/IconRuleSettingsRoundedFilled.tsx +++ b/src/IconRuleSettingsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleSettingsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRuleSettingsSharp.tsx b/src/IconRuleSettingsSharp.tsx index 941baab37..bd1a1e0aa 100644 --- a/src/IconRuleSettingsSharp.tsx +++ b/src/IconRuleSettingsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleSettingsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleSettingsSharpFilled.tsx b/src/IconRuleSettingsSharpFilled.tsx index eed84eca4..5ddeef18f 100644 --- a/src/IconRuleSettingsSharpFilled.tsx +++ b/src/IconRuleSettingsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleSettingsSharpFilled: React.FC = ({ ...props diff --git a/src/IconRuleSharp.tsx b/src/IconRuleSharp.tsx index 0383f0c05..b8981f6fd 100644 --- a/src/IconRuleSharp.tsx +++ b/src/IconRuleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRuleSharpFilled.tsx b/src/IconRuleSharpFilled.tsx index c85f98bbc..4f500b588 100644 --- a/src/IconRuleSharpFilled.tsx +++ b/src/IconRuleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRuleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRunCircleOutlined.tsx b/src/IconRunCircleOutlined.tsx index 1c8655bd6..c3786f950 100644 --- a/src/IconRunCircleOutlined.tsx +++ b/src/IconRunCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRunCircleOutlinedFilled.tsx b/src/IconRunCircleOutlinedFilled.tsx index 9c6e4f76e..0d7058d84 100644 --- a/src/IconRunCircleOutlinedFilled.tsx +++ b/src/IconRunCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRunCircleRounded.tsx b/src/IconRunCircleRounded.tsx index ebc1b560f..0b839e07e 100644 --- a/src/IconRunCircleRounded.tsx +++ b/src/IconRunCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRunCircleRoundedFilled.tsx b/src/IconRunCircleRoundedFilled.tsx index 0f7a9ae61..704dbc317 100644 --- a/src/IconRunCircleRoundedFilled.tsx +++ b/src/IconRunCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRunCircleSharp.tsx b/src/IconRunCircleSharp.tsx index 04c98594e..31428e0be 100644 --- a/src/IconRunCircleSharp.tsx +++ b/src/IconRunCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRunCircleSharpFilled.tsx b/src/IconRunCircleSharpFilled.tsx index 23320a4fa..d9d66ad8d 100644 --- a/src/IconRunCircleSharpFilled.tsx +++ b/src/IconRunCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunCircleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconRunningWithErrorsOutlined.tsx b/src/IconRunningWithErrorsOutlined.tsx index 3e9cc8550..a6a9debfa 100644 --- a/src/IconRunningWithErrorsOutlined.tsx +++ b/src/IconRunningWithErrorsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunningWithErrorsOutlined: React.FC = ({ ...props diff --git a/src/IconRunningWithErrorsOutlinedFilled.tsx b/src/IconRunningWithErrorsOutlinedFilled.tsx index 63c7a6621..30f9bebd0 100644 --- a/src/IconRunningWithErrorsOutlinedFilled.tsx +++ b/src/IconRunningWithErrorsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunningWithErrorsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRunningWithErrorsRounded.tsx b/src/IconRunningWithErrorsRounded.tsx index 5d5aa4030..4bef0cbf1 100644 --- a/src/IconRunningWithErrorsRounded.tsx +++ b/src/IconRunningWithErrorsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunningWithErrorsRounded: React.FC = ({ ...props diff --git a/src/IconRunningWithErrorsRoundedFilled.tsx b/src/IconRunningWithErrorsRoundedFilled.tsx index a59ad06a1..912012247 100644 --- a/src/IconRunningWithErrorsRoundedFilled.tsx +++ b/src/IconRunningWithErrorsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunningWithErrorsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRunningWithErrorsSharp.tsx b/src/IconRunningWithErrorsSharp.tsx index 65c4cd153..cc43c80ff 100644 --- a/src/IconRunningWithErrorsSharp.tsx +++ b/src/IconRunningWithErrorsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunningWithErrorsSharp: React.FC = ({ ...props diff --git a/src/IconRunningWithErrorsSharpFilled.tsx b/src/IconRunningWithErrorsSharpFilled.tsx index 67823b1f6..af88ad1d7 100644 --- a/src/IconRunningWithErrorsSharpFilled.tsx +++ b/src/IconRunningWithErrorsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRunningWithErrorsSharpFilled: React.FC = ({ ...props diff --git a/src/IconRvHookupOutlined.tsx b/src/IconRvHookupOutlined.tsx index 09b9a71d3..a6f3378db 100644 --- a/src/IconRvHookupOutlined.tsx +++ b/src/IconRvHookupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRvHookupOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconRvHookupOutlinedFilled.tsx b/src/IconRvHookupOutlinedFilled.tsx index fbafc11b6..8fce7eea0 100644 --- a/src/IconRvHookupOutlinedFilled.tsx +++ b/src/IconRvHookupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRvHookupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconRvHookupRounded.tsx b/src/IconRvHookupRounded.tsx index 8edc80eb4..cd33532c0 100644 --- a/src/IconRvHookupRounded.tsx +++ b/src/IconRvHookupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRvHookupRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconRvHookupRoundedFilled.tsx b/src/IconRvHookupRoundedFilled.tsx index 9a188ae6f..29871fe78 100644 --- a/src/IconRvHookupRoundedFilled.tsx +++ b/src/IconRvHookupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRvHookupRoundedFilled: React.FC = ({ ...props diff --git a/src/IconRvHookupSharp.tsx b/src/IconRvHookupSharp.tsx index 308366c66..8d669a4cc 100644 --- a/src/IconRvHookupSharp.tsx +++ b/src/IconRvHookupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRvHookupSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconRvHookupSharpFilled.tsx b/src/IconRvHookupSharpFilled.tsx index ae2fbecb9..47194d3d9 100644 --- a/src/IconRvHookupSharpFilled.tsx +++ b/src/IconRvHookupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconRvHookupSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSafetyCheckOffOutlined.tsx b/src/IconSafetyCheckOffOutlined.tsx index eac397a41..a6ada402b 100644 --- a/src/IconSafetyCheckOffOutlined.tsx +++ b/src/IconSafetyCheckOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckOffOutlined: React.FC = ({ ...props diff --git a/src/IconSafetyCheckOffOutlinedFilled.tsx b/src/IconSafetyCheckOffOutlinedFilled.tsx index 687bcbc46..2188d52cc 100644 --- a/src/IconSafetyCheckOffOutlinedFilled.tsx +++ b/src/IconSafetyCheckOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSafetyCheckOffRounded.tsx b/src/IconSafetyCheckOffRounded.tsx index 582a6ea0b..63ebbcb4d 100644 --- a/src/IconSafetyCheckOffRounded.tsx +++ b/src/IconSafetyCheckOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckOffRounded: React.FC = ({ ...props diff --git a/src/IconSafetyCheckOffRoundedFilled.tsx b/src/IconSafetyCheckOffRoundedFilled.tsx index b519ff4b9..335a2f0a7 100644 --- a/src/IconSafetyCheckOffRoundedFilled.tsx +++ b/src/IconSafetyCheckOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSafetyCheckOffSharp.tsx b/src/IconSafetyCheckOffSharp.tsx index 7d53c6053..46b5b61ce 100644 --- a/src/IconSafetyCheckOffSharp.tsx +++ b/src/IconSafetyCheckOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSafetyCheckOffSharpFilled.tsx b/src/IconSafetyCheckOffSharpFilled.tsx index a90744e6c..40a20611c 100644 --- a/src/IconSafetyCheckOffSharpFilled.tsx +++ b/src/IconSafetyCheckOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconSafetyCheckOutlined.tsx b/src/IconSafetyCheckOutlined.tsx index b836f7328..35376e99d 100644 --- a/src/IconSafetyCheckOutlined.tsx +++ b/src/IconSafetyCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSafetyCheckOutlinedFilled.tsx b/src/IconSafetyCheckOutlinedFilled.tsx index 3d9af8eee..832f911cd 100644 --- a/src/IconSafetyCheckOutlinedFilled.tsx +++ b/src/IconSafetyCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSafetyCheckRounded.tsx b/src/IconSafetyCheckRounded.tsx index 0b3bad3b0..dd8dab9e8 100644 --- a/src/IconSafetyCheckRounded.tsx +++ b/src/IconSafetyCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSafetyCheckRoundedFilled.tsx b/src/IconSafetyCheckRoundedFilled.tsx index b1db13ffd..d52ad65d3 100644 --- a/src/IconSafetyCheckRoundedFilled.tsx +++ b/src/IconSafetyCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSafetyCheckSharp.tsx b/src/IconSafetyCheckSharp.tsx index 5d32cde2c..d28436200 100644 --- a/src/IconSafetyCheckSharp.tsx +++ b/src/IconSafetyCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSafetyCheckSharpFilled.tsx b/src/IconSafetyCheckSharpFilled.tsx index 0f4384c2c..6e268c504 100644 --- a/src/IconSafetyCheckSharpFilled.tsx +++ b/src/IconSafetyCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconSafetyDividerOutlined.tsx b/src/IconSafetyDividerOutlined.tsx index 81b01d77b..f0628b6f9 100644 --- a/src/IconSafetyDividerOutlined.tsx +++ b/src/IconSafetyDividerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyDividerOutlined: React.FC = ({ ...props diff --git a/src/IconSafetyDividerOutlinedFilled.tsx b/src/IconSafetyDividerOutlinedFilled.tsx index 41a982d4e..10b07ed20 100644 --- a/src/IconSafetyDividerOutlinedFilled.tsx +++ b/src/IconSafetyDividerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyDividerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSafetyDividerRounded.tsx b/src/IconSafetyDividerRounded.tsx index 4739e8912..86f705605 100644 --- a/src/IconSafetyDividerRounded.tsx +++ b/src/IconSafetyDividerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyDividerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSafetyDividerRoundedFilled.tsx b/src/IconSafetyDividerRoundedFilled.tsx index a312b56d1..bfd813830 100644 --- a/src/IconSafetyDividerRoundedFilled.tsx +++ b/src/IconSafetyDividerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyDividerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSafetyDividerSharp.tsx b/src/IconSafetyDividerSharp.tsx index 63a366ee0..17a7eb81e 100644 --- a/src/IconSafetyDividerSharp.tsx +++ b/src/IconSafetyDividerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyDividerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSafetyDividerSharpFilled.tsx b/src/IconSafetyDividerSharpFilled.tsx index 1a0255d31..dd5d54aa3 100644 --- a/src/IconSafetyDividerSharpFilled.tsx +++ b/src/IconSafetyDividerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSafetyDividerSharpFilled: React.FC = ({ ...props diff --git a/src/IconSailingOutlined.tsx b/src/IconSailingOutlined.tsx index ff12ddb31..93dd378f8 100644 --- a/src/IconSailingOutlined.tsx +++ b/src/IconSailingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSailingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSailingOutlinedFilled.tsx b/src/IconSailingOutlinedFilled.tsx index b827b1d5b..6a86d81ba 100644 --- a/src/IconSailingOutlinedFilled.tsx +++ b/src/IconSailingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSailingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSailingRounded.tsx b/src/IconSailingRounded.tsx index 2fc196c22..6e1f5a943 100644 --- a/src/IconSailingRounded.tsx +++ b/src/IconSailingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSailingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSailingRoundedFilled.tsx b/src/IconSailingRoundedFilled.tsx index a1763915d..6342e31f8 100644 --- a/src/IconSailingRoundedFilled.tsx +++ b/src/IconSailingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSailingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSailingSharp.tsx b/src/IconSailingSharp.tsx index 2148c5e8e..2f00400f1 100644 --- a/src/IconSailingSharp.tsx +++ b/src/IconSailingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSailingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSailingSharpFilled.tsx b/src/IconSailingSharpFilled.tsx index 2b5f77063..73f64cb95 100644 --- a/src/IconSailingSharpFilled.tsx +++ b/src/IconSailingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSailingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSalinityOutlined.tsx b/src/IconSalinityOutlined.tsx index 9cc24addd..02c90622d 100644 --- a/src/IconSalinityOutlined.tsx +++ b/src/IconSalinityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSalinityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSalinityOutlinedFilled.tsx b/src/IconSalinityOutlinedFilled.tsx index 3b5980320..6043e9c9c 100644 --- a/src/IconSalinityOutlinedFilled.tsx +++ b/src/IconSalinityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSalinityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSalinityRounded.tsx b/src/IconSalinityRounded.tsx index 8c439e72c..29185891b 100644 --- a/src/IconSalinityRounded.tsx +++ b/src/IconSalinityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSalinityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSalinityRoundedFilled.tsx b/src/IconSalinityRoundedFilled.tsx index afae3cfe1..3bbebd778 100644 --- a/src/IconSalinityRoundedFilled.tsx +++ b/src/IconSalinityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSalinityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSalinitySharp.tsx b/src/IconSalinitySharp.tsx index a4241a773..da7a66719 100644 --- a/src/IconSalinitySharp.tsx +++ b/src/IconSalinitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSalinitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSalinitySharpFilled.tsx b/src/IconSalinitySharpFilled.tsx index f9a7917e7..58a6b041b 100644 --- a/src/IconSalinitySharpFilled.tsx +++ b/src/IconSalinitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSalinitySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSanitizerOutlined.tsx b/src/IconSanitizerOutlined.tsx index f621f9188..dd681f3cb 100644 --- a/src/IconSanitizerOutlined.tsx +++ b/src/IconSanitizerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSanitizerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSanitizerOutlinedFilled.tsx b/src/IconSanitizerOutlinedFilled.tsx index 3f548a355..12656db5b 100644 --- a/src/IconSanitizerOutlinedFilled.tsx +++ b/src/IconSanitizerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSanitizerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSanitizerRounded.tsx b/src/IconSanitizerRounded.tsx index 3b573b197..e93ee7db0 100644 --- a/src/IconSanitizerRounded.tsx +++ b/src/IconSanitizerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSanitizerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSanitizerRoundedFilled.tsx b/src/IconSanitizerRoundedFilled.tsx index 303d044c9..4cce4132f 100644 --- a/src/IconSanitizerRoundedFilled.tsx +++ b/src/IconSanitizerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSanitizerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSanitizerSharp.tsx b/src/IconSanitizerSharp.tsx index 62281972a..e1ed46c89 100644 --- a/src/IconSanitizerSharp.tsx +++ b/src/IconSanitizerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSanitizerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSanitizerSharpFilled.tsx b/src/IconSanitizerSharpFilled.tsx index 74ace29dd..24e9db2af 100644 --- a/src/IconSanitizerSharpFilled.tsx +++ b/src/IconSanitizerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSanitizerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSatelliteAltOutlined.tsx b/src/IconSatelliteAltOutlined.tsx index ab4624b77..a63644259 100644 --- a/src/IconSatelliteAltOutlined.tsx +++ b/src/IconSatelliteAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSatelliteAltOutlinedFilled.tsx b/src/IconSatelliteAltOutlinedFilled.tsx index ffd58b936..d424be66d 100644 --- a/src/IconSatelliteAltOutlinedFilled.tsx +++ b/src/IconSatelliteAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSatelliteAltRounded.tsx b/src/IconSatelliteAltRounded.tsx index 0e36b71a9..0c6b66b47 100644 --- a/src/IconSatelliteAltRounded.tsx +++ b/src/IconSatelliteAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSatelliteAltRoundedFilled.tsx b/src/IconSatelliteAltRoundedFilled.tsx index 78ac32fb8..3f2956cf2 100644 --- a/src/IconSatelliteAltRoundedFilled.tsx +++ b/src/IconSatelliteAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSatelliteAltSharp.tsx b/src/IconSatelliteAltSharp.tsx index 1faea60d3..ca7d487e6 100644 --- a/src/IconSatelliteAltSharp.tsx +++ b/src/IconSatelliteAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSatelliteAltSharpFilled.tsx b/src/IconSatelliteAltSharpFilled.tsx index 51134d5a3..0cd78afec 100644 --- a/src/IconSatelliteAltSharpFilled.tsx +++ b/src/IconSatelliteAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconSatelliteOutlined.tsx b/src/IconSatelliteOutlined.tsx index 85ded1c4e..f85259521 100644 --- a/src/IconSatelliteOutlined.tsx +++ b/src/IconSatelliteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSatelliteOutlinedFilled.tsx b/src/IconSatelliteOutlinedFilled.tsx index 6d306def8..d1bdd9227 100644 --- a/src/IconSatelliteOutlinedFilled.tsx +++ b/src/IconSatelliteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSatelliteRounded.tsx b/src/IconSatelliteRounded.tsx index 9755568a3..46b29fd76 100644 --- a/src/IconSatelliteRounded.tsx +++ b/src/IconSatelliteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSatelliteRoundedFilled.tsx b/src/IconSatelliteRoundedFilled.tsx index 4874b25f8..5e8b7b7db 100644 --- a/src/IconSatelliteRoundedFilled.tsx +++ b/src/IconSatelliteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSatelliteSharp.tsx b/src/IconSatelliteSharp.tsx index c81dc6fc3..b465d25f7 100644 --- a/src/IconSatelliteSharp.tsx +++ b/src/IconSatelliteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSatelliteSharpFilled.tsx b/src/IconSatelliteSharpFilled.tsx index a3743ea05..9671b8178 100644 --- a/src/IconSatelliteSharpFilled.tsx +++ b/src/IconSatelliteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSatelliteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSaunaOutlined.tsx b/src/IconSaunaOutlined.tsx index e55eab8ce..a3ed18506 100644 --- a/src/IconSaunaOutlined.tsx +++ b/src/IconSaunaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaunaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSaunaOutlinedFilled.tsx b/src/IconSaunaOutlinedFilled.tsx index e8b3670f5..20d3dbeb5 100644 --- a/src/IconSaunaOutlinedFilled.tsx +++ b/src/IconSaunaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaunaOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSaunaRounded.tsx b/src/IconSaunaRounded.tsx index 1327835bf..5ca7cd07d 100644 --- a/src/IconSaunaRounded.tsx +++ b/src/IconSaunaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaunaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSaunaRoundedFilled.tsx b/src/IconSaunaRoundedFilled.tsx index eadd37193..acb73b27d 100644 --- a/src/IconSaunaRoundedFilled.tsx +++ b/src/IconSaunaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaunaRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSaunaSharp.tsx b/src/IconSaunaSharp.tsx index 0d86a66d7..1d17a5461 100644 --- a/src/IconSaunaSharp.tsx +++ b/src/IconSaunaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaunaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSaunaSharpFilled.tsx b/src/IconSaunaSharpFilled.tsx index fe77b5e89..fa3a0bfbb 100644 --- a/src/IconSaunaSharpFilled.tsx +++ b/src/IconSaunaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaunaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveAsOutlined.tsx b/src/IconSaveAsOutlined.tsx index b9f9256cf..4d3a3a761 100644 --- a/src/IconSaveAsOutlined.tsx +++ b/src/IconSaveAsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveAsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveAsOutlinedFilled.tsx b/src/IconSaveAsOutlinedFilled.tsx index 0d4c76920..2a8fa85da 100644 --- a/src/IconSaveAsOutlinedFilled.tsx +++ b/src/IconSaveAsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveAsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveAsRounded.tsx b/src/IconSaveAsRounded.tsx index a2beead6a..b122913d0 100644 --- a/src/IconSaveAsRounded.tsx +++ b/src/IconSaveAsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveAsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveAsRoundedFilled.tsx b/src/IconSaveAsRoundedFilled.tsx index 241fa1317..5f96c3f0c 100644 --- a/src/IconSaveAsRoundedFilled.tsx +++ b/src/IconSaveAsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveAsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveAsSharp.tsx b/src/IconSaveAsSharp.tsx index e924ea86d..b749363ff 100644 --- a/src/IconSaveAsSharp.tsx +++ b/src/IconSaveAsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveAsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveAsSharpFilled.tsx b/src/IconSaveAsSharpFilled.tsx index 5f6e7c42a..05ed469f1 100644 --- a/src/IconSaveAsSharpFilled.tsx +++ b/src/IconSaveAsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveAsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveOutlined.tsx b/src/IconSaveOutlined.tsx index b6ef3e875..d983b21a8 100644 --- a/src/IconSaveOutlined.tsx +++ b/src/IconSaveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveOutlinedFilled.tsx b/src/IconSaveOutlinedFilled.tsx index 294a17454..b8dfd72a0 100644 --- a/src/IconSaveOutlinedFilled.tsx +++ b/src/IconSaveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveRounded.tsx b/src/IconSaveRounded.tsx index cda176621..631df706e 100644 --- a/src/IconSaveRounded.tsx +++ b/src/IconSaveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveRoundedFilled.tsx b/src/IconSaveRoundedFilled.tsx index 37d20cc04..07c395485 100644 --- a/src/IconSaveRoundedFilled.tsx +++ b/src/IconSaveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveSharp.tsx b/src/IconSaveSharp.tsx index df6f7fc15..1ca4853a6 100644 --- a/src/IconSaveSharp.tsx +++ b/src/IconSaveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSaveSharpFilled.tsx b/src/IconSaveSharpFilled.tsx index 9bf737f95..ee5c96179 100644 --- a/src/IconSaveSharpFilled.tsx +++ b/src/IconSaveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSaveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSavedSearchOutlined.tsx b/src/IconSavedSearchOutlined.tsx index 0162fc1d1..94c4718ba 100644 --- a/src/IconSavedSearchOutlined.tsx +++ b/src/IconSavedSearchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavedSearchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSavedSearchOutlinedFilled.tsx b/src/IconSavedSearchOutlinedFilled.tsx index 6f9b9bd0a..26bd9a0c5 100644 --- a/src/IconSavedSearchOutlinedFilled.tsx +++ b/src/IconSavedSearchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavedSearchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSavedSearchRounded.tsx b/src/IconSavedSearchRounded.tsx index 7e7ce1f57..7921394fb 100644 --- a/src/IconSavedSearchRounded.tsx +++ b/src/IconSavedSearchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavedSearchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSavedSearchRoundedFilled.tsx b/src/IconSavedSearchRoundedFilled.tsx index 1386ccb4d..d0aa54b0d 100644 --- a/src/IconSavedSearchRoundedFilled.tsx +++ b/src/IconSavedSearchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavedSearchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSavedSearchSharp.tsx b/src/IconSavedSearchSharp.tsx index a304dc748..3aef5b1a1 100644 --- a/src/IconSavedSearchSharp.tsx +++ b/src/IconSavedSearchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavedSearchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSavedSearchSharpFilled.tsx b/src/IconSavedSearchSharpFilled.tsx index 5d8ac0066..590cae6eb 100644 --- a/src/IconSavedSearchSharpFilled.tsx +++ b/src/IconSavedSearchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavedSearchSharpFilled: React.FC = ({ ...props diff --git a/src/IconSavingsOutlined.tsx b/src/IconSavingsOutlined.tsx index e5738e92f..91561af9c 100644 --- a/src/IconSavingsOutlined.tsx +++ b/src/IconSavingsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavingsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSavingsOutlinedFilled.tsx b/src/IconSavingsOutlinedFilled.tsx index adf396c87..6558396d4 100644 --- a/src/IconSavingsOutlinedFilled.tsx +++ b/src/IconSavingsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavingsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSavingsRounded.tsx b/src/IconSavingsRounded.tsx index 6d52c43f7..1acc78a5e 100644 --- a/src/IconSavingsRounded.tsx +++ b/src/IconSavingsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavingsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSavingsRoundedFilled.tsx b/src/IconSavingsRoundedFilled.tsx index 6897d35b7..4308f6c2c 100644 --- a/src/IconSavingsRoundedFilled.tsx +++ b/src/IconSavingsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavingsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSavingsSharp.tsx b/src/IconSavingsSharp.tsx index 38fda3397..946cb8df2 100644 --- a/src/IconSavingsSharp.tsx +++ b/src/IconSavingsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavingsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSavingsSharpFilled.tsx b/src/IconSavingsSharpFilled.tsx index dcbcfabf4..397e7612b 100644 --- a/src/IconSavingsSharpFilled.tsx +++ b/src/IconSavingsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSavingsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScaleOutlined.tsx b/src/IconScaleOutlined.tsx index de34e1cc1..63679ce42 100644 --- a/src/IconScaleOutlined.tsx +++ b/src/IconScaleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScaleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScaleOutlinedFilled.tsx b/src/IconScaleOutlinedFilled.tsx index f05b6026c..767b0d9aa 100644 --- a/src/IconScaleOutlinedFilled.tsx +++ b/src/IconScaleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScaleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScaleRounded.tsx b/src/IconScaleRounded.tsx index 242616e59..58fdb5f74 100644 --- a/src/IconScaleRounded.tsx +++ b/src/IconScaleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScaleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScaleRoundedFilled.tsx b/src/IconScaleRoundedFilled.tsx index 352b6fb37..d2f5d2c53 100644 --- a/src/IconScaleRoundedFilled.tsx +++ b/src/IconScaleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScaleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScaleSharp.tsx b/src/IconScaleSharp.tsx index f06bfdf2e..3383cf52c 100644 --- a/src/IconScaleSharp.tsx +++ b/src/IconScaleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScaleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScaleSharpFilled.tsx b/src/IconScaleSharpFilled.tsx index 3acdffcf3..e1c591296 100644 --- a/src/IconScaleSharpFilled.tsx +++ b/src/IconScaleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScaleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScanDeleteOutlined.tsx b/src/IconScanDeleteOutlined.tsx index 52e05867d..46e4c219f 100644 --- a/src/IconScanDeleteOutlined.tsx +++ b/src/IconScanDeleteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanDeleteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScanDeleteOutlinedFilled.tsx b/src/IconScanDeleteOutlinedFilled.tsx index f4c02138d..69adbdd56 100644 --- a/src/IconScanDeleteOutlinedFilled.tsx +++ b/src/IconScanDeleteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanDeleteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScanDeleteRounded.tsx b/src/IconScanDeleteRounded.tsx index 4362c6703..791fce3ff 100644 --- a/src/IconScanDeleteRounded.tsx +++ b/src/IconScanDeleteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanDeleteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScanDeleteRoundedFilled.tsx b/src/IconScanDeleteRoundedFilled.tsx index a980ec6db..ec70bab1a 100644 --- a/src/IconScanDeleteRoundedFilled.tsx +++ b/src/IconScanDeleteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanDeleteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScanDeleteSharp.tsx b/src/IconScanDeleteSharp.tsx index 66dfa2c21..cc17dc852 100644 --- a/src/IconScanDeleteSharp.tsx +++ b/src/IconScanDeleteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanDeleteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScanDeleteSharpFilled.tsx b/src/IconScanDeleteSharpFilled.tsx index 70e7f3ce5..06b60dc9d 100644 --- a/src/IconScanDeleteSharpFilled.tsx +++ b/src/IconScanDeleteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanDeleteSharpFilled: React.FC = ({ ...props diff --git a/src/IconScanOutlined.tsx b/src/IconScanOutlined.tsx index c5da0677d..9a5c0ac74 100644 --- a/src/IconScanOutlined.tsx +++ b/src/IconScanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScanOutlinedFilled.tsx b/src/IconScanOutlinedFilled.tsx index edfbfe137..243e89b63 100644 --- a/src/IconScanOutlinedFilled.tsx +++ b/src/IconScanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScanRounded.tsx b/src/IconScanRounded.tsx index 592c8e557..97fc43e21 100644 --- a/src/IconScanRounded.tsx +++ b/src/IconScanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScanRoundedFilled.tsx b/src/IconScanRoundedFilled.tsx index 68171e78a..182ed3a4e 100644 --- a/src/IconScanRoundedFilled.tsx +++ b/src/IconScanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScanSharp.tsx b/src/IconScanSharp.tsx index bd414c2e6..d1f412cd7 100644 --- a/src/IconScanSharp.tsx +++ b/src/IconScanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScanSharpFilled.tsx b/src/IconScanSharpFilled.tsx index 4ee4fd4e7..a7d78155e 100644 --- a/src/IconScanSharpFilled.tsx +++ b/src/IconScanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScanSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScannerOutlined.tsx b/src/IconScannerOutlined.tsx index c77d12b66..b1b840dce 100644 --- a/src/IconScannerOutlined.tsx +++ b/src/IconScannerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScannerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScannerOutlinedFilled.tsx b/src/IconScannerOutlinedFilled.tsx index 087516a1c..a098e858d 100644 --- a/src/IconScannerOutlinedFilled.tsx +++ b/src/IconScannerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScannerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScannerRounded.tsx b/src/IconScannerRounded.tsx index 2ae1a99af..1bcf79374 100644 --- a/src/IconScannerRounded.tsx +++ b/src/IconScannerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScannerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScannerRoundedFilled.tsx b/src/IconScannerRoundedFilled.tsx index 59e9e55bd..d38f26486 100644 --- a/src/IconScannerRoundedFilled.tsx +++ b/src/IconScannerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScannerRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScannerSharp.tsx b/src/IconScannerSharp.tsx index 493d6ae1c..fc9800be0 100644 --- a/src/IconScannerSharp.tsx +++ b/src/IconScannerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScannerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScannerSharpFilled.tsx b/src/IconScannerSharpFilled.tsx index d16f15424..176881f6d 100644 --- a/src/IconScannerSharpFilled.tsx +++ b/src/IconScannerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScannerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScatterPlotOutlined.tsx b/src/IconScatterPlotOutlined.tsx index 8f7a30bbd..f7d8788a9 100644 --- a/src/IconScatterPlotOutlined.tsx +++ b/src/IconScatterPlotOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScatterPlotOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScatterPlotOutlinedFilled.tsx b/src/IconScatterPlotOutlinedFilled.tsx index 148cf9f9e..b979b5b07 100644 --- a/src/IconScatterPlotOutlinedFilled.tsx +++ b/src/IconScatterPlotOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScatterPlotOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScatterPlotRounded.tsx b/src/IconScatterPlotRounded.tsx index 73bee5f2b..a19fea967 100644 --- a/src/IconScatterPlotRounded.tsx +++ b/src/IconScatterPlotRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScatterPlotRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScatterPlotRoundedFilled.tsx b/src/IconScatterPlotRoundedFilled.tsx index 83748026c..b7c92c97f 100644 --- a/src/IconScatterPlotRoundedFilled.tsx +++ b/src/IconScatterPlotRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScatterPlotRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScatterPlotSharp.tsx b/src/IconScatterPlotSharp.tsx index 37a261478..eb9408455 100644 --- a/src/IconScatterPlotSharp.tsx +++ b/src/IconScatterPlotSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScatterPlotSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScatterPlotSharpFilled.tsx b/src/IconScatterPlotSharpFilled.tsx index a95031426..e52a30bfe 100644 --- a/src/IconScatterPlotSharpFilled.tsx +++ b/src/IconScatterPlotSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScatterPlotSharpFilled: React.FC = ({ ...props diff --git a/src/IconSceneOutlined.tsx b/src/IconSceneOutlined.tsx index 66e6e3c08..43b1abab3 100644 --- a/src/IconSceneOutlined.tsx +++ b/src/IconSceneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSceneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSceneOutlinedFilled.tsx b/src/IconSceneOutlinedFilled.tsx index 275ba83dd..164bf172f 100644 --- a/src/IconSceneOutlinedFilled.tsx +++ b/src/IconSceneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSceneOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSceneRounded.tsx b/src/IconSceneRounded.tsx index f400fdfd6..1bc5c01da 100644 --- a/src/IconSceneRounded.tsx +++ b/src/IconSceneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSceneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSceneRoundedFilled.tsx b/src/IconSceneRoundedFilled.tsx index 6f73652ea..c4c2c79b2 100644 --- a/src/IconSceneRoundedFilled.tsx +++ b/src/IconSceneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSceneRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSceneSharp.tsx b/src/IconSceneSharp.tsx index 93f0c4f6d..f220480ec 100644 --- a/src/IconSceneSharp.tsx +++ b/src/IconSceneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSceneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSceneSharpFilled.tsx b/src/IconSceneSharpFilled.tsx index ff4b31578..f8e2287dd 100644 --- a/src/IconSceneSharpFilled.tsx +++ b/src/IconSceneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSceneSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScheduleOutlined.tsx b/src/IconScheduleOutlined.tsx index 34ba40aaa..aff6b118f 100644 --- a/src/IconScheduleOutlined.tsx +++ b/src/IconScheduleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScheduleOutlinedFilled.tsx b/src/IconScheduleOutlinedFilled.tsx index da435412b..9cd857f19 100644 --- a/src/IconScheduleOutlinedFilled.tsx +++ b/src/IconScheduleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScheduleRounded.tsx b/src/IconScheduleRounded.tsx index fa6629cce..5be8688fc 100644 --- a/src/IconScheduleRounded.tsx +++ b/src/IconScheduleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScheduleRoundedFilled.tsx b/src/IconScheduleRoundedFilled.tsx index aedbe0010..3b1fe154a 100644 --- a/src/IconScheduleRoundedFilled.tsx +++ b/src/IconScheduleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScheduleSendOutlined.tsx b/src/IconScheduleSendOutlined.tsx index aa6c6fef3..5b15b9a32 100644 --- a/src/IconScheduleSendOutlined.tsx +++ b/src/IconScheduleSendOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleSendOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScheduleSendOutlinedFilled.tsx b/src/IconScheduleSendOutlinedFilled.tsx index e6ffe9fe9..1e49e7946 100644 --- a/src/IconScheduleSendOutlinedFilled.tsx +++ b/src/IconScheduleSendOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleSendOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScheduleSendRounded.tsx b/src/IconScheduleSendRounded.tsx index c95fc2e10..bd1caea0d 100644 --- a/src/IconScheduleSendRounded.tsx +++ b/src/IconScheduleSendRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleSendRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScheduleSendRoundedFilled.tsx b/src/IconScheduleSendRoundedFilled.tsx index caa0e1086..6acb5b0f7 100644 --- a/src/IconScheduleSendRoundedFilled.tsx +++ b/src/IconScheduleSendRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleSendRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScheduleSendSharp.tsx b/src/IconScheduleSendSharp.tsx index ea1a32927..970b30f07 100644 --- a/src/IconScheduleSendSharp.tsx +++ b/src/IconScheduleSendSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleSendSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScheduleSendSharpFilled.tsx b/src/IconScheduleSendSharpFilled.tsx index 1aece2856..2807cfa05 100644 --- a/src/IconScheduleSendSharpFilled.tsx +++ b/src/IconScheduleSendSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleSendSharpFilled: React.FC = ({ ...props diff --git a/src/IconScheduleSharp.tsx b/src/IconScheduleSharp.tsx index 1c1323273..9629559bf 100644 --- a/src/IconScheduleSharp.tsx +++ b/src/IconScheduleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScheduleSharpFilled.tsx b/src/IconScheduleSharpFilled.tsx index 9868cb524..c407eba3d 100644 --- a/src/IconScheduleSharpFilled.tsx +++ b/src/IconScheduleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScheduleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSchemaOutlined.tsx b/src/IconSchemaOutlined.tsx index 13c016726..65cd0ea09 100644 --- a/src/IconSchemaOutlined.tsx +++ b/src/IconSchemaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchemaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSchemaOutlinedFilled.tsx b/src/IconSchemaOutlinedFilled.tsx index d15d90dd2..960e4108e 100644 --- a/src/IconSchemaOutlinedFilled.tsx +++ b/src/IconSchemaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchemaOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSchemaRounded.tsx b/src/IconSchemaRounded.tsx index 3ce5c898d..6660d4422 100644 --- a/src/IconSchemaRounded.tsx +++ b/src/IconSchemaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchemaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSchemaRoundedFilled.tsx b/src/IconSchemaRoundedFilled.tsx index fecf16022..088d9d9d2 100644 --- a/src/IconSchemaRoundedFilled.tsx +++ b/src/IconSchemaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchemaRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSchemaSharp.tsx b/src/IconSchemaSharp.tsx index f21d50145..264fc3695 100644 --- a/src/IconSchemaSharp.tsx +++ b/src/IconSchemaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchemaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSchemaSharpFilled.tsx b/src/IconSchemaSharpFilled.tsx index 6c01839c5..bb38df921 100644 --- a/src/IconSchemaSharpFilled.tsx +++ b/src/IconSchemaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchemaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSchoolOutlined.tsx b/src/IconSchoolOutlined.tsx index 9fd6ec005..8d66f9976 100644 --- a/src/IconSchoolOutlined.tsx +++ b/src/IconSchoolOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchoolOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSchoolOutlinedFilled.tsx b/src/IconSchoolOutlinedFilled.tsx index 9bc1ecd3c..ca9f35f34 100644 --- a/src/IconSchoolOutlinedFilled.tsx +++ b/src/IconSchoolOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchoolOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSchoolRounded.tsx b/src/IconSchoolRounded.tsx index 40aebeb6c..ba94cfe64 100644 --- a/src/IconSchoolRounded.tsx +++ b/src/IconSchoolRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchoolRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSchoolRoundedFilled.tsx b/src/IconSchoolRoundedFilled.tsx index d55f8dc8b..413bdec39 100644 --- a/src/IconSchoolRoundedFilled.tsx +++ b/src/IconSchoolRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchoolRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSchoolSharp.tsx b/src/IconSchoolSharp.tsx index ffb255198..e1788b747 100644 --- a/src/IconSchoolSharp.tsx +++ b/src/IconSchoolSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchoolSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSchoolSharpFilled.tsx b/src/IconSchoolSharpFilled.tsx index b19e99388..5c85834e4 100644 --- a/src/IconSchoolSharpFilled.tsx +++ b/src/IconSchoolSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSchoolSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScienceOffOutlined.tsx b/src/IconScienceOffOutlined.tsx index eb0108c56..8c0b5d27c 100644 --- a/src/IconScienceOffOutlined.tsx +++ b/src/IconScienceOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScienceOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScienceOffOutlinedFilled.tsx b/src/IconScienceOffOutlinedFilled.tsx index 11ee53cbd..ceed75b95 100644 --- a/src/IconScienceOffOutlinedFilled.tsx +++ b/src/IconScienceOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScienceOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScienceOffRounded.tsx b/src/IconScienceOffRounded.tsx index 02ec56d0c..743475ce0 100644 --- a/src/IconScienceOffRounded.tsx +++ b/src/IconScienceOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScienceOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScienceOffRoundedFilled.tsx b/src/IconScienceOffRoundedFilled.tsx index ece46cc6d..c30ef57e2 100644 --- a/src/IconScienceOffRoundedFilled.tsx +++ b/src/IconScienceOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScienceOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScienceOffSharp.tsx b/src/IconScienceOffSharp.tsx new file mode 100644 index 000000000..2a7aec42d --- /dev/null +++ b/src/IconScienceOffSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types.js' + +export const IconScienceOffSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconScienceOffSharpFilled.tsx b/src/IconScienceOffSharpFilled.tsx index 023713d82..33f8ccbc5 100644 --- a/src/IconScienceOffSharpFilled.tsx +++ b/src/IconScienceOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScienceOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconScienceOutlined.tsx b/src/IconScienceOutlined.tsx index bda7643b6..ab4d85035 100644 --- a/src/IconScienceOutlined.tsx +++ b/src/IconScienceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScienceOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScienceOutlinedFilled.tsx b/src/IconScienceOutlinedFilled.tsx index b97a8c664..25a50e364 100644 --- a/src/IconScienceOutlinedFilled.tsx +++ b/src/IconScienceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScienceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScienceRounded.tsx b/src/IconScienceRounded.tsx index 3cee58a9a..4b01ab759 100644 --- a/src/IconScienceRounded.tsx +++ b/src/IconScienceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScienceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScienceRoundedFilled.tsx b/src/IconScienceRoundedFilled.tsx index cf9e72fcc..abe1a4bb2 100644 --- a/src/IconScienceRoundedFilled.tsx +++ b/src/IconScienceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScienceRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScienceSharp.tsx b/src/IconScienceSharp.tsx index abdee0251..286f6e961 100644 --- a/src/IconScienceSharp.tsx +++ b/src/IconScienceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScienceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScienceSharpFilled.tsx b/src/IconScienceSharpFilled.tsx index e1376dde3..ba6572b01 100644 --- a/src/IconScienceSharpFilled.tsx +++ b/src/IconScienceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScienceSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScooterOutlined.tsx b/src/IconScooterOutlined.tsx index 7ab1ddb08..49e79bd7c 100644 --- a/src/IconScooterOutlined.tsx +++ b/src/IconScooterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScooterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScooterOutlinedFilled.tsx b/src/IconScooterOutlinedFilled.tsx index 720f7180c..0785536f3 100644 --- a/src/IconScooterOutlinedFilled.tsx +++ b/src/IconScooterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScooterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScooterRounded.tsx b/src/IconScooterRounded.tsx index 6402a890f..accd787aa 100644 --- a/src/IconScooterRounded.tsx +++ b/src/IconScooterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScooterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScooterRoundedFilled.tsx b/src/IconScooterRoundedFilled.tsx index 6cc6597db..517b9b1fc 100644 --- a/src/IconScooterRoundedFilled.tsx +++ b/src/IconScooterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScooterRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScooterSharp.tsx b/src/IconScooterSharp.tsx index e56c703e0..e00f7c28c 100644 --- a/src/IconScooterSharp.tsx +++ b/src/IconScooterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScooterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScooterSharpFilled.tsx b/src/IconScooterSharpFilled.tsx index 4dc90d660..a9579649a 100644 --- a/src/IconScooterSharpFilled.tsx +++ b/src/IconScooterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScooterSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScoreOutlined.tsx b/src/IconScoreOutlined.tsx index fa45235ee..b899e26db 100644 --- a/src/IconScoreOutlined.tsx +++ b/src/IconScoreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScoreOutlinedFilled.tsx b/src/IconScoreOutlinedFilled.tsx index efd0db07f..f49d9a6f9 100644 --- a/src/IconScoreOutlinedFilled.tsx +++ b/src/IconScoreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScoreRounded.tsx b/src/IconScoreRounded.tsx index 572cf0893..2e814cf0f 100644 --- a/src/IconScoreRounded.tsx +++ b/src/IconScoreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScoreRoundedFilled.tsx b/src/IconScoreRoundedFilled.tsx index 7799d0ee0..f6c96a816 100644 --- a/src/IconScoreRoundedFilled.tsx +++ b/src/IconScoreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScoreSharp.tsx b/src/IconScoreSharp.tsx index 8456a8f93..543dc4845 100644 --- a/src/IconScoreSharp.tsx +++ b/src/IconScoreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScoreSharpFilled.tsx b/src/IconScoreSharpFilled.tsx index 46dfb489c..7cab4bfee 100644 --- a/src/IconScoreSharpFilled.tsx +++ b/src/IconScoreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScoreboardOutlined.tsx b/src/IconScoreboardOutlined.tsx index 936c5db31..abe641693 100644 --- a/src/IconScoreboardOutlined.tsx +++ b/src/IconScoreboardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreboardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScoreboardOutlinedFilled.tsx b/src/IconScoreboardOutlinedFilled.tsx index b04b6c8bb..2fafea5ad 100644 --- a/src/IconScoreboardOutlinedFilled.tsx +++ b/src/IconScoreboardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreboardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScoreboardRounded.tsx b/src/IconScoreboardRounded.tsx index 293a4dbd4..b55863543 100644 --- a/src/IconScoreboardRounded.tsx +++ b/src/IconScoreboardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreboardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScoreboardRoundedFilled.tsx b/src/IconScoreboardRoundedFilled.tsx index 78b7878b7..975fd09d5 100644 --- a/src/IconScoreboardRoundedFilled.tsx +++ b/src/IconScoreboardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreboardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScoreboardSharp.tsx b/src/IconScoreboardSharp.tsx index e595c5604..94f35fdc5 100644 --- a/src/IconScoreboardSharp.tsx +++ b/src/IconScoreboardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreboardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScoreboardSharpFilled.tsx b/src/IconScoreboardSharpFilled.tsx index 6e7894949..a6e1c8da8 100644 --- a/src/IconScoreboardSharpFilled.tsx +++ b/src/IconScoreboardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScoreboardSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenLockLandscapeOutlined.tsx b/src/IconScreenLockLandscapeOutlined.tsx index ee8c6a833..0425aa4a7 100644 --- a/src/IconScreenLockLandscapeOutlined.tsx +++ b/src/IconScreenLockLandscapeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockLandscapeOutlined: React.FC = ({ ...props diff --git a/src/IconScreenLockLandscapeOutlinedFilled.tsx b/src/IconScreenLockLandscapeOutlinedFilled.tsx index 438d26710..594881f8d 100644 --- a/src/IconScreenLockLandscapeOutlinedFilled.tsx +++ b/src/IconScreenLockLandscapeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockLandscapeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenLockLandscapeRounded.tsx b/src/IconScreenLockLandscapeRounded.tsx index b528193c9..a1ba91306 100644 --- a/src/IconScreenLockLandscapeRounded.tsx +++ b/src/IconScreenLockLandscapeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockLandscapeRounded: React.FC = ({ ...props diff --git a/src/IconScreenLockLandscapeRoundedFilled.tsx b/src/IconScreenLockLandscapeRoundedFilled.tsx index d5f87c8f2..34ebf275d 100644 --- a/src/IconScreenLockLandscapeRoundedFilled.tsx +++ b/src/IconScreenLockLandscapeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockLandscapeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenLockLandscapeSharp.tsx b/src/IconScreenLockLandscapeSharp.tsx index 8e4371a72..4de32c589 100644 --- a/src/IconScreenLockLandscapeSharp.tsx +++ b/src/IconScreenLockLandscapeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockLandscapeSharp: React.FC = ({ ...props diff --git a/src/IconScreenLockLandscapeSharpFilled.tsx b/src/IconScreenLockLandscapeSharpFilled.tsx index 53420a022..4bacae2af 100644 --- a/src/IconScreenLockLandscapeSharpFilled.tsx +++ b/src/IconScreenLockLandscapeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockLandscapeSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenLockPortraitOutlined.tsx b/src/IconScreenLockPortraitOutlined.tsx index e37618bb5..316f1f174 100644 --- a/src/IconScreenLockPortraitOutlined.tsx +++ b/src/IconScreenLockPortraitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockPortraitOutlined: React.FC = ({ ...props diff --git a/src/IconScreenLockPortraitOutlinedFilled.tsx b/src/IconScreenLockPortraitOutlinedFilled.tsx index 8c6a72083..9d8ff7af4 100644 --- a/src/IconScreenLockPortraitOutlinedFilled.tsx +++ b/src/IconScreenLockPortraitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockPortraitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenLockPortraitRounded.tsx b/src/IconScreenLockPortraitRounded.tsx index d9cc062dc..241e462c0 100644 --- a/src/IconScreenLockPortraitRounded.tsx +++ b/src/IconScreenLockPortraitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockPortraitRounded: React.FC = ({ ...props diff --git a/src/IconScreenLockPortraitRoundedFilled.tsx b/src/IconScreenLockPortraitRoundedFilled.tsx index 19f370f66..b25be347c 100644 --- a/src/IconScreenLockPortraitRoundedFilled.tsx +++ b/src/IconScreenLockPortraitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockPortraitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenLockPortraitSharp.tsx b/src/IconScreenLockPortraitSharp.tsx index 27ff31218..f2affbe1d 100644 --- a/src/IconScreenLockPortraitSharp.tsx +++ b/src/IconScreenLockPortraitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockPortraitSharp: React.FC = ({ ...props diff --git a/src/IconScreenLockPortraitSharpFilled.tsx b/src/IconScreenLockPortraitSharpFilled.tsx index b197e5937..ab494595b 100644 --- a/src/IconScreenLockPortraitSharpFilled.tsx +++ b/src/IconScreenLockPortraitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockPortraitSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenLockRotationOutlined.tsx b/src/IconScreenLockRotationOutlined.tsx index 9b553bee6..65175d712 100644 --- a/src/IconScreenLockRotationOutlined.tsx +++ b/src/IconScreenLockRotationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockRotationOutlined: React.FC = ({ ...props diff --git a/src/IconScreenLockRotationOutlinedFilled.tsx b/src/IconScreenLockRotationOutlinedFilled.tsx index 4d44ea0b7..a128bc71a 100644 --- a/src/IconScreenLockRotationOutlinedFilled.tsx +++ b/src/IconScreenLockRotationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockRotationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenLockRotationRounded.tsx b/src/IconScreenLockRotationRounded.tsx index cc9811c19..db0f4809e 100644 --- a/src/IconScreenLockRotationRounded.tsx +++ b/src/IconScreenLockRotationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockRotationRounded: React.FC = ({ ...props diff --git a/src/IconScreenLockRotationRoundedFilled.tsx b/src/IconScreenLockRotationRoundedFilled.tsx index c05ae4473..9b426ac4e 100644 --- a/src/IconScreenLockRotationRoundedFilled.tsx +++ b/src/IconScreenLockRotationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockRotationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenLockRotationSharp.tsx b/src/IconScreenLockRotationSharp.tsx index 0d47b63d4..2b5ccdcc6 100644 --- a/src/IconScreenLockRotationSharp.tsx +++ b/src/IconScreenLockRotationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockRotationSharp: React.FC = ({ ...props diff --git a/src/IconScreenLockRotationSharpFilled.tsx b/src/IconScreenLockRotationSharpFilled.tsx index ca265c8f5..9e7578505 100644 --- a/src/IconScreenLockRotationSharpFilled.tsx +++ b/src/IconScreenLockRotationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenLockRotationSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenRecordOutlined.tsx b/src/IconScreenRecordOutlined.tsx index e6068401d..63d3f4597 100644 --- a/src/IconScreenRecordOutlined.tsx +++ b/src/IconScreenRecordOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRecordOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScreenRecordOutlinedFilled.tsx b/src/IconScreenRecordOutlinedFilled.tsx index 055b81b56..dbd2d44ff 100644 --- a/src/IconScreenRecordOutlinedFilled.tsx +++ b/src/IconScreenRecordOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRecordOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenRecordRounded.tsx b/src/IconScreenRecordRounded.tsx index f11274cfd..1bfd04f92 100644 --- a/src/IconScreenRecordRounded.tsx +++ b/src/IconScreenRecordRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRecordRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScreenRecordRoundedFilled.tsx b/src/IconScreenRecordRoundedFilled.tsx index 764e51d20..5bb4d14ac 100644 --- a/src/IconScreenRecordRoundedFilled.tsx +++ b/src/IconScreenRecordRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRecordRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenRecordSharp.tsx b/src/IconScreenRecordSharp.tsx index 049a14b61..4ce4cffc9 100644 --- a/src/IconScreenRecordSharp.tsx +++ b/src/IconScreenRecordSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRecordSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScreenRecordSharpFilled.tsx b/src/IconScreenRecordSharpFilled.tsx index dd76b8272..54027401f 100644 --- a/src/IconScreenRecordSharpFilled.tsx +++ b/src/IconScreenRecordSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRecordSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenRotationAltOutlined.tsx b/src/IconScreenRotationAltOutlined.tsx index d00c616bc..107e1d478 100644 --- a/src/IconScreenRotationAltOutlined.tsx +++ b/src/IconScreenRotationAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationAltOutlined: React.FC = ({ ...props diff --git a/src/IconScreenRotationAltOutlinedFilled.tsx b/src/IconScreenRotationAltOutlinedFilled.tsx index b418a3ce8..fc2b58694 100644 --- a/src/IconScreenRotationAltOutlinedFilled.tsx +++ b/src/IconScreenRotationAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenRotationAltRounded.tsx b/src/IconScreenRotationAltRounded.tsx index 4319a792c..9b3cd1a43 100644 --- a/src/IconScreenRotationAltRounded.tsx +++ b/src/IconScreenRotationAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationAltRounded: React.FC = ({ ...props diff --git a/src/IconScreenRotationAltRoundedFilled.tsx b/src/IconScreenRotationAltRoundedFilled.tsx index 52f489a41..c200bf95f 100644 --- a/src/IconScreenRotationAltRoundedFilled.tsx +++ b/src/IconScreenRotationAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenRotationAltSharp.tsx b/src/IconScreenRotationAltSharp.tsx index a58e46c4b..cea731170 100644 --- a/src/IconScreenRotationAltSharp.tsx +++ b/src/IconScreenRotationAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationAltSharp: React.FC = ({ ...props diff --git a/src/IconScreenRotationAltSharpFilled.tsx b/src/IconScreenRotationAltSharpFilled.tsx index e5976f4bf..4a21697a5 100644 --- a/src/IconScreenRotationAltSharpFilled.tsx +++ b/src/IconScreenRotationAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenRotationOutlined.tsx b/src/IconScreenRotationOutlined.tsx index a2b4913a9..a2d9795f2 100644 --- a/src/IconScreenRotationOutlined.tsx +++ b/src/IconScreenRotationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationOutlined: React.FC = ({ ...props diff --git a/src/IconScreenRotationOutlinedFilled.tsx b/src/IconScreenRotationOutlinedFilled.tsx index 2c8ed175f..3694b5bfd 100644 --- a/src/IconScreenRotationOutlinedFilled.tsx +++ b/src/IconScreenRotationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenRotationRounded.tsx b/src/IconScreenRotationRounded.tsx index 6927e41dd..6cf59c3f5 100644 --- a/src/IconScreenRotationRounded.tsx +++ b/src/IconScreenRotationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationRounded: React.FC = ({ ...props diff --git a/src/IconScreenRotationRoundedFilled.tsx b/src/IconScreenRotationRoundedFilled.tsx index 7eeba10ea..890fca440 100644 --- a/src/IconScreenRotationRoundedFilled.tsx +++ b/src/IconScreenRotationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenRotationSharp.tsx b/src/IconScreenRotationSharp.tsx index 5815a35b1..ee874dc05 100644 --- a/src/IconScreenRotationSharp.tsx +++ b/src/IconScreenRotationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScreenRotationSharpFilled.tsx b/src/IconScreenRotationSharpFilled.tsx index 543b74088..a1eeadddf 100644 --- a/src/IconScreenRotationSharpFilled.tsx +++ b/src/IconScreenRotationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenRotationUpOutlined.tsx b/src/IconScreenRotationUpOutlined.tsx index 446d912e5..8b7ccc8af 100644 --- a/src/IconScreenRotationUpOutlined.tsx +++ b/src/IconScreenRotationUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationUpOutlined: React.FC = ({ ...props diff --git a/src/IconScreenRotationUpOutlinedFilled.tsx b/src/IconScreenRotationUpOutlinedFilled.tsx index d9fd8c15b..aeca5112c 100644 --- a/src/IconScreenRotationUpOutlinedFilled.tsx +++ b/src/IconScreenRotationUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenRotationUpRounded.tsx b/src/IconScreenRotationUpRounded.tsx index f06a4d0f0..c11d50b56 100644 --- a/src/IconScreenRotationUpRounded.tsx +++ b/src/IconScreenRotationUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationUpRounded: React.FC = ({ ...props diff --git a/src/IconScreenRotationUpRoundedFilled.tsx b/src/IconScreenRotationUpRoundedFilled.tsx index 84cf09951..dc831d5e3 100644 --- a/src/IconScreenRotationUpRoundedFilled.tsx +++ b/src/IconScreenRotationUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenRotationUpSharp.tsx b/src/IconScreenRotationUpSharp.tsx index e94d5c28e..fd8fc06fd 100644 --- a/src/IconScreenRotationUpSharp.tsx +++ b/src/IconScreenRotationUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationUpSharp: React.FC = ({ ...props diff --git a/src/IconScreenRotationUpSharpFilled.tsx b/src/IconScreenRotationUpSharpFilled.tsx index ae1f087c7..4689351a9 100644 --- a/src/IconScreenRotationUpSharpFilled.tsx +++ b/src/IconScreenRotationUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenRotationUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenSearchDesktopOutlined.tsx b/src/IconScreenSearchDesktopOutlined.tsx index 1e1533a94..d2d264a14 100644 --- a/src/IconScreenSearchDesktopOutlined.tsx +++ b/src/IconScreenSearchDesktopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenSearchDesktopOutlined: React.FC = ({ ...props diff --git a/src/IconScreenSearchDesktopOutlinedFilled.tsx b/src/IconScreenSearchDesktopOutlinedFilled.tsx index fb5b9c3f3..04ec59de8 100644 --- a/src/IconScreenSearchDesktopOutlinedFilled.tsx +++ b/src/IconScreenSearchDesktopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenSearchDesktopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenSearchDesktopRounded.tsx b/src/IconScreenSearchDesktopRounded.tsx index e1c2f180f..8b7320e99 100644 --- a/src/IconScreenSearchDesktopRounded.tsx +++ b/src/IconScreenSearchDesktopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenSearchDesktopRounded: React.FC = ({ ...props diff --git a/src/IconScreenSearchDesktopRoundedFilled.tsx b/src/IconScreenSearchDesktopRoundedFilled.tsx index 2969bf109..bf7c1460e 100644 --- a/src/IconScreenSearchDesktopRoundedFilled.tsx +++ b/src/IconScreenSearchDesktopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenSearchDesktopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenSearchDesktopSharp.tsx b/src/IconScreenSearchDesktopSharp.tsx index fc8f52b34..6bca6a93a 100644 --- a/src/IconScreenSearchDesktopSharp.tsx +++ b/src/IconScreenSearchDesktopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenSearchDesktopSharp: React.FC = ({ ...props diff --git a/src/IconScreenSearchDesktopSharpFilled.tsx b/src/IconScreenSearchDesktopSharpFilled.tsx index 32e5e3360..5966e3e68 100644 --- a/src/IconScreenSearchDesktopSharpFilled.tsx +++ b/src/IconScreenSearchDesktopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenSearchDesktopSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenShareOutlined.tsx b/src/IconScreenShareOutlined.tsx index a66efcf10..00e58b2a4 100644 --- a/src/IconScreenShareOutlined.tsx +++ b/src/IconScreenShareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenShareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScreenShareOutlinedFilled.tsx b/src/IconScreenShareOutlinedFilled.tsx index 140448b85..9fc1880c9 100644 --- a/src/IconScreenShareOutlinedFilled.tsx +++ b/src/IconScreenShareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenShareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenShareRounded.tsx b/src/IconScreenShareRounded.tsx index a4dc72e0e..e8c1e19e5 100644 --- a/src/IconScreenShareRounded.tsx +++ b/src/IconScreenShareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenShareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScreenShareRoundedFilled.tsx b/src/IconScreenShareRoundedFilled.tsx index ba5b52b93..26163fcf5 100644 --- a/src/IconScreenShareRoundedFilled.tsx +++ b/src/IconScreenShareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenShareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenShareSharp.tsx b/src/IconScreenShareSharp.tsx index 0fefe271e..0d50dae1f 100644 --- a/src/IconScreenShareSharp.tsx +++ b/src/IconScreenShareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenShareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScreenShareSharpFilled.tsx b/src/IconScreenShareSharpFilled.tsx index 06e48851a..8aaafe6e4 100644 --- a/src/IconScreenShareSharpFilled.tsx +++ b/src/IconScreenShareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenShareSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotFrameOutlined.tsx b/src/IconScreenshotFrameOutlined.tsx index 4adf6fb24..683ee06e4 100644 --- a/src/IconScreenshotFrameOutlined.tsx +++ b/src/IconScreenshotFrameOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotFrameOutlined: React.FC = ({ ...props diff --git a/src/IconScreenshotFrameOutlinedFilled.tsx b/src/IconScreenshotFrameOutlinedFilled.tsx index bdaeec576..7cdad9205 100644 --- a/src/IconScreenshotFrameOutlinedFilled.tsx +++ b/src/IconScreenshotFrameOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotFrameOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotFrameRounded.tsx b/src/IconScreenshotFrameRounded.tsx index 0fe2a62a3..88757f09f 100644 --- a/src/IconScreenshotFrameRounded.tsx +++ b/src/IconScreenshotFrameRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotFrameRounded: React.FC = ({ ...props diff --git a/src/IconScreenshotFrameRoundedFilled.tsx b/src/IconScreenshotFrameRoundedFilled.tsx index d9ed651a0..873d2d7bd 100644 --- a/src/IconScreenshotFrameRoundedFilled.tsx +++ b/src/IconScreenshotFrameRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotFrameRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotFrameSharp.tsx b/src/IconScreenshotFrameSharp.tsx index fc4a32640..6c4f5ba30 100644 --- a/src/IconScreenshotFrameSharp.tsx +++ b/src/IconScreenshotFrameSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotFrameSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScreenshotFrameSharpFilled.tsx b/src/IconScreenshotFrameSharpFilled.tsx index 32bf655de..7d67f84e7 100644 --- a/src/IconScreenshotFrameSharpFilled.tsx +++ b/src/IconScreenshotFrameSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotFrameSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotKeyboardOutlined.tsx b/src/IconScreenshotKeyboardOutlined.tsx index 244d2de39..db92fa7cf 100644 --- a/src/IconScreenshotKeyboardOutlined.tsx +++ b/src/IconScreenshotKeyboardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotKeyboardOutlined: React.FC = ({ ...props diff --git a/src/IconScreenshotKeyboardOutlinedFilled.tsx b/src/IconScreenshotKeyboardOutlinedFilled.tsx index f50f50eb8..39bd40cb9 100644 --- a/src/IconScreenshotKeyboardOutlinedFilled.tsx +++ b/src/IconScreenshotKeyboardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotKeyboardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotKeyboardRounded.tsx b/src/IconScreenshotKeyboardRounded.tsx index cb12bbda2..8873bd32a 100644 --- a/src/IconScreenshotKeyboardRounded.tsx +++ b/src/IconScreenshotKeyboardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotKeyboardRounded: React.FC = ({ ...props diff --git a/src/IconScreenshotKeyboardRoundedFilled.tsx b/src/IconScreenshotKeyboardRoundedFilled.tsx index 0e43618cc..2982b4954 100644 --- a/src/IconScreenshotKeyboardRoundedFilled.tsx +++ b/src/IconScreenshotKeyboardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotKeyboardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotKeyboardSharp.tsx b/src/IconScreenshotKeyboardSharp.tsx index 42320ff95..eab559b20 100644 --- a/src/IconScreenshotKeyboardSharp.tsx +++ b/src/IconScreenshotKeyboardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotKeyboardSharp: React.FC = ({ ...props diff --git a/src/IconScreenshotKeyboardSharpFilled.tsx b/src/IconScreenshotKeyboardSharpFilled.tsx index 4008917f9..629480332 100644 --- a/src/IconScreenshotKeyboardSharpFilled.tsx +++ b/src/IconScreenshotKeyboardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotKeyboardSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotMonitorOutlined.tsx b/src/IconScreenshotMonitorOutlined.tsx index acafff976..cab212b2d 100644 --- a/src/IconScreenshotMonitorOutlined.tsx +++ b/src/IconScreenshotMonitorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotMonitorOutlined: React.FC = ({ ...props diff --git a/src/IconScreenshotMonitorOutlinedFilled.tsx b/src/IconScreenshotMonitorOutlinedFilled.tsx index 06f02c4c7..764589dbd 100644 --- a/src/IconScreenshotMonitorOutlinedFilled.tsx +++ b/src/IconScreenshotMonitorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotMonitorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotMonitorRounded.tsx b/src/IconScreenshotMonitorRounded.tsx index 0636145aa..705fdec97 100644 --- a/src/IconScreenshotMonitorRounded.tsx +++ b/src/IconScreenshotMonitorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotMonitorRounded: React.FC = ({ ...props diff --git a/src/IconScreenshotMonitorRoundedFilled.tsx b/src/IconScreenshotMonitorRoundedFilled.tsx index e01064be5..74d2cb519 100644 --- a/src/IconScreenshotMonitorRoundedFilled.tsx +++ b/src/IconScreenshotMonitorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotMonitorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotMonitorSharp.tsx b/src/IconScreenshotMonitorSharp.tsx index 5a32253d1..d8f219981 100644 --- a/src/IconScreenshotMonitorSharp.tsx +++ b/src/IconScreenshotMonitorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotMonitorSharp: React.FC = ({ ...props diff --git a/src/IconScreenshotMonitorSharpFilled.tsx b/src/IconScreenshotMonitorSharpFilled.tsx index 8761b0269..6af027cf9 100644 --- a/src/IconScreenshotMonitorSharpFilled.tsx +++ b/src/IconScreenshotMonitorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotMonitorSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotOutlined.tsx b/src/IconScreenshotOutlined.tsx index e029b16be..a93ef4720 100644 --- a/src/IconScreenshotOutlined.tsx +++ b/src/IconScreenshotOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScreenshotOutlinedFilled.tsx b/src/IconScreenshotOutlinedFilled.tsx index ac486c1e9..0101753ca 100644 --- a/src/IconScreenshotOutlinedFilled.tsx +++ b/src/IconScreenshotOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotRegionOutlined.tsx b/src/IconScreenshotRegionOutlined.tsx index 6714d8e7c..824d3b8a9 100644 --- a/src/IconScreenshotRegionOutlined.tsx +++ b/src/IconScreenshotRegionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotRegionOutlined: React.FC = ({ ...props diff --git a/src/IconScreenshotRegionOutlinedFilled.tsx b/src/IconScreenshotRegionOutlinedFilled.tsx index 19f56b556..5331e41e3 100644 --- a/src/IconScreenshotRegionOutlinedFilled.tsx +++ b/src/IconScreenshotRegionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotRegionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotRegionRounded.tsx b/src/IconScreenshotRegionRounded.tsx index abbf4f160..79f01a38c 100644 --- a/src/IconScreenshotRegionRounded.tsx +++ b/src/IconScreenshotRegionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotRegionRounded: React.FC = ({ ...props diff --git a/src/IconScreenshotRegionRoundedFilled.tsx b/src/IconScreenshotRegionRoundedFilled.tsx index 9288a8f56..b3b6ab172 100644 --- a/src/IconScreenshotRegionRoundedFilled.tsx +++ b/src/IconScreenshotRegionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotRegionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotRegionSharp.tsx b/src/IconScreenshotRegionSharp.tsx index e8fd25713..4b1303115 100644 --- a/src/IconScreenshotRegionSharp.tsx +++ b/src/IconScreenshotRegionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotRegionSharp: React.FC = ({ ...props diff --git a/src/IconScreenshotRegionSharpFilled.tsx b/src/IconScreenshotRegionSharpFilled.tsx index fbc1502ab..1b41180fd 100644 --- a/src/IconScreenshotRegionSharpFilled.tsx +++ b/src/IconScreenshotRegionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotRegionSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotRounded.tsx b/src/IconScreenshotRounded.tsx index 2cb951594..02d91a170 100644 --- a/src/IconScreenshotRounded.tsx +++ b/src/IconScreenshotRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScreenshotRoundedFilled.tsx b/src/IconScreenshotRoundedFilled.tsx index 89f2414ee..f20da1fb8 100644 --- a/src/IconScreenshotRoundedFilled.tsx +++ b/src/IconScreenshotRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotSharp.tsx b/src/IconScreenshotSharp.tsx index 6dca868d5..7137bb4d0 100644 --- a/src/IconScreenshotSharp.tsx +++ b/src/IconScreenshotSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScreenshotSharpFilled.tsx b/src/IconScreenshotSharpFilled.tsx index 5b0189684..927b8ee2c 100644 --- a/src/IconScreenshotSharpFilled.tsx +++ b/src/IconScreenshotSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotSharpFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotTabletOutlined.tsx b/src/IconScreenshotTabletOutlined.tsx index f18f163cd..de64f4ecf 100644 --- a/src/IconScreenshotTabletOutlined.tsx +++ b/src/IconScreenshotTabletOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotTabletOutlined: React.FC = ({ ...props diff --git a/src/IconScreenshotTabletOutlinedFilled.tsx b/src/IconScreenshotTabletOutlinedFilled.tsx index 2262d2ed3..9f54e8f5e 100644 --- a/src/IconScreenshotTabletOutlinedFilled.tsx +++ b/src/IconScreenshotTabletOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotTabletOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotTabletRounded.tsx b/src/IconScreenshotTabletRounded.tsx index 9369b6caf..4c921acd7 100644 --- a/src/IconScreenshotTabletRounded.tsx +++ b/src/IconScreenshotTabletRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotTabletRounded: React.FC = ({ ...props diff --git a/src/IconScreenshotTabletRoundedFilled.tsx b/src/IconScreenshotTabletRoundedFilled.tsx index 1def066c5..e0cebd166 100644 --- a/src/IconScreenshotTabletRoundedFilled.tsx +++ b/src/IconScreenshotTabletRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotTabletRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScreenshotTabletSharp.tsx b/src/IconScreenshotTabletSharp.tsx index 747d4f256..9707a5617 100644 --- a/src/IconScreenshotTabletSharp.tsx +++ b/src/IconScreenshotTabletSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotTabletSharp: React.FC = ({ ...props diff --git a/src/IconScreenshotTabletSharpFilled.tsx b/src/IconScreenshotTabletSharpFilled.tsx index e39909703..4905b43da 100644 --- a/src/IconScreenshotTabletSharpFilled.tsx +++ b/src/IconScreenshotTabletSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScreenshotTabletSharpFilled: React.FC = ({ ...props diff --git a/src/IconScriptOutlined.tsx b/src/IconScriptOutlined.tsx index 905e8cc0c..902cc6b6a 100644 --- a/src/IconScriptOutlined.tsx +++ b/src/IconScriptOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScriptOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScriptOutlinedFilled.tsx b/src/IconScriptOutlinedFilled.tsx index 24a1b90e4..74eb4a4cd 100644 --- a/src/IconScriptOutlinedFilled.tsx +++ b/src/IconScriptOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScriptOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScriptRounded.tsx b/src/IconScriptRounded.tsx index c50285aa1..9b3abc353 100644 --- a/src/IconScriptRounded.tsx +++ b/src/IconScriptRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScriptRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScriptRoundedFilled.tsx b/src/IconScriptRoundedFilled.tsx index dc53c5b23..a26fbdf74 100644 --- a/src/IconScriptRoundedFilled.tsx +++ b/src/IconScriptRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScriptRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScriptSharp.tsx b/src/IconScriptSharp.tsx index 25a5a1378..04a7a4194 100644 --- a/src/IconScriptSharp.tsx +++ b/src/IconScriptSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScriptSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScriptSharpFilled.tsx b/src/IconScriptSharpFilled.tsx index 29bd59538..e2029d153 100644 --- a/src/IconScriptSharpFilled.tsx +++ b/src/IconScriptSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScriptSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconScrollableHeaderOutlined.tsx b/src/IconScrollableHeaderOutlined.tsx index 963c7cb41..c6f13b4ed 100644 --- a/src/IconScrollableHeaderOutlined.tsx +++ b/src/IconScrollableHeaderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScrollableHeaderOutlined: React.FC = ({ ...props diff --git a/src/IconScrollableHeaderOutlinedFilled.tsx b/src/IconScrollableHeaderOutlinedFilled.tsx index 42576cdd6..750aa4e45 100644 --- a/src/IconScrollableHeaderOutlinedFilled.tsx +++ b/src/IconScrollableHeaderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScrollableHeaderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScrollableHeaderRounded.tsx b/src/IconScrollableHeaderRounded.tsx index 6785eb20b..ac35c60d8 100644 --- a/src/IconScrollableHeaderRounded.tsx +++ b/src/IconScrollableHeaderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScrollableHeaderRounded: React.FC = ({ ...props diff --git a/src/IconScrollableHeaderRoundedFilled.tsx b/src/IconScrollableHeaderRoundedFilled.tsx index 8bd52714d..00436e845 100644 --- a/src/IconScrollableHeaderRoundedFilled.tsx +++ b/src/IconScrollableHeaderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScrollableHeaderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScrollableHeaderSharp.tsx b/src/IconScrollableHeaderSharp.tsx index 449ad342c..b2fa1d706 100644 --- a/src/IconScrollableHeaderSharp.tsx +++ b/src/IconScrollableHeaderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScrollableHeaderSharp: React.FC = ({ ...props diff --git a/src/IconScrollableHeaderSharpFilled.tsx b/src/IconScrollableHeaderSharpFilled.tsx index e1753d558..012de1c26 100644 --- a/src/IconScrollableHeaderSharpFilled.tsx +++ b/src/IconScrollableHeaderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScrollableHeaderSharpFilled: React.FC = ({ ...props diff --git a/src/IconScubaDivingOutlined.tsx b/src/IconScubaDivingOutlined.tsx index 702e30637..5a6f45d4c 100644 --- a/src/IconScubaDivingOutlined.tsx +++ b/src/IconScubaDivingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScubaDivingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconScubaDivingOutlinedFilled.tsx b/src/IconScubaDivingOutlinedFilled.tsx index 73979eab8..d2797e1ba 100644 --- a/src/IconScubaDivingOutlinedFilled.tsx +++ b/src/IconScubaDivingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScubaDivingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconScubaDivingRounded.tsx b/src/IconScubaDivingRounded.tsx index 8f005ef44..8ea352d81 100644 --- a/src/IconScubaDivingRounded.tsx +++ b/src/IconScubaDivingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScubaDivingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconScubaDivingRoundedFilled.tsx b/src/IconScubaDivingRoundedFilled.tsx index 2a1326f96..d2cc88d24 100644 --- a/src/IconScubaDivingRoundedFilled.tsx +++ b/src/IconScubaDivingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScubaDivingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconScubaDivingSharp.tsx b/src/IconScubaDivingSharp.tsx index 0096e1a5b..2c217bc49 100644 --- a/src/IconScubaDivingSharp.tsx +++ b/src/IconScubaDivingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScubaDivingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconScubaDivingSharpFilled.tsx b/src/IconScubaDivingSharpFilled.tsx index d3f9786cc..37ec6e54b 100644 --- a/src/IconScubaDivingSharpFilled.tsx +++ b/src/IconScubaDivingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconScubaDivingSharpFilled: React.FC = ({ ...props diff --git a/src/IconSdCardAlertOutlined.tsx b/src/IconSdCardAlertOutlined.tsx index 6f631524b..2200182d3 100644 --- a/src/IconSdCardAlertOutlined.tsx +++ b/src/IconSdCardAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSdCardAlertOutlinedFilled.tsx b/src/IconSdCardAlertOutlinedFilled.tsx index 3647117ec..16f1afce8 100644 --- a/src/IconSdCardAlertOutlinedFilled.tsx +++ b/src/IconSdCardAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSdCardAlertRounded.tsx b/src/IconSdCardAlertRounded.tsx index abf10a2db..bb52623cd 100644 --- a/src/IconSdCardAlertRounded.tsx +++ b/src/IconSdCardAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSdCardAlertRoundedFilled.tsx b/src/IconSdCardAlertRoundedFilled.tsx index 226f283e8..67402b376 100644 --- a/src/IconSdCardAlertRoundedFilled.tsx +++ b/src/IconSdCardAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSdCardAlertSharp.tsx b/src/IconSdCardAlertSharp.tsx index 5cccc35d1..0b6401767 100644 --- a/src/IconSdCardAlertSharp.tsx +++ b/src/IconSdCardAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSdCardAlertSharpFilled.tsx b/src/IconSdCardAlertSharpFilled.tsx index 9c65aab0b..ced1d6c94 100644 --- a/src/IconSdCardAlertSharpFilled.tsx +++ b/src/IconSdCardAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconSdCardOutlined.tsx b/src/IconSdCardOutlined.tsx index 2ace3f5be..3aa176d3e 100644 --- a/src/IconSdCardOutlined.tsx +++ b/src/IconSdCardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSdCardOutlinedFilled.tsx b/src/IconSdCardOutlinedFilled.tsx index ce8f7adcd..ef3f94089 100644 --- a/src/IconSdCardOutlinedFilled.tsx +++ b/src/IconSdCardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSdCardRounded.tsx b/src/IconSdCardRounded.tsx index 8adf4858f..efeac8f9e 100644 --- a/src/IconSdCardRounded.tsx +++ b/src/IconSdCardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSdCardRoundedFilled.tsx b/src/IconSdCardRoundedFilled.tsx index 8704cf30f..0c3d25e11 100644 --- a/src/IconSdCardRoundedFilled.tsx +++ b/src/IconSdCardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSdCardSharp.tsx b/src/IconSdCardSharp.tsx index cb493b760..3607eeb20 100644 --- a/src/IconSdCardSharp.tsx +++ b/src/IconSdCardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSdCardSharpFilled.tsx b/src/IconSdCardSharpFilled.tsx index 931371e64..873e5d7b2 100644 --- a/src/IconSdCardSharpFilled.tsx +++ b/src/IconSdCardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdCardSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSdOutlined.tsx b/src/IconSdOutlined.tsx index 79b84bb35..8366dae5f 100644 --- a/src/IconSdOutlined.tsx +++ b/src/IconSdOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSdOutlinedFilled.tsx b/src/IconSdOutlinedFilled.tsx index 9fc59a358..70bc14e29 100644 --- a/src/IconSdOutlinedFilled.tsx +++ b/src/IconSdOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSdRounded.tsx b/src/IconSdRounded.tsx index 46db466de..63d7991c8 100644 --- a/src/IconSdRounded.tsx +++ b/src/IconSdRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSdRoundedFilled.tsx b/src/IconSdRoundedFilled.tsx index 3d957e48d..f28f24af8 100644 --- a/src/IconSdRoundedFilled.tsx +++ b/src/IconSdRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSdSharp.tsx b/src/IconSdSharp.tsx index 80478a47c..3b656a8c4 100644 --- a/src/IconSdSharp.tsx +++ b/src/IconSdSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSdSharpFilled.tsx b/src/IconSdSharpFilled.tsx index c3ac912fc..b86b34681 100644 --- a/src/IconSdSharpFilled.tsx +++ b/src/IconSdSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSdkOutlined.tsx b/src/IconSdkOutlined.tsx index 1baa425c5..833d51d95 100644 --- a/src/IconSdkOutlined.tsx +++ b/src/IconSdkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSdkOutlinedFilled.tsx b/src/IconSdkOutlinedFilled.tsx index 765fca386..196921ac5 100644 --- a/src/IconSdkOutlinedFilled.tsx +++ b/src/IconSdkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdkOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSdkRounded.tsx b/src/IconSdkRounded.tsx index 398a77a51..f8c0b54ce 100644 --- a/src/IconSdkRounded.tsx +++ b/src/IconSdkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSdkRoundedFilled.tsx b/src/IconSdkRoundedFilled.tsx index 1cc77aa51..ecdcccc0f 100644 --- a/src/IconSdkRoundedFilled.tsx +++ b/src/IconSdkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdkRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSdkSharp.tsx b/src/IconSdkSharp.tsx index 3f505948e..0098cf6bb 100644 --- a/src/IconSdkSharp.tsx +++ b/src/IconSdkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSdkSharpFilled.tsx b/src/IconSdkSharpFilled.tsx index 5abd71469..039dba796 100644 --- a/src/IconSdkSharpFilled.tsx +++ b/src/IconSdkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSdkSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchActivityOutlined.tsx b/src/IconSearchActivityOutlined.tsx index 6b6049783..18b666db2 100644 --- a/src/IconSearchActivityOutlined.tsx +++ b/src/IconSearchActivityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchActivityOutlined: React.FC = ({ ...props diff --git a/src/IconSearchActivityOutlinedFilled.tsx b/src/IconSearchActivityOutlinedFilled.tsx index fab29394b..c3d4c1b78 100644 --- a/src/IconSearchActivityOutlinedFilled.tsx +++ b/src/IconSearchActivityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchActivityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSearchActivityRounded.tsx b/src/IconSearchActivityRounded.tsx index 40ba65b9c..0c9858966 100644 --- a/src/IconSearchActivityRounded.tsx +++ b/src/IconSearchActivityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchActivityRounded: React.FC = ({ ...props diff --git a/src/IconSearchActivityRoundedFilled.tsx b/src/IconSearchActivityRoundedFilled.tsx index 218dcffda..2b527ccd5 100644 --- a/src/IconSearchActivityRoundedFilled.tsx +++ b/src/IconSearchActivityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchActivityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSearchActivitySharp.tsx b/src/IconSearchActivitySharp.tsx index 984960f2a..9a27f301b 100644 --- a/src/IconSearchActivitySharp.tsx +++ b/src/IconSearchActivitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchActivitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchActivitySharpFilled.tsx b/src/IconSearchActivitySharpFilled.tsx index 547cccfd7..179b2efab 100644 --- a/src/IconSearchActivitySharpFilled.tsx +++ b/src/IconSearchActivitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchActivitySharpFilled: React.FC = ({ ...props diff --git a/src/IconSearchCheck2Outlined.tsx b/src/IconSearchCheck2Outlined.tsx index 25f3b3e54..d99e880c6 100644 --- a/src/IconSearchCheck2Outlined.tsx +++ b/src/IconSearchCheck2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheck2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchCheck2OutlinedFilled.tsx b/src/IconSearchCheck2OutlinedFilled.tsx index 5b374286f..eab2438ac 100644 --- a/src/IconSearchCheck2OutlinedFilled.tsx +++ b/src/IconSearchCheck2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheck2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSearchCheck2Rounded.tsx b/src/IconSearchCheck2Rounded.tsx index 2a31d5563..66786a8c5 100644 --- a/src/IconSearchCheck2Rounded.tsx +++ b/src/IconSearchCheck2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheck2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchCheck2RoundedFilled.tsx b/src/IconSearchCheck2RoundedFilled.tsx index 94e834ea6..50e7d3599 100644 --- a/src/IconSearchCheck2RoundedFilled.tsx +++ b/src/IconSearchCheck2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheck2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconSearchCheck2Sharp.tsx b/src/IconSearchCheck2Sharp.tsx index 0e7d6089f..a98cd4ce3 100644 --- a/src/IconSearchCheck2Sharp.tsx +++ b/src/IconSearchCheck2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheck2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchCheck2SharpFilled.tsx b/src/IconSearchCheck2SharpFilled.tsx index aef776e77..3e12248b9 100644 --- a/src/IconSearchCheck2SharpFilled.tsx +++ b/src/IconSearchCheck2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheck2SharpFilled: React.FC = ({ ...props diff --git a/src/IconSearchCheckOutlined.tsx b/src/IconSearchCheckOutlined.tsx index ff4782fdb..98617eab3 100644 --- a/src/IconSearchCheckOutlined.tsx +++ b/src/IconSearchCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchCheckOutlinedFilled.tsx b/src/IconSearchCheckOutlinedFilled.tsx index d376fab3f..403722211 100644 --- a/src/IconSearchCheckOutlinedFilled.tsx +++ b/src/IconSearchCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSearchCheckRounded.tsx b/src/IconSearchCheckRounded.tsx index c4a8f0880..a6e1d54a1 100644 --- a/src/IconSearchCheckRounded.tsx +++ b/src/IconSearchCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchCheckRoundedFilled.tsx b/src/IconSearchCheckRoundedFilled.tsx index 1718731f2..fd46bfc86 100644 --- a/src/IconSearchCheckRoundedFilled.tsx +++ b/src/IconSearchCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSearchCheckSharp.tsx b/src/IconSearchCheckSharp.tsx index 9043014aa..8573bffd2 100644 --- a/src/IconSearchCheckSharp.tsx +++ b/src/IconSearchCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchCheckSharpFilled.tsx b/src/IconSearchCheckSharpFilled.tsx index 86ec4ffd4..741c7c800 100644 --- a/src/IconSearchCheckSharpFilled.tsx +++ b/src/IconSearchCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconSearchHandsFreeOutlined.tsx b/src/IconSearchHandsFreeOutlined.tsx index 4a97be2e4..950ba2c6c 100644 --- a/src/IconSearchHandsFreeOutlined.tsx +++ b/src/IconSearchHandsFreeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchHandsFreeOutlined: React.FC = ({ ...props diff --git a/src/IconSearchHandsFreeOutlinedFilled.tsx b/src/IconSearchHandsFreeOutlinedFilled.tsx index 09a9bf749..4d88ee284 100644 --- a/src/IconSearchHandsFreeOutlinedFilled.tsx +++ b/src/IconSearchHandsFreeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchHandsFreeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSearchHandsFreeRounded.tsx b/src/IconSearchHandsFreeRounded.tsx index 640834845..a4767e347 100644 --- a/src/IconSearchHandsFreeRounded.tsx +++ b/src/IconSearchHandsFreeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchHandsFreeRounded: React.FC = ({ ...props diff --git a/src/IconSearchHandsFreeRoundedFilled.tsx b/src/IconSearchHandsFreeRoundedFilled.tsx index 277ad3fd8..ed32ca6fe 100644 --- a/src/IconSearchHandsFreeRoundedFilled.tsx +++ b/src/IconSearchHandsFreeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchHandsFreeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSearchHandsFreeSharp.tsx b/src/IconSearchHandsFreeSharp.tsx index 7295c64f5..b5bd8bb34 100644 --- a/src/IconSearchHandsFreeSharp.tsx +++ b/src/IconSearchHandsFreeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchHandsFreeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchHandsFreeSharpFilled.tsx b/src/IconSearchHandsFreeSharpFilled.tsx index 6ecdc7c27..10c67ceae 100644 --- a/src/IconSearchHandsFreeSharpFilled.tsx +++ b/src/IconSearchHandsFreeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchHandsFreeSharpFilled: React.FC = ({ ...props diff --git a/src/IconSearchInsightsOutlined.tsx b/src/IconSearchInsightsOutlined.tsx index 7507fd54e..f7c884c2a 100644 --- a/src/IconSearchInsightsOutlined.tsx +++ b/src/IconSearchInsightsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchInsightsOutlined: React.FC = ({ ...props diff --git a/src/IconSearchInsightsOutlinedFilled.tsx b/src/IconSearchInsightsOutlinedFilled.tsx index 1fca8de8f..54c046f0b 100644 --- a/src/IconSearchInsightsOutlinedFilled.tsx +++ b/src/IconSearchInsightsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchInsightsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSearchInsightsRounded.tsx b/src/IconSearchInsightsRounded.tsx index 9f5d200b4..14dfda148 100644 --- a/src/IconSearchInsightsRounded.tsx +++ b/src/IconSearchInsightsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchInsightsRounded: React.FC = ({ ...props diff --git a/src/IconSearchInsightsRoundedFilled.tsx b/src/IconSearchInsightsRoundedFilled.tsx index fa3cbc558..19298d472 100644 --- a/src/IconSearchInsightsRoundedFilled.tsx +++ b/src/IconSearchInsightsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchInsightsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSearchInsightsSharp.tsx b/src/IconSearchInsightsSharp.tsx index eae6a6fee..05a273250 100644 --- a/src/IconSearchInsightsSharp.tsx +++ b/src/IconSearchInsightsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchInsightsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchInsightsSharpFilled.tsx b/src/IconSearchInsightsSharpFilled.tsx index f3109fb49..be615998f 100644 --- a/src/IconSearchInsightsSharpFilled.tsx +++ b/src/IconSearchInsightsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchInsightsSharpFilled: React.FC = ({ ...props diff --git a/src/IconSearchOffOutlined.tsx b/src/IconSearchOffOutlined.tsx index f73f8bd1e..17e0b4070 100644 --- a/src/IconSearchOffOutlined.tsx +++ b/src/IconSearchOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchOffOutlinedFilled.tsx b/src/IconSearchOffOutlinedFilled.tsx index 0b9cc30ac..0af7507c7 100644 --- a/src/IconSearchOffOutlinedFilled.tsx +++ b/src/IconSearchOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSearchOffRounded.tsx b/src/IconSearchOffRounded.tsx index e5783f3d9..426806f32 100644 --- a/src/IconSearchOffRounded.tsx +++ b/src/IconSearchOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchOffRoundedFilled.tsx b/src/IconSearchOffRoundedFilled.tsx index ee92bc2d1..0efb27d77 100644 --- a/src/IconSearchOffRoundedFilled.tsx +++ b/src/IconSearchOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSearchOffSharp.tsx b/src/IconSearchOffSharp.tsx index 0529a5c4a..77f7c918a 100644 --- a/src/IconSearchOffSharp.tsx +++ b/src/IconSearchOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchOffSharpFilled.tsx b/src/IconSearchOffSharpFilled.tsx index 914ada0fd..09d0f83a1 100644 --- a/src/IconSearchOffSharpFilled.tsx +++ b/src/IconSearchOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchOutlined.tsx b/src/IconSearchOutlined.tsx index f7ab11702..d7d3dd434 100644 --- a/src/IconSearchOutlined.tsx +++ b/src/IconSearchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchOutlinedFilled.tsx b/src/IconSearchOutlinedFilled.tsx index d4e02d3db..d984303a8 100644 --- a/src/IconSearchOutlinedFilled.tsx +++ b/src/IconSearchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchRounded.tsx b/src/IconSearchRounded.tsx index dcf7533f0..4ebde613c 100644 --- a/src/IconSearchRounded.tsx +++ b/src/IconSearchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchRoundedFilled.tsx b/src/IconSearchRoundedFilled.tsx index 07020b5cd..35201af08 100644 --- a/src/IconSearchRoundedFilled.tsx +++ b/src/IconSearchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchSharp.tsx b/src/IconSearchSharp.tsx index fa029668a..496dfc765 100644 --- a/src/IconSearchSharp.tsx +++ b/src/IconSearchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSearchSharpFilled.tsx b/src/IconSearchSharpFilled.tsx index 482bd789b..61b29c3b1 100644 --- a/src/IconSearchSharpFilled.tsx +++ b/src/IconSearchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSearchSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSecurityKeyOutlined.tsx b/src/IconSecurityKeyOutlined.tsx index a18349a56..9bc1c8a8d 100644 --- a/src/IconSecurityKeyOutlined.tsx +++ b/src/IconSecurityKeyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityKeyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSecurityKeyOutlinedFilled.tsx b/src/IconSecurityKeyOutlinedFilled.tsx index c4ef9aa1f..2e829d9cd 100644 --- a/src/IconSecurityKeyOutlinedFilled.tsx +++ b/src/IconSecurityKeyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityKeyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSecurityKeyRounded.tsx b/src/IconSecurityKeyRounded.tsx index 1bf9ab1d4..380c20883 100644 --- a/src/IconSecurityKeyRounded.tsx +++ b/src/IconSecurityKeyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityKeyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSecurityKeyRoundedFilled.tsx b/src/IconSecurityKeyRoundedFilled.tsx index ec189dbd7..438fc41ca 100644 --- a/src/IconSecurityKeyRoundedFilled.tsx +++ b/src/IconSecurityKeyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityKeyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSecurityKeySharp.tsx b/src/IconSecurityKeySharp.tsx index 9ce9d98a3..2cee5440f 100644 --- a/src/IconSecurityKeySharp.tsx +++ b/src/IconSecurityKeySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityKeySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSecurityKeySharpFilled.tsx b/src/IconSecurityKeySharpFilled.tsx index 9e00dc6c0..a28738e57 100644 --- a/src/IconSecurityKeySharpFilled.tsx +++ b/src/IconSecurityKeySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityKeySharpFilled: React.FC = ({ ...props diff --git a/src/IconSecurityOutlined.tsx b/src/IconSecurityOutlined.tsx index 087d31953..354bc3b13 100644 --- a/src/IconSecurityOutlined.tsx +++ b/src/IconSecurityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSecurityOutlinedFilled.tsx b/src/IconSecurityOutlinedFilled.tsx index d9d62e859..c24895764 100644 --- a/src/IconSecurityOutlinedFilled.tsx +++ b/src/IconSecurityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSecurityRounded.tsx b/src/IconSecurityRounded.tsx index 56fc7885f..5e5bd01aa 100644 --- a/src/IconSecurityRounded.tsx +++ b/src/IconSecurityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSecurityRoundedFilled.tsx b/src/IconSecurityRoundedFilled.tsx index 4b7c7a816..12aca7e8d 100644 --- a/src/IconSecurityRoundedFilled.tsx +++ b/src/IconSecurityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSecuritySharp.tsx b/src/IconSecuritySharp.tsx index ee2da4771..858b7e70c 100644 --- a/src/IconSecuritySharp.tsx +++ b/src/IconSecuritySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecuritySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSecuritySharpFilled.tsx b/src/IconSecuritySharpFilled.tsx index 562bc6aa6..41ef8e35e 100644 --- a/src/IconSecuritySharpFilled.tsx +++ b/src/IconSecuritySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecuritySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSecurityUpdateGoodOutlined.tsx b/src/IconSecurityUpdateGoodOutlined.tsx index 2d4255ad3..e450f6c7a 100644 --- a/src/IconSecurityUpdateGoodOutlined.tsx +++ b/src/IconSecurityUpdateGoodOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateGoodOutlined: React.FC = ({ ...props diff --git a/src/IconSecurityUpdateGoodOutlinedFilled.tsx b/src/IconSecurityUpdateGoodOutlinedFilled.tsx index 15e45e07c..eaa8f7ef7 100644 --- a/src/IconSecurityUpdateGoodOutlinedFilled.tsx +++ b/src/IconSecurityUpdateGoodOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateGoodOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSecurityUpdateGoodRounded.tsx b/src/IconSecurityUpdateGoodRounded.tsx index 4c42034f7..d15a67caa 100644 --- a/src/IconSecurityUpdateGoodRounded.tsx +++ b/src/IconSecurityUpdateGoodRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateGoodRounded: React.FC = ({ ...props diff --git a/src/IconSecurityUpdateGoodRoundedFilled.tsx b/src/IconSecurityUpdateGoodRoundedFilled.tsx index 920df70ab..cd7d054c2 100644 --- a/src/IconSecurityUpdateGoodRoundedFilled.tsx +++ b/src/IconSecurityUpdateGoodRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateGoodRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSecurityUpdateGoodSharp.tsx b/src/IconSecurityUpdateGoodSharp.tsx index 013910564..4a6231a4d 100644 --- a/src/IconSecurityUpdateGoodSharp.tsx +++ b/src/IconSecurityUpdateGoodSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateGoodSharp: React.FC = ({ ...props diff --git a/src/IconSecurityUpdateGoodSharpFilled.tsx b/src/IconSecurityUpdateGoodSharpFilled.tsx index d12086e3a..43b0961f5 100644 --- a/src/IconSecurityUpdateGoodSharpFilled.tsx +++ b/src/IconSecurityUpdateGoodSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateGoodSharpFilled: React.FC = ({ ...props diff --git a/src/IconSecurityUpdateWarningOutlined.tsx b/src/IconSecurityUpdateWarningOutlined.tsx index beba2aa5a..5728696de 100644 --- a/src/IconSecurityUpdateWarningOutlined.tsx +++ b/src/IconSecurityUpdateWarningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateWarningOutlined: React.FC = ({ ...props diff --git a/src/IconSecurityUpdateWarningOutlinedFilled.tsx b/src/IconSecurityUpdateWarningOutlinedFilled.tsx index 15f4011bb..2064cb009 100644 --- a/src/IconSecurityUpdateWarningOutlinedFilled.tsx +++ b/src/IconSecurityUpdateWarningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateWarningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSecurityUpdateWarningRounded.tsx b/src/IconSecurityUpdateWarningRounded.tsx index 472beca16..b4c73c91c 100644 --- a/src/IconSecurityUpdateWarningRounded.tsx +++ b/src/IconSecurityUpdateWarningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateWarningRounded: React.FC = ({ ...props diff --git a/src/IconSecurityUpdateWarningRoundedFilled.tsx b/src/IconSecurityUpdateWarningRoundedFilled.tsx index 71bbb622d..fcb37cebf 100644 --- a/src/IconSecurityUpdateWarningRoundedFilled.tsx +++ b/src/IconSecurityUpdateWarningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateWarningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSecurityUpdateWarningSharp.tsx b/src/IconSecurityUpdateWarningSharp.tsx index dfc239ebd..97794d610 100644 --- a/src/IconSecurityUpdateWarningSharp.tsx +++ b/src/IconSecurityUpdateWarningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateWarningSharp: React.FC = ({ ...props diff --git a/src/IconSecurityUpdateWarningSharpFilled.tsx b/src/IconSecurityUpdateWarningSharpFilled.tsx index 90c7ae8d1..bcdbcda0e 100644 --- a/src/IconSecurityUpdateWarningSharpFilled.tsx +++ b/src/IconSecurityUpdateWarningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSecurityUpdateWarningSharpFilled: React.FC = ({ ...props diff --git a/src/IconSegmentOutlined.tsx b/src/IconSegmentOutlined.tsx index 067fc093b..cfe31aaf1 100644 --- a/src/IconSegmentOutlined.tsx +++ b/src/IconSegmentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSegmentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSegmentOutlinedFilled.tsx b/src/IconSegmentOutlinedFilled.tsx index 6311ba72c..8b6a9d404 100644 --- a/src/IconSegmentOutlinedFilled.tsx +++ b/src/IconSegmentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSegmentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSegmentRounded.tsx b/src/IconSegmentRounded.tsx index beeabf0ca..b866e7c30 100644 --- a/src/IconSegmentRounded.tsx +++ b/src/IconSegmentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSegmentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSegmentRoundedFilled.tsx b/src/IconSegmentRoundedFilled.tsx index c12b73da8..03052af91 100644 --- a/src/IconSegmentRoundedFilled.tsx +++ b/src/IconSegmentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSegmentRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSegmentSharp.tsx b/src/IconSegmentSharp.tsx index e1104904a..9033174f3 100644 --- a/src/IconSegmentSharp.tsx +++ b/src/IconSegmentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSegmentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSegmentSharpFilled.tsx b/src/IconSegmentSharpFilled.tsx index ac7e384ff..1e2dda784 100644 --- a/src/IconSegmentSharpFilled.tsx +++ b/src/IconSegmentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSegmentSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectAllOutlined.tsx b/src/IconSelectAllOutlined.tsx index 8fa6dcdb6..2a750aadb 100644 --- a/src/IconSelectAllOutlined.tsx +++ b/src/IconSelectAllOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectAllOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectAllOutlinedFilled.tsx b/src/IconSelectAllOutlinedFilled.tsx index 25460771b..8b08e39fb 100644 --- a/src/IconSelectAllOutlinedFilled.tsx +++ b/src/IconSelectAllOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectAllOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSelectAllRounded.tsx b/src/IconSelectAllRounded.tsx index 408f7dae0..73c1aa0bb 100644 --- a/src/IconSelectAllRounded.tsx +++ b/src/IconSelectAllRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectAllRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectAllRoundedFilled.tsx b/src/IconSelectAllRoundedFilled.tsx index 990b9a0c7..c25ac83ef 100644 --- a/src/IconSelectAllRoundedFilled.tsx +++ b/src/IconSelectAllRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectAllRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSelectAllSharp.tsx b/src/IconSelectAllSharp.tsx index b12a6568b..86f4f14a3 100644 --- a/src/IconSelectAllSharp.tsx +++ b/src/IconSelectAllSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectAllSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectAllSharpFilled.tsx b/src/IconSelectAllSharpFilled.tsx index c1062ca22..4136c187c 100644 --- a/src/IconSelectAllSharpFilled.tsx +++ b/src/IconSelectAllSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectAllSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectCheckBoxOutlined.tsx b/src/IconSelectCheckBoxOutlined.tsx index 3214d50ad..5947fa502 100644 --- a/src/IconSelectCheckBoxOutlined.tsx +++ b/src/IconSelectCheckBoxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectCheckBoxOutlined: React.FC = ({ ...props diff --git a/src/IconSelectCheckBoxOutlinedFilled.tsx b/src/IconSelectCheckBoxOutlinedFilled.tsx index 729e97601..e9391df26 100644 --- a/src/IconSelectCheckBoxOutlinedFilled.tsx +++ b/src/IconSelectCheckBoxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectCheckBoxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSelectCheckBoxRounded.tsx b/src/IconSelectCheckBoxRounded.tsx index 77e884475..94f7b2256 100644 --- a/src/IconSelectCheckBoxRounded.tsx +++ b/src/IconSelectCheckBoxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectCheckBoxRounded: React.FC = ({ ...props diff --git a/src/IconSelectCheckBoxRoundedFilled.tsx b/src/IconSelectCheckBoxRoundedFilled.tsx index 9cbe81f7e..67c1223fd 100644 --- a/src/IconSelectCheckBoxRoundedFilled.tsx +++ b/src/IconSelectCheckBoxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectCheckBoxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSelectCheckBoxSharp.tsx b/src/IconSelectCheckBoxSharp.tsx index eedc78d44..2037bab2f 100644 --- a/src/IconSelectCheckBoxSharp.tsx +++ b/src/IconSelectCheckBoxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectCheckBoxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectCheckBoxSharpFilled.tsx b/src/IconSelectCheckBoxSharpFilled.tsx index ba2ae23fa..613da08db 100644 --- a/src/IconSelectCheckBoxSharpFilled.tsx +++ b/src/IconSelectCheckBoxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectCheckBoxSharpFilled: React.FC = ({ ...props diff --git a/src/IconSelectOutlined.tsx b/src/IconSelectOutlined.tsx index c13606c3a..6c18c7ced 100644 --- a/src/IconSelectOutlined.tsx +++ b/src/IconSelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectOutlinedFilled.tsx b/src/IconSelectOutlinedFilled.tsx index 552bc37d5..23d726b74 100644 --- a/src/IconSelectOutlinedFilled.tsx +++ b/src/IconSelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectRounded.tsx b/src/IconSelectRounded.tsx index 165810020..9964f46b4 100644 --- a/src/IconSelectRounded.tsx +++ b/src/IconSelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectRoundedFilled.tsx b/src/IconSelectRoundedFilled.tsx index e73666721..c142b9efa 100644 --- a/src/IconSelectRoundedFilled.tsx +++ b/src/IconSelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectSharp.tsx b/src/IconSelectSharp.tsx index 6c6b1bc44..970614032 100644 --- a/src/IconSelectSharp.tsx +++ b/src/IconSelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectSharpFilled.tsx b/src/IconSelectSharpFilled.tsx index 6fa0d3377..d1a09a463 100644 --- a/src/IconSelectSharpFilled.tsx +++ b/src/IconSelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectToSpeakOutlined.tsx b/src/IconSelectToSpeakOutlined.tsx index 54a37afbc..fdf869ca0 100644 --- a/src/IconSelectToSpeakOutlined.tsx +++ b/src/IconSelectToSpeakOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectToSpeakOutlined: React.FC = ({ ...props diff --git a/src/IconSelectToSpeakOutlinedFilled.tsx b/src/IconSelectToSpeakOutlinedFilled.tsx index 51d6610ea..d8ef1e7b7 100644 --- a/src/IconSelectToSpeakOutlinedFilled.tsx +++ b/src/IconSelectToSpeakOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectToSpeakOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSelectToSpeakRounded.tsx b/src/IconSelectToSpeakRounded.tsx index 712e34cf0..8e77fa33c 100644 --- a/src/IconSelectToSpeakRounded.tsx +++ b/src/IconSelectToSpeakRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectToSpeakRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectToSpeakRoundedFilled.tsx b/src/IconSelectToSpeakRoundedFilled.tsx index 8df051717..f116f4ccf 100644 --- a/src/IconSelectToSpeakRoundedFilled.tsx +++ b/src/IconSelectToSpeakRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectToSpeakRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSelectToSpeakSharp.tsx b/src/IconSelectToSpeakSharp.tsx index 72e78cc7f..5a0bce5ff 100644 --- a/src/IconSelectToSpeakSharp.tsx +++ b/src/IconSelectToSpeakSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectToSpeakSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectToSpeakSharpFilled.tsx b/src/IconSelectToSpeakSharpFilled.tsx index a808a7efe..1bb6471a1 100644 --- a/src/IconSelectToSpeakSharpFilled.tsx +++ b/src/IconSelectToSpeakSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectToSpeakSharpFilled: React.FC = ({ ...props diff --git a/src/IconSelectWindow2Outlined.tsx b/src/IconSelectWindow2Outlined.tsx index b61fc60ec..296f3221f 100644 --- a/src/IconSelectWindow2Outlined.tsx +++ b/src/IconSelectWindow2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindow2Outlined: React.FC = ({ ...props diff --git a/src/IconSelectWindow2OutlinedFilled.tsx b/src/IconSelectWindow2OutlinedFilled.tsx index a5430d151..9f1448e66 100644 --- a/src/IconSelectWindow2OutlinedFilled.tsx +++ b/src/IconSelectWindow2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindow2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSelectWindow2Rounded.tsx b/src/IconSelectWindow2Rounded.tsx index 76c115716..2c37a1dc1 100644 --- a/src/IconSelectWindow2Rounded.tsx +++ b/src/IconSelectWindow2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindow2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectWindow2RoundedFilled.tsx b/src/IconSelectWindow2RoundedFilled.tsx index 47d5c7838..f611b1fe5 100644 --- a/src/IconSelectWindow2RoundedFilled.tsx +++ b/src/IconSelectWindow2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindow2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconSelectWindow2Sharp.tsx b/src/IconSelectWindow2Sharp.tsx index 8608cb532..f98587b99 100644 --- a/src/IconSelectWindow2Sharp.tsx +++ b/src/IconSelectWindow2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindow2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectWindow2SharpFilled.tsx b/src/IconSelectWindow2SharpFilled.tsx index 152495973..51a74bb87 100644 --- a/src/IconSelectWindow2SharpFilled.tsx +++ b/src/IconSelectWindow2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindow2SharpFilled: React.FC = ({ ...props diff --git a/src/IconSelectWindowOffOutlined.tsx b/src/IconSelectWindowOffOutlined.tsx index 4fbf0932e..0f70a9a2d 100644 --- a/src/IconSelectWindowOffOutlined.tsx +++ b/src/IconSelectWindowOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowOffOutlined: React.FC = ({ ...props diff --git a/src/IconSelectWindowOffOutlinedFilled.tsx b/src/IconSelectWindowOffOutlinedFilled.tsx index 7dc4b3797..b02fcef62 100644 --- a/src/IconSelectWindowOffOutlinedFilled.tsx +++ b/src/IconSelectWindowOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSelectWindowOffRounded.tsx b/src/IconSelectWindowOffRounded.tsx index 1ba5e24fe..8352bcb89 100644 --- a/src/IconSelectWindowOffRounded.tsx +++ b/src/IconSelectWindowOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowOffRounded: React.FC = ({ ...props diff --git a/src/IconSelectWindowOffRoundedFilled.tsx b/src/IconSelectWindowOffRoundedFilled.tsx index c67dbd61e..00bf3e12c 100644 --- a/src/IconSelectWindowOffRoundedFilled.tsx +++ b/src/IconSelectWindowOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSelectWindowOffSharp.tsx b/src/IconSelectWindowOffSharp.tsx index 0ad0d2f50..f209562ab 100644 --- a/src/IconSelectWindowOffSharp.tsx +++ b/src/IconSelectWindowOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectWindowOffSharpFilled.tsx b/src/IconSelectWindowOffSharpFilled.tsx index 081c2febf..5649da8c8 100644 --- a/src/IconSelectWindowOffSharpFilled.tsx +++ b/src/IconSelectWindowOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconSelectWindowOutlined.tsx b/src/IconSelectWindowOutlined.tsx index 535eeee00..c6125e127 100644 --- a/src/IconSelectWindowOutlined.tsx +++ b/src/IconSelectWindowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectWindowOutlinedFilled.tsx b/src/IconSelectWindowOutlinedFilled.tsx index b130c744c..14e0e3321 100644 --- a/src/IconSelectWindowOutlinedFilled.tsx +++ b/src/IconSelectWindowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSelectWindowRounded.tsx b/src/IconSelectWindowRounded.tsx index 0cc1d7b6b..96cc0e782 100644 --- a/src/IconSelectWindowRounded.tsx +++ b/src/IconSelectWindowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectWindowRoundedFilled.tsx b/src/IconSelectWindowRoundedFilled.tsx index 0c72ad174..542ebced3 100644 --- a/src/IconSelectWindowRoundedFilled.tsx +++ b/src/IconSelectWindowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSelectWindowSharp.tsx b/src/IconSelectWindowSharp.tsx index 900d401b1..46fa7f309 100644 --- a/src/IconSelectWindowSharp.tsx +++ b/src/IconSelectWindowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSelectWindowSharpFilled.tsx b/src/IconSelectWindowSharpFilled.tsx index 21b659d20..f5d04c32a 100644 --- a/src/IconSelectWindowSharpFilled.tsx +++ b/src/IconSelectWindowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelectWindowSharpFilled: React.FC = ({ ...props diff --git a/src/IconSelfCareOutlined.tsx b/src/IconSelfCareOutlined.tsx index 8c9ea0eb8..5f32a25db 100644 --- a/src/IconSelfCareOutlined.tsx +++ b/src/IconSelfCareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfCareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSelfCareOutlinedFilled.tsx b/src/IconSelfCareOutlinedFilled.tsx index 43488bbf5..1aad3889d 100644 --- a/src/IconSelfCareOutlinedFilled.tsx +++ b/src/IconSelfCareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfCareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSelfCareRounded.tsx b/src/IconSelfCareRounded.tsx index ebf2447af..65f6580d0 100644 --- a/src/IconSelfCareRounded.tsx +++ b/src/IconSelfCareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfCareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSelfCareRoundedFilled.tsx b/src/IconSelfCareRoundedFilled.tsx index f09c2f9ab..70d9356b0 100644 --- a/src/IconSelfCareRoundedFilled.tsx +++ b/src/IconSelfCareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfCareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSelfCareSharp.tsx b/src/IconSelfCareSharp.tsx index 5cc187206..9d5b7a0b1 100644 --- a/src/IconSelfCareSharp.tsx +++ b/src/IconSelfCareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfCareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSelfCareSharpFilled.tsx b/src/IconSelfCareSharpFilled.tsx index 7d64d795d..ec3e3aa58 100644 --- a/src/IconSelfCareSharpFilled.tsx +++ b/src/IconSelfCareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfCareSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSelfImprovementOutlined.tsx b/src/IconSelfImprovementOutlined.tsx index 40614d10e..09681d484 100644 --- a/src/IconSelfImprovementOutlined.tsx +++ b/src/IconSelfImprovementOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfImprovementOutlined: React.FC = ({ ...props diff --git a/src/IconSelfImprovementOutlinedFilled.tsx b/src/IconSelfImprovementOutlinedFilled.tsx index 4044f082f..d7dff9e2d 100644 --- a/src/IconSelfImprovementOutlinedFilled.tsx +++ b/src/IconSelfImprovementOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfImprovementOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSelfImprovementRounded.tsx b/src/IconSelfImprovementRounded.tsx index dfef37005..e316fa79c 100644 --- a/src/IconSelfImprovementRounded.tsx +++ b/src/IconSelfImprovementRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfImprovementRounded: React.FC = ({ ...props diff --git a/src/IconSelfImprovementRoundedFilled.tsx b/src/IconSelfImprovementRoundedFilled.tsx index 7d483c199..9fb3b54b8 100644 --- a/src/IconSelfImprovementRoundedFilled.tsx +++ b/src/IconSelfImprovementRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfImprovementRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSelfImprovementSharp.tsx b/src/IconSelfImprovementSharp.tsx index ac4e3ad58..ed02eae3e 100644 --- a/src/IconSelfImprovementSharp.tsx +++ b/src/IconSelfImprovementSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfImprovementSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSelfImprovementSharpFilled.tsx b/src/IconSelfImprovementSharpFilled.tsx index b34bfb1ab..1a3c05f9e 100644 --- a/src/IconSelfImprovementSharpFilled.tsx +++ b/src/IconSelfImprovementSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSelfImprovementSharpFilled: React.FC = ({ ...props diff --git a/src/IconSellOutlined.tsx b/src/IconSellOutlined.tsx index 492a5f87e..d4eb60d87 100644 --- a/src/IconSellOutlined.tsx +++ b/src/IconSellOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSellOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSellOutlinedFilled.tsx b/src/IconSellOutlinedFilled.tsx index c959001c3..4e8c9dbca 100644 --- a/src/IconSellOutlinedFilled.tsx +++ b/src/IconSellOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSellOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSellRounded.tsx b/src/IconSellRounded.tsx index a43ec85da..8c4c14af9 100644 --- a/src/IconSellRounded.tsx +++ b/src/IconSellRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSellRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSellRoundedFilled.tsx b/src/IconSellRoundedFilled.tsx index 356e8cf0f..364f10a6a 100644 --- a/src/IconSellRoundedFilled.tsx +++ b/src/IconSellRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSellRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSellSharp.tsx b/src/IconSellSharp.tsx index 9ae33225b..921e3008d 100644 --- a/src/IconSellSharp.tsx +++ b/src/IconSellSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSellSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSellSharpFilled.tsx b/src/IconSellSharpFilled.tsx index bf67e2e8c..baaec3049 100644 --- a/src/IconSellSharpFilled.tsx +++ b/src/IconSellSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSellSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSendAndArchiveOutlined.tsx b/src/IconSendAndArchiveOutlined.tsx index 29a5f2ab4..c184adc2f 100644 --- a/src/IconSendAndArchiveOutlined.tsx +++ b/src/IconSendAndArchiveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendAndArchiveOutlined: React.FC = ({ ...props diff --git a/src/IconSendAndArchiveOutlinedFilled.tsx b/src/IconSendAndArchiveOutlinedFilled.tsx index 882191c7d..e4d454109 100644 --- a/src/IconSendAndArchiveOutlinedFilled.tsx +++ b/src/IconSendAndArchiveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendAndArchiveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSendAndArchiveRounded.tsx b/src/IconSendAndArchiveRounded.tsx index 94d599b23..5154f24c3 100644 --- a/src/IconSendAndArchiveRounded.tsx +++ b/src/IconSendAndArchiveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendAndArchiveRounded: React.FC = ({ ...props diff --git a/src/IconSendAndArchiveRoundedFilled.tsx b/src/IconSendAndArchiveRoundedFilled.tsx index 73ce2a1e8..36155c492 100644 --- a/src/IconSendAndArchiveRoundedFilled.tsx +++ b/src/IconSendAndArchiveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendAndArchiveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSendAndArchiveSharp.tsx b/src/IconSendAndArchiveSharp.tsx index 91cce9051..5b3fb86c0 100644 --- a/src/IconSendAndArchiveSharp.tsx +++ b/src/IconSendAndArchiveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendAndArchiveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSendAndArchiveSharpFilled.tsx b/src/IconSendAndArchiveSharpFilled.tsx index 0605f454f..79c928fc2 100644 --- a/src/IconSendAndArchiveSharpFilled.tsx +++ b/src/IconSendAndArchiveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendAndArchiveSharpFilled: React.FC = ({ ...props diff --git a/src/IconSendMoneyOutlined.tsx b/src/IconSendMoneyOutlined.tsx index 555f8aa7a..a1b77f785 100644 --- a/src/IconSendMoneyOutlined.tsx +++ b/src/IconSendMoneyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendMoneyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSendMoneyOutlinedFilled.tsx b/src/IconSendMoneyOutlinedFilled.tsx index c37376499..a1f273eac 100644 --- a/src/IconSendMoneyOutlinedFilled.tsx +++ b/src/IconSendMoneyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendMoneyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSendMoneyRounded.tsx b/src/IconSendMoneyRounded.tsx index 9c7009a5b..b9f21332b 100644 --- a/src/IconSendMoneyRounded.tsx +++ b/src/IconSendMoneyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendMoneyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSendMoneyRoundedFilled.tsx b/src/IconSendMoneyRoundedFilled.tsx index 4abb6e35f..5b8a569fb 100644 --- a/src/IconSendMoneyRoundedFilled.tsx +++ b/src/IconSendMoneyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendMoneyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSendMoneySharp.tsx b/src/IconSendMoneySharp.tsx index 1d88385ee..8f9b73328 100644 --- a/src/IconSendMoneySharp.tsx +++ b/src/IconSendMoneySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendMoneySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSendMoneySharpFilled.tsx b/src/IconSendMoneySharpFilled.tsx index a897fe6b9..050a7bd22 100644 --- a/src/IconSendMoneySharpFilled.tsx +++ b/src/IconSendMoneySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendMoneySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSendOutlined.tsx b/src/IconSendOutlined.tsx index 2a4b8fe1c..ccf7c4fd8 100644 --- a/src/IconSendOutlined.tsx +++ b/src/IconSendOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSendOutlinedFilled.tsx b/src/IconSendOutlinedFilled.tsx index ed5a4109a..0ef91d697 100644 --- a/src/IconSendOutlinedFilled.tsx +++ b/src/IconSendOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSendRounded.tsx b/src/IconSendRounded.tsx index 36f7c2862..57e2f2d1a 100644 --- a/src/IconSendRounded.tsx +++ b/src/IconSendRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSendRoundedFilled.tsx b/src/IconSendRoundedFilled.tsx index febc5aea6..f628811ed 100644 --- a/src/IconSendRoundedFilled.tsx +++ b/src/IconSendRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSendSharp.tsx b/src/IconSendSharp.tsx index c8028072b..99ee601fe 100644 --- a/src/IconSendSharp.tsx +++ b/src/IconSendSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSendSharpFilled.tsx b/src/IconSendSharpFilled.tsx index ecda4da95..3f5ee9f9a 100644 --- a/src/IconSendSharpFilled.tsx +++ b/src/IconSendSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSendTimeExtensionOutlined.tsx b/src/IconSendTimeExtensionOutlined.tsx index 7be6c623b..f4601175c 100644 --- a/src/IconSendTimeExtensionOutlined.tsx +++ b/src/IconSendTimeExtensionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendTimeExtensionOutlined: React.FC = ({ ...props diff --git a/src/IconSendTimeExtensionOutlinedFilled.tsx b/src/IconSendTimeExtensionOutlinedFilled.tsx index 99579814c..6118d59c6 100644 --- a/src/IconSendTimeExtensionOutlinedFilled.tsx +++ b/src/IconSendTimeExtensionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendTimeExtensionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSendTimeExtensionRounded.tsx b/src/IconSendTimeExtensionRounded.tsx index b44951452..ad366e5fb 100644 --- a/src/IconSendTimeExtensionRounded.tsx +++ b/src/IconSendTimeExtensionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendTimeExtensionRounded: React.FC = ({ ...props diff --git a/src/IconSendTimeExtensionRoundedFilled.tsx b/src/IconSendTimeExtensionRoundedFilled.tsx index 866b17506..01693b57b 100644 --- a/src/IconSendTimeExtensionRoundedFilled.tsx +++ b/src/IconSendTimeExtensionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendTimeExtensionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSendTimeExtensionSharp.tsx b/src/IconSendTimeExtensionSharp.tsx index 389e29a0c..1a616bf7b 100644 --- a/src/IconSendTimeExtensionSharp.tsx +++ b/src/IconSendTimeExtensionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendTimeExtensionSharp: React.FC = ({ ...props diff --git a/src/IconSendTimeExtensionSharpFilled.tsx b/src/IconSendTimeExtensionSharpFilled.tsx index c57ed43a8..b2ac80e9e 100644 --- a/src/IconSendTimeExtensionSharpFilled.tsx +++ b/src/IconSendTimeExtensionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendTimeExtensionSharpFilled: React.FC = ({ ...props diff --git a/src/IconSendToMobileOutlined.tsx b/src/IconSendToMobileOutlined.tsx index 1c17d9fe2..1314599ce 100644 --- a/src/IconSendToMobileOutlined.tsx +++ b/src/IconSendToMobileOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendToMobileOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSendToMobileOutlinedFilled.tsx b/src/IconSendToMobileOutlinedFilled.tsx index fab024e6a..d0a9ccfbd 100644 --- a/src/IconSendToMobileOutlinedFilled.tsx +++ b/src/IconSendToMobileOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendToMobileOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSendToMobileRounded.tsx b/src/IconSendToMobileRounded.tsx index fc57bc79a..f927edb51 100644 --- a/src/IconSendToMobileRounded.tsx +++ b/src/IconSendToMobileRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendToMobileRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSendToMobileRoundedFilled.tsx b/src/IconSendToMobileRoundedFilled.tsx index bcff95cc3..55d33b417 100644 --- a/src/IconSendToMobileRoundedFilled.tsx +++ b/src/IconSendToMobileRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendToMobileRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSendToMobileSharp.tsx b/src/IconSendToMobileSharp.tsx index 3eb2dcde0..38f3c432c 100644 --- a/src/IconSendToMobileSharp.tsx +++ b/src/IconSendToMobileSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendToMobileSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSendToMobileSharpFilled.tsx b/src/IconSendToMobileSharpFilled.tsx index bbc2693b3..2b8e22802 100644 --- a/src/IconSendToMobileSharpFilled.tsx +++ b/src/IconSendToMobileSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSendToMobileSharpFilled: React.FC = ({ ...props diff --git a/src/IconSensorDoorOutlined.tsx b/src/IconSensorDoorOutlined.tsx index e986e9205..26745af57 100644 --- a/src/IconSensorDoorOutlined.tsx +++ b/src/IconSensorDoorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorDoorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorDoorOutlinedFilled.tsx b/src/IconSensorDoorOutlinedFilled.tsx index d9abee7cd..5003cfe46 100644 --- a/src/IconSensorDoorOutlinedFilled.tsx +++ b/src/IconSensorDoorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorDoorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSensorDoorRounded.tsx b/src/IconSensorDoorRounded.tsx index f107cf28d..9d300d265 100644 --- a/src/IconSensorDoorRounded.tsx +++ b/src/IconSensorDoorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorDoorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorDoorRoundedFilled.tsx b/src/IconSensorDoorRoundedFilled.tsx index 608c04aca..4b73a68f6 100644 --- a/src/IconSensorDoorRoundedFilled.tsx +++ b/src/IconSensorDoorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorDoorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSensorDoorSharp.tsx b/src/IconSensorDoorSharp.tsx index c3bcef746..9b25facf1 100644 --- a/src/IconSensorDoorSharp.tsx +++ b/src/IconSensorDoorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorDoorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorDoorSharpFilled.tsx b/src/IconSensorDoorSharpFilled.tsx index d32b1bfce..79fecf81b 100644 --- a/src/IconSensorDoorSharpFilled.tsx +++ b/src/IconSensorDoorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorDoorSharpFilled: React.FC = ({ ...props diff --git a/src/IconSensorOccupiedOutlined.tsx b/src/IconSensorOccupiedOutlined.tsx index 2471d3ce9..1a2efc6bd 100644 --- a/src/IconSensorOccupiedOutlined.tsx +++ b/src/IconSensorOccupiedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorOccupiedOutlined: React.FC = ({ ...props diff --git a/src/IconSensorOccupiedOutlinedFilled.tsx b/src/IconSensorOccupiedOutlinedFilled.tsx index 78ac3125b..6fde68916 100644 --- a/src/IconSensorOccupiedOutlinedFilled.tsx +++ b/src/IconSensorOccupiedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorOccupiedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSensorOccupiedRounded.tsx b/src/IconSensorOccupiedRounded.tsx index ea0d5e648..5480a3446 100644 --- a/src/IconSensorOccupiedRounded.tsx +++ b/src/IconSensorOccupiedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorOccupiedRounded: React.FC = ({ ...props diff --git a/src/IconSensorOccupiedRoundedFilled.tsx b/src/IconSensorOccupiedRoundedFilled.tsx index cd133bcfc..f94f60dad 100644 --- a/src/IconSensorOccupiedRoundedFilled.tsx +++ b/src/IconSensorOccupiedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorOccupiedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSensorOccupiedSharp.tsx b/src/IconSensorOccupiedSharp.tsx index f8f921132..f525f1d74 100644 --- a/src/IconSensorOccupiedSharp.tsx +++ b/src/IconSensorOccupiedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorOccupiedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorOccupiedSharpFilled.tsx b/src/IconSensorOccupiedSharpFilled.tsx index 7baa1c2be..161e29c93 100644 --- a/src/IconSensorOccupiedSharpFilled.tsx +++ b/src/IconSensorOccupiedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorOccupiedSharpFilled: React.FC = ({ ...props diff --git a/src/IconSensorWindowOutlined.tsx b/src/IconSensorWindowOutlined.tsx index 94767fc74..beeeb6340 100644 --- a/src/IconSensorWindowOutlined.tsx +++ b/src/IconSensorWindowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorWindowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorWindowOutlinedFilled.tsx b/src/IconSensorWindowOutlinedFilled.tsx index 994186463..b42d972a6 100644 --- a/src/IconSensorWindowOutlinedFilled.tsx +++ b/src/IconSensorWindowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorWindowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSensorWindowRounded.tsx b/src/IconSensorWindowRounded.tsx index 6ca62119d..34776d659 100644 --- a/src/IconSensorWindowRounded.tsx +++ b/src/IconSensorWindowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorWindowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorWindowRoundedFilled.tsx b/src/IconSensorWindowRoundedFilled.tsx index 58ab42c89..fd2c1ea2a 100644 --- a/src/IconSensorWindowRoundedFilled.tsx +++ b/src/IconSensorWindowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorWindowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSensorWindowSharp.tsx b/src/IconSensorWindowSharp.tsx index 9d571720e..bd93cc64c 100644 --- a/src/IconSensorWindowSharp.tsx +++ b/src/IconSensorWindowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorWindowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorWindowSharpFilled.tsx b/src/IconSensorWindowSharpFilled.tsx index 79202a0ef..5b35e6b41 100644 --- a/src/IconSensorWindowSharpFilled.tsx +++ b/src/IconSensorWindowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorWindowSharpFilled: React.FC = ({ ...props diff --git a/src/IconSensorsKrxOffOutlined.tsx b/src/IconSensorsKrxOffOutlined.tsx index 93df61c41..becdd22f3 100644 --- a/src/IconSensorsKrxOffOutlined.tsx +++ b/src/IconSensorsKrxOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxOffOutlined: React.FC = ({ ...props diff --git a/src/IconSensorsKrxOffOutlinedFilled.tsx b/src/IconSensorsKrxOffOutlinedFilled.tsx index 7aae5d140..19601e608 100644 --- a/src/IconSensorsKrxOffOutlinedFilled.tsx +++ b/src/IconSensorsKrxOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSensorsKrxOffRounded.tsx b/src/IconSensorsKrxOffRounded.tsx index 8a0b4a82c..2792c36d0 100644 --- a/src/IconSensorsKrxOffRounded.tsx +++ b/src/IconSensorsKrxOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsKrxOffRoundedFilled.tsx b/src/IconSensorsKrxOffRoundedFilled.tsx index cc99a05cc..59062e73a 100644 --- a/src/IconSensorsKrxOffRoundedFilled.tsx +++ b/src/IconSensorsKrxOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSensorsKrxOffSharp.tsx b/src/IconSensorsKrxOffSharp.tsx index d821d48f7..fd1f080f5 100644 --- a/src/IconSensorsKrxOffSharp.tsx +++ b/src/IconSensorsKrxOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsKrxOffSharpFilled.tsx b/src/IconSensorsKrxOffSharpFilled.tsx index faa45f62a..bd461d77f 100644 --- a/src/IconSensorsKrxOffSharpFilled.tsx +++ b/src/IconSensorsKrxOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconSensorsKrxOutlined.tsx b/src/IconSensorsKrxOutlined.tsx index 041c20136..328173314 100644 --- a/src/IconSensorsKrxOutlined.tsx +++ b/src/IconSensorsKrxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsKrxOutlinedFilled.tsx b/src/IconSensorsKrxOutlinedFilled.tsx index ac723204c..b2fc3b49a 100644 --- a/src/IconSensorsKrxOutlinedFilled.tsx +++ b/src/IconSensorsKrxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSensorsKrxRounded.tsx b/src/IconSensorsKrxRounded.tsx index 1f091f002..281e549e4 100644 --- a/src/IconSensorsKrxRounded.tsx +++ b/src/IconSensorsKrxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsKrxRoundedFilled.tsx b/src/IconSensorsKrxRoundedFilled.tsx index c0c3bd63f..18e9a0da4 100644 --- a/src/IconSensorsKrxRoundedFilled.tsx +++ b/src/IconSensorsKrxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSensorsKrxSharp.tsx b/src/IconSensorsKrxSharp.tsx index ded832593..cf93f06c8 100644 --- a/src/IconSensorsKrxSharp.tsx +++ b/src/IconSensorsKrxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsKrxSharpFilled.tsx b/src/IconSensorsKrxSharpFilled.tsx index 8eb6cfaec..128c38450 100644 --- a/src/IconSensorsKrxSharpFilled.tsx +++ b/src/IconSensorsKrxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsKrxSharpFilled: React.FC = ({ ...props diff --git a/src/IconSensorsOffOutlined.tsx b/src/IconSensorsOffOutlined.tsx index dbd7da7e8..16bfa74f2 100644 --- a/src/IconSensorsOffOutlined.tsx +++ b/src/IconSensorsOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsOffOutlinedFilled.tsx b/src/IconSensorsOffOutlinedFilled.tsx index 2ea805c7b..32a9c3f43 100644 --- a/src/IconSensorsOffOutlinedFilled.tsx +++ b/src/IconSensorsOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSensorsOffRounded.tsx b/src/IconSensorsOffRounded.tsx index 68de392f1..a564bb97b 100644 --- a/src/IconSensorsOffRounded.tsx +++ b/src/IconSensorsOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsOffRoundedFilled.tsx b/src/IconSensorsOffRoundedFilled.tsx index 529acb7cb..6862edf7e 100644 --- a/src/IconSensorsOffRoundedFilled.tsx +++ b/src/IconSensorsOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSensorsOffSharp.tsx b/src/IconSensorsOffSharp.tsx index d8bfe7b3c..ca1588d9a 100644 --- a/src/IconSensorsOffSharp.tsx +++ b/src/IconSensorsOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsOffSharpFilled.tsx b/src/IconSensorsOffSharpFilled.tsx index 9213e0637..1a43cd33a 100644 --- a/src/IconSensorsOffSharpFilled.tsx +++ b/src/IconSensorsOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconSensorsOutlined.tsx b/src/IconSensorsOutlined.tsx index c54940c81..892299b8f 100644 --- a/src/IconSensorsOutlined.tsx +++ b/src/IconSensorsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsOutlinedFilled.tsx b/src/IconSensorsOutlinedFilled.tsx index b714d346d..036783a13 100644 --- a/src/IconSensorsOutlinedFilled.tsx +++ b/src/IconSensorsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSensorsRounded.tsx b/src/IconSensorsRounded.tsx index 3cfc64f4a..c5f963974 100644 --- a/src/IconSensorsRounded.tsx +++ b/src/IconSensorsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsRoundedFilled.tsx b/src/IconSensorsRoundedFilled.tsx index c8b75cd97..596e0ecec 100644 --- a/src/IconSensorsRoundedFilled.tsx +++ b/src/IconSensorsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsSharp.tsx b/src/IconSensorsSharp.tsx index 3b1bc83c5..e7943939c 100644 --- a/src/IconSensorsSharp.tsx +++ b/src/IconSensorsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSensorsSharpFilled.tsx b/src/IconSensorsSharpFilled.tsx index 2727b79e6..892b4b771 100644 --- a/src/IconSensorsSharpFilled.tsx +++ b/src/IconSensorsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSensorsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSentimentCalmOutlined.tsx b/src/IconSentimentCalmOutlined.tsx index 1efda3c59..17e6ea794 100644 --- a/src/IconSentimentCalmOutlined.tsx +++ b/src/IconSentimentCalmOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentCalmOutlined: React.FC = ({ ...props diff --git a/src/IconSentimentCalmOutlinedFilled.tsx b/src/IconSentimentCalmOutlinedFilled.tsx index ff0732f77..b95e92d86 100644 --- a/src/IconSentimentCalmOutlinedFilled.tsx +++ b/src/IconSentimentCalmOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentCalmOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentCalmRounded.tsx b/src/IconSentimentCalmRounded.tsx index d4365db60..a5e8f4fb7 100644 --- a/src/IconSentimentCalmRounded.tsx +++ b/src/IconSentimentCalmRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentCalmRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSentimentCalmRoundedFilled.tsx b/src/IconSentimentCalmRoundedFilled.tsx index 55f08c41f..451c5fafa 100644 --- a/src/IconSentimentCalmRoundedFilled.tsx +++ b/src/IconSentimentCalmRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentCalmRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentCalmSharp.tsx b/src/IconSentimentCalmSharp.tsx index 94a584ec1..ad853100f 100644 --- a/src/IconSentimentCalmSharp.tsx +++ b/src/IconSentimentCalmSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentCalmSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSentimentCalmSharpFilled.tsx b/src/IconSentimentCalmSharpFilled.tsx index 9bbf6eb5d..17005a2bd 100644 --- a/src/IconSentimentCalmSharpFilled.tsx +++ b/src/IconSentimentCalmSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentCalmSharpFilled: React.FC = ({ ...props diff --git a/src/IconSentimentContentOutlined.tsx b/src/IconSentimentContentOutlined.tsx index e1b00977d..874267571 100644 --- a/src/IconSentimentContentOutlined.tsx +++ b/src/IconSentimentContentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentContentOutlined: React.FC = ({ ...props diff --git a/src/IconSentimentContentOutlinedFilled.tsx b/src/IconSentimentContentOutlinedFilled.tsx index fcf0917e5..ef9c3fe39 100644 --- a/src/IconSentimentContentOutlinedFilled.tsx +++ b/src/IconSentimentContentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentContentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentContentRounded.tsx b/src/IconSentimentContentRounded.tsx index b564cf7b7..c9058168c 100644 --- a/src/IconSentimentContentRounded.tsx +++ b/src/IconSentimentContentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentContentRounded: React.FC = ({ ...props diff --git a/src/IconSentimentContentRoundedFilled.tsx b/src/IconSentimentContentRoundedFilled.tsx index 5810855a1..9cad24eee 100644 --- a/src/IconSentimentContentRoundedFilled.tsx +++ b/src/IconSentimentContentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentContentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentContentSharp.tsx b/src/IconSentimentContentSharp.tsx index 697264116..0473406c6 100644 --- a/src/IconSentimentContentSharp.tsx +++ b/src/IconSentimentContentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentContentSharp: React.FC = ({ ...props diff --git a/src/IconSentimentContentSharpFilled.tsx b/src/IconSentimentContentSharpFilled.tsx index 27556ae88..0c4b34b9e 100644 --- a/src/IconSentimentContentSharpFilled.tsx +++ b/src/IconSentimentContentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentContentSharpFilled: React.FC = ({ ...props diff --git a/src/IconSentimentDissatisfiedOutlined.tsx b/src/IconSentimentDissatisfiedOutlined.tsx index c7939a6b9..3799fd56a 100644 --- a/src/IconSentimentDissatisfiedOutlined.tsx +++ b/src/IconSentimentDissatisfiedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentDissatisfiedOutlined: React.FC = ({ ...props diff --git a/src/IconSentimentDissatisfiedOutlinedFilled.tsx b/src/IconSentimentDissatisfiedOutlinedFilled.tsx index d88858edb..807add8ab 100644 --- a/src/IconSentimentDissatisfiedOutlinedFilled.tsx +++ b/src/IconSentimentDissatisfiedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentDissatisfiedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentDissatisfiedRounded.tsx b/src/IconSentimentDissatisfiedRounded.tsx index 16492e0b2..6206d865e 100644 --- a/src/IconSentimentDissatisfiedRounded.tsx +++ b/src/IconSentimentDissatisfiedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentDissatisfiedRounded: React.FC = ({ ...props diff --git a/src/IconSentimentDissatisfiedRoundedFilled.tsx b/src/IconSentimentDissatisfiedRoundedFilled.tsx index ca0351945..c2599caba 100644 --- a/src/IconSentimentDissatisfiedRoundedFilled.tsx +++ b/src/IconSentimentDissatisfiedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentDissatisfiedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentDissatisfiedSharp.tsx b/src/IconSentimentDissatisfiedSharp.tsx index ed2ee083f..84a2d63bd 100644 --- a/src/IconSentimentDissatisfiedSharp.tsx +++ b/src/IconSentimentDissatisfiedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentDissatisfiedSharp: React.FC = ({ ...props diff --git a/src/IconSentimentDissatisfiedSharpFilled.tsx b/src/IconSentimentDissatisfiedSharpFilled.tsx index 64e486f6a..12f51c6f0 100644 --- a/src/IconSentimentDissatisfiedSharpFilled.tsx +++ b/src/IconSentimentDissatisfiedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentDissatisfiedSharpFilled: React.FC = ({ ...props diff --git a/src/IconSentimentExcitedOutlined.tsx b/src/IconSentimentExcitedOutlined.tsx index ab6474de2..530595a5d 100644 --- a/src/IconSentimentExcitedOutlined.tsx +++ b/src/IconSentimentExcitedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExcitedOutlined: React.FC = ({ ...props diff --git a/src/IconSentimentExcitedOutlinedFilled.tsx b/src/IconSentimentExcitedOutlinedFilled.tsx index 492917609..fc1381a10 100644 --- a/src/IconSentimentExcitedOutlinedFilled.tsx +++ b/src/IconSentimentExcitedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExcitedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentExcitedRounded.tsx b/src/IconSentimentExcitedRounded.tsx index 015f031ab..6ba81c89e 100644 --- a/src/IconSentimentExcitedRounded.tsx +++ b/src/IconSentimentExcitedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExcitedRounded: React.FC = ({ ...props diff --git a/src/IconSentimentExcitedRoundedFilled.tsx b/src/IconSentimentExcitedRoundedFilled.tsx index 52d456efd..338b6ef47 100644 --- a/src/IconSentimentExcitedRoundedFilled.tsx +++ b/src/IconSentimentExcitedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExcitedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentExcitedSharp.tsx b/src/IconSentimentExcitedSharp.tsx index 4cf7d0296..54affb585 100644 --- a/src/IconSentimentExcitedSharp.tsx +++ b/src/IconSentimentExcitedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExcitedSharp: React.FC = ({ ...props diff --git a/src/IconSentimentExcitedSharpFilled.tsx b/src/IconSentimentExcitedSharpFilled.tsx index 3ec9c430f..c717d1e2b 100644 --- a/src/IconSentimentExcitedSharpFilled.tsx +++ b/src/IconSentimentExcitedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExcitedSharpFilled: React.FC = ({ ...props diff --git a/src/IconSentimentExtremelyDissatisfiedOutlined.tsx b/src/IconSentimentExtremelyDissatisfiedOutlined.tsx index fa9b70199..5fd51e533 100644 --- a/src/IconSentimentExtremelyDissatisfiedOutlined.tsx +++ b/src/IconSentimentExtremelyDissatisfiedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExtremelyDissatisfiedOutlined: React.FC< IconProps diff --git a/src/IconSentimentExtremelyDissatisfiedOutlinedFilled.tsx b/src/IconSentimentExtremelyDissatisfiedOutlinedFilled.tsx index 0fcdb1cb2..4ee62142c 100644 --- a/src/IconSentimentExtremelyDissatisfiedOutlinedFilled.tsx +++ b/src/IconSentimentExtremelyDissatisfiedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExtremelyDissatisfiedOutlinedFilled: React.FC< IconProps diff --git a/src/IconSentimentExtremelyDissatisfiedRounded.tsx b/src/IconSentimentExtremelyDissatisfiedRounded.tsx index b4f6b32ea..d78aa781f 100644 --- a/src/IconSentimentExtremelyDissatisfiedRounded.tsx +++ b/src/IconSentimentExtremelyDissatisfiedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExtremelyDissatisfiedRounded: React.FC = ({ ...props diff --git a/src/IconSentimentExtremelyDissatisfiedRoundedFilled.tsx b/src/IconSentimentExtremelyDissatisfiedRoundedFilled.tsx index 74e48d471..a6da7fc14 100644 --- a/src/IconSentimentExtremelyDissatisfiedRoundedFilled.tsx +++ b/src/IconSentimentExtremelyDissatisfiedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExtremelyDissatisfiedRoundedFilled: React.FC< IconProps diff --git a/src/IconSentimentExtremelyDissatisfiedSharp.tsx b/src/IconSentimentExtremelyDissatisfiedSharp.tsx index a402e356b..c38a22f4c 100644 --- a/src/IconSentimentExtremelyDissatisfiedSharp.tsx +++ b/src/IconSentimentExtremelyDissatisfiedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExtremelyDissatisfiedSharp: React.FC = ({ ...props diff --git a/src/IconSentimentExtremelyDissatisfiedSharpFilled.tsx b/src/IconSentimentExtremelyDissatisfiedSharpFilled.tsx index d46add04b..9d8a30dcc 100644 --- a/src/IconSentimentExtremelyDissatisfiedSharpFilled.tsx +++ b/src/IconSentimentExtremelyDissatisfiedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentExtremelyDissatisfiedSharpFilled: React.FC< IconProps diff --git a/src/IconSentimentFrustratedOutlined.tsx b/src/IconSentimentFrustratedOutlined.tsx index e3c70c270..a5a00a173 100644 --- a/src/IconSentimentFrustratedOutlined.tsx +++ b/src/IconSentimentFrustratedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentFrustratedOutlined: React.FC = ({ ...props diff --git a/src/IconSentimentFrustratedOutlinedFilled.tsx b/src/IconSentimentFrustratedOutlinedFilled.tsx index add672ba5..c2da96d90 100644 --- a/src/IconSentimentFrustratedOutlinedFilled.tsx +++ b/src/IconSentimentFrustratedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentFrustratedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentFrustratedRounded.tsx b/src/IconSentimentFrustratedRounded.tsx index 0ed65f255..7c116d080 100644 --- a/src/IconSentimentFrustratedRounded.tsx +++ b/src/IconSentimentFrustratedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentFrustratedRounded: React.FC = ({ ...props diff --git a/src/IconSentimentFrustratedRoundedFilled.tsx b/src/IconSentimentFrustratedRoundedFilled.tsx index 988c28be1..7d9de9432 100644 --- a/src/IconSentimentFrustratedRoundedFilled.tsx +++ b/src/IconSentimentFrustratedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentFrustratedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentFrustratedSharp.tsx b/src/IconSentimentFrustratedSharp.tsx index a742b6c6f..9fc1acda0 100644 --- a/src/IconSentimentFrustratedSharp.tsx +++ b/src/IconSentimentFrustratedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentFrustratedSharp: React.FC = ({ ...props diff --git a/src/IconSentimentFrustratedSharpFilled.tsx b/src/IconSentimentFrustratedSharpFilled.tsx index 407e30a13..4cc4aad88 100644 --- a/src/IconSentimentFrustratedSharpFilled.tsx +++ b/src/IconSentimentFrustratedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentFrustratedSharpFilled: React.FC = ({ ...props diff --git a/src/IconSentimentNeutralOutlined.tsx b/src/IconSentimentNeutralOutlined.tsx index 5dadf684a..07a65b615 100644 --- a/src/IconSentimentNeutralOutlined.tsx +++ b/src/IconSentimentNeutralOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentNeutralOutlined: React.FC = ({ ...props diff --git a/src/IconSentimentNeutralOutlinedFilled.tsx b/src/IconSentimentNeutralOutlinedFilled.tsx index 076b03c48..66f99a561 100644 --- a/src/IconSentimentNeutralOutlinedFilled.tsx +++ b/src/IconSentimentNeutralOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentNeutralOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentNeutralRounded.tsx b/src/IconSentimentNeutralRounded.tsx index 5f2f7d603..ffb860c5a 100644 --- a/src/IconSentimentNeutralRounded.tsx +++ b/src/IconSentimentNeutralRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentNeutralRounded: React.FC = ({ ...props diff --git a/src/IconSentimentNeutralRoundedFilled.tsx b/src/IconSentimentNeutralRoundedFilled.tsx index a019cd4e0..610f99366 100644 --- a/src/IconSentimentNeutralRoundedFilled.tsx +++ b/src/IconSentimentNeutralRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentNeutralRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentNeutralSharp.tsx b/src/IconSentimentNeutralSharp.tsx index 8e3258348..377950b61 100644 --- a/src/IconSentimentNeutralSharp.tsx +++ b/src/IconSentimentNeutralSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentNeutralSharp: React.FC = ({ ...props diff --git a/src/IconSentimentNeutralSharpFilled.tsx b/src/IconSentimentNeutralSharpFilled.tsx index 1583a678d..a9a5faa74 100644 --- a/src/IconSentimentNeutralSharpFilled.tsx +++ b/src/IconSentimentNeutralSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentNeutralSharpFilled: React.FC = ({ ...props diff --git a/src/IconSentimentSadOutlined.tsx b/src/IconSentimentSadOutlined.tsx index 5417fb18a..7f4237fed 100644 --- a/src/IconSentimentSadOutlined.tsx +++ b/src/IconSentimentSadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSentimentSadOutlinedFilled.tsx b/src/IconSentimentSadOutlinedFilled.tsx index 3e8762e6a..4a9229368 100644 --- a/src/IconSentimentSadOutlinedFilled.tsx +++ b/src/IconSentimentSadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentSadRounded.tsx b/src/IconSentimentSadRounded.tsx index a327c1459..ef226eb9f 100644 --- a/src/IconSentimentSadRounded.tsx +++ b/src/IconSentimentSadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSentimentSadRoundedFilled.tsx b/src/IconSentimentSadRoundedFilled.tsx index ae0fd2b44..94b4ee88d 100644 --- a/src/IconSentimentSadRoundedFilled.tsx +++ b/src/IconSentimentSadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentSadSharp.tsx b/src/IconSentimentSadSharp.tsx index b005b02dc..451a8046a 100644 --- a/src/IconSentimentSadSharp.tsx +++ b/src/IconSentimentSadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSentimentSadSharpFilled.tsx b/src/IconSentimentSadSharpFilled.tsx index 1c99e5829..377d70b1d 100644 --- a/src/IconSentimentSadSharpFilled.tsx +++ b/src/IconSentimentSadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSadSharpFilled: React.FC = ({ ...props diff --git a/src/IconSentimentSatisfiedOutlined.tsx b/src/IconSentimentSatisfiedOutlined.tsx index b6ffd6c4b..6c0756ba7 100644 --- a/src/IconSentimentSatisfiedOutlined.tsx +++ b/src/IconSentimentSatisfiedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSatisfiedOutlined: React.FC = ({ ...props diff --git a/src/IconSentimentSatisfiedOutlinedFilled.tsx b/src/IconSentimentSatisfiedOutlinedFilled.tsx index 83b88c269..7a25d3798 100644 --- a/src/IconSentimentSatisfiedOutlinedFilled.tsx +++ b/src/IconSentimentSatisfiedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSatisfiedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentSatisfiedRounded.tsx b/src/IconSentimentSatisfiedRounded.tsx index 4ffd84c98..63cc94267 100644 --- a/src/IconSentimentSatisfiedRounded.tsx +++ b/src/IconSentimentSatisfiedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSatisfiedRounded: React.FC = ({ ...props diff --git a/src/IconSentimentSatisfiedRoundedFilled.tsx b/src/IconSentimentSatisfiedRoundedFilled.tsx index 886cfa9b9..9d7623476 100644 --- a/src/IconSentimentSatisfiedRoundedFilled.tsx +++ b/src/IconSentimentSatisfiedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSatisfiedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentSatisfiedSharp.tsx b/src/IconSentimentSatisfiedSharp.tsx index 32ea74cda..7db332526 100644 --- a/src/IconSentimentSatisfiedSharp.tsx +++ b/src/IconSentimentSatisfiedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSatisfiedSharp: React.FC = ({ ...props diff --git a/src/IconSentimentSatisfiedSharpFilled.tsx b/src/IconSentimentSatisfiedSharpFilled.tsx index ecf9d6e90..d6193bdd8 100644 --- a/src/IconSentimentSatisfiedSharpFilled.tsx +++ b/src/IconSentimentSatisfiedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentSatisfiedSharpFilled: React.FC = ({ ...props diff --git a/src/IconSentimentStressedOutlined.tsx b/src/IconSentimentStressedOutlined.tsx index a0cdb2bab..62606210a 100644 --- a/src/IconSentimentStressedOutlined.tsx +++ b/src/IconSentimentStressedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentStressedOutlined: React.FC = ({ ...props diff --git a/src/IconSentimentStressedOutlinedFilled.tsx b/src/IconSentimentStressedOutlinedFilled.tsx index 10d04b496..b49ff254f 100644 --- a/src/IconSentimentStressedOutlinedFilled.tsx +++ b/src/IconSentimentStressedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentStressedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentStressedRounded.tsx b/src/IconSentimentStressedRounded.tsx index 489c185bb..2a5a7c8ce 100644 --- a/src/IconSentimentStressedRounded.tsx +++ b/src/IconSentimentStressedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentStressedRounded: React.FC = ({ ...props diff --git a/src/IconSentimentStressedRoundedFilled.tsx b/src/IconSentimentStressedRoundedFilled.tsx index aed4eedcc..4e3771780 100644 --- a/src/IconSentimentStressedRoundedFilled.tsx +++ b/src/IconSentimentStressedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentStressedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentStressedSharp.tsx b/src/IconSentimentStressedSharp.tsx index 7fc24baaa..502d576ba 100644 --- a/src/IconSentimentStressedSharp.tsx +++ b/src/IconSentimentStressedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentStressedSharp: React.FC = ({ ...props diff --git a/src/IconSentimentStressedSharpFilled.tsx b/src/IconSentimentStressedSharpFilled.tsx index ee10fdd2b..228feda24 100644 --- a/src/IconSentimentStressedSharpFilled.tsx +++ b/src/IconSentimentStressedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentStressedSharpFilled: React.FC = ({ ...props diff --git a/src/IconSentimentVeryDissatisfiedOutlined.tsx b/src/IconSentimentVeryDissatisfiedOutlined.tsx index d9e85a66a..19a1789d8 100644 --- a/src/IconSentimentVeryDissatisfiedOutlined.tsx +++ b/src/IconSentimentVeryDissatisfiedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVeryDissatisfiedOutlined: React.FC = ({ ...props diff --git a/src/IconSentimentVeryDissatisfiedOutlinedFilled.tsx b/src/IconSentimentVeryDissatisfiedOutlinedFilled.tsx index 8fb86ac3b..279e97949 100644 --- a/src/IconSentimentVeryDissatisfiedOutlinedFilled.tsx +++ b/src/IconSentimentVeryDissatisfiedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVeryDissatisfiedOutlinedFilled: React.FC< IconProps diff --git a/src/IconSentimentVeryDissatisfiedRounded.tsx b/src/IconSentimentVeryDissatisfiedRounded.tsx index d6996eee2..f652c8755 100644 --- a/src/IconSentimentVeryDissatisfiedRounded.tsx +++ b/src/IconSentimentVeryDissatisfiedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVeryDissatisfiedRounded: React.FC = ({ ...props diff --git a/src/IconSentimentVeryDissatisfiedRoundedFilled.tsx b/src/IconSentimentVeryDissatisfiedRoundedFilled.tsx index ab2b2046f..625761bae 100644 --- a/src/IconSentimentVeryDissatisfiedRoundedFilled.tsx +++ b/src/IconSentimentVeryDissatisfiedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVeryDissatisfiedRoundedFilled: React.FC< IconProps diff --git a/src/IconSentimentVeryDissatisfiedSharp.tsx b/src/IconSentimentVeryDissatisfiedSharp.tsx index 214fbf97b..1c4655b83 100644 --- a/src/IconSentimentVeryDissatisfiedSharp.tsx +++ b/src/IconSentimentVeryDissatisfiedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVeryDissatisfiedSharp: React.FC = ({ ...props diff --git a/src/IconSentimentVeryDissatisfiedSharpFilled.tsx b/src/IconSentimentVeryDissatisfiedSharpFilled.tsx index d9dd60f64..9ca26e9b3 100644 --- a/src/IconSentimentVeryDissatisfiedSharpFilled.tsx +++ b/src/IconSentimentVeryDissatisfiedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVeryDissatisfiedSharpFilled: React.FC = ({ ...props diff --git a/src/IconSentimentVerySatisfiedOutlined.tsx b/src/IconSentimentVerySatisfiedOutlined.tsx index 106de5d4d..923fb3122 100644 --- a/src/IconSentimentVerySatisfiedOutlined.tsx +++ b/src/IconSentimentVerySatisfiedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVerySatisfiedOutlined: React.FC = ({ ...props diff --git a/src/IconSentimentVerySatisfiedOutlinedFilled.tsx b/src/IconSentimentVerySatisfiedOutlinedFilled.tsx index b4d25e5c9..435ca666b 100644 --- a/src/IconSentimentVerySatisfiedOutlinedFilled.tsx +++ b/src/IconSentimentVerySatisfiedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVerySatisfiedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentVerySatisfiedRounded.tsx b/src/IconSentimentVerySatisfiedRounded.tsx index dae932b35..058dd474b 100644 --- a/src/IconSentimentVerySatisfiedRounded.tsx +++ b/src/IconSentimentVerySatisfiedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVerySatisfiedRounded: React.FC = ({ ...props diff --git a/src/IconSentimentVerySatisfiedRoundedFilled.tsx b/src/IconSentimentVerySatisfiedRoundedFilled.tsx index 4bba6c427..bc063a586 100644 --- a/src/IconSentimentVerySatisfiedRoundedFilled.tsx +++ b/src/IconSentimentVerySatisfiedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVerySatisfiedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentVerySatisfiedSharp.tsx b/src/IconSentimentVerySatisfiedSharp.tsx index fec9edc1a..9ada26727 100644 --- a/src/IconSentimentVerySatisfiedSharp.tsx +++ b/src/IconSentimentVerySatisfiedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVerySatisfiedSharp: React.FC = ({ ...props diff --git a/src/IconSentimentVerySatisfiedSharpFilled.tsx b/src/IconSentimentVerySatisfiedSharpFilled.tsx index c5ade2891..02a991988 100644 --- a/src/IconSentimentVerySatisfiedSharpFilled.tsx +++ b/src/IconSentimentVerySatisfiedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentVerySatisfiedSharpFilled: React.FC = ({ ...props diff --git a/src/IconSentimentWorriedOutlined.tsx b/src/IconSentimentWorriedOutlined.tsx index 639cb53fa..3009181e9 100644 --- a/src/IconSentimentWorriedOutlined.tsx +++ b/src/IconSentimentWorriedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentWorriedOutlined: React.FC = ({ ...props diff --git a/src/IconSentimentWorriedOutlinedFilled.tsx b/src/IconSentimentWorriedOutlinedFilled.tsx index f91286108..ece9cad9b 100644 --- a/src/IconSentimentWorriedOutlinedFilled.tsx +++ b/src/IconSentimentWorriedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentWorriedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentWorriedRounded.tsx b/src/IconSentimentWorriedRounded.tsx index 597670088..df36c7c15 100644 --- a/src/IconSentimentWorriedRounded.tsx +++ b/src/IconSentimentWorriedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentWorriedRounded: React.FC = ({ ...props diff --git a/src/IconSentimentWorriedRoundedFilled.tsx b/src/IconSentimentWorriedRoundedFilled.tsx index 2fdc3f95b..beeea7bcc 100644 --- a/src/IconSentimentWorriedRoundedFilled.tsx +++ b/src/IconSentimentWorriedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentWorriedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSentimentWorriedSharp.tsx b/src/IconSentimentWorriedSharp.tsx index e0b842807..4c083b73d 100644 --- a/src/IconSentimentWorriedSharp.tsx +++ b/src/IconSentimentWorriedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentWorriedSharp: React.FC = ({ ...props diff --git a/src/IconSentimentWorriedSharpFilled.tsx b/src/IconSentimentWorriedSharpFilled.tsx index d28f8053c..90af5ecdb 100644 --- a/src/IconSentimentWorriedSharpFilled.tsx +++ b/src/IconSentimentWorriedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSentimentWorriedSharpFilled: React.FC = ({ ...props diff --git a/src/IconSerifOutlined.tsx b/src/IconSerifOutlined.tsx index 553ce161c..d0bf90d35 100644 --- a/src/IconSerifOutlined.tsx +++ b/src/IconSerifOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSerifOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSerifOutlinedFilled.tsx b/src/IconSerifOutlinedFilled.tsx index 1a00f0f9d..e2d93d456 100644 --- a/src/IconSerifOutlinedFilled.tsx +++ b/src/IconSerifOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSerifOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSerifRounded.tsx b/src/IconSerifRounded.tsx index a1983d32d..73e295e35 100644 --- a/src/IconSerifRounded.tsx +++ b/src/IconSerifRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSerifRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSerifRoundedFilled.tsx b/src/IconSerifRoundedFilled.tsx index d8823e349..256bec859 100644 --- a/src/IconSerifRoundedFilled.tsx +++ b/src/IconSerifRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSerifRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSerifSharp.tsx b/src/IconSerifSharp.tsx index 1c92cfbfb..465c569a0 100644 --- a/src/IconSerifSharp.tsx +++ b/src/IconSerifSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSerifSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSerifSharpFilled.tsx b/src/IconSerifSharpFilled.tsx index 246a0d86d..7a1182f76 100644 --- a/src/IconSerifSharpFilled.tsx +++ b/src/IconSerifSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSerifSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconServiceToolboxOutlined.tsx b/src/IconServiceToolboxOutlined.tsx index 2f1f5ea38..3dc43af46 100644 --- a/src/IconServiceToolboxOutlined.tsx +++ b/src/IconServiceToolboxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconServiceToolboxOutlined: React.FC = ({ ...props diff --git a/src/IconServiceToolboxOutlinedFilled.tsx b/src/IconServiceToolboxOutlinedFilled.tsx index 3215ba997..39d86bf08 100644 --- a/src/IconServiceToolboxOutlinedFilled.tsx +++ b/src/IconServiceToolboxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconServiceToolboxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconServiceToolboxRounded.tsx b/src/IconServiceToolboxRounded.tsx index 31d61f287..42265f172 100644 --- a/src/IconServiceToolboxRounded.tsx +++ b/src/IconServiceToolboxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconServiceToolboxRounded: React.FC = ({ ...props diff --git a/src/IconServiceToolboxRoundedFilled.tsx b/src/IconServiceToolboxRoundedFilled.tsx index ec9bd493b..4afdf2779 100644 --- a/src/IconServiceToolboxRoundedFilled.tsx +++ b/src/IconServiceToolboxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconServiceToolboxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconServiceToolboxSharp.tsx b/src/IconServiceToolboxSharp.tsx index 108c71779..5560565ed 100644 --- a/src/IconServiceToolboxSharp.tsx +++ b/src/IconServiceToolboxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconServiceToolboxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconServiceToolboxSharpFilled.tsx b/src/IconServiceToolboxSharpFilled.tsx index 6bf466d11..27a586b34 100644 --- a/src/IconServiceToolboxSharpFilled.tsx +++ b/src/IconServiceToolboxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconServiceToolboxSharpFilled: React.FC = ({ ...props diff --git a/src/IconSetMealOutlined.tsx b/src/IconSetMealOutlined.tsx index d2aefdac7..a1c901339 100644 --- a/src/IconSetMealOutlined.tsx +++ b/src/IconSetMealOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSetMealOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSetMealOutlinedFilled.tsx b/src/IconSetMealOutlinedFilled.tsx index 4e6c2c54b..1d30493f2 100644 --- a/src/IconSetMealOutlinedFilled.tsx +++ b/src/IconSetMealOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSetMealOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSetMealRounded.tsx b/src/IconSetMealRounded.tsx index 12ead021f..bb943e4bd 100644 --- a/src/IconSetMealRounded.tsx +++ b/src/IconSetMealRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSetMealRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSetMealRoundedFilled.tsx b/src/IconSetMealRoundedFilled.tsx index 9c94714a2..0845584fd 100644 --- a/src/IconSetMealRoundedFilled.tsx +++ b/src/IconSetMealRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSetMealRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSetMealSharp.tsx b/src/IconSetMealSharp.tsx index db89eccfb..ace024eac 100644 --- a/src/IconSetMealSharp.tsx +++ b/src/IconSetMealSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSetMealSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSetMealSharpFilled.tsx b/src/IconSetMealSharpFilled.tsx index fc1c03e95..735cbd8ae 100644 --- a/src/IconSetMealSharpFilled.tsx +++ b/src/IconSetMealSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSetMealSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsAccessibilityOutlined.tsx b/src/IconSettingsAccessibilityOutlined.tsx index f8819213b..b35a1c44d 100644 --- a/src/IconSettingsAccessibilityOutlined.tsx +++ b/src/IconSettingsAccessibilityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccessibilityOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsAccessibilityOutlinedFilled.tsx b/src/IconSettingsAccessibilityOutlinedFilled.tsx index 3528a37a7..a4037260c 100644 --- a/src/IconSettingsAccessibilityOutlinedFilled.tsx +++ b/src/IconSettingsAccessibilityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccessibilityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsAccessibilityRounded.tsx b/src/IconSettingsAccessibilityRounded.tsx index 4e04a3af6..9809b1c8b 100644 --- a/src/IconSettingsAccessibilityRounded.tsx +++ b/src/IconSettingsAccessibilityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccessibilityRounded: React.FC = ({ ...props diff --git a/src/IconSettingsAccessibilityRoundedFilled.tsx b/src/IconSettingsAccessibilityRoundedFilled.tsx index 0c7027316..d27e66e53 100644 --- a/src/IconSettingsAccessibilityRoundedFilled.tsx +++ b/src/IconSettingsAccessibilityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccessibilityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsAccessibilitySharp.tsx b/src/IconSettingsAccessibilitySharp.tsx index 028e75642..a0037dd09 100644 --- a/src/IconSettingsAccessibilitySharp.tsx +++ b/src/IconSettingsAccessibilitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccessibilitySharp: React.FC = ({ ...props diff --git a/src/IconSettingsAccessibilitySharpFilled.tsx b/src/IconSettingsAccessibilitySharpFilled.tsx index ddb09b339..1379e8f60 100644 --- a/src/IconSettingsAccessibilitySharpFilled.tsx +++ b/src/IconSettingsAccessibilitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccessibilitySharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsAccountBoxOutlined.tsx b/src/IconSettingsAccountBoxOutlined.tsx index 566b5cbc6..40a4d3100 100644 --- a/src/IconSettingsAccountBoxOutlined.tsx +++ b/src/IconSettingsAccountBoxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccountBoxOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsAccountBoxOutlinedFilled.tsx b/src/IconSettingsAccountBoxOutlinedFilled.tsx index 59420dee7..5996f181f 100644 --- a/src/IconSettingsAccountBoxOutlinedFilled.tsx +++ b/src/IconSettingsAccountBoxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccountBoxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsAccountBoxRounded.tsx b/src/IconSettingsAccountBoxRounded.tsx index 974500a42..b90cf0bda 100644 --- a/src/IconSettingsAccountBoxRounded.tsx +++ b/src/IconSettingsAccountBoxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccountBoxRounded: React.FC = ({ ...props diff --git a/src/IconSettingsAccountBoxRoundedFilled.tsx b/src/IconSettingsAccountBoxRoundedFilled.tsx index 60603748f..e41ca84d8 100644 --- a/src/IconSettingsAccountBoxRoundedFilled.tsx +++ b/src/IconSettingsAccountBoxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccountBoxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsAccountBoxSharp.tsx b/src/IconSettingsAccountBoxSharp.tsx index 825f5b2db..86d315d6e 100644 --- a/src/IconSettingsAccountBoxSharp.tsx +++ b/src/IconSettingsAccountBoxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccountBoxSharp: React.FC = ({ ...props diff --git a/src/IconSettingsAccountBoxSharpFilled.tsx b/src/IconSettingsAccountBoxSharpFilled.tsx index 3b048971e..646265bf3 100644 --- a/src/IconSettingsAccountBoxSharpFilled.tsx +++ b/src/IconSettingsAccountBoxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAccountBoxSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsAlertOutlined.tsx b/src/IconSettingsAlertOutlined.tsx index 67806bbab..a7c0a4eb5 100644 --- a/src/IconSettingsAlertOutlined.tsx +++ b/src/IconSettingsAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAlertOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsAlertOutlinedFilled.tsx b/src/IconSettingsAlertOutlinedFilled.tsx index bffdcfdef..a79608385 100644 --- a/src/IconSettingsAlertOutlinedFilled.tsx +++ b/src/IconSettingsAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsAlertRounded.tsx b/src/IconSettingsAlertRounded.tsx index 7cc38cbd3..affd890e9 100644 --- a/src/IconSettingsAlertRounded.tsx +++ b/src/IconSettingsAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsAlertRoundedFilled.tsx b/src/IconSettingsAlertRoundedFilled.tsx index f8bc8b45d..9bebd8399 100644 --- a/src/IconSettingsAlertRoundedFilled.tsx +++ b/src/IconSettingsAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsAlertSharp.tsx b/src/IconSettingsAlertSharp.tsx index d97d98343..de21a82f8 100644 --- a/src/IconSettingsAlertSharp.tsx +++ b/src/IconSettingsAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsAlertSharpFilled.tsx b/src/IconSettingsAlertSharpFilled.tsx index 884ebac2d..2f65d7f5b 100644 --- a/src/IconSettingsAlertSharpFilled.tsx +++ b/src/IconSettingsAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsApplicationsOutlined.tsx b/src/IconSettingsApplicationsOutlined.tsx index 5704bdc37..3bb8eb5f8 100644 --- a/src/IconSettingsApplicationsOutlined.tsx +++ b/src/IconSettingsApplicationsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsApplicationsOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsApplicationsOutlinedFilled.tsx b/src/IconSettingsApplicationsOutlinedFilled.tsx index 3c6efc1ad..75aee8dc5 100644 --- a/src/IconSettingsApplicationsOutlinedFilled.tsx +++ b/src/IconSettingsApplicationsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsApplicationsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsApplicationsRounded.tsx b/src/IconSettingsApplicationsRounded.tsx index 17c9c2d2c..9edc5bb60 100644 --- a/src/IconSettingsApplicationsRounded.tsx +++ b/src/IconSettingsApplicationsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsApplicationsRounded: React.FC = ({ ...props diff --git a/src/IconSettingsApplicationsRoundedFilled.tsx b/src/IconSettingsApplicationsRoundedFilled.tsx index 79ff4a06e..bf83d6e3c 100644 --- a/src/IconSettingsApplicationsRoundedFilled.tsx +++ b/src/IconSettingsApplicationsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsApplicationsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsApplicationsSharp.tsx b/src/IconSettingsApplicationsSharp.tsx index e9abc1ae8..4c5df0188 100644 --- a/src/IconSettingsApplicationsSharp.tsx +++ b/src/IconSettingsApplicationsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsApplicationsSharp: React.FC = ({ ...props diff --git a/src/IconSettingsApplicationsSharpFilled.tsx b/src/IconSettingsApplicationsSharpFilled.tsx index 34c5dfab2..016305305 100644 --- a/src/IconSettingsApplicationsSharpFilled.tsx +++ b/src/IconSettingsApplicationsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsApplicationsSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBRollOutlined.tsx b/src/IconSettingsBRollOutlined.tsx index 0e3a3fe88..95d462d48 100644 --- a/src/IconSettingsBRollOutlined.tsx +++ b/src/IconSettingsBRollOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBRollOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsBRollOutlinedFilled.tsx b/src/IconSettingsBRollOutlinedFilled.tsx index c67392255..2da7a4ec2 100644 --- a/src/IconSettingsBRollOutlinedFilled.tsx +++ b/src/IconSettingsBRollOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBRollOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBRollRounded.tsx b/src/IconSettingsBRollRounded.tsx index 92e43b601..909ba0427 100644 --- a/src/IconSettingsBRollRounded.tsx +++ b/src/IconSettingsBRollRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBRollRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsBRollRoundedFilled.tsx b/src/IconSettingsBRollRoundedFilled.tsx index ab30c6fff..a89e4c412 100644 --- a/src/IconSettingsBRollRoundedFilled.tsx +++ b/src/IconSettingsBRollRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBRollRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBRollSharp.tsx b/src/IconSettingsBRollSharp.tsx index 2d14137d7..c5729b7b4 100644 --- a/src/IconSettingsBRollSharp.tsx +++ b/src/IconSettingsBRollSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBRollSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsBRollSharpFilled.tsx b/src/IconSettingsBRollSharpFilled.tsx index 862da0fa5..dad2b4af3 100644 --- a/src/IconSettingsBRollSharpFilled.tsx +++ b/src/IconSettingsBRollSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBRollSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBackupRestoreOutlined.tsx b/src/IconSettingsBackupRestoreOutlined.tsx index c8ee4432b..5fb59ac0f 100644 --- a/src/IconSettingsBackupRestoreOutlined.tsx +++ b/src/IconSettingsBackupRestoreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBackupRestoreOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsBackupRestoreOutlinedFilled.tsx b/src/IconSettingsBackupRestoreOutlinedFilled.tsx index 6622a01a6..4a43fc469 100644 --- a/src/IconSettingsBackupRestoreOutlinedFilled.tsx +++ b/src/IconSettingsBackupRestoreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBackupRestoreOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBackupRestoreRounded.tsx b/src/IconSettingsBackupRestoreRounded.tsx index b1d4cb8f2..a4319590a 100644 --- a/src/IconSettingsBackupRestoreRounded.tsx +++ b/src/IconSettingsBackupRestoreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBackupRestoreRounded: React.FC = ({ ...props diff --git a/src/IconSettingsBackupRestoreRoundedFilled.tsx b/src/IconSettingsBackupRestoreRoundedFilled.tsx index 4c1f0b0cd..e9df0f419 100644 --- a/src/IconSettingsBackupRestoreRoundedFilled.tsx +++ b/src/IconSettingsBackupRestoreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBackupRestoreRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBackupRestoreSharp.tsx b/src/IconSettingsBackupRestoreSharp.tsx index 2af075239..e0b584c12 100644 --- a/src/IconSettingsBackupRestoreSharp.tsx +++ b/src/IconSettingsBackupRestoreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBackupRestoreSharp: React.FC = ({ ...props diff --git a/src/IconSettingsBackupRestoreSharpFilled.tsx b/src/IconSettingsBackupRestoreSharpFilled.tsx index 1a2efb418..12a487e8a 100644 --- a/src/IconSettingsBackupRestoreSharpFilled.tsx +++ b/src/IconSettingsBackupRestoreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBackupRestoreSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBluetoothOutlined.tsx b/src/IconSettingsBluetoothOutlined.tsx index fa004126a..2871c689d 100644 --- a/src/IconSettingsBluetoothOutlined.tsx +++ b/src/IconSettingsBluetoothOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBluetoothOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsBluetoothOutlinedFilled.tsx b/src/IconSettingsBluetoothOutlinedFilled.tsx index 00c38df1f..b210a907d 100644 --- a/src/IconSettingsBluetoothOutlinedFilled.tsx +++ b/src/IconSettingsBluetoothOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBluetoothOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBluetoothRounded.tsx b/src/IconSettingsBluetoothRounded.tsx index 8744b5a01..e06c4df49 100644 --- a/src/IconSettingsBluetoothRounded.tsx +++ b/src/IconSettingsBluetoothRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBluetoothRounded: React.FC = ({ ...props diff --git a/src/IconSettingsBluetoothRoundedFilled.tsx b/src/IconSettingsBluetoothRoundedFilled.tsx index 22c954697..4200a70a9 100644 --- a/src/IconSettingsBluetoothRoundedFilled.tsx +++ b/src/IconSettingsBluetoothRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBluetoothRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBluetoothSharp.tsx b/src/IconSettingsBluetoothSharp.tsx index 00c9d62a2..a81723af3 100644 --- a/src/IconSettingsBluetoothSharp.tsx +++ b/src/IconSettingsBluetoothSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBluetoothSharp: React.FC = ({ ...props diff --git a/src/IconSettingsBluetoothSharpFilled.tsx b/src/IconSettingsBluetoothSharpFilled.tsx index 39fcd9127..4aa8fc5bd 100644 --- a/src/IconSettingsBluetoothSharpFilled.tsx +++ b/src/IconSettingsBluetoothSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBluetoothSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBrightnessOutlined.tsx b/src/IconSettingsBrightnessOutlined.tsx index 554669a98..f33292982 100644 --- a/src/IconSettingsBrightnessOutlined.tsx +++ b/src/IconSettingsBrightnessOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBrightnessOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsBrightnessOutlinedFilled.tsx b/src/IconSettingsBrightnessOutlinedFilled.tsx index 2dfe7dde7..6682029f8 100644 --- a/src/IconSettingsBrightnessOutlinedFilled.tsx +++ b/src/IconSettingsBrightnessOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBrightnessOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBrightnessRounded.tsx b/src/IconSettingsBrightnessRounded.tsx index 4aaaf0162..efc34d97a 100644 --- a/src/IconSettingsBrightnessRounded.tsx +++ b/src/IconSettingsBrightnessRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBrightnessRounded: React.FC = ({ ...props diff --git a/src/IconSettingsBrightnessRoundedFilled.tsx b/src/IconSettingsBrightnessRoundedFilled.tsx index 13c696153..f29a5220a 100644 --- a/src/IconSettingsBrightnessRoundedFilled.tsx +++ b/src/IconSettingsBrightnessRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBrightnessRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsBrightnessSharp.tsx b/src/IconSettingsBrightnessSharp.tsx index 56bf68b5d..9609ed987 100644 --- a/src/IconSettingsBrightnessSharp.tsx +++ b/src/IconSettingsBrightnessSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBrightnessSharp: React.FC = ({ ...props diff --git a/src/IconSettingsBrightnessSharpFilled.tsx b/src/IconSettingsBrightnessSharpFilled.tsx index 080fb8c2d..a76420f76 100644 --- a/src/IconSettingsBrightnessSharpFilled.tsx +++ b/src/IconSettingsBrightnessSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsBrightnessSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsCellOutlined.tsx b/src/IconSettingsCellOutlined.tsx index ea2d49ed1..dd05514a2 100644 --- a/src/IconSettingsCellOutlined.tsx +++ b/src/IconSettingsCellOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCellOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsCellOutlinedFilled.tsx b/src/IconSettingsCellOutlinedFilled.tsx index 5a68e9d38..6fe5fa63d 100644 --- a/src/IconSettingsCellOutlinedFilled.tsx +++ b/src/IconSettingsCellOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCellOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsCellRounded.tsx b/src/IconSettingsCellRounded.tsx index cbeccbb02..07704040b 100644 --- a/src/IconSettingsCellRounded.tsx +++ b/src/IconSettingsCellRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCellRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsCellRoundedFilled.tsx b/src/IconSettingsCellRoundedFilled.tsx index 9357c0d74..f56775a72 100644 --- a/src/IconSettingsCellRoundedFilled.tsx +++ b/src/IconSettingsCellRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCellRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsCellSharp.tsx b/src/IconSettingsCellSharp.tsx index fbfcf3dfa..751dd7e53 100644 --- a/src/IconSettingsCellSharp.tsx +++ b/src/IconSettingsCellSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCellSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsCellSharpFilled.tsx b/src/IconSettingsCellSharpFilled.tsx index 08284481e..c6f1c019e 100644 --- a/src/IconSettingsCellSharpFilled.tsx +++ b/src/IconSettingsCellSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCellSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsCinematicBlurOutlined.tsx b/src/IconSettingsCinematicBlurOutlined.tsx index 61e9c4dd9..2060eaee9 100644 --- a/src/IconSettingsCinematicBlurOutlined.tsx +++ b/src/IconSettingsCinematicBlurOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCinematicBlurOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsCinematicBlurOutlinedFilled.tsx b/src/IconSettingsCinematicBlurOutlinedFilled.tsx index 8b322e2d8..102f4fa6d 100644 --- a/src/IconSettingsCinematicBlurOutlinedFilled.tsx +++ b/src/IconSettingsCinematicBlurOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCinematicBlurOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsCinematicBlurRounded.tsx b/src/IconSettingsCinematicBlurRounded.tsx index 4c9bfe24f..72e16d94a 100644 --- a/src/IconSettingsCinematicBlurRounded.tsx +++ b/src/IconSettingsCinematicBlurRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCinematicBlurRounded: React.FC = ({ ...props diff --git a/src/IconSettingsCinematicBlurRoundedFilled.tsx b/src/IconSettingsCinematicBlurRoundedFilled.tsx index f2fea9fbf..e52966422 100644 --- a/src/IconSettingsCinematicBlurRoundedFilled.tsx +++ b/src/IconSettingsCinematicBlurRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCinematicBlurRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsCinematicBlurSharp.tsx b/src/IconSettingsCinematicBlurSharp.tsx index 60c1d4dba..87c8c0628 100644 --- a/src/IconSettingsCinematicBlurSharp.tsx +++ b/src/IconSettingsCinematicBlurSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCinematicBlurSharp: React.FC = ({ ...props diff --git a/src/IconSettingsCinematicBlurSharpFilled.tsx b/src/IconSettingsCinematicBlurSharpFilled.tsx index 644577e21..0f7d1d1c1 100644 --- a/src/IconSettingsCinematicBlurSharpFilled.tsx +++ b/src/IconSettingsCinematicBlurSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsCinematicBlurSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsEthernetOutlined.tsx b/src/IconSettingsEthernetOutlined.tsx index 426fa1845..9a442d53c 100644 --- a/src/IconSettingsEthernetOutlined.tsx +++ b/src/IconSettingsEthernetOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsEthernetOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsEthernetOutlinedFilled.tsx b/src/IconSettingsEthernetOutlinedFilled.tsx index 90a8734eb..40cfdbc2c 100644 --- a/src/IconSettingsEthernetOutlinedFilled.tsx +++ b/src/IconSettingsEthernetOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsEthernetOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsEthernetRounded.tsx b/src/IconSettingsEthernetRounded.tsx index dd578bc3e..9d3a30ce1 100644 --- a/src/IconSettingsEthernetRounded.tsx +++ b/src/IconSettingsEthernetRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsEthernetRounded: React.FC = ({ ...props diff --git a/src/IconSettingsEthernetRoundedFilled.tsx b/src/IconSettingsEthernetRoundedFilled.tsx index 049bf070c..57dd9cbc1 100644 --- a/src/IconSettingsEthernetRoundedFilled.tsx +++ b/src/IconSettingsEthernetRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsEthernetRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsEthernetSharp.tsx b/src/IconSettingsEthernetSharp.tsx index f800d55bf..176fd39bb 100644 --- a/src/IconSettingsEthernetSharp.tsx +++ b/src/IconSettingsEthernetSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsEthernetSharp: React.FC = ({ ...props diff --git a/src/IconSettingsEthernetSharpFilled.tsx b/src/IconSettingsEthernetSharpFilled.tsx index bd75ab084..e779f09e8 100644 --- a/src/IconSettingsEthernetSharpFilled.tsx +++ b/src/IconSettingsEthernetSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsEthernetSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsHeartOutlined.tsx b/src/IconSettingsHeartOutlined.tsx index fffa70e93..15f652990 100644 --- a/src/IconSettingsHeartOutlined.tsx +++ b/src/IconSettingsHeartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsHeartOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsHeartOutlinedFilled.tsx b/src/IconSettingsHeartOutlinedFilled.tsx index 3cb27c06f..7a0265e13 100644 --- a/src/IconSettingsHeartOutlinedFilled.tsx +++ b/src/IconSettingsHeartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsHeartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsHeartRounded.tsx b/src/IconSettingsHeartRounded.tsx index caf481287..84bc31bb6 100644 --- a/src/IconSettingsHeartRounded.tsx +++ b/src/IconSettingsHeartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsHeartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsHeartRoundedFilled.tsx b/src/IconSettingsHeartRoundedFilled.tsx index 9cf3da7d1..0dde35faf 100644 --- a/src/IconSettingsHeartRoundedFilled.tsx +++ b/src/IconSettingsHeartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsHeartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsHeartSharp.tsx b/src/IconSettingsHeartSharp.tsx index 270981408..ee1a6eb70 100644 --- a/src/IconSettingsHeartSharp.tsx +++ b/src/IconSettingsHeartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsHeartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsHeartSharpFilled.tsx b/src/IconSettingsHeartSharpFilled.tsx index 5a43c790e..adb966e45 100644 --- a/src/IconSettingsHeartSharpFilled.tsx +++ b/src/IconSettingsHeartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsHeartSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputAntennaOutlined.tsx b/src/IconSettingsInputAntennaOutlined.tsx index 8c966c7d6..788017730 100644 --- a/src/IconSettingsInputAntennaOutlined.tsx +++ b/src/IconSettingsInputAntennaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputAntennaOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsInputAntennaOutlinedFilled.tsx b/src/IconSettingsInputAntennaOutlinedFilled.tsx index bfc9d99c1..2d2c393d3 100644 --- a/src/IconSettingsInputAntennaOutlinedFilled.tsx +++ b/src/IconSettingsInputAntennaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputAntennaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputAntennaRounded.tsx b/src/IconSettingsInputAntennaRounded.tsx index d370adc4e..286630cff 100644 --- a/src/IconSettingsInputAntennaRounded.tsx +++ b/src/IconSettingsInputAntennaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputAntennaRounded: React.FC = ({ ...props diff --git a/src/IconSettingsInputAntennaRoundedFilled.tsx b/src/IconSettingsInputAntennaRoundedFilled.tsx index 7b5643d2d..c8ae8d7a0 100644 --- a/src/IconSettingsInputAntennaRoundedFilled.tsx +++ b/src/IconSettingsInputAntennaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputAntennaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputAntennaSharp.tsx b/src/IconSettingsInputAntennaSharp.tsx index 89d9deff6..330773cd0 100644 --- a/src/IconSettingsInputAntennaSharp.tsx +++ b/src/IconSettingsInputAntennaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputAntennaSharp: React.FC = ({ ...props diff --git a/src/IconSettingsInputAntennaSharpFilled.tsx b/src/IconSettingsInputAntennaSharpFilled.tsx index d447f41e9..9fa35873e 100644 --- a/src/IconSettingsInputAntennaSharpFilled.tsx +++ b/src/IconSettingsInputAntennaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputAntennaSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputComponentOutlined.tsx b/src/IconSettingsInputComponentOutlined.tsx index 3c0b5b28d..4d0042d42 100644 --- a/src/IconSettingsInputComponentOutlined.tsx +++ b/src/IconSettingsInputComponentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputComponentOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsInputComponentOutlinedFilled.tsx b/src/IconSettingsInputComponentOutlinedFilled.tsx index 55ea12b7c..54fcbd264 100644 --- a/src/IconSettingsInputComponentOutlinedFilled.tsx +++ b/src/IconSettingsInputComponentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputComponentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputComponentRounded.tsx b/src/IconSettingsInputComponentRounded.tsx index 1745a5244..bca86918b 100644 --- a/src/IconSettingsInputComponentRounded.tsx +++ b/src/IconSettingsInputComponentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputComponentRounded: React.FC = ({ ...props diff --git a/src/IconSettingsInputComponentRoundedFilled.tsx b/src/IconSettingsInputComponentRoundedFilled.tsx index 35c42942e..d8cec00f4 100644 --- a/src/IconSettingsInputComponentRoundedFilled.tsx +++ b/src/IconSettingsInputComponentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputComponentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputComponentSharp.tsx b/src/IconSettingsInputComponentSharp.tsx index 05ab61a71..8b967fe03 100644 --- a/src/IconSettingsInputComponentSharp.tsx +++ b/src/IconSettingsInputComponentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputComponentSharp: React.FC = ({ ...props diff --git a/src/IconSettingsInputComponentSharpFilled.tsx b/src/IconSettingsInputComponentSharpFilled.tsx index c2d624b8e..51f97348c 100644 --- a/src/IconSettingsInputComponentSharpFilled.tsx +++ b/src/IconSettingsInputComponentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputComponentSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputHdmiOutlined.tsx b/src/IconSettingsInputHdmiOutlined.tsx index f1c5978c4..14e31cb58 100644 --- a/src/IconSettingsInputHdmiOutlined.tsx +++ b/src/IconSettingsInputHdmiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputHdmiOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsInputHdmiOutlinedFilled.tsx b/src/IconSettingsInputHdmiOutlinedFilled.tsx index e0ce1f565..927ace1a2 100644 --- a/src/IconSettingsInputHdmiOutlinedFilled.tsx +++ b/src/IconSettingsInputHdmiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputHdmiOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputHdmiRounded.tsx b/src/IconSettingsInputHdmiRounded.tsx index 936fac5f9..bdcfe24ae 100644 --- a/src/IconSettingsInputHdmiRounded.tsx +++ b/src/IconSettingsInputHdmiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputHdmiRounded: React.FC = ({ ...props diff --git a/src/IconSettingsInputHdmiRoundedFilled.tsx b/src/IconSettingsInputHdmiRoundedFilled.tsx index 430258b68..68b22614d 100644 --- a/src/IconSettingsInputHdmiRoundedFilled.tsx +++ b/src/IconSettingsInputHdmiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputHdmiRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputHdmiSharp.tsx b/src/IconSettingsInputHdmiSharp.tsx index 01b54c8f9..649c5a69c 100644 --- a/src/IconSettingsInputHdmiSharp.tsx +++ b/src/IconSettingsInputHdmiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputHdmiSharp: React.FC = ({ ...props diff --git a/src/IconSettingsInputHdmiSharpFilled.tsx b/src/IconSettingsInputHdmiSharpFilled.tsx index aa313796e..78eaa1de6 100644 --- a/src/IconSettingsInputHdmiSharpFilled.tsx +++ b/src/IconSettingsInputHdmiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputHdmiSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputSvideoOutlined.tsx b/src/IconSettingsInputSvideoOutlined.tsx index 9725f4af7..5886f34f1 100644 --- a/src/IconSettingsInputSvideoOutlined.tsx +++ b/src/IconSettingsInputSvideoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputSvideoOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsInputSvideoOutlinedFilled.tsx b/src/IconSettingsInputSvideoOutlinedFilled.tsx index 208c0954c..b16c24ae0 100644 --- a/src/IconSettingsInputSvideoOutlinedFilled.tsx +++ b/src/IconSettingsInputSvideoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputSvideoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputSvideoRounded.tsx b/src/IconSettingsInputSvideoRounded.tsx index e26852215..ea280ca4e 100644 --- a/src/IconSettingsInputSvideoRounded.tsx +++ b/src/IconSettingsInputSvideoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputSvideoRounded: React.FC = ({ ...props diff --git a/src/IconSettingsInputSvideoRoundedFilled.tsx b/src/IconSettingsInputSvideoRoundedFilled.tsx index c80ee55aa..c1c7e49e5 100644 --- a/src/IconSettingsInputSvideoRoundedFilled.tsx +++ b/src/IconSettingsInputSvideoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputSvideoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsInputSvideoSharp.tsx b/src/IconSettingsInputSvideoSharp.tsx index b3253c33e..5c7939b7f 100644 --- a/src/IconSettingsInputSvideoSharp.tsx +++ b/src/IconSettingsInputSvideoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputSvideoSharp: React.FC = ({ ...props diff --git a/src/IconSettingsInputSvideoSharpFilled.tsx b/src/IconSettingsInputSvideoSharpFilled.tsx index d96477590..d4ae9b07f 100644 --- a/src/IconSettingsInputSvideoSharpFilled.tsx +++ b/src/IconSettingsInputSvideoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsInputSvideoSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsMotionModeOutlined.tsx b/src/IconSettingsMotionModeOutlined.tsx index 50a4220e2..08134166e 100644 --- a/src/IconSettingsMotionModeOutlined.tsx +++ b/src/IconSettingsMotionModeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsMotionModeOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsMotionModeOutlinedFilled.tsx b/src/IconSettingsMotionModeOutlinedFilled.tsx index db20714d6..0d73704b4 100644 --- a/src/IconSettingsMotionModeOutlinedFilled.tsx +++ b/src/IconSettingsMotionModeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsMotionModeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsMotionModeRounded.tsx b/src/IconSettingsMotionModeRounded.tsx index b4491004e..d47c2f9f7 100644 --- a/src/IconSettingsMotionModeRounded.tsx +++ b/src/IconSettingsMotionModeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsMotionModeRounded: React.FC = ({ ...props diff --git a/src/IconSettingsMotionModeRoundedFilled.tsx b/src/IconSettingsMotionModeRoundedFilled.tsx index ff605801a..bc0f58a30 100644 --- a/src/IconSettingsMotionModeRoundedFilled.tsx +++ b/src/IconSettingsMotionModeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsMotionModeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsMotionModeSharp.tsx b/src/IconSettingsMotionModeSharp.tsx index 9d9af4593..ebc589247 100644 --- a/src/IconSettingsMotionModeSharp.tsx +++ b/src/IconSettingsMotionModeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsMotionModeSharp: React.FC = ({ ...props diff --git a/src/IconSettingsMotionModeSharpFilled.tsx b/src/IconSettingsMotionModeSharpFilled.tsx index 587699a62..909d5d18a 100644 --- a/src/IconSettingsMotionModeSharpFilled.tsx +++ b/src/IconSettingsMotionModeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsMotionModeSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsNightSightOutlined.tsx b/src/IconSettingsNightSightOutlined.tsx index 2f815968b..de5a78288 100644 --- a/src/IconSettingsNightSightOutlined.tsx +++ b/src/IconSettingsNightSightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsNightSightOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsNightSightOutlinedFilled.tsx b/src/IconSettingsNightSightOutlinedFilled.tsx index 8dd46bceb..b2eebedf5 100644 --- a/src/IconSettingsNightSightOutlinedFilled.tsx +++ b/src/IconSettingsNightSightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsNightSightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsNightSightRounded.tsx b/src/IconSettingsNightSightRounded.tsx index 7860bd417..0ac0d28d6 100644 --- a/src/IconSettingsNightSightRounded.tsx +++ b/src/IconSettingsNightSightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsNightSightRounded: React.FC = ({ ...props diff --git a/src/IconSettingsNightSightRoundedFilled.tsx b/src/IconSettingsNightSightRoundedFilled.tsx index 04e4478e5..00a6b3a59 100644 --- a/src/IconSettingsNightSightRoundedFilled.tsx +++ b/src/IconSettingsNightSightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsNightSightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsNightSightSharp.tsx b/src/IconSettingsNightSightSharp.tsx index b419bb0b9..b7cb727e9 100644 --- a/src/IconSettingsNightSightSharp.tsx +++ b/src/IconSettingsNightSightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsNightSightSharp: React.FC = ({ ...props diff --git a/src/IconSettingsNightSightSharpFilled.tsx b/src/IconSettingsNightSightSharpFilled.tsx index f70cd5cb8..d605cfde8 100644 --- a/src/IconSettingsNightSightSharpFilled.tsx +++ b/src/IconSettingsNightSightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsNightSightSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsOutlined.tsx b/src/IconSettingsOutlined.tsx index 646821df9..a88735a88 100644 --- a/src/IconSettingsOutlined.tsx +++ b/src/IconSettingsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsOutlinedFilled.tsx b/src/IconSettingsOutlinedFilled.tsx index 102610c75..fe05c7373 100644 --- a/src/IconSettingsOutlinedFilled.tsx +++ b/src/IconSettingsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsOverscanOutlined.tsx b/src/IconSettingsOverscanOutlined.tsx index b7635df32..c829abea9 100644 --- a/src/IconSettingsOverscanOutlined.tsx +++ b/src/IconSettingsOverscanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsOverscanOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsOverscanOutlinedFilled.tsx b/src/IconSettingsOverscanOutlinedFilled.tsx index a98c24e10..58f20086a 100644 --- a/src/IconSettingsOverscanOutlinedFilled.tsx +++ b/src/IconSettingsOverscanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsOverscanOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsOverscanRounded.tsx b/src/IconSettingsOverscanRounded.tsx index df137cb1f..7d92f134e 100644 --- a/src/IconSettingsOverscanRounded.tsx +++ b/src/IconSettingsOverscanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsOverscanRounded: React.FC = ({ ...props diff --git a/src/IconSettingsOverscanRoundedFilled.tsx b/src/IconSettingsOverscanRoundedFilled.tsx index 2b90ba11f..b3c578418 100644 --- a/src/IconSettingsOverscanRoundedFilled.tsx +++ b/src/IconSettingsOverscanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsOverscanRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsOverscanSharp.tsx b/src/IconSettingsOverscanSharp.tsx index 77bea7033..23ef716a7 100644 --- a/src/IconSettingsOverscanSharp.tsx +++ b/src/IconSettingsOverscanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsOverscanSharp: React.FC = ({ ...props diff --git a/src/IconSettingsOverscanSharpFilled.tsx b/src/IconSettingsOverscanSharpFilled.tsx index 2e6963ed3..05adee40c 100644 --- a/src/IconSettingsOverscanSharpFilled.tsx +++ b/src/IconSettingsOverscanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsOverscanSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPanoramaOutlined.tsx b/src/IconSettingsPanoramaOutlined.tsx index 10e122a8b..b8e61316e 100644 --- a/src/IconSettingsPanoramaOutlined.tsx +++ b/src/IconSettingsPanoramaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPanoramaOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsPanoramaOutlinedFilled.tsx b/src/IconSettingsPanoramaOutlinedFilled.tsx index 838b086a7..4ac3157b5 100644 --- a/src/IconSettingsPanoramaOutlinedFilled.tsx +++ b/src/IconSettingsPanoramaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPanoramaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPanoramaRounded.tsx b/src/IconSettingsPanoramaRounded.tsx index 97c6f7a51..fbfbc4a69 100644 --- a/src/IconSettingsPanoramaRounded.tsx +++ b/src/IconSettingsPanoramaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPanoramaRounded: React.FC = ({ ...props diff --git a/src/IconSettingsPanoramaRoundedFilled.tsx b/src/IconSettingsPanoramaRoundedFilled.tsx index 7dd47dabb..d8e771b2e 100644 --- a/src/IconSettingsPanoramaRoundedFilled.tsx +++ b/src/IconSettingsPanoramaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPanoramaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPanoramaSharp.tsx b/src/IconSettingsPanoramaSharp.tsx index e450e7944..c9ce2b2e3 100644 --- a/src/IconSettingsPanoramaSharp.tsx +++ b/src/IconSettingsPanoramaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPanoramaSharp: React.FC = ({ ...props diff --git a/src/IconSettingsPanoramaSharpFilled.tsx b/src/IconSettingsPanoramaSharpFilled.tsx index db42ed1b8..a575778c7 100644 --- a/src/IconSettingsPanoramaSharpFilled.tsx +++ b/src/IconSettingsPanoramaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPanoramaSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPhoneOutlined.tsx b/src/IconSettingsPhoneOutlined.tsx index 138222442..3ec92bd81 100644 --- a/src/IconSettingsPhoneOutlined.tsx +++ b/src/IconSettingsPhoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhoneOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsPhoneOutlinedFilled.tsx b/src/IconSettingsPhoneOutlinedFilled.tsx index fff5db4be..0a499227c 100644 --- a/src/IconSettingsPhoneOutlinedFilled.tsx +++ b/src/IconSettingsPhoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPhoneRounded.tsx b/src/IconSettingsPhoneRounded.tsx index a39152fc3..42597a65a 100644 --- a/src/IconSettingsPhoneRounded.tsx +++ b/src/IconSettingsPhoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsPhoneRoundedFilled.tsx b/src/IconSettingsPhoneRoundedFilled.tsx index 52c0fddc5..4fac20bad 100644 --- a/src/IconSettingsPhoneRoundedFilled.tsx +++ b/src/IconSettingsPhoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPhoneSharp.tsx b/src/IconSettingsPhoneSharp.tsx index 950cff582..b176513ac 100644 --- a/src/IconSettingsPhoneSharp.tsx +++ b/src/IconSettingsPhoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsPhoneSharpFilled.tsx b/src/IconSettingsPhoneSharpFilled.tsx index 5613d22bf..2c9ac3672 100644 --- a/src/IconSettingsPhoneSharpFilled.tsx +++ b/src/IconSettingsPhoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPhotoCameraOutlined.tsx b/src/IconSettingsPhotoCameraOutlined.tsx index f733ea92d..4d846f0ed 100644 --- a/src/IconSettingsPhotoCameraOutlined.tsx +++ b/src/IconSettingsPhotoCameraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhotoCameraOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsPhotoCameraOutlinedFilled.tsx b/src/IconSettingsPhotoCameraOutlinedFilled.tsx index 55ede6e30..9e57808b4 100644 --- a/src/IconSettingsPhotoCameraOutlinedFilled.tsx +++ b/src/IconSettingsPhotoCameraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhotoCameraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPhotoCameraRounded.tsx b/src/IconSettingsPhotoCameraRounded.tsx index 415d485a9..e00467513 100644 --- a/src/IconSettingsPhotoCameraRounded.tsx +++ b/src/IconSettingsPhotoCameraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhotoCameraRounded: React.FC = ({ ...props diff --git a/src/IconSettingsPhotoCameraRoundedFilled.tsx b/src/IconSettingsPhotoCameraRoundedFilled.tsx index 4f68543bc..a14a5a7c9 100644 --- a/src/IconSettingsPhotoCameraRoundedFilled.tsx +++ b/src/IconSettingsPhotoCameraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhotoCameraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPhotoCameraSharp.tsx b/src/IconSettingsPhotoCameraSharp.tsx index 963408348..43be16618 100644 --- a/src/IconSettingsPhotoCameraSharp.tsx +++ b/src/IconSettingsPhotoCameraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhotoCameraSharp: React.FC = ({ ...props diff --git a/src/IconSettingsPhotoCameraSharpFilled.tsx b/src/IconSettingsPhotoCameraSharpFilled.tsx index bb40acc9b..c3fcca4df 100644 --- a/src/IconSettingsPhotoCameraSharpFilled.tsx +++ b/src/IconSettingsPhotoCameraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPhotoCameraSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPowerOutlined.tsx b/src/IconSettingsPowerOutlined.tsx index 8f73bddae..dd68e5b6f 100644 --- a/src/IconSettingsPowerOutlined.tsx +++ b/src/IconSettingsPowerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPowerOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsPowerOutlinedFilled.tsx b/src/IconSettingsPowerOutlinedFilled.tsx index a7fe8de54..396b08ae0 100644 --- a/src/IconSettingsPowerOutlinedFilled.tsx +++ b/src/IconSettingsPowerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPowerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPowerRounded.tsx b/src/IconSettingsPowerRounded.tsx index fac74ebe7..73f8f5e1e 100644 --- a/src/IconSettingsPowerRounded.tsx +++ b/src/IconSettingsPowerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPowerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsPowerRoundedFilled.tsx b/src/IconSettingsPowerRoundedFilled.tsx index 1cdcee113..497b48de3 100644 --- a/src/IconSettingsPowerRoundedFilled.tsx +++ b/src/IconSettingsPowerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPowerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsPowerSharp.tsx b/src/IconSettingsPowerSharp.tsx index 7a3eea9cf..a47772639 100644 --- a/src/IconSettingsPowerSharp.tsx +++ b/src/IconSettingsPowerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPowerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsPowerSharpFilled.tsx b/src/IconSettingsPowerSharpFilled.tsx index 8bfd7be19..ca192588d 100644 --- a/src/IconSettingsPowerSharpFilled.tsx +++ b/src/IconSettingsPowerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsPowerSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsRemoteOutlined.tsx b/src/IconSettingsRemoteOutlined.tsx index 1a5a8b016..62b0e0f6e 100644 --- a/src/IconSettingsRemoteOutlined.tsx +++ b/src/IconSettingsRemoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsRemoteOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsRemoteOutlinedFilled.tsx b/src/IconSettingsRemoteOutlinedFilled.tsx index ef4a5141b..c1193b078 100644 --- a/src/IconSettingsRemoteOutlinedFilled.tsx +++ b/src/IconSettingsRemoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsRemoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsRemoteRounded.tsx b/src/IconSettingsRemoteRounded.tsx index e82e1f526..1df8c955e 100644 --- a/src/IconSettingsRemoteRounded.tsx +++ b/src/IconSettingsRemoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsRemoteRounded: React.FC = ({ ...props diff --git a/src/IconSettingsRemoteRoundedFilled.tsx b/src/IconSettingsRemoteRoundedFilled.tsx index f3a4e280d..3bef7520e 100644 --- a/src/IconSettingsRemoteRoundedFilled.tsx +++ b/src/IconSettingsRemoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsRemoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsRemoteSharp.tsx b/src/IconSettingsRemoteSharp.tsx index 3e7ddb108..ec8f2f339 100644 --- a/src/IconSettingsRemoteSharp.tsx +++ b/src/IconSettingsRemoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsRemoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsRemoteSharpFilled.tsx b/src/IconSettingsRemoteSharpFilled.tsx index 993bb87bc..f4b711417 100644 --- a/src/IconSettingsRemoteSharpFilled.tsx +++ b/src/IconSettingsRemoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsRemoteSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsRounded.tsx b/src/IconSettingsRounded.tsx index a36fda5ca..fa7943355 100644 --- a/src/IconSettingsRounded.tsx +++ b/src/IconSettingsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsRoundedFilled.tsx b/src/IconSettingsRoundedFilled.tsx index 0c862eb25..1bb3927b4 100644 --- a/src/IconSettingsRoundedFilled.tsx +++ b/src/IconSettingsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsSharp.tsx b/src/IconSettingsSharp.tsx index bf4e14919..7897bebb2 100644 --- a/src/IconSettingsSharp.tsx +++ b/src/IconSettingsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsSharpFilled.tsx b/src/IconSettingsSharpFilled.tsx index 104c7f0cf..91c391d59 100644 --- a/src/IconSettingsSharpFilled.tsx +++ b/src/IconSettingsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsSlowMotionOutlined.tsx b/src/IconSettingsSlowMotionOutlined.tsx index a6c304835..e921f337b 100644 --- a/src/IconSettingsSlowMotionOutlined.tsx +++ b/src/IconSettingsSlowMotionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSlowMotionOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsSlowMotionOutlinedFilled.tsx b/src/IconSettingsSlowMotionOutlinedFilled.tsx index f4261796d..2b211c733 100644 --- a/src/IconSettingsSlowMotionOutlinedFilled.tsx +++ b/src/IconSettingsSlowMotionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSlowMotionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsSlowMotionRounded.tsx b/src/IconSettingsSlowMotionRounded.tsx index 3d56072bc..7ba61b4be 100644 --- a/src/IconSettingsSlowMotionRounded.tsx +++ b/src/IconSettingsSlowMotionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSlowMotionRounded: React.FC = ({ ...props diff --git a/src/IconSettingsSlowMotionRoundedFilled.tsx b/src/IconSettingsSlowMotionRoundedFilled.tsx index 0ad5bd567..400c7050a 100644 --- a/src/IconSettingsSlowMotionRoundedFilled.tsx +++ b/src/IconSettingsSlowMotionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSlowMotionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsSlowMotionSharp.tsx b/src/IconSettingsSlowMotionSharp.tsx index 40460d289..657cb9045 100644 --- a/src/IconSettingsSlowMotionSharp.tsx +++ b/src/IconSettingsSlowMotionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSlowMotionSharp: React.FC = ({ ...props diff --git a/src/IconSettingsSlowMotionSharpFilled.tsx b/src/IconSettingsSlowMotionSharpFilled.tsx index 32ee4e8c0..a30f18456 100644 --- a/src/IconSettingsSlowMotionSharpFilled.tsx +++ b/src/IconSettingsSlowMotionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSlowMotionSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsSystemDaydreamOutlined.tsx b/src/IconSettingsSystemDaydreamOutlined.tsx index 8dab7eaa3..577d645cd 100644 --- a/src/IconSettingsSystemDaydreamOutlined.tsx +++ b/src/IconSettingsSystemDaydreamOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSystemDaydreamOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsSystemDaydreamOutlinedFilled.tsx b/src/IconSettingsSystemDaydreamOutlinedFilled.tsx index 23b714edb..e98a98e89 100644 --- a/src/IconSettingsSystemDaydreamOutlinedFilled.tsx +++ b/src/IconSettingsSystemDaydreamOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSystemDaydreamOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsSystemDaydreamRounded.tsx b/src/IconSettingsSystemDaydreamRounded.tsx index bf642263f..e1bed4587 100644 --- a/src/IconSettingsSystemDaydreamRounded.tsx +++ b/src/IconSettingsSystemDaydreamRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSystemDaydreamRounded: React.FC = ({ ...props diff --git a/src/IconSettingsSystemDaydreamRoundedFilled.tsx b/src/IconSettingsSystemDaydreamRoundedFilled.tsx index ded512376..714d3f855 100644 --- a/src/IconSettingsSystemDaydreamRoundedFilled.tsx +++ b/src/IconSettingsSystemDaydreamRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSystemDaydreamRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsSystemDaydreamSharp.tsx b/src/IconSettingsSystemDaydreamSharp.tsx index 89abeae30..d0c7098f8 100644 --- a/src/IconSettingsSystemDaydreamSharp.tsx +++ b/src/IconSettingsSystemDaydreamSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSystemDaydreamSharp: React.FC = ({ ...props diff --git a/src/IconSettingsSystemDaydreamSharpFilled.tsx b/src/IconSettingsSystemDaydreamSharpFilled.tsx index 97584cc01..e534eb4f9 100644 --- a/src/IconSettingsSystemDaydreamSharpFilled.tsx +++ b/src/IconSettingsSystemDaydreamSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsSystemDaydreamSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsTimelapseOutlined.tsx b/src/IconSettingsTimelapseOutlined.tsx index 83eecf8c0..bd173b59b 100644 --- a/src/IconSettingsTimelapseOutlined.tsx +++ b/src/IconSettingsTimelapseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsTimelapseOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsTimelapseOutlinedFilled.tsx b/src/IconSettingsTimelapseOutlinedFilled.tsx index de32fa940..513d1ee33 100644 --- a/src/IconSettingsTimelapseOutlinedFilled.tsx +++ b/src/IconSettingsTimelapseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsTimelapseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsTimelapseRounded.tsx b/src/IconSettingsTimelapseRounded.tsx index 77c7959c1..7f742d0e9 100644 --- a/src/IconSettingsTimelapseRounded.tsx +++ b/src/IconSettingsTimelapseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsTimelapseRounded: React.FC = ({ ...props diff --git a/src/IconSettingsTimelapseRoundedFilled.tsx b/src/IconSettingsTimelapseRoundedFilled.tsx index d229de30a..3739d37e7 100644 --- a/src/IconSettingsTimelapseRoundedFilled.tsx +++ b/src/IconSettingsTimelapseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsTimelapseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsTimelapseSharp.tsx b/src/IconSettingsTimelapseSharp.tsx index 611614d3d..c4431d57f 100644 --- a/src/IconSettingsTimelapseSharp.tsx +++ b/src/IconSettingsTimelapseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsTimelapseSharp: React.FC = ({ ...props diff --git a/src/IconSettingsTimelapseSharpFilled.tsx b/src/IconSettingsTimelapseSharpFilled.tsx index 236f44282..509c26065 100644 --- a/src/IconSettingsTimelapseSharpFilled.tsx +++ b/src/IconSettingsTimelapseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsTimelapseSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsVideoCameraOutlined.tsx b/src/IconSettingsVideoCameraOutlined.tsx index 694dfc622..6e3c1cadd 100644 --- a/src/IconSettingsVideoCameraOutlined.tsx +++ b/src/IconSettingsVideoCameraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVideoCameraOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsVideoCameraOutlinedFilled.tsx b/src/IconSettingsVideoCameraOutlinedFilled.tsx index 7fe107353..3bf05df6a 100644 --- a/src/IconSettingsVideoCameraOutlinedFilled.tsx +++ b/src/IconSettingsVideoCameraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVideoCameraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsVideoCameraRounded.tsx b/src/IconSettingsVideoCameraRounded.tsx index e809957e1..e6e4b5f2c 100644 --- a/src/IconSettingsVideoCameraRounded.tsx +++ b/src/IconSettingsVideoCameraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVideoCameraRounded: React.FC = ({ ...props diff --git a/src/IconSettingsVideoCameraRoundedFilled.tsx b/src/IconSettingsVideoCameraRoundedFilled.tsx index 117ac365d..f1af3be88 100644 --- a/src/IconSettingsVideoCameraRoundedFilled.tsx +++ b/src/IconSettingsVideoCameraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVideoCameraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsVideoCameraSharp.tsx b/src/IconSettingsVideoCameraSharp.tsx index aacdc8b8f..1e8b934fa 100644 --- a/src/IconSettingsVideoCameraSharp.tsx +++ b/src/IconSettingsVideoCameraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVideoCameraSharp: React.FC = ({ ...props diff --git a/src/IconSettingsVideoCameraSharpFilled.tsx b/src/IconSettingsVideoCameraSharpFilled.tsx index 3bee08289..e76c39c25 100644 --- a/src/IconSettingsVideoCameraSharpFilled.tsx +++ b/src/IconSettingsVideoCameraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVideoCameraSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettingsVoiceOutlined.tsx b/src/IconSettingsVoiceOutlined.tsx index 0ccf241ec..4eb185690 100644 --- a/src/IconSettingsVoiceOutlined.tsx +++ b/src/IconSettingsVoiceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVoiceOutlined: React.FC = ({ ...props diff --git a/src/IconSettingsVoiceOutlinedFilled.tsx b/src/IconSettingsVoiceOutlinedFilled.tsx index 894f99b1e..65a0135fd 100644 --- a/src/IconSettingsVoiceOutlinedFilled.tsx +++ b/src/IconSettingsVoiceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVoiceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsVoiceRounded.tsx b/src/IconSettingsVoiceRounded.tsx index 28295d3d8..f35fd034c 100644 --- a/src/IconSettingsVoiceRounded.tsx +++ b/src/IconSettingsVoiceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVoiceRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsVoiceRoundedFilled.tsx b/src/IconSettingsVoiceRoundedFilled.tsx index 034ffc66b..6eeb6a286 100644 --- a/src/IconSettingsVoiceRoundedFilled.tsx +++ b/src/IconSettingsVoiceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVoiceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettingsVoiceSharp.tsx b/src/IconSettingsVoiceSharp.tsx index b6d8187f0..887d2dd72 100644 --- a/src/IconSettingsVoiceSharp.tsx +++ b/src/IconSettingsVoiceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVoiceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSettingsVoiceSharpFilled.tsx b/src/IconSettingsVoiceSharpFilled.tsx index 443c6dca5..3c956ebd2 100644 --- a/src/IconSettingsVoiceSharpFilled.tsx +++ b/src/IconSettingsVoiceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettingsVoiceSharpFilled: React.FC = ({ ...props diff --git a/src/IconSettopComponentOutlined.tsx b/src/IconSettopComponentOutlined.tsx index 54c08f791..db1416d4f 100644 --- a/src/IconSettopComponentOutlined.tsx +++ b/src/IconSettopComponentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettopComponentOutlined: React.FC = ({ ...props diff --git a/src/IconSettopComponentOutlinedFilled.tsx b/src/IconSettopComponentOutlinedFilled.tsx index d23819e33..326a49408 100644 --- a/src/IconSettopComponentOutlinedFilled.tsx +++ b/src/IconSettopComponentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettopComponentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSettopComponentRounded.tsx b/src/IconSettopComponentRounded.tsx index d5267c41f..95431e982 100644 --- a/src/IconSettopComponentRounded.tsx +++ b/src/IconSettopComponentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettopComponentRounded: React.FC = ({ ...props diff --git a/src/IconSettopComponentRoundedFilled.tsx b/src/IconSettopComponentRoundedFilled.tsx index 0beca05c3..b60093b76 100644 --- a/src/IconSettopComponentRoundedFilled.tsx +++ b/src/IconSettopComponentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettopComponentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSettopComponentSharp.tsx b/src/IconSettopComponentSharp.tsx index b37f5837b..0f11d5e2b 100644 --- a/src/IconSettopComponentSharp.tsx +++ b/src/IconSettopComponentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettopComponentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSettopComponentSharpFilled.tsx b/src/IconSettopComponentSharpFilled.tsx index 933439b50..f287f9521 100644 --- a/src/IconSettopComponentSharpFilled.tsx +++ b/src/IconSettopComponentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSettopComponentSharpFilled: React.FC = ({ ...props diff --git a/src/IconSevereColdOutlined.tsx b/src/IconSevereColdOutlined.tsx index 184f98567..c0f0a0360 100644 --- a/src/IconSevereColdOutlined.tsx +++ b/src/IconSevereColdOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSevereColdOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSevereColdOutlinedFilled.tsx b/src/IconSevereColdOutlinedFilled.tsx index d1718fe2d..3a9967875 100644 --- a/src/IconSevereColdOutlinedFilled.tsx +++ b/src/IconSevereColdOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSevereColdOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSevereColdRounded.tsx b/src/IconSevereColdRounded.tsx index 87c44c82d..1cc8e82d6 100644 --- a/src/IconSevereColdRounded.tsx +++ b/src/IconSevereColdRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSevereColdRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSevereColdRoundedFilled.tsx b/src/IconSevereColdRoundedFilled.tsx index 992474c8f..877837933 100644 --- a/src/IconSevereColdRoundedFilled.tsx +++ b/src/IconSevereColdRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSevereColdRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSevereColdSharp.tsx b/src/IconSevereColdSharp.tsx index ca984ad60..dd41191e8 100644 --- a/src/IconSevereColdSharp.tsx +++ b/src/IconSevereColdSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSevereColdSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSevereColdSharpFilled.tsx b/src/IconSevereColdSharpFilled.tsx index 40b26da64..879642d10 100644 --- a/src/IconSevereColdSharpFilled.tsx +++ b/src/IconSevereColdSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSevereColdSharpFilled: React.FC = ({ ...props diff --git a/src/IconShadowAddOutlined.tsx b/src/IconShadowAddOutlined.tsx index ae8ca101a..8bb2b1a1c 100644 --- a/src/IconShadowAddOutlined.tsx +++ b/src/IconShadowAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowAddOutlinedFilled.tsx b/src/IconShadowAddOutlinedFilled.tsx index 1b8a7e337..3a71e665a 100644 --- a/src/IconShadowAddOutlinedFilled.tsx +++ b/src/IconShadowAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShadowAddRounded.tsx b/src/IconShadowAddRounded.tsx index 1198178ae..37890d3ae 100644 --- a/src/IconShadowAddRounded.tsx +++ b/src/IconShadowAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowAddRoundedFilled.tsx b/src/IconShadowAddRoundedFilled.tsx index 23d8a2d57..fd2bf6f4a 100644 --- a/src/IconShadowAddRoundedFilled.tsx +++ b/src/IconShadowAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShadowAddSharp.tsx b/src/IconShadowAddSharp.tsx index 5c1e905c2..441005d1c 100644 --- a/src/IconShadowAddSharp.tsx +++ b/src/IconShadowAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowAddSharpFilled.tsx b/src/IconShadowAddSharpFilled.tsx index b1e2f1092..846b461ba 100644 --- a/src/IconShadowAddSharpFilled.tsx +++ b/src/IconShadowAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowMinusOutlined.tsx b/src/IconShadowMinusOutlined.tsx index ac4628cd4..836c98db2 100644 --- a/src/IconShadowMinusOutlined.tsx +++ b/src/IconShadowMinusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowMinusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowMinusOutlinedFilled.tsx b/src/IconShadowMinusOutlinedFilled.tsx index c57f19988..38a2ee95a 100644 --- a/src/IconShadowMinusOutlinedFilled.tsx +++ b/src/IconShadowMinusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowMinusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShadowMinusRounded.tsx b/src/IconShadowMinusRounded.tsx index 09c13850a..7b65212ef 100644 --- a/src/IconShadowMinusRounded.tsx +++ b/src/IconShadowMinusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowMinusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowMinusRoundedFilled.tsx b/src/IconShadowMinusRoundedFilled.tsx index 8e5874df7..30e85ce51 100644 --- a/src/IconShadowMinusRoundedFilled.tsx +++ b/src/IconShadowMinusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowMinusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShadowMinusSharp.tsx b/src/IconShadowMinusSharp.tsx index 6914ceb3a..3436773db 100644 --- a/src/IconShadowMinusSharp.tsx +++ b/src/IconShadowMinusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowMinusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowMinusSharpFilled.tsx b/src/IconShadowMinusSharpFilled.tsx index 74c395c88..acac87349 100644 --- a/src/IconShadowMinusSharpFilled.tsx +++ b/src/IconShadowMinusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowMinusSharpFilled: React.FC = ({ ...props diff --git a/src/IconShadowOutlined.tsx b/src/IconShadowOutlined.tsx index 213f5cdad..43e920d06 100644 --- a/src/IconShadowOutlined.tsx +++ b/src/IconShadowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowOutlinedFilled.tsx b/src/IconShadowOutlinedFilled.tsx index 57ba8acc4..3113ea7ae 100644 --- a/src/IconShadowOutlinedFilled.tsx +++ b/src/IconShadowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowRounded.tsx b/src/IconShadowRounded.tsx index 232e368fa..7cae8c202 100644 --- a/src/IconShadowRounded.tsx +++ b/src/IconShadowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowRoundedFilled.tsx b/src/IconShadowRoundedFilled.tsx index e95019321..f5b1b856e 100644 --- a/src/IconShadowRoundedFilled.tsx +++ b/src/IconShadowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowSharp.tsx b/src/IconShadowSharp.tsx index 91c8d58ee..6b6078641 100644 --- a/src/IconShadowSharp.tsx +++ b/src/IconShadowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShadowSharpFilled.tsx b/src/IconShadowSharpFilled.tsx index eef51b3ba..e0cd9b955 100644 --- a/src/IconShadowSharpFilled.tsx +++ b/src/IconShadowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShadowSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShapeLineOutlined.tsx b/src/IconShapeLineOutlined.tsx index 7d0151ae6..7ed926a40 100644 --- a/src/IconShapeLineOutlined.tsx +++ b/src/IconShapeLineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapeLineOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShapeLineOutlinedFilled.tsx b/src/IconShapeLineOutlinedFilled.tsx index 1c3917b25..a606a733f 100644 --- a/src/IconShapeLineOutlinedFilled.tsx +++ b/src/IconShapeLineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapeLineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShapeLineRounded.tsx b/src/IconShapeLineRounded.tsx index ac9f3f777..b8715f989 100644 --- a/src/IconShapeLineRounded.tsx +++ b/src/IconShapeLineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapeLineRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShapeLineRoundedFilled.tsx b/src/IconShapeLineRoundedFilled.tsx index 31bda2f76..01e02d9d0 100644 --- a/src/IconShapeLineRoundedFilled.tsx +++ b/src/IconShapeLineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapeLineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShapeLineSharp.tsx b/src/IconShapeLineSharp.tsx index 610bd0002..53829057f 100644 --- a/src/IconShapeLineSharp.tsx +++ b/src/IconShapeLineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapeLineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShapeLineSharpFilled.tsx b/src/IconShapeLineSharpFilled.tsx index 2a3bac52c..db370616b 100644 --- a/src/IconShapeLineSharpFilled.tsx +++ b/src/IconShapeLineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapeLineSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShapesOutlined.tsx b/src/IconShapesOutlined.tsx index 7710977ab..915b1538a 100644 --- a/src/IconShapesOutlined.tsx +++ b/src/IconShapesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShapesOutlinedFilled.tsx b/src/IconShapesOutlinedFilled.tsx index 09bd01f27..9d10600e7 100644 --- a/src/IconShapesOutlinedFilled.tsx +++ b/src/IconShapesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapesOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShapesRounded.tsx b/src/IconShapesRounded.tsx index 75456a28d..6afa4ce5a 100644 --- a/src/IconShapesRounded.tsx +++ b/src/IconShapesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShapesRoundedFilled.tsx b/src/IconShapesRoundedFilled.tsx index 20ad1ada1..852742bba 100644 --- a/src/IconShapesRoundedFilled.tsx +++ b/src/IconShapesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapesRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShapesSharp.tsx b/src/IconShapesSharp.tsx index 162ca89be..e3e479ab7 100644 --- a/src/IconShapesSharp.tsx +++ b/src/IconShapesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShapesSharpFilled.tsx b/src/IconShapesSharpFilled.tsx index 6ad67308d..869fe2fa9 100644 --- a/src/IconShapesSharpFilled.tsx +++ b/src/IconShapesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShapesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShareLocationOutlined.tsx b/src/IconShareLocationOutlined.tsx index 53099ca0a..dd33b501f 100644 --- a/src/IconShareLocationOutlined.tsx +++ b/src/IconShareLocationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareLocationOutlined: React.FC = ({ ...props diff --git a/src/IconShareLocationOutlinedFilled.tsx b/src/IconShareLocationOutlinedFilled.tsx index 97296dc3c..02d029ee8 100644 --- a/src/IconShareLocationOutlinedFilled.tsx +++ b/src/IconShareLocationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareLocationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShareLocationRounded.tsx b/src/IconShareLocationRounded.tsx index 31271df4b..eb3051af0 100644 --- a/src/IconShareLocationRounded.tsx +++ b/src/IconShareLocationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareLocationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShareLocationRoundedFilled.tsx b/src/IconShareLocationRoundedFilled.tsx index 7fdda311f..04ce96c29 100644 --- a/src/IconShareLocationRoundedFilled.tsx +++ b/src/IconShareLocationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareLocationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShareLocationSharp.tsx b/src/IconShareLocationSharp.tsx index d8e5365c5..43e747308 100644 --- a/src/IconShareLocationSharp.tsx +++ b/src/IconShareLocationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareLocationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShareLocationSharpFilled.tsx b/src/IconShareLocationSharpFilled.tsx index e7b7dc421..f5afd6553 100644 --- a/src/IconShareLocationSharpFilled.tsx +++ b/src/IconShareLocationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareLocationSharpFilled: React.FC = ({ ...props diff --git a/src/IconShareOffOutlined.tsx b/src/IconShareOffOutlined.tsx index 43615fa48..a25aa0996 100644 --- a/src/IconShareOffOutlined.tsx +++ b/src/IconShareOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShareOffOutlinedFilled.tsx b/src/IconShareOffOutlinedFilled.tsx index 31f3f6a1f..1a435967c 100644 --- a/src/IconShareOffOutlinedFilled.tsx +++ b/src/IconShareOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShareOffRounded.tsx b/src/IconShareOffRounded.tsx index 121c4d175..faa66afac 100644 --- a/src/IconShareOffRounded.tsx +++ b/src/IconShareOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShareOffRoundedFilled.tsx b/src/IconShareOffRoundedFilled.tsx index d78a0a0d5..340fd4e3f 100644 --- a/src/IconShareOffRoundedFilled.tsx +++ b/src/IconShareOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShareOffSharp.tsx b/src/IconShareOffSharp.tsx index 27d41f8ed..24d94c0ed 100644 --- a/src/IconShareOffSharp.tsx +++ b/src/IconShareOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShareOffSharpFilled.tsx b/src/IconShareOffSharpFilled.tsx index df22df4c4..76b9aef18 100644 --- a/src/IconShareOffSharpFilled.tsx +++ b/src/IconShareOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShareOutlined.tsx b/src/IconShareOutlined.tsx index 924940f41..a8cb7ef30 100644 --- a/src/IconShareOutlined.tsx +++ b/src/IconShareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShareOutlinedFilled.tsx b/src/IconShareOutlinedFilled.tsx index 146737c39..f17bda988 100644 --- a/src/IconShareOutlinedFilled.tsx +++ b/src/IconShareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShareReviewsOutlined.tsx b/src/IconShareReviewsOutlined.tsx index 13775b1b9..868fee3e5 100644 --- a/src/IconShareReviewsOutlined.tsx +++ b/src/IconShareReviewsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareReviewsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShareReviewsOutlinedFilled.tsx b/src/IconShareReviewsOutlinedFilled.tsx index 2a79338b5..73ef69d3f 100644 --- a/src/IconShareReviewsOutlinedFilled.tsx +++ b/src/IconShareReviewsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareReviewsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShareReviewsRounded.tsx b/src/IconShareReviewsRounded.tsx index a85b92564..b1305e7d3 100644 --- a/src/IconShareReviewsRounded.tsx +++ b/src/IconShareReviewsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareReviewsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShareReviewsRoundedFilled.tsx b/src/IconShareReviewsRoundedFilled.tsx index 032953318..7023c9269 100644 --- a/src/IconShareReviewsRoundedFilled.tsx +++ b/src/IconShareReviewsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareReviewsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShareReviewsSharp.tsx b/src/IconShareReviewsSharp.tsx index 46e74d401..33a1c1244 100644 --- a/src/IconShareReviewsSharp.tsx +++ b/src/IconShareReviewsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareReviewsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShareReviewsSharpFilled.tsx b/src/IconShareReviewsSharpFilled.tsx index dded6f272..997f9d68e 100644 --- a/src/IconShareReviewsSharpFilled.tsx +++ b/src/IconShareReviewsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareReviewsSharpFilled: React.FC = ({ ...props diff --git a/src/IconShareRounded.tsx b/src/IconShareRounded.tsx index 39f24d8b0..14b90847a 100644 --- a/src/IconShareRounded.tsx +++ b/src/IconShareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShareRoundedFilled.tsx b/src/IconShareRoundedFilled.tsx index 402310ad5..322fd454d 100644 --- a/src/IconShareRoundedFilled.tsx +++ b/src/IconShareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShareSharp.tsx b/src/IconShareSharp.tsx index 2ee4b25e3..282c5c7aa 100644 --- a/src/IconShareSharp.tsx +++ b/src/IconShareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShareSharpFilled.tsx b/src/IconShareSharpFilled.tsx index a7ce0fd62..b3f2843cc 100644 --- a/src/IconShareSharpFilled.tsx +++ b/src/IconShareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShareWindowsOutlined.tsx b/src/IconShareWindowsOutlined.tsx index dda747bd3..c2f466f43 100644 --- a/src/IconShareWindowsOutlined.tsx +++ b/src/IconShareWindowsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareWindowsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShareWindowsOutlinedFilled.tsx b/src/IconShareWindowsOutlinedFilled.tsx index 23c43e847..dfbbe814a 100644 --- a/src/IconShareWindowsOutlinedFilled.tsx +++ b/src/IconShareWindowsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareWindowsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShareWindowsRounded.tsx b/src/IconShareWindowsRounded.tsx index 13466d8e3..5e03962fb 100644 --- a/src/IconShareWindowsRounded.tsx +++ b/src/IconShareWindowsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareWindowsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShareWindowsRoundedFilled.tsx b/src/IconShareWindowsRoundedFilled.tsx index 58988eca3..65e48cc1b 100644 --- a/src/IconShareWindowsRoundedFilled.tsx +++ b/src/IconShareWindowsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareWindowsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShareWindowsSharp.tsx b/src/IconShareWindowsSharp.tsx index 36b3e1cab..3e4f13c91 100644 --- a/src/IconShareWindowsSharp.tsx +++ b/src/IconShareWindowsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareWindowsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShareWindowsSharpFilled.tsx b/src/IconShareWindowsSharpFilled.tsx index 36769fd09..ab235b31e 100644 --- a/src/IconShareWindowsSharpFilled.tsx +++ b/src/IconShareWindowsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShareWindowsSharpFilled: React.FC = ({ ...props diff --git a/src/IconSheetsRtlOutlined.tsx b/src/IconSheetsRtlOutlined.tsx index a66e11532..a468b0782 100644 --- a/src/IconSheetsRtlOutlined.tsx +++ b/src/IconSheetsRtlOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSheetsRtlOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSheetsRtlOutlinedFilled.tsx b/src/IconSheetsRtlOutlinedFilled.tsx index 04e1e1320..ceea873df 100644 --- a/src/IconSheetsRtlOutlinedFilled.tsx +++ b/src/IconSheetsRtlOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSheetsRtlOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSheetsRtlRounded.tsx b/src/IconSheetsRtlRounded.tsx index 114c7b2c2..6c7960b5f 100644 --- a/src/IconSheetsRtlRounded.tsx +++ b/src/IconSheetsRtlRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSheetsRtlRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSheetsRtlRoundedFilled.tsx b/src/IconSheetsRtlRoundedFilled.tsx index 485f6eb91..180fd4518 100644 --- a/src/IconSheetsRtlRoundedFilled.tsx +++ b/src/IconSheetsRtlRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSheetsRtlRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSheetsRtlSharp.tsx b/src/IconSheetsRtlSharp.tsx index 79b2ae937..a53569199 100644 --- a/src/IconSheetsRtlSharp.tsx +++ b/src/IconSheetsRtlSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSheetsRtlSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSheetsRtlSharpFilled.tsx b/src/IconSheetsRtlSharpFilled.tsx index 36a01d5e5..c8e203d28 100644 --- a/src/IconSheetsRtlSharpFilled.tsx +++ b/src/IconSheetsRtlSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSheetsRtlSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShelfAutoHideOutlined.tsx b/src/IconShelfAutoHideOutlined.tsx index bc69e6454..bccd344b3 100644 --- a/src/IconShelfAutoHideOutlined.tsx +++ b/src/IconShelfAutoHideOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfAutoHideOutlined: React.FC = ({ ...props diff --git a/src/IconShelfAutoHideOutlinedFilled.tsx b/src/IconShelfAutoHideOutlinedFilled.tsx index 3b9468d5c..1b81a30da 100644 --- a/src/IconShelfAutoHideOutlinedFilled.tsx +++ b/src/IconShelfAutoHideOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfAutoHideOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShelfAutoHideRounded.tsx b/src/IconShelfAutoHideRounded.tsx index 30686e8ad..8682666f9 100644 --- a/src/IconShelfAutoHideRounded.tsx +++ b/src/IconShelfAutoHideRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfAutoHideRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShelfAutoHideRoundedFilled.tsx b/src/IconShelfAutoHideRoundedFilled.tsx index 184bcd85f..ede00a5a1 100644 --- a/src/IconShelfAutoHideRoundedFilled.tsx +++ b/src/IconShelfAutoHideRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfAutoHideRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShelfAutoHideSharp.tsx b/src/IconShelfAutoHideSharp.tsx index 24e1a396f..8d0bfa100 100644 --- a/src/IconShelfAutoHideSharp.tsx +++ b/src/IconShelfAutoHideSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfAutoHideSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShelfAutoHideSharpFilled.tsx b/src/IconShelfAutoHideSharpFilled.tsx index a022f8b6d..2f24760cd 100644 --- a/src/IconShelfAutoHideSharpFilled.tsx +++ b/src/IconShelfAutoHideSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfAutoHideSharpFilled: React.FC = ({ ...props diff --git a/src/IconShelfPositionOutlined.tsx b/src/IconShelfPositionOutlined.tsx index c69b6a182..29b0384d1 100644 --- a/src/IconShelfPositionOutlined.tsx +++ b/src/IconShelfPositionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfPositionOutlined: React.FC = ({ ...props diff --git a/src/IconShelfPositionOutlinedFilled.tsx b/src/IconShelfPositionOutlinedFilled.tsx index 020ae76db..f7fc3a337 100644 --- a/src/IconShelfPositionOutlinedFilled.tsx +++ b/src/IconShelfPositionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfPositionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShelfPositionRounded.tsx b/src/IconShelfPositionRounded.tsx index 7435171ce..d2f88a1db 100644 --- a/src/IconShelfPositionRounded.tsx +++ b/src/IconShelfPositionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfPositionRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShelfPositionRoundedFilled.tsx b/src/IconShelfPositionRoundedFilled.tsx index 6e6b75467..a3dd1bfca 100644 --- a/src/IconShelfPositionRoundedFilled.tsx +++ b/src/IconShelfPositionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfPositionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShelfPositionSharp.tsx b/src/IconShelfPositionSharp.tsx index fb352f531..4af126cc0 100644 --- a/src/IconShelfPositionSharp.tsx +++ b/src/IconShelfPositionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfPositionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShelfPositionSharpFilled.tsx b/src/IconShelfPositionSharpFilled.tsx index 87cac9690..2b77e4815 100644 --- a/src/IconShelfPositionSharpFilled.tsx +++ b/src/IconShelfPositionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelfPositionSharpFilled: React.FC = ({ ...props diff --git a/src/IconShelvesOutlined.tsx b/src/IconShelvesOutlined.tsx index 4a7a0ee82..0a22ea497 100644 --- a/src/IconShelvesOutlined.tsx +++ b/src/IconShelvesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelvesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShelvesOutlinedFilled.tsx b/src/IconShelvesOutlinedFilled.tsx index 590838765..7fe2e4f33 100644 --- a/src/IconShelvesOutlinedFilled.tsx +++ b/src/IconShelvesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelvesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShelvesRounded.tsx b/src/IconShelvesRounded.tsx index 1bcc2fe24..f54d711fe 100644 --- a/src/IconShelvesRounded.tsx +++ b/src/IconShelvesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelvesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShelvesRoundedFilled.tsx b/src/IconShelvesRoundedFilled.tsx index c09bd25cb..5d4afb6d8 100644 --- a/src/IconShelvesRoundedFilled.tsx +++ b/src/IconShelvesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelvesRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShelvesSharp.tsx b/src/IconShelvesSharp.tsx index 6900649ab..af854d28d 100644 --- a/src/IconShelvesSharp.tsx +++ b/src/IconShelvesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelvesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShelvesSharpFilled.tsx b/src/IconShelvesSharpFilled.tsx index 2b3dfbefb..6766d9a7d 100644 --- a/src/IconShelvesSharpFilled.tsx +++ b/src/IconShelvesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShelvesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldLockOutlined.tsx b/src/IconShieldLockOutlined.tsx index f503bfbb0..c40406265 100644 --- a/src/IconShieldLockOutlined.tsx +++ b/src/IconShieldLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldLockOutlinedFilled.tsx b/src/IconShieldLockOutlinedFilled.tsx index 01dde2110..052f28397 100644 --- a/src/IconShieldLockOutlinedFilled.tsx +++ b/src/IconShieldLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShieldLockRounded.tsx b/src/IconShieldLockRounded.tsx index 3d5a29af0..75272d581 100644 --- a/src/IconShieldLockRounded.tsx +++ b/src/IconShieldLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldLockRoundedFilled.tsx b/src/IconShieldLockRoundedFilled.tsx index ff56cd2dc..069e2b8dc 100644 --- a/src/IconShieldLockRoundedFilled.tsx +++ b/src/IconShieldLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShieldLockSharp.tsx b/src/IconShieldLockSharp.tsx index 1fe829905..ad779eed8 100644 --- a/src/IconShieldLockSharp.tsx +++ b/src/IconShieldLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldLockSharpFilled.tsx b/src/IconShieldLockSharpFilled.tsx index a31e380c9..8839bfa94 100644 --- a/src/IconShieldLockSharpFilled.tsx +++ b/src/IconShieldLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockSharpFilled: React.FC = ({ ...props diff --git a/src/IconShieldLockedOutlined.tsx b/src/IconShieldLockedOutlined.tsx index 225e47acf..8ec47c5f0 100644 --- a/src/IconShieldLockedOutlined.tsx +++ b/src/IconShieldLockedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldLockedOutlinedFilled.tsx b/src/IconShieldLockedOutlinedFilled.tsx index b3ef4799f..f7634a662 100644 --- a/src/IconShieldLockedOutlinedFilled.tsx +++ b/src/IconShieldLockedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShieldLockedRounded.tsx b/src/IconShieldLockedRounded.tsx index a40a6edb6..2328103f5 100644 --- a/src/IconShieldLockedRounded.tsx +++ b/src/IconShieldLockedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldLockedRoundedFilled.tsx b/src/IconShieldLockedRoundedFilled.tsx index 5a1a7131c..0292ecfd4 100644 --- a/src/IconShieldLockedRoundedFilled.tsx +++ b/src/IconShieldLockedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShieldLockedSharp.tsx b/src/IconShieldLockedSharp.tsx index 8f4005639..5e730270e 100644 --- a/src/IconShieldLockedSharp.tsx +++ b/src/IconShieldLockedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldLockedSharpFilled.tsx b/src/IconShieldLockedSharpFilled.tsx index 9a3a3c8bc..2810eb03e 100644 --- a/src/IconShieldLockedSharpFilled.tsx +++ b/src/IconShieldLockedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldLockedSharpFilled: React.FC = ({ ...props diff --git a/src/IconShieldMoonOutlined.tsx b/src/IconShieldMoonOutlined.tsx index 2afebbf49..ec135380e 100644 --- a/src/IconShieldMoonOutlined.tsx +++ b/src/IconShieldMoonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldMoonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldMoonOutlinedFilled.tsx b/src/IconShieldMoonOutlinedFilled.tsx index 907033127..ed0edb460 100644 --- a/src/IconShieldMoonOutlinedFilled.tsx +++ b/src/IconShieldMoonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldMoonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShieldMoonRounded.tsx b/src/IconShieldMoonRounded.tsx index 714a80183..d4f12469a 100644 --- a/src/IconShieldMoonRounded.tsx +++ b/src/IconShieldMoonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldMoonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldMoonRoundedFilled.tsx b/src/IconShieldMoonRoundedFilled.tsx index d4361c93b..e34f3514d 100644 --- a/src/IconShieldMoonRoundedFilled.tsx +++ b/src/IconShieldMoonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldMoonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShieldMoonSharp.tsx b/src/IconShieldMoonSharp.tsx index 3fb363650..fbf43c9ba 100644 --- a/src/IconShieldMoonSharp.tsx +++ b/src/IconShieldMoonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldMoonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldMoonSharpFilled.tsx b/src/IconShieldMoonSharpFilled.tsx index da6292f9a..df73dc0e6 100644 --- a/src/IconShieldMoonSharpFilled.tsx +++ b/src/IconShieldMoonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldMoonSharpFilled: React.FC = ({ ...props diff --git a/src/IconShieldOutlined.tsx b/src/IconShieldOutlined.tsx index bdf87dd8b..0251be0ec 100644 --- a/src/IconShieldOutlined.tsx +++ b/src/IconShieldOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldOutlinedFilled.tsx b/src/IconShieldOutlinedFilled.tsx index 1054589ae..1d01ff4ef 100644 --- a/src/IconShieldOutlinedFilled.tsx +++ b/src/IconShieldOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldPersonOutlined.tsx b/src/IconShieldPersonOutlined.tsx index 6475b603c..de34b046f 100644 --- a/src/IconShieldPersonOutlined.tsx +++ b/src/IconShieldPersonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldPersonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldPersonOutlinedFilled.tsx b/src/IconShieldPersonOutlinedFilled.tsx index 61244a67a..1b353fd34 100644 --- a/src/IconShieldPersonOutlinedFilled.tsx +++ b/src/IconShieldPersonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldPersonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShieldPersonRounded.tsx b/src/IconShieldPersonRounded.tsx index 546f2885d..9d5beee46 100644 --- a/src/IconShieldPersonRounded.tsx +++ b/src/IconShieldPersonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldPersonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldPersonRoundedFilled.tsx b/src/IconShieldPersonRoundedFilled.tsx index 929a1d0d8..e4d236e01 100644 --- a/src/IconShieldPersonRoundedFilled.tsx +++ b/src/IconShieldPersonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldPersonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShieldPersonSharp.tsx b/src/IconShieldPersonSharp.tsx index 69a2acbb8..1319917f4 100644 --- a/src/IconShieldPersonSharp.tsx +++ b/src/IconShieldPersonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldPersonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldPersonSharpFilled.tsx b/src/IconShieldPersonSharpFilled.tsx index 148a39807..eac4dde62 100644 --- a/src/IconShieldPersonSharpFilled.tsx +++ b/src/IconShieldPersonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldPersonSharpFilled: React.FC = ({ ...props diff --git a/src/IconShieldQuestionOutlined.tsx b/src/IconShieldQuestionOutlined.tsx index 9fad6c786..f2dde697a 100644 --- a/src/IconShieldQuestionOutlined.tsx +++ b/src/IconShieldQuestionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldQuestionOutlined: React.FC = ({ ...props diff --git a/src/IconShieldQuestionOutlinedFilled.tsx b/src/IconShieldQuestionOutlinedFilled.tsx index b84608264..3586247df 100644 --- a/src/IconShieldQuestionOutlinedFilled.tsx +++ b/src/IconShieldQuestionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldQuestionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShieldQuestionRounded.tsx b/src/IconShieldQuestionRounded.tsx index 3fb42a2e9..111d39907 100644 --- a/src/IconShieldQuestionRounded.tsx +++ b/src/IconShieldQuestionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldQuestionRounded: React.FC = ({ ...props diff --git a/src/IconShieldQuestionRoundedFilled.tsx b/src/IconShieldQuestionRoundedFilled.tsx index e94101cd3..2e48711ac 100644 --- a/src/IconShieldQuestionRoundedFilled.tsx +++ b/src/IconShieldQuestionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldQuestionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShieldQuestionSharp.tsx b/src/IconShieldQuestionSharp.tsx index 80776c3a9..1205b1b3e 100644 --- a/src/IconShieldQuestionSharp.tsx +++ b/src/IconShieldQuestionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldQuestionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldQuestionSharpFilled.tsx b/src/IconShieldQuestionSharpFilled.tsx index 742a94293..432a3daaa 100644 --- a/src/IconShieldQuestionSharpFilled.tsx +++ b/src/IconShieldQuestionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldQuestionSharpFilled: React.FC = ({ ...props diff --git a/src/IconShieldRounded.tsx b/src/IconShieldRounded.tsx index e40822b18..da42d90d0 100644 --- a/src/IconShieldRounded.tsx +++ b/src/IconShieldRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldRoundedFilled.tsx b/src/IconShieldRoundedFilled.tsx index cc0166179..57c037acc 100644 --- a/src/IconShieldRoundedFilled.tsx +++ b/src/IconShieldRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldSharp.tsx b/src/IconShieldSharp.tsx index e409065a0..b0f3ae9cf 100644 --- a/src/IconShieldSharp.tsx +++ b/src/IconShieldSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldSharpFilled.tsx b/src/IconShieldSharpFilled.tsx index ef5be7ba0..4dd42e627 100644 --- a/src/IconShieldSharpFilled.tsx +++ b/src/IconShieldSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldWithHeartOutlined.tsx b/src/IconShieldWithHeartOutlined.tsx index d3f759541..51ff84943 100644 --- a/src/IconShieldWithHeartOutlined.tsx +++ b/src/IconShieldWithHeartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHeartOutlined: React.FC = ({ ...props diff --git a/src/IconShieldWithHeartOutlinedFilled.tsx b/src/IconShieldWithHeartOutlinedFilled.tsx index 1a40becc0..62bec5523 100644 --- a/src/IconShieldWithHeartOutlinedFilled.tsx +++ b/src/IconShieldWithHeartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHeartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShieldWithHeartRounded.tsx b/src/IconShieldWithHeartRounded.tsx index 7af2e1a6b..e3151a044 100644 --- a/src/IconShieldWithHeartRounded.tsx +++ b/src/IconShieldWithHeartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHeartRounded: React.FC = ({ ...props diff --git a/src/IconShieldWithHeartRoundedFilled.tsx b/src/IconShieldWithHeartRoundedFilled.tsx index 7944c0ed9..2f88c7030 100644 --- a/src/IconShieldWithHeartRoundedFilled.tsx +++ b/src/IconShieldWithHeartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHeartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShieldWithHeartSharp.tsx b/src/IconShieldWithHeartSharp.tsx index cb2a69a1a..41d68de67 100644 --- a/src/IconShieldWithHeartSharp.tsx +++ b/src/IconShieldWithHeartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHeartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldWithHeartSharpFilled.tsx b/src/IconShieldWithHeartSharpFilled.tsx index 49915989f..d2afca17a 100644 --- a/src/IconShieldWithHeartSharpFilled.tsx +++ b/src/IconShieldWithHeartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHeartSharpFilled: React.FC = ({ ...props diff --git a/src/IconShieldWithHouseOutlined.tsx b/src/IconShieldWithHouseOutlined.tsx index 909d93cab..78d62c8f7 100644 --- a/src/IconShieldWithHouseOutlined.tsx +++ b/src/IconShieldWithHouseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHouseOutlined: React.FC = ({ ...props diff --git a/src/IconShieldWithHouseOutlinedFilled.tsx b/src/IconShieldWithHouseOutlinedFilled.tsx index bffb8afe5..e5eacf24d 100644 --- a/src/IconShieldWithHouseOutlinedFilled.tsx +++ b/src/IconShieldWithHouseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHouseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShieldWithHouseRounded.tsx b/src/IconShieldWithHouseRounded.tsx index d3e9b6444..7b11097c4 100644 --- a/src/IconShieldWithHouseRounded.tsx +++ b/src/IconShieldWithHouseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHouseRounded: React.FC = ({ ...props diff --git a/src/IconShieldWithHouseRoundedFilled.tsx b/src/IconShieldWithHouseRoundedFilled.tsx index de3beb934..bc7d3a305 100644 --- a/src/IconShieldWithHouseRoundedFilled.tsx +++ b/src/IconShieldWithHouseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHouseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShieldWithHouseSharp.tsx b/src/IconShieldWithHouseSharp.tsx index 9f00ce0a6..129376e46 100644 --- a/src/IconShieldWithHouseSharp.tsx +++ b/src/IconShieldWithHouseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHouseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShieldWithHouseSharpFilled.tsx b/src/IconShieldWithHouseSharpFilled.tsx index 42039c0a9..493c0debb 100644 --- a/src/IconShieldWithHouseSharpFilled.tsx +++ b/src/IconShieldWithHouseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShieldWithHouseSharpFilled: React.FC = ({ ...props diff --git a/src/IconShiftLockOffOutlined.tsx b/src/IconShiftLockOffOutlined.tsx index f6eb64d5e..be2adeb3a 100644 --- a/src/IconShiftLockOffOutlined.tsx +++ b/src/IconShiftLockOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftLockOffOutlinedFilled.tsx b/src/IconShiftLockOffOutlinedFilled.tsx index addc11006..97ca2697a 100644 --- a/src/IconShiftLockOffOutlinedFilled.tsx +++ b/src/IconShiftLockOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShiftLockOffRounded.tsx b/src/IconShiftLockOffRounded.tsx index 5368d2457..3b39a682e 100644 --- a/src/IconShiftLockOffRounded.tsx +++ b/src/IconShiftLockOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftLockOffRoundedFilled.tsx b/src/IconShiftLockOffRoundedFilled.tsx index faad3d0d1..86aeea345 100644 --- a/src/IconShiftLockOffRoundedFilled.tsx +++ b/src/IconShiftLockOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShiftLockOffSharp.tsx b/src/IconShiftLockOffSharp.tsx index c64bc07bf..d71b2d7fb 100644 --- a/src/IconShiftLockOffSharp.tsx +++ b/src/IconShiftLockOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftLockOffSharpFilled.tsx b/src/IconShiftLockOffSharpFilled.tsx index 2893f1a0f..56ae1007b 100644 --- a/src/IconShiftLockOffSharpFilled.tsx +++ b/src/IconShiftLockOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconShiftLockOutlined.tsx b/src/IconShiftLockOutlined.tsx index 3c92027fd..85d0252af 100644 --- a/src/IconShiftLockOutlined.tsx +++ b/src/IconShiftLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftLockOutlinedFilled.tsx b/src/IconShiftLockOutlinedFilled.tsx index 41b4ca9b1..6ba683719 100644 --- a/src/IconShiftLockOutlinedFilled.tsx +++ b/src/IconShiftLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShiftLockRounded.tsx b/src/IconShiftLockRounded.tsx index fc7514801..811296bf5 100644 --- a/src/IconShiftLockRounded.tsx +++ b/src/IconShiftLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftLockRoundedFilled.tsx b/src/IconShiftLockRoundedFilled.tsx index f5ba0b6d0..e3d990b72 100644 --- a/src/IconShiftLockRoundedFilled.tsx +++ b/src/IconShiftLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShiftLockSharp.tsx b/src/IconShiftLockSharp.tsx index b5e832d1f..cf91b995a 100644 --- a/src/IconShiftLockSharp.tsx +++ b/src/IconShiftLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftLockSharpFilled.tsx b/src/IconShiftLockSharpFilled.tsx index cbae0c599..f1b2e4d06 100644 --- a/src/IconShiftLockSharpFilled.tsx +++ b/src/IconShiftLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftLockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftOutlined.tsx b/src/IconShiftOutlined.tsx index 1887eceba..6f9797644 100644 --- a/src/IconShiftOutlined.tsx +++ b/src/IconShiftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftOutlinedFilled.tsx b/src/IconShiftOutlinedFilled.tsx index 99682c3e3..cfa37b485 100644 --- a/src/IconShiftOutlinedFilled.tsx +++ b/src/IconShiftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftRounded.tsx b/src/IconShiftRounded.tsx index 6d9ae1c32..1c3f18e3b 100644 --- a/src/IconShiftRounded.tsx +++ b/src/IconShiftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftRoundedFilled.tsx b/src/IconShiftRoundedFilled.tsx index 7d3578fcb..4783807c1 100644 --- a/src/IconShiftRoundedFilled.tsx +++ b/src/IconShiftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftSharp.tsx b/src/IconShiftSharp.tsx index c2eeb828d..260a2a345 100644 --- a/src/IconShiftSharp.tsx +++ b/src/IconShiftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShiftSharpFilled.tsx b/src/IconShiftSharpFilled.tsx index e5b977bb7..f33385559 100644 --- a/src/IconShiftSharpFilled.tsx +++ b/src/IconShiftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShiftSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShopOutlined.tsx b/src/IconShopOutlined.tsx index c91ef0722..9a2b7ec79 100644 --- a/src/IconShopOutlined.tsx +++ b/src/IconShopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShopOutlinedFilled.tsx b/src/IconShopOutlinedFilled.tsx index b30fcb841..51d1364cc 100644 --- a/src/IconShopOutlinedFilled.tsx +++ b/src/IconShopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShopRounded.tsx b/src/IconShopRounded.tsx index 565a2ca34..51556f7b7 100644 --- a/src/IconShopRounded.tsx +++ b/src/IconShopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShopRoundedFilled.tsx b/src/IconShopRoundedFilled.tsx index 71d958c4f..b5a545a30 100644 --- a/src/IconShopRoundedFilled.tsx +++ b/src/IconShopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShopSharp.tsx b/src/IconShopSharp.tsx index fa9b6f82b..d280e495c 100644 --- a/src/IconShopSharp.tsx +++ b/src/IconShopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShopSharpFilled.tsx b/src/IconShopSharpFilled.tsx index a16ad4e62..36b9b460d 100644 --- a/src/IconShopSharpFilled.tsx +++ b/src/IconShopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShopTwoOutlined.tsx b/src/IconShopTwoOutlined.tsx index 62bd2b012..2c7c76eac 100644 --- a/src/IconShopTwoOutlined.tsx +++ b/src/IconShopTwoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopTwoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShopTwoOutlinedFilled.tsx b/src/IconShopTwoOutlinedFilled.tsx index ee04dd838..17077b838 100644 --- a/src/IconShopTwoOutlinedFilled.tsx +++ b/src/IconShopTwoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopTwoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShopTwoRounded.tsx b/src/IconShopTwoRounded.tsx index 3430cc406..bb2fcc509 100644 --- a/src/IconShopTwoRounded.tsx +++ b/src/IconShopTwoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopTwoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShopTwoRoundedFilled.tsx b/src/IconShopTwoRoundedFilled.tsx index 0fd9c5e53..b80e15ffc 100644 --- a/src/IconShopTwoRoundedFilled.tsx +++ b/src/IconShopTwoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopTwoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShopTwoSharp.tsx b/src/IconShopTwoSharp.tsx index 642814f5f..e601ad0f1 100644 --- a/src/IconShopTwoSharp.tsx +++ b/src/IconShopTwoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopTwoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShopTwoSharpFilled.tsx b/src/IconShopTwoSharpFilled.tsx index 56c5e9abf..a0286018c 100644 --- a/src/IconShopTwoSharpFilled.tsx +++ b/src/IconShopTwoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShopTwoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingBagOutlined.tsx b/src/IconShoppingBagOutlined.tsx index b865140b2..164d00d4c 100644 --- a/src/IconShoppingBagOutlined.tsx +++ b/src/IconShoppingBagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingBagOutlinedFilled.tsx b/src/IconShoppingBagOutlinedFilled.tsx index a8434d7cc..52f3f30da 100644 --- a/src/IconShoppingBagOutlinedFilled.tsx +++ b/src/IconShoppingBagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBagOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingBagRounded.tsx b/src/IconShoppingBagRounded.tsx index b0eef8304..9679951de 100644 --- a/src/IconShoppingBagRounded.tsx +++ b/src/IconShoppingBagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingBagRoundedFilled.tsx b/src/IconShoppingBagRoundedFilled.tsx index 68d1e4195..3dc31e3e3 100644 --- a/src/IconShoppingBagRoundedFilled.tsx +++ b/src/IconShoppingBagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBagRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingBagSharp.tsx b/src/IconShoppingBagSharp.tsx index 6012b1768..1cb1bab5c 100644 --- a/src/IconShoppingBagSharp.tsx +++ b/src/IconShoppingBagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingBagSharpFilled.tsx b/src/IconShoppingBagSharpFilled.tsx index eb41b251f..38decaa72 100644 --- a/src/IconShoppingBagSharpFilled.tsx +++ b/src/IconShoppingBagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBagSharpFilled: React.FC = ({ ...props diff --git a/src/IconShoppingBasketOutlined.tsx b/src/IconShoppingBasketOutlined.tsx index 463c9cf74..61ea706b8 100644 --- a/src/IconShoppingBasketOutlined.tsx +++ b/src/IconShoppingBasketOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBasketOutlined: React.FC = ({ ...props diff --git a/src/IconShoppingBasketOutlinedFilled.tsx b/src/IconShoppingBasketOutlinedFilled.tsx index 86cb768c1..d5625f02b 100644 --- a/src/IconShoppingBasketOutlinedFilled.tsx +++ b/src/IconShoppingBasketOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBasketOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingBasketRounded.tsx b/src/IconShoppingBasketRounded.tsx index cf37c9ab3..72bb048dd 100644 --- a/src/IconShoppingBasketRounded.tsx +++ b/src/IconShoppingBasketRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBasketRounded: React.FC = ({ ...props diff --git a/src/IconShoppingBasketRoundedFilled.tsx b/src/IconShoppingBasketRoundedFilled.tsx index d2cb36937..97385a690 100644 --- a/src/IconShoppingBasketRoundedFilled.tsx +++ b/src/IconShoppingBasketRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBasketRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingBasketSharp.tsx b/src/IconShoppingBasketSharp.tsx index 48a1e6649..c133836d8 100644 --- a/src/IconShoppingBasketSharp.tsx +++ b/src/IconShoppingBasketSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBasketSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingBasketSharpFilled.tsx b/src/IconShoppingBasketSharpFilled.tsx index efc64886d..2f400fd40 100644 --- a/src/IconShoppingBasketSharpFilled.tsx +++ b/src/IconShoppingBasketSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingBasketSharpFilled: React.FC = ({ ...props diff --git a/src/IconShoppingCartCheckoutOutlined.tsx b/src/IconShoppingCartCheckoutOutlined.tsx index c916f4a83..5e9d76d38 100644 --- a/src/IconShoppingCartCheckoutOutlined.tsx +++ b/src/IconShoppingCartCheckoutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartCheckoutOutlined: React.FC = ({ ...props diff --git a/src/IconShoppingCartCheckoutOutlinedFilled.tsx b/src/IconShoppingCartCheckoutOutlinedFilled.tsx index 813b01a36..134509e03 100644 --- a/src/IconShoppingCartCheckoutOutlinedFilled.tsx +++ b/src/IconShoppingCartCheckoutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartCheckoutOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingCartCheckoutRounded.tsx b/src/IconShoppingCartCheckoutRounded.tsx index c2f00c2a3..b43924884 100644 --- a/src/IconShoppingCartCheckoutRounded.tsx +++ b/src/IconShoppingCartCheckoutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartCheckoutRounded: React.FC = ({ ...props diff --git a/src/IconShoppingCartCheckoutRoundedFilled.tsx b/src/IconShoppingCartCheckoutRoundedFilled.tsx index 812afaf44..5b524bc94 100644 --- a/src/IconShoppingCartCheckoutRoundedFilled.tsx +++ b/src/IconShoppingCartCheckoutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartCheckoutRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingCartCheckoutSharp.tsx b/src/IconShoppingCartCheckoutSharp.tsx index ef5805320..0cb4dda46 100644 --- a/src/IconShoppingCartCheckoutSharp.tsx +++ b/src/IconShoppingCartCheckoutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartCheckoutSharp: React.FC = ({ ...props diff --git a/src/IconShoppingCartCheckoutSharpFilled.tsx b/src/IconShoppingCartCheckoutSharpFilled.tsx index 9ee5d77c9..aa5e777e8 100644 --- a/src/IconShoppingCartCheckoutSharpFilled.tsx +++ b/src/IconShoppingCartCheckoutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartCheckoutSharpFilled: React.FC = ({ ...props diff --git a/src/IconShoppingCartOffOutlined.tsx b/src/IconShoppingCartOffOutlined.tsx index 39296e50c..bc34f95a9 100644 --- a/src/IconShoppingCartOffOutlined.tsx +++ b/src/IconShoppingCartOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartOffOutlined: React.FC = ({ ...props diff --git a/src/IconShoppingCartOffOutlinedFilled.tsx b/src/IconShoppingCartOffOutlinedFilled.tsx index 3f992559e..585fb0493 100644 --- a/src/IconShoppingCartOffOutlinedFilled.tsx +++ b/src/IconShoppingCartOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingCartOffRounded.tsx b/src/IconShoppingCartOffRounded.tsx index 4e7a43acb..21b52496d 100644 --- a/src/IconShoppingCartOffRounded.tsx +++ b/src/IconShoppingCartOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartOffRounded: React.FC = ({ ...props diff --git a/src/IconShoppingCartOffRoundedFilled.tsx b/src/IconShoppingCartOffRoundedFilled.tsx index c59c47ad3..4d6af8d8c 100644 --- a/src/IconShoppingCartOffRoundedFilled.tsx +++ b/src/IconShoppingCartOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingCartOffSharp.tsx b/src/IconShoppingCartOffSharp.tsx index f8d6cfe79..aa24420c1 100644 --- a/src/IconShoppingCartOffSharp.tsx +++ b/src/IconShoppingCartOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingCartOffSharpFilled.tsx b/src/IconShoppingCartOffSharpFilled.tsx index 398f4fad4..6d7199fb8 100644 --- a/src/IconShoppingCartOffSharpFilled.tsx +++ b/src/IconShoppingCartOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconShoppingCartOutlined.tsx b/src/IconShoppingCartOutlined.tsx index 53f0a7191..0a41c965f 100644 --- a/src/IconShoppingCartOutlined.tsx +++ b/src/IconShoppingCartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingCartOutlinedFilled.tsx b/src/IconShoppingCartOutlinedFilled.tsx index f5a57cfc2..07517968e 100644 --- a/src/IconShoppingCartOutlinedFilled.tsx +++ b/src/IconShoppingCartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingCartRounded.tsx b/src/IconShoppingCartRounded.tsx index f81b02991..c7b03dd32 100644 --- a/src/IconShoppingCartRounded.tsx +++ b/src/IconShoppingCartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingCartRoundedFilled.tsx b/src/IconShoppingCartRoundedFilled.tsx index 8282e7051..a4dbb9654 100644 --- a/src/IconShoppingCartRoundedFilled.tsx +++ b/src/IconShoppingCartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingCartSharp.tsx b/src/IconShoppingCartSharp.tsx index ea5692403..10a68da55 100644 --- a/src/IconShoppingCartSharp.tsx +++ b/src/IconShoppingCartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingCartSharpFilled.tsx b/src/IconShoppingCartSharpFilled.tsx index 2a0d028a9..a0f83f06a 100644 --- a/src/IconShoppingCartSharpFilled.tsx +++ b/src/IconShoppingCartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingCartSharpFilled: React.FC = ({ ...props diff --git a/src/IconShoppingmodeOutlined.tsx b/src/IconShoppingmodeOutlined.tsx index 627a3785b..a0a15a842 100644 --- a/src/IconShoppingmodeOutlined.tsx +++ b/src/IconShoppingmodeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingmodeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingmodeOutlinedFilled.tsx b/src/IconShoppingmodeOutlinedFilled.tsx index e34171f11..736d34b02 100644 --- a/src/IconShoppingmodeOutlinedFilled.tsx +++ b/src/IconShoppingmodeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingmodeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingmodeRounded.tsx b/src/IconShoppingmodeRounded.tsx index c43c1f78e..effb560c7 100644 --- a/src/IconShoppingmodeRounded.tsx +++ b/src/IconShoppingmodeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingmodeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingmodeRoundedFilled.tsx b/src/IconShoppingmodeRoundedFilled.tsx index b875a7945..8a4040519 100644 --- a/src/IconShoppingmodeRoundedFilled.tsx +++ b/src/IconShoppingmodeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingmodeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShoppingmodeSharp.tsx b/src/IconShoppingmodeSharp.tsx index 69ca0e404..a0c8ad86d 100644 --- a/src/IconShoppingmodeSharp.tsx +++ b/src/IconShoppingmodeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingmodeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShoppingmodeSharpFilled.tsx b/src/IconShoppingmodeSharpFilled.tsx index 13772d7b5..3affc8dfd 100644 --- a/src/IconShoppingmodeSharpFilled.tsx +++ b/src/IconShoppingmodeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShoppingmodeSharpFilled: React.FC = ({ ...props diff --git a/src/IconShortStayOutlined.tsx b/src/IconShortStayOutlined.tsx index 9096c60f1..3c59e1643 100644 --- a/src/IconShortStayOutlined.tsx +++ b/src/IconShortStayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortStayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShortStayOutlinedFilled.tsx b/src/IconShortStayOutlinedFilled.tsx index 9a235306d..323f867b5 100644 --- a/src/IconShortStayOutlinedFilled.tsx +++ b/src/IconShortStayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortStayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShortStayRounded.tsx b/src/IconShortStayRounded.tsx index d77070b40..b0a0433d9 100644 --- a/src/IconShortStayRounded.tsx +++ b/src/IconShortStayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortStayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShortStayRoundedFilled.tsx b/src/IconShortStayRoundedFilled.tsx index 5183279ec..0c6891fc9 100644 --- a/src/IconShortStayRoundedFilled.tsx +++ b/src/IconShortStayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortStayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShortStaySharp.tsx b/src/IconShortStaySharp.tsx index e494d6463..1280395ea 100644 --- a/src/IconShortStaySharp.tsx +++ b/src/IconShortStaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortStaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShortStaySharpFilled.tsx b/src/IconShortStaySharpFilled.tsx index 43f43b6e6..2fb96de1f 100644 --- a/src/IconShortStaySharpFilled.tsx +++ b/src/IconShortStaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortStaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShortTextOutlined.tsx b/src/IconShortTextOutlined.tsx index 26fbf0407..e4682d386 100644 --- a/src/IconShortTextOutlined.tsx +++ b/src/IconShortTextOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortTextOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShortTextOutlinedFilled.tsx b/src/IconShortTextOutlinedFilled.tsx index cb0400828..e7231ed17 100644 --- a/src/IconShortTextOutlinedFilled.tsx +++ b/src/IconShortTextOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortTextOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShortTextRounded.tsx b/src/IconShortTextRounded.tsx index 728242019..c19925890 100644 --- a/src/IconShortTextRounded.tsx +++ b/src/IconShortTextRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortTextRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShortTextRoundedFilled.tsx b/src/IconShortTextRoundedFilled.tsx index a9c5051bb..1cfb0371c 100644 --- a/src/IconShortTextRoundedFilled.tsx +++ b/src/IconShortTextRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortTextRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShortTextSharp.tsx b/src/IconShortTextSharp.tsx index bf9d83897..ce1155c91 100644 --- a/src/IconShortTextSharp.tsx +++ b/src/IconShortTextSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortTextSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShortTextSharpFilled.tsx b/src/IconShortTextSharpFilled.tsx index a21b337eb..d48590859 100644 --- a/src/IconShortTextSharpFilled.tsx +++ b/src/IconShortTextSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShortTextSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShowChartOutlined.tsx b/src/IconShowChartOutlined.tsx index e5ec85bb3..1467bca09 100644 --- a/src/IconShowChartOutlined.tsx +++ b/src/IconShowChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowChartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShowChartOutlinedFilled.tsx b/src/IconShowChartOutlinedFilled.tsx index 0a8200726..b33cd396a 100644 --- a/src/IconShowChartOutlinedFilled.tsx +++ b/src/IconShowChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShowChartRounded.tsx b/src/IconShowChartRounded.tsx index 53877379f..bb95b0f27 100644 --- a/src/IconShowChartRounded.tsx +++ b/src/IconShowChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowChartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShowChartRoundedFilled.tsx b/src/IconShowChartRoundedFilled.tsx index e64653c4f..38f0fcb87 100644 --- a/src/IconShowChartRoundedFilled.tsx +++ b/src/IconShowChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShowChartSharp.tsx b/src/IconShowChartSharp.tsx index 00339c266..317a92c64 100644 --- a/src/IconShowChartSharp.tsx +++ b/src/IconShowChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShowChartSharpFilled.tsx b/src/IconShowChartSharpFilled.tsx index e5131e3da..71a092c08 100644 --- a/src/IconShowChartSharpFilled.tsx +++ b/src/IconShowChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowChartSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShowerOutlined.tsx b/src/IconShowerOutlined.tsx index 72848a58d..7ccb6080c 100644 --- a/src/IconShowerOutlined.tsx +++ b/src/IconShowerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShowerOutlinedFilled.tsx b/src/IconShowerOutlinedFilled.tsx index fd085ac5f..009265904 100644 --- a/src/IconShowerOutlinedFilled.tsx +++ b/src/IconShowerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowerOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShowerRounded.tsx b/src/IconShowerRounded.tsx index 33651eca1..1b09fb321 100644 --- a/src/IconShowerRounded.tsx +++ b/src/IconShowerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShowerRoundedFilled.tsx b/src/IconShowerRoundedFilled.tsx index f4726cc4e..e8aba5837 100644 --- a/src/IconShowerRoundedFilled.tsx +++ b/src/IconShowerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowerRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShowerSharp.tsx b/src/IconShowerSharp.tsx index 969adfd95..f02e3f91a 100644 --- a/src/IconShowerSharp.tsx +++ b/src/IconShowerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShowerSharpFilled.tsx b/src/IconShowerSharpFilled.tsx index ce315ee2f..380e2b2cb 100644 --- a/src/IconShowerSharpFilled.tsx +++ b/src/IconShowerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShowerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShuffleOnOutlined.tsx b/src/IconShuffleOnOutlined.tsx index aded424b5..e4899fca6 100644 --- a/src/IconShuffleOnOutlined.tsx +++ b/src/IconShuffleOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShuffleOnOutlinedFilled.tsx b/src/IconShuffleOnOutlinedFilled.tsx index fc911530f..70faa28ee 100644 --- a/src/IconShuffleOnOutlinedFilled.tsx +++ b/src/IconShuffleOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShuffleOnRounded.tsx b/src/IconShuffleOnRounded.tsx index 03c91857c..ca30febd5 100644 --- a/src/IconShuffleOnRounded.tsx +++ b/src/IconShuffleOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShuffleOnRoundedFilled.tsx b/src/IconShuffleOnRoundedFilled.tsx index f5d9da5f9..807302a24 100644 --- a/src/IconShuffleOnRoundedFilled.tsx +++ b/src/IconShuffleOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShuffleOnSharp.tsx b/src/IconShuffleOnSharp.tsx index 378022ff5..6ad170c0a 100644 --- a/src/IconShuffleOnSharp.tsx +++ b/src/IconShuffleOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShuffleOnSharpFilled.tsx b/src/IconShuffleOnSharpFilled.tsx index 8c55992c0..bb3d8adbd 100644 --- a/src/IconShuffleOnSharpFilled.tsx +++ b/src/IconShuffleOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShuffleOutlined.tsx b/src/IconShuffleOutlined.tsx index 3ccde0028..8ac983e84 100644 --- a/src/IconShuffleOutlined.tsx +++ b/src/IconShuffleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShuffleOutlinedFilled.tsx b/src/IconShuffleOutlinedFilled.tsx index 686fe7b75..9433c3a32 100644 --- a/src/IconShuffleOutlinedFilled.tsx +++ b/src/IconShuffleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShuffleRounded.tsx b/src/IconShuffleRounded.tsx index c6a004f34..7c9b08d31 100644 --- a/src/IconShuffleRounded.tsx +++ b/src/IconShuffleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShuffleRoundedFilled.tsx b/src/IconShuffleRoundedFilled.tsx index 1cc8570e3..83122b642 100644 --- a/src/IconShuffleRoundedFilled.tsx +++ b/src/IconShuffleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShuffleSharp.tsx b/src/IconShuffleSharp.tsx index 369cc953f..c67523015 100644 --- a/src/IconShuffleSharp.tsx +++ b/src/IconShuffleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShuffleSharpFilled.tsx b/src/IconShuffleSharpFilled.tsx index 0754474a9..557c1c3be 100644 --- a/src/IconShuffleSharpFilled.tsx +++ b/src/IconShuffleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShuffleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconShutterSpeedAddOutlined.tsx b/src/IconShutterSpeedAddOutlined.tsx index c4fd3108f..4525cb6d0 100644 --- a/src/IconShutterSpeedAddOutlined.tsx +++ b/src/IconShutterSpeedAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedAddOutlined: React.FC = ({ ...props diff --git a/src/IconShutterSpeedAddOutlinedFilled.tsx b/src/IconShutterSpeedAddOutlinedFilled.tsx index 29334b83b..0e24c0f55 100644 --- a/src/IconShutterSpeedAddOutlinedFilled.tsx +++ b/src/IconShutterSpeedAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShutterSpeedAddRounded.tsx b/src/IconShutterSpeedAddRounded.tsx index aae9df211..c26327586 100644 --- a/src/IconShutterSpeedAddRounded.tsx +++ b/src/IconShutterSpeedAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedAddRounded: React.FC = ({ ...props diff --git a/src/IconShutterSpeedAddRoundedFilled.tsx b/src/IconShutterSpeedAddRoundedFilled.tsx index ecbf2dbf1..c02e6919c 100644 --- a/src/IconShutterSpeedAddRoundedFilled.tsx +++ b/src/IconShutterSpeedAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShutterSpeedAddSharp.tsx b/src/IconShutterSpeedAddSharp.tsx index c40fa4b1c..0f8292ce8 100644 --- a/src/IconShutterSpeedAddSharp.tsx +++ b/src/IconShutterSpeedAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShutterSpeedAddSharpFilled.tsx b/src/IconShutterSpeedAddSharpFilled.tsx index d7d7c08a7..bf8fcc84c 100644 --- a/src/IconShutterSpeedAddSharpFilled.tsx +++ b/src/IconShutterSpeedAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconShutterSpeedMinusOutlined.tsx b/src/IconShutterSpeedMinusOutlined.tsx index 36f0bf3d8..6b141b923 100644 --- a/src/IconShutterSpeedMinusOutlined.tsx +++ b/src/IconShutterSpeedMinusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedMinusOutlined: React.FC = ({ ...props diff --git a/src/IconShutterSpeedMinusOutlinedFilled.tsx b/src/IconShutterSpeedMinusOutlinedFilled.tsx index 93238c830..961e6f9be 100644 --- a/src/IconShutterSpeedMinusOutlinedFilled.tsx +++ b/src/IconShutterSpeedMinusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedMinusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShutterSpeedMinusRounded.tsx b/src/IconShutterSpeedMinusRounded.tsx index f451980f8..a957c6a2f 100644 --- a/src/IconShutterSpeedMinusRounded.tsx +++ b/src/IconShutterSpeedMinusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedMinusRounded: React.FC = ({ ...props diff --git a/src/IconShutterSpeedMinusRoundedFilled.tsx b/src/IconShutterSpeedMinusRoundedFilled.tsx index 829b2444d..bc7473ebe 100644 --- a/src/IconShutterSpeedMinusRoundedFilled.tsx +++ b/src/IconShutterSpeedMinusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedMinusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShutterSpeedMinusSharp.tsx b/src/IconShutterSpeedMinusSharp.tsx index 6243dc5f6..9ff9ea9f3 100644 --- a/src/IconShutterSpeedMinusSharp.tsx +++ b/src/IconShutterSpeedMinusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedMinusSharp: React.FC = ({ ...props diff --git a/src/IconShutterSpeedMinusSharpFilled.tsx b/src/IconShutterSpeedMinusSharpFilled.tsx index 575fe5322..8f0c106e4 100644 --- a/src/IconShutterSpeedMinusSharpFilled.tsx +++ b/src/IconShutterSpeedMinusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedMinusSharpFilled: React.FC = ({ ...props diff --git a/src/IconShutterSpeedOutlined.tsx b/src/IconShutterSpeedOutlined.tsx index 976454ffb..9f069f58c 100644 --- a/src/IconShutterSpeedOutlined.tsx +++ b/src/IconShutterSpeedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconShutterSpeedOutlinedFilled.tsx b/src/IconShutterSpeedOutlinedFilled.tsx index 480135f4e..930fcde1c 100644 --- a/src/IconShutterSpeedOutlinedFilled.tsx +++ b/src/IconShutterSpeedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconShutterSpeedRounded.tsx b/src/IconShutterSpeedRounded.tsx index 535b79411..7fcf3d187 100644 --- a/src/IconShutterSpeedRounded.tsx +++ b/src/IconShutterSpeedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconShutterSpeedRoundedFilled.tsx b/src/IconShutterSpeedRoundedFilled.tsx index 90612cffe..4ba224dfd 100644 --- a/src/IconShutterSpeedRoundedFilled.tsx +++ b/src/IconShutterSpeedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconShutterSpeedSharp.tsx b/src/IconShutterSpeedSharp.tsx index 0d664f3b0..dc457e743 100644 --- a/src/IconShutterSpeedSharp.tsx +++ b/src/IconShutterSpeedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconShutterSpeedSharpFilled.tsx b/src/IconShutterSpeedSharpFilled.tsx index 029268dfd..8e3d62e24 100644 --- a/src/IconShutterSpeedSharpFilled.tsx +++ b/src/IconShutterSpeedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconShutterSpeedSharpFilled: React.FC = ({ ...props diff --git a/src/IconSickOutlined.tsx b/src/IconSickOutlined.tsx index 7630cc1ce..ba66028da 100644 --- a/src/IconSickOutlined.tsx +++ b/src/IconSickOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSickOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSickOutlinedFilled.tsx b/src/IconSickOutlinedFilled.tsx index c8ed1b4ef..7af3d03f2 100644 --- a/src/IconSickOutlinedFilled.tsx +++ b/src/IconSickOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSickOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSickRounded.tsx b/src/IconSickRounded.tsx index da29c26a6..d53b90ed5 100644 --- a/src/IconSickRounded.tsx +++ b/src/IconSickRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSickRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSickRoundedFilled.tsx b/src/IconSickRoundedFilled.tsx index df221fc7c..ca999be02 100644 --- a/src/IconSickRoundedFilled.tsx +++ b/src/IconSickRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSickRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSickSharp.tsx b/src/IconSickSharp.tsx index d103596ce..2026035a3 100644 --- a/src/IconSickSharp.tsx +++ b/src/IconSickSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSickSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSickSharpFilled.tsx b/src/IconSickSharpFilled.tsx index dda254de5..2d2bb9caf 100644 --- a/src/IconSickSharpFilled.tsx +++ b/src/IconSickSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSickSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSideNavigationOutlined.tsx b/src/IconSideNavigationOutlined.tsx index fa5b7813a..c0bd94794 100644 --- a/src/IconSideNavigationOutlined.tsx +++ b/src/IconSideNavigationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSideNavigationOutlined: React.FC = ({ ...props diff --git a/src/IconSideNavigationOutlinedFilled.tsx b/src/IconSideNavigationOutlinedFilled.tsx index 5afd832b8..5980137b9 100644 --- a/src/IconSideNavigationOutlinedFilled.tsx +++ b/src/IconSideNavigationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSideNavigationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSideNavigationRounded.tsx b/src/IconSideNavigationRounded.tsx index b0f45a1b9..ad171a3e7 100644 --- a/src/IconSideNavigationRounded.tsx +++ b/src/IconSideNavigationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSideNavigationRounded: React.FC = ({ ...props diff --git a/src/IconSideNavigationRoundedFilled.tsx b/src/IconSideNavigationRoundedFilled.tsx index 104ea01b3..f1e408e5f 100644 --- a/src/IconSideNavigationRoundedFilled.tsx +++ b/src/IconSideNavigationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSideNavigationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSideNavigationSharp.tsx b/src/IconSideNavigationSharp.tsx index a0a0c9413..7569bd17b 100644 --- a/src/IconSideNavigationSharp.tsx +++ b/src/IconSideNavigationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSideNavigationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSideNavigationSharpFilled.tsx b/src/IconSideNavigationSharpFilled.tsx index 8be833404..033eaf3fd 100644 --- a/src/IconSideNavigationSharpFilled.tsx +++ b/src/IconSideNavigationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSideNavigationSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignLanguageOutlined.tsx b/src/IconSignLanguageOutlined.tsx index 73f925c7c..16b85b2d2 100644 --- a/src/IconSignLanguageOutlined.tsx +++ b/src/IconSignLanguageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignLanguageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSignLanguageOutlinedFilled.tsx b/src/IconSignLanguageOutlinedFilled.tsx index f625417e6..efa49dfec 100644 --- a/src/IconSignLanguageOutlinedFilled.tsx +++ b/src/IconSignLanguageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignLanguageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignLanguageRounded.tsx b/src/IconSignLanguageRounded.tsx index ceba8be3c..c3a9b2d08 100644 --- a/src/IconSignLanguageRounded.tsx +++ b/src/IconSignLanguageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignLanguageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSignLanguageRoundedFilled.tsx b/src/IconSignLanguageRoundedFilled.tsx index 5a03d86a8..8d610f96e 100644 --- a/src/IconSignLanguageRoundedFilled.tsx +++ b/src/IconSignLanguageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignLanguageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignLanguageSharp.tsx b/src/IconSignLanguageSharp.tsx index 5b51ffcfd..a718f011e 100644 --- a/src/IconSignLanguageSharp.tsx +++ b/src/IconSignLanguageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignLanguageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSignLanguageSharpFilled.tsx b/src/IconSignLanguageSharpFilled.tsx index e181eb3c1..126c5419e 100644 --- a/src/IconSignLanguageSharpFilled.tsx +++ b/src/IconSignLanguageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignLanguageSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular0BarOutlined.tsx b/src/IconSignalCellular0BarOutlined.tsx index d9c7f4eba..5f48c969f 100644 --- a/src/IconSignalCellular0BarOutlined.tsx +++ b/src/IconSignalCellular0BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular0BarOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellular0BarOutlinedFilled.tsx b/src/IconSignalCellular0BarOutlinedFilled.tsx index e75b37274..008484d77 100644 --- a/src/IconSignalCellular0BarOutlinedFilled.tsx +++ b/src/IconSignalCellular0BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular0BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular0BarRounded.tsx b/src/IconSignalCellular0BarRounded.tsx index ae9ac99b0..6583c04a0 100644 --- a/src/IconSignalCellular0BarRounded.tsx +++ b/src/IconSignalCellular0BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular0BarRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellular0BarRoundedFilled.tsx b/src/IconSignalCellular0BarRoundedFilled.tsx index 873e9ebc6..56eae590f 100644 --- a/src/IconSignalCellular0BarRoundedFilled.tsx +++ b/src/IconSignalCellular0BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular0BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular0BarSharp.tsx b/src/IconSignalCellular0BarSharp.tsx index e296c2cc7..f055d4544 100644 --- a/src/IconSignalCellular0BarSharp.tsx +++ b/src/IconSignalCellular0BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular0BarSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellular0BarSharpFilled.tsx b/src/IconSignalCellular0BarSharpFilled.tsx index 8196e6347..02d734318 100644 --- a/src/IconSignalCellular0BarSharpFilled.tsx +++ b/src/IconSignalCellular0BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular0BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular1BarOutlined.tsx b/src/IconSignalCellular1BarOutlined.tsx index 691965739..94a75e939 100644 --- a/src/IconSignalCellular1BarOutlined.tsx +++ b/src/IconSignalCellular1BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular1BarOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellular1BarOutlinedFilled.tsx b/src/IconSignalCellular1BarOutlinedFilled.tsx index 6de997f27..7348cbcce 100644 --- a/src/IconSignalCellular1BarOutlinedFilled.tsx +++ b/src/IconSignalCellular1BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular1BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular1BarRounded.tsx b/src/IconSignalCellular1BarRounded.tsx index 4d28c0bef..30b68b8e3 100644 --- a/src/IconSignalCellular1BarRounded.tsx +++ b/src/IconSignalCellular1BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular1BarRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellular1BarRoundedFilled.tsx b/src/IconSignalCellular1BarRoundedFilled.tsx index 9636f7575..8a2872ade 100644 --- a/src/IconSignalCellular1BarRoundedFilled.tsx +++ b/src/IconSignalCellular1BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular1BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular1BarSharp.tsx b/src/IconSignalCellular1BarSharp.tsx index 6745a8139..7808c80d1 100644 --- a/src/IconSignalCellular1BarSharp.tsx +++ b/src/IconSignalCellular1BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular1BarSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellular1BarSharpFilled.tsx b/src/IconSignalCellular1BarSharpFilled.tsx index cb72aa433..cce8dd668 100644 --- a/src/IconSignalCellular1BarSharpFilled.tsx +++ b/src/IconSignalCellular1BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular1BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular2BarOutlined.tsx b/src/IconSignalCellular2BarOutlined.tsx index 6dbdf0378..29dc3ae1d 100644 --- a/src/IconSignalCellular2BarOutlined.tsx +++ b/src/IconSignalCellular2BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular2BarOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellular2BarOutlinedFilled.tsx b/src/IconSignalCellular2BarOutlinedFilled.tsx index 6d0776390..0917fed03 100644 --- a/src/IconSignalCellular2BarOutlinedFilled.tsx +++ b/src/IconSignalCellular2BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular2BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular2BarRounded.tsx b/src/IconSignalCellular2BarRounded.tsx index 81b30bfa2..5a1d679a4 100644 --- a/src/IconSignalCellular2BarRounded.tsx +++ b/src/IconSignalCellular2BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular2BarRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellular2BarRoundedFilled.tsx b/src/IconSignalCellular2BarRoundedFilled.tsx index 3f0919157..01f8d014a 100644 --- a/src/IconSignalCellular2BarRoundedFilled.tsx +++ b/src/IconSignalCellular2BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular2BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular2BarSharp.tsx b/src/IconSignalCellular2BarSharp.tsx index b0afa5f33..5b80b70e7 100644 --- a/src/IconSignalCellular2BarSharp.tsx +++ b/src/IconSignalCellular2BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular2BarSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellular2BarSharpFilled.tsx b/src/IconSignalCellular2BarSharpFilled.tsx index cef207e3b..ff0acee5f 100644 --- a/src/IconSignalCellular2BarSharpFilled.tsx +++ b/src/IconSignalCellular2BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular2BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular3BarOutlined.tsx b/src/IconSignalCellular3BarOutlined.tsx index c6e5fd38b..caf9dd0ce 100644 --- a/src/IconSignalCellular3BarOutlined.tsx +++ b/src/IconSignalCellular3BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular3BarOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellular3BarOutlinedFilled.tsx b/src/IconSignalCellular3BarOutlinedFilled.tsx index a6e309558..777331910 100644 --- a/src/IconSignalCellular3BarOutlinedFilled.tsx +++ b/src/IconSignalCellular3BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular3BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular3BarRounded.tsx b/src/IconSignalCellular3BarRounded.tsx index c08a58835..7f93e8275 100644 --- a/src/IconSignalCellular3BarRounded.tsx +++ b/src/IconSignalCellular3BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular3BarRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellular3BarRoundedFilled.tsx b/src/IconSignalCellular3BarRoundedFilled.tsx index 3ec97ce6b..50337a5ff 100644 --- a/src/IconSignalCellular3BarRoundedFilled.tsx +++ b/src/IconSignalCellular3BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular3BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular3BarSharp.tsx b/src/IconSignalCellular3BarSharp.tsx index a14cbfaf3..f2a27e777 100644 --- a/src/IconSignalCellular3BarSharp.tsx +++ b/src/IconSignalCellular3BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular3BarSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellular3BarSharpFilled.tsx b/src/IconSignalCellular3BarSharpFilled.tsx index c8ff1e763..fbd496b97 100644 --- a/src/IconSignalCellular3BarSharpFilled.tsx +++ b/src/IconSignalCellular3BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular3BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular4BarOutlined.tsx b/src/IconSignalCellular4BarOutlined.tsx index 963273b16..4e963f87b 100644 --- a/src/IconSignalCellular4BarOutlined.tsx +++ b/src/IconSignalCellular4BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular4BarOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellular4BarOutlinedFilled.tsx b/src/IconSignalCellular4BarOutlinedFilled.tsx index 9859c9f49..8ae15d8b5 100644 --- a/src/IconSignalCellular4BarOutlinedFilled.tsx +++ b/src/IconSignalCellular4BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular4BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular4BarRounded.tsx b/src/IconSignalCellular4BarRounded.tsx index 9bfb92921..e7a1d7e1e 100644 --- a/src/IconSignalCellular4BarRounded.tsx +++ b/src/IconSignalCellular4BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular4BarRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellular4BarRoundedFilled.tsx b/src/IconSignalCellular4BarRoundedFilled.tsx index 5b6c057e7..829cd435d 100644 --- a/src/IconSignalCellular4BarRoundedFilled.tsx +++ b/src/IconSignalCellular4BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular4BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellular4BarSharp.tsx b/src/IconSignalCellular4BarSharp.tsx index 5bdf0b327..14e8a878e 100644 --- a/src/IconSignalCellular4BarSharp.tsx +++ b/src/IconSignalCellular4BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular4BarSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellular4BarSharpFilled.tsx b/src/IconSignalCellular4BarSharpFilled.tsx index eb314aed9..067e1434b 100644 --- a/src/IconSignalCellular4BarSharpFilled.tsx +++ b/src/IconSignalCellular4BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellular4BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAddOutlined.tsx b/src/IconSignalCellularAddOutlined.tsx index ca3b07700..5211aadf3 100644 --- a/src/IconSignalCellularAddOutlined.tsx +++ b/src/IconSignalCellularAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAddOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellularAddOutlinedFilled.tsx b/src/IconSignalCellularAddOutlinedFilled.tsx index e59781a6d..86eb8120e 100644 --- a/src/IconSignalCellularAddOutlinedFilled.tsx +++ b/src/IconSignalCellularAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAddRounded.tsx b/src/IconSignalCellularAddRounded.tsx index 20b752828..542800a91 100644 --- a/src/IconSignalCellularAddRounded.tsx +++ b/src/IconSignalCellularAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAddRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellularAddRoundedFilled.tsx b/src/IconSignalCellularAddRoundedFilled.tsx index 50525e13d..2d7824fd1 100644 --- a/src/IconSignalCellularAddRoundedFilled.tsx +++ b/src/IconSignalCellularAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAddSharp.tsx b/src/IconSignalCellularAddSharp.tsx index f29134616..ac17342b5 100644 --- a/src/IconSignalCellularAddSharp.tsx +++ b/src/IconSignalCellularAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAddSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellularAddSharpFilled.tsx b/src/IconSignalCellularAddSharpFilled.tsx index ab5c3e4d2..4bc65e5dc 100644 --- a/src/IconSignalCellularAddSharpFilled.tsx +++ b/src/IconSignalCellularAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt1BarOutlined.tsx b/src/IconSignalCellularAlt1BarOutlined.tsx index 9ab24d660..bf047130b 100644 --- a/src/IconSignalCellularAlt1BarOutlined.tsx +++ b/src/IconSignalCellularAlt1BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt1BarOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt1BarOutlinedFilled.tsx b/src/IconSignalCellularAlt1BarOutlinedFilled.tsx index 44f7b92e6..c7f944d96 100644 --- a/src/IconSignalCellularAlt1BarOutlinedFilled.tsx +++ b/src/IconSignalCellularAlt1BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt1BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt1BarRounded.tsx b/src/IconSignalCellularAlt1BarRounded.tsx index 78c1f22c8..2590edd7f 100644 --- a/src/IconSignalCellularAlt1BarRounded.tsx +++ b/src/IconSignalCellularAlt1BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt1BarRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt1BarRoundedFilled.tsx b/src/IconSignalCellularAlt1BarRoundedFilled.tsx index 18e0cef96..7d7adb0bc 100644 --- a/src/IconSignalCellularAlt1BarRoundedFilled.tsx +++ b/src/IconSignalCellularAlt1BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt1BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt1BarSharp.tsx b/src/IconSignalCellularAlt1BarSharp.tsx index 987a644e4..b0c668fe7 100644 --- a/src/IconSignalCellularAlt1BarSharp.tsx +++ b/src/IconSignalCellularAlt1BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt1BarSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt1BarSharpFilled.tsx b/src/IconSignalCellularAlt1BarSharpFilled.tsx index 8b115891c..ee6fcbcd3 100644 --- a/src/IconSignalCellularAlt1BarSharpFilled.tsx +++ b/src/IconSignalCellularAlt1BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt1BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt2BarOutlined.tsx b/src/IconSignalCellularAlt2BarOutlined.tsx index a4c3062b7..1b01c08fc 100644 --- a/src/IconSignalCellularAlt2BarOutlined.tsx +++ b/src/IconSignalCellularAlt2BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt2BarOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt2BarOutlinedFilled.tsx b/src/IconSignalCellularAlt2BarOutlinedFilled.tsx index 599c9333f..258928007 100644 --- a/src/IconSignalCellularAlt2BarOutlinedFilled.tsx +++ b/src/IconSignalCellularAlt2BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt2BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt2BarRounded.tsx b/src/IconSignalCellularAlt2BarRounded.tsx index 0114502e0..fdae01604 100644 --- a/src/IconSignalCellularAlt2BarRounded.tsx +++ b/src/IconSignalCellularAlt2BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt2BarRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt2BarRoundedFilled.tsx b/src/IconSignalCellularAlt2BarRoundedFilled.tsx index addd6b987..e201b5946 100644 --- a/src/IconSignalCellularAlt2BarRoundedFilled.tsx +++ b/src/IconSignalCellularAlt2BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt2BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt2BarSharp.tsx b/src/IconSignalCellularAlt2BarSharp.tsx index 01c252a5d..c99f796b9 100644 --- a/src/IconSignalCellularAlt2BarSharp.tsx +++ b/src/IconSignalCellularAlt2BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt2BarSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellularAlt2BarSharpFilled.tsx b/src/IconSignalCellularAlt2BarSharpFilled.tsx index e14a46134..3060a3f5a 100644 --- a/src/IconSignalCellularAlt2BarSharpFilled.tsx +++ b/src/IconSignalCellularAlt2BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAlt2BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAltOutlined.tsx b/src/IconSignalCellularAltOutlined.tsx index f55e440a3..64253cac5 100644 --- a/src/IconSignalCellularAltOutlined.tsx +++ b/src/IconSignalCellularAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAltOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellularAltOutlinedFilled.tsx b/src/IconSignalCellularAltOutlinedFilled.tsx index 60ea15bf5..20bcea99e 100644 --- a/src/IconSignalCellularAltOutlinedFilled.tsx +++ b/src/IconSignalCellularAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAltRounded.tsx b/src/IconSignalCellularAltRounded.tsx index 4454524cc..78b0a8893 100644 --- a/src/IconSignalCellularAltRounded.tsx +++ b/src/IconSignalCellularAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAltRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellularAltRoundedFilled.tsx b/src/IconSignalCellularAltRoundedFilled.tsx index 7ebae7e7d..a8360777a 100644 --- a/src/IconSignalCellularAltRoundedFilled.tsx +++ b/src/IconSignalCellularAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularAltSharp.tsx b/src/IconSignalCellularAltSharp.tsx index 83e2dc3c3..a88bd781e 100644 --- a/src/IconSignalCellularAltSharp.tsx +++ b/src/IconSignalCellularAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAltSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellularAltSharpFilled.tsx b/src/IconSignalCellularAltSharpFilled.tsx index 513bf747f..a1c87ecb1 100644 --- a/src/IconSignalCellularAltSharpFilled.tsx +++ b/src/IconSignalCellularAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularConnectedNoInternet0BarOutlined.tsx b/src/IconSignalCellularConnectedNoInternet0BarOutlined.tsx index 1d7b0d675..74c32d6cd 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarOutlined.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet0BarOutlined: React.FC< IconProps diff --git a/src/IconSignalCellularConnectedNoInternet0BarOutlinedFilled.tsx b/src/IconSignalCellularConnectedNoInternet0BarOutlinedFilled.tsx index b0a391cd5..a0ac236b3 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarOutlinedFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet0BarOutlinedFilled: React.FC< IconProps diff --git a/src/IconSignalCellularConnectedNoInternet0BarRounded.tsx b/src/IconSignalCellularConnectedNoInternet0BarRounded.tsx index 9005391f6..38c0f9bbc 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarRounded.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet0BarRounded: React.FC< IconProps diff --git a/src/IconSignalCellularConnectedNoInternet0BarRoundedFilled.tsx b/src/IconSignalCellularConnectedNoInternet0BarRoundedFilled.tsx index 8a4f60b33..a940960d7 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarRoundedFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet0BarRoundedFilled: React.FC< IconProps diff --git a/src/IconSignalCellularConnectedNoInternet0BarSharp.tsx b/src/IconSignalCellularConnectedNoInternet0BarSharp.tsx index ec99639a8..9c71679cd 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarSharp.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet0BarSharp: React.FC< IconProps diff --git a/src/IconSignalCellularConnectedNoInternet0BarSharpFilled.tsx b/src/IconSignalCellularConnectedNoInternet0BarSharpFilled.tsx index 759076c82..626223632 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarSharpFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet0BarSharpFilled: React.FC< IconProps diff --git a/src/IconSignalCellularConnectedNoInternet4BarOutlined.tsx b/src/IconSignalCellularConnectedNoInternet4BarOutlined.tsx index fb9190c4e..e6eb9257c 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarOutlined.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet4BarOutlined: React.FC< IconProps diff --git a/src/IconSignalCellularConnectedNoInternet4BarOutlinedFilled.tsx b/src/IconSignalCellularConnectedNoInternet4BarOutlinedFilled.tsx index 87c43e628..d5c3e867d 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarOutlinedFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet4BarOutlinedFilled: React.FC< IconProps diff --git a/src/IconSignalCellularConnectedNoInternet4BarRounded.tsx b/src/IconSignalCellularConnectedNoInternet4BarRounded.tsx index d14ddd65b..b620bcae5 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarRounded.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet4BarRounded: React.FC< IconProps diff --git a/src/IconSignalCellularConnectedNoInternet4BarRoundedFilled.tsx b/src/IconSignalCellularConnectedNoInternet4BarRoundedFilled.tsx index e9928418d..71112ac02 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarRoundedFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet4BarRoundedFilled: React.FC< IconProps diff --git a/src/IconSignalCellularConnectedNoInternet4BarSharp.tsx b/src/IconSignalCellularConnectedNoInternet4BarSharp.tsx index ef9ed4806..e78c45b8d 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarSharp.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet4BarSharp: React.FC< IconProps diff --git a/src/IconSignalCellularConnectedNoInternet4BarSharpFilled.tsx b/src/IconSignalCellularConnectedNoInternet4BarSharpFilled.tsx index 9168a13e1..df1d38f2b 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarSharpFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularConnectedNoInternet4BarSharpFilled: React.FC< IconProps diff --git a/src/IconSignalCellularNodataOutlined.tsx b/src/IconSignalCellularNodataOutlined.tsx index 9bc126a56..05cc3c682 100644 --- a/src/IconSignalCellularNodataOutlined.tsx +++ b/src/IconSignalCellularNodataOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNodataOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellularNodataOutlinedFilled.tsx b/src/IconSignalCellularNodataOutlinedFilled.tsx index 7b292ffc0..ea4addd36 100644 --- a/src/IconSignalCellularNodataOutlinedFilled.tsx +++ b/src/IconSignalCellularNodataOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNodataOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularNodataRounded.tsx b/src/IconSignalCellularNodataRounded.tsx index 6c2d2d7f1..20ef3a984 100644 --- a/src/IconSignalCellularNodataRounded.tsx +++ b/src/IconSignalCellularNodataRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNodataRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellularNodataRoundedFilled.tsx b/src/IconSignalCellularNodataRoundedFilled.tsx index 91b72b373..95ba85387 100644 --- a/src/IconSignalCellularNodataRoundedFilled.tsx +++ b/src/IconSignalCellularNodataRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNodataRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularNodataSharp.tsx b/src/IconSignalCellularNodataSharp.tsx index 650757f8c..ba971e641 100644 --- a/src/IconSignalCellularNodataSharp.tsx +++ b/src/IconSignalCellularNodataSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNodataSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellularNodataSharpFilled.tsx b/src/IconSignalCellularNodataSharpFilled.tsx index 840d5017f..f3ad8e880 100644 --- a/src/IconSignalCellularNodataSharpFilled.tsx +++ b/src/IconSignalCellularNodataSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNodataSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularNullOutlined.tsx b/src/IconSignalCellularNullOutlined.tsx index d717403c6..34985497c 100644 --- a/src/IconSignalCellularNullOutlined.tsx +++ b/src/IconSignalCellularNullOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNullOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellularNullOutlinedFilled.tsx b/src/IconSignalCellularNullOutlinedFilled.tsx index 9da3e9345..5a92c357d 100644 --- a/src/IconSignalCellularNullOutlinedFilled.tsx +++ b/src/IconSignalCellularNullOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNullOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularNullRounded.tsx b/src/IconSignalCellularNullRounded.tsx index 25e2dffd0..a1340cc9d 100644 --- a/src/IconSignalCellularNullRounded.tsx +++ b/src/IconSignalCellularNullRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNullRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellularNullRoundedFilled.tsx b/src/IconSignalCellularNullRoundedFilled.tsx index c5ed37bd6..d5ac05c44 100644 --- a/src/IconSignalCellularNullRoundedFilled.tsx +++ b/src/IconSignalCellularNullRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNullRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularNullSharp.tsx b/src/IconSignalCellularNullSharp.tsx index fc8b67726..91b33e9e7 100644 --- a/src/IconSignalCellularNullSharp.tsx +++ b/src/IconSignalCellularNullSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNullSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellularNullSharpFilled.tsx b/src/IconSignalCellularNullSharpFilled.tsx index 744366533..ab3e1c665 100644 --- a/src/IconSignalCellularNullSharpFilled.tsx +++ b/src/IconSignalCellularNullSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularNullSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularOffOutlined.tsx b/src/IconSignalCellularOffOutlined.tsx index 42b9fc4ad..e9940efbb 100644 --- a/src/IconSignalCellularOffOutlined.tsx +++ b/src/IconSignalCellularOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularOffOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellularOffOutlinedFilled.tsx b/src/IconSignalCellularOffOutlinedFilled.tsx index 0361a4f3d..7f0829765 100644 --- a/src/IconSignalCellularOffOutlinedFilled.tsx +++ b/src/IconSignalCellularOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularOffRounded.tsx b/src/IconSignalCellularOffRounded.tsx index 1dc78ad4a..72a29d549 100644 --- a/src/IconSignalCellularOffRounded.tsx +++ b/src/IconSignalCellularOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularOffRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellularOffRoundedFilled.tsx b/src/IconSignalCellularOffRoundedFilled.tsx index 86a31b8cb..abe18f0cc 100644 --- a/src/IconSignalCellularOffRoundedFilled.tsx +++ b/src/IconSignalCellularOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularOffSharp.tsx b/src/IconSignalCellularOffSharp.tsx index 69734026d..128fbe2e2 100644 --- a/src/IconSignalCellularOffSharp.tsx +++ b/src/IconSignalCellularOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularOffSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellularOffSharpFilled.tsx b/src/IconSignalCellularOffSharpFilled.tsx index be1f5009b..5643d7e7a 100644 --- a/src/IconSignalCellularOffSharpFilled.tsx +++ b/src/IconSignalCellularOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularPauseOutlined.tsx b/src/IconSignalCellularPauseOutlined.tsx index f65e19a73..5d0f5df19 100644 --- a/src/IconSignalCellularPauseOutlined.tsx +++ b/src/IconSignalCellularPauseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularPauseOutlined: React.FC = ({ ...props diff --git a/src/IconSignalCellularPauseOutlinedFilled.tsx b/src/IconSignalCellularPauseOutlinedFilled.tsx index a98cffae9..28ef67c36 100644 --- a/src/IconSignalCellularPauseOutlinedFilled.tsx +++ b/src/IconSignalCellularPauseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularPauseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularPauseRounded.tsx b/src/IconSignalCellularPauseRounded.tsx index 2cf988e9c..a309d75c0 100644 --- a/src/IconSignalCellularPauseRounded.tsx +++ b/src/IconSignalCellularPauseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularPauseRounded: React.FC = ({ ...props diff --git a/src/IconSignalCellularPauseRoundedFilled.tsx b/src/IconSignalCellularPauseRoundedFilled.tsx index da04210ea..2abbbc8a8 100644 --- a/src/IconSignalCellularPauseRoundedFilled.tsx +++ b/src/IconSignalCellularPauseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularPauseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalCellularPauseSharp.tsx b/src/IconSignalCellularPauseSharp.tsx index 1fb109424..cdc40fd8e 100644 --- a/src/IconSignalCellularPauseSharp.tsx +++ b/src/IconSignalCellularPauseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularPauseSharp: React.FC = ({ ...props diff --git a/src/IconSignalCellularPauseSharpFilled.tsx b/src/IconSignalCellularPauseSharpFilled.tsx index ccddcde39..6e81a8d06 100644 --- a/src/IconSignalCellularPauseSharpFilled.tsx +++ b/src/IconSignalCellularPauseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalCellularPauseSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalDisconnectedOutlined.tsx b/src/IconSignalDisconnectedOutlined.tsx index c614e68ed..d206f41be 100644 --- a/src/IconSignalDisconnectedOutlined.tsx +++ b/src/IconSignalDisconnectedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalDisconnectedOutlined: React.FC = ({ ...props diff --git a/src/IconSignalDisconnectedOutlinedFilled.tsx b/src/IconSignalDisconnectedOutlinedFilled.tsx index c6b2c62a9..7cf098ddb 100644 --- a/src/IconSignalDisconnectedOutlinedFilled.tsx +++ b/src/IconSignalDisconnectedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalDisconnectedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalDisconnectedRounded.tsx b/src/IconSignalDisconnectedRounded.tsx index bd173d8d6..6c63104dc 100644 --- a/src/IconSignalDisconnectedRounded.tsx +++ b/src/IconSignalDisconnectedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalDisconnectedRounded: React.FC = ({ ...props diff --git a/src/IconSignalDisconnectedRoundedFilled.tsx b/src/IconSignalDisconnectedRoundedFilled.tsx index 887e05b9d..537c60b2b 100644 --- a/src/IconSignalDisconnectedRoundedFilled.tsx +++ b/src/IconSignalDisconnectedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalDisconnectedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalDisconnectedSharp.tsx b/src/IconSignalDisconnectedSharp.tsx index 72dad8581..4e2a5b88e 100644 --- a/src/IconSignalDisconnectedSharp.tsx +++ b/src/IconSignalDisconnectedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalDisconnectedSharp: React.FC = ({ ...props diff --git a/src/IconSignalDisconnectedSharpFilled.tsx b/src/IconSignalDisconnectedSharpFilled.tsx index c32c98123..36aaacf3d 100644 --- a/src/IconSignalDisconnectedSharpFilled.tsx +++ b/src/IconSignalDisconnectedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalDisconnectedSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifi0BarOutlined.tsx b/src/IconSignalWifi0BarOutlined.tsx index 73e94e2a9..3dbc6046c 100644 --- a/src/IconSignalWifi0BarOutlined.tsx +++ b/src/IconSignalWifi0BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi0BarOutlined: React.FC = ({ ...props diff --git a/src/IconSignalWifi0BarOutlinedFilled.tsx b/src/IconSignalWifi0BarOutlinedFilled.tsx index 179a6054d..c16bbc954 100644 --- a/src/IconSignalWifi0BarOutlinedFilled.tsx +++ b/src/IconSignalWifi0BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi0BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifi0BarRounded.tsx b/src/IconSignalWifi0BarRounded.tsx index 83ee66d16..6a0abb381 100644 --- a/src/IconSignalWifi0BarRounded.tsx +++ b/src/IconSignalWifi0BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi0BarRounded: React.FC = ({ ...props diff --git a/src/IconSignalWifi0BarRoundedFilled.tsx b/src/IconSignalWifi0BarRoundedFilled.tsx index e78f48bca..92dad2b8b 100644 --- a/src/IconSignalWifi0BarRoundedFilled.tsx +++ b/src/IconSignalWifi0BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi0BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifi0BarSharp.tsx b/src/IconSignalWifi0BarSharp.tsx index 21372129e..66d4c0256 100644 --- a/src/IconSignalWifi0BarSharp.tsx +++ b/src/IconSignalWifi0BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi0BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSignalWifi0BarSharpFilled.tsx b/src/IconSignalWifi0BarSharpFilled.tsx index a4b3ca9f7..4c1e95996 100644 --- a/src/IconSignalWifi0BarSharpFilled.tsx +++ b/src/IconSignalWifi0BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi0BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifi4BarOutlined.tsx b/src/IconSignalWifi4BarOutlined.tsx index 46c8ede34..ad4e92d14 100644 --- a/src/IconSignalWifi4BarOutlined.tsx +++ b/src/IconSignalWifi4BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi4BarOutlined: React.FC = ({ ...props diff --git a/src/IconSignalWifi4BarOutlinedFilled.tsx b/src/IconSignalWifi4BarOutlinedFilled.tsx index dceeea21e..25107cbb1 100644 --- a/src/IconSignalWifi4BarOutlinedFilled.tsx +++ b/src/IconSignalWifi4BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi4BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifi4BarRounded.tsx b/src/IconSignalWifi4BarRounded.tsx index dbad6f7a0..a738250ec 100644 --- a/src/IconSignalWifi4BarRounded.tsx +++ b/src/IconSignalWifi4BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi4BarRounded: React.FC = ({ ...props diff --git a/src/IconSignalWifi4BarRoundedFilled.tsx b/src/IconSignalWifi4BarRoundedFilled.tsx index 296a6f010..6f978704f 100644 --- a/src/IconSignalWifi4BarRoundedFilled.tsx +++ b/src/IconSignalWifi4BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi4BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifi4BarSharp.tsx b/src/IconSignalWifi4BarSharp.tsx index 0dd5b490e..e58f64635 100644 --- a/src/IconSignalWifi4BarSharp.tsx +++ b/src/IconSignalWifi4BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi4BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSignalWifi4BarSharpFilled.tsx b/src/IconSignalWifi4BarSharpFilled.tsx index 221ea138a..ef1bf2664 100644 --- a/src/IconSignalWifi4BarSharpFilled.tsx +++ b/src/IconSignalWifi4BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifi4BarSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifiBadOutlined.tsx b/src/IconSignalWifiBadOutlined.tsx index e59013db4..ea5a75368 100644 --- a/src/IconSignalWifiBadOutlined.tsx +++ b/src/IconSignalWifiBadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiBadOutlined: React.FC = ({ ...props diff --git a/src/IconSignalWifiBadOutlinedFilled.tsx b/src/IconSignalWifiBadOutlinedFilled.tsx index c28c4d217..efb67131d 100644 --- a/src/IconSignalWifiBadOutlinedFilled.tsx +++ b/src/IconSignalWifiBadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiBadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifiBadRounded.tsx b/src/IconSignalWifiBadRounded.tsx index 02f70b229..2de9e49b9 100644 --- a/src/IconSignalWifiBadRounded.tsx +++ b/src/IconSignalWifiBadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiBadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSignalWifiBadRoundedFilled.tsx b/src/IconSignalWifiBadRoundedFilled.tsx index 01e8d0f68..02b13667f 100644 --- a/src/IconSignalWifiBadRoundedFilled.tsx +++ b/src/IconSignalWifiBadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiBadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifiBadSharp.tsx b/src/IconSignalWifiBadSharp.tsx index d32e1bab8..886d0fd30 100644 --- a/src/IconSignalWifiBadSharp.tsx +++ b/src/IconSignalWifiBadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiBadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSignalWifiBadSharpFilled.tsx b/src/IconSignalWifiBadSharpFilled.tsx index f01f7b3ae..9692c7c04 100644 --- a/src/IconSignalWifiBadSharpFilled.tsx +++ b/src/IconSignalWifiBadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiBadSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifiOffOutlined.tsx b/src/IconSignalWifiOffOutlined.tsx index a300a0514..9eb4af48e 100644 --- a/src/IconSignalWifiOffOutlined.tsx +++ b/src/IconSignalWifiOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiOffOutlined: React.FC = ({ ...props diff --git a/src/IconSignalWifiOffOutlinedFilled.tsx b/src/IconSignalWifiOffOutlinedFilled.tsx index e02d1666b..4498938ad 100644 --- a/src/IconSignalWifiOffOutlinedFilled.tsx +++ b/src/IconSignalWifiOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifiOffRounded.tsx b/src/IconSignalWifiOffRounded.tsx index d8caeab7a..01f5fd786 100644 --- a/src/IconSignalWifiOffRounded.tsx +++ b/src/IconSignalWifiOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSignalWifiOffRoundedFilled.tsx b/src/IconSignalWifiOffRoundedFilled.tsx index 6e86dccbe..231a7e794 100644 --- a/src/IconSignalWifiOffRoundedFilled.tsx +++ b/src/IconSignalWifiOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifiOffSharp.tsx b/src/IconSignalWifiOffSharp.tsx index 7c488f572..250ec5f38 100644 --- a/src/IconSignalWifiOffSharp.tsx +++ b/src/IconSignalWifiOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSignalWifiOffSharpFilled.tsx b/src/IconSignalWifiOffSharpFilled.tsx index 24ef9eeb7..b95d4ef83 100644 --- a/src/IconSignalWifiOffSharpFilled.tsx +++ b/src/IconSignalWifiOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifiStatusbarNotConnectedOutlined.tsx b/src/IconSignalWifiStatusbarNotConnectedOutlined.tsx index fc0789dfe..a700d54d0 100644 --- a/src/IconSignalWifiStatusbarNotConnectedOutlined.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNotConnectedOutlined: React.FC< IconProps diff --git a/src/IconSignalWifiStatusbarNotConnectedOutlinedFilled.tsx b/src/IconSignalWifiStatusbarNotConnectedOutlinedFilled.tsx index 0c0a70e13..148cf55e0 100644 --- a/src/IconSignalWifiStatusbarNotConnectedOutlinedFilled.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNotConnectedOutlinedFilled: React.FC< IconProps diff --git a/src/IconSignalWifiStatusbarNotConnectedRounded.tsx b/src/IconSignalWifiStatusbarNotConnectedRounded.tsx index 920ffadf6..876c297a3 100644 --- a/src/IconSignalWifiStatusbarNotConnectedRounded.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNotConnectedRounded: React.FC< IconProps diff --git a/src/IconSignalWifiStatusbarNotConnectedRoundedFilled.tsx b/src/IconSignalWifiStatusbarNotConnectedRoundedFilled.tsx index 7111081b7..b247332e8 100644 --- a/src/IconSignalWifiStatusbarNotConnectedRoundedFilled.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNotConnectedRoundedFilled: React.FC< IconProps diff --git a/src/IconSignalWifiStatusbarNotConnectedSharp.tsx b/src/IconSignalWifiStatusbarNotConnectedSharp.tsx index b2c9dd28c..18658d245 100644 --- a/src/IconSignalWifiStatusbarNotConnectedSharp.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNotConnectedSharp: React.FC = ({ ...props diff --git a/src/IconSignalWifiStatusbarNotConnectedSharpFilled.tsx b/src/IconSignalWifiStatusbarNotConnectedSharpFilled.tsx index 4b1441d9f..71dc72a2b 100644 --- a/src/IconSignalWifiStatusbarNotConnectedSharpFilled.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNotConnectedSharpFilled: React.FC< IconProps diff --git a/src/IconSignalWifiStatusbarNullOutlined.tsx b/src/IconSignalWifiStatusbarNullOutlined.tsx index 4b2af1210..fb3448d60 100644 --- a/src/IconSignalWifiStatusbarNullOutlined.tsx +++ b/src/IconSignalWifiStatusbarNullOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNullOutlined: React.FC = ({ ...props diff --git a/src/IconSignalWifiStatusbarNullOutlinedFilled.tsx b/src/IconSignalWifiStatusbarNullOutlinedFilled.tsx index b80f0d815..8b0ed74f0 100644 --- a/src/IconSignalWifiStatusbarNullOutlinedFilled.tsx +++ b/src/IconSignalWifiStatusbarNullOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNullOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifiStatusbarNullRounded.tsx b/src/IconSignalWifiStatusbarNullRounded.tsx index 1beb58fc3..330f22a67 100644 --- a/src/IconSignalWifiStatusbarNullRounded.tsx +++ b/src/IconSignalWifiStatusbarNullRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNullRounded: React.FC = ({ ...props diff --git a/src/IconSignalWifiStatusbarNullRoundedFilled.tsx b/src/IconSignalWifiStatusbarNullRoundedFilled.tsx index 2c6dc1638..7e5a3a334 100644 --- a/src/IconSignalWifiStatusbarNullRoundedFilled.tsx +++ b/src/IconSignalWifiStatusbarNullRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNullRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignalWifiStatusbarNullSharp.tsx b/src/IconSignalWifiStatusbarNullSharp.tsx index b99bf2afa..93b03d701 100644 --- a/src/IconSignalWifiStatusbarNullSharp.tsx +++ b/src/IconSignalWifiStatusbarNullSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNullSharp: React.FC = ({ ...props diff --git a/src/IconSignalWifiStatusbarNullSharpFilled.tsx b/src/IconSignalWifiStatusbarNullSharpFilled.tsx index 77281553e..a6931bcbf 100644 --- a/src/IconSignalWifiStatusbarNullSharpFilled.tsx +++ b/src/IconSignalWifiStatusbarNullSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignalWifiStatusbarNullSharpFilled: React.FC = ({ ...props diff --git a/src/IconSignatureOutlined.tsx b/src/IconSignatureOutlined.tsx index 950437852..aa654035b 100644 --- a/src/IconSignatureOutlined.tsx +++ b/src/IconSignatureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignatureOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSignatureOutlinedFilled.tsx b/src/IconSignatureOutlinedFilled.tsx index b3aad156b..d518ce96c 100644 --- a/src/IconSignatureOutlinedFilled.tsx +++ b/src/IconSignatureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignatureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignatureRounded.tsx b/src/IconSignatureRounded.tsx index bef01d4e2..3ac0a1140 100644 --- a/src/IconSignatureRounded.tsx +++ b/src/IconSignatureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignatureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSignatureRoundedFilled.tsx b/src/IconSignatureRoundedFilled.tsx index 5f7ba0511..5d8768253 100644 --- a/src/IconSignatureRoundedFilled.tsx +++ b/src/IconSignatureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignatureRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignatureSharp.tsx b/src/IconSignatureSharp.tsx index ee143b6ce..369066057 100644 --- a/src/IconSignatureSharp.tsx +++ b/src/IconSignatureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignatureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSignatureSharpFilled.tsx b/src/IconSignatureSharpFilled.tsx index bbc1dd85d..e2b98d646 100644 --- a/src/IconSignatureSharpFilled.tsx +++ b/src/IconSignatureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignatureSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSignpostOutlined.tsx b/src/IconSignpostOutlined.tsx index 0e1f1e471..4e49cbb96 100644 --- a/src/IconSignpostOutlined.tsx +++ b/src/IconSignpostOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignpostOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSignpostOutlinedFilled.tsx b/src/IconSignpostOutlinedFilled.tsx index 90973f1d5..9e9a16069 100644 --- a/src/IconSignpostOutlinedFilled.tsx +++ b/src/IconSignpostOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignpostOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSignpostRounded.tsx b/src/IconSignpostRounded.tsx index aaa44ce79..7c82078c4 100644 --- a/src/IconSignpostRounded.tsx +++ b/src/IconSignpostRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignpostRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSignpostRoundedFilled.tsx b/src/IconSignpostRoundedFilled.tsx index 80562f4fa..7b2760d93 100644 --- a/src/IconSignpostRoundedFilled.tsx +++ b/src/IconSignpostRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignpostRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSignpostSharp.tsx b/src/IconSignpostSharp.tsx index 114c8cb74..cfd93e964 100644 --- a/src/IconSignpostSharp.tsx +++ b/src/IconSignpostSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignpostSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSignpostSharpFilled.tsx b/src/IconSignpostSharpFilled.tsx index 97e37a27a..7a8cda96b 100644 --- a/src/IconSignpostSharpFilled.tsx +++ b/src/IconSignpostSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSignpostSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSimCardDownloadOutlined.tsx b/src/IconSimCardDownloadOutlined.tsx index 1f79a12df..dade75201 100644 --- a/src/IconSimCardDownloadOutlined.tsx +++ b/src/IconSimCardDownloadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardDownloadOutlined: React.FC = ({ ...props diff --git a/src/IconSimCardDownloadOutlinedFilled.tsx b/src/IconSimCardDownloadOutlinedFilled.tsx index b88da9df4..8bd02a2a6 100644 --- a/src/IconSimCardDownloadOutlinedFilled.tsx +++ b/src/IconSimCardDownloadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardDownloadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSimCardDownloadRounded.tsx b/src/IconSimCardDownloadRounded.tsx index 7dc03155b..6ffe17b33 100644 --- a/src/IconSimCardDownloadRounded.tsx +++ b/src/IconSimCardDownloadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardDownloadRounded: React.FC = ({ ...props diff --git a/src/IconSimCardDownloadRoundedFilled.tsx b/src/IconSimCardDownloadRoundedFilled.tsx index ed92392b2..aa7520149 100644 --- a/src/IconSimCardDownloadRoundedFilled.tsx +++ b/src/IconSimCardDownloadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardDownloadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSimCardDownloadSharp.tsx b/src/IconSimCardDownloadSharp.tsx index e095d11bc..c7478bcaf 100644 --- a/src/IconSimCardDownloadSharp.tsx +++ b/src/IconSimCardDownloadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardDownloadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSimCardDownloadSharpFilled.tsx b/src/IconSimCardDownloadSharpFilled.tsx index a28594af1..995c2433e 100644 --- a/src/IconSimCardDownloadSharpFilled.tsx +++ b/src/IconSimCardDownloadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardDownloadSharpFilled: React.FC = ({ ...props diff --git a/src/IconSimCardOutlined.tsx b/src/IconSimCardOutlined.tsx index e0b3354a9..78776d736 100644 --- a/src/IconSimCardOutlined.tsx +++ b/src/IconSimCardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSimCardOutlinedFilled.tsx b/src/IconSimCardOutlinedFilled.tsx index 85c0a5071..dbe69cf83 100644 --- a/src/IconSimCardOutlinedFilled.tsx +++ b/src/IconSimCardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSimCardRounded.tsx b/src/IconSimCardRounded.tsx index 9ba6715a7..365138b31 100644 --- a/src/IconSimCardRounded.tsx +++ b/src/IconSimCardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSimCardRoundedFilled.tsx b/src/IconSimCardRoundedFilled.tsx index eb7d1ff4d..ff9c41549 100644 --- a/src/IconSimCardRoundedFilled.tsx +++ b/src/IconSimCardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSimCardSharp.tsx b/src/IconSimCardSharp.tsx index 4fba71f39..1e5edc219 100644 --- a/src/IconSimCardSharp.tsx +++ b/src/IconSimCardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSimCardSharpFilled.tsx b/src/IconSimCardSharpFilled.tsx index 24f663ce1..b2a5db9cb 100644 --- a/src/IconSimCardSharpFilled.tsx +++ b/src/IconSimCardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimCardSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSimulationOutlined.tsx b/src/IconSimulationOutlined.tsx index 924b92f36..14d27431a 100644 --- a/src/IconSimulationOutlined.tsx +++ b/src/IconSimulationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimulationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSimulationOutlinedFilled.tsx b/src/IconSimulationOutlinedFilled.tsx index fbfd3dead..7084b8e31 100644 --- a/src/IconSimulationOutlinedFilled.tsx +++ b/src/IconSimulationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimulationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSimulationRounded.tsx b/src/IconSimulationRounded.tsx index aecaf11ad..8b466b057 100644 --- a/src/IconSimulationRounded.tsx +++ b/src/IconSimulationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimulationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSimulationRoundedFilled.tsx b/src/IconSimulationRoundedFilled.tsx index 0913b1117..83715ad51 100644 --- a/src/IconSimulationRoundedFilled.tsx +++ b/src/IconSimulationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimulationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSimulationSharp.tsx b/src/IconSimulationSharp.tsx index 95478cb43..b4a964739 100644 --- a/src/IconSimulationSharp.tsx +++ b/src/IconSimulationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimulationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSimulationSharpFilled.tsx b/src/IconSimulationSharpFilled.tsx index d1180ba1a..37136e94a 100644 --- a/src/IconSimulationSharpFilled.tsx +++ b/src/IconSimulationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSimulationSharpFilled: React.FC = ({ ...props diff --git a/src/IconSingleBedOutlined.tsx b/src/IconSingleBedOutlined.tsx index 4c2705ce9..c4371e700 100644 --- a/src/IconSingleBedOutlined.tsx +++ b/src/IconSingleBedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSingleBedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSingleBedOutlinedFilled.tsx b/src/IconSingleBedOutlinedFilled.tsx index 430180c4d..7a6ca8fb3 100644 --- a/src/IconSingleBedOutlinedFilled.tsx +++ b/src/IconSingleBedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSingleBedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSingleBedRounded.tsx b/src/IconSingleBedRounded.tsx index 71438d1e1..bc57707f4 100644 --- a/src/IconSingleBedRounded.tsx +++ b/src/IconSingleBedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSingleBedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSingleBedRoundedFilled.tsx b/src/IconSingleBedRoundedFilled.tsx index 85863635e..04b82bf74 100644 --- a/src/IconSingleBedRoundedFilled.tsx +++ b/src/IconSingleBedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSingleBedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSingleBedSharp.tsx b/src/IconSingleBedSharp.tsx index a892cdde8..149afd9b7 100644 --- a/src/IconSingleBedSharp.tsx +++ b/src/IconSingleBedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSingleBedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSingleBedSharpFilled.tsx b/src/IconSingleBedSharpFilled.tsx index 050dd067e..44633e374 100644 --- a/src/IconSingleBedSharpFilled.tsx +++ b/src/IconSingleBedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSingleBedSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSipOutlined.tsx b/src/IconSipOutlined.tsx index 4a99f7ce8..625a43e9b 100644 --- a/src/IconSipOutlined.tsx +++ b/src/IconSipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSipOutlinedFilled.tsx b/src/IconSipOutlinedFilled.tsx index 0bbde9d3a..e64750b53 100644 --- a/src/IconSipOutlinedFilled.tsx +++ b/src/IconSipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSipOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSipRounded.tsx b/src/IconSipRounded.tsx index 5b6206021..6fd464ab9 100644 --- a/src/IconSipRounded.tsx +++ b/src/IconSipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSipRoundedFilled.tsx b/src/IconSipRoundedFilled.tsx index 521321004..69d6b8b53 100644 --- a/src/IconSipRoundedFilled.tsx +++ b/src/IconSipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSipRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSipSharp.tsx b/src/IconSipSharp.tsx index 366ee323d..00a942863 100644 --- a/src/IconSipSharp.tsx +++ b/src/IconSipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSipSharpFilled.tsx b/src/IconSipSharpFilled.tsx index 480eab34b..011ac35be 100644 --- a/src/IconSipSharpFilled.tsx +++ b/src/IconSipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSipSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSkateboardingOutlined.tsx b/src/IconSkateboardingOutlined.tsx index 48be8329a..d38c95f64 100644 --- a/src/IconSkateboardingOutlined.tsx +++ b/src/IconSkateboardingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkateboardingOutlined: React.FC = ({ ...props diff --git a/src/IconSkateboardingOutlinedFilled.tsx b/src/IconSkateboardingOutlinedFilled.tsx index 35b188632..3a577e039 100644 --- a/src/IconSkateboardingOutlinedFilled.tsx +++ b/src/IconSkateboardingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkateboardingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSkateboardingRounded.tsx b/src/IconSkateboardingRounded.tsx index 213b7cab7..232ca3789 100644 --- a/src/IconSkateboardingRounded.tsx +++ b/src/IconSkateboardingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkateboardingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSkateboardingRoundedFilled.tsx b/src/IconSkateboardingRoundedFilled.tsx index 88bfad936..dc59b81f0 100644 --- a/src/IconSkateboardingRoundedFilled.tsx +++ b/src/IconSkateboardingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkateboardingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSkateboardingSharp.tsx b/src/IconSkateboardingSharp.tsx index 29709f1b1..7beb486ce 100644 --- a/src/IconSkateboardingSharp.tsx +++ b/src/IconSkateboardingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkateboardingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSkateboardingSharpFilled.tsx b/src/IconSkateboardingSharpFilled.tsx index 7ec38e982..1abed2ba4 100644 --- a/src/IconSkateboardingSharpFilled.tsx +++ b/src/IconSkateboardingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkateboardingSharpFilled: React.FC = ({ ...props diff --git a/src/IconSkeletonOutlined.tsx b/src/IconSkeletonOutlined.tsx index 935276075..2c6888942 100644 --- a/src/IconSkeletonOutlined.tsx +++ b/src/IconSkeletonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkeletonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSkeletonOutlinedFilled.tsx b/src/IconSkeletonOutlinedFilled.tsx index c6fa9571b..03cd117ce 100644 --- a/src/IconSkeletonOutlinedFilled.tsx +++ b/src/IconSkeletonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkeletonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSkeletonRounded.tsx b/src/IconSkeletonRounded.tsx index aa3d2204a..58b61e28d 100644 --- a/src/IconSkeletonRounded.tsx +++ b/src/IconSkeletonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkeletonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSkeletonRoundedFilled.tsx b/src/IconSkeletonRoundedFilled.tsx index 41346d9bc..b0f2a149e 100644 --- a/src/IconSkeletonRoundedFilled.tsx +++ b/src/IconSkeletonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkeletonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSkeletonSharp.tsx b/src/IconSkeletonSharp.tsx index f336ae535..18274926a 100644 --- a/src/IconSkeletonSharp.tsx +++ b/src/IconSkeletonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkeletonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSkeletonSharpFilled.tsx b/src/IconSkeletonSharpFilled.tsx index 6fe2dc667..ff65411a3 100644 --- a/src/IconSkeletonSharpFilled.tsx +++ b/src/IconSkeletonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkeletonSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSkilletCooktopOutlined.tsx b/src/IconSkilletCooktopOutlined.tsx index 9ac23600d..b32d6807a 100644 --- a/src/IconSkilletCooktopOutlined.tsx +++ b/src/IconSkilletCooktopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletCooktopOutlined: React.FC = ({ ...props diff --git a/src/IconSkilletCooktopOutlinedFilled.tsx b/src/IconSkilletCooktopOutlinedFilled.tsx index 125cebcee..a7855a829 100644 --- a/src/IconSkilletCooktopOutlinedFilled.tsx +++ b/src/IconSkilletCooktopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletCooktopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSkilletCooktopRounded.tsx b/src/IconSkilletCooktopRounded.tsx index a937e2299..7ccf5e2ce 100644 --- a/src/IconSkilletCooktopRounded.tsx +++ b/src/IconSkilletCooktopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletCooktopRounded: React.FC = ({ ...props diff --git a/src/IconSkilletCooktopRoundedFilled.tsx b/src/IconSkilletCooktopRoundedFilled.tsx index 285e2a58f..2b494f656 100644 --- a/src/IconSkilletCooktopRoundedFilled.tsx +++ b/src/IconSkilletCooktopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletCooktopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSkilletCooktopSharp.tsx b/src/IconSkilletCooktopSharp.tsx index d3609a39d..c2d31dfba 100644 --- a/src/IconSkilletCooktopSharp.tsx +++ b/src/IconSkilletCooktopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletCooktopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSkilletCooktopSharpFilled.tsx b/src/IconSkilletCooktopSharpFilled.tsx index 66d91105d..065af4516 100644 --- a/src/IconSkilletCooktopSharpFilled.tsx +++ b/src/IconSkilletCooktopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletCooktopSharpFilled: React.FC = ({ ...props diff --git a/src/IconSkilletOutlined.tsx b/src/IconSkilletOutlined.tsx index ae3599f4c..ee642d73d 100644 --- a/src/IconSkilletOutlined.tsx +++ b/src/IconSkilletOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSkilletOutlinedFilled.tsx b/src/IconSkilletOutlinedFilled.tsx index b5f354b63..02b71e9cd 100644 --- a/src/IconSkilletOutlinedFilled.tsx +++ b/src/IconSkilletOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSkilletRounded.tsx b/src/IconSkilletRounded.tsx index e94411501..6c47958bc 100644 --- a/src/IconSkilletRounded.tsx +++ b/src/IconSkilletRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSkilletRoundedFilled.tsx b/src/IconSkilletRoundedFilled.tsx index 6ef8ef4a8..c03e0b168 100644 --- a/src/IconSkilletRoundedFilled.tsx +++ b/src/IconSkilletRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSkilletSharp.tsx b/src/IconSkilletSharp.tsx index a4ba336a2..546ac10e5 100644 --- a/src/IconSkilletSharp.tsx +++ b/src/IconSkilletSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSkilletSharpFilled.tsx b/src/IconSkilletSharpFilled.tsx index 9e5d8f5e4..222c1a49d 100644 --- a/src/IconSkilletSharpFilled.tsx +++ b/src/IconSkilletSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkilletSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSkipNextOutlined.tsx b/src/IconSkipNextOutlined.tsx index f5458b58c..dfbe83c64 100644 --- a/src/IconSkipNextOutlined.tsx +++ b/src/IconSkipNextOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipNextOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSkipNextOutlinedFilled.tsx b/src/IconSkipNextOutlinedFilled.tsx index 55dbde26e..b0a3d4891 100644 --- a/src/IconSkipNextOutlinedFilled.tsx +++ b/src/IconSkipNextOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipNextOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSkipNextRounded.tsx b/src/IconSkipNextRounded.tsx index 68479b7e4..6641041b0 100644 --- a/src/IconSkipNextRounded.tsx +++ b/src/IconSkipNextRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipNextRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSkipNextRoundedFilled.tsx b/src/IconSkipNextRoundedFilled.tsx index 2dc29814f..da3c3c1b6 100644 --- a/src/IconSkipNextRoundedFilled.tsx +++ b/src/IconSkipNextRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipNextRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSkipNextSharp.tsx b/src/IconSkipNextSharp.tsx index db3d0a473..176f1ded0 100644 --- a/src/IconSkipNextSharp.tsx +++ b/src/IconSkipNextSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipNextSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSkipNextSharpFilled.tsx b/src/IconSkipNextSharpFilled.tsx index 0ae8909c9..7d4396f62 100644 --- a/src/IconSkipNextSharpFilled.tsx +++ b/src/IconSkipNextSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipNextSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSkipPreviousOutlined.tsx b/src/IconSkipPreviousOutlined.tsx index 208fb7ac1..662005c0e 100644 --- a/src/IconSkipPreviousOutlined.tsx +++ b/src/IconSkipPreviousOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipPreviousOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSkipPreviousOutlinedFilled.tsx b/src/IconSkipPreviousOutlinedFilled.tsx index 0670e123b..94f3224f4 100644 --- a/src/IconSkipPreviousOutlinedFilled.tsx +++ b/src/IconSkipPreviousOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipPreviousOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSkipPreviousRounded.tsx b/src/IconSkipPreviousRounded.tsx index f7c9f2543..d29a6d754 100644 --- a/src/IconSkipPreviousRounded.tsx +++ b/src/IconSkipPreviousRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipPreviousRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSkipPreviousRoundedFilled.tsx b/src/IconSkipPreviousRoundedFilled.tsx index 6bcdc5fee..d3fa51aba 100644 --- a/src/IconSkipPreviousRoundedFilled.tsx +++ b/src/IconSkipPreviousRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipPreviousRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSkipPreviousSharp.tsx b/src/IconSkipPreviousSharp.tsx index 61444014b..eb9c77e92 100644 --- a/src/IconSkipPreviousSharp.tsx +++ b/src/IconSkipPreviousSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipPreviousSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSkipPreviousSharpFilled.tsx b/src/IconSkipPreviousSharpFilled.tsx index cd333544a..f95b750ab 100644 --- a/src/IconSkipPreviousSharpFilled.tsx +++ b/src/IconSkipPreviousSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkipPreviousSharpFilled: React.FC = ({ ...props diff --git a/src/IconSkullOutlined.tsx b/src/IconSkullOutlined.tsx index 0c074f959..c7e30239f 100644 --- a/src/IconSkullOutlined.tsx +++ b/src/IconSkullOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkullOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSkullOutlinedFilled.tsx b/src/IconSkullOutlinedFilled.tsx index 4030246ec..fe1da36a7 100644 --- a/src/IconSkullOutlinedFilled.tsx +++ b/src/IconSkullOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkullOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSkullRounded.tsx b/src/IconSkullRounded.tsx index f5c48291a..c8ecc2957 100644 --- a/src/IconSkullRounded.tsx +++ b/src/IconSkullRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkullRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSkullRoundedFilled.tsx b/src/IconSkullRoundedFilled.tsx index b6da565ad..37d1b3250 100644 --- a/src/IconSkullRoundedFilled.tsx +++ b/src/IconSkullRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkullRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSkullSharp.tsx b/src/IconSkullSharp.tsx index 6cffc0c3d..65aec34e5 100644 --- a/src/IconSkullSharp.tsx +++ b/src/IconSkullSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkullSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSkullSharpFilled.tsx b/src/IconSkullSharpFilled.tsx index f9df05527..7f4eb03cd 100644 --- a/src/IconSkullSharpFilled.tsx +++ b/src/IconSkullSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSkullSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSlabSerifOutlined.tsx b/src/IconSlabSerifOutlined.tsx index 46b0932d8..bc5c47871 100644 --- a/src/IconSlabSerifOutlined.tsx +++ b/src/IconSlabSerifOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlabSerifOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSlabSerifOutlinedFilled.tsx b/src/IconSlabSerifOutlinedFilled.tsx index c12372f7e..5ac2bed9f 100644 --- a/src/IconSlabSerifOutlinedFilled.tsx +++ b/src/IconSlabSerifOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlabSerifOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSlabSerifRounded.tsx b/src/IconSlabSerifRounded.tsx index f2dee7677..b10575811 100644 --- a/src/IconSlabSerifRounded.tsx +++ b/src/IconSlabSerifRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlabSerifRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSlabSerifRoundedFilled.tsx b/src/IconSlabSerifRoundedFilled.tsx index b250826aa..f8330faa2 100644 --- a/src/IconSlabSerifRoundedFilled.tsx +++ b/src/IconSlabSerifRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlabSerifRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSlabSerifSharp.tsx b/src/IconSlabSerifSharp.tsx index 696804f5b..0a9bac42f 100644 --- a/src/IconSlabSerifSharp.tsx +++ b/src/IconSlabSerifSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlabSerifSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSlabSerifSharpFilled.tsx b/src/IconSlabSerifSharpFilled.tsx index ef2776ce7..6f72cf90c 100644 --- a/src/IconSlabSerifSharpFilled.tsx +++ b/src/IconSlabSerifSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlabSerifSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSleddingOutlined.tsx b/src/IconSleddingOutlined.tsx index 6d3f34e9a..d0544da5d 100644 --- a/src/IconSleddingOutlined.tsx +++ b/src/IconSleddingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleddingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSleddingOutlinedFilled.tsx b/src/IconSleddingOutlinedFilled.tsx index e8ccf5ef2..c8cfe4773 100644 --- a/src/IconSleddingOutlinedFilled.tsx +++ b/src/IconSleddingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleddingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSleddingRounded.tsx b/src/IconSleddingRounded.tsx index 1ef40bb92..c2734223a 100644 --- a/src/IconSleddingRounded.tsx +++ b/src/IconSleddingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleddingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSleddingRoundedFilled.tsx b/src/IconSleddingRoundedFilled.tsx index 0c5762920..fc09fea43 100644 --- a/src/IconSleddingRoundedFilled.tsx +++ b/src/IconSleddingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleddingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSleddingSharp.tsx b/src/IconSleddingSharp.tsx index 262dfeb03..e76d54178 100644 --- a/src/IconSleddingSharp.tsx +++ b/src/IconSleddingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleddingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSleddingSharpFilled.tsx b/src/IconSleddingSharpFilled.tsx index 9f91d218f..1906b7e44 100644 --- a/src/IconSleddingSharpFilled.tsx +++ b/src/IconSleddingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleddingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSleepScoreOutlined.tsx b/src/IconSleepScoreOutlined.tsx index 79f3ca74c..46c69c33a 100644 --- a/src/IconSleepScoreOutlined.tsx +++ b/src/IconSleepScoreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleepScoreOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSleepScoreOutlinedFilled.tsx b/src/IconSleepScoreOutlinedFilled.tsx index c145e9ea0..7e047ef00 100644 --- a/src/IconSleepScoreOutlinedFilled.tsx +++ b/src/IconSleepScoreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleepScoreOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSleepScoreRounded.tsx b/src/IconSleepScoreRounded.tsx index 56fc45848..6e9acf120 100644 --- a/src/IconSleepScoreRounded.tsx +++ b/src/IconSleepScoreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleepScoreRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSleepScoreRoundedFilled.tsx b/src/IconSleepScoreRoundedFilled.tsx index 00f180bc6..c172ad157 100644 --- a/src/IconSleepScoreRoundedFilled.tsx +++ b/src/IconSleepScoreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleepScoreRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSleepScoreSharp.tsx b/src/IconSleepScoreSharp.tsx index 078ed50f5..721ca668b 100644 --- a/src/IconSleepScoreSharp.tsx +++ b/src/IconSleepScoreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleepScoreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSleepScoreSharpFilled.tsx b/src/IconSleepScoreSharpFilled.tsx index 5a333945c..af2caa3eb 100644 --- a/src/IconSleepScoreSharpFilled.tsx +++ b/src/IconSleepScoreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSleepScoreSharpFilled: React.FC = ({ ...props diff --git a/src/IconSlideLibraryOutlined.tsx b/src/IconSlideLibraryOutlined.tsx index e68e54202..d55f2638d 100644 --- a/src/IconSlideLibraryOutlined.tsx +++ b/src/IconSlideLibraryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideLibraryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSlideLibraryOutlinedFilled.tsx b/src/IconSlideLibraryOutlinedFilled.tsx index 4c25a7dfb..6934b9763 100644 --- a/src/IconSlideLibraryOutlinedFilled.tsx +++ b/src/IconSlideLibraryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideLibraryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSlideLibraryRounded.tsx b/src/IconSlideLibraryRounded.tsx index 881409047..14a9e73cf 100644 --- a/src/IconSlideLibraryRounded.tsx +++ b/src/IconSlideLibraryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideLibraryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSlideLibraryRoundedFilled.tsx b/src/IconSlideLibraryRoundedFilled.tsx index 55e646954..2825ea1bb 100644 --- a/src/IconSlideLibraryRoundedFilled.tsx +++ b/src/IconSlideLibraryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideLibraryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSlideLibrarySharp.tsx b/src/IconSlideLibrarySharp.tsx index fdc77ae29..9825a0480 100644 --- a/src/IconSlideLibrarySharp.tsx +++ b/src/IconSlideLibrarySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideLibrarySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSlideLibrarySharpFilled.tsx b/src/IconSlideLibrarySharpFilled.tsx index 13d2a08c7..df273ed5d 100644 --- a/src/IconSlideLibrarySharpFilled.tsx +++ b/src/IconSlideLibrarySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideLibrarySharpFilled: React.FC = ({ ...props diff --git a/src/IconSlidersOutlined.tsx b/src/IconSlidersOutlined.tsx index 74a09dd8e..2ab895553 100644 --- a/src/IconSlidersOutlined.tsx +++ b/src/IconSlidersOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlidersOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSlidersOutlinedFilled.tsx b/src/IconSlidersOutlinedFilled.tsx index a7773d325..42d6277a4 100644 --- a/src/IconSlidersOutlinedFilled.tsx +++ b/src/IconSlidersOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlidersOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSlidersRounded.tsx b/src/IconSlidersRounded.tsx index 51dae7bbf..3f53eecb6 100644 --- a/src/IconSlidersRounded.tsx +++ b/src/IconSlidersRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlidersRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSlidersRoundedFilled.tsx b/src/IconSlidersRoundedFilled.tsx index c2a19b29d..5169bd840 100644 --- a/src/IconSlidersRoundedFilled.tsx +++ b/src/IconSlidersRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlidersRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSlidersSharp.tsx b/src/IconSlidersSharp.tsx index 8eb134163..c4d349f5c 100644 --- a/src/IconSlidersSharp.tsx +++ b/src/IconSlidersSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlidersSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSlidersSharpFilled.tsx b/src/IconSlidersSharpFilled.tsx index 89f64d0f0..854fb0934 100644 --- a/src/IconSlidersSharpFilled.tsx +++ b/src/IconSlidersSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlidersSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSlideshowOutlined.tsx b/src/IconSlideshowOutlined.tsx index 0fed72cc2..a4a9a6911 100644 --- a/src/IconSlideshowOutlined.tsx +++ b/src/IconSlideshowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideshowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSlideshowOutlinedFilled.tsx b/src/IconSlideshowOutlinedFilled.tsx index 18f3c0d0a..edd0931d8 100644 --- a/src/IconSlideshowOutlinedFilled.tsx +++ b/src/IconSlideshowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideshowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSlideshowRounded.tsx b/src/IconSlideshowRounded.tsx index 833b5fae3..363897d9f 100644 --- a/src/IconSlideshowRounded.tsx +++ b/src/IconSlideshowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideshowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSlideshowRoundedFilled.tsx b/src/IconSlideshowRoundedFilled.tsx index a6b8f2c6e..fb22d8ae2 100644 --- a/src/IconSlideshowRoundedFilled.tsx +++ b/src/IconSlideshowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideshowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSlideshowSharp.tsx b/src/IconSlideshowSharp.tsx index b3d3fce7c..d65ce8b7a 100644 --- a/src/IconSlideshowSharp.tsx +++ b/src/IconSlideshowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideshowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSlideshowSharpFilled.tsx b/src/IconSlideshowSharpFilled.tsx index a8511035d..870e2570f 100644 --- a/src/IconSlideshowSharpFilled.tsx +++ b/src/IconSlideshowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlideshowSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSlowMotionVideoOutlined.tsx b/src/IconSlowMotionVideoOutlined.tsx index e1ae64343..83acc9182 100644 --- a/src/IconSlowMotionVideoOutlined.tsx +++ b/src/IconSlowMotionVideoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlowMotionVideoOutlined: React.FC = ({ ...props diff --git a/src/IconSlowMotionVideoOutlinedFilled.tsx b/src/IconSlowMotionVideoOutlinedFilled.tsx index 01cd6adf6..811b26d50 100644 --- a/src/IconSlowMotionVideoOutlinedFilled.tsx +++ b/src/IconSlowMotionVideoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlowMotionVideoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSlowMotionVideoRounded.tsx b/src/IconSlowMotionVideoRounded.tsx index a907dd551..67991dd16 100644 --- a/src/IconSlowMotionVideoRounded.tsx +++ b/src/IconSlowMotionVideoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlowMotionVideoRounded: React.FC = ({ ...props diff --git a/src/IconSlowMotionVideoRoundedFilled.tsx b/src/IconSlowMotionVideoRoundedFilled.tsx index 64d22bc23..3feffc23a 100644 --- a/src/IconSlowMotionVideoRoundedFilled.tsx +++ b/src/IconSlowMotionVideoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlowMotionVideoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSlowMotionVideoSharp.tsx b/src/IconSlowMotionVideoSharp.tsx index 1ce395a04..3b51caf53 100644 --- a/src/IconSlowMotionVideoSharp.tsx +++ b/src/IconSlowMotionVideoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlowMotionVideoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSlowMotionVideoSharpFilled.tsx b/src/IconSlowMotionVideoSharpFilled.tsx index 4a1061bcf..cf8ef6456 100644 --- a/src/IconSlowMotionVideoSharpFilled.tsx +++ b/src/IconSlowMotionVideoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSlowMotionVideoSharpFilled: React.FC = ({ ...props diff --git a/src/IconSmartCardReaderOffOutlined.tsx b/src/IconSmartCardReaderOffOutlined.tsx index 32072fcff..bd899a8c0 100644 --- a/src/IconSmartCardReaderOffOutlined.tsx +++ b/src/IconSmartCardReaderOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderOffOutlined: React.FC = ({ ...props diff --git a/src/IconSmartCardReaderOffOutlinedFilled.tsx b/src/IconSmartCardReaderOffOutlinedFilled.tsx index 080c607e3..70daee4f3 100644 --- a/src/IconSmartCardReaderOffOutlinedFilled.tsx +++ b/src/IconSmartCardReaderOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSmartCardReaderOffRounded.tsx b/src/IconSmartCardReaderOffRounded.tsx index 47a299685..42b6c8ef0 100644 --- a/src/IconSmartCardReaderOffRounded.tsx +++ b/src/IconSmartCardReaderOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderOffRounded: React.FC = ({ ...props diff --git a/src/IconSmartCardReaderOffRoundedFilled.tsx b/src/IconSmartCardReaderOffRoundedFilled.tsx index 05efb4ed2..eec6e8e00 100644 --- a/src/IconSmartCardReaderOffRoundedFilled.tsx +++ b/src/IconSmartCardReaderOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSmartCardReaderOffSharp.tsx b/src/IconSmartCardReaderOffSharp.tsx index 74ca416ee..095df1ad3 100644 --- a/src/IconSmartCardReaderOffSharp.tsx +++ b/src/IconSmartCardReaderOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderOffSharp: React.FC = ({ ...props diff --git a/src/IconSmartCardReaderOffSharpFilled.tsx b/src/IconSmartCardReaderOffSharpFilled.tsx index f6d7c263a..43e631fcb 100644 --- a/src/IconSmartCardReaderOffSharpFilled.tsx +++ b/src/IconSmartCardReaderOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconSmartCardReaderOutlined.tsx b/src/IconSmartCardReaderOutlined.tsx index 845cf7218..6e9ac54b7 100644 --- a/src/IconSmartCardReaderOutlined.tsx +++ b/src/IconSmartCardReaderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderOutlined: React.FC = ({ ...props diff --git a/src/IconSmartCardReaderOutlinedFilled.tsx b/src/IconSmartCardReaderOutlinedFilled.tsx index 79a9eeb85..20439fe47 100644 --- a/src/IconSmartCardReaderOutlinedFilled.tsx +++ b/src/IconSmartCardReaderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSmartCardReaderRounded.tsx b/src/IconSmartCardReaderRounded.tsx index 046390a45..000f3ea60 100644 --- a/src/IconSmartCardReaderRounded.tsx +++ b/src/IconSmartCardReaderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderRounded: React.FC = ({ ...props diff --git a/src/IconSmartCardReaderRoundedFilled.tsx b/src/IconSmartCardReaderRoundedFilled.tsx index 97ef86694..9dfafba2a 100644 --- a/src/IconSmartCardReaderRoundedFilled.tsx +++ b/src/IconSmartCardReaderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSmartCardReaderSharp.tsx b/src/IconSmartCardReaderSharp.tsx index c89502656..b95693ffc 100644 --- a/src/IconSmartCardReaderSharp.tsx +++ b/src/IconSmartCardReaderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartCardReaderSharpFilled.tsx b/src/IconSmartCardReaderSharpFilled.tsx index 3c121313e..82730c31a 100644 --- a/src/IconSmartCardReaderSharpFilled.tsx +++ b/src/IconSmartCardReaderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartCardReaderSharpFilled: React.FC = ({ ...props diff --git a/src/IconSmartDisplayOutlined.tsx b/src/IconSmartDisplayOutlined.tsx index 36d95ef0e..95df3c3a2 100644 --- a/src/IconSmartDisplayOutlined.tsx +++ b/src/IconSmartDisplayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartDisplayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartDisplayOutlinedFilled.tsx b/src/IconSmartDisplayOutlinedFilled.tsx index e5ab666ab..e2948d7e6 100644 --- a/src/IconSmartDisplayOutlinedFilled.tsx +++ b/src/IconSmartDisplayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartDisplayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSmartDisplayRounded.tsx b/src/IconSmartDisplayRounded.tsx index 44ba7e177..629eaf578 100644 --- a/src/IconSmartDisplayRounded.tsx +++ b/src/IconSmartDisplayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartDisplayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartDisplayRoundedFilled.tsx b/src/IconSmartDisplayRoundedFilled.tsx index a5c8f942b..327e8ea7a 100644 --- a/src/IconSmartDisplayRoundedFilled.tsx +++ b/src/IconSmartDisplayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartDisplayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSmartDisplaySharp.tsx b/src/IconSmartDisplaySharp.tsx index 7693c6fad..7b3dee164 100644 --- a/src/IconSmartDisplaySharp.tsx +++ b/src/IconSmartDisplaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartDisplaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartDisplaySharpFilled.tsx b/src/IconSmartDisplaySharpFilled.tsx index 5223242a6..5c139b80d 100644 --- a/src/IconSmartDisplaySharpFilled.tsx +++ b/src/IconSmartDisplaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartDisplaySharpFilled: React.FC = ({ ...props diff --git a/src/IconSmartOutletOutlined.tsx b/src/IconSmartOutletOutlined.tsx index 1b6157271..fb96b3736 100644 --- a/src/IconSmartOutletOutlined.tsx +++ b/src/IconSmartOutletOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartOutletOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartOutletOutlinedFilled.tsx b/src/IconSmartOutletOutlinedFilled.tsx index 6fbe1da39..ed9e619c4 100644 --- a/src/IconSmartOutletOutlinedFilled.tsx +++ b/src/IconSmartOutletOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartOutletOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSmartOutletRounded.tsx b/src/IconSmartOutletRounded.tsx index d6b88de49..b07a30aa9 100644 --- a/src/IconSmartOutletRounded.tsx +++ b/src/IconSmartOutletRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartOutletRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartOutletRoundedFilled.tsx b/src/IconSmartOutletRoundedFilled.tsx index 8605ee5bf..140c9ee75 100644 --- a/src/IconSmartOutletRoundedFilled.tsx +++ b/src/IconSmartOutletRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartOutletRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSmartOutletSharp.tsx b/src/IconSmartOutletSharp.tsx index f1d9d858d..1710c4b0c 100644 --- a/src/IconSmartOutletSharp.tsx +++ b/src/IconSmartOutletSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartOutletSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartOutletSharpFilled.tsx b/src/IconSmartOutletSharpFilled.tsx index a6c9d20fb..1967b3377 100644 --- a/src/IconSmartOutletSharpFilled.tsx +++ b/src/IconSmartOutletSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartOutletSharpFilled: React.FC = ({ ...props diff --git a/src/IconSmartScreenOutlined.tsx b/src/IconSmartScreenOutlined.tsx index 1e458a626..ee184afb3 100644 --- a/src/IconSmartScreenOutlined.tsx +++ b/src/IconSmartScreenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartScreenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartScreenOutlinedFilled.tsx b/src/IconSmartScreenOutlinedFilled.tsx index 1872bcdeb..8a213f347 100644 --- a/src/IconSmartScreenOutlinedFilled.tsx +++ b/src/IconSmartScreenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartScreenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSmartScreenRounded.tsx b/src/IconSmartScreenRounded.tsx index 6b771346b..abb22f10e 100644 --- a/src/IconSmartScreenRounded.tsx +++ b/src/IconSmartScreenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartScreenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartScreenRoundedFilled.tsx b/src/IconSmartScreenRoundedFilled.tsx index da9aa1c5b..a7cb95e52 100644 --- a/src/IconSmartScreenRoundedFilled.tsx +++ b/src/IconSmartScreenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartScreenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSmartScreenSharp.tsx b/src/IconSmartScreenSharp.tsx index 77c179af8..76a936379 100644 --- a/src/IconSmartScreenSharp.tsx +++ b/src/IconSmartScreenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartScreenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartScreenSharpFilled.tsx b/src/IconSmartScreenSharpFilled.tsx index e72827f12..57a42122d 100644 --- a/src/IconSmartScreenSharpFilled.tsx +++ b/src/IconSmartScreenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartScreenSharpFilled: React.FC = ({ ...props diff --git a/src/IconSmartToyOutlined.tsx b/src/IconSmartToyOutlined.tsx index 7dc06bd9b..0cca14a94 100644 --- a/src/IconSmartToyOutlined.tsx +++ b/src/IconSmartToyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartToyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartToyOutlinedFilled.tsx b/src/IconSmartToyOutlinedFilled.tsx index d60d45f04..fbc4e010e 100644 --- a/src/IconSmartToyOutlinedFilled.tsx +++ b/src/IconSmartToyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartToyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSmartToyRounded.tsx b/src/IconSmartToyRounded.tsx index 4ba37e740..15e8a7c8d 100644 --- a/src/IconSmartToyRounded.tsx +++ b/src/IconSmartToyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartToyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartToyRoundedFilled.tsx b/src/IconSmartToyRoundedFilled.tsx index ef7fed1f0..2db0553ef 100644 --- a/src/IconSmartToyRoundedFilled.tsx +++ b/src/IconSmartToyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartToyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSmartToySharp.tsx b/src/IconSmartToySharp.tsx index 9074baa12..7c117ac8d 100644 --- a/src/IconSmartToySharp.tsx +++ b/src/IconSmartToySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartToySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartToySharpFilled.tsx b/src/IconSmartToySharpFilled.tsx index 876443663..649c5a63a 100644 --- a/src/IconSmartToySharpFilled.tsx +++ b/src/IconSmartToySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartToySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartphoneCameraOutlined.tsx b/src/IconSmartphoneCameraOutlined.tsx index 523f2b058..5d3210a67 100644 --- a/src/IconSmartphoneCameraOutlined.tsx +++ b/src/IconSmartphoneCameraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneCameraOutlined: React.FC = ({ ...props diff --git a/src/IconSmartphoneCameraOutlinedFilled.tsx b/src/IconSmartphoneCameraOutlinedFilled.tsx index ad73308a3..c453aa936 100644 --- a/src/IconSmartphoneCameraOutlinedFilled.tsx +++ b/src/IconSmartphoneCameraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneCameraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSmartphoneCameraRounded.tsx b/src/IconSmartphoneCameraRounded.tsx index 225f406f3..f0e77025b 100644 --- a/src/IconSmartphoneCameraRounded.tsx +++ b/src/IconSmartphoneCameraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneCameraRounded: React.FC = ({ ...props diff --git a/src/IconSmartphoneCameraRoundedFilled.tsx b/src/IconSmartphoneCameraRoundedFilled.tsx index 4a801376c..b05026722 100644 --- a/src/IconSmartphoneCameraRoundedFilled.tsx +++ b/src/IconSmartphoneCameraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneCameraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSmartphoneCameraSharp.tsx b/src/IconSmartphoneCameraSharp.tsx index 69e0faac5..306090907 100644 --- a/src/IconSmartphoneCameraSharp.tsx +++ b/src/IconSmartphoneCameraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneCameraSharp: React.FC = ({ ...props diff --git a/src/IconSmartphoneCameraSharpFilled.tsx b/src/IconSmartphoneCameraSharpFilled.tsx index 6d33d1396..c09d1b8f5 100644 --- a/src/IconSmartphoneCameraSharpFilled.tsx +++ b/src/IconSmartphoneCameraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneCameraSharpFilled: React.FC = ({ ...props diff --git a/src/IconSmartphoneOutlined.tsx b/src/IconSmartphoneOutlined.tsx index 22c652d77..ba2bdd37d 100644 --- a/src/IconSmartphoneOutlined.tsx +++ b/src/IconSmartphoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartphoneOutlinedFilled.tsx b/src/IconSmartphoneOutlinedFilled.tsx index f84e5113e..b5dffd572 100644 --- a/src/IconSmartphoneOutlinedFilled.tsx +++ b/src/IconSmartphoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSmartphoneRounded.tsx b/src/IconSmartphoneRounded.tsx index 6745f9f92..fb674dd08 100644 --- a/src/IconSmartphoneRounded.tsx +++ b/src/IconSmartphoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartphoneRoundedFilled.tsx b/src/IconSmartphoneRoundedFilled.tsx index c9e54b0c4..66f1e3562 100644 --- a/src/IconSmartphoneRoundedFilled.tsx +++ b/src/IconSmartphoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSmartphoneSharp.tsx b/src/IconSmartphoneSharp.tsx index 4b84b5544..0549ae9c8 100644 --- a/src/IconSmartphoneSharp.tsx +++ b/src/IconSmartphoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSmartphoneSharpFilled.tsx b/src/IconSmartphoneSharpFilled.tsx index 8d0469ad4..828d74b1f 100644 --- a/src/IconSmartphoneSharpFilled.tsx +++ b/src/IconSmartphoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmartphoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconSmbShareOutlined.tsx b/src/IconSmbShareOutlined.tsx index dc1d78d60..dbab8ae33 100644 --- a/src/IconSmbShareOutlined.tsx +++ b/src/IconSmbShareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmbShareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSmbShareOutlinedFilled.tsx b/src/IconSmbShareOutlinedFilled.tsx index ef06cf332..5887fce77 100644 --- a/src/IconSmbShareOutlinedFilled.tsx +++ b/src/IconSmbShareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmbShareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSmbShareRounded.tsx b/src/IconSmbShareRounded.tsx index 8f4a8cda4..bcc847837 100644 --- a/src/IconSmbShareRounded.tsx +++ b/src/IconSmbShareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmbShareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSmbShareRoundedFilled.tsx b/src/IconSmbShareRoundedFilled.tsx index 30c84334c..6331bd6d2 100644 --- a/src/IconSmbShareRoundedFilled.tsx +++ b/src/IconSmbShareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmbShareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSmbShareSharp.tsx b/src/IconSmbShareSharp.tsx index 4b2349f93..fcfdaa50b 100644 --- a/src/IconSmbShareSharp.tsx +++ b/src/IconSmbShareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmbShareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSmbShareSharpFilled.tsx b/src/IconSmbShareSharpFilled.tsx index 959558770..8ba7768ca 100644 --- a/src/IconSmbShareSharpFilled.tsx +++ b/src/IconSmbShareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmbShareSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSmokeFreeOutlined.tsx b/src/IconSmokeFreeOutlined.tsx index 9a6620d3a..c4ceff44f 100644 --- a/src/IconSmokeFreeOutlined.tsx +++ b/src/IconSmokeFreeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokeFreeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSmokeFreeOutlinedFilled.tsx b/src/IconSmokeFreeOutlinedFilled.tsx index bb9f2b998..6cba23c98 100644 --- a/src/IconSmokeFreeOutlinedFilled.tsx +++ b/src/IconSmokeFreeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokeFreeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSmokeFreeRounded.tsx b/src/IconSmokeFreeRounded.tsx index 781219483..e9549ba32 100644 --- a/src/IconSmokeFreeRounded.tsx +++ b/src/IconSmokeFreeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokeFreeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSmokeFreeRoundedFilled.tsx b/src/IconSmokeFreeRoundedFilled.tsx index 4cb0f7cab..6b3665b94 100644 --- a/src/IconSmokeFreeRoundedFilled.tsx +++ b/src/IconSmokeFreeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokeFreeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSmokeFreeSharp.tsx b/src/IconSmokeFreeSharp.tsx index a6d010bbf..312f32615 100644 --- a/src/IconSmokeFreeSharp.tsx +++ b/src/IconSmokeFreeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokeFreeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSmokeFreeSharpFilled.tsx b/src/IconSmokeFreeSharpFilled.tsx index 8c319dd34..b7178c879 100644 --- a/src/IconSmokeFreeSharpFilled.tsx +++ b/src/IconSmokeFreeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokeFreeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSmokingRoomsOutlined.tsx b/src/IconSmokingRoomsOutlined.tsx index c1e566618..e9d35156e 100644 --- a/src/IconSmokingRoomsOutlined.tsx +++ b/src/IconSmokingRoomsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokingRoomsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSmokingRoomsOutlinedFilled.tsx b/src/IconSmokingRoomsOutlinedFilled.tsx index 37ee52af2..10c0ded5e 100644 --- a/src/IconSmokingRoomsOutlinedFilled.tsx +++ b/src/IconSmokingRoomsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokingRoomsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSmokingRoomsRounded.tsx b/src/IconSmokingRoomsRounded.tsx index 630e63087..ff81f55fe 100644 --- a/src/IconSmokingRoomsRounded.tsx +++ b/src/IconSmokingRoomsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokingRoomsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSmokingRoomsRoundedFilled.tsx b/src/IconSmokingRoomsRoundedFilled.tsx index e87d30191..e3ccd057e 100644 --- a/src/IconSmokingRoomsRoundedFilled.tsx +++ b/src/IconSmokingRoomsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokingRoomsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSmokingRoomsSharp.tsx b/src/IconSmokingRoomsSharp.tsx index fe6e1513a..6a628ad05 100644 --- a/src/IconSmokingRoomsSharp.tsx +++ b/src/IconSmokingRoomsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokingRoomsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSmokingRoomsSharpFilled.tsx b/src/IconSmokingRoomsSharpFilled.tsx index 1948f1e6a..a112c3b1f 100644 --- a/src/IconSmokingRoomsSharpFilled.tsx +++ b/src/IconSmokingRoomsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmokingRoomsSharpFilled: React.FC = ({ ...props diff --git a/src/IconSmsOutlined.tsx b/src/IconSmsOutlined.tsx index 350ac230f..cffe60fcf 100644 --- a/src/IconSmsOutlined.tsx +++ b/src/IconSmsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSmsOutlinedFilled.tsx b/src/IconSmsOutlinedFilled.tsx index 0bdf6ed3a..56fc85e2d 100644 --- a/src/IconSmsOutlinedFilled.tsx +++ b/src/IconSmsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSmsRounded.tsx b/src/IconSmsRounded.tsx index 5bb43ca93..e2816bc79 100644 --- a/src/IconSmsRounded.tsx +++ b/src/IconSmsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSmsRoundedFilled.tsx b/src/IconSmsRoundedFilled.tsx index e2d805325..f9442296d 100644 --- a/src/IconSmsRoundedFilled.tsx +++ b/src/IconSmsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSmsSharp.tsx b/src/IconSmsSharp.tsx index babc096b0..66945a8d3 100644 --- a/src/IconSmsSharp.tsx +++ b/src/IconSmsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSmsSharpFilled.tsx b/src/IconSmsSharpFilled.tsx index bdc480df7..cfd5918ec 100644 --- a/src/IconSmsSharpFilled.tsx +++ b/src/IconSmsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSmsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSnippetFolderOutlined.tsx b/src/IconSnippetFolderOutlined.tsx index b81f90f24..9cab3a381 100644 --- a/src/IconSnippetFolderOutlined.tsx +++ b/src/IconSnippetFolderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnippetFolderOutlined: React.FC = ({ ...props diff --git a/src/IconSnippetFolderOutlinedFilled.tsx b/src/IconSnippetFolderOutlinedFilled.tsx index 15b82c25c..f67817dcb 100644 --- a/src/IconSnippetFolderOutlinedFilled.tsx +++ b/src/IconSnippetFolderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnippetFolderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSnippetFolderRounded.tsx b/src/IconSnippetFolderRounded.tsx index 397e2bdab..c496fb19f 100644 --- a/src/IconSnippetFolderRounded.tsx +++ b/src/IconSnippetFolderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnippetFolderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSnippetFolderRoundedFilled.tsx b/src/IconSnippetFolderRoundedFilled.tsx index 7665da587..edcc5e912 100644 --- a/src/IconSnippetFolderRoundedFilled.tsx +++ b/src/IconSnippetFolderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnippetFolderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSnippetFolderSharp.tsx b/src/IconSnippetFolderSharp.tsx index d07012642..f6acb638f 100644 --- a/src/IconSnippetFolderSharp.tsx +++ b/src/IconSnippetFolderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnippetFolderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSnippetFolderSharpFilled.tsx b/src/IconSnippetFolderSharpFilled.tsx index e2fb05fd5..5aa14fb75 100644 --- a/src/IconSnippetFolderSharpFilled.tsx +++ b/src/IconSnippetFolderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnippetFolderSharpFilled: React.FC = ({ ...props diff --git a/src/IconSnoozeOutlined.tsx b/src/IconSnoozeOutlined.tsx index 07c29f914..820b9dd7f 100644 --- a/src/IconSnoozeOutlined.tsx +++ b/src/IconSnoozeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnoozeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSnoozeOutlinedFilled.tsx b/src/IconSnoozeOutlinedFilled.tsx index 0c92fbb6b..8f2fbdb10 100644 --- a/src/IconSnoozeOutlinedFilled.tsx +++ b/src/IconSnoozeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnoozeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSnoozeRounded.tsx b/src/IconSnoozeRounded.tsx index 2a580032d..dc9ff8b8e 100644 --- a/src/IconSnoozeRounded.tsx +++ b/src/IconSnoozeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnoozeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSnoozeRoundedFilled.tsx b/src/IconSnoozeRoundedFilled.tsx index ead29752f..1fb8ee828 100644 --- a/src/IconSnoozeRoundedFilled.tsx +++ b/src/IconSnoozeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnoozeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSnoozeSharp.tsx b/src/IconSnoozeSharp.tsx index a898d5ef9..08afc04e7 100644 --- a/src/IconSnoozeSharp.tsx +++ b/src/IconSnoozeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnoozeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSnoozeSharpFilled.tsx b/src/IconSnoozeSharpFilled.tsx index 77b3c3043..e5181cc8c 100644 --- a/src/IconSnoozeSharpFilled.tsx +++ b/src/IconSnoozeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnoozeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowboardingOutlined.tsx b/src/IconSnowboardingOutlined.tsx index 7d5c80ded..e8ffe37ab 100644 --- a/src/IconSnowboardingOutlined.tsx +++ b/src/IconSnowboardingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowboardingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowboardingOutlinedFilled.tsx b/src/IconSnowboardingOutlinedFilled.tsx index 1d8e9c26a..aac51e616 100644 --- a/src/IconSnowboardingOutlinedFilled.tsx +++ b/src/IconSnowboardingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowboardingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSnowboardingRounded.tsx b/src/IconSnowboardingRounded.tsx index 0e656893f..70994d264 100644 --- a/src/IconSnowboardingRounded.tsx +++ b/src/IconSnowboardingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowboardingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowboardingRoundedFilled.tsx b/src/IconSnowboardingRoundedFilled.tsx index 1f6c42a36..8cc03f70e 100644 --- a/src/IconSnowboardingRoundedFilled.tsx +++ b/src/IconSnowboardingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowboardingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSnowboardingSharp.tsx b/src/IconSnowboardingSharp.tsx index fcf06ce10..0010a650b 100644 --- a/src/IconSnowboardingSharp.tsx +++ b/src/IconSnowboardingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowboardingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowboardingSharpFilled.tsx b/src/IconSnowboardingSharpFilled.tsx index c8c27457d..86883e765 100644 --- a/src/IconSnowboardingSharpFilled.tsx +++ b/src/IconSnowboardingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowboardingSharpFilled: React.FC = ({ ...props diff --git a/src/IconSnowingHeavyOutlined.tsx b/src/IconSnowingHeavyOutlined.tsx index e85036d8a..1b0c96920 100644 --- a/src/IconSnowingHeavyOutlined.tsx +++ b/src/IconSnowingHeavyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingHeavyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowingHeavyOutlinedFilled.tsx b/src/IconSnowingHeavyOutlinedFilled.tsx index 9877958a3..7b117f373 100644 --- a/src/IconSnowingHeavyOutlinedFilled.tsx +++ b/src/IconSnowingHeavyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingHeavyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSnowingHeavyRounded.tsx b/src/IconSnowingHeavyRounded.tsx index 003c06bba..21a983b33 100644 --- a/src/IconSnowingHeavyRounded.tsx +++ b/src/IconSnowingHeavyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingHeavyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowingHeavyRoundedFilled.tsx b/src/IconSnowingHeavyRoundedFilled.tsx index ad86f5e93..5367c4705 100644 --- a/src/IconSnowingHeavyRoundedFilled.tsx +++ b/src/IconSnowingHeavyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingHeavyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSnowingHeavySharp.tsx b/src/IconSnowingHeavySharp.tsx index 2accfe686..2d30fc9dc 100644 --- a/src/IconSnowingHeavySharp.tsx +++ b/src/IconSnowingHeavySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingHeavySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowingHeavySharpFilled.tsx b/src/IconSnowingHeavySharpFilled.tsx index 1c24f5759..5fdbdac48 100644 --- a/src/IconSnowingHeavySharpFilled.tsx +++ b/src/IconSnowingHeavySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingHeavySharpFilled: React.FC = ({ ...props diff --git a/src/IconSnowingOutlined.tsx b/src/IconSnowingOutlined.tsx index fe893eac7..c376d9714 100644 --- a/src/IconSnowingOutlined.tsx +++ b/src/IconSnowingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowingOutlinedFilled.tsx b/src/IconSnowingOutlinedFilled.tsx index b32b126fe..c2a52d96f 100644 --- a/src/IconSnowingOutlinedFilled.tsx +++ b/src/IconSnowingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSnowingRounded.tsx b/src/IconSnowingRounded.tsx index 6930ca47d..3b24c4e50 100644 --- a/src/IconSnowingRounded.tsx +++ b/src/IconSnowingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowingRoundedFilled.tsx b/src/IconSnowingRoundedFilled.tsx index cdefd77bb..36d4c12fd 100644 --- a/src/IconSnowingRoundedFilled.tsx +++ b/src/IconSnowingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowingSharp.tsx b/src/IconSnowingSharp.tsx index bf6a704de..7b88093f5 100644 --- a/src/IconSnowingSharp.tsx +++ b/src/IconSnowingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowingSharpFilled.tsx b/src/IconSnowingSharpFilled.tsx index bfc85dfc5..2e878c8da 100644 --- a/src/IconSnowingSharpFilled.tsx +++ b/src/IconSnowingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowmobileOutlined.tsx b/src/IconSnowmobileOutlined.tsx index 13afb2c37..ef84bf106 100644 --- a/src/IconSnowmobileOutlined.tsx +++ b/src/IconSnowmobileOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowmobileOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowmobileOutlinedFilled.tsx b/src/IconSnowmobileOutlinedFilled.tsx index 411c10a42..7d04a8fd5 100644 --- a/src/IconSnowmobileOutlinedFilled.tsx +++ b/src/IconSnowmobileOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowmobileOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSnowmobileRounded.tsx b/src/IconSnowmobileRounded.tsx index f709d31da..f52a4367a 100644 --- a/src/IconSnowmobileRounded.tsx +++ b/src/IconSnowmobileRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowmobileRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowmobileRoundedFilled.tsx b/src/IconSnowmobileRoundedFilled.tsx index 0abb07fb9..26070fb28 100644 --- a/src/IconSnowmobileRoundedFilled.tsx +++ b/src/IconSnowmobileRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowmobileRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSnowmobileSharp.tsx b/src/IconSnowmobileSharp.tsx index 154d1071c..d50f07e5a 100644 --- a/src/IconSnowmobileSharp.tsx +++ b/src/IconSnowmobileSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowmobileSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowmobileSharpFilled.tsx b/src/IconSnowmobileSharpFilled.tsx index 4dd6e1d3f..9c3e68ebd 100644 --- a/src/IconSnowmobileSharpFilled.tsx +++ b/src/IconSnowmobileSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowmobileSharpFilled: React.FC = ({ ...props diff --git a/src/IconSnowshoeingOutlined.tsx b/src/IconSnowshoeingOutlined.tsx index 4b29ac6d9..64abe56ee 100644 --- a/src/IconSnowshoeingOutlined.tsx +++ b/src/IconSnowshoeingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowshoeingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowshoeingOutlinedFilled.tsx b/src/IconSnowshoeingOutlinedFilled.tsx index 25a5bba2a..020d2462b 100644 --- a/src/IconSnowshoeingOutlinedFilled.tsx +++ b/src/IconSnowshoeingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowshoeingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSnowshoeingRounded.tsx b/src/IconSnowshoeingRounded.tsx index e2dcb706f..ff875dc40 100644 --- a/src/IconSnowshoeingRounded.tsx +++ b/src/IconSnowshoeingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowshoeingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowshoeingRoundedFilled.tsx b/src/IconSnowshoeingRoundedFilled.tsx index c6d4e6a3a..80a0f91e9 100644 --- a/src/IconSnowshoeingRoundedFilled.tsx +++ b/src/IconSnowshoeingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowshoeingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSnowshoeingSharp.tsx b/src/IconSnowshoeingSharp.tsx index 24d428207..303a71281 100644 --- a/src/IconSnowshoeingSharp.tsx +++ b/src/IconSnowshoeingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowshoeingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSnowshoeingSharpFilled.tsx b/src/IconSnowshoeingSharpFilled.tsx index 7db054df4..04fee2584 100644 --- a/src/IconSnowshoeingSharpFilled.tsx +++ b/src/IconSnowshoeingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSnowshoeingSharpFilled: React.FC = ({ ...props diff --git a/src/IconSoapOutlined.tsx b/src/IconSoapOutlined.tsx index 621c9bab0..55cd09cd8 100644 --- a/src/IconSoapOutlined.tsx +++ b/src/IconSoapOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoapOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSoapOutlinedFilled.tsx b/src/IconSoapOutlinedFilled.tsx index 090f5759f..b7197676f 100644 --- a/src/IconSoapOutlinedFilled.tsx +++ b/src/IconSoapOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoapOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSoapRounded.tsx b/src/IconSoapRounded.tsx index 5702084a7..506aa9b6b 100644 --- a/src/IconSoapRounded.tsx +++ b/src/IconSoapRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoapRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSoapRoundedFilled.tsx b/src/IconSoapRoundedFilled.tsx index 67b7ea303..8c0be2776 100644 --- a/src/IconSoapRoundedFilled.tsx +++ b/src/IconSoapRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoapRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSoapSharp.tsx b/src/IconSoapSharp.tsx index 2dd0548c4..eedf6bd36 100644 --- a/src/IconSoapSharp.tsx +++ b/src/IconSoapSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoapSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSoapSharpFilled.tsx b/src/IconSoapSharpFilled.tsx index 46b862ddd..d9f9dd740 100644 --- a/src/IconSoapSharpFilled.tsx +++ b/src/IconSoapSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoapSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSocialDistanceOutlined.tsx b/src/IconSocialDistanceOutlined.tsx index 3307804bc..3a90f73d4 100644 --- a/src/IconSocialDistanceOutlined.tsx +++ b/src/IconSocialDistanceOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialDistanceOutlined: React.FC = ({ ...props diff --git a/src/IconSocialDistanceOutlinedFilled.tsx b/src/IconSocialDistanceOutlinedFilled.tsx index b881f0e23..e24ba3e55 100644 --- a/src/IconSocialDistanceOutlinedFilled.tsx +++ b/src/IconSocialDistanceOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialDistanceOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSocialDistanceRounded.tsx b/src/IconSocialDistanceRounded.tsx index 430465394..c1c7f6ac2 100644 --- a/src/IconSocialDistanceRounded.tsx +++ b/src/IconSocialDistanceRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialDistanceRounded: React.FC = ({ ...props diff --git a/src/IconSocialDistanceRoundedFilled.tsx b/src/IconSocialDistanceRoundedFilled.tsx index ad727e88a..2624bbeb4 100644 --- a/src/IconSocialDistanceRoundedFilled.tsx +++ b/src/IconSocialDistanceRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialDistanceRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSocialDistanceSharp.tsx b/src/IconSocialDistanceSharp.tsx index 7aa2df22f..4d0965eae 100644 --- a/src/IconSocialDistanceSharp.tsx +++ b/src/IconSocialDistanceSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialDistanceSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSocialDistanceSharpFilled.tsx b/src/IconSocialDistanceSharpFilled.tsx index 8730462ff..bc5f74fc3 100644 --- a/src/IconSocialDistanceSharpFilled.tsx +++ b/src/IconSocialDistanceSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialDistanceSharpFilled: React.FC = ({ ...props diff --git a/src/IconSocialLeaderboardOutlined.tsx b/src/IconSocialLeaderboardOutlined.tsx index 645a769aa..0bfec2c2e 100644 --- a/src/IconSocialLeaderboardOutlined.tsx +++ b/src/IconSocialLeaderboardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialLeaderboardOutlined: React.FC = ({ ...props diff --git a/src/IconSocialLeaderboardOutlinedFilled.tsx b/src/IconSocialLeaderboardOutlinedFilled.tsx index 99a2e523a..af99e34ff 100644 --- a/src/IconSocialLeaderboardOutlinedFilled.tsx +++ b/src/IconSocialLeaderboardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialLeaderboardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSocialLeaderboardRounded.tsx b/src/IconSocialLeaderboardRounded.tsx index a6ac855f7..22a36e59b 100644 --- a/src/IconSocialLeaderboardRounded.tsx +++ b/src/IconSocialLeaderboardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialLeaderboardRounded: React.FC = ({ ...props diff --git a/src/IconSocialLeaderboardRoundedFilled.tsx b/src/IconSocialLeaderboardRoundedFilled.tsx index 472eac9d2..b84a22187 100644 --- a/src/IconSocialLeaderboardRoundedFilled.tsx +++ b/src/IconSocialLeaderboardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialLeaderboardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSocialLeaderboardSharp.tsx b/src/IconSocialLeaderboardSharp.tsx index fd8b4f1cb..324663950 100644 --- a/src/IconSocialLeaderboardSharp.tsx +++ b/src/IconSocialLeaderboardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialLeaderboardSharp: React.FC = ({ ...props diff --git a/src/IconSocialLeaderboardSharpFilled.tsx b/src/IconSocialLeaderboardSharpFilled.tsx index 1f61e260d..3ef26e92d 100644 --- a/src/IconSocialLeaderboardSharpFilled.tsx +++ b/src/IconSocialLeaderboardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSocialLeaderboardSharpFilled: React.FC = ({ ...props diff --git a/src/IconSolarPowerOutlined.tsx b/src/IconSolarPowerOutlined.tsx index a82e04073..0accbb36a 100644 --- a/src/IconSolarPowerOutlined.tsx +++ b/src/IconSolarPowerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSolarPowerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSolarPowerOutlinedFilled.tsx b/src/IconSolarPowerOutlinedFilled.tsx index 24a0d5862..6ad72ab8a 100644 --- a/src/IconSolarPowerOutlinedFilled.tsx +++ b/src/IconSolarPowerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSolarPowerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSolarPowerRounded.tsx b/src/IconSolarPowerRounded.tsx index 8a7fe5ee1..9d0008aa9 100644 --- a/src/IconSolarPowerRounded.tsx +++ b/src/IconSolarPowerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSolarPowerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSolarPowerRoundedFilled.tsx b/src/IconSolarPowerRoundedFilled.tsx index b77364737..fc825a5c6 100644 --- a/src/IconSolarPowerRoundedFilled.tsx +++ b/src/IconSolarPowerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSolarPowerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSolarPowerSharp.tsx b/src/IconSolarPowerSharp.tsx index 8ee40264b..e88577f35 100644 --- a/src/IconSolarPowerSharp.tsx +++ b/src/IconSolarPowerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSolarPowerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSolarPowerSharpFilled.tsx b/src/IconSolarPowerSharpFilled.tsx index 38f63c33a..f3cb2cc99 100644 --- a/src/IconSolarPowerSharpFilled.tsx +++ b/src/IconSolarPowerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSolarPowerSharpFilled: React.FC = ({ ...props diff --git a/src/IconSortByAlphaOutlined.tsx b/src/IconSortByAlphaOutlined.tsx index ca3a500b6..ac2922dc2 100644 --- a/src/IconSortByAlphaOutlined.tsx +++ b/src/IconSortByAlphaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortByAlphaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSortByAlphaOutlinedFilled.tsx b/src/IconSortByAlphaOutlinedFilled.tsx index f4d21b0aa..22c6cb794 100644 --- a/src/IconSortByAlphaOutlinedFilled.tsx +++ b/src/IconSortByAlphaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortByAlphaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSortByAlphaRounded.tsx b/src/IconSortByAlphaRounded.tsx index 3968804c7..531aeac45 100644 --- a/src/IconSortByAlphaRounded.tsx +++ b/src/IconSortByAlphaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortByAlphaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSortByAlphaRoundedFilled.tsx b/src/IconSortByAlphaRoundedFilled.tsx index 18b8b8a9d..eda7aa6e6 100644 --- a/src/IconSortByAlphaRoundedFilled.tsx +++ b/src/IconSortByAlphaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortByAlphaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSortByAlphaSharp.tsx b/src/IconSortByAlphaSharp.tsx index d8a33899a..b4c4b0b10 100644 --- a/src/IconSortByAlphaSharp.tsx +++ b/src/IconSortByAlphaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortByAlphaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSortByAlphaSharpFilled.tsx b/src/IconSortByAlphaSharpFilled.tsx index 97cee5890..57f6cb4be 100644 --- a/src/IconSortByAlphaSharpFilled.tsx +++ b/src/IconSortByAlphaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortByAlphaSharpFilled: React.FC = ({ ...props diff --git a/src/IconSortOutlined.tsx b/src/IconSortOutlined.tsx index 20563edea..49ccfcc43 100644 --- a/src/IconSortOutlined.tsx +++ b/src/IconSortOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSortOutlinedFilled.tsx b/src/IconSortOutlinedFilled.tsx index 339e7a7e2..53f1a617d 100644 --- a/src/IconSortOutlinedFilled.tsx +++ b/src/IconSortOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSortRounded.tsx b/src/IconSortRounded.tsx index 91b0967a2..6eac2675d 100644 --- a/src/IconSortRounded.tsx +++ b/src/IconSortRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSortRoundedFilled.tsx b/src/IconSortRoundedFilled.tsx index 0af94015b..bd86da154 100644 --- a/src/IconSortRoundedFilled.tsx +++ b/src/IconSortRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSortSharp.tsx b/src/IconSortSharp.tsx index 7aae3aa4e..adbb6c6ae 100644 --- a/src/IconSortSharp.tsx +++ b/src/IconSortSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSortSharpFilled.tsx b/src/IconSortSharpFilled.tsx index 12d023a89..031dc577f 100644 --- a/src/IconSortSharpFilled.tsx +++ b/src/IconSortSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSortSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSosOutlined.tsx b/src/IconSosOutlined.tsx index e11ee9b46..397cd4d20 100644 --- a/src/IconSosOutlined.tsx +++ b/src/IconSosOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSosOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSosOutlinedFilled.tsx b/src/IconSosOutlinedFilled.tsx index 3a1e4a84a..a9f866b08 100644 --- a/src/IconSosOutlinedFilled.tsx +++ b/src/IconSosOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSosOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSosRounded.tsx b/src/IconSosRounded.tsx index 4378411c0..70fb6bd9b 100644 --- a/src/IconSosRounded.tsx +++ b/src/IconSosRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSosRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSosRoundedFilled.tsx b/src/IconSosRoundedFilled.tsx index f9080b664..99b3199d5 100644 --- a/src/IconSosRoundedFilled.tsx +++ b/src/IconSosRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSosRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSosSharp.tsx b/src/IconSosSharp.tsx index 39e44efb1..d40a8c58c 100644 --- a/src/IconSosSharp.tsx +++ b/src/IconSosSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSosSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSosSharpFilled.tsx b/src/IconSosSharpFilled.tsx index 71aac0394..e0e78627e 100644 --- a/src/IconSosSharpFilled.tsx +++ b/src/IconSosSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSosSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSoundDetectionDogBarkingOutlined.tsx b/src/IconSoundDetectionDogBarkingOutlined.tsx index af7af4260..a6539ee19 100644 --- a/src/IconSoundDetectionDogBarkingOutlined.tsx +++ b/src/IconSoundDetectionDogBarkingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionDogBarkingOutlined: React.FC = ({ ...props diff --git a/src/IconSoundDetectionDogBarkingOutlinedFilled.tsx b/src/IconSoundDetectionDogBarkingOutlinedFilled.tsx index 09b41eaa5..cc8f2e228 100644 --- a/src/IconSoundDetectionDogBarkingOutlinedFilled.tsx +++ b/src/IconSoundDetectionDogBarkingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionDogBarkingOutlinedFilled: React.FC< IconProps diff --git a/src/IconSoundDetectionDogBarkingRounded.tsx b/src/IconSoundDetectionDogBarkingRounded.tsx index cab8dce3d..bfd4d2307 100644 --- a/src/IconSoundDetectionDogBarkingRounded.tsx +++ b/src/IconSoundDetectionDogBarkingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionDogBarkingRounded: React.FC = ({ ...props diff --git a/src/IconSoundDetectionDogBarkingRoundedFilled.tsx b/src/IconSoundDetectionDogBarkingRoundedFilled.tsx index f7167165b..3695ac697 100644 --- a/src/IconSoundDetectionDogBarkingRoundedFilled.tsx +++ b/src/IconSoundDetectionDogBarkingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionDogBarkingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSoundDetectionDogBarkingSharp.tsx b/src/IconSoundDetectionDogBarkingSharp.tsx index 06a9096da..cf9ae471f 100644 --- a/src/IconSoundDetectionDogBarkingSharp.tsx +++ b/src/IconSoundDetectionDogBarkingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionDogBarkingSharp: React.FC = ({ ...props diff --git a/src/IconSoundDetectionDogBarkingSharpFilled.tsx b/src/IconSoundDetectionDogBarkingSharpFilled.tsx index 3a6788fb6..d6696d33a 100644 --- a/src/IconSoundDetectionDogBarkingSharpFilled.tsx +++ b/src/IconSoundDetectionDogBarkingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionDogBarkingSharpFilled: React.FC = ({ ...props diff --git a/src/IconSoundDetectionGlassBreakOutlined.tsx b/src/IconSoundDetectionGlassBreakOutlined.tsx index a2f8169d3..3528dcfa8 100644 --- a/src/IconSoundDetectionGlassBreakOutlined.tsx +++ b/src/IconSoundDetectionGlassBreakOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionGlassBreakOutlined: React.FC = ({ ...props diff --git a/src/IconSoundDetectionGlassBreakOutlinedFilled.tsx b/src/IconSoundDetectionGlassBreakOutlinedFilled.tsx index 0b56b3de7..0ec99294b 100644 --- a/src/IconSoundDetectionGlassBreakOutlinedFilled.tsx +++ b/src/IconSoundDetectionGlassBreakOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionGlassBreakOutlinedFilled: React.FC< IconProps diff --git a/src/IconSoundDetectionGlassBreakRounded.tsx b/src/IconSoundDetectionGlassBreakRounded.tsx index bd0f51239..835d2b03e 100644 --- a/src/IconSoundDetectionGlassBreakRounded.tsx +++ b/src/IconSoundDetectionGlassBreakRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionGlassBreakRounded: React.FC = ({ ...props diff --git a/src/IconSoundDetectionGlassBreakRoundedFilled.tsx b/src/IconSoundDetectionGlassBreakRoundedFilled.tsx index fae2318db..0f4ca7016 100644 --- a/src/IconSoundDetectionGlassBreakRoundedFilled.tsx +++ b/src/IconSoundDetectionGlassBreakRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionGlassBreakRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSoundDetectionGlassBreakSharp.tsx b/src/IconSoundDetectionGlassBreakSharp.tsx index 6da08f83f..1b2e30e8a 100644 --- a/src/IconSoundDetectionGlassBreakSharp.tsx +++ b/src/IconSoundDetectionGlassBreakSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionGlassBreakSharp: React.FC = ({ ...props diff --git a/src/IconSoundDetectionGlassBreakSharpFilled.tsx b/src/IconSoundDetectionGlassBreakSharpFilled.tsx index ecde67fd9..c63af39f9 100644 --- a/src/IconSoundDetectionGlassBreakSharpFilled.tsx +++ b/src/IconSoundDetectionGlassBreakSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionGlassBreakSharpFilled: React.FC = ({ ...props diff --git a/src/IconSoundDetectionLoudSoundOutlined.tsx b/src/IconSoundDetectionLoudSoundOutlined.tsx index f4a437b47..91cf72e8e 100644 --- a/src/IconSoundDetectionLoudSoundOutlined.tsx +++ b/src/IconSoundDetectionLoudSoundOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionLoudSoundOutlined: React.FC = ({ ...props diff --git a/src/IconSoundDetectionLoudSoundOutlinedFilled.tsx b/src/IconSoundDetectionLoudSoundOutlinedFilled.tsx index 41d80aa94..5fd9501f3 100644 --- a/src/IconSoundDetectionLoudSoundOutlinedFilled.tsx +++ b/src/IconSoundDetectionLoudSoundOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionLoudSoundOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSoundDetectionLoudSoundRounded.tsx b/src/IconSoundDetectionLoudSoundRounded.tsx index 3b447be86..bea5686d9 100644 --- a/src/IconSoundDetectionLoudSoundRounded.tsx +++ b/src/IconSoundDetectionLoudSoundRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionLoudSoundRounded: React.FC = ({ ...props diff --git a/src/IconSoundDetectionLoudSoundRoundedFilled.tsx b/src/IconSoundDetectionLoudSoundRoundedFilled.tsx index 1292f6e5e..66dc91ff5 100644 --- a/src/IconSoundDetectionLoudSoundRoundedFilled.tsx +++ b/src/IconSoundDetectionLoudSoundRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionLoudSoundRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSoundDetectionLoudSoundSharp.tsx b/src/IconSoundDetectionLoudSoundSharp.tsx index 71833ee18..595d25b89 100644 --- a/src/IconSoundDetectionLoudSoundSharp.tsx +++ b/src/IconSoundDetectionLoudSoundSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionLoudSoundSharp: React.FC = ({ ...props diff --git a/src/IconSoundDetectionLoudSoundSharpFilled.tsx b/src/IconSoundDetectionLoudSoundSharpFilled.tsx index 29cf344ae..ff7072ab7 100644 --- a/src/IconSoundDetectionLoudSoundSharpFilled.tsx +++ b/src/IconSoundDetectionLoudSoundSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundDetectionLoudSoundSharpFilled: React.FC = ({ ...props diff --git a/src/IconSoundSamplerOutlined.tsx b/src/IconSoundSamplerOutlined.tsx index 98bccd748..89bf6bbad 100644 --- a/src/IconSoundSamplerOutlined.tsx +++ b/src/IconSoundSamplerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundSamplerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSoundSamplerOutlinedFilled.tsx b/src/IconSoundSamplerOutlinedFilled.tsx index e771693fe..60a50f364 100644 --- a/src/IconSoundSamplerOutlinedFilled.tsx +++ b/src/IconSoundSamplerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundSamplerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSoundSamplerRounded.tsx b/src/IconSoundSamplerRounded.tsx index 0792d71e7..0e37478df 100644 --- a/src/IconSoundSamplerRounded.tsx +++ b/src/IconSoundSamplerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundSamplerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSoundSamplerRoundedFilled.tsx b/src/IconSoundSamplerRoundedFilled.tsx index d9d8526b1..c692c14c0 100644 --- a/src/IconSoundSamplerRoundedFilled.tsx +++ b/src/IconSoundSamplerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundSamplerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSoundSamplerSharp.tsx b/src/IconSoundSamplerSharp.tsx index e7a27208d..b2637e7d1 100644 --- a/src/IconSoundSamplerSharp.tsx +++ b/src/IconSoundSamplerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundSamplerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSoundSamplerSharpFilled.tsx b/src/IconSoundSamplerSharpFilled.tsx index a3285e01b..c5e3a199f 100644 --- a/src/IconSoundSamplerSharpFilled.tsx +++ b/src/IconSoundSamplerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoundSamplerSharpFilled: React.FC = ({ ...props diff --git a/src/IconSoupKitchenOutlined.tsx b/src/IconSoupKitchenOutlined.tsx index 83add2738..08cf0895b 100644 --- a/src/IconSoupKitchenOutlined.tsx +++ b/src/IconSoupKitchenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoupKitchenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSoupKitchenOutlinedFilled.tsx b/src/IconSoupKitchenOutlinedFilled.tsx index 7daa30173..012b8edfa 100644 --- a/src/IconSoupKitchenOutlinedFilled.tsx +++ b/src/IconSoupKitchenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoupKitchenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSoupKitchenRounded.tsx b/src/IconSoupKitchenRounded.tsx index b57354a8c..f1b3fcb8c 100644 --- a/src/IconSoupKitchenRounded.tsx +++ b/src/IconSoupKitchenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoupKitchenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSoupKitchenRoundedFilled.tsx b/src/IconSoupKitchenRoundedFilled.tsx index 7c19dbb8c..6b30fbb9a 100644 --- a/src/IconSoupKitchenRoundedFilled.tsx +++ b/src/IconSoupKitchenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoupKitchenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSoupKitchenSharp.tsx b/src/IconSoupKitchenSharp.tsx index b107c4926..fa3e20c16 100644 --- a/src/IconSoupKitchenSharp.tsx +++ b/src/IconSoupKitchenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoupKitchenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSoupKitchenSharpFilled.tsx b/src/IconSoupKitchenSharpFilled.tsx index 342325431..95472d464 100644 --- a/src/IconSoupKitchenSharpFilled.tsx +++ b/src/IconSoupKitchenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSoupKitchenSharpFilled: React.FC = ({ ...props diff --git a/src/IconSourceEnvironmentOutlined.tsx b/src/IconSourceEnvironmentOutlined.tsx index fed4901a1..2c2c63483 100644 --- a/src/IconSourceEnvironmentOutlined.tsx +++ b/src/IconSourceEnvironmentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceEnvironmentOutlined: React.FC = ({ ...props diff --git a/src/IconSourceEnvironmentOutlinedFilled.tsx b/src/IconSourceEnvironmentOutlinedFilled.tsx index 304df370b..46cbeac98 100644 --- a/src/IconSourceEnvironmentOutlinedFilled.tsx +++ b/src/IconSourceEnvironmentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceEnvironmentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSourceEnvironmentRounded.tsx b/src/IconSourceEnvironmentRounded.tsx index 8fc725125..cc432d090 100644 --- a/src/IconSourceEnvironmentRounded.tsx +++ b/src/IconSourceEnvironmentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceEnvironmentRounded: React.FC = ({ ...props diff --git a/src/IconSourceEnvironmentRoundedFilled.tsx b/src/IconSourceEnvironmentRoundedFilled.tsx index 0cfb236bb..6c4729b97 100644 --- a/src/IconSourceEnvironmentRoundedFilled.tsx +++ b/src/IconSourceEnvironmentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceEnvironmentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSourceEnvironmentSharp.tsx b/src/IconSourceEnvironmentSharp.tsx index bf6e8872b..6ea939618 100644 --- a/src/IconSourceEnvironmentSharp.tsx +++ b/src/IconSourceEnvironmentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceEnvironmentSharp: React.FC = ({ ...props diff --git a/src/IconSourceEnvironmentSharpFilled.tsx b/src/IconSourceEnvironmentSharpFilled.tsx index 2a3c37aaa..af1284edd 100644 --- a/src/IconSourceEnvironmentSharpFilled.tsx +++ b/src/IconSourceEnvironmentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceEnvironmentSharpFilled: React.FC = ({ ...props diff --git a/src/IconSourceNotesOutlined.tsx b/src/IconSourceNotesOutlined.tsx index 39e5249a5..c3e6063f1 100644 --- a/src/IconSourceNotesOutlined.tsx +++ b/src/IconSourceNotesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceNotesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSourceNotesOutlinedFilled.tsx b/src/IconSourceNotesOutlinedFilled.tsx index e93747a9d..ea527d37a 100644 --- a/src/IconSourceNotesOutlinedFilled.tsx +++ b/src/IconSourceNotesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceNotesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSourceNotesRounded.tsx b/src/IconSourceNotesRounded.tsx index f3bca60c5..e00eaea4a 100644 --- a/src/IconSourceNotesRounded.tsx +++ b/src/IconSourceNotesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceNotesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSourceNotesRoundedFilled.tsx b/src/IconSourceNotesRoundedFilled.tsx index 8f935aa2b..dcd106984 100644 --- a/src/IconSourceNotesRoundedFilled.tsx +++ b/src/IconSourceNotesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceNotesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSourceNotesSharp.tsx b/src/IconSourceNotesSharp.tsx index 4a2c0195c..7baf3ad9a 100644 --- a/src/IconSourceNotesSharp.tsx +++ b/src/IconSourceNotesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceNotesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSourceNotesSharpFilled.tsx b/src/IconSourceNotesSharpFilled.tsx index 1869e1703..8ec636266 100644 --- a/src/IconSourceNotesSharpFilled.tsx +++ b/src/IconSourceNotesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSourceNotesSharpFilled: React.FC = ({ ...props diff --git a/src/IconSouthAmericaOutlined.tsx b/src/IconSouthAmericaOutlined.tsx index 09ef2b691..f65ec0fe9 100644 --- a/src/IconSouthAmericaOutlined.tsx +++ b/src/IconSouthAmericaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthAmericaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthAmericaOutlinedFilled.tsx b/src/IconSouthAmericaOutlinedFilled.tsx index 855a580b3..f17d57d03 100644 --- a/src/IconSouthAmericaOutlinedFilled.tsx +++ b/src/IconSouthAmericaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthAmericaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSouthAmericaRounded.tsx b/src/IconSouthAmericaRounded.tsx index a78576b58..64d6188e1 100644 --- a/src/IconSouthAmericaRounded.tsx +++ b/src/IconSouthAmericaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthAmericaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthAmericaRoundedFilled.tsx b/src/IconSouthAmericaRoundedFilled.tsx index 33ed8b54a..ccb7f7915 100644 --- a/src/IconSouthAmericaRoundedFilled.tsx +++ b/src/IconSouthAmericaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthAmericaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSouthAmericaSharp.tsx b/src/IconSouthAmericaSharp.tsx index d81899c32..7c4107f31 100644 --- a/src/IconSouthAmericaSharp.tsx +++ b/src/IconSouthAmericaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthAmericaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthAmericaSharpFilled.tsx b/src/IconSouthAmericaSharpFilled.tsx index 7cd7aca04..23ddfa008 100644 --- a/src/IconSouthAmericaSharpFilled.tsx +++ b/src/IconSouthAmericaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthAmericaSharpFilled: React.FC = ({ ...props diff --git a/src/IconSouthEastOutlined.tsx b/src/IconSouthEastOutlined.tsx index 0f722874f..621f8240f 100644 --- a/src/IconSouthEastOutlined.tsx +++ b/src/IconSouthEastOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthEastOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthEastOutlinedFilled.tsx b/src/IconSouthEastOutlinedFilled.tsx index 7df5d5cbf..f0d11c622 100644 --- a/src/IconSouthEastOutlinedFilled.tsx +++ b/src/IconSouthEastOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthEastOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSouthEastRounded.tsx b/src/IconSouthEastRounded.tsx index 351a227d3..be5b694d7 100644 --- a/src/IconSouthEastRounded.tsx +++ b/src/IconSouthEastRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthEastRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthEastRoundedFilled.tsx b/src/IconSouthEastRoundedFilled.tsx index 6b58376ec..97b4f95a4 100644 --- a/src/IconSouthEastRoundedFilled.tsx +++ b/src/IconSouthEastRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthEastRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSouthEastSharp.tsx b/src/IconSouthEastSharp.tsx index 9e9db9c30..7c04f2a20 100644 --- a/src/IconSouthEastSharp.tsx +++ b/src/IconSouthEastSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthEastSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthEastSharpFilled.tsx b/src/IconSouthEastSharpFilled.tsx index 7866f98b1..47d9ce2c8 100644 --- a/src/IconSouthEastSharpFilled.tsx +++ b/src/IconSouthEastSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthEastSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthOutlined.tsx b/src/IconSouthOutlined.tsx index e9f455f2c..7b38bd404 100644 --- a/src/IconSouthOutlined.tsx +++ b/src/IconSouthOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthOutlinedFilled.tsx b/src/IconSouthOutlinedFilled.tsx index 66ca9ef69..c64899efc 100644 --- a/src/IconSouthOutlinedFilled.tsx +++ b/src/IconSouthOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthRounded.tsx b/src/IconSouthRounded.tsx index 666ef98be..494ea06be 100644 --- a/src/IconSouthRounded.tsx +++ b/src/IconSouthRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthRoundedFilled.tsx b/src/IconSouthRoundedFilled.tsx index f10c4e3e2..97e946c95 100644 --- a/src/IconSouthRoundedFilled.tsx +++ b/src/IconSouthRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthSharp.tsx b/src/IconSouthSharp.tsx index 5205425df..22a52c4e0 100644 --- a/src/IconSouthSharp.tsx +++ b/src/IconSouthSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthSharpFilled.tsx b/src/IconSouthSharpFilled.tsx index 48ff19324..99a9a9e75 100644 --- a/src/IconSouthSharpFilled.tsx +++ b/src/IconSouthSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthWestOutlined.tsx b/src/IconSouthWestOutlined.tsx index dc39e3b6d..75399a5fc 100644 --- a/src/IconSouthWestOutlined.tsx +++ b/src/IconSouthWestOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthWestOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthWestOutlinedFilled.tsx b/src/IconSouthWestOutlinedFilled.tsx index 96a8ce0ad..209715f01 100644 --- a/src/IconSouthWestOutlinedFilled.tsx +++ b/src/IconSouthWestOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthWestOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSouthWestRounded.tsx b/src/IconSouthWestRounded.tsx index 82d114fd1..cc9adbbcf 100644 --- a/src/IconSouthWestRounded.tsx +++ b/src/IconSouthWestRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthWestRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthWestRoundedFilled.tsx b/src/IconSouthWestRoundedFilled.tsx index 0396a79f0..916092274 100644 --- a/src/IconSouthWestRoundedFilled.tsx +++ b/src/IconSouthWestRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthWestRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSouthWestSharp.tsx b/src/IconSouthWestSharp.tsx index 0f21e0c1f..3ac75803c 100644 --- a/src/IconSouthWestSharp.tsx +++ b/src/IconSouthWestSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthWestSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSouthWestSharpFilled.tsx b/src/IconSouthWestSharpFilled.tsx index 82579661e..b82c91915 100644 --- a/src/IconSouthWestSharpFilled.tsx +++ b/src/IconSouthWestSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSouthWestSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaOutlined.tsx b/src/IconSpaOutlined.tsx index a6bdfbbf0..471c00ba6 100644 --- a/src/IconSpaOutlined.tsx +++ b/src/IconSpaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaOutlinedFilled.tsx b/src/IconSpaOutlinedFilled.tsx index 1f9fba43f..6122b83a1 100644 --- a/src/IconSpaOutlinedFilled.tsx +++ b/src/IconSpaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaRounded.tsx b/src/IconSpaRounded.tsx index fe0156ee5..3c49d3b48 100644 --- a/src/IconSpaRounded.tsx +++ b/src/IconSpaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaRoundedFilled.tsx b/src/IconSpaRoundedFilled.tsx index 84c1974ad..7e5fa610c 100644 --- a/src/IconSpaRoundedFilled.tsx +++ b/src/IconSpaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaSharp.tsx b/src/IconSpaSharp.tsx index 1306b7551..abcde63f3 100644 --- a/src/IconSpaSharp.tsx +++ b/src/IconSpaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaSharpFilled.tsx b/src/IconSpaSharpFilled.tsx index 736c60ed0..01a9ded50 100644 --- a/src/IconSpaSharpFilled.tsx +++ b/src/IconSpaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaceBarOutlined.tsx b/src/IconSpaceBarOutlined.tsx index d37ec228c..7093bc193 100644 --- a/src/IconSpaceBarOutlined.tsx +++ b/src/IconSpaceBarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceBarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaceBarOutlinedFilled.tsx b/src/IconSpaceBarOutlinedFilled.tsx index e1d22b1a3..256549022 100644 --- a/src/IconSpaceBarOutlinedFilled.tsx +++ b/src/IconSpaceBarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceBarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpaceBarRounded.tsx b/src/IconSpaceBarRounded.tsx index 72410dc51..98cbfff2a 100644 --- a/src/IconSpaceBarRounded.tsx +++ b/src/IconSpaceBarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceBarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaceBarRoundedFilled.tsx b/src/IconSpaceBarRoundedFilled.tsx index 1bf09f237..92e4df4b7 100644 --- a/src/IconSpaceBarRoundedFilled.tsx +++ b/src/IconSpaceBarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceBarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpaceBarSharp.tsx b/src/IconSpaceBarSharp.tsx index 9ffbb4b64..194c28e34 100644 --- a/src/IconSpaceBarSharp.tsx +++ b/src/IconSpaceBarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceBarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaceBarSharpFilled.tsx b/src/IconSpaceBarSharpFilled.tsx index ad3e9048b..1bde76929 100644 --- a/src/IconSpaceBarSharpFilled.tsx +++ b/src/IconSpaceBarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceBarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaceDashboardOutlined.tsx b/src/IconSpaceDashboardOutlined.tsx index 0347c3b63..9268287a9 100644 --- a/src/IconSpaceDashboardOutlined.tsx +++ b/src/IconSpaceDashboardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceDashboardOutlined: React.FC = ({ ...props diff --git a/src/IconSpaceDashboardOutlinedFilled.tsx b/src/IconSpaceDashboardOutlinedFilled.tsx index 95eec1b96..19f58ca5e 100644 --- a/src/IconSpaceDashboardOutlinedFilled.tsx +++ b/src/IconSpaceDashboardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceDashboardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpaceDashboardRounded.tsx b/src/IconSpaceDashboardRounded.tsx index 2f3c88e5b..4cc6061a0 100644 --- a/src/IconSpaceDashboardRounded.tsx +++ b/src/IconSpaceDashboardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceDashboardRounded: React.FC = ({ ...props diff --git a/src/IconSpaceDashboardRoundedFilled.tsx b/src/IconSpaceDashboardRoundedFilled.tsx index ea83ef3ed..27baed60e 100644 --- a/src/IconSpaceDashboardRoundedFilled.tsx +++ b/src/IconSpaceDashboardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceDashboardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpaceDashboardSharp.tsx b/src/IconSpaceDashboardSharp.tsx index 2ca91e354..ac7d07ce8 100644 --- a/src/IconSpaceDashboardSharp.tsx +++ b/src/IconSpaceDashboardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceDashboardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpaceDashboardSharpFilled.tsx b/src/IconSpaceDashboardSharpFilled.tsx index 368f1481f..a9deb0592 100644 --- a/src/IconSpaceDashboardSharpFilled.tsx +++ b/src/IconSpaceDashboardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpaceDashboardSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpatialAudioOffOutlined.tsx b/src/IconSpatialAudioOffOutlined.tsx index 7aed6c247..a641b26f3 100644 --- a/src/IconSpatialAudioOffOutlined.tsx +++ b/src/IconSpatialAudioOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioOffOutlined: React.FC = ({ ...props diff --git a/src/IconSpatialAudioOffOutlinedFilled.tsx b/src/IconSpatialAudioOffOutlinedFilled.tsx index f8041b048..415a0b5b1 100644 --- a/src/IconSpatialAudioOffOutlinedFilled.tsx +++ b/src/IconSpatialAudioOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpatialAudioOffRounded.tsx b/src/IconSpatialAudioOffRounded.tsx index aea6ffeaa..5c248e732 100644 --- a/src/IconSpatialAudioOffRounded.tsx +++ b/src/IconSpatialAudioOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioOffRounded: React.FC = ({ ...props diff --git a/src/IconSpatialAudioOffRoundedFilled.tsx b/src/IconSpatialAudioOffRoundedFilled.tsx index d83e69ad2..9b9bf6b9e 100644 --- a/src/IconSpatialAudioOffRoundedFilled.tsx +++ b/src/IconSpatialAudioOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpatialAudioOffSharp.tsx b/src/IconSpatialAudioOffSharp.tsx index 714deb466..65967a15f 100644 --- a/src/IconSpatialAudioOffSharp.tsx +++ b/src/IconSpatialAudioOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpatialAudioOffSharpFilled.tsx b/src/IconSpatialAudioOffSharpFilled.tsx index b04e267d9..dd52af88a 100644 --- a/src/IconSpatialAudioOffSharpFilled.tsx +++ b/src/IconSpatialAudioOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpatialAudioOutlined.tsx b/src/IconSpatialAudioOutlined.tsx index 1009db7aa..5be1752eb 100644 --- a/src/IconSpatialAudioOutlined.tsx +++ b/src/IconSpatialAudioOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpatialAudioOutlinedFilled.tsx b/src/IconSpatialAudioOutlinedFilled.tsx index 90e8cd7b5..687489593 100644 --- a/src/IconSpatialAudioOutlinedFilled.tsx +++ b/src/IconSpatialAudioOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpatialAudioRounded.tsx b/src/IconSpatialAudioRounded.tsx index 99c52e632..0c340fdf5 100644 --- a/src/IconSpatialAudioRounded.tsx +++ b/src/IconSpatialAudioRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpatialAudioRoundedFilled.tsx b/src/IconSpatialAudioRoundedFilled.tsx index 71f6a48ae..1e12ad3b6 100644 --- a/src/IconSpatialAudioRoundedFilled.tsx +++ b/src/IconSpatialAudioRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpatialAudioSharp.tsx b/src/IconSpatialAudioSharp.tsx index 206b52240..da82ea044 100644 --- a/src/IconSpatialAudioSharp.tsx +++ b/src/IconSpatialAudioSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpatialAudioSharpFilled.tsx b/src/IconSpatialAudioSharpFilled.tsx index ce85560bd..9cfcfaa05 100644 --- a/src/IconSpatialAudioSharpFilled.tsx +++ b/src/IconSpatialAudioSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialAudioSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpatialSpeakerOutlined.tsx b/src/IconSpatialSpeakerOutlined.tsx index ef7f2d6be..b7f0f154a 100644 --- a/src/IconSpatialSpeakerOutlined.tsx +++ b/src/IconSpatialSpeakerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialSpeakerOutlined: React.FC = ({ ...props diff --git a/src/IconSpatialSpeakerOutlinedFilled.tsx b/src/IconSpatialSpeakerOutlinedFilled.tsx index 959f93ec0..83cf30694 100644 --- a/src/IconSpatialSpeakerOutlinedFilled.tsx +++ b/src/IconSpatialSpeakerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialSpeakerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpatialSpeakerRounded.tsx b/src/IconSpatialSpeakerRounded.tsx index 1f40a2ca5..822289efd 100644 --- a/src/IconSpatialSpeakerRounded.tsx +++ b/src/IconSpatialSpeakerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialSpeakerRounded: React.FC = ({ ...props diff --git a/src/IconSpatialSpeakerRoundedFilled.tsx b/src/IconSpatialSpeakerRoundedFilled.tsx index ffdea576c..b0f4a2b07 100644 --- a/src/IconSpatialSpeakerRoundedFilled.tsx +++ b/src/IconSpatialSpeakerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialSpeakerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpatialSpeakerSharp.tsx b/src/IconSpatialSpeakerSharp.tsx index 50be42b9f..003f47f0e 100644 --- a/src/IconSpatialSpeakerSharp.tsx +++ b/src/IconSpatialSpeakerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialSpeakerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpatialSpeakerSharpFilled.tsx b/src/IconSpatialSpeakerSharpFilled.tsx index 189652da4..c96f8db72 100644 --- a/src/IconSpatialSpeakerSharpFilled.tsx +++ b/src/IconSpatialSpeakerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialSpeakerSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpatialTrackingOutlined.tsx b/src/IconSpatialTrackingOutlined.tsx index 17612968d..c6e0ee197 100644 --- a/src/IconSpatialTrackingOutlined.tsx +++ b/src/IconSpatialTrackingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialTrackingOutlined: React.FC = ({ ...props diff --git a/src/IconSpatialTrackingOutlinedFilled.tsx b/src/IconSpatialTrackingOutlinedFilled.tsx index 5b1089c21..5f6716ca8 100644 --- a/src/IconSpatialTrackingOutlinedFilled.tsx +++ b/src/IconSpatialTrackingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialTrackingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpatialTrackingRounded.tsx b/src/IconSpatialTrackingRounded.tsx index f707e4813..f00c2acee 100644 --- a/src/IconSpatialTrackingRounded.tsx +++ b/src/IconSpatialTrackingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialTrackingRounded: React.FC = ({ ...props diff --git a/src/IconSpatialTrackingRoundedFilled.tsx b/src/IconSpatialTrackingRoundedFilled.tsx index 8480499d0..429d02f35 100644 --- a/src/IconSpatialTrackingRoundedFilled.tsx +++ b/src/IconSpatialTrackingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialTrackingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpatialTrackingSharp.tsx b/src/IconSpatialTrackingSharp.tsx index 87a1e7b57..bdca9b5d6 100644 --- a/src/IconSpatialTrackingSharp.tsx +++ b/src/IconSpatialTrackingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialTrackingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpatialTrackingSharpFilled.tsx b/src/IconSpatialTrackingSharpFilled.tsx index 6df961ab4..630037877 100644 --- a/src/IconSpatialTrackingSharpFilled.tsx +++ b/src/IconSpatialTrackingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpatialTrackingSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerGroupOutlined.tsx b/src/IconSpeakerGroupOutlined.tsx index fb2b21fa3..f179fb747 100644 --- a/src/IconSpeakerGroupOutlined.tsx +++ b/src/IconSpeakerGroupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerGroupOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerGroupOutlinedFilled.tsx b/src/IconSpeakerGroupOutlinedFilled.tsx index ac26bf65c..47d2ad1d1 100644 --- a/src/IconSpeakerGroupOutlinedFilled.tsx +++ b/src/IconSpeakerGroupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerGroupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerGroupRounded.tsx b/src/IconSpeakerGroupRounded.tsx index 39b1be08b..fbcb248b2 100644 --- a/src/IconSpeakerGroupRounded.tsx +++ b/src/IconSpeakerGroupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerGroupRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerGroupRoundedFilled.tsx b/src/IconSpeakerGroupRoundedFilled.tsx index f3fa31478..c8ab845da 100644 --- a/src/IconSpeakerGroupRoundedFilled.tsx +++ b/src/IconSpeakerGroupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerGroupRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerGroupSharp.tsx b/src/IconSpeakerGroupSharp.tsx index ab5045fd2..5767d4338 100644 --- a/src/IconSpeakerGroupSharp.tsx +++ b/src/IconSpeakerGroupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerGroupSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerGroupSharpFilled.tsx b/src/IconSpeakerGroupSharpFilled.tsx index b8c32a401..1346d6340 100644 --- a/src/IconSpeakerGroupSharpFilled.tsx +++ b/src/IconSpeakerGroupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerGroupSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerNotesOffOutlined.tsx b/src/IconSpeakerNotesOffOutlined.tsx index d8a0601cd..ff0c54ec6 100644 --- a/src/IconSpeakerNotesOffOutlined.tsx +++ b/src/IconSpeakerNotesOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesOffOutlined: React.FC = ({ ...props diff --git a/src/IconSpeakerNotesOffOutlinedFilled.tsx b/src/IconSpeakerNotesOffOutlinedFilled.tsx index 3fd8442ef..ddfe14794 100644 --- a/src/IconSpeakerNotesOffOutlinedFilled.tsx +++ b/src/IconSpeakerNotesOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerNotesOffRounded.tsx b/src/IconSpeakerNotesOffRounded.tsx index 970e1fd71..35f3c10ad 100644 --- a/src/IconSpeakerNotesOffRounded.tsx +++ b/src/IconSpeakerNotesOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesOffRounded: React.FC = ({ ...props diff --git a/src/IconSpeakerNotesOffRoundedFilled.tsx b/src/IconSpeakerNotesOffRoundedFilled.tsx index cad86c259..e6d3caab3 100644 --- a/src/IconSpeakerNotesOffRoundedFilled.tsx +++ b/src/IconSpeakerNotesOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerNotesOffSharp.tsx b/src/IconSpeakerNotesOffSharp.tsx index 9487f4228..2bde7360c 100644 --- a/src/IconSpeakerNotesOffSharp.tsx +++ b/src/IconSpeakerNotesOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerNotesOffSharpFilled.tsx b/src/IconSpeakerNotesOffSharpFilled.tsx index 91bde1298..7d0ed6aa7 100644 --- a/src/IconSpeakerNotesOffSharpFilled.tsx +++ b/src/IconSpeakerNotesOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerNotesOutlined.tsx b/src/IconSpeakerNotesOutlined.tsx index cf97a3249..96ba7dae9 100644 --- a/src/IconSpeakerNotesOutlined.tsx +++ b/src/IconSpeakerNotesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerNotesOutlinedFilled.tsx b/src/IconSpeakerNotesOutlinedFilled.tsx index b8ad7a4cb..bf2ef938b 100644 --- a/src/IconSpeakerNotesOutlinedFilled.tsx +++ b/src/IconSpeakerNotesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerNotesRounded.tsx b/src/IconSpeakerNotesRounded.tsx index 3a972fef6..0dd491bf5 100644 --- a/src/IconSpeakerNotesRounded.tsx +++ b/src/IconSpeakerNotesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerNotesRoundedFilled.tsx b/src/IconSpeakerNotesRoundedFilled.tsx index 92f2db1a9..a9871457c 100644 --- a/src/IconSpeakerNotesRoundedFilled.tsx +++ b/src/IconSpeakerNotesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerNotesSharp.tsx b/src/IconSpeakerNotesSharp.tsx index 86f805f3a..b98bcaa5d 100644 --- a/src/IconSpeakerNotesSharp.tsx +++ b/src/IconSpeakerNotesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerNotesSharpFilled.tsx b/src/IconSpeakerNotesSharpFilled.tsx index 09840a1ad..8fa430acc 100644 --- a/src/IconSpeakerNotesSharpFilled.tsx +++ b/src/IconSpeakerNotesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerNotesSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerOutlined.tsx b/src/IconSpeakerOutlined.tsx index 197336f88..3ccb5d464 100644 --- a/src/IconSpeakerOutlined.tsx +++ b/src/IconSpeakerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerOutlinedFilled.tsx b/src/IconSpeakerOutlinedFilled.tsx index 38a712f85..34c19025e 100644 --- a/src/IconSpeakerOutlinedFilled.tsx +++ b/src/IconSpeakerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerPhoneOutlined.tsx b/src/IconSpeakerPhoneOutlined.tsx index 8cb7473fd..a27d2b96e 100644 --- a/src/IconSpeakerPhoneOutlined.tsx +++ b/src/IconSpeakerPhoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerPhoneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerPhoneOutlinedFilled.tsx b/src/IconSpeakerPhoneOutlinedFilled.tsx index c555de810..36bc3dcfb 100644 --- a/src/IconSpeakerPhoneOutlinedFilled.tsx +++ b/src/IconSpeakerPhoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerPhoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerPhoneRounded.tsx b/src/IconSpeakerPhoneRounded.tsx index 386e79c8d..1d294ee0e 100644 --- a/src/IconSpeakerPhoneRounded.tsx +++ b/src/IconSpeakerPhoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerPhoneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerPhoneRoundedFilled.tsx b/src/IconSpeakerPhoneRoundedFilled.tsx index 838c58871..04843f2f2 100644 --- a/src/IconSpeakerPhoneRoundedFilled.tsx +++ b/src/IconSpeakerPhoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerPhoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerPhoneSharp.tsx b/src/IconSpeakerPhoneSharp.tsx index 0a3344ca2..de7b83523 100644 --- a/src/IconSpeakerPhoneSharp.tsx +++ b/src/IconSpeakerPhoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerPhoneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerPhoneSharpFilled.tsx b/src/IconSpeakerPhoneSharpFilled.tsx index 134680dc0..34b0b12ec 100644 --- a/src/IconSpeakerPhoneSharpFilled.tsx +++ b/src/IconSpeakerPhoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerPhoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpeakerRounded.tsx b/src/IconSpeakerRounded.tsx index 717a1188d..0007aeb15 100644 --- a/src/IconSpeakerRounded.tsx +++ b/src/IconSpeakerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerRoundedFilled.tsx b/src/IconSpeakerRoundedFilled.tsx index f413dce3a..0bc636133 100644 --- a/src/IconSpeakerRoundedFilled.tsx +++ b/src/IconSpeakerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerSharp.tsx b/src/IconSpeakerSharp.tsx index fc51c9917..33bbb8228 100644 --- a/src/IconSpeakerSharp.tsx +++ b/src/IconSpeakerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeakerSharpFilled.tsx b/src/IconSpeakerSharpFilled.tsx index 3a627669a..d2148ddc3 100644 --- a/src/IconSpeakerSharpFilled.tsx +++ b/src/IconSpeakerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeakerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpecialCharacterOutlined.tsx b/src/IconSpecialCharacterOutlined.tsx index e3cdfc815..84d3adc55 100644 --- a/src/IconSpecialCharacterOutlined.tsx +++ b/src/IconSpecialCharacterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecialCharacterOutlined: React.FC = ({ ...props diff --git a/src/IconSpecialCharacterOutlinedFilled.tsx b/src/IconSpecialCharacterOutlinedFilled.tsx index d3e957701..b40d4106f 100644 --- a/src/IconSpecialCharacterOutlinedFilled.tsx +++ b/src/IconSpecialCharacterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecialCharacterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpecialCharacterRounded.tsx b/src/IconSpecialCharacterRounded.tsx index 2f7e17edc..575942daf 100644 --- a/src/IconSpecialCharacterRounded.tsx +++ b/src/IconSpecialCharacterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecialCharacterRounded: React.FC = ({ ...props diff --git a/src/IconSpecialCharacterRoundedFilled.tsx b/src/IconSpecialCharacterRoundedFilled.tsx index fb59e3d2d..cc6bba81d 100644 --- a/src/IconSpecialCharacterRoundedFilled.tsx +++ b/src/IconSpecialCharacterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecialCharacterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpecialCharacterSharp.tsx b/src/IconSpecialCharacterSharp.tsx index 748424556..107bd53a6 100644 --- a/src/IconSpecialCharacterSharp.tsx +++ b/src/IconSpecialCharacterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecialCharacterSharp: React.FC = ({ ...props diff --git a/src/IconSpecialCharacterSharpFilled.tsx b/src/IconSpecialCharacterSharpFilled.tsx index cde476530..dd9f741e1 100644 --- a/src/IconSpecialCharacterSharpFilled.tsx +++ b/src/IconSpecialCharacterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecialCharacterSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpecificGravityOutlined.tsx b/src/IconSpecificGravityOutlined.tsx index 3ad2718f2..73088ce06 100644 --- a/src/IconSpecificGravityOutlined.tsx +++ b/src/IconSpecificGravityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecificGravityOutlined: React.FC = ({ ...props diff --git a/src/IconSpecificGravityOutlinedFilled.tsx b/src/IconSpecificGravityOutlinedFilled.tsx index c986aafe8..facae39bc 100644 --- a/src/IconSpecificGravityOutlinedFilled.tsx +++ b/src/IconSpecificGravityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecificGravityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpecificGravityRounded.tsx b/src/IconSpecificGravityRounded.tsx index bd7a31076..cf120bac3 100644 --- a/src/IconSpecificGravityRounded.tsx +++ b/src/IconSpecificGravityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecificGravityRounded: React.FC = ({ ...props diff --git a/src/IconSpecificGravityRoundedFilled.tsx b/src/IconSpecificGravityRoundedFilled.tsx index 9987ca8c9..09518f6be 100644 --- a/src/IconSpecificGravityRoundedFilled.tsx +++ b/src/IconSpecificGravityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecificGravityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpecificGravitySharp.tsx b/src/IconSpecificGravitySharp.tsx index 4c35d9d9c..d2a66c476 100644 --- a/src/IconSpecificGravitySharp.tsx +++ b/src/IconSpecificGravitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecificGravitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpecificGravitySharpFilled.tsx b/src/IconSpecificGravitySharpFilled.tsx index f1a01e2d5..1d69341bc 100644 --- a/src/IconSpecificGravitySharpFilled.tsx +++ b/src/IconSpecificGravitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpecificGravitySharpFilled: React.FC = ({ ...props diff --git a/src/IconSpeechToTextOutlined.tsx b/src/IconSpeechToTextOutlined.tsx index 9902e2a1e..8a839c78d 100644 --- a/src/IconSpeechToTextOutlined.tsx +++ b/src/IconSpeechToTextOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeechToTextOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeechToTextOutlinedFilled.tsx b/src/IconSpeechToTextOutlinedFilled.tsx index 934541c46..b29b2a539 100644 --- a/src/IconSpeechToTextOutlinedFilled.tsx +++ b/src/IconSpeechToTextOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeechToTextOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeechToTextRounded.tsx b/src/IconSpeechToTextRounded.tsx index c1c78cec2..1d5d5b2ce 100644 --- a/src/IconSpeechToTextRounded.tsx +++ b/src/IconSpeechToTextRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeechToTextRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeechToTextRoundedFilled.tsx b/src/IconSpeechToTextRoundedFilled.tsx index a2c1abf3a..7ae8b4b2d 100644 --- a/src/IconSpeechToTextRoundedFilled.tsx +++ b/src/IconSpeechToTextRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeechToTextRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeechToTextSharp.tsx b/src/IconSpeechToTextSharp.tsx index a2b7271fc..253239b92 100644 --- a/src/IconSpeechToTextSharp.tsx +++ b/src/IconSpeechToTextSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeechToTextSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeechToTextSharpFilled.tsx b/src/IconSpeechToTextSharpFilled.tsx index a3c1a578c..8ba304f41 100644 --- a/src/IconSpeechToTextSharpFilled.tsx +++ b/src/IconSpeechToTextSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeechToTextSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpeed025Outlined.tsx b/src/IconSpeed025Outlined.tsx index d97e02e22..e84d5ebb7 100644 --- a/src/IconSpeed025Outlined.tsx +++ b/src/IconSpeed025Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed025Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed025OutlinedFilled.tsx b/src/IconSpeed025OutlinedFilled.tsx index 29e17b7eb..3e8e6ba4a 100644 --- a/src/IconSpeed025OutlinedFilled.tsx +++ b/src/IconSpeed025OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed025OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed025Rounded.tsx b/src/IconSpeed025Rounded.tsx index 7d505b8fb..8ae61950a 100644 --- a/src/IconSpeed025Rounded.tsx +++ b/src/IconSpeed025Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed025Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed025RoundedFilled.tsx b/src/IconSpeed025RoundedFilled.tsx index e1058e663..74c7eecb4 100644 --- a/src/IconSpeed025RoundedFilled.tsx +++ b/src/IconSpeed025RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed025RoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed025Sharp.tsx b/src/IconSpeed025Sharp.tsx index aaedfae6f..ac9db228e 100644 --- a/src/IconSpeed025Sharp.tsx +++ b/src/IconSpeed025Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed025Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed025SharpFilled.tsx b/src/IconSpeed025SharpFilled.tsx index af3c90246..1f50380de 100644 --- a/src/IconSpeed025SharpFilled.tsx +++ b/src/IconSpeed025SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed025SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed02xOutlined.tsx b/src/IconSpeed02xOutlined.tsx index 854801db5..eb63de3a0 100644 --- a/src/IconSpeed02xOutlined.tsx +++ b/src/IconSpeed02xOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed02xOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed02xOutlinedFilled.tsx b/src/IconSpeed02xOutlinedFilled.tsx index 318f768c4..7c6a0bf14 100644 --- a/src/IconSpeed02xOutlinedFilled.tsx +++ b/src/IconSpeed02xOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed02xOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed02xRounded.tsx b/src/IconSpeed02xRounded.tsx index cd57867f3..971394608 100644 --- a/src/IconSpeed02xRounded.tsx +++ b/src/IconSpeed02xRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed02xRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed02xRoundedFilled.tsx b/src/IconSpeed02xRoundedFilled.tsx index d508586ab..a9f367fa9 100644 --- a/src/IconSpeed02xRoundedFilled.tsx +++ b/src/IconSpeed02xRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed02xRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed02xSharp.tsx b/src/IconSpeed02xSharp.tsx index 389edf5a0..7460c3d95 100644 --- a/src/IconSpeed02xSharp.tsx +++ b/src/IconSpeed02xSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed02xSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed02xSharpFilled.tsx b/src/IconSpeed02xSharpFilled.tsx index c6ec625d9..a4ab932e4 100644 --- a/src/IconSpeed02xSharpFilled.tsx +++ b/src/IconSpeed02xSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed02xSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed05Outlined.tsx b/src/IconSpeed05Outlined.tsx index d5099f1af..4f95ad963 100644 --- a/src/IconSpeed05Outlined.tsx +++ b/src/IconSpeed05Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed05OutlinedFilled.tsx b/src/IconSpeed05OutlinedFilled.tsx index af0d27667..b6ce4e542 100644 --- a/src/IconSpeed05OutlinedFilled.tsx +++ b/src/IconSpeed05OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed05Rounded.tsx b/src/IconSpeed05Rounded.tsx index da9baf3c1..5eb103e42 100644 --- a/src/IconSpeed05Rounded.tsx +++ b/src/IconSpeed05Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed05RoundedFilled.tsx b/src/IconSpeed05RoundedFilled.tsx index ac8508c1d..efbfe6183 100644 --- a/src/IconSpeed05RoundedFilled.tsx +++ b/src/IconSpeed05RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed05Sharp.tsx b/src/IconSpeed05Sharp.tsx index 1627b9ad2..b0c2cb2c0 100644 --- a/src/IconSpeed05Sharp.tsx +++ b/src/IconSpeed05Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed05SharpFilled.tsx b/src/IconSpeed05SharpFilled.tsx index 2a706edcd..118078e66 100644 --- a/src/IconSpeed05SharpFilled.tsx +++ b/src/IconSpeed05SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed05xOutlined.tsx b/src/IconSpeed05xOutlined.tsx index 4a8eda1e1..2f62f7ee5 100644 --- a/src/IconSpeed05xOutlined.tsx +++ b/src/IconSpeed05xOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05xOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed05xOutlinedFilled.tsx b/src/IconSpeed05xOutlinedFilled.tsx index 173049546..825515c27 100644 --- a/src/IconSpeed05xOutlinedFilled.tsx +++ b/src/IconSpeed05xOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05xOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed05xRounded.tsx b/src/IconSpeed05xRounded.tsx index 6c9f9ddf1..180596f35 100644 --- a/src/IconSpeed05xRounded.tsx +++ b/src/IconSpeed05xRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05xRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed05xRoundedFilled.tsx b/src/IconSpeed05xRoundedFilled.tsx index 18aecd6dd..371d6fd99 100644 --- a/src/IconSpeed05xRoundedFilled.tsx +++ b/src/IconSpeed05xRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05xRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed05xSharp.tsx b/src/IconSpeed05xSharp.tsx index 138abc8f4..2b92c5184 100644 --- a/src/IconSpeed05xSharp.tsx +++ b/src/IconSpeed05xSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05xSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed05xSharpFilled.tsx b/src/IconSpeed05xSharpFilled.tsx index 076911a37..88b280a5a 100644 --- a/src/IconSpeed05xSharpFilled.tsx +++ b/src/IconSpeed05xSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed05xSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed075Outlined.tsx b/src/IconSpeed075Outlined.tsx index b7e40f528..cd0bb069f 100644 --- a/src/IconSpeed075Outlined.tsx +++ b/src/IconSpeed075Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed075Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed075OutlinedFilled.tsx b/src/IconSpeed075OutlinedFilled.tsx index ab3416bb1..92cfe865c 100644 --- a/src/IconSpeed075OutlinedFilled.tsx +++ b/src/IconSpeed075OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed075OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed075Rounded.tsx b/src/IconSpeed075Rounded.tsx index 89fcc2162..2163c6193 100644 --- a/src/IconSpeed075Rounded.tsx +++ b/src/IconSpeed075Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed075Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed075RoundedFilled.tsx b/src/IconSpeed075RoundedFilled.tsx index 816b38a6d..4712863d8 100644 --- a/src/IconSpeed075RoundedFilled.tsx +++ b/src/IconSpeed075RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed075RoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed075Sharp.tsx b/src/IconSpeed075Sharp.tsx index f25851728..46ff3d086 100644 --- a/src/IconSpeed075Sharp.tsx +++ b/src/IconSpeed075Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed075Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed075SharpFilled.tsx b/src/IconSpeed075SharpFilled.tsx index 5d27f048c..1efcd012e 100644 --- a/src/IconSpeed075SharpFilled.tsx +++ b/src/IconSpeed075SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed075SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed07xOutlined.tsx b/src/IconSpeed07xOutlined.tsx index e5b13714a..d47c3df12 100644 --- a/src/IconSpeed07xOutlined.tsx +++ b/src/IconSpeed07xOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed07xOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed07xOutlinedFilled.tsx b/src/IconSpeed07xOutlinedFilled.tsx index 13e6cb3d8..31a88b388 100644 --- a/src/IconSpeed07xOutlinedFilled.tsx +++ b/src/IconSpeed07xOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed07xOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed07xRounded.tsx b/src/IconSpeed07xRounded.tsx index 7cb7b1320..85bb7b140 100644 --- a/src/IconSpeed07xRounded.tsx +++ b/src/IconSpeed07xRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed07xRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed07xRoundedFilled.tsx b/src/IconSpeed07xRoundedFilled.tsx index cc1999ddd..5037ab167 100644 --- a/src/IconSpeed07xRoundedFilled.tsx +++ b/src/IconSpeed07xRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed07xRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed07xSharp.tsx b/src/IconSpeed07xSharp.tsx index e12ca05e9..44e23a92c 100644 --- a/src/IconSpeed07xSharp.tsx +++ b/src/IconSpeed07xSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed07xSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed07xSharpFilled.tsx b/src/IconSpeed07xSharpFilled.tsx index f0e188a7c..2f0e91234 100644 --- a/src/IconSpeed07xSharpFilled.tsx +++ b/src/IconSpeed07xSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed07xSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed125Outlined.tsx b/src/IconSpeed125Outlined.tsx index 6c1d60060..a8beba947 100644 --- a/src/IconSpeed125Outlined.tsx +++ b/src/IconSpeed125Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed125Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed125OutlinedFilled.tsx b/src/IconSpeed125OutlinedFilled.tsx index b10c26912..9740b9e83 100644 --- a/src/IconSpeed125OutlinedFilled.tsx +++ b/src/IconSpeed125OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed125OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed125Rounded.tsx b/src/IconSpeed125Rounded.tsx index 39a25bc1b..862c17d1a 100644 --- a/src/IconSpeed125Rounded.tsx +++ b/src/IconSpeed125Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed125Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed125RoundedFilled.tsx b/src/IconSpeed125RoundedFilled.tsx index 2a9b3379e..b116ed3ba 100644 --- a/src/IconSpeed125RoundedFilled.tsx +++ b/src/IconSpeed125RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed125RoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed125Sharp.tsx b/src/IconSpeed125Sharp.tsx index 579f983ed..44d6986ac 100644 --- a/src/IconSpeed125Sharp.tsx +++ b/src/IconSpeed125Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed125Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed125SharpFilled.tsx b/src/IconSpeed125SharpFilled.tsx index 5958d4549..023fa2955 100644 --- a/src/IconSpeed125SharpFilled.tsx +++ b/src/IconSpeed125SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed125SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed12Outlined.tsx b/src/IconSpeed12Outlined.tsx index 8a01a811c..ce4a67324 100644 --- a/src/IconSpeed12Outlined.tsx +++ b/src/IconSpeed12Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed12OutlinedFilled.tsx b/src/IconSpeed12OutlinedFilled.tsx index b30119f5b..56727d8a1 100644 --- a/src/IconSpeed12OutlinedFilled.tsx +++ b/src/IconSpeed12OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed12Rounded.tsx b/src/IconSpeed12Rounded.tsx index 3f84b6971..8d16aa8bd 100644 --- a/src/IconSpeed12Rounded.tsx +++ b/src/IconSpeed12Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed12RoundedFilled.tsx b/src/IconSpeed12RoundedFilled.tsx index 76f26597f..bd9d4ab0d 100644 --- a/src/IconSpeed12RoundedFilled.tsx +++ b/src/IconSpeed12RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed12Sharp.tsx b/src/IconSpeed12Sharp.tsx index a3ef055fb..5f1e28ebb 100644 --- a/src/IconSpeed12Sharp.tsx +++ b/src/IconSpeed12Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed12SharpFilled.tsx b/src/IconSpeed12SharpFilled.tsx index 268a95324..30acff753 100644 --- a/src/IconSpeed12SharpFilled.tsx +++ b/src/IconSpeed12SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed12xOutlined.tsx b/src/IconSpeed12xOutlined.tsx index 13eb5ea66..593e37a49 100644 --- a/src/IconSpeed12xOutlined.tsx +++ b/src/IconSpeed12xOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12xOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed12xOutlinedFilled.tsx b/src/IconSpeed12xOutlinedFilled.tsx index 543350d86..0e6599910 100644 --- a/src/IconSpeed12xOutlinedFilled.tsx +++ b/src/IconSpeed12xOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12xOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed12xRounded.tsx b/src/IconSpeed12xRounded.tsx index 563d39212..a6d707991 100644 --- a/src/IconSpeed12xRounded.tsx +++ b/src/IconSpeed12xRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12xRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed12xRoundedFilled.tsx b/src/IconSpeed12xRoundedFilled.tsx index ee52966c4..dbefc230c 100644 --- a/src/IconSpeed12xRoundedFilled.tsx +++ b/src/IconSpeed12xRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12xRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed12xSharp.tsx b/src/IconSpeed12xSharp.tsx index 8186eb493..28e4b94fe 100644 --- a/src/IconSpeed12xSharp.tsx +++ b/src/IconSpeed12xSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12xSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed12xSharpFilled.tsx b/src/IconSpeed12xSharpFilled.tsx index 2683a3eda..121ff72c6 100644 --- a/src/IconSpeed12xSharpFilled.tsx +++ b/src/IconSpeed12xSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed12xSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed15Outlined.tsx b/src/IconSpeed15Outlined.tsx index d2ce4384d..fd83085e1 100644 --- a/src/IconSpeed15Outlined.tsx +++ b/src/IconSpeed15Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed15OutlinedFilled.tsx b/src/IconSpeed15OutlinedFilled.tsx index 758134405..0cb261e02 100644 --- a/src/IconSpeed15OutlinedFilled.tsx +++ b/src/IconSpeed15OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed15Rounded.tsx b/src/IconSpeed15Rounded.tsx index e393b0519..c97c707c1 100644 --- a/src/IconSpeed15Rounded.tsx +++ b/src/IconSpeed15Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed15RoundedFilled.tsx b/src/IconSpeed15RoundedFilled.tsx index 77910d590..55a38b9a4 100644 --- a/src/IconSpeed15RoundedFilled.tsx +++ b/src/IconSpeed15RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed15Sharp.tsx b/src/IconSpeed15Sharp.tsx index 21df32464..76e4be44a 100644 --- a/src/IconSpeed15Sharp.tsx +++ b/src/IconSpeed15Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed15SharpFilled.tsx b/src/IconSpeed15SharpFilled.tsx index 948ddafc0..4ba3dce4a 100644 --- a/src/IconSpeed15SharpFilled.tsx +++ b/src/IconSpeed15SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed15xOutlined.tsx b/src/IconSpeed15xOutlined.tsx index 58dd94fce..ca17d90c2 100644 --- a/src/IconSpeed15xOutlined.tsx +++ b/src/IconSpeed15xOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15xOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed15xOutlinedFilled.tsx b/src/IconSpeed15xOutlinedFilled.tsx index 25413b173..0c8aecaf2 100644 --- a/src/IconSpeed15xOutlinedFilled.tsx +++ b/src/IconSpeed15xOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15xOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed15xRounded.tsx b/src/IconSpeed15xRounded.tsx index 94073d781..af638d242 100644 --- a/src/IconSpeed15xRounded.tsx +++ b/src/IconSpeed15xRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15xRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed15xRoundedFilled.tsx b/src/IconSpeed15xRoundedFilled.tsx index 495ff3be9..ddb0986a0 100644 --- a/src/IconSpeed15xRoundedFilled.tsx +++ b/src/IconSpeed15xRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15xRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed15xSharp.tsx b/src/IconSpeed15xSharp.tsx index a56d894e0..2f1073000 100644 --- a/src/IconSpeed15xSharp.tsx +++ b/src/IconSpeed15xSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15xSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed15xSharpFilled.tsx b/src/IconSpeed15xSharpFilled.tsx index 06ac768b1..077f3e1d2 100644 --- a/src/IconSpeed15xSharpFilled.tsx +++ b/src/IconSpeed15xSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed15xSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed175Outlined.tsx b/src/IconSpeed175Outlined.tsx index 3a34eb03c..72b0c434b 100644 --- a/src/IconSpeed175Outlined.tsx +++ b/src/IconSpeed175Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed175Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed175OutlinedFilled.tsx b/src/IconSpeed175OutlinedFilled.tsx index 1554142e7..d1b50f8cc 100644 --- a/src/IconSpeed175OutlinedFilled.tsx +++ b/src/IconSpeed175OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed175OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed175Rounded.tsx b/src/IconSpeed175Rounded.tsx index 71a67c32e..01a056fe5 100644 --- a/src/IconSpeed175Rounded.tsx +++ b/src/IconSpeed175Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed175Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed175RoundedFilled.tsx b/src/IconSpeed175RoundedFilled.tsx index b082ce2af..010552b4e 100644 --- a/src/IconSpeed175RoundedFilled.tsx +++ b/src/IconSpeed175RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed175RoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed175Sharp.tsx b/src/IconSpeed175Sharp.tsx index 5be97d38d..6b6541c0e 100644 --- a/src/IconSpeed175Sharp.tsx +++ b/src/IconSpeed175Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed175Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed175SharpFilled.tsx b/src/IconSpeed175SharpFilled.tsx index a739e3d66..fa2e89b5d 100644 --- a/src/IconSpeed175SharpFilled.tsx +++ b/src/IconSpeed175SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed175SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed17xOutlined.tsx b/src/IconSpeed17xOutlined.tsx index eb31bd6f3..777168cba 100644 --- a/src/IconSpeed17xOutlined.tsx +++ b/src/IconSpeed17xOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed17xOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed17xOutlinedFilled.tsx b/src/IconSpeed17xOutlinedFilled.tsx index 9689083ff..5a4a86172 100644 --- a/src/IconSpeed17xOutlinedFilled.tsx +++ b/src/IconSpeed17xOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed17xOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed17xRounded.tsx b/src/IconSpeed17xRounded.tsx index f2e5a56f6..b6fb7c900 100644 --- a/src/IconSpeed17xRounded.tsx +++ b/src/IconSpeed17xRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed17xRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed17xRoundedFilled.tsx b/src/IconSpeed17xRoundedFilled.tsx index 0ed452111..81ae60a87 100644 --- a/src/IconSpeed17xRoundedFilled.tsx +++ b/src/IconSpeed17xRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed17xRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed17xSharp.tsx b/src/IconSpeed17xSharp.tsx index 375140ef4..195d022a7 100644 --- a/src/IconSpeed17xSharp.tsx +++ b/src/IconSpeed17xSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed17xSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed17xSharpFilled.tsx b/src/IconSpeed17xSharpFilled.tsx index 5e02718c6..0c95998ba 100644 --- a/src/IconSpeed17xSharpFilled.tsx +++ b/src/IconSpeed17xSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed17xSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed2xOutlined.tsx b/src/IconSpeed2xOutlined.tsx index 4cb7c2fad..9663a904e 100644 --- a/src/IconSpeed2xOutlined.tsx +++ b/src/IconSpeed2xOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed2xOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed2xOutlinedFilled.tsx b/src/IconSpeed2xOutlinedFilled.tsx index 98e9f48ce..4dc89414d 100644 --- a/src/IconSpeed2xOutlinedFilled.tsx +++ b/src/IconSpeed2xOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed2xOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeed2xRounded.tsx b/src/IconSpeed2xRounded.tsx index 3691c3edc..e9b1a2487 100644 --- a/src/IconSpeed2xRounded.tsx +++ b/src/IconSpeed2xRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed2xRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed2xRoundedFilled.tsx b/src/IconSpeed2xRoundedFilled.tsx index 1d01a16ca..1ca48da9e 100644 --- a/src/IconSpeed2xRoundedFilled.tsx +++ b/src/IconSpeed2xRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed2xRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed2xSharp.tsx b/src/IconSpeed2xSharp.tsx index 0897efdd4..5ff722d13 100644 --- a/src/IconSpeed2xSharp.tsx +++ b/src/IconSpeed2xSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed2xSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeed2xSharpFilled.tsx b/src/IconSpeed2xSharpFilled.tsx index acd9732e4..bdbc99a47 100644 --- a/src/IconSpeed2xSharpFilled.tsx +++ b/src/IconSpeed2xSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeed2xSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeedCameraOutlined.tsx b/src/IconSpeedCameraOutlined.tsx index 8d90f85d0..d668a9c5c 100644 --- a/src/IconSpeedCameraOutlined.tsx +++ b/src/IconSpeedCameraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedCameraOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeedCameraOutlinedFilled.tsx b/src/IconSpeedCameraOutlinedFilled.tsx index 1004075a1..d924a6a53 100644 --- a/src/IconSpeedCameraOutlinedFilled.tsx +++ b/src/IconSpeedCameraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedCameraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpeedCameraRounded.tsx b/src/IconSpeedCameraRounded.tsx index af2e5b427..ac46b2a4b 100644 --- a/src/IconSpeedCameraRounded.tsx +++ b/src/IconSpeedCameraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedCameraRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeedCameraRoundedFilled.tsx b/src/IconSpeedCameraRoundedFilled.tsx index 74d52f3f0..056bfbfea 100644 --- a/src/IconSpeedCameraRoundedFilled.tsx +++ b/src/IconSpeedCameraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedCameraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpeedCameraSharp.tsx b/src/IconSpeedCameraSharp.tsx index 84bf877e8..29f25144f 100644 --- a/src/IconSpeedCameraSharp.tsx +++ b/src/IconSpeedCameraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedCameraSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeedCameraSharpFilled.tsx b/src/IconSpeedCameraSharpFilled.tsx index 37279f2c4..2157795af 100644 --- a/src/IconSpeedCameraSharpFilled.tsx +++ b/src/IconSpeedCameraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedCameraSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpeedOutlined.tsx b/src/IconSpeedOutlined.tsx index 07bb660ef..a9bd5d78a 100644 --- a/src/IconSpeedOutlined.tsx +++ b/src/IconSpeedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeedOutlinedFilled.tsx b/src/IconSpeedOutlinedFilled.tsx index fba8f0dec..83d882104 100644 --- a/src/IconSpeedOutlinedFilled.tsx +++ b/src/IconSpeedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeedRounded.tsx b/src/IconSpeedRounded.tsx index 59fdbc7c3..ff29ca94d 100644 --- a/src/IconSpeedRounded.tsx +++ b/src/IconSpeedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeedRoundedFilled.tsx b/src/IconSpeedRoundedFilled.tsx index 293654f1d..debf756c0 100644 --- a/src/IconSpeedRoundedFilled.tsx +++ b/src/IconSpeedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeedSharp.tsx b/src/IconSpeedSharp.tsx index b586759ad..9d801ead3 100644 --- a/src/IconSpeedSharp.tsx +++ b/src/IconSpeedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpeedSharpFilled.tsx b/src/IconSpeedSharpFilled.tsx index fdff4b533..ab3db477a 100644 --- a/src/IconSpeedSharpFilled.tsx +++ b/src/IconSpeedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpeedSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpellcheckOutlined.tsx b/src/IconSpellcheckOutlined.tsx index 08fe5b129..cdf8d8757 100644 --- a/src/IconSpellcheckOutlined.tsx +++ b/src/IconSpellcheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpellcheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpellcheckOutlinedFilled.tsx b/src/IconSpellcheckOutlinedFilled.tsx index a7ad0a069..a6b3f75a3 100644 --- a/src/IconSpellcheckOutlinedFilled.tsx +++ b/src/IconSpellcheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpellcheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSpellcheckRounded.tsx b/src/IconSpellcheckRounded.tsx index 734a61a36..7b0bbfcf3 100644 --- a/src/IconSpellcheckRounded.tsx +++ b/src/IconSpellcheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpellcheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpellcheckRoundedFilled.tsx b/src/IconSpellcheckRoundedFilled.tsx index a38d5e531..7de7eed33 100644 --- a/src/IconSpellcheckRoundedFilled.tsx +++ b/src/IconSpellcheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpellcheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSpellcheckSharp.tsx b/src/IconSpellcheckSharp.tsx index 859d6f383..7b9ed3602 100644 --- a/src/IconSpellcheckSharp.tsx +++ b/src/IconSpellcheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpellcheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpellcheckSharpFilled.tsx b/src/IconSpellcheckSharpFilled.tsx index c9ee264da..f1146fa8d 100644 --- a/src/IconSpellcheckSharpFilled.tsx +++ b/src/IconSpellcheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpellcheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenAddOutlined.tsx b/src/IconSplitscreenAddOutlined.tsx index 9d999ad3b..d5d01bfaf 100644 --- a/src/IconSplitscreenAddOutlined.tsx +++ b/src/IconSplitscreenAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenAddOutlined: React.FC = ({ ...props diff --git a/src/IconSplitscreenAddOutlinedFilled.tsx b/src/IconSplitscreenAddOutlinedFilled.tsx index 24f67b131..e123a23ed 100644 --- a/src/IconSplitscreenAddOutlinedFilled.tsx +++ b/src/IconSplitscreenAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenAddRounded.tsx b/src/IconSplitscreenAddRounded.tsx index 720a2fe1c..889df10cd 100644 --- a/src/IconSplitscreenAddRounded.tsx +++ b/src/IconSplitscreenAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenAddRounded: React.FC = ({ ...props diff --git a/src/IconSplitscreenAddRoundedFilled.tsx b/src/IconSplitscreenAddRoundedFilled.tsx index a52b619df..818a4257e 100644 --- a/src/IconSplitscreenAddRoundedFilled.tsx +++ b/src/IconSplitscreenAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenAddSharp.tsx b/src/IconSplitscreenAddSharp.tsx index 404c46888..6171612fd 100644 --- a/src/IconSplitscreenAddSharp.tsx +++ b/src/IconSplitscreenAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSplitscreenAddSharpFilled.tsx b/src/IconSplitscreenAddSharpFilled.tsx index 0d5cb188e..fec702fc2 100644 --- a/src/IconSplitscreenAddSharpFilled.tsx +++ b/src/IconSplitscreenAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenBottomOutlined.tsx b/src/IconSplitscreenBottomOutlined.tsx index ee7fccfc1..41b45a2bb 100644 --- a/src/IconSplitscreenBottomOutlined.tsx +++ b/src/IconSplitscreenBottomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenBottomOutlined: React.FC = ({ ...props diff --git a/src/IconSplitscreenBottomOutlinedFilled.tsx b/src/IconSplitscreenBottomOutlinedFilled.tsx index fd31d0fce..498ceff5e 100644 --- a/src/IconSplitscreenBottomOutlinedFilled.tsx +++ b/src/IconSplitscreenBottomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenBottomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenBottomRounded.tsx b/src/IconSplitscreenBottomRounded.tsx index 6f5b20ba4..b3952bf00 100644 --- a/src/IconSplitscreenBottomRounded.tsx +++ b/src/IconSplitscreenBottomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenBottomRounded: React.FC = ({ ...props diff --git a/src/IconSplitscreenBottomRoundedFilled.tsx b/src/IconSplitscreenBottomRoundedFilled.tsx index 5d81e9828..5ac1b6c60 100644 --- a/src/IconSplitscreenBottomRoundedFilled.tsx +++ b/src/IconSplitscreenBottomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenBottomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenBottomSharp.tsx b/src/IconSplitscreenBottomSharp.tsx index 50fa14b9c..381fc0b66 100644 --- a/src/IconSplitscreenBottomSharp.tsx +++ b/src/IconSplitscreenBottomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenBottomSharp: React.FC = ({ ...props diff --git a/src/IconSplitscreenBottomSharpFilled.tsx b/src/IconSplitscreenBottomSharpFilled.tsx index 9156502db..7e1d1b0ee 100644 --- a/src/IconSplitscreenBottomSharpFilled.tsx +++ b/src/IconSplitscreenBottomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenBottomSharpFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenLandscapeOutlined.tsx b/src/IconSplitscreenLandscapeOutlined.tsx index c43859d8f..351d3dda6 100644 --- a/src/IconSplitscreenLandscapeOutlined.tsx +++ b/src/IconSplitscreenLandscapeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLandscapeOutlined: React.FC = ({ ...props diff --git a/src/IconSplitscreenLandscapeOutlinedFilled.tsx b/src/IconSplitscreenLandscapeOutlinedFilled.tsx index 1b39c7726..167df881a 100644 --- a/src/IconSplitscreenLandscapeOutlinedFilled.tsx +++ b/src/IconSplitscreenLandscapeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLandscapeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenLandscapeRounded.tsx b/src/IconSplitscreenLandscapeRounded.tsx index 2e236987f..8eda078c1 100644 --- a/src/IconSplitscreenLandscapeRounded.tsx +++ b/src/IconSplitscreenLandscapeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLandscapeRounded: React.FC = ({ ...props diff --git a/src/IconSplitscreenLandscapeRoundedFilled.tsx b/src/IconSplitscreenLandscapeRoundedFilled.tsx index f0360746e..7a49d905d 100644 --- a/src/IconSplitscreenLandscapeRoundedFilled.tsx +++ b/src/IconSplitscreenLandscapeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLandscapeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenLandscapeSharp.tsx b/src/IconSplitscreenLandscapeSharp.tsx index c918317ec..2dad56532 100644 --- a/src/IconSplitscreenLandscapeSharp.tsx +++ b/src/IconSplitscreenLandscapeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLandscapeSharp: React.FC = ({ ...props diff --git a/src/IconSplitscreenLandscapeSharpFilled.tsx b/src/IconSplitscreenLandscapeSharpFilled.tsx index 8fe77ea92..fcc003577 100644 --- a/src/IconSplitscreenLandscapeSharpFilled.tsx +++ b/src/IconSplitscreenLandscapeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLandscapeSharpFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenLeftOutlined.tsx b/src/IconSplitscreenLeftOutlined.tsx index 5e0bd670d..e8fdb0203 100644 --- a/src/IconSplitscreenLeftOutlined.tsx +++ b/src/IconSplitscreenLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLeftOutlined: React.FC = ({ ...props diff --git a/src/IconSplitscreenLeftOutlinedFilled.tsx b/src/IconSplitscreenLeftOutlinedFilled.tsx index 3143b24f7..15f19b455 100644 --- a/src/IconSplitscreenLeftOutlinedFilled.tsx +++ b/src/IconSplitscreenLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenLeftRounded.tsx b/src/IconSplitscreenLeftRounded.tsx index 658cd1610..d41f7a2a1 100644 --- a/src/IconSplitscreenLeftRounded.tsx +++ b/src/IconSplitscreenLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLeftRounded: React.FC = ({ ...props diff --git a/src/IconSplitscreenLeftRoundedFilled.tsx b/src/IconSplitscreenLeftRoundedFilled.tsx index fa2d1638a..565aaac0b 100644 --- a/src/IconSplitscreenLeftRoundedFilled.tsx +++ b/src/IconSplitscreenLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenLeftSharp.tsx b/src/IconSplitscreenLeftSharp.tsx index 7adce0940..aa4ac559f 100644 --- a/src/IconSplitscreenLeftSharp.tsx +++ b/src/IconSplitscreenLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSplitscreenLeftSharpFilled.tsx b/src/IconSplitscreenLeftSharpFilled.tsx index f8b5bcbeb..497ccd1fc 100644 --- a/src/IconSplitscreenLeftSharpFilled.tsx +++ b/src/IconSplitscreenLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenOutlined.tsx b/src/IconSplitscreenOutlined.tsx index 50bc55f90..4ff323cc4 100644 --- a/src/IconSplitscreenOutlined.tsx +++ b/src/IconSplitscreenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSplitscreenOutlinedFilled.tsx b/src/IconSplitscreenOutlinedFilled.tsx index 929bab5d1..855ec0d22 100644 --- a/src/IconSplitscreenOutlinedFilled.tsx +++ b/src/IconSplitscreenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenPortraitOutlined.tsx b/src/IconSplitscreenPortraitOutlined.tsx index b9e894774..359cd8171 100644 --- a/src/IconSplitscreenPortraitOutlined.tsx +++ b/src/IconSplitscreenPortraitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenPortraitOutlined: React.FC = ({ ...props diff --git a/src/IconSplitscreenPortraitOutlinedFilled.tsx b/src/IconSplitscreenPortraitOutlinedFilled.tsx index 360df97fc..12c2bd0f5 100644 --- a/src/IconSplitscreenPortraitOutlinedFilled.tsx +++ b/src/IconSplitscreenPortraitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenPortraitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenPortraitRounded.tsx b/src/IconSplitscreenPortraitRounded.tsx index c776278a4..cf1da8363 100644 --- a/src/IconSplitscreenPortraitRounded.tsx +++ b/src/IconSplitscreenPortraitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenPortraitRounded: React.FC = ({ ...props diff --git a/src/IconSplitscreenPortraitRoundedFilled.tsx b/src/IconSplitscreenPortraitRoundedFilled.tsx index 5828cc2c5..eedf5c4d6 100644 --- a/src/IconSplitscreenPortraitRoundedFilled.tsx +++ b/src/IconSplitscreenPortraitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenPortraitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenPortraitSharp.tsx b/src/IconSplitscreenPortraitSharp.tsx index cb588fb1b..0c8376d2d 100644 --- a/src/IconSplitscreenPortraitSharp.tsx +++ b/src/IconSplitscreenPortraitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenPortraitSharp: React.FC = ({ ...props diff --git a/src/IconSplitscreenPortraitSharpFilled.tsx b/src/IconSplitscreenPortraitSharpFilled.tsx index 07be6104a..4abc82aee 100644 --- a/src/IconSplitscreenPortraitSharpFilled.tsx +++ b/src/IconSplitscreenPortraitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenPortraitSharpFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenRightOutlined.tsx b/src/IconSplitscreenRightOutlined.tsx index 4826d75fe..274fa4e41 100644 --- a/src/IconSplitscreenRightOutlined.tsx +++ b/src/IconSplitscreenRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenRightOutlined: React.FC = ({ ...props diff --git a/src/IconSplitscreenRightOutlinedFilled.tsx b/src/IconSplitscreenRightOutlinedFilled.tsx index a6ce71d02..f579edb68 100644 --- a/src/IconSplitscreenRightOutlinedFilled.tsx +++ b/src/IconSplitscreenRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenRightRounded.tsx b/src/IconSplitscreenRightRounded.tsx index 93c253536..fcc4862ba 100644 --- a/src/IconSplitscreenRightRounded.tsx +++ b/src/IconSplitscreenRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenRightRounded: React.FC = ({ ...props diff --git a/src/IconSplitscreenRightRoundedFilled.tsx b/src/IconSplitscreenRightRoundedFilled.tsx index f9e0dd1b9..29b3bf82e 100644 --- a/src/IconSplitscreenRightRoundedFilled.tsx +++ b/src/IconSplitscreenRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenRightSharp.tsx b/src/IconSplitscreenRightSharp.tsx index f3b26d967..6d0669abf 100644 --- a/src/IconSplitscreenRightSharp.tsx +++ b/src/IconSplitscreenRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenRightSharp: React.FC = ({ ...props diff --git a/src/IconSplitscreenRightSharpFilled.tsx b/src/IconSplitscreenRightSharpFilled.tsx index 8964bbd82..2095dc9dd 100644 --- a/src/IconSplitscreenRightSharpFilled.tsx +++ b/src/IconSplitscreenRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenRounded.tsx b/src/IconSplitscreenRounded.tsx index 3147db487..d8d584bdc 100644 --- a/src/IconSplitscreenRounded.tsx +++ b/src/IconSplitscreenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSplitscreenRoundedFilled.tsx b/src/IconSplitscreenRoundedFilled.tsx index 803392822..79da1f100 100644 --- a/src/IconSplitscreenRoundedFilled.tsx +++ b/src/IconSplitscreenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenSharp.tsx b/src/IconSplitscreenSharp.tsx index 32d2c5465..074c9a0c1 100644 --- a/src/IconSplitscreenSharp.tsx +++ b/src/IconSplitscreenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSplitscreenSharpFilled.tsx b/src/IconSplitscreenSharpFilled.tsx index 08bf25ede..068864c04 100644 --- a/src/IconSplitscreenSharpFilled.tsx +++ b/src/IconSplitscreenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenSharpFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenTopOutlined.tsx b/src/IconSplitscreenTopOutlined.tsx index f4759aaf6..e5c6dcf12 100644 --- a/src/IconSplitscreenTopOutlined.tsx +++ b/src/IconSplitscreenTopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenTopOutlined: React.FC = ({ ...props diff --git a/src/IconSplitscreenTopOutlinedFilled.tsx b/src/IconSplitscreenTopOutlinedFilled.tsx index 46877c6af..836a1c2ea 100644 --- a/src/IconSplitscreenTopOutlinedFilled.tsx +++ b/src/IconSplitscreenTopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenTopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenTopRounded.tsx b/src/IconSplitscreenTopRounded.tsx index 95affd220..968d0d590 100644 --- a/src/IconSplitscreenTopRounded.tsx +++ b/src/IconSplitscreenTopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenTopRounded: React.FC = ({ ...props diff --git a/src/IconSplitscreenTopRoundedFilled.tsx b/src/IconSplitscreenTopRoundedFilled.tsx index efc5f9a6e..959b05023 100644 --- a/src/IconSplitscreenTopRoundedFilled.tsx +++ b/src/IconSplitscreenTopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenTopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenTopSharp.tsx b/src/IconSplitscreenTopSharp.tsx index 65e085919..e6ce2e08a 100644 --- a/src/IconSplitscreenTopSharp.tsx +++ b/src/IconSplitscreenTopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenTopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSplitscreenTopSharpFilled.tsx b/src/IconSplitscreenTopSharpFilled.tsx index 6f73a6c87..22594d5bf 100644 --- a/src/IconSplitscreenTopSharpFilled.tsx +++ b/src/IconSplitscreenTopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenTopSharpFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenVerticalAddOutlined.tsx b/src/IconSplitscreenVerticalAddOutlined.tsx index 95a235476..2f1f19640 100644 --- a/src/IconSplitscreenVerticalAddOutlined.tsx +++ b/src/IconSplitscreenVerticalAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenVerticalAddOutlined: React.FC = ({ ...props diff --git a/src/IconSplitscreenVerticalAddOutlinedFilled.tsx b/src/IconSplitscreenVerticalAddOutlinedFilled.tsx index 6695a1b60..8ce0261c3 100644 --- a/src/IconSplitscreenVerticalAddOutlinedFilled.tsx +++ b/src/IconSplitscreenVerticalAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenVerticalAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenVerticalAddRounded.tsx b/src/IconSplitscreenVerticalAddRounded.tsx index f068c137f..dc88831ad 100644 --- a/src/IconSplitscreenVerticalAddRounded.tsx +++ b/src/IconSplitscreenVerticalAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenVerticalAddRounded: React.FC = ({ ...props diff --git a/src/IconSplitscreenVerticalAddRoundedFilled.tsx b/src/IconSplitscreenVerticalAddRoundedFilled.tsx index 578d6ed4d..804fe6feb 100644 --- a/src/IconSplitscreenVerticalAddRoundedFilled.tsx +++ b/src/IconSplitscreenVerticalAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenVerticalAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSplitscreenVerticalAddSharp.tsx b/src/IconSplitscreenVerticalAddSharp.tsx index c17cf0f1f..136b43c4e 100644 --- a/src/IconSplitscreenVerticalAddSharp.tsx +++ b/src/IconSplitscreenVerticalAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenVerticalAddSharp: React.FC = ({ ...props diff --git a/src/IconSplitscreenVerticalAddSharpFilled.tsx b/src/IconSplitscreenVerticalAddSharpFilled.tsx index 4ed548da2..330a98d9d 100644 --- a/src/IconSplitscreenVerticalAddSharpFilled.tsx +++ b/src/IconSplitscreenVerticalAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSplitscreenVerticalAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconSpo2Outlined.tsx b/src/IconSpo2Outlined.tsx index c9158887d..ba5e3610a 100644 --- a/src/IconSpo2Outlined.tsx +++ b/src/IconSpo2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpo2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpo2OutlinedFilled.tsx b/src/IconSpo2OutlinedFilled.tsx index 470a0f891..c101a7652 100644 --- a/src/IconSpo2OutlinedFilled.tsx +++ b/src/IconSpo2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpo2OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpo2Rounded.tsx b/src/IconSpo2Rounded.tsx index f18b88e13..d178e9c58 100644 --- a/src/IconSpo2Rounded.tsx +++ b/src/IconSpo2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpo2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpo2RoundedFilled.tsx b/src/IconSpo2RoundedFilled.tsx index aad41ec30..63a244bfe 100644 --- a/src/IconSpo2RoundedFilled.tsx +++ b/src/IconSpo2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpo2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpo2Sharp.tsx b/src/IconSpo2Sharp.tsx index fcecf9ebe..a62e659ec 100644 --- a/src/IconSpo2Sharp.tsx +++ b/src/IconSpo2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpo2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpo2SharpFilled.tsx b/src/IconSpo2SharpFilled.tsx index b6e20cbc2..e10806c65 100644 --- a/src/IconSpo2SharpFilled.tsx +++ b/src/IconSpo2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpo2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpokeOutlined.tsx b/src/IconSpokeOutlined.tsx index 6e8281380..22e258adf 100644 --- a/src/IconSpokeOutlined.tsx +++ b/src/IconSpokeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpokeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSpokeOutlinedFilled.tsx b/src/IconSpokeOutlinedFilled.tsx index 7c4eeecda..6bc87ebb0 100644 --- a/src/IconSpokeOutlinedFilled.tsx +++ b/src/IconSpokeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpokeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpokeRounded.tsx b/src/IconSpokeRounded.tsx index 8f9f3af62..8b9856523 100644 --- a/src/IconSpokeRounded.tsx +++ b/src/IconSpokeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpokeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSpokeRoundedFilled.tsx b/src/IconSpokeRoundedFilled.tsx index 12d0b57b9..84764ce1a 100644 --- a/src/IconSpokeRoundedFilled.tsx +++ b/src/IconSpokeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpokeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSpokeSharp.tsx b/src/IconSpokeSharp.tsx index 0df93f4a6..c61f53486 100644 --- a/src/IconSpokeSharp.tsx +++ b/src/IconSpokeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpokeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSpokeSharpFilled.tsx b/src/IconSpokeSharpFilled.tsx index a750f53be..e253b121c 100644 --- a/src/IconSpokeSharpFilled.tsx +++ b/src/IconSpokeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSpokeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsAndOutdoorsOutlined.tsx b/src/IconSportsAndOutdoorsOutlined.tsx index 1a1c4bf24..da1730faf 100644 --- a/src/IconSportsAndOutdoorsOutlined.tsx +++ b/src/IconSportsAndOutdoorsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsAndOutdoorsOutlined: React.FC = ({ ...props diff --git a/src/IconSportsAndOutdoorsOutlinedFilled.tsx b/src/IconSportsAndOutdoorsOutlinedFilled.tsx index 865a27577..37c8d44a1 100644 --- a/src/IconSportsAndOutdoorsOutlinedFilled.tsx +++ b/src/IconSportsAndOutdoorsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsAndOutdoorsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsAndOutdoorsRounded.tsx b/src/IconSportsAndOutdoorsRounded.tsx index 8632800bf..114f68ec8 100644 --- a/src/IconSportsAndOutdoorsRounded.tsx +++ b/src/IconSportsAndOutdoorsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsAndOutdoorsRounded: React.FC = ({ ...props diff --git a/src/IconSportsAndOutdoorsRoundedFilled.tsx b/src/IconSportsAndOutdoorsRoundedFilled.tsx index 0908b7844..3516d5ab2 100644 --- a/src/IconSportsAndOutdoorsRoundedFilled.tsx +++ b/src/IconSportsAndOutdoorsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsAndOutdoorsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsAndOutdoorsSharp.tsx b/src/IconSportsAndOutdoorsSharp.tsx index b5dea6193..ce055e9de 100644 --- a/src/IconSportsAndOutdoorsSharp.tsx +++ b/src/IconSportsAndOutdoorsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsAndOutdoorsSharp: React.FC = ({ ...props diff --git a/src/IconSportsAndOutdoorsSharpFilled.tsx b/src/IconSportsAndOutdoorsSharpFilled.tsx index 615ee53f5..5a51fa61d 100644 --- a/src/IconSportsAndOutdoorsSharpFilled.tsx +++ b/src/IconSportsAndOutdoorsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsAndOutdoorsSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsBarOutlined.tsx b/src/IconSportsBarOutlined.tsx index 3165314f4..a6880d0d0 100644 --- a/src/IconSportsBarOutlined.tsx +++ b/src/IconSportsBarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsBarOutlinedFilled.tsx b/src/IconSportsBarOutlinedFilled.tsx index b99507fab..b7e3b4b71 100644 --- a/src/IconSportsBarOutlinedFilled.tsx +++ b/src/IconSportsBarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsBarRounded.tsx b/src/IconSportsBarRounded.tsx index 96f4d629d..1131a6e36 100644 --- a/src/IconSportsBarRounded.tsx +++ b/src/IconSportsBarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsBarRoundedFilled.tsx b/src/IconSportsBarRoundedFilled.tsx index cd9bd411f..3afbeb0eb 100644 --- a/src/IconSportsBarRoundedFilled.tsx +++ b/src/IconSportsBarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsBarSharp.tsx b/src/IconSportsBarSharp.tsx index 8ccc6edbc..06972aedc 100644 --- a/src/IconSportsBarSharp.tsx +++ b/src/IconSportsBarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsBarSharpFilled.tsx b/src/IconSportsBarSharpFilled.tsx index a0462e403..7d3872c07 100644 --- a/src/IconSportsBarSharpFilled.tsx +++ b/src/IconSportsBarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsBaseballOutlined.tsx b/src/IconSportsBaseballOutlined.tsx index c4558df24..311b7ef91 100644 --- a/src/IconSportsBaseballOutlined.tsx +++ b/src/IconSportsBaseballOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBaseballOutlined: React.FC = ({ ...props diff --git a/src/IconSportsBaseballOutlinedFilled.tsx b/src/IconSportsBaseballOutlinedFilled.tsx index 54cfca9bb..d4582b12a 100644 --- a/src/IconSportsBaseballOutlinedFilled.tsx +++ b/src/IconSportsBaseballOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBaseballOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsBaseballRounded.tsx b/src/IconSportsBaseballRounded.tsx index 9d3dcc782..e724b9173 100644 --- a/src/IconSportsBaseballRounded.tsx +++ b/src/IconSportsBaseballRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBaseballRounded: React.FC = ({ ...props diff --git a/src/IconSportsBaseballRoundedFilled.tsx b/src/IconSportsBaseballRoundedFilled.tsx index c9f2bf8d4..c0550ee44 100644 --- a/src/IconSportsBaseballRoundedFilled.tsx +++ b/src/IconSportsBaseballRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBaseballRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsBaseballSharp.tsx b/src/IconSportsBaseballSharp.tsx index a1c5fc238..dfbb9d55f 100644 --- a/src/IconSportsBaseballSharp.tsx +++ b/src/IconSportsBaseballSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBaseballSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsBaseballSharpFilled.tsx b/src/IconSportsBaseballSharpFilled.tsx index 0bed4843c..aee53eff8 100644 --- a/src/IconSportsBaseballSharpFilled.tsx +++ b/src/IconSportsBaseballSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBaseballSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsBasketballOutlined.tsx b/src/IconSportsBasketballOutlined.tsx index 3771c3d65..443185674 100644 --- a/src/IconSportsBasketballOutlined.tsx +++ b/src/IconSportsBasketballOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBasketballOutlined: React.FC = ({ ...props diff --git a/src/IconSportsBasketballOutlinedFilled.tsx b/src/IconSportsBasketballOutlinedFilled.tsx index aa799b9b3..4e4f781ac 100644 --- a/src/IconSportsBasketballOutlinedFilled.tsx +++ b/src/IconSportsBasketballOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBasketballOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsBasketballRounded.tsx b/src/IconSportsBasketballRounded.tsx index 4669c7aad..73db6d7e8 100644 --- a/src/IconSportsBasketballRounded.tsx +++ b/src/IconSportsBasketballRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBasketballRounded: React.FC = ({ ...props diff --git a/src/IconSportsBasketballRoundedFilled.tsx b/src/IconSportsBasketballRoundedFilled.tsx index ede1d5fcb..5ca12494f 100644 --- a/src/IconSportsBasketballRoundedFilled.tsx +++ b/src/IconSportsBasketballRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBasketballRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsBasketballSharp.tsx b/src/IconSportsBasketballSharp.tsx index f53726023..759a15a37 100644 --- a/src/IconSportsBasketballSharp.tsx +++ b/src/IconSportsBasketballSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBasketballSharp: React.FC = ({ ...props diff --git a/src/IconSportsBasketballSharpFilled.tsx b/src/IconSportsBasketballSharpFilled.tsx index ecf5225f1..0f32a615d 100644 --- a/src/IconSportsBasketballSharpFilled.tsx +++ b/src/IconSportsBasketballSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsBasketballSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsCricketOutlined.tsx b/src/IconSportsCricketOutlined.tsx index 647104b89..dffe45d0d 100644 --- a/src/IconSportsCricketOutlined.tsx +++ b/src/IconSportsCricketOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsCricketOutlined: React.FC = ({ ...props diff --git a/src/IconSportsCricketOutlinedFilled.tsx b/src/IconSportsCricketOutlinedFilled.tsx index 5064752e2..dfdfb9568 100644 --- a/src/IconSportsCricketOutlinedFilled.tsx +++ b/src/IconSportsCricketOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsCricketOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsCricketRounded.tsx b/src/IconSportsCricketRounded.tsx index 9b89e037c..79e74e871 100644 --- a/src/IconSportsCricketRounded.tsx +++ b/src/IconSportsCricketRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsCricketRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsCricketRoundedFilled.tsx b/src/IconSportsCricketRoundedFilled.tsx index a8b4897d8..2bdd6f966 100644 --- a/src/IconSportsCricketRoundedFilled.tsx +++ b/src/IconSportsCricketRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsCricketRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsCricketSharp.tsx b/src/IconSportsCricketSharp.tsx index d7368773d..0cb03d54f 100644 --- a/src/IconSportsCricketSharp.tsx +++ b/src/IconSportsCricketSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsCricketSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsCricketSharpFilled.tsx b/src/IconSportsCricketSharpFilled.tsx index 798df55c4..75a7319e9 100644 --- a/src/IconSportsCricketSharpFilled.tsx +++ b/src/IconSportsCricketSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsCricketSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsEsportsOutlined.tsx b/src/IconSportsEsportsOutlined.tsx index d4da88f95..913eae2ba 100644 --- a/src/IconSportsEsportsOutlined.tsx +++ b/src/IconSportsEsportsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsEsportsOutlined: React.FC = ({ ...props diff --git a/src/IconSportsEsportsOutlinedFilled.tsx b/src/IconSportsEsportsOutlinedFilled.tsx index 8b462175a..ad48020b9 100644 --- a/src/IconSportsEsportsOutlinedFilled.tsx +++ b/src/IconSportsEsportsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsEsportsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsEsportsRounded.tsx b/src/IconSportsEsportsRounded.tsx index 69efb1300..01370093a 100644 --- a/src/IconSportsEsportsRounded.tsx +++ b/src/IconSportsEsportsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsEsportsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsEsportsRoundedFilled.tsx b/src/IconSportsEsportsRoundedFilled.tsx index f4b849bbc..7a525d98d 100644 --- a/src/IconSportsEsportsRoundedFilled.tsx +++ b/src/IconSportsEsportsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsEsportsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsEsportsSharp.tsx b/src/IconSportsEsportsSharp.tsx index 32802c81f..93c4f23d7 100644 --- a/src/IconSportsEsportsSharp.tsx +++ b/src/IconSportsEsportsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsEsportsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsEsportsSharpFilled.tsx b/src/IconSportsEsportsSharpFilled.tsx index 5c241c7df..b91060095 100644 --- a/src/IconSportsEsportsSharpFilled.tsx +++ b/src/IconSportsEsportsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsEsportsSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsFootballOutlined.tsx b/src/IconSportsFootballOutlined.tsx index b313c8e10..ce377ec5c 100644 --- a/src/IconSportsFootballOutlined.tsx +++ b/src/IconSportsFootballOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsFootballOutlined: React.FC = ({ ...props diff --git a/src/IconSportsFootballOutlinedFilled.tsx b/src/IconSportsFootballOutlinedFilled.tsx index 0c753c756..10b46352e 100644 --- a/src/IconSportsFootballOutlinedFilled.tsx +++ b/src/IconSportsFootballOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsFootballOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsFootballRounded.tsx b/src/IconSportsFootballRounded.tsx index cb9b25925..379244093 100644 --- a/src/IconSportsFootballRounded.tsx +++ b/src/IconSportsFootballRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsFootballRounded: React.FC = ({ ...props diff --git a/src/IconSportsFootballRoundedFilled.tsx b/src/IconSportsFootballRoundedFilled.tsx index 6445c8053..0551ec5c2 100644 --- a/src/IconSportsFootballRoundedFilled.tsx +++ b/src/IconSportsFootballRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsFootballRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsFootballSharp.tsx b/src/IconSportsFootballSharp.tsx index 939862e61..126f2d1a8 100644 --- a/src/IconSportsFootballSharp.tsx +++ b/src/IconSportsFootballSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsFootballSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsFootballSharpFilled.tsx b/src/IconSportsFootballSharpFilled.tsx index ae6a06908..67e602716 100644 --- a/src/IconSportsFootballSharpFilled.tsx +++ b/src/IconSportsFootballSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsFootballSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsGolfOutlined.tsx b/src/IconSportsGolfOutlined.tsx index cc974491c..8a77f594f 100644 --- a/src/IconSportsGolfOutlined.tsx +++ b/src/IconSportsGolfOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGolfOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsGolfOutlinedFilled.tsx b/src/IconSportsGolfOutlinedFilled.tsx index aedb0f313..3eb2e71e8 100644 --- a/src/IconSportsGolfOutlinedFilled.tsx +++ b/src/IconSportsGolfOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGolfOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsGolfRounded.tsx b/src/IconSportsGolfRounded.tsx index 9c42c5a8b..5e4f0abb2 100644 --- a/src/IconSportsGolfRounded.tsx +++ b/src/IconSportsGolfRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGolfRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsGolfRoundedFilled.tsx b/src/IconSportsGolfRoundedFilled.tsx index 2ea7fe2ef..fa663f6f1 100644 --- a/src/IconSportsGolfRoundedFilled.tsx +++ b/src/IconSportsGolfRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGolfRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsGolfSharp.tsx b/src/IconSportsGolfSharp.tsx index 1978a52ee..db0da81cf 100644 --- a/src/IconSportsGolfSharp.tsx +++ b/src/IconSportsGolfSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGolfSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsGolfSharpFilled.tsx b/src/IconSportsGolfSharpFilled.tsx index 9034ca5a4..2bc63cfa5 100644 --- a/src/IconSportsGolfSharpFilled.tsx +++ b/src/IconSportsGolfSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGolfSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsGymnasticsOutlined.tsx b/src/IconSportsGymnasticsOutlined.tsx index 1220bd98f..7de604fb8 100644 --- a/src/IconSportsGymnasticsOutlined.tsx +++ b/src/IconSportsGymnasticsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGymnasticsOutlined: React.FC = ({ ...props diff --git a/src/IconSportsGymnasticsOutlinedFilled.tsx b/src/IconSportsGymnasticsOutlinedFilled.tsx index b9dae11ad..f1ff2377f 100644 --- a/src/IconSportsGymnasticsOutlinedFilled.tsx +++ b/src/IconSportsGymnasticsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGymnasticsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsGymnasticsRounded.tsx b/src/IconSportsGymnasticsRounded.tsx index f02f07710..4b3c1510c 100644 --- a/src/IconSportsGymnasticsRounded.tsx +++ b/src/IconSportsGymnasticsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGymnasticsRounded: React.FC = ({ ...props diff --git a/src/IconSportsGymnasticsRoundedFilled.tsx b/src/IconSportsGymnasticsRoundedFilled.tsx index c95fc6df3..f6a543302 100644 --- a/src/IconSportsGymnasticsRoundedFilled.tsx +++ b/src/IconSportsGymnasticsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGymnasticsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsGymnasticsSharp.tsx b/src/IconSportsGymnasticsSharp.tsx index c856156b4..03bc25297 100644 --- a/src/IconSportsGymnasticsSharp.tsx +++ b/src/IconSportsGymnasticsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGymnasticsSharp: React.FC = ({ ...props diff --git a/src/IconSportsGymnasticsSharpFilled.tsx b/src/IconSportsGymnasticsSharpFilled.tsx index 9f149e71d..9591d3c20 100644 --- a/src/IconSportsGymnasticsSharpFilled.tsx +++ b/src/IconSportsGymnasticsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsGymnasticsSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsHandballOutlined.tsx b/src/IconSportsHandballOutlined.tsx index 3e951dc6c..54dfab00d 100644 --- a/src/IconSportsHandballOutlined.tsx +++ b/src/IconSportsHandballOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHandballOutlined: React.FC = ({ ...props diff --git a/src/IconSportsHandballOutlinedFilled.tsx b/src/IconSportsHandballOutlinedFilled.tsx index 97c07c555..55c333fcd 100644 --- a/src/IconSportsHandballOutlinedFilled.tsx +++ b/src/IconSportsHandballOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHandballOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsHandballRounded.tsx b/src/IconSportsHandballRounded.tsx index 858002eb0..60053c3f6 100644 --- a/src/IconSportsHandballRounded.tsx +++ b/src/IconSportsHandballRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHandballRounded: React.FC = ({ ...props diff --git a/src/IconSportsHandballRoundedFilled.tsx b/src/IconSportsHandballRoundedFilled.tsx index be0bfe3e3..e76f9e3e5 100644 --- a/src/IconSportsHandballRoundedFilled.tsx +++ b/src/IconSportsHandballRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHandballRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsHandballSharp.tsx b/src/IconSportsHandballSharp.tsx index 054141b2f..3ec0b10c9 100644 --- a/src/IconSportsHandballSharp.tsx +++ b/src/IconSportsHandballSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHandballSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsHandballSharpFilled.tsx b/src/IconSportsHandballSharpFilled.tsx index 6d6ac5b9e..8fbba38cd 100644 --- a/src/IconSportsHandballSharpFilled.tsx +++ b/src/IconSportsHandballSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHandballSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsHockeyOutlined.tsx b/src/IconSportsHockeyOutlined.tsx index 5cbc1c85c..7dbfa3267 100644 --- a/src/IconSportsHockeyOutlined.tsx +++ b/src/IconSportsHockeyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHockeyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsHockeyOutlinedFilled.tsx b/src/IconSportsHockeyOutlinedFilled.tsx index c6de1cfc3..5eb0bb11d 100644 --- a/src/IconSportsHockeyOutlinedFilled.tsx +++ b/src/IconSportsHockeyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHockeyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsHockeyRounded.tsx b/src/IconSportsHockeyRounded.tsx index f87d11265..2a65ce1f1 100644 --- a/src/IconSportsHockeyRounded.tsx +++ b/src/IconSportsHockeyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHockeyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsHockeyRoundedFilled.tsx b/src/IconSportsHockeyRoundedFilled.tsx index 283bb4984..f617dfb02 100644 --- a/src/IconSportsHockeyRoundedFilled.tsx +++ b/src/IconSportsHockeyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHockeyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsHockeySharp.tsx b/src/IconSportsHockeySharp.tsx index f83d564df..a4bf73bd2 100644 --- a/src/IconSportsHockeySharp.tsx +++ b/src/IconSportsHockeySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHockeySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsHockeySharpFilled.tsx b/src/IconSportsHockeySharpFilled.tsx index fe5a5b15f..24f3ccd22 100644 --- a/src/IconSportsHockeySharpFilled.tsx +++ b/src/IconSportsHockeySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsHockeySharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsKabaddiOutlined.tsx b/src/IconSportsKabaddiOutlined.tsx index ab49856f3..e75251ff0 100644 --- a/src/IconSportsKabaddiOutlined.tsx +++ b/src/IconSportsKabaddiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsKabaddiOutlined: React.FC = ({ ...props diff --git a/src/IconSportsKabaddiOutlinedFilled.tsx b/src/IconSportsKabaddiOutlinedFilled.tsx index 311571612..3e3c17093 100644 --- a/src/IconSportsKabaddiOutlinedFilled.tsx +++ b/src/IconSportsKabaddiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsKabaddiOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsKabaddiRounded.tsx b/src/IconSportsKabaddiRounded.tsx index a79b86214..b067e3e31 100644 --- a/src/IconSportsKabaddiRounded.tsx +++ b/src/IconSportsKabaddiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsKabaddiRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsKabaddiRoundedFilled.tsx b/src/IconSportsKabaddiRoundedFilled.tsx index 678d5d812..2b1caae53 100644 --- a/src/IconSportsKabaddiRoundedFilled.tsx +++ b/src/IconSportsKabaddiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsKabaddiRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsKabaddiSharp.tsx b/src/IconSportsKabaddiSharp.tsx index a52bac484..b120f4100 100644 --- a/src/IconSportsKabaddiSharp.tsx +++ b/src/IconSportsKabaddiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsKabaddiSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsKabaddiSharpFilled.tsx b/src/IconSportsKabaddiSharpFilled.tsx index a98aa411f..53c25e19f 100644 --- a/src/IconSportsKabaddiSharpFilled.tsx +++ b/src/IconSportsKabaddiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsKabaddiSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsMartialArtsOutlined.tsx b/src/IconSportsMartialArtsOutlined.tsx index 33a826098..984762f28 100644 --- a/src/IconSportsMartialArtsOutlined.tsx +++ b/src/IconSportsMartialArtsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMartialArtsOutlined: React.FC = ({ ...props diff --git a/src/IconSportsMartialArtsOutlinedFilled.tsx b/src/IconSportsMartialArtsOutlinedFilled.tsx index b4f27ac85..10234644c 100644 --- a/src/IconSportsMartialArtsOutlinedFilled.tsx +++ b/src/IconSportsMartialArtsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMartialArtsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsMartialArtsRounded.tsx b/src/IconSportsMartialArtsRounded.tsx index 7157fe9a1..e904faf67 100644 --- a/src/IconSportsMartialArtsRounded.tsx +++ b/src/IconSportsMartialArtsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMartialArtsRounded: React.FC = ({ ...props diff --git a/src/IconSportsMartialArtsRoundedFilled.tsx b/src/IconSportsMartialArtsRoundedFilled.tsx index f5cbe305d..79697f705 100644 --- a/src/IconSportsMartialArtsRoundedFilled.tsx +++ b/src/IconSportsMartialArtsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMartialArtsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsMartialArtsSharp.tsx b/src/IconSportsMartialArtsSharp.tsx index 50f624ea8..559844c80 100644 --- a/src/IconSportsMartialArtsSharp.tsx +++ b/src/IconSportsMartialArtsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMartialArtsSharp: React.FC = ({ ...props diff --git a/src/IconSportsMartialArtsSharpFilled.tsx b/src/IconSportsMartialArtsSharpFilled.tsx index b88b4e9a5..e38c21b29 100644 --- a/src/IconSportsMartialArtsSharpFilled.tsx +++ b/src/IconSportsMartialArtsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMartialArtsSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsMmaOutlined.tsx b/src/IconSportsMmaOutlined.tsx index a9662b9d4..69130c154 100644 --- a/src/IconSportsMmaOutlined.tsx +++ b/src/IconSportsMmaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMmaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsMmaOutlinedFilled.tsx b/src/IconSportsMmaOutlinedFilled.tsx index 9efe17f3f..3a90eb055 100644 --- a/src/IconSportsMmaOutlinedFilled.tsx +++ b/src/IconSportsMmaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMmaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsMmaRounded.tsx b/src/IconSportsMmaRounded.tsx index 98295f590..361958dde 100644 --- a/src/IconSportsMmaRounded.tsx +++ b/src/IconSportsMmaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMmaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsMmaRoundedFilled.tsx b/src/IconSportsMmaRoundedFilled.tsx index 157c8aabc..d2c0ab039 100644 --- a/src/IconSportsMmaRoundedFilled.tsx +++ b/src/IconSportsMmaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMmaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsMmaSharp.tsx b/src/IconSportsMmaSharp.tsx index c7b38cadb..e86c23527 100644 --- a/src/IconSportsMmaSharp.tsx +++ b/src/IconSportsMmaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMmaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsMmaSharpFilled.tsx b/src/IconSportsMmaSharpFilled.tsx index cac838eba..d0a1b4204 100644 --- a/src/IconSportsMmaSharpFilled.tsx +++ b/src/IconSportsMmaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMmaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsMotorsportsOutlined.tsx b/src/IconSportsMotorsportsOutlined.tsx index fe7498fa5..a9957b3a8 100644 --- a/src/IconSportsMotorsportsOutlined.tsx +++ b/src/IconSportsMotorsportsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMotorsportsOutlined: React.FC = ({ ...props diff --git a/src/IconSportsMotorsportsOutlinedFilled.tsx b/src/IconSportsMotorsportsOutlinedFilled.tsx index 397891cd6..65bc50b0f 100644 --- a/src/IconSportsMotorsportsOutlinedFilled.tsx +++ b/src/IconSportsMotorsportsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMotorsportsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsMotorsportsRounded.tsx b/src/IconSportsMotorsportsRounded.tsx index 4bce35201..9f8698619 100644 --- a/src/IconSportsMotorsportsRounded.tsx +++ b/src/IconSportsMotorsportsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMotorsportsRounded: React.FC = ({ ...props diff --git a/src/IconSportsMotorsportsRoundedFilled.tsx b/src/IconSportsMotorsportsRoundedFilled.tsx index a77c0e574..5e9ab4071 100644 --- a/src/IconSportsMotorsportsRoundedFilled.tsx +++ b/src/IconSportsMotorsportsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMotorsportsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsMotorsportsSharp.tsx b/src/IconSportsMotorsportsSharp.tsx index 3721c9b74..254ff5c1d 100644 --- a/src/IconSportsMotorsportsSharp.tsx +++ b/src/IconSportsMotorsportsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMotorsportsSharp: React.FC = ({ ...props diff --git a/src/IconSportsMotorsportsSharpFilled.tsx b/src/IconSportsMotorsportsSharpFilled.tsx index a3bf90200..ee1bf9658 100644 --- a/src/IconSportsMotorsportsSharpFilled.tsx +++ b/src/IconSportsMotorsportsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsMotorsportsSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsOutlined.tsx b/src/IconSportsOutlined.tsx index dd00f95bf..befc5d21f 100644 --- a/src/IconSportsOutlined.tsx +++ b/src/IconSportsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsOutlinedFilled.tsx b/src/IconSportsOutlinedFilled.tsx index 2feb1d488..cf434a6e2 100644 --- a/src/IconSportsOutlinedFilled.tsx +++ b/src/IconSportsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsRounded.tsx b/src/IconSportsRounded.tsx index 1ab777017..0ba30b42b 100644 --- a/src/IconSportsRounded.tsx +++ b/src/IconSportsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsRoundedFilled.tsx b/src/IconSportsRoundedFilled.tsx index 1241f025c..bd0da8528 100644 --- a/src/IconSportsRoundedFilled.tsx +++ b/src/IconSportsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsRugbyOutlined.tsx b/src/IconSportsRugbyOutlined.tsx index 4f77ec831..6b17de123 100644 --- a/src/IconSportsRugbyOutlined.tsx +++ b/src/IconSportsRugbyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsRugbyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsRugbyOutlinedFilled.tsx b/src/IconSportsRugbyOutlinedFilled.tsx index 4fa23ab0f..4f0cb8b8d 100644 --- a/src/IconSportsRugbyOutlinedFilled.tsx +++ b/src/IconSportsRugbyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsRugbyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsRugbyRounded.tsx b/src/IconSportsRugbyRounded.tsx index 712c11551..cadcf4bb6 100644 --- a/src/IconSportsRugbyRounded.tsx +++ b/src/IconSportsRugbyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsRugbyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsRugbyRoundedFilled.tsx b/src/IconSportsRugbyRoundedFilled.tsx index a2771c976..3524fa2a2 100644 --- a/src/IconSportsRugbyRoundedFilled.tsx +++ b/src/IconSportsRugbyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsRugbyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsRugbySharp.tsx b/src/IconSportsRugbySharp.tsx index da896b0f8..041dde571 100644 --- a/src/IconSportsRugbySharp.tsx +++ b/src/IconSportsRugbySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsRugbySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsRugbySharpFilled.tsx b/src/IconSportsRugbySharpFilled.tsx index 43304ad56..6528013d2 100644 --- a/src/IconSportsRugbySharpFilled.tsx +++ b/src/IconSportsRugbySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsRugbySharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsScoreOutlined.tsx b/src/IconSportsScoreOutlined.tsx index 6985fa6b9..23df1b9f9 100644 --- a/src/IconSportsScoreOutlined.tsx +++ b/src/IconSportsScoreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsScoreOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsScoreOutlinedFilled.tsx b/src/IconSportsScoreOutlinedFilled.tsx index 3bc10dd38..35df5542d 100644 --- a/src/IconSportsScoreOutlinedFilled.tsx +++ b/src/IconSportsScoreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsScoreOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsScoreRounded.tsx b/src/IconSportsScoreRounded.tsx index e1edfac30..6c14ebab1 100644 --- a/src/IconSportsScoreRounded.tsx +++ b/src/IconSportsScoreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsScoreRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsScoreRoundedFilled.tsx b/src/IconSportsScoreRoundedFilled.tsx index 54ff89cd3..d434ceec0 100644 --- a/src/IconSportsScoreRoundedFilled.tsx +++ b/src/IconSportsScoreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsScoreRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsScoreSharp.tsx b/src/IconSportsScoreSharp.tsx index 7d8cd1f14..475253dbd 100644 --- a/src/IconSportsScoreSharp.tsx +++ b/src/IconSportsScoreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsScoreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsScoreSharpFilled.tsx b/src/IconSportsScoreSharpFilled.tsx index 0d0523287..91617f798 100644 --- a/src/IconSportsScoreSharpFilled.tsx +++ b/src/IconSportsScoreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsScoreSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsSharp.tsx b/src/IconSportsSharp.tsx index 17ee6c02b..c2cc25379 100644 --- a/src/IconSportsSharp.tsx +++ b/src/IconSportsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsSharpFilled.tsx b/src/IconSportsSharpFilled.tsx index d374e55eb..825b991b0 100644 --- a/src/IconSportsSharpFilled.tsx +++ b/src/IconSportsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsSoccerOutlined.tsx b/src/IconSportsSoccerOutlined.tsx index ee6e942c9..b21712cb0 100644 --- a/src/IconSportsSoccerOutlined.tsx +++ b/src/IconSportsSoccerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsSoccerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsSoccerOutlinedFilled.tsx b/src/IconSportsSoccerOutlinedFilled.tsx index cf5afadf8..7c13cb1be 100644 --- a/src/IconSportsSoccerOutlinedFilled.tsx +++ b/src/IconSportsSoccerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsSoccerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsSoccerRounded.tsx b/src/IconSportsSoccerRounded.tsx index ad790312a..f6050d4e8 100644 --- a/src/IconSportsSoccerRounded.tsx +++ b/src/IconSportsSoccerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsSoccerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsSoccerRoundedFilled.tsx b/src/IconSportsSoccerRoundedFilled.tsx index 44f997166..23ef3ea5e 100644 --- a/src/IconSportsSoccerRoundedFilled.tsx +++ b/src/IconSportsSoccerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsSoccerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsSoccerSharp.tsx b/src/IconSportsSoccerSharp.tsx index 68a3f6e1c..8e05aa1ad 100644 --- a/src/IconSportsSoccerSharp.tsx +++ b/src/IconSportsSoccerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsSoccerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsSoccerSharpFilled.tsx b/src/IconSportsSoccerSharpFilled.tsx index 852f0e3f7..7487e6836 100644 --- a/src/IconSportsSoccerSharpFilled.tsx +++ b/src/IconSportsSoccerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsSoccerSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsTennisOutlined.tsx b/src/IconSportsTennisOutlined.tsx index c760eb599..2bdd8b650 100644 --- a/src/IconSportsTennisOutlined.tsx +++ b/src/IconSportsTennisOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsTennisOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsTennisOutlinedFilled.tsx b/src/IconSportsTennisOutlinedFilled.tsx index a4247b36e..4fa4b7f9d 100644 --- a/src/IconSportsTennisOutlinedFilled.tsx +++ b/src/IconSportsTennisOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsTennisOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsTennisRounded.tsx b/src/IconSportsTennisRounded.tsx index 48a4a5dc3..a998f1242 100644 --- a/src/IconSportsTennisRounded.tsx +++ b/src/IconSportsTennisRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsTennisRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsTennisRoundedFilled.tsx b/src/IconSportsTennisRoundedFilled.tsx index 972efa3c8..d737b6fbc 100644 --- a/src/IconSportsTennisRoundedFilled.tsx +++ b/src/IconSportsTennisRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsTennisRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsTennisSharp.tsx b/src/IconSportsTennisSharp.tsx index 7921f66d2..adebcf081 100644 --- a/src/IconSportsTennisSharp.tsx +++ b/src/IconSportsTennisSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsTennisSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSportsTennisSharpFilled.tsx b/src/IconSportsTennisSharpFilled.tsx index 5ad02d8c5..776b628b0 100644 --- a/src/IconSportsTennisSharpFilled.tsx +++ b/src/IconSportsTennisSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsTennisSharpFilled: React.FC = ({ ...props diff --git a/src/IconSportsVolleyballOutlined.tsx b/src/IconSportsVolleyballOutlined.tsx index e66c4784e..831b478e9 100644 --- a/src/IconSportsVolleyballOutlined.tsx +++ b/src/IconSportsVolleyballOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsVolleyballOutlined: React.FC = ({ ...props diff --git a/src/IconSportsVolleyballOutlinedFilled.tsx b/src/IconSportsVolleyballOutlinedFilled.tsx index a457753f7..29001fa75 100644 --- a/src/IconSportsVolleyballOutlinedFilled.tsx +++ b/src/IconSportsVolleyballOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsVolleyballOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSportsVolleyballRounded.tsx b/src/IconSportsVolleyballRounded.tsx index 9b4d4a2aa..dcdec133b 100644 --- a/src/IconSportsVolleyballRounded.tsx +++ b/src/IconSportsVolleyballRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsVolleyballRounded: React.FC = ({ ...props diff --git a/src/IconSportsVolleyballRoundedFilled.tsx b/src/IconSportsVolleyballRoundedFilled.tsx index ce7684eb6..6e2309dfa 100644 --- a/src/IconSportsVolleyballRoundedFilled.tsx +++ b/src/IconSportsVolleyballRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsVolleyballRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSportsVolleyballSharp.tsx b/src/IconSportsVolleyballSharp.tsx index 32f3e3ba1..8422f5f48 100644 --- a/src/IconSportsVolleyballSharp.tsx +++ b/src/IconSportsVolleyballSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsVolleyballSharp: React.FC = ({ ...props diff --git a/src/IconSportsVolleyballSharpFilled.tsx b/src/IconSportsVolleyballSharpFilled.tsx index f97299e23..317864af4 100644 --- a/src/IconSportsVolleyballSharpFilled.tsx +++ b/src/IconSportsVolleyballSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSportsVolleyballSharpFilled: React.FC = ({ ...props diff --git a/src/IconSprinklerOutlined.tsx b/src/IconSprinklerOutlined.tsx index 0403e7588..b5c595052 100644 --- a/src/IconSprinklerOutlined.tsx +++ b/src/IconSprinklerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprinklerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSprinklerOutlinedFilled.tsx b/src/IconSprinklerOutlinedFilled.tsx index e0f4f4fa3..fb76c6113 100644 --- a/src/IconSprinklerOutlinedFilled.tsx +++ b/src/IconSprinklerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprinklerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSprinklerRounded.tsx b/src/IconSprinklerRounded.tsx index 12e60bb77..bc8842bfc 100644 --- a/src/IconSprinklerRounded.tsx +++ b/src/IconSprinklerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprinklerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSprinklerRoundedFilled.tsx b/src/IconSprinklerRoundedFilled.tsx index a92f72c17..6bda5b769 100644 --- a/src/IconSprinklerRoundedFilled.tsx +++ b/src/IconSprinklerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprinklerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSprinklerSharp.tsx b/src/IconSprinklerSharp.tsx index 02dfca82b..cc58297a8 100644 --- a/src/IconSprinklerSharp.tsx +++ b/src/IconSprinklerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprinklerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSprinklerSharpFilled.tsx b/src/IconSprinklerSharpFilled.tsx index 3fe412871..4c7ebf9b2 100644 --- a/src/IconSprinklerSharpFilled.tsx +++ b/src/IconSprinklerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprinklerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSprintOutlined.tsx b/src/IconSprintOutlined.tsx index 6929bce19..016f710ec 100644 --- a/src/IconSprintOutlined.tsx +++ b/src/IconSprintOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprintOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSprintOutlinedFilled.tsx b/src/IconSprintOutlinedFilled.tsx index 9a214411f..38999d45b 100644 --- a/src/IconSprintOutlinedFilled.tsx +++ b/src/IconSprintOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprintOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSprintRounded.tsx b/src/IconSprintRounded.tsx index f5048932d..0ef15d0c3 100644 --- a/src/IconSprintRounded.tsx +++ b/src/IconSprintRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprintRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSprintRoundedFilled.tsx b/src/IconSprintRoundedFilled.tsx index 61a434a22..3fc123bca 100644 --- a/src/IconSprintRoundedFilled.tsx +++ b/src/IconSprintRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprintRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSprintSharp.tsx b/src/IconSprintSharp.tsx index ad04a3c34..0d459c46e 100644 --- a/src/IconSprintSharp.tsx +++ b/src/IconSprintSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprintSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSprintSharpFilled.tsx b/src/IconSprintSharpFilled.tsx index b04f0db8f..4d25181ac 100644 --- a/src/IconSprintSharpFilled.tsx +++ b/src/IconSprintSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSprintSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSquareFootOutlined.tsx b/src/IconSquareFootOutlined.tsx index 439e75aa5..46544f28e 100644 --- a/src/IconSquareFootOutlined.tsx +++ b/src/IconSquareFootOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareFootOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSquareFootOutlinedFilled.tsx b/src/IconSquareFootOutlinedFilled.tsx index 1bd196ef1..3dba9cb2c 100644 --- a/src/IconSquareFootOutlinedFilled.tsx +++ b/src/IconSquareFootOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareFootOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSquareFootRounded.tsx b/src/IconSquareFootRounded.tsx index d0dc442f8..01e914d8c 100644 --- a/src/IconSquareFootRounded.tsx +++ b/src/IconSquareFootRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareFootRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSquareFootRoundedFilled.tsx b/src/IconSquareFootRoundedFilled.tsx index 67e7a1054..116d57a8b 100644 --- a/src/IconSquareFootRoundedFilled.tsx +++ b/src/IconSquareFootRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareFootRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSquareFootSharp.tsx b/src/IconSquareFootSharp.tsx index fbbd09757..07504b2e5 100644 --- a/src/IconSquareFootSharp.tsx +++ b/src/IconSquareFootSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareFootSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSquareFootSharpFilled.tsx b/src/IconSquareFootSharpFilled.tsx index 66c0b2bdb..15792f931 100644 --- a/src/IconSquareFootSharpFilled.tsx +++ b/src/IconSquareFootSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareFootSharpFilled: React.FC = ({ ...props diff --git a/src/IconSquareOutlined.tsx b/src/IconSquareOutlined.tsx index 000542497..2c444aaa9 100644 --- a/src/IconSquareOutlined.tsx +++ b/src/IconSquareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSquareOutlinedFilled.tsx b/src/IconSquareOutlinedFilled.tsx index dc8ca5825..7b7481eba 100644 --- a/src/IconSquareOutlinedFilled.tsx +++ b/src/IconSquareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSquareRounded.tsx b/src/IconSquareRounded.tsx index a13320f83..c7161317c 100644 --- a/src/IconSquareRounded.tsx +++ b/src/IconSquareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSquareRoundedFilled.tsx b/src/IconSquareRoundedFilled.tsx index 6f47ec9e9..b35ec9f81 100644 --- a/src/IconSquareRoundedFilled.tsx +++ b/src/IconSquareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSquareSharp.tsx b/src/IconSquareSharp.tsx index 85c62501d..61f046e6a 100644 --- a/src/IconSquareSharp.tsx +++ b/src/IconSquareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSquareSharpFilled.tsx b/src/IconSquareSharpFilled.tsx index a2d6d0113..f8124ba0b 100644 --- a/src/IconSquareSharpFilled.tsx +++ b/src/IconSquareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSquareSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSsidChartOutlined.tsx b/src/IconSsidChartOutlined.tsx index ca08c57d8..5da762c25 100644 --- a/src/IconSsidChartOutlined.tsx +++ b/src/IconSsidChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSsidChartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSsidChartOutlinedFilled.tsx b/src/IconSsidChartOutlinedFilled.tsx index 3931fb4e9..455bb9418 100644 --- a/src/IconSsidChartOutlinedFilled.tsx +++ b/src/IconSsidChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSsidChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSsidChartRounded.tsx b/src/IconSsidChartRounded.tsx index e37adf9bd..287737760 100644 --- a/src/IconSsidChartRounded.tsx +++ b/src/IconSsidChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSsidChartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSsidChartRoundedFilled.tsx b/src/IconSsidChartRoundedFilled.tsx index f85963178..cad2e0adb 100644 --- a/src/IconSsidChartRoundedFilled.tsx +++ b/src/IconSsidChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSsidChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSsidChartSharp.tsx b/src/IconSsidChartSharp.tsx index 65f3535b2..cf8c3243d 100644 --- a/src/IconSsidChartSharp.tsx +++ b/src/IconSsidChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSsidChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSsidChartSharpFilled.tsx b/src/IconSsidChartSharpFilled.tsx index cd1006de1..3e26d66d8 100644 --- a/src/IconSsidChartSharpFilled.tsx +++ b/src/IconSsidChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSsidChartSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStackHexagonOutlined.tsx b/src/IconStackHexagonOutlined.tsx index 21079ea3a..fff05f8f7 100644 --- a/src/IconStackHexagonOutlined.tsx +++ b/src/IconStackHexagonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackHexagonOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStackHexagonOutlinedFilled.tsx b/src/IconStackHexagonOutlinedFilled.tsx index df686fba4..3a1da4f84 100644 --- a/src/IconStackHexagonOutlinedFilled.tsx +++ b/src/IconStackHexagonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackHexagonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStackHexagonRounded.tsx b/src/IconStackHexagonRounded.tsx index acd3111d9..ec1e66c48 100644 --- a/src/IconStackHexagonRounded.tsx +++ b/src/IconStackHexagonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackHexagonRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStackHexagonRoundedFilled.tsx b/src/IconStackHexagonRoundedFilled.tsx index e8d1c3994..66a12f05c 100644 --- a/src/IconStackHexagonRoundedFilled.tsx +++ b/src/IconStackHexagonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackHexagonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStackHexagonSharp.tsx b/src/IconStackHexagonSharp.tsx index 9665c44cc..764ab0373 100644 --- a/src/IconStackHexagonSharp.tsx +++ b/src/IconStackHexagonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackHexagonSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStackHexagonSharpFilled.tsx b/src/IconStackHexagonSharpFilled.tsx index b30ac5375..09191de3e 100644 --- a/src/IconStackHexagonSharpFilled.tsx +++ b/src/IconStackHexagonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackHexagonSharpFilled: React.FC = ({ ...props diff --git a/src/IconStackOffOutlined.tsx b/src/IconStackOffOutlined.tsx index ceaac5338..1453777e7 100644 --- a/src/IconStackOffOutlined.tsx +++ b/src/IconStackOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStackOffOutlinedFilled.tsx b/src/IconStackOffOutlinedFilled.tsx index eafc50152..433c99ca9 100644 --- a/src/IconStackOffOutlinedFilled.tsx +++ b/src/IconStackOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStackOffRounded.tsx b/src/IconStackOffRounded.tsx index 689aef3fc..c8b05f6e8 100644 --- a/src/IconStackOffRounded.tsx +++ b/src/IconStackOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStackOffRoundedFilled.tsx b/src/IconStackOffRoundedFilled.tsx index f7672ad94..bf7cba7d0 100644 --- a/src/IconStackOffRoundedFilled.tsx +++ b/src/IconStackOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStackOffSharp.tsx b/src/IconStackOffSharp.tsx index b764f2662..21db8d032 100644 --- a/src/IconStackOffSharp.tsx +++ b/src/IconStackOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStackOffSharpFilled.tsx b/src/IconStackOffSharpFilled.tsx index acc041b40..21b85b2a8 100644 --- a/src/IconStackOffSharpFilled.tsx +++ b/src/IconStackOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStackOutlined.tsx b/src/IconStackOutlined.tsx index 686d306e3..307ca68a3 100644 --- a/src/IconStackOutlined.tsx +++ b/src/IconStackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStackOutlinedFilled.tsx b/src/IconStackOutlinedFilled.tsx index 8a42aa5cf..05e8caf64 100644 --- a/src/IconStackOutlinedFilled.tsx +++ b/src/IconStackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStackRounded.tsx b/src/IconStackRounded.tsx index 7b0f21a62..51f130da6 100644 --- a/src/IconStackRounded.tsx +++ b/src/IconStackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStackRoundedFilled.tsx b/src/IconStackRoundedFilled.tsx index 0c5e931a3..d63386e58 100644 --- a/src/IconStackRoundedFilled.tsx +++ b/src/IconStackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStackSharp.tsx b/src/IconStackSharp.tsx index d51c56094..c98cfdb39 100644 --- a/src/IconStackSharp.tsx +++ b/src/IconStackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStackSharpFilled.tsx b/src/IconStackSharpFilled.tsx index fc7aa0fef..c55fa7430 100644 --- a/src/IconStackSharpFilled.tsx +++ b/src/IconStackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStackStarOutlined.tsx b/src/IconStackStarOutlined.tsx index 59b2574df..ad72f63b8 100644 --- a/src/IconStackStarOutlined.tsx +++ b/src/IconStackStarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackStarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStackStarOutlinedFilled.tsx b/src/IconStackStarOutlinedFilled.tsx index 4928450a9..c96842048 100644 --- a/src/IconStackStarOutlinedFilled.tsx +++ b/src/IconStackStarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackStarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStackStarRounded.tsx b/src/IconStackStarRounded.tsx index 90ef59b31..7b356b80a 100644 --- a/src/IconStackStarRounded.tsx +++ b/src/IconStackStarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackStarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStackStarRoundedFilled.tsx b/src/IconStackStarRoundedFilled.tsx index fc17c8842..b7366d25c 100644 --- a/src/IconStackStarRoundedFilled.tsx +++ b/src/IconStackStarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackStarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStackStarSharp.tsx b/src/IconStackStarSharp.tsx index 7fe519b17..53098e8ee 100644 --- a/src/IconStackStarSharp.tsx +++ b/src/IconStackStarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackStarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStackStarSharpFilled.tsx b/src/IconStackStarSharpFilled.tsx index cb74b06de..a450f7849 100644 --- a/src/IconStackStarSharpFilled.tsx +++ b/src/IconStackStarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackStarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStackedBarChartOutlined.tsx b/src/IconStackedBarChartOutlined.tsx index 35ce08c2b..9635793b7 100644 --- a/src/IconStackedBarChartOutlined.tsx +++ b/src/IconStackedBarChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedBarChartOutlined: React.FC = ({ ...props diff --git a/src/IconStackedBarChartOutlinedFilled.tsx b/src/IconStackedBarChartOutlinedFilled.tsx index 1df9ccd79..0bdae9e32 100644 --- a/src/IconStackedBarChartOutlinedFilled.tsx +++ b/src/IconStackedBarChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedBarChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStackedBarChartRounded.tsx b/src/IconStackedBarChartRounded.tsx index 04cc718c4..7cdb3a8af 100644 --- a/src/IconStackedBarChartRounded.tsx +++ b/src/IconStackedBarChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedBarChartRounded: React.FC = ({ ...props diff --git a/src/IconStackedBarChartRoundedFilled.tsx b/src/IconStackedBarChartRoundedFilled.tsx index 82139616c..1dc9f1c54 100644 --- a/src/IconStackedBarChartRoundedFilled.tsx +++ b/src/IconStackedBarChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedBarChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStackedBarChartSharp.tsx b/src/IconStackedBarChartSharp.tsx index aec4b32dc..b004b3f39 100644 --- a/src/IconStackedBarChartSharp.tsx +++ b/src/IconStackedBarChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedBarChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStackedBarChartSharpFilled.tsx b/src/IconStackedBarChartSharpFilled.tsx index 01815ab95..83a246819 100644 --- a/src/IconStackedBarChartSharpFilled.tsx +++ b/src/IconStackedBarChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedBarChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconStackedEmailOutlined.tsx b/src/IconStackedEmailOutlined.tsx index 7f224b84f..4a1cadb76 100644 --- a/src/IconStackedEmailOutlined.tsx +++ b/src/IconStackedEmailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedEmailOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStackedEmailOutlinedFilled.tsx b/src/IconStackedEmailOutlinedFilled.tsx index 65bfd44e3..d16f0e4b6 100644 --- a/src/IconStackedEmailOutlinedFilled.tsx +++ b/src/IconStackedEmailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedEmailOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStackedEmailRounded.tsx b/src/IconStackedEmailRounded.tsx index 7083b2b7f..9b854a747 100644 --- a/src/IconStackedEmailRounded.tsx +++ b/src/IconStackedEmailRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedEmailRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStackedEmailRoundedFilled.tsx b/src/IconStackedEmailRoundedFilled.tsx index 92496c9d8..d7aec54a5 100644 --- a/src/IconStackedEmailRoundedFilled.tsx +++ b/src/IconStackedEmailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedEmailRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStackedEmailSharp.tsx b/src/IconStackedEmailSharp.tsx index 71f57cdb7..4a3c7d736 100644 --- a/src/IconStackedEmailSharp.tsx +++ b/src/IconStackedEmailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedEmailSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStackedEmailSharpFilled.tsx b/src/IconStackedEmailSharpFilled.tsx index 781763772..95906e707 100644 --- a/src/IconStackedEmailSharpFilled.tsx +++ b/src/IconStackedEmailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedEmailSharpFilled: React.FC = ({ ...props diff --git a/src/IconStackedInboxOutlined.tsx b/src/IconStackedInboxOutlined.tsx index b8a527a04..22214abc5 100644 --- a/src/IconStackedInboxOutlined.tsx +++ b/src/IconStackedInboxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedInboxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStackedInboxOutlinedFilled.tsx b/src/IconStackedInboxOutlinedFilled.tsx index d193dab33..b0166c10e 100644 --- a/src/IconStackedInboxOutlinedFilled.tsx +++ b/src/IconStackedInboxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedInboxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStackedInboxRounded.tsx b/src/IconStackedInboxRounded.tsx index e0d3eb95c..cc8fd0f64 100644 --- a/src/IconStackedInboxRounded.tsx +++ b/src/IconStackedInboxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedInboxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStackedInboxRoundedFilled.tsx b/src/IconStackedInboxRoundedFilled.tsx index e5ff4e803..16f96caf4 100644 --- a/src/IconStackedInboxRoundedFilled.tsx +++ b/src/IconStackedInboxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedInboxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStackedInboxSharp.tsx b/src/IconStackedInboxSharp.tsx index 60ca5bf2a..1ffda3c3c 100644 --- a/src/IconStackedInboxSharp.tsx +++ b/src/IconStackedInboxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedInboxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStackedInboxSharpFilled.tsx b/src/IconStackedInboxSharpFilled.tsx index e356870d8..71bc217b9 100644 --- a/src/IconStackedInboxSharpFilled.tsx +++ b/src/IconStackedInboxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedInboxSharpFilled: React.FC = ({ ...props diff --git a/src/IconStackedLineChartOutlined.tsx b/src/IconStackedLineChartOutlined.tsx index 7908fc1b0..eb15856e4 100644 --- a/src/IconStackedLineChartOutlined.tsx +++ b/src/IconStackedLineChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedLineChartOutlined: React.FC = ({ ...props diff --git a/src/IconStackedLineChartOutlinedFilled.tsx b/src/IconStackedLineChartOutlinedFilled.tsx index 30d6caec6..9aa846184 100644 --- a/src/IconStackedLineChartOutlinedFilled.tsx +++ b/src/IconStackedLineChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedLineChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStackedLineChartRounded.tsx b/src/IconStackedLineChartRounded.tsx index 7a8fb1381..663bec5c7 100644 --- a/src/IconStackedLineChartRounded.tsx +++ b/src/IconStackedLineChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedLineChartRounded: React.FC = ({ ...props diff --git a/src/IconStackedLineChartRoundedFilled.tsx b/src/IconStackedLineChartRoundedFilled.tsx index d9c0e83bd..2522496aa 100644 --- a/src/IconStackedLineChartRoundedFilled.tsx +++ b/src/IconStackedLineChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedLineChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStackedLineChartSharp.tsx b/src/IconStackedLineChartSharp.tsx index 3bbb1ca9b..f0a2c143e 100644 --- a/src/IconStackedLineChartSharp.tsx +++ b/src/IconStackedLineChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedLineChartSharp: React.FC = ({ ...props diff --git a/src/IconStackedLineChartSharpFilled.tsx b/src/IconStackedLineChartSharpFilled.tsx index c24119e19..ac3c1c4d5 100644 --- a/src/IconStackedLineChartSharpFilled.tsx +++ b/src/IconStackedLineChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStackedLineChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconStacksOutlined.tsx b/src/IconStacksOutlined.tsx index 89b158d14..09be45cdc 100644 --- a/src/IconStacksOutlined.tsx +++ b/src/IconStacksOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStacksOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStacksOutlinedFilled.tsx b/src/IconStacksOutlinedFilled.tsx index 735e153f3..196ce749b 100644 --- a/src/IconStacksOutlinedFilled.tsx +++ b/src/IconStacksOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStacksOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStacksRounded.tsx b/src/IconStacksRounded.tsx index dcc539d3d..b551c612c 100644 --- a/src/IconStacksRounded.tsx +++ b/src/IconStacksRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStacksRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStacksRoundedFilled.tsx b/src/IconStacksRoundedFilled.tsx index dcef2c7db..3bbb4f0dd 100644 --- a/src/IconStacksRoundedFilled.tsx +++ b/src/IconStacksRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStacksRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStacksSharp.tsx b/src/IconStacksSharp.tsx index 730587e75..7b1d3a58d 100644 --- a/src/IconStacksSharp.tsx +++ b/src/IconStacksSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStacksSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStacksSharpFilled.tsx b/src/IconStacksSharpFilled.tsx index 4d4bb4a92..2d56a24e4 100644 --- a/src/IconStacksSharpFilled.tsx +++ b/src/IconStacksSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStacksSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStadiaControllerOutlined.tsx b/src/IconStadiaControllerOutlined.tsx index cfb08b5fc..b537c5c2d 100644 --- a/src/IconStadiaControllerOutlined.tsx +++ b/src/IconStadiaControllerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiaControllerOutlined: React.FC = ({ ...props diff --git a/src/IconStadiaControllerOutlinedFilled.tsx b/src/IconStadiaControllerOutlinedFilled.tsx index 86904feb6..6ff01e0e5 100644 --- a/src/IconStadiaControllerOutlinedFilled.tsx +++ b/src/IconStadiaControllerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiaControllerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStadiaControllerRounded.tsx b/src/IconStadiaControllerRounded.tsx index 7c363b1cc..300a56d3e 100644 --- a/src/IconStadiaControllerRounded.tsx +++ b/src/IconStadiaControllerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiaControllerRounded: React.FC = ({ ...props diff --git a/src/IconStadiaControllerRoundedFilled.tsx b/src/IconStadiaControllerRoundedFilled.tsx index fa8b1e702..5a856706a 100644 --- a/src/IconStadiaControllerRoundedFilled.tsx +++ b/src/IconStadiaControllerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiaControllerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStadiaControllerSharp.tsx b/src/IconStadiaControllerSharp.tsx index 8615890e0..330547ca2 100644 --- a/src/IconStadiaControllerSharp.tsx +++ b/src/IconStadiaControllerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiaControllerSharp: React.FC = ({ ...props diff --git a/src/IconStadiaControllerSharpFilled.tsx b/src/IconStadiaControllerSharpFilled.tsx index a4a302ce8..75c7d1f8f 100644 --- a/src/IconStadiaControllerSharpFilled.tsx +++ b/src/IconStadiaControllerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiaControllerSharpFilled: React.FC = ({ ...props diff --git a/src/IconStadiumOutlined.tsx b/src/IconStadiumOutlined.tsx index 1b41fae05..499c17f7b 100644 --- a/src/IconStadiumOutlined.tsx +++ b/src/IconStadiumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiumOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStadiumOutlinedFilled.tsx b/src/IconStadiumOutlinedFilled.tsx index 142d0f530..f88bfe465 100644 --- a/src/IconStadiumOutlinedFilled.tsx +++ b/src/IconStadiumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiumOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStadiumRounded.tsx b/src/IconStadiumRounded.tsx index 3a7e64cf8..84513eba1 100644 --- a/src/IconStadiumRounded.tsx +++ b/src/IconStadiumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiumRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStadiumRoundedFilled.tsx b/src/IconStadiumRoundedFilled.tsx index d235fb8c4..ecfb90352 100644 --- a/src/IconStadiumRoundedFilled.tsx +++ b/src/IconStadiumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiumRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStadiumSharp.tsx b/src/IconStadiumSharp.tsx index 1965272e4..6c8ef8cbe 100644 --- a/src/IconStadiumSharp.tsx +++ b/src/IconStadiumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiumSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStadiumSharpFilled.tsx b/src/IconStadiumSharpFilled.tsx index 623acdc04..3be95312a 100644 --- a/src/IconStadiumSharpFilled.tsx +++ b/src/IconStadiumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStadiumSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStairs2Outlined.tsx b/src/IconStairs2Outlined.tsx index 22fb6393b..efe9da099 100644 --- a/src/IconStairs2Outlined.tsx +++ b/src/IconStairs2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairs2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStairs2OutlinedFilled.tsx b/src/IconStairs2OutlinedFilled.tsx index e2ce38526..e77824868 100644 --- a/src/IconStairs2OutlinedFilled.tsx +++ b/src/IconStairs2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairs2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStairs2Rounded.tsx b/src/IconStairs2Rounded.tsx index 89d1404bd..e1321ff40 100644 --- a/src/IconStairs2Rounded.tsx +++ b/src/IconStairs2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairs2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStairs2RoundedFilled.tsx b/src/IconStairs2RoundedFilled.tsx index 8f18200c8..f6de1ac08 100644 --- a/src/IconStairs2RoundedFilled.tsx +++ b/src/IconStairs2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairs2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStairs2Sharp.tsx b/src/IconStairs2Sharp.tsx index 78d55f235..7cf1b87a8 100644 --- a/src/IconStairs2Sharp.tsx +++ b/src/IconStairs2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairs2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStairs2SharpFilled.tsx b/src/IconStairs2SharpFilled.tsx index 7f673bf37..1e08d39cc 100644 --- a/src/IconStairs2SharpFilled.tsx +++ b/src/IconStairs2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairs2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStairsOutlined.tsx b/src/IconStairsOutlined.tsx index 29b1f9d24..775cf147d 100644 --- a/src/IconStairsOutlined.tsx +++ b/src/IconStairsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStairsOutlinedFilled.tsx b/src/IconStairsOutlinedFilled.tsx index 390a058b4..fd44cc7fc 100644 --- a/src/IconStairsOutlinedFilled.tsx +++ b/src/IconStairsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStairsRounded.tsx b/src/IconStairsRounded.tsx index f3d456caf..d86ec5bd8 100644 --- a/src/IconStairsRounded.tsx +++ b/src/IconStairsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStairsRoundedFilled.tsx b/src/IconStairsRoundedFilled.tsx index 58180608b..ffe476be6 100644 --- a/src/IconStairsRoundedFilled.tsx +++ b/src/IconStairsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStairsSharp.tsx b/src/IconStairsSharp.tsx index 93db69950..83bbd8ac7 100644 --- a/src/IconStairsSharp.tsx +++ b/src/IconStairsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStairsSharpFilled.tsx b/src/IconStairsSharpFilled.tsx index 9f2994ba2..34e5906c9 100644 --- a/src/IconStairsSharpFilled.tsx +++ b/src/IconStairsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStairsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStarHalfOutlined.tsx b/src/IconStarHalfOutlined.tsx index 3f4c3a051..42e16256d 100644 --- a/src/IconStarHalfOutlined.tsx +++ b/src/IconStarHalfOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarHalfOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStarHalfOutlinedFilled.tsx b/src/IconStarHalfOutlinedFilled.tsx index 80400b4c9..e2fca9e85 100644 --- a/src/IconStarHalfOutlinedFilled.tsx +++ b/src/IconStarHalfOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarHalfOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStarHalfRounded.tsx b/src/IconStarHalfRounded.tsx index 194169664..ffa89b296 100644 --- a/src/IconStarHalfRounded.tsx +++ b/src/IconStarHalfRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarHalfRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStarHalfRoundedFilled.tsx b/src/IconStarHalfRoundedFilled.tsx index 74c717c24..a4e25b402 100644 --- a/src/IconStarHalfRoundedFilled.tsx +++ b/src/IconStarHalfRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarHalfRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStarHalfSharp.tsx b/src/IconStarHalfSharp.tsx index f1be6a694..1316db5cf 100644 --- a/src/IconStarHalfSharp.tsx +++ b/src/IconStarHalfSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarHalfSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStarHalfSharpFilled.tsx b/src/IconStarHalfSharpFilled.tsx index 839ca3666..b97ffcff8 100644 --- a/src/IconStarHalfSharpFilled.tsx +++ b/src/IconStarHalfSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarHalfSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStarOutlined.tsx b/src/IconStarOutlined.tsx index 5bbcd80ec..c1b01e680 100644 --- a/src/IconStarOutlined.tsx +++ b/src/IconStarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStarOutlinedFilled.tsx b/src/IconStarOutlinedFilled.tsx index b3417148d..412cb9712 100644 --- a/src/IconStarOutlinedFilled.tsx +++ b/src/IconStarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStarRateHalfOutlined.tsx b/src/IconStarRateHalfOutlined.tsx index cff71e5f7..4ec0df4b3 100644 --- a/src/IconStarRateHalfOutlined.tsx +++ b/src/IconStarRateHalfOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateHalfOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStarRateHalfOutlinedFilled.tsx b/src/IconStarRateHalfOutlinedFilled.tsx index 4e8a09602..88ffee282 100644 --- a/src/IconStarRateHalfOutlinedFilled.tsx +++ b/src/IconStarRateHalfOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateHalfOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStarRateHalfRounded.tsx b/src/IconStarRateHalfRounded.tsx index 8bc731d34..18d05dd62 100644 --- a/src/IconStarRateHalfRounded.tsx +++ b/src/IconStarRateHalfRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateHalfRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStarRateHalfRoundedFilled.tsx b/src/IconStarRateHalfRoundedFilled.tsx index fb8d21437..40d0d3049 100644 --- a/src/IconStarRateHalfRoundedFilled.tsx +++ b/src/IconStarRateHalfRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateHalfRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStarRateHalfSharp.tsx b/src/IconStarRateHalfSharp.tsx index b146cc2df..27ea4cf85 100644 --- a/src/IconStarRateHalfSharp.tsx +++ b/src/IconStarRateHalfSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateHalfSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStarRateHalfSharpFilled.tsx b/src/IconStarRateHalfSharpFilled.tsx index 765a69880..bc761c4f7 100644 --- a/src/IconStarRateHalfSharpFilled.tsx +++ b/src/IconStarRateHalfSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateHalfSharpFilled: React.FC = ({ ...props diff --git a/src/IconStarRateOutlined.tsx b/src/IconStarRateOutlined.tsx index 28d14a61a..e28cb6fcc 100644 --- a/src/IconStarRateOutlined.tsx +++ b/src/IconStarRateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStarRateOutlinedFilled.tsx b/src/IconStarRateOutlinedFilled.tsx index 8933a1d17..b6f28054a 100644 --- a/src/IconStarRateOutlinedFilled.tsx +++ b/src/IconStarRateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStarRateRounded.tsx b/src/IconStarRateRounded.tsx index 6bb365927..b1c9e23f1 100644 --- a/src/IconStarRateRounded.tsx +++ b/src/IconStarRateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStarRateRoundedFilled.tsx b/src/IconStarRateRoundedFilled.tsx index 34b132da0..aa9d2e0b2 100644 --- a/src/IconStarRateRoundedFilled.tsx +++ b/src/IconStarRateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStarRateSharp.tsx b/src/IconStarRateSharp.tsx index e8afc609c..8a9f130d5 100644 --- a/src/IconStarRateSharp.tsx +++ b/src/IconStarRateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStarRateSharpFilled.tsx b/src/IconStarRateSharpFilled.tsx index ace964bac..f09fde821 100644 --- a/src/IconStarRateSharpFilled.tsx +++ b/src/IconStarRateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRateSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStarRounded.tsx b/src/IconStarRounded.tsx index fbc99cf0a..bdb1dfb8f 100644 --- a/src/IconStarRounded.tsx +++ b/src/IconStarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStarRoundedFilled.tsx b/src/IconStarRoundedFilled.tsx index 81fcf1ac3..4933a11dd 100644 --- a/src/IconStarRoundedFilled.tsx +++ b/src/IconStarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStarSharp.tsx b/src/IconStarSharp.tsx index 1e111a733..4707d78d6 100644 --- a/src/IconStarSharp.tsx +++ b/src/IconStarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStarSharpFilled.tsx b/src/IconStarSharpFilled.tsx index f1008b834..ab9b825c1 100644 --- a/src/IconStarSharpFilled.tsx +++ b/src/IconStarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStarsOutlined.tsx b/src/IconStarsOutlined.tsx index 9439e9ed0..fd4cf009d 100644 --- a/src/IconStarsOutlined.tsx +++ b/src/IconStarsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStarsOutlinedFilled.tsx b/src/IconStarsOutlinedFilled.tsx index f739f02da..79e41bff7 100644 --- a/src/IconStarsOutlinedFilled.tsx +++ b/src/IconStarsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStarsRounded.tsx b/src/IconStarsRounded.tsx index 3aeeb91c1..8cf87310a 100644 --- a/src/IconStarsRounded.tsx +++ b/src/IconStarsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStarsRoundedFilled.tsx b/src/IconStarsRoundedFilled.tsx index ac8ef7e66..e5227f935 100644 --- a/src/IconStarsRoundedFilled.tsx +++ b/src/IconStarsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStarsSharp.tsx b/src/IconStarsSharp.tsx index 3e70a3583..0f7d7fd46 100644 --- a/src/IconStarsSharp.tsx +++ b/src/IconStarsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStarsSharpFilled.tsx b/src/IconStarsSharpFilled.tsx index 85337b2bd..083f23af4 100644 --- a/src/IconStarsSharpFilled.tsx +++ b/src/IconStarsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStarsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStartOutlined.tsx b/src/IconStartOutlined.tsx index 1f5973fef..09064fb2a 100644 --- a/src/IconStartOutlined.tsx +++ b/src/IconStartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStartOutlinedFilled.tsx b/src/IconStartOutlinedFilled.tsx index fb2200991..46e6bec02 100644 --- a/src/IconStartOutlinedFilled.tsx +++ b/src/IconStartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStartOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStartRounded.tsx b/src/IconStartRounded.tsx index cb0e14d40..72187448c 100644 --- a/src/IconStartRounded.tsx +++ b/src/IconStartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStartRoundedFilled.tsx b/src/IconStartRoundedFilled.tsx index e6a6eab05..ac67f9bc8 100644 --- a/src/IconStartRoundedFilled.tsx +++ b/src/IconStartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStartRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStartSharp.tsx b/src/IconStartSharp.tsx index b9d97781c..436efeafe 100644 --- a/src/IconStartSharp.tsx +++ b/src/IconStartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStartSharpFilled.tsx b/src/IconStartSharpFilled.tsx index 50c4472b7..e09ae25af 100644 --- a/src/IconStartSharpFilled.tsx +++ b/src/IconStartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStartSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat0Outlined.tsx b/src/IconStat0Outlined.tsx index 086406e1c..4826aa456 100644 --- a/src/IconStat0Outlined.tsx +++ b/src/IconStat0Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat0Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStat0OutlinedFilled.tsx b/src/IconStat0OutlinedFilled.tsx index f7d8dbf7a..7e6ad5017 100644 --- a/src/IconStat0OutlinedFilled.tsx +++ b/src/IconStat0OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat0OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat0Rounded.tsx b/src/IconStat0Rounded.tsx index 61fd9b2db..e892b91ec 100644 --- a/src/IconStat0Rounded.tsx +++ b/src/IconStat0Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat0Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStat0RoundedFilled.tsx b/src/IconStat0RoundedFilled.tsx index c7ffff969..b5ca9338f 100644 --- a/src/IconStat0RoundedFilled.tsx +++ b/src/IconStat0RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat0RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat0Sharp.tsx b/src/IconStat0Sharp.tsx index 2373ad512..ec5169891 100644 --- a/src/IconStat0Sharp.tsx +++ b/src/IconStat0Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat0Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStat0SharpFilled.tsx b/src/IconStat0SharpFilled.tsx index 67b3a129e..653f97066 100644 --- a/src/IconStat0SharpFilled.tsx +++ b/src/IconStat0SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat0SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat1Outlined.tsx b/src/IconStat1Outlined.tsx index 724b7f2db..f76e4a075 100644 --- a/src/IconStat1Outlined.tsx +++ b/src/IconStat1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStat1OutlinedFilled.tsx b/src/IconStat1OutlinedFilled.tsx index fd6356e4a..f006a3580 100644 --- a/src/IconStat1OutlinedFilled.tsx +++ b/src/IconStat1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat1OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat1Rounded.tsx b/src/IconStat1Rounded.tsx index 6fd721dd8..fa37a65f2 100644 --- a/src/IconStat1Rounded.tsx +++ b/src/IconStat1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStat1RoundedFilled.tsx b/src/IconStat1RoundedFilled.tsx index 054a41353..edbd7387a 100644 --- a/src/IconStat1RoundedFilled.tsx +++ b/src/IconStat1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat1RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat1Sharp.tsx b/src/IconStat1Sharp.tsx index f6cdb226d..5b570e75f 100644 --- a/src/IconStat1Sharp.tsx +++ b/src/IconStat1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStat1SharpFilled.tsx b/src/IconStat1SharpFilled.tsx index cb89c5a08..ef003bc11 100644 --- a/src/IconStat1SharpFilled.tsx +++ b/src/IconStat1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat1SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat2Outlined.tsx b/src/IconStat2Outlined.tsx index 8583a12ef..86692e738 100644 --- a/src/IconStat2Outlined.tsx +++ b/src/IconStat2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStat2OutlinedFilled.tsx b/src/IconStat2OutlinedFilled.tsx index ba318f82e..9818b57c2 100644 --- a/src/IconStat2OutlinedFilled.tsx +++ b/src/IconStat2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat2OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat2Rounded.tsx b/src/IconStat2Rounded.tsx index 8e176a3dc..5d2438481 100644 --- a/src/IconStat2Rounded.tsx +++ b/src/IconStat2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStat2RoundedFilled.tsx b/src/IconStat2RoundedFilled.tsx index 158affe99..1dfe94b19 100644 --- a/src/IconStat2RoundedFilled.tsx +++ b/src/IconStat2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat2Sharp.tsx b/src/IconStat2Sharp.tsx index 4ff7550e9..a85caad74 100644 --- a/src/IconStat2Sharp.tsx +++ b/src/IconStat2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStat2SharpFilled.tsx b/src/IconStat2SharpFilled.tsx index 24663cab7..1157c9ffe 100644 --- a/src/IconStat2SharpFilled.tsx +++ b/src/IconStat2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat3Outlined.tsx b/src/IconStat3Outlined.tsx index 5d7ba2b37..0b81be8f6 100644 --- a/src/IconStat3Outlined.tsx +++ b/src/IconStat3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStat3OutlinedFilled.tsx b/src/IconStat3OutlinedFilled.tsx index cbcca0c69..102c0a69a 100644 --- a/src/IconStat3OutlinedFilled.tsx +++ b/src/IconStat3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat3OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat3Rounded.tsx b/src/IconStat3Rounded.tsx index 4b58cd736..9408037c6 100644 --- a/src/IconStat3Rounded.tsx +++ b/src/IconStat3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStat3RoundedFilled.tsx b/src/IconStat3RoundedFilled.tsx index f57e51d17..bd89632bb 100644 --- a/src/IconStat3RoundedFilled.tsx +++ b/src/IconStat3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat3RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStat3Sharp.tsx b/src/IconStat3Sharp.tsx index c0bc8511f..01d4cf595 100644 --- a/src/IconStat3Sharp.tsx +++ b/src/IconStat3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStat3SharpFilled.tsx b/src/IconStat3SharpFilled.tsx index af817f7d5..ffc7cf8bb 100644 --- a/src/IconStat3SharpFilled.tsx +++ b/src/IconStat3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStat3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStatMinus1Outlined.tsx b/src/IconStatMinus1Outlined.tsx index 7645d2c77..53199eea5 100644 --- a/src/IconStatMinus1Outlined.tsx +++ b/src/IconStatMinus1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStatMinus1OutlinedFilled.tsx b/src/IconStatMinus1OutlinedFilled.tsx index 222f9ae62..425a40375 100644 --- a/src/IconStatMinus1OutlinedFilled.tsx +++ b/src/IconStatMinus1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStatMinus1Rounded.tsx b/src/IconStatMinus1Rounded.tsx index c90703ab1..1b755f342 100644 --- a/src/IconStatMinus1Rounded.tsx +++ b/src/IconStatMinus1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStatMinus1RoundedFilled.tsx b/src/IconStatMinus1RoundedFilled.tsx index d9947106e..95ad22a33 100644 --- a/src/IconStatMinus1RoundedFilled.tsx +++ b/src/IconStatMinus1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconStatMinus1Sharp.tsx b/src/IconStatMinus1Sharp.tsx index f3e46417f..a2738290f 100644 --- a/src/IconStatMinus1Sharp.tsx +++ b/src/IconStatMinus1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStatMinus1SharpFilled.tsx b/src/IconStatMinus1SharpFilled.tsx index 3b9de27b8..c0f169f24 100644 --- a/src/IconStatMinus1SharpFilled.tsx +++ b/src/IconStatMinus1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus1SharpFilled: React.FC = ({ ...props diff --git a/src/IconStatMinus2Outlined.tsx b/src/IconStatMinus2Outlined.tsx index c6932f5df..51504a860 100644 --- a/src/IconStatMinus2Outlined.tsx +++ b/src/IconStatMinus2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStatMinus2OutlinedFilled.tsx b/src/IconStatMinus2OutlinedFilled.tsx index 882e65d31..db67e140f 100644 --- a/src/IconStatMinus2OutlinedFilled.tsx +++ b/src/IconStatMinus2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStatMinus2Rounded.tsx b/src/IconStatMinus2Rounded.tsx index f22eb16f5..3391d0782 100644 --- a/src/IconStatMinus2Rounded.tsx +++ b/src/IconStatMinus2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStatMinus2RoundedFilled.tsx b/src/IconStatMinus2RoundedFilled.tsx index dd8220076..8c74145f2 100644 --- a/src/IconStatMinus2RoundedFilled.tsx +++ b/src/IconStatMinus2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconStatMinus2Sharp.tsx b/src/IconStatMinus2Sharp.tsx index a51c6e40b..de359527d 100644 --- a/src/IconStatMinus2Sharp.tsx +++ b/src/IconStatMinus2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStatMinus2SharpFilled.tsx b/src/IconStatMinus2SharpFilled.tsx index 38f8c2390..99d32a7ae 100644 --- a/src/IconStatMinus2SharpFilled.tsx +++ b/src/IconStatMinus2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus2SharpFilled: React.FC = ({ ...props diff --git a/src/IconStatMinus3Outlined.tsx b/src/IconStatMinus3Outlined.tsx index dc2329ba2..0e8564f5d 100644 --- a/src/IconStatMinus3Outlined.tsx +++ b/src/IconStatMinus3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStatMinus3OutlinedFilled.tsx b/src/IconStatMinus3OutlinedFilled.tsx index 1f4b43585..120b64cc2 100644 --- a/src/IconStatMinus3OutlinedFilled.tsx +++ b/src/IconStatMinus3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStatMinus3Rounded.tsx b/src/IconStatMinus3Rounded.tsx index 9649ac3ac..a38f0efcd 100644 --- a/src/IconStatMinus3Rounded.tsx +++ b/src/IconStatMinus3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStatMinus3RoundedFilled.tsx b/src/IconStatMinus3RoundedFilled.tsx index 722d09155..d69607f22 100644 --- a/src/IconStatMinus3RoundedFilled.tsx +++ b/src/IconStatMinus3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconStatMinus3Sharp.tsx b/src/IconStatMinus3Sharp.tsx index 72ffa4e48..61158a61d 100644 --- a/src/IconStatMinus3Sharp.tsx +++ b/src/IconStatMinus3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStatMinus3SharpFilled.tsx b/src/IconStatMinus3SharpFilled.tsx index 79a9138af..eed152732 100644 --- a/src/IconStatMinus3SharpFilled.tsx +++ b/src/IconStatMinus3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStatMinus3SharpFilled: React.FC = ({ ...props diff --git a/src/IconStayCurrentLandscapeOutlined.tsx b/src/IconStayCurrentLandscapeOutlined.tsx index 3a3707e1e..fbfe21b18 100644 --- a/src/IconStayCurrentLandscapeOutlined.tsx +++ b/src/IconStayCurrentLandscapeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentLandscapeOutlined: React.FC = ({ ...props diff --git a/src/IconStayCurrentLandscapeOutlinedFilled.tsx b/src/IconStayCurrentLandscapeOutlinedFilled.tsx index 03cbbf47f..1a1471ad0 100644 --- a/src/IconStayCurrentLandscapeOutlinedFilled.tsx +++ b/src/IconStayCurrentLandscapeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentLandscapeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStayCurrentLandscapeRounded.tsx b/src/IconStayCurrentLandscapeRounded.tsx index 1e61373bd..4a2e0c008 100644 --- a/src/IconStayCurrentLandscapeRounded.tsx +++ b/src/IconStayCurrentLandscapeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentLandscapeRounded: React.FC = ({ ...props diff --git a/src/IconStayCurrentLandscapeRoundedFilled.tsx b/src/IconStayCurrentLandscapeRoundedFilled.tsx index 03cef70d8..830b1a674 100644 --- a/src/IconStayCurrentLandscapeRoundedFilled.tsx +++ b/src/IconStayCurrentLandscapeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentLandscapeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStayCurrentLandscapeSharp.tsx b/src/IconStayCurrentLandscapeSharp.tsx index be21cf5c5..2d173e6f8 100644 --- a/src/IconStayCurrentLandscapeSharp.tsx +++ b/src/IconStayCurrentLandscapeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentLandscapeSharp: React.FC = ({ ...props diff --git a/src/IconStayCurrentLandscapeSharpFilled.tsx b/src/IconStayCurrentLandscapeSharpFilled.tsx index 455fad736..7863aa676 100644 --- a/src/IconStayCurrentLandscapeSharpFilled.tsx +++ b/src/IconStayCurrentLandscapeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentLandscapeSharpFilled: React.FC = ({ ...props diff --git a/src/IconStayCurrentPortraitOutlined.tsx b/src/IconStayCurrentPortraitOutlined.tsx index 221eaf592..78f60d9e2 100644 --- a/src/IconStayCurrentPortraitOutlined.tsx +++ b/src/IconStayCurrentPortraitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentPortraitOutlined: React.FC = ({ ...props diff --git a/src/IconStayCurrentPortraitOutlinedFilled.tsx b/src/IconStayCurrentPortraitOutlinedFilled.tsx index adf9e8371..142d132c3 100644 --- a/src/IconStayCurrentPortraitOutlinedFilled.tsx +++ b/src/IconStayCurrentPortraitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentPortraitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStayCurrentPortraitRounded.tsx b/src/IconStayCurrentPortraitRounded.tsx index 8251d435e..9f8933d60 100644 --- a/src/IconStayCurrentPortraitRounded.tsx +++ b/src/IconStayCurrentPortraitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentPortraitRounded: React.FC = ({ ...props diff --git a/src/IconStayCurrentPortraitRoundedFilled.tsx b/src/IconStayCurrentPortraitRoundedFilled.tsx index 7750eb8a4..469d09041 100644 --- a/src/IconStayCurrentPortraitRoundedFilled.tsx +++ b/src/IconStayCurrentPortraitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentPortraitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStayCurrentPortraitSharp.tsx b/src/IconStayCurrentPortraitSharp.tsx index 7d71361c6..270bda0c0 100644 --- a/src/IconStayCurrentPortraitSharp.tsx +++ b/src/IconStayCurrentPortraitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentPortraitSharp: React.FC = ({ ...props diff --git a/src/IconStayCurrentPortraitSharpFilled.tsx b/src/IconStayCurrentPortraitSharpFilled.tsx index 6d7e2e018..9b8c14369 100644 --- a/src/IconStayCurrentPortraitSharpFilled.tsx +++ b/src/IconStayCurrentPortraitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayCurrentPortraitSharpFilled: React.FC = ({ ...props diff --git a/src/IconStayPrimaryLandscapeOutlined.tsx b/src/IconStayPrimaryLandscapeOutlined.tsx index 58500f4ec..b537f7c7c 100644 --- a/src/IconStayPrimaryLandscapeOutlined.tsx +++ b/src/IconStayPrimaryLandscapeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryLandscapeOutlined: React.FC = ({ ...props diff --git a/src/IconStayPrimaryLandscapeOutlinedFilled.tsx b/src/IconStayPrimaryLandscapeOutlinedFilled.tsx index d50763a0f..bd1a44fef 100644 --- a/src/IconStayPrimaryLandscapeOutlinedFilled.tsx +++ b/src/IconStayPrimaryLandscapeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryLandscapeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStayPrimaryLandscapeRounded.tsx b/src/IconStayPrimaryLandscapeRounded.tsx index 46157747e..d7e399c2f 100644 --- a/src/IconStayPrimaryLandscapeRounded.tsx +++ b/src/IconStayPrimaryLandscapeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryLandscapeRounded: React.FC = ({ ...props diff --git a/src/IconStayPrimaryLandscapeRoundedFilled.tsx b/src/IconStayPrimaryLandscapeRoundedFilled.tsx index 66d378d81..cb2465b28 100644 --- a/src/IconStayPrimaryLandscapeRoundedFilled.tsx +++ b/src/IconStayPrimaryLandscapeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryLandscapeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStayPrimaryLandscapeSharp.tsx b/src/IconStayPrimaryLandscapeSharp.tsx index 9fd709cc2..159f1614e 100644 --- a/src/IconStayPrimaryLandscapeSharp.tsx +++ b/src/IconStayPrimaryLandscapeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryLandscapeSharp: React.FC = ({ ...props diff --git a/src/IconStayPrimaryLandscapeSharpFilled.tsx b/src/IconStayPrimaryLandscapeSharpFilled.tsx index cbf001426..80b8c9598 100644 --- a/src/IconStayPrimaryLandscapeSharpFilled.tsx +++ b/src/IconStayPrimaryLandscapeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryLandscapeSharpFilled: React.FC = ({ ...props diff --git a/src/IconStayPrimaryPortraitOutlined.tsx b/src/IconStayPrimaryPortraitOutlined.tsx index 4897f8ac3..44fa4336b 100644 --- a/src/IconStayPrimaryPortraitOutlined.tsx +++ b/src/IconStayPrimaryPortraitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryPortraitOutlined: React.FC = ({ ...props diff --git a/src/IconStayPrimaryPortraitOutlinedFilled.tsx b/src/IconStayPrimaryPortraitOutlinedFilled.tsx index a28fead85..ddae50f25 100644 --- a/src/IconStayPrimaryPortraitOutlinedFilled.tsx +++ b/src/IconStayPrimaryPortraitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryPortraitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStayPrimaryPortraitRounded.tsx b/src/IconStayPrimaryPortraitRounded.tsx index fa1a74bd7..565bab45b 100644 --- a/src/IconStayPrimaryPortraitRounded.tsx +++ b/src/IconStayPrimaryPortraitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryPortraitRounded: React.FC = ({ ...props diff --git a/src/IconStayPrimaryPortraitRoundedFilled.tsx b/src/IconStayPrimaryPortraitRoundedFilled.tsx index 146327621..f8d0a75fb 100644 --- a/src/IconStayPrimaryPortraitRoundedFilled.tsx +++ b/src/IconStayPrimaryPortraitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryPortraitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStayPrimaryPortraitSharp.tsx b/src/IconStayPrimaryPortraitSharp.tsx index 8a31a3878..6ec73a9c2 100644 --- a/src/IconStayPrimaryPortraitSharp.tsx +++ b/src/IconStayPrimaryPortraitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryPortraitSharp: React.FC = ({ ...props diff --git a/src/IconStayPrimaryPortraitSharpFilled.tsx b/src/IconStayPrimaryPortraitSharpFilled.tsx index 81f4758f5..dbc4a0221 100644 --- a/src/IconStayPrimaryPortraitSharpFilled.tsx +++ b/src/IconStayPrimaryPortraitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStayPrimaryPortraitSharpFilled: React.FC = ({ ...props diff --git a/src/IconStepIntoOutlined.tsx b/src/IconStepIntoOutlined.tsx index b0c1725a7..9e9ad3d5e 100644 --- a/src/IconStepIntoOutlined.tsx +++ b/src/IconStepIntoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepIntoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStepIntoOutlinedFilled.tsx b/src/IconStepIntoOutlinedFilled.tsx index 7860ccdff..92917cdd6 100644 --- a/src/IconStepIntoOutlinedFilled.tsx +++ b/src/IconStepIntoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepIntoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStepIntoRounded.tsx b/src/IconStepIntoRounded.tsx index 9a328d77a..44b1f8f22 100644 --- a/src/IconStepIntoRounded.tsx +++ b/src/IconStepIntoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepIntoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStepIntoRoundedFilled.tsx b/src/IconStepIntoRoundedFilled.tsx index 41b5c1c8f..5f315b6c9 100644 --- a/src/IconStepIntoRoundedFilled.tsx +++ b/src/IconStepIntoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepIntoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStepIntoSharp.tsx b/src/IconStepIntoSharp.tsx index 767d72e2d..ca9c21d0c 100644 --- a/src/IconStepIntoSharp.tsx +++ b/src/IconStepIntoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepIntoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStepIntoSharpFilled.tsx b/src/IconStepIntoSharpFilled.tsx index 6473d861b..31b5ca25d 100644 --- a/src/IconStepIntoSharpFilled.tsx +++ b/src/IconStepIntoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepIntoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStepOutOutlined.tsx b/src/IconStepOutOutlined.tsx index 4cc3fd165..d914345eb 100644 --- a/src/IconStepOutOutlined.tsx +++ b/src/IconStepOutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOutOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStepOutOutlinedFilled.tsx b/src/IconStepOutOutlinedFilled.tsx index 3f10aebac..9a981ebdb 100644 --- a/src/IconStepOutOutlinedFilled.tsx +++ b/src/IconStepOutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOutOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStepOutRounded.tsx b/src/IconStepOutRounded.tsx index 4e8fad6ac..6dc8aeac8 100644 --- a/src/IconStepOutRounded.tsx +++ b/src/IconStepOutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOutRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStepOutRoundedFilled.tsx b/src/IconStepOutRoundedFilled.tsx index 4478efb1d..a4c2502fc 100644 --- a/src/IconStepOutRoundedFilled.tsx +++ b/src/IconStepOutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOutRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStepOutSharp.tsx b/src/IconStepOutSharp.tsx index 6827b09a5..d3c683d5c 100644 --- a/src/IconStepOutSharp.tsx +++ b/src/IconStepOutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOutSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStepOutSharpFilled.tsx b/src/IconStepOutSharpFilled.tsx index 937825bbc..5e387fb4b 100644 --- a/src/IconStepOutSharpFilled.tsx +++ b/src/IconStepOutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOutSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStepOutlined.tsx b/src/IconStepOutlined.tsx index b92a3395a..a8bbe0aab 100644 --- a/src/IconStepOutlined.tsx +++ b/src/IconStepOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStepOutlinedFilled.tsx b/src/IconStepOutlinedFilled.tsx index f0b59b610..129a08375 100644 --- a/src/IconStepOutlinedFilled.tsx +++ b/src/IconStepOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStepOverOutlined.tsx b/src/IconStepOverOutlined.tsx index f83427f97..afeb0ecde 100644 --- a/src/IconStepOverOutlined.tsx +++ b/src/IconStepOverOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOverOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStepOverOutlinedFilled.tsx b/src/IconStepOverOutlinedFilled.tsx index cfcf7a1c0..3e51f9ecd 100644 --- a/src/IconStepOverOutlinedFilled.tsx +++ b/src/IconStepOverOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOverOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStepOverRounded.tsx b/src/IconStepOverRounded.tsx index 00044cd86..7ecff4627 100644 --- a/src/IconStepOverRounded.tsx +++ b/src/IconStepOverRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOverRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStepOverRoundedFilled.tsx b/src/IconStepOverRoundedFilled.tsx index a534b176a..31345f35f 100644 --- a/src/IconStepOverRoundedFilled.tsx +++ b/src/IconStepOverRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOverRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStepOverSharp.tsx b/src/IconStepOverSharp.tsx index 1ca64fc56..1a2f25577 100644 --- a/src/IconStepOverSharp.tsx +++ b/src/IconStepOverSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOverSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStepOverSharpFilled.tsx b/src/IconStepOverSharpFilled.tsx index b615d0f6a..d02c2ea57 100644 --- a/src/IconStepOverSharpFilled.tsx +++ b/src/IconStepOverSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepOverSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStepRounded.tsx b/src/IconStepRounded.tsx index eaa8b0190..7e9e7a72a 100644 --- a/src/IconStepRounded.tsx +++ b/src/IconStepRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStepRoundedFilled.tsx b/src/IconStepRoundedFilled.tsx index 6b51882ac..e3346f203 100644 --- a/src/IconStepRoundedFilled.tsx +++ b/src/IconStepRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStepSharp.tsx b/src/IconStepSharp.tsx index cc63d10e9..c8a2834aa 100644 --- a/src/IconStepSharp.tsx +++ b/src/IconStepSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStepSharpFilled.tsx b/src/IconStepSharpFilled.tsx index a269841d8..acbff7d62 100644 --- a/src/IconStepSharpFilled.tsx +++ b/src/IconStepSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSteppersOutlined.tsx b/src/IconSteppersOutlined.tsx index 65e22bedf..f36d586e2 100644 --- a/src/IconSteppersOutlined.tsx +++ b/src/IconSteppersOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSteppersOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSteppersOutlinedFilled.tsx b/src/IconSteppersOutlinedFilled.tsx index 57c32d243..078d66e7e 100644 --- a/src/IconSteppersOutlinedFilled.tsx +++ b/src/IconSteppersOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSteppersOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSteppersRounded.tsx b/src/IconSteppersRounded.tsx index 8cb1f404b..23d35b33b 100644 --- a/src/IconSteppersRounded.tsx +++ b/src/IconSteppersRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSteppersRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSteppersRoundedFilled.tsx b/src/IconSteppersRoundedFilled.tsx index 3127b9289..d23187789 100644 --- a/src/IconSteppersRoundedFilled.tsx +++ b/src/IconSteppersRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSteppersRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSteppersSharp.tsx b/src/IconSteppersSharp.tsx index eb210e94a..9e42dee91 100644 --- a/src/IconSteppersSharp.tsx +++ b/src/IconSteppersSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSteppersSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSteppersSharpFilled.tsx b/src/IconSteppersSharpFilled.tsx index 040a626ea..c7a9e3f13 100644 --- a/src/IconSteppersSharpFilled.tsx +++ b/src/IconSteppersSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSteppersSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStepsOutlined.tsx b/src/IconStepsOutlined.tsx index d0ccac389..b34e92a9e 100644 --- a/src/IconStepsOutlined.tsx +++ b/src/IconStepsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStepsOutlinedFilled.tsx b/src/IconStepsOutlinedFilled.tsx index 4ee07655a..a82cf8f55 100644 --- a/src/IconStepsOutlinedFilled.tsx +++ b/src/IconStepsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStepsRounded.tsx b/src/IconStepsRounded.tsx index 03e7b1ce9..e421d39b6 100644 --- a/src/IconStepsRounded.tsx +++ b/src/IconStepsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStepsRoundedFilled.tsx b/src/IconStepsRoundedFilled.tsx index 684ddad2b..a3fe14d80 100644 --- a/src/IconStepsRoundedFilled.tsx +++ b/src/IconStepsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStepsSharp.tsx b/src/IconStepsSharp.tsx index 3eb1617ea..f403b70e6 100644 --- a/src/IconStepsSharp.tsx +++ b/src/IconStepsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStepsSharpFilled.tsx b/src/IconStepsSharpFilled.tsx index 01550ef54..90251d120 100644 --- a/src/IconStepsSharpFilled.tsx +++ b/src/IconStepsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStepsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStethoscopeArrowOutlined.tsx b/src/IconStethoscopeArrowOutlined.tsx index 55409cb90..74a8b5bf6 100644 --- a/src/IconStethoscopeArrowOutlined.tsx +++ b/src/IconStethoscopeArrowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeArrowOutlined: React.FC = ({ ...props diff --git a/src/IconStethoscopeArrowOutlinedFilled.tsx b/src/IconStethoscopeArrowOutlinedFilled.tsx index f7dcad186..cb0a7b779 100644 --- a/src/IconStethoscopeArrowOutlinedFilled.tsx +++ b/src/IconStethoscopeArrowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeArrowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStethoscopeArrowRounded.tsx b/src/IconStethoscopeArrowRounded.tsx index c5998c2ac..615caec1a 100644 --- a/src/IconStethoscopeArrowRounded.tsx +++ b/src/IconStethoscopeArrowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeArrowRounded: React.FC = ({ ...props diff --git a/src/IconStethoscopeArrowRoundedFilled.tsx b/src/IconStethoscopeArrowRoundedFilled.tsx index cad33313c..46e90bca2 100644 --- a/src/IconStethoscopeArrowRoundedFilled.tsx +++ b/src/IconStethoscopeArrowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeArrowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStethoscopeArrowSharp.tsx b/src/IconStethoscopeArrowSharp.tsx index f958078b2..894b7175e 100644 --- a/src/IconStethoscopeArrowSharp.tsx +++ b/src/IconStethoscopeArrowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeArrowSharp: React.FC = ({ ...props diff --git a/src/IconStethoscopeArrowSharpFilled.tsx b/src/IconStethoscopeArrowSharpFilled.tsx index 0f9452f46..b6c0d41d4 100644 --- a/src/IconStethoscopeArrowSharpFilled.tsx +++ b/src/IconStethoscopeArrowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeArrowSharpFilled: React.FC = ({ ...props diff --git a/src/IconStethoscopeCheckOutlined.tsx b/src/IconStethoscopeCheckOutlined.tsx index cbff68a4c..51a46041b 100644 --- a/src/IconStethoscopeCheckOutlined.tsx +++ b/src/IconStethoscopeCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeCheckOutlined: React.FC = ({ ...props diff --git a/src/IconStethoscopeCheckOutlinedFilled.tsx b/src/IconStethoscopeCheckOutlinedFilled.tsx index e059b633c..dcb0ea82e 100644 --- a/src/IconStethoscopeCheckOutlinedFilled.tsx +++ b/src/IconStethoscopeCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStethoscopeCheckRounded.tsx b/src/IconStethoscopeCheckRounded.tsx index b609cbaf4..a0ef74771 100644 --- a/src/IconStethoscopeCheckRounded.tsx +++ b/src/IconStethoscopeCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeCheckRounded: React.FC = ({ ...props diff --git a/src/IconStethoscopeCheckRoundedFilled.tsx b/src/IconStethoscopeCheckRoundedFilled.tsx index 198e3d057..b5d5fd35d 100644 --- a/src/IconStethoscopeCheckRoundedFilled.tsx +++ b/src/IconStethoscopeCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStethoscopeCheckSharp.tsx b/src/IconStethoscopeCheckSharp.tsx index 02731e9c1..4d1124496 100644 --- a/src/IconStethoscopeCheckSharp.tsx +++ b/src/IconStethoscopeCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeCheckSharp: React.FC = ({ ...props diff --git a/src/IconStethoscopeCheckSharpFilled.tsx b/src/IconStethoscopeCheckSharpFilled.tsx index b550a1a61..4945269e1 100644 --- a/src/IconStethoscopeCheckSharpFilled.tsx +++ b/src/IconStethoscopeCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconStethoscopeOutlined.tsx b/src/IconStethoscopeOutlined.tsx index e42269d62..afdb6c98a 100644 --- a/src/IconStethoscopeOutlined.tsx +++ b/src/IconStethoscopeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStethoscopeOutlinedFilled.tsx b/src/IconStethoscopeOutlinedFilled.tsx index cdce9cfed..d15b22b9d 100644 --- a/src/IconStethoscopeOutlinedFilled.tsx +++ b/src/IconStethoscopeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStethoscopeRounded.tsx b/src/IconStethoscopeRounded.tsx index e09220d99..9c4752ed7 100644 --- a/src/IconStethoscopeRounded.tsx +++ b/src/IconStethoscopeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStethoscopeRoundedFilled.tsx b/src/IconStethoscopeRoundedFilled.tsx index 380d85e66..d5a7b93fb 100644 --- a/src/IconStethoscopeRoundedFilled.tsx +++ b/src/IconStethoscopeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStethoscopeSharp.tsx b/src/IconStethoscopeSharp.tsx index cd7d8db4d..54ec3ff98 100644 --- a/src/IconStethoscopeSharp.tsx +++ b/src/IconStethoscopeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStethoscopeSharpFilled.tsx b/src/IconStethoscopeSharpFilled.tsx index d243a734c..1c7436498 100644 --- a/src/IconStethoscopeSharpFilled.tsx +++ b/src/IconStethoscopeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStethoscopeSharpFilled: React.FC = ({ ...props diff --git a/src/IconStickyNote2Outlined.tsx b/src/IconStickyNote2Outlined.tsx index e159c5f5d..858a53a2a 100644 --- a/src/IconStickyNote2Outlined.tsx +++ b/src/IconStickyNote2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNote2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStickyNote2OutlinedFilled.tsx b/src/IconStickyNote2OutlinedFilled.tsx index a5848fd4b..b416bd0a9 100644 --- a/src/IconStickyNote2OutlinedFilled.tsx +++ b/src/IconStickyNote2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNote2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStickyNote2Rounded.tsx b/src/IconStickyNote2Rounded.tsx index d8418a859..d3768a7d2 100644 --- a/src/IconStickyNote2Rounded.tsx +++ b/src/IconStickyNote2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNote2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStickyNote2RoundedFilled.tsx b/src/IconStickyNote2RoundedFilled.tsx index 8f89d1ffb..7fd5e3b47 100644 --- a/src/IconStickyNote2RoundedFilled.tsx +++ b/src/IconStickyNote2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNote2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconStickyNote2Sharp.tsx b/src/IconStickyNote2Sharp.tsx index 7930f8dfc..97d1d96eb 100644 --- a/src/IconStickyNote2Sharp.tsx +++ b/src/IconStickyNote2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNote2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStickyNote2SharpFilled.tsx b/src/IconStickyNote2SharpFilled.tsx index 5891418d5..be6524e64 100644 --- a/src/IconStickyNote2SharpFilled.tsx +++ b/src/IconStickyNote2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNote2SharpFilled: React.FC = ({ ...props diff --git a/src/IconStickyNoteOutlined.tsx b/src/IconStickyNoteOutlined.tsx index 58b1095ac..2fb660910 100644 --- a/src/IconStickyNoteOutlined.tsx +++ b/src/IconStickyNoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNoteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStickyNoteOutlinedFilled.tsx b/src/IconStickyNoteOutlinedFilled.tsx index 7e2ec8427..accc0009e 100644 --- a/src/IconStickyNoteOutlinedFilled.tsx +++ b/src/IconStickyNoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStickyNoteRounded.tsx b/src/IconStickyNoteRounded.tsx index f8232f1f2..75a234491 100644 --- a/src/IconStickyNoteRounded.tsx +++ b/src/IconStickyNoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNoteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStickyNoteRoundedFilled.tsx b/src/IconStickyNoteRoundedFilled.tsx index 6b6fecc04..b8231d162 100644 --- a/src/IconStickyNoteRoundedFilled.tsx +++ b/src/IconStickyNoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStickyNoteSharp.tsx b/src/IconStickyNoteSharp.tsx index 8ab7358c0..be7778e61 100644 --- a/src/IconStickyNoteSharp.tsx +++ b/src/IconStickyNoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStickyNoteSharpFilled.tsx b/src/IconStickyNoteSharpFilled.tsx index fc30868d8..c426925a4 100644 --- a/src/IconStickyNoteSharpFilled.tsx +++ b/src/IconStickyNoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStickyNoteSharpFilled: React.FC = ({ ...props diff --git a/src/IconStockMediaOutlined.tsx b/src/IconStockMediaOutlined.tsx index 03bb48b6a..933305b8e 100644 --- a/src/IconStockMediaOutlined.tsx +++ b/src/IconStockMediaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockMediaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStockMediaOutlinedFilled.tsx b/src/IconStockMediaOutlinedFilled.tsx index 865c41611..c8f8ee8de 100644 --- a/src/IconStockMediaOutlinedFilled.tsx +++ b/src/IconStockMediaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockMediaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStockMediaRounded.tsx b/src/IconStockMediaRounded.tsx index ab4260e2c..b2eb67edd 100644 --- a/src/IconStockMediaRounded.tsx +++ b/src/IconStockMediaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockMediaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStockMediaRoundedFilled.tsx b/src/IconStockMediaRoundedFilled.tsx index 7ccf21f77..bb3919a37 100644 --- a/src/IconStockMediaRoundedFilled.tsx +++ b/src/IconStockMediaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockMediaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStockMediaSharp.tsx b/src/IconStockMediaSharp.tsx index 0e110e7f8..1ccc9b5ac 100644 --- a/src/IconStockMediaSharp.tsx +++ b/src/IconStockMediaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockMediaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStockMediaSharpFilled.tsx b/src/IconStockMediaSharpFilled.tsx index bb96dff72..c30f7e996 100644 --- a/src/IconStockMediaSharpFilled.tsx +++ b/src/IconStockMediaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockMediaSharpFilled: React.FC = ({ ...props diff --git a/src/IconStockpotOutlined.tsx b/src/IconStockpotOutlined.tsx index db1731b99..0d656f417 100644 --- a/src/IconStockpotOutlined.tsx +++ b/src/IconStockpotOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockpotOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStockpotOutlinedFilled.tsx b/src/IconStockpotOutlinedFilled.tsx index 8c8b71371..1eac6aba7 100644 --- a/src/IconStockpotOutlinedFilled.tsx +++ b/src/IconStockpotOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockpotOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStockpotRounded.tsx b/src/IconStockpotRounded.tsx index c0a7878fd..4b9ef70fa 100644 --- a/src/IconStockpotRounded.tsx +++ b/src/IconStockpotRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockpotRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStockpotRoundedFilled.tsx b/src/IconStockpotRoundedFilled.tsx index e013a0d10..6dce62eac 100644 --- a/src/IconStockpotRoundedFilled.tsx +++ b/src/IconStockpotRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockpotRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStockpotSharp.tsx b/src/IconStockpotSharp.tsx index 88d62767a..1c6fcab6b 100644 --- a/src/IconStockpotSharp.tsx +++ b/src/IconStockpotSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockpotSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStockpotSharpFilled.tsx b/src/IconStockpotSharpFilled.tsx index fbbc48f1b..6fe42196e 100644 --- a/src/IconStockpotSharpFilled.tsx +++ b/src/IconStockpotSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStockpotSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStopCircleOutlined.tsx b/src/IconStopCircleOutlined.tsx index 32f21acad..963fca2c5 100644 --- a/src/IconStopCircleOutlined.tsx +++ b/src/IconStopCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopCircleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStopCircleOutlinedFilled.tsx b/src/IconStopCircleOutlinedFilled.tsx index c26a97eb1..c53bfbb8b 100644 --- a/src/IconStopCircleOutlinedFilled.tsx +++ b/src/IconStopCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStopCircleRounded.tsx b/src/IconStopCircleRounded.tsx index 79f093f54..a701ad9b4 100644 --- a/src/IconStopCircleRounded.tsx +++ b/src/IconStopCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopCircleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStopCircleRoundedFilled.tsx b/src/IconStopCircleRoundedFilled.tsx index c2f07f6ea..5669f9c26 100644 --- a/src/IconStopCircleRoundedFilled.tsx +++ b/src/IconStopCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStopCircleSharp.tsx b/src/IconStopCircleSharp.tsx index 05108924e..f1bf1ff58 100644 --- a/src/IconStopCircleSharp.tsx +++ b/src/IconStopCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopCircleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStopCircleSharpFilled.tsx b/src/IconStopCircleSharpFilled.tsx index 5358d9306..f2d7fdcb4 100644 --- a/src/IconStopCircleSharpFilled.tsx +++ b/src/IconStopCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconStopOutlined.tsx b/src/IconStopOutlined.tsx index de54c91df..9ea17363c 100644 --- a/src/IconStopOutlined.tsx +++ b/src/IconStopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStopOutlinedFilled.tsx b/src/IconStopOutlinedFilled.tsx index 114ff4c16..4917704c6 100644 --- a/src/IconStopOutlinedFilled.tsx +++ b/src/IconStopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStopRounded.tsx b/src/IconStopRounded.tsx index 05cac6952..0d427c709 100644 --- a/src/IconStopRounded.tsx +++ b/src/IconStopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStopRoundedFilled.tsx b/src/IconStopRoundedFilled.tsx index 5e52924fa..616f1847b 100644 --- a/src/IconStopRoundedFilled.tsx +++ b/src/IconStopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStopScreenShareOutlined.tsx b/src/IconStopScreenShareOutlined.tsx index 97ef4a765..a2dc7e84b 100644 --- a/src/IconStopScreenShareOutlined.tsx +++ b/src/IconStopScreenShareOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopScreenShareOutlined: React.FC = ({ ...props diff --git a/src/IconStopScreenShareOutlinedFilled.tsx b/src/IconStopScreenShareOutlinedFilled.tsx index 6b381536a..9e4d5c8fa 100644 --- a/src/IconStopScreenShareOutlinedFilled.tsx +++ b/src/IconStopScreenShareOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopScreenShareOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStopScreenShareRounded.tsx b/src/IconStopScreenShareRounded.tsx index 71934c3ba..0eaf905e4 100644 --- a/src/IconStopScreenShareRounded.tsx +++ b/src/IconStopScreenShareRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopScreenShareRounded: React.FC = ({ ...props diff --git a/src/IconStopScreenShareRoundedFilled.tsx b/src/IconStopScreenShareRoundedFilled.tsx index 398cf372e..08f2172b3 100644 --- a/src/IconStopScreenShareRoundedFilled.tsx +++ b/src/IconStopScreenShareRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopScreenShareRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStopScreenShareSharp.tsx b/src/IconStopScreenShareSharp.tsx index 8156fcd69..5bac6d571 100644 --- a/src/IconStopScreenShareSharp.tsx +++ b/src/IconStopScreenShareSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopScreenShareSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStopScreenShareSharpFilled.tsx b/src/IconStopScreenShareSharpFilled.tsx index 1e2ff3858..9b6c4f54f 100644 --- a/src/IconStopScreenShareSharpFilled.tsx +++ b/src/IconStopScreenShareSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopScreenShareSharpFilled: React.FC = ({ ...props diff --git a/src/IconStopSharp.tsx b/src/IconStopSharp.tsx index a965e420f..979c1749d 100644 --- a/src/IconStopSharp.tsx +++ b/src/IconStopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStopSharpFilled.tsx b/src/IconStopSharpFilled.tsx index af4662947..4c77552d3 100644 --- a/src/IconStopSharpFilled.tsx +++ b/src/IconStopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStopSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStorageOutlined.tsx b/src/IconStorageOutlined.tsx index ddf3146a7..ae04fd722 100644 --- a/src/IconStorageOutlined.tsx +++ b/src/IconStorageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStorageOutlinedFilled.tsx b/src/IconStorageOutlinedFilled.tsx index 859a5d1fa..1d5064987 100644 --- a/src/IconStorageOutlinedFilled.tsx +++ b/src/IconStorageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStorageRounded.tsx b/src/IconStorageRounded.tsx index 919949e5e..7d95d25e1 100644 --- a/src/IconStorageRounded.tsx +++ b/src/IconStorageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStorageRoundedFilled.tsx b/src/IconStorageRoundedFilled.tsx index 1655d081e..c60d31e7b 100644 --- a/src/IconStorageRoundedFilled.tsx +++ b/src/IconStorageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorageRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStorageSharp.tsx b/src/IconStorageSharp.tsx index ff30b5b7d..92ac15d84 100644 --- a/src/IconStorageSharp.tsx +++ b/src/IconStorageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStorageSharpFilled.tsx b/src/IconStorageSharpFilled.tsx index 35b131d54..dce938739 100644 --- a/src/IconStorageSharpFilled.tsx +++ b/src/IconStorageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorageSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStoreOutlined.tsx b/src/IconStoreOutlined.tsx index 68847a4ea..8693a66f0 100644 --- a/src/IconStoreOutlined.tsx +++ b/src/IconStoreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStoreOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStoreOutlinedFilled.tsx b/src/IconStoreOutlinedFilled.tsx index 52d85e20b..65afebb2d 100644 --- a/src/IconStoreOutlinedFilled.tsx +++ b/src/IconStoreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStoreOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStoreRounded.tsx b/src/IconStoreRounded.tsx index 53a7d4c41..6a304e7d7 100644 --- a/src/IconStoreRounded.tsx +++ b/src/IconStoreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStoreRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStoreRoundedFilled.tsx b/src/IconStoreRoundedFilled.tsx index 9ab83a902..acd153124 100644 --- a/src/IconStoreRoundedFilled.tsx +++ b/src/IconStoreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStoreRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStoreSharp.tsx b/src/IconStoreSharp.tsx index d2c068798..8a9195f5b 100644 --- a/src/IconStoreSharp.tsx +++ b/src/IconStoreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStoreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStoreSharpFilled.tsx b/src/IconStoreSharpFilled.tsx index 7b7fa6ac8..8571cb00f 100644 --- a/src/IconStoreSharpFilled.tsx +++ b/src/IconStoreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStoreSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStorefrontOutlined.tsx b/src/IconStorefrontOutlined.tsx index 1dbb0c4bb..917ce0999 100644 --- a/src/IconStorefrontOutlined.tsx +++ b/src/IconStorefrontOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorefrontOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStorefrontOutlinedFilled.tsx b/src/IconStorefrontOutlinedFilled.tsx index 821038691..a64f26744 100644 --- a/src/IconStorefrontOutlinedFilled.tsx +++ b/src/IconStorefrontOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorefrontOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStorefrontRounded.tsx b/src/IconStorefrontRounded.tsx index 2c6b2084f..5d597e90f 100644 --- a/src/IconStorefrontRounded.tsx +++ b/src/IconStorefrontRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorefrontRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStorefrontRoundedFilled.tsx b/src/IconStorefrontRoundedFilled.tsx index 186e4ef2f..11bd852df 100644 --- a/src/IconStorefrontRoundedFilled.tsx +++ b/src/IconStorefrontRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorefrontRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStorefrontSharp.tsx b/src/IconStorefrontSharp.tsx index 21caf51f3..4da290cbe 100644 --- a/src/IconStorefrontSharp.tsx +++ b/src/IconStorefrontSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorefrontSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStorefrontSharpFilled.tsx b/src/IconStorefrontSharpFilled.tsx index 13944050d..7fdd99d42 100644 --- a/src/IconStorefrontSharpFilled.tsx +++ b/src/IconStorefrontSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStorefrontSharpFilled: React.FC = ({ ...props diff --git a/src/IconStormOutlined.tsx b/src/IconStormOutlined.tsx index a4349abdf..f22717c34 100644 --- a/src/IconStormOutlined.tsx +++ b/src/IconStormOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStormOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStormOutlinedFilled.tsx b/src/IconStormOutlinedFilled.tsx index bce3ce5ad..a2832c33e 100644 --- a/src/IconStormOutlinedFilled.tsx +++ b/src/IconStormOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStormOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStormRounded.tsx b/src/IconStormRounded.tsx index 55fde7bf3..fa9b137c6 100644 --- a/src/IconStormRounded.tsx +++ b/src/IconStormRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStormRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStormRoundedFilled.tsx b/src/IconStormRoundedFilled.tsx index d0268f8cd..238afc7a1 100644 --- a/src/IconStormRoundedFilled.tsx +++ b/src/IconStormRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStormRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStormSharp.tsx b/src/IconStormSharp.tsx index 291eaf67e..2fb2f6a72 100644 --- a/src/IconStormSharp.tsx +++ b/src/IconStormSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStormSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStormSharpFilled.tsx b/src/IconStormSharpFilled.tsx index 2fa269a9a..b83e65873 100644 --- a/src/IconStormSharpFilled.tsx +++ b/src/IconStormSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStormSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStraightOutlined.tsx b/src/IconStraightOutlined.tsx index 0dc096a40..ce8459c53 100644 --- a/src/IconStraightOutlined.tsx +++ b/src/IconStraightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStraightOutlinedFilled.tsx b/src/IconStraightOutlinedFilled.tsx index 64928ba47..091c5af70 100644 --- a/src/IconStraightOutlinedFilled.tsx +++ b/src/IconStraightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStraightRounded.tsx b/src/IconStraightRounded.tsx index 2882fe48d..0f1b47d72 100644 --- a/src/IconStraightRounded.tsx +++ b/src/IconStraightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStraightRoundedFilled.tsx b/src/IconStraightRoundedFilled.tsx index a91b6dfc6..857357ec3 100644 --- a/src/IconStraightRoundedFilled.tsx +++ b/src/IconStraightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStraightSharp.tsx b/src/IconStraightSharp.tsx index 48cc69ca5..65010164d 100644 --- a/src/IconStraightSharp.tsx +++ b/src/IconStraightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStraightSharpFilled.tsx b/src/IconStraightSharpFilled.tsx index 00fe75d11..69c9b7e6a 100644 --- a/src/IconStraightSharpFilled.tsx +++ b/src/IconStraightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStraightenOutlined.tsx b/src/IconStraightenOutlined.tsx index 019191a97..9fb81f4da 100644 --- a/src/IconStraightenOutlined.tsx +++ b/src/IconStraightenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStraightenOutlinedFilled.tsx b/src/IconStraightenOutlinedFilled.tsx index e13230c7d..1a333cfc7 100644 --- a/src/IconStraightenOutlinedFilled.tsx +++ b/src/IconStraightenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStraightenRounded.tsx b/src/IconStraightenRounded.tsx index 6d9d9304e..421a4e032 100644 --- a/src/IconStraightenRounded.tsx +++ b/src/IconStraightenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStraightenRoundedFilled.tsx b/src/IconStraightenRoundedFilled.tsx index 2900ea358..8c0d34717 100644 --- a/src/IconStraightenRoundedFilled.tsx +++ b/src/IconStraightenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStraightenSharp.tsx b/src/IconStraightenSharp.tsx index c1b41d966..18aa342d7 100644 --- a/src/IconStraightenSharp.tsx +++ b/src/IconStraightenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStraightenSharpFilled.tsx b/src/IconStraightenSharpFilled.tsx index 1883b4d53..636d7d515 100644 --- a/src/IconStraightenSharpFilled.tsx +++ b/src/IconStraightenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStraightenSharpFilled: React.FC = ({ ...props diff --git a/src/IconStrategyOutlined.tsx b/src/IconStrategyOutlined.tsx index ec3a7ec2d..26017b51a 100644 --- a/src/IconStrategyOutlined.tsx +++ b/src/IconStrategyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrategyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStrategyOutlinedFilled.tsx b/src/IconStrategyOutlinedFilled.tsx index 1fa2e9fc8..bcb39dd72 100644 --- a/src/IconStrategyOutlinedFilled.tsx +++ b/src/IconStrategyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrategyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStrategyRounded.tsx b/src/IconStrategyRounded.tsx index 36538aff2..87be57c18 100644 --- a/src/IconStrategyRounded.tsx +++ b/src/IconStrategyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrategyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStrategyRoundedFilled.tsx b/src/IconStrategyRoundedFilled.tsx index f59e58d2a..ab1170488 100644 --- a/src/IconStrategyRoundedFilled.tsx +++ b/src/IconStrategyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrategyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStrategySharp.tsx b/src/IconStrategySharp.tsx index 0465b05dd..6f27914fc 100644 --- a/src/IconStrategySharp.tsx +++ b/src/IconStrategySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrategySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStrategySharpFilled.tsx b/src/IconStrategySharpFilled.tsx index a1385f1f1..8fdc06a42 100644 --- a/src/IconStrategySharpFilled.tsx +++ b/src/IconStrategySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrategySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStreamAppsOutlined.tsx b/src/IconStreamAppsOutlined.tsx index 33e8901d8..fc1d60f82 100644 --- a/src/IconStreamAppsOutlined.tsx +++ b/src/IconStreamAppsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamAppsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStreamAppsOutlinedFilled.tsx b/src/IconStreamAppsOutlinedFilled.tsx index 8b5a138fc..b18498d65 100644 --- a/src/IconStreamAppsOutlinedFilled.tsx +++ b/src/IconStreamAppsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamAppsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStreamAppsRounded.tsx b/src/IconStreamAppsRounded.tsx index 234f65aa0..c4e2e97cd 100644 --- a/src/IconStreamAppsRounded.tsx +++ b/src/IconStreamAppsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamAppsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStreamAppsRoundedFilled.tsx b/src/IconStreamAppsRoundedFilled.tsx index 7f9a5e03b..a0c05b2e9 100644 --- a/src/IconStreamAppsRoundedFilled.tsx +++ b/src/IconStreamAppsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamAppsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStreamAppsSharp.tsx b/src/IconStreamAppsSharp.tsx index 4317ed3e8..1b6b1f519 100644 --- a/src/IconStreamAppsSharp.tsx +++ b/src/IconStreamAppsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamAppsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStreamAppsSharpFilled.tsx b/src/IconStreamAppsSharpFilled.tsx index 51f753a19..249444aa7 100644 --- a/src/IconStreamAppsSharpFilled.tsx +++ b/src/IconStreamAppsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamAppsSharpFilled: React.FC = ({ ...props diff --git a/src/IconStreamOutlined.tsx b/src/IconStreamOutlined.tsx index f38c80bdc..8de4fdb6f 100644 --- a/src/IconStreamOutlined.tsx +++ b/src/IconStreamOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStreamOutlinedFilled.tsx b/src/IconStreamOutlinedFilled.tsx index b6ffacbc6..c6d49154c 100644 --- a/src/IconStreamOutlinedFilled.tsx +++ b/src/IconStreamOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStreamRounded.tsx b/src/IconStreamRounded.tsx index 8fda6e6de..0de782212 100644 --- a/src/IconStreamRounded.tsx +++ b/src/IconStreamRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStreamRoundedFilled.tsx b/src/IconStreamRoundedFilled.tsx index 2b6f569c5..6cfabf78c 100644 --- a/src/IconStreamRoundedFilled.tsx +++ b/src/IconStreamRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStreamSharp.tsx b/src/IconStreamSharp.tsx index f79fe99e4..a4b1960b6 100644 --- a/src/IconStreamSharp.tsx +++ b/src/IconStreamSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStreamSharpFilled.tsx b/src/IconStreamSharpFilled.tsx index b040c52e4..69533cae1 100644 --- a/src/IconStreamSharpFilled.tsx +++ b/src/IconStreamSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreamSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStreetviewOutlined.tsx b/src/IconStreetviewOutlined.tsx index 541a25409..fbc4cb50d 100644 --- a/src/IconStreetviewOutlined.tsx +++ b/src/IconStreetviewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreetviewOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStreetviewOutlinedFilled.tsx b/src/IconStreetviewOutlinedFilled.tsx index 7b366fe16..48d2aa832 100644 --- a/src/IconStreetviewOutlinedFilled.tsx +++ b/src/IconStreetviewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreetviewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStreetviewRounded.tsx b/src/IconStreetviewRounded.tsx index 6a25a4845..28ce0f448 100644 --- a/src/IconStreetviewRounded.tsx +++ b/src/IconStreetviewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreetviewRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStreetviewRoundedFilled.tsx b/src/IconStreetviewRoundedFilled.tsx index fb7446a59..04246184b 100644 --- a/src/IconStreetviewRoundedFilled.tsx +++ b/src/IconStreetviewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreetviewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStreetviewSharp.tsx b/src/IconStreetviewSharp.tsx index 00bb16bd4..d0d81dd31 100644 --- a/src/IconStreetviewSharp.tsx +++ b/src/IconStreetviewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreetviewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStreetviewSharpFilled.tsx b/src/IconStreetviewSharpFilled.tsx index c46fe4c7d..5a4840833 100644 --- a/src/IconStreetviewSharpFilled.tsx +++ b/src/IconStreetviewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStreetviewSharpFilled: React.FC = ({ ...props diff --git a/src/IconStressManagementOutlined.tsx b/src/IconStressManagementOutlined.tsx index 3a9f8cb59..e19dcbd43 100644 --- a/src/IconStressManagementOutlined.tsx +++ b/src/IconStressManagementOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStressManagementOutlined: React.FC = ({ ...props diff --git a/src/IconStressManagementOutlinedFilled.tsx b/src/IconStressManagementOutlinedFilled.tsx index 8f2126793..a08d75356 100644 --- a/src/IconStressManagementOutlinedFilled.tsx +++ b/src/IconStressManagementOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStressManagementOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStressManagementRounded.tsx b/src/IconStressManagementRounded.tsx index e1d6575b9..c1ac81180 100644 --- a/src/IconStressManagementRounded.tsx +++ b/src/IconStressManagementRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStressManagementRounded: React.FC = ({ ...props diff --git a/src/IconStressManagementRoundedFilled.tsx b/src/IconStressManagementRoundedFilled.tsx index fec8cce76..e9eccff1d 100644 --- a/src/IconStressManagementRoundedFilled.tsx +++ b/src/IconStressManagementRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStressManagementRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStressManagementSharp.tsx b/src/IconStressManagementSharp.tsx index 4c304c44c..e1c31e055 100644 --- a/src/IconStressManagementSharp.tsx +++ b/src/IconStressManagementSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStressManagementSharp: React.FC = ({ ...props diff --git a/src/IconStressManagementSharpFilled.tsx b/src/IconStressManagementSharpFilled.tsx index fe2772348..db083ec79 100644 --- a/src/IconStressManagementSharpFilled.tsx +++ b/src/IconStressManagementSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStressManagementSharpFilled: React.FC = ({ ...props diff --git a/src/IconStrikethroughSOutlined.tsx b/src/IconStrikethroughSOutlined.tsx index 12052b372..476b59c18 100644 --- a/src/IconStrikethroughSOutlined.tsx +++ b/src/IconStrikethroughSOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrikethroughSOutlined: React.FC = ({ ...props diff --git a/src/IconStrikethroughSOutlinedFilled.tsx b/src/IconStrikethroughSOutlinedFilled.tsx index d94a99b9d..358878b5f 100644 --- a/src/IconStrikethroughSOutlinedFilled.tsx +++ b/src/IconStrikethroughSOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrikethroughSOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStrikethroughSRounded.tsx b/src/IconStrikethroughSRounded.tsx index be447e3d7..7f9717b18 100644 --- a/src/IconStrikethroughSRounded.tsx +++ b/src/IconStrikethroughSRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrikethroughSRounded: React.FC = ({ ...props diff --git a/src/IconStrikethroughSRoundedFilled.tsx b/src/IconStrikethroughSRoundedFilled.tsx index 10580deb1..338c822cd 100644 --- a/src/IconStrikethroughSRoundedFilled.tsx +++ b/src/IconStrikethroughSRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrikethroughSRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStrikethroughSSharp.tsx b/src/IconStrikethroughSSharp.tsx index 1d5efd3c5..7142146a2 100644 --- a/src/IconStrikethroughSSharp.tsx +++ b/src/IconStrikethroughSSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrikethroughSSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStrikethroughSSharpFilled.tsx b/src/IconStrikethroughSSharpFilled.tsx index b37a4a5fd..228e8ab9c 100644 --- a/src/IconStrikethroughSSharpFilled.tsx +++ b/src/IconStrikethroughSSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrikethroughSSharpFilled: React.FC = ({ ...props diff --git a/src/IconStrokeFullOutlined.tsx b/src/IconStrokeFullOutlined.tsx index 5406709f6..c5db881cb 100644 --- a/src/IconStrokeFullOutlined.tsx +++ b/src/IconStrokeFullOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokeFullOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStrokeFullOutlinedFilled.tsx b/src/IconStrokeFullOutlinedFilled.tsx index a67a8c279..0a5d914ea 100644 --- a/src/IconStrokeFullOutlinedFilled.tsx +++ b/src/IconStrokeFullOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokeFullOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStrokeFullRounded.tsx b/src/IconStrokeFullRounded.tsx index 631d81171..e0d5fc575 100644 --- a/src/IconStrokeFullRounded.tsx +++ b/src/IconStrokeFullRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokeFullRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStrokeFullRoundedFilled.tsx b/src/IconStrokeFullRoundedFilled.tsx index 26ccf8eaf..94666b5ee 100644 --- a/src/IconStrokeFullRoundedFilled.tsx +++ b/src/IconStrokeFullRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokeFullRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStrokeFullSharp.tsx b/src/IconStrokeFullSharp.tsx index 44a0c406e..81bdc2da2 100644 --- a/src/IconStrokeFullSharp.tsx +++ b/src/IconStrokeFullSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokeFullSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStrokeFullSharpFilled.tsx b/src/IconStrokeFullSharpFilled.tsx index fee10fa8f..0dcd8672e 100644 --- a/src/IconStrokeFullSharpFilled.tsx +++ b/src/IconStrokeFullSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokeFullSharpFilled: React.FC = ({ ...props diff --git a/src/IconStrokePartialOutlined.tsx b/src/IconStrokePartialOutlined.tsx index 07da04a91..e0ffd98ae 100644 --- a/src/IconStrokePartialOutlined.tsx +++ b/src/IconStrokePartialOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokePartialOutlined: React.FC = ({ ...props diff --git a/src/IconStrokePartialOutlinedFilled.tsx b/src/IconStrokePartialOutlinedFilled.tsx index d53c86c0a..4a1c2e746 100644 --- a/src/IconStrokePartialOutlinedFilled.tsx +++ b/src/IconStrokePartialOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokePartialOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStrokePartialRounded.tsx b/src/IconStrokePartialRounded.tsx index 71dfcf2a7..798cbc6d1 100644 --- a/src/IconStrokePartialRounded.tsx +++ b/src/IconStrokePartialRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokePartialRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStrokePartialRoundedFilled.tsx b/src/IconStrokePartialRoundedFilled.tsx index 27e3679b1..4f76931ae 100644 --- a/src/IconStrokePartialRoundedFilled.tsx +++ b/src/IconStrokePartialRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokePartialRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStrokePartialSharp.tsx b/src/IconStrokePartialSharp.tsx index e07d3283c..f444fc50b 100644 --- a/src/IconStrokePartialSharp.tsx +++ b/src/IconStrokePartialSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokePartialSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStrokePartialSharpFilled.tsx b/src/IconStrokePartialSharpFilled.tsx index 098cc05dd..e4a7657b9 100644 --- a/src/IconStrokePartialSharpFilled.tsx +++ b/src/IconStrokePartialSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrokePartialSharpFilled: React.FC = ({ ...props diff --git a/src/IconStrollerOutlined.tsx b/src/IconStrollerOutlined.tsx index c92afa460..119a6172c 100644 --- a/src/IconStrollerOutlined.tsx +++ b/src/IconStrollerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrollerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStrollerOutlinedFilled.tsx b/src/IconStrollerOutlinedFilled.tsx index da1376ced..66ff60238 100644 --- a/src/IconStrollerOutlinedFilled.tsx +++ b/src/IconStrollerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrollerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStrollerRounded.tsx b/src/IconStrollerRounded.tsx index 98e76d0d8..7ee6783b1 100644 --- a/src/IconStrollerRounded.tsx +++ b/src/IconStrollerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrollerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStrollerRoundedFilled.tsx b/src/IconStrollerRoundedFilled.tsx index 9d1a53402..183e88d90 100644 --- a/src/IconStrollerRoundedFilled.tsx +++ b/src/IconStrollerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrollerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStrollerSharp.tsx b/src/IconStrollerSharp.tsx index 20c706965..2320d028d 100644 --- a/src/IconStrollerSharp.tsx +++ b/src/IconStrollerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrollerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStrollerSharpFilled.tsx b/src/IconStrollerSharpFilled.tsx index ced1da154..d36ef0286 100644 --- a/src/IconStrollerSharpFilled.tsx +++ b/src/IconStrollerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStrollerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStyleOutlined.tsx b/src/IconStyleOutlined.tsx index 93afab9eb..1d4dcd87d 100644 --- a/src/IconStyleOutlined.tsx +++ b/src/IconStyleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStyleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStyleOutlinedFilled.tsx b/src/IconStyleOutlinedFilled.tsx index 7da294567..8a64a2e1a 100644 --- a/src/IconStyleOutlinedFilled.tsx +++ b/src/IconStyleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStyleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStyleRounded.tsx b/src/IconStyleRounded.tsx index 7d4973aba..5b974af1b 100644 --- a/src/IconStyleRounded.tsx +++ b/src/IconStyleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStyleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStyleRoundedFilled.tsx b/src/IconStyleRoundedFilled.tsx index cba80bcd0..8164cfa0f 100644 --- a/src/IconStyleRoundedFilled.tsx +++ b/src/IconStyleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStyleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStyleSharp.tsx b/src/IconStyleSharp.tsx index e24beec48..6d7376359 100644 --- a/src/IconStyleSharp.tsx +++ b/src/IconStyleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStyleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStyleSharpFilled.tsx b/src/IconStyleSharpFilled.tsx index 1cdac8ce8..84453410d 100644 --- a/src/IconStyleSharpFilled.tsx +++ b/src/IconStyleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStyleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStylerOutlined.tsx b/src/IconStylerOutlined.tsx index dedad654c..19b6aaa82 100644 --- a/src/IconStylerOutlined.tsx +++ b/src/IconStylerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStylerOutlinedFilled.tsx b/src/IconStylerOutlinedFilled.tsx index fd8602beb..5e0176fbb 100644 --- a/src/IconStylerOutlinedFilled.tsx +++ b/src/IconStylerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylerOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStylerRounded.tsx b/src/IconStylerRounded.tsx index f4731f659..25e3e3ec5 100644 --- a/src/IconStylerRounded.tsx +++ b/src/IconStylerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStylerRoundedFilled.tsx b/src/IconStylerRoundedFilled.tsx index fd27903c8..50e99ceec 100644 --- a/src/IconStylerRoundedFilled.tsx +++ b/src/IconStylerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylerRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStylerSharp.tsx b/src/IconStylerSharp.tsx index 8b335f1fa..4f8108c88 100644 --- a/src/IconStylerSharp.tsx +++ b/src/IconStylerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStylerSharpFilled.tsx b/src/IconStylerSharpFilled.tsx index 9da36e172..2d3385ab9 100644 --- a/src/IconStylerSharpFilled.tsx +++ b/src/IconStylerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStylusLaserPointerOutlined.tsx b/src/IconStylusLaserPointerOutlined.tsx index d8284906f..0a3468e47 100644 --- a/src/IconStylusLaserPointerOutlined.tsx +++ b/src/IconStylusLaserPointerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusLaserPointerOutlined: React.FC = ({ ...props diff --git a/src/IconStylusLaserPointerOutlinedFilled.tsx b/src/IconStylusLaserPointerOutlinedFilled.tsx index b9ebab5f5..e2667f3e3 100644 --- a/src/IconStylusLaserPointerOutlinedFilled.tsx +++ b/src/IconStylusLaserPointerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusLaserPointerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStylusLaserPointerRounded.tsx b/src/IconStylusLaserPointerRounded.tsx index 66c4cb41d..d4cde23b2 100644 --- a/src/IconStylusLaserPointerRounded.tsx +++ b/src/IconStylusLaserPointerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusLaserPointerRounded: React.FC = ({ ...props diff --git a/src/IconStylusLaserPointerRoundedFilled.tsx b/src/IconStylusLaserPointerRoundedFilled.tsx index 8044cbe7d..0edc846cb 100644 --- a/src/IconStylusLaserPointerRoundedFilled.tsx +++ b/src/IconStylusLaserPointerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusLaserPointerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStylusLaserPointerSharp.tsx b/src/IconStylusLaserPointerSharp.tsx index fa252956d..e13b54ba6 100644 --- a/src/IconStylusLaserPointerSharp.tsx +++ b/src/IconStylusLaserPointerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusLaserPointerSharp: React.FC = ({ ...props diff --git a/src/IconStylusLaserPointerSharpFilled.tsx b/src/IconStylusLaserPointerSharpFilled.tsx index 5a61066b0..6f7ee6aaa 100644 --- a/src/IconStylusLaserPointerSharpFilled.tsx +++ b/src/IconStylusLaserPointerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusLaserPointerSharpFilled: React.FC = ({ ...props diff --git a/src/IconStylusNoteOutlined.tsx b/src/IconStylusNoteOutlined.tsx index 9706ce6bf..1507a0d06 100644 --- a/src/IconStylusNoteOutlined.tsx +++ b/src/IconStylusNoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusNoteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStylusNoteOutlinedFilled.tsx b/src/IconStylusNoteOutlinedFilled.tsx index 50084bb14..6c8de013b 100644 --- a/src/IconStylusNoteOutlinedFilled.tsx +++ b/src/IconStylusNoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusNoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconStylusNoteRounded.tsx b/src/IconStylusNoteRounded.tsx index f9aa191b7..d468adc2b 100644 --- a/src/IconStylusNoteRounded.tsx +++ b/src/IconStylusNoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusNoteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStylusNoteRoundedFilled.tsx b/src/IconStylusNoteRoundedFilled.tsx index 95b079167..3747e7519 100644 --- a/src/IconStylusNoteRoundedFilled.tsx +++ b/src/IconStylusNoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusNoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconStylusNoteSharp.tsx b/src/IconStylusNoteSharp.tsx index 656222137..bc9a9ea5c 100644 --- a/src/IconStylusNoteSharp.tsx +++ b/src/IconStylusNoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusNoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStylusNoteSharpFilled.tsx b/src/IconStylusNoteSharpFilled.tsx index 0b30ca04a..d268a6a62 100644 --- a/src/IconStylusNoteSharpFilled.tsx +++ b/src/IconStylusNoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusNoteSharpFilled: React.FC = ({ ...props diff --git a/src/IconStylusOutlined.tsx b/src/IconStylusOutlined.tsx index a2d7cb116..4860d26be 100644 --- a/src/IconStylusOutlined.tsx +++ b/src/IconStylusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconStylusOutlinedFilled.tsx b/src/IconStylusOutlinedFilled.tsx index c4722fb5c..6c8097616 100644 --- a/src/IconStylusOutlinedFilled.tsx +++ b/src/IconStylusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStylusRounded.tsx b/src/IconStylusRounded.tsx index bdb7e852f..c49064478 100644 --- a/src/IconStylusRounded.tsx +++ b/src/IconStylusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconStylusRoundedFilled.tsx b/src/IconStylusRoundedFilled.tsx index 69bd599ca..567472d7e 100644 --- a/src/IconStylusRoundedFilled.tsx +++ b/src/IconStylusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconStylusSharp.tsx b/src/IconStylusSharp.tsx index 6c5495967..a9283a2ff 100644 --- a/src/IconStylusSharp.tsx +++ b/src/IconStylusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconStylusSharpFilled.tsx b/src/IconStylusSharpFilled.tsx index c20817570..38c7aaa8f 100644 --- a/src/IconStylusSharpFilled.tsx +++ b/src/IconStylusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconStylusSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSubdirectoryArrowLeftOutlined.tsx b/src/IconSubdirectoryArrowLeftOutlined.tsx index 80edef330..d42973b81 100644 --- a/src/IconSubdirectoryArrowLeftOutlined.tsx +++ b/src/IconSubdirectoryArrowLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowLeftOutlined: React.FC = ({ ...props diff --git a/src/IconSubdirectoryArrowLeftOutlinedFilled.tsx b/src/IconSubdirectoryArrowLeftOutlinedFilled.tsx index 656885e54..3a9ab6e66 100644 --- a/src/IconSubdirectoryArrowLeftOutlinedFilled.tsx +++ b/src/IconSubdirectoryArrowLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSubdirectoryArrowLeftRounded.tsx b/src/IconSubdirectoryArrowLeftRounded.tsx index 4b347452e..124313b05 100644 --- a/src/IconSubdirectoryArrowLeftRounded.tsx +++ b/src/IconSubdirectoryArrowLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowLeftRounded: React.FC = ({ ...props diff --git a/src/IconSubdirectoryArrowLeftRoundedFilled.tsx b/src/IconSubdirectoryArrowLeftRoundedFilled.tsx index d95adad99..d72728376 100644 --- a/src/IconSubdirectoryArrowLeftRoundedFilled.tsx +++ b/src/IconSubdirectoryArrowLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSubdirectoryArrowLeftSharp.tsx b/src/IconSubdirectoryArrowLeftSharp.tsx index 0dad38f67..f41cea3a9 100644 --- a/src/IconSubdirectoryArrowLeftSharp.tsx +++ b/src/IconSubdirectoryArrowLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowLeftSharp: React.FC = ({ ...props diff --git a/src/IconSubdirectoryArrowLeftSharpFilled.tsx b/src/IconSubdirectoryArrowLeftSharpFilled.tsx index 31222e908..bcc763f4f 100644 --- a/src/IconSubdirectoryArrowLeftSharpFilled.tsx +++ b/src/IconSubdirectoryArrowLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconSubdirectoryArrowRightOutlined.tsx b/src/IconSubdirectoryArrowRightOutlined.tsx index ac4859b51..4c8997041 100644 --- a/src/IconSubdirectoryArrowRightOutlined.tsx +++ b/src/IconSubdirectoryArrowRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowRightOutlined: React.FC = ({ ...props diff --git a/src/IconSubdirectoryArrowRightOutlinedFilled.tsx b/src/IconSubdirectoryArrowRightOutlinedFilled.tsx index 1a6db0a24..b51fb4cb3 100644 --- a/src/IconSubdirectoryArrowRightOutlinedFilled.tsx +++ b/src/IconSubdirectoryArrowRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSubdirectoryArrowRightRounded.tsx b/src/IconSubdirectoryArrowRightRounded.tsx index 44bde5a31..d717aadd8 100644 --- a/src/IconSubdirectoryArrowRightRounded.tsx +++ b/src/IconSubdirectoryArrowRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowRightRounded: React.FC = ({ ...props diff --git a/src/IconSubdirectoryArrowRightRoundedFilled.tsx b/src/IconSubdirectoryArrowRightRoundedFilled.tsx index a6ab34184..0727bc842 100644 --- a/src/IconSubdirectoryArrowRightRoundedFilled.tsx +++ b/src/IconSubdirectoryArrowRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSubdirectoryArrowRightSharp.tsx b/src/IconSubdirectoryArrowRightSharp.tsx index 4f036f3f3..0e4d4f5b9 100644 --- a/src/IconSubdirectoryArrowRightSharp.tsx +++ b/src/IconSubdirectoryArrowRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowRightSharp: React.FC = ({ ...props diff --git a/src/IconSubdirectoryArrowRightSharpFilled.tsx b/src/IconSubdirectoryArrowRightSharpFilled.tsx index c02f53787..ec0f8b949 100644 --- a/src/IconSubdirectoryArrowRightSharpFilled.tsx +++ b/src/IconSubdirectoryArrowRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubdirectoryArrowRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconSubheaderOutlined.tsx b/src/IconSubheaderOutlined.tsx index 528a8266f..dfcd12c62 100644 --- a/src/IconSubheaderOutlined.tsx +++ b/src/IconSubheaderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubheaderOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSubheaderOutlinedFilled.tsx b/src/IconSubheaderOutlinedFilled.tsx index 1e9c8543d..fb598cc4c 100644 --- a/src/IconSubheaderOutlinedFilled.tsx +++ b/src/IconSubheaderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubheaderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSubheaderRounded.tsx b/src/IconSubheaderRounded.tsx index c339b7817..d8e439abc 100644 --- a/src/IconSubheaderRounded.tsx +++ b/src/IconSubheaderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubheaderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSubheaderRoundedFilled.tsx b/src/IconSubheaderRoundedFilled.tsx index 927446323..979541476 100644 --- a/src/IconSubheaderRoundedFilled.tsx +++ b/src/IconSubheaderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubheaderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSubheaderSharp.tsx b/src/IconSubheaderSharp.tsx index a54e55fe7..d8358ece3 100644 --- a/src/IconSubheaderSharp.tsx +++ b/src/IconSubheaderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubheaderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSubheaderSharpFilled.tsx b/src/IconSubheaderSharpFilled.tsx index 0a5d77965..401ac5a39 100644 --- a/src/IconSubheaderSharpFilled.tsx +++ b/src/IconSubheaderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubheaderSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSubjectOutlined.tsx b/src/IconSubjectOutlined.tsx index 81b0d521f..ce6f9932a 100644 --- a/src/IconSubjectOutlined.tsx +++ b/src/IconSubjectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubjectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSubjectOutlinedFilled.tsx b/src/IconSubjectOutlinedFilled.tsx index 54e07c888..509a4836d 100644 --- a/src/IconSubjectOutlinedFilled.tsx +++ b/src/IconSubjectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubjectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSubjectRounded.tsx b/src/IconSubjectRounded.tsx index 6d6397e90..d27570eda 100644 --- a/src/IconSubjectRounded.tsx +++ b/src/IconSubjectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubjectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSubjectRoundedFilled.tsx b/src/IconSubjectRoundedFilled.tsx index df0d65412..b4c901661 100644 --- a/src/IconSubjectRoundedFilled.tsx +++ b/src/IconSubjectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubjectRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSubjectSharp.tsx b/src/IconSubjectSharp.tsx index c64e3aaff..eef773c2b 100644 --- a/src/IconSubjectSharp.tsx +++ b/src/IconSubjectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubjectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSubjectSharpFilled.tsx b/src/IconSubjectSharpFilled.tsx index d8f57a74c..73407d06b 100644 --- a/src/IconSubjectSharpFilled.tsx +++ b/src/IconSubjectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubjectSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSubscriptOutlined.tsx b/src/IconSubscriptOutlined.tsx index 88542c19f..adba19417 100644 --- a/src/IconSubscriptOutlined.tsx +++ b/src/IconSubscriptOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSubscriptOutlinedFilled.tsx b/src/IconSubscriptOutlinedFilled.tsx index dde93effc..bf2e75cee 100644 --- a/src/IconSubscriptOutlinedFilled.tsx +++ b/src/IconSubscriptOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSubscriptRounded.tsx b/src/IconSubscriptRounded.tsx index 557cff516..1fbbc616d 100644 --- a/src/IconSubscriptRounded.tsx +++ b/src/IconSubscriptRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSubscriptRoundedFilled.tsx b/src/IconSubscriptRoundedFilled.tsx index d7fcfffd2..b294b8748 100644 --- a/src/IconSubscriptRoundedFilled.tsx +++ b/src/IconSubscriptRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSubscriptSharp.tsx b/src/IconSubscriptSharp.tsx index 0b2965613..0bd2f9cfd 100644 --- a/src/IconSubscriptSharp.tsx +++ b/src/IconSubscriptSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSubscriptSharpFilled.tsx b/src/IconSubscriptSharpFilled.tsx index b38d7d5d6..8e76546f4 100644 --- a/src/IconSubscriptSharpFilled.tsx +++ b/src/IconSubscriptSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSubscriptionsOutlined.tsx b/src/IconSubscriptionsOutlined.tsx index 56360ea84..a83497827 100644 --- a/src/IconSubscriptionsOutlined.tsx +++ b/src/IconSubscriptionsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptionsOutlined: React.FC = ({ ...props diff --git a/src/IconSubscriptionsOutlinedFilled.tsx b/src/IconSubscriptionsOutlinedFilled.tsx index b0c4ec587..d1c41d434 100644 --- a/src/IconSubscriptionsOutlinedFilled.tsx +++ b/src/IconSubscriptionsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptionsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSubscriptionsRounded.tsx b/src/IconSubscriptionsRounded.tsx index bc15702c3..bc1804150 100644 --- a/src/IconSubscriptionsRounded.tsx +++ b/src/IconSubscriptionsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptionsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSubscriptionsRoundedFilled.tsx b/src/IconSubscriptionsRoundedFilled.tsx index a09875a4c..8d6654c4a 100644 --- a/src/IconSubscriptionsRoundedFilled.tsx +++ b/src/IconSubscriptionsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptionsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSubscriptionsSharp.tsx b/src/IconSubscriptionsSharp.tsx index ec6ddbe7d..d7c36c009 100644 --- a/src/IconSubscriptionsSharp.tsx +++ b/src/IconSubscriptionsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptionsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSubscriptionsSharpFilled.tsx b/src/IconSubscriptionsSharpFilled.tsx index 5a3e48acd..ca6265711 100644 --- a/src/IconSubscriptionsSharpFilled.tsx +++ b/src/IconSubscriptionsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubscriptionsSharpFilled: React.FC = ({ ...props diff --git a/src/IconSubtitlesOffOutlined.tsx b/src/IconSubtitlesOffOutlined.tsx index 3b5ce10c9..cf9287082 100644 --- a/src/IconSubtitlesOffOutlined.tsx +++ b/src/IconSubtitlesOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSubtitlesOffOutlinedFilled.tsx b/src/IconSubtitlesOffOutlinedFilled.tsx index b1c586d28..879b81e57 100644 --- a/src/IconSubtitlesOffOutlinedFilled.tsx +++ b/src/IconSubtitlesOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSubtitlesOffRounded.tsx b/src/IconSubtitlesOffRounded.tsx index 92e978d60..2699f23ed 100644 --- a/src/IconSubtitlesOffRounded.tsx +++ b/src/IconSubtitlesOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSubtitlesOffRoundedFilled.tsx b/src/IconSubtitlesOffRoundedFilled.tsx index 8c1ef93a3..6b95b5db5 100644 --- a/src/IconSubtitlesOffRoundedFilled.tsx +++ b/src/IconSubtitlesOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSubtitlesOffSharp.tsx b/src/IconSubtitlesOffSharp.tsx index 4ec5ca058..c255f6357 100644 --- a/src/IconSubtitlesOffSharp.tsx +++ b/src/IconSubtitlesOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSubtitlesOffSharpFilled.tsx b/src/IconSubtitlesOffSharpFilled.tsx index 91c8ffb7e..39de1e67c 100644 --- a/src/IconSubtitlesOffSharpFilled.tsx +++ b/src/IconSubtitlesOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconSubtitlesOutlined.tsx b/src/IconSubtitlesOutlined.tsx index 44c39b22f..df0da0920 100644 --- a/src/IconSubtitlesOutlined.tsx +++ b/src/IconSubtitlesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSubtitlesOutlinedFilled.tsx b/src/IconSubtitlesOutlinedFilled.tsx index f12cbaed2..4be3466b3 100644 --- a/src/IconSubtitlesOutlinedFilled.tsx +++ b/src/IconSubtitlesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSubtitlesRounded.tsx b/src/IconSubtitlesRounded.tsx index 4f7089362..205995709 100644 --- a/src/IconSubtitlesRounded.tsx +++ b/src/IconSubtitlesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSubtitlesRoundedFilled.tsx b/src/IconSubtitlesRoundedFilled.tsx index a4c5931f1..a6c550007 100644 --- a/src/IconSubtitlesRoundedFilled.tsx +++ b/src/IconSubtitlesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSubtitlesSharp.tsx b/src/IconSubtitlesSharp.tsx index 744dcbdc2..d4b2d9446 100644 --- a/src/IconSubtitlesSharp.tsx +++ b/src/IconSubtitlesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSubtitlesSharpFilled.tsx b/src/IconSubtitlesSharpFilled.tsx index ca59ffba1..1ea050384 100644 --- a/src/IconSubtitlesSharpFilled.tsx +++ b/src/IconSubtitlesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubtitlesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSubwayOutlined.tsx b/src/IconSubwayOutlined.tsx index b0610383b..6fd129abb 100644 --- a/src/IconSubwayOutlined.tsx +++ b/src/IconSubwayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubwayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSubwayOutlinedFilled.tsx b/src/IconSubwayOutlinedFilled.tsx index f47f180a1..4e215325a 100644 --- a/src/IconSubwayOutlinedFilled.tsx +++ b/src/IconSubwayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubwayOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSubwayRounded.tsx b/src/IconSubwayRounded.tsx index cfbb01dd3..bc13e4df2 100644 --- a/src/IconSubwayRounded.tsx +++ b/src/IconSubwayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubwayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSubwayRoundedFilled.tsx b/src/IconSubwayRoundedFilled.tsx index d830fa5ad..1844c34fe 100644 --- a/src/IconSubwayRoundedFilled.tsx +++ b/src/IconSubwayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubwayRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSubwaySharp.tsx b/src/IconSubwaySharp.tsx index 4e92c9c1f..186bf2952 100644 --- a/src/IconSubwaySharp.tsx +++ b/src/IconSubwaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubwaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSubwaySharpFilled.tsx b/src/IconSubwaySharpFilled.tsx index 4c8549604..538e7a1c3 100644 --- a/src/IconSubwaySharpFilled.tsx +++ b/src/IconSubwaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSubwaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSummarizeOutlined.tsx b/src/IconSummarizeOutlined.tsx index cf767851b..b51d09fe3 100644 --- a/src/IconSummarizeOutlined.tsx +++ b/src/IconSummarizeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSummarizeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSummarizeOutlinedFilled.tsx b/src/IconSummarizeOutlinedFilled.tsx index 1090e8650..a967775fc 100644 --- a/src/IconSummarizeOutlinedFilled.tsx +++ b/src/IconSummarizeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSummarizeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSummarizeRounded.tsx b/src/IconSummarizeRounded.tsx index 967238990..b9d1cdb5a 100644 --- a/src/IconSummarizeRounded.tsx +++ b/src/IconSummarizeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSummarizeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSummarizeRoundedFilled.tsx b/src/IconSummarizeRoundedFilled.tsx index ac707df70..843ee0db3 100644 --- a/src/IconSummarizeRoundedFilled.tsx +++ b/src/IconSummarizeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSummarizeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSummarizeSharp.tsx b/src/IconSummarizeSharp.tsx index b7fd6a41c..56bd74597 100644 --- a/src/IconSummarizeSharp.tsx +++ b/src/IconSummarizeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSummarizeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSummarizeSharpFilled.tsx b/src/IconSummarizeSharpFilled.tsx index 9d2df8ab0..d7e914152 100644 --- a/src/IconSummarizeSharpFilled.tsx +++ b/src/IconSummarizeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSummarizeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSunnyOutlined.tsx b/src/IconSunnyOutlined.tsx index 20b5b4fa3..945dbfd3c 100644 --- a/src/IconSunnyOutlined.tsx +++ b/src/IconSunnyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSunnyOutlinedFilled.tsx b/src/IconSunnyOutlinedFilled.tsx index 9f49302ff..846f61f62 100644 --- a/src/IconSunnyOutlinedFilled.tsx +++ b/src/IconSunnyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSunnyRounded.tsx b/src/IconSunnyRounded.tsx index e907d7ce0..2cbb08c03 100644 --- a/src/IconSunnyRounded.tsx +++ b/src/IconSunnyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSunnyRoundedFilled.tsx b/src/IconSunnyRoundedFilled.tsx index 37325c41c..d14908119 100644 --- a/src/IconSunnyRoundedFilled.tsx +++ b/src/IconSunnyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSunnySharp.tsx b/src/IconSunnySharp.tsx index 063ae5b7c..b4a324609 100644 --- a/src/IconSunnySharp.tsx +++ b/src/IconSunnySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSunnySharpFilled.tsx b/src/IconSunnySharpFilled.tsx index 0fa4f3e37..1118f3fa0 100644 --- a/src/IconSunnySharpFilled.tsx +++ b/src/IconSunnySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSunnySnowingOutlined.tsx b/src/IconSunnySnowingOutlined.tsx index fc251d58f..9549ab31b 100644 --- a/src/IconSunnySnowingOutlined.tsx +++ b/src/IconSunnySnowingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnySnowingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSunnySnowingOutlinedFilled.tsx b/src/IconSunnySnowingOutlinedFilled.tsx index 39922297c..181b2e565 100644 --- a/src/IconSunnySnowingOutlinedFilled.tsx +++ b/src/IconSunnySnowingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnySnowingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSunnySnowingRounded.tsx b/src/IconSunnySnowingRounded.tsx index cfcdb9648..59d10da0e 100644 --- a/src/IconSunnySnowingRounded.tsx +++ b/src/IconSunnySnowingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnySnowingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSunnySnowingRoundedFilled.tsx b/src/IconSunnySnowingRoundedFilled.tsx index dc7f92a1a..84674ce13 100644 --- a/src/IconSunnySnowingRoundedFilled.tsx +++ b/src/IconSunnySnowingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnySnowingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSunnySnowingSharp.tsx b/src/IconSunnySnowingSharp.tsx index da9f782da..a2f0b4e40 100644 --- a/src/IconSunnySnowingSharp.tsx +++ b/src/IconSunnySnowingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnySnowingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSunnySnowingSharpFilled.tsx b/src/IconSunnySnowingSharpFilled.tsx index 5a31b5d44..fd24fe116 100644 --- a/src/IconSunnySnowingSharpFilled.tsx +++ b/src/IconSunnySnowingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSunnySnowingSharpFilled: React.FC = ({ ...props diff --git a/src/IconSuperscriptOutlined.tsx b/src/IconSuperscriptOutlined.tsx index 716e796c6..4ae8c8622 100644 --- a/src/IconSuperscriptOutlined.tsx +++ b/src/IconSuperscriptOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSuperscriptOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSuperscriptOutlinedFilled.tsx b/src/IconSuperscriptOutlinedFilled.tsx index d0ddd6a2f..37992e26d 100644 --- a/src/IconSuperscriptOutlinedFilled.tsx +++ b/src/IconSuperscriptOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSuperscriptOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSuperscriptRounded.tsx b/src/IconSuperscriptRounded.tsx index 4a7ab84c9..b4d582121 100644 --- a/src/IconSuperscriptRounded.tsx +++ b/src/IconSuperscriptRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSuperscriptRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSuperscriptRoundedFilled.tsx b/src/IconSuperscriptRoundedFilled.tsx index 511bd3ac9..0c1f62aaa 100644 --- a/src/IconSuperscriptRoundedFilled.tsx +++ b/src/IconSuperscriptRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSuperscriptRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSuperscriptSharp.tsx b/src/IconSuperscriptSharp.tsx index e1642c2bd..8ee93879b 100644 --- a/src/IconSuperscriptSharp.tsx +++ b/src/IconSuperscriptSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSuperscriptSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSuperscriptSharpFilled.tsx b/src/IconSuperscriptSharpFilled.tsx index c98e6417a..097720023 100644 --- a/src/IconSuperscriptSharpFilled.tsx +++ b/src/IconSuperscriptSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSuperscriptSharpFilled: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleOffOutlined.tsx b/src/IconSupervisedUserCircleOffOutlined.tsx index e9ddb2b08..8b35502db 100644 --- a/src/IconSupervisedUserCircleOffOutlined.tsx +++ b/src/IconSupervisedUserCircleOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleOffOutlined: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleOffOutlinedFilled.tsx b/src/IconSupervisedUserCircleOffOutlinedFilled.tsx index 8bb966aa6..b77a64733 100644 --- a/src/IconSupervisedUserCircleOffOutlinedFilled.tsx +++ b/src/IconSupervisedUserCircleOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleOffRounded.tsx b/src/IconSupervisedUserCircleOffRounded.tsx index 51f3448c8..052724aef 100644 --- a/src/IconSupervisedUserCircleOffRounded.tsx +++ b/src/IconSupervisedUserCircleOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleOffRounded: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleOffRoundedFilled.tsx b/src/IconSupervisedUserCircleOffRoundedFilled.tsx index ec3fcb1fb..cd4d229d0 100644 --- a/src/IconSupervisedUserCircleOffRoundedFilled.tsx +++ b/src/IconSupervisedUserCircleOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleOffSharp.tsx b/src/IconSupervisedUserCircleOffSharp.tsx index 50e4eaa89..00b5ed314 100644 --- a/src/IconSupervisedUserCircleOffSharp.tsx +++ b/src/IconSupervisedUserCircleOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleOffSharp: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleOffSharpFilled.tsx b/src/IconSupervisedUserCircleOffSharpFilled.tsx index afff29bb4..99243841e 100644 --- a/src/IconSupervisedUserCircleOffSharpFilled.tsx +++ b/src/IconSupervisedUserCircleOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleOutlined.tsx b/src/IconSupervisedUserCircleOutlined.tsx index 396b40b7c..deeafd3a7 100644 --- a/src/IconSupervisedUserCircleOutlined.tsx +++ b/src/IconSupervisedUserCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleOutlined: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleOutlinedFilled.tsx b/src/IconSupervisedUserCircleOutlinedFilled.tsx index 166a2d1f6..98b5e2a51 100644 --- a/src/IconSupervisedUserCircleOutlinedFilled.tsx +++ b/src/IconSupervisedUserCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleRounded.tsx b/src/IconSupervisedUserCircleRounded.tsx index 0e2cc7d31..916457c05 100644 --- a/src/IconSupervisedUserCircleRounded.tsx +++ b/src/IconSupervisedUserCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleRounded: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleRoundedFilled.tsx b/src/IconSupervisedUserCircleRoundedFilled.tsx index bae85db5c..1026d31af 100644 --- a/src/IconSupervisedUserCircleRoundedFilled.tsx +++ b/src/IconSupervisedUserCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleSharp.tsx b/src/IconSupervisedUserCircleSharp.tsx index a9f5b8828..0f1e487f8 100644 --- a/src/IconSupervisedUserCircleSharp.tsx +++ b/src/IconSupervisedUserCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleSharp: React.FC = ({ ...props diff --git a/src/IconSupervisedUserCircleSharpFilled.tsx b/src/IconSupervisedUserCircleSharpFilled.tsx index 9ed877bca..6ca3cf78d 100644 --- a/src/IconSupervisedUserCircleSharpFilled.tsx +++ b/src/IconSupervisedUserCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisedUserCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconSupervisorAccountOutlined.tsx b/src/IconSupervisorAccountOutlined.tsx index 56e639cc4..3e4baefad 100644 --- a/src/IconSupervisorAccountOutlined.tsx +++ b/src/IconSupervisorAccountOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisorAccountOutlined: React.FC = ({ ...props diff --git a/src/IconSupervisorAccountOutlinedFilled.tsx b/src/IconSupervisorAccountOutlinedFilled.tsx index a986e7bb5..aac68dd92 100644 --- a/src/IconSupervisorAccountOutlinedFilled.tsx +++ b/src/IconSupervisorAccountOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisorAccountOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSupervisorAccountRounded.tsx b/src/IconSupervisorAccountRounded.tsx index f28327864..3d8ef53b0 100644 --- a/src/IconSupervisorAccountRounded.tsx +++ b/src/IconSupervisorAccountRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisorAccountRounded: React.FC = ({ ...props diff --git a/src/IconSupervisorAccountRoundedFilled.tsx b/src/IconSupervisorAccountRoundedFilled.tsx index c9c8f12a2..45bbba213 100644 --- a/src/IconSupervisorAccountRoundedFilled.tsx +++ b/src/IconSupervisorAccountRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisorAccountRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSupervisorAccountSharp.tsx b/src/IconSupervisorAccountSharp.tsx index be95c3c9c..489700ba9 100644 --- a/src/IconSupervisorAccountSharp.tsx +++ b/src/IconSupervisorAccountSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisorAccountSharp: React.FC = ({ ...props diff --git a/src/IconSupervisorAccountSharpFilled.tsx b/src/IconSupervisorAccountSharpFilled.tsx index 8f5a8e263..86f218bc1 100644 --- a/src/IconSupervisorAccountSharpFilled.tsx +++ b/src/IconSupervisorAccountSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupervisorAccountSharpFilled: React.FC = ({ ...props diff --git a/src/IconSupportAgentOutlined.tsx b/src/IconSupportAgentOutlined.tsx index 59a35d467..2c51fb7b5 100644 --- a/src/IconSupportAgentOutlined.tsx +++ b/src/IconSupportAgentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportAgentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSupportAgentOutlinedFilled.tsx b/src/IconSupportAgentOutlinedFilled.tsx index 1f5dc6153..ebb18acef 100644 --- a/src/IconSupportAgentOutlinedFilled.tsx +++ b/src/IconSupportAgentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportAgentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSupportAgentRounded.tsx b/src/IconSupportAgentRounded.tsx index d0f281bd9..9a8cfe80d 100644 --- a/src/IconSupportAgentRounded.tsx +++ b/src/IconSupportAgentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportAgentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSupportAgentRoundedFilled.tsx b/src/IconSupportAgentRoundedFilled.tsx index ad857845c..b1926dbfc 100644 --- a/src/IconSupportAgentRoundedFilled.tsx +++ b/src/IconSupportAgentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportAgentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSupportAgentSharp.tsx b/src/IconSupportAgentSharp.tsx index 984af1a1c..413a3418c 100644 --- a/src/IconSupportAgentSharp.tsx +++ b/src/IconSupportAgentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportAgentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSupportAgentSharpFilled.tsx b/src/IconSupportAgentSharpFilled.tsx index 88d2c04f5..d4f2b3cfc 100644 --- a/src/IconSupportAgentSharpFilled.tsx +++ b/src/IconSupportAgentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportAgentSharpFilled: React.FC = ({ ...props diff --git a/src/IconSupportOutlined.tsx b/src/IconSupportOutlined.tsx index 37927a532..1005e34e3 100644 --- a/src/IconSupportOutlined.tsx +++ b/src/IconSupportOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSupportOutlinedFilled.tsx b/src/IconSupportOutlinedFilled.tsx index da94a1563..7e40a14e9 100644 --- a/src/IconSupportOutlinedFilled.tsx +++ b/src/IconSupportOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSupportRounded.tsx b/src/IconSupportRounded.tsx index fb3342a24..77b6f4464 100644 --- a/src/IconSupportRounded.tsx +++ b/src/IconSupportRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSupportRoundedFilled.tsx b/src/IconSupportRoundedFilled.tsx index eeca6f474..50d64038b 100644 --- a/src/IconSupportRoundedFilled.tsx +++ b/src/IconSupportRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSupportSharp.tsx b/src/IconSupportSharp.tsx index 6c3f360f0..cc96b1858 100644 --- a/src/IconSupportSharp.tsx +++ b/src/IconSupportSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSupportSharpFilled.tsx b/src/IconSupportSharpFilled.tsx index a1259f2f4..f2820898f 100644 --- a/src/IconSupportSharpFilled.tsx +++ b/src/IconSupportSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSupportSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSurfingOutlined.tsx b/src/IconSurfingOutlined.tsx index d5bc194d2..6662a28fd 100644 --- a/src/IconSurfingOutlined.tsx +++ b/src/IconSurfingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurfingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSurfingOutlinedFilled.tsx b/src/IconSurfingOutlinedFilled.tsx index 78d766c46..a5d41ff9d 100644 --- a/src/IconSurfingOutlinedFilled.tsx +++ b/src/IconSurfingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurfingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSurfingRounded.tsx b/src/IconSurfingRounded.tsx index 5b3c98b44..ea65fa8e2 100644 --- a/src/IconSurfingRounded.tsx +++ b/src/IconSurfingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurfingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSurfingRoundedFilled.tsx b/src/IconSurfingRoundedFilled.tsx index 8f6e4724b..a3f2e3477 100644 --- a/src/IconSurfingRoundedFilled.tsx +++ b/src/IconSurfingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurfingRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSurfingSharp.tsx b/src/IconSurfingSharp.tsx index 64ea66ebe..509b72f7b 100644 --- a/src/IconSurfingSharp.tsx +++ b/src/IconSurfingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurfingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSurfingSharpFilled.tsx b/src/IconSurfingSharpFilled.tsx index 746135fb2..779599ddc 100644 --- a/src/IconSurfingSharpFilled.tsx +++ b/src/IconSurfingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurfingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSurgicalOutlined.tsx b/src/IconSurgicalOutlined.tsx index fa32f4e3f..b0d73bc33 100644 --- a/src/IconSurgicalOutlined.tsx +++ b/src/IconSurgicalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurgicalOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSurgicalOutlinedFilled.tsx b/src/IconSurgicalOutlinedFilled.tsx index ea9ca69bf..cefaa7c54 100644 --- a/src/IconSurgicalOutlinedFilled.tsx +++ b/src/IconSurgicalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurgicalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSurgicalRounded.tsx b/src/IconSurgicalRounded.tsx index 1f400449d..1eba62241 100644 --- a/src/IconSurgicalRounded.tsx +++ b/src/IconSurgicalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurgicalRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSurgicalRoundedFilled.tsx b/src/IconSurgicalRoundedFilled.tsx index 10a75e41e..7f8fee020 100644 --- a/src/IconSurgicalRoundedFilled.tsx +++ b/src/IconSurgicalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurgicalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSurgicalSharp.tsx b/src/IconSurgicalSharp.tsx index 2edf5ccc0..69dbd13d1 100644 --- a/src/IconSurgicalSharp.tsx +++ b/src/IconSurgicalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurgicalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSurgicalSharpFilled.tsx b/src/IconSurgicalSharpFilled.tsx index a0e843115..0e40fb6f7 100644 --- a/src/IconSurgicalSharpFilled.tsx +++ b/src/IconSurgicalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurgicalSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSurroundSoundOutlined.tsx b/src/IconSurroundSoundOutlined.tsx index 30fd6b629..8075d1849 100644 --- a/src/IconSurroundSoundOutlined.tsx +++ b/src/IconSurroundSoundOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurroundSoundOutlined: React.FC = ({ ...props diff --git a/src/IconSurroundSoundOutlinedFilled.tsx b/src/IconSurroundSoundOutlinedFilled.tsx index 6dd349e3d..3dbfef97d 100644 --- a/src/IconSurroundSoundOutlinedFilled.tsx +++ b/src/IconSurroundSoundOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurroundSoundOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSurroundSoundRounded.tsx b/src/IconSurroundSoundRounded.tsx index 5367e3b07..af3383c0e 100644 --- a/src/IconSurroundSoundRounded.tsx +++ b/src/IconSurroundSoundRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurroundSoundRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSurroundSoundRoundedFilled.tsx b/src/IconSurroundSoundRoundedFilled.tsx index a30f47143..f2810e36c 100644 --- a/src/IconSurroundSoundRoundedFilled.tsx +++ b/src/IconSurroundSoundRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurroundSoundRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSurroundSoundSharp.tsx b/src/IconSurroundSoundSharp.tsx index 257f8ff4e..744285aa1 100644 --- a/src/IconSurroundSoundSharp.tsx +++ b/src/IconSurroundSoundSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurroundSoundSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSurroundSoundSharpFilled.tsx b/src/IconSurroundSoundSharpFilled.tsx index ce0be2912..222a807e6 100644 --- a/src/IconSurroundSoundSharpFilled.tsx +++ b/src/IconSurroundSoundSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSurroundSoundSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwapCallsOutlined.tsx b/src/IconSwapCallsOutlined.tsx index d8b834d5a..8fa1c009c 100644 --- a/src/IconSwapCallsOutlined.tsx +++ b/src/IconSwapCallsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapCallsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapCallsOutlinedFilled.tsx b/src/IconSwapCallsOutlinedFilled.tsx index 48e4dac4f..efe6ea3c7 100644 --- a/src/IconSwapCallsOutlinedFilled.tsx +++ b/src/IconSwapCallsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapCallsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwapCallsRounded.tsx b/src/IconSwapCallsRounded.tsx index 5031c714e..7c689efa4 100644 --- a/src/IconSwapCallsRounded.tsx +++ b/src/IconSwapCallsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapCallsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapCallsRoundedFilled.tsx b/src/IconSwapCallsRoundedFilled.tsx index 742472f69..b46958a2c 100644 --- a/src/IconSwapCallsRoundedFilled.tsx +++ b/src/IconSwapCallsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapCallsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwapCallsSharp.tsx b/src/IconSwapCallsSharp.tsx index d9fb460d2..76155a452 100644 --- a/src/IconSwapCallsSharp.tsx +++ b/src/IconSwapCallsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapCallsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapCallsSharpFilled.tsx b/src/IconSwapCallsSharpFilled.tsx index f91372c20..7a9e8b167 100644 --- a/src/IconSwapCallsSharpFilled.tsx +++ b/src/IconSwapCallsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapCallsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapDrivingAppsOutlined.tsx b/src/IconSwapDrivingAppsOutlined.tsx index 2485a9b5b..5fb52b92b 100644 --- a/src/IconSwapDrivingAppsOutlined.tsx +++ b/src/IconSwapDrivingAppsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsOutlined: React.FC = ({ ...props diff --git a/src/IconSwapDrivingAppsOutlinedFilled.tsx b/src/IconSwapDrivingAppsOutlinedFilled.tsx index e885d920e..95684e5d2 100644 --- a/src/IconSwapDrivingAppsOutlinedFilled.tsx +++ b/src/IconSwapDrivingAppsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwapDrivingAppsRounded.tsx b/src/IconSwapDrivingAppsRounded.tsx index 096e56b7e..32e82ffa9 100644 --- a/src/IconSwapDrivingAppsRounded.tsx +++ b/src/IconSwapDrivingAppsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsRounded: React.FC = ({ ...props diff --git a/src/IconSwapDrivingAppsRoundedFilled.tsx b/src/IconSwapDrivingAppsRoundedFilled.tsx index a16e466fd..2c1e18eff 100644 --- a/src/IconSwapDrivingAppsRoundedFilled.tsx +++ b/src/IconSwapDrivingAppsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwapDrivingAppsSharp.tsx b/src/IconSwapDrivingAppsSharp.tsx index 6a912b3f1..7787ba220 100644 --- a/src/IconSwapDrivingAppsSharp.tsx +++ b/src/IconSwapDrivingAppsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapDrivingAppsSharpFilled.tsx b/src/IconSwapDrivingAppsSharpFilled.tsx index b892b4d95..92aaa0237 100644 --- a/src/IconSwapDrivingAppsSharpFilled.tsx +++ b/src/IconSwapDrivingAppsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwapDrivingAppsWheelOutlined.tsx b/src/IconSwapDrivingAppsWheelOutlined.tsx index 2cada0226..9d6378996 100644 --- a/src/IconSwapDrivingAppsWheelOutlined.tsx +++ b/src/IconSwapDrivingAppsWheelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsWheelOutlined: React.FC = ({ ...props diff --git a/src/IconSwapDrivingAppsWheelOutlinedFilled.tsx b/src/IconSwapDrivingAppsWheelOutlinedFilled.tsx index d1c9e176f..dcc114cb3 100644 --- a/src/IconSwapDrivingAppsWheelOutlinedFilled.tsx +++ b/src/IconSwapDrivingAppsWheelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsWheelOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwapDrivingAppsWheelRounded.tsx b/src/IconSwapDrivingAppsWheelRounded.tsx index 8e80e8467..a46963656 100644 --- a/src/IconSwapDrivingAppsWheelRounded.tsx +++ b/src/IconSwapDrivingAppsWheelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsWheelRounded: React.FC = ({ ...props diff --git a/src/IconSwapDrivingAppsWheelRoundedFilled.tsx b/src/IconSwapDrivingAppsWheelRoundedFilled.tsx index 5608369f1..45d2b0f05 100644 --- a/src/IconSwapDrivingAppsWheelRoundedFilled.tsx +++ b/src/IconSwapDrivingAppsWheelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsWheelRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwapDrivingAppsWheelSharp.tsx b/src/IconSwapDrivingAppsWheelSharp.tsx index ca91165af..d4269c073 100644 --- a/src/IconSwapDrivingAppsWheelSharp.tsx +++ b/src/IconSwapDrivingAppsWheelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsWheelSharp: React.FC = ({ ...props diff --git a/src/IconSwapDrivingAppsWheelSharpFilled.tsx b/src/IconSwapDrivingAppsWheelSharpFilled.tsx index 17a19f16d..43e826721 100644 --- a/src/IconSwapDrivingAppsWheelSharpFilled.tsx +++ b/src/IconSwapDrivingAppsWheelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapDrivingAppsWheelSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwapHorizOutlined.tsx b/src/IconSwapHorizOutlined.tsx index 143812f0d..288d6ff13 100644 --- a/src/IconSwapHorizOutlined.tsx +++ b/src/IconSwapHorizOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapHorizOutlinedFilled.tsx b/src/IconSwapHorizOutlinedFilled.tsx index 83d3a2952..9539a4577 100644 --- a/src/IconSwapHorizOutlinedFilled.tsx +++ b/src/IconSwapHorizOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwapHorizRounded.tsx b/src/IconSwapHorizRounded.tsx index be22b05b3..8f4ed0f34 100644 --- a/src/IconSwapHorizRounded.tsx +++ b/src/IconSwapHorizRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapHorizRoundedFilled.tsx b/src/IconSwapHorizRoundedFilled.tsx index c9ac7c1c2..845c500dd 100644 --- a/src/IconSwapHorizRoundedFilled.tsx +++ b/src/IconSwapHorizRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwapHorizSharp.tsx b/src/IconSwapHorizSharp.tsx index 5bf6676b9..7dea012f1 100644 --- a/src/IconSwapHorizSharp.tsx +++ b/src/IconSwapHorizSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapHorizSharpFilled.tsx b/src/IconSwapHorizSharpFilled.tsx index f933459a9..d28b84c85 100644 --- a/src/IconSwapHorizSharpFilled.tsx +++ b/src/IconSwapHorizSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapHorizontalCircleOutlined.tsx b/src/IconSwapHorizontalCircleOutlined.tsx index 2bfac30bf..3be481d37 100644 --- a/src/IconSwapHorizontalCircleOutlined.tsx +++ b/src/IconSwapHorizontalCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizontalCircleOutlined: React.FC = ({ ...props diff --git a/src/IconSwapHorizontalCircleOutlinedFilled.tsx b/src/IconSwapHorizontalCircleOutlinedFilled.tsx index 2f3dce58b..ca00dacd2 100644 --- a/src/IconSwapHorizontalCircleOutlinedFilled.tsx +++ b/src/IconSwapHorizontalCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizontalCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwapHorizontalCircleRounded.tsx b/src/IconSwapHorizontalCircleRounded.tsx index c399d75b8..1e3231ab5 100644 --- a/src/IconSwapHorizontalCircleRounded.tsx +++ b/src/IconSwapHorizontalCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizontalCircleRounded: React.FC = ({ ...props diff --git a/src/IconSwapHorizontalCircleRoundedFilled.tsx b/src/IconSwapHorizontalCircleRoundedFilled.tsx index 40042765c..1226d002d 100644 --- a/src/IconSwapHorizontalCircleRoundedFilled.tsx +++ b/src/IconSwapHorizontalCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizontalCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwapHorizontalCircleSharp.tsx b/src/IconSwapHorizontalCircleSharp.tsx index 580f87a7f..1ff5f8aa3 100644 --- a/src/IconSwapHorizontalCircleSharp.tsx +++ b/src/IconSwapHorizontalCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizontalCircleSharp: React.FC = ({ ...props diff --git a/src/IconSwapHorizontalCircleSharpFilled.tsx b/src/IconSwapHorizontalCircleSharpFilled.tsx index a35bbae83..ab0845c17 100644 --- a/src/IconSwapHorizontalCircleSharpFilled.tsx +++ b/src/IconSwapHorizontalCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapHorizontalCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwapVertOutlined.tsx b/src/IconSwapVertOutlined.tsx index 59e377b41..b31704a28 100644 --- a/src/IconSwapVertOutlined.tsx +++ b/src/IconSwapVertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapVertOutlinedFilled.tsx b/src/IconSwapVertOutlinedFilled.tsx index 226faef67..eb4623e5d 100644 --- a/src/IconSwapVertOutlinedFilled.tsx +++ b/src/IconSwapVertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwapVertRounded.tsx b/src/IconSwapVertRounded.tsx index a818538c1..9265ae0c7 100644 --- a/src/IconSwapVertRounded.tsx +++ b/src/IconSwapVertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapVertRoundedFilled.tsx b/src/IconSwapVertRoundedFilled.tsx index 7e259ca88..adf490c2d 100644 --- a/src/IconSwapVertRoundedFilled.tsx +++ b/src/IconSwapVertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwapVertSharp.tsx b/src/IconSwapVertSharp.tsx index 8c34461d5..252d8437b 100644 --- a/src/IconSwapVertSharp.tsx +++ b/src/IconSwapVertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapVertSharpFilled.tsx b/src/IconSwapVertSharpFilled.tsx index 959c29d2c..67aaa8c44 100644 --- a/src/IconSwapVertSharpFilled.tsx +++ b/src/IconSwapVertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVertSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwapVerticalCircleOutlined.tsx b/src/IconSwapVerticalCircleOutlined.tsx index 3ff086c35..2c54e1a48 100644 --- a/src/IconSwapVerticalCircleOutlined.tsx +++ b/src/IconSwapVerticalCircleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVerticalCircleOutlined: React.FC = ({ ...props diff --git a/src/IconSwapVerticalCircleOutlinedFilled.tsx b/src/IconSwapVerticalCircleOutlinedFilled.tsx index 51892f123..fdc8f3fe7 100644 --- a/src/IconSwapVerticalCircleOutlinedFilled.tsx +++ b/src/IconSwapVerticalCircleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVerticalCircleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwapVerticalCircleRounded.tsx b/src/IconSwapVerticalCircleRounded.tsx index ff3f3da31..8fc5fb8e5 100644 --- a/src/IconSwapVerticalCircleRounded.tsx +++ b/src/IconSwapVerticalCircleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVerticalCircleRounded: React.FC = ({ ...props diff --git a/src/IconSwapVerticalCircleRoundedFilled.tsx b/src/IconSwapVerticalCircleRoundedFilled.tsx index bd4543de2..e3216fec1 100644 --- a/src/IconSwapVerticalCircleRoundedFilled.tsx +++ b/src/IconSwapVerticalCircleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVerticalCircleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwapVerticalCircleSharp.tsx b/src/IconSwapVerticalCircleSharp.tsx index 1e65bf031..299544f98 100644 --- a/src/IconSwapVerticalCircleSharp.tsx +++ b/src/IconSwapVerticalCircleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVerticalCircleSharp: React.FC = ({ ...props diff --git a/src/IconSwapVerticalCircleSharpFilled.tsx b/src/IconSwapVerticalCircleSharpFilled.tsx index ad67a2511..37d64184a 100644 --- a/src/IconSwapVerticalCircleSharpFilled.tsx +++ b/src/IconSwapVerticalCircleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwapVerticalCircleSharpFilled: React.FC = ({ ...props diff --git a/src/IconSweepOutlined.tsx b/src/IconSweepOutlined.tsx index 0ca377af0..863a2674c 100644 --- a/src/IconSweepOutlined.tsx +++ b/src/IconSweepOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSweepOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSweepOutlinedFilled.tsx b/src/IconSweepOutlinedFilled.tsx index c49a39ffb..d34799ecc 100644 --- a/src/IconSweepOutlinedFilled.tsx +++ b/src/IconSweepOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSweepOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSweepRounded.tsx b/src/IconSweepRounded.tsx index c00d41a75..bbdd28202 100644 --- a/src/IconSweepRounded.tsx +++ b/src/IconSweepRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSweepRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSweepRoundedFilled.tsx b/src/IconSweepRoundedFilled.tsx index 47b86087d..df3f97a6b 100644 --- a/src/IconSweepRoundedFilled.tsx +++ b/src/IconSweepRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSweepRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSweepSharp.tsx b/src/IconSweepSharp.tsx index 59a1a6062..a1f560d75 100644 --- a/src/IconSweepSharp.tsx +++ b/src/IconSweepSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSweepSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSweepSharpFilled.tsx b/src/IconSweepSharpFilled.tsx index db30a6d3c..556fca6f7 100644 --- a/src/IconSweepSharpFilled.tsx +++ b/src/IconSweepSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSweepSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeDownAltOutlined.tsx b/src/IconSwipeDownAltOutlined.tsx index f2bb65ef8..00f47f6ff 100644 --- a/src/IconSwipeDownAltOutlined.tsx +++ b/src/IconSwipeDownAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeDownAltOutlinedFilled.tsx b/src/IconSwipeDownAltOutlinedFilled.tsx index b27de9cbb..75ec7a5f4 100644 --- a/src/IconSwipeDownAltOutlinedFilled.tsx +++ b/src/IconSwipeDownAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeDownAltRounded.tsx b/src/IconSwipeDownAltRounded.tsx index 4ba9269b5..837ea0aea 100644 --- a/src/IconSwipeDownAltRounded.tsx +++ b/src/IconSwipeDownAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeDownAltRoundedFilled.tsx b/src/IconSwipeDownAltRoundedFilled.tsx index 5b54357e9..2770fddd6 100644 --- a/src/IconSwipeDownAltRoundedFilled.tsx +++ b/src/IconSwipeDownAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeDownAltSharp.tsx b/src/IconSwipeDownAltSharp.tsx index 880db02d2..e61e1c482 100644 --- a/src/IconSwipeDownAltSharp.tsx +++ b/src/IconSwipeDownAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeDownAltSharpFilled.tsx b/src/IconSwipeDownAltSharpFilled.tsx index 7356f2870..1116d955a 100644 --- a/src/IconSwipeDownAltSharpFilled.tsx +++ b/src/IconSwipeDownAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwipeDownOutlined.tsx b/src/IconSwipeDownOutlined.tsx index 24efd88f1..c99416cf2 100644 --- a/src/IconSwipeDownOutlined.tsx +++ b/src/IconSwipeDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeDownOutlinedFilled.tsx b/src/IconSwipeDownOutlinedFilled.tsx index 4a468d233..4fff42b8c 100644 --- a/src/IconSwipeDownOutlinedFilled.tsx +++ b/src/IconSwipeDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeDownRounded.tsx b/src/IconSwipeDownRounded.tsx index 053204b27..742808e10 100644 --- a/src/IconSwipeDownRounded.tsx +++ b/src/IconSwipeDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeDownRoundedFilled.tsx b/src/IconSwipeDownRoundedFilled.tsx index 3d8b2127d..d317fc7fd 100644 --- a/src/IconSwipeDownRoundedFilled.tsx +++ b/src/IconSwipeDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeDownSharp.tsx b/src/IconSwipeDownSharp.tsx index 81546bf9c..ad5687ca8 100644 --- a/src/IconSwipeDownSharp.tsx +++ b/src/IconSwipeDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeDownSharpFilled.tsx b/src/IconSwipeDownSharpFilled.tsx index 7199bcc12..1f634b80c 100644 --- a/src/IconSwipeDownSharpFilled.tsx +++ b/src/IconSwipeDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeDownSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeLeftAltOutlined.tsx b/src/IconSwipeLeftAltOutlined.tsx index 0b7baf838..c614a0302 100644 --- a/src/IconSwipeLeftAltOutlined.tsx +++ b/src/IconSwipeLeftAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeLeftAltOutlinedFilled.tsx b/src/IconSwipeLeftAltOutlinedFilled.tsx index 12e4d1507..45afc6ae6 100644 --- a/src/IconSwipeLeftAltOutlinedFilled.tsx +++ b/src/IconSwipeLeftAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeLeftAltRounded.tsx b/src/IconSwipeLeftAltRounded.tsx index 798164bb2..1f88f316f 100644 --- a/src/IconSwipeLeftAltRounded.tsx +++ b/src/IconSwipeLeftAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeLeftAltRoundedFilled.tsx b/src/IconSwipeLeftAltRoundedFilled.tsx index a1f71ee7d..5cbd5e94a 100644 --- a/src/IconSwipeLeftAltRoundedFilled.tsx +++ b/src/IconSwipeLeftAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeLeftAltSharp.tsx b/src/IconSwipeLeftAltSharp.tsx index e37ff062a..5f9800f98 100644 --- a/src/IconSwipeLeftAltSharp.tsx +++ b/src/IconSwipeLeftAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeLeftAltSharpFilled.tsx b/src/IconSwipeLeftAltSharpFilled.tsx index 0788f6cbf..a90a3c1bb 100644 --- a/src/IconSwipeLeftAltSharpFilled.tsx +++ b/src/IconSwipeLeftAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwipeLeftOutlined.tsx b/src/IconSwipeLeftOutlined.tsx index 32d6486a0..8480c42af 100644 --- a/src/IconSwipeLeftOutlined.tsx +++ b/src/IconSwipeLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeLeftOutlinedFilled.tsx b/src/IconSwipeLeftOutlinedFilled.tsx index 24ea4c8af..e29999a0c 100644 --- a/src/IconSwipeLeftOutlinedFilled.tsx +++ b/src/IconSwipeLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeLeftRounded.tsx b/src/IconSwipeLeftRounded.tsx index 1c3a12b8f..48c9eaab3 100644 --- a/src/IconSwipeLeftRounded.tsx +++ b/src/IconSwipeLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeLeftRoundedFilled.tsx b/src/IconSwipeLeftRoundedFilled.tsx index 862540acb..0d766959f 100644 --- a/src/IconSwipeLeftRoundedFilled.tsx +++ b/src/IconSwipeLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeLeftSharp.tsx b/src/IconSwipeLeftSharp.tsx index a0d8e5be7..841a1b079 100644 --- a/src/IconSwipeLeftSharp.tsx +++ b/src/IconSwipeLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeLeftSharpFilled.tsx b/src/IconSwipeLeftSharpFilled.tsx index 720c1e71e..9f0803d0f 100644 --- a/src/IconSwipeLeftSharpFilled.tsx +++ b/src/IconSwipeLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeLeftSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeOutlined.tsx b/src/IconSwipeOutlined.tsx index 6bf44f2de..9d1cdfe0e 100644 --- a/src/IconSwipeOutlined.tsx +++ b/src/IconSwipeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeOutlinedFilled.tsx b/src/IconSwipeOutlinedFilled.tsx index d5fdb9de6..4f76754e4 100644 --- a/src/IconSwipeOutlinedFilled.tsx +++ b/src/IconSwipeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeRightAltOutlined.tsx b/src/IconSwipeRightAltOutlined.tsx index 0c3ef184b..5c69cd379 100644 --- a/src/IconSwipeRightAltOutlined.tsx +++ b/src/IconSwipeRightAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightAltOutlined: React.FC = ({ ...props diff --git a/src/IconSwipeRightAltOutlinedFilled.tsx b/src/IconSwipeRightAltOutlinedFilled.tsx index 1a79ff6f5..1473a76ea 100644 --- a/src/IconSwipeRightAltOutlinedFilled.tsx +++ b/src/IconSwipeRightAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeRightAltRounded.tsx b/src/IconSwipeRightAltRounded.tsx index f790aed68..6f960ad1a 100644 --- a/src/IconSwipeRightAltRounded.tsx +++ b/src/IconSwipeRightAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeRightAltRoundedFilled.tsx b/src/IconSwipeRightAltRoundedFilled.tsx index 1c4360407..960c4a587 100644 --- a/src/IconSwipeRightAltRoundedFilled.tsx +++ b/src/IconSwipeRightAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeRightAltSharp.tsx b/src/IconSwipeRightAltSharp.tsx index 3b49a967b..00641f858 100644 --- a/src/IconSwipeRightAltSharp.tsx +++ b/src/IconSwipeRightAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeRightAltSharpFilled.tsx b/src/IconSwipeRightAltSharpFilled.tsx index bccfd1875..43f106f28 100644 --- a/src/IconSwipeRightAltSharpFilled.tsx +++ b/src/IconSwipeRightAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwipeRightOutlined.tsx b/src/IconSwipeRightOutlined.tsx index ead73f476..6ce62cd12 100644 --- a/src/IconSwipeRightOutlined.tsx +++ b/src/IconSwipeRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeRightOutlinedFilled.tsx b/src/IconSwipeRightOutlinedFilled.tsx index 2fd50e46c..5e6289818 100644 --- a/src/IconSwipeRightOutlinedFilled.tsx +++ b/src/IconSwipeRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeRightRounded.tsx b/src/IconSwipeRightRounded.tsx index b2f8ddfcf..7f90d0f41 100644 --- a/src/IconSwipeRightRounded.tsx +++ b/src/IconSwipeRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeRightRoundedFilled.tsx b/src/IconSwipeRightRoundedFilled.tsx index 99dea9dcb..da1acb604 100644 --- a/src/IconSwipeRightRoundedFilled.tsx +++ b/src/IconSwipeRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeRightSharp.tsx b/src/IconSwipeRightSharp.tsx index 924bc0ecf..48aef3250 100644 --- a/src/IconSwipeRightSharp.tsx +++ b/src/IconSwipeRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeRightSharpFilled.tsx b/src/IconSwipeRightSharpFilled.tsx index 0f1cad8f4..446b9d897 100644 --- a/src/IconSwipeRightSharpFilled.tsx +++ b/src/IconSwipeRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwipeRounded.tsx b/src/IconSwipeRounded.tsx index 9e35526ff..dab76bb21 100644 --- a/src/IconSwipeRounded.tsx +++ b/src/IconSwipeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeRoundedFilled.tsx b/src/IconSwipeRoundedFilled.tsx index 1f7e85618..f8d4791b4 100644 --- a/src/IconSwipeRoundedFilled.tsx +++ b/src/IconSwipeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeSharp.tsx b/src/IconSwipeSharp.tsx index 27518bc08..02f650af4 100644 --- a/src/IconSwipeSharp.tsx +++ b/src/IconSwipeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeSharpFilled.tsx b/src/IconSwipeSharpFilled.tsx index 3b326d64f..78df04ba3 100644 --- a/src/IconSwipeSharpFilled.tsx +++ b/src/IconSwipeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeUpAltOutlined.tsx b/src/IconSwipeUpAltOutlined.tsx index 5d73b1709..b738c0d68 100644 --- a/src/IconSwipeUpAltOutlined.tsx +++ b/src/IconSwipeUpAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeUpAltOutlinedFilled.tsx b/src/IconSwipeUpAltOutlinedFilled.tsx index de78bd221..7cb050a0e 100644 --- a/src/IconSwipeUpAltOutlinedFilled.tsx +++ b/src/IconSwipeUpAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeUpAltRounded.tsx b/src/IconSwipeUpAltRounded.tsx index fa13df3f1..6ff051935 100644 --- a/src/IconSwipeUpAltRounded.tsx +++ b/src/IconSwipeUpAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeUpAltRoundedFilled.tsx b/src/IconSwipeUpAltRoundedFilled.tsx index 7564cefdd..702218d07 100644 --- a/src/IconSwipeUpAltRoundedFilled.tsx +++ b/src/IconSwipeUpAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeUpAltSharp.tsx b/src/IconSwipeUpAltSharp.tsx index 4f9c30059..2f010a560 100644 --- a/src/IconSwipeUpAltSharp.tsx +++ b/src/IconSwipeUpAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeUpAltSharpFilled.tsx b/src/IconSwipeUpAltSharpFilled.tsx index 8d7484864..4caffe8b6 100644 --- a/src/IconSwipeUpAltSharpFilled.tsx +++ b/src/IconSwipeUpAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwipeUpOutlined.tsx b/src/IconSwipeUpOutlined.tsx index 97e9d2091..1aedcccd8 100644 --- a/src/IconSwipeUpOutlined.tsx +++ b/src/IconSwipeUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeUpOutlinedFilled.tsx b/src/IconSwipeUpOutlinedFilled.tsx index d5ded6555..4ab1cb6b4 100644 --- a/src/IconSwipeUpOutlinedFilled.tsx +++ b/src/IconSwipeUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeUpRounded.tsx b/src/IconSwipeUpRounded.tsx index 97c8472d0..71e4b57e9 100644 --- a/src/IconSwipeUpRounded.tsx +++ b/src/IconSwipeUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeUpRoundedFilled.tsx b/src/IconSwipeUpRoundedFilled.tsx index 88be5d3a2..263b8d8b3 100644 --- a/src/IconSwipeUpRoundedFilled.tsx +++ b/src/IconSwipeUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeUpSharp.tsx b/src/IconSwipeUpSharp.tsx index ab12e22dc..f550df01d 100644 --- a/src/IconSwipeUpSharp.tsx +++ b/src/IconSwipeUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeUpSharpFilled.tsx b/src/IconSwipeUpSharpFilled.tsx index 154e5945c..7dbf48b86 100644 --- a/src/IconSwipeUpSharpFilled.tsx +++ b/src/IconSwipeUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeUpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeVerticalOutlined.tsx b/src/IconSwipeVerticalOutlined.tsx index d86eaf63d..b64068c37 100644 --- a/src/IconSwipeVerticalOutlined.tsx +++ b/src/IconSwipeVerticalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeVerticalOutlined: React.FC = ({ ...props diff --git a/src/IconSwipeVerticalOutlinedFilled.tsx b/src/IconSwipeVerticalOutlinedFilled.tsx index a6641b877..878e358c2 100644 --- a/src/IconSwipeVerticalOutlinedFilled.tsx +++ b/src/IconSwipeVerticalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeVerticalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeVerticalRounded.tsx b/src/IconSwipeVerticalRounded.tsx index c079afe13..b6fc7f8ea 100644 --- a/src/IconSwipeVerticalRounded.tsx +++ b/src/IconSwipeVerticalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeVerticalRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeVerticalRoundedFilled.tsx b/src/IconSwipeVerticalRoundedFilled.tsx index 891759113..d96e40a44 100644 --- a/src/IconSwipeVerticalRoundedFilled.tsx +++ b/src/IconSwipeVerticalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeVerticalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwipeVerticalSharp.tsx b/src/IconSwipeVerticalSharp.tsx index 654b21327..919e7150d 100644 --- a/src/IconSwipeVerticalSharp.tsx +++ b/src/IconSwipeVerticalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeVerticalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwipeVerticalSharpFilled.tsx b/src/IconSwipeVerticalSharpFilled.tsx index 19cc185c7..31d1c6f6a 100644 --- a/src/IconSwipeVerticalSharpFilled.tsx +++ b/src/IconSwipeVerticalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwipeVerticalSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccess2Outlined.tsx b/src/IconSwitchAccess2Outlined.tsx index 6d68a37a3..15383b8bc 100644 --- a/src/IconSwitchAccess2Outlined.tsx +++ b/src/IconSwitchAccess2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccess2Outlined: React.FC = ({ ...props diff --git a/src/IconSwitchAccess2OutlinedFilled.tsx b/src/IconSwitchAccess2OutlinedFilled.tsx index 4857088fe..57186cc3e 100644 --- a/src/IconSwitchAccess2OutlinedFilled.tsx +++ b/src/IconSwitchAccess2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccess2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccess2Rounded.tsx b/src/IconSwitchAccess2Rounded.tsx index ed5cb1ccb..5dbfce686 100644 --- a/src/IconSwitchAccess2Rounded.tsx +++ b/src/IconSwitchAccess2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccess2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchAccess2RoundedFilled.tsx b/src/IconSwitchAccess2RoundedFilled.tsx index 0a92231cd..b06ed1418 100644 --- a/src/IconSwitchAccess2RoundedFilled.tsx +++ b/src/IconSwitchAccess2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccess2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccess2Sharp.tsx b/src/IconSwitchAccess2Sharp.tsx index cbe44b907..0529437ca 100644 --- a/src/IconSwitchAccess2Sharp.tsx +++ b/src/IconSwitchAccess2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccess2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchAccess2SharpFilled.tsx b/src/IconSwitchAccess2SharpFilled.tsx index ab2a18298..4f4448c9a 100644 --- a/src/IconSwitchAccess2SharpFilled.tsx +++ b/src/IconSwitchAccess2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccess2SharpFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccessOutlined.tsx b/src/IconSwitchAccessOutlined.tsx index fb0b444b7..0db79325f 100644 --- a/src/IconSwitchAccessOutlined.tsx +++ b/src/IconSwitchAccessOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchAccessOutlinedFilled.tsx b/src/IconSwitchAccessOutlinedFilled.tsx index 212ec20de..5c22226f5 100644 --- a/src/IconSwitchAccessOutlinedFilled.tsx +++ b/src/IconSwitchAccessOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccessRounded.tsx b/src/IconSwitchAccessRounded.tsx index 2e691ce07..1fdfcfc06 100644 --- a/src/IconSwitchAccessRounded.tsx +++ b/src/IconSwitchAccessRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchAccessRoundedFilled.tsx b/src/IconSwitchAccessRoundedFilled.tsx index 08fbe0ab4..6722f1926 100644 --- a/src/IconSwitchAccessRoundedFilled.tsx +++ b/src/IconSwitchAccessRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccessSharp.tsx b/src/IconSwitchAccessSharp.tsx index f379916e8..abc476d23 100644 --- a/src/IconSwitchAccessSharp.tsx +++ b/src/IconSwitchAccessSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchAccessSharpFilled.tsx b/src/IconSwitchAccessSharpFilled.tsx index e5210f6e0..7985f69f6 100644 --- a/src/IconSwitchAccessSharpFilled.tsx +++ b/src/IconSwitchAccessSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutAddOutlined.tsx b/src/IconSwitchAccessShortcutAddOutlined.tsx index f39996c54..74db27c0e 100644 --- a/src/IconSwitchAccessShortcutAddOutlined.tsx +++ b/src/IconSwitchAccessShortcutAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutAddOutlined: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutAddOutlinedFilled.tsx b/src/IconSwitchAccessShortcutAddOutlinedFilled.tsx index 4f6a16a89..f1e58e156 100644 --- a/src/IconSwitchAccessShortcutAddOutlinedFilled.tsx +++ b/src/IconSwitchAccessShortcutAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutAddRounded.tsx b/src/IconSwitchAccessShortcutAddRounded.tsx index 853dd56a1..8d91ab8bc 100644 --- a/src/IconSwitchAccessShortcutAddRounded.tsx +++ b/src/IconSwitchAccessShortcutAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutAddRounded: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutAddRoundedFilled.tsx b/src/IconSwitchAccessShortcutAddRoundedFilled.tsx index 6353a1864..a5d8ef5ca 100644 --- a/src/IconSwitchAccessShortcutAddRoundedFilled.tsx +++ b/src/IconSwitchAccessShortcutAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutAddSharp.tsx b/src/IconSwitchAccessShortcutAddSharp.tsx index 7a6da8d52..d0cbd7482 100644 --- a/src/IconSwitchAccessShortcutAddSharp.tsx +++ b/src/IconSwitchAccessShortcutAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutAddSharp: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutAddSharpFilled.tsx b/src/IconSwitchAccessShortcutAddSharpFilled.tsx index 24500f5b1..ed69d9284 100644 --- a/src/IconSwitchAccessShortcutAddSharpFilled.tsx +++ b/src/IconSwitchAccessShortcutAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutOutlined.tsx b/src/IconSwitchAccessShortcutOutlined.tsx index dde787fc8..8ec08b3d2 100644 --- a/src/IconSwitchAccessShortcutOutlined.tsx +++ b/src/IconSwitchAccessShortcutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutOutlined: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutOutlinedFilled.tsx b/src/IconSwitchAccessShortcutOutlinedFilled.tsx index 0c0979c0c..f88f0b48b 100644 --- a/src/IconSwitchAccessShortcutOutlinedFilled.tsx +++ b/src/IconSwitchAccessShortcutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutRounded.tsx b/src/IconSwitchAccessShortcutRounded.tsx index 1e57861d8..b65004759 100644 --- a/src/IconSwitchAccessShortcutRounded.tsx +++ b/src/IconSwitchAccessShortcutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutRounded: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutRoundedFilled.tsx b/src/IconSwitchAccessShortcutRoundedFilled.tsx index fa402d079..bd8f1e6d4 100644 --- a/src/IconSwitchAccessShortcutRoundedFilled.tsx +++ b/src/IconSwitchAccessShortcutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutSharp.tsx b/src/IconSwitchAccessShortcutSharp.tsx index 40dca2f09..6eab3bb06 100644 --- a/src/IconSwitchAccessShortcutSharp.tsx +++ b/src/IconSwitchAccessShortcutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutSharp: React.FC = ({ ...props diff --git a/src/IconSwitchAccessShortcutSharpFilled.tsx b/src/IconSwitchAccessShortcutSharpFilled.tsx index f18654174..4aab6efe5 100644 --- a/src/IconSwitchAccessShortcutSharpFilled.tsx +++ b/src/IconSwitchAccessShortcutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccessShortcutSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccountOutlined.tsx b/src/IconSwitchAccountOutlined.tsx index cabafce59..fa4a12900 100644 --- a/src/IconSwitchAccountOutlined.tsx +++ b/src/IconSwitchAccountOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccountOutlined: React.FC = ({ ...props diff --git a/src/IconSwitchAccountOutlinedFilled.tsx b/src/IconSwitchAccountOutlinedFilled.tsx index e3e9c4f92..194ba6ec4 100644 --- a/src/IconSwitchAccountOutlinedFilled.tsx +++ b/src/IconSwitchAccountOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccountOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccountRounded.tsx b/src/IconSwitchAccountRounded.tsx index ea0224253..e9c2e1d1e 100644 --- a/src/IconSwitchAccountRounded.tsx +++ b/src/IconSwitchAccountRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccountRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchAccountRoundedFilled.tsx b/src/IconSwitchAccountRoundedFilled.tsx index c332f0166..32de0052d 100644 --- a/src/IconSwitchAccountRoundedFilled.tsx +++ b/src/IconSwitchAccountRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccountRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchAccountSharp.tsx b/src/IconSwitchAccountSharp.tsx index afe44b4a5..0877ad7e9 100644 --- a/src/IconSwitchAccountSharp.tsx +++ b/src/IconSwitchAccountSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccountSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchAccountSharpFilled.tsx b/src/IconSwitchAccountSharpFilled.tsx index 4c98f63d2..9c1d95038 100644 --- a/src/IconSwitchAccountSharpFilled.tsx +++ b/src/IconSwitchAccountSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchAccountSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwitchCameraOutlined.tsx b/src/IconSwitchCameraOutlined.tsx index 75093769b..e08318c38 100644 --- a/src/IconSwitchCameraOutlined.tsx +++ b/src/IconSwitchCameraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchCameraOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchCameraOutlinedFilled.tsx b/src/IconSwitchCameraOutlinedFilled.tsx index ea91b35fb..a45997b35 100644 --- a/src/IconSwitchCameraOutlinedFilled.tsx +++ b/src/IconSwitchCameraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchCameraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchCameraRounded.tsx b/src/IconSwitchCameraRounded.tsx index b222d5149..5d2381c97 100644 --- a/src/IconSwitchCameraRounded.tsx +++ b/src/IconSwitchCameraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchCameraRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchCameraRoundedFilled.tsx b/src/IconSwitchCameraRoundedFilled.tsx index 461195093..f1d477526 100644 --- a/src/IconSwitchCameraRoundedFilled.tsx +++ b/src/IconSwitchCameraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchCameraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchCameraSharp.tsx b/src/IconSwitchCameraSharp.tsx index 876c20c0f..d85e7cc64 100644 --- a/src/IconSwitchCameraSharp.tsx +++ b/src/IconSwitchCameraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchCameraSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchCameraSharpFilled.tsx b/src/IconSwitchCameraSharpFilled.tsx index a4ab7a00c..565d25b57 100644 --- a/src/IconSwitchCameraSharpFilled.tsx +++ b/src/IconSwitchCameraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchCameraSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwitchLeftOutlined.tsx b/src/IconSwitchLeftOutlined.tsx index e4669c516..0e9662359 100644 --- a/src/IconSwitchLeftOutlined.tsx +++ b/src/IconSwitchLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchLeftOutlinedFilled.tsx b/src/IconSwitchLeftOutlinedFilled.tsx index 8729904db..fb86f0a6a 100644 --- a/src/IconSwitchLeftOutlinedFilled.tsx +++ b/src/IconSwitchLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchLeftRounded.tsx b/src/IconSwitchLeftRounded.tsx index 5e2cc03b4..ab5e90506 100644 --- a/src/IconSwitchLeftRounded.tsx +++ b/src/IconSwitchLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchLeftRoundedFilled.tsx b/src/IconSwitchLeftRoundedFilled.tsx index e144aaf63..037f60539 100644 --- a/src/IconSwitchLeftRoundedFilled.tsx +++ b/src/IconSwitchLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchLeftSharp.tsx b/src/IconSwitchLeftSharp.tsx index 8c742ab02..214278e6c 100644 --- a/src/IconSwitchLeftSharp.tsx +++ b/src/IconSwitchLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchLeftSharpFilled.tsx b/src/IconSwitchLeftSharpFilled.tsx index 36182fb0a..38bd31208 100644 --- a/src/IconSwitchLeftSharpFilled.tsx +++ b/src/IconSwitchLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwitchOutlined.tsx b/src/IconSwitchOutlined.tsx index 36f373d90..bb3f17dc0 100644 --- a/src/IconSwitchOutlined.tsx +++ b/src/IconSwitchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchOutlinedFilled.tsx b/src/IconSwitchOutlinedFilled.tsx index 2e13747f7..654f906e7 100644 --- a/src/IconSwitchOutlinedFilled.tsx +++ b/src/IconSwitchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchRightOutlined.tsx b/src/IconSwitchRightOutlined.tsx index 206ba74c6..dfcc711b3 100644 --- a/src/IconSwitchRightOutlined.tsx +++ b/src/IconSwitchRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchRightOutlinedFilled.tsx b/src/IconSwitchRightOutlinedFilled.tsx index ddbceb3f4..251065af1 100644 --- a/src/IconSwitchRightOutlinedFilled.tsx +++ b/src/IconSwitchRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchRightRounded.tsx b/src/IconSwitchRightRounded.tsx index f669a7308..4e427589f 100644 --- a/src/IconSwitchRightRounded.tsx +++ b/src/IconSwitchRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchRightRoundedFilled.tsx b/src/IconSwitchRightRoundedFilled.tsx index 703646618..483a42170 100644 --- a/src/IconSwitchRightRoundedFilled.tsx +++ b/src/IconSwitchRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchRightSharp.tsx b/src/IconSwitchRightSharp.tsx index cafd0d5b3..fa3528d59 100644 --- a/src/IconSwitchRightSharp.tsx +++ b/src/IconSwitchRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchRightSharpFilled.tsx b/src/IconSwitchRightSharpFilled.tsx index c181f47a4..44fbb7d50 100644 --- a/src/IconSwitchRightSharpFilled.tsx +++ b/src/IconSwitchRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwitchRounded.tsx b/src/IconSwitchRounded.tsx index acd84404b..a6068cf8d 100644 --- a/src/IconSwitchRounded.tsx +++ b/src/IconSwitchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchRoundedFilled.tsx b/src/IconSwitchRoundedFilled.tsx index f7ff3711e..0c0bd7282 100644 --- a/src/IconSwitchRoundedFilled.tsx +++ b/src/IconSwitchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchSharp.tsx b/src/IconSwitchSharp.tsx index 15d49e836..e56c62682 100644 --- a/src/IconSwitchSharp.tsx +++ b/src/IconSwitchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchSharpFilled.tsx b/src/IconSwitchSharpFilled.tsx index 548ad63c4..2c576ea2d 100644 --- a/src/IconSwitchSharpFilled.tsx +++ b/src/IconSwitchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchVideoOutlined.tsx b/src/IconSwitchVideoOutlined.tsx index a85f5d58d..fab6b083a 100644 --- a/src/IconSwitchVideoOutlined.tsx +++ b/src/IconSwitchVideoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchVideoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchVideoOutlinedFilled.tsx b/src/IconSwitchVideoOutlinedFilled.tsx index f1f45258a..8ae1739ab 100644 --- a/src/IconSwitchVideoOutlinedFilled.tsx +++ b/src/IconSwitchVideoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchVideoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchVideoRounded.tsx b/src/IconSwitchVideoRounded.tsx index 3f61e9c9c..ea0131596 100644 --- a/src/IconSwitchVideoRounded.tsx +++ b/src/IconSwitchVideoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchVideoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchVideoRoundedFilled.tsx b/src/IconSwitchVideoRoundedFilled.tsx index 72db23cf5..97f87595f 100644 --- a/src/IconSwitchVideoRoundedFilled.tsx +++ b/src/IconSwitchVideoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchVideoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchVideoSharp.tsx b/src/IconSwitchVideoSharp.tsx index e99de16bb..68523941f 100644 --- a/src/IconSwitchVideoSharp.tsx +++ b/src/IconSwitchVideoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchVideoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchVideoSharpFilled.tsx b/src/IconSwitchVideoSharpFilled.tsx index 7cdb843a4..aa99ecd10 100644 --- a/src/IconSwitchVideoSharpFilled.tsx +++ b/src/IconSwitchVideoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchVideoSharpFilled: React.FC = ({ ...props diff --git a/src/IconSwitchesOutlined.tsx b/src/IconSwitchesOutlined.tsx index 7813d5393..2bda5157d 100644 --- a/src/IconSwitchesOutlined.tsx +++ b/src/IconSwitchesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchesOutlinedFilled.tsx b/src/IconSwitchesOutlinedFilled.tsx index 471c0b547..2b13536b1 100644 --- a/src/IconSwitchesOutlinedFilled.tsx +++ b/src/IconSwitchesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchesRounded.tsx b/src/IconSwitchesRounded.tsx index 43c10ca34..5b7863f3d 100644 --- a/src/IconSwitchesRounded.tsx +++ b/src/IconSwitchesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchesRoundedFilled.tsx b/src/IconSwitchesRoundedFilled.tsx index 87de2c319..bbe1d92c0 100644 --- a/src/IconSwitchesRoundedFilled.tsx +++ b/src/IconSwitchesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwitchesSharp.tsx b/src/IconSwitchesSharp.tsx index 28fe24b16..e1a41b758 100644 --- a/src/IconSwitchesSharp.tsx +++ b/src/IconSwitchesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwitchesSharpFilled.tsx b/src/IconSwitchesSharpFilled.tsx index 9d369a847..64b7c59a0 100644 --- a/src/IconSwitchesSharpFilled.tsx +++ b/src/IconSwitchesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwitchesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwordRoseOutlined.tsx b/src/IconSwordRoseOutlined.tsx index cc7d2b9b7..592f3fc27 100644 --- a/src/IconSwordRoseOutlined.tsx +++ b/src/IconSwordRoseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordRoseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwordRoseOutlinedFilled.tsx b/src/IconSwordRoseOutlinedFilled.tsx index 5d9c018a5..79049e8b0 100644 --- a/src/IconSwordRoseOutlinedFilled.tsx +++ b/src/IconSwordRoseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordRoseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSwordRoseRounded.tsx b/src/IconSwordRoseRounded.tsx index ce3f6d2e0..9319e61e2 100644 --- a/src/IconSwordRoseRounded.tsx +++ b/src/IconSwordRoseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordRoseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwordRoseRoundedFilled.tsx b/src/IconSwordRoseRoundedFilled.tsx index 61aeefb42..8b69180a3 100644 --- a/src/IconSwordRoseRoundedFilled.tsx +++ b/src/IconSwordRoseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordRoseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSwordRoseSharp.tsx b/src/IconSwordRoseSharp.tsx index d53124d93..896b8492c 100644 --- a/src/IconSwordRoseSharp.tsx +++ b/src/IconSwordRoseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordRoseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwordRoseSharpFilled.tsx b/src/IconSwordRoseSharpFilled.tsx index 4b9227346..b9cc3f8aa 100644 --- a/src/IconSwordRoseSharpFilled.tsx +++ b/src/IconSwordRoseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordRoseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwordsOutlined.tsx b/src/IconSwordsOutlined.tsx index 08e1c3b78..432b633b0 100644 --- a/src/IconSwordsOutlined.tsx +++ b/src/IconSwordsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSwordsOutlinedFilled.tsx b/src/IconSwordsOutlinedFilled.tsx index 06f8853f9..41c71ad51 100644 --- a/src/IconSwordsOutlinedFilled.tsx +++ b/src/IconSwordsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwordsRounded.tsx b/src/IconSwordsRounded.tsx index 0c524861a..af95aa50a 100644 --- a/src/IconSwordsRounded.tsx +++ b/src/IconSwordsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSwordsRoundedFilled.tsx b/src/IconSwordsRoundedFilled.tsx index 4d781f95b..b32aeb43b 100644 --- a/src/IconSwordsRoundedFilled.tsx +++ b/src/IconSwordsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSwordsSharp.tsx b/src/IconSwordsSharp.tsx index 7bb2ba7e7..5bd4edb31 100644 --- a/src/IconSwordsSharp.tsx +++ b/src/IconSwordsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSwordsSharpFilled.tsx b/src/IconSwordsSharpFilled.tsx index 113a7b14a..aab0ca607 100644 --- a/src/IconSwordsSharpFilled.tsx +++ b/src/IconSwordsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSwordsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSymptomsOutlined.tsx b/src/IconSymptomsOutlined.tsx index 67282cd9b..085402ce4 100644 --- a/src/IconSymptomsOutlined.tsx +++ b/src/IconSymptomsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSymptomsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSymptomsOutlinedFilled.tsx b/src/IconSymptomsOutlinedFilled.tsx index e38380305..074094bf5 100644 --- a/src/IconSymptomsOutlinedFilled.tsx +++ b/src/IconSymptomsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSymptomsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSymptomsRounded.tsx b/src/IconSymptomsRounded.tsx index 2ae332eab..ce87454f5 100644 --- a/src/IconSymptomsRounded.tsx +++ b/src/IconSymptomsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSymptomsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSymptomsRoundedFilled.tsx b/src/IconSymptomsRoundedFilled.tsx index 94e12c524..05bed7ff8 100644 --- a/src/IconSymptomsRoundedFilled.tsx +++ b/src/IconSymptomsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSymptomsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSymptomsSharp.tsx b/src/IconSymptomsSharp.tsx index f0b0bbe13..7ec9cca31 100644 --- a/src/IconSymptomsSharp.tsx +++ b/src/IconSymptomsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSymptomsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSymptomsSharpFilled.tsx b/src/IconSymptomsSharpFilled.tsx index 782623978..04147c79c 100644 --- a/src/IconSymptomsSharpFilled.tsx +++ b/src/IconSymptomsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSymptomsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSynagogueOutlined.tsx b/src/IconSynagogueOutlined.tsx index 14a755a13..576407a26 100644 --- a/src/IconSynagogueOutlined.tsx +++ b/src/IconSynagogueOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSynagogueOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSynagogueOutlinedFilled.tsx b/src/IconSynagogueOutlinedFilled.tsx index 285d8706a..c848cae9e 100644 --- a/src/IconSynagogueOutlinedFilled.tsx +++ b/src/IconSynagogueOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSynagogueOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSynagogueRounded.tsx b/src/IconSynagogueRounded.tsx index e4b9f06d9..9eec02301 100644 --- a/src/IconSynagogueRounded.tsx +++ b/src/IconSynagogueRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSynagogueRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSynagogueRoundedFilled.tsx b/src/IconSynagogueRoundedFilled.tsx index 9e529f87e..11d0431f1 100644 --- a/src/IconSynagogueRoundedFilled.tsx +++ b/src/IconSynagogueRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSynagogueRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSynagogueSharp.tsx b/src/IconSynagogueSharp.tsx index 9300f60be..52d04b522 100644 --- a/src/IconSynagogueSharp.tsx +++ b/src/IconSynagogueSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSynagogueSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSynagogueSharpFilled.tsx b/src/IconSynagogueSharpFilled.tsx index cac6bbbc2..1d39e919e 100644 --- a/src/IconSynagogueSharpFilled.tsx +++ b/src/IconSynagogueSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSynagogueSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncAltOutlined.tsx b/src/IconSyncAltOutlined.tsx index bc0d4ab02..3aca1badd 100644 --- a/src/IconSyncAltOutlined.tsx +++ b/src/IconSyncAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncAltOutlinedFilled.tsx b/src/IconSyncAltOutlinedFilled.tsx index 71d73990e..91ef3716c 100644 --- a/src/IconSyncAltOutlinedFilled.tsx +++ b/src/IconSyncAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSyncAltRounded.tsx b/src/IconSyncAltRounded.tsx index d69046709..b118b4777 100644 --- a/src/IconSyncAltRounded.tsx +++ b/src/IconSyncAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncAltRoundedFilled.tsx b/src/IconSyncAltRoundedFilled.tsx index 98e9c598b..1bcbf6903 100644 --- a/src/IconSyncAltRoundedFilled.tsx +++ b/src/IconSyncAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncAltRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncAltSharp.tsx b/src/IconSyncAltSharp.tsx index f27c2b857..c8758c1b0 100644 --- a/src/IconSyncAltSharp.tsx +++ b/src/IconSyncAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncAltSharpFilled.tsx b/src/IconSyncAltSharpFilled.tsx index 1441415b0..bf2fe66f5 100644 --- a/src/IconSyncAltSharpFilled.tsx +++ b/src/IconSyncAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncAltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncDesktopOutlined.tsx b/src/IconSyncDesktopOutlined.tsx index 3416fb496..ed02373eb 100644 --- a/src/IconSyncDesktopOutlined.tsx +++ b/src/IconSyncDesktopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDesktopOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncDesktopOutlinedFilled.tsx b/src/IconSyncDesktopOutlinedFilled.tsx index e3fd79d18..b46ad71d8 100644 --- a/src/IconSyncDesktopOutlinedFilled.tsx +++ b/src/IconSyncDesktopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDesktopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSyncDesktopRounded.tsx b/src/IconSyncDesktopRounded.tsx index 1677edb43..409fb91e4 100644 --- a/src/IconSyncDesktopRounded.tsx +++ b/src/IconSyncDesktopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDesktopRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncDesktopRoundedFilled.tsx b/src/IconSyncDesktopRoundedFilled.tsx index 85bb1edd0..30cfc50da 100644 --- a/src/IconSyncDesktopRoundedFilled.tsx +++ b/src/IconSyncDesktopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDesktopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSyncDesktopSharp.tsx b/src/IconSyncDesktopSharp.tsx index e74aa5204..deaa57d8b 100644 --- a/src/IconSyncDesktopSharp.tsx +++ b/src/IconSyncDesktopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDesktopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncDesktopSharpFilled.tsx b/src/IconSyncDesktopSharpFilled.tsx index 9b02635dd..42a0c7ec3 100644 --- a/src/IconSyncDesktopSharpFilled.tsx +++ b/src/IconSyncDesktopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDesktopSharpFilled: React.FC = ({ ...props diff --git a/src/IconSyncDisabledOutlined.tsx b/src/IconSyncDisabledOutlined.tsx index ef52cc287..76f039856 100644 --- a/src/IconSyncDisabledOutlined.tsx +++ b/src/IconSyncDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDisabledOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncDisabledOutlinedFilled.tsx b/src/IconSyncDisabledOutlinedFilled.tsx index 068284735..4998468cd 100644 --- a/src/IconSyncDisabledOutlinedFilled.tsx +++ b/src/IconSyncDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSyncDisabledRounded.tsx b/src/IconSyncDisabledRounded.tsx index f0b96f530..4ce5494f9 100644 --- a/src/IconSyncDisabledRounded.tsx +++ b/src/IconSyncDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDisabledRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncDisabledRoundedFilled.tsx b/src/IconSyncDisabledRoundedFilled.tsx index cffd26893..4d760feb3 100644 --- a/src/IconSyncDisabledRoundedFilled.tsx +++ b/src/IconSyncDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSyncDisabledSharp.tsx b/src/IconSyncDisabledSharp.tsx index f15452655..b53a4a074 100644 --- a/src/IconSyncDisabledSharp.tsx +++ b/src/IconSyncDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDisabledSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncDisabledSharpFilled.tsx b/src/IconSyncDisabledSharpFilled.tsx index 23cc5a490..f24e0b7fa 100644 --- a/src/IconSyncDisabledSharpFilled.tsx +++ b/src/IconSyncDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconSyncLockOutlined.tsx b/src/IconSyncLockOutlined.tsx index 8abbceaba..dcfa1e75f 100644 --- a/src/IconSyncLockOutlined.tsx +++ b/src/IconSyncLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncLockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncLockOutlinedFilled.tsx b/src/IconSyncLockOutlinedFilled.tsx index f79e5bfd2..b6989af09 100644 --- a/src/IconSyncLockOutlinedFilled.tsx +++ b/src/IconSyncLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSyncLockRounded.tsx b/src/IconSyncLockRounded.tsx index 4c5399af5..2d6499971 100644 --- a/src/IconSyncLockRounded.tsx +++ b/src/IconSyncLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncLockRoundedFilled.tsx b/src/IconSyncLockRoundedFilled.tsx index 8d25a8d88..39173210c 100644 --- a/src/IconSyncLockRoundedFilled.tsx +++ b/src/IconSyncLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSyncLockSharp.tsx b/src/IconSyncLockSharp.tsx index aab0085c5..bc746d614 100644 --- a/src/IconSyncLockSharp.tsx +++ b/src/IconSyncLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncLockSharpFilled.tsx b/src/IconSyncLockSharpFilled.tsx index 6524a6daf..da7a67a74 100644 --- a/src/IconSyncLockSharpFilled.tsx +++ b/src/IconSyncLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncLockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncOutlined.tsx b/src/IconSyncOutlined.tsx index 74d1a3b35..595c7cd79 100644 --- a/src/IconSyncOutlined.tsx +++ b/src/IconSyncOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncOutlinedFilled.tsx b/src/IconSyncOutlinedFilled.tsx index f63e8be44..38c0bea90 100644 --- a/src/IconSyncOutlinedFilled.tsx +++ b/src/IconSyncOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncProblemOutlined.tsx b/src/IconSyncProblemOutlined.tsx index f0dc5dac4..4c2f6039c 100644 --- a/src/IconSyncProblemOutlined.tsx +++ b/src/IconSyncProblemOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncProblemOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncProblemOutlinedFilled.tsx b/src/IconSyncProblemOutlinedFilled.tsx index a23040787..5a514172e 100644 --- a/src/IconSyncProblemOutlinedFilled.tsx +++ b/src/IconSyncProblemOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncProblemOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSyncProblemRounded.tsx b/src/IconSyncProblemRounded.tsx index 9269965de..15fc0709d 100644 --- a/src/IconSyncProblemRounded.tsx +++ b/src/IconSyncProblemRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncProblemRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncProblemRoundedFilled.tsx b/src/IconSyncProblemRoundedFilled.tsx index 909bf642b..3ec0030eb 100644 --- a/src/IconSyncProblemRoundedFilled.tsx +++ b/src/IconSyncProblemRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncProblemRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSyncProblemSharp.tsx b/src/IconSyncProblemSharp.tsx index 7a7cac60a..eb66effc3 100644 --- a/src/IconSyncProblemSharp.tsx +++ b/src/IconSyncProblemSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncProblemSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncProblemSharpFilled.tsx b/src/IconSyncProblemSharpFilled.tsx index fee75296c..a71ca7671 100644 --- a/src/IconSyncProblemSharpFilled.tsx +++ b/src/IconSyncProblemSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncProblemSharpFilled: React.FC = ({ ...props diff --git a/src/IconSyncRounded.tsx b/src/IconSyncRounded.tsx index 0c286ff95..fa353c9ee 100644 --- a/src/IconSyncRounded.tsx +++ b/src/IconSyncRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncRoundedFilled.tsx b/src/IconSyncRoundedFilled.tsx index 42401c45c..acb5cc156 100644 --- a/src/IconSyncRoundedFilled.tsx +++ b/src/IconSyncRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncSavedLocallyOutlined.tsx b/src/IconSyncSavedLocallyOutlined.tsx index 80e93cc71..4809a5113 100644 --- a/src/IconSyncSavedLocallyOutlined.tsx +++ b/src/IconSyncSavedLocallyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncSavedLocallyOutlined: React.FC = ({ ...props diff --git a/src/IconSyncSavedLocallyOutlinedFilled.tsx b/src/IconSyncSavedLocallyOutlinedFilled.tsx index 041a4082e..2c1d55224 100644 --- a/src/IconSyncSavedLocallyOutlinedFilled.tsx +++ b/src/IconSyncSavedLocallyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncSavedLocallyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSyncSavedLocallyRounded.tsx b/src/IconSyncSavedLocallyRounded.tsx index 243a6ef45..d22787004 100644 --- a/src/IconSyncSavedLocallyRounded.tsx +++ b/src/IconSyncSavedLocallyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncSavedLocallyRounded: React.FC = ({ ...props diff --git a/src/IconSyncSavedLocallyRoundedFilled.tsx b/src/IconSyncSavedLocallyRoundedFilled.tsx index 8588140aa..b4125435f 100644 --- a/src/IconSyncSavedLocallyRoundedFilled.tsx +++ b/src/IconSyncSavedLocallyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncSavedLocallyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSyncSavedLocallySharp.tsx b/src/IconSyncSavedLocallySharp.tsx index 1e3b9dcb6..e339697ff 100644 --- a/src/IconSyncSavedLocallySharp.tsx +++ b/src/IconSyncSavedLocallySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncSavedLocallySharp: React.FC = ({ ...props diff --git a/src/IconSyncSavedLocallySharpFilled.tsx b/src/IconSyncSavedLocallySharpFilled.tsx index 94cae02d0..63c8b212d 100644 --- a/src/IconSyncSavedLocallySharpFilled.tsx +++ b/src/IconSyncSavedLocallySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncSavedLocallySharpFilled: React.FC = ({ ...props diff --git a/src/IconSyncSharp.tsx b/src/IconSyncSharp.tsx index b6eceb3f8..f16e04639 100644 --- a/src/IconSyncSharp.tsx +++ b/src/IconSyncSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSyncSharpFilled.tsx b/src/IconSyncSharpFilled.tsx index 90e919584..574ccdeee 100644 --- a/src/IconSyncSharpFilled.tsx +++ b/src/IconSyncSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyncSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSyringeOutlined.tsx b/src/IconSyringeOutlined.tsx index dabc9439d..54f9a9b28 100644 --- a/src/IconSyringeOutlined.tsx +++ b/src/IconSyringeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyringeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSyringeOutlinedFilled.tsx b/src/IconSyringeOutlinedFilled.tsx index a011a1256..d327df26c 100644 --- a/src/IconSyringeOutlinedFilled.tsx +++ b/src/IconSyringeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyringeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSyringeRounded.tsx b/src/IconSyringeRounded.tsx index 84549466b..2fce121dd 100644 --- a/src/IconSyringeRounded.tsx +++ b/src/IconSyringeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyringeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSyringeRoundedFilled.tsx b/src/IconSyringeRoundedFilled.tsx index 6266cd851..9597717cf 100644 --- a/src/IconSyringeRoundedFilled.tsx +++ b/src/IconSyringeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyringeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSyringeSharp.tsx b/src/IconSyringeSharp.tsx index a71304bee..4eb6217a4 100644 --- a/src/IconSyringeSharp.tsx +++ b/src/IconSyringeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyringeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSyringeSharpFilled.tsx b/src/IconSyringeSharpFilled.tsx index 752d4dbd4..167310ceb 100644 --- a/src/IconSyringeSharpFilled.tsx +++ b/src/IconSyringeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSyringeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconSystemUpdateAltOutlined.tsx b/src/IconSystemUpdateAltOutlined.tsx index 2cba3c37e..214398fff 100644 --- a/src/IconSystemUpdateAltOutlined.tsx +++ b/src/IconSystemUpdateAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateAltOutlined: React.FC = ({ ...props diff --git a/src/IconSystemUpdateAltOutlinedFilled.tsx b/src/IconSystemUpdateAltOutlinedFilled.tsx index 673b73358..0f4cca4e5 100644 --- a/src/IconSystemUpdateAltOutlinedFilled.tsx +++ b/src/IconSystemUpdateAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSystemUpdateAltRounded.tsx b/src/IconSystemUpdateAltRounded.tsx index 8dcd7c2a5..91121c15e 100644 --- a/src/IconSystemUpdateAltRounded.tsx +++ b/src/IconSystemUpdateAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateAltRounded: React.FC = ({ ...props diff --git a/src/IconSystemUpdateAltRoundedFilled.tsx b/src/IconSystemUpdateAltRoundedFilled.tsx index 6cf5ccd29..ded32e9f6 100644 --- a/src/IconSystemUpdateAltRoundedFilled.tsx +++ b/src/IconSystemUpdateAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSystemUpdateAltSharp.tsx b/src/IconSystemUpdateAltSharp.tsx index 680c48041..bd0d10691 100644 --- a/src/IconSystemUpdateAltSharp.tsx +++ b/src/IconSystemUpdateAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSystemUpdateAltSharpFilled.tsx b/src/IconSystemUpdateAltSharpFilled.tsx index c56331269..24c168b7c 100644 --- a/src/IconSystemUpdateAltSharpFilled.tsx +++ b/src/IconSystemUpdateAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconSystemUpdateOutlined.tsx b/src/IconSystemUpdateOutlined.tsx index 9a9e8e164..ea2b816e4 100644 --- a/src/IconSystemUpdateOutlined.tsx +++ b/src/IconSystemUpdateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconSystemUpdateOutlinedFilled.tsx b/src/IconSystemUpdateOutlinedFilled.tsx index ef48d421d..6e64d164e 100644 --- a/src/IconSystemUpdateOutlinedFilled.tsx +++ b/src/IconSystemUpdateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconSystemUpdateRounded.tsx b/src/IconSystemUpdateRounded.tsx index 79b2694d6..9f25618e4 100644 --- a/src/IconSystemUpdateRounded.tsx +++ b/src/IconSystemUpdateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconSystemUpdateRoundedFilled.tsx b/src/IconSystemUpdateRoundedFilled.tsx index f95e9746a..87eed7b91 100644 --- a/src/IconSystemUpdateRoundedFilled.tsx +++ b/src/IconSystemUpdateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconSystemUpdateSharp.tsx b/src/IconSystemUpdateSharp.tsx index 627ee2d5b..28a495b02 100644 --- a/src/IconSystemUpdateSharp.tsx +++ b/src/IconSystemUpdateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconSystemUpdateSharpFilled.tsx b/src/IconSystemUpdateSharpFilled.tsx index 1abe1ecb1..ced94cd5c 100644 --- a/src/IconSystemUpdateSharpFilled.tsx +++ b/src/IconSystemUpdateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconSystemUpdateSharpFilled: React.FC = ({ ...props diff --git a/src/IconTabCloseInactiveOutlined.tsx b/src/IconTabCloseInactiveOutlined.tsx index 4a38b2990..fbe4f0a88 100644 --- a/src/IconTabCloseInactiveOutlined.tsx +++ b/src/IconTabCloseInactiveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseInactiveOutlined: React.FC = ({ ...props diff --git a/src/IconTabCloseInactiveOutlinedFilled.tsx b/src/IconTabCloseInactiveOutlinedFilled.tsx index c37686a0f..d295a520a 100644 --- a/src/IconTabCloseInactiveOutlinedFilled.tsx +++ b/src/IconTabCloseInactiveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseInactiveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabCloseInactiveRounded.tsx b/src/IconTabCloseInactiveRounded.tsx index 853dcd5a6..13c57ef2f 100644 --- a/src/IconTabCloseInactiveRounded.tsx +++ b/src/IconTabCloseInactiveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseInactiveRounded: React.FC = ({ ...props diff --git a/src/IconTabCloseInactiveRoundedFilled.tsx b/src/IconTabCloseInactiveRoundedFilled.tsx index 25da2e686..0a4ec2f2d 100644 --- a/src/IconTabCloseInactiveRoundedFilled.tsx +++ b/src/IconTabCloseInactiveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseInactiveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabCloseInactiveSharp.tsx b/src/IconTabCloseInactiveSharp.tsx index 86878397b..ac59a6cf0 100644 --- a/src/IconTabCloseInactiveSharp.tsx +++ b/src/IconTabCloseInactiveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseInactiveSharp: React.FC = ({ ...props diff --git a/src/IconTabCloseInactiveSharpFilled.tsx b/src/IconTabCloseInactiveSharpFilled.tsx index f8592c05d..c0cd1958b 100644 --- a/src/IconTabCloseInactiveSharpFilled.tsx +++ b/src/IconTabCloseInactiveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseInactiveSharpFilled: React.FC = ({ ...props diff --git a/src/IconTabCloseOutlined.tsx b/src/IconTabCloseOutlined.tsx index 008fa068d..219df32da 100644 --- a/src/IconTabCloseOutlined.tsx +++ b/src/IconTabCloseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabCloseOutlinedFilled.tsx b/src/IconTabCloseOutlinedFilled.tsx index 3df49e33e..8096e26c4 100644 --- a/src/IconTabCloseOutlinedFilled.tsx +++ b/src/IconTabCloseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabCloseRightOutlined.tsx b/src/IconTabCloseRightOutlined.tsx index b0fd0fc4a..6be719254 100644 --- a/src/IconTabCloseRightOutlined.tsx +++ b/src/IconTabCloseRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseRightOutlined: React.FC = ({ ...props diff --git a/src/IconTabCloseRightOutlinedFilled.tsx b/src/IconTabCloseRightOutlinedFilled.tsx index 60d291a29..ff809d48f 100644 --- a/src/IconTabCloseRightOutlinedFilled.tsx +++ b/src/IconTabCloseRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabCloseRightRounded.tsx b/src/IconTabCloseRightRounded.tsx index 73ab0c9e9..207855f0f 100644 --- a/src/IconTabCloseRightRounded.tsx +++ b/src/IconTabCloseRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabCloseRightRoundedFilled.tsx b/src/IconTabCloseRightRoundedFilled.tsx index 4970485a0..9c8a69bb8 100644 --- a/src/IconTabCloseRightRoundedFilled.tsx +++ b/src/IconTabCloseRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabCloseRightSharp.tsx b/src/IconTabCloseRightSharp.tsx index 8cba02571..ebd7b8b43 100644 --- a/src/IconTabCloseRightSharp.tsx +++ b/src/IconTabCloseRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabCloseRightSharpFilled.tsx b/src/IconTabCloseRightSharpFilled.tsx index 3d9935e6d..8dd866c7e 100644 --- a/src/IconTabCloseRightSharpFilled.tsx +++ b/src/IconTabCloseRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconTabCloseRounded.tsx b/src/IconTabCloseRounded.tsx index 4943f2ab1..b3d7c2e71 100644 --- a/src/IconTabCloseRounded.tsx +++ b/src/IconTabCloseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabCloseRoundedFilled.tsx b/src/IconTabCloseRoundedFilled.tsx index 6a4670e43..8d741ab31 100644 --- a/src/IconTabCloseRoundedFilled.tsx +++ b/src/IconTabCloseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabCloseSharp.tsx b/src/IconTabCloseSharp.tsx index c16769d22..d53441f87 100644 --- a/src/IconTabCloseSharp.tsx +++ b/src/IconTabCloseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabCloseSharpFilled.tsx b/src/IconTabCloseSharpFilled.tsx index 6e72f8f11..db4fa18db 100644 --- a/src/IconTabCloseSharpFilled.tsx +++ b/src/IconTabCloseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabCloseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabDuplicateOutlined.tsx b/src/IconTabDuplicateOutlined.tsx index 35ef14200..283914808 100644 --- a/src/IconTabDuplicateOutlined.tsx +++ b/src/IconTabDuplicateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabDuplicateOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabDuplicateOutlinedFilled.tsx b/src/IconTabDuplicateOutlinedFilled.tsx index c4e011e2d..d5566322e 100644 --- a/src/IconTabDuplicateOutlinedFilled.tsx +++ b/src/IconTabDuplicateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabDuplicateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabDuplicateRounded.tsx b/src/IconTabDuplicateRounded.tsx index b006df6c8..74a6f8e17 100644 --- a/src/IconTabDuplicateRounded.tsx +++ b/src/IconTabDuplicateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabDuplicateRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabDuplicateRoundedFilled.tsx b/src/IconTabDuplicateRoundedFilled.tsx index 03e7f8bad..4dffaab89 100644 --- a/src/IconTabDuplicateRoundedFilled.tsx +++ b/src/IconTabDuplicateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabDuplicateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabDuplicateSharp.tsx b/src/IconTabDuplicateSharp.tsx index 54082c9ab..10e6b7401 100644 --- a/src/IconTabDuplicateSharp.tsx +++ b/src/IconTabDuplicateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabDuplicateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabDuplicateSharpFilled.tsx b/src/IconTabDuplicateSharpFilled.tsx index 746d3d4a6..dba48ebf1 100644 --- a/src/IconTabDuplicateSharpFilled.tsx +++ b/src/IconTabDuplicateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabDuplicateSharpFilled: React.FC = ({ ...props diff --git a/src/IconTabGroupOutlined.tsx b/src/IconTabGroupOutlined.tsx index 46ff85c3d..937f4a1d8 100644 --- a/src/IconTabGroupOutlined.tsx +++ b/src/IconTabGroupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabGroupOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabGroupOutlinedFilled.tsx b/src/IconTabGroupOutlinedFilled.tsx index bb7b47f40..f0472a8fb 100644 --- a/src/IconTabGroupOutlinedFilled.tsx +++ b/src/IconTabGroupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabGroupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabGroupRounded.tsx b/src/IconTabGroupRounded.tsx index e54428e3c..fc3fd8794 100644 --- a/src/IconTabGroupRounded.tsx +++ b/src/IconTabGroupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabGroupRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabGroupRoundedFilled.tsx b/src/IconTabGroupRoundedFilled.tsx index 0013e4cba..2bc142ac5 100644 --- a/src/IconTabGroupRoundedFilled.tsx +++ b/src/IconTabGroupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabGroupRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabGroupSharp.tsx b/src/IconTabGroupSharp.tsx index dcd57e9cb..540981b6e 100644 --- a/src/IconTabGroupSharp.tsx +++ b/src/IconTabGroupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabGroupSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabGroupSharpFilled.tsx b/src/IconTabGroupSharpFilled.tsx index 421bd491e..2f9206f15 100644 --- a/src/IconTabGroupSharpFilled.tsx +++ b/src/IconTabGroupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabGroupSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabInactiveOutlined.tsx b/src/IconTabInactiveOutlined.tsx index 56d0e85f6..af4fd634e 100644 --- a/src/IconTabInactiveOutlined.tsx +++ b/src/IconTabInactiveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabInactiveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabInactiveOutlinedFilled.tsx b/src/IconTabInactiveOutlinedFilled.tsx index 2ffc5f067..509a84829 100644 --- a/src/IconTabInactiveOutlinedFilled.tsx +++ b/src/IconTabInactiveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabInactiveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabInactiveRounded.tsx b/src/IconTabInactiveRounded.tsx index 492cd11ea..9126dd902 100644 --- a/src/IconTabInactiveRounded.tsx +++ b/src/IconTabInactiveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabInactiveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabInactiveRoundedFilled.tsx b/src/IconTabInactiveRoundedFilled.tsx index 5e5dc0fca..d4a35538c 100644 --- a/src/IconTabInactiveRoundedFilled.tsx +++ b/src/IconTabInactiveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabInactiveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabInactiveSharp.tsx b/src/IconTabInactiveSharp.tsx index c906b41da..3c770f522 100644 --- a/src/IconTabInactiveSharp.tsx +++ b/src/IconTabInactiveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabInactiveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabInactiveSharpFilled.tsx b/src/IconTabInactiveSharpFilled.tsx index a29312b74..17e7b98fb 100644 --- a/src/IconTabInactiveSharpFilled.tsx +++ b/src/IconTabInactiveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabInactiveSharpFilled: React.FC = ({ ...props diff --git a/src/IconTabMoveOutlined.tsx b/src/IconTabMoveOutlined.tsx index 93bf7d327..ddeccfa58 100644 --- a/src/IconTabMoveOutlined.tsx +++ b/src/IconTabMoveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabMoveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabMoveOutlinedFilled.tsx b/src/IconTabMoveOutlinedFilled.tsx index e60425dfb..2c07978a6 100644 --- a/src/IconTabMoveOutlinedFilled.tsx +++ b/src/IconTabMoveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabMoveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabMoveRounded.tsx b/src/IconTabMoveRounded.tsx index b61a2b6d9..adbb85c3b 100644 --- a/src/IconTabMoveRounded.tsx +++ b/src/IconTabMoveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabMoveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabMoveRoundedFilled.tsx b/src/IconTabMoveRoundedFilled.tsx index cd9eaa966..d95b40578 100644 --- a/src/IconTabMoveRoundedFilled.tsx +++ b/src/IconTabMoveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabMoveRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabMoveSharp.tsx b/src/IconTabMoveSharp.tsx index 9920e1609..7b32bbc6c 100644 --- a/src/IconTabMoveSharp.tsx +++ b/src/IconTabMoveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabMoveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabMoveSharpFilled.tsx b/src/IconTabMoveSharpFilled.tsx index e90b8941f..6ca043431 100644 --- a/src/IconTabMoveSharpFilled.tsx +++ b/src/IconTabMoveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabMoveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabNewRightOutlined.tsx b/src/IconTabNewRightOutlined.tsx index b49e9c6c2..bb30b01b0 100644 --- a/src/IconTabNewRightOutlined.tsx +++ b/src/IconTabNewRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabNewRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabNewRightOutlinedFilled.tsx b/src/IconTabNewRightOutlinedFilled.tsx index d6d7a1e73..473a6ec90 100644 --- a/src/IconTabNewRightOutlinedFilled.tsx +++ b/src/IconTabNewRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabNewRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabNewRightRounded.tsx b/src/IconTabNewRightRounded.tsx index ad19a0e22..a8a47a6ad 100644 --- a/src/IconTabNewRightRounded.tsx +++ b/src/IconTabNewRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabNewRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabNewRightRoundedFilled.tsx b/src/IconTabNewRightRoundedFilled.tsx index b3b00ef7e..5bbd6a074 100644 --- a/src/IconTabNewRightRoundedFilled.tsx +++ b/src/IconTabNewRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabNewRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabNewRightSharp.tsx b/src/IconTabNewRightSharp.tsx index 2e2cdab80..603f3da1b 100644 --- a/src/IconTabNewRightSharp.tsx +++ b/src/IconTabNewRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabNewRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabNewRightSharpFilled.tsx b/src/IconTabNewRightSharpFilled.tsx index 80e563607..bcc78f74a 100644 --- a/src/IconTabNewRightSharpFilled.tsx +++ b/src/IconTabNewRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabNewRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconTabOutlined.tsx b/src/IconTabOutlined.tsx index 5f73f2c62..ca15fcf67 100644 --- a/src/IconTabOutlined.tsx +++ b/src/IconTabOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabOutlinedFilled.tsx b/src/IconTabOutlinedFilled.tsx index d26f090d5..55cf7b15d 100644 --- a/src/IconTabOutlinedFilled.tsx +++ b/src/IconTabOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabRecentOutlined.tsx b/src/IconTabRecentOutlined.tsx index c8a60e4fc..75e247503 100644 --- a/src/IconTabRecentOutlined.tsx +++ b/src/IconTabRecentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabRecentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabRecentOutlinedFilled.tsx b/src/IconTabRecentOutlinedFilled.tsx index d439c8342..816630c5f 100644 --- a/src/IconTabRecentOutlinedFilled.tsx +++ b/src/IconTabRecentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabRecentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabRecentRounded.tsx b/src/IconTabRecentRounded.tsx index 65cc1a019..fd44eb56c 100644 --- a/src/IconTabRecentRounded.tsx +++ b/src/IconTabRecentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabRecentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabRecentRoundedFilled.tsx b/src/IconTabRecentRoundedFilled.tsx index 856c15f5e..9fd5955ad 100644 --- a/src/IconTabRecentRoundedFilled.tsx +++ b/src/IconTabRecentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabRecentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabRecentSharp.tsx b/src/IconTabRecentSharp.tsx index e6df54033..e62498265 100644 --- a/src/IconTabRecentSharp.tsx +++ b/src/IconTabRecentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabRecentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabRecentSharpFilled.tsx b/src/IconTabRecentSharpFilled.tsx index 48a4f0037..b8f785986 100644 --- a/src/IconTabRecentSharpFilled.tsx +++ b/src/IconTabRecentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabRecentSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabRounded.tsx b/src/IconTabRounded.tsx index f64ccfb26..3d93e6b41 100644 --- a/src/IconTabRounded.tsx +++ b/src/IconTabRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabRoundedFilled.tsx b/src/IconTabRoundedFilled.tsx index 94ec4d0a3..2289469d7 100644 --- a/src/IconTabRoundedFilled.tsx +++ b/src/IconTabRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabSharp.tsx b/src/IconTabSharp.tsx index 0cb4ff94c..a65ae78e3 100644 --- a/src/IconTabSharp.tsx +++ b/src/IconTabSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabSharpFilled.tsx b/src/IconTabSharpFilled.tsx index 81bbf3094..a7c33a331 100644 --- a/src/IconTabSharpFilled.tsx +++ b/src/IconTabSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabUnselectedOutlined.tsx b/src/IconTabUnselectedOutlined.tsx index f3362fdcc..dedb51648 100644 --- a/src/IconTabUnselectedOutlined.tsx +++ b/src/IconTabUnselectedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabUnselectedOutlined: React.FC = ({ ...props diff --git a/src/IconTabUnselectedOutlinedFilled.tsx b/src/IconTabUnselectedOutlinedFilled.tsx index 7749a12b1..eb73a29c0 100644 --- a/src/IconTabUnselectedOutlinedFilled.tsx +++ b/src/IconTabUnselectedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabUnselectedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabUnselectedRounded.tsx b/src/IconTabUnselectedRounded.tsx index 759b98e18..abf0a9bc1 100644 --- a/src/IconTabUnselectedRounded.tsx +++ b/src/IconTabUnselectedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabUnselectedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabUnselectedRoundedFilled.tsx b/src/IconTabUnselectedRoundedFilled.tsx index 35179373a..43aa27256 100644 --- a/src/IconTabUnselectedRoundedFilled.tsx +++ b/src/IconTabUnselectedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabUnselectedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabUnselectedSharp.tsx b/src/IconTabUnselectedSharp.tsx index e400fd2c0..0310a36d7 100644 --- a/src/IconTabUnselectedSharp.tsx +++ b/src/IconTabUnselectedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabUnselectedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabUnselectedSharpFilled.tsx b/src/IconTabUnselectedSharpFilled.tsx index 5d54c062b..9f9eec62e 100644 --- a/src/IconTabUnselectedSharpFilled.tsx +++ b/src/IconTabUnselectedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabUnselectedSharpFilled: React.FC = ({ ...props diff --git a/src/IconTableBarOutlined.tsx b/src/IconTableBarOutlined.tsx index 0d416df4f..b65280710 100644 --- a/src/IconTableBarOutlined.tsx +++ b/src/IconTableBarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableBarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTableBarOutlinedFilled.tsx b/src/IconTableBarOutlinedFilled.tsx index 14f06cc26..8a6fdbb62 100644 --- a/src/IconTableBarOutlinedFilled.tsx +++ b/src/IconTableBarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableBarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTableBarRounded.tsx b/src/IconTableBarRounded.tsx index 3b10a9e06..e378b52f9 100644 --- a/src/IconTableBarRounded.tsx +++ b/src/IconTableBarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableBarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTableBarRoundedFilled.tsx b/src/IconTableBarRoundedFilled.tsx index bf550ae50..60d49876c 100644 --- a/src/IconTableBarRoundedFilled.tsx +++ b/src/IconTableBarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableBarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTableBarSharp.tsx b/src/IconTableBarSharp.tsx index 25cac4567..f90df450c 100644 --- a/src/IconTableBarSharp.tsx +++ b/src/IconTableBarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableBarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTableBarSharpFilled.tsx b/src/IconTableBarSharpFilled.tsx index e38655f10..35ec5f23b 100644 --- a/src/IconTableBarSharpFilled.tsx +++ b/src/IconTableBarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableBarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTableChartOutlined.tsx b/src/IconTableChartOutlined.tsx index 37bb1f029..1807afdf2 100644 --- a/src/IconTableChartOutlined.tsx +++ b/src/IconTableChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTableChartOutlinedFilled.tsx b/src/IconTableChartOutlinedFilled.tsx index 653248ffc..557068a92 100644 --- a/src/IconTableChartOutlinedFilled.tsx +++ b/src/IconTableChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTableChartRounded.tsx b/src/IconTableChartRounded.tsx index 5fa7ba56f..9bcedb7ac 100644 --- a/src/IconTableChartRounded.tsx +++ b/src/IconTableChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTableChartRoundedFilled.tsx b/src/IconTableChartRoundedFilled.tsx index 1fcce7ad1..d3b6343b4 100644 --- a/src/IconTableChartRoundedFilled.tsx +++ b/src/IconTableChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTableChartSharp.tsx b/src/IconTableChartSharp.tsx index c10b2f9d3..8a27163dd 100644 --- a/src/IconTableChartSharp.tsx +++ b/src/IconTableChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTableChartSharpFilled.tsx b/src/IconTableChartSharpFilled.tsx index 5aa847dde..b850033fe 100644 --- a/src/IconTableChartSharpFilled.tsx +++ b/src/IconTableChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconTableChartViewOutlined.tsx b/src/IconTableChartViewOutlined.tsx index e85baf4f4..94c481255 100644 --- a/src/IconTableChartViewOutlined.tsx +++ b/src/IconTableChartViewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartViewOutlined: React.FC = ({ ...props diff --git a/src/IconTableChartViewOutlinedFilled.tsx b/src/IconTableChartViewOutlinedFilled.tsx index 313f3377d..b5c6d4195 100644 --- a/src/IconTableChartViewOutlinedFilled.tsx +++ b/src/IconTableChartViewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartViewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTableChartViewRounded.tsx b/src/IconTableChartViewRounded.tsx index 32822960b..627ffada5 100644 --- a/src/IconTableChartViewRounded.tsx +++ b/src/IconTableChartViewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartViewRounded: React.FC = ({ ...props diff --git a/src/IconTableChartViewRoundedFilled.tsx b/src/IconTableChartViewRoundedFilled.tsx index 1fd8a4fa8..8541dd2ed 100644 --- a/src/IconTableChartViewRoundedFilled.tsx +++ b/src/IconTableChartViewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartViewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTableChartViewSharp.tsx b/src/IconTableChartViewSharp.tsx index fde467d4a..57a4cf822 100644 --- a/src/IconTableChartViewSharp.tsx +++ b/src/IconTableChartViewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartViewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTableChartViewSharpFilled.tsx b/src/IconTableChartViewSharpFilled.tsx index 99d2f0980..a2988b9e0 100644 --- a/src/IconTableChartViewSharpFilled.tsx +++ b/src/IconTableChartViewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableChartViewSharpFilled: React.FC = ({ ...props diff --git a/src/IconTableEyeOutlined.tsx b/src/IconTableEyeOutlined.tsx index 23d9092a7..10065bbdc 100644 --- a/src/IconTableEyeOutlined.tsx +++ b/src/IconTableEyeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableEyeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTableEyeOutlinedFilled.tsx b/src/IconTableEyeOutlinedFilled.tsx index b55f46448..ac694fd74 100644 --- a/src/IconTableEyeOutlinedFilled.tsx +++ b/src/IconTableEyeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableEyeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTableEyeRounded.tsx b/src/IconTableEyeRounded.tsx index 5d87867a8..60b31ac41 100644 --- a/src/IconTableEyeRounded.tsx +++ b/src/IconTableEyeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableEyeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTableEyeRoundedFilled.tsx b/src/IconTableEyeRoundedFilled.tsx index ef9aaaddb..7aab07b63 100644 --- a/src/IconTableEyeRoundedFilled.tsx +++ b/src/IconTableEyeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableEyeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTableEyeSharp.tsx b/src/IconTableEyeSharp.tsx index 7ac9e08aa..01264caa7 100644 --- a/src/IconTableEyeSharp.tsx +++ b/src/IconTableEyeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableEyeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTableEyeSharpFilled.tsx b/src/IconTableEyeSharpFilled.tsx index ff5e4626e..b7f323255 100644 --- a/src/IconTableEyeSharpFilled.tsx +++ b/src/IconTableEyeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableEyeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTableLampOutlined.tsx b/src/IconTableLampOutlined.tsx index 5ef2a8f49..4c133d74d 100644 --- a/src/IconTableLampOutlined.tsx +++ b/src/IconTableLampOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableLampOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTableLampOutlinedFilled.tsx b/src/IconTableLampOutlinedFilled.tsx index 4e3b95d50..93da86e31 100644 --- a/src/IconTableLampOutlinedFilled.tsx +++ b/src/IconTableLampOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableLampOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTableLampRounded.tsx b/src/IconTableLampRounded.tsx index 29a813c17..e7973d034 100644 --- a/src/IconTableLampRounded.tsx +++ b/src/IconTableLampRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableLampRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTableLampRoundedFilled.tsx b/src/IconTableLampRoundedFilled.tsx index b8ad14888..8fcf9cd07 100644 --- a/src/IconTableLampRoundedFilled.tsx +++ b/src/IconTableLampRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableLampRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTableLampSharp.tsx b/src/IconTableLampSharp.tsx index f5874dc7e..2acf1cfda 100644 --- a/src/IconTableLampSharp.tsx +++ b/src/IconTableLampSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableLampSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTableLampSharpFilled.tsx b/src/IconTableLampSharpFilled.tsx index cc42fc9a2..44878eb61 100644 --- a/src/IconTableLampSharpFilled.tsx +++ b/src/IconTableLampSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableLampSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTableOutlined.tsx b/src/IconTableOutlined.tsx index 149e1eff4..c8eea242c 100644 --- a/src/IconTableOutlined.tsx +++ b/src/IconTableOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTableOutlinedFilled.tsx b/src/IconTableOutlinedFilled.tsx index ab8c61a1b..6334277c0 100644 --- a/src/IconTableOutlinedFilled.tsx +++ b/src/IconTableOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTableRestaurantOutlined.tsx b/src/IconTableRestaurantOutlined.tsx index 51af06e9a..50a5f6829 100644 --- a/src/IconTableRestaurantOutlined.tsx +++ b/src/IconTableRestaurantOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRestaurantOutlined: React.FC = ({ ...props diff --git a/src/IconTableRestaurantOutlinedFilled.tsx b/src/IconTableRestaurantOutlinedFilled.tsx index fea5fd90d..c46cc1c76 100644 --- a/src/IconTableRestaurantOutlinedFilled.tsx +++ b/src/IconTableRestaurantOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRestaurantOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTableRestaurantRounded.tsx b/src/IconTableRestaurantRounded.tsx index f819867f5..027418e04 100644 --- a/src/IconTableRestaurantRounded.tsx +++ b/src/IconTableRestaurantRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRestaurantRounded: React.FC = ({ ...props diff --git a/src/IconTableRestaurantRoundedFilled.tsx b/src/IconTableRestaurantRoundedFilled.tsx index 4aba106e5..af4da68a0 100644 --- a/src/IconTableRestaurantRoundedFilled.tsx +++ b/src/IconTableRestaurantRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRestaurantRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTableRestaurantSharp.tsx b/src/IconTableRestaurantSharp.tsx index de3404330..d41be64b3 100644 --- a/src/IconTableRestaurantSharp.tsx +++ b/src/IconTableRestaurantSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRestaurantSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTableRestaurantSharpFilled.tsx b/src/IconTableRestaurantSharpFilled.tsx index d96b662e2..65b54ca0b 100644 --- a/src/IconTableRestaurantSharpFilled.tsx +++ b/src/IconTableRestaurantSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRestaurantSharpFilled: React.FC = ({ ...props diff --git a/src/IconTableRounded.tsx b/src/IconTableRounded.tsx index 741ca966c..fe7d0eb59 100644 --- a/src/IconTableRounded.tsx +++ b/src/IconTableRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTableRoundedFilled.tsx b/src/IconTableRoundedFilled.tsx index e648c0eb4..d26f6f6d0 100644 --- a/src/IconTableRoundedFilled.tsx +++ b/src/IconTableRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTableRowsNarrowOutlined.tsx b/src/IconTableRowsNarrowOutlined.tsx index 7da53818c..cb2341b9c 100644 --- a/src/IconTableRowsNarrowOutlined.tsx +++ b/src/IconTableRowsNarrowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsNarrowOutlined: React.FC = ({ ...props diff --git a/src/IconTableRowsNarrowOutlinedFilled.tsx b/src/IconTableRowsNarrowOutlinedFilled.tsx index de33f6aab..09fb65605 100644 --- a/src/IconTableRowsNarrowOutlinedFilled.tsx +++ b/src/IconTableRowsNarrowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsNarrowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTableRowsNarrowRounded.tsx b/src/IconTableRowsNarrowRounded.tsx index 8098180d1..f73143b1a 100644 --- a/src/IconTableRowsNarrowRounded.tsx +++ b/src/IconTableRowsNarrowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsNarrowRounded: React.FC = ({ ...props diff --git a/src/IconTableRowsNarrowRoundedFilled.tsx b/src/IconTableRowsNarrowRoundedFilled.tsx index 29aaef411..a38fb2051 100644 --- a/src/IconTableRowsNarrowRoundedFilled.tsx +++ b/src/IconTableRowsNarrowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsNarrowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTableRowsNarrowSharp.tsx b/src/IconTableRowsNarrowSharp.tsx index aa34b74d5..4a8b26c17 100644 --- a/src/IconTableRowsNarrowSharp.tsx +++ b/src/IconTableRowsNarrowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsNarrowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTableRowsNarrowSharpFilled.tsx b/src/IconTableRowsNarrowSharpFilled.tsx index d4b12d120..18d932699 100644 --- a/src/IconTableRowsNarrowSharpFilled.tsx +++ b/src/IconTableRowsNarrowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsNarrowSharpFilled: React.FC = ({ ...props diff --git a/src/IconTableRowsOutlined.tsx b/src/IconTableRowsOutlined.tsx index e60024003..2c9716fe2 100644 --- a/src/IconTableRowsOutlined.tsx +++ b/src/IconTableRowsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTableRowsOutlinedFilled.tsx b/src/IconTableRowsOutlinedFilled.tsx index 985832f12..7b4a5ab61 100644 --- a/src/IconTableRowsOutlinedFilled.tsx +++ b/src/IconTableRowsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTableRowsRounded.tsx b/src/IconTableRowsRounded.tsx index 2ef43ed8d..922ac8360 100644 --- a/src/IconTableRowsRounded.tsx +++ b/src/IconTableRowsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTableRowsRoundedFilled.tsx b/src/IconTableRowsRoundedFilled.tsx index 6f01354f6..94ba0a49b 100644 --- a/src/IconTableRowsRoundedFilled.tsx +++ b/src/IconTableRowsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTableRowsSharp.tsx b/src/IconTableRowsSharp.tsx index 584daaa6f..12712f51b 100644 --- a/src/IconTableRowsSharp.tsx +++ b/src/IconTableRowsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTableRowsSharpFilled.tsx b/src/IconTableRowsSharpFilled.tsx index edbebc4e7..ec92934e1 100644 --- a/src/IconTableRowsSharpFilled.tsx +++ b/src/IconTableRowsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableRowsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTableSharp.tsx b/src/IconTableSharp.tsx index d2f0c7e9a..f8f27ff08 100644 --- a/src/IconTableSharp.tsx +++ b/src/IconTableSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTableSharpFilled.tsx b/src/IconTableSharpFilled.tsx index fb00ccb8a..fb30a2d75 100644 --- a/src/IconTableSharpFilled.tsx +++ b/src/IconTableSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTableViewOutlined.tsx b/src/IconTableViewOutlined.tsx index 0802a439f..d9e1f093b 100644 --- a/src/IconTableViewOutlined.tsx +++ b/src/IconTableViewOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableViewOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTableViewOutlinedFilled.tsx b/src/IconTableViewOutlinedFilled.tsx index ad00024c9..892a3e1c9 100644 --- a/src/IconTableViewOutlinedFilled.tsx +++ b/src/IconTableViewOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableViewOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTableViewRounded.tsx b/src/IconTableViewRounded.tsx index 6a3a6c15f..74e62c995 100644 --- a/src/IconTableViewRounded.tsx +++ b/src/IconTableViewRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableViewRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTableViewRoundedFilled.tsx b/src/IconTableViewRoundedFilled.tsx index d841208ea..17132e5ee 100644 --- a/src/IconTableViewRoundedFilled.tsx +++ b/src/IconTableViewRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableViewRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTableViewSharp.tsx b/src/IconTableViewSharp.tsx index d8cd28fcc..ab45a84e7 100644 --- a/src/IconTableViewSharp.tsx +++ b/src/IconTableViewSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableViewSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTableViewSharpFilled.tsx b/src/IconTableViewSharpFilled.tsx index ad936f34b..e3699ebaa 100644 --- a/src/IconTableViewSharpFilled.tsx +++ b/src/IconTableViewSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTableViewSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletAndroidOutlined.tsx b/src/IconTabletAndroidOutlined.tsx index e753ea23f..a8763bff8 100644 --- a/src/IconTabletAndroidOutlined.tsx +++ b/src/IconTabletAndroidOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletAndroidOutlined: React.FC = ({ ...props diff --git a/src/IconTabletAndroidOutlinedFilled.tsx b/src/IconTabletAndroidOutlinedFilled.tsx index fcedc95fa..6a6f89218 100644 --- a/src/IconTabletAndroidOutlinedFilled.tsx +++ b/src/IconTabletAndroidOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletAndroidOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabletAndroidRounded.tsx b/src/IconTabletAndroidRounded.tsx index 4da31a7f7..08aa89c34 100644 --- a/src/IconTabletAndroidRounded.tsx +++ b/src/IconTabletAndroidRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletAndroidRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletAndroidRoundedFilled.tsx b/src/IconTabletAndroidRoundedFilled.tsx index 9860f752d..c95d805e7 100644 --- a/src/IconTabletAndroidRoundedFilled.tsx +++ b/src/IconTabletAndroidRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletAndroidRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabletAndroidSharp.tsx b/src/IconTabletAndroidSharp.tsx index f986edd23..beca7deaf 100644 --- a/src/IconTabletAndroidSharp.tsx +++ b/src/IconTabletAndroidSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletAndroidSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletAndroidSharpFilled.tsx b/src/IconTabletAndroidSharpFilled.tsx index 25c6a1587..43fb21642 100644 --- a/src/IconTabletAndroidSharpFilled.tsx +++ b/src/IconTabletAndroidSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletAndroidSharpFilled: React.FC = ({ ...props diff --git a/src/IconTabletCameraOutlined.tsx b/src/IconTabletCameraOutlined.tsx index f7cf3367e..1c8f83559 100644 --- a/src/IconTabletCameraOutlined.tsx +++ b/src/IconTabletCameraOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletCameraOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletCameraOutlinedFilled.tsx b/src/IconTabletCameraOutlinedFilled.tsx index 4981864e3..6efec0967 100644 --- a/src/IconTabletCameraOutlinedFilled.tsx +++ b/src/IconTabletCameraOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletCameraOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabletCameraRounded.tsx b/src/IconTabletCameraRounded.tsx index 7ff3b36af..4f3548444 100644 --- a/src/IconTabletCameraRounded.tsx +++ b/src/IconTabletCameraRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletCameraRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletCameraRoundedFilled.tsx b/src/IconTabletCameraRoundedFilled.tsx index 5497182c1..3de496308 100644 --- a/src/IconTabletCameraRoundedFilled.tsx +++ b/src/IconTabletCameraRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletCameraRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabletCameraSharp.tsx b/src/IconTabletCameraSharp.tsx index 0a5b2d598..b235d85cd 100644 --- a/src/IconTabletCameraSharp.tsx +++ b/src/IconTabletCameraSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletCameraSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletCameraSharpFilled.tsx b/src/IconTabletCameraSharpFilled.tsx index e0a778867..0b99ec69e 100644 --- a/src/IconTabletCameraSharpFilled.tsx +++ b/src/IconTabletCameraSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletCameraSharpFilled: React.FC = ({ ...props diff --git a/src/IconTabletMacOutlined.tsx b/src/IconTabletMacOutlined.tsx index 92d6037f6..c3b7cb613 100644 --- a/src/IconTabletMacOutlined.tsx +++ b/src/IconTabletMacOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletMacOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletMacOutlinedFilled.tsx b/src/IconTabletMacOutlinedFilled.tsx index 5352c5746..309456185 100644 --- a/src/IconTabletMacOutlinedFilled.tsx +++ b/src/IconTabletMacOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletMacOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTabletMacRounded.tsx b/src/IconTabletMacRounded.tsx index 50fa56f1d..fd72b3b12 100644 --- a/src/IconTabletMacRounded.tsx +++ b/src/IconTabletMacRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletMacRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletMacRoundedFilled.tsx b/src/IconTabletMacRoundedFilled.tsx index f2c28cd47..a1f7a4417 100644 --- a/src/IconTabletMacRoundedFilled.tsx +++ b/src/IconTabletMacRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletMacRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTabletMacSharp.tsx b/src/IconTabletMacSharp.tsx index 91665de2f..ad910d804 100644 --- a/src/IconTabletMacSharp.tsx +++ b/src/IconTabletMacSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletMacSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletMacSharpFilled.tsx b/src/IconTabletMacSharpFilled.tsx index d909921d4..4197295ca 100644 --- a/src/IconTabletMacSharpFilled.tsx +++ b/src/IconTabletMacSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletMacSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletOutlined.tsx b/src/IconTabletOutlined.tsx index 1a43e0959..42af90358 100644 --- a/src/IconTabletOutlined.tsx +++ b/src/IconTabletOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletOutlinedFilled.tsx b/src/IconTabletOutlinedFilled.tsx index 30207cd13..7bc4e29f4 100644 --- a/src/IconTabletOutlinedFilled.tsx +++ b/src/IconTabletOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletRounded.tsx b/src/IconTabletRounded.tsx index ada95b0db..620abdca7 100644 --- a/src/IconTabletRounded.tsx +++ b/src/IconTabletRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletRoundedFilled.tsx b/src/IconTabletRoundedFilled.tsx index 685dbbb51..180f8017f 100644 --- a/src/IconTabletRoundedFilled.tsx +++ b/src/IconTabletRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletSharp.tsx b/src/IconTabletSharp.tsx index 574cf93fb..ef5668744 100644 --- a/src/IconTabletSharp.tsx +++ b/src/IconTabletSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabletSharpFilled.tsx b/src/IconTabletSharpFilled.tsx index f0bf0e550..506d2f79b 100644 --- a/src/IconTabletSharpFilled.tsx +++ b/src/IconTabletSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabletSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabsOutlined.tsx b/src/IconTabsOutlined.tsx index 7cc96fbd8..3c5528b97 100644 --- a/src/IconTabsOutlined.tsx +++ b/src/IconTabsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTabsOutlinedFilled.tsx b/src/IconTabsOutlinedFilled.tsx index b6d49f8e7..39a6b5d0d 100644 --- a/src/IconTabsOutlinedFilled.tsx +++ b/src/IconTabsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabsOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabsRounded.tsx b/src/IconTabsRounded.tsx index 140faa334..36533e20b 100644 --- a/src/IconTabsRounded.tsx +++ b/src/IconTabsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTabsRoundedFilled.tsx b/src/IconTabsRoundedFilled.tsx index 7fd6da945..c0a32e72b 100644 --- a/src/IconTabsRoundedFilled.tsx +++ b/src/IconTabsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTabsSharp.tsx b/src/IconTabsSharp.tsx index d0a99ded7..432b626a6 100644 --- a/src/IconTabsSharp.tsx +++ b/src/IconTabsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTabsSharpFilled.tsx b/src/IconTabsSharpFilled.tsx index 0d243e6d1..681e395ad 100644 --- a/src/IconTabsSharpFilled.tsx +++ b/src/IconTabsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTabsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTacticOutlined.tsx b/src/IconTacticOutlined.tsx index f272e8db9..99d17a77b 100644 --- a/src/IconTacticOutlined.tsx +++ b/src/IconTacticOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTacticOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTacticOutlinedFilled.tsx b/src/IconTacticOutlinedFilled.tsx index ce42d8de0..fc453f584 100644 --- a/src/IconTacticOutlinedFilled.tsx +++ b/src/IconTacticOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTacticOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTacticRounded.tsx b/src/IconTacticRounded.tsx index 43ae38834..44fb425b4 100644 --- a/src/IconTacticRounded.tsx +++ b/src/IconTacticRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTacticRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTacticRoundedFilled.tsx b/src/IconTacticRoundedFilled.tsx index 338da2c08..83c504db3 100644 --- a/src/IconTacticRoundedFilled.tsx +++ b/src/IconTacticRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTacticRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTacticSharp.tsx b/src/IconTacticSharp.tsx index 2c779050c..83871bd35 100644 --- a/src/IconTacticSharp.tsx +++ b/src/IconTacticSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTacticSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTacticSharpFilled.tsx b/src/IconTacticSharpFilled.tsx index 2d1e7f227..0ce499719 100644 --- a/src/IconTacticSharpFilled.tsx +++ b/src/IconTacticSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTacticSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTagOutlined.tsx b/src/IconTagOutlined.tsx index b12a26abe..c018d1948 100644 --- a/src/IconTagOutlined.tsx +++ b/src/IconTagOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTagOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTagOutlinedFilled.tsx b/src/IconTagOutlinedFilled.tsx index 9b96894e6..5de28c319 100644 --- a/src/IconTagOutlinedFilled.tsx +++ b/src/IconTagOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTagOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTagRounded.tsx b/src/IconTagRounded.tsx index 86ca1daeb..c5e3df2b8 100644 --- a/src/IconTagRounded.tsx +++ b/src/IconTagRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTagRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTagRoundedFilled.tsx b/src/IconTagRoundedFilled.tsx index 3aae33ce6..fb6ef622b 100644 --- a/src/IconTagRoundedFilled.tsx +++ b/src/IconTagRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTagRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTagSharp.tsx b/src/IconTagSharp.tsx index 5325925f0..7734cee23 100644 --- a/src/IconTagSharp.tsx +++ b/src/IconTagSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTagSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTagSharpFilled.tsx b/src/IconTagSharpFilled.tsx index b1f081a39..59c266655 100644 --- a/src/IconTagSharpFilled.tsx +++ b/src/IconTagSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTagSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTakeoutDiningOutlined.tsx b/src/IconTakeoutDiningOutlined.tsx index fccb0b72f..dfaad9223 100644 --- a/src/IconTakeoutDiningOutlined.tsx +++ b/src/IconTakeoutDiningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTakeoutDiningOutlined: React.FC = ({ ...props diff --git a/src/IconTakeoutDiningOutlinedFilled.tsx b/src/IconTakeoutDiningOutlinedFilled.tsx index 9df5a167d..1e305dce9 100644 --- a/src/IconTakeoutDiningOutlinedFilled.tsx +++ b/src/IconTakeoutDiningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTakeoutDiningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTakeoutDiningRounded.tsx b/src/IconTakeoutDiningRounded.tsx index da54e38f2..7937a326a 100644 --- a/src/IconTakeoutDiningRounded.tsx +++ b/src/IconTakeoutDiningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTakeoutDiningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTakeoutDiningRoundedFilled.tsx b/src/IconTakeoutDiningRoundedFilled.tsx index 349124895..00aab3c8a 100644 --- a/src/IconTakeoutDiningRoundedFilled.tsx +++ b/src/IconTakeoutDiningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTakeoutDiningRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTakeoutDiningSharp.tsx b/src/IconTakeoutDiningSharp.tsx index 64cc55538..46329c10e 100644 --- a/src/IconTakeoutDiningSharp.tsx +++ b/src/IconTakeoutDiningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTakeoutDiningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTakeoutDiningSharpFilled.tsx b/src/IconTakeoutDiningSharpFilled.tsx index 98253fce8..4dbc49775 100644 --- a/src/IconTakeoutDiningSharpFilled.tsx +++ b/src/IconTakeoutDiningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTakeoutDiningSharpFilled: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOffOutlined.tsx b/src/IconTamperDetectionOffOutlined.tsx index 5f16713fd..7c5295db5 100644 --- a/src/IconTamperDetectionOffOutlined.tsx +++ b/src/IconTamperDetectionOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOffOutlined: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOffOutlinedFilled.tsx b/src/IconTamperDetectionOffOutlinedFilled.tsx index 6f4b8849e..470cb0ddb 100644 --- a/src/IconTamperDetectionOffOutlinedFilled.tsx +++ b/src/IconTamperDetectionOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOffRounded.tsx b/src/IconTamperDetectionOffRounded.tsx index ddb68ad18..d792c8c9a 100644 --- a/src/IconTamperDetectionOffRounded.tsx +++ b/src/IconTamperDetectionOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOffRounded: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOffRoundedFilled.tsx b/src/IconTamperDetectionOffRoundedFilled.tsx index 8cbb69296..ea5957892 100644 --- a/src/IconTamperDetectionOffRoundedFilled.tsx +++ b/src/IconTamperDetectionOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOffSharp.tsx b/src/IconTamperDetectionOffSharp.tsx index 20058af79..62a713a42 100644 --- a/src/IconTamperDetectionOffSharp.tsx +++ b/src/IconTamperDetectionOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOffSharp: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOffSharpFilled.tsx b/src/IconTamperDetectionOffSharpFilled.tsx index 73a84e858..e2b13827a 100644 --- a/src/IconTamperDetectionOffSharpFilled.tsx +++ b/src/IconTamperDetectionOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOnOutlined.tsx b/src/IconTamperDetectionOnOutlined.tsx index 0f143a724..ba98f1ab4 100644 --- a/src/IconTamperDetectionOnOutlined.tsx +++ b/src/IconTamperDetectionOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOnOutlined: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOnOutlinedFilled.tsx b/src/IconTamperDetectionOnOutlinedFilled.tsx index 18b8db329..379c0329b 100644 --- a/src/IconTamperDetectionOnOutlinedFilled.tsx +++ b/src/IconTamperDetectionOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOnRounded.tsx b/src/IconTamperDetectionOnRounded.tsx index 7c990d369..0bad82303 100644 --- a/src/IconTamperDetectionOnRounded.tsx +++ b/src/IconTamperDetectionOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOnRounded: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOnRoundedFilled.tsx b/src/IconTamperDetectionOnRoundedFilled.tsx index 3d098c75b..a376ec45f 100644 --- a/src/IconTamperDetectionOnRoundedFilled.tsx +++ b/src/IconTamperDetectionOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOnSharp.tsx b/src/IconTamperDetectionOnSharp.tsx index e888474c8..b600e18dd 100644 --- a/src/IconTamperDetectionOnSharp.tsx +++ b/src/IconTamperDetectionOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOnSharp: React.FC = ({ ...props diff --git a/src/IconTamperDetectionOnSharpFilled.tsx b/src/IconTamperDetectionOnSharpFilled.tsx index df99df0ec..92669c5c6 100644 --- a/src/IconTamperDetectionOnSharpFilled.tsx +++ b/src/IconTamperDetectionOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTamperDetectionOnSharpFilled: React.FC = ({ ...props diff --git a/src/IconTapAndPlayOutlined.tsx b/src/IconTapAndPlayOutlined.tsx index 97543b16b..593bf6dd3 100644 --- a/src/IconTapAndPlayOutlined.tsx +++ b/src/IconTapAndPlayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapAndPlayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTapAndPlayOutlinedFilled.tsx b/src/IconTapAndPlayOutlinedFilled.tsx index 33d146870..3e510113b 100644 --- a/src/IconTapAndPlayOutlinedFilled.tsx +++ b/src/IconTapAndPlayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapAndPlayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTapAndPlayRounded.tsx b/src/IconTapAndPlayRounded.tsx index 6e55b9478..072be9717 100644 --- a/src/IconTapAndPlayRounded.tsx +++ b/src/IconTapAndPlayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapAndPlayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTapAndPlayRoundedFilled.tsx b/src/IconTapAndPlayRoundedFilled.tsx index d8d72ff6d..a9dd84bca 100644 --- a/src/IconTapAndPlayRoundedFilled.tsx +++ b/src/IconTapAndPlayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapAndPlayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTapAndPlaySharp.tsx b/src/IconTapAndPlaySharp.tsx index 737d1e3c5..6cb1871b4 100644 --- a/src/IconTapAndPlaySharp.tsx +++ b/src/IconTapAndPlaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapAndPlaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTapAndPlaySharpFilled.tsx b/src/IconTapAndPlaySharpFilled.tsx index c1847f7d2..936beb011 100644 --- a/src/IconTapAndPlaySharpFilled.tsx +++ b/src/IconTapAndPlaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapAndPlaySharpFilled: React.FC = ({ ...props diff --git a/src/IconTapasOutlined.tsx b/src/IconTapasOutlined.tsx index 10ba34464..3b94f81b5 100644 --- a/src/IconTapasOutlined.tsx +++ b/src/IconTapasOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapasOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTapasOutlinedFilled.tsx b/src/IconTapasOutlinedFilled.tsx index 7ceb761a1..7be03b81e 100644 --- a/src/IconTapasOutlinedFilled.tsx +++ b/src/IconTapasOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapasOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTapasRounded.tsx b/src/IconTapasRounded.tsx index d3228f5c2..2f2f5bbff 100644 --- a/src/IconTapasRounded.tsx +++ b/src/IconTapasRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapasRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTapasRoundedFilled.tsx b/src/IconTapasRoundedFilled.tsx index 74582effa..705a4e904 100644 --- a/src/IconTapasRoundedFilled.tsx +++ b/src/IconTapasRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapasRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTapasSharp.tsx b/src/IconTapasSharp.tsx index 8f8f270db..0336aca62 100644 --- a/src/IconTapasSharp.tsx +++ b/src/IconTapasSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapasSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTapasSharpFilled.tsx b/src/IconTapasSharpFilled.tsx index b1f8bc532..1878baccb 100644 --- a/src/IconTapasSharpFilled.tsx +++ b/src/IconTapasSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTapasSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTargetOutlined.tsx b/src/IconTargetOutlined.tsx index 24508a147..d9358de01 100644 --- a/src/IconTargetOutlined.tsx +++ b/src/IconTargetOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTargetOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTargetOutlinedFilled.tsx b/src/IconTargetOutlinedFilled.tsx index f780106dc..334280b1c 100644 --- a/src/IconTargetOutlinedFilled.tsx +++ b/src/IconTargetOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTargetOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTargetRounded.tsx b/src/IconTargetRounded.tsx index 0052bab49..261350fc7 100644 --- a/src/IconTargetRounded.tsx +++ b/src/IconTargetRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTargetRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTargetRoundedFilled.tsx b/src/IconTargetRoundedFilled.tsx index 103d9da8f..f7f67243b 100644 --- a/src/IconTargetRoundedFilled.tsx +++ b/src/IconTargetRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTargetRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTargetSharp.tsx b/src/IconTargetSharp.tsx index 8657ab36a..89d27105c 100644 --- a/src/IconTargetSharp.tsx +++ b/src/IconTargetSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTargetSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTargetSharpFilled.tsx b/src/IconTargetSharpFilled.tsx index b5ef4a269..b76e159c8 100644 --- a/src/IconTargetSharpFilled.tsx +++ b/src/IconTargetSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTargetSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTaskAltOutlined.tsx b/src/IconTaskAltOutlined.tsx index 3d52923d5..643bddad6 100644 --- a/src/IconTaskAltOutlined.tsx +++ b/src/IconTaskAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTaskAltOutlinedFilled.tsx b/src/IconTaskAltOutlinedFilled.tsx index 6d6044b11..1a0076b9a 100644 --- a/src/IconTaskAltOutlinedFilled.tsx +++ b/src/IconTaskAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTaskAltRounded.tsx b/src/IconTaskAltRounded.tsx index b646d1aeb..fd6104919 100644 --- a/src/IconTaskAltRounded.tsx +++ b/src/IconTaskAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTaskAltRoundedFilled.tsx b/src/IconTaskAltRoundedFilled.tsx index 67864907e..9208a8f4e 100644 --- a/src/IconTaskAltRoundedFilled.tsx +++ b/src/IconTaskAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskAltRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTaskAltSharp.tsx b/src/IconTaskAltSharp.tsx index dcad931eb..df21e35a4 100644 --- a/src/IconTaskAltSharp.tsx +++ b/src/IconTaskAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTaskAltSharpFilled.tsx b/src/IconTaskAltSharpFilled.tsx index 523a7f49c..ab6dd02e8 100644 --- a/src/IconTaskAltSharpFilled.tsx +++ b/src/IconTaskAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskAltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTaskOutlined.tsx b/src/IconTaskOutlined.tsx index b8fc5caa5..81dad1a82 100644 --- a/src/IconTaskOutlined.tsx +++ b/src/IconTaskOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTaskOutlinedFilled.tsx b/src/IconTaskOutlinedFilled.tsx index 08160b108..6463dfdb9 100644 --- a/src/IconTaskOutlinedFilled.tsx +++ b/src/IconTaskOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTaskRounded.tsx b/src/IconTaskRounded.tsx index 7613cecbe..e52adc7a2 100644 --- a/src/IconTaskRounded.tsx +++ b/src/IconTaskRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTaskRoundedFilled.tsx b/src/IconTaskRoundedFilled.tsx index 27f598929..a7c5cd9bd 100644 --- a/src/IconTaskRoundedFilled.tsx +++ b/src/IconTaskRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTaskSharp.tsx b/src/IconTaskSharp.tsx index 614f0b19b..a38bb9064 100644 --- a/src/IconTaskSharp.tsx +++ b/src/IconTaskSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTaskSharpFilled.tsx b/src/IconTaskSharpFilled.tsx index ec2fc4fec..a5e8b4e6b 100644 --- a/src/IconTaskSharpFilled.tsx +++ b/src/IconTaskSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaskSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTauntOutlined.tsx b/src/IconTauntOutlined.tsx index ff774985d..c002be178 100644 --- a/src/IconTauntOutlined.tsx +++ b/src/IconTauntOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTauntOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTauntOutlinedFilled.tsx b/src/IconTauntOutlinedFilled.tsx index dcd712056..57f6e526f 100644 --- a/src/IconTauntOutlinedFilled.tsx +++ b/src/IconTauntOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTauntOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTauntRounded.tsx b/src/IconTauntRounded.tsx index ead4cd024..c2dade892 100644 --- a/src/IconTauntRounded.tsx +++ b/src/IconTauntRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTauntRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTauntRoundedFilled.tsx b/src/IconTauntRoundedFilled.tsx index d9b52c269..596f05129 100644 --- a/src/IconTauntRoundedFilled.tsx +++ b/src/IconTauntRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTauntRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTauntSharp.tsx b/src/IconTauntSharp.tsx index d7d7935d7..e7c2f25dd 100644 --- a/src/IconTauntSharp.tsx +++ b/src/IconTauntSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTauntSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTauntSharpFilled.tsx b/src/IconTauntSharpFilled.tsx index efbca7a68..d3df1085e 100644 --- a/src/IconTauntSharpFilled.tsx +++ b/src/IconTauntSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTauntSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTaxiAlertOutlined.tsx b/src/IconTaxiAlertOutlined.tsx index 2512f3e0e..69447a7d2 100644 --- a/src/IconTaxiAlertOutlined.tsx +++ b/src/IconTaxiAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaxiAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTaxiAlertOutlinedFilled.tsx b/src/IconTaxiAlertOutlinedFilled.tsx index e9621c433..a4e3e796e 100644 --- a/src/IconTaxiAlertOutlinedFilled.tsx +++ b/src/IconTaxiAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaxiAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTaxiAlertRounded.tsx b/src/IconTaxiAlertRounded.tsx index 2c6bfaad9..e566b1017 100644 --- a/src/IconTaxiAlertRounded.tsx +++ b/src/IconTaxiAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaxiAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTaxiAlertRoundedFilled.tsx b/src/IconTaxiAlertRoundedFilled.tsx index da6805384..c8e376441 100644 --- a/src/IconTaxiAlertRoundedFilled.tsx +++ b/src/IconTaxiAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaxiAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTaxiAlertSharp.tsx b/src/IconTaxiAlertSharp.tsx index 981c7f0c1..2df2402fa 100644 --- a/src/IconTaxiAlertSharp.tsx +++ b/src/IconTaxiAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaxiAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTaxiAlertSharpFilled.tsx b/src/IconTaxiAlertSharpFilled.tsx index fc294314b..2d6008ae0 100644 --- a/src/IconTaxiAlertSharpFilled.tsx +++ b/src/IconTaxiAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTaxiAlertSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTeamDashboardOutlined.tsx b/src/IconTeamDashboardOutlined.tsx index 6c7a1a3fb..7f065c8fc 100644 --- a/src/IconTeamDashboardOutlined.tsx +++ b/src/IconTeamDashboardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTeamDashboardOutlined: React.FC = ({ ...props diff --git a/src/IconTeamDashboardOutlinedFilled.tsx b/src/IconTeamDashboardOutlinedFilled.tsx index 9310b9e6f..f76d16eb0 100644 --- a/src/IconTeamDashboardOutlinedFilled.tsx +++ b/src/IconTeamDashboardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTeamDashboardOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTeamDashboardRounded.tsx b/src/IconTeamDashboardRounded.tsx index ed21fd159..16d4f8d9d 100644 --- a/src/IconTeamDashboardRounded.tsx +++ b/src/IconTeamDashboardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTeamDashboardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTeamDashboardRoundedFilled.tsx b/src/IconTeamDashboardRoundedFilled.tsx index 054a22c7a..f0e3377d4 100644 --- a/src/IconTeamDashboardRoundedFilled.tsx +++ b/src/IconTeamDashboardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTeamDashboardRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTeamDashboardSharp.tsx b/src/IconTeamDashboardSharp.tsx index 760716bad..78d10c84e 100644 --- a/src/IconTeamDashboardSharp.tsx +++ b/src/IconTeamDashboardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTeamDashboardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTeamDashboardSharpFilled.tsx b/src/IconTeamDashboardSharpFilled.tsx index 0d5f1a2e9..b3a7416ec 100644 --- a/src/IconTeamDashboardSharpFilled.tsx +++ b/src/IconTeamDashboardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTeamDashboardSharpFilled: React.FC = ({ ...props diff --git a/src/IconTempPreferencesEcoOutlined.tsx b/src/IconTempPreferencesEcoOutlined.tsx index d5abaab5e..76378152d 100644 --- a/src/IconTempPreferencesEcoOutlined.tsx +++ b/src/IconTempPreferencesEcoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempPreferencesEcoOutlined: React.FC = ({ ...props diff --git a/src/IconTempPreferencesEcoOutlinedFilled.tsx b/src/IconTempPreferencesEcoOutlinedFilled.tsx index de379e7fc..475ae39ee 100644 --- a/src/IconTempPreferencesEcoOutlinedFilled.tsx +++ b/src/IconTempPreferencesEcoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempPreferencesEcoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTempPreferencesEcoRounded.tsx b/src/IconTempPreferencesEcoRounded.tsx index d7802802c..e580a149b 100644 --- a/src/IconTempPreferencesEcoRounded.tsx +++ b/src/IconTempPreferencesEcoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempPreferencesEcoRounded: React.FC = ({ ...props diff --git a/src/IconTempPreferencesEcoRoundedFilled.tsx b/src/IconTempPreferencesEcoRoundedFilled.tsx index 78b9e3b82..2c9b6d32c 100644 --- a/src/IconTempPreferencesEcoRoundedFilled.tsx +++ b/src/IconTempPreferencesEcoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempPreferencesEcoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTempPreferencesEcoSharp.tsx b/src/IconTempPreferencesEcoSharp.tsx index 903a2efa6..bae10171c 100644 --- a/src/IconTempPreferencesEcoSharp.tsx +++ b/src/IconTempPreferencesEcoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempPreferencesEcoSharp: React.FC = ({ ...props diff --git a/src/IconTempPreferencesEcoSharpFilled.tsx b/src/IconTempPreferencesEcoSharpFilled.tsx index a0077a3d4..9780c5f6f 100644 --- a/src/IconTempPreferencesEcoSharpFilled.tsx +++ b/src/IconTempPreferencesEcoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempPreferencesEcoSharpFilled: React.FC = ({ ...props diff --git a/src/IconTempleBuddhistOutlined.tsx b/src/IconTempleBuddhistOutlined.tsx index bca500db8..94e234d8e 100644 --- a/src/IconTempleBuddhistOutlined.tsx +++ b/src/IconTempleBuddhistOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleBuddhistOutlined: React.FC = ({ ...props diff --git a/src/IconTempleBuddhistOutlinedFilled.tsx b/src/IconTempleBuddhistOutlinedFilled.tsx index 21be8a863..91ef27335 100644 --- a/src/IconTempleBuddhistOutlinedFilled.tsx +++ b/src/IconTempleBuddhistOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleBuddhistOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTempleBuddhistRounded.tsx b/src/IconTempleBuddhistRounded.tsx index 1ef1e5647..2949735c2 100644 --- a/src/IconTempleBuddhistRounded.tsx +++ b/src/IconTempleBuddhistRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleBuddhistRounded: React.FC = ({ ...props diff --git a/src/IconTempleBuddhistRoundedFilled.tsx b/src/IconTempleBuddhistRoundedFilled.tsx index 0fb793eda..444a89277 100644 --- a/src/IconTempleBuddhistRoundedFilled.tsx +++ b/src/IconTempleBuddhistRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleBuddhistRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTempleBuddhistSharp.tsx b/src/IconTempleBuddhistSharp.tsx index 848db402e..17d8c25bc 100644 --- a/src/IconTempleBuddhistSharp.tsx +++ b/src/IconTempleBuddhistSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleBuddhistSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTempleBuddhistSharpFilled.tsx b/src/IconTempleBuddhistSharpFilled.tsx index a524ded44..9ee2d0e67 100644 --- a/src/IconTempleBuddhistSharpFilled.tsx +++ b/src/IconTempleBuddhistSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleBuddhistSharpFilled: React.FC = ({ ...props diff --git a/src/IconTempleHinduOutlined.tsx b/src/IconTempleHinduOutlined.tsx index 56f13359a..30e957a3a 100644 --- a/src/IconTempleHinduOutlined.tsx +++ b/src/IconTempleHinduOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleHinduOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTempleHinduOutlinedFilled.tsx b/src/IconTempleHinduOutlinedFilled.tsx index 8457dc471..57630e09c 100644 --- a/src/IconTempleHinduOutlinedFilled.tsx +++ b/src/IconTempleHinduOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleHinduOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTempleHinduRounded.tsx b/src/IconTempleHinduRounded.tsx index 13811167a..7694ab25e 100644 --- a/src/IconTempleHinduRounded.tsx +++ b/src/IconTempleHinduRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleHinduRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTempleHinduRoundedFilled.tsx b/src/IconTempleHinduRoundedFilled.tsx index b65fe9625..973e62d7a 100644 --- a/src/IconTempleHinduRoundedFilled.tsx +++ b/src/IconTempleHinduRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleHinduRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTempleHinduSharp.tsx b/src/IconTempleHinduSharp.tsx index f958035a4..620135306 100644 --- a/src/IconTempleHinduSharp.tsx +++ b/src/IconTempleHinduSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleHinduSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTempleHinduSharpFilled.tsx b/src/IconTempleHinduSharpFilled.tsx index c2b5e83e3..911c269b7 100644 --- a/src/IconTempleHinduSharpFilled.tsx +++ b/src/IconTempleHinduSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTempleHinduSharpFilled: React.FC = ({ ...props diff --git a/src/IconTenancyOutlined.tsx b/src/IconTenancyOutlined.tsx index 6b39534b9..b50368629 100644 --- a/src/IconTenancyOutlined.tsx +++ b/src/IconTenancyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTenancyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTenancyOutlinedFilled.tsx b/src/IconTenancyOutlinedFilled.tsx index a37e8071a..47cda46cc 100644 --- a/src/IconTenancyOutlinedFilled.tsx +++ b/src/IconTenancyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTenancyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTenancyRounded.tsx b/src/IconTenancyRounded.tsx index ae4509ae7..92820c88d 100644 --- a/src/IconTenancyRounded.tsx +++ b/src/IconTenancyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTenancyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTenancyRoundedFilled.tsx b/src/IconTenancyRoundedFilled.tsx index 680260395..7ef81c452 100644 --- a/src/IconTenancyRoundedFilled.tsx +++ b/src/IconTenancyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTenancyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTenancySharp.tsx b/src/IconTenancySharp.tsx index 1e281e511..72c4b2a2d 100644 --- a/src/IconTenancySharp.tsx +++ b/src/IconTenancySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTenancySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTenancySharpFilled.tsx b/src/IconTenancySharpFilled.tsx index 31d3b6880..6fcd1b8ba 100644 --- a/src/IconTenancySharpFilled.tsx +++ b/src/IconTenancySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTenancySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTerminalOutlined.tsx b/src/IconTerminalOutlined.tsx index bb1a4a031..cda07ff3e 100644 --- a/src/IconTerminalOutlined.tsx +++ b/src/IconTerminalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTerminalOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTerminalOutlinedFilled.tsx b/src/IconTerminalOutlinedFilled.tsx index 3800e93b9..b8e32c5fd 100644 --- a/src/IconTerminalOutlinedFilled.tsx +++ b/src/IconTerminalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTerminalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTerminalRounded.tsx b/src/IconTerminalRounded.tsx index 40418410e..62806f235 100644 --- a/src/IconTerminalRounded.tsx +++ b/src/IconTerminalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTerminalRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTerminalRoundedFilled.tsx b/src/IconTerminalRoundedFilled.tsx index 3e7bf67ae..7ace0da67 100644 --- a/src/IconTerminalRoundedFilled.tsx +++ b/src/IconTerminalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTerminalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTerminalSharp.tsx b/src/IconTerminalSharp.tsx index 0f415ab77..81f2f8a79 100644 --- a/src/IconTerminalSharp.tsx +++ b/src/IconTerminalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTerminalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTerminalSharpFilled.tsx b/src/IconTerminalSharpFilled.tsx index 445dda675..a4d9d6ed9 100644 --- a/src/IconTerminalSharpFilled.tsx +++ b/src/IconTerminalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTerminalSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTextAdOutlined.tsx b/src/IconTextAdOutlined.tsx index 2c0c1ac3b..14daa50d0 100644 --- a/src/IconTextAdOutlined.tsx +++ b/src/IconTextAdOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextAdOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextAdOutlinedFilled.tsx b/src/IconTextAdOutlinedFilled.tsx index 38520c1e7..3f442aa6a 100644 --- a/src/IconTextAdOutlinedFilled.tsx +++ b/src/IconTextAdOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextAdOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTextAdRounded.tsx b/src/IconTextAdRounded.tsx index 340c363ea..b776a5f15 100644 --- a/src/IconTextAdRounded.tsx +++ b/src/IconTextAdRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextAdRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextAdRoundedFilled.tsx b/src/IconTextAdRoundedFilled.tsx index 751fae1b2..95d2b69f8 100644 --- a/src/IconTextAdRoundedFilled.tsx +++ b/src/IconTextAdRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextAdRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTextAdSharp.tsx b/src/IconTextAdSharp.tsx index 80d964c3d..1aa990a0d 100644 --- a/src/IconTextAdSharp.tsx +++ b/src/IconTextAdSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextAdSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextAdSharpFilled.tsx b/src/IconTextAdSharpFilled.tsx index 64d778cb8..80b43c1bb 100644 --- a/src/IconTextAdSharpFilled.tsx +++ b/src/IconTextAdSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextAdSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTextDecreaseOutlined.tsx b/src/IconTextDecreaseOutlined.tsx index db99bb979..09a9269be 100644 --- a/src/IconTextDecreaseOutlined.tsx +++ b/src/IconTextDecreaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextDecreaseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextDecreaseOutlinedFilled.tsx b/src/IconTextDecreaseOutlinedFilled.tsx index 70b5f045f..e33d4c6de 100644 --- a/src/IconTextDecreaseOutlinedFilled.tsx +++ b/src/IconTextDecreaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextDecreaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextDecreaseRounded.tsx b/src/IconTextDecreaseRounded.tsx index 805dfa652..ed344b0b9 100644 --- a/src/IconTextDecreaseRounded.tsx +++ b/src/IconTextDecreaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextDecreaseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextDecreaseRoundedFilled.tsx b/src/IconTextDecreaseRoundedFilled.tsx index 9bfaabad8..8d5942a86 100644 --- a/src/IconTextDecreaseRoundedFilled.tsx +++ b/src/IconTextDecreaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextDecreaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextDecreaseSharp.tsx b/src/IconTextDecreaseSharp.tsx index 522f823bf..4ad85c96b 100644 --- a/src/IconTextDecreaseSharp.tsx +++ b/src/IconTextDecreaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextDecreaseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextDecreaseSharpFilled.tsx b/src/IconTextDecreaseSharpFilled.tsx index 27e7ce4d6..1ad0d3700 100644 --- a/src/IconTextDecreaseSharpFilled.tsx +++ b/src/IconTextDecreaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextDecreaseSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextFieldsAltOutlined.tsx b/src/IconTextFieldsAltOutlined.tsx index 968cf36c5..d0e43a575 100644 --- a/src/IconTextFieldsAltOutlined.tsx +++ b/src/IconTextFieldsAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsAltOutlined: React.FC = ({ ...props diff --git a/src/IconTextFieldsAltOutlinedFilled.tsx b/src/IconTextFieldsAltOutlinedFilled.tsx index 7737df309..7c038d934 100644 --- a/src/IconTextFieldsAltOutlinedFilled.tsx +++ b/src/IconTextFieldsAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextFieldsAltRounded.tsx b/src/IconTextFieldsAltRounded.tsx index edd9e3b30..4efb49522 100644 --- a/src/IconTextFieldsAltRounded.tsx +++ b/src/IconTextFieldsAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextFieldsAltRoundedFilled.tsx b/src/IconTextFieldsAltRoundedFilled.tsx index 34e654285..b4158ea6d 100644 --- a/src/IconTextFieldsAltRoundedFilled.tsx +++ b/src/IconTextFieldsAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextFieldsAltSharp.tsx b/src/IconTextFieldsAltSharp.tsx index 5e77d2750..c1ae06b5d 100644 --- a/src/IconTextFieldsAltSharp.tsx +++ b/src/IconTextFieldsAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextFieldsAltSharpFilled.tsx b/src/IconTextFieldsAltSharpFilled.tsx index 179284fa5..12dd957b8 100644 --- a/src/IconTextFieldsAltSharpFilled.tsx +++ b/src/IconTextFieldsAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextFieldsOutlined.tsx b/src/IconTextFieldsOutlined.tsx index a64b05d27..88c58969f 100644 --- a/src/IconTextFieldsOutlined.tsx +++ b/src/IconTextFieldsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextFieldsOutlinedFilled.tsx b/src/IconTextFieldsOutlinedFilled.tsx index 971619c8b..9f393f459 100644 --- a/src/IconTextFieldsOutlinedFilled.tsx +++ b/src/IconTextFieldsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextFieldsRounded.tsx b/src/IconTextFieldsRounded.tsx index 2bc3b9dd8..8e02083b4 100644 --- a/src/IconTextFieldsRounded.tsx +++ b/src/IconTextFieldsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextFieldsRoundedFilled.tsx b/src/IconTextFieldsRoundedFilled.tsx index 31f61d336..c24e2e777 100644 --- a/src/IconTextFieldsRoundedFilled.tsx +++ b/src/IconTextFieldsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextFieldsSharp.tsx b/src/IconTextFieldsSharp.tsx index 61f632fef..efaae2d2e 100644 --- a/src/IconTextFieldsSharp.tsx +++ b/src/IconTextFieldsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextFieldsSharpFilled.tsx b/src/IconTextFieldsSharpFilled.tsx index 9e26d6be1..4294ec273 100644 --- a/src/IconTextFieldsSharpFilled.tsx +++ b/src/IconTextFieldsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFieldsSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextFormatOutlined.tsx b/src/IconTextFormatOutlined.tsx index e7a52c2fe..137af9c04 100644 --- a/src/IconTextFormatOutlined.tsx +++ b/src/IconTextFormatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFormatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextFormatOutlinedFilled.tsx b/src/IconTextFormatOutlinedFilled.tsx index 2c16a6dda..2b4adb57d 100644 --- a/src/IconTextFormatOutlinedFilled.tsx +++ b/src/IconTextFormatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFormatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextFormatRounded.tsx b/src/IconTextFormatRounded.tsx index 5b9d14827..4860cb972 100644 --- a/src/IconTextFormatRounded.tsx +++ b/src/IconTextFormatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFormatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextFormatRoundedFilled.tsx b/src/IconTextFormatRoundedFilled.tsx index 4d7e30a29..94dc35b1a 100644 --- a/src/IconTextFormatRoundedFilled.tsx +++ b/src/IconTextFormatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFormatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextFormatSharp.tsx b/src/IconTextFormatSharp.tsx index 0a57673f0..eb0df8992 100644 --- a/src/IconTextFormatSharp.tsx +++ b/src/IconTextFormatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFormatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextFormatSharpFilled.tsx b/src/IconTextFormatSharpFilled.tsx index 2e7cf0d73..807b92a51 100644 --- a/src/IconTextFormatSharpFilled.tsx +++ b/src/IconTextFormatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextFormatSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextIncreaseOutlined.tsx b/src/IconTextIncreaseOutlined.tsx index 22c8c5d57..c5440c902 100644 --- a/src/IconTextIncreaseOutlined.tsx +++ b/src/IconTextIncreaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextIncreaseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextIncreaseOutlinedFilled.tsx b/src/IconTextIncreaseOutlinedFilled.tsx index e9e3b1ea9..9b1e58a13 100644 --- a/src/IconTextIncreaseOutlinedFilled.tsx +++ b/src/IconTextIncreaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextIncreaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextIncreaseRounded.tsx b/src/IconTextIncreaseRounded.tsx index 7306cb2a2..d784045ea 100644 --- a/src/IconTextIncreaseRounded.tsx +++ b/src/IconTextIncreaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextIncreaseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextIncreaseRoundedFilled.tsx b/src/IconTextIncreaseRoundedFilled.tsx index 7117fe542..011d53a0a 100644 --- a/src/IconTextIncreaseRoundedFilled.tsx +++ b/src/IconTextIncreaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextIncreaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextIncreaseSharp.tsx b/src/IconTextIncreaseSharp.tsx index b688fbe83..8c07f0270 100644 --- a/src/IconTextIncreaseSharp.tsx +++ b/src/IconTextIncreaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextIncreaseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextIncreaseSharpFilled.tsx b/src/IconTextIncreaseSharpFilled.tsx index 89d82a105..6e3efdb06 100644 --- a/src/IconTextIncreaseSharpFilled.tsx +++ b/src/IconTextIncreaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextIncreaseSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextRotateUpOutlined.tsx b/src/IconTextRotateUpOutlined.tsx index 0ffcc017d..222b9d2a1 100644 --- a/src/IconTextRotateUpOutlined.tsx +++ b/src/IconTextRotateUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextRotateUpOutlinedFilled.tsx b/src/IconTextRotateUpOutlinedFilled.tsx index 16f4a120e..ef46add57 100644 --- a/src/IconTextRotateUpOutlinedFilled.tsx +++ b/src/IconTextRotateUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotateUpRounded.tsx b/src/IconTextRotateUpRounded.tsx index d2b491945..5656770c4 100644 --- a/src/IconTextRotateUpRounded.tsx +++ b/src/IconTextRotateUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextRotateUpRoundedFilled.tsx b/src/IconTextRotateUpRoundedFilled.tsx index e99f4b90c..1cb09e9a4 100644 --- a/src/IconTextRotateUpRoundedFilled.tsx +++ b/src/IconTextRotateUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotateUpSharp.tsx b/src/IconTextRotateUpSharp.tsx index 31242e04f..936267351 100644 --- a/src/IconTextRotateUpSharp.tsx +++ b/src/IconTextRotateUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextRotateUpSharpFilled.tsx b/src/IconTextRotateUpSharpFilled.tsx index b719410e7..fa16b662d 100644 --- a/src/IconTextRotateUpSharpFilled.tsx +++ b/src/IconTextRotateUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextRotateVerticalOutlined.tsx b/src/IconTextRotateVerticalOutlined.tsx index 21c9469f6..d7556bd4b 100644 --- a/src/IconTextRotateVerticalOutlined.tsx +++ b/src/IconTextRotateVerticalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateVerticalOutlined: React.FC = ({ ...props diff --git a/src/IconTextRotateVerticalOutlinedFilled.tsx b/src/IconTextRotateVerticalOutlinedFilled.tsx index 6ec669811..4c6391503 100644 --- a/src/IconTextRotateVerticalOutlinedFilled.tsx +++ b/src/IconTextRotateVerticalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateVerticalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotateVerticalRounded.tsx b/src/IconTextRotateVerticalRounded.tsx index 7c6ee9036..352acb88f 100644 --- a/src/IconTextRotateVerticalRounded.tsx +++ b/src/IconTextRotateVerticalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateVerticalRounded: React.FC = ({ ...props diff --git a/src/IconTextRotateVerticalRoundedFilled.tsx b/src/IconTextRotateVerticalRoundedFilled.tsx index faec5787c..533a184d9 100644 --- a/src/IconTextRotateVerticalRoundedFilled.tsx +++ b/src/IconTextRotateVerticalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateVerticalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotateVerticalSharp.tsx b/src/IconTextRotateVerticalSharp.tsx index 7925cfa6d..216385805 100644 --- a/src/IconTextRotateVerticalSharp.tsx +++ b/src/IconTextRotateVerticalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateVerticalSharp: React.FC = ({ ...props diff --git a/src/IconTextRotateVerticalSharpFilled.tsx b/src/IconTextRotateVerticalSharpFilled.tsx index 9583115aa..f287ac130 100644 --- a/src/IconTextRotateVerticalSharpFilled.tsx +++ b/src/IconTextRotateVerticalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotateVerticalSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationAngledownOutlined.tsx b/src/IconTextRotationAngledownOutlined.tsx index 2e79b9d5d..994db41f7 100644 --- a/src/IconTextRotationAngledownOutlined.tsx +++ b/src/IconTextRotationAngledownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngledownOutlined: React.FC = ({ ...props diff --git a/src/IconTextRotationAngledownOutlinedFilled.tsx b/src/IconTextRotationAngledownOutlinedFilled.tsx index 975935e11..b6770a828 100644 --- a/src/IconTextRotationAngledownOutlinedFilled.tsx +++ b/src/IconTextRotationAngledownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngledownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationAngledownRounded.tsx b/src/IconTextRotationAngledownRounded.tsx index ffd29fad5..a685a0075 100644 --- a/src/IconTextRotationAngledownRounded.tsx +++ b/src/IconTextRotationAngledownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngledownRounded: React.FC = ({ ...props diff --git a/src/IconTextRotationAngledownRoundedFilled.tsx b/src/IconTextRotationAngledownRoundedFilled.tsx index da79801c0..c0f033b3b 100644 --- a/src/IconTextRotationAngledownRoundedFilled.tsx +++ b/src/IconTextRotationAngledownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngledownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationAngledownSharp.tsx b/src/IconTextRotationAngledownSharp.tsx index fd8d55bca..8596b8332 100644 --- a/src/IconTextRotationAngledownSharp.tsx +++ b/src/IconTextRotationAngledownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngledownSharp: React.FC = ({ ...props diff --git a/src/IconTextRotationAngledownSharpFilled.tsx b/src/IconTextRotationAngledownSharpFilled.tsx index 160a8c6c8..1dfdde5f8 100644 --- a/src/IconTextRotationAngledownSharpFilled.tsx +++ b/src/IconTextRotationAngledownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngledownSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationAngleupOutlined.tsx b/src/IconTextRotationAngleupOutlined.tsx index a01066262..b7f26e0e2 100644 --- a/src/IconTextRotationAngleupOutlined.tsx +++ b/src/IconTextRotationAngleupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngleupOutlined: React.FC = ({ ...props diff --git a/src/IconTextRotationAngleupOutlinedFilled.tsx b/src/IconTextRotationAngleupOutlinedFilled.tsx index 0f52df321..b0b8a93f3 100644 --- a/src/IconTextRotationAngleupOutlinedFilled.tsx +++ b/src/IconTextRotationAngleupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngleupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationAngleupRounded.tsx b/src/IconTextRotationAngleupRounded.tsx index aac0cdae8..586365bb6 100644 --- a/src/IconTextRotationAngleupRounded.tsx +++ b/src/IconTextRotationAngleupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngleupRounded: React.FC = ({ ...props diff --git a/src/IconTextRotationAngleupRoundedFilled.tsx b/src/IconTextRotationAngleupRoundedFilled.tsx index a0ab3e277..833f1c3fb 100644 --- a/src/IconTextRotationAngleupRoundedFilled.tsx +++ b/src/IconTextRotationAngleupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngleupRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationAngleupSharp.tsx b/src/IconTextRotationAngleupSharp.tsx index 0c5d5c05b..c6d8e3233 100644 --- a/src/IconTextRotationAngleupSharp.tsx +++ b/src/IconTextRotationAngleupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngleupSharp: React.FC = ({ ...props diff --git a/src/IconTextRotationAngleupSharpFilled.tsx b/src/IconTextRotationAngleupSharpFilled.tsx index cbf676ce3..d39874291 100644 --- a/src/IconTextRotationAngleupSharpFilled.tsx +++ b/src/IconTextRotationAngleupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationAngleupSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationDownOutlined.tsx b/src/IconTextRotationDownOutlined.tsx index 36dd49264..7e8d095e6 100644 --- a/src/IconTextRotationDownOutlined.tsx +++ b/src/IconTextRotationDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationDownOutlined: React.FC = ({ ...props diff --git a/src/IconTextRotationDownOutlinedFilled.tsx b/src/IconTextRotationDownOutlinedFilled.tsx index c84bcc6ef..1016a0846 100644 --- a/src/IconTextRotationDownOutlinedFilled.tsx +++ b/src/IconTextRotationDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationDownRounded.tsx b/src/IconTextRotationDownRounded.tsx index 7b1a4aaf8..c9c7aff0f 100644 --- a/src/IconTextRotationDownRounded.tsx +++ b/src/IconTextRotationDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationDownRounded: React.FC = ({ ...props diff --git a/src/IconTextRotationDownRoundedFilled.tsx b/src/IconTextRotationDownRoundedFilled.tsx index 36f217133..4731c5af9 100644 --- a/src/IconTextRotationDownRoundedFilled.tsx +++ b/src/IconTextRotationDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationDownSharp.tsx b/src/IconTextRotationDownSharp.tsx index 0b31cd783..4f4da63bd 100644 --- a/src/IconTextRotationDownSharp.tsx +++ b/src/IconTextRotationDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationDownSharp: React.FC = ({ ...props diff --git a/src/IconTextRotationDownSharpFilled.tsx b/src/IconTextRotationDownSharpFilled.tsx index cac1e2537..37f040840 100644 --- a/src/IconTextRotationDownSharpFilled.tsx +++ b/src/IconTextRotationDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationNoneOutlined.tsx b/src/IconTextRotationNoneOutlined.tsx index 1bc421089..7940a39c6 100644 --- a/src/IconTextRotationNoneOutlined.tsx +++ b/src/IconTextRotationNoneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationNoneOutlined: React.FC = ({ ...props diff --git a/src/IconTextRotationNoneOutlinedFilled.tsx b/src/IconTextRotationNoneOutlinedFilled.tsx index 502767d74..167ffe652 100644 --- a/src/IconTextRotationNoneOutlinedFilled.tsx +++ b/src/IconTextRotationNoneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationNoneOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationNoneRounded.tsx b/src/IconTextRotationNoneRounded.tsx index c5f26d56c..38a336a3b 100644 --- a/src/IconTextRotationNoneRounded.tsx +++ b/src/IconTextRotationNoneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationNoneRounded: React.FC = ({ ...props diff --git a/src/IconTextRotationNoneRoundedFilled.tsx b/src/IconTextRotationNoneRoundedFilled.tsx index f1abea122..c187fea42 100644 --- a/src/IconTextRotationNoneRoundedFilled.tsx +++ b/src/IconTextRotationNoneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationNoneRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextRotationNoneSharp.tsx b/src/IconTextRotationNoneSharp.tsx index 71b7333b9..b981ce5fb 100644 --- a/src/IconTextRotationNoneSharp.tsx +++ b/src/IconTextRotationNoneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationNoneSharp: React.FC = ({ ...props diff --git a/src/IconTextRotationNoneSharpFilled.tsx b/src/IconTextRotationNoneSharpFilled.tsx index ba7de5dfb..87551692a 100644 --- a/src/IconTextRotationNoneSharpFilled.tsx +++ b/src/IconTextRotationNoneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextRotationNoneSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectEndOutlined.tsx b/src/IconTextSelectEndOutlined.tsx index bcaf36f5b..4e8d66235 100644 --- a/src/IconTextSelectEndOutlined.tsx +++ b/src/IconTextSelectEndOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectEndOutlined: React.FC = ({ ...props diff --git a/src/IconTextSelectEndOutlinedFilled.tsx b/src/IconTextSelectEndOutlinedFilled.tsx index 9d7e3408c..1e8df6a2c 100644 --- a/src/IconTextSelectEndOutlinedFilled.tsx +++ b/src/IconTextSelectEndOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectEndOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectEndRounded.tsx b/src/IconTextSelectEndRounded.tsx index 5a34ee9bd..0a2e210aa 100644 --- a/src/IconTextSelectEndRounded.tsx +++ b/src/IconTextSelectEndRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectEndRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextSelectEndRoundedFilled.tsx b/src/IconTextSelectEndRoundedFilled.tsx index 066a4bb0f..4569168d2 100644 --- a/src/IconTextSelectEndRoundedFilled.tsx +++ b/src/IconTextSelectEndRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectEndRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectEndSharp.tsx b/src/IconTextSelectEndSharp.tsx index 5ee1c9f4a..1df594657 100644 --- a/src/IconTextSelectEndSharp.tsx +++ b/src/IconTextSelectEndSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectEndSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextSelectEndSharpFilled.tsx b/src/IconTextSelectEndSharpFilled.tsx index 7e2807c88..25ea38c33 100644 --- a/src/IconTextSelectEndSharpFilled.tsx +++ b/src/IconTextSelectEndSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectEndSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectJumpToBeginningOutlined.tsx b/src/IconTextSelectJumpToBeginningOutlined.tsx index 0f979730b..8eed70954 100644 --- a/src/IconTextSelectJumpToBeginningOutlined.tsx +++ b/src/IconTextSelectJumpToBeginningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToBeginningOutlined: React.FC = ({ ...props diff --git a/src/IconTextSelectJumpToBeginningOutlinedFilled.tsx b/src/IconTextSelectJumpToBeginningOutlinedFilled.tsx index 86599505d..453e9da67 100644 --- a/src/IconTextSelectJumpToBeginningOutlinedFilled.tsx +++ b/src/IconTextSelectJumpToBeginningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToBeginningOutlinedFilled: React.FC< IconProps diff --git a/src/IconTextSelectJumpToBeginningRounded.tsx b/src/IconTextSelectJumpToBeginningRounded.tsx index 6bd9bc451..347ecf656 100644 --- a/src/IconTextSelectJumpToBeginningRounded.tsx +++ b/src/IconTextSelectJumpToBeginningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToBeginningRounded: React.FC = ({ ...props diff --git a/src/IconTextSelectJumpToBeginningRoundedFilled.tsx b/src/IconTextSelectJumpToBeginningRoundedFilled.tsx index a0ac1409f..397340c51 100644 --- a/src/IconTextSelectJumpToBeginningRoundedFilled.tsx +++ b/src/IconTextSelectJumpToBeginningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToBeginningRoundedFilled: React.FC< IconProps diff --git a/src/IconTextSelectJumpToBeginningSharp.tsx b/src/IconTextSelectJumpToBeginningSharp.tsx index 29a9f2dc1..6b64f6208 100644 --- a/src/IconTextSelectJumpToBeginningSharp.tsx +++ b/src/IconTextSelectJumpToBeginningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToBeginningSharp: React.FC = ({ ...props diff --git a/src/IconTextSelectJumpToBeginningSharpFilled.tsx b/src/IconTextSelectJumpToBeginningSharpFilled.tsx index 76e112b72..b549f55c5 100644 --- a/src/IconTextSelectJumpToBeginningSharpFilled.tsx +++ b/src/IconTextSelectJumpToBeginningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToBeginningSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectJumpToEndOutlined.tsx b/src/IconTextSelectJumpToEndOutlined.tsx index ec252ca03..7b86575b9 100644 --- a/src/IconTextSelectJumpToEndOutlined.tsx +++ b/src/IconTextSelectJumpToEndOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToEndOutlined: React.FC = ({ ...props diff --git a/src/IconTextSelectJumpToEndOutlinedFilled.tsx b/src/IconTextSelectJumpToEndOutlinedFilled.tsx index 8ac2af71b..4578a8fea 100644 --- a/src/IconTextSelectJumpToEndOutlinedFilled.tsx +++ b/src/IconTextSelectJumpToEndOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToEndOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectJumpToEndRounded.tsx b/src/IconTextSelectJumpToEndRounded.tsx index 6d5b2641c..ed57ae7d6 100644 --- a/src/IconTextSelectJumpToEndRounded.tsx +++ b/src/IconTextSelectJumpToEndRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToEndRounded: React.FC = ({ ...props diff --git a/src/IconTextSelectJumpToEndRoundedFilled.tsx b/src/IconTextSelectJumpToEndRoundedFilled.tsx index 8c5a02cb5..6f11f6df5 100644 --- a/src/IconTextSelectJumpToEndRoundedFilled.tsx +++ b/src/IconTextSelectJumpToEndRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToEndRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectJumpToEndSharp.tsx b/src/IconTextSelectJumpToEndSharp.tsx index 61cc2d138..5dd7bc78e 100644 --- a/src/IconTextSelectJumpToEndSharp.tsx +++ b/src/IconTextSelectJumpToEndSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToEndSharp: React.FC = ({ ...props diff --git a/src/IconTextSelectJumpToEndSharpFilled.tsx b/src/IconTextSelectJumpToEndSharpFilled.tsx index 90697d259..57b9f40ef 100644 --- a/src/IconTextSelectJumpToEndSharpFilled.tsx +++ b/src/IconTextSelectJumpToEndSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectJumpToEndSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveBackCharacterOutlined.tsx b/src/IconTextSelectMoveBackCharacterOutlined.tsx index d53d77d9c..cfb9e5582 100644 --- a/src/IconTextSelectMoveBackCharacterOutlined.tsx +++ b/src/IconTextSelectMoveBackCharacterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackCharacterOutlined: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveBackCharacterOutlinedFilled.tsx b/src/IconTextSelectMoveBackCharacterOutlinedFilled.tsx index 2e87148c7..97de1e794 100644 --- a/src/IconTextSelectMoveBackCharacterOutlinedFilled.tsx +++ b/src/IconTextSelectMoveBackCharacterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackCharacterOutlinedFilled: React.FC< IconProps diff --git a/src/IconTextSelectMoveBackCharacterRounded.tsx b/src/IconTextSelectMoveBackCharacterRounded.tsx index ada768e77..3aadc784a 100644 --- a/src/IconTextSelectMoveBackCharacterRounded.tsx +++ b/src/IconTextSelectMoveBackCharacterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackCharacterRounded: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveBackCharacterRoundedFilled.tsx b/src/IconTextSelectMoveBackCharacterRoundedFilled.tsx index 07dbd6d77..1c29ddf86 100644 --- a/src/IconTextSelectMoveBackCharacterRoundedFilled.tsx +++ b/src/IconTextSelectMoveBackCharacterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackCharacterRoundedFilled: React.FC< IconProps diff --git a/src/IconTextSelectMoveBackCharacterSharp.tsx b/src/IconTextSelectMoveBackCharacterSharp.tsx index 25209af83..4261c20de 100644 --- a/src/IconTextSelectMoveBackCharacterSharp.tsx +++ b/src/IconTextSelectMoveBackCharacterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackCharacterSharp: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveBackCharacterSharpFilled.tsx b/src/IconTextSelectMoveBackCharacterSharpFilled.tsx index 01591e4d2..e14171033 100644 --- a/src/IconTextSelectMoveBackCharacterSharpFilled.tsx +++ b/src/IconTextSelectMoveBackCharacterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackCharacterSharpFilled: React.FC< IconProps diff --git a/src/IconTextSelectMoveBackWordOutlined.tsx b/src/IconTextSelectMoveBackWordOutlined.tsx index f9db0131c..8cb87a637 100644 --- a/src/IconTextSelectMoveBackWordOutlined.tsx +++ b/src/IconTextSelectMoveBackWordOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackWordOutlined: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveBackWordOutlinedFilled.tsx b/src/IconTextSelectMoveBackWordOutlinedFilled.tsx index 2bf3f1a58..c580352b2 100644 --- a/src/IconTextSelectMoveBackWordOutlinedFilled.tsx +++ b/src/IconTextSelectMoveBackWordOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackWordOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveBackWordRounded.tsx b/src/IconTextSelectMoveBackWordRounded.tsx index 8d255d2d4..c139eca23 100644 --- a/src/IconTextSelectMoveBackWordRounded.tsx +++ b/src/IconTextSelectMoveBackWordRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackWordRounded: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveBackWordRoundedFilled.tsx b/src/IconTextSelectMoveBackWordRoundedFilled.tsx index 0d34477f7..421f30111 100644 --- a/src/IconTextSelectMoveBackWordRoundedFilled.tsx +++ b/src/IconTextSelectMoveBackWordRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackWordRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveBackWordSharp.tsx b/src/IconTextSelectMoveBackWordSharp.tsx index 63fc144a2..7bd87058c 100644 --- a/src/IconTextSelectMoveBackWordSharp.tsx +++ b/src/IconTextSelectMoveBackWordSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackWordSharp: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveBackWordSharpFilled.tsx b/src/IconTextSelectMoveBackWordSharpFilled.tsx index 9978257c6..6c642af6a 100644 --- a/src/IconTextSelectMoveBackWordSharpFilled.tsx +++ b/src/IconTextSelectMoveBackWordSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveBackWordSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveDownOutlined.tsx b/src/IconTextSelectMoveDownOutlined.tsx index 9af1830e1..47f23a652 100644 --- a/src/IconTextSelectMoveDownOutlined.tsx +++ b/src/IconTextSelectMoveDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveDownOutlined: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveDownOutlinedFilled.tsx b/src/IconTextSelectMoveDownOutlinedFilled.tsx index 00a720be8..461e11359 100644 --- a/src/IconTextSelectMoveDownOutlinedFilled.tsx +++ b/src/IconTextSelectMoveDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveDownRounded.tsx b/src/IconTextSelectMoveDownRounded.tsx index f3e5ca93f..c416922e4 100644 --- a/src/IconTextSelectMoveDownRounded.tsx +++ b/src/IconTextSelectMoveDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveDownRounded: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveDownRoundedFilled.tsx b/src/IconTextSelectMoveDownRoundedFilled.tsx index ad4b5d8e3..c42b822af 100644 --- a/src/IconTextSelectMoveDownRoundedFilled.tsx +++ b/src/IconTextSelectMoveDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveDownSharp.tsx b/src/IconTextSelectMoveDownSharp.tsx index cfe0a0510..ab4e990f8 100644 --- a/src/IconTextSelectMoveDownSharp.tsx +++ b/src/IconTextSelectMoveDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveDownSharp: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveDownSharpFilled.tsx b/src/IconTextSelectMoveDownSharpFilled.tsx index 63516c495..2d2270069 100644 --- a/src/IconTextSelectMoveDownSharpFilled.tsx +++ b/src/IconTextSelectMoveDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveForwardCharacterOutlined.tsx b/src/IconTextSelectMoveForwardCharacterOutlined.tsx index 5acbdb606..c2b4cf803 100644 --- a/src/IconTextSelectMoveForwardCharacterOutlined.tsx +++ b/src/IconTextSelectMoveForwardCharacterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardCharacterOutlined: React.FC< IconProps diff --git a/src/IconTextSelectMoveForwardCharacterOutlinedFilled.tsx b/src/IconTextSelectMoveForwardCharacterOutlinedFilled.tsx index c4ca4393f..b9aa9c88e 100644 --- a/src/IconTextSelectMoveForwardCharacterOutlinedFilled.tsx +++ b/src/IconTextSelectMoveForwardCharacterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardCharacterOutlinedFilled: React.FC< IconProps diff --git a/src/IconTextSelectMoveForwardCharacterRounded.tsx b/src/IconTextSelectMoveForwardCharacterRounded.tsx index 1d0ee1b0c..5c20cbdd8 100644 --- a/src/IconTextSelectMoveForwardCharacterRounded.tsx +++ b/src/IconTextSelectMoveForwardCharacterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardCharacterRounded: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveForwardCharacterRoundedFilled.tsx b/src/IconTextSelectMoveForwardCharacterRoundedFilled.tsx index bfc64a760..72816548b 100644 --- a/src/IconTextSelectMoveForwardCharacterRoundedFilled.tsx +++ b/src/IconTextSelectMoveForwardCharacterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardCharacterRoundedFilled: React.FC< IconProps diff --git a/src/IconTextSelectMoveForwardCharacterSharp.tsx b/src/IconTextSelectMoveForwardCharacterSharp.tsx index ab71e8d49..2b7aeb89c 100644 --- a/src/IconTextSelectMoveForwardCharacterSharp.tsx +++ b/src/IconTextSelectMoveForwardCharacterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardCharacterSharp: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveForwardCharacterSharpFilled.tsx b/src/IconTextSelectMoveForwardCharacterSharpFilled.tsx index 47d21451f..7f4cab9b8 100644 --- a/src/IconTextSelectMoveForwardCharacterSharpFilled.tsx +++ b/src/IconTextSelectMoveForwardCharacterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardCharacterSharpFilled: React.FC< IconProps diff --git a/src/IconTextSelectMoveForwardWordOutlined.tsx b/src/IconTextSelectMoveForwardWordOutlined.tsx index 9e2e164a0..4f9d3a01a 100644 --- a/src/IconTextSelectMoveForwardWordOutlined.tsx +++ b/src/IconTextSelectMoveForwardWordOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardWordOutlined: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveForwardWordOutlinedFilled.tsx b/src/IconTextSelectMoveForwardWordOutlinedFilled.tsx index eb87c4f4b..571336ea6 100644 --- a/src/IconTextSelectMoveForwardWordOutlinedFilled.tsx +++ b/src/IconTextSelectMoveForwardWordOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardWordOutlinedFilled: React.FC< IconProps diff --git a/src/IconTextSelectMoveForwardWordRounded.tsx b/src/IconTextSelectMoveForwardWordRounded.tsx index dc745e69e..9cef4e687 100644 --- a/src/IconTextSelectMoveForwardWordRounded.tsx +++ b/src/IconTextSelectMoveForwardWordRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardWordRounded: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveForwardWordRoundedFilled.tsx b/src/IconTextSelectMoveForwardWordRoundedFilled.tsx index 595a2c6d9..ace6b83b5 100644 --- a/src/IconTextSelectMoveForwardWordRoundedFilled.tsx +++ b/src/IconTextSelectMoveForwardWordRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardWordRoundedFilled: React.FC< IconProps diff --git a/src/IconTextSelectMoveForwardWordSharp.tsx b/src/IconTextSelectMoveForwardWordSharp.tsx index 939af3f82..cf3cd29f0 100644 --- a/src/IconTextSelectMoveForwardWordSharp.tsx +++ b/src/IconTextSelectMoveForwardWordSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardWordSharp: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveForwardWordSharpFilled.tsx b/src/IconTextSelectMoveForwardWordSharpFilled.tsx index 0cdcc5af7..260d260ab 100644 --- a/src/IconTextSelectMoveForwardWordSharpFilled.tsx +++ b/src/IconTextSelectMoveForwardWordSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveForwardWordSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveUpOutlined.tsx b/src/IconTextSelectMoveUpOutlined.tsx index bf01b313f..deab592fa 100644 --- a/src/IconTextSelectMoveUpOutlined.tsx +++ b/src/IconTextSelectMoveUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveUpOutlined: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveUpOutlinedFilled.tsx b/src/IconTextSelectMoveUpOutlinedFilled.tsx index f185046a4..b953c40c1 100644 --- a/src/IconTextSelectMoveUpOutlinedFilled.tsx +++ b/src/IconTextSelectMoveUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveUpRounded.tsx b/src/IconTextSelectMoveUpRounded.tsx index c7825ac84..87c62d1c5 100644 --- a/src/IconTextSelectMoveUpRounded.tsx +++ b/src/IconTextSelectMoveUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveUpRounded: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveUpRoundedFilled.tsx b/src/IconTextSelectMoveUpRoundedFilled.tsx index 3a2aff601..0df9e5c89 100644 --- a/src/IconTextSelectMoveUpRoundedFilled.tsx +++ b/src/IconTextSelectMoveUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveUpSharp.tsx b/src/IconTextSelectMoveUpSharp.tsx index cc1b6898d..2e51c5dce 100644 --- a/src/IconTextSelectMoveUpSharp.tsx +++ b/src/IconTextSelectMoveUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveUpSharp: React.FC = ({ ...props diff --git a/src/IconTextSelectMoveUpSharpFilled.tsx b/src/IconTextSelectMoveUpSharpFilled.tsx index 1e18cab7c..c808a7bb9 100644 --- a/src/IconTextSelectMoveUpSharpFilled.tsx +++ b/src/IconTextSelectMoveUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectMoveUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectStartOutlined.tsx b/src/IconTextSelectStartOutlined.tsx index 5e25807eb..583375221 100644 --- a/src/IconTextSelectStartOutlined.tsx +++ b/src/IconTextSelectStartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectStartOutlined: React.FC = ({ ...props diff --git a/src/IconTextSelectStartOutlinedFilled.tsx b/src/IconTextSelectStartOutlinedFilled.tsx index c9359e892..868467240 100644 --- a/src/IconTextSelectStartOutlinedFilled.tsx +++ b/src/IconTextSelectStartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectStartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectStartRounded.tsx b/src/IconTextSelectStartRounded.tsx index 2a369ef0a..7399383e6 100644 --- a/src/IconTextSelectStartRounded.tsx +++ b/src/IconTextSelectStartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectStartRounded: React.FC = ({ ...props diff --git a/src/IconTextSelectStartRoundedFilled.tsx b/src/IconTextSelectStartRoundedFilled.tsx index 3d147ae90..b9e850340 100644 --- a/src/IconTextSelectStartRoundedFilled.tsx +++ b/src/IconTextSelectStartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectStartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextSelectStartSharp.tsx b/src/IconTextSelectStartSharp.tsx index 2d0035d71..277cd6fa8 100644 --- a/src/IconTextSelectStartSharp.tsx +++ b/src/IconTextSelectStartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectStartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextSelectStartSharpFilled.tsx b/src/IconTextSelectStartSharpFilled.tsx index 681fb94d4..eb3be6b14 100644 --- a/src/IconTextSelectStartSharpFilled.tsx +++ b/src/IconTextSelectStartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSelectStartSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextSnippetOutlined.tsx b/src/IconTextSnippetOutlined.tsx index 462da6683..a41434539 100644 --- a/src/IconTextSnippetOutlined.tsx +++ b/src/IconTextSnippetOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSnippetOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextSnippetOutlinedFilled.tsx b/src/IconTextSnippetOutlinedFilled.tsx index 9f1645b46..ff0e8ecf0 100644 --- a/src/IconTextSnippetOutlinedFilled.tsx +++ b/src/IconTextSnippetOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSnippetOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextSnippetRounded.tsx b/src/IconTextSnippetRounded.tsx index 473b6683a..ef81f4c33 100644 --- a/src/IconTextSnippetRounded.tsx +++ b/src/IconTextSnippetRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSnippetRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextSnippetRoundedFilled.tsx b/src/IconTextSnippetRoundedFilled.tsx index abf3dae2e..c632c03e7 100644 --- a/src/IconTextSnippetRoundedFilled.tsx +++ b/src/IconTextSnippetRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSnippetRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextSnippetSharp.tsx b/src/IconTextSnippetSharp.tsx index 2a0798332..99863c631 100644 --- a/src/IconTextSnippetSharp.tsx +++ b/src/IconTextSnippetSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSnippetSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextSnippetSharpFilled.tsx b/src/IconTextSnippetSharpFilled.tsx index 2e8aeb371..121117233 100644 --- a/src/IconTextSnippetSharpFilled.tsx +++ b/src/IconTextSnippetSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextSnippetSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextToSpeechOutlined.tsx b/src/IconTextToSpeechOutlined.tsx index 2b2a7e50c..09b70333c 100644 --- a/src/IconTextToSpeechOutlined.tsx +++ b/src/IconTextToSpeechOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextToSpeechOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextToSpeechOutlinedFilled.tsx b/src/IconTextToSpeechOutlinedFilled.tsx index 4c9071f55..afdcc0e58 100644 --- a/src/IconTextToSpeechOutlinedFilled.tsx +++ b/src/IconTextToSpeechOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextToSpeechOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextToSpeechRounded.tsx b/src/IconTextToSpeechRounded.tsx index 0198eb925..cf6007768 100644 --- a/src/IconTextToSpeechRounded.tsx +++ b/src/IconTextToSpeechRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextToSpeechRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextToSpeechRoundedFilled.tsx b/src/IconTextToSpeechRoundedFilled.tsx index b7194d76b..40ffcaab6 100644 --- a/src/IconTextToSpeechRoundedFilled.tsx +++ b/src/IconTextToSpeechRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextToSpeechRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextToSpeechSharp.tsx b/src/IconTextToSpeechSharp.tsx index 40b15d483..7f22fc4c9 100644 --- a/src/IconTextToSpeechSharp.tsx +++ b/src/IconTextToSpeechSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextToSpeechSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextToSpeechSharpFilled.tsx b/src/IconTextToSpeechSharpFilled.tsx index 7e030b40b..b2663bd38 100644 --- a/src/IconTextToSpeechSharpFilled.tsx +++ b/src/IconTextToSpeechSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextToSpeechSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextUpOutlined.tsx b/src/IconTextUpOutlined.tsx index 9431a2752..aa603d77d 100644 --- a/src/IconTextUpOutlined.tsx +++ b/src/IconTextUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextUpOutlinedFilled.tsx b/src/IconTextUpOutlinedFilled.tsx index ef2b18b15..c5c8d5418 100644 --- a/src/IconTextUpOutlinedFilled.tsx +++ b/src/IconTextUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextUpOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTextUpRounded.tsx b/src/IconTextUpRounded.tsx index 9cdf0ebf9..182b87a09 100644 --- a/src/IconTextUpRounded.tsx +++ b/src/IconTextUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextUpRoundedFilled.tsx b/src/IconTextUpRoundedFilled.tsx index 7ff596f00..23cd47665 100644 --- a/src/IconTextUpRoundedFilled.tsx +++ b/src/IconTextUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextUpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTextUpSharp.tsx b/src/IconTextUpSharp.tsx index 26b80d68d..8f516c2cf 100644 --- a/src/IconTextUpSharp.tsx +++ b/src/IconTextUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextUpSharpFilled.tsx b/src/IconTextUpSharpFilled.tsx index 583060e89..d65a739f6 100644 --- a/src/IconTextUpSharpFilled.tsx +++ b/src/IconTextUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextUpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTextureAddOutlined.tsx b/src/IconTextureAddOutlined.tsx index cdd473b64..04f59ad3a 100644 --- a/src/IconTextureAddOutlined.tsx +++ b/src/IconTextureAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextureAddOutlinedFilled.tsx b/src/IconTextureAddOutlinedFilled.tsx index c18f848ea..39483e77e 100644 --- a/src/IconTextureAddOutlinedFilled.tsx +++ b/src/IconTextureAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextureAddRounded.tsx b/src/IconTextureAddRounded.tsx index 37fa4d04e..962f87887 100644 --- a/src/IconTextureAddRounded.tsx +++ b/src/IconTextureAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextureAddRoundedFilled.tsx b/src/IconTextureAddRoundedFilled.tsx index 63827febe..ddeea8e5c 100644 --- a/src/IconTextureAddRoundedFilled.tsx +++ b/src/IconTextureAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextureAddSharp.tsx b/src/IconTextureAddSharp.tsx index 43d3e6a76..a74702fc1 100644 --- a/src/IconTextureAddSharp.tsx +++ b/src/IconTextureAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextureAddSharpFilled.tsx b/src/IconTextureAddSharpFilled.tsx index 38475f4d0..fb2e8853b 100644 --- a/src/IconTextureAddSharpFilled.tsx +++ b/src/IconTextureAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextureMinusOutlined.tsx b/src/IconTextureMinusOutlined.tsx index 738698d68..f934a9367 100644 --- a/src/IconTextureMinusOutlined.tsx +++ b/src/IconTextureMinusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureMinusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextureMinusOutlinedFilled.tsx b/src/IconTextureMinusOutlinedFilled.tsx index 525c505e8..6e9251914 100644 --- a/src/IconTextureMinusOutlinedFilled.tsx +++ b/src/IconTextureMinusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureMinusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextureMinusRounded.tsx b/src/IconTextureMinusRounded.tsx index 588bf39b4..10a1a17e0 100644 --- a/src/IconTextureMinusRounded.tsx +++ b/src/IconTextureMinusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureMinusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextureMinusRoundedFilled.tsx b/src/IconTextureMinusRoundedFilled.tsx index 2e853e226..93c6286d3 100644 --- a/src/IconTextureMinusRoundedFilled.tsx +++ b/src/IconTextureMinusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureMinusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTextureMinusSharp.tsx b/src/IconTextureMinusSharp.tsx index 6daf1f44a..d313fd7c2 100644 --- a/src/IconTextureMinusSharp.tsx +++ b/src/IconTextureMinusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureMinusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextureMinusSharpFilled.tsx b/src/IconTextureMinusSharpFilled.tsx index d867be7ed..1bdd42d96 100644 --- a/src/IconTextureMinusSharpFilled.tsx +++ b/src/IconTextureMinusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureMinusSharpFilled: React.FC = ({ ...props diff --git a/src/IconTextureOutlined.tsx b/src/IconTextureOutlined.tsx index 7ad320ad3..7e2c4fb7a 100644 --- a/src/IconTextureOutlined.tsx +++ b/src/IconTextureOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTextureOutlinedFilled.tsx b/src/IconTextureOutlinedFilled.tsx index 527e51f6f..6849b8be5 100644 --- a/src/IconTextureOutlinedFilled.tsx +++ b/src/IconTextureOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTextureRounded.tsx b/src/IconTextureRounded.tsx index b9f3ca7b1..bd60d99dc 100644 --- a/src/IconTextureRounded.tsx +++ b/src/IconTextureRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTextureRoundedFilled.tsx b/src/IconTextureRoundedFilled.tsx index f647a42fb..f42b89423 100644 --- a/src/IconTextureRoundedFilled.tsx +++ b/src/IconTextureRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTextureSharp.tsx b/src/IconTextureSharp.tsx index bc0d0d37e..f247d090d 100644 --- a/src/IconTextureSharp.tsx +++ b/src/IconTextureSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTextureSharpFilled.tsx b/src/IconTextureSharpFilled.tsx index d785ad562..42e7db987 100644 --- a/src/IconTextureSharpFilled.tsx +++ b/src/IconTextureSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTextureSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTheaterComedyOutlined.tsx b/src/IconTheaterComedyOutlined.tsx index 72dcb2de4..889ede594 100644 --- a/src/IconTheaterComedyOutlined.tsx +++ b/src/IconTheaterComedyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheaterComedyOutlined: React.FC = ({ ...props diff --git a/src/IconTheaterComedyOutlinedFilled.tsx b/src/IconTheaterComedyOutlinedFilled.tsx index fa6ed4f1a..36da73d01 100644 --- a/src/IconTheaterComedyOutlinedFilled.tsx +++ b/src/IconTheaterComedyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheaterComedyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTheaterComedyRounded.tsx b/src/IconTheaterComedyRounded.tsx index 6fef1ff84..6b216dd1f 100644 --- a/src/IconTheaterComedyRounded.tsx +++ b/src/IconTheaterComedyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheaterComedyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTheaterComedyRoundedFilled.tsx b/src/IconTheaterComedyRoundedFilled.tsx index c047dc975..660d052c8 100644 --- a/src/IconTheaterComedyRoundedFilled.tsx +++ b/src/IconTheaterComedyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheaterComedyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTheaterComedySharp.tsx b/src/IconTheaterComedySharp.tsx index 53dfa2a37..1c3ef56ba 100644 --- a/src/IconTheaterComedySharp.tsx +++ b/src/IconTheaterComedySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheaterComedySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTheaterComedySharpFilled.tsx b/src/IconTheaterComedySharpFilled.tsx index b3e7ca3b2..f395b037d 100644 --- a/src/IconTheaterComedySharpFilled.tsx +++ b/src/IconTheaterComedySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheaterComedySharpFilled: React.FC = ({ ...props diff --git a/src/IconTheatersOutlined.tsx b/src/IconTheatersOutlined.tsx index 752ef8fcc..ad7045b38 100644 --- a/src/IconTheatersOutlined.tsx +++ b/src/IconTheatersOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheatersOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTheatersOutlinedFilled.tsx b/src/IconTheatersOutlinedFilled.tsx index 973b5d694..eae10e8c0 100644 --- a/src/IconTheatersOutlinedFilled.tsx +++ b/src/IconTheatersOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheatersOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTheatersRounded.tsx b/src/IconTheatersRounded.tsx index f21433032..4cd4d3e1d 100644 --- a/src/IconTheatersRounded.tsx +++ b/src/IconTheatersRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheatersRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTheatersRoundedFilled.tsx b/src/IconTheatersRoundedFilled.tsx index a0fa5ca06..b3080ee31 100644 --- a/src/IconTheatersRoundedFilled.tsx +++ b/src/IconTheatersRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheatersRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTheatersSharp.tsx b/src/IconTheatersSharp.tsx index b6ca409ce..a17df9b45 100644 --- a/src/IconTheatersSharp.tsx +++ b/src/IconTheatersSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheatersSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTheatersSharpFilled.tsx b/src/IconTheatersSharpFilled.tsx index 10f376efb..6e15ca13c 100644 --- a/src/IconTheatersSharpFilled.tsx +++ b/src/IconTheatersSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTheatersSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconThermometerAddOutlined.tsx b/src/IconThermometerAddOutlined.tsx index daf62957f..2c9981347 100644 --- a/src/IconThermometerAddOutlined.tsx +++ b/src/IconThermometerAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerAddOutlined: React.FC = ({ ...props diff --git a/src/IconThermometerAddOutlinedFilled.tsx b/src/IconThermometerAddOutlinedFilled.tsx index 13d748bf3..c1b5e5581 100644 --- a/src/IconThermometerAddOutlinedFilled.tsx +++ b/src/IconThermometerAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThermometerAddRounded.tsx b/src/IconThermometerAddRounded.tsx index 08ba9b665..2ab9909f4 100644 --- a/src/IconThermometerAddRounded.tsx +++ b/src/IconThermometerAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerAddRounded: React.FC = ({ ...props diff --git a/src/IconThermometerAddRoundedFilled.tsx b/src/IconThermometerAddRoundedFilled.tsx index 805f08195..1d403eb54 100644 --- a/src/IconThermometerAddRoundedFilled.tsx +++ b/src/IconThermometerAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThermometerAddSharp.tsx b/src/IconThermometerAddSharp.tsx index 7533c2ab5..b26bb998c 100644 --- a/src/IconThermometerAddSharp.tsx +++ b/src/IconThermometerAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThermometerAddSharpFilled.tsx b/src/IconThermometerAddSharpFilled.tsx index eb148389c..e7b8f91a7 100644 --- a/src/IconThermometerAddSharpFilled.tsx +++ b/src/IconThermometerAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconThermometerGainOutlined.tsx b/src/IconThermometerGainOutlined.tsx index 75c0168d3..ef44d24e3 100644 --- a/src/IconThermometerGainOutlined.tsx +++ b/src/IconThermometerGainOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerGainOutlined: React.FC = ({ ...props diff --git a/src/IconThermometerGainOutlinedFilled.tsx b/src/IconThermometerGainOutlinedFilled.tsx index 6d1c66191..886267114 100644 --- a/src/IconThermometerGainOutlinedFilled.tsx +++ b/src/IconThermometerGainOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerGainOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThermometerGainRounded.tsx b/src/IconThermometerGainRounded.tsx index 860f89183..e356b5a98 100644 --- a/src/IconThermometerGainRounded.tsx +++ b/src/IconThermometerGainRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerGainRounded: React.FC = ({ ...props diff --git a/src/IconThermometerGainRoundedFilled.tsx b/src/IconThermometerGainRoundedFilled.tsx index f9035a789..f29bd9561 100644 --- a/src/IconThermometerGainRoundedFilled.tsx +++ b/src/IconThermometerGainRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerGainRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThermometerGainSharp.tsx b/src/IconThermometerGainSharp.tsx index 4944706f9..6d6b186e8 100644 --- a/src/IconThermometerGainSharp.tsx +++ b/src/IconThermometerGainSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerGainSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThermometerGainSharpFilled.tsx b/src/IconThermometerGainSharpFilled.tsx index a35e48f44..d2dfbf4c5 100644 --- a/src/IconThermometerGainSharpFilled.tsx +++ b/src/IconThermometerGainSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerGainSharpFilled: React.FC = ({ ...props diff --git a/src/IconThermometerLossOutlined.tsx b/src/IconThermometerLossOutlined.tsx index 66943c43b..a107b6c8f 100644 --- a/src/IconThermometerLossOutlined.tsx +++ b/src/IconThermometerLossOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerLossOutlined: React.FC = ({ ...props diff --git a/src/IconThermometerLossOutlinedFilled.tsx b/src/IconThermometerLossOutlinedFilled.tsx index 22b0b0779..25c3b2389 100644 --- a/src/IconThermometerLossOutlinedFilled.tsx +++ b/src/IconThermometerLossOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerLossOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThermometerLossRounded.tsx b/src/IconThermometerLossRounded.tsx index 71b40da4d..09f28cbad 100644 --- a/src/IconThermometerLossRounded.tsx +++ b/src/IconThermometerLossRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerLossRounded: React.FC = ({ ...props diff --git a/src/IconThermometerLossRoundedFilled.tsx b/src/IconThermometerLossRoundedFilled.tsx index f4cb12334..4b808e4bb 100644 --- a/src/IconThermometerLossRoundedFilled.tsx +++ b/src/IconThermometerLossRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerLossRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThermometerLossSharp.tsx b/src/IconThermometerLossSharp.tsx index 0504c9026..79c464abf 100644 --- a/src/IconThermometerLossSharp.tsx +++ b/src/IconThermometerLossSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerLossSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThermometerLossSharpFilled.tsx b/src/IconThermometerLossSharpFilled.tsx index 04693ad4f..b9033df50 100644 --- a/src/IconThermometerLossSharpFilled.tsx +++ b/src/IconThermometerLossSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerLossSharpFilled: React.FC = ({ ...props diff --git a/src/IconThermometerMinusOutlined.tsx b/src/IconThermometerMinusOutlined.tsx index bf1495f1a..92e777f01 100644 --- a/src/IconThermometerMinusOutlined.tsx +++ b/src/IconThermometerMinusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerMinusOutlined: React.FC = ({ ...props diff --git a/src/IconThermometerMinusOutlinedFilled.tsx b/src/IconThermometerMinusOutlinedFilled.tsx index 96d858273..618691544 100644 --- a/src/IconThermometerMinusOutlinedFilled.tsx +++ b/src/IconThermometerMinusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerMinusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThermometerMinusRounded.tsx b/src/IconThermometerMinusRounded.tsx index b6459c250..c897905ce 100644 --- a/src/IconThermometerMinusRounded.tsx +++ b/src/IconThermometerMinusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerMinusRounded: React.FC = ({ ...props diff --git a/src/IconThermometerMinusRoundedFilled.tsx b/src/IconThermometerMinusRoundedFilled.tsx index 46fbe0719..c4e32d227 100644 --- a/src/IconThermometerMinusRoundedFilled.tsx +++ b/src/IconThermometerMinusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerMinusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThermometerMinusSharp.tsx b/src/IconThermometerMinusSharp.tsx index fb87d7665..93a005f15 100644 --- a/src/IconThermometerMinusSharp.tsx +++ b/src/IconThermometerMinusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerMinusSharp: React.FC = ({ ...props diff --git a/src/IconThermometerMinusSharpFilled.tsx b/src/IconThermometerMinusSharpFilled.tsx index 658f13d9f..b526f1246 100644 --- a/src/IconThermometerMinusSharpFilled.tsx +++ b/src/IconThermometerMinusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerMinusSharpFilled: React.FC = ({ ...props diff --git a/src/IconThermometerOutlined.tsx b/src/IconThermometerOutlined.tsx index 69ac5b268..d7c3eb1b0 100644 --- a/src/IconThermometerOutlined.tsx +++ b/src/IconThermometerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconThermometerOutlinedFilled.tsx b/src/IconThermometerOutlinedFilled.tsx index 747e5cdcd..7ae3f0de7 100644 --- a/src/IconThermometerOutlinedFilled.tsx +++ b/src/IconThermometerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThermometerRounded.tsx b/src/IconThermometerRounded.tsx index bd4aa304e..aa615b464 100644 --- a/src/IconThermometerRounded.tsx +++ b/src/IconThermometerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconThermometerRoundedFilled.tsx b/src/IconThermometerRoundedFilled.tsx index c50768036..cb43be231 100644 --- a/src/IconThermometerRoundedFilled.tsx +++ b/src/IconThermometerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThermometerSharp.tsx b/src/IconThermometerSharp.tsx index 08c3ee252..07f22c458 100644 --- a/src/IconThermometerSharp.tsx +++ b/src/IconThermometerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThermometerSharpFilled.tsx b/src/IconThermometerSharpFilled.tsx index b46d706f7..47723cf43 100644 --- a/src/IconThermometerSharpFilled.tsx +++ b/src/IconThermometerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermometerSharpFilled: React.FC = ({ ...props diff --git a/src/IconThermostatAutoOutlined.tsx b/src/IconThermostatAutoOutlined.tsx index 9424aa48e..7be8e6b3e 100644 --- a/src/IconThermostatAutoOutlined.tsx +++ b/src/IconThermostatAutoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatAutoOutlined: React.FC = ({ ...props diff --git a/src/IconThermostatAutoOutlinedFilled.tsx b/src/IconThermostatAutoOutlinedFilled.tsx index 392972899..1dc5f8278 100644 --- a/src/IconThermostatAutoOutlinedFilled.tsx +++ b/src/IconThermostatAutoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatAutoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThermostatAutoRounded.tsx b/src/IconThermostatAutoRounded.tsx index b63a77ab9..f04739004 100644 --- a/src/IconThermostatAutoRounded.tsx +++ b/src/IconThermostatAutoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatAutoRounded: React.FC = ({ ...props diff --git a/src/IconThermostatAutoRoundedFilled.tsx b/src/IconThermostatAutoRoundedFilled.tsx index 1f25641ac..e32cd907f 100644 --- a/src/IconThermostatAutoRoundedFilled.tsx +++ b/src/IconThermostatAutoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatAutoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThermostatAutoSharp.tsx b/src/IconThermostatAutoSharp.tsx index 51c75a980..a62a11354 100644 --- a/src/IconThermostatAutoSharp.tsx +++ b/src/IconThermostatAutoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatAutoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThermostatAutoSharpFilled.tsx b/src/IconThermostatAutoSharpFilled.tsx index 2a86ca54c..560c3ad26 100644 --- a/src/IconThermostatAutoSharpFilled.tsx +++ b/src/IconThermostatAutoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatAutoSharpFilled: React.FC = ({ ...props diff --git a/src/IconThermostatCarbonOutlined.tsx b/src/IconThermostatCarbonOutlined.tsx index 4bc0724fa..3cccbc442 100644 --- a/src/IconThermostatCarbonOutlined.tsx +++ b/src/IconThermostatCarbonOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatCarbonOutlined: React.FC = ({ ...props diff --git a/src/IconThermostatCarbonOutlinedFilled.tsx b/src/IconThermostatCarbonOutlinedFilled.tsx index 442611338..b69fd5524 100644 --- a/src/IconThermostatCarbonOutlinedFilled.tsx +++ b/src/IconThermostatCarbonOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatCarbonOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThermostatCarbonRounded.tsx b/src/IconThermostatCarbonRounded.tsx index 264a90e8d..08d4de11f 100644 --- a/src/IconThermostatCarbonRounded.tsx +++ b/src/IconThermostatCarbonRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatCarbonRounded: React.FC = ({ ...props diff --git a/src/IconThermostatCarbonRoundedFilled.tsx b/src/IconThermostatCarbonRoundedFilled.tsx index 5daa89394..a9b76e9b5 100644 --- a/src/IconThermostatCarbonRoundedFilled.tsx +++ b/src/IconThermostatCarbonRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatCarbonRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThermostatCarbonSharp.tsx b/src/IconThermostatCarbonSharp.tsx index c002178ef..8c7d4ea80 100644 --- a/src/IconThermostatCarbonSharp.tsx +++ b/src/IconThermostatCarbonSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatCarbonSharp: React.FC = ({ ...props diff --git a/src/IconThermostatCarbonSharpFilled.tsx b/src/IconThermostatCarbonSharpFilled.tsx index eda5f69c7..d5609b042 100644 --- a/src/IconThermostatCarbonSharpFilled.tsx +++ b/src/IconThermostatCarbonSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatCarbonSharpFilled: React.FC = ({ ...props diff --git a/src/IconThermostatOutlined.tsx b/src/IconThermostatOutlined.tsx index c415c43aa..9a660d1f5 100644 --- a/src/IconThermostatOutlined.tsx +++ b/src/IconThermostatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconThermostatOutlinedFilled.tsx b/src/IconThermostatOutlinedFilled.tsx index 38fdcad87..3c3573cad 100644 --- a/src/IconThermostatOutlinedFilled.tsx +++ b/src/IconThermostatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThermostatRounded.tsx b/src/IconThermostatRounded.tsx index 4a2a6b8c5..dfc29db36 100644 --- a/src/IconThermostatRounded.tsx +++ b/src/IconThermostatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconThermostatRoundedFilled.tsx b/src/IconThermostatRoundedFilled.tsx index 3e664b448..6654f8855 100644 --- a/src/IconThermostatRoundedFilled.tsx +++ b/src/IconThermostatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThermostatSharp.tsx b/src/IconThermostatSharp.tsx index b86d4d878..dfe209323 100644 --- a/src/IconThermostatSharp.tsx +++ b/src/IconThermostatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThermostatSharpFilled.tsx b/src/IconThermostatSharpFilled.tsx index 7bfc0635b..edcf329ea 100644 --- a/src/IconThermostatSharpFilled.tsx +++ b/src/IconThermostatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThermostatSharpFilled: React.FC = ({ ...props diff --git a/src/IconThingsToDoOutlined.tsx b/src/IconThingsToDoOutlined.tsx index 6c88a0475..563b521f9 100644 --- a/src/IconThingsToDoOutlined.tsx +++ b/src/IconThingsToDoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThingsToDoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconThingsToDoOutlinedFilled.tsx b/src/IconThingsToDoOutlinedFilled.tsx index 14554704a..2ce21b888 100644 --- a/src/IconThingsToDoOutlinedFilled.tsx +++ b/src/IconThingsToDoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThingsToDoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThingsToDoRounded.tsx b/src/IconThingsToDoRounded.tsx index ba0b13e5c..494653753 100644 --- a/src/IconThingsToDoRounded.tsx +++ b/src/IconThingsToDoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThingsToDoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconThingsToDoRoundedFilled.tsx b/src/IconThingsToDoRoundedFilled.tsx index 9e5826de7..0bc5b7ded 100644 --- a/src/IconThingsToDoRoundedFilled.tsx +++ b/src/IconThingsToDoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThingsToDoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThingsToDoSharp.tsx b/src/IconThingsToDoSharp.tsx index 3e8cc6d87..93e6715ed 100644 --- a/src/IconThingsToDoSharp.tsx +++ b/src/IconThingsToDoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThingsToDoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThingsToDoSharpFilled.tsx b/src/IconThingsToDoSharpFilled.tsx index 27a4ff20e..c73ca0504 100644 --- a/src/IconThingsToDoSharpFilled.tsx +++ b/src/IconThingsToDoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThingsToDoSharpFilled: React.FC = ({ ...props diff --git a/src/IconThreadUnreadOutlined.tsx b/src/IconThreadUnreadOutlined.tsx index 6f8eae42c..b0cd3725b 100644 --- a/src/IconThreadUnreadOutlined.tsx +++ b/src/IconThreadUnreadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThreadUnreadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconThreadUnreadOutlinedFilled.tsx b/src/IconThreadUnreadOutlinedFilled.tsx index f95dfa55b..4a2aa013f 100644 --- a/src/IconThreadUnreadOutlinedFilled.tsx +++ b/src/IconThreadUnreadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThreadUnreadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThreadUnreadRounded.tsx b/src/IconThreadUnreadRounded.tsx index 59450fe46..776e37b8b 100644 --- a/src/IconThreadUnreadRounded.tsx +++ b/src/IconThreadUnreadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThreadUnreadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconThreadUnreadRoundedFilled.tsx b/src/IconThreadUnreadRoundedFilled.tsx index ac191aa4b..ed13b2e03 100644 --- a/src/IconThreadUnreadRoundedFilled.tsx +++ b/src/IconThreadUnreadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThreadUnreadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThreadUnreadSharp.tsx b/src/IconThreadUnreadSharp.tsx index 1367cc1a9..7c0620675 100644 --- a/src/IconThreadUnreadSharp.tsx +++ b/src/IconThreadUnreadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThreadUnreadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThreadUnreadSharpFilled.tsx b/src/IconThreadUnreadSharpFilled.tsx index 9c5981a21..2b74b4102 100644 --- a/src/IconThreadUnreadSharpFilled.tsx +++ b/src/IconThreadUnreadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThreadUnreadSharpFilled: React.FC = ({ ...props diff --git a/src/IconThumbDownOutlined.tsx b/src/IconThumbDownOutlined.tsx index 747ab4239..dde63ffbd 100644 --- a/src/IconThumbDownOutlined.tsx +++ b/src/IconThumbDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbDownOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbDownOutlinedFilled.tsx b/src/IconThumbDownOutlinedFilled.tsx index 5cbfa43e3..4af5be3e5 100644 --- a/src/IconThumbDownOutlinedFilled.tsx +++ b/src/IconThumbDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThumbDownRounded.tsx b/src/IconThumbDownRounded.tsx index 22a7a6c0d..7e517b42a 100644 --- a/src/IconThumbDownRounded.tsx +++ b/src/IconThumbDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbDownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbDownRoundedFilled.tsx b/src/IconThumbDownRoundedFilled.tsx index ba071c4d0..08dc29a61 100644 --- a/src/IconThumbDownRoundedFilled.tsx +++ b/src/IconThumbDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThumbDownSharp.tsx b/src/IconThumbDownSharp.tsx index 98d2ae302..e349e87a8 100644 --- a/src/IconThumbDownSharp.tsx +++ b/src/IconThumbDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbDownSharpFilled.tsx b/src/IconThumbDownSharpFilled.tsx index 2949e3471..bfcaf118e 100644 --- a/src/IconThumbDownSharpFilled.tsx +++ b/src/IconThumbDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbDownSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbUpOutlined.tsx b/src/IconThumbUpOutlined.tsx index 1399ea4e9..73c428c49 100644 --- a/src/IconThumbUpOutlined.tsx +++ b/src/IconThumbUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbUpOutlinedFilled.tsx b/src/IconThumbUpOutlinedFilled.tsx index 20a586bf4..fdc7a1425 100644 --- a/src/IconThumbUpOutlinedFilled.tsx +++ b/src/IconThumbUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThumbUpRounded.tsx b/src/IconThumbUpRounded.tsx index 554874cef..51a37310d 100644 --- a/src/IconThumbUpRounded.tsx +++ b/src/IconThumbUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbUpRoundedFilled.tsx b/src/IconThumbUpRoundedFilled.tsx index 05d2e8d36..637968e72 100644 --- a/src/IconThumbUpRoundedFilled.tsx +++ b/src/IconThumbUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbUpRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbUpSharp.tsx b/src/IconThumbUpSharp.tsx index 5f3bec093..dda353b13 100644 --- a/src/IconThumbUpSharp.tsx +++ b/src/IconThumbUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbUpSharpFilled.tsx b/src/IconThumbUpSharpFilled.tsx index e5581e1bb..12f2373fc 100644 --- a/src/IconThumbUpSharpFilled.tsx +++ b/src/IconThumbUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbUpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbnailBarOutlined.tsx b/src/IconThumbnailBarOutlined.tsx index edb05318c..e76a218be 100644 --- a/src/IconThumbnailBarOutlined.tsx +++ b/src/IconThumbnailBarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbnailBarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbnailBarOutlinedFilled.tsx b/src/IconThumbnailBarOutlinedFilled.tsx index e87f5c7e2..070931705 100644 --- a/src/IconThumbnailBarOutlinedFilled.tsx +++ b/src/IconThumbnailBarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbnailBarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThumbnailBarRounded.tsx b/src/IconThumbnailBarRounded.tsx index a4a8c7956..d669f1893 100644 --- a/src/IconThumbnailBarRounded.tsx +++ b/src/IconThumbnailBarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbnailBarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbnailBarRoundedFilled.tsx b/src/IconThumbnailBarRoundedFilled.tsx index 7fc93f06f..73a63b5f3 100644 --- a/src/IconThumbnailBarRoundedFilled.tsx +++ b/src/IconThumbnailBarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbnailBarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThumbnailBarSharp.tsx b/src/IconThumbnailBarSharp.tsx index 6558efae0..4ae7134c9 100644 --- a/src/IconThumbnailBarSharp.tsx +++ b/src/IconThumbnailBarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbnailBarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbnailBarSharpFilled.tsx b/src/IconThumbnailBarSharpFilled.tsx index da3dc873b..06d4dca90 100644 --- a/src/IconThumbnailBarSharpFilled.tsx +++ b/src/IconThumbnailBarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbnailBarSharpFilled: React.FC = ({ ...props diff --git a/src/IconThumbsUpDownOutlined.tsx b/src/IconThumbsUpDownOutlined.tsx index 1871352a0..9438885e6 100644 --- a/src/IconThumbsUpDownOutlined.tsx +++ b/src/IconThumbsUpDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbsUpDownOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbsUpDownOutlinedFilled.tsx b/src/IconThumbsUpDownOutlinedFilled.tsx index ab1f94efa..d006c276a 100644 --- a/src/IconThumbsUpDownOutlinedFilled.tsx +++ b/src/IconThumbsUpDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbsUpDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThumbsUpDownRounded.tsx b/src/IconThumbsUpDownRounded.tsx index 5e8ca212e..1ea6e3390 100644 --- a/src/IconThumbsUpDownRounded.tsx +++ b/src/IconThumbsUpDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbsUpDownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbsUpDownRoundedFilled.tsx b/src/IconThumbsUpDownRoundedFilled.tsx index 631aa0c58..b8794b046 100644 --- a/src/IconThumbsUpDownRoundedFilled.tsx +++ b/src/IconThumbsUpDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbsUpDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThumbsUpDownSharp.tsx b/src/IconThumbsUpDownSharp.tsx index 74e7d8db2..41e9a2955 100644 --- a/src/IconThumbsUpDownSharp.tsx +++ b/src/IconThumbsUpDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbsUpDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThumbsUpDownSharpFilled.tsx b/src/IconThumbsUpDownSharpFilled.tsx index b59553710..3fa0136a1 100644 --- a/src/IconThumbsUpDownSharpFilled.tsx +++ b/src/IconThumbsUpDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThumbsUpDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconThunderstormOutlined.tsx b/src/IconThunderstormOutlined.tsx index 8f4e9260c..ad2be6e59 100644 --- a/src/IconThunderstormOutlined.tsx +++ b/src/IconThunderstormOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThunderstormOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconThunderstormOutlinedFilled.tsx b/src/IconThunderstormOutlinedFilled.tsx index dc847b0b4..c31072d8c 100644 --- a/src/IconThunderstormOutlinedFilled.tsx +++ b/src/IconThunderstormOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThunderstormOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconThunderstormRounded.tsx b/src/IconThunderstormRounded.tsx index a33f0de24..e59c9b3b9 100644 --- a/src/IconThunderstormRounded.tsx +++ b/src/IconThunderstormRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThunderstormRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconThunderstormRoundedFilled.tsx b/src/IconThunderstormRoundedFilled.tsx index c563dff40..f847c7011 100644 --- a/src/IconThunderstormRoundedFilled.tsx +++ b/src/IconThunderstormRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThunderstormRoundedFilled: React.FC = ({ ...props diff --git a/src/IconThunderstormSharp.tsx b/src/IconThunderstormSharp.tsx index 225ba4419..5b246f95e 100644 --- a/src/IconThunderstormSharp.tsx +++ b/src/IconThunderstormSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThunderstormSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconThunderstormSharpFilled.tsx b/src/IconThunderstormSharpFilled.tsx index 916538c2f..64f038518 100644 --- a/src/IconThunderstormSharpFilled.tsx +++ b/src/IconThunderstormSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconThunderstormSharpFilled: React.FC = ({ ...props diff --git a/src/IconTibiaAltOutlined.tsx b/src/IconTibiaAltOutlined.tsx index bc62bf245..4e3b4f454 100644 --- a/src/IconTibiaAltOutlined.tsx +++ b/src/IconTibiaAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTibiaAltOutlinedFilled.tsx b/src/IconTibiaAltOutlinedFilled.tsx index d75154c08..f517668f2 100644 --- a/src/IconTibiaAltOutlinedFilled.tsx +++ b/src/IconTibiaAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTibiaAltRounded.tsx b/src/IconTibiaAltRounded.tsx index f07e3e040..9af114c99 100644 --- a/src/IconTibiaAltRounded.tsx +++ b/src/IconTibiaAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTibiaAltRoundedFilled.tsx b/src/IconTibiaAltRoundedFilled.tsx index f4b56b197..d19c5e821 100644 --- a/src/IconTibiaAltRoundedFilled.tsx +++ b/src/IconTibiaAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTibiaAltSharp.tsx b/src/IconTibiaAltSharp.tsx index dfac2fc9c..848cba1c0 100644 --- a/src/IconTibiaAltSharp.tsx +++ b/src/IconTibiaAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTibiaAltSharpFilled.tsx b/src/IconTibiaAltSharpFilled.tsx index cc170bfb2..f05b46466 100644 --- a/src/IconTibiaAltSharpFilled.tsx +++ b/src/IconTibiaAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaAltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTibiaOutlined.tsx b/src/IconTibiaOutlined.tsx index 41c8423fa..e076b2f2b 100644 --- a/src/IconTibiaOutlined.tsx +++ b/src/IconTibiaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTibiaOutlinedFilled.tsx b/src/IconTibiaOutlinedFilled.tsx index 52647245c..78e3b6659 100644 --- a/src/IconTibiaOutlinedFilled.tsx +++ b/src/IconTibiaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTibiaRounded.tsx b/src/IconTibiaRounded.tsx index 5b476a7d9..9b6f24a01 100644 --- a/src/IconTibiaRounded.tsx +++ b/src/IconTibiaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTibiaRoundedFilled.tsx b/src/IconTibiaRoundedFilled.tsx index 596499cd9..4eaf6d5b5 100644 --- a/src/IconTibiaRoundedFilled.tsx +++ b/src/IconTibiaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTibiaSharp.tsx b/src/IconTibiaSharp.tsx index 8311fd6ac..c77450987 100644 --- a/src/IconTibiaSharp.tsx +++ b/src/IconTibiaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTibiaSharpFilled.tsx b/src/IconTibiaSharpFilled.tsx index a5b1d4425..c360a7505 100644 --- a/src/IconTibiaSharpFilled.tsx +++ b/src/IconTibiaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTibiaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimeAutoOutlined.tsx b/src/IconTimeAutoOutlined.tsx index 05f9e0ad8..a7f5a9559 100644 --- a/src/IconTimeAutoOutlined.tsx +++ b/src/IconTimeAutoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimeAutoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimeAutoOutlinedFilled.tsx b/src/IconTimeAutoOutlinedFilled.tsx index 708b494c4..a4c272529 100644 --- a/src/IconTimeAutoOutlinedFilled.tsx +++ b/src/IconTimeAutoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimeAutoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimeAutoRounded.tsx b/src/IconTimeAutoRounded.tsx index 38b4c6a53..c76831840 100644 --- a/src/IconTimeAutoRounded.tsx +++ b/src/IconTimeAutoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimeAutoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimeAutoRoundedFilled.tsx b/src/IconTimeAutoRoundedFilled.tsx index 2d5226c96..aa15686f0 100644 --- a/src/IconTimeAutoRoundedFilled.tsx +++ b/src/IconTimeAutoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimeAutoRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTimeAutoSharp.tsx b/src/IconTimeAutoSharp.tsx index c058b5a1d..4a50354e3 100644 --- a/src/IconTimeAutoSharp.tsx +++ b/src/IconTimeAutoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimeAutoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimeAutoSharpFilled.tsx b/src/IconTimeAutoSharpFilled.tsx index 23b90d093..24b8b7371 100644 --- a/src/IconTimeAutoSharpFilled.tsx +++ b/src/IconTimeAutoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimeAutoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimelapseOutlined.tsx b/src/IconTimelapseOutlined.tsx index 9367370ab..c6536cc33 100644 --- a/src/IconTimelapseOutlined.tsx +++ b/src/IconTimelapseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelapseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimelapseOutlinedFilled.tsx b/src/IconTimelapseOutlinedFilled.tsx index becabae3d..134776b29 100644 --- a/src/IconTimelapseOutlinedFilled.tsx +++ b/src/IconTimelapseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelapseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimelapseRounded.tsx b/src/IconTimelapseRounded.tsx index 39bff8e9d..5b898971e 100644 --- a/src/IconTimelapseRounded.tsx +++ b/src/IconTimelapseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelapseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimelapseRoundedFilled.tsx b/src/IconTimelapseRoundedFilled.tsx index 82b178d7d..945fdea2f 100644 --- a/src/IconTimelapseRoundedFilled.tsx +++ b/src/IconTimelapseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelapseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTimelapseSharp.tsx b/src/IconTimelapseSharp.tsx index f1131fbc9..41eaac5fe 100644 --- a/src/IconTimelapseSharp.tsx +++ b/src/IconTimelapseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelapseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimelapseSharpFilled.tsx b/src/IconTimelapseSharpFilled.tsx index c6a95a3b2..1c40a05b5 100644 --- a/src/IconTimelapseSharpFilled.tsx +++ b/src/IconTimelapseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelapseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimelineOutlined.tsx b/src/IconTimelineOutlined.tsx index f0d712533..74cc9d91c 100644 --- a/src/IconTimelineOutlined.tsx +++ b/src/IconTimelineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelineOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimelineOutlinedFilled.tsx b/src/IconTimelineOutlinedFilled.tsx index eebc7ec08..14d98baa4 100644 --- a/src/IconTimelineOutlinedFilled.tsx +++ b/src/IconTimelineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimelineRounded.tsx b/src/IconTimelineRounded.tsx index eb48ee58d..508872f87 100644 --- a/src/IconTimelineRounded.tsx +++ b/src/IconTimelineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelineRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimelineRoundedFilled.tsx b/src/IconTimelineRoundedFilled.tsx index 701cece08..a31d3f373 100644 --- a/src/IconTimelineRoundedFilled.tsx +++ b/src/IconTimelineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTimelineSharp.tsx b/src/IconTimelineSharp.tsx index 296ca1245..aa38d4b96 100644 --- a/src/IconTimelineSharp.tsx +++ b/src/IconTimelineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimelineSharpFilled.tsx b/src/IconTimelineSharpFilled.tsx index bfda14e2a..e9cb24ea2 100644 --- a/src/IconTimelineSharpFilled.tsx +++ b/src/IconTimelineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimelineSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer10Alt1Outlined.tsx b/src/IconTimer10Alt1Outlined.tsx index 9c01c9319..0a5cbe132 100644 --- a/src/IconTimer10Alt1Outlined.tsx +++ b/src/IconTimer10Alt1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10Alt1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer10Alt1OutlinedFilled.tsx b/src/IconTimer10Alt1OutlinedFilled.tsx index 81233d17e..86028c564 100644 --- a/src/IconTimer10Alt1OutlinedFilled.tsx +++ b/src/IconTimer10Alt1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10Alt1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimer10Alt1Rounded.tsx b/src/IconTimer10Alt1Rounded.tsx index 8717037fc..f3c721aa5 100644 --- a/src/IconTimer10Alt1Rounded.tsx +++ b/src/IconTimer10Alt1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10Alt1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer10Alt1RoundedFilled.tsx b/src/IconTimer10Alt1RoundedFilled.tsx index d66e23f28..2b0b78d9a 100644 --- a/src/IconTimer10Alt1RoundedFilled.tsx +++ b/src/IconTimer10Alt1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10Alt1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconTimer10Alt1Sharp.tsx b/src/IconTimer10Alt1Sharp.tsx index 6e839aff8..c4d5368db 100644 --- a/src/IconTimer10Alt1Sharp.tsx +++ b/src/IconTimer10Alt1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10Alt1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer10Alt1SharpFilled.tsx b/src/IconTimer10Alt1SharpFilled.tsx index e92ec9dc4..94be188f7 100644 --- a/src/IconTimer10Alt1SharpFilled.tsx +++ b/src/IconTimer10Alt1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10Alt1SharpFilled: React.FC = ({ ...props diff --git a/src/IconTimer10Outlined.tsx b/src/IconTimer10Outlined.tsx index 96eb3ddce..7b2baf081 100644 --- a/src/IconTimer10Outlined.tsx +++ b/src/IconTimer10Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer10OutlinedFilled.tsx b/src/IconTimer10OutlinedFilled.tsx index 6eb54314d..b151cb6e0 100644 --- a/src/IconTimer10OutlinedFilled.tsx +++ b/src/IconTimer10OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimer10Rounded.tsx b/src/IconTimer10Rounded.tsx index bdefd6cbd..aa0a0c748 100644 --- a/src/IconTimer10Rounded.tsx +++ b/src/IconTimer10Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer10RoundedFilled.tsx b/src/IconTimer10RoundedFilled.tsx index cf11c715c..a4fcfac58 100644 --- a/src/IconTimer10RoundedFilled.tsx +++ b/src/IconTimer10RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer10SelectOutlined.tsx b/src/IconTimer10SelectOutlined.tsx index 66a0cd655..eb1818c1f 100644 --- a/src/IconTimer10SelectOutlined.tsx +++ b/src/IconTimer10SelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10SelectOutlined: React.FC = ({ ...props diff --git a/src/IconTimer10SelectOutlinedFilled.tsx b/src/IconTimer10SelectOutlinedFilled.tsx index ba6611f59..79483146f 100644 --- a/src/IconTimer10SelectOutlinedFilled.tsx +++ b/src/IconTimer10SelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10SelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimer10SelectRounded.tsx b/src/IconTimer10SelectRounded.tsx index b55780ad2..553aa6abc 100644 --- a/src/IconTimer10SelectRounded.tsx +++ b/src/IconTimer10SelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10SelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer10SelectRoundedFilled.tsx b/src/IconTimer10SelectRoundedFilled.tsx index d219756b3..ff3380331 100644 --- a/src/IconTimer10SelectRoundedFilled.tsx +++ b/src/IconTimer10SelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10SelectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTimer10SelectSharp.tsx b/src/IconTimer10SelectSharp.tsx index 85ed37044..18fe19d97 100644 --- a/src/IconTimer10SelectSharp.tsx +++ b/src/IconTimer10SelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10SelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer10SelectSharpFilled.tsx b/src/IconTimer10SelectSharpFilled.tsx index b359cc40b..a637456e9 100644 --- a/src/IconTimer10SelectSharpFilled.tsx +++ b/src/IconTimer10SelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10SelectSharpFilled: React.FC = ({ ...props diff --git a/src/IconTimer10Sharp.tsx b/src/IconTimer10Sharp.tsx index 59c0afe7a..ccde717e4 100644 --- a/src/IconTimer10Sharp.tsx +++ b/src/IconTimer10Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer10SharpFilled.tsx b/src/IconTimer10SharpFilled.tsx index 625282d17..7c54687e2 100644 --- a/src/IconTimer10SharpFilled.tsx +++ b/src/IconTimer10SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer10SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3Alt1Outlined.tsx b/src/IconTimer3Alt1Outlined.tsx index b6d95002f..217ce596c 100644 --- a/src/IconTimer3Alt1Outlined.tsx +++ b/src/IconTimer3Alt1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3Alt1Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3Alt1OutlinedFilled.tsx b/src/IconTimer3Alt1OutlinedFilled.tsx index b585b5913..cbac47122 100644 --- a/src/IconTimer3Alt1OutlinedFilled.tsx +++ b/src/IconTimer3Alt1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3Alt1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimer3Alt1Rounded.tsx b/src/IconTimer3Alt1Rounded.tsx index 10a0a8474..a35fbd0c0 100644 --- a/src/IconTimer3Alt1Rounded.tsx +++ b/src/IconTimer3Alt1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3Alt1Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3Alt1RoundedFilled.tsx b/src/IconTimer3Alt1RoundedFilled.tsx index b3d93c953..344200cfe 100644 --- a/src/IconTimer3Alt1RoundedFilled.tsx +++ b/src/IconTimer3Alt1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3Alt1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconTimer3Alt1Sharp.tsx b/src/IconTimer3Alt1Sharp.tsx index 0d95cdd02..1eac7fc0d 100644 --- a/src/IconTimer3Alt1Sharp.tsx +++ b/src/IconTimer3Alt1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3Alt1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3Alt1SharpFilled.tsx b/src/IconTimer3Alt1SharpFilled.tsx index 86d5668de..e9ff323d6 100644 --- a/src/IconTimer3Alt1SharpFilled.tsx +++ b/src/IconTimer3Alt1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3Alt1SharpFilled: React.FC = ({ ...props diff --git a/src/IconTimer3Outlined.tsx b/src/IconTimer3Outlined.tsx index ef9cac76d..3b83dfb26 100644 --- a/src/IconTimer3Outlined.tsx +++ b/src/IconTimer3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3OutlinedFilled.tsx b/src/IconTimer3OutlinedFilled.tsx index c7824d382..3b871caaf 100644 --- a/src/IconTimer3OutlinedFilled.tsx +++ b/src/IconTimer3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3Rounded.tsx b/src/IconTimer3Rounded.tsx index cfc1e159a..30607430b 100644 --- a/src/IconTimer3Rounded.tsx +++ b/src/IconTimer3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3RoundedFilled.tsx b/src/IconTimer3RoundedFilled.tsx index 3e3f39927..48b1ccb01 100644 --- a/src/IconTimer3RoundedFilled.tsx +++ b/src/IconTimer3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3SelectOutlined.tsx b/src/IconTimer3SelectOutlined.tsx index f3048045c..335846533 100644 --- a/src/IconTimer3SelectOutlined.tsx +++ b/src/IconTimer3SelectOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3SelectOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3SelectOutlinedFilled.tsx b/src/IconTimer3SelectOutlinedFilled.tsx index 7898bc3a6..d2ae0559c 100644 --- a/src/IconTimer3SelectOutlinedFilled.tsx +++ b/src/IconTimer3SelectOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3SelectOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimer3SelectRounded.tsx b/src/IconTimer3SelectRounded.tsx index 7853ad152..11c513470 100644 --- a/src/IconTimer3SelectRounded.tsx +++ b/src/IconTimer3SelectRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3SelectRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3SelectRoundedFilled.tsx b/src/IconTimer3SelectRoundedFilled.tsx index 19ba157d5..659e6ad26 100644 --- a/src/IconTimer3SelectRoundedFilled.tsx +++ b/src/IconTimer3SelectRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3SelectRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTimer3SelectSharp.tsx b/src/IconTimer3SelectSharp.tsx index 2213baa9f..345df3529 100644 --- a/src/IconTimer3SelectSharp.tsx +++ b/src/IconTimer3SelectSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3SelectSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3SelectSharpFilled.tsx b/src/IconTimer3SelectSharpFilled.tsx index 3a47d72b2..243bc73cf 100644 --- a/src/IconTimer3SelectSharpFilled.tsx +++ b/src/IconTimer3SelectSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3SelectSharpFilled: React.FC = ({ ...props diff --git a/src/IconTimer3Sharp.tsx b/src/IconTimer3Sharp.tsx index a83172798..a78d1eed3 100644 --- a/src/IconTimer3Sharp.tsx +++ b/src/IconTimer3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer3SharpFilled.tsx b/src/IconTimer3SharpFilled.tsx index d305cd412..65c53383b 100644 --- a/src/IconTimer3SharpFilled.tsx +++ b/src/IconTimer3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer3SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer5Outlined.tsx b/src/IconTimer5Outlined.tsx index 116a9b456..c5133bed2 100644 --- a/src/IconTimer5Outlined.tsx +++ b/src/IconTimer5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer5OutlinedFilled.tsx b/src/IconTimer5OutlinedFilled.tsx index 55405b623..97d8db922 100644 --- a/src/IconTimer5OutlinedFilled.tsx +++ b/src/IconTimer5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer5Rounded.tsx b/src/IconTimer5Rounded.tsx index 5bba2ecb9..a3e5171fc 100644 --- a/src/IconTimer5Rounded.tsx +++ b/src/IconTimer5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer5RoundedFilled.tsx b/src/IconTimer5RoundedFilled.tsx index 539dc6b95..08c2048b7 100644 --- a/src/IconTimer5RoundedFilled.tsx +++ b/src/IconTimer5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer5Sharp.tsx b/src/IconTimer5Sharp.tsx index fcb72d3c8..2be17fa4e 100644 --- a/src/IconTimer5Sharp.tsx +++ b/src/IconTimer5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer5SharpFilled.tsx b/src/IconTimer5SharpFilled.tsx index ea7457115..c1a24e2a0 100644 --- a/src/IconTimer5SharpFilled.tsx +++ b/src/IconTimer5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer5ShutterOutlined.tsx b/src/IconTimer5ShutterOutlined.tsx index 07e775559..710724516 100644 --- a/src/IconTimer5ShutterOutlined.tsx +++ b/src/IconTimer5ShutterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5ShutterOutlined: React.FC = ({ ...props diff --git a/src/IconTimer5ShutterOutlinedFilled.tsx b/src/IconTimer5ShutterOutlinedFilled.tsx index 1d9409521..c5c662c57 100644 --- a/src/IconTimer5ShutterOutlinedFilled.tsx +++ b/src/IconTimer5ShutterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5ShutterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimer5ShutterRounded.tsx b/src/IconTimer5ShutterRounded.tsx index abacaffa3..a5ac36b68 100644 --- a/src/IconTimer5ShutterRounded.tsx +++ b/src/IconTimer5ShutterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5ShutterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer5ShutterRoundedFilled.tsx b/src/IconTimer5ShutterRoundedFilled.tsx index e27c5e31e..2ae7fb309 100644 --- a/src/IconTimer5ShutterRoundedFilled.tsx +++ b/src/IconTimer5ShutterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5ShutterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTimer5ShutterSharp.tsx b/src/IconTimer5ShutterSharp.tsx index c6a214e59..3cd2f63fb 100644 --- a/src/IconTimer5ShutterSharp.tsx +++ b/src/IconTimer5ShutterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5ShutterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimer5ShutterSharpFilled.tsx b/src/IconTimer5ShutterSharpFilled.tsx index 785c4006a..a6be0ccb8 100644 --- a/src/IconTimer5ShutterSharpFilled.tsx +++ b/src/IconTimer5ShutterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimer5ShutterSharpFilled: React.FC = ({ ...props diff --git a/src/IconTimerOffOutlined.tsx b/src/IconTimerOffOutlined.tsx index e7d1ed697..245507d9b 100644 --- a/src/IconTimerOffOutlined.tsx +++ b/src/IconTimerOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerOffOutlinedFilled.tsx b/src/IconTimerOffOutlinedFilled.tsx index 6407e99b2..94fff90f5 100644 --- a/src/IconTimerOffOutlinedFilled.tsx +++ b/src/IconTimerOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimerOffRounded.tsx b/src/IconTimerOffRounded.tsx index b536166b7..e92cfd7e0 100644 --- a/src/IconTimerOffRounded.tsx +++ b/src/IconTimerOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerOffRoundedFilled.tsx b/src/IconTimerOffRoundedFilled.tsx index c2151a0c7..c61345fd4 100644 --- a/src/IconTimerOffRoundedFilled.tsx +++ b/src/IconTimerOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTimerOffSharp.tsx b/src/IconTimerOffSharp.tsx index 9161604e4..2e96bc893 100644 --- a/src/IconTimerOffSharp.tsx +++ b/src/IconTimerOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerOffSharpFilled.tsx b/src/IconTimerOffSharpFilled.tsx index eb660a329..49ed6068a 100644 --- a/src/IconTimerOffSharpFilled.tsx +++ b/src/IconTimerOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerOutlined.tsx b/src/IconTimerOutlined.tsx index 4bd9885d9..335b537bc 100644 --- a/src/IconTimerOutlined.tsx +++ b/src/IconTimerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerOutlinedFilled.tsx b/src/IconTimerOutlinedFilled.tsx index a0b7d495a..9793afe91 100644 --- a/src/IconTimerOutlinedFilled.tsx +++ b/src/IconTimerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerPauseOutlined.tsx b/src/IconTimerPauseOutlined.tsx index cfd97e8a3..5818ef2a5 100644 --- a/src/IconTimerPauseOutlined.tsx +++ b/src/IconTimerPauseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPauseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerPauseOutlinedFilled.tsx b/src/IconTimerPauseOutlinedFilled.tsx index 3b0205cc8..01dac35a7 100644 --- a/src/IconTimerPauseOutlinedFilled.tsx +++ b/src/IconTimerPauseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPauseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimerPauseRounded.tsx b/src/IconTimerPauseRounded.tsx index 875aed64b..78cdca785 100644 --- a/src/IconTimerPauseRounded.tsx +++ b/src/IconTimerPauseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPauseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerPauseRoundedFilled.tsx b/src/IconTimerPauseRoundedFilled.tsx index 41f9f187d..2470967bc 100644 --- a/src/IconTimerPauseRoundedFilled.tsx +++ b/src/IconTimerPauseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPauseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTimerPauseSharp.tsx b/src/IconTimerPauseSharp.tsx index d03471c58..67784d9f7 100644 --- a/src/IconTimerPauseSharp.tsx +++ b/src/IconTimerPauseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPauseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerPauseSharpFilled.tsx b/src/IconTimerPauseSharpFilled.tsx index 9b3c3a897..5b4849d01 100644 --- a/src/IconTimerPauseSharpFilled.tsx +++ b/src/IconTimerPauseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPauseSharpFilled: React.FC = ({ ...props diff --git a/src/IconTimerPlayOutlined.tsx b/src/IconTimerPlayOutlined.tsx index 3ec30383a..97119113f 100644 --- a/src/IconTimerPlayOutlined.tsx +++ b/src/IconTimerPlayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPlayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerPlayOutlinedFilled.tsx b/src/IconTimerPlayOutlinedFilled.tsx index ccc1c62a2..be7e2dc7f 100644 --- a/src/IconTimerPlayOutlinedFilled.tsx +++ b/src/IconTimerPlayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPlayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTimerPlayRounded.tsx b/src/IconTimerPlayRounded.tsx index 0eada616e..4279c253f 100644 --- a/src/IconTimerPlayRounded.tsx +++ b/src/IconTimerPlayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPlayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerPlayRoundedFilled.tsx b/src/IconTimerPlayRoundedFilled.tsx index a133d2dac..aa8527f1b 100644 --- a/src/IconTimerPlayRoundedFilled.tsx +++ b/src/IconTimerPlayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPlayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTimerPlaySharp.tsx b/src/IconTimerPlaySharp.tsx index 3ebf40545..230814127 100644 --- a/src/IconTimerPlaySharp.tsx +++ b/src/IconTimerPlaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPlaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerPlaySharpFilled.tsx b/src/IconTimerPlaySharpFilled.tsx index c2bb15ab8..a6324068f 100644 --- a/src/IconTimerPlaySharpFilled.tsx +++ b/src/IconTimerPlaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerPlaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerRounded.tsx b/src/IconTimerRounded.tsx index 8c96eba52..a3629524a 100644 --- a/src/IconTimerRounded.tsx +++ b/src/IconTimerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerRoundedFilled.tsx b/src/IconTimerRoundedFilled.tsx index c4449b155..cb25ad113 100644 --- a/src/IconTimerRoundedFilled.tsx +++ b/src/IconTimerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerSharp.tsx b/src/IconTimerSharp.tsx index 6765a3abd..22c237d34 100644 --- a/src/IconTimerSharp.tsx +++ b/src/IconTimerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTimerSharpFilled.tsx b/src/IconTimerSharpFilled.tsx index 3ca2b1df9..1a5d5e8bc 100644 --- a/src/IconTimerSharpFilled.tsx +++ b/src/IconTimerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTimerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTireRepairOutlined.tsx b/src/IconTireRepairOutlined.tsx index b5f0233b7..133c95f60 100644 --- a/src/IconTireRepairOutlined.tsx +++ b/src/IconTireRepairOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTireRepairOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTireRepairOutlinedFilled.tsx b/src/IconTireRepairOutlinedFilled.tsx index 7c7f44ff5..94e3d68f0 100644 --- a/src/IconTireRepairOutlinedFilled.tsx +++ b/src/IconTireRepairOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTireRepairOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTireRepairRounded.tsx b/src/IconTireRepairRounded.tsx index de4213bed..0201ca3c3 100644 --- a/src/IconTireRepairRounded.tsx +++ b/src/IconTireRepairRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTireRepairRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTireRepairRoundedFilled.tsx b/src/IconTireRepairRoundedFilled.tsx index 219843250..a1016806f 100644 --- a/src/IconTireRepairRoundedFilled.tsx +++ b/src/IconTireRepairRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTireRepairRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTireRepairSharp.tsx b/src/IconTireRepairSharp.tsx index 5ec3bfc30..72ad59956 100644 --- a/src/IconTireRepairSharp.tsx +++ b/src/IconTireRepairSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTireRepairSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTireRepairSharpFilled.tsx b/src/IconTireRepairSharpFilled.tsx index 202b7396f..8bb056bf9 100644 --- a/src/IconTireRepairSharpFilled.tsx +++ b/src/IconTireRepairSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTireRepairSharpFilled: React.FC = ({ ...props diff --git a/src/IconTitleOutlined.tsx b/src/IconTitleOutlined.tsx index 6ac847d74..32cadd25e 100644 --- a/src/IconTitleOutlined.tsx +++ b/src/IconTitleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTitleOutlinedFilled.tsx b/src/IconTitleOutlinedFilled.tsx index 4e5623a2e..cd871853c 100644 --- a/src/IconTitleOutlinedFilled.tsx +++ b/src/IconTitleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitleOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTitleRounded.tsx b/src/IconTitleRounded.tsx index 2c15da4d3..bc81ce615 100644 --- a/src/IconTitleRounded.tsx +++ b/src/IconTitleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTitleRoundedFilled.tsx b/src/IconTitleRoundedFilled.tsx index cb023365f..3e4d2f576 100644 --- a/src/IconTitleRoundedFilled.tsx +++ b/src/IconTitleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitleRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTitleSharp.tsx b/src/IconTitleSharp.tsx index cf2643472..b0a31c8ff 100644 --- a/src/IconTitleSharp.tsx +++ b/src/IconTitleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTitleSharpFilled.tsx b/src/IconTitleSharpFilled.tsx index e42ce8590..14355dc31 100644 --- a/src/IconTitleSharpFilled.tsx +++ b/src/IconTitleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitleSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTitlecaseOutlined.tsx b/src/IconTitlecaseOutlined.tsx index a11887ab3..4580ed269 100644 --- a/src/IconTitlecaseOutlined.tsx +++ b/src/IconTitlecaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitlecaseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTitlecaseOutlinedFilled.tsx b/src/IconTitlecaseOutlinedFilled.tsx index e73785678..528af8507 100644 --- a/src/IconTitlecaseOutlinedFilled.tsx +++ b/src/IconTitlecaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitlecaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTitlecaseRounded.tsx b/src/IconTitlecaseRounded.tsx index 345f58249..e79fb66ad 100644 --- a/src/IconTitlecaseRounded.tsx +++ b/src/IconTitlecaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitlecaseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTitlecaseRoundedFilled.tsx b/src/IconTitlecaseRoundedFilled.tsx index 280143f96..36dd8364c 100644 --- a/src/IconTitlecaseRoundedFilled.tsx +++ b/src/IconTitlecaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitlecaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTitlecaseSharp.tsx b/src/IconTitlecaseSharp.tsx index bc552bcde..e2415633b 100644 --- a/src/IconTitlecaseSharp.tsx +++ b/src/IconTitlecaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitlecaseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTitlecaseSharpFilled.tsx b/src/IconTitlecaseSharpFilled.tsx index 40c25e44b..801b67866 100644 --- a/src/IconTitlecaseSharpFilled.tsx +++ b/src/IconTitlecaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTitlecaseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToastOutlined.tsx b/src/IconToastOutlined.tsx index a345ced9f..455473074 100644 --- a/src/IconToastOutlined.tsx +++ b/src/IconToastOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToastOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconToastOutlinedFilled.tsx b/src/IconToastOutlinedFilled.tsx index 412cb3a83..7f44ca969 100644 --- a/src/IconToastOutlinedFilled.tsx +++ b/src/IconToastOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToastOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToastRounded.tsx b/src/IconToastRounded.tsx index dc82f135a..6d5e0d9d7 100644 --- a/src/IconToastRounded.tsx +++ b/src/IconToastRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToastRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconToastRoundedFilled.tsx b/src/IconToastRoundedFilled.tsx index d7b8971d0..47eadfe54 100644 --- a/src/IconToastRoundedFilled.tsx +++ b/src/IconToastRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToastRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToastSharp.tsx b/src/IconToastSharp.tsx index e8123c7d6..fcfe933d1 100644 --- a/src/IconToastSharp.tsx +++ b/src/IconToastSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToastSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToastSharpFilled.tsx b/src/IconToastSharpFilled.tsx index 732b589d9..12548f00e 100644 --- a/src/IconToastSharpFilled.tsx +++ b/src/IconToastSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToastSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTocOutlined.tsx b/src/IconTocOutlined.tsx index f3e5a7c44..e35f186f5 100644 --- a/src/IconTocOutlined.tsx +++ b/src/IconTocOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTocOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTocOutlinedFilled.tsx b/src/IconTocOutlinedFilled.tsx index 36f9d22a1..f1f90e8d9 100644 --- a/src/IconTocOutlinedFilled.tsx +++ b/src/IconTocOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTocOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTocRounded.tsx b/src/IconTocRounded.tsx index 5f246e563..1ad0a1ba7 100644 --- a/src/IconTocRounded.tsx +++ b/src/IconTocRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTocRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTocRoundedFilled.tsx b/src/IconTocRoundedFilled.tsx index 97d6bcc32..cc3d8a25e 100644 --- a/src/IconTocRoundedFilled.tsx +++ b/src/IconTocRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTocRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTocSharp.tsx b/src/IconTocSharp.tsx index 487509e5d..ae83a1fa5 100644 --- a/src/IconTocSharp.tsx +++ b/src/IconTocSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTocSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTocSharpFilled.tsx b/src/IconTocSharpFilled.tsx index 8743a741c..7fa40ad96 100644 --- a/src/IconTocSharpFilled.tsx +++ b/src/IconTocSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTocSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTodayOutlined.tsx b/src/IconTodayOutlined.tsx index e30b4c19f..e226516b9 100644 --- a/src/IconTodayOutlined.tsx +++ b/src/IconTodayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTodayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTodayOutlinedFilled.tsx b/src/IconTodayOutlinedFilled.tsx index 63d891dde..299ffd7bd 100644 --- a/src/IconTodayOutlinedFilled.tsx +++ b/src/IconTodayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTodayOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTodayRounded.tsx b/src/IconTodayRounded.tsx index 73978f021..890a244de 100644 --- a/src/IconTodayRounded.tsx +++ b/src/IconTodayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTodayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTodayRoundedFilled.tsx b/src/IconTodayRoundedFilled.tsx index 1a2c30159..15a672de9 100644 --- a/src/IconTodayRoundedFilled.tsx +++ b/src/IconTodayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTodayRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTodaySharp.tsx b/src/IconTodaySharp.tsx index 2366bdd3d..b81cfb5b0 100644 --- a/src/IconTodaySharp.tsx +++ b/src/IconTodaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTodaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTodaySharpFilled.tsx b/src/IconTodaySharpFilled.tsx index 8b4c64f75..6b7bf7345 100644 --- a/src/IconTodaySharpFilled.tsx +++ b/src/IconTodaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTodaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToggleOffOutlined.tsx b/src/IconToggleOffOutlined.tsx index 0476d6cca..2b458f49d 100644 --- a/src/IconToggleOffOutlined.tsx +++ b/src/IconToggleOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconToggleOffOutlinedFilled.tsx b/src/IconToggleOffOutlinedFilled.tsx index 06f781fcb..23025678d 100644 --- a/src/IconToggleOffOutlinedFilled.tsx +++ b/src/IconToggleOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToggleOffRounded.tsx b/src/IconToggleOffRounded.tsx index 99025e9e5..aeb3233e7 100644 --- a/src/IconToggleOffRounded.tsx +++ b/src/IconToggleOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconToggleOffRoundedFilled.tsx b/src/IconToggleOffRoundedFilled.tsx index d5d8f587e..7666d81a5 100644 --- a/src/IconToggleOffRoundedFilled.tsx +++ b/src/IconToggleOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconToggleOffSharp.tsx b/src/IconToggleOffSharp.tsx index 58ce26056..17dabc20c 100644 --- a/src/IconToggleOffSharp.tsx +++ b/src/IconToggleOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToggleOffSharpFilled.tsx b/src/IconToggleOffSharpFilled.tsx index ac8cf5e5b..d2c1cd0ab 100644 --- a/src/IconToggleOffSharpFilled.tsx +++ b/src/IconToggleOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToggleOnOutlined.tsx b/src/IconToggleOnOutlined.tsx index 692cac7ae..125452fee 100644 --- a/src/IconToggleOnOutlined.tsx +++ b/src/IconToggleOnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconToggleOnOutlinedFilled.tsx b/src/IconToggleOnOutlinedFilled.tsx index 14936f79f..754ed7e98 100644 --- a/src/IconToggleOnOutlinedFilled.tsx +++ b/src/IconToggleOnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToggleOnRounded.tsx b/src/IconToggleOnRounded.tsx index 8e28dd9d8..e48632763 100644 --- a/src/IconToggleOnRounded.tsx +++ b/src/IconToggleOnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconToggleOnRoundedFilled.tsx b/src/IconToggleOnRoundedFilled.tsx index e3812946a..46a7c05c0 100644 --- a/src/IconToggleOnRoundedFilled.tsx +++ b/src/IconToggleOnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconToggleOnSharp.tsx b/src/IconToggleOnSharp.tsx index 615696dc6..88d401856 100644 --- a/src/IconToggleOnSharp.tsx +++ b/src/IconToggleOnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToggleOnSharpFilled.tsx b/src/IconToggleOnSharpFilled.tsx index ee8a832c6..04bf4562b 100644 --- a/src/IconToggleOnSharpFilled.tsx +++ b/src/IconToggleOnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToggleOnSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTokenOutlined.tsx b/src/IconTokenOutlined.tsx index 47ea8fe27..ba293c261 100644 --- a/src/IconTokenOutlined.tsx +++ b/src/IconTokenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTokenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTokenOutlinedFilled.tsx b/src/IconTokenOutlinedFilled.tsx index fec22af2f..4ef8f6579 100644 --- a/src/IconTokenOutlinedFilled.tsx +++ b/src/IconTokenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTokenOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTokenRounded.tsx b/src/IconTokenRounded.tsx index 247ef66aa..561eb9cb1 100644 --- a/src/IconTokenRounded.tsx +++ b/src/IconTokenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTokenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTokenRoundedFilled.tsx b/src/IconTokenRoundedFilled.tsx index f41f76fef..5801fa16d 100644 --- a/src/IconTokenRoundedFilled.tsx +++ b/src/IconTokenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTokenRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTokenSharp.tsx b/src/IconTokenSharp.tsx index 4383877c2..645aa9d67 100644 --- a/src/IconTokenSharp.tsx +++ b/src/IconTokenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTokenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTokenSharpFilled.tsx b/src/IconTokenSharpFilled.tsx index a0c909b41..23a7fffa6 100644 --- a/src/IconTokenSharpFilled.tsx +++ b/src/IconTokenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTokenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTollOutlined.tsx b/src/IconTollOutlined.tsx index 6e235e794..c261e4a8f 100644 --- a/src/IconTollOutlined.tsx +++ b/src/IconTollOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTollOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTollOutlinedFilled.tsx b/src/IconTollOutlinedFilled.tsx index 0ea49afae..9a3e4f928 100644 --- a/src/IconTollOutlinedFilled.tsx +++ b/src/IconTollOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTollOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTollRounded.tsx b/src/IconTollRounded.tsx index 8e6dbc1fc..08fd2d672 100644 --- a/src/IconTollRounded.tsx +++ b/src/IconTollRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTollRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTollRoundedFilled.tsx b/src/IconTollRoundedFilled.tsx index 591f02c5f..3ec5dee38 100644 --- a/src/IconTollRoundedFilled.tsx +++ b/src/IconTollRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTollRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTollSharp.tsx b/src/IconTollSharp.tsx index 51799848d..8ccb10f25 100644 --- a/src/IconTollSharp.tsx +++ b/src/IconTollSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTollSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTollSharpFilled.tsx b/src/IconTollSharpFilled.tsx index 73b439f7c..1bf3a193e 100644 --- a/src/IconTollSharpFilled.tsx +++ b/src/IconTollSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTollSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTonalityOutlined.tsx b/src/IconTonalityOutlined.tsx index 2d989a2cb..5fe80770d 100644 --- a/src/IconTonalityOutlined.tsx +++ b/src/IconTonalityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTonalityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTonalityOutlinedFilled.tsx b/src/IconTonalityOutlinedFilled.tsx index 41cb4afa7..f41af99c7 100644 --- a/src/IconTonalityOutlinedFilled.tsx +++ b/src/IconTonalityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTonalityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTonalityRounded.tsx b/src/IconTonalityRounded.tsx index 7f75d8cdf..874ebd910 100644 --- a/src/IconTonalityRounded.tsx +++ b/src/IconTonalityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTonalityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTonalityRoundedFilled.tsx b/src/IconTonalityRoundedFilled.tsx index 3a0ffd45f..ebb7a87a7 100644 --- a/src/IconTonalityRoundedFilled.tsx +++ b/src/IconTonalityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTonalityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTonalitySharp.tsx b/src/IconTonalitySharp.tsx index d2c3f7dcb..138340b1e 100644 --- a/src/IconTonalitySharp.tsx +++ b/src/IconTonalitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTonalitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTonalitySharpFilled.tsx b/src/IconTonalitySharpFilled.tsx index cea0b0e59..2b1ec23d0 100644 --- a/src/IconTonalitySharpFilled.tsx +++ b/src/IconTonalitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTonalitySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToolbarOutlined.tsx b/src/IconToolbarOutlined.tsx index 239a7933e..b629d7529 100644 --- a/src/IconToolbarOutlined.tsx +++ b/src/IconToolbarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolbarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconToolbarOutlinedFilled.tsx b/src/IconToolbarOutlinedFilled.tsx index c2f8c8a5c..a1d9e1db7 100644 --- a/src/IconToolbarOutlinedFilled.tsx +++ b/src/IconToolbarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolbarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToolbarRounded.tsx b/src/IconToolbarRounded.tsx index 5df563654..a265291a2 100644 --- a/src/IconToolbarRounded.tsx +++ b/src/IconToolbarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolbarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconToolbarRoundedFilled.tsx b/src/IconToolbarRoundedFilled.tsx index 75eb416ae..f7b5edc39 100644 --- a/src/IconToolbarRoundedFilled.tsx +++ b/src/IconToolbarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolbarRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToolbarSharp.tsx b/src/IconToolbarSharp.tsx index b2f57faae..87bc348f4 100644 --- a/src/IconToolbarSharp.tsx +++ b/src/IconToolbarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolbarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToolbarSharpFilled.tsx b/src/IconToolbarSharpFilled.tsx index 385ff4224..9883321cb 100644 --- a/src/IconToolbarSharpFilled.tsx +++ b/src/IconToolbarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolbarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsFlatHeadOutlined.tsx b/src/IconToolsFlatHeadOutlined.tsx index 08b56709b..bb406a80d 100644 --- a/src/IconToolsFlatHeadOutlined.tsx +++ b/src/IconToolsFlatHeadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsFlatHeadOutlined: React.FC = ({ ...props diff --git a/src/IconToolsFlatHeadOutlinedFilled.tsx b/src/IconToolsFlatHeadOutlinedFilled.tsx index 1c56c20ae..1d9f54de2 100644 --- a/src/IconToolsFlatHeadOutlinedFilled.tsx +++ b/src/IconToolsFlatHeadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsFlatHeadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToolsFlatHeadRounded.tsx b/src/IconToolsFlatHeadRounded.tsx index 3670b8cb7..116f02272 100644 --- a/src/IconToolsFlatHeadRounded.tsx +++ b/src/IconToolsFlatHeadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsFlatHeadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsFlatHeadRoundedFilled.tsx b/src/IconToolsFlatHeadRoundedFilled.tsx index 3527a01f2..9f1fcabd5 100644 --- a/src/IconToolsFlatHeadRoundedFilled.tsx +++ b/src/IconToolsFlatHeadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsFlatHeadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconToolsFlatHeadSharp.tsx b/src/IconToolsFlatHeadSharp.tsx index ea9a11933..b52cdbdb7 100644 --- a/src/IconToolsFlatHeadSharp.tsx +++ b/src/IconToolsFlatHeadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsFlatHeadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsFlatHeadSharpFilled.tsx b/src/IconToolsFlatHeadSharpFilled.tsx index 6b25e5e5e..2d33c5f3a 100644 --- a/src/IconToolsFlatHeadSharpFilled.tsx +++ b/src/IconToolsFlatHeadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsFlatHeadSharpFilled: React.FC = ({ ...props diff --git a/src/IconToolsInstallationKitOutlined.tsx b/src/IconToolsInstallationKitOutlined.tsx index 3f7c39aa2..bbf1efa99 100644 --- a/src/IconToolsInstallationKitOutlined.tsx +++ b/src/IconToolsInstallationKitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsInstallationKitOutlined: React.FC = ({ ...props diff --git a/src/IconToolsInstallationKitOutlinedFilled.tsx b/src/IconToolsInstallationKitOutlinedFilled.tsx index a033fc41d..0e3a9b8f8 100644 --- a/src/IconToolsInstallationKitOutlinedFilled.tsx +++ b/src/IconToolsInstallationKitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsInstallationKitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToolsInstallationKitRounded.tsx b/src/IconToolsInstallationKitRounded.tsx index 8a5100390..3cb267ae1 100644 --- a/src/IconToolsInstallationKitRounded.tsx +++ b/src/IconToolsInstallationKitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsInstallationKitRounded: React.FC = ({ ...props diff --git a/src/IconToolsInstallationKitRoundedFilled.tsx b/src/IconToolsInstallationKitRoundedFilled.tsx index 2e77f2089..fabb07d52 100644 --- a/src/IconToolsInstallationKitRoundedFilled.tsx +++ b/src/IconToolsInstallationKitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsInstallationKitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconToolsInstallationKitSharp.tsx b/src/IconToolsInstallationKitSharp.tsx index 0727acc23..53b446d6c 100644 --- a/src/IconToolsInstallationKitSharp.tsx +++ b/src/IconToolsInstallationKitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsInstallationKitSharp: React.FC = ({ ...props diff --git a/src/IconToolsInstallationKitSharpFilled.tsx b/src/IconToolsInstallationKitSharpFilled.tsx index ce7ed3cb2..1bee5c05c 100644 --- a/src/IconToolsInstallationKitSharpFilled.tsx +++ b/src/IconToolsInstallationKitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsInstallationKitSharpFilled: React.FC = ({ ...props diff --git a/src/IconToolsLadderOutlined.tsx b/src/IconToolsLadderOutlined.tsx index 6daec8dca..d14f1b1ac 100644 --- a/src/IconToolsLadderOutlined.tsx +++ b/src/IconToolsLadderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLadderOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsLadderOutlinedFilled.tsx b/src/IconToolsLadderOutlinedFilled.tsx index 66e8e8f14..6a3e52edf 100644 --- a/src/IconToolsLadderOutlinedFilled.tsx +++ b/src/IconToolsLadderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLadderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToolsLadderRounded.tsx b/src/IconToolsLadderRounded.tsx index fb2bdd861..f32ad86ed 100644 --- a/src/IconToolsLadderRounded.tsx +++ b/src/IconToolsLadderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLadderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsLadderRoundedFilled.tsx b/src/IconToolsLadderRoundedFilled.tsx index 58e56bb7c..e58cb49f6 100644 --- a/src/IconToolsLadderRoundedFilled.tsx +++ b/src/IconToolsLadderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLadderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconToolsLadderSharp.tsx b/src/IconToolsLadderSharp.tsx index 8d13a3b89..240200200 100644 --- a/src/IconToolsLadderSharp.tsx +++ b/src/IconToolsLadderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLadderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsLadderSharpFilled.tsx b/src/IconToolsLadderSharpFilled.tsx index cbe98bcdc..ad947492c 100644 --- a/src/IconToolsLadderSharpFilled.tsx +++ b/src/IconToolsLadderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLadderSharpFilled: React.FC = ({ ...props diff --git a/src/IconToolsLevelOutlined.tsx b/src/IconToolsLevelOutlined.tsx index 19d6467f3..cbd8938ff 100644 --- a/src/IconToolsLevelOutlined.tsx +++ b/src/IconToolsLevelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLevelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsLevelOutlinedFilled.tsx b/src/IconToolsLevelOutlinedFilled.tsx index 77a2fd324..77db06167 100644 --- a/src/IconToolsLevelOutlinedFilled.tsx +++ b/src/IconToolsLevelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLevelOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToolsLevelRounded.tsx b/src/IconToolsLevelRounded.tsx index 9047bfc38..4d862e553 100644 --- a/src/IconToolsLevelRounded.tsx +++ b/src/IconToolsLevelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLevelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsLevelRoundedFilled.tsx b/src/IconToolsLevelRoundedFilled.tsx index d49065248..54d984498 100644 --- a/src/IconToolsLevelRoundedFilled.tsx +++ b/src/IconToolsLevelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLevelRoundedFilled: React.FC = ({ ...props diff --git a/src/IconToolsLevelSharp.tsx b/src/IconToolsLevelSharp.tsx index 97499a1ca..7329c375b 100644 --- a/src/IconToolsLevelSharp.tsx +++ b/src/IconToolsLevelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLevelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsLevelSharpFilled.tsx b/src/IconToolsLevelSharpFilled.tsx index cfe9467bb..cce3c3114 100644 --- a/src/IconToolsLevelSharpFilled.tsx +++ b/src/IconToolsLevelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsLevelSharpFilled: React.FC = ({ ...props diff --git a/src/IconToolsPhillipsOutlined.tsx b/src/IconToolsPhillipsOutlined.tsx index 20db36cde..fc2ce8a37 100644 --- a/src/IconToolsPhillipsOutlined.tsx +++ b/src/IconToolsPhillipsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPhillipsOutlined: React.FC = ({ ...props diff --git a/src/IconToolsPhillipsOutlinedFilled.tsx b/src/IconToolsPhillipsOutlinedFilled.tsx index 64865cc55..a8e42b5b2 100644 --- a/src/IconToolsPhillipsOutlinedFilled.tsx +++ b/src/IconToolsPhillipsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPhillipsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToolsPhillipsRounded.tsx b/src/IconToolsPhillipsRounded.tsx index 39ae4533a..ca6cd40dd 100644 --- a/src/IconToolsPhillipsRounded.tsx +++ b/src/IconToolsPhillipsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPhillipsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsPhillipsRoundedFilled.tsx b/src/IconToolsPhillipsRoundedFilled.tsx index 104eb8da7..ddfb8621d 100644 --- a/src/IconToolsPhillipsRoundedFilled.tsx +++ b/src/IconToolsPhillipsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPhillipsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconToolsPhillipsSharp.tsx b/src/IconToolsPhillipsSharp.tsx index b7ab5ac99..33f67802b 100644 --- a/src/IconToolsPhillipsSharp.tsx +++ b/src/IconToolsPhillipsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPhillipsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsPhillipsSharpFilled.tsx b/src/IconToolsPhillipsSharpFilled.tsx index 974f091eb..16a6ee182 100644 --- a/src/IconToolsPhillipsSharpFilled.tsx +++ b/src/IconToolsPhillipsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPhillipsSharpFilled: React.FC = ({ ...props diff --git a/src/IconToolsPliersWireStripperOutlined.tsx b/src/IconToolsPliersWireStripperOutlined.tsx index 55aba4bbf..5d43f151b 100644 --- a/src/IconToolsPliersWireStripperOutlined.tsx +++ b/src/IconToolsPliersWireStripperOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPliersWireStripperOutlined: React.FC = ({ ...props diff --git a/src/IconToolsPliersWireStripperOutlinedFilled.tsx b/src/IconToolsPliersWireStripperOutlinedFilled.tsx index a406c51b4..b232174e8 100644 --- a/src/IconToolsPliersWireStripperOutlinedFilled.tsx +++ b/src/IconToolsPliersWireStripperOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPliersWireStripperOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToolsPliersWireStripperRounded.tsx b/src/IconToolsPliersWireStripperRounded.tsx index a1eef2425..3ca255af7 100644 --- a/src/IconToolsPliersWireStripperRounded.tsx +++ b/src/IconToolsPliersWireStripperRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPliersWireStripperRounded: React.FC = ({ ...props diff --git a/src/IconToolsPliersWireStripperRoundedFilled.tsx b/src/IconToolsPliersWireStripperRoundedFilled.tsx index 406c19004..095a35635 100644 --- a/src/IconToolsPliersWireStripperRoundedFilled.tsx +++ b/src/IconToolsPliersWireStripperRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPliersWireStripperRoundedFilled: React.FC = ({ ...props diff --git a/src/IconToolsPliersWireStripperSharp.tsx b/src/IconToolsPliersWireStripperSharp.tsx index 962314da6..1a4116faa 100644 --- a/src/IconToolsPliersWireStripperSharp.tsx +++ b/src/IconToolsPliersWireStripperSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPliersWireStripperSharp: React.FC = ({ ...props diff --git a/src/IconToolsPliersWireStripperSharpFilled.tsx b/src/IconToolsPliersWireStripperSharpFilled.tsx index e19f8ce6e..b08a87110 100644 --- a/src/IconToolsPliersWireStripperSharpFilled.tsx +++ b/src/IconToolsPliersWireStripperSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPliersWireStripperSharpFilled: React.FC = ({ ...props diff --git a/src/IconToolsPowerDrillOutlined.tsx b/src/IconToolsPowerDrillOutlined.tsx index 63db7ae64..3d282b5c4 100644 --- a/src/IconToolsPowerDrillOutlined.tsx +++ b/src/IconToolsPowerDrillOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPowerDrillOutlined: React.FC = ({ ...props diff --git a/src/IconToolsPowerDrillOutlinedFilled.tsx b/src/IconToolsPowerDrillOutlinedFilled.tsx index ec38e3910..612945a8b 100644 --- a/src/IconToolsPowerDrillOutlinedFilled.tsx +++ b/src/IconToolsPowerDrillOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPowerDrillOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToolsPowerDrillRounded.tsx b/src/IconToolsPowerDrillRounded.tsx index 5aa87a652..3fc399b49 100644 --- a/src/IconToolsPowerDrillRounded.tsx +++ b/src/IconToolsPowerDrillRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPowerDrillRounded: React.FC = ({ ...props diff --git a/src/IconToolsPowerDrillRoundedFilled.tsx b/src/IconToolsPowerDrillRoundedFilled.tsx index 70ba1b511..74906487f 100644 --- a/src/IconToolsPowerDrillRoundedFilled.tsx +++ b/src/IconToolsPowerDrillRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPowerDrillRoundedFilled: React.FC = ({ ...props diff --git a/src/IconToolsPowerDrillSharp.tsx b/src/IconToolsPowerDrillSharp.tsx index 1db8d3978..6a59b9a30 100644 --- a/src/IconToolsPowerDrillSharp.tsx +++ b/src/IconToolsPowerDrillSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPowerDrillSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToolsPowerDrillSharpFilled.tsx b/src/IconToolsPowerDrillSharpFilled.tsx index f283ddd8b..5fecc3a81 100644 --- a/src/IconToolsPowerDrillSharpFilled.tsx +++ b/src/IconToolsPowerDrillSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToolsPowerDrillSharpFilled: React.FC = ({ ...props diff --git a/src/IconTooltip2Outlined.tsx b/src/IconTooltip2Outlined.tsx index e14e60dda..61bf70b5d 100644 --- a/src/IconTooltip2Outlined.tsx +++ b/src/IconTooltip2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltip2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTooltip2OutlinedFilled.tsx b/src/IconTooltip2OutlinedFilled.tsx index 2a0dd8aa5..c3de8a4a9 100644 --- a/src/IconTooltip2OutlinedFilled.tsx +++ b/src/IconTooltip2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltip2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTooltip2Rounded.tsx b/src/IconTooltip2Rounded.tsx index 907ca3fca..3ba0cf78f 100644 --- a/src/IconTooltip2Rounded.tsx +++ b/src/IconTooltip2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltip2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTooltip2RoundedFilled.tsx b/src/IconTooltip2RoundedFilled.tsx index ff3b4d0c8..b4f49ee8e 100644 --- a/src/IconTooltip2RoundedFilled.tsx +++ b/src/IconTooltip2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltip2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconTooltip2Sharp.tsx b/src/IconTooltip2Sharp.tsx index c87b32be6..ca4bf7572 100644 --- a/src/IconTooltip2Sharp.tsx +++ b/src/IconTooltip2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltip2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTooltip2SharpFilled.tsx b/src/IconTooltip2SharpFilled.tsx index 80807b79e..4edb43007 100644 --- a/src/IconTooltip2SharpFilled.tsx +++ b/src/IconTooltip2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltip2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTooltipOutlined.tsx b/src/IconTooltipOutlined.tsx index 9781145d9..03f44f265 100644 --- a/src/IconTooltipOutlined.tsx +++ b/src/IconTooltipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTooltipOutlinedFilled.tsx b/src/IconTooltipOutlinedFilled.tsx index c097702fe..c77219579 100644 --- a/src/IconTooltipOutlinedFilled.tsx +++ b/src/IconTooltipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltipOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTooltipRounded.tsx b/src/IconTooltipRounded.tsx index 811eee791..5cc548acf 100644 --- a/src/IconTooltipRounded.tsx +++ b/src/IconTooltipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTooltipRoundedFilled.tsx b/src/IconTooltipRoundedFilled.tsx index 03dff4822..17a45d9f2 100644 --- a/src/IconTooltipRoundedFilled.tsx +++ b/src/IconTooltipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltipRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTooltipSharp.tsx b/src/IconTooltipSharp.tsx index 54f96609b..6b0629213 100644 --- a/src/IconTooltipSharp.tsx +++ b/src/IconTooltipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTooltipSharpFilled.tsx b/src/IconTooltipSharpFilled.tsx index 3422de8f4..34f5743ce 100644 --- a/src/IconTooltipSharpFilled.tsx +++ b/src/IconTooltipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTooltipSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTopPanelCloseOutlined.tsx b/src/IconTopPanelCloseOutlined.tsx index 3239f1c87..8a1cc0ab6 100644 --- a/src/IconTopPanelCloseOutlined.tsx +++ b/src/IconTopPanelCloseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelCloseOutlined: React.FC = ({ ...props diff --git a/src/IconTopPanelCloseOutlinedFilled.tsx b/src/IconTopPanelCloseOutlinedFilled.tsx index f7c630a38..b93037da0 100644 --- a/src/IconTopPanelCloseOutlinedFilled.tsx +++ b/src/IconTopPanelCloseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelCloseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTopPanelCloseRounded.tsx b/src/IconTopPanelCloseRounded.tsx index 1ea1cdf14..b02ea4401 100644 --- a/src/IconTopPanelCloseRounded.tsx +++ b/src/IconTopPanelCloseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelCloseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTopPanelCloseRoundedFilled.tsx b/src/IconTopPanelCloseRoundedFilled.tsx index 61a45c88c..b52040c96 100644 --- a/src/IconTopPanelCloseRoundedFilled.tsx +++ b/src/IconTopPanelCloseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelCloseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTopPanelCloseSharp.tsx b/src/IconTopPanelCloseSharp.tsx index 37f68a653..3a4c006c5 100644 --- a/src/IconTopPanelCloseSharp.tsx +++ b/src/IconTopPanelCloseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelCloseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTopPanelCloseSharpFilled.tsx b/src/IconTopPanelCloseSharpFilled.tsx index 9f591e528..83c2cce1b 100644 --- a/src/IconTopPanelCloseSharpFilled.tsx +++ b/src/IconTopPanelCloseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelCloseSharpFilled: React.FC = ({ ...props diff --git a/src/IconTopPanelOpenOutlined.tsx b/src/IconTopPanelOpenOutlined.tsx index 84560a5fc..9aa99a0c3 100644 --- a/src/IconTopPanelOpenOutlined.tsx +++ b/src/IconTopPanelOpenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelOpenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTopPanelOpenOutlinedFilled.tsx b/src/IconTopPanelOpenOutlinedFilled.tsx index 1797b20ac..e69633f8b 100644 --- a/src/IconTopPanelOpenOutlinedFilled.tsx +++ b/src/IconTopPanelOpenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelOpenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTopPanelOpenRounded.tsx b/src/IconTopPanelOpenRounded.tsx index 58a8c8323..9a5e7327a 100644 --- a/src/IconTopPanelOpenRounded.tsx +++ b/src/IconTopPanelOpenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelOpenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTopPanelOpenRoundedFilled.tsx b/src/IconTopPanelOpenRoundedFilled.tsx index c2cd0a566..60a16e133 100644 --- a/src/IconTopPanelOpenRoundedFilled.tsx +++ b/src/IconTopPanelOpenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelOpenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTopPanelOpenSharp.tsx b/src/IconTopPanelOpenSharp.tsx index 6d3074af1..5f9db0140 100644 --- a/src/IconTopPanelOpenSharp.tsx +++ b/src/IconTopPanelOpenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelOpenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTopPanelOpenSharpFilled.tsx b/src/IconTopPanelOpenSharpFilled.tsx index 04f54f7ad..393de0621 100644 --- a/src/IconTopPanelOpenSharpFilled.tsx +++ b/src/IconTopPanelOpenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopPanelOpenSharpFilled: React.FC = ({ ...props diff --git a/src/IconTopicOutlined.tsx b/src/IconTopicOutlined.tsx index e761dbf0b..16d71be93 100644 --- a/src/IconTopicOutlined.tsx +++ b/src/IconTopicOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopicOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTopicOutlinedFilled.tsx b/src/IconTopicOutlinedFilled.tsx index 7181b817e..f4dd3abab 100644 --- a/src/IconTopicOutlinedFilled.tsx +++ b/src/IconTopicOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopicOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTopicRounded.tsx b/src/IconTopicRounded.tsx index 004e5e00d..c6410985f 100644 --- a/src/IconTopicRounded.tsx +++ b/src/IconTopicRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopicRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTopicRoundedFilled.tsx b/src/IconTopicRoundedFilled.tsx index c530560db..e4a2c954f 100644 --- a/src/IconTopicRoundedFilled.tsx +++ b/src/IconTopicRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopicRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTopicSharp.tsx b/src/IconTopicSharp.tsx index 2ab482157..e4ec42d2a 100644 --- a/src/IconTopicSharp.tsx +++ b/src/IconTopicSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopicSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTopicSharpFilled.tsx b/src/IconTopicSharpFilled.tsx index 2e8b53ee0..8eafa7431 100644 --- a/src/IconTopicSharpFilled.tsx +++ b/src/IconTopicSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTopicSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTornadoOutlined.tsx b/src/IconTornadoOutlined.tsx index 045924661..b307e72b6 100644 --- a/src/IconTornadoOutlined.tsx +++ b/src/IconTornadoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTornadoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTornadoOutlinedFilled.tsx b/src/IconTornadoOutlinedFilled.tsx index 2ffc92bc1..31ed9e227 100644 --- a/src/IconTornadoOutlinedFilled.tsx +++ b/src/IconTornadoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTornadoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTornadoRounded.tsx b/src/IconTornadoRounded.tsx index 39864a783..d08b92a94 100644 --- a/src/IconTornadoRounded.tsx +++ b/src/IconTornadoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTornadoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTornadoRoundedFilled.tsx b/src/IconTornadoRoundedFilled.tsx index cac7e50dc..f70b4138f 100644 --- a/src/IconTornadoRoundedFilled.tsx +++ b/src/IconTornadoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTornadoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTornadoSharp.tsx b/src/IconTornadoSharp.tsx index b5d06c273..98810adfc 100644 --- a/src/IconTornadoSharp.tsx +++ b/src/IconTornadoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTornadoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTornadoSharpFilled.tsx b/src/IconTornadoSharpFilled.tsx index f06f77c83..cfec4e0c9 100644 --- a/src/IconTornadoSharpFilled.tsx +++ b/src/IconTornadoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTornadoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTotalDissolvedSolidsOutlined.tsx b/src/IconTotalDissolvedSolidsOutlined.tsx index 41cd8e4af..f675c5935 100644 --- a/src/IconTotalDissolvedSolidsOutlined.tsx +++ b/src/IconTotalDissolvedSolidsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTotalDissolvedSolidsOutlined: React.FC = ({ ...props diff --git a/src/IconTotalDissolvedSolidsOutlinedFilled.tsx b/src/IconTotalDissolvedSolidsOutlinedFilled.tsx index e04c8b1e2..451a851e6 100644 --- a/src/IconTotalDissolvedSolidsOutlinedFilled.tsx +++ b/src/IconTotalDissolvedSolidsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTotalDissolvedSolidsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTotalDissolvedSolidsRounded.tsx b/src/IconTotalDissolvedSolidsRounded.tsx index b3942e7de..d44c12f73 100644 --- a/src/IconTotalDissolvedSolidsRounded.tsx +++ b/src/IconTotalDissolvedSolidsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTotalDissolvedSolidsRounded: React.FC = ({ ...props diff --git a/src/IconTotalDissolvedSolidsRoundedFilled.tsx b/src/IconTotalDissolvedSolidsRoundedFilled.tsx index 596e7f4d5..447be1b13 100644 --- a/src/IconTotalDissolvedSolidsRoundedFilled.tsx +++ b/src/IconTotalDissolvedSolidsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTotalDissolvedSolidsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTotalDissolvedSolidsSharp.tsx b/src/IconTotalDissolvedSolidsSharp.tsx index 1e8878a97..86c4dd519 100644 --- a/src/IconTotalDissolvedSolidsSharp.tsx +++ b/src/IconTotalDissolvedSolidsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTotalDissolvedSolidsSharp: React.FC = ({ ...props diff --git a/src/IconTotalDissolvedSolidsSharpFilled.tsx b/src/IconTotalDissolvedSolidsSharpFilled.tsx index fc67b5eb2..ffabebe9f 100644 --- a/src/IconTotalDissolvedSolidsSharpFilled.tsx +++ b/src/IconTotalDissolvedSolidsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTotalDissolvedSolidsSharpFilled: React.FC = ({ ...props diff --git a/src/IconTouchAppOutlined.tsx b/src/IconTouchAppOutlined.tsx index abbf3309f..6f1285193 100644 --- a/src/IconTouchAppOutlined.tsx +++ b/src/IconTouchAppOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchAppOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTouchAppOutlinedFilled.tsx b/src/IconTouchAppOutlinedFilled.tsx index c83ebb99a..176d9f34b 100644 --- a/src/IconTouchAppOutlinedFilled.tsx +++ b/src/IconTouchAppOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchAppOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTouchAppRounded.tsx b/src/IconTouchAppRounded.tsx index 4a1b293a5..b5e9cfc03 100644 --- a/src/IconTouchAppRounded.tsx +++ b/src/IconTouchAppRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchAppRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTouchAppRoundedFilled.tsx b/src/IconTouchAppRoundedFilled.tsx index 3d9e03fc3..8f37fb3d9 100644 --- a/src/IconTouchAppRoundedFilled.tsx +++ b/src/IconTouchAppRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchAppRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTouchAppSharp.tsx b/src/IconTouchAppSharp.tsx index 69e86ba9e..00fec9431 100644 --- a/src/IconTouchAppSharp.tsx +++ b/src/IconTouchAppSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchAppSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTouchAppSharpFilled.tsx b/src/IconTouchAppSharpFilled.tsx index e3927f83f..63378dbce 100644 --- a/src/IconTouchAppSharpFilled.tsx +++ b/src/IconTouchAppSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchAppSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTouchpadMouseOffOutlined.tsx b/src/IconTouchpadMouseOffOutlined.tsx index 5a778491b..e86f523c8 100644 --- a/src/IconTouchpadMouseOffOutlined.tsx +++ b/src/IconTouchpadMouseOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseOffOutlined: React.FC = ({ ...props diff --git a/src/IconTouchpadMouseOffOutlinedFilled.tsx b/src/IconTouchpadMouseOffOutlinedFilled.tsx index 3cb059cba..a102391eb 100644 --- a/src/IconTouchpadMouseOffOutlinedFilled.tsx +++ b/src/IconTouchpadMouseOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTouchpadMouseOffRounded.tsx b/src/IconTouchpadMouseOffRounded.tsx index 55acde9ca..962610bc6 100644 --- a/src/IconTouchpadMouseOffRounded.tsx +++ b/src/IconTouchpadMouseOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseOffRounded: React.FC = ({ ...props diff --git a/src/IconTouchpadMouseOffRoundedFilled.tsx b/src/IconTouchpadMouseOffRoundedFilled.tsx index 295b9f937..954c4cb30 100644 --- a/src/IconTouchpadMouseOffRoundedFilled.tsx +++ b/src/IconTouchpadMouseOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTouchpadMouseOffSharp.tsx b/src/IconTouchpadMouseOffSharp.tsx index 299611f80..dd7cad50d 100644 --- a/src/IconTouchpadMouseOffSharp.tsx +++ b/src/IconTouchpadMouseOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseOffSharp: React.FC = ({ ...props diff --git a/src/IconTouchpadMouseOffSharpFilled.tsx b/src/IconTouchpadMouseOffSharpFilled.tsx index 4d4e34611..8cb2687ca 100644 --- a/src/IconTouchpadMouseOffSharpFilled.tsx +++ b/src/IconTouchpadMouseOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconTouchpadMouseOutlined.tsx b/src/IconTouchpadMouseOutlined.tsx index bcc0981aa..8a8afde93 100644 --- a/src/IconTouchpadMouseOutlined.tsx +++ b/src/IconTouchpadMouseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseOutlined: React.FC = ({ ...props diff --git a/src/IconTouchpadMouseOutlinedFilled.tsx b/src/IconTouchpadMouseOutlinedFilled.tsx index 43b5b829c..11953996b 100644 --- a/src/IconTouchpadMouseOutlinedFilled.tsx +++ b/src/IconTouchpadMouseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTouchpadMouseRounded.tsx b/src/IconTouchpadMouseRounded.tsx index 5b06d1fa7..e3bb4e0ad 100644 --- a/src/IconTouchpadMouseRounded.tsx +++ b/src/IconTouchpadMouseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTouchpadMouseRoundedFilled.tsx b/src/IconTouchpadMouseRoundedFilled.tsx index a996f26ed..92eb78f28 100644 --- a/src/IconTouchpadMouseRoundedFilled.tsx +++ b/src/IconTouchpadMouseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTouchpadMouseSharp.tsx b/src/IconTouchpadMouseSharp.tsx index 9bd752dd5..1fd42b00f 100644 --- a/src/IconTouchpadMouseSharp.tsx +++ b/src/IconTouchpadMouseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTouchpadMouseSharpFilled.tsx b/src/IconTouchpadMouseSharpFilled.tsx index c9416d087..0cdb1eae0 100644 --- a/src/IconTouchpadMouseSharpFilled.tsx +++ b/src/IconTouchpadMouseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTouchpadMouseSharpFilled: React.FC = ({ ...props diff --git a/src/IconTourOutlined.tsx b/src/IconTourOutlined.tsx index 16518ef86..df489490c 100644 --- a/src/IconTourOutlined.tsx +++ b/src/IconTourOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTourOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTourOutlinedFilled.tsx b/src/IconTourOutlinedFilled.tsx index 249ed8c0d..89024b1b4 100644 --- a/src/IconTourOutlinedFilled.tsx +++ b/src/IconTourOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTourOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTourRounded.tsx b/src/IconTourRounded.tsx index 945e9019a..bec271751 100644 --- a/src/IconTourRounded.tsx +++ b/src/IconTourRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTourRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTourRoundedFilled.tsx b/src/IconTourRoundedFilled.tsx index 748bf6127..b85707f55 100644 --- a/src/IconTourRoundedFilled.tsx +++ b/src/IconTourRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTourRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTourSharp.tsx b/src/IconTourSharp.tsx index ff0f582cc..6923207b9 100644 --- a/src/IconTourSharp.tsx +++ b/src/IconTourSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTourSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTourSharpFilled.tsx b/src/IconTourSharpFilled.tsx index 1b80baf06..1b032ec8d 100644 --- a/src/IconTourSharpFilled.tsx +++ b/src/IconTourSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTourSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToysAndGamesOutlined.tsx b/src/IconToysAndGamesOutlined.tsx index 127a4b68d..12e2ee50c 100644 --- a/src/IconToysAndGamesOutlined.tsx +++ b/src/IconToysAndGamesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysAndGamesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconToysAndGamesOutlinedFilled.tsx b/src/IconToysAndGamesOutlinedFilled.tsx index a1e10f779..ef935ac12 100644 --- a/src/IconToysAndGamesOutlinedFilled.tsx +++ b/src/IconToysAndGamesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysAndGamesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToysAndGamesRounded.tsx b/src/IconToysAndGamesRounded.tsx index ef655d9cc..2f36301da 100644 --- a/src/IconToysAndGamesRounded.tsx +++ b/src/IconToysAndGamesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysAndGamesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconToysAndGamesRoundedFilled.tsx b/src/IconToysAndGamesRoundedFilled.tsx index 4232007a4..df0dd2793 100644 --- a/src/IconToysAndGamesRoundedFilled.tsx +++ b/src/IconToysAndGamesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysAndGamesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconToysAndGamesSharp.tsx b/src/IconToysAndGamesSharp.tsx index e8f704cec..c2e49e024 100644 --- a/src/IconToysAndGamesSharp.tsx +++ b/src/IconToysAndGamesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysAndGamesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToysAndGamesSharpFilled.tsx b/src/IconToysAndGamesSharpFilled.tsx index e2269b4dd..580b1598d 100644 --- a/src/IconToysAndGamesSharpFilled.tsx +++ b/src/IconToysAndGamesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysAndGamesSharpFilled: React.FC = ({ ...props diff --git a/src/IconToysFanOutlined.tsx b/src/IconToysFanOutlined.tsx index abff51fd3..a6425c8c0 100644 --- a/src/IconToysFanOutlined.tsx +++ b/src/IconToysFanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysFanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconToysFanOutlinedFilled.tsx b/src/IconToysFanOutlinedFilled.tsx index 7faa6a848..86a2c77e4 100644 --- a/src/IconToysFanOutlinedFilled.tsx +++ b/src/IconToysFanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysFanOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconToysFanRounded.tsx b/src/IconToysFanRounded.tsx index adb08f1c1..d83afc338 100644 --- a/src/IconToysFanRounded.tsx +++ b/src/IconToysFanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysFanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconToysFanRoundedFilled.tsx b/src/IconToysFanRoundedFilled.tsx index 4078e1e29..d9213672e 100644 --- a/src/IconToysFanRoundedFilled.tsx +++ b/src/IconToysFanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysFanRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToysFanSharp.tsx b/src/IconToysFanSharp.tsx index 76c050535..3156be249 100644 --- a/src/IconToysFanSharp.tsx +++ b/src/IconToysFanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysFanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToysFanSharpFilled.tsx b/src/IconToysFanSharpFilled.tsx index 34bb472ff..31e78e101 100644 --- a/src/IconToysFanSharpFilled.tsx +++ b/src/IconToysFanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysFanSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToysOutlined.tsx b/src/IconToysOutlined.tsx index 40705e634..b4874e829 100644 --- a/src/IconToysOutlined.tsx +++ b/src/IconToysOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconToysOutlinedFilled.tsx b/src/IconToysOutlinedFilled.tsx index 847f4db2c..1f55d1c75 100644 --- a/src/IconToysOutlinedFilled.tsx +++ b/src/IconToysOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToysRounded.tsx b/src/IconToysRounded.tsx index ed4541a2a..c15ba27a9 100644 --- a/src/IconToysRounded.tsx +++ b/src/IconToysRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconToysRoundedFilled.tsx b/src/IconToysRoundedFilled.tsx index b0199be81..0c286f3b9 100644 --- a/src/IconToysRoundedFilled.tsx +++ b/src/IconToysRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconToysSharp.tsx b/src/IconToysSharp.tsx index 4ac8e87bc..7494b92b3 100644 --- a/src/IconToysSharp.tsx +++ b/src/IconToysSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconToysSharpFilled.tsx b/src/IconToysSharpFilled.tsx index 366186e03..66cb3baa1 100644 --- a/src/IconToysSharpFilled.tsx +++ b/src/IconToysSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconToysSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTrackChangesOutlined.tsx b/src/IconTrackChangesOutlined.tsx index f9c138a8c..d80bedef9 100644 --- a/src/IconTrackChangesOutlined.tsx +++ b/src/IconTrackChangesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackChangesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTrackChangesOutlinedFilled.tsx b/src/IconTrackChangesOutlinedFilled.tsx index a7881a32d..7c5f90b43 100644 --- a/src/IconTrackChangesOutlinedFilled.tsx +++ b/src/IconTrackChangesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackChangesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrackChangesRounded.tsx b/src/IconTrackChangesRounded.tsx index 2f24062b1..f85ec2fb0 100644 --- a/src/IconTrackChangesRounded.tsx +++ b/src/IconTrackChangesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackChangesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTrackChangesRoundedFilled.tsx b/src/IconTrackChangesRoundedFilled.tsx index c361adf88..3b5d94ea6 100644 --- a/src/IconTrackChangesRoundedFilled.tsx +++ b/src/IconTrackChangesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackChangesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrackChangesSharp.tsx b/src/IconTrackChangesSharp.tsx index 7db850aa6..ea84ad8ef 100644 --- a/src/IconTrackChangesSharp.tsx +++ b/src/IconTrackChangesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackChangesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrackChangesSharpFilled.tsx b/src/IconTrackChangesSharpFilled.tsx index 56f146a66..887968c0e 100644 --- a/src/IconTrackChangesSharpFilled.tsx +++ b/src/IconTrackChangesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackChangesSharpFilled: React.FC = ({ ...props diff --git a/src/IconTrackpadInput2Outlined.tsx b/src/IconTrackpadInput2Outlined.tsx index 31656e3d1..74bfa0ad9 100644 --- a/src/IconTrackpadInput2Outlined.tsx +++ b/src/IconTrackpadInput2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput2Outlined: React.FC = ({ ...props diff --git a/src/IconTrackpadInput2OutlinedFilled.tsx b/src/IconTrackpadInput2OutlinedFilled.tsx index a2889cc34..cb8239d8a 100644 --- a/src/IconTrackpadInput2OutlinedFilled.tsx +++ b/src/IconTrackpadInput2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrackpadInput2Rounded.tsx b/src/IconTrackpadInput2Rounded.tsx index 855b8031a..29f9a60a2 100644 --- a/src/IconTrackpadInput2Rounded.tsx +++ b/src/IconTrackpadInput2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput2Rounded: React.FC = ({ ...props diff --git a/src/IconTrackpadInput2RoundedFilled.tsx b/src/IconTrackpadInput2RoundedFilled.tsx index 4cacf386e..9b537db8e 100644 --- a/src/IconTrackpadInput2RoundedFilled.tsx +++ b/src/IconTrackpadInput2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrackpadInput2Sharp.tsx b/src/IconTrackpadInput2Sharp.tsx index 086d9600d..7eaa5afdb 100644 --- a/src/IconTrackpadInput2Sharp.tsx +++ b/src/IconTrackpadInput2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrackpadInput2SharpFilled.tsx b/src/IconTrackpadInput2SharpFilled.tsx index 44f53d0d6..ee1754898 100644 --- a/src/IconTrackpadInput2SharpFilled.tsx +++ b/src/IconTrackpadInput2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput2SharpFilled: React.FC = ({ ...props diff --git a/src/IconTrackpadInput3Outlined.tsx b/src/IconTrackpadInput3Outlined.tsx index bc0bd599a..a343a4db1 100644 --- a/src/IconTrackpadInput3Outlined.tsx +++ b/src/IconTrackpadInput3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput3Outlined: React.FC = ({ ...props diff --git a/src/IconTrackpadInput3OutlinedFilled.tsx b/src/IconTrackpadInput3OutlinedFilled.tsx index 716502bc2..06e4db9fb 100644 --- a/src/IconTrackpadInput3OutlinedFilled.tsx +++ b/src/IconTrackpadInput3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrackpadInput3Rounded.tsx b/src/IconTrackpadInput3Rounded.tsx index f8fa2b073..be24c707f 100644 --- a/src/IconTrackpadInput3Rounded.tsx +++ b/src/IconTrackpadInput3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput3Rounded: React.FC = ({ ...props diff --git a/src/IconTrackpadInput3RoundedFilled.tsx b/src/IconTrackpadInput3RoundedFilled.tsx index ff7a45deb..04484bc63 100644 --- a/src/IconTrackpadInput3RoundedFilled.tsx +++ b/src/IconTrackpadInput3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrackpadInput3Sharp.tsx b/src/IconTrackpadInput3Sharp.tsx index 60c59a518..0f18346f6 100644 --- a/src/IconTrackpadInput3Sharp.tsx +++ b/src/IconTrackpadInput3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrackpadInput3SharpFilled.tsx b/src/IconTrackpadInput3SharpFilled.tsx index d904ea2c5..5b4dd9fd9 100644 --- a/src/IconTrackpadInput3SharpFilled.tsx +++ b/src/IconTrackpadInput3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInput3SharpFilled: React.FC = ({ ...props diff --git a/src/IconTrackpadInputOutlined.tsx b/src/IconTrackpadInputOutlined.tsx index 274b31d57..6e16db374 100644 --- a/src/IconTrackpadInputOutlined.tsx +++ b/src/IconTrackpadInputOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInputOutlined: React.FC = ({ ...props diff --git a/src/IconTrackpadInputOutlinedFilled.tsx b/src/IconTrackpadInputOutlinedFilled.tsx index 6cc7c6425..d1c7ea60d 100644 --- a/src/IconTrackpadInputOutlinedFilled.tsx +++ b/src/IconTrackpadInputOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInputOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrackpadInputRounded.tsx b/src/IconTrackpadInputRounded.tsx index 56941d55f..a0f84c7dd 100644 --- a/src/IconTrackpadInputRounded.tsx +++ b/src/IconTrackpadInputRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInputRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTrackpadInputRoundedFilled.tsx b/src/IconTrackpadInputRoundedFilled.tsx index ee3a96bfd..396844666 100644 --- a/src/IconTrackpadInputRoundedFilled.tsx +++ b/src/IconTrackpadInputRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInputRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrackpadInputSharp.tsx b/src/IconTrackpadInputSharp.tsx index 089c99bd4..7e5af976a 100644 --- a/src/IconTrackpadInputSharp.tsx +++ b/src/IconTrackpadInputSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInputSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrackpadInputSharpFilled.tsx b/src/IconTrackpadInputSharpFilled.tsx index fa89a9a01..48d611b24 100644 --- a/src/IconTrackpadInputSharpFilled.tsx +++ b/src/IconTrackpadInputSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrackpadInputSharpFilled: React.FC = ({ ...props diff --git a/src/IconTrafficJamOutlined.tsx b/src/IconTrafficJamOutlined.tsx index 70b10b59e..6a028a9e0 100644 --- a/src/IconTrafficJamOutlined.tsx +++ b/src/IconTrafficJamOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficJamOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTrafficJamOutlinedFilled.tsx b/src/IconTrafficJamOutlinedFilled.tsx index c6d9afec9..b0e47b8a6 100644 --- a/src/IconTrafficJamOutlinedFilled.tsx +++ b/src/IconTrafficJamOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficJamOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrafficJamRounded.tsx b/src/IconTrafficJamRounded.tsx index 6138eedcf..ca29e11c8 100644 --- a/src/IconTrafficJamRounded.tsx +++ b/src/IconTrafficJamRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficJamRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTrafficJamRoundedFilled.tsx b/src/IconTrafficJamRoundedFilled.tsx index 6e449615a..45e1af9c4 100644 --- a/src/IconTrafficJamRoundedFilled.tsx +++ b/src/IconTrafficJamRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficJamRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrafficJamSharp.tsx b/src/IconTrafficJamSharp.tsx index 4155843eb..0427ff381 100644 --- a/src/IconTrafficJamSharp.tsx +++ b/src/IconTrafficJamSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficJamSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrafficJamSharpFilled.tsx b/src/IconTrafficJamSharpFilled.tsx index 97a252e14..2ac226142 100644 --- a/src/IconTrafficJamSharpFilled.tsx +++ b/src/IconTrafficJamSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficJamSharpFilled: React.FC = ({ ...props diff --git a/src/IconTrafficOutlined.tsx b/src/IconTrafficOutlined.tsx index 97d4430fe..7e14a9a1c 100644 --- a/src/IconTrafficOutlined.tsx +++ b/src/IconTrafficOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTrafficOutlinedFilled.tsx b/src/IconTrafficOutlinedFilled.tsx index a380e7b8e..ba020f563 100644 --- a/src/IconTrafficOutlinedFilled.tsx +++ b/src/IconTrafficOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrafficRounded.tsx b/src/IconTrafficRounded.tsx index f07a47700..6f9d5dcea 100644 --- a/src/IconTrafficRounded.tsx +++ b/src/IconTrafficRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTrafficRoundedFilled.tsx b/src/IconTrafficRoundedFilled.tsx index cb3d14022..28189c87f 100644 --- a/src/IconTrafficRoundedFilled.tsx +++ b/src/IconTrafficRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTrafficSharp.tsx b/src/IconTrafficSharp.tsx index e0c32b240..984376546 100644 --- a/src/IconTrafficSharp.tsx +++ b/src/IconTrafficSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrafficSharpFilled.tsx b/src/IconTrafficSharpFilled.tsx index cfc092cf2..dd4c962e6 100644 --- a/src/IconTrafficSharpFilled.tsx +++ b/src/IconTrafficSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrafficSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTrailLengthMediumOutlined.tsx b/src/IconTrailLengthMediumOutlined.tsx index 8a2fe6652..276f0daac 100644 --- a/src/IconTrailLengthMediumOutlined.tsx +++ b/src/IconTrailLengthMediumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthMediumOutlined: React.FC = ({ ...props diff --git a/src/IconTrailLengthMediumOutlinedFilled.tsx b/src/IconTrailLengthMediumOutlinedFilled.tsx index 5cd60aeee..2e23bceac 100644 --- a/src/IconTrailLengthMediumOutlinedFilled.tsx +++ b/src/IconTrailLengthMediumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthMediumOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrailLengthMediumRounded.tsx b/src/IconTrailLengthMediumRounded.tsx index 643d0b350..516ae74d0 100644 --- a/src/IconTrailLengthMediumRounded.tsx +++ b/src/IconTrailLengthMediumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthMediumRounded: React.FC = ({ ...props diff --git a/src/IconTrailLengthMediumRoundedFilled.tsx b/src/IconTrailLengthMediumRoundedFilled.tsx index 177f5c3e1..c6337a87f 100644 --- a/src/IconTrailLengthMediumRoundedFilled.tsx +++ b/src/IconTrailLengthMediumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthMediumRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrailLengthMediumSharp.tsx b/src/IconTrailLengthMediumSharp.tsx index 2378d6777..49ead00c3 100644 --- a/src/IconTrailLengthMediumSharp.tsx +++ b/src/IconTrailLengthMediumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthMediumSharp: React.FC = ({ ...props diff --git a/src/IconTrailLengthMediumSharpFilled.tsx b/src/IconTrailLengthMediumSharpFilled.tsx index 64173fca1..d3baefe75 100644 --- a/src/IconTrailLengthMediumSharpFilled.tsx +++ b/src/IconTrailLengthMediumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthMediumSharpFilled: React.FC = ({ ...props diff --git a/src/IconTrailLengthOutlined.tsx b/src/IconTrailLengthOutlined.tsx index 9316f0c14..38c22e54a 100644 --- a/src/IconTrailLengthOutlined.tsx +++ b/src/IconTrailLengthOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTrailLengthOutlinedFilled.tsx b/src/IconTrailLengthOutlinedFilled.tsx index 8ad63a82a..7f7f8e7d6 100644 --- a/src/IconTrailLengthOutlinedFilled.tsx +++ b/src/IconTrailLengthOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrailLengthRounded.tsx b/src/IconTrailLengthRounded.tsx index ee1ca21d7..9a2e7e469 100644 --- a/src/IconTrailLengthRounded.tsx +++ b/src/IconTrailLengthRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTrailLengthRoundedFilled.tsx b/src/IconTrailLengthRoundedFilled.tsx index 99b70ae79..05dcd87b8 100644 --- a/src/IconTrailLengthRoundedFilled.tsx +++ b/src/IconTrailLengthRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrailLengthSharp.tsx b/src/IconTrailLengthSharp.tsx index f9d8ac7b0..5ed7412e0 100644 --- a/src/IconTrailLengthSharp.tsx +++ b/src/IconTrailLengthSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrailLengthSharpFilled.tsx b/src/IconTrailLengthSharpFilled.tsx index 4235bd4f7..ae64ce596 100644 --- a/src/IconTrailLengthSharpFilled.tsx +++ b/src/IconTrailLengthSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthSharpFilled: React.FC = ({ ...props diff --git a/src/IconTrailLengthShortOutlined.tsx b/src/IconTrailLengthShortOutlined.tsx index c3ac140d9..3e2a8a8f6 100644 --- a/src/IconTrailLengthShortOutlined.tsx +++ b/src/IconTrailLengthShortOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthShortOutlined: React.FC = ({ ...props diff --git a/src/IconTrailLengthShortOutlinedFilled.tsx b/src/IconTrailLengthShortOutlinedFilled.tsx index 45f2192d9..5a1d09784 100644 --- a/src/IconTrailLengthShortOutlinedFilled.tsx +++ b/src/IconTrailLengthShortOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthShortOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrailLengthShortRounded.tsx b/src/IconTrailLengthShortRounded.tsx index f6814f286..7a78d219e 100644 --- a/src/IconTrailLengthShortRounded.tsx +++ b/src/IconTrailLengthShortRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthShortRounded: React.FC = ({ ...props diff --git a/src/IconTrailLengthShortRoundedFilled.tsx b/src/IconTrailLengthShortRoundedFilled.tsx index cf4fd5284..73b71d6ef 100644 --- a/src/IconTrailLengthShortRoundedFilled.tsx +++ b/src/IconTrailLengthShortRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthShortRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrailLengthShortSharp.tsx b/src/IconTrailLengthShortSharp.tsx index 27cfc60a1..a0bbeaf65 100644 --- a/src/IconTrailLengthShortSharp.tsx +++ b/src/IconTrailLengthShortSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthShortSharp: React.FC = ({ ...props diff --git a/src/IconTrailLengthShortSharpFilled.tsx b/src/IconTrailLengthShortSharpFilled.tsx index 62e698dd3..1a492179c 100644 --- a/src/IconTrailLengthShortSharpFilled.tsx +++ b/src/IconTrailLengthShortSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrailLengthShortSharpFilled: React.FC = ({ ...props diff --git a/src/IconTrainOutlined.tsx b/src/IconTrainOutlined.tsx index cae2d625b..eeb5f8bcc 100644 --- a/src/IconTrainOutlined.tsx +++ b/src/IconTrainOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrainOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTrainOutlinedFilled.tsx b/src/IconTrainOutlinedFilled.tsx index dc5915b9e..fe452c5e7 100644 --- a/src/IconTrainOutlinedFilled.tsx +++ b/src/IconTrainOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrainOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTrainRounded.tsx b/src/IconTrainRounded.tsx index ba1a52451..a957782d4 100644 --- a/src/IconTrainRounded.tsx +++ b/src/IconTrainRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrainRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTrainRoundedFilled.tsx b/src/IconTrainRoundedFilled.tsx index b2c0daff6..11a383d1f 100644 --- a/src/IconTrainRoundedFilled.tsx +++ b/src/IconTrainRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrainRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTrainSharp.tsx b/src/IconTrainSharp.tsx index 81c7cd135..0d27b92c2 100644 --- a/src/IconTrainSharp.tsx +++ b/src/IconTrainSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrainSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrainSharpFilled.tsx b/src/IconTrainSharpFilled.tsx index 8bdeb7a6c..377ddefeb 100644 --- a/src/IconTrainSharpFilled.tsx +++ b/src/IconTrainSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrainSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTramOutlined.tsx b/src/IconTramOutlined.tsx index fe62102d0..62a4ace52 100644 --- a/src/IconTramOutlined.tsx +++ b/src/IconTramOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTramOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTramOutlinedFilled.tsx b/src/IconTramOutlinedFilled.tsx index 0238c02d8..7e418551b 100644 --- a/src/IconTramOutlinedFilled.tsx +++ b/src/IconTramOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTramOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTramRounded.tsx b/src/IconTramRounded.tsx index d59132cc5..7a71c93ba 100644 --- a/src/IconTramRounded.tsx +++ b/src/IconTramRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTramRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTramRoundedFilled.tsx b/src/IconTramRoundedFilled.tsx index bab8dd418..d662c6943 100644 --- a/src/IconTramRoundedFilled.tsx +++ b/src/IconTramRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTramRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTramSharp.tsx b/src/IconTramSharp.tsx index a0c1dd6a8..2c0afd4be 100644 --- a/src/IconTramSharp.tsx +++ b/src/IconTramSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTramSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTramSharpFilled.tsx b/src/IconTramSharpFilled.tsx index 6d353d508..e6308a990 100644 --- a/src/IconTramSharpFilled.tsx +++ b/src/IconTramSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTramSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTranscribeOutlined.tsx b/src/IconTranscribeOutlined.tsx index 9f1fe97ac..46fdaec34 100644 --- a/src/IconTranscribeOutlined.tsx +++ b/src/IconTranscribeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranscribeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTranscribeOutlinedFilled.tsx b/src/IconTranscribeOutlinedFilled.tsx index b82f7db79..2366dbd0a 100644 --- a/src/IconTranscribeOutlinedFilled.tsx +++ b/src/IconTranscribeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranscribeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTranscribeRounded.tsx b/src/IconTranscribeRounded.tsx index 947ca6d64..adc1b1550 100644 --- a/src/IconTranscribeRounded.tsx +++ b/src/IconTranscribeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranscribeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTranscribeRoundedFilled.tsx b/src/IconTranscribeRoundedFilled.tsx index 7ef51860a..f1cbe7bf5 100644 --- a/src/IconTranscribeRoundedFilled.tsx +++ b/src/IconTranscribeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranscribeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTranscribeSharp.tsx b/src/IconTranscribeSharp.tsx index b62bf8de5..650b663a5 100644 --- a/src/IconTranscribeSharp.tsx +++ b/src/IconTranscribeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranscribeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTranscribeSharpFilled.tsx b/src/IconTranscribeSharpFilled.tsx index ae53d39a0..768af6175 100644 --- a/src/IconTranscribeSharpFilled.tsx +++ b/src/IconTranscribeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranscribeSharpFilled: React.FC = ({ ...props diff --git a/src/IconTransferWithinAStationOutlined.tsx b/src/IconTransferWithinAStationOutlined.tsx index 3bb433693..e2beb50d3 100644 --- a/src/IconTransferWithinAStationOutlined.tsx +++ b/src/IconTransferWithinAStationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransferWithinAStationOutlined: React.FC = ({ ...props diff --git a/src/IconTransferWithinAStationOutlinedFilled.tsx b/src/IconTransferWithinAStationOutlinedFilled.tsx index 6490347fd..4ccd143ce 100644 --- a/src/IconTransferWithinAStationOutlinedFilled.tsx +++ b/src/IconTransferWithinAStationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransferWithinAStationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTransferWithinAStationRounded.tsx b/src/IconTransferWithinAStationRounded.tsx index 794cadd7b..61e5ae7ee 100644 --- a/src/IconTransferWithinAStationRounded.tsx +++ b/src/IconTransferWithinAStationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransferWithinAStationRounded: React.FC = ({ ...props diff --git a/src/IconTransferWithinAStationRoundedFilled.tsx b/src/IconTransferWithinAStationRoundedFilled.tsx index f3f5d3a8e..6d0138789 100644 --- a/src/IconTransferWithinAStationRoundedFilled.tsx +++ b/src/IconTransferWithinAStationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransferWithinAStationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTransferWithinAStationSharp.tsx b/src/IconTransferWithinAStationSharp.tsx index b66b5c00f..f77f7bec4 100644 --- a/src/IconTransferWithinAStationSharp.tsx +++ b/src/IconTransferWithinAStationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransferWithinAStationSharp: React.FC = ({ ...props diff --git a/src/IconTransferWithinAStationSharpFilled.tsx b/src/IconTransferWithinAStationSharpFilled.tsx index 53383448c..20c5015a6 100644 --- a/src/IconTransferWithinAStationSharpFilled.tsx +++ b/src/IconTransferWithinAStationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransferWithinAStationSharpFilled: React.FC = ({ ...props diff --git a/src/IconTransformOutlined.tsx b/src/IconTransformOutlined.tsx index 4feae4d56..534f02539 100644 --- a/src/IconTransformOutlined.tsx +++ b/src/IconTransformOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransformOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTransformOutlinedFilled.tsx b/src/IconTransformOutlinedFilled.tsx index 5ac210604..af5afa838 100644 --- a/src/IconTransformOutlinedFilled.tsx +++ b/src/IconTransformOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransformOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTransformRounded.tsx b/src/IconTransformRounded.tsx index 6cf0744f8..a554c0b92 100644 --- a/src/IconTransformRounded.tsx +++ b/src/IconTransformRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransformRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTransformRoundedFilled.tsx b/src/IconTransformRoundedFilled.tsx index 613f649cc..db2a5c6ed 100644 --- a/src/IconTransformRoundedFilled.tsx +++ b/src/IconTransformRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransformRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTransformSharp.tsx b/src/IconTransformSharp.tsx index 1c79e1024..7a94aee5c 100644 --- a/src/IconTransformSharp.tsx +++ b/src/IconTransformSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransformSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTransformSharpFilled.tsx b/src/IconTransformSharpFilled.tsx index a0ac3af43..297b03e98 100644 --- a/src/IconTransformSharpFilled.tsx +++ b/src/IconTransformSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransformSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTransgenderOutlined.tsx b/src/IconTransgenderOutlined.tsx index 14100d53c..6fc7e28be 100644 --- a/src/IconTransgenderOutlined.tsx +++ b/src/IconTransgenderOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransgenderOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTransgenderOutlinedFilled.tsx b/src/IconTransgenderOutlinedFilled.tsx index 65b1b08c1..c55302820 100644 --- a/src/IconTransgenderOutlinedFilled.tsx +++ b/src/IconTransgenderOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransgenderOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTransgenderRounded.tsx b/src/IconTransgenderRounded.tsx index 2b79cfec1..631ebb226 100644 --- a/src/IconTransgenderRounded.tsx +++ b/src/IconTransgenderRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransgenderRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTransgenderRoundedFilled.tsx b/src/IconTransgenderRoundedFilled.tsx index 6cc9b0239..7a61a2df2 100644 --- a/src/IconTransgenderRoundedFilled.tsx +++ b/src/IconTransgenderRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransgenderRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTransgenderSharp.tsx b/src/IconTransgenderSharp.tsx index 31490b0c7..4b60170f2 100644 --- a/src/IconTransgenderSharp.tsx +++ b/src/IconTransgenderSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransgenderSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTransgenderSharpFilled.tsx b/src/IconTransgenderSharpFilled.tsx index 182c1da56..8ab74fe11 100644 --- a/src/IconTransgenderSharpFilled.tsx +++ b/src/IconTransgenderSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransgenderSharpFilled: React.FC = ({ ...props diff --git a/src/IconTransitEnterexitOutlined.tsx b/src/IconTransitEnterexitOutlined.tsx index e2e16d4ed..eda5d9013 100644 --- a/src/IconTransitEnterexitOutlined.tsx +++ b/src/IconTransitEnterexitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitEnterexitOutlined: React.FC = ({ ...props diff --git a/src/IconTransitEnterexitOutlinedFilled.tsx b/src/IconTransitEnterexitOutlinedFilled.tsx index 5689fe336..fe8936d75 100644 --- a/src/IconTransitEnterexitOutlinedFilled.tsx +++ b/src/IconTransitEnterexitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitEnterexitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTransitEnterexitRounded.tsx b/src/IconTransitEnterexitRounded.tsx index 1aad36000..fae4023ee 100644 --- a/src/IconTransitEnterexitRounded.tsx +++ b/src/IconTransitEnterexitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitEnterexitRounded: React.FC = ({ ...props diff --git a/src/IconTransitEnterexitRoundedFilled.tsx b/src/IconTransitEnterexitRoundedFilled.tsx index 52631d7da..aed3fdd63 100644 --- a/src/IconTransitEnterexitRoundedFilled.tsx +++ b/src/IconTransitEnterexitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitEnterexitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTransitEnterexitSharp.tsx b/src/IconTransitEnterexitSharp.tsx index 371bdff72..1f73e0c69 100644 --- a/src/IconTransitEnterexitSharp.tsx +++ b/src/IconTransitEnterexitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitEnterexitSharp: React.FC = ({ ...props diff --git a/src/IconTransitEnterexitSharpFilled.tsx b/src/IconTransitEnterexitSharpFilled.tsx index bec8b706c..353a7fcf8 100644 --- a/src/IconTransitEnterexitSharpFilled.tsx +++ b/src/IconTransitEnterexitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitEnterexitSharpFilled: React.FC = ({ ...props diff --git a/src/IconTransitTicketOutlined.tsx b/src/IconTransitTicketOutlined.tsx index 73aa36f03..ebb257130 100644 --- a/src/IconTransitTicketOutlined.tsx +++ b/src/IconTransitTicketOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitTicketOutlined: React.FC = ({ ...props diff --git a/src/IconTransitTicketOutlinedFilled.tsx b/src/IconTransitTicketOutlinedFilled.tsx index 1b736d346..297b4b302 100644 --- a/src/IconTransitTicketOutlinedFilled.tsx +++ b/src/IconTransitTicketOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitTicketOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTransitTicketRounded.tsx b/src/IconTransitTicketRounded.tsx index 8f4d3595c..565af4157 100644 --- a/src/IconTransitTicketRounded.tsx +++ b/src/IconTransitTicketRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitTicketRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTransitTicketRoundedFilled.tsx b/src/IconTransitTicketRoundedFilled.tsx index 87aa855f5..6484aa7bb 100644 --- a/src/IconTransitTicketRoundedFilled.tsx +++ b/src/IconTransitTicketRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitTicketRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTransitTicketSharp.tsx b/src/IconTransitTicketSharp.tsx index b9cb8d2ed..f7ce66d74 100644 --- a/src/IconTransitTicketSharp.tsx +++ b/src/IconTransitTicketSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitTicketSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTransitTicketSharpFilled.tsx b/src/IconTransitTicketSharpFilled.tsx index 1c87506e2..9f79a8ea3 100644 --- a/src/IconTransitTicketSharpFilled.tsx +++ b/src/IconTransitTicketSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitTicketSharpFilled: React.FC = ({ ...props diff --git a/src/IconTransitionChopOutlined.tsx b/src/IconTransitionChopOutlined.tsx index d219a11ad..7fc047e70 100644 --- a/src/IconTransitionChopOutlined.tsx +++ b/src/IconTransitionChopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionChopOutlined: React.FC = ({ ...props diff --git a/src/IconTransitionChopOutlinedFilled.tsx b/src/IconTransitionChopOutlinedFilled.tsx index cf967ea92..05fc5cce0 100644 --- a/src/IconTransitionChopOutlinedFilled.tsx +++ b/src/IconTransitionChopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionChopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTransitionChopRounded.tsx b/src/IconTransitionChopRounded.tsx index 950451ea2..af39ce9f4 100644 --- a/src/IconTransitionChopRounded.tsx +++ b/src/IconTransitionChopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionChopRounded: React.FC = ({ ...props diff --git a/src/IconTransitionChopRoundedFilled.tsx b/src/IconTransitionChopRoundedFilled.tsx index 46faa042f..a3dcc423a 100644 --- a/src/IconTransitionChopRoundedFilled.tsx +++ b/src/IconTransitionChopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionChopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTransitionChopSharp.tsx b/src/IconTransitionChopSharp.tsx index edcba8a1a..a1bf5da00 100644 --- a/src/IconTransitionChopSharp.tsx +++ b/src/IconTransitionChopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionChopSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTransitionChopSharpFilled.tsx b/src/IconTransitionChopSharpFilled.tsx index 9dd449d5f..a9315f2f6 100644 --- a/src/IconTransitionChopSharpFilled.tsx +++ b/src/IconTransitionChopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionChopSharpFilled: React.FC = ({ ...props diff --git a/src/IconTransitionDissolveOutlined.tsx b/src/IconTransitionDissolveOutlined.tsx index 049c7f5d8..51f21086e 100644 --- a/src/IconTransitionDissolveOutlined.tsx +++ b/src/IconTransitionDissolveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionDissolveOutlined: React.FC = ({ ...props diff --git a/src/IconTransitionDissolveOutlinedFilled.tsx b/src/IconTransitionDissolveOutlinedFilled.tsx index e624a30e2..c602a468e 100644 --- a/src/IconTransitionDissolveOutlinedFilled.tsx +++ b/src/IconTransitionDissolveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionDissolveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTransitionDissolveRounded.tsx b/src/IconTransitionDissolveRounded.tsx index 8405c676b..e3b487cd3 100644 --- a/src/IconTransitionDissolveRounded.tsx +++ b/src/IconTransitionDissolveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionDissolveRounded: React.FC = ({ ...props diff --git a/src/IconTransitionDissolveRoundedFilled.tsx b/src/IconTransitionDissolveRoundedFilled.tsx index 7a764836d..90ac27a1a 100644 --- a/src/IconTransitionDissolveRoundedFilled.tsx +++ b/src/IconTransitionDissolveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionDissolveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTransitionDissolveSharp.tsx b/src/IconTransitionDissolveSharp.tsx index f421e87bd..b9215032c 100644 --- a/src/IconTransitionDissolveSharp.tsx +++ b/src/IconTransitionDissolveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionDissolveSharp: React.FC = ({ ...props diff --git a/src/IconTransitionDissolveSharpFilled.tsx b/src/IconTransitionDissolveSharpFilled.tsx index b10705b31..ac7053cad 100644 --- a/src/IconTransitionDissolveSharpFilled.tsx +++ b/src/IconTransitionDissolveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionDissolveSharpFilled: React.FC = ({ ...props diff --git a/src/IconTransitionFadeOutlined.tsx b/src/IconTransitionFadeOutlined.tsx index 3f8ce63d9..a8da4985c 100644 --- a/src/IconTransitionFadeOutlined.tsx +++ b/src/IconTransitionFadeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionFadeOutlined: React.FC = ({ ...props diff --git a/src/IconTransitionFadeOutlinedFilled.tsx b/src/IconTransitionFadeOutlinedFilled.tsx index d6ade2599..e40e55a3d 100644 --- a/src/IconTransitionFadeOutlinedFilled.tsx +++ b/src/IconTransitionFadeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionFadeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTransitionFadeRounded.tsx b/src/IconTransitionFadeRounded.tsx index ea4b045f3..75997e28e 100644 --- a/src/IconTransitionFadeRounded.tsx +++ b/src/IconTransitionFadeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionFadeRounded: React.FC = ({ ...props diff --git a/src/IconTransitionFadeRoundedFilled.tsx b/src/IconTransitionFadeRoundedFilled.tsx index 2acd0ec3f..bd157bc86 100644 --- a/src/IconTransitionFadeRoundedFilled.tsx +++ b/src/IconTransitionFadeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionFadeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTransitionFadeSharp.tsx b/src/IconTransitionFadeSharp.tsx index acdcff838..531316333 100644 --- a/src/IconTransitionFadeSharp.tsx +++ b/src/IconTransitionFadeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionFadeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTransitionFadeSharpFilled.tsx b/src/IconTransitionFadeSharpFilled.tsx index 3474cc44a..2d5ef54ed 100644 --- a/src/IconTransitionFadeSharpFilled.tsx +++ b/src/IconTransitionFadeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionFadeSharpFilled: React.FC = ({ ...props diff --git a/src/IconTransitionPushOutlined.tsx b/src/IconTransitionPushOutlined.tsx index 53fc8c7da..dd514f255 100644 --- a/src/IconTransitionPushOutlined.tsx +++ b/src/IconTransitionPushOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionPushOutlined: React.FC = ({ ...props diff --git a/src/IconTransitionPushOutlinedFilled.tsx b/src/IconTransitionPushOutlinedFilled.tsx index 30004fafa..ad45a8f5a 100644 --- a/src/IconTransitionPushOutlinedFilled.tsx +++ b/src/IconTransitionPushOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionPushOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTransitionPushRounded.tsx b/src/IconTransitionPushRounded.tsx index 381b321f9..e0ab01866 100644 --- a/src/IconTransitionPushRounded.tsx +++ b/src/IconTransitionPushRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionPushRounded: React.FC = ({ ...props diff --git a/src/IconTransitionPushRoundedFilled.tsx b/src/IconTransitionPushRoundedFilled.tsx index e8a891157..9565eadbc 100644 --- a/src/IconTransitionPushRoundedFilled.tsx +++ b/src/IconTransitionPushRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionPushRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTransitionPushSharp.tsx b/src/IconTransitionPushSharp.tsx index 118b8b905..fadc25090 100644 --- a/src/IconTransitionPushSharp.tsx +++ b/src/IconTransitionPushSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionPushSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTransitionPushSharpFilled.tsx b/src/IconTransitionPushSharpFilled.tsx index aa464d6b6..79b330f59 100644 --- a/src/IconTransitionPushSharpFilled.tsx +++ b/src/IconTransitionPushSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionPushSharpFilled: React.FC = ({ ...props diff --git a/src/IconTransitionSlideOutlined.tsx b/src/IconTransitionSlideOutlined.tsx index a97586e70..275a638c6 100644 --- a/src/IconTransitionSlideOutlined.tsx +++ b/src/IconTransitionSlideOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionSlideOutlined: React.FC = ({ ...props diff --git a/src/IconTransitionSlideOutlinedFilled.tsx b/src/IconTransitionSlideOutlinedFilled.tsx index 5940e9435..4bb93dde7 100644 --- a/src/IconTransitionSlideOutlinedFilled.tsx +++ b/src/IconTransitionSlideOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionSlideOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTransitionSlideRounded.tsx b/src/IconTransitionSlideRounded.tsx index 4b401c3d7..71be179e8 100644 --- a/src/IconTransitionSlideRounded.tsx +++ b/src/IconTransitionSlideRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionSlideRounded: React.FC = ({ ...props diff --git a/src/IconTransitionSlideRoundedFilled.tsx b/src/IconTransitionSlideRoundedFilled.tsx index a1f9ab8ba..d87b184c8 100644 --- a/src/IconTransitionSlideRoundedFilled.tsx +++ b/src/IconTransitionSlideRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionSlideRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTransitionSlideSharp.tsx b/src/IconTransitionSlideSharp.tsx index 65dce5278..3c5451bcf 100644 --- a/src/IconTransitionSlideSharp.tsx +++ b/src/IconTransitionSlideSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionSlideSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTransitionSlideSharpFilled.tsx b/src/IconTransitionSlideSharpFilled.tsx index 8d3e110a4..0bb2299d4 100644 --- a/src/IconTransitionSlideSharpFilled.tsx +++ b/src/IconTransitionSlideSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransitionSlideSharpFilled: React.FC = ({ ...props diff --git a/src/IconTranslateOutlined.tsx b/src/IconTranslateOutlined.tsx index b3e4b605a..c8dee0c35 100644 --- a/src/IconTranslateOutlined.tsx +++ b/src/IconTranslateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranslateOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTranslateOutlinedFilled.tsx b/src/IconTranslateOutlinedFilled.tsx index ecddf8254..48adfb337 100644 --- a/src/IconTranslateOutlinedFilled.tsx +++ b/src/IconTranslateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranslateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTranslateRounded.tsx b/src/IconTranslateRounded.tsx index 647f1f369..b91f01c33 100644 --- a/src/IconTranslateRounded.tsx +++ b/src/IconTranslateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranslateRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTranslateRoundedFilled.tsx b/src/IconTranslateRoundedFilled.tsx index 5f5859433..35b940182 100644 --- a/src/IconTranslateRoundedFilled.tsx +++ b/src/IconTranslateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranslateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTranslateSharp.tsx b/src/IconTranslateSharp.tsx index fb24f2b83..b1c15daef 100644 --- a/src/IconTranslateSharp.tsx +++ b/src/IconTranslateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranslateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTranslateSharpFilled.tsx b/src/IconTranslateSharpFilled.tsx index 1fbd361b0..d02a528a0 100644 --- a/src/IconTranslateSharpFilled.tsx +++ b/src/IconTranslateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTranslateSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTransportationOutlined.tsx b/src/IconTransportationOutlined.tsx index 8afe18e0c..7b6d87679 100644 --- a/src/IconTransportationOutlined.tsx +++ b/src/IconTransportationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransportationOutlined: React.FC = ({ ...props diff --git a/src/IconTransportationOutlinedFilled.tsx b/src/IconTransportationOutlinedFilled.tsx index ae09c2ee4..1f6296b10 100644 --- a/src/IconTransportationOutlinedFilled.tsx +++ b/src/IconTransportationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransportationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTransportationRounded.tsx b/src/IconTransportationRounded.tsx index ebc8b1acf..101998709 100644 --- a/src/IconTransportationRounded.tsx +++ b/src/IconTransportationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransportationRounded: React.FC = ({ ...props diff --git a/src/IconTransportationRoundedFilled.tsx b/src/IconTransportationRoundedFilled.tsx index 65efe646f..37c833c16 100644 --- a/src/IconTransportationRoundedFilled.tsx +++ b/src/IconTransportationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransportationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTransportationSharp.tsx b/src/IconTransportationSharp.tsx index f4713db54..e40f92e84 100644 --- a/src/IconTransportationSharp.tsx +++ b/src/IconTransportationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransportationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTransportationSharpFilled.tsx b/src/IconTransportationSharpFilled.tsx index cd68be7e4..630497921 100644 --- a/src/IconTransportationSharpFilled.tsx +++ b/src/IconTransportationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTransportationSharpFilled: React.FC = ({ ...props diff --git a/src/IconTravelExploreOutlined.tsx b/src/IconTravelExploreOutlined.tsx index e8a10729f..f1422787c 100644 --- a/src/IconTravelExploreOutlined.tsx +++ b/src/IconTravelExploreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelExploreOutlined: React.FC = ({ ...props diff --git a/src/IconTravelExploreOutlinedFilled.tsx b/src/IconTravelExploreOutlinedFilled.tsx index 4b94b07a6..e847a6c12 100644 --- a/src/IconTravelExploreOutlinedFilled.tsx +++ b/src/IconTravelExploreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelExploreOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTravelExploreRounded.tsx b/src/IconTravelExploreRounded.tsx index cfb634e24..745aad8d5 100644 --- a/src/IconTravelExploreRounded.tsx +++ b/src/IconTravelExploreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelExploreRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTravelExploreRoundedFilled.tsx b/src/IconTravelExploreRoundedFilled.tsx index 0580ebeba..40f31b82c 100644 --- a/src/IconTravelExploreRoundedFilled.tsx +++ b/src/IconTravelExploreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelExploreRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTravelExploreSharp.tsx b/src/IconTravelExploreSharp.tsx index 78c166bc4..9b1edb09c 100644 --- a/src/IconTravelExploreSharp.tsx +++ b/src/IconTravelExploreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelExploreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTravelExploreSharpFilled.tsx b/src/IconTravelExploreSharpFilled.tsx index 774489874..f0f1e37c7 100644 --- a/src/IconTravelExploreSharpFilled.tsx +++ b/src/IconTravelExploreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelExploreSharpFilled: React.FC = ({ ...props diff --git a/src/IconTravelLuggageAndBagsOutlined.tsx b/src/IconTravelLuggageAndBagsOutlined.tsx new file mode 100644 index 000000000..086b9c476 --- /dev/null +++ b/src/IconTravelLuggageAndBagsOutlined.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types.js' + +export const IconTravelLuggageAndBagsOutlined: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTravelLuggageAndBagsOutlinedFilled.tsx b/src/IconTravelLuggageAndBagsOutlinedFilled.tsx index 3f5d1fe66..0f5db9388 100644 --- a/src/IconTravelLuggageAndBagsOutlinedFilled.tsx +++ b/src/IconTravelLuggageAndBagsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelLuggageAndBagsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTravelLuggageAndBagsRounded.tsx b/src/IconTravelLuggageAndBagsRounded.tsx index 95b37d258..e4d601c84 100644 --- a/src/IconTravelLuggageAndBagsRounded.tsx +++ b/src/IconTravelLuggageAndBagsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelLuggageAndBagsRounded: React.FC = ({ ...props diff --git a/src/IconTravelLuggageAndBagsRoundedFilled.tsx b/src/IconTravelLuggageAndBagsRoundedFilled.tsx index ce87fe75d..1db41ac43 100644 --- a/src/IconTravelLuggageAndBagsRoundedFilled.tsx +++ b/src/IconTravelLuggageAndBagsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelLuggageAndBagsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTravelLuggageAndBagsSharp.tsx b/src/IconTravelLuggageAndBagsSharp.tsx index 61542d67b..a38e69cb4 100644 --- a/src/IconTravelLuggageAndBagsSharp.tsx +++ b/src/IconTravelLuggageAndBagsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelLuggageAndBagsSharp: React.FC = ({ ...props diff --git a/src/IconTravelLuggageAndBagsSharpFilled.tsx b/src/IconTravelLuggageAndBagsSharpFilled.tsx index 937faeaca..9ed8482d4 100644 --- a/src/IconTravelLuggageAndBagsSharpFilled.tsx +++ b/src/IconTravelLuggageAndBagsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelLuggageAndBagsSharpFilled: React.FC = ({ ...props diff --git a/src/IconTravelOutlined.tsx b/src/IconTravelOutlined.tsx index 74983b7f0..f1dd06b92 100644 --- a/src/IconTravelOutlined.tsx +++ b/src/IconTravelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTravelOutlinedFilled.tsx b/src/IconTravelOutlinedFilled.tsx index 19aa9a9d9..df0f90fc1 100644 --- a/src/IconTravelOutlinedFilled.tsx +++ b/src/IconTravelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTravelRounded.tsx b/src/IconTravelRounded.tsx index 5a1106c94..4b980c95e 100644 --- a/src/IconTravelRounded.tsx +++ b/src/IconTravelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTravelRoundedFilled.tsx b/src/IconTravelRoundedFilled.tsx index d4a434fa7..86cc7b415 100644 --- a/src/IconTravelRoundedFilled.tsx +++ b/src/IconTravelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTravelSharp.tsx b/src/IconTravelSharp.tsx index ddc3c2633..bbfda9317 100644 --- a/src/IconTravelSharp.tsx +++ b/src/IconTravelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTravelSharpFilled.tsx b/src/IconTravelSharpFilled.tsx index 5f0bb91b2..e7a34bcd7 100644 --- a/src/IconTravelSharpFilled.tsx +++ b/src/IconTravelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTravelSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTrendingDownOutlined.tsx b/src/IconTrendingDownOutlined.tsx index 6f861748c..1f78aa93a 100644 --- a/src/IconTrendingDownOutlined.tsx +++ b/src/IconTrendingDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingDownOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTrendingDownOutlinedFilled.tsx b/src/IconTrendingDownOutlinedFilled.tsx index 02150baee..6a698dcac 100644 --- a/src/IconTrendingDownOutlinedFilled.tsx +++ b/src/IconTrendingDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrendingDownRounded.tsx b/src/IconTrendingDownRounded.tsx index 0284c25da..63e428289 100644 --- a/src/IconTrendingDownRounded.tsx +++ b/src/IconTrendingDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingDownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTrendingDownRoundedFilled.tsx b/src/IconTrendingDownRoundedFilled.tsx index c947c83e2..805de8d7c 100644 --- a/src/IconTrendingDownRoundedFilled.tsx +++ b/src/IconTrendingDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrendingDownSharp.tsx b/src/IconTrendingDownSharp.tsx index cf5163ea5..21c90c4c5 100644 --- a/src/IconTrendingDownSharp.tsx +++ b/src/IconTrendingDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrendingDownSharpFilled.tsx b/src/IconTrendingDownSharpFilled.tsx index 662eb311e..566347070 100644 --- a/src/IconTrendingDownSharpFilled.tsx +++ b/src/IconTrendingDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconTrendingFlatOutlined.tsx b/src/IconTrendingFlatOutlined.tsx index 1ff4b8e1e..a7e1a1677 100644 --- a/src/IconTrendingFlatOutlined.tsx +++ b/src/IconTrendingFlatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingFlatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTrendingFlatOutlinedFilled.tsx b/src/IconTrendingFlatOutlinedFilled.tsx index b213ce7fa..a56b26747 100644 --- a/src/IconTrendingFlatOutlinedFilled.tsx +++ b/src/IconTrendingFlatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingFlatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrendingFlatRounded.tsx b/src/IconTrendingFlatRounded.tsx index 07200ff8c..39d77d69c 100644 --- a/src/IconTrendingFlatRounded.tsx +++ b/src/IconTrendingFlatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingFlatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTrendingFlatRoundedFilled.tsx b/src/IconTrendingFlatRoundedFilled.tsx index c219acc29..3c3cfaf02 100644 --- a/src/IconTrendingFlatRoundedFilled.tsx +++ b/src/IconTrendingFlatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingFlatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrendingFlatSharp.tsx b/src/IconTrendingFlatSharp.tsx index b9957ff34..02a634468 100644 --- a/src/IconTrendingFlatSharp.tsx +++ b/src/IconTrendingFlatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingFlatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrendingFlatSharpFilled.tsx b/src/IconTrendingFlatSharpFilled.tsx index 1b8e83a41..340c75c2b 100644 --- a/src/IconTrendingFlatSharpFilled.tsx +++ b/src/IconTrendingFlatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingFlatSharpFilled: React.FC = ({ ...props diff --git a/src/IconTrendingUpOutlined.tsx b/src/IconTrendingUpOutlined.tsx index 481f0f4ca..6d427de5c 100644 --- a/src/IconTrendingUpOutlined.tsx +++ b/src/IconTrendingUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTrendingUpOutlinedFilled.tsx b/src/IconTrendingUpOutlinedFilled.tsx index 2aa51c05b..c9cdddf86 100644 --- a/src/IconTrendingUpOutlinedFilled.tsx +++ b/src/IconTrendingUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrendingUpRounded.tsx b/src/IconTrendingUpRounded.tsx index f5fdb9b75..ee4383958 100644 --- a/src/IconTrendingUpRounded.tsx +++ b/src/IconTrendingUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTrendingUpRoundedFilled.tsx b/src/IconTrendingUpRoundedFilled.tsx index 73099071a..f0407a34d 100644 --- a/src/IconTrendingUpRoundedFilled.tsx +++ b/src/IconTrendingUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrendingUpSharp.tsx b/src/IconTrendingUpSharp.tsx index 53c335334..f2b2abaa5 100644 --- a/src/IconTrendingUpSharp.tsx +++ b/src/IconTrendingUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrendingUpSharpFilled.tsx b/src/IconTrendingUpSharpFilled.tsx index 6d782b97f..056bca8ce 100644 --- a/src/IconTrendingUpSharpFilled.tsx +++ b/src/IconTrendingUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrendingUpSharpFilled: React.FC = ({ ...props diff --git a/src/IconTripOriginOutlined.tsx b/src/IconTripOriginOutlined.tsx index 4e7b9ff85..c95bcde55 100644 --- a/src/IconTripOriginOutlined.tsx +++ b/src/IconTripOriginOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripOriginOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTripOriginOutlinedFilled.tsx b/src/IconTripOriginOutlinedFilled.tsx index 69c1fed1e..f3b41dab5 100644 --- a/src/IconTripOriginOutlinedFilled.tsx +++ b/src/IconTripOriginOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripOriginOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTripOriginRounded.tsx b/src/IconTripOriginRounded.tsx index f98be97fc..4536f8733 100644 --- a/src/IconTripOriginRounded.tsx +++ b/src/IconTripOriginRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripOriginRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTripOriginRoundedFilled.tsx b/src/IconTripOriginRoundedFilled.tsx index 25dc68f36..285774c44 100644 --- a/src/IconTripOriginRoundedFilled.tsx +++ b/src/IconTripOriginRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripOriginRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTripOriginSharp.tsx b/src/IconTripOriginSharp.tsx index 58dd6160e..041eaa149 100644 --- a/src/IconTripOriginSharp.tsx +++ b/src/IconTripOriginSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripOriginSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTripOriginSharpFilled.tsx b/src/IconTripOriginSharpFilled.tsx index 5e682ebf0..7910bc792 100644 --- a/src/IconTripOriginSharpFilled.tsx +++ b/src/IconTripOriginSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripOriginSharpFilled: React.FC = ({ ...props diff --git a/src/IconTripOutlined.tsx b/src/IconTripOutlined.tsx index f97541397..0bab8afe6 100644 --- a/src/IconTripOutlined.tsx +++ b/src/IconTripOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTripOutlinedFilled.tsx b/src/IconTripOutlinedFilled.tsx index e5c245f02..3ac1a9575 100644 --- a/src/IconTripOutlinedFilled.tsx +++ b/src/IconTripOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTripRounded.tsx b/src/IconTripRounded.tsx index 088755f01..2171cd9de 100644 --- a/src/IconTripRounded.tsx +++ b/src/IconTripRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTripRoundedFilled.tsx b/src/IconTripRoundedFilled.tsx index 39efa3d8f..a9a7cc10f 100644 --- a/src/IconTripRoundedFilled.tsx +++ b/src/IconTripRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTripSharp.tsx b/src/IconTripSharp.tsx index cf123b59b..0be5b25d6 100644 --- a/src/IconTripSharp.tsx +++ b/src/IconTripSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTripSharpFilled.tsx b/src/IconTripSharpFilled.tsx index 1a1e50f99..7d876bc64 100644 --- a/src/IconTripSharpFilled.tsx +++ b/src/IconTripSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTripSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTrolleyCableCarOutlined.tsx b/src/IconTrolleyCableCarOutlined.tsx index 9356216aa..e0f8e0f88 100644 --- a/src/IconTrolleyCableCarOutlined.tsx +++ b/src/IconTrolleyCableCarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleyCableCarOutlined: React.FC = ({ ...props diff --git a/src/IconTrolleyCableCarOutlinedFilled.tsx b/src/IconTrolleyCableCarOutlinedFilled.tsx index 3b8064426..49ed05268 100644 --- a/src/IconTrolleyCableCarOutlinedFilled.tsx +++ b/src/IconTrolleyCableCarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleyCableCarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrolleyCableCarRounded.tsx b/src/IconTrolleyCableCarRounded.tsx index 497f05c95..be1ab0dde 100644 --- a/src/IconTrolleyCableCarRounded.tsx +++ b/src/IconTrolleyCableCarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleyCableCarRounded: React.FC = ({ ...props diff --git a/src/IconTrolleyCableCarRoundedFilled.tsx b/src/IconTrolleyCableCarRoundedFilled.tsx index af615d9b4..5de8d877e 100644 --- a/src/IconTrolleyCableCarRoundedFilled.tsx +++ b/src/IconTrolleyCableCarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleyCableCarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTrolleyCableCarSharp.tsx b/src/IconTrolleyCableCarSharp.tsx index 776450478..8f31e3c87 100644 --- a/src/IconTrolleyCableCarSharp.tsx +++ b/src/IconTrolleyCableCarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleyCableCarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrolleyCableCarSharpFilled.tsx b/src/IconTrolleyCableCarSharpFilled.tsx index 7c64eb6f5..2b9e5e721 100644 --- a/src/IconTrolleyCableCarSharpFilled.tsx +++ b/src/IconTrolleyCableCarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleyCableCarSharpFilled: React.FC = ({ ...props diff --git a/src/IconTrolleyOutlined.tsx b/src/IconTrolleyOutlined.tsx index dc80945f8..2dbfe7c2f 100644 --- a/src/IconTrolleyOutlined.tsx +++ b/src/IconTrolleyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTrolleyOutlinedFilled.tsx b/src/IconTrolleyOutlinedFilled.tsx index 5fc66ea79..e54338803 100644 --- a/src/IconTrolleyOutlinedFilled.tsx +++ b/src/IconTrolleyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTrolleyRounded.tsx b/src/IconTrolleyRounded.tsx index 08f6f1b64..b93e7939a 100644 --- a/src/IconTrolleyRounded.tsx +++ b/src/IconTrolleyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTrolleyRoundedFilled.tsx b/src/IconTrolleyRoundedFilled.tsx index 08516e542..9b5e85e56 100644 --- a/src/IconTrolleyRoundedFilled.tsx +++ b/src/IconTrolleyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTrolleySharp.tsx b/src/IconTrolleySharp.tsx index 6e0b5a191..6e6db0a86 100644 --- a/src/IconTrolleySharp.tsx +++ b/src/IconTrolleySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrolleySharpFilled.tsx b/src/IconTrolleySharpFilled.tsx index f298d2f52..f6d923aea 100644 --- a/src/IconTrolleySharpFilled.tsx +++ b/src/IconTrolleySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrolleySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTrophyOutlined.tsx b/src/IconTrophyOutlined.tsx index be2b2b3cb..bbdb53b73 100644 --- a/src/IconTrophyOutlined.tsx +++ b/src/IconTrophyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrophyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTrophyOutlinedFilled.tsx b/src/IconTrophyOutlinedFilled.tsx index c26256c07..9420525f1 100644 --- a/src/IconTrophyOutlinedFilled.tsx +++ b/src/IconTrophyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrophyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTrophyRounded.tsx b/src/IconTrophyRounded.tsx index 985400d86..0114970a4 100644 --- a/src/IconTrophyRounded.tsx +++ b/src/IconTrophyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrophyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTrophyRoundedFilled.tsx b/src/IconTrophyRoundedFilled.tsx index 2b0711947..8422dbfa0 100644 --- a/src/IconTrophyRoundedFilled.tsx +++ b/src/IconTrophyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrophyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTrophySharp.tsx b/src/IconTrophySharp.tsx index 772099a89..ce998a6f2 100644 --- a/src/IconTrophySharp.tsx +++ b/src/IconTrophySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrophySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTrophySharpFilled.tsx b/src/IconTrophySharpFilled.tsx index ed1185893..550ed984a 100644 --- a/src/IconTrophySharpFilled.tsx +++ b/src/IconTrophySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTrophySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTroubleshootOutlined.tsx b/src/IconTroubleshootOutlined.tsx index ab708c716..15a4ff474 100644 --- a/src/IconTroubleshootOutlined.tsx +++ b/src/IconTroubleshootOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTroubleshootOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTroubleshootOutlinedFilled.tsx b/src/IconTroubleshootOutlinedFilled.tsx index 8676f3d29..65ccc1343 100644 --- a/src/IconTroubleshootOutlinedFilled.tsx +++ b/src/IconTroubleshootOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTroubleshootOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTroubleshootRounded.tsx b/src/IconTroubleshootRounded.tsx index f230450b9..e9df677c7 100644 --- a/src/IconTroubleshootRounded.tsx +++ b/src/IconTroubleshootRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTroubleshootRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTroubleshootRoundedFilled.tsx b/src/IconTroubleshootRoundedFilled.tsx index 85329d59a..b1d75b60b 100644 --- a/src/IconTroubleshootRoundedFilled.tsx +++ b/src/IconTroubleshootRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTroubleshootRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTroubleshootSharp.tsx b/src/IconTroubleshootSharp.tsx index 123708c5d..120669469 100644 --- a/src/IconTroubleshootSharp.tsx +++ b/src/IconTroubleshootSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTroubleshootSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTroubleshootSharpFilled.tsx b/src/IconTroubleshootSharpFilled.tsx index c117c9a59..ac7d874ee 100644 --- a/src/IconTroubleshootSharpFilled.tsx +++ b/src/IconTroubleshootSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTroubleshootSharpFilled: React.FC = ({ ...props diff --git a/src/IconTsunamiOutlined.tsx b/src/IconTsunamiOutlined.tsx index f2edeafdf..136c2ddde 100644 --- a/src/IconTsunamiOutlined.tsx +++ b/src/IconTsunamiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsunamiOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTsunamiOutlinedFilled.tsx b/src/IconTsunamiOutlinedFilled.tsx index d4023143c..ed268d5d7 100644 --- a/src/IconTsunamiOutlinedFilled.tsx +++ b/src/IconTsunamiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsunamiOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTsunamiRounded.tsx b/src/IconTsunamiRounded.tsx index 1749dc96a..511254f14 100644 --- a/src/IconTsunamiRounded.tsx +++ b/src/IconTsunamiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsunamiRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTsunamiRoundedFilled.tsx b/src/IconTsunamiRoundedFilled.tsx index bcf1a6d4f..7f19bc046 100644 --- a/src/IconTsunamiRoundedFilled.tsx +++ b/src/IconTsunamiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsunamiRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTsunamiSharp.tsx b/src/IconTsunamiSharp.tsx index 68e63576c..6033bcbd4 100644 --- a/src/IconTsunamiSharp.tsx +++ b/src/IconTsunamiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsunamiSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTsunamiSharpFilled.tsx b/src/IconTsunamiSharpFilled.tsx index 9cf4f11a7..3193be62d 100644 --- a/src/IconTsunamiSharpFilled.tsx +++ b/src/IconTsunamiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsunamiSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTsvOutlined.tsx b/src/IconTsvOutlined.tsx index d9c07d0f7..554da9a57 100644 --- a/src/IconTsvOutlined.tsx +++ b/src/IconTsvOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsvOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTsvOutlinedFilled.tsx b/src/IconTsvOutlinedFilled.tsx index 7c74cbf0b..fab17f914 100644 --- a/src/IconTsvOutlinedFilled.tsx +++ b/src/IconTsvOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsvOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTsvRounded.tsx b/src/IconTsvRounded.tsx index 4e16fa1b9..01f244a22 100644 --- a/src/IconTsvRounded.tsx +++ b/src/IconTsvRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsvRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTsvRoundedFilled.tsx b/src/IconTsvRoundedFilled.tsx index 297c662dd..f26dbe74b 100644 --- a/src/IconTsvRoundedFilled.tsx +++ b/src/IconTsvRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsvRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTsvSharp.tsx b/src/IconTsvSharp.tsx index 1a4a69e79..6ab6db3fd 100644 --- a/src/IconTsvSharp.tsx +++ b/src/IconTsvSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsvSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTsvSharpFilled.tsx b/src/IconTsvSharpFilled.tsx index c9ee9197a..14dd9e2e4 100644 --- a/src/IconTsvSharpFilled.tsx +++ b/src/IconTsvSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTsvSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTtyOutlined.tsx b/src/IconTtyOutlined.tsx index 144f13366..8a0b6a633 100644 --- a/src/IconTtyOutlined.tsx +++ b/src/IconTtyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTtyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTtyOutlinedFilled.tsx b/src/IconTtyOutlinedFilled.tsx index f50fca0bc..b45f94d10 100644 --- a/src/IconTtyOutlinedFilled.tsx +++ b/src/IconTtyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTtyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTtyRounded.tsx b/src/IconTtyRounded.tsx index f0bfde16d..d5b48dba4 100644 --- a/src/IconTtyRounded.tsx +++ b/src/IconTtyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTtyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTtyRoundedFilled.tsx b/src/IconTtyRoundedFilled.tsx index 213d1c344..26a94b693 100644 --- a/src/IconTtyRoundedFilled.tsx +++ b/src/IconTtyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTtyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTtySharp.tsx b/src/IconTtySharp.tsx index 82eeba9a4..b74cdb82f 100644 --- a/src/IconTtySharp.tsx +++ b/src/IconTtySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTtySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTtySharpFilled.tsx b/src/IconTtySharpFilled.tsx index 23d2677cd..2d44036af 100644 --- a/src/IconTtySharpFilled.tsx +++ b/src/IconTtySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTtySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTuneOutlined.tsx b/src/IconTuneOutlined.tsx index 25086d744..4a388c915 100644 --- a/src/IconTuneOutlined.tsx +++ b/src/IconTuneOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTuneOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTuneOutlinedFilled.tsx b/src/IconTuneOutlinedFilled.tsx index 6bb4f7159..6c458048e 100644 --- a/src/IconTuneOutlinedFilled.tsx +++ b/src/IconTuneOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTuneOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTuneRounded.tsx b/src/IconTuneRounded.tsx index 2cfe38f88..4f308d5f6 100644 --- a/src/IconTuneRounded.tsx +++ b/src/IconTuneRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTuneRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTuneRoundedFilled.tsx b/src/IconTuneRoundedFilled.tsx index 171bd2891..eddf3f8df 100644 --- a/src/IconTuneRoundedFilled.tsx +++ b/src/IconTuneRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTuneRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTuneSharp.tsx b/src/IconTuneSharp.tsx index aa43650fb..e0af92f26 100644 --- a/src/IconTuneSharp.tsx +++ b/src/IconTuneSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTuneSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTuneSharpFilled.tsx b/src/IconTuneSharpFilled.tsx index b9b81cc86..ed91404c4 100644 --- a/src/IconTuneSharpFilled.tsx +++ b/src/IconTuneSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTuneSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnLeftOutlined.tsx b/src/IconTurnLeftOutlined.tsx index eaedf1f6a..68ae5ccc4 100644 --- a/src/IconTurnLeftOutlined.tsx +++ b/src/IconTurnLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnLeftOutlinedFilled.tsx b/src/IconTurnLeftOutlinedFilled.tsx index ed165cd4c..426d2586e 100644 --- a/src/IconTurnLeftOutlinedFilled.tsx +++ b/src/IconTurnLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTurnLeftRounded.tsx b/src/IconTurnLeftRounded.tsx index 7fd99f94a..5180cb093 100644 --- a/src/IconTurnLeftRounded.tsx +++ b/src/IconTurnLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnLeftRoundedFilled.tsx b/src/IconTurnLeftRoundedFilled.tsx index 3a291c480..8b40d0e53 100644 --- a/src/IconTurnLeftRoundedFilled.tsx +++ b/src/IconTurnLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTurnLeftSharp.tsx b/src/IconTurnLeftSharp.tsx index 6dc733931..fd312baef 100644 --- a/src/IconTurnLeftSharp.tsx +++ b/src/IconTurnLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnLeftSharpFilled.tsx b/src/IconTurnLeftSharpFilled.tsx index d54ba89e7..17c641293 100644 --- a/src/IconTurnLeftSharpFilled.tsx +++ b/src/IconTurnLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnLeftSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnRightOutlined.tsx b/src/IconTurnRightOutlined.tsx index 33e1d7c8b..4c9723197 100644 --- a/src/IconTurnRightOutlined.tsx +++ b/src/IconTurnRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnRightOutlinedFilled.tsx b/src/IconTurnRightOutlinedFilled.tsx index 137aa9b5e..ec595180d 100644 --- a/src/IconTurnRightOutlinedFilled.tsx +++ b/src/IconTurnRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTurnRightRounded.tsx b/src/IconTurnRightRounded.tsx index e7f7b2466..e89d9f6be 100644 --- a/src/IconTurnRightRounded.tsx +++ b/src/IconTurnRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnRightRoundedFilled.tsx b/src/IconTurnRightRoundedFilled.tsx index 580db8968..84507791a 100644 --- a/src/IconTurnRightRoundedFilled.tsx +++ b/src/IconTurnRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTurnRightSharp.tsx b/src/IconTurnRightSharp.tsx index 32dd11e81..80e24fee4 100644 --- a/src/IconTurnRightSharp.tsx +++ b/src/IconTurnRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnRightSharpFilled.tsx b/src/IconTurnRightSharpFilled.tsx index 0936d57f7..6f8fb4d31 100644 --- a/src/IconTurnRightSharpFilled.tsx +++ b/src/IconTurnRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnRightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnSharpLeftOutlined.tsx b/src/IconTurnSharpLeftOutlined.tsx index caa72d9b4..94012a429 100644 --- a/src/IconTurnSharpLeftOutlined.tsx +++ b/src/IconTurnSharpLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpLeftOutlined: React.FC = ({ ...props diff --git a/src/IconTurnSharpLeftOutlinedFilled.tsx b/src/IconTurnSharpLeftOutlinedFilled.tsx index 5e66bb495..76f408134 100644 --- a/src/IconTurnSharpLeftOutlinedFilled.tsx +++ b/src/IconTurnSharpLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTurnSharpLeftRounded.tsx b/src/IconTurnSharpLeftRounded.tsx index 23e06b466..ecb88d006 100644 --- a/src/IconTurnSharpLeftRounded.tsx +++ b/src/IconTurnSharpLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnSharpLeftRoundedFilled.tsx b/src/IconTurnSharpLeftRoundedFilled.tsx index 61319a451..467085a3f 100644 --- a/src/IconTurnSharpLeftRoundedFilled.tsx +++ b/src/IconTurnSharpLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTurnSharpLeftSharp.tsx b/src/IconTurnSharpLeftSharp.tsx index 36703fabe..b4847b943 100644 --- a/src/IconTurnSharpLeftSharp.tsx +++ b/src/IconTurnSharpLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnSharpLeftSharpFilled.tsx b/src/IconTurnSharpLeftSharpFilled.tsx index d450d2609..60cc15003 100644 --- a/src/IconTurnSharpLeftSharpFilled.tsx +++ b/src/IconTurnSharpLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconTurnSharpRightOutlined.tsx b/src/IconTurnSharpRightOutlined.tsx index 77245fc34..72d377cf6 100644 --- a/src/IconTurnSharpRightOutlined.tsx +++ b/src/IconTurnSharpRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpRightOutlined: React.FC = ({ ...props diff --git a/src/IconTurnSharpRightOutlinedFilled.tsx b/src/IconTurnSharpRightOutlinedFilled.tsx index 42a4b230b..17f4fd830 100644 --- a/src/IconTurnSharpRightOutlinedFilled.tsx +++ b/src/IconTurnSharpRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTurnSharpRightRounded.tsx b/src/IconTurnSharpRightRounded.tsx index f4ec0a882..d55b4155f 100644 --- a/src/IconTurnSharpRightRounded.tsx +++ b/src/IconTurnSharpRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpRightRounded: React.FC = ({ ...props diff --git a/src/IconTurnSharpRightRoundedFilled.tsx b/src/IconTurnSharpRightRoundedFilled.tsx index f93e7e308..6109cb70e 100644 --- a/src/IconTurnSharpRightRoundedFilled.tsx +++ b/src/IconTurnSharpRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTurnSharpRightSharp.tsx b/src/IconTurnSharpRightSharp.tsx index 9d1504f39..3cc215ad4 100644 --- a/src/IconTurnSharpRightSharp.tsx +++ b/src/IconTurnSharpRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnSharpRightSharpFilled.tsx b/src/IconTurnSharpRightSharpFilled.tsx index e4f6b4447..b6c057cbe 100644 --- a/src/IconTurnSharpRightSharpFilled.tsx +++ b/src/IconTurnSharpRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSharpRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconTurnSlightLeftOutlined.tsx b/src/IconTurnSlightLeftOutlined.tsx index 59fd6b986..49425305b 100644 --- a/src/IconTurnSlightLeftOutlined.tsx +++ b/src/IconTurnSlightLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightLeftOutlined: React.FC = ({ ...props diff --git a/src/IconTurnSlightLeftOutlinedFilled.tsx b/src/IconTurnSlightLeftOutlinedFilled.tsx index 6a435a54e..a6b269477 100644 --- a/src/IconTurnSlightLeftOutlinedFilled.tsx +++ b/src/IconTurnSlightLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTurnSlightLeftRounded.tsx b/src/IconTurnSlightLeftRounded.tsx index 0d57e717d..5d2d29b19 100644 --- a/src/IconTurnSlightLeftRounded.tsx +++ b/src/IconTurnSlightLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightLeftRounded: React.FC = ({ ...props diff --git a/src/IconTurnSlightLeftRoundedFilled.tsx b/src/IconTurnSlightLeftRoundedFilled.tsx index 9c379ac5e..b3b93f4e8 100644 --- a/src/IconTurnSlightLeftRoundedFilled.tsx +++ b/src/IconTurnSlightLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTurnSlightLeftSharp.tsx b/src/IconTurnSlightLeftSharp.tsx index 606d90b21..b79c334e9 100644 --- a/src/IconTurnSlightLeftSharp.tsx +++ b/src/IconTurnSlightLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnSlightLeftSharpFilled.tsx b/src/IconTurnSlightLeftSharpFilled.tsx index c84fb1028..dfeab0937 100644 --- a/src/IconTurnSlightLeftSharpFilled.tsx +++ b/src/IconTurnSlightLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightLeftSharpFilled: React.FC = ({ ...props diff --git a/src/IconTurnSlightRightOutlined.tsx b/src/IconTurnSlightRightOutlined.tsx index f3e8022ec..d8a5021c0 100644 --- a/src/IconTurnSlightRightOutlined.tsx +++ b/src/IconTurnSlightRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightRightOutlined: React.FC = ({ ...props diff --git a/src/IconTurnSlightRightOutlinedFilled.tsx b/src/IconTurnSlightRightOutlinedFilled.tsx index ef1a7613f..e7635c95b 100644 --- a/src/IconTurnSlightRightOutlinedFilled.tsx +++ b/src/IconTurnSlightRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTurnSlightRightRounded.tsx b/src/IconTurnSlightRightRounded.tsx index 8219e0b0d..e8f95745f 100644 --- a/src/IconTurnSlightRightRounded.tsx +++ b/src/IconTurnSlightRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightRightRounded: React.FC = ({ ...props diff --git a/src/IconTurnSlightRightRoundedFilled.tsx b/src/IconTurnSlightRightRoundedFilled.tsx index f0240f756..30d5b94bf 100644 --- a/src/IconTurnSlightRightRoundedFilled.tsx +++ b/src/IconTurnSlightRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTurnSlightRightSharp.tsx b/src/IconTurnSlightRightSharp.tsx index bfc0566da..0635cb5f2 100644 --- a/src/IconTurnSlightRightSharp.tsx +++ b/src/IconTurnSlightRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTurnSlightRightSharpFilled.tsx b/src/IconTurnSlightRightSharpFilled.tsx index 2addc0261..beaf57445 100644 --- a/src/IconTurnSlightRightSharpFilled.tsx +++ b/src/IconTurnSlightRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTurnSlightRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconTvDisplaysOutlined.tsx b/src/IconTvDisplaysOutlined.tsx index 02593b6f0..e6d875b43 100644 --- a/src/IconTvDisplaysOutlined.tsx +++ b/src/IconTvDisplaysOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvDisplaysOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTvDisplaysOutlinedFilled.tsx b/src/IconTvDisplaysOutlinedFilled.tsx index d9dfbdee3..2594a58b7 100644 --- a/src/IconTvDisplaysOutlinedFilled.tsx +++ b/src/IconTvDisplaysOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvDisplaysOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTvDisplaysRounded.tsx b/src/IconTvDisplaysRounded.tsx index cda118e25..6bcaecf07 100644 --- a/src/IconTvDisplaysRounded.tsx +++ b/src/IconTvDisplaysRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvDisplaysRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTvDisplaysRoundedFilled.tsx b/src/IconTvDisplaysRoundedFilled.tsx index cc0defcec..2c8df79b8 100644 --- a/src/IconTvDisplaysRoundedFilled.tsx +++ b/src/IconTvDisplaysRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvDisplaysRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTvDisplaysSharp.tsx b/src/IconTvDisplaysSharp.tsx index f60c56f53..00b3b73ba 100644 --- a/src/IconTvDisplaysSharp.tsx +++ b/src/IconTvDisplaysSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvDisplaysSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTvDisplaysSharpFilled.tsx b/src/IconTvDisplaysSharpFilled.tsx index 9410928ce..f099ff557 100644 --- a/src/IconTvDisplaysSharpFilled.tsx +++ b/src/IconTvDisplaysSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvDisplaysSharpFilled: React.FC = ({ ...props diff --git a/src/IconTvGenOutlined.tsx b/src/IconTvGenOutlined.tsx index 73c973cc5..62020bd4d 100644 --- a/src/IconTvGenOutlined.tsx +++ b/src/IconTvGenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTvGenOutlinedFilled.tsx b/src/IconTvGenOutlinedFilled.tsx index 8ff36a658..0574c6d28 100644 --- a/src/IconTvGenOutlinedFilled.tsx +++ b/src/IconTvGenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGenOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvGenRounded.tsx b/src/IconTvGenRounded.tsx index 234148f30..4f4d310a6 100644 --- a/src/IconTvGenRounded.tsx +++ b/src/IconTvGenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTvGenRoundedFilled.tsx b/src/IconTvGenRoundedFilled.tsx index 90918dd41..b0fbfd8c2 100644 --- a/src/IconTvGenRoundedFilled.tsx +++ b/src/IconTvGenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGenRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvGenSharp.tsx b/src/IconTvGenSharp.tsx index 86fc63a43..bc4a1dc00 100644 --- a/src/IconTvGenSharp.tsx +++ b/src/IconTvGenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTvGenSharpFilled.tsx b/src/IconTvGenSharpFilled.tsx index 44e6a673c..750352a0a 100644 --- a/src/IconTvGenSharpFilled.tsx +++ b/src/IconTvGenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGenSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvGuideOutlined.tsx b/src/IconTvGuideOutlined.tsx index 6e52b8ee6..196eb0463 100644 --- a/src/IconTvGuideOutlined.tsx +++ b/src/IconTvGuideOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGuideOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTvGuideOutlinedFilled.tsx b/src/IconTvGuideOutlinedFilled.tsx index 4e05db2bd..2c767429a 100644 --- a/src/IconTvGuideOutlinedFilled.tsx +++ b/src/IconTvGuideOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGuideOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTvGuideRounded.tsx b/src/IconTvGuideRounded.tsx index f2f942636..3cada4410 100644 --- a/src/IconTvGuideRounded.tsx +++ b/src/IconTvGuideRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGuideRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTvGuideRoundedFilled.tsx b/src/IconTvGuideRoundedFilled.tsx index 21319c6bf..52be619b9 100644 --- a/src/IconTvGuideRoundedFilled.tsx +++ b/src/IconTvGuideRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGuideRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvGuideSharp.tsx b/src/IconTvGuideSharp.tsx index 40ca84815..acae7bc25 100644 --- a/src/IconTvGuideSharp.tsx +++ b/src/IconTvGuideSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGuideSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTvGuideSharpFilled.tsx b/src/IconTvGuideSharpFilled.tsx index 9d2222387..710db287e 100644 --- a/src/IconTvGuideSharpFilled.tsx +++ b/src/IconTvGuideSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvGuideSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvNextOutlined.tsx b/src/IconTvNextOutlined.tsx index 093fb7afc..04dbcb21e 100644 --- a/src/IconTvNextOutlined.tsx +++ b/src/IconTvNextOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvNextOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTvNextOutlinedFilled.tsx b/src/IconTvNextOutlinedFilled.tsx index 8171d827b..e28175255 100644 --- a/src/IconTvNextOutlinedFilled.tsx +++ b/src/IconTvNextOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvNextOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvNextRounded.tsx b/src/IconTvNextRounded.tsx index 2318ac63c..8dec2967c 100644 --- a/src/IconTvNextRounded.tsx +++ b/src/IconTvNextRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvNextRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTvNextRoundedFilled.tsx b/src/IconTvNextRoundedFilled.tsx index cee8019fa..4c63e0502 100644 --- a/src/IconTvNextRoundedFilled.tsx +++ b/src/IconTvNextRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvNextRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvNextSharp.tsx b/src/IconTvNextSharp.tsx index 1241ab3fa..df1607591 100644 --- a/src/IconTvNextSharp.tsx +++ b/src/IconTvNextSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvNextSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTvNextSharpFilled.tsx b/src/IconTvNextSharpFilled.tsx index b47a8d98e..d342e7ada 100644 --- a/src/IconTvNextSharpFilled.tsx +++ b/src/IconTvNextSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvNextSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvOffOutlined.tsx b/src/IconTvOffOutlined.tsx index 31c9ad98d..b2f377d54 100644 --- a/src/IconTvOffOutlined.tsx +++ b/src/IconTvOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTvOffOutlinedFilled.tsx b/src/IconTvOffOutlinedFilled.tsx index 76a168a12..bf0e941fa 100644 --- a/src/IconTvOffOutlinedFilled.tsx +++ b/src/IconTvOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOffOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvOffRounded.tsx b/src/IconTvOffRounded.tsx index 1a92f44da..2e69dfe45 100644 --- a/src/IconTvOffRounded.tsx +++ b/src/IconTvOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTvOffRoundedFilled.tsx b/src/IconTvOffRoundedFilled.tsx index b5c6b41ee..2b6ce19f8 100644 --- a/src/IconTvOffRoundedFilled.tsx +++ b/src/IconTvOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvOffSharp.tsx b/src/IconTvOffSharp.tsx index ca2a84eea..9e71e14da 100644 --- a/src/IconTvOffSharp.tsx +++ b/src/IconTvOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTvOffSharpFilled.tsx b/src/IconTvOffSharpFilled.tsx index 09fc8eead..51b6f558d 100644 --- a/src/IconTvOffSharpFilled.tsx +++ b/src/IconTvOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvOptionsEditChannelsOutlined.tsx b/src/IconTvOptionsEditChannelsOutlined.tsx index 0c740bd81..df09c6612 100644 --- a/src/IconTvOptionsEditChannelsOutlined.tsx +++ b/src/IconTvOptionsEditChannelsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsEditChannelsOutlined: React.FC = ({ ...props diff --git a/src/IconTvOptionsEditChannelsOutlinedFilled.tsx b/src/IconTvOptionsEditChannelsOutlinedFilled.tsx index 96a6b6bb3..1dab29418 100644 --- a/src/IconTvOptionsEditChannelsOutlinedFilled.tsx +++ b/src/IconTvOptionsEditChannelsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsEditChannelsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTvOptionsEditChannelsRounded.tsx b/src/IconTvOptionsEditChannelsRounded.tsx index 378da8a01..90e9b5161 100644 --- a/src/IconTvOptionsEditChannelsRounded.tsx +++ b/src/IconTvOptionsEditChannelsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsEditChannelsRounded: React.FC = ({ ...props diff --git a/src/IconTvOptionsEditChannelsRoundedFilled.tsx b/src/IconTvOptionsEditChannelsRoundedFilled.tsx index 902575340..3a8844c66 100644 --- a/src/IconTvOptionsEditChannelsRoundedFilled.tsx +++ b/src/IconTvOptionsEditChannelsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsEditChannelsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTvOptionsEditChannelsSharp.tsx b/src/IconTvOptionsEditChannelsSharp.tsx index 68c9e5650..db8336468 100644 --- a/src/IconTvOptionsEditChannelsSharp.tsx +++ b/src/IconTvOptionsEditChannelsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsEditChannelsSharp: React.FC = ({ ...props diff --git a/src/IconTvOptionsEditChannelsSharpFilled.tsx b/src/IconTvOptionsEditChannelsSharpFilled.tsx index 1ab14ae9b..6a19bebe6 100644 --- a/src/IconTvOptionsEditChannelsSharpFilled.tsx +++ b/src/IconTvOptionsEditChannelsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsEditChannelsSharpFilled: React.FC = ({ ...props diff --git a/src/IconTvOptionsInputSettingsOutlined.tsx b/src/IconTvOptionsInputSettingsOutlined.tsx index 40eddbe7a..710cfd01a 100644 --- a/src/IconTvOptionsInputSettingsOutlined.tsx +++ b/src/IconTvOptionsInputSettingsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsInputSettingsOutlined: React.FC = ({ ...props diff --git a/src/IconTvOptionsInputSettingsOutlinedFilled.tsx b/src/IconTvOptionsInputSettingsOutlinedFilled.tsx index 829579738..75353595f 100644 --- a/src/IconTvOptionsInputSettingsOutlinedFilled.tsx +++ b/src/IconTvOptionsInputSettingsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsInputSettingsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTvOptionsInputSettingsRounded.tsx b/src/IconTvOptionsInputSettingsRounded.tsx index 85f9b86ed..661e6c98f 100644 --- a/src/IconTvOptionsInputSettingsRounded.tsx +++ b/src/IconTvOptionsInputSettingsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsInputSettingsRounded: React.FC = ({ ...props diff --git a/src/IconTvOptionsInputSettingsRoundedFilled.tsx b/src/IconTvOptionsInputSettingsRoundedFilled.tsx index 185a4593d..90d6becdc 100644 --- a/src/IconTvOptionsInputSettingsRoundedFilled.tsx +++ b/src/IconTvOptionsInputSettingsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsInputSettingsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTvOptionsInputSettingsSharp.tsx b/src/IconTvOptionsInputSettingsSharp.tsx index 277160f3d..4a625ca70 100644 --- a/src/IconTvOptionsInputSettingsSharp.tsx +++ b/src/IconTvOptionsInputSettingsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsInputSettingsSharp: React.FC = ({ ...props diff --git a/src/IconTvOptionsInputSettingsSharpFilled.tsx b/src/IconTvOptionsInputSettingsSharpFilled.tsx index 56a0a6d1f..a76c95d95 100644 --- a/src/IconTvOptionsInputSettingsSharpFilled.tsx +++ b/src/IconTvOptionsInputSettingsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOptionsInputSettingsSharpFilled: React.FC = ({ ...props diff --git a/src/IconTvOutlined.tsx b/src/IconTvOutlined.tsx index 2b0d353d5..f4b23fe11 100644 --- a/src/IconTvOutlined.tsx +++ b/src/IconTvOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTvOutlinedFilled.tsx b/src/IconTvOutlinedFilled.tsx index 7e029d235..5b6f85d37 100644 --- a/src/IconTvOutlinedFilled.tsx +++ b/src/IconTvOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvRemoteOutlined.tsx b/src/IconTvRemoteOutlined.tsx index 4f677b00e..cfc48d13c 100644 --- a/src/IconTvRemoteOutlined.tsx +++ b/src/IconTvRemoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvRemoteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTvRemoteOutlinedFilled.tsx b/src/IconTvRemoteOutlinedFilled.tsx index 87d404237..795937013 100644 --- a/src/IconTvRemoteOutlinedFilled.tsx +++ b/src/IconTvRemoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvRemoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTvRemoteRounded.tsx b/src/IconTvRemoteRounded.tsx index e8bba2a12..1bb81ea80 100644 --- a/src/IconTvRemoteRounded.tsx +++ b/src/IconTvRemoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvRemoteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTvRemoteRoundedFilled.tsx b/src/IconTvRemoteRoundedFilled.tsx index 248b83f2f..b4ff56bd4 100644 --- a/src/IconTvRemoteRoundedFilled.tsx +++ b/src/IconTvRemoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvRemoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTvRemoteSharp.tsx b/src/IconTvRemoteSharp.tsx index d608603f8..0c50d9a8c 100644 --- a/src/IconTvRemoteSharp.tsx +++ b/src/IconTvRemoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvRemoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTvRemoteSharpFilled.tsx b/src/IconTvRemoteSharpFilled.tsx index 56be1b185..af880c8c1 100644 --- a/src/IconTvRemoteSharpFilled.tsx +++ b/src/IconTvRemoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvRemoteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvRounded.tsx b/src/IconTvRounded.tsx index 63b0091f5..64cc96569 100644 --- a/src/IconTvRounded.tsx +++ b/src/IconTvRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTvRoundedFilled.tsx b/src/IconTvRoundedFilled.tsx index acf5d4010..5cf7fceb5 100644 --- a/src/IconTvRoundedFilled.tsx +++ b/src/IconTvRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvSharp.tsx b/src/IconTvSharp.tsx index 7c019e299..84943d635 100644 --- a/src/IconTvSharp.tsx +++ b/src/IconTvSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTvSharpFilled.tsx b/src/IconTvSharpFilled.tsx index a1bed6e0b..c6fee6bf6 100644 --- a/src/IconTvSharpFilled.tsx +++ b/src/IconTvSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvSigninOutlined.tsx b/src/IconTvSigninOutlined.tsx index 92a0bfcdb..7336497cf 100644 --- a/src/IconTvSigninOutlined.tsx +++ b/src/IconTvSigninOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvSigninOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTvSigninOutlinedFilled.tsx b/src/IconTvSigninOutlinedFilled.tsx index 4c6a1e850..5a744c783 100644 --- a/src/IconTvSigninOutlinedFilled.tsx +++ b/src/IconTvSigninOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvSigninOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTvSigninRounded.tsx b/src/IconTvSigninRounded.tsx index eb7de6cbf..620d87e37 100644 --- a/src/IconTvSigninRounded.tsx +++ b/src/IconTvSigninRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvSigninRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTvSigninRoundedFilled.tsx b/src/IconTvSigninRoundedFilled.tsx index 2a6217596..600687e21 100644 --- a/src/IconTvSigninRoundedFilled.tsx +++ b/src/IconTvSigninRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvSigninRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTvSigninSharp.tsx b/src/IconTvSigninSharp.tsx index 19d9973ef..17b366811 100644 --- a/src/IconTvSigninSharp.tsx +++ b/src/IconTvSigninSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvSigninSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTvSigninSharpFilled.tsx b/src/IconTvSigninSharpFilled.tsx index 8d77c0b1e..0fe39eac4 100644 --- a/src/IconTvSigninSharpFilled.tsx +++ b/src/IconTvSigninSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvSigninSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTvWithAssistantOutlined.tsx b/src/IconTvWithAssistantOutlined.tsx index 9cadb592d..e2bd9c850 100644 --- a/src/IconTvWithAssistantOutlined.tsx +++ b/src/IconTvWithAssistantOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvWithAssistantOutlined: React.FC = ({ ...props diff --git a/src/IconTvWithAssistantOutlinedFilled.tsx b/src/IconTvWithAssistantOutlinedFilled.tsx index 681e7c0d1..03ee47488 100644 --- a/src/IconTvWithAssistantOutlinedFilled.tsx +++ b/src/IconTvWithAssistantOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvWithAssistantOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTvWithAssistantRounded.tsx b/src/IconTvWithAssistantRounded.tsx index 5f27f8b80..1611b1284 100644 --- a/src/IconTvWithAssistantRounded.tsx +++ b/src/IconTvWithAssistantRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvWithAssistantRounded: React.FC = ({ ...props diff --git a/src/IconTvWithAssistantRoundedFilled.tsx b/src/IconTvWithAssistantRoundedFilled.tsx index 2ffd29de9..90fdaae64 100644 --- a/src/IconTvWithAssistantRoundedFilled.tsx +++ b/src/IconTvWithAssistantRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvWithAssistantRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTvWithAssistantSharp.tsx b/src/IconTvWithAssistantSharp.tsx index 6aa512bbb..450b87146 100644 --- a/src/IconTvWithAssistantSharp.tsx +++ b/src/IconTvWithAssistantSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvWithAssistantSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTvWithAssistantSharpFilled.tsx b/src/IconTvWithAssistantSharpFilled.tsx index 88dab55fa..57e66832f 100644 --- a/src/IconTvWithAssistantSharpFilled.tsx +++ b/src/IconTvWithAssistantSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTvWithAssistantSharpFilled: React.FC = ({ ...props diff --git a/src/IconTwoPagerOutlined.tsx b/src/IconTwoPagerOutlined.tsx index d7adc0828..a3767382b 100644 --- a/src/IconTwoPagerOutlined.tsx +++ b/src/IconTwoPagerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoPagerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTwoPagerOutlinedFilled.tsx b/src/IconTwoPagerOutlinedFilled.tsx index 43e3eccb1..e98285b28 100644 --- a/src/IconTwoPagerOutlinedFilled.tsx +++ b/src/IconTwoPagerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoPagerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTwoPagerRounded.tsx b/src/IconTwoPagerRounded.tsx index 930de3b22..1f484bc9e 100644 --- a/src/IconTwoPagerRounded.tsx +++ b/src/IconTwoPagerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoPagerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTwoPagerRoundedFilled.tsx b/src/IconTwoPagerRoundedFilled.tsx index 7cf75ebe5..1620b5bf4 100644 --- a/src/IconTwoPagerRoundedFilled.tsx +++ b/src/IconTwoPagerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoPagerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTwoPagerSharp.tsx b/src/IconTwoPagerSharp.tsx index a1a510734..894ccd128 100644 --- a/src/IconTwoPagerSharp.tsx +++ b/src/IconTwoPagerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoPagerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTwoPagerSharpFilled.tsx b/src/IconTwoPagerSharpFilled.tsx index b6d1d6446..36ed733cb 100644 --- a/src/IconTwoPagerSharpFilled.tsx +++ b/src/IconTwoPagerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoPagerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconTwoWheelerOutlined.tsx b/src/IconTwoWheelerOutlined.tsx index 8ed9161cb..5aef4989f 100644 --- a/src/IconTwoWheelerOutlined.tsx +++ b/src/IconTwoWheelerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoWheelerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTwoWheelerOutlinedFilled.tsx b/src/IconTwoWheelerOutlinedFilled.tsx index 7c81295e5..dc23431d6 100644 --- a/src/IconTwoWheelerOutlinedFilled.tsx +++ b/src/IconTwoWheelerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoWheelerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTwoWheelerRounded.tsx b/src/IconTwoWheelerRounded.tsx index f68b6f205..560a0aa32 100644 --- a/src/IconTwoWheelerRounded.tsx +++ b/src/IconTwoWheelerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoWheelerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTwoWheelerRoundedFilled.tsx b/src/IconTwoWheelerRoundedFilled.tsx index a211fe5e3..6a313304e 100644 --- a/src/IconTwoWheelerRoundedFilled.tsx +++ b/src/IconTwoWheelerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoWheelerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTwoWheelerSharp.tsx b/src/IconTwoWheelerSharp.tsx index 80502f683..f9a8d10d9 100644 --- a/src/IconTwoWheelerSharp.tsx +++ b/src/IconTwoWheelerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoWheelerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTwoWheelerSharpFilled.tsx b/src/IconTwoWheelerSharpFilled.tsx index 9ba7bfe88..0f13726d5 100644 --- a/src/IconTwoWheelerSharpFilled.tsx +++ b/src/IconTwoWheelerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTwoWheelerSharpFilled: React.FC = ({ ...props diff --git a/src/IconTypeSpecimenOutlined.tsx b/src/IconTypeSpecimenOutlined.tsx index 82eb29506..67c97544b 100644 --- a/src/IconTypeSpecimenOutlined.tsx +++ b/src/IconTypeSpecimenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTypeSpecimenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconTypeSpecimenOutlinedFilled.tsx b/src/IconTypeSpecimenOutlinedFilled.tsx index fd7808ef0..48f3dece1 100644 --- a/src/IconTypeSpecimenOutlinedFilled.tsx +++ b/src/IconTypeSpecimenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTypeSpecimenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconTypeSpecimenRounded.tsx b/src/IconTypeSpecimenRounded.tsx index f15c98a97..bd4bc2c18 100644 --- a/src/IconTypeSpecimenRounded.tsx +++ b/src/IconTypeSpecimenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTypeSpecimenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconTypeSpecimenRoundedFilled.tsx b/src/IconTypeSpecimenRoundedFilled.tsx index d2b9002eb..ac240fa73 100644 --- a/src/IconTypeSpecimenRoundedFilled.tsx +++ b/src/IconTypeSpecimenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTypeSpecimenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconTypeSpecimenSharp.tsx b/src/IconTypeSpecimenSharp.tsx index 5c1a829ac..7e861aa8f 100644 --- a/src/IconTypeSpecimenSharp.tsx +++ b/src/IconTypeSpecimenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTypeSpecimenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconTypeSpecimenSharpFilled.tsx b/src/IconTypeSpecimenSharpFilled.tsx index b3a72a585..b5265771a 100644 --- a/src/IconTypeSpecimenSharpFilled.tsx +++ b/src/IconTypeSpecimenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconTypeSpecimenSharpFilled: React.FC = ({ ...props diff --git a/src/IconUTurnLeftOutlined.tsx b/src/IconUTurnLeftOutlined.tsx index d03973c9b..e988022fc 100644 --- a/src/IconUTurnLeftOutlined.tsx +++ b/src/IconUTurnLeftOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnLeftOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUTurnLeftOutlinedFilled.tsx b/src/IconUTurnLeftOutlinedFilled.tsx index 668232f61..108425aa9 100644 --- a/src/IconUTurnLeftOutlinedFilled.tsx +++ b/src/IconUTurnLeftOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnLeftOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUTurnLeftRounded.tsx b/src/IconUTurnLeftRounded.tsx index efe280763..582b1f373 100644 --- a/src/IconUTurnLeftRounded.tsx +++ b/src/IconUTurnLeftRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnLeftRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUTurnLeftRoundedFilled.tsx b/src/IconUTurnLeftRoundedFilled.tsx index 4877f938a..3a29d6651 100644 --- a/src/IconUTurnLeftRoundedFilled.tsx +++ b/src/IconUTurnLeftRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnLeftRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUTurnLeftSharp.tsx b/src/IconUTurnLeftSharp.tsx index cc26efdff..0f456ebab 100644 --- a/src/IconUTurnLeftSharp.tsx +++ b/src/IconUTurnLeftSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnLeftSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUTurnLeftSharpFilled.tsx b/src/IconUTurnLeftSharpFilled.tsx index 63de73288..9b582f4cf 100644 --- a/src/IconUTurnLeftSharpFilled.tsx +++ b/src/IconUTurnLeftSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnLeftSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUTurnRightOutlined.tsx b/src/IconUTurnRightOutlined.tsx index 26afdd6e6..3125d948f 100644 --- a/src/IconUTurnRightOutlined.tsx +++ b/src/IconUTurnRightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnRightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUTurnRightOutlinedFilled.tsx b/src/IconUTurnRightOutlinedFilled.tsx index 1d56a536c..ff86de6ca 100644 --- a/src/IconUTurnRightOutlinedFilled.tsx +++ b/src/IconUTurnRightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnRightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUTurnRightRounded.tsx b/src/IconUTurnRightRounded.tsx index 384652960..9204a6c98 100644 --- a/src/IconUTurnRightRounded.tsx +++ b/src/IconUTurnRightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnRightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUTurnRightRoundedFilled.tsx b/src/IconUTurnRightRoundedFilled.tsx index d6d7e8dbd..7592793eb 100644 --- a/src/IconUTurnRightRoundedFilled.tsx +++ b/src/IconUTurnRightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnRightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUTurnRightSharp.tsx b/src/IconUTurnRightSharp.tsx index 71775c964..f845f5dae 100644 --- a/src/IconUTurnRightSharp.tsx +++ b/src/IconUTurnRightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnRightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUTurnRightSharpFilled.tsx b/src/IconUTurnRightSharpFilled.tsx index efacbf265..2cce335a7 100644 --- a/src/IconUTurnRightSharpFilled.tsx +++ b/src/IconUTurnRightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUTurnRightSharpFilled: React.FC = ({ ...props diff --git a/src/IconUlnaRadiusAltOutlined.tsx b/src/IconUlnaRadiusAltOutlined.tsx index 0bbad1201..bfac753ab 100644 --- a/src/IconUlnaRadiusAltOutlined.tsx +++ b/src/IconUlnaRadiusAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusAltOutlined: React.FC = ({ ...props diff --git a/src/IconUlnaRadiusAltOutlinedFilled.tsx b/src/IconUlnaRadiusAltOutlinedFilled.tsx index 3948e666a..838a9ec06 100644 --- a/src/IconUlnaRadiusAltOutlinedFilled.tsx +++ b/src/IconUlnaRadiusAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUlnaRadiusAltRounded.tsx b/src/IconUlnaRadiusAltRounded.tsx index 024cdb8d3..cecf505a4 100644 --- a/src/IconUlnaRadiusAltRounded.tsx +++ b/src/IconUlnaRadiusAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUlnaRadiusAltRoundedFilled.tsx b/src/IconUlnaRadiusAltRoundedFilled.tsx index 390b79532..082dd8a32 100644 --- a/src/IconUlnaRadiusAltRoundedFilled.tsx +++ b/src/IconUlnaRadiusAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUlnaRadiusAltSharp.tsx b/src/IconUlnaRadiusAltSharp.tsx index adf04d7e6..fa432df87 100644 --- a/src/IconUlnaRadiusAltSharp.tsx +++ b/src/IconUlnaRadiusAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUlnaRadiusAltSharpFilled.tsx b/src/IconUlnaRadiusAltSharpFilled.tsx index 184bb525e..e2bba3b2e 100644 --- a/src/IconUlnaRadiusAltSharpFilled.tsx +++ b/src/IconUlnaRadiusAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconUlnaRadiusOutlined.tsx b/src/IconUlnaRadiusOutlined.tsx index 5fd7a2896..85d9d773a 100644 --- a/src/IconUlnaRadiusOutlined.tsx +++ b/src/IconUlnaRadiusOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUlnaRadiusOutlinedFilled.tsx b/src/IconUlnaRadiusOutlinedFilled.tsx index 96da57551..e77247950 100644 --- a/src/IconUlnaRadiusOutlinedFilled.tsx +++ b/src/IconUlnaRadiusOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUlnaRadiusRounded.tsx b/src/IconUlnaRadiusRounded.tsx index 6976b7e5f..34dac415e 100644 --- a/src/IconUlnaRadiusRounded.tsx +++ b/src/IconUlnaRadiusRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUlnaRadiusRoundedFilled.tsx b/src/IconUlnaRadiusRoundedFilled.tsx index 8c8a27305..c9e6801f1 100644 --- a/src/IconUlnaRadiusRoundedFilled.tsx +++ b/src/IconUlnaRadiusRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUlnaRadiusSharp.tsx b/src/IconUlnaRadiusSharp.tsx index 7a84fc6f9..abe644730 100644 --- a/src/IconUlnaRadiusSharp.tsx +++ b/src/IconUlnaRadiusSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUlnaRadiusSharpFilled.tsx b/src/IconUlnaRadiusSharpFilled.tsx index 65dc69e70..18c570149 100644 --- a/src/IconUlnaRadiusSharpFilled.tsx +++ b/src/IconUlnaRadiusSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUlnaRadiusSharpFilled: React.FC = ({ ...props diff --git a/src/IconUmbrellaOutlined.tsx b/src/IconUmbrellaOutlined.tsx index 7d586c539..6c12897e0 100644 --- a/src/IconUmbrellaOutlined.tsx +++ b/src/IconUmbrellaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUmbrellaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUmbrellaOutlinedFilled.tsx b/src/IconUmbrellaOutlinedFilled.tsx index fb0f6fe16..b24beb4fa 100644 --- a/src/IconUmbrellaOutlinedFilled.tsx +++ b/src/IconUmbrellaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUmbrellaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUmbrellaRounded.tsx b/src/IconUmbrellaRounded.tsx index 97806e893..949f1ca8b 100644 --- a/src/IconUmbrellaRounded.tsx +++ b/src/IconUmbrellaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUmbrellaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUmbrellaRoundedFilled.tsx b/src/IconUmbrellaRoundedFilled.tsx index 6edd89259..10ea7d92e 100644 --- a/src/IconUmbrellaRoundedFilled.tsx +++ b/src/IconUmbrellaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUmbrellaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUmbrellaSharp.tsx b/src/IconUmbrellaSharp.tsx index a729bddac..27f934610 100644 --- a/src/IconUmbrellaSharp.tsx +++ b/src/IconUmbrellaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUmbrellaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUmbrellaSharpFilled.tsx b/src/IconUmbrellaSharpFilled.tsx index 777d4f293..49373157a 100644 --- a/src/IconUmbrellaSharpFilled.tsx +++ b/src/IconUmbrellaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUmbrellaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUnarchiveOutlined.tsx b/src/IconUnarchiveOutlined.tsx index 543044e8d..deef177e0 100644 --- a/src/IconUnarchiveOutlined.tsx +++ b/src/IconUnarchiveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnarchiveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUnarchiveOutlinedFilled.tsx b/src/IconUnarchiveOutlinedFilled.tsx index c024c8bec..551dbe689 100644 --- a/src/IconUnarchiveOutlinedFilled.tsx +++ b/src/IconUnarchiveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnarchiveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnarchiveRounded.tsx b/src/IconUnarchiveRounded.tsx index 0e5b1ed5a..96399fadc 100644 --- a/src/IconUnarchiveRounded.tsx +++ b/src/IconUnarchiveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnarchiveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUnarchiveRoundedFilled.tsx b/src/IconUnarchiveRoundedFilled.tsx index 220b61924..0e9a62926 100644 --- a/src/IconUnarchiveRoundedFilled.tsx +++ b/src/IconUnarchiveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnarchiveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnarchiveSharp.tsx b/src/IconUnarchiveSharp.tsx index 2c9f0e8b9..12e1a8762 100644 --- a/src/IconUnarchiveSharp.tsx +++ b/src/IconUnarchiveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnarchiveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnarchiveSharpFilled.tsx b/src/IconUnarchiveSharpFilled.tsx index 157fa27e3..8ec0a9f71 100644 --- a/src/IconUnarchiveSharpFilled.tsx +++ b/src/IconUnarchiveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnarchiveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUndoOutlined.tsx b/src/IconUndoOutlined.tsx index 210b3ab00..16acec764 100644 --- a/src/IconUndoOutlined.tsx +++ b/src/IconUndoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUndoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUndoOutlinedFilled.tsx b/src/IconUndoOutlinedFilled.tsx index 18171992e..6587f2b23 100644 --- a/src/IconUndoOutlinedFilled.tsx +++ b/src/IconUndoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUndoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUndoRounded.tsx b/src/IconUndoRounded.tsx index 40a611671..eda91e3af 100644 --- a/src/IconUndoRounded.tsx +++ b/src/IconUndoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUndoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUndoRoundedFilled.tsx b/src/IconUndoRoundedFilled.tsx index e3e7718d2..a4a81f3db 100644 --- a/src/IconUndoRoundedFilled.tsx +++ b/src/IconUndoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUndoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUndoSharp.tsx b/src/IconUndoSharp.tsx index 2f0de939d..6ff2af191 100644 --- a/src/IconUndoSharp.tsx +++ b/src/IconUndoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUndoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUndoSharpFilled.tsx b/src/IconUndoSharpFilled.tsx index 393e30c2a..e08811758 100644 --- a/src/IconUndoSharpFilled.tsx +++ b/src/IconUndoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUndoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUnfoldLessDoubleOutlined.tsx b/src/IconUnfoldLessDoubleOutlined.tsx index 24f2ffaa2..ccdcbfb98 100644 --- a/src/IconUnfoldLessDoubleOutlined.tsx +++ b/src/IconUnfoldLessDoubleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessDoubleOutlined: React.FC = ({ ...props diff --git a/src/IconUnfoldLessDoubleOutlinedFilled.tsx b/src/IconUnfoldLessDoubleOutlinedFilled.tsx index bb1e0e845..5b1b140b4 100644 --- a/src/IconUnfoldLessDoubleOutlinedFilled.tsx +++ b/src/IconUnfoldLessDoubleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessDoubleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnfoldLessDoubleRounded.tsx b/src/IconUnfoldLessDoubleRounded.tsx index 9e35298d1..d51e6b38d 100644 --- a/src/IconUnfoldLessDoubleRounded.tsx +++ b/src/IconUnfoldLessDoubleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessDoubleRounded: React.FC = ({ ...props diff --git a/src/IconUnfoldLessDoubleRoundedFilled.tsx b/src/IconUnfoldLessDoubleRoundedFilled.tsx index 4af60686b..40462c0f9 100644 --- a/src/IconUnfoldLessDoubleRoundedFilled.tsx +++ b/src/IconUnfoldLessDoubleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessDoubleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnfoldLessDoubleSharp.tsx b/src/IconUnfoldLessDoubleSharp.tsx index 38d16b90c..f7f1e63d0 100644 --- a/src/IconUnfoldLessDoubleSharp.tsx +++ b/src/IconUnfoldLessDoubleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessDoubleSharp: React.FC = ({ ...props diff --git a/src/IconUnfoldLessDoubleSharpFilled.tsx b/src/IconUnfoldLessDoubleSharpFilled.tsx index 60ddf7655..453b1dc7e 100644 --- a/src/IconUnfoldLessDoubleSharpFilled.tsx +++ b/src/IconUnfoldLessDoubleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessDoubleSharpFilled: React.FC = ({ ...props diff --git a/src/IconUnfoldLessOutlined.tsx b/src/IconUnfoldLessOutlined.tsx index a564c54cc..a406b6a76 100644 --- a/src/IconUnfoldLessOutlined.tsx +++ b/src/IconUnfoldLessOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUnfoldLessOutlinedFilled.tsx b/src/IconUnfoldLessOutlinedFilled.tsx index 766759570..9d70f738d 100644 --- a/src/IconUnfoldLessOutlinedFilled.tsx +++ b/src/IconUnfoldLessOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnfoldLessRounded.tsx b/src/IconUnfoldLessRounded.tsx index fec69dbe0..de2f56c16 100644 --- a/src/IconUnfoldLessRounded.tsx +++ b/src/IconUnfoldLessRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUnfoldLessRoundedFilled.tsx b/src/IconUnfoldLessRoundedFilled.tsx index c592683be..d5dc7556d 100644 --- a/src/IconUnfoldLessRoundedFilled.tsx +++ b/src/IconUnfoldLessRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnfoldLessSharp.tsx b/src/IconUnfoldLessSharp.tsx index 4847d57e9..a3496dc3a 100644 --- a/src/IconUnfoldLessSharp.tsx +++ b/src/IconUnfoldLessSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnfoldLessSharpFilled.tsx b/src/IconUnfoldLessSharpFilled.tsx index 0a3dbf552..3bfe5ff84 100644 --- a/src/IconUnfoldLessSharpFilled.tsx +++ b/src/IconUnfoldLessSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldLessSharpFilled: React.FC = ({ ...props diff --git a/src/IconUnfoldMoreDoubleOutlined.tsx b/src/IconUnfoldMoreDoubleOutlined.tsx index 7f0f08412..7d7ee36e7 100644 --- a/src/IconUnfoldMoreDoubleOutlined.tsx +++ b/src/IconUnfoldMoreDoubleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreDoubleOutlined: React.FC = ({ ...props diff --git a/src/IconUnfoldMoreDoubleOutlinedFilled.tsx b/src/IconUnfoldMoreDoubleOutlinedFilled.tsx index c8081f311..75927ad62 100644 --- a/src/IconUnfoldMoreDoubleOutlinedFilled.tsx +++ b/src/IconUnfoldMoreDoubleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreDoubleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnfoldMoreDoubleRounded.tsx b/src/IconUnfoldMoreDoubleRounded.tsx index ee81fe7eb..b26ccb05d 100644 --- a/src/IconUnfoldMoreDoubleRounded.tsx +++ b/src/IconUnfoldMoreDoubleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreDoubleRounded: React.FC = ({ ...props diff --git a/src/IconUnfoldMoreDoubleRoundedFilled.tsx b/src/IconUnfoldMoreDoubleRoundedFilled.tsx index ef0729a86..95ec5d4bc 100644 --- a/src/IconUnfoldMoreDoubleRoundedFilled.tsx +++ b/src/IconUnfoldMoreDoubleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreDoubleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnfoldMoreDoubleSharp.tsx b/src/IconUnfoldMoreDoubleSharp.tsx index 8226f482a..b7a796b41 100644 --- a/src/IconUnfoldMoreDoubleSharp.tsx +++ b/src/IconUnfoldMoreDoubleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreDoubleSharp: React.FC = ({ ...props diff --git a/src/IconUnfoldMoreDoubleSharpFilled.tsx b/src/IconUnfoldMoreDoubleSharpFilled.tsx index 2505c46e3..746c76316 100644 --- a/src/IconUnfoldMoreDoubleSharpFilled.tsx +++ b/src/IconUnfoldMoreDoubleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreDoubleSharpFilled: React.FC = ({ ...props diff --git a/src/IconUnfoldMoreOutlined.tsx b/src/IconUnfoldMoreOutlined.tsx index c3a8b7dea..6dfa3e537 100644 --- a/src/IconUnfoldMoreOutlined.tsx +++ b/src/IconUnfoldMoreOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUnfoldMoreOutlinedFilled.tsx b/src/IconUnfoldMoreOutlinedFilled.tsx index 0c156ad9a..faaafcf68 100644 --- a/src/IconUnfoldMoreOutlinedFilled.tsx +++ b/src/IconUnfoldMoreOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnfoldMoreRounded.tsx b/src/IconUnfoldMoreRounded.tsx index d5194e17e..4416aa4e7 100644 --- a/src/IconUnfoldMoreRounded.tsx +++ b/src/IconUnfoldMoreRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUnfoldMoreRoundedFilled.tsx b/src/IconUnfoldMoreRoundedFilled.tsx index 2c3318a2f..6831ecbf2 100644 --- a/src/IconUnfoldMoreRoundedFilled.tsx +++ b/src/IconUnfoldMoreRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnfoldMoreSharp.tsx b/src/IconUnfoldMoreSharp.tsx index 87cbaec95..67f593dda 100644 --- a/src/IconUnfoldMoreSharp.tsx +++ b/src/IconUnfoldMoreSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnfoldMoreSharpFilled.tsx b/src/IconUnfoldMoreSharpFilled.tsx index a09fbad16..438c276c0 100644 --- a/src/IconUnfoldMoreSharpFilled.tsx +++ b/src/IconUnfoldMoreSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnfoldMoreSharpFilled: React.FC = ({ ...props diff --git a/src/IconUngroupOutlined.tsx b/src/IconUngroupOutlined.tsx index 1581423e4..544936a96 100644 --- a/src/IconUngroupOutlined.tsx +++ b/src/IconUngroupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUngroupOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUngroupOutlinedFilled.tsx b/src/IconUngroupOutlinedFilled.tsx index f0b0f73a6..dba5eb765 100644 --- a/src/IconUngroupOutlinedFilled.tsx +++ b/src/IconUngroupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUngroupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUngroupRounded.tsx b/src/IconUngroupRounded.tsx index 0be0183da..85d8adf1b 100644 --- a/src/IconUngroupRounded.tsx +++ b/src/IconUngroupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUngroupRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUngroupRoundedFilled.tsx b/src/IconUngroupRoundedFilled.tsx index fdd42b44b..bb0d29190 100644 --- a/src/IconUngroupRoundedFilled.tsx +++ b/src/IconUngroupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUngroupRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUngroupSharp.tsx b/src/IconUngroupSharp.tsx index 3655a3954..6a40d9fe1 100644 --- a/src/IconUngroupSharp.tsx +++ b/src/IconUngroupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUngroupSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUngroupSharpFilled.tsx b/src/IconUngroupSharpFilled.tsx index 11d884caa..17d4e7d01 100644 --- a/src/IconUngroupSharpFilled.tsx +++ b/src/IconUngroupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUngroupSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUniversalCurrencyAltOutlined.tsx b/src/IconUniversalCurrencyAltOutlined.tsx index 37c3b5513..93f625112 100644 --- a/src/IconUniversalCurrencyAltOutlined.tsx +++ b/src/IconUniversalCurrencyAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencyAltOutlined: React.FC = ({ ...props diff --git a/src/IconUniversalCurrencyAltOutlinedFilled.tsx b/src/IconUniversalCurrencyAltOutlinedFilled.tsx index 14b340270..5339f3d56 100644 --- a/src/IconUniversalCurrencyAltOutlinedFilled.tsx +++ b/src/IconUniversalCurrencyAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencyAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUniversalCurrencyAltRounded.tsx b/src/IconUniversalCurrencyAltRounded.tsx index 03fd46976..c192390f4 100644 --- a/src/IconUniversalCurrencyAltRounded.tsx +++ b/src/IconUniversalCurrencyAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencyAltRounded: React.FC = ({ ...props diff --git a/src/IconUniversalCurrencyAltRoundedFilled.tsx b/src/IconUniversalCurrencyAltRoundedFilled.tsx index 02beb33a9..26ef38afb 100644 --- a/src/IconUniversalCurrencyAltRoundedFilled.tsx +++ b/src/IconUniversalCurrencyAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencyAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUniversalCurrencyAltSharp.tsx b/src/IconUniversalCurrencyAltSharp.tsx index 86ed8ba34..eac6193f9 100644 --- a/src/IconUniversalCurrencyAltSharp.tsx +++ b/src/IconUniversalCurrencyAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencyAltSharp: React.FC = ({ ...props diff --git a/src/IconUniversalCurrencyAltSharpFilled.tsx b/src/IconUniversalCurrencyAltSharpFilled.tsx index 5418cbc44..81811795d 100644 --- a/src/IconUniversalCurrencyAltSharpFilled.tsx +++ b/src/IconUniversalCurrencyAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencyAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconUniversalCurrencyOutlined.tsx b/src/IconUniversalCurrencyOutlined.tsx index 8bec4f568..5483ce92e 100644 --- a/src/IconUniversalCurrencyOutlined.tsx +++ b/src/IconUniversalCurrencyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencyOutlined: React.FC = ({ ...props diff --git a/src/IconUniversalCurrencyOutlinedFilled.tsx b/src/IconUniversalCurrencyOutlinedFilled.tsx index 6e016e2f7..183fe898a 100644 --- a/src/IconUniversalCurrencyOutlinedFilled.tsx +++ b/src/IconUniversalCurrencyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUniversalCurrencyRounded.tsx b/src/IconUniversalCurrencyRounded.tsx index ed17ca0c1..ac415f201 100644 --- a/src/IconUniversalCurrencyRounded.tsx +++ b/src/IconUniversalCurrencyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencyRounded: React.FC = ({ ...props diff --git a/src/IconUniversalCurrencyRoundedFilled.tsx b/src/IconUniversalCurrencyRoundedFilled.tsx index eab1fc48c..474d8fa63 100644 --- a/src/IconUniversalCurrencyRoundedFilled.tsx +++ b/src/IconUniversalCurrencyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUniversalCurrencySharp.tsx b/src/IconUniversalCurrencySharp.tsx index 7bc1831cf..3f9f1479d 100644 --- a/src/IconUniversalCurrencySharp.tsx +++ b/src/IconUniversalCurrencySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencySharp: React.FC = ({ ...props diff --git a/src/IconUniversalCurrencySharpFilled.tsx b/src/IconUniversalCurrencySharpFilled.tsx index 0a7adda69..8e17e2daa 100644 --- a/src/IconUniversalCurrencySharpFilled.tsx +++ b/src/IconUniversalCurrencySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalCurrencySharpFilled: React.FC = ({ ...props diff --git a/src/IconUniversalLocalOutlined.tsx b/src/IconUniversalLocalOutlined.tsx index 85a43404e..1f066de69 100644 --- a/src/IconUniversalLocalOutlined.tsx +++ b/src/IconUniversalLocalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalLocalOutlined: React.FC = ({ ...props diff --git a/src/IconUniversalLocalOutlinedFilled.tsx b/src/IconUniversalLocalOutlinedFilled.tsx index da594475d..ca952cd8e 100644 --- a/src/IconUniversalLocalOutlinedFilled.tsx +++ b/src/IconUniversalLocalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalLocalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUniversalLocalRounded.tsx b/src/IconUniversalLocalRounded.tsx index 78fbb8bcd..98507819f 100644 --- a/src/IconUniversalLocalRounded.tsx +++ b/src/IconUniversalLocalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalLocalRounded: React.FC = ({ ...props diff --git a/src/IconUniversalLocalRoundedFilled.tsx b/src/IconUniversalLocalRoundedFilled.tsx index e9dd5eec0..d75d002d8 100644 --- a/src/IconUniversalLocalRoundedFilled.tsx +++ b/src/IconUniversalLocalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalLocalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUniversalLocalSharp.tsx b/src/IconUniversalLocalSharp.tsx index 479be2f2f..a90ad2435 100644 --- a/src/IconUniversalLocalSharp.tsx +++ b/src/IconUniversalLocalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalLocalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUniversalLocalSharpFilled.tsx b/src/IconUniversalLocalSharpFilled.tsx index 098a6f6ec..ebcf608c2 100644 --- a/src/IconUniversalLocalSharpFilled.tsx +++ b/src/IconUniversalLocalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUniversalLocalSharpFilled: React.FC = ({ ...props diff --git a/src/IconUnknown2Outlined.tsx b/src/IconUnknown2Outlined.tsx index 51cb4513d..6efd02205 100644 --- a/src/IconUnknown2Outlined.tsx +++ b/src/IconUnknown2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknown2OutlinedFilled.tsx b/src/IconUnknown2OutlinedFilled.tsx index b27cc01ce..71120883b 100644 --- a/src/IconUnknown2OutlinedFilled.tsx +++ b/src/IconUnknown2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnknown2Rounded.tsx b/src/IconUnknown2Rounded.tsx index aa7cfb3c9..624b0a5c3 100644 --- a/src/IconUnknown2Rounded.tsx +++ b/src/IconUnknown2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknown2RoundedFilled.tsx b/src/IconUnknown2RoundedFilled.tsx index 94c5f01cf..638772170 100644 --- a/src/IconUnknown2RoundedFilled.tsx +++ b/src/IconUnknown2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnknown2Sharp.tsx b/src/IconUnknown2Sharp.tsx index e0f8b2d62..da9421fba 100644 --- a/src/IconUnknown2Sharp.tsx +++ b/src/IconUnknown2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknown2SharpFilled.tsx b/src/IconUnknown2SharpFilled.tsx index e563dd647..4c20ca3a2 100644 --- a/src/IconUnknown2SharpFilled.tsx +++ b/src/IconUnknown2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknown5Outlined.tsx b/src/IconUnknown5Outlined.tsx index 6afb8c979..da9673084 100644 --- a/src/IconUnknown5Outlined.tsx +++ b/src/IconUnknown5Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown5Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknown5OutlinedFilled.tsx b/src/IconUnknown5OutlinedFilled.tsx index fa5b30c26..e10f06dc4 100644 --- a/src/IconUnknown5OutlinedFilled.tsx +++ b/src/IconUnknown5OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown5OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnknown5Rounded.tsx b/src/IconUnknown5Rounded.tsx index c87cd0164..b12ed26fc 100644 --- a/src/IconUnknown5Rounded.tsx +++ b/src/IconUnknown5Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown5Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknown5RoundedFilled.tsx b/src/IconUnknown5RoundedFilled.tsx index c9a6a1d3b..ad26fba0c 100644 --- a/src/IconUnknown5RoundedFilled.tsx +++ b/src/IconUnknown5RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown5RoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnknown5Sharp.tsx b/src/IconUnknown5Sharp.tsx index a78a15c0c..af940636d 100644 --- a/src/IconUnknown5Sharp.tsx +++ b/src/IconUnknown5Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown5Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknown5SharpFilled.tsx b/src/IconUnknown5SharpFilled.tsx index 035aec50f..fdcaef962 100644 --- a/src/IconUnknown5SharpFilled.tsx +++ b/src/IconUnknown5SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown5SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknown7Outlined.tsx b/src/IconUnknown7Outlined.tsx index 1577ac6d9..b0bd9419c 100644 --- a/src/IconUnknown7Outlined.tsx +++ b/src/IconUnknown7Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown7Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknown7OutlinedFilled.tsx b/src/IconUnknown7OutlinedFilled.tsx index 164f3d7e6..7ac4e498c 100644 --- a/src/IconUnknown7OutlinedFilled.tsx +++ b/src/IconUnknown7OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown7OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnknown7Rounded.tsx b/src/IconUnknown7Rounded.tsx index ed86c3254..102b9e5bf 100644 --- a/src/IconUnknown7Rounded.tsx +++ b/src/IconUnknown7Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown7Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknown7RoundedFilled.tsx b/src/IconUnknown7RoundedFilled.tsx index 10c527e7c..f039c25b6 100644 --- a/src/IconUnknown7RoundedFilled.tsx +++ b/src/IconUnknown7RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown7RoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnknown7Sharp.tsx b/src/IconUnknown7Sharp.tsx index 87ffe3756..bcfef39d5 100644 --- a/src/IconUnknown7Sharp.tsx +++ b/src/IconUnknown7Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown7Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknown7SharpFilled.tsx b/src/IconUnknown7SharpFilled.tsx index 90d638c43..ef1263d27 100644 --- a/src/IconUnknown7SharpFilled.tsx +++ b/src/IconUnknown7SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknown7SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknownDocumentOutlined.tsx b/src/IconUnknownDocumentOutlined.tsx index 81e42a98b..f05281393 100644 --- a/src/IconUnknownDocumentOutlined.tsx +++ b/src/IconUnknownDocumentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownDocumentOutlined: React.FC = ({ ...props diff --git a/src/IconUnknownDocumentOutlinedFilled.tsx b/src/IconUnknownDocumentOutlinedFilled.tsx index c06bbc6d8..68d02e6a7 100644 --- a/src/IconUnknownDocumentOutlinedFilled.tsx +++ b/src/IconUnknownDocumentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownDocumentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnknownDocumentRounded.tsx b/src/IconUnknownDocumentRounded.tsx index 735f0d96f..c91235ad1 100644 --- a/src/IconUnknownDocumentRounded.tsx +++ b/src/IconUnknownDocumentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownDocumentRounded: React.FC = ({ ...props diff --git a/src/IconUnknownDocumentRoundedFilled.tsx b/src/IconUnknownDocumentRoundedFilled.tsx index 132c1e9d1..dd9885390 100644 --- a/src/IconUnknownDocumentRoundedFilled.tsx +++ b/src/IconUnknownDocumentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownDocumentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnknownDocumentSharp.tsx b/src/IconUnknownDocumentSharp.tsx index e8cdbef81..850d97ad8 100644 --- a/src/IconUnknownDocumentSharp.tsx +++ b/src/IconUnknownDocumentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownDocumentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknownDocumentSharpFilled.tsx b/src/IconUnknownDocumentSharpFilled.tsx index cf6127a92..aa2667f10 100644 --- a/src/IconUnknownDocumentSharpFilled.tsx +++ b/src/IconUnknownDocumentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownDocumentSharpFilled: React.FC = ({ ...props diff --git a/src/IconUnknownMedOutlined.tsx b/src/IconUnknownMedOutlined.tsx index 62f260fb6..bb3d3e479 100644 --- a/src/IconUnknownMedOutlined.tsx +++ b/src/IconUnknownMedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownMedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknownMedOutlinedFilled.tsx b/src/IconUnknownMedOutlinedFilled.tsx index 8eb7ca6ca..3f9133459 100644 --- a/src/IconUnknownMedOutlinedFilled.tsx +++ b/src/IconUnknownMedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownMedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnknownMedRounded.tsx b/src/IconUnknownMedRounded.tsx index c42f7c6dd..23f7f64a5 100644 --- a/src/IconUnknownMedRounded.tsx +++ b/src/IconUnknownMedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownMedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknownMedRoundedFilled.tsx b/src/IconUnknownMedRoundedFilled.tsx index 2772373fa..26c7decfa 100644 --- a/src/IconUnknownMedRoundedFilled.tsx +++ b/src/IconUnknownMedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownMedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnknownMedSharp.tsx b/src/IconUnknownMedSharp.tsx index ba0939cfa..35dd214f3 100644 --- a/src/IconUnknownMedSharp.tsx +++ b/src/IconUnknownMedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownMedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnknownMedSharpFilled.tsx b/src/IconUnknownMedSharpFilled.tsx index c9c5e77cf..245ed531e 100644 --- a/src/IconUnknownMedSharpFilled.tsx +++ b/src/IconUnknownMedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnknownMedSharpFilled: React.FC = ({ ...props diff --git a/src/IconUnlicenseOutlined.tsx b/src/IconUnlicenseOutlined.tsx index ee2fc47d9..df727a949 100644 --- a/src/IconUnlicenseOutlined.tsx +++ b/src/IconUnlicenseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnlicenseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUnlicenseOutlinedFilled.tsx b/src/IconUnlicenseOutlinedFilled.tsx index 6f6605c4e..945693c3f 100644 --- a/src/IconUnlicenseOutlinedFilled.tsx +++ b/src/IconUnlicenseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnlicenseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnlicenseRounded.tsx b/src/IconUnlicenseRounded.tsx index 428d35004..568bb2771 100644 --- a/src/IconUnlicenseRounded.tsx +++ b/src/IconUnlicenseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnlicenseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUnlicenseRoundedFilled.tsx b/src/IconUnlicenseRoundedFilled.tsx index db7d999ab..0846e165c 100644 --- a/src/IconUnlicenseRoundedFilled.tsx +++ b/src/IconUnlicenseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnlicenseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnlicenseSharp.tsx b/src/IconUnlicenseSharp.tsx index 9271ab682..f51d817c8 100644 --- a/src/IconUnlicenseSharp.tsx +++ b/src/IconUnlicenseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnlicenseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnlicenseSharpFilled.tsx b/src/IconUnlicenseSharpFilled.tsx index 26779e518..6e5b9f0d7 100644 --- a/src/IconUnlicenseSharpFilled.tsx +++ b/src/IconUnlicenseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnlicenseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUnpavedRoadOutlined.tsx b/src/IconUnpavedRoadOutlined.tsx index 17e5774b2..477b30a1a 100644 --- a/src/IconUnpavedRoadOutlined.tsx +++ b/src/IconUnpavedRoadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpavedRoadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUnpavedRoadOutlinedFilled.tsx b/src/IconUnpavedRoadOutlinedFilled.tsx index 105f7890c..bce90288f 100644 --- a/src/IconUnpavedRoadOutlinedFilled.tsx +++ b/src/IconUnpavedRoadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpavedRoadOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnpavedRoadRounded.tsx b/src/IconUnpavedRoadRounded.tsx index 54d658765..0a201cec0 100644 --- a/src/IconUnpavedRoadRounded.tsx +++ b/src/IconUnpavedRoadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpavedRoadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUnpavedRoadRoundedFilled.tsx b/src/IconUnpavedRoadRoundedFilled.tsx index 9d7fa2f9f..bb2c6314d 100644 --- a/src/IconUnpavedRoadRoundedFilled.tsx +++ b/src/IconUnpavedRoadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpavedRoadRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnpavedRoadSharp.tsx b/src/IconUnpavedRoadSharp.tsx index e4e0c404c..23d749d10 100644 --- a/src/IconUnpavedRoadSharp.tsx +++ b/src/IconUnpavedRoadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpavedRoadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnpavedRoadSharpFilled.tsx b/src/IconUnpavedRoadSharpFilled.tsx index 39f004e81..47d38aae7 100644 --- a/src/IconUnpavedRoadSharpFilled.tsx +++ b/src/IconUnpavedRoadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpavedRoadSharpFilled: React.FC = ({ ...props diff --git a/src/IconUnpublishedOutlined.tsx b/src/IconUnpublishedOutlined.tsx index 2ce0dbe6d..8067a5485 100644 --- a/src/IconUnpublishedOutlined.tsx +++ b/src/IconUnpublishedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpublishedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUnpublishedOutlinedFilled.tsx b/src/IconUnpublishedOutlinedFilled.tsx index 52e76bd2d..4ea8dc522 100644 --- a/src/IconUnpublishedOutlinedFilled.tsx +++ b/src/IconUnpublishedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpublishedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnpublishedRounded.tsx b/src/IconUnpublishedRounded.tsx index fb52fee0e..23ecfc0aa 100644 --- a/src/IconUnpublishedRounded.tsx +++ b/src/IconUnpublishedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpublishedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUnpublishedRoundedFilled.tsx b/src/IconUnpublishedRoundedFilled.tsx index 02cc25c4b..32877592e 100644 --- a/src/IconUnpublishedRoundedFilled.tsx +++ b/src/IconUnpublishedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpublishedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnpublishedSharp.tsx b/src/IconUnpublishedSharp.tsx index 0efeb621b..c4be3d384 100644 --- a/src/IconUnpublishedSharp.tsx +++ b/src/IconUnpublishedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpublishedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnpublishedSharpFilled.tsx b/src/IconUnpublishedSharpFilled.tsx index 7e538a61b..bdf6674fb 100644 --- a/src/IconUnpublishedSharpFilled.tsx +++ b/src/IconUnpublishedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnpublishedSharpFilled: React.FC = ({ ...props diff --git a/src/IconUnsubscribeOutlined.tsx b/src/IconUnsubscribeOutlined.tsx index 8747219f7..b70256d5c 100644 --- a/src/IconUnsubscribeOutlined.tsx +++ b/src/IconUnsubscribeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnsubscribeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUnsubscribeOutlinedFilled.tsx b/src/IconUnsubscribeOutlinedFilled.tsx index d4f42b20e..21012f9ea 100644 --- a/src/IconUnsubscribeOutlinedFilled.tsx +++ b/src/IconUnsubscribeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnsubscribeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUnsubscribeRounded.tsx b/src/IconUnsubscribeRounded.tsx index ad99cf7eb..e3d8243e4 100644 --- a/src/IconUnsubscribeRounded.tsx +++ b/src/IconUnsubscribeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnsubscribeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUnsubscribeRoundedFilled.tsx b/src/IconUnsubscribeRoundedFilled.tsx index d42f1a2a0..6b8cd4bab 100644 --- a/src/IconUnsubscribeRoundedFilled.tsx +++ b/src/IconUnsubscribeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnsubscribeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUnsubscribeSharp.tsx b/src/IconUnsubscribeSharp.tsx index d625bba40..c21c8247a 100644 --- a/src/IconUnsubscribeSharp.tsx +++ b/src/IconUnsubscribeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnsubscribeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUnsubscribeSharpFilled.tsx b/src/IconUnsubscribeSharpFilled.tsx index 2a019e59e..f649ccc0f 100644 --- a/src/IconUnsubscribeSharpFilled.tsx +++ b/src/IconUnsubscribeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUnsubscribeSharpFilled: React.FC = ({ ...props diff --git a/src/IconUpcomingOutlined.tsx b/src/IconUpcomingOutlined.tsx index 88b4e514b..14335e484 100644 --- a/src/IconUpcomingOutlined.tsx +++ b/src/IconUpcomingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpcomingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUpcomingOutlinedFilled.tsx b/src/IconUpcomingOutlinedFilled.tsx index 3c68ae099..7637e48f6 100644 --- a/src/IconUpcomingOutlinedFilled.tsx +++ b/src/IconUpcomingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpcomingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUpcomingRounded.tsx b/src/IconUpcomingRounded.tsx index bc2864894..58a9af2e9 100644 --- a/src/IconUpcomingRounded.tsx +++ b/src/IconUpcomingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpcomingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUpcomingRoundedFilled.tsx b/src/IconUpcomingRoundedFilled.tsx index c0f52c210..f423238b9 100644 --- a/src/IconUpcomingRoundedFilled.tsx +++ b/src/IconUpcomingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpcomingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUpcomingSharp.tsx b/src/IconUpcomingSharp.tsx index 2f559e17c..151b2955c 100644 --- a/src/IconUpcomingSharp.tsx +++ b/src/IconUpcomingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpcomingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUpcomingSharpFilled.tsx b/src/IconUpcomingSharpFilled.tsx index d1842195c..75a72659d 100644 --- a/src/IconUpcomingSharpFilled.tsx +++ b/src/IconUpcomingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpcomingSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUpdateDisabledOutlined.tsx b/src/IconUpdateDisabledOutlined.tsx index dbea6f95a..418f65e66 100644 --- a/src/IconUpdateDisabledOutlined.tsx +++ b/src/IconUpdateDisabledOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateDisabledOutlined: React.FC = ({ ...props diff --git a/src/IconUpdateDisabledOutlinedFilled.tsx b/src/IconUpdateDisabledOutlinedFilled.tsx index ef4881418..73b4c34c0 100644 --- a/src/IconUpdateDisabledOutlinedFilled.tsx +++ b/src/IconUpdateDisabledOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateDisabledOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUpdateDisabledRounded.tsx b/src/IconUpdateDisabledRounded.tsx index 0110f6352..7bf5ab19b 100644 --- a/src/IconUpdateDisabledRounded.tsx +++ b/src/IconUpdateDisabledRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateDisabledRounded: React.FC = ({ ...props diff --git a/src/IconUpdateDisabledRoundedFilled.tsx b/src/IconUpdateDisabledRoundedFilled.tsx index eb3037da3..018d55aff 100644 --- a/src/IconUpdateDisabledRoundedFilled.tsx +++ b/src/IconUpdateDisabledRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateDisabledRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUpdateDisabledSharp.tsx b/src/IconUpdateDisabledSharp.tsx index d01ada099..81c38dfb9 100644 --- a/src/IconUpdateDisabledSharp.tsx +++ b/src/IconUpdateDisabledSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateDisabledSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUpdateDisabledSharpFilled.tsx b/src/IconUpdateDisabledSharpFilled.tsx index aeb47809f..9e3fcb3af 100644 --- a/src/IconUpdateDisabledSharpFilled.tsx +++ b/src/IconUpdateDisabledSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateDisabledSharpFilled: React.FC = ({ ...props diff --git a/src/IconUpdateOutlined.tsx b/src/IconUpdateOutlined.tsx index debd75065..f07582514 100644 --- a/src/IconUpdateOutlined.tsx +++ b/src/IconUpdateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUpdateOutlinedFilled.tsx b/src/IconUpdateOutlinedFilled.tsx index 87cf12cf6..c739fedc8 100644 --- a/src/IconUpdateOutlinedFilled.tsx +++ b/src/IconUpdateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUpdateRounded.tsx b/src/IconUpdateRounded.tsx index 6bc5c3a66..ba6933281 100644 --- a/src/IconUpdateRounded.tsx +++ b/src/IconUpdateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUpdateRoundedFilled.tsx b/src/IconUpdateRoundedFilled.tsx index cff9eb752..689fed1aa 100644 --- a/src/IconUpdateRoundedFilled.tsx +++ b/src/IconUpdateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUpdateSharp.tsx b/src/IconUpdateSharp.tsx index 0bfdee158..d2675597d 100644 --- a/src/IconUpdateSharp.tsx +++ b/src/IconUpdateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUpdateSharpFilled.tsx b/src/IconUpdateSharpFilled.tsx index c58a054e8..025b1c32f 100644 --- a/src/IconUpdateSharpFilled.tsx +++ b/src/IconUpdateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpdateSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUpgradeOutlined.tsx b/src/IconUpgradeOutlined.tsx index 36e663dca..ecb6c879e 100644 --- a/src/IconUpgradeOutlined.tsx +++ b/src/IconUpgradeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpgradeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUpgradeOutlinedFilled.tsx b/src/IconUpgradeOutlinedFilled.tsx index c1d07d0e4..681034375 100644 --- a/src/IconUpgradeOutlinedFilled.tsx +++ b/src/IconUpgradeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpgradeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUpgradeRounded.tsx b/src/IconUpgradeRounded.tsx index 9f2c48301..2af0114d8 100644 --- a/src/IconUpgradeRounded.tsx +++ b/src/IconUpgradeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpgradeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUpgradeRoundedFilled.tsx b/src/IconUpgradeRoundedFilled.tsx index c56708073..b052a65d6 100644 --- a/src/IconUpgradeRoundedFilled.tsx +++ b/src/IconUpgradeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpgradeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUpgradeSharp.tsx b/src/IconUpgradeSharp.tsx index a55980629..78fad5bd4 100644 --- a/src/IconUpgradeSharp.tsx +++ b/src/IconUpgradeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpgradeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUpgradeSharpFilled.tsx b/src/IconUpgradeSharpFilled.tsx index eeea5c5b4..cc81ff2de 100644 --- a/src/IconUpgradeSharpFilled.tsx +++ b/src/IconUpgradeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpgradeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUpiPayOutlined.tsx b/src/IconUpiPayOutlined.tsx index 635d2f358..198fa1e9f 100644 --- a/src/IconUpiPayOutlined.tsx +++ b/src/IconUpiPayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpiPayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUpiPayOutlinedFilled.tsx b/src/IconUpiPayOutlinedFilled.tsx index b9e69d65b..d47eaf32e 100644 --- a/src/IconUpiPayOutlinedFilled.tsx +++ b/src/IconUpiPayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpiPayOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUpiPayRounded.tsx b/src/IconUpiPayRounded.tsx index a52c0e11b..12af45fd2 100644 --- a/src/IconUpiPayRounded.tsx +++ b/src/IconUpiPayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpiPayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUpiPayRoundedFilled.tsx b/src/IconUpiPayRoundedFilled.tsx index d6abb39bf..90cc51f16 100644 --- a/src/IconUpiPayRoundedFilled.tsx +++ b/src/IconUpiPayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpiPayRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUpiPaySharp.tsx b/src/IconUpiPaySharp.tsx index 78727c95e..444ea289a 100644 --- a/src/IconUpiPaySharp.tsx +++ b/src/IconUpiPaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpiPaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUpiPaySharpFilled.tsx b/src/IconUpiPaySharpFilled.tsx index 41bf611c8..69aa84097 100644 --- a/src/IconUpiPaySharpFilled.tsx +++ b/src/IconUpiPaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpiPaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUpload2Outlined.tsx b/src/IconUpload2Outlined.tsx index 024b1ce29..76a32573e 100644 --- a/src/IconUpload2Outlined.tsx +++ b/src/IconUpload2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpload2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUpload2OutlinedFilled.tsx b/src/IconUpload2OutlinedFilled.tsx index 18d8b07a0..1922e4bf3 100644 --- a/src/IconUpload2OutlinedFilled.tsx +++ b/src/IconUpload2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpload2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUpload2Rounded.tsx b/src/IconUpload2Rounded.tsx index d7b9c6f30..225e38a3d 100644 --- a/src/IconUpload2Rounded.tsx +++ b/src/IconUpload2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpload2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUpload2RoundedFilled.tsx b/src/IconUpload2RoundedFilled.tsx index a8981eba2..696edc3ae 100644 --- a/src/IconUpload2RoundedFilled.tsx +++ b/src/IconUpload2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpload2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUpload2Sharp.tsx b/src/IconUpload2Sharp.tsx index f9b072bf2..011961ff5 100644 --- a/src/IconUpload2Sharp.tsx +++ b/src/IconUpload2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpload2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUpload2SharpFilled.tsx b/src/IconUpload2SharpFilled.tsx index 9354f8fe2..a38242995 100644 --- a/src/IconUpload2SharpFilled.tsx +++ b/src/IconUpload2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUpload2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUploadFileOutlined.tsx b/src/IconUploadFileOutlined.tsx index 3ab2fbf5e..caa994985 100644 --- a/src/IconUploadFileOutlined.tsx +++ b/src/IconUploadFileOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadFileOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUploadFileOutlinedFilled.tsx b/src/IconUploadFileOutlinedFilled.tsx index b0fc80629..bd82a6a70 100644 --- a/src/IconUploadFileOutlinedFilled.tsx +++ b/src/IconUploadFileOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadFileOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUploadFileRounded.tsx b/src/IconUploadFileRounded.tsx index e1bb8908b..852353abb 100644 --- a/src/IconUploadFileRounded.tsx +++ b/src/IconUploadFileRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadFileRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUploadFileRoundedFilled.tsx b/src/IconUploadFileRoundedFilled.tsx index 65e6c9a39..48893d888 100644 --- a/src/IconUploadFileRoundedFilled.tsx +++ b/src/IconUploadFileRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadFileRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUploadFileSharp.tsx b/src/IconUploadFileSharp.tsx index 78f27ad50..915f6ba82 100644 --- a/src/IconUploadFileSharp.tsx +++ b/src/IconUploadFileSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadFileSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUploadFileSharpFilled.tsx b/src/IconUploadFileSharpFilled.tsx index af8367cf2..538b0c29c 100644 --- a/src/IconUploadFileSharpFilled.tsx +++ b/src/IconUploadFileSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadFileSharpFilled: React.FC = ({ ...props diff --git a/src/IconUploadOutlined.tsx b/src/IconUploadOutlined.tsx index cad635329..9460e75cb 100644 --- a/src/IconUploadOutlined.tsx +++ b/src/IconUploadOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUploadOutlinedFilled.tsx b/src/IconUploadOutlinedFilled.tsx index 810ceb657..62193de3c 100644 --- a/src/IconUploadOutlinedFilled.tsx +++ b/src/IconUploadOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUploadRounded.tsx b/src/IconUploadRounded.tsx index 9659925e4..194160400 100644 --- a/src/IconUploadRounded.tsx +++ b/src/IconUploadRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUploadRoundedFilled.tsx b/src/IconUploadRoundedFilled.tsx index 819506770..aaec0cf83 100644 --- a/src/IconUploadRoundedFilled.tsx +++ b/src/IconUploadRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUploadSharp.tsx b/src/IconUploadSharp.tsx index bbd1a2d04..8336d963f 100644 --- a/src/IconUploadSharp.tsx +++ b/src/IconUploadSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUploadSharpFilled.tsx b/src/IconUploadSharpFilled.tsx index 1e7e4cf7d..83d14523f 100644 --- a/src/IconUploadSharpFilled.tsx +++ b/src/IconUploadSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUploadSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUppercaseOutlined.tsx b/src/IconUppercaseOutlined.tsx index bcd56f3f7..e57b430ec 100644 --- a/src/IconUppercaseOutlined.tsx +++ b/src/IconUppercaseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUppercaseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUppercaseOutlinedFilled.tsx b/src/IconUppercaseOutlinedFilled.tsx index 8d612598d..345a47ac1 100644 --- a/src/IconUppercaseOutlinedFilled.tsx +++ b/src/IconUppercaseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUppercaseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUppercaseRounded.tsx b/src/IconUppercaseRounded.tsx index a3642f915..e367877dd 100644 --- a/src/IconUppercaseRounded.tsx +++ b/src/IconUppercaseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUppercaseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUppercaseRoundedFilled.tsx b/src/IconUppercaseRoundedFilled.tsx index 20b36f741..78c2fa200 100644 --- a/src/IconUppercaseRoundedFilled.tsx +++ b/src/IconUppercaseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUppercaseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUppercaseSharp.tsx b/src/IconUppercaseSharp.tsx index 53fab3da1..ef1963f10 100644 --- a/src/IconUppercaseSharp.tsx +++ b/src/IconUppercaseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUppercaseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUppercaseSharpFilled.tsx b/src/IconUppercaseSharpFilled.tsx index 7f74be313..3bb3fa43e 100644 --- a/src/IconUppercaseSharpFilled.tsx +++ b/src/IconUppercaseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUppercaseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUrologyOutlined.tsx b/src/IconUrologyOutlined.tsx index 1839254fb..180a99758 100644 --- a/src/IconUrologyOutlined.tsx +++ b/src/IconUrologyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUrologyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUrologyOutlinedFilled.tsx b/src/IconUrologyOutlinedFilled.tsx index 0fef4a1ae..53ee5842d 100644 --- a/src/IconUrologyOutlinedFilled.tsx +++ b/src/IconUrologyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUrologyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUrologyRounded.tsx b/src/IconUrologyRounded.tsx index 8a57ac417..7d55cfcf3 100644 --- a/src/IconUrologyRounded.tsx +++ b/src/IconUrologyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUrologyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUrologyRoundedFilled.tsx b/src/IconUrologyRoundedFilled.tsx index e0f4cf017..ca7c724b8 100644 --- a/src/IconUrologyRoundedFilled.tsx +++ b/src/IconUrologyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUrologyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUrologySharp.tsx b/src/IconUrologySharp.tsx index f1b261a82..260a68fec 100644 --- a/src/IconUrologySharp.tsx +++ b/src/IconUrologySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUrologySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUrologySharpFilled.tsx b/src/IconUrologySharpFilled.tsx index 75e6d8243..56bc0b683 100644 --- a/src/IconUrologySharpFilled.tsx +++ b/src/IconUrologySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUrologySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbOffOutlined.tsx b/src/IconUsbOffOutlined.tsx index a4d828912..58c8b2961 100644 --- a/src/IconUsbOffOutlined.tsx +++ b/src/IconUsbOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbOffOutlinedFilled.tsx b/src/IconUsbOffOutlinedFilled.tsx index 5570346a0..dc450d5f2 100644 --- a/src/IconUsbOffOutlinedFilled.tsx +++ b/src/IconUsbOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbOffOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbOffRounded.tsx b/src/IconUsbOffRounded.tsx index 654cc2456..84fea9858 100644 --- a/src/IconUsbOffRounded.tsx +++ b/src/IconUsbOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbOffRoundedFilled.tsx b/src/IconUsbOffRoundedFilled.tsx index 0015f3676..57b6dc48c 100644 --- a/src/IconUsbOffRoundedFilled.tsx +++ b/src/IconUsbOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbOffSharp.tsx b/src/IconUsbOffSharp.tsx index b9a42dc0f..067cd72f2 100644 --- a/src/IconUsbOffSharp.tsx +++ b/src/IconUsbOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbOffSharpFilled.tsx b/src/IconUsbOffSharpFilled.tsx index 04b860054..dbc77a930 100644 --- a/src/IconUsbOffSharpFilled.tsx +++ b/src/IconUsbOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbOutlined.tsx b/src/IconUsbOutlined.tsx index ae3608009..24c67a8ab 100644 --- a/src/IconUsbOutlined.tsx +++ b/src/IconUsbOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbOutlinedFilled.tsx b/src/IconUsbOutlinedFilled.tsx index 8176284c0..d9e5f6f09 100644 --- a/src/IconUsbOutlinedFilled.tsx +++ b/src/IconUsbOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbRounded.tsx b/src/IconUsbRounded.tsx index 4ad58ba71..517dc130e 100644 --- a/src/IconUsbRounded.tsx +++ b/src/IconUsbRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbRoundedFilled.tsx b/src/IconUsbRoundedFilled.tsx index 59879c127..271cc10e5 100644 --- a/src/IconUsbRoundedFilled.tsx +++ b/src/IconUsbRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbSharp.tsx b/src/IconUsbSharp.tsx index 12058d8cd..a15aeab50 100644 --- a/src/IconUsbSharp.tsx +++ b/src/IconUsbSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUsbSharpFilled.tsx b/src/IconUsbSharpFilled.tsx index 8dba7419f..465944f67 100644 --- a/src/IconUsbSharpFilled.tsx +++ b/src/IconUsbSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUsbSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconUserAttributesOutlined.tsx b/src/IconUserAttributesOutlined.tsx index 0bab51e34..858ec954e 100644 --- a/src/IconUserAttributesOutlined.tsx +++ b/src/IconUserAttributesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUserAttributesOutlined: React.FC = ({ ...props diff --git a/src/IconUserAttributesOutlinedFilled.tsx b/src/IconUserAttributesOutlinedFilled.tsx index 7b34a119e..5cc8107bb 100644 --- a/src/IconUserAttributesOutlinedFilled.tsx +++ b/src/IconUserAttributesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUserAttributesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconUserAttributesRounded.tsx b/src/IconUserAttributesRounded.tsx index d46c3137b..752608264 100644 --- a/src/IconUserAttributesRounded.tsx +++ b/src/IconUserAttributesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUserAttributesRounded: React.FC = ({ ...props diff --git a/src/IconUserAttributesRoundedFilled.tsx b/src/IconUserAttributesRoundedFilled.tsx index 24c16c8c7..10fc534d8 100644 --- a/src/IconUserAttributesRoundedFilled.tsx +++ b/src/IconUserAttributesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUserAttributesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconUserAttributesSharp.tsx b/src/IconUserAttributesSharp.tsx index 6903ce577..c20d29b21 100644 --- a/src/IconUserAttributesSharp.tsx +++ b/src/IconUserAttributesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUserAttributesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconUserAttributesSharpFilled.tsx b/src/IconUserAttributesSharpFilled.tsx index fc297e6e3..3ea62a8a7 100644 --- a/src/IconUserAttributesSharpFilled.tsx +++ b/src/IconUserAttributesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconUserAttributesSharpFilled: React.FC = ({ ...props diff --git a/src/IconVaccinesOutlined.tsx b/src/IconVaccinesOutlined.tsx index 95910c8a8..cd898606f 100644 --- a/src/IconVaccinesOutlined.tsx +++ b/src/IconVaccinesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVaccinesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVaccinesOutlinedFilled.tsx b/src/IconVaccinesOutlinedFilled.tsx index 574437a1b..ef8f1b5fe 100644 --- a/src/IconVaccinesOutlinedFilled.tsx +++ b/src/IconVaccinesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVaccinesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVaccinesRounded.tsx b/src/IconVaccinesRounded.tsx index 1904748c7..fce7ea96b 100644 --- a/src/IconVaccinesRounded.tsx +++ b/src/IconVaccinesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVaccinesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVaccinesRoundedFilled.tsx b/src/IconVaccinesRoundedFilled.tsx index b810c679c..832f28e7b 100644 --- a/src/IconVaccinesRoundedFilled.tsx +++ b/src/IconVaccinesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVaccinesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVaccinesSharp.tsx b/src/IconVaccinesSharp.tsx index f64a211f5..5538f81f1 100644 --- a/src/IconVaccinesSharp.tsx +++ b/src/IconVaccinesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVaccinesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVaccinesSharpFilled.tsx b/src/IconVaccinesSharpFilled.tsx index b568e4269..3232564a7 100644 --- a/src/IconVaccinesSharpFilled.tsx +++ b/src/IconVaccinesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVaccinesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVacuumOutlined.tsx b/src/IconVacuumOutlined.tsx index a19e41260..6f31ee266 100644 --- a/src/IconVacuumOutlined.tsx +++ b/src/IconVacuumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVacuumOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVacuumOutlinedFilled.tsx b/src/IconVacuumOutlinedFilled.tsx index 86383d5ca..2d5644339 100644 --- a/src/IconVacuumOutlinedFilled.tsx +++ b/src/IconVacuumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVacuumOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVacuumRounded.tsx b/src/IconVacuumRounded.tsx index bfef6cf8b..68f30d981 100644 --- a/src/IconVacuumRounded.tsx +++ b/src/IconVacuumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVacuumRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVacuumRoundedFilled.tsx b/src/IconVacuumRoundedFilled.tsx index c2b74328d..3519b3575 100644 --- a/src/IconVacuumRoundedFilled.tsx +++ b/src/IconVacuumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVacuumRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVacuumSharp.tsx b/src/IconVacuumSharp.tsx index c54f54647..235433260 100644 --- a/src/IconVacuumSharp.tsx +++ b/src/IconVacuumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVacuumSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVacuumSharpFilled.tsx b/src/IconVacuumSharpFilled.tsx index f9e97931e..b0668dea4 100644 --- a/src/IconVacuumSharpFilled.tsx +++ b/src/IconVacuumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVacuumSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconValveOutlined.tsx b/src/IconValveOutlined.tsx index 3e8de21fd..338ebd875 100644 --- a/src/IconValveOutlined.tsx +++ b/src/IconValveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconValveOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconValveOutlinedFilled.tsx b/src/IconValveOutlinedFilled.tsx index fb87cbff1..4d791d570 100644 --- a/src/IconValveOutlinedFilled.tsx +++ b/src/IconValveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconValveOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconValveRounded.tsx b/src/IconValveRounded.tsx index 03f3c1b36..a93923c52 100644 --- a/src/IconValveRounded.tsx +++ b/src/IconValveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconValveRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconValveRoundedFilled.tsx b/src/IconValveRoundedFilled.tsx index c15b8e0d6..d3c6a3158 100644 --- a/src/IconValveRoundedFilled.tsx +++ b/src/IconValveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconValveRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconValveSharp.tsx b/src/IconValveSharp.tsx index 83713efca..45c6f2956 100644 --- a/src/IconValveSharp.tsx +++ b/src/IconValveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconValveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconValveSharpFilled.tsx b/src/IconValveSharpFilled.tsx index 98fb5f723..47b4d33d5 100644 --- a/src/IconValveSharpFilled.tsx +++ b/src/IconValveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconValveSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVapeFreeOutlined.tsx b/src/IconVapeFreeOutlined.tsx index 7db5f5c10..f9a7f8d27 100644 --- a/src/IconVapeFreeOutlined.tsx +++ b/src/IconVapeFreeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapeFreeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVapeFreeOutlinedFilled.tsx b/src/IconVapeFreeOutlinedFilled.tsx index 0aabed1a8..ba7aa58c2 100644 --- a/src/IconVapeFreeOutlinedFilled.tsx +++ b/src/IconVapeFreeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapeFreeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVapeFreeRounded.tsx b/src/IconVapeFreeRounded.tsx index 1c6fd293d..e466db52f 100644 --- a/src/IconVapeFreeRounded.tsx +++ b/src/IconVapeFreeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapeFreeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVapeFreeRoundedFilled.tsx b/src/IconVapeFreeRoundedFilled.tsx index 3cdf89cf3..e5bf0b79d 100644 --- a/src/IconVapeFreeRoundedFilled.tsx +++ b/src/IconVapeFreeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapeFreeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVapeFreeSharp.tsx b/src/IconVapeFreeSharp.tsx index e010dfc34..b6d18976e 100644 --- a/src/IconVapeFreeSharp.tsx +++ b/src/IconVapeFreeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapeFreeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVapeFreeSharpFilled.tsx b/src/IconVapeFreeSharpFilled.tsx index d82084234..02c960a6f 100644 --- a/src/IconVapeFreeSharpFilled.tsx +++ b/src/IconVapeFreeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapeFreeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVapingRoomsOutlined.tsx b/src/IconVapingRoomsOutlined.tsx index a6541c5b3..ef9c5b6f7 100644 --- a/src/IconVapingRoomsOutlined.tsx +++ b/src/IconVapingRoomsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapingRoomsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVapingRoomsOutlinedFilled.tsx b/src/IconVapingRoomsOutlinedFilled.tsx index 0876d6071..75e6324f2 100644 --- a/src/IconVapingRoomsOutlinedFilled.tsx +++ b/src/IconVapingRoomsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapingRoomsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVapingRoomsRounded.tsx b/src/IconVapingRoomsRounded.tsx index dc99985b3..7e143bff8 100644 --- a/src/IconVapingRoomsRounded.tsx +++ b/src/IconVapingRoomsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapingRoomsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVapingRoomsRoundedFilled.tsx b/src/IconVapingRoomsRoundedFilled.tsx index 36b48e5e4..4bf863e9f 100644 --- a/src/IconVapingRoomsRoundedFilled.tsx +++ b/src/IconVapingRoomsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapingRoomsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVapingRoomsSharp.tsx b/src/IconVapingRoomsSharp.tsx index 8c03de87c..443acccd5 100644 --- a/src/IconVapingRoomsSharp.tsx +++ b/src/IconVapingRoomsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapingRoomsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVapingRoomsSharpFilled.tsx b/src/IconVapingRoomsSharpFilled.tsx index 5b97bce2b..724242ad5 100644 --- a/src/IconVapingRoomsSharpFilled.tsx +++ b/src/IconVapingRoomsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVapingRoomsSharpFilled: React.FC = ({ ...props diff --git a/src/IconVariableAddOutlined.tsx b/src/IconVariableAddOutlined.tsx index 67ed3a159..479d2e7e7 100644 --- a/src/IconVariableAddOutlined.tsx +++ b/src/IconVariableAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVariableAddOutlinedFilled.tsx b/src/IconVariableAddOutlinedFilled.tsx index 3c8a1a38d..87463b2fb 100644 --- a/src/IconVariableAddOutlinedFilled.tsx +++ b/src/IconVariableAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVariableAddRounded.tsx b/src/IconVariableAddRounded.tsx index 3003c9fd8..6e204aae7 100644 --- a/src/IconVariableAddRounded.tsx +++ b/src/IconVariableAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVariableAddRoundedFilled.tsx b/src/IconVariableAddRoundedFilled.tsx index 0b301c3db..cbea3d4ab 100644 --- a/src/IconVariableAddRoundedFilled.tsx +++ b/src/IconVariableAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVariableAddSharp.tsx b/src/IconVariableAddSharp.tsx index d5ce21260..7f6170828 100644 --- a/src/IconVariableAddSharp.tsx +++ b/src/IconVariableAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVariableAddSharpFilled.tsx b/src/IconVariableAddSharpFilled.tsx index d009fcf9c..d8c12068a 100644 --- a/src/IconVariableAddSharpFilled.tsx +++ b/src/IconVariableAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconVariableInsertOutlined.tsx b/src/IconVariableInsertOutlined.tsx index 972ab3ea0..7a1f04833 100644 --- a/src/IconVariableInsertOutlined.tsx +++ b/src/IconVariableInsertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableInsertOutlined: React.FC = ({ ...props diff --git a/src/IconVariableInsertOutlinedFilled.tsx b/src/IconVariableInsertOutlinedFilled.tsx index baca817fa..dac4bd7e3 100644 --- a/src/IconVariableInsertOutlinedFilled.tsx +++ b/src/IconVariableInsertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableInsertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVariableInsertRounded.tsx b/src/IconVariableInsertRounded.tsx index 46154f674..8d654e728 100644 --- a/src/IconVariableInsertRounded.tsx +++ b/src/IconVariableInsertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableInsertRounded: React.FC = ({ ...props diff --git a/src/IconVariableInsertRoundedFilled.tsx b/src/IconVariableInsertRoundedFilled.tsx index ac1c50839..3be29f8f7 100644 --- a/src/IconVariableInsertRoundedFilled.tsx +++ b/src/IconVariableInsertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableInsertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVariableInsertSharp.tsx b/src/IconVariableInsertSharp.tsx index 170cfee71..0a09e6195 100644 --- a/src/IconVariableInsertSharp.tsx +++ b/src/IconVariableInsertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableInsertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVariableInsertSharpFilled.tsx b/src/IconVariableInsertSharpFilled.tsx index 22d042507..1538a31cd 100644 --- a/src/IconVariableInsertSharpFilled.tsx +++ b/src/IconVariableInsertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableInsertSharpFilled: React.FC = ({ ...props diff --git a/src/IconVariableRemoveOutlined.tsx b/src/IconVariableRemoveOutlined.tsx index eeb8660d5..70db6d16e 100644 --- a/src/IconVariableRemoveOutlined.tsx +++ b/src/IconVariableRemoveOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableRemoveOutlined: React.FC = ({ ...props diff --git a/src/IconVariableRemoveOutlinedFilled.tsx b/src/IconVariableRemoveOutlinedFilled.tsx index 21f5476eb..59f4e5e85 100644 --- a/src/IconVariableRemoveOutlinedFilled.tsx +++ b/src/IconVariableRemoveOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableRemoveOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVariableRemoveRounded.tsx b/src/IconVariableRemoveRounded.tsx index 32cc9bdee..921233e46 100644 --- a/src/IconVariableRemoveRounded.tsx +++ b/src/IconVariableRemoveRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableRemoveRounded: React.FC = ({ ...props diff --git a/src/IconVariableRemoveRoundedFilled.tsx b/src/IconVariableRemoveRoundedFilled.tsx index a90cdecb2..11bbf21d4 100644 --- a/src/IconVariableRemoveRoundedFilled.tsx +++ b/src/IconVariableRemoveRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableRemoveRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVariableRemoveSharp.tsx b/src/IconVariableRemoveSharp.tsx index 8f12b5e2a..b3e7eaa05 100644 --- a/src/IconVariableRemoveSharp.tsx +++ b/src/IconVariableRemoveSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableRemoveSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVariableRemoveSharpFilled.tsx b/src/IconVariableRemoveSharpFilled.tsx index 4c156a9d1..f44fde2d6 100644 --- a/src/IconVariableRemoveSharpFilled.tsx +++ b/src/IconVariableRemoveSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariableRemoveSharpFilled: React.FC = ({ ...props diff --git a/src/IconVariablesOutlined.tsx b/src/IconVariablesOutlined.tsx index 3894f799f..b6a3abb99 100644 --- a/src/IconVariablesOutlined.tsx +++ b/src/IconVariablesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariablesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVariablesOutlinedFilled.tsx b/src/IconVariablesOutlinedFilled.tsx index e2981bc02..89ae7096a 100644 --- a/src/IconVariablesOutlinedFilled.tsx +++ b/src/IconVariablesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariablesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVariablesRounded.tsx b/src/IconVariablesRounded.tsx index 584795998..782ce4d3c 100644 --- a/src/IconVariablesRounded.tsx +++ b/src/IconVariablesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariablesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVariablesRoundedFilled.tsx b/src/IconVariablesRoundedFilled.tsx index c6ce4ac01..f07fdd756 100644 --- a/src/IconVariablesRoundedFilled.tsx +++ b/src/IconVariablesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariablesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVariablesSharp.tsx b/src/IconVariablesSharp.tsx index 8b5a7d51b..542cad975 100644 --- a/src/IconVariablesSharp.tsx +++ b/src/IconVariablesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariablesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVariablesSharpFilled.tsx b/src/IconVariablesSharpFilled.tsx index 92c33313a..5bb3fbc71 100644 --- a/src/IconVariablesSharpFilled.tsx +++ b/src/IconVariablesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVariablesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVentilatorOutlined.tsx b/src/IconVentilatorOutlined.tsx index b4f91afa1..b45d48df7 100644 --- a/src/IconVentilatorOutlined.tsx +++ b/src/IconVentilatorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVentilatorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVentilatorOutlinedFilled.tsx b/src/IconVentilatorOutlinedFilled.tsx index 1bcc5823f..50f050050 100644 --- a/src/IconVentilatorOutlinedFilled.tsx +++ b/src/IconVentilatorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVentilatorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVentilatorRounded.tsx b/src/IconVentilatorRounded.tsx index 4542cfa0d..a06a75bbe 100644 --- a/src/IconVentilatorRounded.tsx +++ b/src/IconVentilatorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVentilatorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVentilatorRoundedFilled.tsx b/src/IconVentilatorRoundedFilled.tsx index 683ca310d..1d8148900 100644 --- a/src/IconVentilatorRoundedFilled.tsx +++ b/src/IconVentilatorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVentilatorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVentilatorSharp.tsx b/src/IconVentilatorSharp.tsx index a7c0087d5..f08e44386 100644 --- a/src/IconVentilatorSharp.tsx +++ b/src/IconVentilatorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVentilatorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVentilatorSharpFilled.tsx b/src/IconVentilatorSharpFilled.tsx index 78f1b5390..e358cc9d4 100644 --- a/src/IconVentilatorSharpFilled.tsx +++ b/src/IconVentilatorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVentilatorSharpFilled: React.FC = ({ ...props diff --git a/src/IconVerifiedOutlined.tsx b/src/IconVerifiedOutlined.tsx index c849d97db..f52656b06 100644 --- a/src/IconVerifiedOutlined.tsx +++ b/src/IconVerifiedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVerifiedOutlinedFilled.tsx b/src/IconVerifiedOutlinedFilled.tsx index 44c82af41..ccf232bdd 100644 --- a/src/IconVerifiedOutlinedFilled.tsx +++ b/src/IconVerifiedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVerifiedRounded.tsx b/src/IconVerifiedRounded.tsx index 460970792..ab5fe2ec2 100644 --- a/src/IconVerifiedRounded.tsx +++ b/src/IconVerifiedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVerifiedRoundedFilled.tsx b/src/IconVerifiedRoundedFilled.tsx index a5dde1620..3b85b1660 100644 --- a/src/IconVerifiedRoundedFilled.tsx +++ b/src/IconVerifiedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVerifiedSharp.tsx b/src/IconVerifiedSharp.tsx index 7b32cd05c..e561575df 100644 --- a/src/IconVerifiedSharp.tsx +++ b/src/IconVerifiedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVerifiedSharpFilled.tsx b/src/IconVerifiedSharpFilled.tsx index a45c79c87..49f69d9aa 100644 --- a/src/IconVerifiedSharpFilled.tsx +++ b/src/IconVerifiedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVerifiedUserOutlined.tsx b/src/IconVerifiedUserOutlined.tsx index 34c4e9859..992571a13 100644 --- a/src/IconVerifiedUserOutlined.tsx +++ b/src/IconVerifiedUserOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedUserOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVerifiedUserOutlinedFilled.tsx b/src/IconVerifiedUserOutlinedFilled.tsx index 69fc810b9..3f75b41c7 100644 --- a/src/IconVerifiedUserOutlinedFilled.tsx +++ b/src/IconVerifiedUserOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedUserOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVerifiedUserRounded.tsx b/src/IconVerifiedUserRounded.tsx index 3d838181c..51c469483 100644 --- a/src/IconVerifiedUserRounded.tsx +++ b/src/IconVerifiedUserRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedUserRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVerifiedUserRoundedFilled.tsx b/src/IconVerifiedUserRoundedFilled.tsx index d1311f358..7c1984fb8 100644 --- a/src/IconVerifiedUserRoundedFilled.tsx +++ b/src/IconVerifiedUserRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedUserRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVerifiedUserSharp.tsx b/src/IconVerifiedUserSharp.tsx index 0e5f36435..5310b2264 100644 --- a/src/IconVerifiedUserSharp.tsx +++ b/src/IconVerifiedUserSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedUserSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVerifiedUserSharpFilled.tsx b/src/IconVerifiedUserSharpFilled.tsx index 4b9774a17..c79f83bc6 100644 --- a/src/IconVerifiedUserSharpFilled.tsx +++ b/src/IconVerifiedUserSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerifiedUserSharpFilled: React.FC = ({ ...props diff --git a/src/IconVerticalAlignBottomOutlined.tsx b/src/IconVerticalAlignBottomOutlined.tsx index 78c3fbd04..cba543f55 100644 --- a/src/IconVerticalAlignBottomOutlined.tsx +++ b/src/IconVerticalAlignBottomOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignBottomOutlined: React.FC = ({ ...props diff --git a/src/IconVerticalAlignBottomOutlinedFilled.tsx b/src/IconVerticalAlignBottomOutlinedFilled.tsx index b40b5ea9f..39b6d3c37 100644 --- a/src/IconVerticalAlignBottomOutlinedFilled.tsx +++ b/src/IconVerticalAlignBottomOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignBottomOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalAlignBottomRounded.tsx b/src/IconVerticalAlignBottomRounded.tsx index f23432760..7a2b607b8 100644 --- a/src/IconVerticalAlignBottomRounded.tsx +++ b/src/IconVerticalAlignBottomRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignBottomRounded: React.FC = ({ ...props diff --git a/src/IconVerticalAlignBottomRoundedFilled.tsx b/src/IconVerticalAlignBottomRoundedFilled.tsx index dd6e72f11..5e22f4595 100644 --- a/src/IconVerticalAlignBottomRoundedFilled.tsx +++ b/src/IconVerticalAlignBottomRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignBottomRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalAlignBottomSharp.tsx b/src/IconVerticalAlignBottomSharp.tsx index 9f2e2fff6..52f57e08d 100644 --- a/src/IconVerticalAlignBottomSharp.tsx +++ b/src/IconVerticalAlignBottomSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignBottomSharp: React.FC = ({ ...props diff --git a/src/IconVerticalAlignBottomSharpFilled.tsx b/src/IconVerticalAlignBottomSharpFilled.tsx index 546ed29cc..48cb9a1ee 100644 --- a/src/IconVerticalAlignBottomSharpFilled.tsx +++ b/src/IconVerticalAlignBottomSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignBottomSharpFilled: React.FC = ({ ...props diff --git a/src/IconVerticalAlignCenterOutlined.tsx b/src/IconVerticalAlignCenterOutlined.tsx index 4008f585a..d858db0db 100644 --- a/src/IconVerticalAlignCenterOutlined.tsx +++ b/src/IconVerticalAlignCenterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignCenterOutlined: React.FC = ({ ...props diff --git a/src/IconVerticalAlignCenterOutlinedFilled.tsx b/src/IconVerticalAlignCenterOutlinedFilled.tsx index e7b46da67..b19a86858 100644 --- a/src/IconVerticalAlignCenterOutlinedFilled.tsx +++ b/src/IconVerticalAlignCenterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignCenterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalAlignCenterRounded.tsx b/src/IconVerticalAlignCenterRounded.tsx index ca345a1fc..c41f97d3d 100644 --- a/src/IconVerticalAlignCenterRounded.tsx +++ b/src/IconVerticalAlignCenterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignCenterRounded: React.FC = ({ ...props diff --git a/src/IconVerticalAlignCenterRoundedFilled.tsx b/src/IconVerticalAlignCenterRoundedFilled.tsx index 34150330a..8ecbb4fb4 100644 --- a/src/IconVerticalAlignCenterRoundedFilled.tsx +++ b/src/IconVerticalAlignCenterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignCenterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalAlignCenterSharp.tsx b/src/IconVerticalAlignCenterSharp.tsx index dcfefb9fd..9e547052d 100644 --- a/src/IconVerticalAlignCenterSharp.tsx +++ b/src/IconVerticalAlignCenterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignCenterSharp: React.FC = ({ ...props diff --git a/src/IconVerticalAlignCenterSharpFilled.tsx b/src/IconVerticalAlignCenterSharpFilled.tsx index 3eee9b9ea..faa31b0b7 100644 --- a/src/IconVerticalAlignCenterSharpFilled.tsx +++ b/src/IconVerticalAlignCenterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignCenterSharpFilled: React.FC = ({ ...props diff --git a/src/IconVerticalAlignTopOutlined.tsx b/src/IconVerticalAlignTopOutlined.tsx index 5776e919b..d665a95f7 100644 --- a/src/IconVerticalAlignTopOutlined.tsx +++ b/src/IconVerticalAlignTopOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignTopOutlined: React.FC = ({ ...props diff --git a/src/IconVerticalAlignTopOutlinedFilled.tsx b/src/IconVerticalAlignTopOutlinedFilled.tsx index 7ed87cc99..cff581fc8 100644 --- a/src/IconVerticalAlignTopOutlinedFilled.tsx +++ b/src/IconVerticalAlignTopOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignTopOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalAlignTopRounded.tsx b/src/IconVerticalAlignTopRounded.tsx index 1d817275b..6a4596002 100644 --- a/src/IconVerticalAlignTopRounded.tsx +++ b/src/IconVerticalAlignTopRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignTopRounded: React.FC = ({ ...props diff --git a/src/IconVerticalAlignTopRoundedFilled.tsx b/src/IconVerticalAlignTopRoundedFilled.tsx index 0f9087059..cd9318f94 100644 --- a/src/IconVerticalAlignTopRoundedFilled.tsx +++ b/src/IconVerticalAlignTopRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignTopRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalAlignTopSharp.tsx b/src/IconVerticalAlignTopSharp.tsx index 6737ff405..057b1ab7a 100644 --- a/src/IconVerticalAlignTopSharp.tsx +++ b/src/IconVerticalAlignTopSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignTopSharp: React.FC = ({ ...props diff --git a/src/IconVerticalAlignTopSharpFilled.tsx b/src/IconVerticalAlignTopSharpFilled.tsx index 537e191bf..a6277948c 100644 --- a/src/IconVerticalAlignTopSharpFilled.tsx +++ b/src/IconVerticalAlignTopSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalAlignTopSharpFilled: React.FC = ({ ...props diff --git a/src/IconVerticalDistributeOutlined.tsx b/src/IconVerticalDistributeOutlined.tsx index f464469a6..eba843596 100644 --- a/src/IconVerticalDistributeOutlined.tsx +++ b/src/IconVerticalDistributeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalDistributeOutlined: React.FC = ({ ...props diff --git a/src/IconVerticalDistributeOutlinedFilled.tsx b/src/IconVerticalDistributeOutlinedFilled.tsx index b5b62d401..6ef8c249b 100644 --- a/src/IconVerticalDistributeOutlinedFilled.tsx +++ b/src/IconVerticalDistributeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalDistributeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalDistributeRounded.tsx b/src/IconVerticalDistributeRounded.tsx index a45a9b63b..85bf9008b 100644 --- a/src/IconVerticalDistributeRounded.tsx +++ b/src/IconVerticalDistributeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalDistributeRounded: React.FC = ({ ...props diff --git a/src/IconVerticalDistributeRoundedFilled.tsx b/src/IconVerticalDistributeRoundedFilled.tsx index 655f54b68..c85fca20b 100644 --- a/src/IconVerticalDistributeRoundedFilled.tsx +++ b/src/IconVerticalDistributeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalDistributeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalDistributeSharp.tsx b/src/IconVerticalDistributeSharp.tsx index c9f20cc73..a4abc5d0d 100644 --- a/src/IconVerticalDistributeSharp.tsx +++ b/src/IconVerticalDistributeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalDistributeSharp: React.FC = ({ ...props diff --git a/src/IconVerticalDistributeSharpFilled.tsx b/src/IconVerticalDistributeSharpFilled.tsx index 82c97c5ee..a524e2cdb 100644 --- a/src/IconVerticalDistributeSharpFilled.tsx +++ b/src/IconVerticalDistributeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalDistributeSharpFilled: React.FC = ({ ...props diff --git a/src/IconVerticalShadesClosedOutlined.tsx b/src/IconVerticalShadesClosedOutlined.tsx index 2fdd5b8de..de039f129 100644 --- a/src/IconVerticalShadesClosedOutlined.tsx +++ b/src/IconVerticalShadesClosedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesClosedOutlined: React.FC = ({ ...props diff --git a/src/IconVerticalShadesClosedOutlinedFilled.tsx b/src/IconVerticalShadesClosedOutlinedFilled.tsx index 8766b478e..e8c92112a 100644 --- a/src/IconVerticalShadesClosedOutlinedFilled.tsx +++ b/src/IconVerticalShadesClosedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesClosedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalShadesClosedRounded.tsx b/src/IconVerticalShadesClosedRounded.tsx index fdcbf7c92..b354ee73e 100644 --- a/src/IconVerticalShadesClosedRounded.tsx +++ b/src/IconVerticalShadesClosedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesClosedRounded: React.FC = ({ ...props diff --git a/src/IconVerticalShadesClosedRoundedFilled.tsx b/src/IconVerticalShadesClosedRoundedFilled.tsx index 9d183e9de..0a8336721 100644 --- a/src/IconVerticalShadesClosedRoundedFilled.tsx +++ b/src/IconVerticalShadesClosedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesClosedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalShadesClosedSharp.tsx b/src/IconVerticalShadesClosedSharp.tsx index 375d4b5dd..27e4600ef 100644 --- a/src/IconVerticalShadesClosedSharp.tsx +++ b/src/IconVerticalShadesClosedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesClosedSharp: React.FC = ({ ...props diff --git a/src/IconVerticalShadesClosedSharpFilled.tsx b/src/IconVerticalShadesClosedSharpFilled.tsx index 3e9123e8a..911b480b8 100644 --- a/src/IconVerticalShadesClosedSharpFilled.tsx +++ b/src/IconVerticalShadesClosedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesClosedSharpFilled: React.FC = ({ ...props diff --git a/src/IconVerticalShadesOutlined.tsx b/src/IconVerticalShadesOutlined.tsx index f2ec58e83..abf8d6610 100644 --- a/src/IconVerticalShadesOutlined.tsx +++ b/src/IconVerticalShadesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesOutlined: React.FC = ({ ...props diff --git a/src/IconVerticalShadesOutlinedFilled.tsx b/src/IconVerticalShadesOutlinedFilled.tsx index 4a2252a79..57769a73b 100644 --- a/src/IconVerticalShadesOutlinedFilled.tsx +++ b/src/IconVerticalShadesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalShadesRounded.tsx b/src/IconVerticalShadesRounded.tsx index ab01abbd7..3ffdf1ff6 100644 --- a/src/IconVerticalShadesRounded.tsx +++ b/src/IconVerticalShadesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesRounded: React.FC = ({ ...props diff --git a/src/IconVerticalShadesRoundedFilled.tsx b/src/IconVerticalShadesRoundedFilled.tsx index e230294ba..9bbfb094e 100644 --- a/src/IconVerticalShadesRoundedFilled.tsx +++ b/src/IconVerticalShadesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalShadesSharp.tsx b/src/IconVerticalShadesSharp.tsx index 6096a02d5..decfd9fac 100644 --- a/src/IconVerticalShadesSharp.tsx +++ b/src/IconVerticalShadesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVerticalShadesSharpFilled.tsx b/src/IconVerticalShadesSharpFilled.tsx index c227b5910..26b2d12fb 100644 --- a/src/IconVerticalShadesSharpFilled.tsx +++ b/src/IconVerticalShadesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalShadesSharpFilled: React.FC = ({ ...props diff --git a/src/IconVerticalSplitOutlined.tsx b/src/IconVerticalSplitOutlined.tsx index d55ed1508..7d0ae1566 100644 --- a/src/IconVerticalSplitOutlined.tsx +++ b/src/IconVerticalSplitOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalSplitOutlined: React.FC = ({ ...props diff --git a/src/IconVerticalSplitOutlinedFilled.tsx b/src/IconVerticalSplitOutlinedFilled.tsx index 48cd8b72f..27cdef027 100644 --- a/src/IconVerticalSplitOutlinedFilled.tsx +++ b/src/IconVerticalSplitOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalSplitOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalSplitRounded.tsx b/src/IconVerticalSplitRounded.tsx index 3696c0bec..c1ad2a213 100644 --- a/src/IconVerticalSplitRounded.tsx +++ b/src/IconVerticalSplitRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalSplitRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVerticalSplitRoundedFilled.tsx b/src/IconVerticalSplitRoundedFilled.tsx index 79fab25ae..f42d716ab 100644 --- a/src/IconVerticalSplitRoundedFilled.tsx +++ b/src/IconVerticalSplitRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalSplitRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVerticalSplitSharp.tsx b/src/IconVerticalSplitSharp.tsx index a0b39f082..2619ab33b 100644 --- a/src/IconVerticalSplitSharp.tsx +++ b/src/IconVerticalSplitSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalSplitSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVerticalSplitSharpFilled.tsx b/src/IconVerticalSplitSharpFilled.tsx index 88f28e79b..1bbc7a076 100644 --- a/src/IconVerticalSplitSharpFilled.tsx +++ b/src/IconVerticalSplitSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVerticalSplitSharpFilled: React.FC = ({ ...props diff --git a/src/IconVibrationOutlined.tsx b/src/IconVibrationOutlined.tsx index b73ff2855..acbd6f105 100644 --- a/src/IconVibrationOutlined.tsx +++ b/src/IconVibrationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVibrationOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVibrationOutlinedFilled.tsx b/src/IconVibrationOutlinedFilled.tsx index 3d987d36e..15d152f5a 100644 --- a/src/IconVibrationOutlinedFilled.tsx +++ b/src/IconVibrationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVibrationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVibrationRounded.tsx b/src/IconVibrationRounded.tsx index 2fb2190cc..d21499e23 100644 --- a/src/IconVibrationRounded.tsx +++ b/src/IconVibrationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVibrationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVibrationRoundedFilled.tsx b/src/IconVibrationRoundedFilled.tsx index 1ce38bd22..b027719c1 100644 --- a/src/IconVibrationRoundedFilled.tsx +++ b/src/IconVibrationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVibrationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVibrationSharp.tsx b/src/IconVibrationSharp.tsx index 2b111bf35..d52535a9e 100644 --- a/src/IconVibrationSharp.tsx +++ b/src/IconVibrationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVibrationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVibrationSharpFilled.tsx b/src/IconVibrationSharpFilled.tsx index d767eaf77..c89646240 100644 --- a/src/IconVibrationSharpFilled.tsx +++ b/src/IconVibrationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVibrationSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoCallOutlined.tsx b/src/IconVideoCallOutlined.tsx index 5b94db17e..e2ad6cd6e 100644 --- a/src/IconVideoCallOutlined.tsx +++ b/src/IconVideoCallOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCallOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoCallOutlinedFilled.tsx b/src/IconVideoCallOutlinedFilled.tsx index 304b037de..8af173d01 100644 --- a/src/IconVideoCallOutlinedFilled.tsx +++ b/src/IconVideoCallOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCallOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoCallRounded.tsx b/src/IconVideoCallRounded.tsx index b30e34b3e..5cff5f088 100644 --- a/src/IconVideoCallRounded.tsx +++ b/src/IconVideoCallRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCallRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoCallRoundedFilled.tsx b/src/IconVideoCallRoundedFilled.tsx index 6a8608633..e326e6ded 100644 --- a/src/IconVideoCallRoundedFilled.tsx +++ b/src/IconVideoCallRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCallRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoCallSharp.tsx b/src/IconVideoCallSharp.tsx index c88cb62d3..f622d6997 100644 --- a/src/IconVideoCallSharp.tsx +++ b/src/IconVideoCallSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCallSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoCallSharpFilled.tsx b/src/IconVideoCallSharpFilled.tsx index 7bd5fdf7d..1e9c881df 100644 --- a/src/IconVideoCallSharpFilled.tsx +++ b/src/IconVideoCallSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCallSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoCameraBackAddOutlined.tsx b/src/IconVideoCameraBackAddOutlined.tsx index 2ca6333c2..ff5d13ab8 100644 --- a/src/IconVideoCameraBackAddOutlined.tsx +++ b/src/IconVideoCameraBackAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackAddOutlined: React.FC = ({ ...props diff --git a/src/IconVideoCameraBackAddOutlinedFilled.tsx b/src/IconVideoCameraBackAddOutlinedFilled.tsx index 44af42355..958b923dd 100644 --- a/src/IconVideoCameraBackAddOutlinedFilled.tsx +++ b/src/IconVideoCameraBackAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoCameraBackAddRounded.tsx b/src/IconVideoCameraBackAddRounded.tsx index d809df972..d178f822e 100644 --- a/src/IconVideoCameraBackAddRounded.tsx +++ b/src/IconVideoCameraBackAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackAddRounded: React.FC = ({ ...props diff --git a/src/IconVideoCameraBackAddRoundedFilled.tsx b/src/IconVideoCameraBackAddRoundedFilled.tsx index b136903b2..4646bee87 100644 --- a/src/IconVideoCameraBackAddRoundedFilled.tsx +++ b/src/IconVideoCameraBackAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackAddRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoCameraBackAddSharp.tsx b/src/IconVideoCameraBackAddSharp.tsx index 7f281c1f7..f1f98cc07 100644 --- a/src/IconVideoCameraBackAddSharp.tsx +++ b/src/IconVideoCameraBackAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackAddSharp: React.FC = ({ ...props diff --git a/src/IconVideoCameraBackAddSharpFilled.tsx b/src/IconVideoCameraBackAddSharpFilled.tsx index 2bb5add3c..a704fb9f2 100644 --- a/src/IconVideoCameraBackAddSharpFilled.tsx +++ b/src/IconVideoCameraBackAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackAddSharpFilled: React.FC = ({ ...props diff --git a/src/IconVideoCameraBackOutlined.tsx b/src/IconVideoCameraBackOutlined.tsx index 04933811c..11ceddbce 100644 --- a/src/IconVideoCameraBackOutlined.tsx +++ b/src/IconVideoCameraBackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackOutlined: React.FC = ({ ...props diff --git a/src/IconVideoCameraBackOutlinedFilled.tsx b/src/IconVideoCameraBackOutlinedFilled.tsx index 94c636f53..d286859e2 100644 --- a/src/IconVideoCameraBackOutlinedFilled.tsx +++ b/src/IconVideoCameraBackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoCameraBackRounded.tsx b/src/IconVideoCameraBackRounded.tsx index 03dc5fc15..286ec196b 100644 --- a/src/IconVideoCameraBackRounded.tsx +++ b/src/IconVideoCameraBackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackRounded: React.FC = ({ ...props diff --git a/src/IconVideoCameraBackRoundedFilled.tsx b/src/IconVideoCameraBackRoundedFilled.tsx index 02e0589ed..bf350a4b0 100644 --- a/src/IconVideoCameraBackRoundedFilled.tsx +++ b/src/IconVideoCameraBackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoCameraBackSharp.tsx b/src/IconVideoCameraBackSharp.tsx index 19ddd0e60..ac18b5815 100644 --- a/src/IconVideoCameraBackSharp.tsx +++ b/src/IconVideoCameraBackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoCameraBackSharpFilled.tsx b/src/IconVideoCameraBackSharpFilled.tsx index 2c9d9f009..8665540df 100644 --- a/src/IconVideoCameraBackSharpFilled.tsx +++ b/src/IconVideoCameraBackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraBackSharpFilled: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontOffOutlined.tsx b/src/IconVideoCameraFrontOffOutlined.tsx index 1cbe1f3e5..f90549a66 100644 --- a/src/IconVideoCameraFrontOffOutlined.tsx +++ b/src/IconVideoCameraFrontOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontOffOutlined: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontOffOutlinedFilled.tsx b/src/IconVideoCameraFrontOffOutlinedFilled.tsx index a316f73f9..9ec25858e 100644 --- a/src/IconVideoCameraFrontOffOutlinedFilled.tsx +++ b/src/IconVideoCameraFrontOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontOffRounded.tsx b/src/IconVideoCameraFrontOffRounded.tsx index bf61d2471..b6c95a98a 100644 --- a/src/IconVideoCameraFrontOffRounded.tsx +++ b/src/IconVideoCameraFrontOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontOffRounded: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontOffRoundedFilled.tsx b/src/IconVideoCameraFrontOffRoundedFilled.tsx index cf58afbe3..7b3ab5fbf 100644 --- a/src/IconVideoCameraFrontOffRoundedFilled.tsx +++ b/src/IconVideoCameraFrontOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontOffSharp.tsx b/src/IconVideoCameraFrontOffSharp.tsx index 0c5d946e3..a446490b5 100644 --- a/src/IconVideoCameraFrontOffSharp.tsx +++ b/src/IconVideoCameraFrontOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontOffSharp: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontOffSharpFilled.tsx b/src/IconVideoCameraFrontOffSharpFilled.tsx index e15877eb6..89727a5f7 100644 --- a/src/IconVideoCameraFrontOffSharpFilled.tsx +++ b/src/IconVideoCameraFrontOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontOutlined.tsx b/src/IconVideoCameraFrontOutlined.tsx index b67cdb8d0..8e9650e8b 100644 --- a/src/IconVideoCameraFrontOutlined.tsx +++ b/src/IconVideoCameraFrontOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontOutlined: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontOutlinedFilled.tsx b/src/IconVideoCameraFrontOutlinedFilled.tsx index 28fdf959b..f7ab27762 100644 --- a/src/IconVideoCameraFrontOutlinedFilled.tsx +++ b/src/IconVideoCameraFrontOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontRounded.tsx b/src/IconVideoCameraFrontRounded.tsx index abe5bd4f5..0f9e58a1e 100644 --- a/src/IconVideoCameraFrontRounded.tsx +++ b/src/IconVideoCameraFrontRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontRounded: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontRoundedFilled.tsx b/src/IconVideoCameraFrontRoundedFilled.tsx index 4d64edb86..f2c3016cb 100644 --- a/src/IconVideoCameraFrontRoundedFilled.tsx +++ b/src/IconVideoCameraFrontRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontSharp.tsx b/src/IconVideoCameraFrontSharp.tsx index 299c3a44a..36bec199d 100644 --- a/src/IconVideoCameraFrontSharp.tsx +++ b/src/IconVideoCameraFrontSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontSharp: React.FC = ({ ...props diff --git a/src/IconVideoCameraFrontSharpFilled.tsx b/src/IconVideoCameraFrontSharpFilled.tsx index be6a42192..b25d59d09 100644 --- a/src/IconVideoCameraFrontSharpFilled.tsx +++ b/src/IconVideoCameraFrontSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoCameraFrontSharpFilled: React.FC = ({ ...props diff --git a/src/IconVideoChatOutlined.tsx b/src/IconVideoChatOutlined.tsx index 170061854..35104ae63 100644 --- a/src/IconVideoChatOutlined.tsx +++ b/src/IconVideoChatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoChatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoChatOutlinedFilled.tsx b/src/IconVideoChatOutlinedFilled.tsx index bf2db00c9..528fbabbd 100644 --- a/src/IconVideoChatOutlinedFilled.tsx +++ b/src/IconVideoChatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoChatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoChatRounded.tsx b/src/IconVideoChatRounded.tsx index f10ebb240..4104607fe 100644 --- a/src/IconVideoChatRounded.tsx +++ b/src/IconVideoChatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoChatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoChatRoundedFilled.tsx b/src/IconVideoChatRoundedFilled.tsx index bf607f4b8..19daee8e6 100644 --- a/src/IconVideoChatRoundedFilled.tsx +++ b/src/IconVideoChatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoChatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoChatSharp.tsx b/src/IconVideoChatSharp.tsx index d35fed2f9..be9b4c1c7 100644 --- a/src/IconVideoChatSharp.tsx +++ b/src/IconVideoChatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoChatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoChatSharpFilled.tsx b/src/IconVideoChatSharpFilled.tsx index 6d4e285f7..c97dd516d 100644 --- a/src/IconVideoChatSharpFilled.tsx +++ b/src/IconVideoChatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoChatSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoFileOutlined.tsx b/src/IconVideoFileOutlined.tsx index 1ca62f074..6552969bf 100644 --- a/src/IconVideoFileOutlined.tsx +++ b/src/IconVideoFileOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoFileOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoFileOutlinedFilled.tsx b/src/IconVideoFileOutlinedFilled.tsx index e7866972c..52cdf8633 100644 --- a/src/IconVideoFileOutlinedFilled.tsx +++ b/src/IconVideoFileOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoFileOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoFileRounded.tsx b/src/IconVideoFileRounded.tsx index af1aa9e45..fdb90c2ce 100644 --- a/src/IconVideoFileRounded.tsx +++ b/src/IconVideoFileRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoFileRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoFileRoundedFilled.tsx b/src/IconVideoFileRoundedFilled.tsx index 887c98b6f..d39bc5fd7 100644 --- a/src/IconVideoFileRoundedFilled.tsx +++ b/src/IconVideoFileRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoFileRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoFileSharp.tsx b/src/IconVideoFileSharp.tsx index febae0666..afbfedcb6 100644 --- a/src/IconVideoFileSharp.tsx +++ b/src/IconVideoFileSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoFileSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoFileSharpFilled.tsx b/src/IconVideoFileSharpFilled.tsx index c1e010573..78be1dfb9 100644 --- a/src/IconVideoFileSharpFilled.tsx +++ b/src/IconVideoFileSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoFileSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoLabelOutlined.tsx b/src/IconVideoLabelOutlined.tsx index 270ccf91a..785f9f599 100644 --- a/src/IconVideoLabelOutlined.tsx +++ b/src/IconVideoLabelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLabelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoLabelOutlinedFilled.tsx b/src/IconVideoLabelOutlinedFilled.tsx index a48721214..b1c7fede5 100644 --- a/src/IconVideoLabelOutlinedFilled.tsx +++ b/src/IconVideoLabelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLabelOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoLabelRounded.tsx b/src/IconVideoLabelRounded.tsx index 3a5b70f1b..bc62325f1 100644 --- a/src/IconVideoLabelRounded.tsx +++ b/src/IconVideoLabelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLabelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoLabelRoundedFilled.tsx b/src/IconVideoLabelRoundedFilled.tsx index 599106e17..0514c965d 100644 --- a/src/IconVideoLabelRoundedFilled.tsx +++ b/src/IconVideoLabelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLabelRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoLabelSharp.tsx b/src/IconVideoLabelSharp.tsx index 1bd1758af..bba3746b4 100644 --- a/src/IconVideoLabelSharp.tsx +++ b/src/IconVideoLabelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLabelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoLabelSharpFilled.tsx b/src/IconVideoLabelSharpFilled.tsx index 35d5c340d..15575f9a7 100644 --- a/src/IconVideoLabelSharpFilled.tsx +++ b/src/IconVideoLabelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLabelSharpFilled: React.FC = ({ ...props diff --git a/src/IconVideoLibraryOutlined.tsx b/src/IconVideoLibraryOutlined.tsx index 72e331eb3..f751f5651 100644 --- a/src/IconVideoLibraryOutlined.tsx +++ b/src/IconVideoLibraryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLibraryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoLibraryOutlinedFilled.tsx b/src/IconVideoLibraryOutlinedFilled.tsx index 5189bb772..5195f6337 100644 --- a/src/IconVideoLibraryOutlinedFilled.tsx +++ b/src/IconVideoLibraryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLibraryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoLibraryRounded.tsx b/src/IconVideoLibraryRounded.tsx index 6d05ec19c..ab6a54d89 100644 --- a/src/IconVideoLibraryRounded.tsx +++ b/src/IconVideoLibraryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLibraryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoLibraryRoundedFilled.tsx b/src/IconVideoLibraryRoundedFilled.tsx index 07953c369..43db89363 100644 --- a/src/IconVideoLibraryRoundedFilled.tsx +++ b/src/IconVideoLibraryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLibraryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoLibrarySharp.tsx b/src/IconVideoLibrarySharp.tsx index c606adf71..7b7f63efa 100644 --- a/src/IconVideoLibrarySharp.tsx +++ b/src/IconVideoLibrarySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLibrarySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoLibrarySharpFilled.tsx b/src/IconVideoLibrarySharpFilled.tsx index 0417e4239..148a91558 100644 --- a/src/IconVideoLibrarySharpFilled.tsx +++ b/src/IconVideoLibrarySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoLibrarySharpFilled: React.FC = ({ ...props diff --git a/src/IconVideoSearchOutlined.tsx b/src/IconVideoSearchOutlined.tsx index 993b8045f..7710ff09c 100644 --- a/src/IconVideoSearchOutlined.tsx +++ b/src/IconVideoSearchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSearchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoSearchOutlinedFilled.tsx b/src/IconVideoSearchOutlinedFilled.tsx index 83b4bfbf7..8868e2902 100644 --- a/src/IconVideoSearchOutlinedFilled.tsx +++ b/src/IconVideoSearchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSearchOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoSearchRounded.tsx b/src/IconVideoSearchRounded.tsx index f3882c6ec..764ceddee 100644 --- a/src/IconVideoSearchRounded.tsx +++ b/src/IconVideoSearchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSearchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoSearchRoundedFilled.tsx b/src/IconVideoSearchRoundedFilled.tsx index 4cecf7ed7..be33b76fa 100644 --- a/src/IconVideoSearchRoundedFilled.tsx +++ b/src/IconVideoSearchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSearchRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoSearchSharp.tsx b/src/IconVideoSearchSharp.tsx index ca02b4043..20cb081e2 100644 --- a/src/IconVideoSearchSharp.tsx +++ b/src/IconVideoSearchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSearchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoSearchSharpFilled.tsx b/src/IconVideoSearchSharpFilled.tsx index 2d0f93ab9..0768d9e90 100644 --- a/src/IconVideoSearchSharpFilled.tsx +++ b/src/IconVideoSearchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSearchSharpFilled: React.FC = ({ ...props diff --git a/src/IconVideoSettingsOutlined.tsx b/src/IconVideoSettingsOutlined.tsx index 2a5f1738f..93d1947ad 100644 --- a/src/IconVideoSettingsOutlined.tsx +++ b/src/IconVideoSettingsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSettingsOutlined: React.FC = ({ ...props diff --git a/src/IconVideoSettingsOutlinedFilled.tsx b/src/IconVideoSettingsOutlinedFilled.tsx index 229c49ab4..33820d859 100644 --- a/src/IconVideoSettingsOutlinedFilled.tsx +++ b/src/IconVideoSettingsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSettingsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoSettingsRounded.tsx b/src/IconVideoSettingsRounded.tsx index e073126b8..67c9301ce 100644 --- a/src/IconVideoSettingsRounded.tsx +++ b/src/IconVideoSettingsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSettingsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoSettingsRoundedFilled.tsx b/src/IconVideoSettingsRoundedFilled.tsx index 2f7b87bb6..bdec495c3 100644 --- a/src/IconVideoSettingsRoundedFilled.tsx +++ b/src/IconVideoSettingsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSettingsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoSettingsSharp.tsx b/src/IconVideoSettingsSharp.tsx index 5f1a3fdf2..1ecb7b9ef 100644 --- a/src/IconVideoSettingsSharp.tsx +++ b/src/IconVideoSettingsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSettingsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoSettingsSharpFilled.tsx b/src/IconVideoSettingsSharpFilled.tsx index 150cd16ec..2dababa07 100644 --- a/src/IconVideoSettingsSharpFilled.tsx +++ b/src/IconVideoSettingsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoSettingsSharpFilled: React.FC = ({ ...props diff --git a/src/IconVideoStableOutlined.tsx b/src/IconVideoStableOutlined.tsx index e71703068..8cd5d36eb 100644 --- a/src/IconVideoStableOutlined.tsx +++ b/src/IconVideoStableOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoStableOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoStableOutlinedFilled.tsx b/src/IconVideoStableOutlinedFilled.tsx index 706285bc5..c310c9846 100644 --- a/src/IconVideoStableOutlinedFilled.tsx +++ b/src/IconVideoStableOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoStableOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideoStableRounded.tsx b/src/IconVideoStableRounded.tsx index 25328a656..9ed1f0f7e 100644 --- a/src/IconVideoStableRounded.tsx +++ b/src/IconVideoStableRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoStableRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoStableRoundedFilled.tsx b/src/IconVideoStableRoundedFilled.tsx index d41081898..ccdb429f7 100644 --- a/src/IconVideoStableRoundedFilled.tsx +++ b/src/IconVideoStableRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoStableRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideoStableSharp.tsx b/src/IconVideoStableSharp.tsx index 89c6d1815..7fee6afcc 100644 --- a/src/IconVideoStableSharp.tsx +++ b/src/IconVideoStableSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoStableSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideoStableSharpFilled.tsx b/src/IconVideoStableSharpFilled.tsx index bcef4075c..a66cb0620 100644 --- a/src/IconVideoStableSharpFilled.tsx +++ b/src/IconVideoStableSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideoStableSharpFilled: React.FC = ({ ...props diff --git a/src/IconVideocamOffOutlined.tsx b/src/IconVideocamOffOutlined.tsx index 271f7c894..9109f2446 100644 --- a/src/IconVideocamOffOutlined.tsx +++ b/src/IconVideocamOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVideocamOffOutlinedFilled.tsx b/src/IconVideocamOffOutlinedFilled.tsx index e3eca86e4..68450988e 100644 --- a/src/IconVideocamOffOutlinedFilled.tsx +++ b/src/IconVideocamOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideocamOffRounded.tsx b/src/IconVideocamOffRounded.tsx index 327fc6501..e880df78f 100644 --- a/src/IconVideocamOffRounded.tsx +++ b/src/IconVideocamOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVideocamOffRoundedFilled.tsx b/src/IconVideocamOffRoundedFilled.tsx index 5cbdc5699..7ac25fd47 100644 --- a/src/IconVideocamOffRoundedFilled.tsx +++ b/src/IconVideocamOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideocamOffSharp.tsx b/src/IconVideocamOffSharp.tsx index d92838242..4a0f318b9 100644 --- a/src/IconVideocamOffSharp.tsx +++ b/src/IconVideocamOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideocamOffSharpFilled.tsx b/src/IconVideocamOffSharpFilled.tsx index 2e1d5fa8f..6cfee2674 100644 --- a/src/IconVideocamOffSharpFilled.tsx +++ b/src/IconVideocamOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconVideocamOutlined.tsx b/src/IconVideocamOutlined.tsx index 6e94c01fa..08653b9b0 100644 --- a/src/IconVideocamOutlined.tsx +++ b/src/IconVideocamOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVideocamOutlinedFilled.tsx b/src/IconVideocamOutlinedFilled.tsx index f3ee6c8ca..2b30861c3 100644 --- a/src/IconVideocamOutlinedFilled.tsx +++ b/src/IconVideocamOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideocamRounded.tsx b/src/IconVideocamRounded.tsx index 0dba3fbc7..b7825bc16 100644 --- a/src/IconVideocamRounded.tsx +++ b/src/IconVideocamRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVideocamRoundedFilled.tsx b/src/IconVideocamRoundedFilled.tsx index 73bebe427..1588f6904 100644 --- a/src/IconVideocamRoundedFilled.tsx +++ b/src/IconVideocamRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideocamSharp.tsx b/src/IconVideocamSharp.tsx index 6fd4df2e1..d216fab19 100644 --- a/src/IconVideocamSharp.tsx +++ b/src/IconVideocamSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideocamSharpFilled.tsx b/src/IconVideocamSharpFilled.tsx index 499727010..eb2d9e055 100644 --- a/src/IconVideocamSharpFilled.tsx +++ b/src/IconVideocamSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideocamSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVideogameAssetOffOutlined.tsx b/src/IconVideogameAssetOffOutlined.tsx index ffc2e463d..e6f34e06a 100644 --- a/src/IconVideogameAssetOffOutlined.tsx +++ b/src/IconVideogameAssetOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetOffOutlined: React.FC = ({ ...props diff --git a/src/IconVideogameAssetOffOutlinedFilled.tsx b/src/IconVideogameAssetOffOutlinedFilled.tsx index a8a6ea7c2..124b7968b 100644 --- a/src/IconVideogameAssetOffOutlinedFilled.tsx +++ b/src/IconVideogameAssetOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideogameAssetOffRounded.tsx b/src/IconVideogameAssetOffRounded.tsx index 394df1dd9..2174f9b38 100644 --- a/src/IconVideogameAssetOffRounded.tsx +++ b/src/IconVideogameAssetOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetOffRounded: React.FC = ({ ...props diff --git a/src/IconVideogameAssetOffRoundedFilled.tsx b/src/IconVideogameAssetOffRoundedFilled.tsx index 9e4c34db2..f25fa70e5 100644 --- a/src/IconVideogameAssetOffRoundedFilled.tsx +++ b/src/IconVideogameAssetOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideogameAssetOffSharp.tsx b/src/IconVideogameAssetOffSharp.tsx index c837b21ae..15d9e46c6 100644 --- a/src/IconVideogameAssetOffSharp.tsx +++ b/src/IconVideogameAssetOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetOffSharp: React.FC = ({ ...props diff --git a/src/IconVideogameAssetOffSharpFilled.tsx b/src/IconVideogameAssetOffSharpFilled.tsx index ace4958c4..5b2550d13 100644 --- a/src/IconVideogameAssetOffSharpFilled.tsx +++ b/src/IconVideogameAssetOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconVideogameAssetOutlined.tsx b/src/IconVideogameAssetOutlined.tsx index 8b76e19ec..b811cb2bc 100644 --- a/src/IconVideogameAssetOutlined.tsx +++ b/src/IconVideogameAssetOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetOutlined: React.FC = ({ ...props diff --git a/src/IconVideogameAssetOutlinedFilled.tsx b/src/IconVideogameAssetOutlinedFilled.tsx index ebbf16aaa..7775ef6d9 100644 --- a/src/IconVideogameAssetOutlinedFilled.tsx +++ b/src/IconVideogameAssetOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVideogameAssetRounded.tsx b/src/IconVideogameAssetRounded.tsx index 3b8a1ace8..e5ad0b722 100644 --- a/src/IconVideogameAssetRounded.tsx +++ b/src/IconVideogameAssetRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetRounded: React.FC = ({ ...props diff --git a/src/IconVideogameAssetRoundedFilled.tsx b/src/IconVideogameAssetRoundedFilled.tsx index ad43c354b..bc6e95216 100644 --- a/src/IconVideogameAssetRoundedFilled.tsx +++ b/src/IconVideogameAssetRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVideogameAssetSharp.tsx b/src/IconVideogameAssetSharp.tsx index 776465180..e089563c6 100644 --- a/src/IconVideogameAssetSharp.tsx +++ b/src/IconVideogameAssetSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVideogameAssetSharpFilled.tsx b/src/IconVideogameAssetSharpFilled.tsx index 8923bf870..f722e8224 100644 --- a/src/IconVideogameAssetSharpFilled.tsx +++ b/src/IconVideogameAssetSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVideogameAssetSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewAgendaOutlined.tsx b/src/IconViewAgendaOutlined.tsx index a29feec6e..b09767ee9 100644 --- a/src/IconViewAgendaOutlined.tsx +++ b/src/IconViewAgendaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewAgendaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewAgendaOutlinedFilled.tsx b/src/IconViewAgendaOutlinedFilled.tsx index 72001da48..3cb12a2f5 100644 --- a/src/IconViewAgendaOutlinedFilled.tsx +++ b/src/IconViewAgendaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewAgendaOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewAgendaRounded.tsx b/src/IconViewAgendaRounded.tsx index feb70bb55..9c345dfa0 100644 --- a/src/IconViewAgendaRounded.tsx +++ b/src/IconViewAgendaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewAgendaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewAgendaRoundedFilled.tsx b/src/IconViewAgendaRoundedFilled.tsx index e99668528..d08e36576 100644 --- a/src/IconViewAgendaRoundedFilled.tsx +++ b/src/IconViewAgendaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewAgendaRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewAgendaSharp.tsx b/src/IconViewAgendaSharp.tsx index 5cd234756..9d40e5012 100644 --- a/src/IconViewAgendaSharp.tsx +++ b/src/IconViewAgendaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewAgendaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewAgendaSharpFilled.tsx b/src/IconViewAgendaSharpFilled.tsx index 692603963..d3a34bbe8 100644 --- a/src/IconViewAgendaSharpFilled.tsx +++ b/src/IconViewAgendaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewAgendaSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewArrayOutlined.tsx b/src/IconViewArrayOutlined.tsx index 17b299fce..26baa6027 100644 --- a/src/IconViewArrayOutlined.tsx +++ b/src/IconViewArrayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewArrayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewArrayOutlinedFilled.tsx b/src/IconViewArrayOutlinedFilled.tsx index 089ab94a4..b5b73d197 100644 --- a/src/IconViewArrayOutlinedFilled.tsx +++ b/src/IconViewArrayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewArrayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewArrayRounded.tsx b/src/IconViewArrayRounded.tsx index ce427dfad..52dd8da7d 100644 --- a/src/IconViewArrayRounded.tsx +++ b/src/IconViewArrayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewArrayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewArrayRoundedFilled.tsx b/src/IconViewArrayRoundedFilled.tsx index 3e7dbb62b..eff445f17 100644 --- a/src/IconViewArrayRoundedFilled.tsx +++ b/src/IconViewArrayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewArrayRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewArraySharp.tsx b/src/IconViewArraySharp.tsx index 0e67ded9e..62e92fb83 100644 --- a/src/IconViewArraySharp.tsx +++ b/src/IconViewArraySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewArraySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewArraySharpFilled.tsx b/src/IconViewArraySharpFilled.tsx index 5c5115efa..21cfeda2d 100644 --- a/src/IconViewArraySharpFilled.tsx +++ b/src/IconViewArraySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewArraySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCarouselOutlined.tsx b/src/IconViewCarouselOutlined.tsx index 0bf1d527a..de5dda8c5 100644 --- a/src/IconViewCarouselOutlined.tsx +++ b/src/IconViewCarouselOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCarouselOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCarouselOutlinedFilled.tsx b/src/IconViewCarouselOutlinedFilled.tsx index b80954ebf..dc9d03631 100644 --- a/src/IconViewCarouselOutlinedFilled.tsx +++ b/src/IconViewCarouselOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCarouselOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewCarouselRounded.tsx b/src/IconViewCarouselRounded.tsx index 3669fb30c..04888864a 100644 --- a/src/IconViewCarouselRounded.tsx +++ b/src/IconViewCarouselRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCarouselRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCarouselRoundedFilled.tsx b/src/IconViewCarouselRoundedFilled.tsx index e2ab68cf6..4b577489f 100644 --- a/src/IconViewCarouselRoundedFilled.tsx +++ b/src/IconViewCarouselRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCarouselRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewCarouselSharp.tsx b/src/IconViewCarouselSharp.tsx index 19064f91f..e554f1d61 100644 --- a/src/IconViewCarouselSharp.tsx +++ b/src/IconViewCarouselSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCarouselSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCarouselSharpFilled.tsx b/src/IconViewCarouselSharpFilled.tsx index 5ef6e11cd..b5a567e0c 100644 --- a/src/IconViewCarouselSharpFilled.tsx +++ b/src/IconViewCarouselSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCarouselSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewColumn2Outlined.tsx b/src/IconViewColumn2Outlined.tsx index e1647d247..81da73dc2 100644 --- a/src/IconViewColumn2Outlined.tsx +++ b/src/IconViewColumn2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumn2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewColumn2OutlinedFilled.tsx b/src/IconViewColumn2OutlinedFilled.tsx index 725615e73..00019c0ea 100644 --- a/src/IconViewColumn2OutlinedFilled.tsx +++ b/src/IconViewColumn2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumn2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewColumn2Rounded.tsx b/src/IconViewColumn2Rounded.tsx index 01bcf4ef6..945869ca1 100644 --- a/src/IconViewColumn2Rounded.tsx +++ b/src/IconViewColumn2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumn2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewColumn2RoundedFilled.tsx b/src/IconViewColumn2RoundedFilled.tsx index f0aafb7e7..c0718b395 100644 --- a/src/IconViewColumn2RoundedFilled.tsx +++ b/src/IconViewColumn2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumn2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewColumn2Sharp.tsx b/src/IconViewColumn2Sharp.tsx index b52ec9d6a..1b4f92f62 100644 --- a/src/IconViewColumn2Sharp.tsx +++ b/src/IconViewColumn2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumn2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewColumn2SharpFilled.tsx b/src/IconViewColumn2SharpFilled.tsx index 3400c05d6..ab9acfce0 100644 --- a/src/IconViewColumn2SharpFilled.tsx +++ b/src/IconViewColumn2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumn2SharpFilled: React.FC = ({ ...props diff --git a/src/IconViewColumnOutlined.tsx b/src/IconViewColumnOutlined.tsx index 9ecf076b7..657f167c2 100644 --- a/src/IconViewColumnOutlined.tsx +++ b/src/IconViewColumnOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumnOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewColumnOutlinedFilled.tsx b/src/IconViewColumnOutlinedFilled.tsx index 097ef05e3..6781d5e6a 100644 --- a/src/IconViewColumnOutlinedFilled.tsx +++ b/src/IconViewColumnOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumnOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewColumnRounded.tsx b/src/IconViewColumnRounded.tsx index c1843b059..66f782824 100644 --- a/src/IconViewColumnRounded.tsx +++ b/src/IconViewColumnRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumnRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewColumnRoundedFilled.tsx b/src/IconViewColumnRoundedFilled.tsx index a8beacf09..5ae19dec9 100644 --- a/src/IconViewColumnRoundedFilled.tsx +++ b/src/IconViewColumnRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumnRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewColumnSharp.tsx b/src/IconViewColumnSharp.tsx index 53e968fbd..107e10177 100644 --- a/src/IconViewColumnSharp.tsx +++ b/src/IconViewColumnSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumnSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewColumnSharpFilled.tsx b/src/IconViewColumnSharpFilled.tsx index 8ad3cf770..89b7c59bd 100644 --- a/src/IconViewColumnSharpFilled.tsx +++ b/src/IconViewColumnSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewColumnSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewComfyAltOutlined.tsx b/src/IconViewComfyAltOutlined.tsx index 9f6148f1e..3cb703230 100644 --- a/src/IconViewComfyAltOutlined.tsx +++ b/src/IconViewComfyAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfyAltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewComfyAltOutlinedFilled.tsx b/src/IconViewComfyAltOutlinedFilled.tsx index c4794f094..4728174d3 100644 --- a/src/IconViewComfyAltOutlinedFilled.tsx +++ b/src/IconViewComfyAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfyAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewComfyAltRounded.tsx b/src/IconViewComfyAltRounded.tsx index 6a6b8cb2e..8babb2749 100644 --- a/src/IconViewComfyAltRounded.tsx +++ b/src/IconViewComfyAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfyAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewComfyAltRoundedFilled.tsx b/src/IconViewComfyAltRoundedFilled.tsx index 992451653..20fafce24 100644 --- a/src/IconViewComfyAltRoundedFilled.tsx +++ b/src/IconViewComfyAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfyAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewComfyAltSharp.tsx b/src/IconViewComfyAltSharp.tsx index 3fc17a810..b87c92554 100644 --- a/src/IconViewComfyAltSharp.tsx +++ b/src/IconViewComfyAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfyAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewComfyAltSharpFilled.tsx b/src/IconViewComfyAltSharpFilled.tsx index 43bcdfc5b..03d546093 100644 --- a/src/IconViewComfyAltSharpFilled.tsx +++ b/src/IconViewComfyAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfyAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewComfyOutlined.tsx b/src/IconViewComfyOutlined.tsx index ab61314a6..d2a555e1c 100644 --- a/src/IconViewComfyOutlined.tsx +++ b/src/IconViewComfyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewComfyOutlinedFilled.tsx b/src/IconViewComfyOutlinedFilled.tsx index d78c5966d..05bbb987a 100644 --- a/src/IconViewComfyOutlinedFilled.tsx +++ b/src/IconViewComfyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewComfyRounded.tsx b/src/IconViewComfyRounded.tsx index 19131aeef..6bd667f7e 100644 --- a/src/IconViewComfyRounded.tsx +++ b/src/IconViewComfyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewComfyRoundedFilled.tsx b/src/IconViewComfyRoundedFilled.tsx index be8e85502..d478b931f 100644 --- a/src/IconViewComfyRoundedFilled.tsx +++ b/src/IconViewComfyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewComfySharp.tsx b/src/IconViewComfySharp.tsx index 598f28c1c..013ba5d67 100644 --- a/src/IconViewComfySharp.tsx +++ b/src/IconViewComfySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewComfySharpFilled.tsx b/src/IconViewComfySharpFilled.tsx index bd40df327..b546b89d9 100644 --- a/src/IconViewComfySharpFilled.tsx +++ b/src/IconViewComfySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewComfySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCompactAltOutlined.tsx b/src/IconViewCompactAltOutlined.tsx index 821d4f871..4a58fbff3 100644 --- a/src/IconViewCompactAltOutlined.tsx +++ b/src/IconViewCompactAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactAltOutlined: React.FC = ({ ...props diff --git a/src/IconViewCompactAltOutlinedFilled.tsx b/src/IconViewCompactAltOutlinedFilled.tsx index 5c49acef7..cc7b65a69 100644 --- a/src/IconViewCompactAltOutlinedFilled.tsx +++ b/src/IconViewCompactAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewCompactAltRounded.tsx b/src/IconViewCompactAltRounded.tsx index 360bf2c5b..9ab7cc745 100644 --- a/src/IconViewCompactAltRounded.tsx +++ b/src/IconViewCompactAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactAltRounded: React.FC = ({ ...props diff --git a/src/IconViewCompactAltRoundedFilled.tsx b/src/IconViewCompactAltRoundedFilled.tsx index 86ecd5ce7..b638a29c8 100644 --- a/src/IconViewCompactAltRoundedFilled.tsx +++ b/src/IconViewCompactAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewCompactAltSharp.tsx b/src/IconViewCompactAltSharp.tsx index 19add10ca..c5df9b6d9 100644 --- a/src/IconViewCompactAltSharp.tsx +++ b/src/IconViewCompactAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCompactAltSharpFilled.tsx b/src/IconViewCompactAltSharpFilled.tsx index 6e74713b3..283f7e79d 100644 --- a/src/IconViewCompactAltSharpFilled.tsx +++ b/src/IconViewCompactAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewCompactOutlined.tsx b/src/IconViewCompactOutlined.tsx index d68d3aad2..8470206da 100644 --- a/src/IconViewCompactOutlined.tsx +++ b/src/IconViewCompactOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCompactOutlinedFilled.tsx b/src/IconViewCompactOutlinedFilled.tsx index 0206e1272..f125a0539 100644 --- a/src/IconViewCompactOutlinedFilled.tsx +++ b/src/IconViewCompactOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewCompactRounded.tsx b/src/IconViewCompactRounded.tsx index ec56ad6d2..2b4a4c2ce 100644 --- a/src/IconViewCompactRounded.tsx +++ b/src/IconViewCompactRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCompactRoundedFilled.tsx b/src/IconViewCompactRoundedFilled.tsx index 58d3506b0..e068b8734 100644 --- a/src/IconViewCompactRoundedFilled.tsx +++ b/src/IconViewCompactRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewCompactSharp.tsx b/src/IconViewCompactSharp.tsx index 0537727d7..708dd641c 100644 --- a/src/IconViewCompactSharp.tsx +++ b/src/IconViewCompactSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCompactSharpFilled.tsx b/src/IconViewCompactSharpFilled.tsx index b4b5bffda..1ca959a18 100644 --- a/src/IconViewCompactSharpFilled.tsx +++ b/src/IconViewCompactSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCompactSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewCozyOutlined.tsx b/src/IconViewCozyOutlined.tsx index 9778d5950..518dc956c 100644 --- a/src/IconViewCozyOutlined.tsx +++ b/src/IconViewCozyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCozyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCozyOutlinedFilled.tsx b/src/IconViewCozyOutlinedFilled.tsx index 1c4d45bab..22dd9e238 100644 --- a/src/IconViewCozyOutlinedFilled.tsx +++ b/src/IconViewCozyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCozyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewCozyRounded.tsx b/src/IconViewCozyRounded.tsx index f4adbbb42..681025601 100644 --- a/src/IconViewCozyRounded.tsx +++ b/src/IconViewCozyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCozyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCozyRoundedFilled.tsx b/src/IconViewCozyRoundedFilled.tsx index 72327c520..b606e43e8 100644 --- a/src/IconViewCozyRoundedFilled.tsx +++ b/src/IconViewCozyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCozyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewCozySharp.tsx b/src/IconViewCozySharp.tsx index ff21bffe7..b75be7cb8 100644 --- a/src/IconViewCozySharp.tsx +++ b/src/IconViewCozySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCozySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewCozySharpFilled.tsx b/src/IconViewCozySharpFilled.tsx index 06dc9a479..c1e1a86ee 100644 --- a/src/IconViewCozySharpFilled.tsx +++ b/src/IconViewCozySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewCozySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconViewDayOutlined.tsx b/src/IconViewDayOutlined.tsx index c33ac947b..938fb68f7 100644 --- a/src/IconViewDayOutlined.tsx +++ b/src/IconViewDayOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewDayOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewDayOutlinedFilled.tsx b/src/IconViewDayOutlinedFilled.tsx index 042c3237d..aef108d7a 100644 --- a/src/IconViewDayOutlinedFilled.tsx +++ b/src/IconViewDayOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewDayOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewDayRounded.tsx b/src/IconViewDayRounded.tsx index 83126713f..8ce22d1fd 100644 --- a/src/IconViewDayRounded.tsx +++ b/src/IconViewDayRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewDayRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewDayRoundedFilled.tsx b/src/IconViewDayRoundedFilled.tsx index 784483be8..2fbec4da6 100644 --- a/src/IconViewDayRoundedFilled.tsx +++ b/src/IconViewDayRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewDayRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconViewDaySharp.tsx b/src/IconViewDaySharp.tsx index 9314e6a44..1a5328b51 100644 --- a/src/IconViewDaySharp.tsx +++ b/src/IconViewDaySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewDaySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewDaySharpFilled.tsx b/src/IconViewDaySharpFilled.tsx index 32155abb9..70a591929 100644 --- a/src/IconViewDaySharpFilled.tsx +++ b/src/IconViewDaySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewDaySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconViewHeadlineOutlined.tsx b/src/IconViewHeadlineOutlined.tsx index ae9488643..68f6bd4e8 100644 --- a/src/IconViewHeadlineOutlined.tsx +++ b/src/IconViewHeadlineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewHeadlineOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewHeadlineOutlinedFilled.tsx b/src/IconViewHeadlineOutlinedFilled.tsx index 46e263c9b..f1d3c47e1 100644 --- a/src/IconViewHeadlineOutlinedFilled.tsx +++ b/src/IconViewHeadlineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewHeadlineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewHeadlineRounded.tsx b/src/IconViewHeadlineRounded.tsx index e58d70421..12b70bff3 100644 --- a/src/IconViewHeadlineRounded.tsx +++ b/src/IconViewHeadlineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewHeadlineRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewHeadlineRoundedFilled.tsx b/src/IconViewHeadlineRoundedFilled.tsx index fbf654b33..a7001c3ca 100644 --- a/src/IconViewHeadlineRoundedFilled.tsx +++ b/src/IconViewHeadlineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewHeadlineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewHeadlineSharp.tsx b/src/IconViewHeadlineSharp.tsx index 23843964c..6eeb3ff02 100644 --- a/src/IconViewHeadlineSharp.tsx +++ b/src/IconViewHeadlineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewHeadlineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewHeadlineSharpFilled.tsx b/src/IconViewHeadlineSharpFilled.tsx index 677cb30dd..6b4445843 100644 --- a/src/IconViewHeadlineSharpFilled.tsx +++ b/src/IconViewHeadlineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewHeadlineSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewInArOffOutlined.tsx b/src/IconViewInArOffOutlined.tsx index d6b5a3456..b9e8e7163 100644 --- a/src/IconViewInArOffOutlined.tsx +++ b/src/IconViewInArOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewInArOffOutlinedFilled.tsx b/src/IconViewInArOffOutlinedFilled.tsx index ebf1bc8e0..b70ccb2e7 100644 --- a/src/IconViewInArOffOutlinedFilled.tsx +++ b/src/IconViewInArOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewInArOffRounded.tsx b/src/IconViewInArOffRounded.tsx index 77ef9e833..577cbf9c1 100644 --- a/src/IconViewInArOffRounded.tsx +++ b/src/IconViewInArOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewInArOffRoundedFilled.tsx b/src/IconViewInArOffRoundedFilled.tsx index 10c779d5e..540ea46a3 100644 --- a/src/IconViewInArOffRoundedFilled.tsx +++ b/src/IconViewInArOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewInArOffSharp.tsx b/src/IconViewInArOffSharp.tsx index 0f9d1a0c9..2cf033cb8 100644 --- a/src/IconViewInArOffSharp.tsx +++ b/src/IconViewInArOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewInArOffSharpFilled.tsx b/src/IconViewInArOffSharpFilled.tsx index f2867a021..d0a3e770c 100644 --- a/src/IconViewInArOffSharpFilled.tsx +++ b/src/IconViewInArOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewInArOutlined.tsx b/src/IconViewInArOutlined.tsx index 400fb3922..a449017ac 100644 --- a/src/IconViewInArOutlined.tsx +++ b/src/IconViewInArOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewInArOutlinedFilled.tsx b/src/IconViewInArOutlinedFilled.tsx index b7808f60b..a34f0b8b7 100644 --- a/src/IconViewInArOutlinedFilled.tsx +++ b/src/IconViewInArOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewInArRounded.tsx b/src/IconViewInArRounded.tsx index 8c3fdfabe..6fe941289 100644 --- a/src/IconViewInArRounded.tsx +++ b/src/IconViewInArRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewInArRoundedFilled.tsx b/src/IconViewInArRoundedFilled.tsx index 4282fad3f..4841f8f65 100644 --- a/src/IconViewInArRoundedFilled.tsx +++ b/src/IconViewInArRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewInArSharp.tsx b/src/IconViewInArSharp.tsx index 726b4a433..edd8bda8b 100644 --- a/src/IconViewInArSharp.tsx +++ b/src/IconViewInArSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewInArSharpFilled.tsx b/src/IconViewInArSharpFilled.tsx index 968d8e626..239ef9975 100644 --- a/src/IconViewInArSharpFilled.tsx +++ b/src/IconViewInArSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewInArSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconViewKanbanOutlined.tsx b/src/IconViewKanbanOutlined.tsx index 88712c922..aa869206b 100644 --- a/src/IconViewKanbanOutlined.tsx +++ b/src/IconViewKanbanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewKanbanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewKanbanOutlinedFilled.tsx b/src/IconViewKanbanOutlinedFilled.tsx index f4aff4a2f..1a95c31e9 100644 --- a/src/IconViewKanbanOutlinedFilled.tsx +++ b/src/IconViewKanbanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewKanbanOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewKanbanRounded.tsx b/src/IconViewKanbanRounded.tsx index c6558a14a..1c1a74ffd 100644 --- a/src/IconViewKanbanRounded.tsx +++ b/src/IconViewKanbanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewKanbanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewKanbanRoundedFilled.tsx b/src/IconViewKanbanRoundedFilled.tsx index 792ca5753..b05e2d4d3 100644 --- a/src/IconViewKanbanRoundedFilled.tsx +++ b/src/IconViewKanbanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewKanbanRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewKanbanSharp.tsx b/src/IconViewKanbanSharp.tsx index 4ce960af9..577edad15 100644 --- a/src/IconViewKanbanSharp.tsx +++ b/src/IconViewKanbanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewKanbanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewKanbanSharpFilled.tsx b/src/IconViewKanbanSharpFilled.tsx index a5b944e24..792cbfb06 100644 --- a/src/IconViewKanbanSharpFilled.tsx +++ b/src/IconViewKanbanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewKanbanSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewListOutlined.tsx b/src/IconViewListOutlined.tsx index f916d30be..2e6eaa815 100644 --- a/src/IconViewListOutlined.tsx +++ b/src/IconViewListOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewListOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewListOutlinedFilled.tsx b/src/IconViewListOutlinedFilled.tsx index dbb6390c7..537a889e2 100644 --- a/src/IconViewListOutlinedFilled.tsx +++ b/src/IconViewListOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewListOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewListRounded.tsx b/src/IconViewListRounded.tsx index 7ea29f163..3b64e2cfb 100644 --- a/src/IconViewListRounded.tsx +++ b/src/IconViewListRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewListRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewListRoundedFilled.tsx b/src/IconViewListRoundedFilled.tsx index 63b6d7f54..26496b107 100644 --- a/src/IconViewListRoundedFilled.tsx +++ b/src/IconViewListRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewListRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewListSharp.tsx b/src/IconViewListSharp.tsx index e5b0d0f3f..7f0e57057 100644 --- a/src/IconViewListSharp.tsx +++ b/src/IconViewListSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewListSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewListSharpFilled.tsx b/src/IconViewListSharpFilled.tsx index 50bfd46ab..c94e2d31e 100644 --- a/src/IconViewListSharpFilled.tsx +++ b/src/IconViewListSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewListSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconViewModuleOutlined.tsx b/src/IconViewModuleOutlined.tsx index e4cfd06d5..fc7c36919 100644 --- a/src/IconViewModuleOutlined.tsx +++ b/src/IconViewModuleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewModuleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewModuleOutlinedFilled.tsx b/src/IconViewModuleOutlinedFilled.tsx index 92fa068cb..4c9c194c8 100644 --- a/src/IconViewModuleOutlinedFilled.tsx +++ b/src/IconViewModuleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewModuleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewModuleRounded.tsx b/src/IconViewModuleRounded.tsx index b635fca44..b5c8a0f10 100644 --- a/src/IconViewModuleRounded.tsx +++ b/src/IconViewModuleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewModuleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewModuleRoundedFilled.tsx b/src/IconViewModuleRoundedFilled.tsx index ea1ccf8e9..75e56539f 100644 --- a/src/IconViewModuleRoundedFilled.tsx +++ b/src/IconViewModuleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewModuleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewModuleSharp.tsx b/src/IconViewModuleSharp.tsx index d89e6ea8e..5f32f7476 100644 --- a/src/IconViewModuleSharp.tsx +++ b/src/IconViewModuleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewModuleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewModuleSharpFilled.tsx b/src/IconViewModuleSharpFilled.tsx index 9a6c493e0..bc3f88bda 100644 --- a/src/IconViewModuleSharpFilled.tsx +++ b/src/IconViewModuleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewModuleSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewObjectTrackOutlined.tsx b/src/IconViewObjectTrackOutlined.tsx index d558bdfcc..2c0be3ae5 100644 --- a/src/IconViewObjectTrackOutlined.tsx +++ b/src/IconViewObjectTrackOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewObjectTrackOutlined: React.FC = ({ ...props diff --git a/src/IconViewObjectTrackOutlinedFilled.tsx b/src/IconViewObjectTrackOutlinedFilled.tsx index a85494735..0384e8373 100644 --- a/src/IconViewObjectTrackOutlinedFilled.tsx +++ b/src/IconViewObjectTrackOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewObjectTrackOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewObjectTrackRounded.tsx b/src/IconViewObjectTrackRounded.tsx index 42fc15ec7..c50b85243 100644 --- a/src/IconViewObjectTrackRounded.tsx +++ b/src/IconViewObjectTrackRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewObjectTrackRounded: React.FC = ({ ...props diff --git a/src/IconViewObjectTrackRoundedFilled.tsx b/src/IconViewObjectTrackRoundedFilled.tsx index 3a4be155b..2c7fc3bb7 100644 --- a/src/IconViewObjectTrackRoundedFilled.tsx +++ b/src/IconViewObjectTrackRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewObjectTrackRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewObjectTrackSharp.tsx b/src/IconViewObjectTrackSharp.tsx index 37507199c..cb2bd63c6 100644 --- a/src/IconViewObjectTrackSharp.tsx +++ b/src/IconViewObjectTrackSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewObjectTrackSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewObjectTrackSharpFilled.tsx b/src/IconViewObjectTrackSharpFilled.tsx index 5c40b18aa..1c17824dd 100644 --- a/src/IconViewObjectTrackSharpFilled.tsx +++ b/src/IconViewObjectTrackSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewObjectTrackSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewQuiltOutlined.tsx b/src/IconViewQuiltOutlined.tsx index d4e02c594..57698e43d 100644 --- a/src/IconViewQuiltOutlined.tsx +++ b/src/IconViewQuiltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewQuiltOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewQuiltOutlinedFilled.tsx b/src/IconViewQuiltOutlinedFilled.tsx index b8ff94194..fd9deb64f 100644 --- a/src/IconViewQuiltOutlinedFilled.tsx +++ b/src/IconViewQuiltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewQuiltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewQuiltRounded.tsx b/src/IconViewQuiltRounded.tsx index 07fa15532..5f13af194 100644 --- a/src/IconViewQuiltRounded.tsx +++ b/src/IconViewQuiltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewQuiltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewQuiltRoundedFilled.tsx b/src/IconViewQuiltRoundedFilled.tsx index 0414add55..baf18c85c 100644 --- a/src/IconViewQuiltRoundedFilled.tsx +++ b/src/IconViewQuiltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewQuiltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewQuiltSharp.tsx b/src/IconViewQuiltSharp.tsx index 4b2c7bd24..b9c951eaf 100644 --- a/src/IconViewQuiltSharp.tsx +++ b/src/IconViewQuiltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewQuiltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewQuiltSharpFilled.tsx b/src/IconViewQuiltSharpFilled.tsx index fee653e65..4aea99509 100644 --- a/src/IconViewQuiltSharpFilled.tsx +++ b/src/IconViewQuiltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewQuiltSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconViewRealSizeOutlined.tsx b/src/IconViewRealSizeOutlined.tsx index 8ae292c3b..cbe75b8c8 100644 --- a/src/IconViewRealSizeOutlined.tsx +++ b/src/IconViewRealSizeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewRealSizeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewRealSizeOutlinedFilled.tsx b/src/IconViewRealSizeOutlinedFilled.tsx index ff5e7dd01..8f15b10f4 100644 --- a/src/IconViewRealSizeOutlinedFilled.tsx +++ b/src/IconViewRealSizeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewRealSizeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewRealSizeRounded.tsx b/src/IconViewRealSizeRounded.tsx index 52802676b..4b7202131 100644 --- a/src/IconViewRealSizeRounded.tsx +++ b/src/IconViewRealSizeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewRealSizeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewRealSizeRoundedFilled.tsx b/src/IconViewRealSizeRoundedFilled.tsx index 374713aa3..bbf261329 100644 --- a/src/IconViewRealSizeRoundedFilled.tsx +++ b/src/IconViewRealSizeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewRealSizeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewRealSizeSharp.tsx b/src/IconViewRealSizeSharp.tsx index 615bc2fbf..ef08b618b 100644 --- a/src/IconViewRealSizeSharp.tsx +++ b/src/IconViewRealSizeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewRealSizeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewRealSizeSharpFilled.tsx b/src/IconViewRealSizeSharpFilled.tsx index e13eff9d5..9678437d2 100644 --- a/src/IconViewRealSizeSharpFilled.tsx +++ b/src/IconViewRealSizeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewRealSizeSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewSidebarOutlined.tsx b/src/IconViewSidebarOutlined.tsx index 057cb0ffe..5f6c7738f 100644 --- a/src/IconViewSidebarOutlined.tsx +++ b/src/IconViewSidebarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewSidebarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewSidebarOutlinedFilled.tsx b/src/IconViewSidebarOutlinedFilled.tsx index 27d0caa6f..2739f8339 100644 --- a/src/IconViewSidebarOutlinedFilled.tsx +++ b/src/IconViewSidebarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewSidebarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewSidebarRounded.tsx b/src/IconViewSidebarRounded.tsx index 0d4fc8a48..dcb18f308 100644 --- a/src/IconViewSidebarRounded.tsx +++ b/src/IconViewSidebarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewSidebarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewSidebarRoundedFilled.tsx b/src/IconViewSidebarRoundedFilled.tsx index 331e7aad3..34711d6c2 100644 --- a/src/IconViewSidebarRoundedFilled.tsx +++ b/src/IconViewSidebarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewSidebarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewSidebarSharp.tsx b/src/IconViewSidebarSharp.tsx index 0fdf61ab4..f8f961789 100644 --- a/src/IconViewSidebarSharp.tsx +++ b/src/IconViewSidebarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewSidebarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewSidebarSharpFilled.tsx b/src/IconViewSidebarSharpFilled.tsx index 863173e06..769330a43 100644 --- a/src/IconViewSidebarSharpFilled.tsx +++ b/src/IconViewSidebarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewSidebarSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewStreamOutlined.tsx b/src/IconViewStreamOutlined.tsx index c8656541c..9ddf71409 100644 --- a/src/IconViewStreamOutlined.tsx +++ b/src/IconViewStreamOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewStreamOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewStreamOutlinedFilled.tsx b/src/IconViewStreamOutlinedFilled.tsx index e47f46f65..065f9f1fa 100644 --- a/src/IconViewStreamOutlinedFilled.tsx +++ b/src/IconViewStreamOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewStreamOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewStreamRounded.tsx b/src/IconViewStreamRounded.tsx index 067342b15..b7610ea62 100644 --- a/src/IconViewStreamRounded.tsx +++ b/src/IconViewStreamRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewStreamRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewStreamRoundedFilled.tsx b/src/IconViewStreamRoundedFilled.tsx index 870368b4e..317507ca1 100644 --- a/src/IconViewStreamRoundedFilled.tsx +++ b/src/IconViewStreamRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewStreamRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewStreamSharp.tsx b/src/IconViewStreamSharp.tsx index 0d874fdb0..de6240d66 100644 --- a/src/IconViewStreamSharp.tsx +++ b/src/IconViewStreamSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewStreamSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewStreamSharpFilled.tsx b/src/IconViewStreamSharpFilled.tsx index 79bab7681..fb9fe1501 100644 --- a/src/IconViewStreamSharpFilled.tsx +++ b/src/IconViewStreamSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewStreamSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewTimelineOutlined.tsx b/src/IconViewTimelineOutlined.tsx index aac8a598e..626f16944 100644 --- a/src/IconViewTimelineOutlined.tsx +++ b/src/IconViewTimelineOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewTimelineOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewTimelineOutlinedFilled.tsx b/src/IconViewTimelineOutlinedFilled.tsx index ab3a221a6..3ee18649f 100644 --- a/src/IconViewTimelineOutlinedFilled.tsx +++ b/src/IconViewTimelineOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewTimelineOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewTimelineRounded.tsx b/src/IconViewTimelineRounded.tsx index 719b9c7a6..2bbe9f430 100644 --- a/src/IconViewTimelineRounded.tsx +++ b/src/IconViewTimelineRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewTimelineRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewTimelineRoundedFilled.tsx b/src/IconViewTimelineRoundedFilled.tsx index c5506b48e..2886ce49a 100644 --- a/src/IconViewTimelineRoundedFilled.tsx +++ b/src/IconViewTimelineRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewTimelineRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewTimelineSharp.tsx b/src/IconViewTimelineSharp.tsx index 65f611e2d..b66e5715a 100644 --- a/src/IconViewTimelineSharp.tsx +++ b/src/IconViewTimelineSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewTimelineSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewTimelineSharpFilled.tsx b/src/IconViewTimelineSharpFilled.tsx index b132fe0ac..5fc7303fa 100644 --- a/src/IconViewTimelineSharpFilled.tsx +++ b/src/IconViewTimelineSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewTimelineSharpFilled: React.FC = ({ ...props diff --git a/src/IconViewWeekOutlined.tsx b/src/IconViewWeekOutlined.tsx index 9275537c4..297f9ca3d 100644 --- a/src/IconViewWeekOutlined.tsx +++ b/src/IconViewWeekOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewWeekOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconViewWeekOutlinedFilled.tsx b/src/IconViewWeekOutlinedFilled.tsx index e8af7f81c..dd6bc73cd 100644 --- a/src/IconViewWeekOutlinedFilled.tsx +++ b/src/IconViewWeekOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewWeekOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconViewWeekRounded.tsx b/src/IconViewWeekRounded.tsx index d8df82c95..25bbd1d82 100644 --- a/src/IconViewWeekRounded.tsx +++ b/src/IconViewWeekRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewWeekRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconViewWeekRoundedFilled.tsx b/src/IconViewWeekRoundedFilled.tsx index e8072d104..8a4f6b74e 100644 --- a/src/IconViewWeekRoundedFilled.tsx +++ b/src/IconViewWeekRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewWeekRoundedFilled: React.FC = ({ ...props diff --git a/src/IconViewWeekSharp.tsx b/src/IconViewWeekSharp.tsx index 4b4dba2d5..1d47a001a 100644 --- a/src/IconViewWeekSharp.tsx +++ b/src/IconViewWeekSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewWeekSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconViewWeekSharpFilled.tsx b/src/IconViewWeekSharpFilled.tsx index d1a638ce1..103db14ab 100644 --- a/src/IconViewWeekSharpFilled.tsx +++ b/src/IconViewWeekSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconViewWeekSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVignetteOutlined.tsx b/src/IconVignetteOutlined.tsx index 05250dc5f..7115bd929 100644 --- a/src/IconVignetteOutlined.tsx +++ b/src/IconVignetteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVignetteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVignetteOutlinedFilled.tsx b/src/IconVignetteOutlinedFilled.tsx index 6068a4c9a..32c98bb45 100644 --- a/src/IconVignetteOutlinedFilled.tsx +++ b/src/IconVignetteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVignetteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVignetteRounded.tsx b/src/IconVignetteRounded.tsx index c96a0b2f2..f0d5d2aeb 100644 --- a/src/IconVignetteRounded.tsx +++ b/src/IconVignetteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVignetteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVignetteRoundedFilled.tsx b/src/IconVignetteRoundedFilled.tsx index 6e34b41e6..86bba3b9a 100644 --- a/src/IconVignetteRoundedFilled.tsx +++ b/src/IconVignetteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVignetteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVignetteSharp.tsx b/src/IconVignetteSharp.tsx index 6c43de22e..5a11c03d8 100644 --- a/src/IconVignetteSharp.tsx +++ b/src/IconVignetteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVignetteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVignetteSharpFilled.tsx b/src/IconVignetteSharpFilled.tsx index 60933836b..bf455ec14 100644 --- a/src/IconVignetteSharpFilled.tsx +++ b/src/IconVignetteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVignetteSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVillaOutlined.tsx b/src/IconVillaOutlined.tsx index 10f0d004c..01efbcd1f 100644 --- a/src/IconVillaOutlined.tsx +++ b/src/IconVillaOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVillaOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVillaOutlinedFilled.tsx b/src/IconVillaOutlinedFilled.tsx index 2b6bd40e9..dcc15fe8b 100644 --- a/src/IconVillaOutlinedFilled.tsx +++ b/src/IconVillaOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVillaOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVillaRounded.tsx b/src/IconVillaRounded.tsx index fa025dedd..76c7fd871 100644 --- a/src/IconVillaRounded.tsx +++ b/src/IconVillaRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVillaRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVillaRoundedFilled.tsx b/src/IconVillaRoundedFilled.tsx index e096b7743..04ce6ee51 100644 --- a/src/IconVillaRoundedFilled.tsx +++ b/src/IconVillaRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVillaRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVillaSharp.tsx b/src/IconVillaSharp.tsx index 89fad8e86..004c9943f 100644 --- a/src/IconVillaSharp.tsx +++ b/src/IconVillaSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVillaSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVillaSharpFilled.tsx b/src/IconVillaSharpFilled.tsx index fa896ad14..b5e01802f 100644 --- a/src/IconVillaSharpFilled.tsx +++ b/src/IconVillaSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVillaSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVisibilityLockOutlined.tsx b/src/IconVisibilityLockOutlined.tsx index aad20ab49..624ff9c44 100644 --- a/src/IconVisibilityLockOutlined.tsx +++ b/src/IconVisibilityLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityLockOutlined: React.FC = ({ ...props diff --git a/src/IconVisibilityLockOutlinedFilled.tsx b/src/IconVisibilityLockOutlinedFilled.tsx index 4dd246918..989d52f45 100644 --- a/src/IconVisibilityLockOutlinedFilled.tsx +++ b/src/IconVisibilityLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVisibilityLockRounded.tsx b/src/IconVisibilityLockRounded.tsx index af5b9626d..5ce63566d 100644 --- a/src/IconVisibilityLockRounded.tsx +++ b/src/IconVisibilityLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityLockRounded: React.FC = ({ ...props diff --git a/src/IconVisibilityLockRoundedFilled.tsx b/src/IconVisibilityLockRoundedFilled.tsx index a8b0cdfd0..9ccf09905 100644 --- a/src/IconVisibilityLockRoundedFilled.tsx +++ b/src/IconVisibilityLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVisibilityLockSharp.tsx b/src/IconVisibilityLockSharp.tsx index 3c3972791..ae343c3af 100644 --- a/src/IconVisibilityLockSharp.tsx +++ b/src/IconVisibilityLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVisibilityLockSharpFilled.tsx b/src/IconVisibilityLockSharpFilled.tsx index 468c5ea72..835eca70d 100644 --- a/src/IconVisibilityLockSharpFilled.tsx +++ b/src/IconVisibilityLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityLockSharpFilled: React.FC = ({ ...props diff --git a/src/IconVisibilityOffOutlined.tsx b/src/IconVisibilityOffOutlined.tsx index d205e56b0..a0b106c0b 100644 --- a/src/IconVisibilityOffOutlined.tsx +++ b/src/IconVisibilityOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityOffOutlined: React.FC = ({ ...props diff --git a/src/IconVisibilityOffOutlinedFilled.tsx b/src/IconVisibilityOffOutlinedFilled.tsx index 3014fb764..7f9e4b94a 100644 --- a/src/IconVisibilityOffOutlinedFilled.tsx +++ b/src/IconVisibilityOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVisibilityOffRounded.tsx b/src/IconVisibilityOffRounded.tsx index 63a909101..6584b862d 100644 --- a/src/IconVisibilityOffRounded.tsx +++ b/src/IconVisibilityOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVisibilityOffRoundedFilled.tsx b/src/IconVisibilityOffRoundedFilled.tsx index d92a6bcf3..c351e0441 100644 --- a/src/IconVisibilityOffRoundedFilled.tsx +++ b/src/IconVisibilityOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVisibilityOffSharp.tsx b/src/IconVisibilityOffSharp.tsx index 5ce768bbe..933b5921e 100644 --- a/src/IconVisibilityOffSharp.tsx +++ b/src/IconVisibilityOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVisibilityOffSharpFilled.tsx b/src/IconVisibilityOffSharpFilled.tsx index 13d4ccb38..5b61aa246 100644 --- a/src/IconVisibilityOffSharpFilled.tsx +++ b/src/IconVisibilityOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconVisibilityOutlined.tsx b/src/IconVisibilityOutlined.tsx index 59128f15d..b20f293ad 100644 --- a/src/IconVisibilityOutlined.tsx +++ b/src/IconVisibilityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVisibilityOutlinedFilled.tsx b/src/IconVisibilityOutlinedFilled.tsx index 706023dcb..36d387506 100644 --- a/src/IconVisibilityOutlinedFilled.tsx +++ b/src/IconVisibilityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVisibilityRounded.tsx b/src/IconVisibilityRounded.tsx index ef42b8430..316d370e9 100644 --- a/src/IconVisibilityRounded.tsx +++ b/src/IconVisibilityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVisibilityRoundedFilled.tsx b/src/IconVisibilityRoundedFilled.tsx index 23741bbf9..ee09fbd1e 100644 --- a/src/IconVisibilityRoundedFilled.tsx +++ b/src/IconVisibilityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVisibilitySharp.tsx b/src/IconVisibilitySharp.tsx index 74df57c0d..542a15851 100644 --- a/src/IconVisibilitySharp.tsx +++ b/src/IconVisibilitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVisibilitySharpFilled.tsx b/src/IconVisibilitySharpFilled.tsx index d0eb04eac..0b93869ca 100644 --- a/src/IconVisibilitySharpFilled.tsx +++ b/src/IconVisibilitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVisibilitySharpFilled: React.FC = ({ ...props diff --git a/src/IconVitalSignsOutlined.tsx b/src/IconVitalSignsOutlined.tsx index 1c4caac3f..6884edc4c 100644 --- a/src/IconVitalSignsOutlined.tsx +++ b/src/IconVitalSignsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVitalSignsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVitalSignsOutlinedFilled.tsx b/src/IconVitalSignsOutlinedFilled.tsx index 1c389ec1c..71b4b352b 100644 --- a/src/IconVitalSignsOutlinedFilled.tsx +++ b/src/IconVitalSignsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVitalSignsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVitalSignsRounded.tsx b/src/IconVitalSignsRounded.tsx index e922390e6..2c23f22ad 100644 --- a/src/IconVitalSignsRounded.tsx +++ b/src/IconVitalSignsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVitalSignsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVitalSignsRoundedFilled.tsx b/src/IconVitalSignsRoundedFilled.tsx index d23820a09..1a5c9499d 100644 --- a/src/IconVitalSignsRoundedFilled.tsx +++ b/src/IconVitalSignsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVitalSignsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVitalSignsSharp.tsx b/src/IconVitalSignsSharp.tsx index 82f62e7d4..c0651b20f 100644 --- a/src/IconVitalSignsSharp.tsx +++ b/src/IconVitalSignsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVitalSignsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVitalSignsSharpFilled.tsx b/src/IconVitalSignsSharpFilled.tsx index e439ce0c3..1e14ee666 100644 --- a/src/IconVitalSignsSharpFilled.tsx +++ b/src/IconVitalSignsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVitalSignsSharpFilled: React.FC = ({ ...props diff --git a/src/IconVo2MaxOutlined.tsx b/src/IconVo2MaxOutlined.tsx index fa8e88beb..10bd9cbd5 100644 --- a/src/IconVo2MaxOutlined.tsx +++ b/src/IconVo2MaxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVo2MaxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVo2MaxOutlinedFilled.tsx b/src/IconVo2MaxOutlinedFilled.tsx index 339852e18..79aaa908f 100644 --- a/src/IconVo2MaxOutlinedFilled.tsx +++ b/src/IconVo2MaxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVo2MaxOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVo2MaxRounded.tsx b/src/IconVo2MaxRounded.tsx index 162a3c822..2ad8f6d88 100644 --- a/src/IconVo2MaxRounded.tsx +++ b/src/IconVo2MaxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVo2MaxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVo2MaxRoundedFilled.tsx b/src/IconVo2MaxRoundedFilled.tsx index 9c64845b4..a48d42c86 100644 --- a/src/IconVo2MaxRoundedFilled.tsx +++ b/src/IconVo2MaxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVo2MaxRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVo2MaxSharp.tsx b/src/IconVo2MaxSharp.tsx index 6e1d3b14b..752b78ee1 100644 --- a/src/IconVo2MaxSharp.tsx +++ b/src/IconVo2MaxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVo2MaxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVo2MaxSharpFilled.tsx b/src/IconVo2MaxSharpFilled.tsx index b8e002cc9..ba63617f2 100644 --- a/src/IconVo2MaxSharpFilled.tsx +++ b/src/IconVo2MaxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVo2MaxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVoiceChatOutlined.tsx b/src/IconVoiceChatOutlined.tsx index d9a7c8fdb..9c925ba1e 100644 --- a/src/IconVoiceChatOutlined.tsx +++ b/src/IconVoiceChatOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceChatOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVoiceChatOutlinedFilled.tsx b/src/IconVoiceChatOutlinedFilled.tsx index 4c5e697fa..6bdbefb55 100644 --- a/src/IconVoiceChatOutlinedFilled.tsx +++ b/src/IconVoiceChatOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceChatOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVoiceChatRounded.tsx b/src/IconVoiceChatRounded.tsx index c487c99b3..4c734ebed 100644 --- a/src/IconVoiceChatRounded.tsx +++ b/src/IconVoiceChatRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceChatRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVoiceChatRoundedFilled.tsx b/src/IconVoiceChatRoundedFilled.tsx index d3332f27d..45243c96b 100644 --- a/src/IconVoiceChatRoundedFilled.tsx +++ b/src/IconVoiceChatRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceChatRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVoiceChatSharp.tsx b/src/IconVoiceChatSharp.tsx index 13630c133..b83938f43 100644 --- a/src/IconVoiceChatSharp.tsx +++ b/src/IconVoiceChatSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceChatSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVoiceChatSharpFilled.tsx b/src/IconVoiceChatSharpFilled.tsx index 7f82fc3e5..4ca4ba004 100644 --- a/src/IconVoiceChatSharpFilled.tsx +++ b/src/IconVoiceChatSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceChatSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVoiceOverOffOutlined.tsx b/src/IconVoiceOverOffOutlined.tsx index 28ac3c0a1..3615a5dec 100644 --- a/src/IconVoiceOverOffOutlined.tsx +++ b/src/IconVoiceOverOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceOverOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVoiceOverOffOutlinedFilled.tsx b/src/IconVoiceOverOffOutlinedFilled.tsx index b0ec7c933..cd1279eda 100644 --- a/src/IconVoiceOverOffOutlinedFilled.tsx +++ b/src/IconVoiceOverOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceOverOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVoiceOverOffRounded.tsx b/src/IconVoiceOverOffRounded.tsx index 19d7bdd02..95438a1dc 100644 --- a/src/IconVoiceOverOffRounded.tsx +++ b/src/IconVoiceOverOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceOverOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVoiceOverOffRoundedFilled.tsx b/src/IconVoiceOverOffRoundedFilled.tsx index 2b088a5aa..d79aa9013 100644 --- a/src/IconVoiceOverOffRoundedFilled.tsx +++ b/src/IconVoiceOverOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceOverOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVoiceOverOffSharp.tsx b/src/IconVoiceOverOffSharp.tsx index bb5ef4ba1..e71196963 100644 --- a/src/IconVoiceOverOffSharp.tsx +++ b/src/IconVoiceOverOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceOverOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVoiceOverOffSharpFilled.tsx b/src/IconVoiceOverOffSharpFilled.tsx index d1002a27c..d95f93c9d 100644 --- a/src/IconVoiceOverOffSharpFilled.tsx +++ b/src/IconVoiceOverOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceOverOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconVoiceSelectionOffOutlined.tsx b/src/IconVoiceSelectionOffOutlined.tsx index b2b1a6703..977193d5d 100644 --- a/src/IconVoiceSelectionOffOutlined.tsx +++ b/src/IconVoiceSelectionOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionOffOutlined: React.FC = ({ ...props diff --git a/src/IconVoiceSelectionOffOutlinedFilled.tsx b/src/IconVoiceSelectionOffOutlinedFilled.tsx index b61a361b9..78fb66e9e 100644 --- a/src/IconVoiceSelectionOffOutlinedFilled.tsx +++ b/src/IconVoiceSelectionOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVoiceSelectionOffRounded.tsx b/src/IconVoiceSelectionOffRounded.tsx index a0a82d6be..aa61a6f79 100644 --- a/src/IconVoiceSelectionOffRounded.tsx +++ b/src/IconVoiceSelectionOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionOffRounded: React.FC = ({ ...props diff --git a/src/IconVoiceSelectionOffRoundedFilled.tsx b/src/IconVoiceSelectionOffRoundedFilled.tsx index 805b02e7e..48c25570e 100644 --- a/src/IconVoiceSelectionOffRoundedFilled.tsx +++ b/src/IconVoiceSelectionOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVoiceSelectionOffSharp.tsx b/src/IconVoiceSelectionOffSharp.tsx index 1a3755b91..6c2cbf73b 100644 --- a/src/IconVoiceSelectionOffSharp.tsx +++ b/src/IconVoiceSelectionOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionOffSharp: React.FC = ({ ...props diff --git a/src/IconVoiceSelectionOffSharpFilled.tsx b/src/IconVoiceSelectionOffSharpFilled.tsx index 7c00f1abc..775b5b8e4 100644 --- a/src/IconVoiceSelectionOffSharpFilled.tsx +++ b/src/IconVoiceSelectionOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconVoiceSelectionOutlined.tsx b/src/IconVoiceSelectionOutlined.tsx index 079ef2d7f..cc8c9e761 100644 --- a/src/IconVoiceSelectionOutlined.tsx +++ b/src/IconVoiceSelectionOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionOutlined: React.FC = ({ ...props diff --git a/src/IconVoiceSelectionOutlinedFilled.tsx b/src/IconVoiceSelectionOutlinedFilled.tsx index c7329ae87..3ddf44a0d 100644 --- a/src/IconVoiceSelectionOutlinedFilled.tsx +++ b/src/IconVoiceSelectionOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVoiceSelectionRounded.tsx b/src/IconVoiceSelectionRounded.tsx index 938cff899..955b8311b 100644 --- a/src/IconVoiceSelectionRounded.tsx +++ b/src/IconVoiceSelectionRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionRounded: React.FC = ({ ...props diff --git a/src/IconVoiceSelectionRoundedFilled.tsx b/src/IconVoiceSelectionRoundedFilled.tsx index bd9fc4c52..627f8dcbf 100644 --- a/src/IconVoiceSelectionRoundedFilled.tsx +++ b/src/IconVoiceSelectionRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVoiceSelectionSharp.tsx b/src/IconVoiceSelectionSharp.tsx index d34e015d1..27db61f2b 100644 --- a/src/IconVoiceSelectionSharp.tsx +++ b/src/IconVoiceSelectionSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVoiceSelectionSharpFilled.tsx b/src/IconVoiceSelectionSharpFilled.tsx index d382e1746..987438628 100644 --- a/src/IconVoiceSelectionSharpFilled.tsx +++ b/src/IconVoiceSelectionSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoiceSelectionSharpFilled: React.FC = ({ ...props diff --git a/src/IconVoicemailOutlined.tsx b/src/IconVoicemailOutlined.tsx index 6852ac653..b12759a7e 100644 --- a/src/IconVoicemailOutlined.tsx +++ b/src/IconVoicemailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoicemailOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVoicemailOutlinedFilled.tsx b/src/IconVoicemailOutlinedFilled.tsx index b79ed120d..662668b1f 100644 --- a/src/IconVoicemailOutlinedFilled.tsx +++ b/src/IconVoicemailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoicemailOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVoicemailRounded.tsx b/src/IconVoicemailRounded.tsx index 4dd43fc92..b5f6aae39 100644 --- a/src/IconVoicemailRounded.tsx +++ b/src/IconVoicemailRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoicemailRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVoicemailRoundedFilled.tsx b/src/IconVoicemailRoundedFilled.tsx index ea475f075..b9e7daa2d 100644 --- a/src/IconVoicemailRoundedFilled.tsx +++ b/src/IconVoicemailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoicemailRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVoicemailSharp.tsx b/src/IconVoicemailSharp.tsx index 017921d80..9cc1a3884 100644 --- a/src/IconVoicemailSharp.tsx +++ b/src/IconVoicemailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoicemailSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVoicemailSharpFilled.tsx b/src/IconVoicemailSharpFilled.tsx index 07e9d2182..7c5db41ac 100644 --- a/src/IconVoicemailSharpFilled.tsx +++ b/src/IconVoicemailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVoicemailSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVolcanoOutlined.tsx b/src/IconVolcanoOutlined.tsx index d930588c3..3ddc78406 100644 --- a/src/IconVolcanoOutlined.tsx +++ b/src/IconVolcanoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolcanoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVolcanoOutlinedFilled.tsx b/src/IconVolcanoOutlinedFilled.tsx index b4528e58c..95c4de1e9 100644 --- a/src/IconVolcanoOutlinedFilled.tsx +++ b/src/IconVolcanoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolcanoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVolcanoRounded.tsx b/src/IconVolcanoRounded.tsx index f439f4093..bde104165 100644 --- a/src/IconVolcanoRounded.tsx +++ b/src/IconVolcanoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolcanoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVolcanoRoundedFilled.tsx b/src/IconVolcanoRoundedFilled.tsx index b934e407c..1aa182793 100644 --- a/src/IconVolcanoRoundedFilled.tsx +++ b/src/IconVolcanoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolcanoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVolcanoSharp.tsx b/src/IconVolcanoSharp.tsx index e66824095..81fee0ed1 100644 --- a/src/IconVolcanoSharp.tsx +++ b/src/IconVolcanoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolcanoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVolcanoSharpFilled.tsx b/src/IconVolcanoSharpFilled.tsx index 495a10961..0bde36a8b 100644 --- a/src/IconVolcanoSharpFilled.tsx +++ b/src/IconVolcanoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolcanoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeDownAltOutlined.tsx b/src/IconVolumeDownAltOutlined.tsx index 243218d19..f7338bff9 100644 --- a/src/IconVolumeDownAltOutlined.tsx +++ b/src/IconVolumeDownAltOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownAltOutlined: React.FC = ({ ...props diff --git a/src/IconVolumeDownAltOutlinedFilled.tsx b/src/IconVolumeDownAltOutlinedFilled.tsx index fb07e6c60..54c53e5b4 100644 --- a/src/IconVolumeDownAltOutlinedFilled.tsx +++ b/src/IconVolumeDownAltOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownAltOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVolumeDownAltRounded.tsx b/src/IconVolumeDownAltRounded.tsx index bdccdcf63..2ab078873 100644 --- a/src/IconVolumeDownAltRounded.tsx +++ b/src/IconVolumeDownAltRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownAltRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeDownAltRoundedFilled.tsx b/src/IconVolumeDownAltRoundedFilled.tsx index b6783f242..e074c7574 100644 --- a/src/IconVolumeDownAltRoundedFilled.tsx +++ b/src/IconVolumeDownAltRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownAltRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVolumeDownAltSharp.tsx b/src/IconVolumeDownAltSharp.tsx index 70be6e68e..b2db462cb 100644 --- a/src/IconVolumeDownAltSharp.tsx +++ b/src/IconVolumeDownAltSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownAltSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeDownAltSharpFilled.tsx b/src/IconVolumeDownAltSharpFilled.tsx index 743cfed77..3bf3ebeff 100644 --- a/src/IconVolumeDownAltSharpFilled.tsx +++ b/src/IconVolumeDownAltSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownAltSharpFilled: React.FC = ({ ...props diff --git a/src/IconVolumeDownOutlined.tsx b/src/IconVolumeDownOutlined.tsx index 680ea0a25..205d223e3 100644 --- a/src/IconVolumeDownOutlined.tsx +++ b/src/IconVolumeDownOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeDownOutlinedFilled.tsx b/src/IconVolumeDownOutlinedFilled.tsx index 6cca30b35..44b4fcaf4 100644 --- a/src/IconVolumeDownOutlinedFilled.tsx +++ b/src/IconVolumeDownOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVolumeDownRounded.tsx b/src/IconVolumeDownRounded.tsx index 596d9aec1..9e1680b82 100644 --- a/src/IconVolumeDownRounded.tsx +++ b/src/IconVolumeDownRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeDownRoundedFilled.tsx b/src/IconVolumeDownRoundedFilled.tsx index c4df81f72..1a001eda9 100644 --- a/src/IconVolumeDownRoundedFilled.tsx +++ b/src/IconVolumeDownRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVolumeDownSharp.tsx b/src/IconVolumeDownSharp.tsx index 4cf60372f..4caf32597 100644 --- a/src/IconVolumeDownSharp.tsx +++ b/src/IconVolumeDownSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeDownSharpFilled.tsx b/src/IconVolumeDownSharpFilled.tsx index 23523092b..b960c646b 100644 --- a/src/IconVolumeDownSharpFilled.tsx +++ b/src/IconVolumeDownSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeDownSharpFilled: React.FC = ({ ...props diff --git a/src/IconVolumeMuteOutlined.tsx b/src/IconVolumeMuteOutlined.tsx index 1fa90f88c..2554a118d 100644 --- a/src/IconVolumeMuteOutlined.tsx +++ b/src/IconVolumeMuteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeMuteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeMuteOutlinedFilled.tsx b/src/IconVolumeMuteOutlinedFilled.tsx index 91b4ae5e5..1c780196a 100644 --- a/src/IconVolumeMuteOutlinedFilled.tsx +++ b/src/IconVolumeMuteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeMuteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVolumeMuteRounded.tsx b/src/IconVolumeMuteRounded.tsx index a6d61853a..a7f0af567 100644 --- a/src/IconVolumeMuteRounded.tsx +++ b/src/IconVolumeMuteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeMuteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeMuteRoundedFilled.tsx b/src/IconVolumeMuteRoundedFilled.tsx index 634ce9fba..1066ab61b 100644 --- a/src/IconVolumeMuteRoundedFilled.tsx +++ b/src/IconVolumeMuteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeMuteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVolumeMuteSharp.tsx b/src/IconVolumeMuteSharp.tsx index 2b375cac8..8fbdf2a1c 100644 --- a/src/IconVolumeMuteSharp.tsx +++ b/src/IconVolumeMuteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeMuteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeMuteSharpFilled.tsx b/src/IconVolumeMuteSharpFilled.tsx index 4d438cbaa..d152b6c17 100644 --- a/src/IconVolumeMuteSharpFilled.tsx +++ b/src/IconVolumeMuteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeMuteSharpFilled: React.FC = ({ ...props diff --git a/src/IconVolumeOffOutlined.tsx b/src/IconVolumeOffOutlined.tsx index 1b5df8603..9a3c89f9d 100644 --- a/src/IconVolumeOffOutlined.tsx +++ b/src/IconVolumeOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeOffOutlinedFilled.tsx b/src/IconVolumeOffOutlinedFilled.tsx index ff3e285ac..2b7dcc744 100644 --- a/src/IconVolumeOffOutlinedFilled.tsx +++ b/src/IconVolumeOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVolumeOffRounded.tsx b/src/IconVolumeOffRounded.tsx index d0e4d5491..6a9f3a890 100644 --- a/src/IconVolumeOffRounded.tsx +++ b/src/IconVolumeOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeOffRoundedFilled.tsx b/src/IconVolumeOffRoundedFilled.tsx index dffae9173..84d6d07b6 100644 --- a/src/IconVolumeOffRoundedFilled.tsx +++ b/src/IconVolumeOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVolumeOffSharp.tsx b/src/IconVolumeOffSharp.tsx index 809e10b1f..46f2f2913 100644 --- a/src/IconVolumeOffSharp.tsx +++ b/src/IconVolumeOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeOffSharpFilled.tsx b/src/IconVolumeOffSharpFilled.tsx index 0bc313ba1..aae85b150 100644 --- a/src/IconVolumeOffSharpFilled.tsx +++ b/src/IconVolumeOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeUpOutlined.tsx b/src/IconVolumeUpOutlined.tsx index 27304cfba..7d74e1e01 100644 --- a/src/IconVolumeUpOutlined.tsx +++ b/src/IconVolumeUpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeUpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeUpOutlinedFilled.tsx b/src/IconVolumeUpOutlinedFilled.tsx index 0c717f361..7b6164109 100644 --- a/src/IconVolumeUpOutlinedFilled.tsx +++ b/src/IconVolumeUpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeUpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVolumeUpRounded.tsx b/src/IconVolumeUpRounded.tsx index ccf427d5e..db5432c50 100644 --- a/src/IconVolumeUpRounded.tsx +++ b/src/IconVolumeUpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeUpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeUpRoundedFilled.tsx b/src/IconVolumeUpRoundedFilled.tsx index 8054be89a..9d9190ae4 100644 --- a/src/IconVolumeUpRoundedFilled.tsx +++ b/src/IconVolumeUpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeUpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVolumeUpSharp.tsx b/src/IconVolumeUpSharp.tsx index 6912692d2..19c4eb69a 100644 --- a/src/IconVolumeUpSharp.tsx +++ b/src/IconVolumeUpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeUpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVolumeUpSharpFilled.tsx b/src/IconVolumeUpSharpFilled.tsx index 499c67fa2..7b2d63156 100644 --- a/src/IconVolumeUpSharpFilled.tsx +++ b/src/IconVolumeUpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolumeUpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVolunteerActivismOutlined.tsx b/src/IconVolunteerActivismOutlined.tsx index 64b2c2d50..43fe880d0 100644 --- a/src/IconVolunteerActivismOutlined.tsx +++ b/src/IconVolunteerActivismOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolunteerActivismOutlined: React.FC = ({ ...props diff --git a/src/IconVolunteerActivismOutlinedFilled.tsx b/src/IconVolunteerActivismOutlinedFilled.tsx index 36a11aa28..384fec4d7 100644 --- a/src/IconVolunteerActivismOutlinedFilled.tsx +++ b/src/IconVolunteerActivismOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolunteerActivismOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVolunteerActivismRounded.tsx b/src/IconVolunteerActivismRounded.tsx index bd61e1fd1..171385c34 100644 --- a/src/IconVolunteerActivismRounded.tsx +++ b/src/IconVolunteerActivismRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolunteerActivismRounded: React.FC = ({ ...props diff --git a/src/IconVolunteerActivismRoundedFilled.tsx b/src/IconVolunteerActivismRoundedFilled.tsx index 192e56ebd..00a6bf8ef 100644 --- a/src/IconVolunteerActivismRoundedFilled.tsx +++ b/src/IconVolunteerActivismRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolunteerActivismRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVolunteerActivismSharp.tsx b/src/IconVolunteerActivismSharp.tsx index 78c82395c..55628701c 100644 --- a/src/IconVolunteerActivismSharp.tsx +++ b/src/IconVolunteerActivismSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolunteerActivismSharp: React.FC = ({ ...props diff --git a/src/IconVolunteerActivismSharpFilled.tsx b/src/IconVolunteerActivismSharpFilled.tsx index e329fde2f..7c7d929fe 100644 --- a/src/IconVolunteerActivismSharpFilled.tsx +++ b/src/IconVolunteerActivismSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVolunteerActivismSharpFilled: React.FC = ({ ...props diff --git a/src/IconVotingChipOutlined.tsx b/src/IconVotingChipOutlined.tsx index e0d66e669..153fde393 100644 --- a/src/IconVotingChipOutlined.tsx +++ b/src/IconVotingChipOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVotingChipOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVotingChipOutlinedFilled.tsx b/src/IconVotingChipOutlinedFilled.tsx index 8e0f4e8ab..40dd29c0f 100644 --- a/src/IconVotingChipOutlinedFilled.tsx +++ b/src/IconVotingChipOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVotingChipOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVotingChipRounded.tsx b/src/IconVotingChipRounded.tsx index e1788f9f3..9e17597e1 100644 --- a/src/IconVotingChipRounded.tsx +++ b/src/IconVotingChipRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVotingChipRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVotingChipRoundedFilled.tsx b/src/IconVotingChipRoundedFilled.tsx index 460288075..f1c88a1c4 100644 --- a/src/IconVotingChipRoundedFilled.tsx +++ b/src/IconVotingChipRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVotingChipRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVotingChipSharp.tsx b/src/IconVotingChipSharp.tsx index 6c01eca56..b1aaae726 100644 --- a/src/IconVotingChipSharp.tsx +++ b/src/IconVotingChipSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVotingChipSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVotingChipSharpFilled.tsx b/src/IconVotingChipSharpFilled.tsx index 1a79f236c..6a9e1d61d 100644 --- a/src/IconVotingChipSharpFilled.tsx +++ b/src/IconVotingChipSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVotingChipSharpFilled: React.FC = ({ ...props diff --git a/src/IconVpnKeyAlertOutlined.tsx b/src/IconVpnKeyAlertOutlined.tsx index 5e765d6b3..1d3357576 100644 --- a/src/IconVpnKeyAlertOutlined.tsx +++ b/src/IconVpnKeyAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeyAlertOutlinedFilled.tsx b/src/IconVpnKeyAlertOutlinedFilled.tsx index 4086b7024..6d52a47f6 100644 --- a/src/IconVpnKeyAlertOutlinedFilled.tsx +++ b/src/IconVpnKeyAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVpnKeyAlertRounded.tsx b/src/IconVpnKeyAlertRounded.tsx index 5401c3b4a..7627abbb1 100644 --- a/src/IconVpnKeyAlertRounded.tsx +++ b/src/IconVpnKeyAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeyAlertRoundedFilled.tsx b/src/IconVpnKeyAlertRoundedFilled.tsx index b907277f3..1d57edc3d 100644 --- a/src/IconVpnKeyAlertRoundedFilled.tsx +++ b/src/IconVpnKeyAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVpnKeyAlertSharp.tsx b/src/IconVpnKeyAlertSharp.tsx index f2e4e6c0c..916dabbbe 100644 --- a/src/IconVpnKeyAlertSharp.tsx +++ b/src/IconVpnKeyAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeyAlertSharpFilled.tsx b/src/IconVpnKeyAlertSharpFilled.tsx index e111912fd..90df2a39d 100644 --- a/src/IconVpnKeyAlertSharpFilled.tsx +++ b/src/IconVpnKeyAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconVpnKeyOffOutlined.tsx b/src/IconVpnKeyOffOutlined.tsx index 4cc62781d..e79516111 100644 --- a/src/IconVpnKeyOffOutlined.tsx +++ b/src/IconVpnKeyOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeyOffOutlinedFilled.tsx b/src/IconVpnKeyOffOutlinedFilled.tsx index 72a9a6737..5e4e64c74 100644 --- a/src/IconVpnKeyOffOutlinedFilled.tsx +++ b/src/IconVpnKeyOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVpnKeyOffRounded.tsx b/src/IconVpnKeyOffRounded.tsx index 644492893..3e197727c 100644 --- a/src/IconVpnKeyOffRounded.tsx +++ b/src/IconVpnKeyOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeyOffRoundedFilled.tsx b/src/IconVpnKeyOffRoundedFilled.tsx index 948d63f5c..ebf4830aa 100644 --- a/src/IconVpnKeyOffRoundedFilled.tsx +++ b/src/IconVpnKeyOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVpnKeyOffSharp.tsx b/src/IconVpnKeyOffSharp.tsx index 61e8b64c8..f6da8b1ae 100644 --- a/src/IconVpnKeyOffSharp.tsx +++ b/src/IconVpnKeyOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeyOffSharpFilled.tsx b/src/IconVpnKeyOffSharpFilled.tsx index 487de4732..cb0624d93 100644 --- a/src/IconVpnKeyOffSharpFilled.tsx +++ b/src/IconVpnKeyOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeyOutlined.tsx b/src/IconVpnKeyOutlined.tsx index 839a45bf5..594be6b8b 100644 --- a/src/IconVpnKeyOutlined.tsx +++ b/src/IconVpnKeyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeyOutlinedFilled.tsx b/src/IconVpnKeyOutlinedFilled.tsx index 1721c6063..d44a3f6f2 100644 --- a/src/IconVpnKeyOutlinedFilled.tsx +++ b/src/IconVpnKeyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeyRounded.tsx b/src/IconVpnKeyRounded.tsx index 663f36ade..e78b424e8 100644 --- a/src/IconVpnKeyRounded.tsx +++ b/src/IconVpnKeyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeyRoundedFilled.tsx b/src/IconVpnKeyRoundedFilled.tsx index cdc653cc0..ab9966c63 100644 --- a/src/IconVpnKeyRoundedFilled.tsx +++ b/src/IconVpnKeyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeySharp.tsx b/src/IconVpnKeySharp.tsx index 4494a10dd..65126b8b1 100644 --- a/src/IconVpnKeySharp.tsx +++ b/src/IconVpnKeySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnKeySharpFilled.tsx b/src/IconVpnKeySharpFilled.tsx index 3002418e3..3939ec77f 100644 --- a/src/IconVpnKeySharpFilled.tsx +++ b/src/IconVpnKeySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnKeySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnLockOutlined.tsx b/src/IconVpnLockOutlined.tsx index 29678edcf..a592439a1 100644 --- a/src/IconVpnLockOutlined.tsx +++ b/src/IconVpnLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnLockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnLockOutlinedFilled.tsx b/src/IconVpnLockOutlinedFilled.tsx index 4a7137776..ddb5257dc 100644 --- a/src/IconVpnLockOutlinedFilled.tsx +++ b/src/IconVpnLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVpnLockRounded.tsx b/src/IconVpnLockRounded.tsx index 3358cd48d..198abaa7e 100644 --- a/src/IconVpnLockRounded.tsx +++ b/src/IconVpnLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnLockRoundedFilled.tsx b/src/IconVpnLockRoundedFilled.tsx index d16b994dd..6ac6f420c 100644 --- a/src/IconVpnLockRoundedFilled.tsx +++ b/src/IconVpnLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnLockRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnLockSharp.tsx b/src/IconVpnLockSharp.tsx index da92d247c..a8fa0cfec 100644 --- a/src/IconVpnLockSharp.tsx +++ b/src/IconVpnLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVpnLockSharpFilled.tsx b/src/IconVpnLockSharpFilled.tsx index 94318da21..ab6da5c34 100644 --- a/src/IconVpnLockSharpFilled.tsx +++ b/src/IconVpnLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVpnLockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVr180Create2dOffOutlined.tsx b/src/IconVr180Create2dOffOutlined.tsx index a39e19021..57076f2b2 100644 --- a/src/IconVr180Create2dOffOutlined.tsx +++ b/src/IconVr180Create2dOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dOffOutlined: React.FC = ({ ...props diff --git a/src/IconVr180Create2dOffOutlinedFilled.tsx b/src/IconVr180Create2dOffOutlinedFilled.tsx index d4f0524c0..5ad5f15ac 100644 --- a/src/IconVr180Create2dOffOutlinedFilled.tsx +++ b/src/IconVr180Create2dOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVr180Create2dOffRounded.tsx b/src/IconVr180Create2dOffRounded.tsx index 4f3af34f3..28d154a18 100644 --- a/src/IconVr180Create2dOffRounded.tsx +++ b/src/IconVr180Create2dOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dOffRounded: React.FC = ({ ...props diff --git a/src/IconVr180Create2dOffRoundedFilled.tsx b/src/IconVr180Create2dOffRoundedFilled.tsx index c267a57ec..16c1bbd42 100644 --- a/src/IconVr180Create2dOffRoundedFilled.tsx +++ b/src/IconVr180Create2dOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVr180Create2dOffSharp.tsx b/src/IconVr180Create2dOffSharp.tsx index beb621c41..35156b0d6 100644 --- a/src/IconVr180Create2dOffSharp.tsx +++ b/src/IconVr180Create2dOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dOffSharp: React.FC = ({ ...props diff --git a/src/IconVr180Create2dOffSharpFilled.tsx b/src/IconVr180Create2dOffSharpFilled.tsx index db4272f23..8097fdc01 100644 --- a/src/IconVr180Create2dOffSharpFilled.tsx +++ b/src/IconVr180Create2dOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconVr180Create2dOutlined.tsx b/src/IconVr180Create2dOutlined.tsx index 55a8a616d..1ed56e54a 100644 --- a/src/IconVr180Create2dOutlined.tsx +++ b/src/IconVr180Create2dOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dOutlined: React.FC = ({ ...props diff --git a/src/IconVr180Create2dOutlinedFilled.tsx b/src/IconVr180Create2dOutlinedFilled.tsx index 6567fa06f..d39771848 100644 --- a/src/IconVr180Create2dOutlinedFilled.tsx +++ b/src/IconVr180Create2dOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconVr180Create2dRounded.tsx b/src/IconVr180Create2dRounded.tsx index e1614caca..157098c13 100644 --- a/src/IconVr180Create2dRounded.tsx +++ b/src/IconVr180Create2dRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVr180Create2dRoundedFilled.tsx b/src/IconVr180Create2dRoundedFilled.tsx index 4af87f1ca..2d63f863c 100644 --- a/src/IconVr180Create2dRoundedFilled.tsx +++ b/src/IconVr180Create2dRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dRoundedFilled: React.FC = ({ ...props diff --git a/src/IconVr180Create2dSharp.tsx b/src/IconVr180Create2dSharp.tsx index fd90b8683..8575aa411 100644 --- a/src/IconVr180Create2dSharp.tsx +++ b/src/IconVr180Create2dSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVr180Create2dSharpFilled.tsx b/src/IconVr180Create2dSharpFilled.tsx index bb15f3446..a65245e60 100644 --- a/src/IconVr180Create2dSharpFilled.tsx +++ b/src/IconVr180Create2dSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVr180Create2dSharpFilled: React.FC = ({ ...props diff --git a/src/IconVrpanoOutlined.tsx b/src/IconVrpanoOutlined.tsx index cb5a72d84..b7c08cfeb 100644 --- a/src/IconVrpanoOutlined.tsx +++ b/src/IconVrpanoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVrpanoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconVrpanoOutlinedFilled.tsx b/src/IconVrpanoOutlinedFilled.tsx index 9b68b1dce..ac1f59dba 100644 --- a/src/IconVrpanoOutlinedFilled.tsx +++ b/src/IconVrpanoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVrpanoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVrpanoRounded.tsx b/src/IconVrpanoRounded.tsx index 3c2d23ca8..77eb28e29 100644 --- a/src/IconVrpanoRounded.tsx +++ b/src/IconVrpanoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVrpanoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconVrpanoRoundedFilled.tsx b/src/IconVrpanoRoundedFilled.tsx index 5058c032b..535a561a9 100644 --- a/src/IconVrpanoRoundedFilled.tsx +++ b/src/IconVrpanoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVrpanoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconVrpanoSharp.tsx b/src/IconVrpanoSharp.tsx index 3b006e220..677ce39c4 100644 --- a/src/IconVrpanoSharp.tsx +++ b/src/IconVrpanoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVrpanoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconVrpanoSharpFilled.tsx b/src/IconVrpanoSharpFilled.tsx index bd4276431..bd5461f0b 100644 --- a/src/IconVrpanoSharpFilled.tsx +++ b/src/IconVrpanoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconVrpanoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWallArtOutlined.tsx b/src/IconWallArtOutlined.tsx index 6ba1b0284..2eaaccd13 100644 --- a/src/IconWallArtOutlined.tsx +++ b/src/IconWallArtOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallArtOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWallArtOutlinedFilled.tsx b/src/IconWallArtOutlinedFilled.tsx index 3708476f3..33359274a 100644 --- a/src/IconWallArtOutlinedFilled.tsx +++ b/src/IconWallArtOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallArtOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWallArtRounded.tsx b/src/IconWallArtRounded.tsx index cfed214f1..d7863adc2 100644 --- a/src/IconWallArtRounded.tsx +++ b/src/IconWallArtRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallArtRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWallArtRoundedFilled.tsx b/src/IconWallArtRoundedFilled.tsx index 633497390..fdec22883 100644 --- a/src/IconWallArtRoundedFilled.tsx +++ b/src/IconWallArtRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallArtRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWallArtSharp.tsx b/src/IconWallArtSharp.tsx index d87db2cca..5dff6e8aa 100644 --- a/src/IconWallArtSharp.tsx +++ b/src/IconWallArtSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallArtSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWallArtSharpFilled.tsx b/src/IconWallArtSharpFilled.tsx index 2caa39609..406e15b38 100644 --- a/src/IconWallArtSharpFilled.tsx +++ b/src/IconWallArtSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallArtSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWallLampOutlined.tsx b/src/IconWallLampOutlined.tsx index 11f11c97b..a0d233eee 100644 --- a/src/IconWallLampOutlined.tsx +++ b/src/IconWallLampOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallLampOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWallLampOutlinedFilled.tsx b/src/IconWallLampOutlinedFilled.tsx index 621a9b33f..4d95c29fd 100644 --- a/src/IconWallLampOutlinedFilled.tsx +++ b/src/IconWallLampOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallLampOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWallLampRounded.tsx b/src/IconWallLampRounded.tsx index 48cb6094b..c24c7683b 100644 --- a/src/IconWallLampRounded.tsx +++ b/src/IconWallLampRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallLampRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWallLampRoundedFilled.tsx b/src/IconWallLampRoundedFilled.tsx index 31d210e64..c89105727 100644 --- a/src/IconWallLampRoundedFilled.tsx +++ b/src/IconWallLampRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallLampRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWallLampSharp.tsx b/src/IconWallLampSharp.tsx index e5021ee98..9d7204901 100644 --- a/src/IconWallLampSharp.tsx +++ b/src/IconWallLampSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallLampSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWallLampSharpFilled.tsx b/src/IconWallLampSharpFilled.tsx index 039f9348f..1c2acabcf 100644 --- a/src/IconWallLampSharpFilled.tsx +++ b/src/IconWallLampSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallLampSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWalletOutlined.tsx b/src/IconWalletOutlined.tsx index 812290eac..ba3fc9c1c 100644 --- a/src/IconWalletOutlined.tsx +++ b/src/IconWalletOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWalletOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWalletOutlinedFilled.tsx b/src/IconWalletOutlinedFilled.tsx index b5e8e2343..5f4140805 100644 --- a/src/IconWalletOutlinedFilled.tsx +++ b/src/IconWalletOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWalletOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWalletRounded.tsx b/src/IconWalletRounded.tsx index 7c99251dd..37e637ea5 100644 --- a/src/IconWalletRounded.tsx +++ b/src/IconWalletRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWalletRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWalletRoundedFilled.tsx b/src/IconWalletRoundedFilled.tsx index 32a92bb69..ce0ede22a 100644 --- a/src/IconWalletRoundedFilled.tsx +++ b/src/IconWalletRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWalletRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWalletSharp.tsx b/src/IconWalletSharp.tsx index d49f7850b..34dbab7fc 100644 --- a/src/IconWalletSharp.tsx +++ b/src/IconWalletSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWalletSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWalletSharpFilled.tsx b/src/IconWalletSharpFilled.tsx index 55a6bd31f..0127c19e0 100644 --- a/src/IconWalletSharpFilled.tsx +++ b/src/IconWalletSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWalletSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWallpaperOutlined.tsx b/src/IconWallpaperOutlined.tsx index ee0fc24ea..1b7c3b21b 100644 --- a/src/IconWallpaperOutlined.tsx +++ b/src/IconWallpaperOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWallpaperOutlinedFilled.tsx b/src/IconWallpaperOutlinedFilled.tsx index 157012dc0..7f0eb6237 100644 --- a/src/IconWallpaperOutlinedFilled.tsx +++ b/src/IconWallpaperOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWallpaperRounded.tsx b/src/IconWallpaperRounded.tsx index 3c399b1fa..72f978b07 100644 --- a/src/IconWallpaperRounded.tsx +++ b/src/IconWallpaperRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWallpaperRoundedFilled.tsx b/src/IconWallpaperRoundedFilled.tsx index da31e0902..e24e139a8 100644 --- a/src/IconWallpaperRoundedFilled.tsx +++ b/src/IconWallpaperRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWallpaperSharp.tsx b/src/IconWallpaperSharp.tsx index bd3dc8255..3f0811ffd 100644 --- a/src/IconWallpaperSharp.tsx +++ b/src/IconWallpaperSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWallpaperSharpFilled.tsx b/src/IconWallpaperSharpFilled.tsx index b8a691631..18d46e5a2 100644 --- a/src/IconWallpaperSharpFilled.tsx +++ b/src/IconWallpaperSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWallpaperSlideshowOutlined.tsx b/src/IconWallpaperSlideshowOutlined.tsx index beef48984..9ef94d856 100644 --- a/src/IconWallpaperSlideshowOutlined.tsx +++ b/src/IconWallpaperSlideshowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperSlideshowOutlined: React.FC = ({ ...props diff --git a/src/IconWallpaperSlideshowOutlinedFilled.tsx b/src/IconWallpaperSlideshowOutlinedFilled.tsx index c143233b5..bae50e250 100644 --- a/src/IconWallpaperSlideshowOutlinedFilled.tsx +++ b/src/IconWallpaperSlideshowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperSlideshowOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWallpaperSlideshowRounded.tsx b/src/IconWallpaperSlideshowRounded.tsx index c728098fe..8bd40ac65 100644 --- a/src/IconWallpaperSlideshowRounded.tsx +++ b/src/IconWallpaperSlideshowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperSlideshowRounded: React.FC = ({ ...props diff --git a/src/IconWallpaperSlideshowRoundedFilled.tsx b/src/IconWallpaperSlideshowRoundedFilled.tsx index b2b02c670..5d8bc9cf0 100644 --- a/src/IconWallpaperSlideshowRoundedFilled.tsx +++ b/src/IconWallpaperSlideshowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperSlideshowRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWallpaperSlideshowSharp.tsx b/src/IconWallpaperSlideshowSharp.tsx index 4d2e53665..4db32cba6 100644 --- a/src/IconWallpaperSlideshowSharp.tsx +++ b/src/IconWallpaperSlideshowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperSlideshowSharp: React.FC = ({ ...props diff --git a/src/IconWallpaperSlideshowSharpFilled.tsx b/src/IconWallpaperSlideshowSharpFilled.tsx index 3929a9fd2..4a986d634 100644 --- a/src/IconWallpaperSlideshowSharpFilled.tsx +++ b/src/IconWallpaperSlideshowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWallpaperSlideshowSharpFilled: React.FC = ({ ...props diff --git a/src/IconWardOutlined.tsx b/src/IconWardOutlined.tsx index 0e272e9eb..e29d34bc3 100644 --- a/src/IconWardOutlined.tsx +++ b/src/IconWardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWardOutlinedFilled.tsx b/src/IconWardOutlinedFilled.tsx index d34d3c29b..eacec5d15 100644 --- a/src/IconWardOutlinedFilled.tsx +++ b/src/IconWardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWardOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWardRounded.tsx b/src/IconWardRounded.tsx index 34d4399a6..59bc69913 100644 --- a/src/IconWardRounded.tsx +++ b/src/IconWardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWardRoundedFilled.tsx b/src/IconWardRoundedFilled.tsx index a4da81a4a..d2a3c85b7 100644 --- a/src/IconWardRoundedFilled.tsx +++ b/src/IconWardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWardRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWardSharp.tsx b/src/IconWardSharp.tsx index a72a2a15b..8e27969bc 100644 --- a/src/IconWardSharp.tsx +++ b/src/IconWardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWardSharpFilled.tsx b/src/IconWardSharpFilled.tsx index d1454766d..9287f3f61 100644 --- a/src/IconWardSharpFilled.tsx +++ b/src/IconWardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWardSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWarehouseOutlined.tsx b/src/IconWarehouseOutlined.tsx index 588481902..ca8cb5850 100644 --- a/src/IconWarehouseOutlined.tsx +++ b/src/IconWarehouseOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarehouseOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWarehouseOutlinedFilled.tsx b/src/IconWarehouseOutlinedFilled.tsx index 3ea30edb4..4735bdd98 100644 --- a/src/IconWarehouseOutlinedFilled.tsx +++ b/src/IconWarehouseOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarehouseOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWarehouseRounded.tsx b/src/IconWarehouseRounded.tsx index 4150af64e..3cca22c08 100644 --- a/src/IconWarehouseRounded.tsx +++ b/src/IconWarehouseRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarehouseRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWarehouseRoundedFilled.tsx b/src/IconWarehouseRoundedFilled.tsx index fc4b3ee58..cf5dd7a98 100644 --- a/src/IconWarehouseRoundedFilled.tsx +++ b/src/IconWarehouseRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarehouseRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWarehouseSharp.tsx b/src/IconWarehouseSharp.tsx index 6f888c572..15bf9a615 100644 --- a/src/IconWarehouseSharp.tsx +++ b/src/IconWarehouseSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarehouseSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWarehouseSharpFilled.tsx b/src/IconWarehouseSharpFilled.tsx index 02a39cc56..5e4fee598 100644 --- a/src/IconWarehouseSharpFilled.tsx +++ b/src/IconWarehouseSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarehouseSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWarningOffOutlined.tsx b/src/IconWarningOffOutlined.tsx index da91a10a1..712a5621f 100644 --- a/src/IconWarningOffOutlined.tsx +++ b/src/IconWarningOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWarningOffOutlinedFilled.tsx b/src/IconWarningOffOutlinedFilled.tsx index 875ab3cec..2dfd67564 100644 --- a/src/IconWarningOffOutlinedFilled.tsx +++ b/src/IconWarningOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWarningOffRounded.tsx b/src/IconWarningOffRounded.tsx index 9e2292e0e..6d120dc4b 100644 --- a/src/IconWarningOffRounded.tsx +++ b/src/IconWarningOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWarningOffRoundedFilled.tsx b/src/IconWarningOffRoundedFilled.tsx index 5d5b69249..8b8656ad9 100644 --- a/src/IconWarningOffRoundedFilled.tsx +++ b/src/IconWarningOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWarningOffSharp.tsx b/src/IconWarningOffSharp.tsx index 3a36cf1aa..659d3880a 100644 --- a/src/IconWarningOffSharp.tsx +++ b/src/IconWarningOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWarningOffSharpFilled.tsx b/src/IconWarningOffSharpFilled.tsx index 842303c08..fe0bf55be 100644 --- a/src/IconWarningOffSharpFilled.tsx +++ b/src/IconWarningOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconWarningOutlined.tsx b/src/IconWarningOutlined.tsx index 39488786a..05655fe7d 100644 --- a/src/IconWarningOutlined.tsx +++ b/src/IconWarningOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWarningOutlinedFilled.tsx b/src/IconWarningOutlinedFilled.tsx index 23e54696c..20fc6ccfb 100644 --- a/src/IconWarningOutlinedFilled.tsx +++ b/src/IconWarningOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWarningRounded.tsx b/src/IconWarningRounded.tsx index 5974f07b0..abf10cfdb 100644 --- a/src/IconWarningRounded.tsx +++ b/src/IconWarningRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWarningRoundedFilled.tsx b/src/IconWarningRoundedFilled.tsx index 74301cc4c..c2a83d4cf 100644 --- a/src/IconWarningRoundedFilled.tsx +++ b/src/IconWarningRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWarningSharp.tsx b/src/IconWarningSharp.tsx index cf6ddeec0..7c79e924f 100644 --- a/src/IconWarningSharp.tsx +++ b/src/IconWarningSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWarningSharpFilled.tsx b/src/IconWarningSharpFilled.tsx index c371f8769..181d44bf5 100644 --- a/src/IconWarningSharpFilled.tsx +++ b/src/IconWarningSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWarningSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWashOutlined.tsx b/src/IconWashOutlined.tsx index 9c69c4921..fa78ee487 100644 --- a/src/IconWashOutlined.tsx +++ b/src/IconWashOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWashOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWashOutlinedFilled.tsx b/src/IconWashOutlinedFilled.tsx index b83c84944..15e6a47d2 100644 --- a/src/IconWashOutlinedFilled.tsx +++ b/src/IconWashOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWashOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWashRounded.tsx b/src/IconWashRounded.tsx index ff299ba34..851ea2854 100644 --- a/src/IconWashRounded.tsx +++ b/src/IconWashRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWashRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWashRoundedFilled.tsx b/src/IconWashRoundedFilled.tsx index 952e2660a..ca3ee3e2e 100644 --- a/src/IconWashRoundedFilled.tsx +++ b/src/IconWashRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWashRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWashSharp.tsx b/src/IconWashSharp.tsx index 1244e8660..e6a4924de 100644 --- a/src/IconWashSharp.tsx +++ b/src/IconWashSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWashSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWashSharpFilled.tsx b/src/IconWashSharpFilled.tsx index 33c7aeb59..0d8a1fb73 100644 --- a/src/IconWashSharpFilled.tsx +++ b/src/IconWashSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWashSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchButtonPressOutlined.tsx b/src/IconWatchButtonPressOutlined.tsx index 9d925449a..7d61d5bd9 100644 --- a/src/IconWatchButtonPressOutlined.tsx +++ b/src/IconWatchButtonPressOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchButtonPressOutlined: React.FC = ({ ...props diff --git a/src/IconWatchButtonPressOutlinedFilled.tsx b/src/IconWatchButtonPressOutlinedFilled.tsx index 3cb030f6c..b100f02d8 100644 --- a/src/IconWatchButtonPressOutlinedFilled.tsx +++ b/src/IconWatchButtonPressOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchButtonPressOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWatchButtonPressRounded.tsx b/src/IconWatchButtonPressRounded.tsx index 2d07da572..e61f99f64 100644 --- a/src/IconWatchButtonPressRounded.tsx +++ b/src/IconWatchButtonPressRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchButtonPressRounded: React.FC = ({ ...props diff --git a/src/IconWatchButtonPressRoundedFilled.tsx b/src/IconWatchButtonPressRoundedFilled.tsx index 294a69b76..c31b73972 100644 --- a/src/IconWatchButtonPressRoundedFilled.tsx +++ b/src/IconWatchButtonPressRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchButtonPressRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWatchButtonPressSharp.tsx b/src/IconWatchButtonPressSharp.tsx index 63a01eb86..03dd194f6 100644 --- a/src/IconWatchButtonPressSharp.tsx +++ b/src/IconWatchButtonPressSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchButtonPressSharp: React.FC = ({ ...props diff --git a/src/IconWatchButtonPressSharpFilled.tsx b/src/IconWatchButtonPressSharpFilled.tsx index 0f8bb161f..1af9dc336 100644 --- a/src/IconWatchButtonPressSharpFilled.tsx +++ b/src/IconWatchButtonPressSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchButtonPressSharpFilled: React.FC = ({ ...props diff --git a/src/IconWatchCheckOutlined.tsx b/src/IconWatchCheckOutlined.tsx index e179dfccc..90334987b 100644 --- a/src/IconWatchCheckOutlined.tsx +++ b/src/IconWatchCheckOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchCheckOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchCheckOutlinedFilled.tsx b/src/IconWatchCheckOutlinedFilled.tsx index 176731980..3001a499a 100644 --- a/src/IconWatchCheckOutlinedFilled.tsx +++ b/src/IconWatchCheckOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchCheckOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWatchCheckRounded.tsx b/src/IconWatchCheckRounded.tsx index 69464b260..8a518776b 100644 --- a/src/IconWatchCheckRounded.tsx +++ b/src/IconWatchCheckRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchCheckRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchCheckRoundedFilled.tsx b/src/IconWatchCheckRoundedFilled.tsx index 0657866c6..6fc638223 100644 --- a/src/IconWatchCheckRoundedFilled.tsx +++ b/src/IconWatchCheckRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchCheckRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWatchCheckSharp.tsx b/src/IconWatchCheckSharp.tsx index ed81e4819..66215d380 100644 --- a/src/IconWatchCheckSharp.tsx +++ b/src/IconWatchCheckSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchCheckSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchCheckSharpFilled.tsx b/src/IconWatchCheckSharpFilled.tsx index ce459604d..055077c55 100644 --- a/src/IconWatchCheckSharpFilled.tsx +++ b/src/IconWatchCheckSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchCheckSharpFilled: React.FC = ({ ...props diff --git a/src/IconWatchOffOutlined.tsx b/src/IconWatchOffOutlined.tsx index 248121f49..9536098f4 100644 --- a/src/IconWatchOffOutlined.tsx +++ b/src/IconWatchOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchOffOutlinedFilled.tsx b/src/IconWatchOffOutlinedFilled.tsx index 2ffb8bdb7..1c81be9ed 100644 --- a/src/IconWatchOffOutlinedFilled.tsx +++ b/src/IconWatchOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWatchOffRounded.tsx b/src/IconWatchOffRounded.tsx index 268e36023..325640c2c 100644 --- a/src/IconWatchOffRounded.tsx +++ b/src/IconWatchOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchOffRoundedFilled.tsx b/src/IconWatchOffRoundedFilled.tsx index f89a8fa57..d251a6b67 100644 --- a/src/IconWatchOffRoundedFilled.tsx +++ b/src/IconWatchOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWatchOffSharp.tsx b/src/IconWatchOffSharp.tsx index bd50fd253..876611a8f 100644 --- a/src/IconWatchOffSharp.tsx +++ b/src/IconWatchOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchOffSharpFilled.tsx b/src/IconWatchOffSharpFilled.tsx index 3a133dce2..bf07babfb 100644 --- a/src/IconWatchOffSharpFilled.tsx +++ b/src/IconWatchOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchOutlined.tsx b/src/IconWatchOutlined.tsx index fcb34f07a..b3a48ec5d 100644 --- a/src/IconWatchOutlined.tsx +++ b/src/IconWatchOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchOutlinedFilled.tsx b/src/IconWatchOutlinedFilled.tsx index b38ece1cd..1b5c93da6 100644 --- a/src/IconWatchOutlinedFilled.tsx +++ b/src/IconWatchOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchRounded.tsx b/src/IconWatchRounded.tsx index 115302d2b..4d3ffe92d 100644 --- a/src/IconWatchRounded.tsx +++ b/src/IconWatchRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchRoundedFilled.tsx b/src/IconWatchRoundedFilled.tsx index 37ae0b5b5..15ea82b44 100644 --- a/src/IconWatchRoundedFilled.tsx +++ b/src/IconWatchRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchScreentimeOutlined.tsx b/src/IconWatchScreentimeOutlined.tsx index c04a1fe32..ef3ef3033 100644 --- a/src/IconWatchScreentimeOutlined.tsx +++ b/src/IconWatchScreentimeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchScreentimeOutlined: React.FC = ({ ...props diff --git a/src/IconWatchScreentimeOutlinedFilled.tsx b/src/IconWatchScreentimeOutlinedFilled.tsx index 3cd060fac..164277d24 100644 --- a/src/IconWatchScreentimeOutlinedFilled.tsx +++ b/src/IconWatchScreentimeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchScreentimeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWatchScreentimeRounded.tsx b/src/IconWatchScreentimeRounded.tsx index 8edaa431c..6afb483ea 100644 --- a/src/IconWatchScreentimeRounded.tsx +++ b/src/IconWatchScreentimeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchScreentimeRounded: React.FC = ({ ...props diff --git a/src/IconWatchScreentimeRoundedFilled.tsx b/src/IconWatchScreentimeRoundedFilled.tsx index 2b8ba3b8f..cbd650fef 100644 --- a/src/IconWatchScreentimeRoundedFilled.tsx +++ b/src/IconWatchScreentimeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchScreentimeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWatchScreentimeSharp.tsx b/src/IconWatchScreentimeSharp.tsx index 705936e99..a4574ab6e 100644 --- a/src/IconWatchScreentimeSharp.tsx +++ b/src/IconWatchScreentimeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchScreentimeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchScreentimeSharpFilled.tsx b/src/IconWatchScreentimeSharpFilled.tsx index 990188744..d71a8239a 100644 --- a/src/IconWatchScreentimeSharpFilled.tsx +++ b/src/IconWatchScreentimeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchScreentimeSharpFilled: React.FC = ({ ...props diff --git a/src/IconWatchSharp.tsx b/src/IconWatchSharp.tsx index b2a3c7ec2..7b1682c6c 100644 --- a/src/IconWatchSharp.tsx +++ b/src/IconWatchSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchSharpFilled.tsx b/src/IconWatchSharpFilled.tsx index 4f510b0d4..be89ba89c 100644 --- a/src/IconWatchSharpFilled.tsx +++ b/src/IconWatchSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchVibrationOutlined.tsx b/src/IconWatchVibrationOutlined.tsx index e96bd85ac..37030980d 100644 --- a/src/IconWatchVibrationOutlined.tsx +++ b/src/IconWatchVibrationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchVibrationOutlined: React.FC = ({ ...props diff --git a/src/IconWatchVibrationOutlinedFilled.tsx b/src/IconWatchVibrationOutlinedFilled.tsx index acb4ab0db..9a4be944e 100644 --- a/src/IconWatchVibrationOutlinedFilled.tsx +++ b/src/IconWatchVibrationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchVibrationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWatchVibrationRounded.tsx b/src/IconWatchVibrationRounded.tsx index d59c95dcf..ae9b2467c 100644 --- a/src/IconWatchVibrationRounded.tsx +++ b/src/IconWatchVibrationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchVibrationRounded: React.FC = ({ ...props diff --git a/src/IconWatchVibrationRoundedFilled.tsx b/src/IconWatchVibrationRoundedFilled.tsx index f41d4e8e9..d8c12553e 100644 --- a/src/IconWatchVibrationRoundedFilled.tsx +++ b/src/IconWatchVibrationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchVibrationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWatchVibrationSharp.tsx b/src/IconWatchVibrationSharp.tsx index 0a0c87422..10b56dbe8 100644 --- a/src/IconWatchVibrationSharp.tsx +++ b/src/IconWatchVibrationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchVibrationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchVibrationSharpFilled.tsx b/src/IconWatchVibrationSharpFilled.tsx index 9692ac957..6f5a8f7e1 100644 --- a/src/IconWatchVibrationSharpFilled.tsx +++ b/src/IconWatchVibrationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchVibrationSharpFilled: React.FC = ({ ...props diff --git a/src/IconWatchWakeOutlined.tsx b/src/IconWatchWakeOutlined.tsx index 669929c47..1eca79ba2 100644 --- a/src/IconWatchWakeOutlined.tsx +++ b/src/IconWatchWakeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchWakeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchWakeOutlinedFilled.tsx b/src/IconWatchWakeOutlinedFilled.tsx index 82c9d9d5c..777d26673 100644 --- a/src/IconWatchWakeOutlinedFilled.tsx +++ b/src/IconWatchWakeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchWakeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWatchWakeRounded.tsx b/src/IconWatchWakeRounded.tsx index c00798863..feb53bf51 100644 --- a/src/IconWatchWakeRounded.tsx +++ b/src/IconWatchWakeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchWakeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchWakeRoundedFilled.tsx b/src/IconWatchWakeRoundedFilled.tsx index a2ff9042a..55b325271 100644 --- a/src/IconWatchWakeRoundedFilled.tsx +++ b/src/IconWatchWakeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchWakeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWatchWakeSharp.tsx b/src/IconWatchWakeSharp.tsx index cc7ab24c7..1186812d3 100644 --- a/src/IconWatchWakeSharp.tsx +++ b/src/IconWatchWakeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchWakeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWatchWakeSharpFilled.tsx b/src/IconWatchWakeSharpFilled.tsx index 13bbe06a8..2de7f182c 100644 --- a/src/IconWatchWakeSharpFilled.tsx +++ b/src/IconWatchWakeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWatchWakeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterBottleLargeOutlined.tsx b/src/IconWaterBottleLargeOutlined.tsx index cfac0679a..dbdb03ae9 100644 --- a/src/IconWaterBottleLargeOutlined.tsx +++ b/src/IconWaterBottleLargeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleLargeOutlined: React.FC = ({ ...props diff --git a/src/IconWaterBottleLargeOutlinedFilled.tsx b/src/IconWaterBottleLargeOutlinedFilled.tsx index 88afbb61e..aa245a9b5 100644 --- a/src/IconWaterBottleLargeOutlinedFilled.tsx +++ b/src/IconWaterBottleLargeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleLargeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterBottleLargeRounded.tsx b/src/IconWaterBottleLargeRounded.tsx index ef3c294fb..173cb6a20 100644 --- a/src/IconWaterBottleLargeRounded.tsx +++ b/src/IconWaterBottleLargeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleLargeRounded: React.FC = ({ ...props diff --git a/src/IconWaterBottleLargeRoundedFilled.tsx b/src/IconWaterBottleLargeRoundedFilled.tsx index d25c1073a..49e799a34 100644 --- a/src/IconWaterBottleLargeRoundedFilled.tsx +++ b/src/IconWaterBottleLargeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleLargeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterBottleLargeSharp.tsx b/src/IconWaterBottleLargeSharp.tsx index c3361b520..7d0ab7e32 100644 --- a/src/IconWaterBottleLargeSharp.tsx +++ b/src/IconWaterBottleLargeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleLargeSharp: React.FC = ({ ...props diff --git a/src/IconWaterBottleLargeSharpFilled.tsx b/src/IconWaterBottleLargeSharpFilled.tsx index 6096dc4d5..087885769 100644 --- a/src/IconWaterBottleLargeSharpFilled.tsx +++ b/src/IconWaterBottleLargeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleLargeSharpFilled: React.FC = ({ ...props diff --git a/src/IconWaterBottleOutlined.tsx b/src/IconWaterBottleOutlined.tsx index fedb34359..6feeb05c0 100644 --- a/src/IconWaterBottleOutlined.tsx +++ b/src/IconWaterBottleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterBottleOutlinedFilled.tsx b/src/IconWaterBottleOutlinedFilled.tsx index fe271bd56..fed164ad2 100644 --- a/src/IconWaterBottleOutlinedFilled.tsx +++ b/src/IconWaterBottleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterBottleRounded.tsx b/src/IconWaterBottleRounded.tsx index 272060a1c..25b005427 100644 --- a/src/IconWaterBottleRounded.tsx +++ b/src/IconWaterBottleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterBottleRoundedFilled.tsx b/src/IconWaterBottleRoundedFilled.tsx index fc3bc44e7..1fcb4cdf6 100644 --- a/src/IconWaterBottleRoundedFilled.tsx +++ b/src/IconWaterBottleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterBottleSharp.tsx b/src/IconWaterBottleSharp.tsx index 3f593a3cd..36424384d 100644 --- a/src/IconWaterBottleSharp.tsx +++ b/src/IconWaterBottleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterBottleSharpFilled.tsx b/src/IconWaterBottleSharpFilled.tsx index 5d5b7030b..c7fcd0225 100644 --- a/src/IconWaterBottleSharpFilled.tsx +++ b/src/IconWaterBottleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterBottleSharpFilled: React.FC = ({ ...props diff --git a/src/IconWaterDamageOutlined.tsx b/src/IconWaterDamageOutlined.tsx index 5b14529c6..cc3f7821f 100644 --- a/src/IconWaterDamageOutlined.tsx +++ b/src/IconWaterDamageOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDamageOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterDamageOutlinedFilled.tsx b/src/IconWaterDamageOutlinedFilled.tsx index 2900034c7..b4d927b0a 100644 --- a/src/IconWaterDamageOutlinedFilled.tsx +++ b/src/IconWaterDamageOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDamageOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterDamageRounded.tsx b/src/IconWaterDamageRounded.tsx index b5a18035a..fc5f220e4 100644 --- a/src/IconWaterDamageRounded.tsx +++ b/src/IconWaterDamageRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDamageRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterDamageRoundedFilled.tsx b/src/IconWaterDamageRoundedFilled.tsx index 4801598c4..a7ab6f8b2 100644 --- a/src/IconWaterDamageRoundedFilled.tsx +++ b/src/IconWaterDamageRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDamageRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterDamageSharp.tsx b/src/IconWaterDamageSharp.tsx index c1d719688..4372e4be9 100644 --- a/src/IconWaterDamageSharp.tsx +++ b/src/IconWaterDamageSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDamageSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterDamageSharpFilled.tsx b/src/IconWaterDamageSharpFilled.tsx index 187965c0e..3ab6bc663 100644 --- a/src/IconWaterDamageSharpFilled.tsx +++ b/src/IconWaterDamageSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDamageSharpFilled: React.FC = ({ ...props diff --git a/src/IconWaterDoOutlined.tsx b/src/IconWaterDoOutlined.tsx index 619d01c39..78e5cd7fe 100644 --- a/src/IconWaterDoOutlined.tsx +++ b/src/IconWaterDoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterDoOutlinedFilled.tsx b/src/IconWaterDoOutlinedFilled.tsx index 8b6a40891..6c0242276 100644 --- a/src/IconWaterDoOutlinedFilled.tsx +++ b/src/IconWaterDoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDoOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterDoRounded.tsx b/src/IconWaterDoRounded.tsx index 39d883b57..652c48918 100644 --- a/src/IconWaterDoRounded.tsx +++ b/src/IconWaterDoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterDoRoundedFilled.tsx b/src/IconWaterDoRoundedFilled.tsx index e9ba7ce93..b5e4ec7d6 100644 --- a/src/IconWaterDoRoundedFilled.tsx +++ b/src/IconWaterDoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterDoSharp.tsx b/src/IconWaterDoSharp.tsx index a312d5847..dc539ef00 100644 --- a/src/IconWaterDoSharp.tsx +++ b/src/IconWaterDoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterDoSharpFilled.tsx b/src/IconWaterDoSharpFilled.tsx index 608ae902e..a60c58894 100644 --- a/src/IconWaterDoSharpFilled.tsx +++ b/src/IconWaterDoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterDropOutlined.tsx b/src/IconWaterDropOutlined.tsx index a52f61b37..c718ae903 100644 --- a/src/IconWaterDropOutlined.tsx +++ b/src/IconWaterDropOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDropOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterDropOutlinedFilled.tsx b/src/IconWaterDropOutlinedFilled.tsx index a7c5d89b2..2a259d769 100644 --- a/src/IconWaterDropOutlinedFilled.tsx +++ b/src/IconWaterDropOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDropOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterDropRounded.tsx b/src/IconWaterDropRounded.tsx index 6c4a5c9c4..fc3d70983 100644 --- a/src/IconWaterDropRounded.tsx +++ b/src/IconWaterDropRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDropRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterDropRoundedFilled.tsx b/src/IconWaterDropRoundedFilled.tsx index efee36ed2..882b83636 100644 --- a/src/IconWaterDropRoundedFilled.tsx +++ b/src/IconWaterDropRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDropRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterDropSharp.tsx b/src/IconWaterDropSharp.tsx index 788acbdf7..7c9eb5241 100644 --- a/src/IconWaterDropSharp.tsx +++ b/src/IconWaterDropSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDropSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterDropSharpFilled.tsx b/src/IconWaterDropSharpFilled.tsx index c9aec9838..755d8a005 100644 --- a/src/IconWaterDropSharpFilled.tsx +++ b/src/IconWaterDropSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterDropSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterEcOutlined.tsx b/src/IconWaterEcOutlined.tsx index 9bb4b6bad..7c6f85c82 100644 --- a/src/IconWaterEcOutlined.tsx +++ b/src/IconWaterEcOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterEcOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterEcOutlinedFilled.tsx b/src/IconWaterEcOutlinedFilled.tsx index 06ce0c7da..03780fcbc 100644 --- a/src/IconWaterEcOutlinedFilled.tsx +++ b/src/IconWaterEcOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterEcOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterEcRounded.tsx b/src/IconWaterEcRounded.tsx index 21fd7fe6e..e12084a1a 100644 --- a/src/IconWaterEcRounded.tsx +++ b/src/IconWaterEcRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterEcRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterEcRoundedFilled.tsx b/src/IconWaterEcRoundedFilled.tsx index 0945790b9..6dbca57ed 100644 --- a/src/IconWaterEcRoundedFilled.tsx +++ b/src/IconWaterEcRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterEcRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterEcSharp.tsx b/src/IconWaterEcSharp.tsx index 8de886230..d0c6a7eff 100644 --- a/src/IconWaterEcSharp.tsx +++ b/src/IconWaterEcSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterEcSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterEcSharpFilled.tsx b/src/IconWaterEcSharpFilled.tsx index b6ab02d6a..db056b69d 100644 --- a/src/IconWaterEcSharpFilled.tsx +++ b/src/IconWaterEcSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterEcSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterFullOutlined.tsx b/src/IconWaterFullOutlined.tsx index 425e793c3..4a4c20785 100644 --- a/src/IconWaterFullOutlined.tsx +++ b/src/IconWaterFullOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterFullOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterFullOutlinedFilled.tsx b/src/IconWaterFullOutlinedFilled.tsx index 99dda91b5..68e9bae54 100644 --- a/src/IconWaterFullOutlinedFilled.tsx +++ b/src/IconWaterFullOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterFullOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterFullRounded.tsx b/src/IconWaterFullRounded.tsx index beaea759b..091b39765 100644 --- a/src/IconWaterFullRounded.tsx +++ b/src/IconWaterFullRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterFullRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterFullRoundedFilled.tsx b/src/IconWaterFullRoundedFilled.tsx index 2f660405b..cdb89df71 100644 --- a/src/IconWaterFullRoundedFilled.tsx +++ b/src/IconWaterFullRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterFullRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterFullSharp.tsx b/src/IconWaterFullSharp.tsx index 5560ddf03..ece25f9dc 100644 --- a/src/IconWaterFullSharp.tsx +++ b/src/IconWaterFullSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterFullSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterFullSharpFilled.tsx b/src/IconWaterFullSharpFilled.tsx index 62689d0fb..526f3f895 100644 --- a/src/IconWaterFullSharpFilled.tsx +++ b/src/IconWaterFullSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterFullSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterHeaterOutlined.tsx b/src/IconWaterHeaterOutlined.tsx index 6a5d5bc65..0c685e192 100644 --- a/src/IconWaterHeaterOutlined.tsx +++ b/src/IconWaterHeaterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterHeaterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterHeaterOutlinedFilled.tsx b/src/IconWaterHeaterOutlinedFilled.tsx index e584e2ab5..eef5e1359 100644 --- a/src/IconWaterHeaterOutlinedFilled.tsx +++ b/src/IconWaterHeaterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterHeaterOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterHeaterRounded.tsx b/src/IconWaterHeaterRounded.tsx index 281e19186..4576ab163 100644 --- a/src/IconWaterHeaterRounded.tsx +++ b/src/IconWaterHeaterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterHeaterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterHeaterRoundedFilled.tsx b/src/IconWaterHeaterRoundedFilled.tsx index 0511ac668..acc5e6613 100644 --- a/src/IconWaterHeaterRoundedFilled.tsx +++ b/src/IconWaterHeaterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterHeaterRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterHeaterSharp.tsx b/src/IconWaterHeaterSharp.tsx index dfd3ef542..37a748707 100644 --- a/src/IconWaterHeaterSharp.tsx +++ b/src/IconWaterHeaterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterHeaterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterHeaterSharpFilled.tsx b/src/IconWaterHeaterSharpFilled.tsx index 18ca50450..a0b3ba956 100644 --- a/src/IconWaterHeaterSharpFilled.tsx +++ b/src/IconWaterHeaterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterHeaterSharpFilled: React.FC = ({ ...props diff --git a/src/IconWaterLockOutlined.tsx b/src/IconWaterLockOutlined.tsx index adcc27492..7d660d6d0 100644 --- a/src/IconWaterLockOutlined.tsx +++ b/src/IconWaterLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterLockOutlinedFilled.tsx b/src/IconWaterLockOutlinedFilled.tsx index 55fbe8f43..5762cd458 100644 --- a/src/IconWaterLockOutlinedFilled.tsx +++ b/src/IconWaterLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterLockRounded.tsx b/src/IconWaterLockRounded.tsx index 04a6f21b7..e087d9d45 100644 --- a/src/IconWaterLockRounded.tsx +++ b/src/IconWaterLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterLockRoundedFilled.tsx b/src/IconWaterLockRoundedFilled.tsx index b573e3456..495da2209 100644 --- a/src/IconWaterLockRoundedFilled.tsx +++ b/src/IconWaterLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterLockSharp.tsx b/src/IconWaterLockSharp.tsx index 175757ca5..86c552744 100644 --- a/src/IconWaterLockSharp.tsx +++ b/src/IconWaterLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterLockSharpFilled.tsx b/src/IconWaterLockSharpFilled.tsx index 9934e6a36..26f6195f3 100644 --- a/src/IconWaterLockSharpFilled.tsx +++ b/src/IconWaterLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterLossOutlined.tsx b/src/IconWaterLossOutlined.tsx index 42bdf4efb..b399e7ecc 100644 --- a/src/IconWaterLossOutlined.tsx +++ b/src/IconWaterLossOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLossOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterLossOutlinedFilled.tsx b/src/IconWaterLossOutlinedFilled.tsx index 72f5f983a..ae0a45f19 100644 --- a/src/IconWaterLossOutlinedFilled.tsx +++ b/src/IconWaterLossOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLossOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterLossRounded.tsx b/src/IconWaterLossRounded.tsx index 9c1bf16d4..0e5f16a62 100644 --- a/src/IconWaterLossRounded.tsx +++ b/src/IconWaterLossRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLossRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterLossRoundedFilled.tsx b/src/IconWaterLossRoundedFilled.tsx index d0783d23e..de4be88ed 100644 --- a/src/IconWaterLossRoundedFilled.tsx +++ b/src/IconWaterLossRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLossRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterLossSharp.tsx b/src/IconWaterLossSharp.tsx index 7a26396ea..c3d1a0f76 100644 --- a/src/IconWaterLossSharp.tsx +++ b/src/IconWaterLossSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLossSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterLossSharpFilled.tsx b/src/IconWaterLossSharpFilled.tsx index 003b2863d..6913759ec 100644 --- a/src/IconWaterLossSharpFilled.tsx +++ b/src/IconWaterLossSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLossSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterLuxOutlined.tsx b/src/IconWaterLuxOutlined.tsx index f457b1850..63868064d 100644 --- a/src/IconWaterLuxOutlined.tsx +++ b/src/IconWaterLuxOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLuxOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterLuxOutlinedFilled.tsx b/src/IconWaterLuxOutlinedFilled.tsx index e5a0090ec..2d448e698 100644 --- a/src/IconWaterLuxOutlinedFilled.tsx +++ b/src/IconWaterLuxOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLuxOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterLuxRounded.tsx b/src/IconWaterLuxRounded.tsx index 10ce21d30..cc6cf0006 100644 --- a/src/IconWaterLuxRounded.tsx +++ b/src/IconWaterLuxRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLuxRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterLuxRoundedFilled.tsx b/src/IconWaterLuxRoundedFilled.tsx index 84e55d697..ae6e22cff 100644 --- a/src/IconWaterLuxRoundedFilled.tsx +++ b/src/IconWaterLuxRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLuxRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterLuxSharp.tsx b/src/IconWaterLuxSharp.tsx index f35568946..54ec5913d 100644 --- a/src/IconWaterLuxSharp.tsx +++ b/src/IconWaterLuxSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLuxSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterLuxSharpFilled.tsx b/src/IconWaterLuxSharpFilled.tsx index 2634783a8..7b4798074 100644 --- a/src/IconWaterLuxSharpFilled.tsx +++ b/src/IconWaterLuxSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterLuxSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterMediumOutlined.tsx b/src/IconWaterMediumOutlined.tsx index 2f1471a6d..4ecf11842 100644 --- a/src/IconWaterMediumOutlined.tsx +++ b/src/IconWaterMediumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterMediumOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterMediumOutlinedFilled.tsx b/src/IconWaterMediumOutlinedFilled.tsx index 44ea1429e..fe54e429e 100644 --- a/src/IconWaterMediumOutlinedFilled.tsx +++ b/src/IconWaterMediumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterMediumOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterMediumRounded.tsx b/src/IconWaterMediumRounded.tsx index 7f271c70d..0c09172c6 100644 --- a/src/IconWaterMediumRounded.tsx +++ b/src/IconWaterMediumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterMediumRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterMediumRoundedFilled.tsx b/src/IconWaterMediumRoundedFilled.tsx index 0e7093cdd..8f0e6d104 100644 --- a/src/IconWaterMediumRoundedFilled.tsx +++ b/src/IconWaterMediumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterMediumRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterMediumSharp.tsx b/src/IconWaterMediumSharp.tsx index e47076944..47d73dd3c 100644 --- a/src/IconWaterMediumSharp.tsx +++ b/src/IconWaterMediumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterMediumSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterMediumSharpFilled.tsx b/src/IconWaterMediumSharpFilled.tsx index f4a7e3013..fc54634d8 100644 --- a/src/IconWaterMediumSharpFilled.tsx +++ b/src/IconWaterMediumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterMediumSharpFilled: React.FC = ({ ...props diff --git a/src/IconWaterOrpOutlined.tsx b/src/IconWaterOrpOutlined.tsx index a368941a2..ff3ab82e7 100644 --- a/src/IconWaterOrpOutlined.tsx +++ b/src/IconWaterOrpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterOrpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterOrpOutlinedFilled.tsx b/src/IconWaterOrpOutlinedFilled.tsx index d11b9eca5..c12d3fe7a 100644 --- a/src/IconWaterOrpOutlinedFilled.tsx +++ b/src/IconWaterOrpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterOrpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterOrpRounded.tsx b/src/IconWaterOrpRounded.tsx index f728cc488..8a42d54ad 100644 --- a/src/IconWaterOrpRounded.tsx +++ b/src/IconWaterOrpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterOrpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterOrpRoundedFilled.tsx b/src/IconWaterOrpRoundedFilled.tsx index 7dafc70a6..4c8def22c 100644 --- a/src/IconWaterOrpRoundedFilled.tsx +++ b/src/IconWaterOrpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterOrpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterOrpSharp.tsx b/src/IconWaterOrpSharp.tsx index 35e956294..0c8d16e25 100644 --- a/src/IconWaterOrpSharp.tsx +++ b/src/IconWaterOrpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterOrpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterOrpSharpFilled.tsx b/src/IconWaterOrpSharpFilled.tsx index b46dbc3b5..fabb2b085 100644 --- a/src/IconWaterOrpSharpFilled.tsx +++ b/src/IconWaterOrpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterOrpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterOutlined.tsx b/src/IconWaterOutlined.tsx index 9b7faa134..c4efe1c6f 100644 --- a/src/IconWaterOutlined.tsx +++ b/src/IconWaterOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterOutlinedFilled.tsx b/src/IconWaterOutlinedFilled.tsx index 2c5d927c8..26f9bcecb 100644 --- a/src/IconWaterOutlinedFilled.tsx +++ b/src/IconWaterOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterPhOutlined.tsx b/src/IconWaterPhOutlined.tsx index d5cf1ce3b..735475ab2 100644 --- a/src/IconWaterPhOutlined.tsx +++ b/src/IconWaterPhOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPhOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterPhOutlinedFilled.tsx b/src/IconWaterPhOutlinedFilled.tsx index b7c266659..2e611645f 100644 --- a/src/IconWaterPhOutlinedFilled.tsx +++ b/src/IconWaterPhOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPhOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterPhRounded.tsx b/src/IconWaterPhRounded.tsx index 771fd6b2c..ad27d55b1 100644 --- a/src/IconWaterPhRounded.tsx +++ b/src/IconWaterPhRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPhRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterPhRoundedFilled.tsx b/src/IconWaterPhRoundedFilled.tsx index b5905b015..b40d5f65c 100644 --- a/src/IconWaterPhRoundedFilled.tsx +++ b/src/IconWaterPhRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPhRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterPhSharp.tsx b/src/IconWaterPhSharp.tsx index 6d519994b..3f3d10973 100644 --- a/src/IconWaterPhSharp.tsx +++ b/src/IconWaterPhSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPhSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterPhSharpFilled.tsx b/src/IconWaterPhSharpFilled.tsx index 2f9c39c88..4a5d2625b 100644 --- a/src/IconWaterPhSharpFilled.tsx +++ b/src/IconWaterPhSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPhSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterPumpOutlined.tsx b/src/IconWaterPumpOutlined.tsx index 82e3bc11c..ce98d057f 100644 --- a/src/IconWaterPumpOutlined.tsx +++ b/src/IconWaterPumpOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPumpOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterPumpOutlinedFilled.tsx b/src/IconWaterPumpOutlinedFilled.tsx index 5c52f7312..f0905217c 100644 --- a/src/IconWaterPumpOutlinedFilled.tsx +++ b/src/IconWaterPumpOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPumpOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterPumpRounded.tsx b/src/IconWaterPumpRounded.tsx index 76825751e..54cbf6076 100644 --- a/src/IconWaterPumpRounded.tsx +++ b/src/IconWaterPumpRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPumpRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterPumpRoundedFilled.tsx b/src/IconWaterPumpRoundedFilled.tsx index 21c6a2fe5..368d3e723 100644 --- a/src/IconWaterPumpRoundedFilled.tsx +++ b/src/IconWaterPumpRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPumpRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterPumpSharp.tsx b/src/IconWaterPumpSharp.tsx index 5c4d02ecd..630a8320e 100644 --- a/src/IconWaterPumpSharp.tsx +++ b/src/IconWaterPumpSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPumpSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterPumpSharpFilled.tsx b/src/IconWaterPumpSharpFilled.tsx index c7563a249..1975b4d13 100644 --- a/src/IconWaterPumpSharpFilled.tsx +++ b/src/IconWaterPumpSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterPumpSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterRounded.tsx b/src/IconWaterRounded.tsx index 7bd38add8..77ebaafd1 100644 --- a/src/IconWaterRounded.tsx +++ b/src/IconWaterRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterRoundedFilled.tsx b/src/IconWaterRoundedFilled.tsx index ec89ced6f..5241b366f 100644 --- a/src/IconWaterRoundedFilled.tsx +++ b/src/IconWaterRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterSharp.tsx b/src/IconWaterSharp.tsx index 24e8e9f62..cba5a8483 100644 --- a/src/IconWaterSharp.tsx +++ b/src/IconWaterSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterSharpFilled.tsx b/src/IconWaterSharpFilled.tsx index d50cb2d44..58bd0c8a4 100644 --- a/src/IconWaterSharpFilled.tsx +++ b/src/IconWaterSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterVocOutlined.tsx b/src/IconWaterVocOutlined.tsx index 09eb8c8d6..97af501f4 100644 --- a/src/IconWaterVocOutlined.tsx +++ b/src/IconWaterVocOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterVocOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterVocOutlinedFilled.tsx b/src/IconWaterVocOutlinedFilled.tsx index a5f28a22e..d24cf9788 100644 --- a/src/IconWaterVocOutlinedFilled.tsx +++ b/src/IconWaterVocOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterVocOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterVocRounded.tsx b/src/IconWaterVocRounded.tsx index dec6ed6a2..6412a8d6e 100644 --- a/src/IconWaterVocRounded.tsx +++ b/src/IconWaterVocRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterVocRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterVocRoundedFilled.tsx b/src/IconWaterVocRoundedFilled.tsx index 780b34a8e..e1efbf89f 100644 --- a/src/IconWaterVocRoundedFilled.tsx +++ b/src/IconWaterVocRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterVocRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterVocSharp.tsx b/src/IconWaterVocSharp.tsx index 2a445dd50..47a87b89c 100644 --- a/src/IconWaterVocSharp.tsx +++ b/src/IconWaterVocSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterVocSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterVocSharpFilled.tsx b/src/IconWaterVocSharpFilled.tsx index ab291e6ce..111aab002 100644 --- a/src/IconWaterVocSharpFilled.tsx +++ b/src/IconWaterVocSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterVocSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterfallChartOutlined.tsx b/src/IconWaterfallChartOutlined.tsx index 23465b1ec..89ea914d0 100644 --- a/src/IconWaterfallChartOutlined.tsx +++ b/src/IconWaterfallChartOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterfallChartOutlined: React.FC = ({ ...props diff --git a/src/IconWaterfallChartOutlinedFilled.tsx b/src/IconWaterfallChartOutlinedFilled.tsx index 59c325ed3..9841f541b 100644 --- a/src/IconWaterfallChartOutlinedFilled.tsx +++ b/src/IconWaterfallChartOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterfallChartOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWaterfallChartRounded.tsx b/src/IconWaterfallChartRounded.tsx index 7ca100903..6b6a984e2 100644 --- a/src/IconWaterfallChartRounded.tsx +++ b/src/IconWaterfallChartRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterfallChartRounded: React.FC = ({ ...props diff --git a/src/IconWaterfallChartRoundedFilled.tsx b/src/IconWaterfallChartRoundedFilled.tsx index cb8eab5a0..796d89f61 100644 --- a/src/IconWaterfallChartRoundedFilled.tsx +++ b/src/IconWaterfallChartRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterfallChartRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWaterfallChartSharp.tsx b/src/IconWaterfallChartSharp.tsx index 7e808608a..4af7f76b0 100644 --- a/src/IconWaterfallChartSharp.tsx +++ b/src/IconWaterfallChartSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterfallChartSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWaterfallChartSharpFilled.tsx b/src/IconWaterfallChartSharpFilled.tsx index a1daa7e35..d89c1a1ee 100644 --- a/src/IconWaterfallChartSharpFilled.tsx +++ b/src/IconWaterfallChartSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWaterfallChartSharpFilled: React.FC = ({ ...props diff --git a/src/IconWavesOutlined.tsx b/src/IconWavesOutlined.tsx index 77c083eb0..a8325a85a 100644 --- a/src/IconWavesOutlined.tsx +++ b/src/IconWavesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWavesOutlinedFilled.tsx b/src/IconWavesOutlinedFilled.tsx index e9207554a..94377e05d 100644 --- a/src/IconWavesOutlinedFilled.tsx +++ b/src/IconWavesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavesOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWavesRounded.tsx b/src/IconWavesRounded.tsx index 66ffc02f2..4c51960f1 100644 --- a/src/IconWavesRounded.tsx +++ b/src/IconWavesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWavesRoundedFilled.tsx b/src/IconWavesRoundedFilled.tsx index 6347b45b9..6cdb92b67 100644 --- a/src/IconWavesRoundedFilled.tsx +++ b/src/IconWavesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavesRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWavesSharp.tsx b/src/IconWavesSharp.tsx index 86a1ef8d2..e00c13e17 100644 --- a/src/IconWavesSharp.tsx +++ b/src/IconWavesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWavesSharpFilled.tsx b/src/IconWavesSharpFilled.tsx index 82bd3c37d..bdce6b09b 100644 --- a/src/IconWavesSharpFilled.tsx +++ b/src/IconWavesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavesSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWavingHandOutlined.tsx b/src/IconWavingHandOutlined.tsx index 8ae8c86ad..3c6711db8 100644 --- a/src/IconWavingHandOutlined.tsx +++ b/src/IconWavingHandOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavingHandOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWavingHandOutlinedFilled.tsx b/src/IconWavingHandOutlinedFilled.tsx index dc9587178..582269b2a 100644 --- a/src/IconWavingHandOutlinedFilled.tsx +++ b/src/IconWavingHandOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavingHandOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWavingHandRounded.tsx b/src/IconWavingHandRounded.tsx index 2d846daf0..2bbad8db1 100644 --- a/src/IconWavingHandRounded.tsx +++ b/src/IconWavingHandRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavingHandRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWavingHandRoundedFilled.tsx b/src/IconWavingHandRoundedFilled.tsx index 258c409f8..7673a3aa1 100644 --- a/src/IconWavingHandRoundedFilled.tsx +++ b/src/IconWavingHandRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavingHandRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWavingHandSharp.tsx b/src/IconWavingHandSharp.tsx index 76bcecf2f..1a9fe955b 100644 --- a/src/IconWavingHandSharp.tsx +++ b/src/IconWavingHandSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavingHandSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWavingHandSharpFilled.tsx b/src/IconWavingHandSharpFilled.tsx index d59f7f903..12907cb29 100644 --- a/src/IconWavingHandSharpFilled.tsx +++ b/src/IconWavingHandSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWavingHandSharpFilled: React.FC = ({ ...props diff --git a/src/IconWbAutoOutlined.tsx b/src/IconWbAutoOutlined.tsx index 973fa1836..7cc149700 100644 --- a/src/IconWbAutoOutlined.tsx +++ b/src/IconWbAutoOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbAutoOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWbAutoOutlinedFilled.tsx b/src/IconWbAutoOutlinedFilled.tsx index 91026e61c..c5aa38c70 100644 --- a/src/IconWbAutoOutlinedFilled.tsx +++ b/src/IconWbAutoOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbAutoOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWbAutoRounded.tsx b/src/IconWbAutoRounded.tsx index 98f10ad10..8054dee2b 100644 --- a/src/IconWbAutoRounded.tsx +++ b/src/IconWbAutoRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbAutoRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWbAutoRoundedFilled.tsx b/src/IconWbAutoRoundedFilled.tsx index 6b6317d78..156d8bffd 100644 --- a/src/IconWbAutoRoundedFilled.tsx +++ b/src/IconWbAutoRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbAutoRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWbAutoSharp.tsx b/src/IconWbAutoSharp.tsx index 03b104eea..f96ade8c1 100644 --- a/src/IconWbAutoSharp.tsx +++ b/src/IconWbAutoSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbAutoSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWbAutoSharpFilled.tsx b/src/IconWbAutoSharpFilled.tsx index 35d86c23f..8b48704ee 100644 --- a/src/IconWbAutoSharpFilled.tsx +++ b/src/IconWbAutoSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbAutoSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWbIncandescentOutlined.tsx b/src/IconWbIncandescentOutlined.tsx index 073d42fb7..518b43567 100644 --- a/src/IconWbIncandescentOutlined.tsx +++ b/src/IconWbIncandescentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIncandescentOutlined: React.FC = ({ ...props diff --git a/src/IconWbIncandescentOutlinedFilled.tsx b/src/IconWbIncandescentOutlinedFilled.tsx index 4b2ad7672..945723dee 100644 --- a/src/IconWbIncandescentOutlinedFilled.tsx +++ b/src/IconWbIncandescentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIncandescentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWbIncandescentRounded.tsx b/src/IconWbIncandescentRounded.tsx index 63b7bc82b..3484b3f9e 100644 --- a/src/IconWbIncandescentRounded.tsx +++ b/src/IconWbIncandescentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIncandescentRounded: React.FC = ({ ...props diff --git a/src/IconWbIncandescentRoundedFilled.tsx b/src/IconWbIncandescentRoundedFilled.tsx index aa276f1b6..d58315011 100644 --- a/src/IconWbIncandescentRoundedFilled.tsx +++ b/src/IconWbIncandescentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIncandescentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWbIncandescentSharp.tsx b/src/IconWbIncandescentSharp.tsx index 8afb861bc..2e9d779af 100644 --- a/src/IconWbIncandescentSharp.tsx +++ b/src/IconWbIncandescentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIncandescentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWbIncandescentSharpFilled.tsx b/src/IconWbIncandescentSharpFilled.tsx index 9b0e16899..209f92160 100644 --- a/src/IconWbIncandescentSharpFilled.tsx +++ b/src/IconWbIncandescentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIncandescentSharpFilled: React.FC = ({ ...props diff --git a/src/IconWbIridescentOutlined.tsx b/src/IconWbIridescentOutlined.tsx index 4dd1e4c02..86b8b84dd 100644 --- a/src/IconWbIridescentOutlined.tsx +++ b/src/IconWbIridescentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIridescentOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWbIridescentOutlinedFilled.tsx b/src/IconWbIridescentOutlinedFilled.tsx index 2d0fc0a17..315737fd8 100644 --- a/src/IconWbIridescentOutlinedFilled.tsx +++ b/src/IconWbIridescentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIridescentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWbIridescentRounded.tsx b/src/IconWbIridescentRounded.tsx index 9b461c8c0..6925472bb 100644 --- a/src/IconWbIridescentRounded.tsx +++ b/src/IconWbIridescentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIridescentRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWbIridescentRoundedFilled.tsx b/src/IconWbIridescentRoundedFilled.tsx index 24e4450f2..dcd063926 100644 --- a/src/IconWbIridescentRoundedFilled.tsx +++ b/src/IconWbIridescentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIridescentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWbIridescentSharp.tsx b/src/IconWbIridescentSharp.tsx index 3cc39209e..33e55fcf1 100644 --- a/src/IconWbIridescentSharp.tsx +++ b/src/IconWbIridescentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIridescentSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWbIridescentSharpFilled.tsx b/src/IconWbIridescentSharpFilled.tsx index 1f53549d8..ce75c8413 100644 --- a/src/IconWbIridescentSharpFilled.tsx +++ b/src/IconWbIridescentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbIridescentSharpFilled: React.FC = ({ ...props diff --git a/src/IconWbShadeOutlined.tsx b/src/IconWbShadeOutlined.tsx index cb9de414d..c9fe7c150 100644 --- a/src/IconWbShadeOutlined.tsx +++ b/src/IconWbShadeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbShadeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWbShadeOutlinedFilled.tsx b/src/IconWbShadeOutlinedFilled.tsx index b80a2df4f..b482d3ee6 100644 --- a/src/IconWbShadeOutlinedFilled.tsx +++ b/src/IconWbShadeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbShadeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWbShadeRounded.tsx b/src/IconWbShadeRounded.tsx index a99ef4ef5..9d1f618f0 100644 --- a/src/IconWbShadeRounded.tsx +++ b/src/IconWbShadeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbShadeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWbShadeRoundedFilled.tsx b/src/IconWbShadeRoundedFilled.tsx index 050e45056..6e145b51e 100644 --- a/src/IconWbShadeRoundedFilled.tsx +++ b/src/IconWbShadeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbShadeRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWbShadeSharp.tsx b/src/IconWbShadeSharp.tsx index 94ea6d4d5..624dcfd42 100644 --- a/src/IconWbShadeSharp.tsx +++ b/src/IconWbShadeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbShadeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWbShadeSharpFilled.tsx b/src/IconWbShadeSharpFilled.tsx index 6325ded7f..1419f4a1f 100644 --- a/src/IconWbShadeSharpFilled.tsx +++ b/src/IconWbShadeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbShadeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWbSunnyOutlined.tsx b/src/IconWbSunnyOutlined.tsx index 9717d1e8c..57b018821 100644 --- a/src/IconWbSunnyOutlined.tsx +++ b/src/IconWbSunnyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbSunnyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWbSunnyOutlinedFilled.tsx b/src/IconWbSunnyOutlinedFilled.tsx index fe1bed0e6..ea01a95a1 100644 --- a/src/IconWbSunnyOutlinedFilled.tsx +++ b/src/IconWbSunnyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbSunnyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWbSunnyRounded.tsx b/src/IconWbSunnyRounded.tsx index e472c8169..83dfd8a5c 100644 --- a/src/IconWbSunnyRounded.tsx +++ b/src/IconWbSunnyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbSunnyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWbSunnyRoundedFilled.tsx b/src/IconWbSunnyRoundedFilled.tsx index b8d2920b4..20236a901 100644 --- a/src/IconWbSunnyRoundedFilled.tsx +++ b/src/IconWbSunnyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbSunnyRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWbSunnySharp.tsx b/src/IconWbSunnySharp.tsx index a5ae81022..9c1d51996 100644 --- a/src/IconWbSunnySharp.tsx +++ b/src/IconWbSunnySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbSunnySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWbSunnySharpFilled.tsx b/src/IconWbSunnySharpFilled.tsx index b272c96fb..8633bb862 100644 --- a/src/IconWbSunnySharpFilled.tsx +++ b/src/IconWbSunnySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbSunnySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWbTwilightOutlined.tsx b/src/IconWbTwilightOutlined.tsx index 9cffd388b..4cf99cd9c 100644 --- a/src/IconWbTwilightOutlined.tsx +++ b/src/IconWbTwilightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbTwilightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWbTwilightOutlinedFilled.tsx b/src/IconWbTwilightOutlinedFilled.tsx index 3e55cd7f5..84553d0ec 100644 --- a/src/IconWbTwilightOutlinedFilled.tsx +++ b/src/IconWbTwilightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbTwilightOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWbTwilightRounded.tsx b/src/IconWbTwilightRounded.tsx index 4a95f6867..90e26f844 100644 --- a/src/IconWbTwilightRounded.tsx +++ b/src/IconWbTwilightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbTwilightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWbTwilightRoundedFilled.tsx b/src/IconWbTwilightRoundedFilled.tsx index 0ab6f765b..923ac54e9 100644 --- a/src/IconWbTwilightRoundedFilled.tsx +++ b/src/IconWbTwilightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbTwilightRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWbTwilightSharp.tsx b/src/IconWbTwilightSharp.tsx index d3f635134..b7c3cc3b5 100644 --- a/src/IconWbTwilightSharp.tsx +++ b/src/IconWbTwilightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbTwilightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWbTwilightSharpFilled.tsx b/src/IconWbTwilightSharpFilled.tsx index 63141ed08..38849baec 100644 --- a/src/IconWbTwilightSharpFilled.tsx +++ b/src/IconWbTwilightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWbTwilightSharpFilled: React.FC = ({ ...props diff --git a/src/IconWcOutlined.tsx b/src/IconWcOutlined.tsx index bae9dfb0b..a703c062b 100644 --- a/src/IconWcOutlined.tsx +++ b/src/IconWcOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWcOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWcOutlinedFilled.tsx b/src/IconWcOutlinedFilled.tsx index 8c3cc6386..4795e3cbd 100644 --- a/src/IconWcOutlinedFilled.tsx +++ b/src/IconWcOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWcOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWcRounded.tsx b/src/IconWcRounded.tsx index 51a868124..05b882862 100644 --- a/src/IconWcRounded.tsx +++ b/src/IconWcRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWcRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWcRoundedFilled.tsx b/src/IconWcRoundedFilled.tsx index 266602d6e..40a3aabb4 100644 --- a/src/IconWcRoundedFilled.tsx +++ b/src/IconWcRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWcRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWcSharp.tsx b/src/IconWcSharp.tsx index 1cdddc3a7..f3eac403f 100644 --- a/src/IconWcSharp.tsx +++ b/src/IconWcSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWcSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWcSharpFilled.tsx b/src/IconWcSharpFilled.tsx index 8df7544bf..ab6b0146e 100644 --- a/src/IconWcSharpFilled.tsx +++ b/src/IconWcSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWcSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWeatherHailOutlined.tsx b/src/IconWeatherHailOutlined.tsx index 0485af537..a7d519d53 100644 --- a/src/IconWeatherHailOutlined.tsx +++ b/src/IconWeatherHailOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherHailOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWeatherHailOutlinedFilled.tsx b/src/IconWeatherHailOutlinedFilled.tsx index 0c6625224..35f6d9cf9 100644 --- a/src/IconWeatherHailOutlinedFilled.tsx +++ b/src/IconWeatherHailOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherHailOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWeatherHailRounded.tsx b/src/IconWeatherHailRounded.tsx index 474288e55..6690bc520 100644 --- a/src/IconWeatherHailRounded.tsx +++ b/src/IconWeatherHailRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherHailRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWeatherHailRoundedFilled.tsx b/src/IconWeatherHailRoundedFilled.tsx index e6b3093df..9725bea32 100644 --- a/src/IconWeatherHailRoundedFilled.tsx +++ b/src/IconWeatherHailRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherHailRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWeatherHailSharp.tsx b/src/IconWeatherHailSharp.tsx index 659c4a12a..34126f7aa 100644 --- a/src/IconWeatherHailSharp.tsx +++ b/src/IconWeatherHailSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherHailSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWeatherHailSharpFilled.tsx b/src/IconWeatherHailSharpFilled.tsx index 6a8d0be51..f63be91f0 100644 --- a/src/IconWeatherHailSharpFilled.tsx +++ b/src/IconWeatherHailSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherHailSharpFilled: React.FC = ({ ...props diff --git a/src/IconWeatherMixOutlined.tsx b/src/IconWeatherMixOutlined.tsx index cd67da52b..ce7868db9 100644 --- a/src/IconWeatherMixOutlined.tsx +++ b/src/IconWeatherMixOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherMixOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWeatherMixOutlinedFilled.tsx b/src/IconWeatherMixOutlinedFilled.tsx index 51e17b383..3047cf94f 100644 --- a/src/IconWeatherMixOutlinedFilled.tsx +++ b/src/IconWeatherMixOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherMixOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWeatherMixRounded.tsx b/src/IconWeatherMixRounded.tsx index 3904e9aa0..be9cb0e76 100644 --- a/src/IconWeatherMixRounded.tsx +++ b/src/IconWeatherMixRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherMixRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWeatherMixRoundedFilled.tsx b/src/IconWeatherMixRoundedFilled.tsx index afb05c8a4..b7c5efa70 100644 --- a/src/IconWeatherMixRoundedFilled.tsx +++ b/src/IconWeatherMixRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherMixRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWeatherMixSharp.tsx b/src/IconWeatherMixSharp.tsx index e6c76c3f8..4cdbd64ac 100644 --- a/src/IconWeatherMixSharp.tsx +++ b/src/IconWeatherMixSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherMixSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWeatherMixSharpFilled.tsx b/src/IconWeatherMixSharpFilled.tsx index e4375d160..0c60acb69 100644 --- a/src/IconWeatherMixSharpFilled.tsx +++ b/src/IconWeatherMixSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherMixSharpFilled: React.FC = ({ ...props diff --git a/src/IconWeatherSnowyOutlined.tsx b/src/IconWeatherSnowyOutlined.tsx index e40087597..c1960a3d1 100644 --- a/src/IconWeatherSnowyOutlined.tsx +++ b/src/IconWeatherSnowyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherSnowyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWeatherSnowyOutlinedFilled.tsx b/src/IconWeatherSnowyOutlinedFilled.tsx index afbdd20f4..cbf4b41c4 100644 --- a/src/IconWeatherSnowyOutlinedFilled.tsx +++ b/src/IconWeatherSnowyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherSnowyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWeatherSnowyRounded.tsx b/src/IconWeatherSnowyRounded.tsx index a81cf62f1..2dad75c67 100644 --- a/src/IconWeatherSnowyRounded.tsx +++ b/src/IconWeatherSnowyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherSnowyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWeatherSnowyRoundedFilled.tsx b/src/IconWeatherSnowyRoundedFilled.tsx index d3dd65eaf..8df830627 100644 --- a/src/IconWeatherSnowyRoundedFilled.tsx +++ b/src/IconWeatherSnowyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherSnowyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWeatherSnowySharp.tsx b/src/IconWeatherSnowySharp.tsx index 098138b5c..f0103234e 100644 --- a/src/IconWeatherSnowySharp.tsx +++ b/src/IconWeatherSnowySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherSnowySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWeatherSnowySharpFilled.tsx b/src/IconWeatherSnowySharpFilled.tsx index 447a7d26a..974905987 100644 --- a/src/IconWeatherSnowySharpFilled.tsx +++ b/src/IconWeatherSnowySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeatherSnowySharpFilled: React.FC = ({ ...props diff --git a/src/IconWebAssetOffOutlined.tsx b/src/IconWebAssetOffOutlined.tsx index 72d3f6ead..81b8c7f70 100644 --- a/src/IconWebAssetOffOutlined.tsx +++ b/src/IconWebAssetOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWebAssetOffOutlinedFilled.tsx b/src/IconWebAssetOffOutlinedFilled.tsx index 933d09db5..f276bdf86 100644 --- a/src/IconWebAssetOffOutlinedFilled.tsx +++ b/src/IconWebAssetOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWebAssetOffRounded.tsx b/src/IconWebAssetOffRounded.tsx index 914bccd52..610d6434b 100644 --- a/src/IconWebAssetOffRounded.tsx +++ b/src/IconWebAssetOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWebAssetOffRoundedFilled.tsx b/src/IconWebAssetOffRoundedFilled.tsx index d6c8b765c..b926aea5f 100644 --- a/src/IconWebAssetOffRoundedFilled.tsx +++ b/src/IconWebAssetOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWebAssetOffSharp.tsx b/src/IconWebAssetOffSharp.tsx index 2c4a57aeb..d862e33ef 100644 --- a/src/IconWebAssetOffSharp.tsx +++ b/src/IconWebAssetOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWebAssetOffSharpFilled.tsx b/src/IconWebAssetOffSharpFilled.tsx index fe5aaaa70..d6077588b 100644 --- a/src/IconWebAssetOffSharpFilled.tsx +++ b/src/IconWebAssetOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconWebAssetOutlined.tsx b/src/IconWebAssetOutlined.tsx index 29e11bc8c..b80b9fa66 100644 --- a/src/IconWebAssetOutlined.tsx +++ b/src/IconWebAssetOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWebAssetOutlinedFilled.tsx b/src/IconWebAssetOutlinedFilled.tsx index 0bccb0092..92eac84af 100644 --- a/src/IconWebAssetOutlinedFilled.tsx +++ b/src/IconWebAssetOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWebAssetRounded.tsx b/src/IconWebAssetRounded.tsx index d36e7a36b..ab9685ae6 100644 --- a/src/IconWebAssetRounded.tsx +++ b/src/IconWebAssetRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWebAssetRoundedFilled.tsx b/src/IconWebAssetRoundedFilled.tsx index c24f30ce9..af51b000a 100644 --- a/src/IconWebAssetRoundedFilled.tsx +++ b/src/IconWebAssetRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWebAssetSharp.tsx b/src/IconWebAssetSharp.tsx index b07bdb7db..6df50dfce 100644 --- a/src/IconWebAssetSharp.tsx +++ b/src/IconWebAssetSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWebAssetSharpFilled.tsx b/src/IconWebAssetSharpFilled.tsx index 17682db49..d17e105d2 100644 --- a/src/IconWebAssetSharpFilled.tsx +++ b/src/IconWebAssetSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebAssetSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWebOutlined.tsx b/src/IconWebOutlined.tsx index 32811b1ce..635d59208 100644 --- a/src/IconWebOutlined.tsx +++ b/src/IconWebOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWebOutlinedFilled.tsx b/src/IconWebOutlinedFilled.tsx index fdb2ce062..e8ce0831a 100644 --- a/src/IconWebOutlinedFilled.tsx +++ b/src/IconWebOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWebRounded.tsx b/src/IconWebRounded.tsx index 855afe602..dda15239d 100644 --- a/src/IconWebRounded.tsx +++ b/src/IconWebRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWebRoundedFilled.tsx b/src/IconWebRoundedFilled.tsx index c0e53556c..38a7e41d1 100644 --- a/src/IconWebRoundedFilled.tsx +++ b/src/IconWebRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWebSharp.tsx b/src/IconWebSharp.tsx index bba1de09e..fbcbf980d 100644 --- a/src/IconWebSharp.tsx +++ b/src/IconWebSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWebSharpFilled.tsx b/src/IconWebSharpFilled.tsx index 77d4de473..a047929d0 100644 --- a/src/IconWebSharpFilled.tsx +++ b/src/IconWebSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWebStoriesOutlined.tsx b/src/IconWebStoriesOutlined.tsx index fdad6b5fb..268c0b615 100644 --- a/src/IconWebStoriesOutlined.tsx +++ b/src/IconWebStoriesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebStoriesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWebStoriesOutlinedFilled.tsx b/src/IconWebStoriesOutlinedFilled.tsx index 65d32a0fd..ad55702ef 100644 --- a/src/IconWebStoriesOutlinedFilled.tsx +++ b/src/IconWebStoriesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebStoriesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWebStoriesRounded.tsx b/src/IconWebStoriesRounded.tsx index 5a6b73420..ec074151a 100644 --- a/src/IconWebStoriesRounded.tsx +++ b/src/IconWebStoriesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebStoriesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWebStoriesRoundedFilled.tsx b/src/IconWebStoriesRoundedFilled.tsx index 22a834ae3..e5e08cf79 100644 --- a/src/IconWebStoriesRoundedFilled.tsx +++ b/src/IconWebStoriesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebStoriesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWebStoriesSharp.tsx b/src/IconWebStoriesSharp.tsx index cb3f18339..7c70efcf4 100644 --- a/src/IconWebStoriesSharp.tsx +++ b/src/IconWebStoriesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebStoriesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWebStoriesSharpFilled.tsx b/src/IconWebStoriesSharpFilled.tsx index 21c3a2a88..048744771 100644 --- a/src/IconWebStoriesSharpFilled.tsx +++ b/src/IconWebStoriesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebStoriesSharpFilled: React.FC = ({ ...props diff --git a/src/IconWebTrafficOutlined.tsx b/src/IconWebTrafficOutlined.tsx index 8bb301828..33d6e0c9c 100644 --- a/src/IconWebTrafficOutlined.tsx +++ b/src/IconWebTrafficOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebTrafficOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWebTrafficOutlinedFilled.tsx b/src/IconWebTrafficOutlinedFilled.tsx index d98179cb2..739f92b3a 100644 --- a/src/IconWebTrafficOutlinedFilled.tsx +++ b/src/IconWebTrafficOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebTrafficOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWebTrafficRounded.tsx b/src/IconWebTrafficRounded.tsx index 5e18a4839..361b888de 100644 --- a/src/IconWebTrafficRounded.tsx +++ b/src/IconWebTrafficRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebTrafficRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWebTrafficRoundedFilled.tsx b/src/IconWebTrafficRoundedFilled.tsx index 329e97b0f..cfb5a39d5 100644 --- a/src/IconWebTrafficRoundedFilled.tsx +++ b/src/IconWebTrafficRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebTrafficRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWebTrafficSharp.tsx b/src/IconWebTrafficSharp.tsx index eecd38208..d1f335759 100644 --- a/src/IconWebTrafficSharp.tsx +++ b/src/IconWebTrafficSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebTrafficSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWebTrafficSharpFilled.tsx b/src/IconWebTrafficSharpFilled.tsx index 0dd334903..d29ac497e 100644 --- a/src/IconWebTrafficSharpFilled.tsx +++ b/src/IconWebTrafficSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebTrafficSharpFilled: React.FC = ({ ...props diff --git a/src/IconWebhookOutlined.tsx b/src/IconWebhookOutlined.tsx index be3bae214..06704811d 100644 --- a/src/IconWebhookOutlined.tsx +++ b/src/IconWebhookOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebhookOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWebhookOutlinedFilled.tsx b/src/IconWebhookOutlinedFilled.tsx index 1b3e6b936..63917488f 100644 --- a/src/IconWebhookOutlinedFilled.tsx +++ b/src/IconWebhookOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebhookOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWebhookRounded.tsx b/src/IconWebhookRounded.tsx index 6c4f20bab..0e886e180 100644 --- a/src/IconWebhookRounded.tsx +++ b/src/IconWebhookRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebhookRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWebhookRoundedFilled.tsx b/src/IconWebhookRoundedFilled.tsx index 6cb83e9b8..c35d1aa36 100644 --- a/src/IconWebhookRoundedFilled.tsx +++ b/src/IconWebhookRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebhookRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWebhookSharp.tsx b/src/IconWebhookSharp.tsx index 900a79a8c..e27773582 100644 --- a/src/IconWebhookSharp.tsx +++ b/src/IconWebhookSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebhookSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWebhookSharpFilled.tsx b/src/IconWebhookSharpFilled.tsx index 68217de47..4bc7ca3f7 100644 --- a/src/IconWebhookSharpFilled.tsx +++ b/src/IconWebhookSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWebhookSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWeekendOutlined.tsx b/src/IconWeekendOutlined.tsx index 6ac3c3bf5..7692b44f3 100644 --- a/src/IconWeekendOutlined.tsx +++ b/src/IconWeekendOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeekendOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWeekendOutlinedFilled.tsx b/src/IconWeekendOutlinedFilled.tsx index 1228ee08d..4c132ceab 100644 --- a/src/IconWeekendOutlinedFilled.tsx +++ b/src/IconWeekendOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeekendOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWeekendRounded.tsx b/src/IconWeekendRounded.tsx index ba3cbfba4..bd7f96cac 100644 --- a/src/IconWeekendRounded.tsx +++ b/src/IconWeekendRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeekendRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWeekendRoundedFilled.tsx b/src/IconWeekendRoundedFilled.tsx index 4f080cd4b..cb35f5bf4 100644 --- a/src/IconWeekendRoundedFilled.tsx +++ b/src/IconWeekendRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeekendRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWeekendSharp.tsx b/src/IconWeekendSharp.tsx index 66a519663..d4c6239bb 100644 --- a/src/IconWeekendSharp.tsx +++ b/src/IconWeekendSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeekendSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWeekendSharpFilled.tsx b/src/IconWeekendSharpFilled.tsx index aa6f16c30..53b2316cf 100644 --- a/src/IconWeekendSharpFilled.tsx +++ b/src/IconWeekendSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeekendSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWeightOutlined.tsx b/src/IconWeightOutlined.tsx index a4c3e7aae..2e78ed6de 100644 --- a/src/IconWeightOutlined.tsx +++ b/src/IconWeightOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeightOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWeightOutlinedFilled.tsx b/src/IconWeightOutlinedFilled.tsx index a6b4357aa..31e062623 100644 --- a/src/IconWeightOutlinedFilled.tsx +++ b/src/IconWeightOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeightOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWeightRounded.tsx b/src/IconWeightRounded.tsx index 7fcbcfa8d..457539131 100644 --- a/src/IconWeightRounded.tsx +++ b/src/IconWeightRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeightRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWeightRoundedFilled.tsx b/src/IconWeightRoundedFilled.tsx index 454371fda..b659b5ebd 100644 --- a/src/IconWeightRoundedFilled.tsx +++ b/src/IconWeightRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeightRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWeightSharp.tsx b/src/IconWeightSharp.tsx index 53769f42f..66e738d34 100644 --- a/src/IconWeightSharp.tsx +++ b/src/IconWeightSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeightSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWeightSharpFilled.tsx b/src/IconWeightSharpFilled.tsx index 98a5073ba..6d11601be 100644 --- a/src/IconWeightSharpFilled.tsx +++ b/src/IconWeightSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWeightSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWestOutlined.tsx b/src/IconWestOutlined.tsx index 019d97ab9..04a860e6e 100644 --- a/src/IconWestOutlined.tsx +++ b/src/IconWestOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWestOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWestOutlinedFilled.tsx b/src/IconWestOutlinedFilled.tsx index 70a8817ce..6fd36d870 100644 --- a/src/IconWestOutlinedFilled.tsx +++ b/src/IconWestOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWestOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWestRounded.tsx b/src/IconWestRounded.tsx index 6579067f3..29c0e0230 100644 --- a/src/IconWestRounded.tsx +++ b/src/IconWestRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWestRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWestRoundedFilled.tsx b/src/IconWestRoundedFilled.tsx index 9b66874d6..25b2dcade 100644 --- a/src/IconWestRoundedFilled.tsx +++ b/src/IconWestRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWestRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWestSharp.tsx b/src/IconWestSharp.tsx index 0b94f01ff..144209360 100644 --- a/src/IconWestSharp.tsx +++ b/src/IconWestSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWestSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWestSharpFilled.tsx b/src/IconWestSharpFilled.tsx index 0689d0572..0d2f72aa8 100644 --- a/src/IconWestSharpFilled.tsx +++ b/src/IconWestSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWestSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWhatshotOutlined.tsx b/src/IconWhatshotOutlined.tsx index a5b5c1023..65e49094d 100644 --- a/src/IconWhatshotOutlined.tsx +++ b/src/IconWhatshotOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhatshotOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWhatshotOutlinedFilled.tsx b/src/IconWhatshotOutlinedFilled.tsx index 615036f1c..04179170d 100644 --- a/src/IconWhatshotOutlinedFilled.tsx +++ b/src/IconWhatshotOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhatshotOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWhatshotRounded.tsx b/src/IconWhatshotRounded.tsx index 963acd6cb..7a1def4ec 100644 --- a/src/IconWhatshotRounded.tsx +++ b/src/IconWhatshotRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhatshotRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWhatshotRoundedFilled.tsx b/src/IconWhatshotRoundedFilled.tsx index c413c30e3..d524d5764 100644 --- a/src/IconWhatshotRoundedFilled.tsx +++ b/src/IconWhatshotRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhatshotRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWhatshotSharp.tsx b/src/IconWhatshotSharp.tsx index 5d51c7842..b4447763f 100644 --- a/src/IconWhatshotSharp.tsx +++ b/src/IconWhatshotSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhatshotSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWhatshotSharpFilled.tsx b/src/IconWhatshotSharpFilled.tsx index 9b5ed8b9c..e76f8188f 100644 --- a/src/IconWhatshotSharpFilled.tsx +++ b/src/IconWhatshotSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhatshotSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWheelchairPickupOutlined.tsx b/src/IconWheelchairPickupOutlined.tsx index 920267c05..51d851494 100644 --- a/src/IconWheelchairPickupOutlined.tsx +++ b/src/IconWheelchairPickupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWheelchairPickupOutlined: React.FC = ({ ...props diff --git a/src/IconWheelchairPickupOutlinedFilled.tsx b/src/IconWheelchairPickupOutlinedFilled.tsx index bb6c0e09c..aa6c95215 100644 --- a/src/IconWheelchairPickupOutlinedFilled.tsx +++ b/src/IconWheelchairPickupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWheelchairPickupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWheelchairPickupRounded.tsx b/src/IconWheelchairPickupRounded.tsx index 0eb5a52e4..65aaf07a1 100644 --- a/src/IconWheelchairPickupRounded.tsx +++ b/src/IconWheelchairPickupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWheelchairPickupRounded: React.FC = ({ ...props diff --git a/src/IconWheelchairPickupRoundedFilled.tsx b/src/IconWheelchairPickupRoundedFilled.tsx index 7480b7c7a..a5e7881d5 100644 --- a/src/IconWheelchairPickupRoundedFilled.tsx +++ b/src/IconWheelchairPickupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWheelchairPickupRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWheelchairPickupSharp.tsx b/src/IconWheelchairPickupSharp.tsx index 2a452c3e3..fe9fe96eb 100644 --- a/src/IconWheelchairPickupSharp.tsx +++ b/src/IconWheelchairPickupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWheelchairPickupSharp: React.FC = ({ ...props diff --git a/src/IconWheelchairPickupSharpFilled.tsx b/src/IconWheelchairPickupSharpFilled.tsx index 69b2de968..ce33fec6f 100644 --- a/src/IconWheelchairPickupSharpFilled.tsx +++ b/src/IconWheelchairPickupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWheelchairPickupSharpFilled: React.FC = ({ ...props diff --git a/src/IconWhereToVoteOutlined.tsx b/src/IconWhereToVoteOutlined.tsx index c2142fa1a..2f2ef75b8 100644 --- a/src/IconWhereToVoteOutlined.tsx +++ b/src/IconWhereToVoteOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhereToVoteOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWhereToVoteOutlinedFilled.tsx b/src/IconWhereToVoteOutlinedFilled.tsx index f643a4f78..38cdc5655 100644 --- a/src/IconWhereToVoteOutlinedFilled.tsx +++ b/src/IconWhereToVoteOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhereToVoteOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWhereToVoteRounded.tsx b/src/IconWhereToVoteRounded.tsx index 2bb61b75b..a2ceb3237 100644 --- a/src/IconWhereToVoteRounded.tsx +++ b/src/IconWhereToVoteRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhereToVoteRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWhereToVoteRoundedFilled.tsx b/src/IconWhereToVoteRoundedFilled.tsx index 7a7bec9b1..95e9a8b5e 100644 --- a/src/IconWhereToVoteRoundedFilled.tsx +++ b/src/IconWhereToVoteRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhereToVoteRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWhereToVoteSharp.tsx b/src/IconWhereToVoteSharp.tsx index 1015b5a67..3c44719a6 100644 --- a/src/IconWhereToVoteSharp.tsx +++ b/src/IconWhereToVoteSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhereToVoteSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWhereToVoteSharpFilled.tsx b/src/IconWhereToVoteSharpFilled.tsx index 64f70dfc8..843daece3 100644 --- a/src/IconWhereToVoteSharpFilled.tsx +++ b/src/IconWhereToVoteSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWhereToVoteSharpFilled: React.FC = ({ ...props diff --git a/src/IconWidgetsOutlined.tsx b/src/IconWidgetsOutlined.tsx index 03d132a34..333d2212b 100644 --- a/src/IconWidgetsOutlined.tsx +++ b/src/IconWidgetsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidgetsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWidgetsOutlinedFilled.tsx b/src/IconWidgetsOutlinedFilled.tsx index 8d28362e4..155c1b209 100644 --- a/src/IconWidgetsOutlinedFilled.tsx +++ b/src/IconWidgetsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidgetsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWidgetsRounded.tsx b/src/IconWidgetsRounded.tsx index b354f869b..22f30002e 100644 --- a/src/IconWidgetsRounded.tsx +++ b/src/IconWidgetsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidgetsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWidgetsRoundedFilled.tsx b/src/IconWidgetsRoundedFilled.tsx index 10d20741d..23c22697e 100644 --- a/src/IconWidgetsRoundedFilled.tsx +++ b/src/IconWidgetsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidgetsRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWidgetsSharp.tsx b/src/IconWidgetsSharp.tsx index dfdf7c606..881672736 100644 --- a/src/IconWidgetsSharp.tsx +++ b/src/IconWidgetsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidgetsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWidgetsSharpFilled.tsx b/src/IconWidgetsSharpFilled.tsx index ab56182d3..27e77893f 100644 --- a/src/IconWidgetsSharpFilled.tsx +++ b/src/IconWidgetsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidgetsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthFullOutlined.tsx b/src/IconWidthFullOutlined.tsx index 78ed38df9..c43c32075 100644 --- a/src/IconWidthFullOutlined.tsx +++ b/src/IconWidthFullOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthFullOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthFullOutlinedFilled.tsx b/src/IconWidthFullOutlinedFilled.tsx index 2b3d92195..6391f307a 100644 --- a/src/IconWidthFullOutlinedFilled.tsx +++ b/src/IconWidthFullOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthFullOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWidthFullRounded.tsx b/src/IconWidthFullRounded.tsx index 058717917..5f4a34d26 100644 --- a/src/IconWidthFullRounded.tsx +++ b/src/IconWidthFullRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthFullRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthFullRoundedFilled.tsx b/src/IconWidthFullRoundedFilled.tsx index 59365ea73..f43d3165d 100644 --- a/src/IconWidthFullRoundedFilled.tsx +++ b/src/IconWidthFullRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthFullRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWidthFullSharp.tsx b/src/IconWidthFullSharp.tsx index 0436dec4c..b797ebfb7 100644 --- a/src/IconWidthFullSharp.tsx +++ b/src/IconWidthFullSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthFullSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthFullSharpFilled.tsx b/src/IconWidthFullSharpFilled.tsx index e45f2486c..12edc2cef 100644 --- a/src/IconWidthFullSharpFilled.tsx +++ b/src/IconWidthFullSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthFullSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthNormalOutlined.tsx b/src/IconWidthNormalOutlined.tsx index 37c68e08f..7b840599c 100644 --- a/src/IconWidthNormalOutlined.tsx +++ b/src/IconWidthNormalOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthNormalOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthNormalOutlinedFilled.tsx b/src/IconWidthNormalOutlinedFilled.tsx index 60e1ffd65..263e5aa2a 100644 --- a/src/IconWidthNormalOutlinedFilled.tsx +++ b/src/IconWidthNormalOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthNormalOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWidthNormalRounded.tsx b/src/IconWidthNormalRounded.tsx index 87b2fd6e4..628a4f8c3 100644 --- a/src/IconWidthNormalRounded.tsx +++ b/src/IconWidthNormalRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthNormalRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthNormalRoundedFilled.tsx b/src/IconWidthNormalRoundedFilled.tsx index 65906f5bc..b318e9f1d 100644 --- a/src/IconWidthNormalRoundedFilled.tsx +++ b/src/IconWidthNormalRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthNormalRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWidthNormalSharp.tsx b/src/IconWidthNormalSharp.tsx index fe8bf85ec..bb54a6b34 100644 --- a/src/IconWidthNormalSharp.tsx +++ b/src/IconWidthNormalSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthNormalSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthNormalSharpFilled.tsx b/src/IconWidthNormalSharpFilled.tsx index fb8b89b46..c179594b7 100644 --- a/src/IconWidthNormalSharpFilled.tsx +++ b/src/IconWidthNormalSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthNormalSharpFilled: React.FC = ({ ...props diff --git a/src/IconWidthOutlined.tsx b/src/IconWidthOutlined.tsx index bca517705..5bb881856 100644 --- a/src/IconWidthOutlined.tsx +++ b/src/IconWidthOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthOutlinedFilled.tsx b/src/IconWidthOutlinedFilled.tsx index 5c5f7685d..cb8b7bf8b 100644 --- a/src/IconWidthOutlinedFilled.tsx +++ b/src/IconWidthOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthRounded.tsx b/src/IconWidthRounded.tsx index 856871be3..93b3820f5 100644 --- a/src/IconWidthRounded.tsx +++ b/src/IconWidthRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthRoundedFilled.tsx b/src/IconWidthRoundedFilled.tsx index 089874e57..4315a059d 100644 --- a/src/IconWidthRoundedFilled.tsx +++ b/src/IconWidthRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthSharp.tsx b/src/IconWidthSharp.tsx index 104f0a6fc..4b0297dae 100644 --- a/src/IconWidthSharp.tsx +++ b/src/IconWidthSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthSharpFilled.tsx b/src/IconWidthSharpFilled.tsx index 55ba86844..649577618 100644 --- a/src/IconWidthSharpFilled.tsx +++ b/src/IconWidthSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthWideOutlined.tsx b/src/IconWidthWideOutlined.tsx index ddfc59f86..c83ff9807 100644 --- a/src/IconWidthWideOutlined.tsx +++ b/src/IconWidthWideOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthWideOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthWideOutlinedFilled.tsx b/src/IconWidthWideOutlinedFilled.tsx index 75b70ed24..5a0ffac8c 100644 --- a/src/IconWidthWideOutlinedFilled.tsx +++ b/src/IconWidthWideOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthWideOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWidthWideRounded.tsx b/src/IconWidthWideRounded.tsx index 647587d4f..5f07b96a0 100644 --- a/src/IconWidthWideRounded.tsx +++ b/src/IconWidthWideRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthWideRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthWideRoundedFilled.tsx b/src/IconWidthWideRoundedFilled.tsx index 287a146ea..7493968b7 100644 --- a/src/IconWidthWideRoundedFilled.tsx +++ b/src/IconWidthWideRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthWideRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWidthWideSharp.tsx b/src/IconWidthWideSharp.tsx index a3ba901ac..d76ad7bd9 100644 --- a/src/IconWidthWideSharp.tsx +++ b/src/IconWidthWideSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthWideSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWidthWideSharpFilled.tsx b/src/IconWidthWideSharpFilled.tsx index c6e56edca..ce8bc313e 100644 --- a/src/IconWidthWideSharpFilled.tsx +++ b/src/IconWidthWideSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWidthWideSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifi1BarOutlined.tsx b/src/IconWifi1BarOutlined.tsx index 26b1e62b3..9209a11e8 100644 --- a/src/IconWifi1BarOutlined.tsx +++ b/src/IconWifi1BarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifi1BarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWifi1BarOutlinedFilled.tsx b/src/IconWifi1BarOutlinedFilled.tsx index 85e8a5c02..aba255e7d 100644 --- a/src/IconWifi1BarOutlinedFilled.tsx +++ b/src/IconWifi1BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifi1BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifi1BarRounded.tsx b/src/IconWifi1BarRounded.tsx index 0abb7fdae..6201c7fe3 100644 --- a/src/IconWifi1BarRounded.tsx +++ b/src/IconWifi1BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifi1BarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifi1BarRoundedFilled.tsx b/src/IconWifi1BarRoundedFilled.tsx index e8b71f6e3..5991e798c 100644 --- a/src/IconWifi1BarRoundedFilled.tsx +++ b/src/IconWifi1BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifi1BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifi1BarSharp.tsx b/src/IconWifi1BarSharp.tsx index f573aea56..009d30784 100644 --- a/src/IconWifi1BarSharp.tsx +++ b/src/IconWifi1BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifi1BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifi1BarSharpFilled.tsx b/src/IconWifi1BarSharpFilled.tsx index 143c2dab3..50500dcbe 100644 --- a/src/IconWifi1BarSharpFilled.tsx +++ b/src/IconWifi1BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifi1BarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifi2BarOutlined.tsx b/src/IconWifi2BarOutlined.tsx deleted file mode 100644 index 0c6aa47bc..000000000 --- a/src/IconWifi2BarOutlined.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -export const IconWifi2BarOutlined: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) diff --git a/src/IconWifi2BarOutlinedFilled.tsx b/src/IconWifi2BarOutlinedFilled.tsx index 727bc0c0f..dcaa3d038 100644 --- a/src/IconWifi2BarOutlinedFilled.tsx +++ b/src/IconWifi2BarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifi2BarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifi2BarRounded.tsx b/src/IconWifi2BarRounded.tsx index b79a3f9b0..05559d934 100644 --- a/src/IconWifi2BarRounded.tsx +++ b/src/IconWifi2BarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifi2BarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifi2BarRoundedFilled.tsx b/src/IconWifi2BarRoundedFilled.tsx index 56df06638..1fdef2e80 100644 --- a/src/IconWifi2BarRoundedFilled.tsx +++ b/src/IconWifi2BarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifi2BarRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifi2BarSharp.tsx b/src/IconWifi2BarSharp.tsx index 3da948461..a517444ee 100644 --- a/src/IconWifi2BarSharp.tsx +++ b/src/IconWifi2BarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifi2BarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifi2BarSharpFilled.tsx b/src/IconWifi2BarSharpFilled.tsx index ff93e684f..d5bb84933 100644 --- a/src/IconWifi2BarSharpFilled.tsx +++ b/src/IconWifi2BarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifi2BarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiAddOutlined.tsx b/src/IconWifiAddOutlined.tsx index 1d4b2f281..37f9e3608 100644 --- a/src/IconWifiAddOutlined.tsx +++ b/src/IconWifiAddOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiAddOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiAddOutlinedFilled.tsx b/src/IconWifiAddOutlinedFilled.tsx index 7845bee0b..eb8ed4b02 100644 --- a/src/IconWifiAddOutlinedFilled.tsx +++ b/src/IconWifiAddOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiAddOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiAddRounded.tsx b/src/IconWifiAddRounded.tsx index cb5a477fd..338c04e82 100644 --- a/src/IconWifiAddRounded.tsx +++ b/src/IconWifiAddRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiAddRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiAddRoundedFilled.tsx b/src/IconWifiAddRoundedFilled.tsx index 3b355f288..8edf820a2 100644 --- a/src/IconWifiAddRoundedFilled.tsx +++ b/src/IconWifiAddRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiAddRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiAddSharp.tsx b/src/IconWifiAddSharp.tsx index c8d875eb1..254181135 100644 --- a/src/IconWifiAddSharp.tsx +++ b/src/IconWifiAddSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiAddSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiAddSharpFilled.tsx b/src/IconWifiAddSharpFilled.tsx index cb989f2e4..17b668784 100644 --- a/src/IconWifiAddSharpFilled.tsx +++ b/src/IconWifiAddSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiAddSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiCallingBar1Outlined.tsx b/src/IconWifiCallingBar1Outlined.tsx index 1303d7610..bb9052ac3 100644 --- a/src/IconWifiCallingBar1Outlined.tsx +++ b/src/IconWifiCallingBar1Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar1Outlined: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar1OutlinedFilled.tsx b/src/IconWifiCallingBar1OutlinedFilled.tsx index e16a71c44..3a61ca63c 100644 --- a/src/IconWifiCallingBar1OutlinedFilled.tsx +++ b/src/IconWifiCallingBar1OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar1OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar1Rounded.tsx b/src/IconWifiCallingBar1Rounded.tsx index c5a6be4ac..5b2159fbd 100644 --- a/src/IconWifiCallingBar1Rounded.tsx +++ b/src/IconWifiCallingBar1Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar1Rounded: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar1RoundedFilled.tsx b/src/IconWifiCallingBar1RoundedFilled.tsx index 0eae37720..042f236ee 100644 --- a/src/IconWifiCallingBar1RoundedFilled.tsx +++ b/src/IconWifiCallingBar1RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar1RoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar1Sharp.tsx b/src/IconWifiCallingBar1Sharp.tsx index 72bb1980c..e1bb81a1d 100644 --- a/src/IconWifiCallingBar1Sharp.tsx +++ b/src/IconWifiCallingBar1Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar1Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiCallingBar1SharpFilled.tsx b/src/IconWifiCallingBar1SharpFilled.tsx index b2cf1be50..cd49a82c1 100644 --- a/src/IconWifiCallingBar1SharpFilled.tsx +++ b/src/IconWifiCallingBar1SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar1SharpFilled: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar2Outlined.tsx b/src/IconWifiCallingBar2Outlined.tsx index b33963e21..412b8f07c 100644 --- a/src/IconWifiCallingBar2Outlined.tsx +++ b/src/IconWifiCallingBar2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar2Outlined: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar2OutlinedFilled.tsx b/src/IconWifiCallingBar2OutlinedFilled.tsx index f6ab24220..cdc1bebd5 100644 --- a/src/IconWifiCallingBar2OutlinedFilled.tsx +++ b/src/IconWifiCallingBar2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar2OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar2Rounded.tsx b/src/IconWifiCallingBar2Rounded.tsx index ee1dbe775..326ed72bf 100644 --- a/src/IconWifiCallingBar2Rounded.tsx +++ b/src/IconWifiCallingBar2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar2Rounded: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar2RoundedFilled.tsx b/src/IconWifiCallingBar2RoundedFilled.tsx index 69f5b7d79..81b50ad8f 100644 --- a/src/IconWifiCallingBar2RoundedFilled.tsx +++ b/src/IconWifiCallingBar2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar2RoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar2Sharp.tsx b/src/IconWifiCallingBar2Sharp.tsx index 79e58eb06..70eeac2d0 100644 --- a/src/IconWifiCallingBar2Sharp.tsx +++ b/src/IconWifiCallingBar2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiCallingBar2SharpFilled.tsx b/src/IconWifiCallingBar2SharpFilled.tsx index 8d4a3b07d..b031d2a91 100644 --- a/src/IconWifiCallingBar2SharpFilled.tsx +++ b/src/IconWifiCallingBar2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar2SharpFilled: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar3Outlined.tsx b/src/IconWifiCallingBar3Outlined.tsx index f8824522f..b7544a09e 100644 --- a/src/IconWifiCallingBar3Outlined.tsx +++ b/src/IconWifiCallingBar3Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar3Outlined: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar3OutlinedFilled.tsx b/src/IconWifiCallingBar3OutlinedFilled.tsx index b993a8538..0d5e7f73d 100644 --- a/src/IconWifiCallingBar3OutlinedFilled.tsx +++ b/src/IconWifiCallingBar3OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar3OutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar3Rounded.tsx b/src/IconWifiCallingBar3Rounded.tsx index fddaf1025..30bd4dfcd 100644 --- a/src/IconWifiCallingBar3Rounded.tsx +++ b/src/IconWifiCallingBar3Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar3Rounded: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar3RoundedFilled.tsx b/src/IconWifiCallingBar3RoundedFilled.tsx index 841be9abf..2d581c21f 100644 --- a/src/IconWifiCallingBar3RoundedFilled.tsx +++ b/src/IconWifiCallingBar3RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar3RoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiCallingBar3Sharp.tsx b/src/IconWifiCallingBar3Sharp.tsx index 0217bee9d..c1fe56d7a 100644 --- a/src/IconWifiCallingBar3Sharp.tsx +++ b/src/IconWifiCallingBar3Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar3Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiCallingBar3SharpFilled.tsx b/src/IconWifiCallingBar3SharpFilled.tsx index 653394466..0612e212e 100644 --- a/src/IconWifiCallingBar3SharpFilled.tsx +++ b/src/IconWifiCallingBar3SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingBar3SharpFilled: React.FC = ({ ...props diff --git a/src/IconWifiCallingOutlined.tsx b/src/IconWifiCallingOutlined.tsx index 47b2c2b6b..a25e115c1 100644 --- a/src/IconWifiCallingOutlined.tsx +++ b/src/IconWifiCallingOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiCallingOutlinedFilled.tsx b/src/IconWifiCallingOutlinedFilled.tsx index 6e687e843..ff512efae 100644 --- a/src/IconWifiCallingOutlinedFilled.tsx +++ b/src/IconWifiCallingOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiCallingRounded.tsx b/src/IconWifiCallingRounded.tsx index d773d75b7..f0629aebd 100644 --- a/src/IconWifiCallingRounded.tsx +++ b/src/IconWifiCallingRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiCallingRoundedFilled.tsx b/src/IconWifiCallingRoundedFilled.tsx index 26e95623a..891997efe 100644 --- a/src/IconWifiCallingRoundedFilled.tsx +++ b/src/IconWifiCallingRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiCallingSharp.tsx b/src/IconWifiCallingSharp.tsx index a721346dd..4a8407451 100644 --- a/src/IconWifiCallingSharp.tsx +++ b/src/IconWifiCallingSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiCallingSharpFilled.tsx b/src/IconWifiCallingSharpFilled.tsx index 0adbcaf20..9111b9788 100644 --- a/src/IconWifiCallingSharpFilled.tsx +++ b/src/IconWifiCallingSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiCallingSharpFilled: React.FC = ({ ...props diff --git a/src/IconWifiChannelOutlined.tsx b/src/IconWifiChannelOutlined.tsx index 86694afb8..327ef20f1 100644 --- a/src/IconWifiChannelOutlined.tsx +++ b/src/IconWifiChannelOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiChannelOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiChannelOutlinedFilled.tsx b/src/IconWifiChannelOutlinedFilled.tsx index bffdfb60d..63640f5d4 100644 --- a/src/IconWifiChannelOutlinedFilled.tsx +++ b/src/IconWifiChannelOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiChannelOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiChannelRounded.tsx b/src/IconWifiChannelRounded.tsx index cc269bfdd..44742c734 100644 --- a/src/IconWifiChannelRounded.tsx +++ b/src/IconWifiChannelRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiChannelRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiChannelRoundedFilled.tsx b/src/IconWifiChannelRoundedFilled.tsx index f2b1d2156..99b9be39b 100644 --- a/src/IconWifiChannelRoundedFilled.tsx +++ b/src/IconWifiChannelRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiChannelRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiChannelSharp.tsx b/src/IconWifiChannelSharp.tsx index 42debcca9..2590297a4 100644 --- a/src/IconWifiChannelSharp.tsx +++ b/src/IconWifiChannelSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiChannelSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiChannelSharpFilled.tsx b/src/IconWifiChannelSharpFilled.tsx index da5e1691c..b58733cc8 100644 --- a/src/IconWifiChannelSharpFilled.tsx +++ b/src/IconWifiChannelSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiChannelSharpFilled: React.FC = ({ ...props diff --git a/src/IconWifiFindOutlined.tsx b/src/IconWifiFindOutlined.tsx index f5f5f3728..b272b2545 100644 --- a/src/IconWifiFindOutlined.tsx +++ b/src/IconWifiFindOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiFindOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiFindOutlinedFilled.tsx b/src/IconWifiFindOutlinedFilled.tsx index c6ca3b1f3..753603ba1 100644 --- a/src/IconWifiFindOutlinedFilled.tsx +++ b/src/IconWifiFindOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiFindOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiFindRounded.tsx b/src/IconWifiFindRounded.tsx index 960ea73d1..5840381ae 100644 --- a/src/IconWifiFindRounded.tsx +++ b/src/IconWifiFindRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiFindRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiFindRoundedFilled.tsx b/src/IconWifiFindRoundedFilled.tsx index d6e4f021d..f52517d56 100644 --- a/src/IconWifiFindRoundedFilled.tsx +++ b/src/IconWifiFindRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiFindRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiFindSharp.tsx b/src/IconWifiFindSharp.tsx index a3de9d1b2..064bd8df6 100644 --- a/src/IconWifiFindSharp.tsx +++ b/src/IconWifiFindSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiFindSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiFindSharpFilled.tsx b/src/IconWifiFindSharpFilled.tsx index 49836eb06..d89ce80b5 100644 --- a/src/IconWifiFindSharpFilled.tsx +++ b/src/IconWifiFindSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiFindSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiHomeOutlined.tsx b/src/IconWifiHomeOutlined.tsx index 92f250f98..c56d46b09 100644 --- a/src/IconWifiHomeOutlined.tsx +++ b/src/IconWifiHomeOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiHomeOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiHomeOutlinedFilled.tsx b/src/IconWifiHomeOutlinedFilled.tsx index 4a1eff1d8..d50b1a700 100644 --- a/src/IconWifiHomeOutlinedFilled.tsx +++ b/src/IconWifiHomeOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiHomeOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiHomeRounded.tsx b/src/IconWifiHomeRounded.tsx index 1d0883e18..f33cf6399 100644 --- a/src/IconWifiHomeRounded.tsx +++ b/src/IconWifiHomeRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiHomeRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiHomeRoundedFilled.tsx b/src/IconWifiHomeRoundedFilled.tsx index 363b389ee..b31201f4f 100644 --- a/src/IconWifiHomeRoundedFilled.tsx +++ b/src/IconWifiHomeRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiHomeRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiHomeSharp.tsx b/src/IconWifiHomeSharp.tsx index 058d27a12..d3c00cedc 100644 --- a/src/IconWifiHomeSharp.tsx +++ b/src/IconWifiHomeSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiHomeSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiHomeSharpFilled.tsx b/src/IconWifiHomeSharpFilled.tsx index aba83fd0c..91f7e6e1d 100644 --- a/src/IconWifiHomeSharpFilled.tsx +++ b/src/IconWifiHomeSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiHomeSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiLockOutlined.tsx b/src/IconWifiLockOutlined.tsx index 34a8b250b..32137e2bc 100644 --- a/src/IconWifiLockOutlined.tsx +++ b/src/IconWifiLockOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiLockOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiLockOutlinedFilled.tsx b/src/IconWifiLockOutlinedFilled.tsx index d3d7c0bab..b4d8a4018 100644 --- a/src/IconWifiLockOutlinedFilled.tsx +++ b/src/IconWifiLockOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiLockOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiLockRounded.tsx b/src/IconWifiLockRounded.tsx index c13fcc9c4..18ad33333 100644 --- a/src/IconWifiLockRounded.tsx +++ b/src/IconWifiLockRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiLockRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiLockRoundedFilled.tsx b/src/IconWifiLockRoundedFilled.tsx index 2808d44f2..0fc493c75 100644 --- a/src/IconWifiLockRoundedFilled.tsx +++ b/src/IconWifiLockRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiLockRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiLockSharp.tsx b/src/IconWifiLockSharp.tsx index ff12dd078..5e8008cb6 100644 --- a/src/IconWifiLockSharp.tsx +++ b/src/IconWifiLockSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiLockSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiLockSharpFilled.tsx b/src/IconWifiLockSharpFilled.tsx index 93277e186..02c0a073a 100644 --- a/src/IconWifiLockSharpFilled.tsx +++ b/src/IconWifiLockSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiLockSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiNotificationOutlined.tsx b/src/IconWifiNotificationOutlined.tsx index f305380c4..d2de05568 100644 --- a/src/IconWifiNotificationOutlined.tsx +++ b/src/IconWifiNotificationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiNotificationOutlined: React.FC = ({ ...props diff --git a/src/IconWifiNotificationOutlinedFilled.tsx b/src/IconWifiNotificationOutlinedFilled.tsx index b237f4280..6f47dbbe7 100644 --- a/src/IconWifiNotificationOutlinedFilled.tsx +++ b/src/IconWifiNotificationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiNotificationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiNotificationRounded.tsx b/src/IconWifiNotificationRounded.tsx index b4daf3b0d..9c25d2d07 100644 --- a/src/IconWifiNotificationRounded.tsx +++ b/src/IconWifiNotificationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiNotificationRounded: React.FC = ({ ...props diff --git a/src/IconWifiNotificationRoundedFilled.tsx b/src/IconWifiNotificationRoundedFilled.tsx index 54a79bc75..6b985ae7a 100644 --- a/src/IconWifiNotificationRoundedFilled.tsx +++ b/src/IconWifiNotificationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiNotificationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiNotificationSharp.tsx b/src/IconWifiNotificationSharp.tsx index 63f65e78a..fb31e1e8c 100644 --- a/src/IconWifiNotificationSharp.tsx +++ b/src/IconWifiNotificationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiNotificationSharp: React.FC = ({ ...props diff --git a/src/IconWifiNotificationSharpFilled.tsx b/src/IconWifiNotificationSharpFilled.tsx index fcefb9ae3..5da591832 100644 --- a/src/IconWifiNotificationSharpFilled.tsx +++ b/src/IconWifiNotificationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiNotificationSharpFilled: React.FC = ({ ...props diff --git a/src/IconWifiOffOutlined.tsx b/src/IconWifiOffOutlined.tsx index 43e5a70e4..a43b9d176 100644 --- a/src/IconWifiOffOutlined.tsx +++ b/src/IconWifiOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiOffOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiOffOutlinedFilled.tsx b/src/IconWifiOffOutlinedFilled.tsx index 246673b8d..01a2dfe9b 100644 --- a/src/IconWifiOffOutlinedFilled.tsx +++ b/src/IconWifiOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiOffRounded.tsx b/src/IconWifiOffRounded.tsx index 27a231b37..051934b53 100644 --- a/src/IconWifiOffRounded.tsx +++ b/src/IconWifiOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiOffRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiOffRoundedFilled.tsx b/src/IconWifiOffRoundedFilled.tsx index 271a29e22..462d7f423 100644 --- a/src/IconWifiOffRoundedFilled.tsx +++ b/src/IconWifiOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiOffRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiOffSharp.tsx b/src/IconWifiOffSharp.tsx index daac33c72..68cfe5cda 100644 --- a/src/IconWifiOffSharp.tsx +++ b/src/IconWifiOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiOffSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiOffSharpFilled.tsx b/src/IconWifiOffSharpFilled.tsx index 0b37b0d14..841f841e6 100644 --- a/src/IconWifiOffSharpFilled.tsx +++ b/src/IconWifiOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiOffSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiOutlined.tsx b/src/IconWifiOutlined.tsx index 4dd654269..d3cac0462 100644 --- a/src/IconWifiOutlined.tsx +++ b/src/IconWifiOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiOutlinedFilled.tsx b/src/IconWifiOutlinedFilled.tsx index 850c052b1..2d48a5ed1 100644 --- a/src/IconWifiOutlinedFilled.tsx +++ b/src/IconWifiOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiPasswordOutlined.tsx b/src/IconWifiPasswordOutlined.tsx index b02d0c7cc..bc9b91fa3 100644 --- a/src/IconWifiPasswordOutlined.tsx +++ b/src/IconWifiPasswordOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiPasswordOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiPasswordOutlinedFilled.tsx b/src/IconWifiPasswordOutlinedFilled.tsx index acfa92261..ea9fd327d 100644 --- a/src/IconWifiPasswordOutlinedFilled.tsx +++ b/src/IconWifiPasswordOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiPasswordOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiPasswordRounded.tsx b/src/IconWifiPasswordRounded.tsx index 3f3a9c412..e43962b70 100644 --- a/src/IconWifiPasswordRounded.tsx +++ b/src/IconWifiPasswordRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiPasswordRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiPasswordRoundedFilled.tsx b/src/IconWifiPasswordRoundedFilled.tsx index a964c884f..d7781187b 100644 --- a/src/IconWifiPasswordRoundedFilled.tsx +++ b/src/IconWifiPasswordRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiPasswordRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiPasswordSharp.tsx b/src/IconWifiPasswordSharp.tsx index 2450f1b40..27037f0e7 100644 --- a/src/IconWifiPasswordSharp.tsx +++ b/src/IconWifiPasswordSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiPasswordSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiPasswordSharpFilled.tsx b/src/IconWifiPasswordSharpFilled.tsx index 20906d604..e5255443c 100644 --- a/src/IconWifiPasswordSharpFilled.tsx +++ b/src/IconWifiPasswordSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiPasswordSharpFilled: React.FC = ({ ...props diff --git a/src/IconWifiProtectedSetupOutlined.tsx b/src/IconWifiProtectedSetupOutlined.tsx index 82c12c849..3630521b8 100644 --- a/src/IconWifiProtectedSetupOutlined.tsx +++ b/src/IconWifiProtectedSetupOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProtectedSetupOutlined: React.FC = ({ ...props diff --git a/src/IconWifiProtectedSetupOutlinedFilled.tsx b/src/IconWifiProtectedSetupOutlinedFilled.tsx index fa7918620..b520d417b 100644 --- a/src/IconWifiProtectedSetupOutlinedFilled.tsx +++ b/src/IconWifiProtectedSetupOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProtectedSetupOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiProtectedSetupRounded.tsx b/src/IconWifiProtectedSetupRounded.tsx index 32095eedf..501dfc7fc 100644 --- a/src/IconWifiProtectedSetupRounded.tsx +++ b/src/IconWifiProtectedSetupRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProtectedSetupRounded: React.FC = ({ ...props diff --git a/src/IconWifiProtectedSetupRoundedFilled.tsx b/src/IconWifiProtectedSetupRoundedFilled.tsx index 76b717108..fb47d03c5 100644 --- a/src/IconWifiProtectedSetupRoundedFilled.tsx +++ b/src/IconWifiProtectedSetupRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProtectedSetupRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiProtectedSetupSharp.tsx b/src/IconWifiProtectedSetupSharp.tsx index 91bae8b71..3909f8d17 100644 --- a/src/IconWifiProtectedSetupSharp.tsx +++ b/src/IconWifiProtectedSetupSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProtectedSetupSharp: React.FC = ({ ...props diff --git a/src/IconWifiProtectedSetupSharpFilled.tsx b/src/IconWifiProtectedSetupSharpFilled.tsx index 83028f4b3..4f6922e25 100644 --- a/src/IconWifiProtectedSetupSharpFilled.tsx +++ b/src/IconWifiProtectedSetupSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProtectedSetupSharpFilled: React.FC = ({ ...props diff --git a/src/IconWifiProxyOutlined.tsx b/src/IconWifiProxyOutlined.tsx index e5263e2bc..f1a391a77 100644 --- a/src/IconWifiProxyOutlined.tsx +++ b/src/IconWifiProxyOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProxyOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiProxyOutlinedFilled.tsx b/src/IconWifiProxyOutlinedFilled.tsx index 4b41ba1fb..db5b8c329 100644 --- a/src/IconWifiProxyOutlinedFilled.tsx +++ b/src/IconWifiProxyOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProxyOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiProxyRounded.tsx b/src/IconWifiProxyRounded.tsx index b8d9309ea..b7bbd4d9e 100644 --- a/src/IconWifiProxyRounded.tsx +++ b/src/IconWifiProxyRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProxyRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiProxyRoundedFilled.tsx b/src/IconWifiProxyRoundedFilled.tsx index 9869ecf0a..5b9bfa7dd 100644 --- a/src/IconWifiProxyRoundedFilled.tsx +++ b/src/IconWifiProxyRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProxyRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiProxySharp.tsx b/src/IconWifiProxySharp.tsx index ba34b5200..d30f171d4 100644 --- a/src/IconWifiProxySharp.tsx +++ b/src/IconWifiProxySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProxySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiProxySharpFilled.tsx b/src/IconWifiProxySharpFilled.tsx index c1de3d59a..0660359a5 100644 --- a/src/IconWifiProxySharpFilled.tsx +++ b/src/IconWifiProxySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiProxySharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiRounded.tsx b/src/IconWifiRounded.tsx index 37169f707..e638663f6 100644 --- a/src/IconWifiRounded.tsx +++ b/src/IconWifiRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiRoundedFilled.tsx b/src/IconWifiRoundedFilled.tsx index 1e5bfff5b..f79398b53 100644 --- a/src/IconWifiRoundedFilled.tsx +++ b/src/IconWifiRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiSharp.tsx b/src/IconWifiSharp.tsx index d5a18d347..7f5d3f888 100644 --- a/src/IconWifiSharp.tsx +++ b/src/IconWifiSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiSharpFilled.tsx b/src/IconWifiSharpFilled.tsx index 5173903d3..5147a0b46 100644 --- a/src/IconWifiSharpFilled.tsx +++ b/src/IconWifiSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiTetheringErrorOutlined.tsx b/src/IconWifiTetheringErrorOutlined.tsx index fdf7dabc1..650702d25 100644 --- a/src/IconWifiTetheringErrorOutlined.tsx +++ b/src/IconWifiTetheringErrorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringErrorOutlined: React.FC = ({ ...props diff --git a/src/IconWifiTetheringErrorOutlinedFilled.tsx b/src/IconWifiTetheringErrorOutlinedFilled.tsx index f233eb337..97697c251 100644 --- a/src/IconWifiTetheringErrorOutlinedFilled.tsx +++ b/src/IconWifiTetheringErrorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringErrorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiTetheringErrorRounded.tsx b/src/IconWifiTetheringErrorRounded.tsx index cf2e24212..50c4fe888 100644 --- a/src/IconWifiTetheringErrorRounded.tsx +++ b/src/IconWifiTetheringErrorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringErrorRounded: React.FC = ({ ...props diff --git a/src/IconWifiTetheringErrorRoundedFilled.tsx b/src/IconWifiTetheringErrorRoundedFilled.tsx index dec597290..6246b0987 100644 --- a/src/IconWifiTetheringErrorRoundedFilled.tsx +++ b/src/IconWifiTetheringErrorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringErrorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiTetheringErrorSharp.tsx b/src/IconWifiTetheringErrorSharp.tsx index 53840df3a..4bbd81537 100644 --- a/src/IconWifiTetheringErrorSharp.tsx +++ b/src/IconWifiTetheringErrorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringErrorSharp: React.FC = ({ ...props diff --git a/src/IconWifiTetheringErrorSharpFilled.tsx b/src/IconWifiTetheringErrorSharpFilled.tsx index 489099447..db2a58e5d 100644 --- a/src/IconWifiTetheringErrorSharpFilled.tsx +++ b/src/IconWifiTetheringErrorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringErrorSharpFilled: React.FC = ({ ...props diff --git a/src/IconWifiTetheringOffOutlined.tsx b/src/IconWifiTetheringOffOutlined.tsx index b3e53f954..4995f32a5 100644 --- a/src/IconWifiTetheringOffOutlined.tsx +++ b/src/IconWifiTetheringOffOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringOffOutlined: React.FC = ({ ...props diff --git a/src/IconWifiTetheringOffOutlinedFilled.tsx b/src/IconWifiTetheringOffOutlinedFilled.tsx index 2f9941ecb..fa1e6d7d9 100644 --- a/src/IconWifiTetheringOffOutlinedFilled.tsx +++ b/src/IconWifiTetheringOffOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringOffOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiTetheringOffRounded.tsx b/src/IconWifiTetheringOffRounded.tsx index 17a783c5c..53586af86 100644 --- a/src/IconWifiTetheringOffRounded.tsx +++ b/src/IconWifiTetheringOffRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringOffRounded: React.FC = ({ ...props diff --git a/src/IconWifiTetheringOffRoundedFilled.tsx b/src/IconWifiTetheringOffRoundedFilled.tsx index 8821ab8c0..17568d085 100644 --- a/src/IconWifiTetheringOffRoundedFilled.tsx +++ b/src/IconWifiTetheringOffRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringOffRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiTetheringOffSharp.tsx b/src/IconWifiTetheringOffSharp.tsx index 6618a1445..5b7c91c8b 100644 --- a/src/IconWifiTetheringOffSharp.tsx +++ b/src/IconWifiTetheringOffSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringOffSharp: React.FC = ({ ...props diff --git a/src/IconWifiTetheringOffSharpFilled.tsx b/src/IconWifiTetheringOffSharpFilled.tsx index 6b1fdcfd6..7a61513eb 100644 --- a/src/IconWifiTetheringOffSharpFilled.tsx +++ b/src/IconWifiTetheringOffSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringOffSharpFilled: React.FC = ({ ...props diff --git a/src/IconWifiTetheringOutlined.tsx b/src/IconWifiTetheringOutlined.tsx index b22b22e7c..f30413d2f 100644 --- a/src/IconWifiTetheringOutlined.tsx +++ b/src/IconWifiTetheringOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringOutlined: React.FC = ({ ...props diff --git a/src/IconWifiTetheringOutlinedFilled.tsx b/src/IconWifiTetheringOutlinedFilled.tsx index 6bf0e2001..905446e79 100644 --- a/src/IconWifiTetheringOutlinedFilled.tsx +++ b/src/IconWifiTetheringOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWifiTetheringRounded.tsx b/src/IconWifiTetheringRounded.tsx index bdf7fd442..4f35c9076 100644 --- a/src/IconWifiTetheringRounded.tsx +++ b/src/IconWifiTetheringRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiTetheringRoundedFilled.tsx b/src/IconWifiTetheringRoundedFilled.tsx index ad101b1d6..5b0626b77 100644 --- a/src/IconWifiTetheringRoundedFilled.tsx +++ b/src/IconWifiTetheringRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWifiTetheringSharp.tsx b/src/IconWifiTetheringSharp.tsx index 753989f62..8aa575306 100644 --- a/src/IconWifiTetheringSharp.tsx +++ b/src/IconWifiTetheringSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWifiTetheringSharpFilled.tsx b/src/IconWifiTetheringSharpFilled.tsx index 58f7b95c8..f645bddb8 100644 --- a/src/IconWifiTetheringSharpFilled.tsx +++ b/src/IconWifiTetheringSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWifiTetheringSharpFilled: React.FC = ({ ...props diff --git a/src/IconWindPowerOutlined.tsx b/src/IconWindPowerOutlined.tsx index 5e2206cb2..355d77d2b 100644 --- a/src/IconWindPowerOutlined.tsx +++ b/src/IconWindPowerOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindPowerOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWindPowerOutlinedFilled.tsx b/src/IconWindPowerOutlinedFilled.tsx index d19bc5dcc..43af27bb3 100644 --- a/src/IconWindPowerOutlinedFilled.tsx +++ b/src/IconWindPowerOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindPowerOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWindPowerRounded.tsx b/src/IconWindPowerRounded.tsx index 4f65e3ad8..659e629fb 100644 --- a/src/IconWindPowerRounded.tsx +++ b/src/IconWindPowerRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindPowerRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWindPowerRoundedFilled.tsx b/src/IconWindPowerRoundedFilled.tsx index 54bd6dfde..f0d64d467 100644 --- a/src/IconWindPowerRoundedFilled.tsx +++ b/src/IconWindPowerRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindPowerRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWindPowerSharp.tsx b/src/IconWindPowerSharp.tsx index fb0c093de..3deec04d1 100644 --- a/src/IconWindPowerSharp.tsx +++ b/src/IconWindPowerSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindPowerSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWindPowerSharpFilled.tsx b/src/IconWindPowerSharpFilled.tsx index a72cbe9d0..9ffea8245 100644 --- a/src/IconWindPowerSharpFilled.tsx +++ b/src/IconWindPowerSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindPowerSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowClosedOutlined.tsx b/src/IconWindowClosedOutlined.tsx index 172dd4915..f885d968a 100644 --- a/src/IconWindowClosedOutlined.tsx +++ b/src/IconWindowClosedOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowClosedOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowClosedOutlinedFilled.tsx b/src/IconWindowClosedOutlinedFilled.tsx index c58600673..bd2f6128c 100644 --- a/src/IconWindowClosedOutlinedFilled.tsx +++ b/src/IconWindowClosedOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowClosedOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWindowClosedRounded.tsx b/src/IconWindowClosedRounded.tsx index 74385fb00..702c922dd 100644 --- a/src/IconWindowClosedRounded.tsx +++ b/src/IconWindowClosedRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowClosedRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowClosedRoundedFilled.tsx b/src/IconWindowClosedRoundedFilled.tsx index 7ee966d30..cba9769d7 100644 --- a/src/IconWindowClosedRoundedFilled.tsx +++ b/src/IconWindowClosedRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowClosedRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWindowClosedSharp.tsx b/src/IconWindowClosedSharp.tsx index 9a3f0cf76..551b6edb8 100644 --- a/src/IconWindowClosedSharp.tsx +++ b/src/IconWindowClosedSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowClosedSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowClosedSharpFilled.tsx b/src/IconWindowClosedSharpFilled.tsx index 7c6b703ac..d4b9858df 100644 --- a/src/IconWindowClosedSharpFilled.tsx +++ b/src/IconWindowClosedSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowClosedSharpFilled: React.FC = ({ ...props diff --git a/src/IconWindowOpenOutlined.tsx b/src/IconWindowOpenOutlined.tsx index 2019ec474..1fa752164 100644 --- a/src/IconWindowOpenOutlined.tsx +++ b/src/IconWindowOpenOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowOpenOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowOpenOutlinedFilled.tsx b/src/IconWindowOpenOutlinedFilled.tsx index 23ca6dfe9..15049eb8d 100644 --- a/src/IconWindowOpenOutlinedFilled.tsx +++ b/src/IconWindowOpenOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowOpenOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWindowOpenRounded.tsx b/src/IconWindowOpenRounded.tsx index 4ffe35f43..f0d5b0f9b 100644 --- a/src/IconWindowOpenRounded.tsx +++ b/src/IconWindowOpenRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowOpenRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowOpenRoundedFilled.tsx b/src/IconWindowOpenRoundedFilled.tsx index 77a8ed0fd..b73057bf9 100644 --- a/src/IconWindowOpenRoundedFilled.tsx +++ b/src/IconWindowOpenRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowOpenRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWindowOpenSharp.tsx b/src/IconWindowOpenSharp.tsx index 020f0d6d0..51197f7db 100644 --- a/src/IconWindowOpenSharp.tsx +++ b/src/IconWindowOpenSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowOpenSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowOpenSharpFilled.tsx b/src/IconWindowOpenSharpFilled.tsx index 78af16117..90355e550 100644 --- a/src/IconWindowOpenSharpFilled.tsx +++ b/src/IconWindowOpenSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowOpenSharpFilled: React.FC = ({ ...props diff --git a/src/IconWindowOutlined.tsx b/src/IconWindowOutlined.tsx index 43f0febb6..2a3e33499 100644 --- a/src/IconWindowOutlined.tsx +++ b/src/IconWindowOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowOutlinedFilled.tsx b/src/IconWindowOutlinedFilled.tsx index fcf7083d3..ca8b62735 100644 --- a/src/IconWindowOutlinedFilled.tsx +++ b/src/IconWindowOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowRounded.tsx b/src/IconWindowRounded.tsx index a8a58169f..bd81dd741 100644 --- a/src/IconWindowRounded.tsx +++ b/src/IconWindowRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowRoundedFilled.tsx b/src/IconWindowRoundedFilled.tsx index 2db68743a..707909ac8 100644 --- a/src/IconWindowRoundedFilled.tsx +++ b/src/IconWindowRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowSensorOutlined.tsx b/src/IconWindowSensorOutlined.tsx index ef8335e8c..e759af70d 100644 --- a/src/IconWindowSensorOutlined.tsx +++ b/src/IconWindowSensorOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowSensorOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowSensorOutlinedFilled.tsx b/src/IconWindowSensorOutlinedFilled.tsx index 8bcbc350c..a7c0f13d3 100644 --- a/src/IconWindowSensorOutlinedFilled.tsx +++ b/src/IconWindowSensorOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowSensorOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWindowSensorRounded.tsx b/src/IconWindowSensorRounded.tsx index c5cbf6174..535ddc293 100644 --- a/src/IconWindowSensorRounded.tsx +++ b/src/IconWindowSensorRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowSensorRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowSensorRoundedFilled.tsx b/src/IconWindowSensorRoundedFilled.tsx index 37a67ab40..030c0f250 100644 --- a/src/IconWindowSensorRoundedFilled.tsx +++ b/src/IconWindowSensorRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowSensorRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWindowSensorSharp.tsx b/src/IconWindowSensorSharp.tsx index d1435ef0e..08b1d0db0 100644 --- a/src/IconWindowSensorSharp.tsx +++ b/src/IconWindowSensorSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowSensorSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowSensorSharpFilled.tsx b/src/IconWindowSensorSharpFilled.tsx index d64417550..ff002cdec 100644 --- a/src/IconWindowSensorSharpFilled.tsx +++ b/src/IconWindowSensorSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowSensorSharpFilled: React.FC = ({ ...props diff --git a/src/IconWindowSharp.tsx b/src/IconWindowSharp.tsx index a6b278367..76df94b15 100644 --- a/src/IconWindowSharp.tsx +++ b/src/IconWindowSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWindowSharpFilled.tsx b/src/IconWindowSharpFilled.tsx index b3d880f39..709948b4b 100644 --- a/src/IconWindowSharpFilled.tsx +++ b/src/IconWindowSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWindowSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWineBarOutlined.tsx b/src/IconWineBarOutlined.tsx index 2e645cc9d..56b0ac905 100644 --- a/src/IconWineBarOutlined.tsx +++ b/src/IconWineBarOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWineBarOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWineBarOutlinedFilled.tsx b/src/IconWineBarOutlinedFilled.tsx index 78f8cf8d6..947f498b1 100644 --- a/src/IconWineBarOutlinedFilled.tsx +++ b/src/IconWineBarOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWineBarOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWineBarRounded.tsx b/src/IconWineBarRounded.tsx index f775b7537..a270f7924 100644 --- a/src/IconWineBarRounded.tsx +++ b/src/IconWineBarRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWineBarRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWineBarRoundedFilled.tsx b/src/IconWineBarRoundedFilled.tsx index 41a3b81ec..c336ab648 100644 --- a/src/IconWineBarRoundedFilled.tsx +++ b/src/IconWineBarRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWineBarRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWineBarSharp.tsx b/src/IconWineBarSharp.tsx index 9bed66947..ee442daea 100644 --- a/src/IconWineBarSharp.tsx +++ b/src/IconWineBarSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWineBarSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWineBarSharpFilled.tsx b/src/IconWineBarSharpFilled.tsx index ff3831163..df398d0c7 100644 --- a/src/IconWineBarSharpFilled.tsx +++ b/src/IconWineBarSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWineBarSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWoman2Outlined.tsx b/src/IconWoman2Outlined.tsx index d8d8d5c00..07366a3f4 100644 --- a/src/IconWoman2Outlined.tsx +++ b/src/IconWoman2Outlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoman2Outlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWoman2OutlinedFilled.tsx b/src/IconWoman2OutlinedFilled.tsx index 68ae70335..cd591a7b2 100644 --- a/src/IconWoman2OutlinedFilled.tsx +++ b/src/IconWoman2OutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoman2OutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWoman2Rounded.tsx b/src/IconWoman2Rounded.tsx index c394bf4a5..c4e281684 100644 --- a/src/IconWoman2Rounded.tsx +++ b/src/IconWoman2Rounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoman2Rounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWoman2RoundedFilled.tsx b/src/IconWoman2RoundedFilled.tsx index 23bb63954..38acc153b 100644 --- a/src/IconWoman2RoundedFilled.tsx +++ b/src/IconWoman2RoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoman2RoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWoman2Sharp.tsx b/src/IconWoman2Sharp.tsx index d0c53b690..a304a9c2f 100644 --- a/src/IconWoman2Sharp.tsx +++ b/src/IconWoman2Sharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoman2Sharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWoman2SharpFilled.tsx b/src/IconWoman2SharpFilled.tsx index ac8f447d4..6fd29f303 100644 --- a/src/IconWoman2SharpFilled.tsx +++ b/src/IconWoman2SharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoman2SharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWomanOutlined.tsx b/src/IconWomanOutlined.tsx index 94f7862fb..a3ca85ede 100644 --- a/src/IconWomanOutlined.tsx +++ b/src/IconWomanOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWomanOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWomanOutlinedFilled.tsx b/src/IconWomanOutlinedFilled.tsx index dc13d67c6..1bda5a2c1 100644 --- a/src/IconWomanOutlinedFilled.tsx +++ b/src/IconWomanOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWomanOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWomanRounded.tsx b/src/IconWomanRounded.tsx index a09775664..cb7c58afb 100644 --- a/src/IconWomanRounded.tsx +++ b/src/IconWomanRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWomanRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWomanRoundedFilled.tsx b/src/IconWomanRoundedFilled.tsx index 9b79515d5..aaaf9d0c5 100644 --- a/src/IconWomanRoundedFilled.tsx +++ b/src/IconWomanRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWomanRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWomanSharp.tsx b/src/IconWomanSharp.tsx index b348663da..f64eb020f 100644 --- a/src/IconWomanSharp.tsx +++ b/src/IconWomanSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWomanSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWomanSharpFilled.tsx b/src/IconWomanSharpFilled.tsx index 71dd2d19c..1bf3374f8 100644 --- a/src/IconWomanSharpFilled.tsx +++ b/src/IconWomanSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWomanSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkAlertOutlined.tsx b/src/IconWorkAlertOutlined.tsx index 835e0ac15..d20baf0a9 100644 --- a/src/IconWorkAlertOutlined.tsx +++ b/src/IconWorkAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkAlertOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkAlertOutlinedFilled.tsx b/src/IconWorkAlertOutlinedFilled.tsx index 5d69a2431..f0d5430cc 100644 --- a/src/IconWorkAlertOutlinedFilled.tsx +++ b/src/IconWorkAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWorkAlertRounded.tsx b/src/IconWorkAlertRounded.tsx index 5dabb49f4..e49fa4c9c 100644 --- a/src/IconWorkAlertRounded.tsx +++ b/src/IconWorkAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkAlertRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkAlertRoundedFilled.tsx b/src/IconWorkAlertRoundedFilled.tsx index 284201606..2847ef7bb 100644 --- a/src/IconWorkAlertRoundedFilled.tsx +++ b/src/IconWorkAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWorkAlertSharp.tsx b/src/IconWorkAlertSharp.tsx index 5247300ce..0578c04e8 100644 --- a/src/IconWorkAlertSharp.tsx +++ b/src/IconWorkAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkAlertSharpFilled.tsx b/src/IconWorkAlertSharpFilled.tsx index 2aea7bfc1..7229a41cd 100644 --- a/src/IconWorkAlertSharpFilled.tsx +++ b/src/IconWorkAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkAlertSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkHistoryOutlined.tsx b/src/IconWorkHistoryOutlined.tsx index f163a9947..aa602d5b5 100644 --- a/src/IconWorkHistoryOutlined.tsx +++ b/src/IconWorkHistoryOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkHistoryOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkHistoryOutlinedFilled.tsx b/src/IconWorkHistoryOutlinedFilled.tsx index a13b7c7fd..806036591 100644 --- a/src/IconWorkHistoryOutlinedFilled.tsx +++ b/src/IconWorkHistoryOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkHistoryOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWorkHistoryRounded.tsx b/src/IconWorkHistoryRounded.tsx index 3e9208376..6f82befbe 100644 --- a/src/IconWorkHistoryRounded.tsx +++ b/src/IconWorkHistoryRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkHistoryRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkHistoryRoundedFilled.tsx b/src/IconWorkHistoryRoundedFilled.tsx index 2e323ca9c..649b04c56 100644 --- a/src/IconWorkHistoryRoundedFilled.tsx +++ b/src/IconWorkHistoryRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkHistoryRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWorkHistorySharp.tsx b/src/IconWorkHistorySharp.tsx index 83cc09dff..c2746baa3 100644 --- a/src/IconWorkHistorySharp.tsx +++ b/src/IconWorkHistorySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkHistorySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkHistorySharpFilled.tsx b/src/IconWorkHistorySharpFilled.tsx index a18dc8eb1..d149a9d05 100644 --- a/src/IconWorkHistorySharpFilled.tsx +++ b/src/IconWorkHistorySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkHistorySharpFilled: React.FC = ({ ...props diff --git a/src/IconWorkOutlined.tsx b/src/IconWorkOutlined.tsx index b432e9b3c..67ace87f8 100644 --- a/src/IconWorkOutlined.tsx +++ b/src/IconWorkOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkOutlinedFilled.tsx b/src/IconWorkOutlinedFilled.tsx index a9b213998..d3c49f71a 100644 --- a/src/IconWorkOutlinedFilled.tsx +++ b/src/IconWorkOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkRounded.tsx b/src/IconWorkRounded.tsx index e8d7871c7..5f98a336e 100644 --- a/src/IconWorkRounded.tsx +++ b/src/IconWorkRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkRoundedFilled.tsx b/src/IconWorkRoundedFilled.tsx index 25c675aa6..bd8b06ae4 100644 --- a/src/IconWorkRoundedFilled.tsx +++ b/src/IconWorkRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkSharp.tsx b/src/IconWorkSharp.tsx index 5a41fee19..40fcea089 100644 --- a/src/IconWorkSharp.tsx +++ b/src/IconWorkSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkSharpFilled.tsx b/src/IconWorkSharpFilled.tsx index ee24cc779..c943b87dc 100644 --- a/src/IconWorkSharpFilled.tsx +++ b/src/IconWorkSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkUpdateOutlined.tsx b/src/IconWorkUpdateOutlined.tsx index fd8374c65..2ca59a881 100644 --- a/src/IconWorkUpdateOutlined.tsx +++ b/src/IconWorkUpdateOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkUpdateOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkUpdateOutlinedFilled.tsx b/src/IconWorkUpdateOutlinedFilled.tsx index da4122e54..28b1ff660 100644 --- a/src/IconWorkUpdateOutlinedFilled.tsx +++ b/src/IconWorkUpdateOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkUpdateOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWorkUpdateRounded.tsx b/src/IconWorkUpdateRounded.tsx index bd587b34f..2fbaec34d 100644 --- a/src/IconWorkUpdateRounded.tsx +++ b/src/IconWorkUpdateRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkUpdateRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkUpdateRoundedFilled.tsx b/src/IconWorkUpdateRoundedFilled.tsx index 277b848d0..04d6607b8 100644 --- a/src/IconWorkUpdateRoundedFilled.tsx +++ b/src/IconWorkUpdateRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkUpdateRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWorkUpdateSharp.tsx b/src/IconWorkUpdateSharp.tsx index 72fc6a4b3..5ca2ccad0 100644 --- a/src/IconWorkUpdateSharp.tsx +++ b/src/IconWorkUpdateSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkUpdateSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkUpdateSharpFilled.tsx b/src/IconWorkUpdateSharpFilled.tsx index 6b24bd6c1..d63477268 100644 --- a/src/IconWorkUpdateSharpFilled.tsx +++ b/src/IconWorkUpdateSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkUpdateSharpFilled: React.FC = ({ ...props diff --git a/src/IconWorkspacePremiumOutlined.tsx b/src/IconWorkspacePremiumOutlined.tsx index 18eae120e..67b2dc6d2 100644 --- a/src/IconWorkspacePremiumOutlined.tsx +++ b/src/IconWorkspacePremiumOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacePremiumOutlined: React.FC = ({ ...props diff --git a/src/IconWorkspacePremiumOutlinedFilled.tsx b/src/IconWorkspacePremiumOutlinedFilled.tsx index d1483d170..3178d0180 100644 --- a/src/IconWorkspacePremiumOutlinedFilled.tsx +++ b/src/IconWorkspacePremiumOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacePremiumOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWorkspacePremiumRounded.tsx b/src/IconWorkspacePremiumRounded.tsx index 4e46a88c1..042ee5c83 100644 --- a/src/IconWorkspacePremiumRounded.tsx +++ b/src/IconWorkspacePremiumRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacePremiumRounded: React.FC = ({ ...props diff --git a/src/IconWorkspacePremiumRoundedFilled.tsx b/src/IconWorkspacePremiumRoundedFilled.tsx index 93c23f4a0..41a77d621 100644 --- a/src/IconWorkspacePremiumRoundedFilled.tsx +++ b/src/IconWorkspacePremiumRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacePremiumRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWorkspacePremiumSharp.tsx b/src/IconWorkspacePremiumSharp.tsx index 773305d9b..49c31db8a 100644 --- a/src/IconWorkspacePremiumSharp.tsx +++ b/src/IconWorkspacePremiumSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacePremiumSharp: React.FC = ({ ...props diff --git a/src/IconWorkspacePremiumSharpFilled.tsx b/src/IconWorkspacePremiumSharpFilled.tsx index ff367a876..27a317d19 100644 --- a/src/IconWorkspacePremiumSharpFilled.tsx +++ b/src/IconWorkspacePremiumSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacePremiumSharpFilled: React.FC = ({ ...props diff --git a/src/IconWorkspacesOutlined.tsx b/src/IconWorkspacesOutlined.tsx index 6fed36559..0d745bcf6 100644 --- a/src/IconWorkspacesOutlined.tsx +++ b/src/IconWorkspacesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacesOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkspacesOutlinedFilled.tsx b/src/IconWorkspacesOutlinedFilled.tsx index 4d92357eb..3f2087dad 100644 --- a/src/IconWorkspacesOutlinedFilled.tsx +++ b/src/IconWorkspacesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWorkspacesRounded.tsx b/src/IconWorkspacesRounded.tsx index c0010b8b8..5b4db9dbc 100644 --- a/src/IconWorkspacesRounded.tsx +++ b/src/IconWorkspacesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacesRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkspacesRoundedFilled.tsx b/src/IconWorkspacesRoundedFilled.tsx index 9e555008b..f1d738304 100644 --- a/src/IconWorkspacesRoundedFilled.tsx +++ b/src/IconWorkspacesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWorkspacesSharp.tsx b/src/IconWorkspacesSharp.tsx index 4a844acf5..533fb56e7 100644 --- a/src/IconWorkspacesSharp.tsx +++ b/src/IconWorkspacesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWorkspacesSharpFilled.tsx b/src/IconWorkspacesSharpFilled.tsx index ef4353d37..d09cee72b 100644 --- a/src/IconWorkspacesSharpFilled.tsx +++ b/src/IconWorkspacesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWorkspacesSharpFilled: React.FC = ({ ...props diff --git a/src/IconWoundsInjuriesOutlined.tsx b/src/IconWoundsInjuriesOutlined.tsx index 6e026a32d..5e50a8126 100644 --- a/src/IconWoundsInjuriesOutlined.tsx +++ b/src/IconWoundsInjuriesOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoundsInjuriesOutlined: React.FC = ({ ...props diff --git a/src/IconWoundsInjuriesOutlinedFilled.tsx b/src/IconWoundsInjuriesOutlinedFilled.tsx index 516a9a7fb..a16e37fc8 100644 --- a/src/IconWoundsInjuriesOutlinedFilled.tsx +++ b/src/IconWoundsInjuriesOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoundsInjuriesOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWoundsInjuriesRounded.tsx b/src/IconWoundsInjuriesRounded.tsx index 7aebbb9ae..e4a0f3d5d 100644 --- a/src/IconWoundsInjuriesRounded.tsx +++ b/src/IconWoundsInjuriesRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoundsInjuriesRounded: React.FC = ({ ...props diff --git a/src/IconWoundsInjuriesRoundedFilled.tsx b/src/IconWoundsInjuriesRoundedFilled.tsx index 6d9e5cd84..d9dfe2221 100644 --- a/src/IconWoundsInjuriesRoundedFilled.tsx +++ b/src/IconWoundsInjuriesRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoundsInjuriesRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWoundsInjuriesSharp.tsx b/src/IconWoundsInjuriesSharp.tsx index 1ee6dd245..bfb436862 100644 --- a/src/IconWoundsInjuriesSharp.tsx +++ b/src/IconWoundsInjuriesSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoundsInjuriesSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWoundsInjuriesSharpFilled.tsx b/src/IconWoundsInjuriesSharpFilled.tsx index 5fc2c9aef..ae4bab667 100644 --- a/src/IconWoundsInjuriesSharpFilled.tsx +++ b/src/IconWoundsInjuriesSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWoundsInjuriesSharpFilled: React.FC = ({ ...props diff --git a/src/IconWrapTextOutlined.tsx b/src/IconWrapTextOutlined.tsx index 1835a4a9a..6ec3e6c6a 100644 --- a/src/IconWrapTextOutlined.tsx +++ b/src/IconWrapTextOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrapTextOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWrapTextOutlinedFilled.tsx b/src/IconWrapTextOutlinedFilled.tsx index c5ca9e66d..5d66e0d4c 100644 --- a/src/IconWrapTextOutlinedFilled.tsx +++ b/src/IconWrapTextOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrapTextOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWrapTextRounded.tsx b/src/IconWrapTextRounded.tsx index caa4b258c..c74e8637e 100644 --- a/src/IconWrapTextRounded.tsx +++ b/src/IconWrapTextRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrapTextRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWrapTextRoundedFilled.tsx b/src/IconWrapTextRoundedFilled.tsx index 79c39acc3..68775953e 100644 --- a/src/IconWrapTextRoundedFilled.tsx +++ b/src/IconWrapTextRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrapTextRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWrapTextSharp.tsx b/src/IconWrapTextSharp.tsx index 6f0f9fe0e..58338b4d6 100644 --- a/src/IconWrapTextSharp.tsx +++ b/src/IconWrapTextSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrapTextSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWrapTextSharpFilled.tsx b/src/IconWrapTextSharpFilled.tsx index b6fdd7232..ef24efcb4 100644 --- a/src/IconWrapTextSharpFilled.tsx +++ b/src/IconWrapTextSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrapTextSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWristOutlined.tsx b/src/IconWristOutlined.tsx index db51f1d79..0f76d09a6 100644 --- a/src/IconWristOutlined.tsx +++ b/src/IconWristOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWristOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWristOutlinedFilled.tsx b/src/IconWristOutlinedFilled.tsx index a8041eb7e..1d6df7691 100644 --- a/src/IconWristOutlinedFilled.tsx +++ b/src/IconWristOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWristOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWristRounded.tsx b/src/IconWristRounded.tsx index 030fe3065..e3551b6c5 100644 --- a/src/IconWristRounded.tsx +++ b/src/IconWristRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWristRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWristRoundedFilled.tsx b/src/IconWristRoundedFilled.tsx index ff3cf32ef..53a895f8a 100644 --- a/src/IconWristRoundedFilled.tsx +++ b/src/IconWristRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWristRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWristSharp.tsx b/src/IconWristSharp.tsx index b54a507e5..476e6c5a2 100644 --- a/src/IconWristSharp.tsx +++ b/src/IconWristSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWristSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWristSharpFilled.tsx b/src/IconWristSharpFilled.tsx index 187dea7c6..2071efc3b 100644 --- a/src/IconWristSharpFilled.tsx +++ b/src/IconWristSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWristSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWrongLocationOutlined.tsx b/src/IconWrongLocationOutlined.tsx index 87a77d666..36265ed1a 100644 --- a/src/IconWrongLocationOutlined.tsx +++ b/src/IconWrongLocationOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrongLocationOutlined: React.FC = ({ ...props diff --git a/src/IconWrongLocationOutlinedFilled.tsx b/src/IconWrongLocationOutlinedFilled.tsx index 818f3daa2..24af3b02f 100644 --- a/src/IconWrongLocationOutlinedFilled.tsx +++ b/src/IconWrongLocationOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrongLocationOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWrongLocationRounded.tsx b/src/IconWrongLocationRounded.tsx index cef85bef9..500456e73 100644 --- a/src/IconWrongLocationRounded.tsx +++ b/src/IconWrongLocationRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrongLocationRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWrongLocationRoundedFilled.tsx b/src/IconWrongLocationRoundedFilled.tsx index 88424a777..80e191ea1 100644 --- a/src/IconWrongLocationRoundedFilled.tsx +++ b/src/IconWrongLocationRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrongLocationRoundedFilled: React.FC = ({ ...props diff --git a/src/IconWrongLocationSharp.tsx b/src/IconWrongLocationSharp.tsx index 277892ddd..ccb29131e 100644 --- a/src/IconWrongLocationSharp.tsx +++ b/src/IconWrongLocationSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrongLocationSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWrongLocationSharpFilled.tsx b/src/IconWrongLocationSharpFilled.tsx index c961b358e..00508ecf3 100644 --- a/src/IconWrongLocationSharpFilled.tsx +++ b/src/IconWrongLocationSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWrongLocationSharpFilled: React.FC = ({ ...props diff --git a/src/IconWysiwygOutlined.tsx b/src/IconWysiwygOutlined.tsx index 481be3ff3..4ed70db27 100644 --- a/src/IconWysiwygOutlined.tsx +++ b/src/IconWysiwygOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWysiwygOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconWysiwygOutlinedFilled.tsx b/src/IconWysiwygOutlinedFilled.tsx index b9a342a29..12fe7fa5a 100644 --- a/src/IconWysiwygOutlinedFilled.tsx +++ b/src/IconWysiwygOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWysiwygOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconWysiwygRounded.tsx b/src/IconWysiwygRounded.tsx index a1dcada14..72ad3ae2b 100644 --- a/src/IconWysiwygRounded.tsx +++ b/src/IconWysiwygRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWysiwygRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconWysiwygRoundedFilled.tsx b/src/IconWysiwygRoundedFilled.tsx index 31b009ddc..6a1e5a112 100644 --- a/src/IconWysiwygRoundedFilled.tsx +++ b/src/IconWysiwygRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWysiwygRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconWysiwygSharp.tsx b/src/IconWysiwygSharp.tsx index 9536c01fe..9e5e85ab1 100644 --- a/src/IconWysiwygSharp.tsx +++ b/src/IconWysiwygSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWysiwygSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconWysiwygSharpFilled.tsx b/src/IconWysiwygSharpFilled.tsx index fe5d61332..1b9c815cb 100644 --- a/src/IconWysiwygSharpFilled.tsx +++ b/src/IconWysiwygSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconWysiwygSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconYardOutlined.tsx b/src/IconYardOutlined.tsx index 8662cfbb6..e85d8f69c 100644 --- a/src/IconYardOutlined.tsx +++ b/src/IconYardOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYardOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconYardOutlinedFilled.tsx b/src/IconYardOutlinedFilled.tsx index e2bc9e5b7..53cead730 100644 --- a/src/IconYardOutlinedFilled.tsx +++ b/src/IconYardOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYardOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconYardRounded.tsx b/src/IconYardRounded.tsx index e4ceb0d85..4c400e8a3 100644 --- a/src/IconYardRounded.tsx +++ b/src/IconYardRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYardRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconYardRoundedFilled.tsx b/src/IconYardRoundedFilled.tsx index 485dcbecb..2db2af12c 100644 --- a/src/IconYardRoundedFilled.tsx +++ b/src/IconYardRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYardRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconYardSharp.tsx b/src/IconYardSharp.tsx index 9c0e30ac8..ee1b50a41 100644 --- a/src/IconYardSharp.tsx +++ b/src/IconYardSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYardSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconYardSharpFilled.tsx b/src/IconYardSharpFilled.tsx index 6981eb2bc..feee16a8f 100644 --- a/src/IconYardSharpFilled.tsx +++ b/src/IconYardSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYardSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconYourTripsOutlined.tsx b/src/IconYourTripsOutlined.tsx index e9322eb76..64803c4d7 100644 --- a/src/IconYourTripsOutlined.tsx +++ b/src/IconYourTripsOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYourTripsOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconYourTripsOutlinedFilled.tsx b/src/IconYourTripsOutlinedFilled.tsx index 55f5a696f..66c0eb5e2 100644 --- a/src/IconYourTripsOutlinedFilled.tsx +++ b/src/IconYourTripsOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYourTripsOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconYourTripsRounded.tsx b/src/IconYourTripsRounded.tsx index a4bfe4595..dd0a558b8 100644 --- a/src/IconYourTripsRounded.tsx +++ b/src/IconYourTripsRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYourTripsRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconYourTripsRoundedFilled.tsx b/src/IconYourTripsRoundedFilled.tsx index fa1d9c917..c4fb73cab 100644 --- a/src/IconYourTripsRoundedFilled.tsx +++ b/src/IconYourTripsRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYourTripsRoundedFilled: React.FC = ({ ...props diff --git a/src/IconYourTripsSharp.tsx b/src/IconYourTripsSharp.tsx index 8df61745a..33071721c 100644 --- a/src/IconYourTripsSharp.tsx +++ b/src/IconYourTripsSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYourTripsSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconYourTripsSharpFilled.tsx b/src/IconYourTripsSharpFilled.tsx index e18e505e3..b2fbe1adb 100644 --- a/src/IconYourTripsSharpFilled.tsx +++ b/src/IconYourTripsSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYourTripsSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconYoutubeActivityOutlined.tsx b/src/IconYoutubeActivityOutlined.tsx index d2b1ba880..8eeaf5f68 100644 --- a/src/IconYoutubeActivityOutlined.tsx +++ b/src/IconYoutubeActivityOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeActivityOutlined: React.FC = ({ ...props diff --git a/src/IconYoutubeActivityOutlinedFilled.tsx b/src/IconYoutubeActivityOutlinedFilled.tsx index d9c78ea93..aa3130438 100644 --- a/src/IconYoutubeActivityOutlinedFilled.tsx +++ b/src/IconYoutubeActivityOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeActivityOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconYoutubeActivityRounded.tsx b/src/IconYoutubeActivityRounded.tsx index 5165264af..39c059dd7 100644 --- a/src/IconYoutubeActivityRounded.tsx +++ b/src/IconYoutubeActivityRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeActivityRounded: React.FC = ({ ...props diff --git a/src/IconYoutubeActivityRoundedFilled.tsx b/src/IconYoutubeActivityRoundedFilled.tsx index fa04013f4..7758df55f 100644 --- a/src/IconYoutubeActivityRoundedFilled.tsx +++ b/src/IconYoutubeActivityRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeActivityRoundedFilled: React.FC = ({ ...props diff --git a/src/IconYoutubeActivitySharp.tsx b/src/IconYoutubeActivitySharp.tsx index 1612414ed..124f7f79d 100644 --- a/src/IconYoutubeActivitySharp.tsx +++ b/src/IconYoutubeActivitySharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeActivitySharp: React.FC = ({ ...props }) => ( diff --git a/src/IconYoutubeActivitySharpFilled.tsx b/src/IconYoutubeActivitySharpFilled.tsx index cda9b5b98..711ea37bc 100644 --- a/src/IconYoutubeActivitySharpFilled.tsx +++ b/src/IconYoutubeActivitySharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeActivitySharpFilled: React.FC = ({ ...props diff --git a/src/IconYoutubeSearchedForOutlined.tsx b/src/IconYoutubeSearchedForOutlined.tsx index 53a546c93..ad1c118bd 100644 --- a/src/IconYoutubeSearchedForOutlined.tsx +++ b/src/IconYoutubeSearchedForOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeSearchedForOutlined: React.FC = ({ ...props diff --git a/src/IconYoutubeSearchedForOutlinedFilled.tsx b/src/IconYoutubeSearchedForOutlinedFilled.tsx index 8d9d1df31..fd15dd25a 100644 --- a/src/IconYoutubeSearchedForOutlinedFilled.tsx +++ b/src/IconYoutubeSearchedForOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeSearchedForOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconYoutubeSearchedForRounded.tsx b/src/IconYoutubeSearchedForRounded.tsx index 9cf3808a0..4a961b108 100644 --- a/src/IconYoutubeSearchedForRounded.tsx +++ b/src/IconYoutubeSearchedForRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeSearchedForRounded: React.FC = ({ ...props diff --git a/src/IconYoutubeSearchedForRoundedFilled.tsx b/src/IconYoutubeSearchedForRoundedFilled.tsx index 25894a722..0f8211aea 100644 --- a/src/IconYoutubeSearchedForRoundedFilled.tsx +++ b/src/IconYoutubeSearchedForRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeSearchedForRoundedFilled: React.FC = ({ ...props diff --git a/src/IconYoutubeSearchedForSharp.tsx b/src/IconYoutubeSearchedForSharp.tsx index 12495bde9..8809c457c 100644 --- a/src/IconYoutubeSearchedForSharp.tsx +++ b/src/IconYoutubeSearchedForSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeSearchedForSharp: React.FC = ({ ...props diff --git a/src/IconYoutubeSearchedForSharpFilled.tsx b/src/IconYoutubeSearchedForSharpFilled.tsx index f25e1dc19..29d692614 100644 --- a/src/IconYoutubeSearchedForSharpFilled.tsx +++ b/src/IconYoutubeSearchedForSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconYoutubeSearchedForSharpFilled: React.FC = ({ ...props diff --git a/src/IconZonePersonAlertOutlined.tsx b/src/IconZonePersonAlertOutlined.tsx index 86621f66f..3e1ba710c 100644 --- a/src/IconZonePersonAlertOutlined.tsx +++ b/src/IconZonePersonAlertOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonAlertOutlined: React.FC = ({ ...props diff --git a/src/IconZonePersonAlertOutlinedFilled.tsx b/src/IconZonePersonAlertOutlinedFilled.tsx index 26a402998..da85c29b2 100644 --- a/src/IconZonePersonAlertOutlinedFilled.tsx +++ b/src/IconZonePersonAlertOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonAlertOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconZonePersonAlertRounded.tsx b/src/IconZonePersonAlertRounded.tsx index 7fd1d5f14..5ee2b1eb5 100644 --- a/src/IconZonePersonAlertRounded.tsx +++ b/src/IconZonePersonAlertRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonAlertRounded: React.FC = ({ ...props diff --git a/src/IconZonePersonAlertRoundedFilled.tsx b/src/IconZonePersonAlertRoundedFilled.tsx index 69c7a2190..1e1657c3b 100644 --- a/src/IconZonePersonAlertRoundedFilled.tsx +++ b/src/IconZonePersonAlertRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonAlertRoundedFilled: React.FC = ({ ...props diff --git a/src/IconZonePersonAlertSharp.tsx b/src/IconZonePersonAlertSharp.tsx index 8ab438658..5061a7b4b 100644 --- a/src/IconZonePersonAlertSharp.tsx +++ b/src/IconZonePersonAlertSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonAlertSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconZonePersonAlertSharpFilled.tsx b/src/IconZonePersonAlertSharpFilled.tsx index a328cc54f..3dec27493 100644 --- a/src/IconZonePersonAlertSharpFilled.tsx +++ b/src/IconZonePersonAlertSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonAlertSharpFilled: React.FC = ({ ...props diff --git a/src/IconZonePersonIdleOutlined.tsx b/src/IconZonePersonIdleOutlined.tsx index ebc0f9486..6e0d5c487 100644 --- a/src/IconZonePersonIdleOutlined.tsx +++ b/src/IconZonePersonIdleOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonIdleOutlined: React.FC = ({ ...props diff --git a/src/IconZonePersonIdleOutlinedFilled.tsx b/src/IconZonePersonIdleOutlinedFilled.tsx index baa8defc8..847738a7c 100644 --- a/src/IconZonePersonIdleOutlinedFilled.tsx +++ b/src/IconZonePersonIdleOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonIdleOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconZonePersonIdleRounded.tsx b/src/IconZonePersonIdleRounded.tsx index 240fae60e..abab2f75d 100644 --- a/src/IconZonePersonIdleRounded.tsx +++ b/src/IconZonePersonIdleRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonIdleRounded: React.FC = ({ ...props diff --git a/src/IconZonePersonIdleRoundedFilled.tsx b/src/IconZonePersonIdleRoundedFilled.tsx index e8a314a9c..9142e28d6 100644 --- a/src/IconZonePersonIdleRoundedFilled.tsx +++ b/src/IconZonePersonIdleRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonIdleRoundedFilled: React.FC = ({ ...props diff --git a/src/IconZonePersonIdleSharp.tsx b/src/IconZonePersonIdleSharp.tsx index 7b69b8586..c891090b6 100644 --- a/src/IconZonePersonIdleSharp.tsx +++ b/src/IconZonePersonIdleSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonIdleSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconZonePersonIdleSharpFilled.tsx b/src/IconZonePersonIdleSharpFilled.tsx index 4e1c93748..dc2c4e73e 100644 --- a/src/IconZonePersonIdleSharpFilled.tsx +++ b/src/IconZonePersonIdleSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonIdleSharpFilled: React.FC = ({ ...props diff --git a/src/IconZonePersonUrgentOutlined.tsx b/src/IconZonePersonUrgentOutlined.tsx index 3df7f5ed5..a58dea595 100644 --- a/src/IconZonePersonUrgentOutlined.tsx +++ b/src/IconZonePersonUrgentOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonUrgentOutlined: React.FC = ({ ...props diff --git a/src/IconZonePersonUrgentOutlinedFilled.tsx b/src/IconZonePersonUrgentOutlinedFilled.tsx index 9ac99ecbe..3a1b4e4de 100644 --- a/src/IconZonePersonUrgentOutlinedFilled.tsx +++ b/src/IconZonePersonUrgentOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonUrgentOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconZonePersonUrgentRounded.tsx b/src/IconZonePersonUrgentRounded.tsx index 0a4706fec..95d2a935a 100644 --- a/src/IconZonePersonUrgentRounded.tsx +++ b/src/IconZonePersonUrgentRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonUrgentRounded: React.FC = ({ ...props diff --git a/src/IconZonePersonUrgentRoundedFilled.tsx b/src/IconZonePersonUrgentRoundedFilled.tsx index 113020332..ca706fbb4 100644 --- a/src/IconZonePersonUrgentRoundedFilled.tsx +++ b/src/IconZonePersonUrgentRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonUrgentRoundedFilled: React.FC = ({ ...props diff --git a/src/IconZonePersonUrgentSharp.tsx b/src/IconZonePersonUrgentSharp.tsx index 044450dfc..28755d97d 100644 --- a/src/IconZonePersonUrgentSharp.tsx +++ b/src/IconZonePersonUrgentSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonUrgentSharp: React.FC = ({ ...props diff --git a/src/IconZonePersonUrgentSharpFilled.tsx b/src/IconZonePersonUrgentSharpFilled.tsx index a615b9f11..c1bb77421 100644 --- a/src/IconZonePersonUrgentSharpFilled.tsx +++ b/src/IconZonePersonUrgentSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZonePersonUrgentSharpFilled: React.FC = ({ ...props diff --git a/src/IconZoomInMapOutlined.tsx b/src/IconZoomInMapOutlined.tsx index 7c13381e6..a4983b4c8 100644 --- a/src/IconZoomInMapOutlined.tsx +++ b/src/IconZoomInMapOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInMapOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomInMapOutlinedFilled.tsx b/src/IconZoomInMapOutlinedFilled.tsx index ac80c995f..8ac0206d3 100644 --- a/src/IconZoomInMapOutlinedFilled.tsx +++ b/src/IconZoomInMapOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInMapOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconZoomInMapRounded.tsx b/src/IconZoomInMapRounded.tsx index 5e850035c..67c151281 100644 --- a/src/IconZoomInMapRounded.tsx +++ b/src/IconZoomInMapRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInMapRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomInMapRoundedFilled.tsx b/src/IconZoomInMapRoundedFilled.tsx index 72a6fddc6..34ad55920 100644 --- a/src/IconZoomInMapRoundedFilled.tsx +++ b/src/IconZoomInMapRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInMapRoundedFilled: React.FC = ({ ...props diff --git a/src/IconZoomInMapSharp.tsx b/src/IconZoomInMapSharp.tsx index d9625d139..72f96fe7f 100644 --- a/src/IconZoomInMapSharp.tsx +++ b/src/IconZoomInMapSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInMapSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomInMapSharpFilled.tsx b/src/IconZoomInMapSharpFilled.tsx index a7eef7dfb..4c8494448 100644 --- a/src/IconZoomInMapSharpFilled.tsx +++ b/src/IconZoomInMapSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInMapSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomInOutlined.tsx b/src/IconZoomInOutlined.tsx index 0477da809..8d1d8fd3f 100644 --- a/src/IconZoomInOutlined.tsx +++ b/src/IconZoomInOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomInOutlinedFilled.tsx b/src/IconZoomInOutlinedFilled.tsx index 75ad8205a..25210298c 100644 --- a/src/IconZoomInOutlinedFilled.tsx +++ b/src/IconZoomInOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInOutlinedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomInRounded.tsx b/src/IconZoomInRounded.tsx index 713eabec1..d70434a11 100644 --- a/src/IconZoomInRounded.tsx +++ b/src/IconZoomInRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomInRoundedFilled.tsx b/src/IconZoomInRoundedFilled.tsx index 71c518fd8..2efccf972 100644 --- a/src/IconZoomInRoundedFilled.tsx +++ b/src/IconZoomInRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomInSharp.tsx b/src/IconZoomInSharp.tsx index eb11ecd76..2a17ab0d6 100644 --- a/src/IconZoomInSharp.tsx +++ b/src/IconZoomInSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomInSharpFilled.tsx b/src/IconZoomInSharpFilled.tsx index 9bd24595f..8f69c1182 100644 --- a/src/IconZoomInSharpFilled.tsx +++ b/src/IconZoomInSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomInSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomOutMapOutlined.tsx b/src/IconZoomOutMapOutlined.tsx index 159b41e9c..cf2603887 100644 --- a/src/IconZoomOutMapOutlined.tsx +++ b/src/IconZoomOutMapOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutMapOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomOutMapOutlinedFilled.tsx b/src/IconZoomOutMapOutlinedFilled.tsx index 5d1921dbb..ed0fe9ab4 100644 --- a/src/IconZoomOutMapOutlinedFilled.tsx +++ b/src/IconZoomOutMapOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutMapOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconZoomOutMapRounded.tsx b/src/IconZoomOutMapRounded.tsx index 092b60f62..9a9b7b60b 100644 --- a/src/IconZoomOutMapRounded.tsx +++ b/src/IconZoomOutMapRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutMapRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomOutMapRoundedFilled.tsx b/src/IconZoomOutMapRoundedFilled.tsx index 19e21838f..9a2781df2 100644 --- a/src/IconZoomOutMapRoundedFilled.tsx +++ b/src/IconZoomOutMapRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutMapRoundedFilled: React.FC = ({ ...props diff --git a/src/IconZoomOutMapSharp.tsx b/src/IconZoomOutMapSharp.tsx index d5291c053..d3ecfc854 100644 --- a/src/IconZoomOutMapSharp.tsx +++ b/src/IconZoomOutMapSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutMapSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomOutMapSharpFilled.tsx b/src/IconZoomOutMapSharpFilled.tsx index c75613992..e49d2a469 100644 --- a/src/IconZoomOutMapSharpFilled.tsx +++ b/src/IconZoomOutMapSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutMapSharpFilled: React.FC = ({ ...props diff --git a/src/IconZoomOutOutlined.tsx b/src/IconZoomOutOutlined.tsx index 1c409b6b0..990921d52 100644 --- a/src/IconZoomOutOutlined.tsx +++ b/src/IconZoomOutOutlined.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutOutlined: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomOutOutlinedFilled.tsx b/src/IconZoomOutOutlinedFilled.tsx index 105fe6d91..0f864d30e 100644 --- a/src/IconZoomOutOutlinedFilled.tsx +++ b/src/IconZoomOutOutlinedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutOutlinedFilled: React.FC = ({ ...props diff --git a/src/IconZoomOutRounded.tsx b/src/IconZoomOutRounded.tsx index 6b14a89ba..e92352037 100644 --- a/src/IconZoomOutRounded.tsx +++ b/src/IconZoomOutRounded.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutRounded: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomOutRoundedFilled.tsx b/src/IconZoomOutRoundedFilled.tsx index 5e1138087..3493e9672 100644 --- a/src/IconZoomOutRoundedFilled.tsx +++ b/src/IconZoomOutRoundedFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutRoundedFilled: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomOutSharp.tsx b/src/IconZoomOutSharp.tsx index 9f95771f4..d29abe048 100644 --- a/src/IconZoomOutSharp.tsx +++ b/src/IconZoomOutSharp.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutSharp: React.FC = ({ ...props }) => ( diff --git a/src/IconZoomOutSharpFilled.tsx b/src/IconZoomOutSharpFilled.tsx index d5fe022c2..b598f5ed0 100644 --- a/src/IconZoomOutSharpFilled.tsx +++ b/src/IconZoomOutSharpFilled.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { IconProps } from './types' +import { IconProps } from './types.js' export const IconZoomOutSharpFilled: React.FC = ({ ...props }) => ( diff --git a/src/index.ts b/src/index.ts index cafb536b9..4e12c28b2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,20394 +1,20393 @@ -export * from './Icon10kOutlined' -export * from './Icon10kOutlinedFilled' -export * from './Icon10kRounded' -export * from './Icon10kRoundedFilled' -export * from './Icon10kSharpFilled' -export * from './Icon10kSharp' -export * from './Icon10mpOutlinedFilled' -export * from './Icon10mpOutlined' -export * from './Icon10mpRounded' -export * from './Icon10mpRoundedFilled' -export * from './Icon10mpSharp' -export * from './Icon10mpSharpFilled' -export * from './Icon11mpOutlinedFilled' -export * from './Icon11mpOutlined' -export * from './Icon11mpRounded' -export * from './Icon11mpRoundedFilled' -export * from './Icon11mpSharp' -export * from './Icon11mpSharpFilled' -export * from './Icon123OutlinedFilled' -export * from './Icon123Outlined' -export * from './Icon123RoundedFilled' -export * from './Icon123Rounded' -export * from './Icon123Sharp' -export * from './Icon123SharpFilled' -export * from './Icon12mpOutlined' -export * from './Icon12mpOutlinedFilled' -export * from './Icon12mpRounded' -export * from './Icon12mpRoundedFilled' -export * from './Icon12mpSharpFilled' -export * from './Icon12mpSharp' -export * from './Icon13mpOutlinedFilled' -export * from './Icon13mpOutlined' -export * from './Icon13mpRoundedFilled' -export * from './Icon13mpRounded' -export * from './Icon13mpSharpFilled' -export * from './Icon13mpSharp' -export * from './Icon14mpOutlined' -export * from './Icon14mpOutlinedFilled' -export * from './Icon14mpRoundedFilled' -export * from './Icon14mpRounded' -export * from './Icon14mpSharp' -export * from './Icon14mpSharpFilled' -export * from './Icon15mpOutlinedFilled' -export * from './Icon15mpOutlined' -export * from './Icon15mpRoundedFilled' -export * from './Icon15mpRounded' -export * from './Icon15mpSharp' -export * from './Icon15mpSharpFilled' -export * from './Icon16mpOutlinedFilled' -export * from './Icon16mpOutlined' -export * from './Icon16mpRounded' -export * from './Icon16mpRoundedFilled' -export * from './Icon16mpSharp' -export * from './Icon16mpSharpFilled' -export * from './Icon17mpOutlined' -export * from './Icon17mpOutlinedFilled' -export * from './Icon17mpRounded' -export * from './Icon17mpRoundedFilled' -export * from './Icon17mpSharp' -export * from './Icon17mpSharpFilled' -export * from './Icon18UpRatingOutlinedFilled' -export * from './Icon18UpRatingOutlined' -export * from './Icon18UpRatingRoundedFilled' -export * from './Icon18UpRatingRounded' -export * from './Icon18UpRatingSharpFilled' -export * from './Icon18UpRatingSharp' -export * from './Icon18mpOutlinedFilled' -export * from './Icon18mpOutlined' -export * from './Icon18mpRoundedFilled' -export * from './Icon18mpRounded' -export * from './Icon18mpSharp' -export * from './Icon18mpSharpFilled' -export * from './Icon19mpOutlinedFilled' -export * from './Icon19mpOutlined' -export * from './Icon19mpRoundedFilled' -export * from './Icon19mpRounded' -export * from './Icon19mpSharp' -export * from './Icon19mpSharpFilled' -export * from './Icon1kOutlinedFilled' -export * from './Icon1kOutlined' -export * from './Icon1kRounded' -export * from './Icon1kRoundedFilled' -export * from './Icon1kSharpFilled' -export * from './Icon1kSharp' -export * from './Icon1kPlusOutlined' -export * from './Icon1kPlusOutlinedFilled' -export * from './Icon1kPlusRounded' -export * from './Icon1kPlusRoundedFilled' -export * from './Icon1kPlusSharp' -export * from './Icon1kPlusSharpFilled' -export * from './Icon1xMobiledataOutlinedFilled' -export * from './Icon1xMobiledataOutlined' -export * from './Icon1xMobiledataRounded' -export * from './Icon1xMobiledataRoundedFilled' -export * from './Icon1xMobiledataSharp' -export * from './Icon1xMobiledataSharpFilled' -export * from './Icon1xMobiledataBadgeOutlinedFilled' -export * from './Icon1xMobiledataBadgeOutlined' -export * from './Icon1xMobiledataBadgeRoundedFilled' -export * from './Icon1xMobiledataBadgeRounded' -export * from './Icon1xMobiledataBadgeSharpFilled' -export * from './Icon1xMobiledataBadgeSharp' -export * from './Icon20mpOutlinedFilled' -export * from './Icon20mpOutlined' -export * from './Icon20mpRounded' -export * from './Icon20mpRoundedFilled' -export * from './Icon20mpSharp' -export * from './Icon20mpSharpFilled' -export * from './Icon21mpOutlinedFilled' -export * from './Icon21mpOutlined' -export * from './Icon21mpRounded' -export * from './Icon21mpRoundedFilled' -export * from './Icon21mpSharp' -export * from './Icon21mpSharpFilled' -export * from './Icon22mpOutlinedFilled' -export * from './Icon22mpOutlined' -export * from './Icon22mpRoundedFilled' -export * from './Icon22mpRounded' -export * from './Icon22mpSharp' -export * from './Icon22mpSharpFilled' -export * from './Icon23mpOutlinedFilled' -export * from './Icon23mpOutlined' -export * from './Icon23mpRounded' -export * from './Icon23mpRoundedFilled' -export * from './Icon23mpSharp' -export * from './Icon23mpSharpFilled' -export * from './Icon24fpsSelectOutlined' -export * from './Icon24fpsSelectOutlinedFilled' -export * from './Icon24fpsSelectRoundedFilled' -export * from './Icon24fpsSelectRounded' -export * from './Icon24fpsSelectSharp' -export * from './Icon24fpsSelectSharpFilled' -export * from './Icon24mpOutlined' -export * from './Icon24mpOutlinedFilled' -export * from './Icon24mpRounded' -export * from './Icon24mpRoundedFilled' -export * from './Icon24mpSharp' -export * from './Icon24mpSharpFilled' -export * from './Icon2dOutlinedFilled' -export * from './Icon2dOutlined' -export * from './Icon2dRounded' -export * from './Icon2dRoundedFilled' -export * from './Icon2dSharpFilled' -export * from './Icon2dSharp' -export * from './Icon2kOutlinedFilled' -export * from './Icon2kOutlined' -export * from './Icon2kRoundedFilled' -export * from './Icon2kRounded' -export * from './Icon2kSharpFilled' -export * from './Icon2kSharp' -export * from './Icon2kPlusOutlined' -export * from './Icon2kPlusOutlinedFilled' -export * from './Icon2kPlusRoundedFilled' -export * from './Icon2kPlusRounded' -export * from './Icon2kPlusSharp' -export * from './Icon2kPlusSharpFilled' -export * from './Icon2mpOutlinedFilled' -export * from './Icon2mpOutlined' -export * from './Icon2mpRoundedFilled' -export * from './Icon2mpRounded' -export * from './Icon2mpSharp' -export * from './Icon2mpSharpFilled' -export * from './Icon30fpsOutlinedFilled' -export * from './Icon30fpsOutlined' -export * from './Icon30fpsRoundedFilled' -export * from './Icon30fpsRounded' -export * from './Icon30fpsSharpFilled' -export * from './Icon30fpsSharp' -export * from './Icon30fpsSelectOutlinedFilled' -export * from './Icon30fpsSelectOutlined' -export * from './Icon30fpsSelectRounded' -export * from './Icon30fpsSelectRoundedFilled' -export * from './Icon30fpsSelectSharpFilled' -export * from './Icon30fpsSelectSharp' -export * from './Icon360OutlinedFilled' -export * from './Icon360Outlined' -export * from './Icon360RoundedFilled' -export * from './Icon360Rounded' -export * from './Icon360SharpFilled' -export * from './Icon360Sharp' -export * from './Icon3dRotationOutlinedFilled' -export * from './Icon3dRotationOutlined' -export * from './Icon3dRotationRounded' -export * from './Icon3dRotationRoundedFilled' -export * from './Icon3dRotationSharp' -export * from './Icon3dRotationSharpFilled' -export * from './Icon3gMobiledataOutlined' -export * from './Icon3gMobiledataOutlinedFilled' -export * from './Icon3gMobiledataRounded' -export * from './Icon3gMobiledataRoundedFilled' -export * from './Icon3gMobiledataSharp' -export * from './Icon3gMobiledataSharpFilled' -export * from './Icon3gMobiledataBadgeOutlined' -export * from './Icon3gMobiledataBadgeOutlinedFilled' -export * from './Icon3gMobiledataBadgeRoundedFilled' -export * from './Icon3gMobiledataBadgeRounded' -export * from './Icon3gMobiledataBadgeSharpFilled' -export * from './Icon3gMobiledataBadgeSharp' -export * from './Icon3kOutlined' -export * from './Icon3kOutlinedFilled' -export * from './Icon3kRoundedFilled' -export * from './Icon3kRounded' -export * from './Icon3kSharp' -export * from './Icon3kSharpFilled' -export * from './Icon3kPlusOutlined' -export * from './Icon3kPlusOutlinedFilled' -export * from './Icon3kPlusRounded' -export * from './Icon3kPlusRoundedFilled' -export * from './Icon3kPlusSharp' -export * from './Icon3kPlusSharpFilled' -export * from './Icon3mpOutlined' -export * from './Icon3mpOutlinedFilled' -export * from './Icon3mpRoundedFilled' -export * from './Icon3mpRounded' -export * from './Icon3mpSharpFilled' -export * from './Icon3mpSharp' -export * from './Icon3pOutlined' -export * from './Icon3pOutlinedFilled' -export * from './Icon3pRounded' -export * from './Icon3pRoundedFilled' -export * from './Icon3pSharpFilled' -export * from './Icon3pSharp' -export * from './Icon4gMobiledataOutlinedFilled' -export * from './Icon4gMobiledataOutlined' -export * from './Icon4gMobiledataRounded' -export * from './Icon4gMobiledataRoundedFilled' -export * from './Icon4gMobiledataSharpFilled' -export * from './Icon4gMobiledataSharp' -export * from './Icon4gMobiledataBadgeOutlined' -export * from './Icon4gMobiledataBadgeOutlinedFilled' -export * from './Icon4gMobiledataBadgeRounded' -export * from './Icon4gMobiledataBadgeRoundedFilled' -export * from './Icon4gMobiledataBadgeSharpFilled' -export * from './Icon4gMobiledataBadgeSharp' -export * from './Icon4gPlusMobiledataOutlinedFilled' -export * from './Icon4gPlusMobiledataOutlined' -export * from './Icon4gPlusMobiledataRounded' -export * from './Icon4gPlusMobiledataRoundedFilled' -export * from './Icon4gPlusMobiledataSharpFilled' -export * from './Icon4gPlusMobiledataSharp' -export * from './Icon4kOutlined' -export * from './Icon4kOutlinedFilled' -export * from './Icon4kRounded' -export * from './Icon4kRoundedFilled' -export * from './Icon4kSharp' -export * from './Icon4kSharpFilled' -export * from './Icon4kPlusOutlined' -export * from './Icon4kPlusOutlinedFilled' -export * from './Icon4kPlusRoundedFilled' -export * from './Icon4kPlusRounded' -export * from './Icon4kPlusSharpFilled' -export * from './Icon4kPlusSharp' -export * from './Icon4mpOutlinedFilled' -export * from './Icon4mpOutlined' -export * from './Icon4mpRounded' -export * from './Icon4mpRoundedFilled' -export * from './Icon4mpSharpFilled' -export * from './Icon4mpSharp' -export * from './Icon50mpOutlined' -export * from './Icon50mpOutlinedFilled' -export * from './Icon50mpRoundedFilled' -export * from './Icon50mpRounded' -export * from './Icon50mpSharpFilled' -export * from './Icon50mpSharp' -export * from './Icon5gOutlined' -export * from './Icon5gOutlinedFilled' -export * from './Icon5gRounded' -export * from './Icon5gRoundedFilled' -export * from './Icon5gSharp' -export * from './Icon5gSharpFilled' -export * from './Icon5gMobiledataBadgeOutlined' -export * from './Icon5gMobiledataBadgeOutlinedFilled' -export * from './Icon5gMobiledataBadgeRounded' -export * from './Icon5gMobiledataBadgeRoundedFilled' -export * from './Icon5gMobiledataBadgeSharpFilled' -export * from './Icon5gMobiledataBadgeSharp' -export * from './Icon5kOutlinedFilled' -export * from './Icon5kOutlined' -export * from './Icon5kRounded' -export * from './Icon5kRoundedFilled' -export * from './Icon5kSharpFilled' -export * from './Icon5kSharp' -export * from './Icon5kPlusOutlined' -export * from './Icon5kPlusOutlinedFilled' -export * from './Icon5kPlusRoundedFilled' -export * from './Icon5kPlusRounded' -export * from './Icon5kPlusSharp' -export * from './Icon5kPlusSharpFilled' -export * from './Icon5mpOutlinedFilled' -export * from './Icon5mpOutlined' -export * from './Icon5mpRoundedFilled' -export * from './Icon5mpRounded' -export * from './Icon5mpSharp' -export * from './Icon5mpSharpFilled' -export * from './Icon60fpsOutlinedFilled' -export * from './Icon60fpsOutlined' -export * from './Icon60fpsRounded' -export * from './Icon60fpsRoundedFilled' -export * from './Icon60fpsSharp' -export * from './Icon60fpsSharpFilled' -export * from './Icon60fpsSelectOutlined' -export * from './Icon60fpsSelectOutlinedFilled' -export * from './Icon60fpsSelectRounded' -export * from './Icon60fpsSelectRoundedFilled' -export * from './Icon60fpsSelectSharpFilled' -export * from './Icon60fpsSelectSharp' -export * from './Icon6FtApartOutlinedFilled' -export * from './Icon6FtApartOutlined' -export * from './Icon6FtApartRoundedFilled' -export * from './Icon6FtApartRounded' -export * from './Icon6FtApartSharpFilled' -export * from './Icon6FtApartSharp' -export * from './Icon6kOutlined' -export * from './Icon6kOutlinedFilled' -export * from './Icon6kRounded' -export * from './Icon6kRoundedFilled' -export * from './Icon6kSharp' -export * from './Icon6kSharpFilled' -export * from './Icon6kPlusOutlinedFilled' -export * from './Icon6kPlusOutlined' -export * from './Icon6kPlusRounded' -export * from './Icon6kPlusRoundedFilled' -export * from './Icon6kPlusSharp' -export * from './Icon6kPlusSharpFilled' -export * from './Icon6mpOutlined' -export * from './Icon6mpOutlinedFilled' -export * from './Icon6mpRounded' -export * from './Icon6mpRoundedFilled' -export * from './Icon6mpSharpFilled' -export * from './Icon6mpSharp' -export * from './Icon7kOutlinedFilled' -export * from './Icon7kOutlined' -export * from './Icon7kRoundedFilled' -export * from './Icon7kRounded' -export * from './Icon7kSharp' -export * from './Icon7kSharpFilled' -export * from './Icon7kPlusOutlined' -export * from './Icon7kPlusOutlinedFilled' -export * from './Icon7kPlusRoundedFilled' -export * from './Icon7kPlusRounded' -export * from './Icon7kPlusSharpFilled' -export * from './Icon7kPlusSharp' -export * from './Icon7mpOutlinedFilled' -export * from './Icon7mpOutlined' -export * from './Icon7mpRounded' -export * from './Icon7mpRoundedFilled' -export * from './Icon7mpSharpFilled' -export * from './Icon7mpSharp' -export * from './Icon8kOutlined' -export * from './Icon8kOutlinedFilled' -export * from './Icon8kRoundedFilled' -export * from './Icon8kRounded' -export * from './Icon8kSharpFilled' -export * from './Icon8kSharp' -export * from './Icon8kPlusOutlinedFilled' -export * from './Icon8kPlusOutlined' -export * from './Icon8kPlusRounded' -export * from './Icon8kPlusRoundedFilled' -export * from './Icon8kPlusSharp' -export * from './Icon8kPlusSharpFilled' -export * from './Icon8mpOutlinedFilled' -export * from './Icon8mpOutlined' -export * from './Icon8mpRounded' -export * from './Icon8mpRoundedFilled' -export * from './Icon8mpSharp' -export * from './Icon8mpSharpFilled' -export * from './Icon9kOutlined' -export * from './Icon9kOutlinedFilled' -export * from './Icon9kRoundedFilled' -export * from './Icon9kRounded' -export * from './Icon9kSharp' -export * from './Icon9kSharpFilled' -export * from './Icon9kPlusOutlinedFilled' -export * from './Icon9kPlusOutlined' -export * from './Icon9kPlusRoundedFilled' -export * from './Icon9kPlusRounded' -export * from './Icon9kPlusSharpFilled' -export * from './Icon9kPlusSharp' -export * from './Icon9mpOutlined' -export * from './Icon9mpOutlinedFilled' -export * from './Icon9mpRounded' -export * from './Icon9mpRoundedFilled' -export * from './Icon9mpSharp' -export * from './Icon9mpSharpFilled' -export * from './IconAbcOutlined' -export * from './IconAbcOutlinedFilled' -export * from './IconAbcRoundedFilled' -export * from './IconAbcRounded' -export * from './IconAbcSharp' -export * from './IconAbcSharpFilled' -export * from './IconAcUnitOutlinedFilled' -export * from './IconAcUnitOutlined' -export * from './IconAcUnitRounded' -export * from './IconAcUnitRoundedFilled' -export * from './IconAcUnitSharp' -export * from './IconAcUnitSharpFilled' -export * from './IconAccessibilityOutlined' -export * from './IconAccessibilityOutlinedFilled' -export * from './IconAccessibilityRounded' -export * from './IconAccessibilityRoundedFilled' -export * from './IconAccessibilitySharp' -export * from './IconAccessibilitySharpFilled' -export * from './IconAccessibilityNewOutlined' -export * from './IconAccessibilityNewOutlinedFilled' -export * from './IconAccessibilityNewRoundedFilled' -export * from './IconAccessibilityNewRounded' -export * from './IconAccessibilityNewSharpFilled' -export * from './IconAccessibilityNewSharp' -export * from './IconAccessibleOutlined' -export * from './IconAccessibleOutlinedFilled' -export * from './IconAccessibleRounded' -export * from './IconAccessibleRoundedFilled' -export * from './IconAccessibleSharpFilled' -export * from './IconAccessibleSharp' -export * from './IconAccessibleForwardOutlined' -export * from './IconAccessibleForwardOutlinedFilled' -export * from './IconAccessibleForwardRoundedFilled' -export * from './IconAccessibleForwardRounded' -export * from './IconAccessibleForwardSharp' -export * from './IconAccessibleForwardSharpFilled' -export * from './IconAccountBalanceOutlinedFilled' -export * from './IconAccountBalanceOutlined' -export * from './IconAccountBalanceRounded' -export * from './IconAccountBalanceRoundedFilled' -export * from './IconAccountBalanceSharp' -export * from './IconAccountBalanceSharpFilled' -export * from './IconAccountBalanceWalletOutlined' -export * from './IconAccountBalanceWalletOutlinedFilled' -export * from './IconAccountBalanceWalletRoundedFilled' -export * from './IconAccountBalanceWalletRounded' -export * from './IconAccountBalanceWalletSharp' -export * from './IconAccountBalanceWalletSharpFilled' -export * from './IconAccountBoxOutlined' -export * from './IconAccountBoxOutlinedFilled' -export * from './IconAccountBoxRoundedFilled' -export * from './IconAccountBoxRounded' -export * from './IconAccountBoxSharp' -export * from './IconAccountBoxSharpFilled' -export * from './IconAccountChildOutlinedFilled' -export * from './IconAccountChildOutlined' -export * from './IconAccountChildRoundedFilled' -export * from './IconAccountChildRounded' -export * from './IconAccountChildSharp' -export * from './IconAccountChildSharpFilled' -export * from './IconAccountChildInvertOutlined' -export * from './IconAccountChildInvertOutlinedFilled' -export * from './IconAccountChildInvertRounded' -export * from './IconAccountChildInvertRoundedFilled' -export * from './IconAccountChildInvertSharpFilled' -export * from './IconAccountChildInvertSharp' -export * from './IconAccountCircleOutlined' -export * from './IconAccountCircleOutlinedFilled' -export * from './IconAccountCircleRoundedFilled' -export * from './IconAccountCircleRounded' -export * from './IconAccountCircleSharpFilled' -export * from './IconAccountCircleSharp' -export * from './IconAccountCircleOffOutlinedFilled' -export * from './IconAccountCircleOffOutlined' -export * from './IconAccountCircleOffRoundedFilled' -export * from './IconAccountCircleOffRounded' -export * from './IconAccountCircleOffSharpFilled' -export * from './IconAccountCircleOffSharp' -export * from './IconAccountTreeOutlined' -export * from './IconAccountTreeOutlinedFilled' -export * from './IconAccountTreeRoundedFilled' -export * from './IconAccountTreeRounded' -export * from './IconAccountTreeSharpFilled' -export * from './IconAccountTreeSharp' -export * from './IconActionKeyOutlined' -export * from './IconActionKeyOutlinedFilled' -export * from './IconActionKeyRounded' -export * from './IconActionKeyRoundedFilled' -export * from './IconActionKeySharp' -export * from './IconActionKeySharpFilled' -export * from './IconActivityZoneOutlined' -export * from './IconActivityZoneOutlinedFilled' -export * from './IconActivityZoneRoundedFilled' -export * from './IconActivityZoneRounded' -export * from './IconActivityZoneSharp' -export * from './IconActivityZoneSharpFilled' -export * from './IconAcuteOutlined' -export * from './IconAcuteOutlinedFilled' -export * from './IconAcuteRoundedFilled' -export * from './IconAcuteRounded' -export * from './IconAcuteSharpFilled' -export * from './IconAcuteSharp' -export * from './IconAdOutlinedFilled' -export * from './IconAdOutlined' -export * from './IconAdRoundedFilled' -export * from './IconAdRounded' -export * from './IconAdSharp' -export * from './IconAdSharpFilled' -export * from './IconAdGroupOutlined' -export * from './IconAdGroupOutlinedFilled' -export * from './IconAdGroupRounded' -export * from './IconAdGroupRoundedFilled' -export * from './IconAdGroupSharp' -export * from './IconAdGroupSharpFilled' -export * from './IconAdGroupOffOutlinedFilled' -export * from './IconAdGroupOffOutlined' -export * from './IconAdGroupOffRounded' -export * from './IconAdGroupOffRoundedFilled' -export * from './IconAdGroupOffSharp' -export * from './IconAdGroupOffSharpFilled' -export * from './IconAdOffOutlinedFilled' -export * from './IconAdOffOutlined' -export * from './IconAdOffRoundedFilled' -export * from './IconAdOffRounded' -export * from './IconAdOffSharp' -export * from './IconAdOffSharpFilled' -export * from './IconAdUnitsOutlined' -export * from './IconAdUnitsOutlinedFilled' -export * from './IconAdUnitsRoundedFilled' -export * from './IconAdUnitsRounded' -export * from './IconAdUnitsSharpFilled' -export * from './IconAdUnitsSharp' -export * from './IconAdaptiveAudioMicOutlined' -export * from './IconAdaptiveAudioMicOutlinedFilled' -export * from './IconAdaptiveAudioMicRounded' -export * from './IconAdaptiveAudioMicRoundedFilled' -export * from './IconAdaptiveAudioMicSharpFilled' -export * from './IconAdaptiveAudioMicSharp' -export * from './IconAdaptiveAudioMicOffOutlinedFilled' -export * from './IconAdaptiveAudioMicOffOutlined' -export * from './IconAdaptiveAudioMicOffRoundedFilled' -export * from './IconAdaptiveAudioMicOffRounded' -export * from './IconAdaptiveAudioMicOffSharp' -export * from './IconAdaptiveAudioMicOffSharpFilled' -export * from './IconAdbOutlinedFilled' -export * from './IconAdbOutlined' -export * from './IconAdbRounded' -export * from './IconAdbRoundedFilled' -export * from './IconAdbSharp' -export * from './IconAdbSharpFilled' -export * from './IconAddOutlined' -export * from './IconAddOutlinedFilled' -export * from './IconAddRoundedFilled' -export * from './IconAddRounded' -export * from './IconAddSharp' -export * from './IconAddSharpFilled' -export * from './IconAdd2Outlined' -export * from './IconAdd2OutlinedFilled' -export * from './IconAdd2Rounded' -export * from './IconAdd2RoundedFilled' -export * from './IconAdd2Sharp' -export * from './IconAdd2SharpFilled' -export * from './IconAddAPhotoOutlined' -export * from './IconAddAPhotoOutlinedFilled' -export * from './IconAddAPhotoRounded' -export * from './IconAddAPhotoRoundedFilled' -export * from './IconAddAPhotoSharp' -export * from './IconAddAPhotoSharpFilled' -export * from './IconAddAdOutlined' -export * from './IconAddAdOutlinedFilled' -export * from './IconAddAdRoundedFilled' -export * from './IconAddAdRounded' -export * from './IconAddAdSharp' -export * from './IconAddAdSharpFilled' -export * from './IconAddAlertOutlined' -export * from './IconAddAlertOutlinedFilled' -export * from './IconAddAlertRounded' -export * from './IconAddAlertRoundedFilled' -export * from './IconAddAlertSharpFilled' -export * from './IconAddAlertSharp' -export * from './IconAddBoxOutlinedFilled' -export * from './IconAddBoxOutlined' -export * from './IconAddBoxRoundedFilled' -export * from './IconAddBoxRounded' -export * from './IconAddBoxSharp' -export * from './IconAddBoxSharpFilled' -export * from './IconAddBusinessOutlined' -export * from './IconAddBusinessOutlinedFilled' -export * from './IconAddBusinessRoundedFilled' -export * from './IconAddBusinessRounded' -export * from './IconAddBusinessSharp' -export * from './IconAddBusinessSharpFilled' -export * from './IconAddCallOutlined' -export * from './IconAddCallOutlinedFilled' -export * from './IconAddCallRounded' -export * from './IconAddCallRoundedFilled' -export * from './IconAddCallSharpFilled' -export * from './IconAddCallSharp' -export * from './IconAddCardOutlined' -export * from './IconAddCardOutlinedFilled' -export * from './IconAddCardRounded' -export * from './IconAddCardRoundedFilled' -export * from './IconAddCardSharpFilled' -export * from './IconAddCardSharp' -export * from './IconAddChartOutlinedFilled' -export * from './IconAddChartOutlined' -export * from './IconAddChartRounded' -export * from './IconAddChartRoundedFilled' -export * from './IconAddChartSharp' -export * from './IconAddChartSharpFilled' -export * from './IconAddCircleOutlinedFilled' -export * from './IconAddCircleOutlined' -export * from './IconAddCircleRounded' -export * from './IconAddCircleRoundedFilled' -export * from './IconAddCircleSharpFilled' -export * from './IconAddCircleSharp' -export * from './IconAddColumnLeftOutlined' -export * from './IconAddColumnLeftOutlinedFilled' -export * from './IconAddColumnLeftRoundedFilled' -export * from './IconAddColumnLeftRounded' -export * from './IconAddColumnLeftSharp' -export * from './IconAddColumnLeftSharpFilled' -export * from './IconAddColumnRightOutlinedFilled' -export * from './IconAddColumnRightOutlined' -export * from './IconAddColumnRightRounded' -export * from './IconAddColumnRightRoundedFilled' -export * from './IconAddColumnRightSharp' -export * from './IconAddColumnRightSharpFilled' -export * from './IconAddCommentOutlinedFilled' -export * from './IconAddCommentOutlined' -export * from './IconAddCommentRoundedFilled' -export * from './IconAddCommentRounded' -export * from './IconAddCommentSharp' -export * from './IconAddCommentSharpFilled' -export * from './IconAddDiamondOutlined' -export * from './IconAddDiamondOutlinedFilled' -export * from './IconAddDiamondRoundedFilled' -export * from './IconAddDiamondRounded' -export * from './IconAddDiamondSharp' -export * from './IconAddDiamondSharpFilled' -export * from './IconAddHomeOutlined' -export * from './IconAddHomeOutlinedFilled' -export * from './IconAddHomeRoundedFilled' -export * from './IconAddHomeRounded' -export * from './IconAddHomeSharpFilled' -export * from './IconAddHomeSharp' -export * from './IconAddHomeWorkOutlined' -export * from './IconAddHomeWorkOutlinedFilled' -export * from './IconAddHomeWorkRounded' -export * from './IconAddHomeWorkRoundedFilled' -export * from './IconAddHomeWorkSharp' -export * from './IconAddHomeWorkSharpFilled' -export * from './IconAddLinkOutlined' -export * from './IconAddLinkOutlinedFilled' -export * from './IconAddLinkRounded' -export * from './IconAddLinkRoundedFilled' -export * from './IconAddLinkSharp' -export * from './IconAddLinkSharpFilled' -export * from './IconAddLocationOutlinedFilled' -export * from './IconAddLocationOutlined' -export * from './IconAddLocationRoundedFilled' -export * from './IconAddLocationRounded' -export * from './IconAddLocationSharpFilled' -export * from './IconAddLocationSharp' -export * from './IconAddLocationAltOutlinedFilled' -export * from './IconAddLocationAltOutlined' -export * from './IconAddLocationAltRounded' -export * from './IconAddLocationAltRoundedFilled' -export * from './IconAddLocationAltSharp' -export * from './IconAddLocationAltSharpFilled' -export * from './IconAddModeratorOutlinedFilled' -export * from './IconAddModeratorOutlined' -export * from './IconAddModeratorRoundedFilled' -export * from './IconAddModeratorRounded' -export * from './IconAddModeratorSharp' -export * from './IconAddModeratorSharpFilled' -export * from './IconAddNotesOutlinedFilled' -export * from './IconAddNotesOutlined' -export * from './IconAddNotesRounded' -export * from './IconAddNotesRoundedFilled' -export * from './IconAddNotesSharpFilled' -export * from './IconAddNotesSharp' -export * from './IconAddPhotoAlternateOutlined' -export * from './IconAddPhotoAlternateOutlinedFilled' -export * from './IconAddPhotoAlternateRounded' -export * from './IconAddPhotoAlternateRoundedFilled' -export * from './IconAddPhotoAlternateSharp' -export * from './IconAddPhotoAlternateSharpFilled' -export * from './IconAddReactionOutlinedFilled' -export * from './IconAddReactionOutlined' -export * from './IconAddReactionRounded' -export * from './IconAddReactionRoundedFilled' -export * from './IconAddReactionSharp' -export * from './IconAddReactionSharpFilled' -export * from './IconAddRoadOutlined' -export * from './IconAddRoadOutlinedFilled' -export * from './IconAddRoadRoundedFilled' -export * from './IconAddRoadRounded' -export * from './IconAddRoadSharpFilled' -export * from './IconAddRoadSharp' -export * from './IconAddRowAboveOutlined' -export * from './IconAddRowAboveOutlinedFilled' -export * from './IconAddRowAboveRoundedFilled' -export * from './IconAddRowAboveRounded' -export * from './IconAddRowAboveSharp' -export * from './IconAddRowAboveSharpFilled' -export * from './IconAddRowBelowOutlinedFilled' -export * from './IconAddRowBelowOutlined' -export * from './IconAddRowBelowRoundedFilled' -export * from './IconAddRowBelowRounded' -export * from './IconAddRowBelowSharp' -export * from './IconAddRowBelowSharpFilled' -export * from './IconAddShoppingCartOutlined' -export * from './IconAddShoppingCartOutlinedFilled' -export * from './IconAddShoppingCartRoundedFilled' -export * from './IconAddShoppingCartRounded' -export * from './IconAddShoppingCartSharp' -export * from './IconAddShoppingCartSharpFilled' -export * from './IconAddTaskOutlinedFilled' -export * from './IconAddTaskOutlined' -export * from './IconAddTaskRounded' -export * from './IconAddTaskRoundedFilled' -export * from './IconAddTaskSharp' -export * from './IconAddTaskSharpFilled' -export * from './IconAddToDriveOutlinedFilled' -export * from './IconAddToDriveOutlined' -export * from './IconAddToDriveRounded' -export * from './IconAddToDriveRoundedFilled' -export * from './IconAddToDriveSharp' -export * from './IconAddToDriveSharpFilled' -export * from './IconAddToHomeScreenOutlined' -export * from './IconAddToHomeScreenOutlinedFilled' -export * from './IconAddToHomeScreenRoundedFilled' -export * from './IconAddToHomeScreenRounded' -export * from './IconAddToHomeScreenSharpFilled' -export * from './IconAddToHomeScreenSharp' -export * from './IconAddToPhotosOutlinedFilled' -export * from './IconAddToPhotosOutlined' -export * from './IconAddToPhotosRounded' -export * from './IconAddToPhotosRoundedFilled' -export * from './IconAddToPhotosSharpFilled' -export * from './IconAddToPhotosSharp' -export * from './IconAddToQueueOutlinedFilled' -export * from './IconAddToQueueOutlined' -export * from './IconAddToQueueRoundedFilled' -export * from './IconAddToQueueRounded' -export * from './IconAddToQueueSharpFilled' -export * from './IconAddToQueueSharp' -export * from './IconAddTriangleOutlined' -export * from './IconAddTriangleOutlinedFilled' -export * from './IconAddTriangleRoundedFilled' -export * from './IconAddTriangleRounded' -export * from './IconAddTriangleSharp' -export * from './IconAddTriangleSharpFilled' -export * from './IconAdfScannerOutlinedFilled' -export * from './IconAdfScannerOutlined' -export * from './IconAdfScannerRoundedFilled' -export * from './IconAdfScannerRounded' -export * from './IconAdfScannerSharp' -export * from './IconAdfScannerSharpFilled' -export * from './IconAdjustOutlinedFilled' -export * from './IconAdjustOutlined' -export * from './IconAdjustRounded' -export * from './IconAdjustRoundedFilled' -export * from './IconAdjustSharpFilled' -export * from './IconAdjustSharp' -export * from './IconAdminMedsOutlined' -export * from './IconAdminMedsOutlinedFilled' -export * from './IconAdminMedsRounded' -export * from './IconAdminMedsRoundedFilled' -export * from './IconAdminMedsSharp' -export * from './IconAdminMedsSharpFilled' -export * from './IconAdminPanelSettingsOutlined' -export * from './IconAdminPanelSettingsOutlinedFilled' -export * from './IconAdminPanelSettingsRounded' -export * from './IconAdminPanelSettingsRoundedFilled' -export * from './IconAdminPanelSettingsSharp' -export * from './IconAdminPanelSettingsSharpFilled' -export * from './IconAdsClickOutlinedFilled' -export * from './IconAdsClickOutlined' -export * from './IconAdsClickRounded' -export * from './IconAdsClickRoundedFilled' -export * from './IconAdsClickSharp' -export * from './IconAdsClickSharpFilled' -export * from './IconAgenderOutlined' -export * from './IconAgenderOutlinedFilled' -export * from './IconAgenderRoundedFilled' -export * from './IconAgenderRounded' -export * from './IconAgenderSharp' -export * from './IconAgenderSharpFilled' -export * from './IconAgricultureOutlined' -export * from './IconAgricultureOutlinedFilled' -export * from './IconAgricultureRoundedFilled' -export * from './IconAgricultureRounded' -export * from './IconAgricultureSharpFilled' -export * from './IconAgricultureSharp' -export * from './IconAirOutlined' -export * from './IconAirOutlinedFilled' -export * from './IconAirRounded' -export * from './IconAirRoundedFilled' -export * from './IconAirSharpFilled' -export * from './IconAirSharp' -export * from './IconAirFreshenerOutlinedFilled' -export * from './IconAirFreshenerOutlined' -export * from './IconAirFreshenerRounded' -export * from './IconAirFreshenerRoundedFilled' -export * from './IconAirFreshenerSharpFilled' -export * from './IconAirFreshenerSharp' -export * from './IconAirPurifierOutlined' -export * from './IconAirPurifierOutlinedFilled' -export * from './IconAirPurifierRoundedFilled' -export * from './IconAirPurifierRounded' -export * from './IconAirPurifierSharp' -export * from './IconAirPurifierSharpFilled' -export * from './IconAirPurifierGenOutlined' -export * from './IconAirPurifierGenOutlinedFilled' -export * from './IconAirPurifierGenRounded' -export * from './IconAirPurifierGenRoundedFilled' -export * from './IconAirPurifierGenSharpFilled' -export * from './IconAirPurifierGenSharp' -export * from './IconAirlineSeatFlatOutlined' -export * from './IconAirlineSeatFlatOutlinedFilled' -export * from './IconAirlineSeatFlatRoundedFilled' -export * from './IconAirlineSeatFlatRounded' -export * from './IconAirlineSeatFlatSharpFilled' -export * from './IconAirlineSeatFlatSharp' -export * from './IconAirlineSeatFlatAngledOutlinedFilled' -export * from './IconAirlineSeatFlatAngledOutlined' -export * from './IconAirlineSeatFlatAngledRoundedFilled' -export * from './IconAirlineSeatFlatAngledRounded' -export * from './IconAirlineSeatFlatAngledSharpFilled' -export * from './IconAirlineSeatFlatAngledSharp' -export * from './IconAirlineSeatIndividualSuiteOutlined' -export * from './IconAirlineSeatIndividualSuiteOutlinedFilled' -export * from './IconAirlineSeatIndividualSuiteRounded' -export * from './IconAirlineSeatIndividualSuiteRoundedFilled' -export * from './IconAirlineSeatIndividualSuiteSharp' -export * from './IconAirlineSeatIndividualSuiteSharpFilled' -export * from './IconAirlineSeatLegroomExtraOutlined' -export * from './IconAirlineSeatLegroomExtraOutlinedFilled' -export * from './IconAirlineSeatLegroomExtraRoundedFilled' -export * from './IconAirlineSeatLegroomExtraRounded' -export * from './IconAirlineSeatLegroomExtraSharp' -export * from './IconAirlineSeatLegroomExtraSharpFilled' -export * from './IconAirlineSeatLegroomNormalOutlined' -export * from './IconAirlineSeatLegroomNormalOutlinedFilled' -export * from './IconAirlineSeatLegroomNormalRounded' -export * from './IconAirlineSeatLegroomNormalRoundedFilled' -export * from './IconAirlineSeatLegroomNormalSharpFilled' -export * from './IconAirlineSeatLegroomNormalSharp' -export * from './IconAirlineSeatLegroomReducedOutlined' -export * from './IconAirlineSeatLegroomReducedOutlinedFilled' -export * from './IconAirlineSeatLegroomReducedRoundedFilled' -export * from './IconAirlineSeatLegroomReducedRounded' -export * from './IconAirlineSeatLegroomReducedSharp' -export * from './IconAirlineSeatLegroomReducedSharpFilled' -export * from './IconAirlineSeatReclineExtraOutlined' -export * from './IconAirlineSeatReclineExtraOutlinedFilled' -export * from './IconAirlineSeatReclineExtraRoundedFilled' -export * from './IconAirlineSeatReclineExtraRounded' -export * from './IconAirlineSeatReclineExtraSharpFilled' -export * from './IconAirlineSeatReclineExtraSharp' -export * from './IconAirlineSeatReclineNormalOutlined' -export * from './IconAirlineSeatReclineNormalOutlinedFilled' -export * from './IconAirlineSeatReclineNormalRounded' -export * from './IconAirlineSeatReclineNormalRoundedFilled' -export * from './IconAirlineSeatReclineNormalSharp' -export * from './IconAirlineSeatReclineNormalSharpFilled' -export * from './IconAirlineStopsOutlined' -export * from './IconAirlineStopsOutlinedFilled' -export * from './IconAirlineStopsRounded' -export * from './IconAirlineStopsRoundedFilled' -export * from './IconAirlineStopsSharpFilled' -export * from './IconAirlineStopsSharp' -export * from './IconAirlinesOutlined' -export * from './IconAirlinesOutlinedFilled' -export * from './IconAirlinesRounded' -export * from './IconAirlinesRoundedFilled' -export * from './IconAirlinesSharp' -export * from './IconAirlinesSharpFilled' -export * from './IconAirplaneTicketOutlined' -export * from './IconAirplaneTicketOutlinedFilled' -export * from './IconAirplaneTicketRounded' -export * from './IconAirplaneTicketRoundedFilled' -export * from './IconAirplaneTicketSharp' -export * from './IconAirplaneTicketSharpFilled' -export * from './IconAirplanemodeInactiveOutlined' -export * from './IconAirplanemodeInactiveOutlinedFilled' -export * from './IconAirplanemodeInactiveRounded' -export * from './IconAirplanemodeInactiveRoundedFilled' -export * from './IconAirplanemodeInactiveSharpFilled' -export * from './IconAirplanemodeInactiveSharp' -export * from './IconAirplayOutlined' -export * from './IconAirplayOutlinedFilled' -export * from './IconAirplayRounded' -export * from './IconAirplayRoundedFilled' -export * from './IconAirplaySharp' -export * from './IconAirplaySharpFilled' -export * from './IconAirportShuttleOutlinedFilled' -export * from './IconAirportShuttleOutlined' -export * from './IconAirportShuttleRounded' -export * from './IconAirportShuttleRoundedFilled' -export * from './IconAirportShuttleSharpFilled' -export * from './IconAirportShuttleSharp' -export * from './IconAirwareOutlined' -export * from './IconAirwareOutlinedFilled' -export * from './IconAirwareRoundedFilled' -export * from './IconAirwareRounded' -export * from './IconAirwareSharpFilled' -export * from './IconAirwareSharp' -export * from './IconAirwaveOutlined' -export * from './IconAirwaveOutlinedFilled' -export * from './IconAirwaveRoundedFilled' -export * from './IconAirwaveRounded' -export * from './IconAirwaveSharp' -export * from './IconAirwaveSharpFilled' -export * from './IconAlarmOutlined' -export * from './IconAlarmOutlinedFilled' -export * from './IconAlarmRoundedFilled' -export * from './IconAlarmRounded' -export * from './IconAlarmSharp' -export * from './IconAlarmSharpFilled' -export * from './IconAlarmAddOutlinedFilled' -export * from './IconAlarmAddOutlined' -export * from './IconAlarmAddRoundedFilled' -export * from './IconAlarmAddRounded' -export * from './IconAlarmAddSharp' -export * from './IconAlarmAddSharpFilled' -export * from './IconAlarmOffOutlinedFilled' -export * from './IconAlarmOffOutlined' -export * from './IconAlarmOffRounded' -export * from './IconAlarmOffRoundedFilled' -export * from './IconAlarmOffSharp' -export * from './IconAlarmOffSharpFilled' -export * from './IconAlarmOnOutlined' -export * from './IconAlarmOnOutlinedFilled' -export * from './IconAlarmOnRounded' -export * from './IconAlarmOnRoundedFilled' -export * from './IconAlarmOnSharpFilled' -export * from './IconAlarmOnSharp' -export * from './IconAlarmSmartWakeOutlinedFilled' -export * from './IconAlarmSmartWakeOutlined' -export * from './IconAlarmSmartWakeRounded' -export * from './IconAlarmSmartWakeRoundedFilled' -export * from './IconAlarmSmartWakeSharp' -export * from './IconAlarmSmartWakeSharpFilled' -export * from './IconAlbumOutlinedFilled' -export * from './IconAlbumOutlined' -export * from './IconAlbumRoundedFilled' -export * from './IconAlbumRounded' -export * from './IconAlbumSharpFilled' -export * from './IconAlbumSharp' -export * from './IconAlignCenterOutlined' -export * from './IconAlignCenterOutlinedFilled' -export * from './IconAlignCenterRounded' -export * from './IconAlignCenterRoundedFilled' -export * from './IconAlignCenterSharp' -export * from './IconAlignCenterSharpFilled' -export * from './IconAlignEndOutlined' -export * from './IconAlignEndOutlinedFilled' -export * from './IconAlignEndRounded' -export * from './IconAlignEndRoundedFilled' -export * from './IconAlignEndSharpFilled' -export * from './IconAlignEndSharp' -export * from './IconAlignFlexCenterOutlinedFilled' -export * from './IconAlignFlexCenterOutlined' -export * from './IconAlignFlexCenterRoundedFilled' -export * from './IconAlignFlexCenterRounded' -export * from './IconAlignFlexCenterSharp' -export * from './IconAlignFlexCenterSharpFilled' -export * from './IconAlignFlexEndOutlined' -export * from './IconAlignFlexEndOutlinedFilled' -export * from './IconAlignFlexEndRounded' -export * from './IconAlignFlexEndRoundedFilled' -export * from './IconAlignFlexEndSharp' -export * from './IconAlignFlexEndSharpFilled' -export * from './IconAlignFlexStartOutlined' -export * from './IconAlignFlexStartOutlinedFilled' -export * from './IconAlignFlexStartRounded' -export * from './IconAlignFlexStartRoundedFilled' -export * from './IconAlignFlexStartSharpFilled' -export * from './IconAlignFlexStartSharp' -export * from './IconAlignHorizontalCenterOutlined' -export * from './IconAlignHorizontalCenterOutlinedFilled' -export * from './IconAlignHorizontalCenterRoundedFilled' -export * from './IconAlignHorizontalCenterRounded' -export * from './IconAlignHorizontalCenterSharp' -export * from './IconAlignHorizontalCenterSharpFilled' -export * from './IconAlignHorizontalLeftOutlined' -export * from './IconAlignHorizontalLeftOutlinedFilled' -export * from './IconAlignHorizontalLeftRounded' -export * from './IconAlignHorizontalLeftRoundedFilled' -export * from './IconAlignHorizontalLeftSharpFilled' -export * from './IconAlignHorizontalLeftSharp' -export * from './IconAlignHorizontalRightOutlined' -export * from './IconAlignHorizontalRightOutlinedFilled' -export * from './IconAlignHorizontalRightRounded' -export * from './IconAlignHorizontalRightRoundedFilled' -export * from './IconAlignHorizontalRightSharpFilled' -export * from './IconAlignHorizontalRightSharp' -export * from './IconAlignItemsStretchOutlined' -export * from './IconAlignItemsStretchOutlinedFilled' -export * from './IconAlignItemsStretchRoundedFilled' -export * from './IconAlignItemsStretchRounded' -export * from './IconAlignItemsStretchSharp' -export * from './IconAlignItemsStretchSharpFilled' -export * from './IconAlignJustifyCenterOutlined' -export * from './IconAlignJustifyCenterOutlinedFilled' -export * from './IconAlignJustifyCenterRounded' -export * from './IconAlignJustifyCenterRoundedFilled' -export * from './IconAlignJustifyCenterSharp' -export * from './IconAlignJustifyCenterSharpFilled' -export * from './IconAlignJustifyFlexEndOutlined' -export * from './IconAlignJustifyFlexEndOutlinedFilled' -export * from './IconAlignJustifyFlexEndRounded' -export * from './IconAlignJustifyFlexEndRoundedFilled' -export * from './IconAlignJustifyFlexEndSharp' -export * from './IconAlignJustifyFlexEndSharpFilled' -export * from './IconAlignJustifyFlexStartOutlined' -export * from './IconAlignJustifyFlexStartOutlinedFilled' -export * from './IconAlignJustifyFlexStartRoundedFilled' -export * from './IconAlignJustifyFlexStartRounded' -export * from './IconAlignJustifyFlexStartSharp' -export * from './IconAlignJustifyFlexStartSharpFilled' -export * from './IconAlignJustifySpaceAroundOutlined' -export * from './IconAlignJustifySpaceAroundOutlinedFilled' -export * from './IconAlignJustifySpaceAroundRounded' -export * from './IconAlignJustifySpaceAroundRoundedFilled' -export * from './IconAlignJustifySpaceAroundSharpFilled' -export * from './IconAlignJustifySpaceAroundSharp' -export * from './IconAlignJustifySpaceBetweenOutlined' -export * from './IconAlignJustifySpaceBetweenOutlinedFilled' -export * from './IconAlignJustifySpaceBetweenRoundedFilled' -export * from './IconAlignJustifySpaceBetweenRounded' -export * from './IconAlignJustifySpaceBetweenSharpFilled' -export * from './IconAlignJustifySpaceBetweenSharp' -export * from './IconAlignJustifySpaceEvenOutlined' -export * from './IconAlignJustifySpaceEvenOutlinedFilled' -export * from './IconAlignJustifySpaceEvenRounded' -export * from './IconAlignJustifySpaceEvenRoundedFilled' -export * from './IconAlignJustifySpaceEvenSharp' -export * from './IconAlignJustifySpaceEvenSharpFilled' -export * from './IconAlignJustifyStretchOutlined' -export * from './IconAlignJustifyStretchOutlinedFilled' -export * from './IconAlignJustifyStretchRoundedFilled' -export * from './IconAlignJustifyStretchRounded' -export * from './IconAlignJustifyStretchSharpFilled' -export * from './IconAlignJustifyStretchSharp' -export * from './IconAlignSelfStretchOutlinedFilled' -export * from './IconAlignSelfStretchOutlined' -export * from './IconAlignSelfStretchRounded' -export * from './IconAlignSelfStretchRoundedFilled' -export * from './IconAlignSelfStretchSharpFilled' -export * from './IconAlignSelfStretchSharp' -export * from './IconAlignSpaceAroundOutlinedFilled' -export * from './IconAlignSpaceAroundOutlined' -export * from './IconAlignSpaceAroundRounded' -export * from './IconAlignSpaceAroundRoundedFilled' -export * from './IconAlignSpaceAroundSharp' -export * from './IconAlignSpaceAroundSharpFilled' -export * from './IconAlignSpaceBetweenOutlinedFilled' -export * from './IconAlignSpaceBetweenOutlined' -export * from './IconAlignSpaceBetweenRounded' -export * from './IconAlignSpaceBetweenRoundedFilled' -export * from './IconAlignSpaceBetweenSharpFilled' -export * from './IconAlignSpaceBetweenSharp' -export * from './IconAlignSpaceEvenOutlinedFilled' -export * from './IconAlignSpaceEvenOutlined' -export * from './IconAlignSpaceEvenRoundedFilled' -export * from './IconAlignSpaceEvenRounded' -export * from './IconAlignSpaceEvenSharpFilled' -export * from './IconAlignSpaceEvenSharp' -export * from './IconAlignStartOutlined' -export * from './IconAlignStartOutlinedFilled' -export * from './IconAlignStartRoundedFilled' -export * from './IconAlignStartRounded' -export * from './IconAlignStartSharpFilled' -export * from './IconAlignStartSharp' -export * from './IconAlignStretchOutlined' -export * from './IconAlignStretchOutlinedFilled' -export * from './IconAlignStretchRounded' -export * from './IconAlignStretchRoundedFilled' -export * from './IconAlignStretchSharpFilled' -export * from './IconAlignStretchSharp' -export * from './IconAlignVerticalBottomOutlinedFilled' -export * from './IconAlignVerticalBottomOutlined' -export * from './IconAlignVerticalBottomRoundedFilled' -export * from './IconAlignVerticalBottomRounded' -export * from './IconAlignVerticalBottomSharp' -export * from './IconAlignVerticalBottomSharpFilled' -export * from './IconAlignVerticalCenterOutlined' -export * from './IconAlignVerticalCenterOutlinedFilled' -export * from './IconAlignVerticalCenterRounded' -export * from './IconAlignVerticalCenterRoundedFilled' -export * from './IconAlignVerticalCenterSharpFilled' -export * from './IconAlignVerticalCenterSharp' -export * from './IconAlignVerticalTopOutlinedFilled' -export * from './IconAlignVerticalTopOutlined' -export * from './IconAlignVerticalTopRoundedFilled' -export * from './IconAlignVerticalTopRounded' -export * from './IconAlignVerticalTopSharpFilled' -export * from './IconAlignVerticalTopSharp' -export * from './IconAllInboxOutlinedFilled' -export * from './IconAllInboxOutlined' -export * from './IconAllInboxRounded' -export * from './IconAllInboxRoundedFilled' -export * from './IconAllInboxSharp' -export * from './IconAllInboxSharpFilled' -export * from './IconAllInclusiveOutlinedFilled' -export * from './IconAllInclusiveOutlined' -export * from './IconAllInclusiveRounded' -export * from './IconAllInclusiveRoundedFilled' -export * from './IconAllInclusiveSharpFilled' -export * from './IconAllInclusiveSharp' -export * from './IconAllMatchOutlinedFilled' -export * from './IconAllMatchOutlined' -export * from './IconAllMatchRounded' -export * from './IconAllMatchRoundedFilled' -export * from './IconAllMatchSharp' -export * from './IconAllMatchSharpFilled' -export * from './IconAllOutOutlined' -export * from './IconAllOutOutlinedFilled' -export * from './IconAllOutRounded' -export * from './IconAllOutRoundedFilled' -export * from './IconAllOutSharp' -export * from './IconAllOutSharpFilled' -export * from './IconAllergiesOutlinedFilled' -export * from './IconAllergiesOutlined' -export * from './IconAllergiesRoundedFilled' -export * from './IconAllergiesRounded' -export * from './IconAllergiesSharpFilled' -export * from './IconAllergiesSharp' -export * from './IconAllergyOutlinedFilled' -export * from './IconAllergyOutlined' -export * from './IconAllergyRounded' -export * from './IconAllergyRoundedFilled' -export * from './IconAllergySharpFilled' -export * from './IconAllergySharp' -export * from './IconAltRouteOutlined' -export * from './IconAltRouteOutlinedFilled' -export * from './IconAltRouteRounded' -export * from './IconAltRouteRoundedFilled' -export * from './IconAltRouteSharp' -export * from './IconAltRouteSharpFilled' -export * from './IconAlternateEmailOutlined' -export * from './IconAlternateEmailOutlinedFilled' -export * from './IconAlternateEmailRounded' -export * from './IconAlternateEmailRoundedFilled' -export * from './IconAlternateEmailSharp' -export * from './IconAlternateEmailSharpFilled' -export * from './IconAltitudeOutlinedFilled' -export * from './IconAltitudeOutlined' -export * from './IconAltitudeRounded' -export * from './IconAltitudeRoundedFilled' -export * from './IconAltitudeSharp' -export * from './IconAltitudeSharpFilled' -export * from './IconAmbulanceOutlined' -export * from './IconAmbulanceOutlinedFilled' -export * from './IconAmbulanceRoundedFilled' -export * from './IconAmbulanceRounded' -export * from './IconAmbulanceSharp' -export * from './IconAmbulanceSharpFilled' -export * from './IconAmendOutlinedFilled' -export * from './IconAmendOutlined' -export * from './IconAmendRounded' -export * from './IconAmendRoundedFilled' -export * from './IconAmendSharpFilled' -export * from './IconAmendSharp' -export * from './IconAmpStoriesOutlined' -export * from './IconAmpStoriesOutlinedFilled' -export * from './IconAmpStoriesRounded' -export * from './IconAmpStoriesRoundedFilled' -export * from './IconAmpStoriesSharpFilled' -export * from './IconAmpStoriesSharp' -export * from './IconAnalyticsOutlinedFilled' -export * from './IconAnalyticsOutlined' -export * from './IconAnalyticsRounded' -export * from './IconAnalyticsRoundedFilled' -export * from './IconAnalyticsSharp' -export * from './IconAnalyticsSharpFilled' -export * from './IconAnchorOutlinedFilled' -export * from './IconAnchorOutlined' -export * from './IconAnchorRoundedFilled' -export * from './IconAnchorRounded' -export * from './IconAnchorSharp' -export * from './IconAnchorSharpFilled' -export * from './IconAndroidOutlined' -export * from './IconAndroidOutlinedFilled' -export * from './IconAndroidRoundedFilled' -export * from './IconAndroidRounded' -export * from './IconAndroidSharp' -export * from './IconAndroidSharpFilled' -export * from './IconAnimatedImagesOutlinedFilled' -export * from './IconAnimatedImagesOutlined' -export * from './IconAnimatedImagesRounded' -export * from './IconAnimatedImagesRoundedFilled' -export * from './IconAnimatedImagesSharp' -export * from './IconAnimatedImagesSharpFilled' -export * from './IconAnimationOutlinedFilled' -export * from './IconAnimationOutlined' -export * from './IconAnimationRounded' -export * from './IconAnimationRoundedFilled' -export * from './IconAnimationSharp' -export * from './IconAnimationSharpFilled' -export * from './IconAodOutlined' -export * from './IconAodOutlinedFilled' -export * from './IconAodRoundedFilled' -export * from './IconAodRounded' -export * from './IconAodSharp' -export * from './IconAodSharpFilled' -export * from './IconAodTabletOutlinedFilled' -export * from './IconAodTabletOutlined' -export * from './IconAodTabletRoundedFilled' -export * from './IconAodTabletRounded' -export * from './IconAodTabletSharp' -export * from './IconAodTabletSharpFilled' -export * from './IconAodWatchOutlinedFilled' -export * from './IconAodWatchOutlined' -export * from './IconAodWatchRounded' -export * from './IconAodWatchRoundedFilled' -export * from './IconAodWatchSharp' -export * from './IconAodWatchSharpFilled' -export * from './IconApartmentOutlinedFilled' -export * from './IconApartmentOutlined' -export * from './IconApartmentRoundedFilled' -export * from './IconApartmentRounded' -export * from './IconApartmentSharp' -export * from './IconApartmentSharpFilled' -export * from './IconApiOutlinedFilled' -export * from './IconApiOutlined' -export * from './IconApiRounded' -export * from './IconApiRoundedFilled' -export * from './IconApiSharpFilled' -export * from './IconApiSharp' -export * from './IconApkDocumentOutlined' -export * from './IconApkDocumentOutlinedFilled' -export * from './IconApkDocumentRounded' -export * from './IconApkDocumentRoundedFilled' -export * from './IconApkDocumentSharp' -export * from './IconApkDocumentSharpFilled' -export * from './IconApkInstallOutlinedFilled' -export * from './IconApkInstallOutlined' -export * from './IconApkInstallRoundedFilled' -export * from './IconApkInstallRounded' -export * from './IconApkInstallSharp' -export * from './IconApkInstallSharpFilled' -export * from './IconAppBadgingOutlined' -export * from './IconAppBadgingOutlinedFilled' -export * from './IconAppBadgingRoundedFilled' -export * from './IconAppBadgingRounded' -export * from './IconAppBadgingSharpFilled' -export * from './IconAppBadgingSharp' -export * from './IconAppBlockingOutlined' -export * from './IconAppBlockingOutlinedFilled' -export * from './IconAppBlockingRounded' -export * from './IconAppBlockingRoundedFilled' -export * from './IconAppBlockingSharp' -export * from './IconAppBlockingSharpFilled' -export * from './IconAppPromoOutlinedFilled' -export * from './IconAppPromoOutlined' -export * from './IconAppPromoRoundedFilled' -export * from './IconAppPromoRounded' -export * from './IconAppPromoSharpFilled' -export * from './IconAppPromoSharp' -export * from './IconAppRegistrationOutlinedFilled' -export * from './IconAppRegistrationOutlined' -export * from './IconAppRegistrationRounded' -export * from './IconAppRegistrationRoundedFilled' -export * from './IconAppRegistrationSharp' -export * from './IconAppRegistrationSharpFilled' -export * from './IconAppShortcutOutlined' -export * from './IconAppShortcutOutlinedFilled' -export * from './IconAppShortcutRoundedFilled' -export * from './IconAppShortcutRounded' -export * from './IconAppShortcutSharp' -export * from './IconAppShortcutSharpFilled' -export * from './IconApparelOutlined' -export * from './IconApparelOutlinedFilled' -export * from './IconApparelRounded' -export * from './IconApparelRoundedFilled' -export * from './IconApparelSharpFilled' -export * from './IconApparelSharp' -export * from './IconApprovalOutlinedFilled' -export * from './IconApprovalOutlined' -export * from './IconApprovalRounded' -export * from './IconApprovalRoundedFilled' -export * from './IconApprovalSharpFilled' -export * from './IconApprovalSharp' -export * from './IconApprovalDelegationOutlinedFilled' -export * from './IconApprovalDelegationOutlined' -export * from './IconApprovalDelegationRounded' -export * from './IconApprovalDelegationRoundedFilled' -export * from './IconApprovalDelegationSharpFilled' -export * from './IconApprovalDelegationSharp' -export * from './IconAppsOutlined' -export * from './IconAppsOutlinedFilled' -export * from './IconAppsRounded' -export * from './IconAppsRoundedFilled' -export * from './IconAppsSharpFilled' -export * from './IconAppsSharp' -export * from './IconAppsOutageOutlined' -export * from './IconAppsOutageOutlinedFilled' -export * from './IconAppsOutageRounded' -export * from './IconAppsOutageRoundedFilled' -export * from './IconAppsOutageSharpFilled' -export * from './IconAppsOutageSharp' -export * from './IconAqOutlinedFilled' -export * from './IconAqOutlined' -export * from './IconAqRounded' -export * from './IconAqRoundedFilled' -export * from './IconAqSharp' -export * from './IconAqSharpFilled' -export * from './IconAqIndoorOutlinedFilled' -export * from './IconAqIndoorOutlined' -export * from './IconAqIndoorRoundedFilled' -export * from './IconAqIndoorRounded' -export * from './IconAqIndoorSharp' -export * from './IconAqIndoorSharpFilled' -export * from './IconArOnYouOutlinedFilled' -export * from './IconArOnYouOutlined' -export * from './IconArOnYouRoundedFilled' -export * from './IconArOnYouRounded' -export * from './IconArOnYouSharpFilled' -export * from './IconArOnYouSharp' -export * from './IconArStickersOutlined' -export * from './IconArStickersOutlinedFilled' -export * from './IconArStickersRounded' -export * from './IconArStickersRoundedFilled' -export * from './IconArStickersSharp' -export * from './IconArStickersSharpFilled' -export * from './IconArchitectureOutlinedFilled' -export * from './IconArchitectureOutlined' -export * from './IconArchitectureRounded' -export * from './IconArchitectureRoundedFilled' -export * from './IconArchitectureSharp' -export * from './IconArchitectureSharpFilled' -export * from './IconArchiveOutlined' -export * from './IconArchiveOutlinedFilled' -export * from './IconArchiveRoundedFilled' -export * from './IconArchiveRounded' -export * from './IconArchiveSharpFilled' -export * from './IconArchiveSharp' -export * from './IconAreaChartOutlined' -export * from './IconAreaChartOutlinedFilled' -export * from './IconAreaChartRoundedFilled' -export * from './IconAreaChartRounded' -export * from './IconAreaChartSharpFilled' -export * from './IconAreaChartSharp' -export * from './IconArmingCountdownOutlined' -export * from './IconArmingCountdownOutlinedFilled' -export * from './IconArmingCountdownRoundedFilled' -export * from './IconArmingCountdownRounded' -export * from './IconArmingCountdownSharpFilled' -export * from './IconArmingCountdownSharp' -export * from './IconArrowAndEdgeOutlinedFilled' -export * from './IconArrowAndEdgeOutlined' -export * from './IconArrowAndEdgeRounded' -export * from './IconArrowAndEdgeRoundedFilled' -export * from './IconArrowAndEdgeSharp' -export * from './IconArrowAndEdgeSharpFilled' -export * from './IconArrowBackOutlined' -export * from './IconArrowBackOutlinedFilled' -export * from './IconArrowBackRounded' -export * from './IconArrowBackRoundedFilled' -export * from './IconArrowBackSharp' -export * from './IconArrowBackSharpFilled' -export * from './IconArrowBack2Outlined' -export * from './IconArrowBack2OutlinedFilled' -export * from './IconArrowBack2RoundedFilled' -export * from './IconArrowBack2Rounded' -export * from './IconArrowBack2Sharp' -export * from './IconArrowBack2SharpFilled' -export * from './IconArrowBackIosOutlinedFilled' -export * from './IconArrowBackIosOutlined' -export * from './IconArrowBackIosRounded' -export * from './IconArrowBackIosRoundedFilled' -export * from './IconArrowBackIosSharp' -export * from './IconArrowBackIosSharpFilled' -export * from './IconArrowBackIosNewOutlined' -export * from './IconArrowBackIosNewOutlinedFilled' -export * from './IconArrowBackIosNewRounded' -export * from './IconArrowBackIosNewRoundedFilled' -export * from './IconArrowBackIosNewSharp' -export * from './IconArrowBackIosNewSharpFilled' -export * from './IconArrowCircleDownOutlined' -export * from './IconArrowCircleDownOutlinedFilled' -export * from './IconArrowCircleDownRoundedFilled' -export * from './IconArrowCircleDownRounded' -export * from './IconArrowCircleDownSharp' -export * from './IconArrowCircleDownSharpFilled' -export * from './IconArrowCircleLeftOutlinedFilled' -export * from './IconArrowCircleLeftOutlined' -export * from './IconArrowCircleLeftRoundedFilled' -export * from './IconArrowCircleLeftRounded' -export * from './IconArrowCircleLeftSharpFilled' -export * from './IconArrowCircleLeftSharp' -export * from './IconArrowCircleRightOutlined' -export * from './IconArrowCircleRightOutlinedFilled' -export * from './IconArrowCircleRightRoundedFilled' -export * from './IconArrowCircleRightRounded' -export * from './IconArrowCircleRightSharpFilled' -export * from './IconArrowCircleRightSharp' -export * from './IconArrowCircleUpOutlinedFilled' -export * from './IconArrowCircleUpOutlined' -export * from './IconArrowCircleUpRoundedFilled' -export * from './IconArrowCircleUpRounded' -export * from './IconArrowCircleUpSharp' -export * from './IconArrowCircleUpSharpFilled' -export * from './IconArrowCoolDownOutlined' -export * from './IconArrowCoolDownOutlinedFilled' -export * from './IconArrowCoolDownRounded' -export * from './IconArrowCoolDownRoundedFilled' -export * from './IconArrowCoolDownSharpFilled' -export * from './IconArrowCoolDownSharp' -export * from './IconArrowDownwardOutlinedFilled' -export * from './IconArrowDownwardOutlined' -export * from './IconArrowDownwardRounded' -export * from './IconArrowDownwardRoundedFilled' -export * from './IconArrowDownwardSharp' -export * from './IconArrowDownwardSharpFilled' -export * from './IconArrowDownwardAltOutlined' -export * from './IconArrowDownwardAltOutlinedFilled' -export * from './IconArrowDownwardAltRoundedFilled' -export * from './IconArrowDownwardAltRounded' -export * from './IconArrowDownwardAltSharpFilled' -export * from './IconArrowDownwardAltSharp' -export * from './IconArrowDropDownOutlined' -export * from './IconArrowDropDownOutlinedFilled' -export * from './IconArrowDropDownRoundedFilled' -export * from './IconArrowDropDownRounded' -export * from './IconArrowDropDownSharp' -export * from './IconArrowDropDownSharpFilled' -export * from './IconArrowDropDownCircleOutlinedFilled' -export * from './IconArrowDropDownCircleOutlined' -export * from './IconArrowDropDownCircleRounded' -export * from './IconArrowDropDownCircleRoundedFilled' -export * from './IconArrowDropDownCircleSharp' -export * from './IconArrowDropDownCircleSharpFilled' -export * from './IconArrowDropUpOutlinedFilled' -export * from './IconArrowDropUpOutlined' -export * from './IconArrowDropUpRoundedFilled' -export * from './IconArrowDropUpRounded' -export * from './IconArrowDropUpSharpFilled' -export * from './IconArrowDropUpSharp' -export * from './IconArrowForwardOutlined' -export * from './IconArrowForwardOutlinedFilled' -export * from './IconArrowForwardRounded' -export * from './IconArrowForwardRoundedFilled' -export * from './IconArrowForwardSharp' -export * from './IconArrowForwardSharpFilled' -export * from './IconArrowForwardIosOutlinedFilled' -export * from './IconArrowForwardIosOutlined' -export * from './IconArrowForwardIosRounded' -export * from './IconArrowForwardIosRoundedFilled' -export * from './IconArrowForwardIosSharp' -export * from './IconArrowForwardIosSharpFilled' -export * from './IconArrowInsertOutlined' -export * from './IconArrowInsertOutlinedFilled' -export * from './IconArrowInsertRoundedFilled' -export * from './IconArrowInsertRounded' -export * from './IconArrowInsertSharp' -export * from './IconArrowInsertSharpFilled' -export * from './IconArrowLeftOutlined' -export * from './IconArrowLeftOutlinedFilled' -export * from './IconArrowLeftRoundedFilled' -export * from './IconArrowLeftRounded' -export * from './IconArrowLeftSharpFilled' -export * from './IconArrowLeftSharp' -export * from './IconArrowLeftAltOutlinedFilled' -export * from './IconArrowLeftAltOutlined' -export * from './IconArrowLeftAltRoundedFilled' -export * from './IconArrowLeftAltRounded' -export * from './IconArrowLeftAltSharp' -export * from './IconArrowLeftAltSharpFilled' -export * from './IconArrowMenuCloseOutlinedFilled' -export * from './IconArrowMenuCloseOutlined' -export * from './IconArrowMenuCloseRounded' -export * from './IconArrowMenuCloseRoundedFilled' -export * from './IconArrowMenuCloseSharp' -export * from './IconArrowMenuCloseSharpFilled' -export * from './IconArrowMenuOpenOutlinedFilled' -export * from './IconArrowMenuOpenOutlined' -export * from './IconArrowMenuOpenRounded' -export * from './IconArrowMenuOpenRoundedFilled' -export * from './IconArrowMenuOpenSharp' -export * from './IconArrowMenuOpenSharpFilled' -export * from './IconArrowOrEdgeOutlinedFilled' -export * from './IconArrowOrEdgeOutlined' -export * from './IconArrowOrEdgeRoundedFilled' -export * from './IconArrowOrEdgeRounded' -export * from './IconArrowOrEdgeSharp' -export * from './IconArrowOrEdgeSharpFilled' -export * from './IconArrowOutwardOutlinedFilled' -export * from './IconArrowOutwardOutlined' -export * from './IconArrowOutwardRounded' -export * from './IconArrowOutwardRoundedFilled' -export * from './IconArrowOutwardSharp' -export * from './IconArrowOutwardSharpFilled' -export * from './IconArrowRangeOutlinedFilled' -export * from './IconArrowRangeOutlined' -export * from './IconArrowRangeRounded' -export * from './IconArrowRangeRoundedFilled' -export * from './IconArrowRangeSharp' -export * from './IconArrowRangeSharpFilled' -export * from './IconArrowRightOutlined' -export * from './IconArrowRightOutlinedFilled' -export * from './IconArrowRightRounded' -export * from './IconArrowRightRoundedFilled' -export * from './IconArrowRightSharpFilled' -export * from './IconArrowRightSharp' -export * from './IconArrowRightAltOutlined' -export * from './IconArrowRightAltOutlinedFilled' -export * from './IconArrowRightAltRoundedFilled' -export * from './IconArrowRightAltRounded' -export * from './IconArrowRightAltSharpFilled' -export * from './IconArrowRightAltSharp' -export * from './IconArrowSelectorToolOutlined' -export * from './IconArrowSelectorToolOutlinedFilled' -export * from './IconArrowSelectorToolRounded' -export * from './IconArrowSelectorToolRoundedFilled' -export * from './IconArrowSelectorToolSharp' -export * from './IconArrowSelectorToolSharpFilled' -export * from './IconArrowSplitOutlined' -export * from './IconArrowSplitOutlinedFilled' -export * from './IconArrowSplitRoundedFilled' -export * from './IconArrowSplitRounded' -export * from './IconArrowSplitSharpFilled' -export * from './IconArrowSplitSharp' -export * from './IconArrowTopLeftOutlinedFilled' -export * from './IconArrowTopLeftOutlined' -export * from './IconArrowTopLeftRounded' -export * from './IconArrowTopLeftRoundedFilled' -export * from './IconArrowTopLeftSharp' -export * from './IconArrowTopLeftSharpFilled' -export * from './IconArrowTopRightOutlined' -export * from './IconArrowTopRightOutlinedFilled' -export * from './IconArrowTopRightRoundedFilled' -export * from './IconArrowTopRightRounded' -export * from './IconArrowTopRightSharp' -export * from './IconArrowTopRightSharpFilled' -export * from './IconArrowUploadProgressOutlined' -export * from './IconArrowUploadProgressOutlinedFilled' -export * from './IconArrowUploadProgressRounded' -export * from './IconArrowUploadProgressRoundedFilled' -export * from './IconArrowUploadProgressSharpFilled' -export * from './IconArrowUploadProgressSharp' -export * from './IconArrowUploadReadyOutlinedFilled' -export * from './IconArrowUploadReadyOutlined' -export * from './IconArrowUploadReadyRoundedFilled' -export * from './IconArrowUploadReadyRounded' -export * from './IconArrowUploadReadySharpFilled' -export * from './IconArrowUploadReadySharp' -export * from './IconArrowUpwardOutlinedFilled' -export * from './IconArrowUpwardOutlined' -export * from './IconArrowUpwardRounded' -export * from './IconArrowUpwardRoundedFilled' -export * from './IconArrowUpwardSharpFilled' -export * from './IconArrowUpwardSharp' -export * from './IconArrowUpwardAltOutlined' -export * from './IconArrowUpwardAltOutlinedFilled' -export * from './IconArrowUpwardAltRounded' -export * from './IconArrowUpwardAltRoundedFilled' -export * from './IconArrowUpwardAltSharpFilled' -export * from './IconArrowUpwardAltSharp' -export * from './IconArrowWarmUpOutlinedFilled' -export * from './IconArrowWarmUpOutlined' -export * from './IconArrowWarmUpRounded' -export * from './IconArrowWarmUpRoundedFilled' -export * from './IconArrowWarmUpSharpFilled' -export * from './IconArrowWarmUpSharp' -export * from './IconArrowsMoreDownOutlinedFilled' -export * from './IconArrowsMoreDownOutlined' -export * from './IconArrowsMoreDownRounded' -export * from './IconArrowsMoreDownRoundedFilled' -export * from './IconArrowsMoreDownSharp' -export * from './IconArrowsMoreDownSharpFilled' -export * from './IconArrowsMoreUpOutlined' -export * from './IconArrowsMoreUpOutlinedFilled' -export * from './IconArrowsMoreUpRounded' -export * from './IconArrowsMoreUpRoundedFilled' -export * from './IconArrowsMoreUpSharpFilled' -export * from './IconArrowsMoreUpSharp' -export * from './IconArrowsOutwardOutlinedFilled' -export * from './IconArrowsOutwardOutlined' -export * from './IconArrowsOutwardRoundedFilled' -export * from './IconArrowsOutwardRounded' -export * from './IconArrowsOutwardSharpFilled' -export * from './IconArrowsOutwardSharp' -export * from './IconArtTrackOutlinedFilled' -export * from './IconArtTrackOutlined' -export * from './IconArtTrackRounded' -export * from './IconArtTrackRoundedFilled' -export * from './IconArtTrackSharpFilled' -export * from './IconArtTrackSharp' -export * from './IconArticleOutlined' -export * from './IconArticleOutlinedFilled' -export * from './IconArticleRounded' -export * from './IconArticleRoundedFilled' -export * from './IconArticleSharpFilled' -export * from './IconArticleSharp' -export * from './IconArticleShortcutOutlinedFilled' -export * from './IconArticleShortcutOutlined' -export * from './IconArticleShortcutRounded' -export * from './IconArticleShortcutRoundedFilled' -export * from './IconArticleShortcutSharp' -export * from './IconArticleShortcutSharpFilled' -export * from './IconArtistOutlined' -export * from './IconArtistOutlinedFilled' -export * from './IconArtistRounded' -export * from './IconArtistRoundedFilled' -export * from './IconArtistSharpFilled' -export * from './IconArtistSharp' -export * from './IconAspectRatioOutlined' -export * from './IconAspectRatioOutlinedFilled' -export * from './IconAspectRatioRounded' -export * from './IconAspectRatioRoundedFilled' -export * from './IconAspectRatioSharpFilled' -export * from './IconAspectRatioSharp' -export * from './IconAssignmentOutlinedFilled' -export * from './IconAssignmentOutlined' -export * from './IconAssignmentRoundedFilled' -export * from './IconAssignmentRounded' -export * from './IconAssignmentSharp' -export * from './IconAssignmentSharpFilled' -export * from './IconAssignmentAddOutlinedFilled' -export * from './IconAssignmentAddOutlined' -export * from './IconAssignmentAddRounded' -export * from './IconAssignmentAddRoundedFilled' -export * from './IconAssignmentAddSharpFilled' -export * from './IconAssignmentAddSharp' -export * from './IconAssignmentIndOutlined' -export * from './IconAssignmentIndOutlinedFilled' -export * from './IconAssignmentIndRoundedFilled' -export * from './IconAssignmentIndRounded' -export * from './IconAssignmentIndSharp' -export * from './IconAssignmentIndSharpFilled' -export * from './IconAssignmentLateOutlined' -export * from './IconAssignmentLateOutlinedFilled' -export * from './IconAssignmentLateRounded' -export * from './IconAssignmentLateRoundedFilled' -export * from './IconAssignmentLateSharpFilled' -export * from './IconAssignmentLateSharp' -export * from './IconAssignmentReturnOutlined' -export * from './IconAssignmentReturnOutlinedFilled' -export * from './IconAssignmentReturnRoundedFilled' -export * from './IconAssignmentReturnRounded' -export * from './IconAssignmentReturnSharpFilled' -export * from './IconAssignmentReturnSharp' -export * from './IconAssignmentReturnedOutlinedFilled' -export * from './IconAssignmentReturnedOutlined' -export * from './IconAssignmentReturnedRounded' -export * from './IconAssignmentReturnedRoundedFilled' -export * from './IconAssignmentReturnedSharpFilled' -export * from './IconAssignmentReturnedSharp' -export * from './IconAssignmentTurnedInOutlined' -export * from './IconAssignmentTurnedInOutlinedFilled' -export * from './IconAssignmentTurnedInRounded' -export * from './IconAssignmentTurnedInRoundedFilled' -export * from './IconAssignmentTurnedInSharp' -export * from './IconAssignmentTurnedInSharpFilled' -export * from './IconAssistWalkerOutlined' -export * from './IconAssistWalkerOutlinedFilled' -export * from './IconAssistWalkerRounded' -export * from './IconAssistWalkerRoundedFilled' -export * from './IconAssistWalkerSharp' -export * from './IconAssistWalkerSharpFilled' -export * from './IconAssistantDeviceOutlinedFilled' -export * from './IconAssistantDeviceOutlined' -export * from './IconAssistantDeviceRoundedFilled' -export * from './IconAssistantDeviceRounded' -export * from './IconAssistantDeviceSharp' -export * from './IconAssistantDeviceSharpFilled' -export * from './IconAssistantDirectionOutlinedFilled' -export * from './IconAssistantDirectionOutlined' -export * from './IconAssistantDirectionRounded' -export * from './IconAssistantDirectionRoundedFilled' -export * from './IconAssistantDirectionSharpFilled' -export * from './IconAssistantDirectionSharp' -export * from './IconAssistantNavigationOutlinedFilled' -export * from './IconAssistantNavigationOutlined' -export * from './IconAssistantNavigationRoundedFilled' -export * from './IconAssistantNavigationRounded' -export * from './IconAssistantNavigationSharp' -export * from './IconAssistantNavigationSharpFilled' -export * from './IconAssistantOnHubOutlined' -export * from './IconAssistantOnHubOutlinedFilled' -export * from './IconAssistantOnHubRounded' -export * from './IconAssistantOnHubRoundedFilled' -export * from './IconAssistantOnHubSharp' -export * from './IconAssistantOnHubSharpFilled' -export * from './IconAssuredWorkloadOutlinedFilled' -export * from './IconAssuredWorkloadOutlined' -export * from './IconAssuredWorkloadRoundedFilled' -export * from './IconAssuredWorkloadRounded' -export * from './IconAssuredWorkloadSharp' -export * from './IconAssuredWorkloadSharpFilled' -export * from './IconAsteriskOutlined' -export * from './IconAsteriskOutlinedFilled' -export * from './IconAsteriskRoundedFilled' -export * from './IconAsteriskRounded' -export * from './IconAsteriskSharpFilled' -export * from './IconAsteriskSharp' -export * from './IconAtmOutlined' -export * from './IconAtmOutlinedFilled' -export * from './IconAtmRounded' -export * from './IconAtmRoundedFilled' -export * from './IconAtmSharp' -export * from './IconAtmSharpFilled' -export * from './IconAtrOutlinedFilled' -export * from './IconAtrOutlined' -export * from './IconAtrRounded' -export * from './IconAtrRoundedFilled' -export * from './IconAtrSharp' -export * from './IconAtrSharpFilled' -export * from './IconAttachEmailOutlinedFilled' -export * from './IconAttachEmailOutlined' -export * from './IconAttachEmailRounded' -export * from './IconAttachEmailRoundedFilled' -export * from './IconAttachEmailSharpFilled' -export * from './IconAttachEmailSharp' -export * from './IconAttachFileOutlined' -export * from './IconAttachFileOutlinedFilled' -export * from './IconAttachFileRoundedFilled' -export * from './IconAttachFileRounded' -export * from './IconAttachFileSharpFilled' -export * from './IconAttachFileSharp' -export * from './IconAttachFileAddOutlined' -export * from './IconAttachFileAddOutlinedFilled' -export * from './IconAttachFileAddRounded' -export * from './IconAttachFileAddRoundedFilled' -export * from './IconAttachFileAddSharp' -export * from './IconAttachFileAddSharpFilled' -export * from './IconAttachFileOffOutlinedFilled' -export * from './IconAttachFileOffOutlined' -export * from './IconAttachFileOffRounded' -export * from './IconAttachFileOffRoundedFilled' -export * from './IconAttachFileOffSharpFilled' -export * from './IconAttachFileOffSharp' -export * from './IconAttachMoneyOutlined' -export * from './IconAttachMoneyOutlinedFilled' -export * from './IconAttachMoneyRounded' -export * from './IconAttachMoneyRoundedFilled' -export * from './IconAttachMoneySharp' -export * from './IconAttachMoneySharpFilled' -export * from './IconAttachmentOutlined' -export * from './IconAttachmentOutlinedFilled' -export * from './IconAttachmentRounded' -export * from './IconAttachmentRoundedFilled' -export * from './IconAttachmentSharp' -export * from './IconAttachmentSharpFilled' -export * from './IconAttractionsOutlined' -export * from './IconAttractionsOutlinedFilled' -export * from './IconAttractionsRoundedFilled' -export * from './IconAttractionsRounded' -export * from './IconAttractionsSharpFilled' -export * from './IconAttractionsSharp' -export * from './IconAttributionOutlined' -export * from './IconAttributionOutlinedFilled' -export * from './IconAttributionRounded' -export * from './IconAttributionRoundedFilled' -export * from './IconAttributionSharp' -export * from './IconAttributionSharpFilled' -export * from './IconAudioDescriptionOutlinedFilled' -export * from './IconAudioDescriptionOutlined' -export * from './IconAudioDescriptionRoundedFilled' -export * from './IconAudioDescriptionRounded' -export * from './IconAudioDescriptionSharpFilled' -export * from './IconAudioDescriptionSharp' -export * from './IconAudioFileOutlined' -export * from './IconAudioFileOutlinedFilled' -export * from './IconAudioFileRounded' -export * from './IconAudioFileRoundedFilled' -export * from './IconAudioFileSharp' -export * from './IconAudioFileSharpFilled' -export * from './IconAudioVideoReceiverOutlinedFilled' -export * from './IconAudioVideoReceiverOutlined' -export * from './IconAudioVideoReceiverRounded' -export * from './IconAudioVideoReceiverRoundedFilled' -export * from './IconAudioVideoReceiverSharp' -export * from './IconAudioVideoReceiverSharpFilled' -export * from './IconAutoAwesomeMosaicOutlinedFilled' -export * from './IconAutoAwesomeMosaicOutlined' -export * from './IconAutoAwesomeMosaicRounded' -export * from './IconAutoAwesomeMosaicRoundedFilled' -export * from './IconAutoAwesomeMosaicSharp' -export * from './IconAutoAwesomeMosaicSharpFilled' -export * from './IconAutoAwesomeMotionOutlined' -export * from './IconAutoAwesomeMotionOutlinedFilled' -export * from './IconAutoAwesomeMotionRounded' -export * from './IconAutoAwesomeMotionRoundedFilled' -export * from './IconAutoAwesomeMotionSharpFilled' -export * from './IconAutoAwesomeMotionSharp' -export * from './IconAutoDeleteOutlined' -export * from './IconAutoDeleteOutlinedFilled' -export * from './IconAutoDeleteRounded' -export * from './IconAutoDeleteRoundedFilled' -export * from './IconAutoDeleteSharpFilled' -export * from './IconAutoDeleteSharp' -export * from './IconAutoReadPauseOutlined' -export * from './IconAutoReadPauseOutlinedFilled' -export * from './IconAutoReadPauseRounded' -export * from './IconAutoReadPauseRoundedFilled' -export * from './IconAutoReadPauseSharpFilled' -export * from './IconAutoReadPauseSharp' -export * from './IconAutoReadPlayOutlinedFilled' -export * from './IconAutoReadPlayOutlined' -export * from './IconAutoReadPlayRoundedFilled' -export * from './IconAutoReadPlayRounded' -export * from './IconAutoReadPlaySharp' -export * from './IconAutoReadPlaySharpFilled' -export * from './IconAutoStoriesOutlinedFilled' -export * from './IconAutoStoriesOutlined' -export * from './IconAutoStoriesRoundedFilled' -export * from './IconAutoStoriesRounded' -export * from './IconAutoStoriesSharp' -export * from './IconAutoStoriesSharpFilled' -export * from './IconAutoTowingOutlinedFilled' -export * from './IconAutoTowingOutlined' -export * from './IconAutoTowingRoundedFilled' -export * from './IconAutoTowingRounded' -export * from './IconAutoTowingSharp' -export * from './IconAutoTowingSharpFilled' -export * from './IconAutoTransmissionOutlined' -export * from './IconAutoTransmissionOutlinedFilled' -export * from './IconAutoTransmissionRounded' -export * from './IconAutoTransmissionRoundedFilled' -export * from './IconAutoTransmissionSharp' -export * from './IconAutoTransmissionSharpFilled' -export * from './IconAutofpsSelectOutlined' -export * from './IconAutofpsSelectOutlinedFilled' -export * from './IconAutofpsSelectRoundedFilled' -export * from './IconAutofpsSelectRounded' -export * from './IconAutofpsSelectSharp' -export * from './IconAutofpsSelectSharpFilled' -export * from './IconAutomationOutlinedFilled' -export * from './IconAutomationOutlined' -export * from './IconAutomationRounded' -export * from './IconAutomationRoundedFilled' -export * from './IconAutomationSharpFilled' -export * from './IconAutomationSharp' -export * from './IconAutopauseOutlined' -export * from './IconAutopauseOutlinedFilled' -export * from './IconAutopauseRounded' -export * from './IconAutopauseRoundedFilled' -export * from './IconAutopauseSharp' -export * from './IconAutopauseSharpFilled' -export * from './IconAutoplayOutlined' -export * from './IconAutoplayOutlinedFilled' -export * from './IconAutoplayRounded' -export * from './IconAutoplayRoundedFilled' -export * from './IconAutoplaySharpFilled' -export * from './IconAutoplaySharp' -export * from './IconAutorenewOutlined' -export * from './IconAutorenewOutlinedFilled' -export * from './IconAutorenewRounded' -export * from './IconAutorenewRoundedFilled' -export * from './IconAutorenewSharp' -export * from './IconAutorenewSharpFilled' -export * from './IconAutostopOutlined' -export * from './IconAutostopOutlinedFilled' -export * from './IconAutostopRounded' -export * from './IconAutostopRoundedFilled' -export * from './IconAutostopSharp' -export * from './IconAutostopSharpFilled' -export * from './IconAv1OutlinedFilled' -export * from './IconAv1Outlined' -export * from './IconAv1RoundedFilled' -export * from './IconAv1Rounded' -export * from './IconAv1SharpFilled' -export * from './IconAv1Sharp' -export * from './IconAvTimerOutlined' -export * from './IconAvTimerOutlinedFilled' -export * from './IconAvTimerRounded' -export * from './IconAvTimerRoundedFilled' -export * from './IconAvTimerSharpFilled' -export * from './IconAvTimerSharp' -export * from './IconAvcOutlined' -export * from './IconAvcOutlinedFilled' -export * from './IconAvcRounded' -export * from './IconAvcRoundedFilled' -export * from './IconAvcSharp' -export * from './IconAvcSharpFilled' -export * from './IconAvgPaceOutlined' -export * from './IconAvgPaceOutlinedFilled' -export * from './IconAvgPaceRounded' -export * from './IconAvgPaceRoundedFilled' -export * from './IconAvgPaceSharp' -export * from './IconAvgPaceSharpFilled' -export * from './IconAvgTimeOutlinedFilled' -export * from './IconAvgTimeOutlined' -export * from './IconAvgTimeRounded' -export * from './IconAvgTimeRoundedFilled' -export * from './IconAvgTimeSharp' -export * from './IconAvgTimeSharpFilled' -export * from './IconAwardStarOutlined' -export * from './IconAwardStarOutlinedFilled' -export * from './IconAwardStarRoundedFilled' -export * from './IconAwardStarRounded' -export * from './IconAwardStarSharpFilled' -export * from './IconAwardStarSharp' -export * from './IconAzmOutlined' -export * from './IconAzmOutlinedFilled' -export * from './IconAzmRounded' -export * from './IconAzmRoundedFilled' -export * from './IconAzmSharp' -export * from './IconAzmSharpFilled' -export * from './IconBabyChangingStationOutlined' -export * from './IconBabyChangingStationOutlinedFilled' -export * from './IconBabyChangingStationRounded' -export * from './IconBabyChangingStationRoundedFilled' -export * from './IconBabyChangingStationSharp' -export * from './IconBabyChangingStationSharpFilled' -export * from './IconBackHandOutlinedFilled' -export * from './IconBackHandOutlined' -export * from './IconBackHandRounded' -export * from './IconBackHandRoundedFilled' -export * from './IconBackHandSharpFilled' -export * from './IconBackHandSharp' -export * from './IconBackToTabOutlined' -export * from './IconBackToTabOutlinedFilled' -export * from './IconBackToTabRoundedFilled' -export * from './IconBackToTabRounded' -export * from './IconBackToTabSharpFilled' -export * from './IconBackToTabSharp' -export * from './IconBackgroundDotLargeOutlined' -export * from './IconBackgroundDotLargeOutlinedFilled' -export * from './IconBackgroundDotLargeRounded' -export * from './IconBackgroundDotLargeRoundedFilled' -export * from './IconBackgroundDotLargeSharp' -export * from './IconBackgroundDotLargeSharpFilled' -export * from './IconBackgroundDotSmallOutlined' -export * from './IconBackgroundDotSmallOutlinedFilled' -export * from './IconBackgroundDotSmallRoundedFilled' -export * from './IconBackgroundDotSmallRounded' -export * from './IconBackgroundDotSmallSharp' -export * from './IconBackgroundDotSmallSharpFilled' -export * from './IconBackgroundGridSmallOutlined' -export * from './IconBackgroundGridSmallOutlinedFilled' -export * from './IconBackgroundGridSmallRounded' -export * from './IconBackgroundGridSmallRoundedFilled' -export * from './IconBackgroundGridSmallSharpFilled' -export * from './IconBackgroundGridSmallSharp' -export * from './IconBackgroundReplaceOutlined' -export * from './IconBackgroundReplaceOutlinedFilled' -export * from './IconBackgroundReplaceRoundedFilled' -export * from './IconBackgroundReplaceRounded' -export * from './IconBackgroundReplaceSharpFilled' -export * from './IconBackgroundReplaceSharp' -export * from './IconBacklightHighOutlined' -export * from './IconBacklightHighOutlinedFilled' -export * from './IconBacklightHighRounded' -export * from './IconBacklightHighRoundedFilled' -export * from './IconBacklightHighSharp' -export * from './IconBacklightHighSharpFilled' -export * from './IconBacklightHighOffOutlined' -export * from './IconBacklightHighOffOutlinedFilled' -export * from './IconBacklightHighOffRounded' -export * from './IconBacklightHighOffRoundedFilled' -export * from './IconBacklightHighOffSharp' -export * from './IconBacklightHighOffSharpFilled' -export * from './IconBacklightLowOutlined' -export * from './IconBacklightLowOutlinedFilled' -export * from './IconBacklightLowRounded' -export * from './IconBacklightLowRoundedFilled' -export * from './IconBacklightLowSharp' -export * from './IconBacklightLowSharpFilled' -export * from './IconBackpackOutlined' -export * from './IconBackpackOutlinedFilled' -export * from './IconBackpackRounded' -export * from './IconBackpackRoundedFilled' -export * from './IconBackpackSharp' -export * from './IconBackpackSharpFilled' -export * from './IconBackspaceOutlinedFilled' -export * from './IconBackspaceOutlined' -export * from './IconBackspaceRounded' -export * from './IconBackspaceRoundedFilled' -export * from './IconBackspaceSharp' -export * from './IconBackspaceSharpFilled' -export * from './IconBackupOutlined' -export * from './IconBackupOutlinedFilled' -export * from './IconBackupRoundedFilled' -export * from './IconBackupRounded' -export * from './IconBackupSharp' -export * from './IconBackupSharpFilled' -export * from './IconBackupTableOutlinedFilled' -export * from './IconBackupTableOutlined' -export * from './IconBackupTableRounded' -export * from './IconBackupTableRoundedFilled' -export * from './IconBackupTableSharpFilled' -export * from './IconBackupTableSharp' -export * from './IconBadgeOutlined' -export * from './IconBadgeOutlinedFilled' -export * from './IconBadgeRoundedFilled' -export * from './IconBadgeRounded' -export * from './IconBadgeSharp' -export * from './IconBadgeSharpFilled' -export * from './IconBadgeCriticalBatteryOutlined' -export * from './IconBadgeCriticalBatteryOutlinedFilled' -export * from './IconBadgeCriticalBatteryRoundedFilled' -export * from './IconBadgeCriticalBatteryRounded' -export * from './IconBadgeCriticalBatterySharp' -export * from './IconBadgeCriticalBatterySharpFilled' -export * from './IconBakeryDiningOutlined' -export * from './IconBakeryDiningOutlinedFilled' -export * from './IconBakeryDiningRounded' -export * from './IconBakeryDiningRoundedFilled' -export * from './IconBakeryDiningSharp' -export * from './IconBakeryDiningSharpFilled' -export * from './IconBalanceOutlined' -export * from './IconBalanceOutlinedFilled' -export * from './IconBalanceRoundedFilled' -export * from './IconBalanceRounded' -export * from './IconBalanceSharp' -export * from './IconBalanceSharpFilled' -export * from './IconBalconyOutlinedFilled' -export * from './IconBalconyOutlined' -export * from './IconBalconyRounded' -export * from './IconBalconyRoundedFilled' -export * from './IconBalconySharpFilled' -export * from './IconBalconySharp' -export * from './IconBallotOutlined' -export * from './IconBallotOutlinedFilled' -export * from './IconBallotRounded' -export * from './IconBallotRoundedFilled' -export * from './IconBallotSharpFilled' -export * from './IconBallotSharp' -export * from './IconBarChartOutlined' -export * from './IconBarChartOutlinedFilled' -export * from './IconBarChartRounded' -export * from './IconBarChartRoundedFilled' -export * from './IconBarChartSharpFilled' -export * from './IconBarChartSharp' -export * from './IconBarChart4BarsOutlinedFilled' -export * from './IconBarChart4BarsOutlined' -export * from './IconBarChart4BarsRoundedFilled' -export * from './IconBarChart4BarsRounded' -export * from './IconBarChart4BarsSharp' -export * from './IconBarChart4BarsSharpFilled' -export * from './IconBarChartOffOutlined' -export * from './IconBarChartOffOutlinedFilled' -export * from './IconBarChartOffRounded' -export * from './IconBarChartOffRoundedFilled' -export * from './IconBarChartOffSharp' -export * from './IconBarChartOffSharpFilled' -export * from './IconBarcodeOutlined' -export * from './IconBarcodeOutlinedFilled' -export * from './IconBarcodeRounded' -export * from './IconBarcodeRoundedFilled' -export * from './IconBarcodeSharp' -export * from './IconBarcodeSharpFilled' -export * from './IconBarcodeReaderOutlined' -export * from './IconBarcodeReaderOutlinedFilled' -export * from './IconBarcodeReaderRoundedFilled' -export * from './IconBarcodeReaderRounded' -export * from './IconBarcodeReaderSharp' -export * from './IconBarcodeReaderSharpFilled' -export * from './IconBarcodeScannerOutlinedFilled' -export * from './IconBarcodeScannerOutlined' -export * from './IconBarcodeScannerRounded' -export * from './IconBarcodeScannerRoundedFilled' -export * from './IconBarcodeScannerSharp' -export * from './IconBarcodeScannerSharpFilled' -export * from './IconBarefootOutlined' -export * from './IconBarefootOutlinedFilled' -export * from './IconBarefootRoundedFilled' -export * from './IconBarefootRounded' -export * from './IconBarefootSharp' -export * from './IconBarefootSharpFilled' -export * from './IconBatchPredictionOutlined' -export * from './IconBatchPredictionOutlinedFilled' -export * from './IconBatchPredictionRoundedFilled' -export * from './IconBatchPredictionRounded' -export * from './IconBatchPredictionSharp' -export * from './IconBatchPredictionSharpFilled' -export * from './IconBathOutdoorOutlined' -export * from './IconBathOutdoorOutlinedFilled' -export * from './IconBathOutdoorRoundedFilled' -export * from './IconBathOutdoorRounded' -export * from './IconBathOutdoorSharpFilled' -export * from './IconBathOutdoorSharp' -export * from './IconBathPrivateOutlined' -export * from './IconBathPrivateOutlinedFilled' -export * from './IconBathPrivateRounded' -export * from './IconBathPrivateRoundedFilled' -export * from './IconBathPrivateSharp' -export * from './IconBathPrivateSharpFilled' -export * from './IconBathPublicLargeOutlined' -export * from './IconBathPublicLargeOutlinedFilled' -export * from './IconBathPublicLargeRoundedFilled' -export * from './IconBathPublicLargeRounded' -export * from './IconBathPublicLargeSharpFilled' -export * from './IconBathPublicLargeSharp' -export * from './IconBathroomOutlinedFilled' -export * from './IconBathroomOutlined' -export * from './IconBathroomRounded' -export * from './IconBathroomRoundedFilled' -export * from './IconBathroomSharpFilled' -export * from './IconBathroomSharp' -export * from './IconBathtubOutlined' -export * from './IconBathtubOutlinedFilled' -export * from './IconBathtubRoundedFilled' -export * from './IconBathtubRounded' -export * from './IconBathtubSharpFilled' -export * from './IconBathtubSharp' -export * from './IconBattery0BarOutlined' -export * from './IconBattery0BarOutlinedFilled' -export * from './IconBattery0BarRounded' -export * from './IconBattery0BarRoundedFilled' -export * from './IconBattery0BarSharpFilled' -export * from './IconBattery0BarSharp' -export * from './IconBattery1BarOutlined' -export * from './IconBattery1BarOutlinedFilled' -export * from './IconBattery1BarRoundedFilled' -export * from './IconBattery1BarRounded' -export * from './IconBattery1BarSharp' -export * from './IconBattery1BarSharpFilled' -export * from './IconBattery2BarOutlined' -export * from './IconBattery2BarOutlinedFilled' -export * from './IconBattery2BarRounded' -export * from './IconBattery2BarRoundedFilled' -export * from './IconBattery2BarSharp' -export * from './IconBattery2BarSharpFilled' -export * from './IconBattery3BarOutlinedFilled' -export * from './IconBattery3BarOutlined' -export * from './IconBattery3BarRoundedFilled' -export * from './IconBattery3BarRounded' -export * from './IconBattery3BarSharpFilled' -export * from './IconBattery3BarSharp' -export * from './IconBattery4BarOutlinedFilled' -export * from './IconBattery4BarOutlined' -export * from './IconBattery4BarRounded' -export * from './IconBattery4BarRoundedFilled' -export * from './IconBattery4BarSharp' -export * from './IconBattery4BarSharpFilled' -export * from './IconBattery5BarOutlined' -export * from './IconBattery5BarOutlinedFilled' -export * from './IconBattery5BarRounded' -export * from './IconBattery5BarRoundedFilled' -export * from './IconBattery5BarSharp' -export * from './IconBattery5BarSharpFilled' -export * from './IconBattery6BarOutlined' -export * from './IconBattery6BarOutlinedFilled' -export * from './IconBattery6BarRoundedFilled' -export * from './IconBattery6BarRounded' -export * from './IconBattery6BarSharp' -export * from './IconBattery6BarSharpFilled' -export * from './IconBatteryAlertOutlined' -export * from './IconBatteryAlertOutlinedFilled' -export * from './IconBatteryAlertRounded' -export * from './IconBatteryAlertRoundedFilled' -export * from './IconBatteryAlertSharp' -export * from './IconBatteryAlertSharpFilled' -export * from './IconBatteryChangeOutlined' -export * from './IconBatteryChangeOutlinedFilled' -export * from './IconBatteryChangeRounded' -export * from './IconBatteryChangeRoundedFilled' -export * from './IconBatteryChangeSharp' -export * from './IconBatteryChangeSharpFilled' -export * from './IconBatteryCharging20Outlined' -export * from './IconBatteryCharging20OutlinedFilled' -export * from './IconBatteryCharging20RoundedFilled' -export * from './IconBatteryCharging20Rounded' -export * from './IconBatteryCharging20Sharp' -export * from './IconBatteryCharging20SharpFilled' -export * from './IconBatteryCharging30Outlined' -export * from './IconBatteryCharging30OutlinedFilled' -export * from './IconBatteryCharging30Rounded' -export * from './IconBatteryCharging30RoundedFilled' -export * from './IconBatteryCharging30SharpFilled' -export * from './IconBatteryCharging30Sharp' -export * from './IconBatteryCharging50Outlined' -export * from './IconBatteryCharging50OutlinedFilled' -export * from './IconBatteryCharging50Rounded' -export * from './IconBatteryCharging50RoundedFilled' -export * from './IconBatteryCharging50Sharp' -export * from './IconBatteryCharging50SharpFilled' -export * from './IconBatteryCharging60OutlinedFilled' -export * from './IconBatteryCharging60Outlined' -export * from './IconBatteryCharging60Rounded' -export * from './IconBatteryCharging60RoundedFilled' -export * from './IconBatteryCharging60Sharp' -export * from './IconBatteryCharging60SharpFilled' -export * from './IconBatteryCharging80Outlined' -export * from './IconBatteryCharging80OutlinedFilled' -export * from './IconBatteryCharging80Rounded' -export * from './IconBatteryCharging80RoundedFilled' -export * from './IconBatteryCharging80Sharp' -export * from './IconBatteryCharging80SharpFilled' -export * from './IconBatteryCharging90Outlined' -export * from './IconBatteryCharging90OutlinedFilled' -export * from './IconBatteryCharging90Rounded' -export * from './IconBatteryCharging90RoundedFilled' -export * from './IconBatteryCharging90Sharp' -export * from './IconBatteryCharging90SharpFilled' -export * from './IconBatteryChargingFullOutlined' -export * from './IconBatteryChargingFullOutlinedFilled' -export * from './IconBatteryChargingFullRounded' -export * from './IconBatteryChargingFullRoundedFilled' -export * from './IconBatteryChargingFullSharp' -export * from './IconBatteryChargingFullSharpFilled' -export * from './IconBatteryErrorOutlined' -export * from './IconBatteryErrorOutlinedFilled' -export * from './IconBatteryErrorRounded' -export * from './IconBatteryErrorRoundedFilled' -export * from './IconBatteryErrorSharpFilled' -export * from './IconBatteryErrorSharp' -export * from './IconBatteryFullOutlined' -export * from './IconBatteryFullOutlinedFilled' -export * from './IconBatteryFullRounded' -export * from './IconBatteryFullRoundedFilled' -export * from './IconBatteryFullSharp' -export * from './IconBatteryFullSharpFilled' -export * from './IconBatteryFullAltOutlined' -export * from './IconBatteryFullAltOutlinedFilled' -export * from './IconBatteryFullAltRoundedFilled' -export * from './IconBatteryFullAltRounded' -export * from './IconBatteryFullAltSharpFilled' -export * from './IconBatteryFullAltSharp' -export * from './IconBatteryHoriz000Outlined' -export * from './IconBatteryHoriz000OutlinedFilled' -export * from './IconBatteryHoriz000RoundedFilled' -export * from './IconBatteryHoriz000Rounded' -export * from './IconBatteryHoriz000Sharp' -export * from './IconBatteryHoriz000SharpFilled' -export * from './IconBatteryHoriz050Outlined' -export * from './IconBatteryHoriz050OutlinedFilled' -export * from './IconBatteryHoriz050Rounded' -export * from './IconBatteryHoriz050RoundedFilled' -export * from './IconBatteryHoriz050Sharp' -export * from './IconBatteryHoriz050SharpFilled' -export * from './IconBatteryHoriz075Outlined' -export * from './IconBatteryHoriz075OutlinedFilled' -export * from './IconBatteryHoriz075RoundedFilled' -export * from './IconBatteryHoriz075Rounded' -export * from './IconBatteryHoriz075SharpFilled' -export * from './IconBatteryHoriz075Sharp' -export * from './IconBatteryLowOutlined' -export * from './IconBatteryLowOutlinedFilled' -export * from './IconBatteryLowRounded' -export * from './IconBatteryLowRoundedFilled' -export * from './IconBatteryLowSharpFilled' -export * from './IconBatteryLowSharp' -export * from './IconBatteryPlusOutlined' -export * from './IconBatteryPlusOutlinedFilled' -export * from './IconBatteryPlusRounded' -export * from './IconBatteryPlusRoundedFilled' -export * from './IconBatteryPlusSharp' -export * from './IconBatteryPlusSharpFilled' -export * from './IconBatteryProfileOutlined' -export * from './IconBatteryProfileOutlinedFilled' -export * from './IconBatteryProfileRounded' -export * from './IconBatteryProfileRoundedFilled' -export * from './IconBatteryProfileSharpFilled' -export * from './IconBatteryProfileSharp' -export * from './IconBatterySaverOutlinedFilled' -export * from './IconBatterySaverOutlined' -export * from './IconBatterySaverRoundedFilled' -export * from './IconBatterySaverRounded' -export * from './IconBatterySaverSharp' -export * from './IconBatterySaverSharpFilled' -export * from './IconBatteryShareOutlined' -export * from './IconBatteryShareOutlinedFilled' -export * from './IconBatteryShareRounded' -export * from './IconBatteryShareRoundedFilled' -export * from './IconBatteryShareSharpFilled' -export * from './IconBatteryShareSharp' -export * from './IconBatteryStatusGoodOutlined' -export * from './IconBatteryStatusGoodOutlinedFilled' -export * from './IconBatteryStatusGoodRounded' -export * from './IconBatteryStatusGoodRoundedFilled' -export * from './IconBatteryStatusGoodSharp' -export * from './IconBatteryStatusGoodSharpFilled' -export * from './IconBatteryUnknownOutlined' -export * from './IconBatteryUnknownOutlinedFilled' -export * from './IconBatteryUnknownRounded' -export * from './IconBatteryUnknownRoundedFilled' -export * from './IconBatteryUnknownSharp' -export * from './IconBatteryUnknownSharpFilled' -export * from './IconBatteryVeryLowOutlinedFilled' -export * from './IconBatteryVeryLowOutlined' -export * from './IconBatteryVeryLowRounded' -export * from './IconBatteryVeryLowRoundedFilled' -export * from './IconBatteryVeryLowSharp' -export * from './IconBatteryVeryLowSharpFilled' -export * from './IconBeachAccessOutlinedFilled' -export * from './IconBeachAccessOutlined' -export * from './IconBeachAccessRounded' -export * from './IconBeachAccessRoundedFilled' -export * from './IconBeachAccessSharp' -export * from './IconBeachAccessSharpFilled' -export * from './IconBedOutlined' -export * from './IconBedOutlinedFilled' -export * from './IconBedRounded' -export * from './IconBedRoundedFilled' -export * from './IconBedSharp' -export * from './IconBedSharpFilled' -export * from './IconBedroomBabyOutlined' -export * from './IconBedroomBabyOutlinedFilled' -export * from './IconBedroomBabyRounded' -export * from './IconBedroomBabyRoundedFilled' -export * from './IconBedroomBabySharp' -export * from './IconBedroomBabySharpFilled' -export * from './IconBedroomChildOutlinedFilled' -export * from './IconBedroomChildOutlined' -export * from './IconBedroomChildRounded' -export * from './IconBedroomChildRoundedFilled' -export * from './IconBedroomChildSharpFilled' -export * from './IconBedroomChildSharp' -export * from './IconBedroomParentOutlined' -export * from './IconBedroomParentOutlinedFilled' -export * from './IconBedroomParentRoundedFilled' -export * from './IconBedroomParentRounded' -export * from './IconBedroomParentSharpFilled' -export * from './IconBedroomParentSharp' -export * from './IconBedtimeOutlined' -export * from './IconBedtimeOutlinedFilled' -export * from './IconBedtimeRounded' -export * from './IconBedtimeRoundedFilled' -export * from './IconBedtimeSharp' -export * from './IconBedtimeSharpFilled' -export * from './IconBedtimeOffOutlined' -export * from './IconBedtimeOffOutlinedFilled' -export * from './IconBedtimeOffRoundedFilled' -export * from './IconBedtimeOffRounded' -export * from './IconBedtimeOffSharp' -export * from './IconBedtimeOffSharpFilled' -export * from './IconBeenhereOutlined' -export * from './IconBeenhereOutlinedFilled' -export * from './IconBeenhereRoundedFilled' -export * from './IconBeenhereRounded' -export * from './IconBeenhereSharpFilled' -export * from './IconBeenhereSharp' -export * from './IconBentoOutlined' -export * from './IconBentoOutlinedFilled' -export * from './IconBentoRounded' -export * from './IconBentoRoundedFilled' -export * from './IconBentoSharp' -export * from './IconBentoSharpFilled' -export * from './IconBiaOutlinedFilled' -export * from './IconBiaOutlined' -export * from './IconBiaRounded' -export * from './IconBiaRoundedFilled' -export * from './IconBiaSharp' -export * from './IconBiaSharpFilled' -export * from './IconBidLandscapeOutlinedFilled' -export * from './IconBidLandscapeOutlined' -export * from './IconBidLandscapeRoundedFilled' -export * from './IconBidLandscapeRounded' -export * from './IconBidLandscapeSharp' -export * from './IconBidLandscapeSharpFilled' -export * from './IconBidLandscapeDisabledOutlined' -export * from './IconBidLandscapeDisabledOutlinedFilled' -export * from './IconBidLandscapeDisabledRounded' -export * from './IconBidLandscapeDisabledRoundedFilled' -export * from './IconBidLandscapeDisabledSharp' -export * from './IconBidLandscapeDisabledSharpFilled' -export * from './IconBigtopUpdatesOutlined' -export * from './IconBigtopUpdatesOutlinedFilled' -export * from './IconBigtopUpdatesRounded' -export * from './IconBigtopUpdatesRoundedFilled' -export * from './IconBigtopUpdatesSharp' -export * from './IconBigtopUpdatesSharpFilled' -export * from './IconBikeDockOutlinedFilled' -export * from './IconBikeDockOutlined' -export * from './IconBikeDockRoundedFilled' -export * from './IconBikeDockRounded' -export * from './IconBikeDockSharp' -export * from './IconBikeDockSharpFilled' -export * from './IconBikeLaneOutlined' -export * from './IconBikeLaneOutlinedFilled' -export * from './IconBikeLaneRoundedFilled' -export * from './IconBikeLaneRounded' -export * from './IconBikeLaneSharpFilled' -export * from './IconBikeLaneSharp' -export * from './IconBikeScooterOutlined' -export * from './IconBikeScooterOutlinedFilled' -export * from './IconBikeScooterRounded' -export * from './IconBikeScooterRoundedFilled' -export * from './IconBikeScooterSharp' -export * from './IconBikeScooterSharpFilled' -export * from './IconBiotechOutlinedFilled' -export * from './IconBiotechOutlined' -export * from './IconBiotechRounded' -export * from './IconBiotechRoundedFilled' -export * from './IconBiotechSharp' -export * from './IconBiotechSharpFilled' -export * from './IconBlanketOutlined' -export * from './IconBlanketOutlinedFilled' -export * from './IconBlanketRoundedFilled' -export * from './IconBlanketRounded' -export * from './IconBlanketSharp' -export * from './IconBlanketSharpFilled' -export * from './IconBlenderOutlinedFilled' -export * from './IconBlenderOutlined' -export * from './IconBlenderRounded' -export * from './IconBlenderRoundedFilled' -export * from './IconBlenderSharp' -export * from './IconBlenderSharpFilled' -export * from './IconBlindOutlined' -export * from './IconBlindOutlinedFilled' -export * from './IconBlindRounded' -export * from './IconBlindRoundedFilled' -export * from './IconBlindSharp' -export * from './IconBlindSharpFilled' -export * from './IconBlindsOutlined' -export * from './IconBlindsOutlinedFilled' -export * from './IconBlindsRoundedFilled' -export * from './IconBlindsRounded' -export * from './IconBlindsSharpFilled' -export * from './IconBlindsSharp' -export * from './IconBlindsClosedOutlined' -export * from './IconBlindsClosedOutlinedFilled' -export * from './IconBlindsClosedRounded' -export * from './IconBlindsClosedRoundedFilled' -export * from './IconBlindsClosedSharp' -export * from './IconBlindsClosedSharpFilled' -export * from './IconBlockOutlinedFilled' -export * from './IconBlockOutlined' -export * from './IconBlockRounded' -export * from './IconBlockRoundedFilled' -export * from './IconBlockSharp' -export * from './IconBlockSharpFilled' -export * from './IconBloodPressureOutlinedFilled' -export * from './IconBloodPressureOutlined' -export * from './IconBloodPressureRounded' -export * from './IconBloodPressureRoundedFilled' -export * from './IconBloodPressureSharp' -export * from './IconBloodPressureSharpFilled' -export * from './IconBloodtypeOutlined' -export * from './IconBloodtypeOutlinedFilled' -export * from './IconBloodtypeRounded' -export * from './IconBloodtypeRoundedFilled' -export * from './IconBloodtypeSharpFilled' -export * from './IconBloodtypeSharp' -export * from './IconBluetoothOutlined' -export * from './IconBluetoothOutlinedFilled' -export * from './IconBluetoothRounded' -export * from './IconBluetoothRoundedFilled' -export * from './IconBluetoothSharpFilled' -export * from './IconBluetoothSharp' -export * from './IconBluetoothConnectedOutlinedFilled' -export * from './IconBluetoothConnectedOutlined' -export * from './IconBluetoothConnectedRoundedFilled' -export * from './IconBluetoothConnectedRounded' -export * from './IconBluetoothConnectedSharpFilled' -export * from './IconBluetoothConnectedSharp' -export * from './IconBluetoothDisabledOutlined' -export * from './IconBluetoothDisabledOutlinedFilled' -export * from './IconBluetoothDisabledRounded' -export * from './IconBluetoothDisabledRoundedFilled' -export * from './IconBluetoothDisabledSharp' -export * from './IconBluetoothDisabledSharpFilled' -export * from './IconBluetoothDriveOutlined' -export * from './IconBluetoothDriveOutlinedFilled' -export * from './IconBluetoothDriveRoundedFilled' -export * from './IconBluetoothDriveRounded' -export * from './IconBluetoothDriveSharp' -export * from './IconBluetoothDriveSharpFilled' -export * from './IconBluetoothSearchingOutlined' -export * from './IconBluetoothSearchingOutlinedFilled' -export * from './IconBluetoothSearchingRounded' -export * from './IconBluetoothSearchingRoundedFilled' -export * from './IconBluetoothSearchingSharp' -export * from './IconBluetoothSearchingSharpFilled' -export * from './IconBlurCircularOutlinedFilled' -export * from './IconBlurCircularOutlined' -export * from './IconBlurCircularRounded' -export * from './IconBlurCircularRoundedFilled' -export * from './IconBlurCircularSharp' -export * from './IconBlurCircularSharpFilled' -export * from './IconBlurLinearOutlined' -export * from './IconBlurLinearOutlinedFilled' -export * from './IconBlurLinearRoundedFilled' -export * from './IconBlurLinearRounded' -export * from './IconBlurLinearSharp' -export * from './IconBlurLinearSharpFilled' -export * from './IconBlurMediumOutlinedFilled' -export * from './IconBlurMediumOutlined' -export * from './IconBlurMediumRoundedFilled' -export * from './IconBlurMediumRounded' -export * from './IconBlurMediumSharp' -export * from './IconBlurMediumSharpFilled' -export * from './IconBlurOffOutlined' -export * from './IconBlurOffOutlinedFilled' -export * from './IconBlurOffRounded' -export * from './IconBlurOffRoundedFilled' -export * from './IconBlurOffSharpFilled' -export * from './IconBlurOffSharp' -export * from './IconBlurOnOutlined' -export * from './IconBlurOnOutlinedFilled' -export * from './IconBlurOnRoundedFilled' -export * from './IconBlurOnRounded' -export * from './IconBlurOnSharp' -export * from './IconBlurOnSharpFilled' -export * from './IconBlurShortOutlinedFilled' -export * from './IconBlurShortOutlined' -export * from './IconBlurShortRoundedFilled' -export * from './IconBlurShortRounded' -export * from './IconBlurShortSharpFilled' -export * from './IconBlurShortSharp' -export * from './IconBodyFatOutlinedFilled' -export * from './IconBodyFatOutlined' -export * from './IconBodyFatRounded' -export * from './IconBodyFatRoundedFilled' -export * from './IconBodyFatSharpFilled' -export * from './IconBodyFatSharp' -export * from './IconBodySystemOutlined' -export * from './IconBodySystemOutlinedFilled' -export * from './IconBodySystemRounded' -export * from './IconBodySystemRoundedFilled' -export * from './IconBodySystemSharp' -export * from './IconBodySystemSharpFilled' -export * from './IconBoltOutlined' -export * from './IconBoltOutlinedFilled' -export * from './IconBoltRoundedFilled' -export * from './IconBoltRounded' -export * from './IconBoltSharp' -export * from './IconBoltSharpFilled' -export * from './IconBombOutlinedFilled' -export * from './IconBombOutlined' -export * from './IconBombRounded' -export * from './IconBombRoundedFilled' -export * from './IconBombSharpFilled' -export * from './IconBombSharp' -export * from './IconBookOutlined' -export * from './IconBookOutlinedFilled' -export * from './IconBookRoundedFilled' -export * from './IconBookRounded' -export * from './IconBookSharpFilled' -export * from './IconBookSharp' -export * from './IconBook2Outlined' -export * from './IconBook2OutlinedFilled' -export * from './IconBook2Rounded' -export * from './IconBook2RoundedFilled' -export * from './IconBook2SharpFilled' -export * from './IconBook2Sharp' -export * from './IconBook3Outlined' -export * from './IconBook3OutlinedFilled' -export * from './IconBook3RoundedFilled' -export * from './IconBook3Rounded' -export * from './IconBook3Sharp' -export * from './IconBook3SharpFilled' -export * from './IconBook4Outlined' -export * from './IconBook4OutlinedFilled' -export * from './IconBook4RoundedFilled' -export * from './IconBook4Rounded' -export * from './IconBook4Sharp' -export * from './IconBook4SharpFilled' -export * from './IconBook4SparkOutlinedFilled' -export * from './IconBook4SparkOutlined' -export * from './IconBook4SparkRounded' -export * from './IconBook4SparkRoundedFilled' -export * from './IconBook4SparkSharpFilled' -export * from './IconBook4SparkSharp' -export * from './IconBook5OutlinedFilled' -export * from './IconBook5Outlined' -export * from './IconBook5Rounded' -export * from './IconBook5RoundedFilled' -export * from './IconBook5Sharp' -export * from './IconBook5SharpFilled' -export * from './IconBook6Outlined' -export * from './IconBook6OutlinedFilled' -export * from './IconBook6RoundedFilled' -export * from './IconBook6Rounded' -export * from './IconBook6SharpFilled' -export * from './IconBook6Sharp' -export * from './IconBookOnlineOutlinedFilled' -export * from './IconBookOnlineOutlined' -export * from './IconBookOnlineRoundedFilled' -export * from './IconBookOnlineRounded' -export * from './IconBookOnlineSharp' -export * from './IconBookOnlineSharpFilled' -export * from './IconBookRibbonOutlinedFilled' -export * from './IconBookRibbonOutlined' -export * from './IconBookRibbonRoundedFilled' -export * from './IconBookRibbonRounded' -export * from './IconBookRibbonSharp' -export * from './IconBookRibbonSharpFilled' -export * from './IconBookmarkOutlinedFilled' -export * from './IconBookmarkOutlined' -export * from './IconBookmarkRounded' -export * from './IconBookmarkRoundedFilled' -export * from './IconBookmarkSharpFilled' -export * from './IconBookmarkSharp' -export * from './IconBookmarkAddOutlined' -export * from './IconBookmarkAddOutlinedFilled' -export * from './IconBookmarkAddRoundedFilled' -export * from './IconBookmarkAddRounded' -export * from './IconBookmarkAddSharp' -export * from './IconBookmarkAddSharpFilled' -export * from './IconBookmarkAddedOutlined' -export * from './IconBookmarkAddedOutlinedFilled' -export * from './IconBookmarkAddedRoundedFilled' -export * from './IconBookmarkAddedRounded' -export * from './IconBookmarkAddedSharpFilled' -export * from './IconBookmarkAddedSharp' -export * from './IconBookmarkBagOutlinedFilled' -export * from './IconBookmarkBagOutlined' -export * from './IconBookmarkBagRounded' -export * from './IconBookmarkBagRoundedFilled' -export * from './IconBookmarkBagSharp' -export * from './IconBookmarkBagSharpFilled' -export * from './IconBookmarkCheckOutlined' -export * from './IconBookmarkCheckOutlinedFilled' -export * from './IconBookmarkCheckRounded' -export * from './IconBookmarkCheckRoundedFilled' -export * from './IconBookmarkCheckSharpFilled' -export * from './IconBookmarkCheckSharp' -export * from './IconBookmarkFlagOutlinedFilled' -export * from './IconBookmarkFlagOutlined' -export * from './IconBookmarkFlagRounded' -export * from './IconBookmarkFlagRoundedFilled' -export * from './IconBookmarkFlagSharp' -export * from './IconBookmarkFlagSharpFilled' -export * from './IconBookmarkHeartOutlinedFilled' -export * from './IconBookmarkHeartOutlined' -export * from './IconBookmarkHeartRounded' -export * from './IconBookmarkHeartRoundedFilled' -export * from './IconBookmarkHeartSharp' -export * from './IconBookmarkHeartSharpFilled' -export * from './IconBookmarkManagerOutlinedFilled' -export * from './IconBookmarkManagerOutlined' -export * from './IconBookmarkManagerRoundedFilled' -export * from './IconBookmarkManagerRounded' -export * from './IconBookmarkManagerSharp' -export * from './IconBookmarkManagerSharpFilled' -export * from './IconBookmarkRemoveOutlined' -export * from './IconBookmarkRemoveOutlinedFilled' -export * from './IconBookmarkRemoveRounded' -export * from './IconBookmarkRemoveRoundedFilled' -export * from './IconBookmarkRemoveSharp' -export * from './IconBookmarkRemoveSharpFilled' -export * from './IconBookmarkStarOutlined' -export * from './IconBookmarkStarOutlinedFilled' -export * from './IconBookmarkStarRounded' -export * from './IconBookmarkStarRoundedFilled' -export * from './IconBookmarkStarSharp' -export * from './IconBookmarkStarSharpFilled' -export * from './IconBookmarksOutlined' -export * from './IconBookmarksOutlinedFilled' -export * from './IconBookmarksRounded' -export * from './IconBookmarksRoundedFilled' -export * from './IconBookmarksSharpFilled' -export * from './IconBookmarksSharp' -export * from './IconBorderAllOutlined' -export * from './IconBorderAllOutlinedFilled' -export * from './IconBorderAllRounded' -export * from './IconBorderAllRoundedFilled' -export * from './IconBorderAllSharp' -export * from './IconBorderAllSharpFilled' -export * from './IconBorderBottomOutlined' -export * from './IconBorderBottomOutlinedFilled' -export * from './IconBorderBottomRounded' -export * from './IconBorderBottomRoundedFilled' -export * from './IconBorderBottomSharpFilled' -export * from './IconBorderBottomSharp' -export * from './IconBorderClearOutlined' -export * from './IconBorderClearOutlinedFilled' -export * from './IconBorderClearRounded' -export * from './IconBorderClearRoundedFilled' -export * from './IconBorderClearSharp' -export * from './IconBorderClearSharpFilled' -export * from './IconBorderColorOutlined' -export * from './IconBorderColorOutlinedFilled' -export * from './IconBorderColorRoundedFilled' -export * from './IconBorderColorRounded' -export * from './IconBorderColorSharp' -export * from './IconBorderColorSharpFilled' -export * from './IconBorderHorizontalOutlined' -export * from './IconBorderHorizontalOutlinedFilled' -export * from './IconBorderHorizontalRounded' -export * from './IconBorderHorizontalRoundedFilled' -export * from './IconBorderHorizontalSharpFilled' -export * from './IconBorderHorizontalSharp' -export * from './IconBorderInnerOutlined' -export * from './IconBorderInnerOutlinedFilled' -export * from './IconBorderInnerRoundedFilled' -export * from './IconBorderInnerRounded' -export * from './IconBorderInnerSharpFilled' -export * from './IconBorderInnerSharp' -export * from './IconBorderLeftOutlined' -export * from './IconBorderLeftOutlinedFilled' -export * from './IconBorderLeftRoundedFilled' -export * from './IconBorderLeftRounded' -export * from './IconBorderLeftSharpFilled' -export * from './IconBorderLeftSharp' -export * from './IconBorderOuterOutlined' -export * from './IconBorderOuterOutlinedFilled' -export * from './IconBorderOuterRounded' -export * from './IconBorderOuterRoundedFilled' -export * from './IconBorderOuterSharp' -export * from './IconBorderOuterSharpFilled' -export * from './IconBorderRightOutlinedFilled' -export * from './IconBorderRightOutlined' -export * from './IconBorderRightRounded' -export * from './IconBorderRightRoundedFilled' -export * from './IconBorderRightSharp' -export * from './IconBorderRightSharpFilled' -export * from './IconBorderStyleOutlined' -export * from './IconBorderStyleOutlinedFilled' -export * from './IconBorderStyleRounded' -export * from './IconBorderStyleRoundedFilled' -export * from './IconBorderStyleSharp' -export * from './IconBorderStyleSharpFilled' -export * from './IconBorderTopOutlinedFilled' -export * from './IconBorderTopOutlined' -export * from './IconBorderTopRounded' -export * from './IconBorderTopRoundedFilled' -export * from './IconBorderTopSharp' -export * from './IconBorderTopSharpFilled' -export * from './IconBorderVerticalOutlined' -export * from './IconBorderVerticalOutlinedFilled' -export * from './IconBorderVerticalRoundedFilled' -export * from './IconBorderVerticalRounded' -export * from './IconBorderVerticalSharpFilled' -export * from './IconBorderVerticalSharp' -export * from './IconBorgOutlined' -export * from './IconBorgOutlinedFilled' -export * from './IconBorgRoundedFilled' -export * from './IconBorgRounded' -export * from './IconBorgSharp' -export * from './IconBorgSharpFilled' -export * from './IconBottomAppBarOutlined' -export * from './IconBottomAppBarOutlinedFilled' -export * from './IconBottomAppBarRounded' -export * from './IconBottomAppBarRoundedFilled' -export * from './IconBottomAppBarSharp' -export * from './IconBottomAppBarSharpFilled' -export * from './IconBottomDrawerOutlined' -export * from './IconBottomDrawerOutlinedFilled' -export * from './IconBottomDrawerRoundedFilled' -export * from './IconBottomDrawerRounded' -export * from './IconBottomDrawerSharp' -export * from './IconBottomDrawerSharpFilled' -export * from './IconBottomNavigationOutlined' -export * from './IconBottomNavigationOutlinedFilled' -export * from './IconBottomNavigationRoundedFilled' -export * from './IconBottomNavigationRounded' -export * from './IconBottomNavigationSharp' -export * from './IconBottomNavigationSharpFilled' -export * from './IconBottomPanelCloseOutlined' -export * from './IconBottomPanelCloseOutlinedFilled' -export * from './IconBottomPanelCloseRounded' -export * from './IconBottomPanelCloseRoundedFilled' -export * from './IconBottomPanelCloseSharpFilled' -export * from './IconBottomPanelCloseSharp' -export * from './IconBottomPanelOpenOutlinedFilled' -export * from './IconBottomPanelOpenOutlined' -export * from './IconBottomPanelOpenRounded' -export * from './IconBottomPanelOpenRoundedFilled' -export * from './IconBottomPanelOpenSharp' -export * from './IconBottomPanelOpenSharpFilled' -export * from './IconBottomRightClickOutlinedFilled' -export * from './IconBottomRightClickOutlined' -export * from './IconBottomRightClickRounded' -export * from './IconBottomRightClickRoundedFilled' -export * from './IconBottomRightClickSharp' -export * from './IconBottomRightClickSharpFilled' -export * from './IconBottomSheetsOutlined' -export * from './IconBottomSheetsOutlinedFilled' -export * from './IconBottomSheetsRoundedFilled' -export * from './IconBottomSheetsRounded' -export * from './IconBottomSheetsSharpFilled' -export * from './IconBottomSheetsSharp' -export * from './IconBoxOutlined' -export * from './IconBoxOutlinedFilled' -export * from './IconBoxRoundedFilled' -export * from './IconBoxRounded' -export * from './IconBoxSharpFilled' -export * from './IconBoxSharp' -export * from './IconBoxAddOutlined' -export * from './IconBoxAddOutlinedFilled' -export * from './IconBoxAddRounded' -export * from './IconBoxAddRoundedFilled' -export * from './IconBoxAddSharpFilled' -export * from './IconBoxAddSharp' -export * from './IconBoxEditOutlinedFilled' -export * from './IconBoxEditOutlined' -export * from './IconBoxEditRounded' -export * from './IconBoxEditRoundedFilled' -export * from './IconBoxEditSharp' -export * from './IconBoxEditSharpFilled' -export * from './IconBoyOutlined' -export * from './IconBoyOutlinedFilled' -export * from './IconBoyRoundedFilled' -export * from './IconBoyRounded' -export * from './IconBoySharp' -export * from './IconBoySharpFilled' -export * from './IconBrandAwarenessOutlinedFilled' -export * from './IconBrandAwarenessOutlined' -export * from './IconBrandAwarenessRounded' -export * from './IconBrandAwarenessRoundedFilled' -export * from './IconBrandAwarenessSharp' -export * from './IconBrandAwarenessSharpFilled' -export * from './IconBrandFamilyOutlinedFilled' -export * from './IconBrandFamilyOutlined' -export * from './IconBrandFamilyRounded' -export * from './IconBrandFamilyRoundedFilled' -export * from './IconBrandFamilySharpFilled' -export * from './IconBrandFamilySharp' -export * from './IconBrandingWatermarkOutlinedFilled' -export * from './IconBrandingWatermarkOutlined' -export * from './IconBrandingWatermarkRounded' -export * from './IconBrandingWatermarkRoundedFilled' -export * from './IconBrandingWatermarkSharp' -export * from './IconBrandingWatermarkSharpFilled' -export * from './IconBreakfastDiningOutlined' -export * from './IconBreakfastDiningOutlinedFilled' -export * from './IconBreakfastDiningRoundedFilled' -export * from './IconBreakfastDiningRounded' -export * from './IconBreakfastDiningSharpFilled' -export * from './IconBreakfastDiningSharp' -export * from './IconBreakingNewsOutlined' -export * from './IconBreakingNewsOutlinedFilled' -export * from './IconBreakingNewsRounded' -export * from './IconBreakingNewsRoundedFilled' -export * from './IconBreakingNewsSharpFilled' -export * from './IconBreakingNewsSharp' -export * from './IconBreakingNewsAlt1Outlined' -export * from './IconBreakingNewsAlt1OutlinedFilled' -export * from './IconBreakingNewsAlt1Rounded' -export * from './IconBreakingNewsAlt1RoundedFilled' -export * from './IconBreakingNewsAlt1Sharp' -export * from './IconBreakingNewsAlt1SharpFilled' -export * from './IconBreastfeedingOutlined' -export * from './IconBreastfeedingOutlinedFilled' -export * from './IconBreastfeedingRoundedFilled' -export * from './IconBreastfeedingRounded' -export * from './IconBreastfeedingSharp' -export * from './IconBreastfeedingSharpFilled' -export * from './IconBrightness1Outlined' -export * from './IconBrightness1OutlinedFilled' -export * from './IconBrightness1RoundedFilled' -export * from './IconBrightness1Rounded' -export * from './IconBrightness1SharpFilled' -export * from './IconBrightness1Sharp' -export * from './IconBrightness2Outlined' -export * from './IconBrightness2OutlinedFilled' -export * from './IconBrightness2Rounded' -export * from './IconBrightness2RoundedFilled' -export * from './IconBrightness2SharpFilled' -export * from './IconBrightness2Sharp' -export * from './IconBrightness3OutlinedFilled' -export * from './IconBrightness3Outlined' -export * from './IconBrightness3RoundedFilled' -export * from './IconBrightness3Rounded' -export * from './IconBrightness3SharpFilled' -export * from './IconBrightness3Sharp' -export * from './IconBrightness4Outlined' -export * from './IconBrightness4OutlinedFilled' -export * from './IconBrightness4Rounded' -export * from './IconBrightness4RoundedFilled' -export * from './IconBrightness4SharpFilled' -export * from './IconBrightness4Sharp' -export * from './IconBrightness5OutlinedFilled' -export * from './IconBrightness5Outlined' -export * from './IconBrightness5Rounded' -export * from './IconBrightness5RoundedFilled' -export * from './IconBrightness5SharpFilled' -export * from './IconBrightness5Sharp' -export * from './IconBrightness6Outlined' -export * from './IconBrightness6OutlinedFilled' -export * from './IconBrightness6RoundedFilled' -export * from './IconBrightness6Rounded' -export * from './IconBrightness6Sharp' -export * from './IconBrightness6SharpFilled' -export * from './IconBrightness7Outlined' -export * from './IconBrightness7OutlinedFilled' -export * from './IconBrightness7Rounded' -export * from './IconBrightness7RoundedFilled' -export * from './IconBrightness7Sharp' -export * from './IconBrightness7SharpFilled' -export * from './IconBrightnessAlertOutlinedFilled' -export * from './IconBrightnessAlertOutlined' -export * from './IconBrightnessAlertRounded' -export * from './IconBrightnessAlertRoundedFilled' -export * from './IconBrightnessAlertSharp' -export * from './IconBrightnessAlertSharpFilled' -export * from './IconBrightnessAutoOutlined' -export * from './IconBrightnessAutoOutlinedFilled' -export * from './IconBrightnessAutoRoundedFilled' -export * from './IconBrightnessAutoRounded' -export * from './IconBrightnessAutoSharp' -export * from './IconBrightnessAutoSharpFilled' -export * from './IconBrightnessEmptyOutlined' -export * from './IconBrightnessEmptyOutlinedFilled' -export * from './IconBrightnessEmptyRoundedFilled' -export * from './IconBrightnessEmptyRounded' -export * from './IconBrightnessEmptySharp' -export * from './IconBrightnessEmptySharpFilled' -export * from './IconBrightnessHighOutlined' -export * from './IconBrightnessHighOutlinedFilled' -export * from './IconBrightnessHighRounded' -export * from './IconBrightnessHighRoundedFilled' -export * from './IconBrightnessHighSharp' -export * from './IconBrightnessHighSharpFilled' -export * from './IconBrightnessLowOutlined' -export * from './IconBrightnessLowOutlinedFilled' -export * from './IconBrightnessLowRoundedFilled' -export * from './IconBrightnessLowRounded' -export * from './IconBrightnessLowSharp' -export * from './IconBrightnessLowSharpFilled' -export * from './IconBrightnessMediumOutlined' -export * from './IconBrightnessMediumOutlinedFilled' -export * from './IconBrightnessMediumRounded' -export * from './IconBrightnessMediumRoundedFilled' -export * from './IconBrightnessMediumSharp' -export * from './IconBrightnessMediumSharpFilled' -export * from './IconBringYourOwnIpOutlinedFilled' -export * from './IconBringYourOwnIpOutlined' -export * from './IconBringYourOwnIpRoundedFilled' -export * from './IconBringYourOwnIpRounded' -export * from './IconBringYourOwnIpSharp' -export * from './IconBringYourOwnIpSharpFilled' -export * from './IconBroadcastOnHomeOutlinedFilled' -export * from './IconBroadcastOnHomeOutlined' -export * from './IconBroadcastOnHomeRoundedFilled' -export * from './IconBroadcastOnHomeRounded' -export * from './IconBroadcastOnHomeSharp' -export * from './IconBroadcastOnHomeSharpFilled' -export * from './IconBroadcastOnPersonalOutlinedFilled' -export * from './IconBroadcastOnPersonalOutlined' -export * from './IconBroadcastOnPersonalRounded' -export * from './IconBroadcastOnPersonalRoundedFilled' -export * from './IconBroadcastOnPersonalSharpFilled' -export * from './IconBroadcastOnPersonalSharp' -export * from './IconBrokenImageOutlined' -export * from './IconBrokenImageOutlinedFilled' -export * from './IconBrokenImageRounded' -export * from './IconBrokenImageRoundedFilled' -export * from './IconBrokenImageSharpFilled' -export * from './IconBrokenImageSharp' -export * from './IconBrowseOutlined' -export * from './IconBrowseOutlinedFilled' -export * from './IconBrowseRounded' -export * from './IconBrowseRoundedFilled' -export * from './IconBrowseSharp' -export * from './IconBrowseSharpFilled' -export * from './IconBrowseActivityOutlined' -export * from './IconBrowseActivityOutlinedFilled' -export * from './IconBrowseActivityRounded' -export * from './IconBrowseActivityRoundedFilled' -export * from './IconBrowseActivitySharp' -export * from './IconBrowseActivitySharpFilled' -export * from './IconBrowseGalleryOutlined' -export * from './IconBrowseGalleryOutlinedFilled' -export * from './IconBrowseGalleryRoundedFilled' -export * from './IconBrowseGalleryRounded' -export * from './IconBrowseGallerySharp' -export * from './IconBrowseGallerySharpFilled' -export * from './IconBrowserUpdatedOutlined' -export * from './IconBrowserUpdatedOutlinedFilled' -export * from './IconBrowserUpdatedRoundedFilled' -export * from './IconBrowserUpdatedRounded' -export * from './IconBrowserUpdatedSharpFilled' -export * from './IconBrowserUpdatedSharp' -export * from './IconBrunchDiningOutlinedFilled' -export * from './IconBrunchDiningOutlined' -export * from './IconBrunchDiningRounded' -export * from './IconBrunchDiningRoundedFilled' -export * from './IconBrunchDiningSharp' -export * from './IconBrunchDiningSharpFilled' -export * from './IconBrushOutlinedFilled' -export * from './IconBrushOutlined' -export * from './IconBrushRoundedFilled' -export * from './IconBrushRounded' -export * from './IconBrushSharpFilled' -export * from './IconBrushSharp' -export * from './IconBubbleOutlinedFilled' -export * from './IconBubbleOutlined' -export * from './IconBubbleRoundedFilled' -export * from './IconBubbleRounded' -export * from './IconBubbleSharp' -export * from './IconBubbleSharpFilled' -export * from './IconBubbleChartOutlined' -export * from './IconBubbleChartOutlinedFilled' -export * from './IconBubbleChartRoundedFilled' -export * from './IconBubbleChartRounded' -export * from './IconBubbleChartSharpFilled' -export * from './IconBubbleChartSharp' -export * from './IconBubblesOutlined' -export * from './IconBubblesOutlinedFilled' -export * from './IconBubblesRoundedFilled' -export * from './IconBubblesRounded' -export * from './IconBubblesSharp' -export * from './IconBubblesSharpFilled' -export * from './IconBugReportOutlined' -export * from './IconBugReportOutlinedFilled' -export * from './IconBugReportRounded' -export * from './IconBugReportRoundedFilled' -export * from './IconBugReportSharp' -export * from './IconBugReportSharpFilled' -export * from './IconBuildOutlined' -export * from './IconBuildOutlinedFilled' -export * from './IconBuildRoundedFilled' -export * from './IconBuildRounded' -export * from './IconBuildSharp' -export * from './IconBuildSharpFilled' -export * from './IconBuildCircleOutlinedFilled' -export * from './IconBuildCircleOutlined' -export * from './IconBuildCircleRounded' -export * from './IconBuildCircleRoundedFilled' -export * from './IconBuildCircleSharpFilled' -export * from './IconBuildCircleSharp' -export * from './IconBungalowOutlinedFilled' -export * from './IconBungalowOutlined' -export * from './IconBungalowRounded' -export * from './IconBungalowRoundedFilled' -export * from './IconBungalowSharpFilled' -export * from './IconBungalowSharp' -export * from './IconBurstModeOutlined' -export * from './IconBurstModeOutlinedFilled' -export * from './IconBurstModeRoundedFilled' -export * from './IconBurstModeRounded' -export * from './IconBurstModeSharp' -export * from './IconBurstModeSharpFilled' -export * from './IconBusAlertOutlined' -export * from './IconBusAlertOutlinedFilled' -export * from './IconBusAlertRoundedFilled' -export * from './IconBusAlertRounded' -export * from './IconBusAlertSharp' -export * from './IconBusAlertSharpFilled' -export * from './IconBusinessCenterOutlinedFilled' -export * from './IconBusinessCenterOutlined' -export * from './IconBusinessCenterRoundedFilled' -export * from './IconBusinessCenterRounded' -export * from './IconBusinessCenterSharpFilled' -export * from './IconBusinessCenterSharp' -export * from './IconBusinessChipOutlined' -export * from './IconBusinessChipOutlinedFilled' -export * from './IconBusinessChipRoundedFilled' -export * from './IconBusinessChipRounded' -export * from './IconBusinessChipSharp' -export * from './IconBusinessChipSharpFilled' -export * from './IconBusinessMessagesOutlinedFilled' -export * from './IconBusinessMessagesOutlined' -export * from './IconBusinessMessagesRoundedFilled' -export * from './IconBusinessMessagesRounded' -export * from './IconBusinessMessagesSharpFilled' -export * from './IconBusinessMessagesSharp' -export * from './IconButtonsAltOutlined' -export * from './IconButtonsAltOutlinedFilled' -export * from './IconButtonsAltRounded' -export * from './IconButtonsAltRoundedFilled' -export * from './IconButtonsAltSharp' -export * from './IconButtonsAltSharpFilled' -export * from './IconCabinOutlined' -export * from './IconCabinOutlinedFilled' -export * from './IconCabinRoundedFilled' -export * from './IconCabinRounded' -export * from './IconCabinSharpFilled' -export * from './IconCabinSharp' -export * from './IconCableOutlined' -export * from './IconCableOutlinedFilled' -export * from './IconCableRounded' -export * from './IconCableRoundedFilled' -export * from './IconCableSharp' -export * from './IconCableSharpFilled' -export * from './IconCableCarOutlined' -export * from './IconCableCarOutlinedFilled' -export * from './IconCableCarRounded' -export * from './IconCableCarRoundedFilled' -export * from './IconCableCarSharpFilled' -export * from './IconCableCarSharp' -export * from './IconCachedOutlined' -export * from './IconCachedOutlinedFilled' -export * from './IconCachedRounded' -export * from './IconCachedRoundedFilled' -export * from './IconCachedSharp' -export * from './IconCachedSharpFilled' -export * from './IconCadenceOutlinedFilled' -export * from './IconCadenceOutlined' -export * from './IconCadenceRoundedFilled' -export * from './IconCadenceRounded' -export * from './IconCadenceSharp' -export * from './IconCadenceSharpFilled' -export * from './IconCakeOutlinedFilled' -export * from './IconCakeRoundedFilled' -export * from './IconCakeRounded' -export * from './IconCakeSharp' -export * from './IconCakeSharpFilled' -export * from './IconCakeAddOutlined' -export * from './IconCakeAddOutlinedFilled' -export * from './IconCakeAddRounded' -export * from './IconCakeAddRoundedFilled' -export * from './IconCakeAddSharpFilled' -export * from './IconCakeAddSharp' -export * from './IconCalculateOutlined' -export * from './IconCalculateOutlinedFilled' -export * from './IconCalculateRounded' -export * from './IconCalculateRoundedFilled' -export * from './IconCalculateSharpFilled' -export * from './IconCalculateSharp' -export * from './IconCalendarAddOnOutlined' -export * from './IconCalendarAddOnOutlinedFilled' -export * from './IconCalendarAddOnRounded' -export * from './IconCalendarAddOnRoundedFilled' -export * from './IconCalendarAddOnSharp' -export * from './IconCalendarAddOnSharpFilled' -export * from './IconCalendarAppsScriptOutlinedFilled' -export * from './IconCalendarAppsScriptOutlined' -export * from './IconCalendarAppsScriptRoundedFilled' -export * from './IconCalendarAppsScriptRounded' -export * from './IconCalendarAppsScriptSharp' -export * from './IconCalendarAppsScriptSharpFilled' -export * from './IconCalendarClockOutlined' -export * from './IconCalendarClockOutlinedFilled' -export * from './IconCalendarClockRounded' -export * from './IconCalendarClockRoundedFilled' -export * from './IconCalendarClockSharpFilled' -export * from './IconCalendarClockSharp' -export * from './IconCalendarMonthOutlinedFilled' -export * from './IconCalendarMonthOutlined' -export * from './IconCalendarMonthRounded' -export * from './IconCalendarMonthRoundedFilled' -export * from './IconCalendarMonthSharpFilled' -export * from './IconCalendarMonthSharp' -export * from './IconCalendarTodayOutlined' -export * from './IconCalendarTodayOutlinedFilled' -export * from './IconCalendarTodayRounded' -export * from './IconCalendarTodayRoundedFilled' -export * from './IconCalendarTodaySharp' -export * from './IconCalendarTodaySharpFilled' -export * from './IconCalendarViewDayOutlined' -export * from './IconCalendarViewDayOutlinedFilled' -export * from './IconCalendarViewDayRounded' -export * from './IconCalendarViewDayRoundedFilled' -export * from './IconCalendarViewDaySharpFilled' -export * from './IconCalendarViewDaySharp' -export * from './IconCalendarViewMonthOutlined' -export * from './IconCalendarViewMonthOutlinedFilled' -export * from './IconCalendarViewMonthRoundedFilled' -export * from './IconCalendarViewMonthRounded' -export * from './IconCalendarViewMonthSharp' -export * from './IconCalendarViewMonthSharpFilled' -export * from './IconCalendarViewWeekOutlined' -export * from './IconCalendarViewWeekOutlinedFilled' -export * from './IconCalendarViewWeekRoundedFilled' -export * from './IconCalendarViewWeekRounded' -export * from './IconCalendarViewWeekSharp' -export * from './IconCalendarViewWeekSharpFilled' -export * from './IconCallOutlinedFilled' -export * from './IconCallOutlined' -export * from './IconCallRoundedFilled' -export * from './IconCallRounded' -export * from './IconCallSharpFilled' -export * from './IconCallSharp' -export * from './IconCallEndOutlined' -export * from './IconCallEndOutlinedFilled' -export * from './IconCallEndRounded' -export * from './IconCallEndRoundedFilled' -export * from './IconCallEndSharp' -export * from './IconCallEndSharpFilled' -export * from './IconCallLogOutlinedFilled' -export * from './IconCallLogOutlined' -export * from './IconCallLogRounded' -export * from './IconCallLogRoundedFilled' -export * from './IconCallLogSharp' -export * from './IconCallLogSharpFilled' -export * from './IconCallMadeOutlined' -export * from './IconCallMadeOutlinedFilled' -export * from './IconCallMadeRounded' -export * from './IconCallMadeRoundedFilled' -export * from './IconCallMadeSharp' -export * from './IconCallMadeSharpFilled' -export * from './IconCallMergeOutlined' -export * from './IconCallMergeOutlinedFilled' -export * from './IconCallMergeRounded' -export * from './IconCallMergeRoundedFilled' -export * from './IconCallMergeSharp' -export * from './IconCallMergeSharpFilled' -export * from './IconCallMissedOutlined' -export * from './IconCallMissedOutlinedFilled' -export * from './IconCallMissedRounded' -export * from './IconCallMissedRoundedFilled' -export * from './IconCallMissedSharpFilled' -export * from './IconCallMissedSharp' -export * from './IconCallMissedOutgoingOutlined' -export * from './IconCallMissedOutgoingOutlinedFilled' -export * from './IconCallMissedOutgoingRounded' -export * from './IconCallMissedOutgoingRoundedFilled' -export * from './IconCallMissedOutgoingSharp' -export * from './IconCallMissedOutgoingSharpFilled' -export * from './IconCallQualityOutlined' -export * from './IconCallQualityOutlinedFilled' -export * from './IconCallQualityRounded' -export * from './IconCallQualityRoundedFilled' -export * from './IconCallQualitySharpFilled' -export * from './IconCallQualitySharp' -export * from './IconCallReceivedOutlined' -export * from './IconCallReceivedOutlinedFilled' -export * from './IconCallReceivedRounded' -export * from './IconCallReceivedRoundedFilled' -export * from './IconCallReceivedSharpFilled' -export * from './IconCallReceivedSharp' -export * from './IconCallSplitOutlined' -export * from './IconCallSplitOutlinedFilled' -export * from './IconCallSplitRoundedFilled' -export * from './IconCallSplitRounded' -export * from './IconCallSplitSharp' -export * from './IconCallSplitSharpFilled' -export * from './IconCallToActionOutlinedFilled' -export * from './IconCallToActionOutlined' -export * from './IconCallToActionRounded' -export * from './IconCallToActionRoundedFilled' -export * from './IconCallToActionSharp' -export * from './IconCallToActionSharpFilled' -export * from './IconCameraOutlined' -export * from './IconCameraOutlinedFilled' -export * from './IconCameraRounded' -export * from './IconCameraRoundedFilled' -export * from './IconCameraSharp' -export * from './IconCameraSharpFilled' -export * from './IconCameraFrontOutlined' -export * from './IconCameraFrontOutlinedFilled' -export * from './IconCameraFrontRounded' -export * from './IconCameraFrontRoundedFilled' -export * from './IconCameraFrontSharpFilled' -export * from './IconCameraFrontSharp' -export * from './IconCameraIndoorOutlined' -export * from './IconCameraIndoorOutlinedFilled' -export * from './IconCameraIndoorRoundedFilled' -export * from './IconCameraIndoorRounded' -export * from './IconCameraIndoorSharp' -export * from './IconCameraIndoorSharpFilled' -export * from './IconCameraOutdoorOutlinedFilled' -export * from './IconCameraOutdoorOutlined' -export * from './IconCameraOutdoorRounded' -export * from './IconCameraOutdoorRoundedFilled' -export * from './IconCameraOutdoorSharpFilled' -export * from './IconCameraOutdoorSharp' -export * from './IconCameraRearOutlinedFilled' -export * from './IconCameraRearOutlined' -export * from './IconCameraRearRounded' -export * from './IconCameraRearRoundedFilled' -export * from './IconCameraRearSharp' -export * from './IconCameraRearSharpFilled' -export * from './IconCameraRollOutlinedFilled' -export * from './IconCameraRollOutlined' -export * from './IconCameraRollRounded' -export * from './IconCameraRollRoundedFilled' -export * from './IconCameraRollSharp' -export * from './IconCameraRollSharpFilled' -export * from './IconCameraVideoOutlinedFilled' -export * from './IconCameraVideoOutlined' -export * from './IconCameraVideoRounded' -export * from './IconCameraVideoRoundedFilled' -export * from './IconCameraVideoSharpFilled' -export * from './IconCameraVideoSharp' -export * from './IconCameraswitchOutlinedFilled' -export * from './IconCameraswitchOutlined' -export * from './IconCameraswitchRounded' -export * from './IconCameraswitchRoundedFilled' -export * from './IconCameraswitchSharp' -export * from './IconCameraswitchSharpFilled' -export * from './IconCampaignOutlinedFilled' -export * from './IconCampaignOutlined' -export * from './IconCampaignRoundedFilled' -export * from './IconCampaignRounded' -export * from './IconCampaignSharpFilled' -export * from './IconCampaignSharp' -export * from './IconCampingOutlined' -export * from './IconCampingOutlinedFilled' -export * from './IconCampingRoundedFilled' -export * from './IconCampingRounded' -export * from './IconCampingSharp' -export * from './IconCampingSharpFilled' -export * from './IconCancelOutlined' -export * from './IconCancelOutlinedFilled' -export * from './IconCancelRoundedFilled' -export * from './IconCancelRounded' -export * from './IconCancelSharp' -export * from './IconCancelSharpFilled' -export * from './IconCancelPresentationOutlined' -export * from './IconCancelPresentationOutlinedFilled' -export * from './IconCancelPresentationRounded' -export * from './IconCancelPresentationRoundedFilled' -export * from './IconCancelPresentationSharpFilled' -export * from './IconCancelPresentationSharp' -export * from './IconCancelScheduleSendOutlined' -export * from './IconCancelScheduleSendOutlinedFilled' -export * from './IconCancelScheduleSendRoundedFilled' -export * from './IconCancelScheduleSendRounded' -export * from './IconCancelScheduleSendSharp' -export * from './IconCancelScheduleSendSharpFilled' -export * from './IconCandleOutlinedFilled' -export * from './IconCandleOutlined' -export * from './IconCandleRoundedFilled' -export * from './IconCandleRounded' -export * from './IconCandleSharp' -export * from './IconCandleSharpFilled' -export * from './IconCandlestickChartOutlined' -export * from './IconCandlestickChartOutlinedFilled' -export * from './IconCandlestickChartRounded' -export * from './IconCandlestickChartRoundedFilled' -export * from './IconCandlestickChartSharpFilled' -export * from './IconCandlestickChartSharp' -export * from './IconCaptivePortalOutlined' -export * from './IconCaptivePortalOutlinedFilled' -export * from './IconCaptivePortalRoundedFilled' -export * from './IconCaptivePortalRounded' -export * from './IconCaptivePortalSharp' -export * from './IconCaptivePortalSharpFilled' -export * from './IconCaptureOutlinedFilled' -export * from './IconCaptureOutlined' -export * from './IconCaptureRoundedFilled' -export * from './IconCaptureRounded' -export * from './IconCaptureSharpFilled' -export * from './IconCaptureSharp' -export * from './IconCarCrashOutlined' -export * from './IconCarCrashOutlinedFilled' -export * from './IconCarCrashRoundedFilled' -export * from './IconCarCrashRounded' -export * from './IconCarCrashSharpFilled' -export * from './IconCarCrashSharp' -export * from './IconCarRentalOutlinedFilled' -export * from './IconCarRentalOutlined' -export * from './IconCarRentalRounded' -export * from './IconCarRentalRoundedFilled' -export * from './IconCarRentalSharp' -export * from './IconCarRentalSharpFilled' -export * from './IconCarRepairOutlined' -export * from './IconCarRepairOutlinedFilled' -export * from './IconCarRepairRounded' -export * from './IconCarRepairRoundedFilled' -export * from './IconCarRepairSharp' -export * from './IconCarRepairSharpFilled' -export * from './IconCarTagOutlined' -export * from './IconCarTagOutlinedFilled' -export * from './IconCarTagRoundedFilled' -export * from './IconCarTagRounded' -export * from './IconCarTagSharp' -export * from './IconCarTagSharpFilled' -export * from './IconCardMembershipOutlined' -export * from './IconCardMembershipOutlinedFilled' -export * from './IconCardMembershipRounded' -export * from './IconCardMembershipRoundedFilled' -export * from './IconCardMembershipSharp' -export * from './IconCardMembershipSharpFilled' -export * from './IconCardTravelOutlined' -export * from './IconCardTravelOutlinedFilled' -export * from './IconCardTravelRounded' -export * from './IconCardTravelRoundedFilled' -export * from './IconCardTravelSharp' -export * from './IconCardTravelSharpFilled' -export * from './IconCardioLoadOutlined' -export * from './IconCardioLoadOutlinedFilled' -export * from './IconCardioLoadRoundedFilled' -export * from './IconCardioLoadRounded' -export * from './IconCardioLoadSharp' -export * from './IconCardioLoadSharpFilled' -export * from './IconCardiologyOutlinedFilled' -export * from './IconCardiologyOutlined' -export * from './IconCardiologyRoundedFilled' -export * from './IconCardiologyRounded' -export * from './IconCardiologySharpFilled' -export * from './IconCardiologySharp' -export * from './IconCardsOutlinedFilled' -export * from './IconCardsOutlined' -export * from './IconCardsRoundedFilled' -export * from './IconCardsRounded' -export * from './IconCardsSharp' -export * from './IconCardsSharpFilled' -export * from './IconCarpenterOutlined' -export * from './IconCarpenterOutlinedFilled' -export * from './IconCarpenterRounded' -export * from './IconCarpenterRoundedFilled' -export * from './IconCarpenterSharp' -export * from './IconCarpenterSharpFilled' -export * from './IconCarryOnBagOutlined' -export * from './IconCarryOnBagOutlinedFilled' -export * from './IconCarryOnBagRoundedFilled' -export * from './IconCarryOnBagRounded' -export * from './IconCarryOnBagSharp' -export * from './IconCarryOnBagSharpFilled' -export * from './IconCarryOnBagCheckedOutlined' -export * from './IconCarryOnBagCheckedOutlinedFilled' -export * from './IconCarryOnBagCheckedRounded' -export * from './IconCarryOnBagCheckedRoundedFilled' -export * from './IconCarryOnBagCheckedSharpFilled' -export * from './IconCarryOnBagCheckedSharp' -export * from './IconCarryOnBagInactiveOutlined' -export * from './IconCarryOnBagInactiveOutlinedFilled' -export * from './IconCarryOnBagInactiveRoundedFilled' -export * from './IconCarryOnBagInactiveRounded' -export * from './IconCarryOnBagInactiveSharp' -export * from './IconCarryOnBagInactiveSharpFilled' -export * from './IconCarryOnBagQuestionOutlined' -export * from './IconCarryOnBagQuestionOutlinedFilled' -export * from './IconCarryOnBagQuestionRoundedFilled' -export * from './IconCarryOnBagQuestionRounded' -export * from './IconCarryOnBagQuestionSharp' -export * from './IconCarryOnBagQuestionSharpFilled' -export * from './IconCasesOutlinedFilled' -export * from './IconCasesOutlined' -export * from './IconCasesRounded' -export * from './IconCasesRoundedFilled' -export * from './IconCasesSharp' -export * from './IconCasesSharpFilled' -export * from './IconCasinoOutlinedFilled' -export * from './IconCasinoOutlined' -export * from './IconCasinoRounded' -export * from './IconCasinoRoundedFilled' -export * from './IconCasinoSharp' -export * from './IconCasinoSharpFilled' -export * from './IconCastOutlined' -export * from './IconCastOutlinedFilled' -export * from './IconCastRounded' -export * from './IconCastRoundedFilled' -export * from './IconCastSharp' -export * from './IconCastSharpFilled' -export * from './IconCastConnectedOutlinedFilled' -export * from './IconCastConnectedOutlined' -export * from './IconCastConnectedRounded' -export * from './IconCastConnectedRoundedFilled' -export * from './IconCastConnectedSharp' -export * from './IconCastConnectedSharpFilled' -export * from './IconCastForEducationOutlined' -export * from './IconCastForEducationOutlinedFilled' -export * from './IconCastForEducationRounded' -export * from './IconCastForEducationRoundedFilled' -export * from './IconCastForEducationSharpFilled' -export * from './IconCastForEducationSharp' -export * from './IconCastPauseOutlined' -export * from './IconCastPauseOutlinedFilled' -export * from './IconCastPauseRounded' -export * from './IconCastPauseRoundedFilled' -export * from './IconCastPauseSharpFilled' -export * from './IconCastPauseSharp' -export * from './IconCastWarningOutlinedFilled' -export * from './IconCastWarningOutlined' -export * from './IconCastWarningRounded' -export * from './IconCastWarningRoundedFilled' -export * from './IconCastWarningSharp' -export * from './IconCastWarningSharpFilled' -export * from './IconCastleOutlinedFilled' -export * from './IconCastleOutlined' -export * from './IconCastleRounded' -export * from './IconCastleRoundedFilled' -export * from './IconCastleSharp' -export * from './IconCastleSharpFilled' -export * from './IconCategoryOutlinedFilled' -export * from './IconCategoryOutlined' -export * from './IconCategoryRounded' -export * from './IconCategoryRoundedFilled' -export * from './IconCategorySharpFilled' -export * from './IconCategorySharp' -export * from './IconCategorySearchOutlinedFilled' -export * from './IconCategorySearchOutlined' -export * from './IconCategorySearchRounded' -export * from './IconCategorySearchRoundedFilled' -export * from './IconCategorySearchSharp' -export * from './IconCategorySearchSharpFilled' -export * from './IconCelebrationOutlined' -export * from './IconCelebrationOutlinedFilled' -export * from './IconCelebrationRounded' -export * from './IconCelebrationRoundedFilled' -export * from './IconCelebrationSharp' -export * from './IconCelebrationSharpFilled' -export * from './IconCellMergeOutlined' -export * from './IconCellMergeOutlinedFilled' -export * from './IconCellMergeRounded' -export * from './IconCellMergeRoundedFilled' -export * from './IconCellMergeSharp' -export * from './IconCellMergeSharpFilled' -export * from './IconCellTowerOutlined' -export * from './IconCellTowerOutlinedFilled' -export * from './IconCellTowerRounded' -export * from './IconCellTowerRoundedFilled' -export * from './IconCellTowerSharp' -export * from './IconCellTowerSharpFilled' -export * from './IconCellWifiOutlinedFilled' -export * from './IconCellWifiOutlined' -export * from './IconCellWifiRounded' -export * from './IconCellWifiRoundedFilled' -export * from './IconCellWifiSharp' -export * from './IconCellWifiSharpFilled' -export * from './IconCenterFocusStrongOutlined' -export * from './IconCenterFocusStrongOutlinedFilled' -export * from './IconCenterFocusStrongRounded' -export * from './IconCenterFocusStrongRoundedFilled' -export * from './IconCenterFocusStrongSharp' -export * from './IconCenterFocusStrongSharpFilled' -export * from './IconCenterFocusWeakOutlinedFilled' -export * from './IconCenterFocusWeakOutlined' -export * from './IconCenterFocusWeakRounded' -export * from './IconCenterFocusWeakRoundedFilled' -export * from './IconCenterFocusWeakSharp' -export * from './IconCenterFocusWeakSharpFilled' -export * from './IconChairOutlined' -export * from './IconChairOutlinedFilled' -export * from './IconChairRounded' -export * from './IconChairRoundedFilled' -export * from './IconChairSharpFilled' -export * from './IconChairSharp' -export * from './IconChairAltOutlined' -export * from './IconChairAltOutlinedFilled' -export * from './IconChairAltRounded' -export * from './IconChairAltRoundedFilled' -export * from './IconChairAltSharp' -export * from './IconChairAltSharpFilled' -export * from './IconChaletOutlined' -export * from './IconChaletOutlinedFilled' -export * from './IconChaletRounded' -export * from './IconChaletRoundedFilled' -export * from './IconChaletSharp' -export * from './IconChaletSharpFilled' -export * from './IconChangeCircleOutlined' -export * from './IconChangeCircleOutlinedFilled' -export * from './IconChangeCircleRounded' -export * from './IconChangeCircleRoundedFilled' -export * from './IconChangeCircleSharp' -export * from './IconChangeCircleSharpFilled' -export * from './IconChangeHistoryOutlined' -export * from './IconChangeHistoryOutlinedFilled' -export * from './IconChangeHistoryRoundedFilled' -export * from './IconChangeHistoryRounded' -export * from './IconChangeHistorySharp' -export * from './IconChangeHistorySharpFilled' -export * from './IconChargerOutlined' -export * from './IconChargerOutlinedFilled' -export * from './IconChargerRoundedFilled' -export * from './IconChargerRounded' -export * from './IconChargerSharp' -export * from './IconChargerSharpFilled' -export * from './IconChargingStationOutlined' -export * from './IconChargingStationOutlinedFilled' -export * from './IconChargingStationRounded' -export * from './IconChargingStationRoundedFilled' -export * from './IconChargingStationSharp' -export * from './IconChargingStationSharpFilled' -export * from './IconChartDataOutlined' -export * from './IconChartDataOutlinedFilled' -export * from './IconChartDataRoundedFilled' -export * from './IconChartDataRounded' -export * from './IconChartDataSharp' -export * from './IconChartDataSharpFilled' -export * from './IconChatOutlined' -export * from './IconChatOutlinedFilled' -export * from './IconChatRoundedFilled' -export * from './IconChatRounded' -export * from './IconChatSharp' -export * from './IconChatSharpFilled' -export * from './IconChatAddOnOutlined' -export * from './IconChatAddOnOutlinedFilled' -export * from './IconChatAddOnRounded' -export * from './IconChatAddOnRoundedFilled' -export * from './IconChatAddOnSharp' -export * from './IconChatAddOnSharpFilled' -export * from './IconChatAppsScriptOutlined' -export * from './IconChatAppsScriptOutlinedFilled' -export * from './IconChatAppsScriptRounded' -export * from './IconChatAppsScriptRoundedFilled' -export * from './IconChatAppsScriptSharp' -export * from './IconChatAppsScriptSharpFilled' -export * from './IconChatBubbleOutlined' -export * from './IconChatBubbleOutlinedFilled' -export * from './IconChatBubbleRounded' -export * from './IconChatBubbleRoundedFilled' -export * from './IconChatBubbleSharp' -export * from './IconChatBubbleSharpFilled' -export * from './IconChatErrorOutlined' -export * from './IconChatErrorOutlinedFilled' -export * from './IconChatErrorRounded' -export * from './IconChatErrorRoundedFilled' -export * from './IconChatErrorSharpFilled' -export * from './IconChatErrorSharp' -export * from './IconChatInfoOutlinedFilled' -export * from './IconChatInfoOutlined' -export * from './IconChatInfoRoundedFilled' -export * from './IconChatInfoRounded' -export * from './IconChatInfoSharpFilled' -export * from './IconChatInfoSharp' -export * from './IconChatPasteGoOutlined' -export * from './IconChatPasteGoOutlinedFilled' -export * from './IconChatPasteGoRounded' -export * from './IconChatPasteGoRoundedFilled' -export * from './IconChatPasteGoSharp' -export * from './IconChatPasteGoSharpFilled' -export * from './IconCheckOutlined' -export * from './IconCheckOutlinedFilled' -export * from './IconCheckRounded' -export * from './IconCheckRoundedFilled' -export * from './IconCheckSharp' -export * from './IconCheckSharpFilled' -export * from './IconCheckBoxOutlined' -export * from './IconCheckBoxOutlinedFilled' -export * from './IconCheckBoxRounded' -export * from './IconCheckBoxRoundedFilled' -export * from './IconCheckBoxSharp' -export * from './IconCheckBoxSharpFilled' -export * from './IconCheckBoxOutlineBlankOutlined' -export * from './IconCheckBoxOutlineBlankOutlinedFilled' -export * from './IconCheckBoxOutlineBlankRounded' -export * from './IconCheckBoxOutlineBlankRoundedFilled' -export * from './IconCheckBoxOutlineBlankSharp' -export * from './IconCheckBoxOutlineBlankSharpFilled' -export * from './IconCheckCircleOutlinedFilled' -export * from './IconCheckCircleOutlined' -export * from './IconCheckCircleRoundedFilled' -export * from './IconCheckCircleRounded' -export * from './IconCheckCircleSharp' -export * from './IconCheckCircleSharpFilled' -export * from './IconCheckInOutOutlinedFilled' -export * from './IconCheckInOutOutlined' -export * from './IconCheckInOutRounded' -export * from './IconCheckInOutRoundedFilled' -export * from './IconCheckInOutSharp' -export * from './IconCheckInOutSharpFilled' -export * from './IconCheckIndeterminateSmallOutlined' -export * from './IconCheckIndeterminateSmallOutlinedFilled' -export * from './IconCheckIndeterminateSmallRounded' -export * from './IconCheckIndeterminateSmallRoundedFilled' -export * from './IconCheckIndeterminateSmallSharpFilled' -export * from './IconCheckIndeterminateSmallSharp' -export * from './IconCheckSmallOutlined' -export * from './IconCheckSmallOutlinedFilled' -export * from './IconCheckSmallRounded' -export * from './IconCheckSmallRoundedFilled' -export * from './IconCheckSmallSharp' -export * from './IconCheckSmallSharpFilled' -export * from './IconCheckbookOutlined' -export * from './IconCheckbookOutlinedFilled' -export * from './IconCheckbookRoundedFilled' -export * from './IconCheckbookRounded' -export * from './IconCheckbookSharp' -export * from './IconCheckbookSharpFilled' -export * from './IconCheckedBagOutlined' -export * from './IconCheckedBagOutlinedFilled' -export * from './IconCheckedBagRoundedFilled' -export * from './IconCheckedBagRounded' -export * from './IconCheckedBagSharpFilled' -export * from './IconCheckedBagSharp' -export * from './IconCheckedBagQuestionOutlined' -export * from './IconCheckedBagQuestionOutlinedFilled' -export * from './IconCheckedBagQuestionRoundedFilled' -export * from './IconCheckedBagQuestionRounded' -export * from './IconCheckedBagQuestionSharpFilled' -export * from './IconCheckedBagQuestionSharp' -export * from './IconChecklistOutlined' -export * from './IconChecklistOutlinedFilled' -export * from './IconChecklistRounded' -export * from './IconChecklistRoundedFilled' -export * from './IconChecklistSharp' -export * from './IconChecklistSharpFilled' -export * from './IconChecklistRtlOutlined' -export * from './IconChecklistRtlOutlinedFilled' -export * from './IconChecklistRtlRoundedFilled' -export * from './IconChecklistRtlRounded' -export * from './IconChecklistRtlSharp' -export * from './IconChecklistRtlSharpFilled' -export * from './IconCheckroomOutlined' -export * from './IconCheckroomOutlinedFilled' -export * from './IconCheckroomRounded' -export * from './IconCheckroomRoundedFilled' -export * from './IconCheckroomSharpFilled' -export * from './IconCheckroomSharp' -export * from './IconCheerOutlined' -export * from './IconCheerOutlinedFilled' -export * from './IconCheerRoundedFilled' -export * from './IconCheerRounded' -export * from './IconCheerSharpFilled' -export * from './IconCheerSharp' -export * from './IconChessOutlinedFilled' -export * from './IconChessOutlined' -export * from './IconChessRoundedFilled' -export * from './IconChessRounded' -export * from './IconChessSharp' -export * from './IconChessSharpFilled' -export * from './IconChevronBackwardOutlinedFilled' -export * from './IconChevronBackwardOutlined' -export * from './IconChevronBackwardRounded' -export * from './IconChevronBackwardRoundedFilled' -export * from './IconChevronBackwardSharp' -export * from './IconChevronBackwardSharpFilled' -export * from './IconChevronForwardOutlinedFilled' -export * from './IconChevronForwardOutlined' -export * from './IconChevronForwardRounded' -export * from './IconChevronForwardRoundedFilled' -export * from './IconChevronForwardSharp' -export * from './IconChevronForwardSharpFilled' -export * from './IconChevronLeftOutlinedFilled' -export * from './IconChevronLeftOutlined' -export * from './IconChevronLeftRounded' -export * from './IconChevronLeftRoundedFilled' -export * from './IconChevronLeftSharp' -export * from './IconChevronLeftSharpFilled' -export * from './IconChevronRightOutlined' -export * from './IconChevronRightOutlinedFilled' -export * from './IconChevronRightRoundedFilled' -export * from './IconChevronRightRounded' -export * from './IconChevronRightSharp' -export * from './IconChevronRightSharpFilled' -export * from './IconChildCareOutlined' -export * from './IconChildCareOutlinedFilled' -export * from './IconChildCareRounded' -export * from './IconChildCareRoundedFilled' -export * from './IconChildCareSharpFilled' -export * from './IconChildCareSharp' -export * from './IconChildFriendlyOutlined' -export * from './IconChildFriendlyOutlinedFilled' -export * from './IconChildFriendlyRounded' -export * from './IconChildFriendlyRoundedFilled' -export * from './IconChildFriendlySharp' -export * from './IconChildFriendlySharpFilled' -export * from './IconChipExtractionOutlinedFilled' -export * from './IconChipExtractionOutlined' -export * from './IconChipExtractionRounded' -export * from './IconChipExtractionRoundedFilled' -export * from './IconChipExtractionSharp' -export * from './IconChipExtractionSharpFilled' -export * from './IconChipsOutlined' -export * from './IconChipsOutlinedFilled' -export * from './IconChipsRounded' -export * from './IconChipsRoundedFilled' -export * from './IconChipsSharpFilled' -export * from './IconChipsSharp' -export * from './IconChromeReaderModeOutlined' -export * from './IconChromeReaderModeOutlinedFilled' -export * from './IconChromeReaderModeRoundedFilled' -export * from './IconChromeReaderModeRounded' -export * from './IconChromeReaderModeSharp' -export * from './IconChromeReaderModeSharpFilled' -export * from './IconChromecast2Outlined' -export * from './IconChromecast2OutlinedFilled' -export * from './IconChromecast2Rounded' -export * from './IconChromecast2RoundedFilled' -export * from './IconChromecast2SharpFilled' -export * from './IconChromecast2Sharp' -export * from './IconChromecastDeviceOutlined' -export * from './IconChromecastDeviceOutlinedFilled' -export * from './IconChromecastDeviceRounded' -export * from './IconChromecastDeviceRoundedFilled' -export * from './IconChromecastDeviceSharp' -export * from './IconChromecastDeviceSharpFilled' -export * from './IconChronicOutlinedFilled' -export * from './IconChronicOutlined' -export * from './IconChronicRounded' -export * from './IconChronicRoundedFilled' -export * from './IconChronicSharpFilled' -export * from './IconChronicSharp' -export * from './IconChurchOutlined' -export * from './IconChurchOutlinedFilled' -export * from './IconChurchRounded' -export * from './IconChurchRoundedFilled' -export * from './IconChurchSharp' -export * from './IconChurchSharpFilled' -export * from './IconCinematicBlurOutlined' -export * from './IconCinematicBlurOutlinedFilled' -export * from './IconCinematicBlurRounded' -export * from './IconCinematicBlurRoundedFilled' -export * from './IconCinematicBlurSharp' -export * from './IconCinematicBlurSharpFilled' -export * from './IconCircleOutlined' -export * from './IconCircleOutlinedFilled' -export * from './IconCircleRoundedFilled' -export * from './IconCircleRounded' -export * from './IconCircleSharpFilled' -export * from './IconCircleSharp' -export * from './IconCircleNotificationsOutlined' -export * from './IconCircleNotificationsOutlinedFilled' -export * from './IconCircleNotificationsRoundedFilled' -export * from './IconCircleNotificationsRounded' -export * from './IconCircleNotificationsSharpFilled' -export * from './IconCircleNotificationsSharp' -export * from './IconCirclesOutlinedFilled' -export * from './IconCirclesOutlined' -export * from './IconCirclesRoundedFilled' -export * from './IconCirclesRounded' -export * from './IconCirclesSharp' -export * from './IconCirclesSharpFilled' -export * from './IconCirclesExtOutlined' -export * from './IconCirclesExtOutlinedFilled' -export * from './IconCirclesExtRounded' -export * from './IconCirclesExtRoundedFilled' -export * from './IconCirclesExtSharp' -export * from './IconCirclesExtSharpFilled' -export * from './IconClarifyOutlined' -export * from './IconClarifyOutlinedFilled' -export * from './IconClarifyRoundedFilled' -export * from './IconClarifyRounded' -export * from './IconClarifySharp' -export * from './IconClarifySharpFilled' -export * from './IconCleanHandsOutlined' -export * from './IconCleanHandsOutlinedFilled' -export * from './IconCleanHandsRoundedFilled' -export * from './IconCleanHandsRounded' -export * from './IconCleanHandsSharp' -export * from './IconCleanHandsSharpFilled' -export * from './IconCleaningOutlined' -export * from './IconCleaningOutlinedFilled' -export * from './IconCleaningRounded' -export * from './IconCleaningRoundedFilled' -export * from './IconCleaningSharp' -export * from './IconCleaningSharpFilled' -export * from './IconCleaningBucketOutlined' -export * from './IconCleaningBucketOutlinedFilled' -export * from './IconCleaningBucketRoundedFilled' -export * from './IconCleaningBucketRounded' -export * from './IconCleaningBucketSharp' -export * from './IconCleaningBucketSharpFilled' -export * from './IconCleaningServicesOutlined' -export * from './IconCleaningServicesOutlinedFilled' -export * from './IconCleaningServicesRounded' -export * from './IconCleaningServicesRoundedFilled' -export * from './IconCleaningServicesSharp' -export * from './IconCleaningServicesSharpFilled' -export * from './IconClearAllOutlined' -export * from './IconClearAllOutlinedFilled' -export * from './IconClearAllRounded' -export * from './IconClearAllRoundedFilled' -export * from './IconClearAllSharp' -export * from './IconClearAllSharpFilled' -export * from './IconClearDayOutlined' -export * from './IconClearDayOutlinedFilled' -export * from './IconClearDayRounded' -export * from './IconClearDayRoundedFilled' -export * from './IconClearDaySharp' -export * from './IconClearDaySharpFilled' -export * from './IconClimateMiniSplitOutlined' -export * from './IconClimateMiniSplitOutlinedFilled' -export * from './IconClimateMiniSplitRoundedFilled' -export * from './IconClimateMiniSplitRounded' -export * from './IconClimateMiniSplitSharpFilled' -export * from './IconClimateMiniSplitSharp' -export * from './IconClinicalNotesOutlined' -export * from './IconClinicalNotesOutlinedFilled' -export * from './IconClinicalNotesRounded' -export * from './IconClinicalNotesRoundedFilled' -export * from './IconClinicalNotesSharp' -export * from './IconClinicalNotesSharpFilled' -export * from './IconClockLoader10Outlined' -export * from './IconClockLoader10OutlinedFilled' -export * from './IconClockLoader10RoundedFilled' -export * from './IconClockLoader10Rounded' -export * from './IconClockLoader10Sharp' -export * from './IconClockLoader10SharpFilled' -export * from './IconClockLoader20Outlined' -export * from './IconClockLoader20OutlinedFilled' -export * from './IconClockLoader20RoundedFilled' -export * from './IconClockLoader20Rounded' -export * from './IconClockLoader20SharpFilled' -export * from './IconClockLoader20Sharp' -export * from './IconClockLoader40Outlined' -export * from './IconClockLoader40OutlinedFilled' -export * from './IconClockLoader40Rounded' -export * from './IconClockLoader40RoundedFilled' -export * from './IconClockLoader40Sharp' -export * from './IconClockLoader40SharpFilled' -export * from './IconClockLoader60Outlined' -export * from './IconClockLoader60OutlinedFilled' -export * from './IconClockLoader60Rounded' -export * from './IconClockLoader60RoundedFilled' -export * from './IconClockLoader60SharpFilled' -export * from './IconClockLoader60Sharp' -export * from './IconClockLoader80Outlined' -export * from './IconClockLoader80OutlinedFilled' -export * from './IconClockLoader80Rounded' -export * from './IconClockLoader80RoundedFilled' -export * from './IconClockLoader80Sharp' -export * from './IconClockLoader80SharpFilled' -export * from './IconClockLoader90Outlined' -export * from './IconClockLoader90OutlinedFilled' -export * from './IconClockLoader90Rounded' -export * from './IconClockLoader90RoundedFilled' -export * from './IconClockLoader90SharpFilled' -export * from './IconClockLoader90Sharp' -export * from './IconCloseOutlined' -export * from './IconCloseOutlinedFilled' -export * from './IconCloseRoundedFilled' -export * from './IconCloseRounded' -export * from './IconCloseSharp' -export * from './IconCloseSharpFilled' -export * from './IconCloseFullscreenOutlined' -export * from './IconCloseFullscreenOutlinedFilled' -export * from './IconCloseFullscreenRounded' -export * from './IconCloseFullscreenRoundedFilled' -export * from './IconCloseFullscreenSharpFilled' -export * from './IconCloseFullscreenSharp' -export * from './IconCloseSmallOutlined' -export * from './IconCloseSmallOutlinedFilled' -export * from './IconCloseSmallRoundedFilled' -export * from './IconCloseSmallRounded' -export * from './IconCloseSmallSharpFilled' -export * from './IconCloseSmallSharp' -export * from './IconClosedCaptionOutlined' -export * from './IconClosedCaptionOutlinedFilled' -export * from './IconClosedCaptionRounded' -export * from './IconClosedCaptionRoundedFilled' -export * from './IconClosedCaptionSharp' -export * from './IconClosedCaptionSharpFilled' -export * from './IconClosedCaptionAddOutlinedFilled' -export * from './IconClosedCaptionAddOutlined' -export * from './IconClosedCaptionAddRounded' -export * from './IconClosedCaptionAddRoundedFilled' -export * from './IconClosedCaptionAddSharpFilled' -export * from './IconClosedCaptionAddSharp' -export * from './IconClosedCaptionDisabledOutlinedFilled' -export * from './IconClosedCaptionDisabledOutlined' -export * from './IconClosedCaptionDisabledRounded' -export * from './IconClosedCaptionDisabledRoundedFilled' -export * from './IconClosedCaptionDisabledSharp' -export * from './IconClosedCaptionDisabledSharpFilled' -export * from './IconCloudOutlined' -export * from './IconCloudOutlinedFilled' -export * from './IconCloudRounded' -export * from './IconCloudRoundedFilled' -export * from './IconCloudSharpFilled' -export * from './IconCloudSharp' -export * from './IconCloudAlertOutlinedFilled' -export * from './IconCloudAlertOutlined' -export * from './IconCloudAlertRoundedFilled' -export * from './IconCloudAlertRounded' -export * from './IconCloudAlertSharp' -export * from './IconCloudAlertSharpFilled' -export * from './IconCloudCircleOutlinedFilled' -export * from './IconCloudCircleOutlined' -export * from './IconCloudCircleRoundedFilled' -export * from './IconCloudCircleRounded' -export * from './IconCloudCircleSharp' -export * from './IconCloudCircleSharpFilled' -export * from './IconCloudDoneOutlined' -export * from './IconCloudDoneOutlinedFilled' -export * from './IconCloudDoneRounded' -export * from './IconCloudDoneRoundedFilled' -export * from './IconCloudDoneSharp' -export * from './IconCloudDoneSharpFilled' -export * from './IconCloudDownloadOutlined' -export * from './IconCloudDownloadOutlinedFilled' -export * from './IconCloudDownloadRounded' -export * from './IconCloudDownloadRoundedFilled' -export * from './IconCloudDownloadSharpFilled' -export * from './IconCloudDownloadSharp' -export * from './IconCloudOffOutlinedFilled' -export * from './IconCloudOffOutlined' -export * from './IconCloudOffRounded' -export * from './IconCloudOffRoundedFilled' -export * from './IconCloudOffSharp' -export * from './IconCloudOffSharpFilled' -export * from './IconCloudSyncOutlined' -export * from './IconCloudSyncOutlinedFilled' -export * from './IconCloudSyncRoundedFilled' -export * from './IconCloudSyncRounded' -export * from './IconCloudSyncSharp' -export * from './IconCloudSyncSharpFilled' -export * from './IconCloudUploadOutlinedFilled' -export * from './IconCloudUploadOutlined' -export * from './IconCloudUploadRounded' -export * from './IconCloudUploadRoundedFilled' -export * from './IconCloudUploadSharp' -export * from './IconCloudUploadSharpFilled' -export * from './IconCloudySnowingOutlinedFilled' -export * from './IconCloudySnowingOutlined' -export * from './IconCloudySnowingRoundedFilled' -export * from './IconCloudySnowingRounded' -export * from './IconCloudySnowingSharp' -export * from './IconCloudySnowingSharpFilled' -export * from './IconCo2Outlined' -export * from './IconCo2OutlinedFilled' -export * from './IconCo2RoundedFilled' -export * from './IconCo2Rounded' -export * from './IconCo2Sharp' -export * from './IconCo2SharpFilled' -export * from './IconCoPresentOutlined' -export * from './IconCoPresentOutlinedFilled' -export * from './IconCoPresentRoundedFilled' -export * from './IconCoPresentRounded' -export * from './IconCoPresentSharpFilled' -export * from './IconCoPresentSharp' -export * from './IconCodeOutlined' -export * from './IconCodeOutlinedFilled' -export * from './IconCodeRounded' -export * from './IconCodeRoundedFilled' -export * from './IconCodeSharp' -export * from './IconCodeSharpFilled' -export * from './IconCodeBlocksOutlined' -export * from './IconCodeBlocksOutlinedFilled' -export * from './IconCodeBlocksRounded' -export * from './IconCodeBlocksRoundedFilled' -export * from './IconCodeBlocksSharp' -export * from './IconCodeBlocksSharpFilled' -export * from './IconCodeOffOutlined' -export * from './IconCodeOffOutlinedFilled' -export * from './IconCodeOffRounded' -export * from './IconCodeOffRoundedFilled' -export * from './IconCodeOffSharp' -export * from './IconCodeOffSharpFilled' -export * from './IconCoffeeOutlined' -export * from './IconCoffeeOutlinedFilled' -export * from './IconCoffeeRounded' -export * from './IconCoffeeRoundedFilled' -export * from './IconCoffeeSharp' -export * from './IconCoffeeSharpFilled' -export * from './IconCoffeeMakerOutlined' -export * from './IconCoffeeMakerOutlinedFilled' -export * from './IconCoffeeMakerRounded' -export * from './IconCoffeeMakerRoundedFilled' -export * from './IconCoffeeMakerSharp' -export * from './IconCoffeeMakerSharpFilled' -export * from './IconCognitionOutlined' -export * from './IconCognitionOutlinedFilled' -export * from './IconCognitionRounded' -export * from './IconCognitionRoundedFilled' -export * from './IconCognitionSharpFilled' -export * from './IconCognitionSharp' -export * from './IconCollapseAllOutlined' -export * from './IconCollapseAllOutlinedFilled' -export * from './IconCollapseAllRounded' -export * from './IconCollapseAllRoundedFilled' -export * from './IconCollapseAllSharpFilled' -export * from './IconCollapseAllSharp' -export * from './IconCollapseContentOutlined' -export * from './IconCollapseContentOutlinedFilled' -export * from './IconCollapseContentRoundedFilled' -export * from './IconCollapseContentRounded' -export * from './IconCollapseContentSharp' -export * from './IconCollapseContentSharpFilled' -export * from './IconCollectionsBookmarkOutlinedFilled' -export * from './IconCollectionsBookmarkOutlined' -export * from './IconCollectionsBookmarkRoundedFilled' -export * from './IconCollectionsBookmarkRounded' -export * from './IconCollectionsBookmarkSharp' -export * from './IconCollectionsBookmarkSharpFilled' -export * from './IconColorizeOutlined' -export * from './IconColorizeOutlinedFilled' -export * from './IconColorizeRounded' -export * from './IconColorizeRoundedFilled' -export * from './IconColorizeSharp' -export * from './IconColorizeSharpFilled' -export * from './IconColorsOutlined' -export * from './IconColorsOutlinedFilled' -export * from './IconColorsRounded' -export * from './IconColorsRoundedFilled' -export * from './IconColorsSharpFilled' -export * from './IconColorsSharp' -export * from './IconCombineColumnsOutlined' -export * from './IconCombineColumnsOutlinedFilled' -export * from './IconCombineColumnsRounded' -export * from './IconCombineColumnsRoundedFilled' -export * from './IconCombineColumnsSharpFilled' -export * from './IconCombineColumnsSharp' -export * from './IconComedyMaskOutlined' -export * from './IconComedyMaskOutlinedFilled' -export * from './IconComedyMaskRounded' -export * from './IconComedyMaskRoundedFilled' -export * from './IconComedyMaskSharpFilled' -export * from './IconComedyMaskSharp' -export * from './IconComicBubbleOutlinedFilled' -export * from './IconComicBubbleOutlined' -export * from './IconComicBubbleRoundedFilled' -export * from './IconComicBubbleRounded' -export * from './IconComicBubbleSharpFilled' -export * from './IconComicBubbleSharp' -export * from './IconCommentOutlined' -export * from './IconCommentOutlinedFilled' -export * from './IconCommentRounded' -export * from './IconCommentRoundedFilled' -export * from './IconCommentSharp' -export * from './IconCommentSharpFilled' -export * from './IconCommentBankOutlined' -export * from './IconCommentBankOutlinedFilled' -export * from './IconCommentBankRounded' -export * from './IconCommentBankRoundedFilled' -export * from './IconCommentBankSharp' -export * from './IconCommentBankSharpFilled' -export * from './IconCommentsDisabledOutlined' -export * from './IconCommentsDisabledOutlinedFilled' -export * from './IconCommentsDisabledRounded' -export * from './IconCommentsDisabledRoundedFilled' -export * from './IconCommentsDisabledSharp' -export * from './IconCommentsDisabledSharpFilled' -export * from './IconCommitOutlinedFilled' -export * from './IconCommitOutlined' -export * from './IconCommitRounded' -export * from './IconCommitRoundedFilled' -export * from './IconCommitSharp' -export * from './IconCommitSharpFilled' -export * from './IconCommunicationOutlined' -export * from './IconCommunicationOutlinedFilled' -export * from './IconCommunicationRoundedFilled' -export * from './IconCommunicationRounded' -export * from './IconCommunicationSharp' -export * from './IconCommunicationSharpFilled' -export * from './IconCommunitiesOutlined' -export * from './IconCommunitiesOutlinedFilled' -export * from './IconCommunitiesRounded' -export * from './IconCommunitiesRoundedFilled' -export * from './IconCommunitiesSharp' -export * from './IconCommunitiesSharpFilled' -export * from './IconCommuteOutlined' -export * from './IconCommuteOutlinedFilled' -export * from './IconCommuteRounded' -export * from './IconCommuteRoundedFilled' -export * from './IconCommuteSharp' -export * from './IconCommuteSharpFilled' -export * from './IconCompareOutlinedFilled' -export * from './IconCompareOutlined' -export * from './IconCompareRounded' -export * from './IconCompareRoundedFilled' -export * from './IconCompareSharp' -export * from './IconCompareSharpFilled' -export * from './IconCompareArrowsOutlinedFilled' -export * from './IconCompareArrowsOutlined' -export * from './IconCompareArrowsRounded' -export * from './IconCompareArrowsRoundedFilled' -export * from './IconCompareArrowsSharpFilled' -export * from './IconCompareArrowsSharp' -export * from './IconCompassCalibrationOutlined' -export * from './IconCompassCalibrationOutlinedFilled' -export * from './IconCompassCalibrationRoundedFilled' -export * from './IconCompassCalibrationRounded' -export * from './IconCompassCalibrationSharp' -export * from './IconCompassCalibrationSharpFilled' -export * from './IconComponentExchangeOutlined' -export * from './IconComponentExchangeOutlinedFilled' -export * from './IconComponentExchangeRounded' -export * from './IconComponentExchangeRoundedFilled' -export * from './IconComponentExchangeSharp' -export * from './IconComponentExchangeSharpFilled' -export * from './IconCompostOutlinedFilled' -export * from './IconCompostOutlined' -export * from './IconCompostRoundedFilled' -export * from './IconCompostRounded' -export * from './IconCompostSharpFilled' -export * from './IconCompostSharp' -export * from './IconCompressOutlined' -export * from './IconCompressOutlinedFilled' -export * from './IconCompressRounded' -export * from './IconCompressRoundedFilled' -export * from './IconCompressSharp' -export * from './IconCompressSharpFilled' -export * from './IconComputerOutlinedFilled' -export * from './IconComputerOutlined' -export * from './IconComputerRounded' -export * from './IconComputerRoundedFilled' -export * from './IconComputerSharp' -export * from './IconComputerSharpFilled' -export * from './IconConciergeOutlined' -export * from './IconConciergeOutlinedFilled' -export * from './IconConciergeRounded' -export * from './IconConciergeRoundedFilled' -export * from './IconConciergeSharp' -export * from './IconConciergeSharpFilled' -export * from './IconConditionsOutlined' -export * from './IconConditionsOutlinedFilled' -export * from './IconConditionsRounded' -export * from './IconConditionsRoundedFilled' -export * from './IconConditionsSharpFilled' -export * from './IconConditionsSharp' -export * from './IconConfirmationNumberOutlined' -export * from './IconConfirmationNumberOutlinedFilled' -export * from './IconConfirmationNumberRoundedFilled' -export * from './IconConfirmationNumberRounded' -export * from './IconConfirmationNumberSharpFilled' -export * from './IconConfirmationNumberSharp' -export * from './IconCongenitalOutlinedFilled' -export * from './IconCongenitalOutlined' -export * from './IconCongenitalRounded' -export * from './IconCongenitalRoundedFilled' -export * from './IconCongenitalSharp' -export * from './IconCongenitalSharpFilled' -export * from './IconConnectWithoutContactOutlined' -export * from './IconConnectWithoutContactOutlinedFilled' -export * from './IconConnectWithoutContactRounded' -export * from './IconConnectWithoutContactRoundedFilled' -export * from './IconConnectWithoutContactSharp' -export * from './IconConnectWithoutContactSharpFilled' -export * from './IconConnectedTvOutlined' -export * from './IconConnectedTvOutlinedFilled' -export * from './IconConnectedTvRounded' -export * from './IconConnectedTvRoundedFilled' -export * from './IconConnectedTvSharpFilled' -export * from './IconConnectedTvSharp' -export * from './IconConnectingAirportsOutlinedFilled' -export * from './IconConnectingAirportsOutlined' -export * from './IconConnectingAirportsRounded' -export * from './IconConnectingAirportsRoundedFilled' -export * from './IconConnectingAirportsSharpFilled' -export * from './IconConnectingAirportsSharp' -export * from './IconConstructionOutlined' -export * from './IconConstructionOutlinedFilled' -export * from './IconConstructionRoundedFilled' -export * from './IconConstructionRounded' -export * from './IconConstructionSharpFilled' -export * from './IconConstructionSharp' -export * from './IconContactEmergencyOutlinedFilled' -export * from './IconContactEmergencyOutlined' -export * from './IconContactEmergencyRounded' -export * from './IconContactEmergencyRoundedFilled' -export * from './IconContactEmergencySharpFilled' -export * from './IconContactEmergencySharp' -export * from './IconContactMailOutlined' -export * from './IconContactMailOutlinedFilled' -export * from './IconContactMailRoundedFilled' -export * from './IconContactMailRounded' -export * from './IconContactMailSharpFilled' -export * from './IconContactMailSharp' -export * from './IconContactPageOutlinedFilled' -export * from './IconContactPageOutlined' -export * from './IconContactPageRounded' -export * from './IconContactPageRoundedFilled' -export * from './IconContactPageSharp' -export * from './IconContactPageSharpFilled' -export * from './IconContactPhoneOutlinedFilled' -export * from './IconContactPhoneOutlined' -export * from './IconContactPhoneRoundedFilled' -export * from './IconContactPhoneRounded' -export * from './IconContactPhoneSharp' -export * from './IconContactPhoneSharpFilled' -export * from './IconContactSupportOutlinedFilled' -export * from './IconContactSupportOutlined' -export * from './IconContactSupportRounded' -export * from './IconContactSupportRoundedFilled' -export * from './IconContactSupportSharp' -export * from './IconContactSupportSharpFilled' -export * from './IconContactlessOutlined' -export * from './IconContactlessOutlinedFilled' -export * from './IconContactlessRounded' -export * from './IconContactlessRoundedFilled' -export * from './IconContactlessSharp' -export * from './IconContactlessSharpFilled' -export * from './IconContactlessOffOutlinedFilled' -export * from './IconContactlessOffOutlined' -export * from './IconContactlessOffRounded' -export * from './IconContactlessOffRoundedFilled' -export * from './IconContactlessOffSharp' -export * from './IconContactlessOffSharpFilled' -export * from './IconContactsOutlined' -export * from './IconContactsOutlinedFilled' -export * from './IconContactsRoundedFilled' -export * from './IconContactsRounded' -export * from './IconContactsSharp' -export * from './IconContactsSharpFilled' -export * from './IconContactsProductOutlinedFilled' -export * from './IconContactsProductOutlined' -export * from './IconContactsProductRoundedFilled' -export * from './IconContactsProductRounded' -export * from './IconContactsProductSharp' -export * from './IconContactsProductSharpFilled' -export * from './IconContentCopyOutlinedFilled' -export * from './IconContentCopyOutlined' -export * from './IconContentCopyRounded' -export * from './IconContentCopyRoundedFilled' -export * from './IconContentCopySharp' -export * from './IconContentCopySharpFilled' -export * from './IconContentCutOutlined' -export * from './IconContentCutOutlinedFilled' -export * from './IconContentCutRounded' -export * from './IconContentCutRoundedFilled' -export * from './IconContentCutSharp' -export * from './IconContentCutSharpFilled' -export * from './IconContentPasteOutlined' -export * from './IconContentPasteOutlinedFilled' -export * from './IconContentPasteRoundedFilled' -export * from './IconContentPasteRounded' -export * from './IconContentPasteSharp' -export * from './IconContentPasteSharpFilled' -export * from './IconContentPasteGoOutlined' -export * from './IconContentPasteGoOutlinedFilled' -export * from './IconContentPasteGoRoundedFilled' -export * from './IconContentPasteGoRounded' -export * from './IconContentPasteGoSharp' -export * from './IconContentPasteGoSharpFilled' -export * from './IconContentPasteOffOutlinedFilled' -export * from './IconContentPasteOffOutlined' -export * from './IconContentPasteOffRounded' -export * from './IconContentPasteOffRoundedFilled' -export * from './IconContentPasteOffSharpFilled' -export * from './IconContentPasteOffSharp' -export * from './IconContentPasteSearchOutlinedFilled' -export * from './IconContentPasteSearchOutlined' -export * from './IconContentPasteSearchRoundedFilled' -export * from './IconContentPasteSearchRounded' -export * from './IconContentPasteSearchSharp' -export * from './IconContentPasteSearchSharpFilled' -export * from './IconContextualTokenOutlinedFilled' -export * from './IconContextualTokenOutlined' -export * from './IconContextualTokenRounded' -export * from './IconContextualTokenRoundedFilled' -export * from './IconContextualTokenSharp' -export * from './IconContextualTokenSharpFilled' -export * from './IconContextualTokenAddOutlined' -export * from './IconContextualTokenAddOutlinedFilled' -export * from './IconContextualTokenAddRounded' -export * from './IconContextualTokenAddRoundedFilled' -export * from './IconContextualTokenAddSharp' -export * from './IconContextualTokenAddSharpFilled' -export * from './IconContractOutlined' -export * from './IconContractOutlinedFilled' -export * from './IconContractRounded' -export * from './IconContractRoundedFilled' -export * from './IconContractSharpFilled' -export * from './IconContractSharp' -export * from './IconContractDeleteOutlined' -export * from './IconContractDeleteOutlinedFilled' -export * from './IconContractDeleteRounded' -export * from './IconContractDeleteRoundedFilled' -export * from './IconContractDeleteSharpFilled' -export * from './IconContractDeleteSharp' -export * from './IconContractEditOutlinedFilled' -export * from './IconContractEditOutlined' -export * from './IconContractEditRounded' -export * from './IconContractEditRoundedFilled' -export * from './IconContractEditSharp' -export * from './IconContractEditSharpFilled' -export * from './IconContrastOutlined' -export * from './IconContrastOutlinedFilled' -export * from './IconContrastRounded' -export * from './IconContrastRoundedFilled' -export * from './IconContrastSharp' -export * from './IconContrastSharpFilled' -export * from './IconContrastCircleOutlined' -export * from './IconContrastCircleOutlinedFilled' -export * from './IconContrastCircleRounded' -export * from './IconContrastCircleRoundedFilled' -export * from './IconContrastCircleSharp' -export * from './IconContrastCircleSharpFilled' -export * from './IconContrastRtlOffOutlined' -export * from './IconContrastRtlOffOutlinedFilled' -export * from './IconContrastRtlOffRoundedFilled' -export * from './IconContrastRtlOffRounded' -export * from './IconContrastRtlOffSharp' -export * from './IconContrastRtlOffSharpFilled' -export * from './IconContrastSquareOutlined' -export * from './IconContrastSquareOutlinedFilled' -export * from './IconContrastSquareRounded' -export * from './IconContrastSquareRoundedFilled' -export * from './IconContrastSquareSharp' -export * from './IconContrastSquareSharpFilled' -export * from './IconControlCameraOutlinedFilled' -export * from './IconControlCameraOutlined' -export * from './IconControlCameraRounded' -export * from './IconControlCameraRoundedFilled' -export * from './IconControlCameraSharp' -export * from './IconControlCameraSharpFilled' -export * from './IconControlPointDuplicateOutlined' -export * from './IconControlPointDuplicateOutlinedFilled' -export * from './IconControlPointDuplicateRoundedFilled' -export * from './IconControlPointDuplicateRounded' -export * from './IconControlPointDuplicateSharp' -export * from './IconControlPointDuplicateSharpFilled' -export * from './IconControllerGenOutlined' -export * from './IconControllerGenOutlinedFilled' -export * from './IconControllerGenRoundedFilled' -export * from './IconControllerGenRounded' -export * from './IconControllerGenSharp' -export * from './IconControllerGenSharpFilled' -export * from './IconConversionPathOutlined' -export * from './IconConversionPathOutlinedFilled' -export * from './IconConversionPathRounded' -export * from './IconConversionPathRoundedFilled' -export * from './IconConversionPathSharp' -export * from './IconConversionPathSharpFilled' -export * from './IconConversionPathOffOutlined' -export * from './IconConversionPathOffOutlinedFilled' -export * from './IconConversionPathOffRounded' -export * from './IconConversionPathOffRoundedFilled' -export * from './IconConversionPathOffSharpFilled' -export * from './IconConversionPathOffSharp' -export * from './IconConvertToTextOutlined' -export * from './IconConvertToTextOutlinedFilled' -export * from './IconConvertToTextRounded' -export * from './IconConvertToTextRoundedFilled' -export * from './IconConvertToTextSharpFilled' -export * from './IconConvertToTextSharp' -export * from './IconConveyorBeltOutlined' -export * from './IconConveyorBeltOutlinedFilled' -export * from './IconConveyorBeltRoundedFilled' -export * from './IconConveyorBeltRounded' -export * from './IconConveyorBeltSharp' -export * from './IconConveyorBeltSharpFilled' -export * from './IconCookieOutlined' -export * from './IconCookieOutlinedFilled' -export * from './IconCookieRounded' -export * from './IconCookieRoundedFilled' -export * from './IconCookieSharpFilled' -export * from './IconCookieSharp' -export * from './IconCookieOffOutlined' -export * from './IconCookieOffOutlinedFilled' -export * from './IconCookieOffRounded' -export * from './IconCookieOffRoundedFilled' -export * from './IconCookieOffSharp' -export * from './IconCookieOffSharpFilled' -export * from './IconCookingOutlined' -export * from './IconCookingOutlinedFilled' -export * from './IconCookingRounded' -export * from './IconCookingRoundedFilled' -export * from './IconCookingSharpFilled' -export * from './IconCookingSharp' -export * from './IconCoolToDryOutlinedFilled' -export * from './IconCoolToDryOutlined' -export * from './IconCoolToDryRounded' -export * from './IconCoolToDryRoundedFilled' -export * from './IconCoolToDrySharp' -export * from './IconCoolToDrySharpFilled' -export * from './IconCopyAllOutlined' -export * from './IconCopyAllOutlinedFilled' -export * from './IconCopyAllRounded' -export * from './IconCopyAllRoundedFilled' -export * from './IconCopyAllSharp' -export * from './IconCopyAllSharpFilled' -export * from './IconCopyrightOutlinedFilled' -export * from './IconCopyrightOutlined' -export * from './IconCopyrightRounded' -export * from './IconCopyrightRoundedFilled' -export * from './IconCopyrightSharp' -export * from './IconCopyrightSharpFilled' -export * from './IconCoronavirusOutlined' -export * from './IconCoronavirusOutlinedFilled' -export * from './IconCoronavirusRounded' -export * from './IconCoronavirusRoundedFilled' -export * from './IconCoronavirusSharp' -export * from './IconCoronavirusSharpFilled' -export * from './IconCorporateFareOutlined' -export * from './IconCorporateFareOutlinedFilled' -export * from './IconCorporateFareRounded' -export * from './IconCorporateFareRoundedFilled' -export * from './IconCorporateFareSharp' -export * from './IconCorporateFareSharpFilled' -export * from './IconCottageOutlinedFilled' -export * from './IconCottageOutlined' -export * from './IconCottageRounded' -export * from './IconCottageRoundedFilled' -export * from './IconCottageSharp' -export * from './IconCottageSharpFilled' -export * from './IconCounter0OutlinedFilled' -export * from './IconCounter0Outlined' -export * from './IconCounter0Rounded' -export * from './IconCounter0RoundedFilled' -export * from './IconCounter0Sharp' -export * from './IconCounter0SharpFilled' -export * from './IconCounter1OutlinedFilled' -export * from './IconCounter1Outlined' -export * from './IconCounter1RoundedFilled' -export * from './IconCounter1Rounded' -export * from './IconCounter1Sharp' -export * from './IconCounter1SharpFilled' -export * from './IconCounter2Outlined' -export * from './IconCounter2OutlinedFilled' -export * from './IconCounter2Rounded' -export * from './IconCounter2RoundedFilled' -export * from './IconCounter2Sharp' -export * from './IconCounter2SharpFilled' -export * from './IconCounter3Outlined' -export * from './IconCounter3OutlinedFilled' -export * from './IconCounter3Rounded' -export * from './IconCounter3RoundedFilled' -export * from './IconCounter3SharpFilled' -export * from './IconCounter3Sharp' -export * from './IconCounter4Outlined' -export * from './IconCounter4OutlinedFilled' -export * from './IconCounter4Rounded' -export * from './IconCounter4RoundedFilled' -export * from './IconCounter4Sharp' -export * from './IconCounter4SharpFilled' -export * from './IconCounter5Outlined' -export * from './IconCounter5OutlinedFilled' -export * from './IconCounter5Rounded' -export * from './IconCounter5RoundedFilled' -export * from './IconCounter5SharpFilled' -export * from './IconCounter5Sharp' -export * from './IconCounter6Outlined' -export * from './IconCounter6OutlinedFilled' -export * from './IconCounter6Rounded' -export * from './IconCounter6RoundedFilled' -export * from './IconCounter6SharpFilled' -export * from './IconCounter6Sharp' -export * from './IconCounter7OutlinedFilled' -export * from './IconCounter7Outlined' -export * from './IconCounter7Rounded' -export * from './IconCounter7RoundedFilled' -export * from './IconCounter7Sharp' -export * from './IconCounter7SharpFilled' -export * from './IconCounter8OutlinedFilled' -export * from './IconCounter8Outlined' -export * from './IconCounter8RoundedFilled' -export * from './IconCounter8Rounded' -export * from './IconCounter8Sharp' -export * from './IconCounter8SharpFilled' -export * from './IconCounter9Outlined' -export * from './IconCounter9OutlinedFilled' -export * from './IconCounter9RoundedFilled' -export * from './IconCounter9Rounded' -export * from './IconCounter9Sharp' -export * from './IconCounter9SharpFilled' -export * from './IconCountertopsOutlinedFilled' -export * from './IconCountertopsOutlined' -export * from './IconCountertopsRoundedFilled' -export * from './IconCountertopsRounded' -export * from './IconCountertopsSharp' -export * from './IconCountertopsSharpFilled' -export * from './IconCreateNewFolderOutlined' -export * from './IconCreateNewFolderOutlinedFilled' -export * from './IconCreateNewFolderRounded' -export * from './IconCreateNewFolderRoundedFilled' -export * from './IconCreateNewFolderSharpFilled' -export * from './IconCreateNewFolderSharp' -export * from './IconCreditCardOutlined' -export * from './IconCreditCardOutlinedFilled' -export * from './IconCreditCardRounded' -export * from './IconCreditCardRoundedFilled' -export * from './IconCreditCardSharp' -export * from './IconCreditCardSharpFilled' -export * from './IconCreditCardClockOutlined' -export * from './IconCreditCardClockOutlinedFilled' -export * from './IconCreditCardClockRounded' -export * from './IconCreditCardClockRoundedFilled' -export * from './IconCreditCardClockSharpFilled' -export * from './IconCreditCardClockSharp' -export * from './IconCreditCardGearOutlined' -export * from './IconCreditCardGearOutlinedFilled' -export * from './IconCreditCardGearRounded' -export * from './IconCreditCardGearRoundedFilled' -export * from './IconCreditCardGearSharp' -export * from './IconCreditCardGearSharpFilled' -export * from './IconCreditCardHeartOutlined' -export * from './IconCreditCardHeartOutlinedFilled' -export * from './IconCreditCardHeartRounded' -export * from './IconCreditCardHeartRoundedFilled' -export * from './IconCreditCardHeartSharp' -export * from './IconCreditCardHeartSharpFilled' -export * from './IconCreditCardOffOutlinedFilled' -export * from './IconCreditCardOffOutlined' -export * from './IconCreditCardOffRounded' -export * from './IconCreditCardOffRoundedFilled' -export * from './IconCreditCardOffSharp' -export * from './IconCreditCardOffSharpFilled' -export * from './IconCreditScoreOutlinedFilled' -export * from './IconCreditScoreOutlined' -export * from './IconCreditScoreRounded' -export * from './IconCreditScoreRoundedFilled' -export * from './IconCreditScoreSharp' -export * from './IconCreditScoreSharpFilled' -export * from './IconCribOutlined' -export * from './IconCribOutlinedFilled' -export * from './IconCribRoundedFilled' -export * from './IconCribRounded' -export * from './IconCribSharp' -export * from './IconCribSharpFilled' -export * from './IconCrisisAlertOutlined' -export * from './IconCrisisAlertOutlinedFilled' -export * from './IconCrisisAlertRounded' -export * from './IconCrisisAlertRoundedFilled' -export * from './IconCrisisAlertSharpFilled' -export * from './IconCrisisAlertSharp' -export * from './IconCropOutlined' -export * from './IconCropOutlinedFilled' -export * from './IconCropRounded' -export * from './IconCropRoundedFilled' -export * from './IconCropSharp' -export * from './IconCropSharpFilled' -export * from './IconCrop169OutlinedFilled' -export * from './IconCrop169Outlined' -export * from './IconCrop169Rounded' -export * from './IconCrop169RoundedFilled' -export * from './IconCrop169SharpFilled' -export * from './IconCrop169Sharp' -export * from './IconCrop32Outlined' -export * from './IconCrop32OutlinedFilled' -export * from './IconCrop32Rounded' -export * from './IconCrop32RoundedFilled' -export * from './IconCrop32SharpFilled' -export * from './IconCrop32Sharp' -export * from './IconCrop54Outlined' -export * from './IconCrop54OutlinedFilled' -export * from './IconCrop54Rounded' -export * from './IconCrop54RoundedFilled' -export * from './IconCrop54SharpFilled' -export * from './IconCrop54Sharp' -export * from './IconCrop75OutlinedFilled' -export * from './IconCrop75Outlined' -export * from './IconCrop75Rounded' -export * from './IconCrop75RoundedFilled' -export * from './IconCrop75Sharp' -export * from './IconCrop75SharpFilled' -export * from './IconCrop916OutlinedFilled' -export * from './IconCrop916Outlined' -export * from './IconCrop916RoundedFilled' -export * from './IconCrop916Rounded' -export * from './IconCrop916Sharp' -export * from './IconCrop916SharpFilled' -export * from './IconCropFreeOutlined' -export * from './IconCropFreeOutlinedFilled' -export * from './IconCropFreeRoundedFilled' -export * from './IconCropFreeRounded' -export * from './IconCropFreeSharpFilled' -export * from './IconCropFreeSharp' -export * from './IconCropLandscapeOutlined' -export * from './IconCropLandscapeOutlinedFilled' -export * from './IconCropLandscapeRounded' -export * from './IconCropLandscapeRoundedFilled' -export * from './IconCropLandscapeSharpFilled' -export * from './IconCropLandscapeSharp' -export * from './IconCropPortraitOutlined' -export * from './IconCropPortraitOutlinedFilled' -export * from './IconCropPortraitRounded' -export * from './IconCropPortraitRoundedFilled' -export * from './IconCropPortraitSharp' -export * from './IconCropPortraitSharpFilled' -export * from './IconCropRotateOutlinedFilled' -export * from './IconCropRotateOutlined' -export * from './IconCropRotateRoundedFilled' -export * from './IconCropRotateRounded' -export * from './IconCropRotateSharp' -export * from './IconCropRotateSharpFilled' -export * from './IconCropSquareOutlined' -export * from './IconCropSquareOutlinedFilled' -export * from './IconCropSquareRounded' -export * from './IconCropSquareRoundedFilled' -export * from './IconCropSquareSharp' -export * from './IconCropSquareSharpFilled' -export * from './IconCrosswordOutlinedFilled' -export * from './IconCrosswordOutlined' -export * from './IconCrosswordRounded' -export * from './IconCrosswordRoundedFilled' -export * from './IconCrosswordSharpFilled' -export * from './IconCrosswordSharp' -export * from './IconCrowdsourceOutlined' -export * from './IconCrowdsourceOutlinedFilled' -export * from './IconCrowdsourceRounded' -export * from './IconCrowdsourceRoundedFilled' -export * from './IconCrowdsourceSharp' -export * from './IconCrowdsourceSharpFilled' -export * from './IconCrueltyFreeOutlinedFilled' -export * from './IconCrueltyFreeOutlined' -export * from './IconCrueltyFreeRounded' -export * from './IconCrueltyFreeRoundedFilled' -export * from './IconCrueltyFreeSharp' -export * from './IconCrueltyFreeSharpFilled' -export * from './IconCssOutlinedFilled' -export * from './IconCssOutlined' -export * from './IconCssRounded' -export * from './IconCssRoundedFilled' -export * from './IconCssSharp' -export * from './IconCssSharpFilled' -export * from './IconCsvOutlined' -export * from './IconCsvOutlinedFilled' -export * from './IconCsvRoundedFilled' -export * from './IconCsvRounded' -export * from './IconCsvSharpFilled' -export * from './IconCsvSharp' -export * from './IconCurrencyBitcoinOutlined' -export * from './IconCurrencyBitcoinOutlinedFilled' -export * from './IconCurrencyBitcoinRounded' -export * from './IconCurrencyBitcoinRoundedFilled' -export * from './IconCurrencyBitcoinSharp' -export * from './IconCurrencyBitcoinSharpFilled' -export * from './IconCurrencyExchangeOutlined' -export * from './IconCurrencyExchangeOutlinedFilled' -export * from './IconCurrencyExchangeRounded' -export * from './IconCurrencyExchangeRoundedFilled' -export * from './IconCurrencyExchangeSharp' -export * from './IconCurrencyExchangeSharpFilled' -export * from './IconCurrencyFrancOutlinedFilled' -export * from './IconCurrencyFrancOutlined' -export * from './IconCurrencyFrancRounded' -export * from './IconCurrencyFrancRoundedFilled' -export * from './IconCurrencyFrancSharp' -export * from './IconCurrencyFrancSharpFilled' -export * from './IconCurrencyLiraOutlinedFilled' -export * from './IconCurrencyLiraOutlined' -export * from './IconCurrencyLiraRoundedFilled' -export * from './IconCurrencyLiraRounded' -export * from './IconCurrencyLiraSharp' -export * from './IconCurrencyLiraSharpFilled' -export * from './IconCurrencyPoundOutlinedFilled' -export * from './IconCurrencyPoundOutlined' -export * from './IconCurrencyPoundRounded' -export * from './IconCurrencyPoundRoundedFilled' -export * from './IconCurrencyPoundSharpFilled' -export * from './IconCurrencyPoundSharp' -export * from './IconCurrencyRubleOutlinedFilled' -export * from './IconCurrencyRubleOutlined' -export * from './IconCurrencyRubleRounded' -export * from './IconCurrencyRubleRoundedFilled' -export * from './IconCurrencyRubleSharpFilled' -export * from './IconCurrencyRubleSharp' -export * from './IconCurrencyRupeeOutlined' -export * from './IconCurrencyRupeeOutlinedFilled' -export * from './IconCurrencyRupeeRounded' -export * from './IconCurrencyRupeeRoundedFilled' -export * from './IconCurrencyRupeeSharp' -export * from './IconCurrencyRupeeSharpFilled' -export * from './IconCurrencyRupeeCircleOutlinedFilled' -export * from './IconCurrencyRupeeCircleOutlined' -export * from './IconCurrencyRupeeCircleRounded' -export * from './IconCurrencyRupeeCircleRoundedFilled' -export * from './IconCurrencyRupeeCircleSharp' -export * from './IconCurrencyRupeeCircleSharpFilled' -export * from './IconCurrencyYenOutlined' -export * from './IconCurrencyYenOutlinedFilled' -export * from './IconCurrencyYenRounded' -export * from './IconCurrencyYenRoundedFilled' -export * from './IconCurrencyYenSharpFilled' -export * from './IconCurrencyYenSharp' -export * from './IconCurrencyYuanOutlined' -export * from './IconCurrencyYuanOutlinedFilled' -export * from './IconCurrencyYuanRoundedFilled' -export * from './IconCurrencyYuanRounded' -export * from './IconCurrencyYuanSharpFilled' -export * from './IconCurrencyYuanSharp' -export * from './IconCurtainsOutlined' -export * from './IconCurtainsOutlinedFilled' -export * from './IconCurtainsRounded' -export * from './IconCurtainsRoundedFilled' -export * from './IconCurtainsSharp' -export * from './IconCurtainsSharpFilled' -export * from './IconCurtainsClosedOutlinedFilled' -export * from './IconCurtainsClosedOutlined' -export * from './IconCurtainsClosedRounded' -export * from './IconCurtainsClosedRoundedFilled' -export * from './IconCurtainsClosedSharp' -export * from './IconCurtainsClosedSharpFilled' -export * from './IconCustomTypographyOutlined' -export * from './IconCustomTypographyOutlinedFilled' -export * from './IconCustomTypographyRounded' -export * from './IconCustomTypographyRoundedFilled' -export * from './IconCustomTypographySharp' -export * from './IconCustomTypographySharpFilled' -export * from './IconCycleOutlined' -export * from './IconCycleOutlinedFilled' -export * from './IconCycleRounded' -export * from './IconCycleRoundedFilled' -export * from './IconCycleSharp' -export * from './IconCycleSharpFilled' -export * from './IconCycloneOutlinedFilled' -export * from './IconCycloneOutlined' -export * from './IconCycloneRounded' -export * from './IconCycloneRoundedFilled' -export * from './IconCycloneSharp' -export * from './IconCycloneSharpFilled' -export * from './IconDangerousOutlined' -export * from './IconDangerousOutlinedFilled' -export * from './IconDangerousRoundedFilled' -export * from './IconDangerousRounded' -export * from './IconDangerousSharp' -export * from './IconDangerousSharpFilled' -export * from './IconDarkModeOutlined' -export * from './IconDarkModeOutlinedFilled' -export * from './IconDarkModeRounded' -export * from './IconDarkModeRoundedFilled' -export * from './IconDarkModeSharp' -export * from './IconDarkModeSharpFilled' -export * from './IconDashboardOutlined' -export * from './IconDashboardOutlinedFilled' -export * from './IconDashboardRoundedFilled' -export * from './IconDashboardRounded' -export * from './IconDashboardSharpFilled' -export * from './IconDashboardSharp' -export * from './IconDashboard2Outlined' -export * from './IconDashboard2OutlinedFilled' -export * from './IconDashboard2Rounded' -export * from './IconDashboard2RoundedFilled' -export * from './IconDashboard2Sharp' -export * from './IconDashboard2SharpFilled' -export * from './IconDashboardCustomizeOutlinedFilled' -export * from './IconDashboardCustomizeOutlined' -export * from './IconDashboardCustomizeRoundedFilled' -export * from './IconDashboardCustomizeRounded' -export * from './IconDashboardCustomizeSharp' -export * from './IconDashboardCustomizeSharpFilled' -export * from './IconDataAlertOutlined' -export * from './IconDataAlertOutlinedFilled' -export * from './IconDataAlertRoundedFilled' -export * from './IconDataAlertRounded' -export * from './IconDataAlertSharpFilled' -export * from './IconDataAlertSharp' -export * from './IconDataArrayOutlined' -export * from './IconDataArrayOutlinedFilled' -export * from './IconDataArrayRounded' -export * from './IconDataArrayRoundedFilled' -export * from './IconDataArraySharp' -export * from './IconDataArraySharpFilled' -export * from './IconDataCheckOutlined' -export * from './IconDataCheckOutlinedFilled' -export * from './IconDataCheckRounded' -export * from './IconDataCheckRoundedFilled' -export * from './IconDataCheckSharp' -export * from './IconDataCheckSharpFilled' -export * from './IconDataExplorationOutlinedFilled' -export * from './IconDataExplorationOutlined' -export * from './IconDataExplorationRoundedFilled' -export * from './IconDataExplorationRounded' -export * from './IconDataExplorationSharp' -export * from './IconDataExplorationSharpFilled' -export * from './IconDataInfoAlertOutlined' -export * from './IconDataInfoAlertOutlinedFilled' -export * from './IconDataInfoAlertRounded' -export * from './IconDataInfoAlertRoundedFilled' -export * from './IconDataInfoAlertSharp' -export * from './IconDataInfoAlertSharpFilled' -export * from './IconDataLossPreventionOutlined' -export * from './IconDataLossPreventionOutlinedFilled' -export * from './IconDataLossPreventionRoundedFilled' -export * from './IconDataLossPreventionRounded' -export * from './IconDataLossPreventionSharpFilled' -export * from './IconDataLossPreventionSharp' -export * from './IconDataObjectOutlinedFilled' -export * from './IconDataObjectOutlined' -export * from './IconDataObjectRounded' -export * from './IconDataObjectRoundedFilled' -export * from './IconDataObjectSharp' -export * from './IconDataObjectSharpFilled' -export * from './IconDataSaverOnOutlined' -export * from './IconDataSaverOnOutlinedFilled' -export * from './IconDataSaverOnRoundedFilled' -export * from './IconDataSaverOnRounded' -export * from './IconDataSaverOnSharpFilled' -export * from './IconDataSaverOnSharp' -export * from './IconDataTableOutlined' -export * from './IconDataTableOutlinedFilled' -export * from './IconDataTableRounded' -export * from './IconDataTableRoundedFilled' -export * from './IconDataTableSharpFilled' -export * from './IconDataTableSharp' -export * from './IconDataThresholdingOutlined' -export * from './IconDataThresholdingOutlinedFilled' -export * from './IconDataThresholdingRounded' -export * from './IconDataThresholdingRoundedFilled' -export * from './IconDataThresholdingSharpFilled' -export * from './IconDataThresholdingSharp' -export * from './IconDataUsageOutlined' -export * from './IconDataUsageOutlinedFilled' -export * from './IconDataUsageRounded' -export * from './IconDataUsageRoundedFilled' -export * from './IconDataUsageSharpFilled' -export * from './IconDataUsageSharp' -export * from './IconDatabaseOutlined' -export * from './IconDatabaseOutlinedFilled' -export * from './IconDatabaseRoundedFilled' -export * from './IconDatabaseRounded' -export * from './IconDatabaseSharp' -export * from './IconDatabaseSharpFilled' -export * from './IconDatabaseOffOutlinedFilled' -export * from './IconDatabaseOffOutlined' -export * from './IconDatabaseOffRounded' -export * from './IconDatabaseOffRoundedFilled' -export * from './IconDatabaseOffSharp' -export * from './IconDatabaseOffSharpFilled' -export * from './IconDatabaseUploadOutlinedFilled' -export * from './IconDatabaseUploadOutlined' -export * from './IconDatabaseUploadRoundedFilled' -export * from './IconDatabaseUploadRounded' -export * from './IconDatabaseUploadSharpFilled' -export * from './IconDatabaseUploadSharp' -export * from './IconDatasetOutlinedFilled' -export * from './IconDatasetOutlined' -export * from './IconDatasetRounded' -export * from './IconDatasetRoundedFilled' -export * from './IconDatasetSharp' -export * from './IconDatasetSharpFilled' -export * from './IconDatasetLinkedOutlined' -export * from './IconDatasetLinkedOutlinedFilled' -export * from './IconDatasetLinkedRounded' -export * from './IconDatasetLinkedRoundedFilled' -export * from './IconDatasetLinkedSharp' -export * from './IconDatasetLinkedSharpFilled' -export * from './IconDateRangeOutlined' -export * from './IconDateRangeOutlinedFilled' -export * from './IconDateRangeRounded' -export * from './IconDateRangeRoundedFilled' -export * from './IconDateRangeSharp' -export * from './IconDateRangeSharpFilled' -export * from './IconDeblurOutlined' -export * from './IconDeblurOutlinedFilled' -export * from './IconDeblurRounded' -export * from './IconDeblurRoundedFilled' -export * from './IconDeblurSharp' -export * from './IconDeblurSharpFilled' -export * from './IconDeceasedOutlinedFilled' -export * from './IconDeceasedOutlined' -export * from './IconDeceasedRounded' -export * from './IconDeceasedRoundedFilled' -export * from './IconDeceasedSharp' -export * from './IconDeceasedSharpFilled' -export * from './IconDecimalDecreaseOutlined' -export * from './IconDecimalDecreaseOutlinedFilled' -export * from './IconDecimalDecreaseRounded' -export * from './IconDecimalDecreaseRoundedFilled' -export * from './IconDecimalDecreaseSharp' -export * from './IconDecimalDecreaseSharpFilled' -export * from './IconDecimalIncreaseOutlined' -export * from './IconDecimalIncreaseOutlinedFilled' -export * from './IconDecimalIncreaseRounded' -export * from './IconDecimalIncreaseRoundedFilled' -export * from './IconDecimalIncreaseSharp' -export * from './IconDecimalIncreaseSharpFilled' -export * from './IconDeckOutlined' -export * from './IconDeckOutlinedFilled' -export * from './IconDeckRounded' -export * from './IconDeckRoundedFilled' -export * from './IconDeckSharp' -export * from './IconDeckSharpFilled' -export * from './IconDehazeOutlined' -export * from './IconDehazeOutlinedFilled' -export * from './IconDehazeRounded' -export * from './IconDehazeRoundedFilled' -export * from './IconDehazeSharpFilled' -export * from './IconDehazeSharp' -export * from './IconDeleteOutlined' -export * from './IconDeleteOutlinedFilled' -export * from './IconDeleteRounded' -export * from './IconDeleteRoundedFilled' -export * from './IconDeleteSharp' -export * from './IconDeleteSharpFilled' -export * from './IconDeleteForeverOutlined' -export * from './IconDeleteForeverOutlinedFilled' -export * from './IconDeleteForeverRounded' -export * from './IconDeleteForeverRoundedFilled' -export * from './IconDeleteForeverSharp' -export * from './IconDeleteForeverSharpFilled' -export * from './IconDeleteHistoryOutlined' -export * from './IconDeleteHistoryOutlinedFilled' -export * from './IconDeleteHistoryRounded' -export * from './IconDeleteHistoryRoundedFilled' -export * from './IconDeleteHistorySharp' -export * from './IconDeleteHistorySharpFilled' -export * from './IconDeleteSweepOutlinedFilled' -export * from './IconDeleteSweepOutlined' -export * from './IconDeleteSweepRounded' -export * from './IconDeleteSweepRoundedFilled' -export * from './IconDeleteSweepSharpFilled' -export * from './IconDeleteSweepSharp' -export * from './IconDemographyOutlined' -export * from './IconDemographyOutlinedFilled' -export * from './IconDemographyRounded' -export * from './IconDemographyRoundedFilled' -export * from './IconDemographySharp' -export * from './IconDemographySharpFilled' -export * from './IconDensityLargeOutlined' -export * from './IconDensityLargeOutlinedFilled' -export * from './IconDensityLargeRounded' -export * from './IconDensityLargeRoundedFilled' -export * from './IconDensityLargeSharpFilled' -export * from './IconDensityLargeSharp' -export * from './IconDensityMediumOutlined' -export * from './IconDensityMediumOutlinedFilled' -export * from './IconDensityMediumRounded' -export * from './IconDensityMediumRoundedFilled' -export * from './IconDensityMediumSharp' -export * from './IconDensityMediumSharpFilled' -export * from './IconDensitySmallOutlined' -export * from './IconDensitySmallOutlinedFilled' -export * from './IconDensitySmallRounded' -export * from './IconDensitySmallRoundedFilled' -export * from './IconDensitySmallSharp' -export * from './IconDensitySmallSharpFilled' -export * from './IconDentistryOutlined' -export * from './IconDentistryOutlinedFilled' -export * from './IconDentistryRounded' -export * from './IconDentistryRoundedFilled' -export * from './IconDentistrySharp' -export * from './IconDentistrySharpFilled' -export * from './IconDepartureBoardOutlined' -export * from './IconDepartureBoardOutlinedFilled' -export * from './IconDepartureBoardRounded' -export * from './IconDepartureBoardRoundedFilled' -export * from './IconDepartureBoardSharp' -export * from './IconDepartureBoardSharpFilled' -export * from './IconDeployedCodeOutlined' -export * from './IconDeployedCodeOutlinedFilled' -export * from './IconDeployedCodeRoundedFilled' -export * from './IconDeployedCodeRounded' -export * from './IconDeployedCodeSharpFilled' -export * from './IconDeployedCodeSharp' -export * from './IconDeployedCodeAccountOutlined' -export * from './IconDeployedCodeAccountOutlinedFilled' -export * from './IconDeployedCodeAccountRounded' -export * from './IconDeployedCodeAccountRoundedFilled' -export * from './IconDeployedCodeAccountSharpFilled' -export * from './IconDeployedCodeAccountSharp' -export * from './IconDeployedCodeAlertOutlined' -export * from './IconDeployedCodeAlertOutlinedFilled' -export * from './IconDeployedCodeAlertRoundedFilled' -export * from './IconDeployedCodeAlertRounded' -export * from './IconDeployedCodeAlertSharp' -export * from './IconDeployedCodeAlertSharpFilled' -export * from './IconDeployedCodeHistoryOutlined' -export * from './IconDeployedCodeHistoryOutlinedFilled' -export * from './IconDeployedCodeHistoryRounded' -export * from './IconDeployedCodeHistoryRoundedFilled' -export * from './IconDeployedCodeHistorySharp' -export * from './IconDeployedCodeHistorySharpFilled' -export * from './IconDeployedCodeUpdateOutlined' -export * from './IconDeployedCodeUpdateOutlinedFilled' -export * from './IconDeployedCodeUpdateRounded' -export * from './IconDeployedCodeUpdateRoundedFilled' -export * from './IconDeployedCodeUpdateSharp' -export * from './IconDeployedCodeUpdateSharpFilled' -export * from './IconDermatologyOutlined' -export * from './IconDermatologyOutlinedFilled' -export * from './IconDermatologyRoundedFilled' -export * from './IconDermatologyRounded' -export * from './IconDermatologySharp' -export * from './IconDermatologySharpFilled' -export * from './IconDescriptionOutlined' -export * from './IconDescriptionOutlinedFilled' -export * from './IconDescriptionRounded' -export * from './IconDescriptionRoundedFilled' -export * from './IconDescriptionSharp' -export * from './IconDescriptionSharpFilled' -export * from './IconDeselectOutlinedFilled' -export * from './IconDeselectOutlined' -export * from './IconDeselectRoundedFilled' -export * from './IconDeselectRounded' -export * from './IconDeselectSharp' -export * from './IconDeselectSharpFilled' -export * from './IconDesignServicesOutlined' -export * from './IconDesignServicesOutlinedFilled' -export * from './IconDesignServicesRoundedFilled' -export * from './IconDesignServicesRounded' -export * from './IconDesignServicesSharpFilled' -export * from './IconDesignServicesSharp' -export * from './IconDeskOutlinedFilled' -export * from './IconDeskOutlined' -export * from './IconDeskRoundedFilled' -export * from './IconDeskRounded' -export * from './IconDeskSharpFilled' -export * from './IconDeskSharp' -export * from './IconDeskphoneOutlinedFilled' -export * from './IconDeskphoneOutlined' -export * from './IconDeskphoneRounded' -export * from './IconDeskphoneRoundedFilled' -export * from './IconDeskphoneSharpFilled' -export * from './IconDeskphoneSharp' -export * from './IconDesktopAccessDisabledOutlined' -export * from './IconDesktopAccessDisabledOutlinedFilled' -export * from './IconDesktopAccessDisabledRounded' -export * from './IconDesktopAccessDisabledRoundedFilled' -export * from './IconDesktopAccessDisabledSharp' -export * from './IconDesktopAccessDisabledSharpFilled' -export * from './IconDesktopCloudOutlined' -export * from './IconDesktopCloudOutlinedFilled' -export * from './IconDesktopCloudRoundedFilled' -export * from './IconDesktopCloudRounded' -export * from './IconDesktopCloudSharpFilled' -export * from './IconDesktopCloudSharp' -export * from './IconDesktopLandscapeOutlinedFilled' -export * from './IconDesktopLandscapeOutlined' -export * from './IconDesktopLandscapeRounded' -export * from './IconDesktopLandscapeRoundedFilled' -export * from './IconDesktopLandscapeSharpFilled' -export * from './IconDesktopLandscapeSharp' -export * from './IconDesktopLandscapeAddOutlinedFilled' -export * from './IconDesktopLandscapeAddOutlined' -export * from './IconDesktopLandscapeAddRoundedFilled' -export * from './IconDesktopLandscapeAddRounded' -export * from './IconDesktopLandscapeAddSharpFilled' -export * from './IconDesktopLandscapeAddSharp' -export * from './IconDesktopMacOutlined' -export * from './IconDesktopMacOutlinedFilled' -export * from './IconDesktopMacRoundedFilled' -export * from './IconDesktopMacRounded' -export * from './IconDesktopMacSharp' -export * from './IconDesktopMacSharpFilled' -export * from './IconDesktopPortraitOutlinedFilled' -export * from './IconDesktopPortraitOutlined' -export * from './IconDesktopPortraitRoundedFilled' -export * from './IconDesktopPortraitRounded' -export * from './IconDesktopPortraitSharp' -export * from './IconDesktopPortraitSharpFilled' -export * from './IconDesktopWindowsOutlinedFilled' -export * from './IconDesktopWindowsOutlined' -export * from './IconDesktopWindowsRoundedFilled' -export * from './IconDesktopWindowsRounded' -export * from './IconDesktopWindowsSharpFilled' -export * from './IconDesktopWindowsSharp' -export * from './IconDestructionOutlinedFilled' -export * from './IconDestructionOutlined' -export * from './IconDestructionRounded' -export * from './IconDestructionRoundedFilled' -export * from './IconDestructionSharp' -export * from './IconDestructionSharpFilled' -export * from './IconDetailsOutlined' -export * from './IconDetailsOutlinedFilled' -export * from './IconDetailsRounded' -export * from './IconDetailsRoundedFilled' -export * from './IconDetailsSharp' -export * from './IconDetailsSharpFilled' -export * from './IconDetectionAndZoneOutlinedFilled' -export * from './IconDetectionAndZoneOutlined' -export * from './IconDetectionAndZoneRounded' -export * from './IconDetectionAndZoneRoundedFilled' -export * from './IconDetectionAndZoneSharpFilled' -export * from './IconDetectionAndZoneSharp' -export * from './IconDetectorOutlinedFilled' -export * from './IconDetectorOutlined' -export * from './IconDetectorRoundedFilled' -export * from './IconDetectorRounded' -export * from './IconDetectorSharpFilled' -export * from './IconDetectorSharp' -export * from './IconDetectorAlarmOutlined' -export * from './IconDetectorAlarmOutlinedFilled' -export * from './IconDetectorAlarmRoundedFilled' -export * from './IconDetectorAlarmRounded' -export * from './IconDetectorAlarmSharp' -export * from './IconDetectorAlarmSharpFilled' -export * from './IconDetectorBatteryOutlined' -export * from './IconDetectorBatteryOutlinedFilled' -export * from './IconDetectorBatteryRounded' -export * from './IconDetectorBatteryRoundedFilled' -export * from './IconDetectorBatterySharp' -export * from './IconDetectorBatterySharpFilled' -export * from './IconDetectorCoOutlinedFilled' -export * from './IconDetectorCoOutlined' -export * from './IconDetectorCoRounded' -export * from './IconDetectorCoRoundedFilled' -export * from './IconDetectorCoSharp' -export * from './IconDetectorCoSharpFilled' -export * from './IconDetectorOfflineOutlinedFilled' -export * from './IconDetectorOfflineOutlined' -export * from './IconDetectorOfflineRounded' -export * from './IconDetectorOfflineRoundedFilled' -export * from './IconDetectorOfflineSharp' -export * from './IconDetectorOfflineSharpFilled' -export * from './IconDetectorSmokeOutlined' -export * from './IconDetectorSmokeOutlinedFilled' -export * from './IconDetectorSmokeRounded' -export * from './IconDetectorSmokeRoundedFilled' -export * from './IconDetectorSmokeSharpFilled' -export * from './IconDetectorSmokeSharp' -export * from './IconDetectorStatusOutlined' -export * from './IconDetectorStatusOutlinedFilled' -export * from './IconDetectorStatusRoundedFilled' -export * from './IconDetectorStatusRounded' -export * from './IconDetectorStatusSharp' -export * from './IconDetectorStatusSharpFilled' -export * from './IconDeveloperBoardOutlined' -export * from './IconDeveloperBoardOutlinedFilled' -export * from './IconDeveloperBoardRounded' -export * from './IconDeveloperBoardRoundedFilled' -export * from './IconDeveloperBoardSharpFilled' -export * from './IconDeveloperBoardSharp' -export * from './IconDeveloperBoardOffOutlined' -export * from './IconDeveloperBoardOffOutlinedFilled' -export * from './IconDeveloperBoardOffRounded' -export * from './IconDeveloperBoardOffRoundedFilled' -export * from './IconDeveloperBoardOffSharp' -export * from './IconDeveloperBoardOffSharpFilled' -export * from './IconDeveloperGuideOutlinedFilled' -export * from './IconDeveloperGuideOutlined' -export * from './IconDeveloperGuideRounded' -export * from './IconDeveloperGuideRoundedFilled' -export * from './IconDeveloperGuideSharp' -export * from './IconDeveloperGuideSharpFilled' -export * from './IconDeveloperModeOutlined' -export * from './IconDeveloperModeOutlinedFilled' -export * from './IconDeveloperModeRoundedFilled' -export * from './IconDeveloperModeRounded' -export * from './IconDeveloperModeSharpFilled' -export * from './IconDeveloperModeSharp' -export * from './IconDeveloperModeTvOutlined' -export * from './IconDeveloperModeTvOutlinedFilled' -export * from './IconDeveloperModeTvRoundedFilled' -export * from './IconDeveloperModeTvRounded' -export * from './IconDeveloperModeTvSharp' -export * from './IconDeveloperModeTvSharpFilled' -export * from './IconDeviceHubOutlinedFilled' -export * from './IconDeviceHubOutlined' -export * from './IconDeviceHubRoundedFilled' -export * from './IconDeviceHubRounded' -export * from './IconDeviceHubSharp' -export * from './IconDeviceHubSharpFilled' -export * from './IconDeviceThermostatOutlined' -export * from './IconDeviceThermostatOutlinedFilled' -export * from './IconDeviceThermostatRoundedFilled' -export * from './IconDeviceThermostatRounded' -export * from './IconDeviceThermostatSharpFilled' -export * from './IconDeviceThermostatSharp' -export * from './IconDeviceUnknownOutlinedFilled' -export * from './IconDeviceUnknownOutlined' -export * from './IconDeviceUnknownRoundedFilled' -export * from './IconDeviceUnknownRounded' -export * from './IconDeviceUnknownSharpFilled' -export * from './IconDeviceUnknownSharp' -export * from './IconDevicesOutlinedFilled' -export * from './IconDevicesOutlined' -export * from './IconDevicesRoundedFilled' -export * from './IconDevicesRounded' -export * from './IconDevicesSharp' -export * from './IconDevicesSharpFilled' -export * from './IconDevicesFoldOutlined' -export * from './IconDevicesFoldOutlinedFilled' -export * from './IconDevicesFoldRoundedFilled' -export * from './IconDevicesFoldRounded' -export * from './IconDevicesFoldSharpFilled' -export * from './IconDevicesFoldSharp' -export * from './IconDevicesFold2OutlinedFilled' -export * from './IconDevicesFold2Outlined' -export * from './IconDevicesFold2Rounded' -export * from './IconDevicesFold2RoundedFilled' -export * from './IconDevicesFold2Sharp' -export * from './IconDevicesFold2SharpFilled' -export * from './IconDevicesOffOutlined' -export * from './IconDevicesOffOutlinedFilled' -export * from './IconDevicesOffRounded' -export * from './IconDevicesOffRoundedFilled' -export * from './IconDevicesOffSharp' -export * from './IconDevicesOffSharpFilled' -export * from './IconDevicesOtherOutlinedFilled' -export * from './IconDevicesOtherOutlined' -export * from './IconDevicesOtherRounded' -export * from './IconDevicesOtherRoundedFilled' -export * from './IconDevicesOtherSharpFilled' -export * from './IconDevicesOtherSharp' -export * from './IconDevicesWearablesOutlinedFilled' -export * from './IconDevicesWearablesOutlined' -export * from './IconDevicesWearablesRounded' -export * from './IconDevicesWearablesRoundedFilled' -export * from './IconDevicesWearablesSharp' -export * from './IconDevicesWearablesSharpFilled' -export * from './IconDewPointOutlined' -export * from './IconDewPointOutlinedFilled' -export * from './IconDewPointRoundedFilled' -export * from './IconDewPointRounded' -export * from './IconDewPointSharp' -export * from './IconDewPointSharpFilled' -export * from './IconDiagnosisOutlinedFilled' -export * from './IconDiagnosisOutlined' -export * from './IconDiagnosisRounded' -export * from './IconDiagnosisRoundedFilled' -export * from './IconDiagnosisSharpFilled' -export * from './IconDiagnosisSharp' -export * from './IconDiagonalLineOutlinedFilled' -export * from './IconDiagonalLineOutlined' -export * from './IconDiagonalLineRoundedFilled' -export * from './IconDiagonalLineRounded' -export * from './IconDiagonalLineSharp' -export * from './IconDiagonalLineSharpFilled' -export * from './IconDialerSipOutlined' -export * from './IconDialerSipOutlinedFilled' -export * from './IconDialerSipRoundedFilled' -export * from './IconDialerSipRounded' -export * from './IconDialerSipSharpFilled' -export * from './IconDialerSipSharp' -export * from './IconDialogsOutlinedFilled' -export * from './IconDialogsOutlined' -export * from './IconDialogsRounded' -export * from './IconDialogsRoundedFilled' -export * from './IconDialogsSharp' -export * from './IconDialogsSharpFilled' -export * from './IconDialpadOutlinedFilled' -export * from './IconDialpadOutlined' -export * from './IconDialpadRoundedFilled' -export * from './IconDialpadRounded' -export * from './IconDialpadSharp' -export * from './IconDialpadSharpFilled' -export * from './IconDiamondOutlined' -export * from './IconDiamondOutlinedFilled' -export * from './IconDiamondRoundedFilled' -export * from './IconDiamondRounded' -export * from './IconDiamondSharpFilled' -export * from './IconDiamondSharp' -export * from './IconDictionaryOutlinedFilled' -export * from './IconDictionaryOutlined' -export * from './IconDictionaryRounded' -export * from './IconDictionaryRoundedFilled' -export * from './IconDictionarySharpFilled' -export * from './IconDictionarySharp' -export * from './IconDifferenceOutlined' -export * from './IconDifferenceOutlinedFilled' -export * from './IconDifferenceRounded' -export * from './IconDifferenceRoundedFilled' -export * from './IconDifferenceSharp' -export * from './IconDifferenceSharpFilled' -export * from './IconDigitalOutOfHomeOutlined' -export * from './IconDigitalOutOfHomeOutlinedFilled' -export * from './IconDigitalOutOfHomeRoundedFilled' -export * from './IconDigitalOutOfHomeRounded' -export * from './IconDigitalOutOfHomeSharp' -export * from './IconDigitalOutOfHomeSharpFilled' -export * from './IconDigitalWellbeingOutlinedFilled' -export * from './IconDigitalWellbeingOutlined' -export * from './IconDigitalWellbeingRounded' -export * from './IconDigitalWellbeingRoundedFilled' -export * from './IconDigitalWellbeingSharpFilled' -export * from './IconDigitalWellbeingSharp' -export * from './IconDiningOutlined' -export * from './IconDiningOutlinedFilled' -export * from './IconDiningRoundedFilled' -export * from './IconDiningRounded' -export * from './IconDiningSharpFilled' -export * from './IconDiningSharp' -export * from './IconDinnerDiningOutlinedFilled' -export * from './IconDinnerDiningOutlined' -export * from './IconDinnerDiningRounded' -export * from './IconDinnerDiningRoundedFilled' -export * from './IconDinnerDiningSharp' -export * from './IconDinnerDiningSharpFilled' -export * from './IconDirectionsOutlined' -export * from './IconDirectionsOutlinedFilled' -export * from './IconDirectionsRounded' -export * from './IconDirectionsRoundedFilled' -export * from './IconDirectionsSharp' -export * from './IconDirectionsSharpFilled' -export * from './IconDirectionsAltOutlinedFilled' -export * from './IconDirectionsAltOutlined' -export * from './IconDirectionsAltRoundedFilled' -export * from './IconDirectionsAltRounded' -export * from './IconDirectionsAltSharpFilled' -export * from './IconDirectionsAltSharp' -export * from './IconDirectionsAltOffOutlinedFilled' -export * from './IconDirectionsAltOffOutlined' -export * from './IconDirectionsAltOffRounded' -export * from './IconDirectionsAltOffRoundedFilled' -export * from './IconDirectionsAltOffSharp' -export * from './IconDirectionsAltOffSharpFilled' -export * from './IconDirectionsBikeOutlined' -export * from './IconDirectionsBikeOutlinedFilled' -export * from './IconDirectionsBikeRoundedFilled' -export * from './IconDirectionsBikeRounded' -export * from './IconDirectionsBikeSharpFilled' -export * from './IconDirectionsBikeSharp' -export * from './IconDirectionsBoatOutlined' -export * from './IconDirectionsBoatOutlinedFilled' -export * from './IconDirectionsBoatRounded' -export * from './IconDirectionsBoatRoundedFilled' -export * from './IconDirectionsBoatSharpFilled' -export * from './IconDirectionsBoatSharp' -export * from './IconDirectionsBusOutlined' -export * from './IconDirectionsBusOutlinedFilled' -export * from './IconDirectionsBusRounded' -export * from './IconDirectionsBusRoundedFilled' -export * from './IconDirectionsBusSharp' -export * from './IconDirectionsBusSharpFilled' -export * from './IconDirectionsCarOutlined' -export * from './IconDirectionsCarOutlinedFilled' -export * from './IconDirectionsCarRounded' -export * from './IconDirectionsCarRoundedFilled' -export * from './IconDirectionsCarSharpFilled' -export * from './IconDirectionsCarSharp' -export * from './IconDirectionsOffOutlined' -export * from './IconDirectionsOffOutlinedFilled' -export * from './IconDirectionsOffRounded' -export * from './IconDirectionsOffRoundedFilled' -export * from './IconDirectionsOffSharpFilled' -export * from './IconDirectionsOffSharp' -export * from './IconDirectionsRailwayOutlinedFilled' -export * from './IconDirectionsRailwayOutlined' -export * from './IconDirectionsRailwayRoundedFilled' -export * from './IconDirectionsRailwayRounded' -export * from './IconDirectionsRailwaySharp' -export * from './IconDirectionsRailwaySharpFilled' -export * from './IconDirectionsRailway2Outlined' -export * from './IconDirectionsRailway2OutlinedFilled' -export * from './IconDirectionsRailway2RoundedFilled' -export * from './IconDirectionsRailway2Rounded' -export * from './IconDirectionsRailway2SharpFilled' -export * from './IconDirectionsRailway2Sharp' -export * from './IconDirectionsRunOutlined' -export * from './IconDirectionsRunOutlinedFilled' -export * from './IconDirectionsRunRoundedFilled' -export * from './IconDirectionsRunRounded' -export * from './IconDirectionsRunSharp' -export * from './IconDirectionsRunSharpFilled' -export * from './IconDirectionsSubwayOutlined' -export * from './IconDirectionsSubwayOutlinedFilled' -export * from './IconDirectionsSubwayRounded' -export * from './IconDirectionsSubwayRoundedFilled' -export * from './IconDirectionsSubwaySharpFilled' -export * from './IconDirectionsSubwaySharp' -export * from './IconDirectionsWalkOutlined' -export * from './IconDirectionsWalkOutlinedFilled' -export * from './IconDirectionsWalkRounded' -export * from './IconDirectionsWalkRoundedFilled' -export * from './IconDirectionsWalkSharp' -export * from './IconDirectionsWalkSharpFilled' -export * from './IconDirectorySyncOutlined' -export * from './IconDirectorySyncOutlinedFilled' -export * from './IconDirectorySyncRoundedFilled' -export * from './IconDirectorySyncRounded' -export * from './IconDirectorySyncSharp' -export * from './IconDirectorySyncSharpFilled' -export * from './IconDirtyLensOutlined' -export * from './IconDirtyLensOutlinedFilled' -export * from './IconDirtyLensRounded' -export * from './IconDirtyLensRoundedFilled' -export * from './IconDirtyLensSharpFilled' -export * from './IconDirtyLensSharp' -export * from './IconDisabledByDefaultOutlinedFilled' -export * from './IconDisabledByDefaultOutlined' -export * from './IconDisabledByDefaultRoundedFilled' -export * from './IconDisabledByDefaultRounded' -export * from './IconDisabledByDefaultSharp' -export * from './IconDisabledByDefaultSharpFilled' -export * from './IconDisabledVisibleOutlined' -export * from './IconDisabledVisibleOutlinedFilled' -export * from './IconDisabledVisibleRounded' -export * from './IconDisabledVisibleRoundedFilled' -export * from './IconDisabledVisibleSharp' -export * from './IconDisabledVisibleSharpFilled' -export * from './IconDiscFullOutlined' -export * from './IconDiscFullOutlinedFilled' -export * from './IconDiscFullRounded' -export * from './IconDiscFullRoundedFilled' -export * from './IconDiscFullSharp' -export * from './IconDiscFullSharpFilled' -export * from './IconDiscoverTuneOutlined' -export * from './IconDiscoverTuneOutlinedFilled' -export * from './IconDiscoverTuneRoundedFilled' -export * from './IconDiscoverTuneRounded' -export * from './IconDiscoverTuneSharpFilled' -export * from './IconDiscoverTuneSharp' -export * from './IconDishwasherOutlined' -export * from './IconDishwasherOutlinedFilled' -export * from './IconDishwasherRoundedFilled' -export * from './IconDishwasherRounded' -export * from './IconDishwasherSharpFilled' -export * from './IconDishwasherSharp' -export * from './IconDishwasherGenOutlined' -export * from './IconDishwasherGenOutlinedFilled' -export * from './IconDishwasherGenRounded' -export * from './IconDishwasherGenRoundedFilled' -export * from './IconDishwasherGenSharp' -export * from './IconDishwasherGenSharpFilled' -export * from './IconDisplayExternalInputOutlinedFilled' -export * from './IconDisplayExternalInputOutlined' -export * from './IconDisplayExternalInputRounded' -export * from './IconDisplayExternalInputRoundedFilled' -export * from './IconDisplayExternalInputSharp' -export * from './IconDisplayExternalInputSharpFilled' -export * from './IconDisplaySettingsOutlined' -export * from './IconDisplaySettingsOutlinedFilled' -export * from './IconDisplaySettingsRoundedFilled' -export * from './IconDisplaySettingsRounded' -export * from './IconDisplaySettingsSharp' -export * from './IconDisplaySettingsSharpFilled' -export * from './IconDistanceOutlined' -export * from './IconDistanceOutlinedFilled' -export * from './IconDistanceRoundedFilled' -export * from './IconDistanceRounded' -export * from './IconDistanceSharp' -export * from './IconDistanceSharpFilled' -export * from './IconDiversity1OutlinedFilled' -export * from './IconDiversity1Outlined' -export * from './IconDiversity1Rounded' -export * from './IconDiversity1RoundedFilled' -export * from './IconDiversity1SharpFilled' -export * from './IconDiversity1Sharp' -export * from './IconDiversity2OutlinedFilled' -export * from './IconDiversity2Outlined' -export * from './IconDiversity2Rounded' -export * from './IconDiversity2RoundedFilled' -export * from './IconDiversity2Sharp' -export * from './IconDiversity2SharpFilled' -export * from './IconDiversity3Outlined' -export * from './IconDiversity3OutlinedFilled' -export * from './IconDiversity3Rounded' -export * from './IconDiversity3RoundedFilled' -export * from './IconDiversity3Sharp' -export * from './IconDiversity3SharpFilled' -export * from './IconDiversity4Outlined' -export * from './IconDiversity4OutlinedFilled' -export * from './IconDiversity4RoundedFilled' -export * from './IconDiversity4Rounded' -export * from './IconDiversity4SharpFilled' -export * from './IconDiversity4Sharp' -export * from './IconDnsOutlined' -export * from './IconDnsOutlinedFilled' -export * from './IconDnsRoundedFilled' -export * from './IconDnsRounded' -export * from './IconDnsSharpFilled' -export * from './IconDnsSharp' -export * from './IconDoNotDisturbOffOutlinedFilled' -export * from './IconDoNotDisturbOffOutlined' -export * from './IconDoNotDisturbOffRoundedFilled' -export * from './IconDoNotDisturbOffRounded' -export * from './IconDoNotDisturbOffSharpFilled' -export * from './IconDoNotDisturbOffSharp' -export * from './IconDoNotDisturbOnOutlined' -export * from './IconDoNotDisturbOnOutlinedFilled' -export * from './IconDoNotDisturbOnRoundedFilled' -export * from './IconDoNotDisturbOnRounded' -export * from './IconDoNotDisturbOnSharpFilled' -export * from './IconDoNotDisturbOnSharp' -export * from './IconDoNotDisturbOnTotalSilenceOutlined' -export * from './IconDoNotDisturbOnTotalSilenceOutlinedFilled' -export * from './IconDoNotDisturbOnTotalSilenceRounded' -export * from './IconDoNotDisturbOnTotalSilenceRoundedFilled' -export * from './IconDoNotDisturbOnTotalSilenceSharp' -export * from './IconDoNotDisturbOnTotalSilenceSharpFilled' -export * from './IconDoNotStepOutlinedFilled' -export * from './IconDoNotStepOutlined' -export * from './IconDoNotStepRoundedFilled' -export * from './IconDoNotStepRounded' -export * from './IconDoNotStepSharpFilled' -export * from './IconDoNotStepSharp' -export * from './IconDoNotTouchOutlined' -export * from './IconDoNotTouchOutlinedFilled' -export * from './IconDoNotTouchRounded' -export * from './IconDoNotTouchRoundedFilled' -export * from './IconDoNotTouchSharpFilled' -export * from './IconDoNotTouchSharp' -export * from './IconDockOutlined' -export * from './IconDockOutlinedFilled' -export * from './IconDockRoundedFilled' -export * from './IconDockRounded' -export * from './IconDockSharp' -export * from './IconDockSharpFilled' -export * from './IconDockToBottomOutlined' -export * from './IconDockToBottomOutlinedFilled' -export * from './IconDockToBottomRounded' -export * from './IconDockToBottomRoundedFilled' -export * from './IconDockToBottomSharpFilled' -export * from './IconDockToBottomSharp' -export * from './IconDockToLeftOutlinedFilled' -export * from './IconDockToLeftOutlined' -export * from './IconDockToLeftRoundedFilled' -export * from './IconDockToLeftRounded' -export * from './IconDockToLeftSharp' -export * from './IconDockToLeftSharpFilled' -export * from './IconDockToRightOutlined' -export * from './IconDockToRightOutlinedFilled' -export * from './IconDockToRightRoundedFilled' -export * from './IconDockToRightRounded' -export * from './IconDockToRightSharp' -export * from './IconDockToRightSharpFilled' -export * from './IconDocsAddOnOutlined' -export * from './IconDocsAddOnOutlinedFilled' -export * from './IconDocsAddOnRounded' -export * from './IconDocsAddOnRoundedFilled' -export * from './IconDocsAddOnSharpFilled' -export * from './IconDocsAddOnSharp' -export * from './IconDocsAppsScriptOutlinedFilled' -export * from './IconDocsAppsScriptOutlined' -export * from './IconDocsAppsScriptRounded' -export * from './IconDocsAppsScriptRoundedFilled' -export * from './IconDocsAppsScriptSharpFilled' -export * from './IconDocsAppsScriptSharp' -export * from './IconDocumentScannerOutlinedFilled' -export * from './IconDocumentScannerOutlined' -export * from './IconDocumentScannerRoundedFilled' -export * from './IconDocumentScannerRounded' -export * from './IconDocumentScannerSharpFilled' -export * from './IconDocumentScannerSharp' -export * from './IconDomainOutlined' -export * from './IconDomainOutlinedFilled' -export * from './IconDomainRoundedFilled' -export * from './IconDomainRounded' -export * from './IconDomainSharpFilled' -export * from './IconDomainSharp' -export * from './IconDomainAddOutlinedFilled' -export * from './IconDomainAddOutlined' -export * from './IconDomainAddRounded' -export * from './IconDomainAddRoundedFilled' -export * from './IconDomainAddSharp' -export * from './IconDomainAddSharpFilled' -export * from './IconDomainDisabledOutlined' -export * from './IconDomainDisabledOutlinedFilled' -export * from './IconDomainDisabledRoundedFilled' -export * from './IconDomainDisabledRounded' -export * from './IconDomainDisabledSharp' -export * from './IconDomainDisabledSharpFilled' -export * from './IconDomainVerificationOutlined' -export * from './IconDomainVerificationOutlinedFilled' -export * from './IconDomainVerificationRounded' -export * from './IconDomainVerificationRoundedFilled' -export * from './IconDomainVerificationSharp' -export * from './IconDomainVerificationSharpFilled' -export * from './IconDomainVerificationOffOutlined' -export * from './IconDomainVerificationOffOutlinedFilled' -export * from './IconDomainVerificationOffRoundedFilled' -export * from './IconDomainVerificationOffRounded' -export * from './IconDomainVerificationOffSharpFilled' -export * from './IconDomainVerificationOffSharp' -export * from './IconDominoMaskOutlined' -export * from './IconDominoMaskOutlinedFilled' -export * from './IconDominoMaskRoundedFilled' -export * from './IconDominoMaskRounded' -export * from './IconDominoMaskSharpFilled' -export * from './IconDominoMaskSharp' -export * from './IconDoneAllOutlinedFilled' -export * from './IconDoneAllOutlined' -export * from './IconDoneAllRoundedFilled' -export * from './IconDoneAllRounded' -export * from './IconDoneAllSharpFilled' -export * from './IconDoneAllSharp' -export * from './IconDoneOutlineOutlined' -export * from './IconDoneOutlineOutlinedFilled' -export * from './IconDoneOutlineRounded' -export * from './IconDoneOutlineRoundedFilled' -export * from './IconDoneOutlineSharp' -export * from './IconDoneOutlineSharpFilled' -export * from './IconDonutLargeOutlined' -export * from './IconDonutLargeOutlinedFilled' -export * from './IconDonutLargeRounded' -export * from './IconDonutLargeRoundedFilled' -export * from './IconDonutLargeSharp' -export * from './IconDonutLargeSharpFilled' -export * from './IconDonutSmallOutlinedFilled' -export * from './IconDonutSmallOutlined' -export * from './IconDonutSmallRounded' -export * from './IconDonutSmallRoundedFilled' -export * from './IconDonutSmallSharpFilled' -export * from './IconDonutSmallSharp' -export * from './IconDoorBackOutlined' -export * from './IconDoorBackOutlinedFilled' -export * from './IconDoorBackRounded' -export * from './IconDoorBackRoundedFilled' -export * from './IconDoorBackSharp' -export * from './IconDoorBackSharpFilled' -export * from './IconDoorFrontOutlined' -export * from './IconDoorFrontOutlinedFilled' -export * from './IconDoorFrontRounded' -export * from './IconDoorFrontRoundedFilled' -export * from './IconDoorFrontSharpFilled' -export * from './IconDoorFrontSharp' -export * from './IconDoorOpenOutlinedFilled' -export * from './IconDoorOpenOutlined' -export * from './IconDoorOpenRoundedFilled' -export * from './IconDoorOpenRounded' -export * from './IconDoorOpenSharp' -export * from './IconDoorOpenSharpFilled' -export * from './IconDoorSensorOutlinedFilled' -export * from './IconDoorSensorOutlined' -export * from './IconDoorSensorRoundedFilled' -export * from './IconDoorSensorRounded' -export * from './IconDoorSensorSharp' -export * from './IconDoorSensorSharpFilled' -export * from './IconDoorSlidingOutlined' -export * from './IconDoorSlidingOutlinedFilled' -export * from './IconDoorSlidingRounded' -export * from './IconDoorSlidingRoundedFilled' -export * from './IconDoorSlidingSharp' -export * from './IconDoorSlidingSharpFilled' -export * from './IconDoorbellOutlined' -export * from './IconDoorbellOutlinedFilled' -export * from './IconDoorbellRoundedFilled' -export * from './IconDoorbellRounded' -export * from './IconDoorbellSharp' -export * from './IconDoorbellSharpFilled' -export * from './IconDoorbell3pOutlined' -export * from './IconDoorbell3pOutlinedFilled' -export * from './IconDoorbell3pRoundedFilled' -export * from './IconDoorbell3pRounded' -export * from './IconDoorbell3pSharp' -export * from './IconDoorbell3pSharpFilled' -export * from './IconDoorbellChimeOutlined' -export * from './IconDoorbellChimeOutlinedFilled' -export * from './IconDoorbellChimeRounded' -export * from './IconDoorbellChimeRoundedFilled' -export * from './IconDoorbellChimeSharpFilled' -export * from './IconDoorbellChimeSharp' -export * from './IconDoubleArrowOutlinedFilled' -export * from './IconDoubleArrowOutlined' -export * from './IconDoubleArrowRounded' -export * from './IconDoubleArrowRoundedFilled' -export * from './IconDoubleArrowSharp' -export * from './IconDoubleArrowSharpFilled' -export * from './IconDownhillSkiingOutlined' -export * from './IconDownhillSkiingOutlinedFilled' -export * from './IconDownhillSkiingRounded' -export * from './IconDownhillSkiingRoundedFilled' -export * from './IconDownhillSkiingSharp' -export * from './IconDownhillSkiingSharpFilled' -export * from './IconDownloadOutlined' -export * from './IconDownloadOutlinedFilled' -export * from './IconDownloadRounded' -export * from './IconDownloadRoundedFilled' -export * from './IconDownloadSharpFilled' -export * from './IconDownloadSharp' -export * from './IconDownload2OutlinedFilled' -export * from './IconDownload2Outlined' -export * from './IconDownload2Rounded' -export * from './IconDownload2RoundedFilled' -export * from './IconDownload2Sharp' -export * from './IconDownload2SharpFilled' -export * from './IconDownloadDoneOutlinedFilled' -export * from './IconDownloadDoneOutlined' -export * from './IconDownloadDoneRounded' -export * from './IconDownloadDoneRoundedFilled' -export * from './IconDownloadDoneSharpFilled' -export * from './IconDownloadDoneSharp' -export * from './IconDownloadForOfflineOutlined' -export * from './IconDownloadForOfflineOutlinedFilled' -export * from './IconDownloadForOfflineRoundedFilled' -export * from './IconDownloadForOfflineRounded' -export * from './IconDownloadForOfflineSharp' -export * from './IconDownloadForOfflineSharpFilled' -export * from './IconDownloadingOutlinedFilled' -export * from './IconDownloadingOutlined' -export * from './IconDownloadingRoundedFilled' -export * from './IconDownloadingRounded' -export * from './IconDownloadingSharpFilled' -export * from './IconDownloadingSharp' -export * from './IconDraftOutlined' -export * from './IconDraftOutlinedFilled' -export * from './IconDraftRounded' -export * from './IconDraftRoundedFilled' -export * from './IconDraftSharp' -export * from './IconDraftSharpFilled' -export * from './IconDraftOrdersOutlinedFilled' -export * from './IconDraftOrdersOutlined' -export * from './IconDraftOrdersRounded' -export * from './IconDraftOrdersRoundedFilled' -export * from './IconDraftOrdersSharp' -export * from './IconDraftOrdersSharpFilled' -export * from './IconDraftsOutlined' -export * from './IconDraftsOutlinedFilled' -export * from './IconDraftsRounded' -export * from './IconDraftsRoundedFilled' -export * from './IconDraftsSharpFilled' -export * from './IconDraftsSharp' -export * from './IconDragClickOutlinedFilled' -export * from './IconDragClickOutlined' -export * from './IconDragClickRounded' -export * from './IconDragClickRoundedFilled' -export * from './IconDragClickSharp' -export * from './IconDragClickSharpFilled' -export * from './IconDragHandleOutlinedFilled' -export * from './IconDragHandleOutlined' -export * from './IconDragHandleRounded' -export * from './IconDragHandleRoundedFilled' -export * from './IconDragHandleSharpFilled' -export * from './IconDragHandleSharp' -export * from './IconDragIndicatorOutlinedFilled' -export * from './IconDragIndicatorOutlined' -export * from './IconDragIndicatorRoundedFilled' -export * from './IconDragIndicatorRounded' -export * from './IconDragIndicatorSharp' -export * from './IconDragIndicatorSharpFilled' -export * from './IconDragPanOutlinedFilled' -export * from './IconDragPanOutlined' -export * from './IconDragPanRoundedFilled' -export * from './IconDragPanRounded' -export * from './IconDragPanSharpFilled' -export * from './IconDragPanSharp' -export * from './IconDrawOutlined' -export * from './IconDrawOutlinedFilled' -export * from './IconDrawRoundedFilled' -export * from './IconDrawRounded' -export * from './IconDrawSharpFilled' -export * from './IconDrawSharp' -export * from './IconDrawAbstractOutlined' -export * from './IconDrawAbstractOutlinedFilled' -export * from './IconDrawAbstractRounded' -export * from './IconDrawAbstractRoundedFilled' -export * from './IconDrawAbstractSharpFilled' -export * from './IconDrawAbstractSharp' -export * from './IconDrawCollageOutlinedFilled' -export * from './IconDrawCollageOutlined' -export * from './IconDrawCollageRoundedFilled' -export * from './IconDrawCollageRounded' -export * from './IconDrawCollageSharpFilled' -export * from './IconDrawCollageSharp' -export * from './IconDresserOutlined' -export * from './IconDresserOutlinedFilled' -export * from './IconDresserRounded' -export * from './IconDresserRoundedFilled' -export * from './IconDresserSharp' -export * from './IconDresserSharpFilled' -export * from './IconDriveExportOutlined' -export * from './IconDriveExportOutlinedFilled' -export * from './IconDriveExportRoundedFilled' -export * from './IconDriveExportRounded' -export * from './IconDriveExportSharp' -export * from './IconDriveExportSharpFilled' -export * from './IconDriveFileMoveOutlinedFilled' -export * from './IconDriveFileMoveOutlined' -export * from './IconDriveFileMoveRoundedFilled' -export * from './IconDriveFileMoveRounded' -export * from './IconDriveFileMoveSharp' -export * from './IconDriveFileMoveSharpFilled' -export * from './IconDriveFolderUploadOutlined' -export * from './IconDriveFolderUploadOutlinedFilled' -export * from './IconDriveFolderUploadRoundedFilled' -export * from './IconDriveFolderUploadRounded' -export * from './IconDriveFolderUploadSharp' -export * from './IconDriveFolderUploadSharpFilled' -export * from './IconDropdownOutlined' -export * from './IconDropdownOutlinedFilled' -export * from './IconDropdownRoundedFilled' -export * from './IconDropdownRounded' -export * from './IconDropdownSharpFilled' -export * from './IconDropdownSharp' -export * from './IconDryOutlinedFilled' -export * from './IconDryOutlined' -export * from './IconDryRoundedFilled' -export * from './IconDryRounded' -export * from './IconDrySharpFilled' -export * from './IconDrySharp' -export * from './IconDryCleaningOutlined' -export * from './IconDryCleaningOutlinedFilled' -export * from './IconDryCleaningRounded' -export * from './IconDryCleaningRoundedFilled' -export * from './IconDryCleaningSharp' -export * from './IconDryCleaningSharpFilled' -export * from './IconDualScreenOutlined' -export * from './IconDualScreenOutlinedFilled' -export * from './IconDualScreenRoundedFilled' -export * from './IconDualScreenRounded' -export * from './IconDualScreenSharp' -export * from './IconDualScreenSharpFilled' -export * from './IconDuoOutlinedFilled' -export * from './IconDuoOutlined' -export * from './IconDuoRounded' -export * from './IconDuoRoundedFilled' -export * from './IconDuoSharp' -export * from './IconDuoSharpFilled' -export * from './IconDvrOutlinedFilled' -export * from './IconDvrOutlined' -export * from './IconDvrRounded' -export * from './IconDvrRoundedFilled' -export * from './IconDvrSharpFilled' -export * from './IconDvrSharp' -export * from './IconDynamicFeedOutlinedFilled' -export * from './IconDynamicFeedOutlined' -export * from './IconDynamicFeedRounded' -export * from './IconDynamicFeedRoundedFilled' -export * from './IconDynamicFeedSharp' -export * from './IconDynamicFeedSharpFilled' -export * from './IconDynamicFormOutlined' -export * from './IconDynamicFormOutlinedFilled' -export * from './IconDynamicFormRoundedFilled' -export * from './IconDynamicFormRounded' -export * from './IconDynamicFormSharp' -export * from './IconDynamicFormSharpFilled' -export * from './IconE911AvatarOutlined' -export * from './IconE911AvatarOutlinedFilled' -export * from './IconE911AvatarRoundedFilled' -export * from './IconE911AvatarRounded' -export * from './IconE911AvatarSharp' -export * from './IconE911AvatarSharpFilled' -export * from './IconE911EmergencyOutlined' -export * from './IconE911EmergencyOutlinedFilled' -export * from './IconE911EmergencyRounded' -export * from './IconE911EmergencyRoundedFilled' -export * from './IconE911EmergencySharp' -export * from './IconE911EmergencySharpFilled' -export * from './IconEMobiledataOutlined' -export * from './IconEMobiledataOutlinedFilled' -export * from './IconEMobiledataRoundedFilled' -export * from './IconEMobiledataRounded' -export * from './IconEMobiledataSharp' -export * from './IconEMobiledataSharpFilled' -export * from './IconEMobiledataBadgeOutlined' -export * from './IconEMobiledataBadgeOutlinedFilled' -export * from './IconEMobiledataBadgeRounded' -export * from './IconEMobiledataBadgeRoundedFilled' -export * from './IconEMobiledataBadgeSharp' -export * from './IconEMobiledataBadgeSharpFilled' -export * from './IconEarbudsOutlined' -export * from './IconEarbudsOutlinedFilled' -export * from './IconEarbudsRoundedFilled' -export * from './IconEarbudsRounded' -export * from './IconEarbudsSharp' -export * from './IconEarbudsSharpFilled' -export * from './IconEarbudsBatteryOutlinedFilled' -export * from './IconEarbudsBatteryOutlined' -export * from './IconEarbudsBatteryRoundedFilled' -export * from './IconEarbudsBatteryRounded' -export * from './IconEarbudsBatterySharpFilled' -export * from './IconEarbudsBatterySharp' -export * from './IconEarlyOnOutlinedFilled' -export * from './IconEarlyOnOutlined' -export * from './IconEarlyOnRoundedFilled' -export * from './IconEarlyOnRounded' -export * from './IconEarlyOnSharpFilled' -export * from './IconEarlyOnSharp' -export * from './IconEarthquakeOutlined' -export * from './IconEarthquakeOutlinedFilled' -export * from './IconEarthquakeRoundedFilled' -export * from './IconEarthquakeRounded' -export * from './IconEarthquakeSharp' -export * from './IconEarthquakeSharpFilled' -export * from './IconEastOutlinedFilled' -export * from './IconEastOutlined' -export * from './IconEastRoundedFilled' -export * from './IconEastRounded' -export * from './IconEastSharp' -export * from './IconEastSharpFilled' -export * from './IconEcgOutlined' -export * from './IconEcgOutlinedFilled' -export * from './IconEcgRoundedFilled' -export * from './IconEcgRounded' -export * from './IconEcgSharpFilled' -export * from './IconEcgSharp' -export * from './IconEcgHeartOutlinedFilled' -export * from './IconEcgHeartOutlined' -export * from './IconEcgHeartRounded' -export * from './IconEcgHeartRoundedFilled' -export * from './IconEcgHeartSharp' -export * from './IconEcgHeartSharpFilled' -export * from './IconEcoOutlinedFilled' -export * from './IconEcoOutlined' -export * from './IconEcoRounded' -export * from './IconEcoRoundedFilled' -export * from './IconEcoSharpFilled' -export * from './IconEcoSharp' -export * from './IconEdaOutlined' -export * from './IconEdaOutlinedFilled' -export * from './IconEdaRoundedFilled' -export * from './IconEdaRounded' -export * from './IconEdaSharp' -export * from './IconEdaSharpFilled' -export * from './IconEdgesensorHighOutlined' -export * from './IconEdgesensorHighOutlinedFilled' -export * from './IconEdgesensorHighRoundedFilled' -export * from './IconEdgesensorHighRounded' -export * from './IconEdgesensorHighSharp' -export * from './IconEdgesensorHighSharpFilled' -export * from './IconEdgesensorLowOutlined' -export * from './IconEdgesensorLowOutlinedFilled' -export * from './IconEdgesensorLowRoundedFilled' -export * from './IconEdgesensorLowRounded' -export * from './IconEdgesensorLowSharpFilled' -export * from './IconEdgesensorLowSharp' -export * from './IconEditOutlinedFilled' -export * from './IconEditOutlined' -export * from './IconEditRounded' -export * from './IconEditRoundedFilled' -export * from './IconEditSharp' -export * from './IconEditSharpFilled' -export * from './IconEditAttributesOutlinedFilled' -export * from './IconEditAttributesOutlined' -export * from './IconEditAttributesRounded' -export * from './IconEditAttributesRoundedFilled' -export * from './IconEditAttributesSharp' -export * from './IconEditAttributesSharpFilled' -export * from './IconEditAudioOutlined' -export * from './IconEditAudioOutlinedFilled' -export * from './IconEditAudioRoundedFilled' -export * from './IconEditAudioRounded' -export * from './IconEditAudioSharpFilled' -export * from './IconEditAudioSharp' -export * from './IconEditCalendarOutlinedFilled' -export * from './IconEditCalendarOutlined' -export * from './IconEditCalendarRounded' -export * from './IconEditCalendarRoundedFilled' -export * from './IconEditCalendarSharp' -export * from './IconEditCalendarSharpFilled' -export * from './IconEditDocumentOutlinedFilled' -export * from './IconEditDocumentOutlined' -export * from './IconEditDocumentRounded' -export * from './IconEditDocumentRoundedFilled' -export * from './IconEditDocumentSharp' -export * from './IconEditDocumentSharpFilled' -export * from './IconEditLocationOutlined' -export * from './IconEditLocationOutlinedFilled' -export * from './IconEditLocationRounded' -export * from './IconEditLocationRoundedFilled' -export * from './IconEditLocationSharpFilled' -export * from './IconEditLocationSharp' -export * from './IconEditLocationAltOutlined' -export * from './IconEditLocationAltOutlinedFilled' -export * from './IconEditLocationAltRounded' -export * from './IconEditLocationAltRoundedFilled' -export * from './IconEditLocationAltSharpFilled' -export * from './IconEditLocationAltSharp' -export * from './IconEditNoteOutlined' -export * from './IconEditNoteOutlinedFilled' -export * from './IconEditNoteRounded' -export * from './IconEditNoteRoundedFilled' -export * from './IconEditNoteSharp' -export * from './IconEditNoteSharpFilled' -export * from './IconEditNotificationsOutlined' -export * from './IconEditNotificationsOutlinedFilled' -export * from './IconEditNotificationsRounded' -export * from './IconEditNotificationsRoundedFilled' -export * from './IconEditNotificationsSharpFilled' -export * from './IconEditNotificationsSharp' -export * from './IconEditOffOutlinedFilled' -export * from './IconEditOffOutlined' -export * from './IconEditOffRoundedFilled' -export * from './IconEditOffRounded' -export * from './IconEditOffSharp' -export * from './IconEditOffSharpFilled' -export * from './IconEditRoadOutlined' -export * from './IconEditRoadOutlinedFilled' -export * from './IconEditRoadRounded' -export * from './IconEditRoadRoundedFilled' -export * from './IconEditRoadSharpFilled' -export * from './IconEditRoadSharp' -export * from './IconEditSquareOutlined' -export * from './IconEditSquareOutlinedFilled' -export * from './IconEditSquareRoundedFilled' -export * from './IconEditSquareRounded' -export * from './IconEditSquareSharp' -export * from './IconEditSquareSharpFilled' -export * from './IconEditorChoiceOutlined' -export * from './IconEditorChoiceOutlinedFilled' -export * from './IconEditorChoiceRoundedFilled' -export * from './IconEditorChoiceRounded' -export * from './IconEditorChoiceSharp' -export * from './IconEditorChoiceSharpFilled' -export * from './IconEggOutlinedFilled' -export * from './IconEggOutlined' -export * from './IconEggRoundedFilled' -export * from './IconEggRounded' -export * from './IconEggSharpFilled' -export * from './IconEggSharp' -export * from './IconEggAltOutlinedFilled' -export * from './IconEggAltOutlined' -export * from './IconEggAltRoundedFilled' -export * from './IconEggAltRounded' -export * from './IconEggAltSharp' -export * from './IconEggAltSharpFilled' -export * from './IconEjectOutlined' -export * from './IconEjectOutlinedFilled' -export * from './IconEjectRoundedFilled' -export * from './IconEjectRounded' -export * from './IconEjectSharpFilled' -export * from './IconEjectSharp' -export * from './IconElderlyOutlinedFilled' -export * from './IconElderlyOutlined' -export * from './IconElderlyRoundedFilled' -export * from './IconElderlyRounded' -export * from './IconElderlySharp' -export * from './IconElderlySharpFilled' -export * from './IconElderlyWomanOutlinedFilled' -export * from './IconElderlyWomanOutlined' -export * from './IconElderlyWomanRounded' -export * from './IconElderlyWomanRoundedFilled' -export * from './IconElderlyWomanSharp' -export * from './IconElderlyWomanSharpFilled' -export * from './IconElectricBikeOutlinedFilled' -export * from './IconElectricBikeOutlined' -export * from './IconElectricBikeRoundedFilled' -export * from './IconElectricBikeRounded' -export * from './IconElectricBikeSharpFilled' -export * from './IconElectricBikeSharp' -export * from './IconElectricBoltOutlinedFilled' -export * from './IconElectricBoltOutlined' -export * from './IconElectricBoltRoundedFilled' -export * from './IconElectricBoltRounded' -export * from './IconElectricBoltSharpFilled' -export * from './IconElectricBoltSharp' -export * from './IconElectricCarOutlinedFilled' -export * from './IconElectricCarOutlined' -export * from './IconElectricCarRoundedFilled' -export * from './IconElectricCarRounded' -export * from './IconElectricCarSharpFilled' -export * from './IconElectricCarSharp' -export * from './IconElectricMeterOutlinedFilled' -export * from './IconElectricMeterOutlined' -export * from './IconElectricMeterRounded' -export * from './IconElectricMeterRoundedFilled' -export * from './IconElectricMeterSharp' -export * from './IconElectricMeterSharpFilled' -export * from './IconElectricMopedOutlined' -export * from './IconElectricMopedOutlinedFilled' -export * from './IconElectricMopedRounded' -export * from './IconElectricMopedRoundedFilled' -export * from './IconElectricMopedSharpFilled' -export * from './IconElectricMopedSharp' -export * from './IconElectricRickshawOutlinedFilled' -export * from './IconElectricRickshawOutlined' -export * from './IconElectricRickshawRoundedFilled' -export * from './IconElectricRickshawRounded' -export * from './IconElectricRickshawSharpFilled' -export * from './IconElectricRickshawSharp' -export * from './IconElectricScooterOutlinedFilled' -export * from './IconElectricScooterOutlined' -export * from './IconElectricScooterRoundedFilled' -export * from './IconElectricScooterRounded' -export * from './IconElectricScooterSharp' -export * from './IconElectricScooterSharpFilled' -export * from './IconElectricalServicesOutlined' -export * from './IconElectricalServicesOutlinedFilled' -export * from './IconElectricalServicesRounded' -export * from './IconElectricalServicesRoundedFilled' -export * from './IconElectricalServicesSharpFilled' -export * from './IconElectricalServicesSharp' -export * from './IconElevationOutlined' -export * from './IconElevationOutlinedFilled' -export * from './IconElevationRounded' -export * from './IconElevationRoundedFilled' -export * from './IconElevationSharpFilled' -export * from './IconElevationSharp' -export * from './IconElevatorOutlinedFilled' -export * from './IconElevatorOutlined' -export * from './IconElevatorRoundedFilled' -export * from './IconElevatorRounded' -export * from './IconElevatorSharpFilled' -export * from './IconElevatorSharp' -export * from './IconEmergencyOutlinedFilled' -export * from './IconEmergencyOutlined' -export * from './IconEmergencyRounded' -export * from './IconEmergencyRoundedFilled' -export * from './IconEmergencySharp' -export * from './IconEmergencySharpFilled' -export * from './IconEmergencyHeatOutlinedFilled' -export * from './IconEmergencyHeatOutlined' -export * from './IconEmergencyHeatRounded' -export * from './IconEmergencyHeatRoundedFilled' -export * from './IconEmergencyHeatSharp' -export * from './IconEmergencyHeatSharpFilled' -export * from './IconEmergencyHeat2Outlined' -export * from './IconEmergencyHeat2OutlinedFilled' -export * from './IconEmergencyHeat2Rounded' -export * from './IconEmergencyHeat2RoundedFilled' -export * from './IconEmergencyHeat2Sharp' -export * from './IconEmergencyHeat2SharpFilled' -export * from './IconEmergencyHomeOutlined' -export * from './IconEmergencyHomeOutlinedFilled' -export * from './IconEmergencyHomeRounded' -export * from './IconEmergencyHomeRoundedFilled' -export * from './IconEmergencyHomeSharp' -export * from './IconEmergencyHomeSharpFilled' -export * from './IconEmergencyRecordingOutlined' -export * from './IconEmergencyRecordingOutlinedFilled' -export * from './IconEmergencyRecordingRoundedFilled' -export * from './IconEmergencyRecordingRounded' -export * from './IconEmergencyRecordingSharpFilled' -export * from './IconEmergencyRecordingSharp' -export * from './IconEmergencyShareOutlined' -export * from './IconEmergencyShareOutlinedFilled' -export * from './IconEmergencyShareRounded' -export * from './IconEmergencyShareRoundedFilled' -export * from './IconEmergencyShareSharp' -export * from './IconEmergencyShareSharpFilled' -export * from './IconEmergencyShareOffOutlined' -export * from './IconEmergencyShareOffOutlinedFilled' -export * from './IconEmergencyShareOffRoundedFilled' -export * from './IconEmergencyShareOffRounded' -export * from './IconEmergencyShareOffSharpFilled' -export * from './IconEmergencyShareOffSharp' -export * from './IconEmojiEventsOutlined' -export * from './IconEmojiEventsOutlinedFilled' -export * from './IconEmojiEventsRounded' -export * from './IconEmojiEventsRoundedFilled' -export * from './IconEmojiEventsSharp' -export * from './IconEmojiEventsSharpFilled' -export * from './IconEmojiFoodBeverageOutlined' -export * from './IconEmojiFoodBeverageOutlinedFilled' -export * from './IconEmojiFoodBeverageRoundedFilled' -export * from './IconEmojiFoodBeverageRounded' -export * from './IconEmojiFoodBeverageSharp' -export * from './IconEmojiFoodBeverageSharpFilled' -export * from './IconEmojiLanguageOutlinedFilled' -export * from './IconEmojiLanguageOutlined' -export * from './IconEmojiLanguageRounded' -export * from './IconEmojiLanguageRoundedFilled' -export * from './IconEmojiLanguageSharpFilled' -export * from './IconEmojiLanguageSharp' -export * from './IconEmojiNatureOutlined' -export * from './IconEmojiNatureOutlinedFilled' -export * from './IconEmojiNatureRounded' -export * from './IconEmojiNatureRoundedFilled' -export * from './IconEmojiNatureSharpFilled' -export * from './IconEmojiNatureSharp' -export * from './IconEmojiObjectsOutlinedFilled' -export * from './IconEmojiObjectsOutlined' -export * from './IconEmojiObjectsRoundedFilled' -export * from './IconEmojiObjectsRounded' -export * from './IconEmojiObjectsSharp' -export * from './IconEmojiObjectsSharpFilled' -export * from './IconEmojiPeopleOutlinedFilled' -export * from './IconEmojiPeopleOutlined' -export * from './IconEmojiPeopleRounded' -export * from './IconEmojiPeopleRoundedFilled' -export * from './IconEmojiPeopleSharpFilled' -export * from './IconEmojiPeopleSharp' -export * from './IconEmojiSymbolsOutlined' -export * from './IconEmojiSymbolsOutlinedFilled' -export * from './IconEmojiSymbolsRoundedFilled' -export * from './IconEmojiSymbolsRounded' -export * from './IconEmojiSymbolsSharpFilled' -export * from './IconEmojiSymbolsSharp' -export * from './IconEmojiTransportationOutlinedFilled' -export * from './IconEmojiTransportationOutlined' -export * from './IconEmojiTransportationRounded' -export * from './IconEmojiTransportationRoundedFilled' -export * from './IconEmojiTransportationSharp' -export * from './IconEmojiTransportationSharpFilled' -export * from './IconEmoticonOutlinedFilled' -export * from './IconEmoticonOutlined' -export * from './IconEmoticonRounded' -export * from './IconEmoticonRoundedFilled' -export * from './IconEmoticonSharp' -export * from './IconEmoticonSharpFilled' -export * from './IconEmptyDashboardOutlinedFilled' -export * from './IconEmptyDashboardOutlined' -export * from './IconEmptyDashboardRounded' -export * from './IconEmptyDashboardRoundedFilled' -export * from './IconEmptyDashboardSharp' -export * from './IconEmptyDashboardSharpFilled' -export * from './IconEnableOutlined' -export * from './IconEnableOutlinedFilled' -export * from './IconEnableRounded' -export * from './IconEnableRoundedFilled' -export * from './IconEnableSharpFilled' -export * from './IconEnableSharp' -export * from './IconEncryptedOutlined' -export * from './IconEncryptedOutlinedFilled' -export * from './IconEncryptedRounded' -export * from './IconEncryptedRoundedFilled' -export * from './IconEncryptedSharpFilled' -export * from './IconEncryptedSharp' -export * from './IconEncryptedAddOutlinedFilled' -export * from './IconEncryptedAddOutlined' -export * from './IconEncryptedAddRounded' -export * from './IconEncryptedAddRoundedFilled' -export * from './IconEncryptedAddSharp' -export * from './IconEncryptedAddSharpFilled' -export * from './IconEncryptedAddCircleOutlined' -export * from './IconEncryptedAddCircleOutlinedFilled' -export * from './IconEncryptedAddCircleRoundedFilled' -export * from './IconEncryptedAddCircleRounded' -export * from './IconEncryptedAddCircleSharp' -export * from './IconEncryptedAddCircleSharpFilled' -export * from './IconEncryptedMinusCircleOutlined' -export * from './IconEncryptedMinusCircleOutlinedFilled' -export * from './IconEncryptedMinusCircleRoundedFilled' -export * from './IconEncryptedMinusCircleRounded' -export * from './IconEncryptedMinusCircleSharp' -export * from './IconEncryptedMinusCircleSharpFilled' -export * from './IconEncryptedOffOutlined' -export * from './IconEncryptedOffOutlinedFilled' -export * from './IconEncryptedOffRoundedFilled' -export * from './IconEncryptedOffRounded' -export * from './IconEncryptedOffSharp' -export * from './IconEncryptedOffSharpFilled' -export * from './IconEndocrinologyOutlined' -export * from './IconEndocrinologyOutlinedFilled' -export * from './IconEndocrinologyRounded' -export * from './IconEndocrinologyRoundedFilled' -export * from './IconEndocrinologySharp' -export * from './IconEndocrinologySharpFilled' -export * from './IconEnergyOutlined' -export * from './IconEnergyOutlinedFilled' -export * from './IconEnergyRoundedFilled' -export * from './IconEnergyRounded' -export * from './IconEnergySharp' -export * from './IconEnergySharpFilled' -export * from './IconEnergyProgramSavingOutlined' -export * from './IconEnergyProgramSavingOutlinedFilled' -export * from './IconEnergyProgramSavingRoundedFilled' -export * from './IconEnergyProgramSavingRounded' -export * from './IconEnergyProgramSavingSharp' -export * from './IconEnergyProgramSavingSharpFilled' -export * from './IconEnergyProgramTimeUsedOutlined' -export * from './IconEnergyProgramTimeUsedOutlinedFilled' -export * from './IconEnergyProgramTimeUsedRounded' -export * from './IconEnergyProgramTimeUsedRoundedFilled' -export * from './IconEnergyProgramTimeUsedSharp' -export * from './IconEnergyProgramTimeUsedSharpFilled' -export * from './IconEnergySavingsLeafOutlined' -export * from './IconEnergySavingsLeafOutlinedFilled' -export * from './IconEnergySavingsLeafRoundedFilled' -export * from './IconEnergySavingsLeafRounded' -export * from './IconEnergySavingsLeafSharpFilled' -export * from './IconEnergySavingsLeafSharp' -export * from './IconEngineeringOutlinedFilled' -export * from './IconEngineeringOutlined' -export * from './IconEngineeringRoundedFilled' -export * from './IconEngineeringRounded' -export * from './IconEngineeringSharp' -export * from './IconEngineeringSharpFilled' -export * from './IconEnhancedEncryptionOutlinedFilled' -export * from './IconEnhancedEncryptionOutlined' -export * from './IconEnhancedEncryptionRounded' -export * from './IconEnhancedEncryptionRoundedFilled' -export * from './IconEnhancedEncryptionSharp' -export * from './IconEnhancedEncryptionSharpFilled' -export * from './IconEntOutlined' -export * from './IconEntOutlinedFilled' -export * from './IconEntRoundedFilled' -export * from './IconEntRounded' -export * from './IconEntSharpFilled' -export * from './IconEntSharp' -export * from './IconEnterpriseOutlinedFilled' -export * from './IconEnterpriseOutlined' -export * from './IconEnterpriseRounded' -export * from './IconEnterpriseRoundedFilled' -export * from './IconEnterpriseSharp' -export * from './IconEnterpriseSharpFilled' -export * from './IconEnterpriseOffOutlined' -export * from './IconEnterpriseOffOutlinedFilled' -export * from './IconEnterpriseOffRoundedFilled' -export * from './IconEnterpriseOffRounded' -export * from './IconEnterpriseOffSharp' -export * from './IconEnterpriseOffSharpFilled' -export * from './IconEqualOutlinedFilled' -export * from './IconEqualOutlined' -export * from './IconEqualRounded' -export * from './IconEqualRoundedFilled' -export * from './IconEqualSharpFilled' -export * from './IconEqualSharp' -export * from './IconEqualizerOutlinedFilled' -export * from './IconEqualizerOutlined' -export * from './IconEqualizerRounded' -export * from './IconEqualizerRoundedFilled' -export * from './IconEqualizerSharp' -export * from './IconEqualizerSharpFilled' -export * from './IconEraserSize1Outlined' -export * from './IconEraserSize1OutlinedFilled' -export * from './IconEraserSize1Rounded' -export * from './IconEraserSize1RoundedFilled' -export * from './IconEraserSize1Sharp' -export * from './IconEraserSize1SharpFilled' -export * from './IconEraserSize2Outlined' -export * from './IconEraserSize2OutlinedFilled' -export * from './IconEraserSize2Rounded' -export * from './IconEraserSize2RoundedFilled' -export * from './IconEraserSize2SharpFilled' -export * from './IconEraserSize2Sharp' -export * from './IconEraserSize3OutlinedFilled' -export * from './IconEraserSize3Outlined' -export * from './IconEraserSize3Rounded' -export * from './IconEraserSize3RoundedFilled' -export * from './IconEraserSize3Sharp' -export * from './IconEraserSize3SharpFilled' -export * from './IconEraserSize4OutlinedFilled' -export * from './IconEraserSize4Outlined' -export * from './IconEraserSize4RoundedFilled' -export * from './IconEraserSize4Rounded' -export * from './IconEraserSize4Sharp' -export * from './IconEraserSize4SharpFilled' -export * from './IconEraserSize5OutlinedFilled' -export * from './IconEraserSize5Outlined' -export * from './IconEraserSize5Rounded' -export * from './IconEraserSize5RoundedFilled' -export * from './IconEraserSize5Sharp' -export * from './IconEraserSize5SharpFilled' -export * from './IconErrorOutlined' -export * from './IconErrorOutlinedFilled' -export * from './IconErrorRoundedFilled' -export * from './IconErrorRounded' -export * from './IconErrorSharpFilled' -export * from './IconErrorSharp' -export * from './IconErrorMedOutlinedFilled' -export * from './IconErrorMedOutlined' -export * from './IconErrorMedRoundedFilled' -export * from './IconErrorMedRounded' -export * from './IconErrorMedSharpFilled' -export * from './IconErrorMedSharp' -export * from './IconEscalatorOutlinedFilled' -export * from './IconEscalatorOutlined' -export * from './IconEscalatorRoundedFilled' -export * from './IconEscalatorRounded' -export * from './IconEscalatorSharp' -export * from './IconEscalatorSharpFilled' -export * from './IconEscalatorWarningOutlinedFilled' -export * from './IconEscalatorWarningOutlined' -export * from './IconEscalatorWarningRounded' -export * from './IconEscalatorWarningRoundedFilled' -export * from './IconEscalatorWarningSharpFilled' -export * from './IconEscalatorWarningSharp' -export * from './IconEuroOutlined' -export * from './IconEuroOutlinedFilled' -export * from './IconEuroRoundedFilled' -export * from './IconEuroRounded' -export * from './IconEuroSharp' -export * from './IconEuroSharpFilled' -export * from './IconEuroSymbolOutlinedFilled' -export * from './IconEuroSymbolOutlined' -export * from './IconEuroSymbolRounded' -export * from './IconEuroSymbolRoundedFilled' -export * from './IconEuroSymbolSharp' -export * from './IconEuroSymbolSharpFilled' -export * from './IconEvMobiledataBadgeOutlinedFilled' -export * from './IconEvMobiledataBadgeOutlined' -export * from './IconEvMobiledataBadgeRoundedFilled' -export * from './IconEvMobiledataBadgeRounded' -export * from './IconEvMobiledataBadgeSharp' -export * from './IconEvMobiledataBadgeSharpFilled' -export * from './IconEvShadowOutlinedFilled' -export * from './IconEvShadowOutlined' -export * from './IconEvShadowRoundedFilled' -export * from './IconEvShadowRounded' -export * from './IconEvShadowSharp' -export * from './IconEvShadowSharpFilled' -export * from './IconEvShadowAddOutlinedFilled' -export * from './IconEvShadowAddOutlined' -export * from './IconEvShadowAddRoundedFilled' -export * from './IconEvShadowAddRounded' -export * from './IconEvShadowAddSharpFilled' -export * from './IconEvShadowAddSharp' -export * from './IconEvShadowMinusOutlined' -export * from './IconEvShadowMinusOutlinedFilled' -export * from './IconEvShadowMinusRounded' -export * from './IconEvShadowMinusRoundedFilled' -export * from './IconEvShadowMinusSharp' -export * from './IconEvShadowMinusSharpFilled' -export * from './IconEvStationOutlined' -export * from './IconEvStationOutlinedFilled' -export * from './IconEvStationRoundedFilled' -export * from './IconEvStationRounded' -export * from './IconEvStationSharp' -export * from './IconEvStationSharpFilled' -export * from './IconEventOutlinedFilled' -export * from './IconEventOutlined' -export * from './IconEventRounded' -export * from './IconEventRoundedFilled' -export * from './IconEventSharp' -export * from './IconEventSharpFilled' -export * from './IconEventAvailableOutlinedFilled' -export * from './IconEventAvailableOutlined' -export * from './IconEventAvailableRounded' -export * from './IconEventAvailableRoundedFilled' -export * from './IconEventAvailableSharpFilled' -export * from './IconEventAvailableSharp' -export * from './IconEventBusyOutlinedFilled' -export * from './IconEventBusyOutlined' -export * from './IconEventBusyRounded' -export * from './IconEventBusyRoundedFilled' -export * from './IconEventBusySharpFilled' -export * from './IconEventBusySharp' -export * from './IconEventListOutlinedFilled' -export * from './IconEventListOutlined' -export * from './IconEventListRounded' -export * from './IconEventListRoundedFilled' -export * from './IconEventListSharpFilled' -export * from './IconEventListSharp' -export * from './IconEventNoteOutlined' -export * from './IconEventNoteOutlinedFilled' -export * from './IconEventNoteRounded' -export * from './IconEventNoteRoundedFilled' -export * from './IconEventNoteSharp' -export * from './IconEventNoteSharpFilled' -export * from './IconEventRepeatOutlined' -export * from './IconEventRepeatOutlinedFilled' -export * from './IconEventRepeatRoundedFilled' -export * from './IconEventRepeatRounded' -export * from './IconEventRepeatSharp' -export * from './IconEventRepeatSharpFilled' -export * from './IconEventSeatOutlined' -export * from './IconEventSeatOutlinedFilled' -export * from './IconEventSeatRoundedFilled' -export * from './IconEventSeatRounded' -export * from './IconEventSeatSharp' -export * from './IconEventSeatSharpFilled' -export * from './IconEventUpcomingOutlinedFilled' -export * from './IconEventUpcomingOutlined' -export * from './IconEventUpcomingRoundedFilled' -export * from './IconEventUpcomingRounded' -export * from './IconEventUpcomingSharp' -export * from './IconEventUpcomingSharpFilled' -export * from './IconExclamationOutlined' -export * from './IconExclamationOutlinedFilled' -export * from './IconExclamationRounded' -export * from './IconExclamationRoundedFilled' -export * from './IconExclamationSharp' -export * from './IconExclamationSharpFilled' -export * from './IconExerciseOutlinedFilled' -export * from './IconExerciseOutlined' -export * from './IconExerciseRoundedFilled' -export * from './IconExerciseRounded' -export * from './IconExerciseSharpFilled' -export * from './IconExerciseSharp' -export * from './IconExitToAppOutlined' -export * from './IconExitToAppOutlinedFilled' -export * from './IconExitToAppRoundedFilled' -export * from './IconExitToAppRounded' -export * from './IconExitToAppSharp' -export * from './IconExitToAppSharpFilled' -export * from './IconExpandOutlinedFilled' -export * from './IconExpandOutlined' -export * from './IconExpandRoundedFilled' -export * from './IconExpandRounded' -export * from './IconExpandSharpFilled' -export * from './IconExpandSharp' -export * from './IconExpandAllOutlinedFilled' -export * from './IconExpandAllOutlined' -export * from './IconExpandAllRounded' -export * from './IconExpandAllRoundedFilled' -export * from './IconExpandAllSharpFilled' -export * from './IconExpandAllSharp' -export * from './IconExpandCircleDownOutlined' -export * from './IconExpandCircleDownOutlinedFilled' -export * from './IconExpandCircleDownRoundedFilled' -export * from './IconExpandCircleDownRounded' -export * from './IconExpandCircleDownSharpFilled' -export * from './IconExpandCircleDownSharp' -export * from './IconExpandCircleRightOutlined' -export * from './IconExpandCircleRightOutlinedFilled' -export * from './IconExpandCircleRightRoundedFilled' -export * from './IconExpandCircleRightRounded' -export * from './IconExpandCircleRightSharp' -export * from './IconExpandCircleRightSharpFilled' -export * from './IconExpandCircleUpOutlinedFilled' -export * from './IconExpandCircleUpOutlined' -export * from './IconExpandCircleUpRounded' -export * from './IconExpandCircleUpRoundedFilled' -export * from './IconExpandCircleUpSharp' -export * from './IconExpandCircleUpSharpFilled' -export * from './IconExpandContentOutlinedFilled' -export * from './IconExpandContentOutlined' -export * from './IconExpandContentRoundedFilled' -export * from './IconExpandContentRounded' -export * from './IconExpandContentSharp' -export * from './IconExpandContentSharpFilled' -export * from './IconExperimentOutlined' -export * from './IconExperimentOutlinedFilled' -export * from './IconExperimentRoundedFilled' -export * from './IconExperimentRounded' -export * from './IconExperimentSharp' -export * from './IconExperimentSharpFilled' -export * from './IconExplicitOutlined' -export * from './IconExplicitOutlinedFilled' -export * from './IconExplicitRounded' -export * from './IconExplicitRoundedFilled' -export * from './IconExplicitSharpFilled' -export * from './IconExplicitSharp' -export * from './IconExploreOutlined' -export * from './IconExploreOutlinedFilled' -export * from './IconExploreRoundedFilled' -export * from './IconExploreRounded' -export * from './IconExploreSharp' -export * from './IconExploreSharpFilled' -export * from './IconExploreNearbyOutlined' -export * from './IconExploreNearbyOutlinedFilled' -export * from './IconExploreNearbyRounded' -export * from './IconExploreNearbyRoundedFilled' -export * from './IconExploreNearbySharp' -export * from './IconExploreNearbySharpFilled' -export * from './IconExploreOffOutlinedFilled' -export * from './IconExploreOffOutlined' -export * from './IconExploreOffRoundedFilled' -export * from './IconExploreOffRounded' -export * from './IconExploreOffSharp' -export * from './IconExploreOffSharpFilled' -export * from './IconExplosionOutlinedFilled' -export * from './IconExplosionOutlined' -export * from './IconExplosionRounded' -export * from './IconExplosionRoundedFilled' -export * from './IconExplosionSharpFilled' -export * from './IconExplosionSharp' -export * from './IconExportNotesOutlined' -export * from './IconExportNotesOutlinedFilled' -export * from './IconExportNotesRoundedFilled' -export * from './IconExportNotesRounded' -export * from './IconExportNotesSharp' -export * from './IconExportNotesSharpFilled' -export * from './IconExposureOutlined' -export * from './IconExposureOutlinedFilled' -export * from './IconExposureRoundedFilled' -export * from './IconExposureRounded' -export * from './IconExposureSharpFilled' -export * from './IconExposureSharp' -export * from './IconExposureNeg1OutlinedFilled' -export * from './IconExposureNeg1Outlined' -export * from './IconExposureNeg1Rounded' -export * from './IconExposureNeg1RoundedFilled' -export * from './IconExposureNeg1SharpFilled' -export * from './IconExposureNeg1Sharp' -export * from './IconExposureNeg2Outlined' -export * from './IconExposureNeg2OutlinedFilled' -export * from './IconExposureNeg2Rounded' -export * from './IconExposureNeg2RoundedFilled' -export * from './IconExposureNeg2SharpFilled' -export * from './IconExposureNeg2Sharp' -export * from './IconExposurePlus1Outlined' -export * from './IconExposurePlus1OutlinedFilled' -export * from './IconExposurePlus1RoundedFilled' -export * from './IconExposurePlus1Rounded' -export * from './IconExposurePlus1Sharp' -export * from './IconExposurePlus1SharpFilled' -export * from './IconExposurePlus2Outlined' -export * from './IconExposurePlus2OutlinedFilled' -export * from './IconExposurePlus2Rounded' -export * from './IconExposurePlus2RoundedFilled' -export * from './IconExposurePlus2Sharp' -export * from './IconExposurePlus2SharpFilled' -export * from './IconExposureZeroOutlinedFilled' -export * from './IconExposureZeroOutlined' -export * from './IconExposureZeroRounded' -export * from './IconExposureZeroRoundedFilled' -export * from './IconExposureZeroSharp' -export * from './IconExposureZeroSharpFilled' -export * from './IconExtensionOutlined' -export * from './IconExtensionOutlinedFilled' -export * from './IconExtensionRoundedFilled' -export * from './IconExtensionRounded' -export * from './IconExtensionSharp' -export * from './IconExtensionSharpFilled' -export * from './IconExtensionOffOutlinedFilled' -export * from './IconExtensionOffOutlined' -export * from './IconExtensionOffRounded' -export * from './IconExtensionOffRoundedFilled' -export * from './IconExtensionOffSharpFilled' -export * from './IconExtensionOffSharp' -export * from './IconEyeTrackingOutlinedFilled' -export * from './IconEyeTrackingOutlined' -export * from './IconEyeTrackingRoundedFilled' -export * from './IconEyeTrackingRounded' -export * from './IconEyeTrackingSharp' -export * from './IconEyeTrackingSharpFilled' -export * from './IconEyeglassesOutlined' -export * from './IconEyeglassesOutlinedFilled' -export * from './IconEyeglassesRounded' -export * from './IconEyeglassesRoundedFilled' -export * from './IconEyeglassesSharp' -export * from './IconEyeglassesSharpFilled' -export * from './IconFaceOutlined' -export * from './IconFaceOutlinedFilled' -export * from './IconFaceRounded' -export * from './IconFaceRoundedFilled' -export * from './IconFaceSharpFilled' -export * from './IconFaceSharp' -export * from './IconFace2OutlinedFilled' -export * from './IconFace2Outlined' -export * from './IconFace2Rounded' -export * from './IconFace2RoundedFilled' -export * from './IconFace2SharpFilled' -export * from './IconFace2Sharp' -export * from './IconFace3Outlined' -export * from './IconFace3OutlinedFilled' -export * from './IconFace3RoundedFilled' -export * from './IconFace3Rounded' -export * from './IconFace3Sharp' -export * from './IconFace3SharpFilled' -export * from './IconFace4OutlinedFilled' -export * from './IconFace4Outlined' -export * from './IconFace4Rounded' -export * from './IconFace4RoundedFilled' -export * from './IconFace4SharpFilled' -export * from './IconFace4Sharp' -export * from './IconFace5OutlinedFilled' -export * from './IconFace5Outlined' -export * from './IconFace5Rounded' -export * from './IconFace5RoundedFilled' -export * from './IconFace5Sharp' -export * from './IconFace5SharpFilled' -export * from './IconFace6Outlined' -export * from './IconFace6OutlinedFilled' -export * from './IconFace6Rounded' -export * from './IconFace6RoundedFilled' -export * from './IconFace6Sharp' -export * from './IconFace6SharpFilled' -export * from './IconFaceDownOutlinedFilled' -export * from './IconFaceDownOutlined' -export * from './IconFaceDownRounded' -export * from './IconFaceDownRoundedFilled' -export * from './IconFaceDownSharp' -export * from './IconFaceDownSharpFilled' -export * from './IconFaceLeftOutlinedFilled' -export * from './IconFaceLeftOutlined' -export * from './IconFaceLeftRoundedFilled' -export * from './IconFaceLeftRounded' -export * from './IconFaceLeftSharp' -export * from './IconFaceLeftSharpFilled' -export * from './IconFaceNodOutlined' -export * from './IconFaceNodOutlinedFilled' -export * from './IconFaceNodRounded' -export * from './IconFaceNodRoundedFilled' -export * from './IconFaceNodSharp' -export * from './IconFaceNodSharpFilled' -export * from './IconFaceRetouchingOffOutlined' -export * from './IconFaceRetouchingOffOutlinedFilled' -export * from './IconFaceRetouchingOffRoundedFilled' -export * from './IconFaceRetouchingOffRounded' -export * from './IconFaceRetouchingOffSharp' -export * from './IconFaceRetouchingOffSharpFilled' -export * from './IconFaceRightOutlined' -export * from './IconFaceRightOutlinedFilled' -export * from './IconFaceRightRounded' -export * from './IconFaceRightRoundedFilled' -export * from './IconFaceRightSharpFilled' -export * from './IconFaceRightSharp' -export * from './IconFaceShakeOutlinedFilled' -export * from './IconFaceShakeOutlined' -export * from './IconFaceShakeRoundedFilled' -export * from './IconFaceShakeRounded' -export * from './IconFaceShakeSharpFilled' -export * from './IconFaceShakeSharp' -export * from './IconFaceUpOutlinedFilled' -export * from './IconFaceUpOutlined' -export * from './IconFaceUpRounded' -export * from './IconFaceUpRoundedFilled' -export * from './IconFaceUpSharp' -export * from './IconFaceUpSharpFilled' -export * from './IconFactCheckOutlinedFilled' -export * from './IconFactCheckOutlined' -export * from './IconFactCheckRounded' -export * from './IconFactCheckRoundedFilled' -export * from './IconFactCheckSharp' -export * from './IconFactCheckSharpFilled' -export * from './IconFactoryOutlined' -export * from './IconFactoryOutlinedFilled' -export * from './IconFactoryRounded' -export * from './IconFactoryRoundedFilled' -export * from './IconFactorySharp' -export * from './IconFactorySharpFilled' -export * from './IconFallingOutlined' -export * from './IconFallingOutlinedFilled' -export * from './IconFallingRounded' -export * from './IconFallingRoundedFilled' -export * from './IconFallingSharpFilled' -export * from './IconFallingSharp' -export * from './IconFamiliarFaceAndZoneOutlinedFilled' -export * from './IconFamiliarFaceAndZoneOutlined' -export * from './IconFamiliarFaceAndZoneRounded' -export * from './IconFamiliarFaceAndZoneRoundedFilled' -export * from './IconFamiliarFaceAndZoneSharpFilled' -export * from './IconFamiliarFaceAndZoneSharp' -export * from './IconFamilyHistoryOutlinedFilled' -export * from './IconFamilyHistoryOutlined' -export * from './IconFamilyHistoryRoundedFilled' -export * from './IconFamilyHistoryRounded' -export * from './IconFamilyHistorySharp' -export * from './IconFamilyHistorySharpFilled' -export * from './IconFamilyHomeOutlined' -export * from './IconFamilyHomeOutlinedFilled' -export * from './IconFamilyHomeRounded' -export * from './IconFamilyHomeRoundedFilled' -export * from './IconFamilyHomeSharp' -export * from './IconFamilyHomeSharpFilled' -export * from './IconFamilyLinkOutlined' -export * from './IconFamilyLinkOutlinedFilled' -export * from './IconFamilyLinkRounded' -export * from './IconFamilyLinkRoundedFilled' -export * from './IconFamilyLinkSharpFilled' -export * from './IconFamilyLinkSharp' -export * from './IconFamilyRestroomOutlinedFilled' -export * from './IconFamilyRestroomOutlined' -export * from './IconFamilyRestroomRounded' -export * from './IconFamilyRestroomRoundedFilled' -export * from './IconFamilyRestroomSharp' -export * from './IconFamilyRestroomSharpFilled' -export * from './IconFamilyStarOutlinedFilled' -export * from './IconFamilyStarOutlined' -export * from './IconFamilyStarRounded' -export * from './IconFamilyStarRoundedFilled' -export * from './IconFamilyStarSharpFilled' -export * from './IconFamilyStarSharp' -export * from './IconFarsightDigitalOutlined' -export * from './IconFarsightDigitalOutlinedFilled' -export * from './IconFarsightDigitalRounded' -export * from './IconFarsightDigitalRoundedFilled' -export * from './IconFarsightDigitalSharp' -export * from './IconFarsightDigitalSharpFilled' -export * from './IconFastForwardOutlined' -export * from './IconFastForwardOutlinedFilled' -export * from './IconFastForwardRounded' -export * from './IconFastForwardRoundedFilled' -export * from './IconFastForwardSharpFilled' -export * from './IconFastForwardSharp' -export * from './IconFastRewindOutlinedFilled' -export * from './IconFastRewindOutlined' -export * from './IconFastRewindRoundedFilled' -export * from './IconFastRewindRounded' -export * from './IconFastRewindSharpFilled' -export * from './IconFastRewindSharp' -export * from './IconFastfoodOutlined' -export * from './IconFastfoodOutlinedFilled' -export * from './IconFastfoodRounded' -export * from './IconFastfoodRoundedFilled' -export * from './IconFastfoodSharpFilled' -export * from './IconFastfoodSharp' -export * from './IconFaucetOutlined' -export * from './IconFaucetOutlinedFilled' -export * from './IconFaucetRoundedFilled' -export * from './IconFaucetRounded' -export * from './IconFaucetSharpFilled' -export * from './IconFaucetSharp' -export * from './IconFavoriteOutlined' -export * from './IconFavoriteOutlinedFilled' -export * from './IconFavoriteRoundedFilled' -export * from './IconFavoriteRounded' -export * from './IconFavoriteSharpFilled' -export * from './IconFavoriteSharp' -export * from './IconFaxOutlinedFilled' -export * from './IconFaxOutlined' -export * from './IconFaxRoundedFilled' -export * from './IconFaxRounded' -export * from './IconFaxSharp' -export * from './IconFaxSharpFilled' -export * from './IconFeatureSearchOutlined' -export * from './IconFeatureSearchOutlinedFilled' -export * from './IconFeatureSearchRounded' -export * from './IconFeatureSearchRoundedFilled' -export * from './IconFeatureSearchSharpFilled' -export * from './IconFeatureSearchSharp' -export * from './IconFeaturedPlayListOutlinedFilled' -export * from './IconFeaturedPlayListOutlined' -export * from './IconFeaturedPlayListRoundedFilled' -export * from './IconFeaturedPlayListRounded' -export * from './IconFeaturedPlayListSharpFilled' -export * from './IconFeaturedPlayListSharp' -export * from './IconFeaturedSeasonalAndGiftsOutlined' -export * from './IconFeaturedSeasonalAndGiftsOutlinedFilled' -export * from './IconFeaturedSeasonalAndGiftsRounded' -export * from './IconFeaturedSeasonalAndGiftsRoundedFilled' -export * from './IconFeaturedSeasonalAndGiftsSharp' -export * from './IconFeaturedSeasonalAndGiftsSharpFilled' -export * from './IconFeaturedVideoOutlined' -export * from './IconFeaturedVideoOutlinedFilled' -export * from './IconFeaturedVideoRounded' -export * from './IconFeaturedVideoRoundedFilled' -export * from './IconFeaturedVideoSharpFilled' -export * from './IconFeaturedVideoSharp' -export * from './IconFeedbackOutlinedFilled' -export * from './IconFeedbackOutlined' -export * from './IconFeedbackRounded' -export * from './IconFeedbackRoundedFilled' -export * from './IconFeedbackSharpFilled' -export * from './IconFeedbackSharp' -export * from './IconFemaleOutlined' -export * from './IconFemaleOutlinedFilled' -export * from './IconFemaleRounded' -export * from './IconFemaleRoundedFilled' -export * from './IconFemaleSharp' -export * from './IconFemaleSharpFilled' -export * from './IconFemurOutlinedFilled' -export * from './IconFemurOutlined' -export * from './IconFemurRoundedFilled' -export * from './IconFemurRounded' -export * from './IconFemurSharp' -export * from './IconFemurSharpFilled' -export * from './IconFemurAltOutlined' -export * from './IconFemurAltOutlinedFilled' -export * from './IconFemurAltRoundedFilled' -export * from './IconFemurAltRounded' -export * from './IconFemurAltSharp' -export * from './IconFemurAltSharpFilled' -export * from './IconFenceOutlined' -export * from './IconFenceOutlinedFilled' -export * from './IconFenceRounded' -export * from './IconFenceRoundedFilled' -export * from './IconFenceSharp' -export * from './IconFenceSharpFilled' -export * from './IconFertileOutlined' -export * from './IconFertileOutlinedFilled' -export * from './IconFertileRounded' -export * from './IconFertileRoundedFilled' -export * from './IconFertileSharpFilled' -export * from './IconFertileSharp' -export * from './IconFestivalOutlinedFilled' -export * from './IconFestivalOutlined' -export * from './IconFestivalRounded' -export * from './IconFestivalRoundedFilled' -export * from './IconFestivalSharpFilled' -export * from './IconFestivalSharp' -export * from './IconFiberDvrOutlinedFilled' -export * from './IconFiberDvrOutlined' -export * from './IconFiberDvrRounded' -export * from './IconFiberDvrRoundedFilled' -export * from './IconFiberDvrSharp' -export * from './IconFiberDvrSharpFilled' -export * from './IconFiberManualRecordOutlinedFilled' -export * from './IconFiberManualRecordOutlined' -export * from './IconFiberManualRecordRounded' -export * from './IconFiberManualRecordRoundedFilled' -export * from './IconFiberManualRecordSharpFilled' -export * from './IconFiberManualRecordSharp' -export * from './IconFiberNewOutlined' -export * from './IconFiberNewOutlinedFilled' -export * from './IconFiberNewRoundedFilled' -export * from './IconFiberNewRounded' -export * from './IconFiberNewSharp' -export * from './IconFiberNewSharpFilled' -export * from './IconFiberPinOutlined' -export * from './IconFiberPinOutlinedFilled' -export * from './IconFiberPinRounded' -export * from './IconFiberPinRoundedFilled' -export * from './IconFiberPinSharp' -export * from './IconFiberPinSharpFilled' -export * from './IconFiberSmartRecordOutlined' -export * from './IconFiberSmartRecordOutlinedFilled' -export * from './IconFiberSmartRecordRoundedFilled' -export * from './IconFiberSmartRecordRounded' -export * from './IconFiberSmartRecordSharp' -export * from './IconFiberSmartRecordSharpFilled' -export * from './IconFileCopyOutlined' -export * from './IconFileCopyOutlinedFilled' -export * from './IconFileCopyRounded' -export * from './IconFileCopyRoundedFilled' -export * from './IconFileCopySharp' -export * from './IconFileCopySharpFilled' -export * from './IconFileCopyOffOutlined' -export * from './IconFileCopyOffOutlinedFilled' -export * from './IconFileCopyOffRoundedFilled' -export * from './IconFileCopyOffRounded' -export * from './IconFileCopyOffSharpFilled' -export * from './IconFileCopyOffSharp' -export * from './IconFileDownloadOffOutlinedFilled' -export * from './IconFileDownloadOffOutlined' -export * from './IconFileDownloadOffRounded' -export * from './IconFileDownloadOffRoundedFilled' -export * from './IconFileDownloadOffSharp' -export * from './IconFileDownloadOffSharpFilled' -export * from './IconFileMapOutlinedFilled' -export * from './IconFileMapOutlined' -export * from './IconFileMapRoundedFilled' -export * from './IconFileMapRounded' -export * from './IconFileMapSharpFilled' -export * from './IconFileMapSharp' -export * from './IconFileMapStackOutlined' -export * from './IconFileMapStackOutlinedFilled' -export * from './IconFileMapStackRounded' -export * from './IconFileMapStackRoundedFilled' -export * from './IconFileMapStackSharpFilled' -export * from './IconFileMapStackSharp' -export * from './IconFileOpenOutlinedFilled' -export * from './IconFileOpenOutlined' -export * from './IconFileOpenRoundedFilled' -export * from './IconFileOpenRounded' -export * from './IconFileOpenSharpFilled' -export * from './IconFileOpenSharp' -export * from './IconFilePresentOutlinedFilled' -export * from './IconFilePresentOutlined' -export * from './IconFilePresentRounded' -export * from './IconFilePresentRoundedFilled' -export * from './IconFilePresentSharpFilled' -export * from './IconFilePresentSharp' -export * from './IconFileSaveOutlined' -export * from './IconFileSaveOutlinedFilled' -export * from './IconFileSaveRounded' -export * from './IconFileSaveRoundedFilled' -export * from './IconFileSaveSharp' -export * from './IconFileSaveSharpFilled' -export * from './IconFileSaveOffOutlinedFilled' -export * from './IconFileSaveOffOutlined' -export * from './IconFileSaveOffRoundedFilled' -export * from './IconFileSaveOffRounded' -export * from './IconFileSaveOffSharp' -export * from './IconFileSaveOffSharpFilled' -export * from './IconFileUploadOffOutlined' -export * from './IconFileUploadOffOutlinedFilled' -export * from './IconFileUploadOffRoundedFilled' -export * from './IconFileUploadOffRounded' -export * from './IconFileUploadOffSharp' -export * from './IconFileUploadOffSharpFilled' -export * from './IconFilterOutlinedFilled' -export * from './IconFilterOutlined' -export * from './IconFilterRoundedFilled' -export * from './IconFilterRounded' -export * from './IconFilterSharp' -export * from './IconFilterSharpFilled' -export * from './IconFilter1Outlined' -export * from './IconFilter1OutlinedFilled' -export * from './IconFilter1RoundedFilled' -export * from './IconFilter1Rounded' -export * from './IconFilter1Sharp' -export * from './IconFilter1SharpFilled' -export * from './IconFilter2OutlinedFilled' -export * from './IconFilter2Outlined' -export * from './IconFilter2Rounded' -export * from './IconFilter2RoundedFilled' -export * from './IconFilter2SharpFilled' -export * from './IconFilter2Sharp' -export * from './IconFilter3Outlined' -export * from './IconFilter3OutlinedFilled' -export * from './IconFilter3RoundedFilled' -export * from './IconFilter3Rounded' -export * from './IconFilter3Sharp' -export * from './IconFilter3SharpFilled' -export * from './IconFilter4Outlined' -export * from './IconFilter4OutlinedFilled' -export * from './IconFilter4Rounded' -export * from './IconFilter4RoundedFilled' -export * from './IconFilter4Sharp' -export * from './IconFilter4SharpFilled' -export * from './IconFilter5OutlinedFilled' -export * from './IconFilter5Outlined' -export * from './IconFilter5RoundedFilled' -export * from './IconFilter5Rounded' -export * from './IconFilter5Sharp' -export * from './IconFilter5SharpFilled' -export * from './IconFilter6OutlinedFilled' -export * from './IconFilter6Outlined' -export * from './IconFilter6Rounded' -export * from './IconFilter6RoundedFilled' -export * from './IconFilter6SharpFilled' -export * from './IconFilter6Sharp' -export * from './IconFilter7OutlinedFilled' -export * from './IconFilter7Outlined' -export * from './IconFilter7RoundedFilled' -export * from './IconFilter7Rounded' -export * from './IconFilter7SharpFilled' -export * from './IconFilter7Sharp' -export * from './IconFilter8OutlinedFilled' -export * from './IconFilter8Outlined' -export * from './IconFilter8Rounded' -export * from './IconFilter8RoundedFilled' -export * from './IconFilter8SharpFilled' -export * from './IconFilter8Sharp' -export * from './IconFilter9OutlinedFilled' -export * from './IconFilter9Outlined' -export * from './IconFilter9RoundedFilled' -export * from './IconFilter9Rounded' -export * from './IconFilter9Sharp' -export * from './IconFilter9SharpFilled' -export * from './IconFilter9PlusOutlinedFilled' -export * from './IconFilter9PlusOutlined' -export * from './IconFilter9PlusRoundedFilled' -export * from './IconFilter9PlusRounded' -export * from './IconFilter9PlusSharpFilled' -export * from './IconFilter9PlusSharp' -export * from './IconFilterAltOutlinedFilled' -export * from './IconFilterAltOutlined' -export * from './IconFilterAltRoundedFilled' -export * from './IconFilterAltRounded' -export * from './IconFilterAltSharp' -export * from './IconFilterAltSharpFilled' -export * from './IconFilterAltOffOutlined' -export * from './IconFilterAltOffOutlinedFilled' -export * from './IconFilterAltOffRounded' -export * from './IconFilterAltOffRoundedFilled' -export * from './IconFilterAltOffSharp' -export * from './IconFilterAltOffSharpFilled' -export * from './IconFilterArrowRightOutlined' -export * from './IconFilterArrowRightOutlinedFilled' -export * from './IconFilterArrowRightRoundedFilled' -export * from './IconFilterArrowRightRounded' -export * from './IconFilterArrowRightSharpFilled' -export * from './IconFilterArrowRightSharp' -export * from './IconFilterBAndWOutlined' -export * from './IconFilterBAndWOutlinedFilled' -export * from './IconFilterBAndWRoundedFilled' -export * from './IconFilterBAndWRounded' -export * from './IconFilterBAndWSharp' -export * from './IconFilterBAndWSharpFilled' -export * from './IconFilterCenterFocusOutlinedFilled' -export * from './IconFilterCenterFocusOutlined' -export * from './IconFilterCenterFocusRounded' -export * from './IconFilterCenterFocusRoundedFilled' -export * from './IconFilterCenterFocusSharp' -export * from './IconFilterCenterFocusSharpFilled' -export * from './IconFilterDramaOutlinedFilled' -export * from './IconFilterDramaOutlined' -export * from './IconFilterDramaRounded' -export * from './IconFilterDramaRoundedFilled' -export * from './IconFilterDramaSharp' -export * from './IconFilterDramaSharpFilled' -export * from './IconFilterFramesOutlined' -export * from './IconFilterFramesOutlinedFilled' -export * from './IconFilterFramesRounded' -export * from './IconFilterFramesRoundedFilled' -export * from './IconFilterFramesSharp' -export * from './IconFilterFramesSharpFilled' -export * from './IconFilterHdrOutlinedFilled' -export * from './IconFilterHdrOutlined' -export * from './IconFilterHdrRounded' -export * from './IconFilterHdrRoundedFilled' -export * from './IconFilterHdrSharpFilled' -export * from './IconFilterHdrSharp' -export * from './IconFilterListOutlined' -export * from './IconFilterListOutlinedFilled' -export * from './IconFilterListRounded' -export * from './IconFilterListRoundedFilled' -export * from './IconFilterListSharpFilled' -export * from './IconFilterListSharp' -export * from './IconFilterListOffOutlined' -export * from './IconFilterListOffOutlinedFilled' -export * from './IconFilterListOffRounded' -export * from './IconFilterListOffRoundedFilled' -export * from './IconFilterListOffSharpFilled' -export * from './IconFilterListOffSharp' -export * from './IconFilterNoneOutlined' -export * from './IconFilterNoneOutlinedFilled' -export * from './IconFilterNoneRounded' -export * from './IconFilterNoneRoundedFilled' -export * from './IconFilterNoneSharpFilled' -export * from './IconFilterNoneSharp' -export * from './IconFilterRetroluxOutlined' -export * from './IconFilterRetroluxOutlinedFilled' -export * from './IconFilterRetroluxRounded' -export * from './IconFilterRetroluxRoundedFilled' -export * from './IconFilterRetroluxSharpFilled' -export * from './IconFilterRetroluxSharp' -export * from './IconFilterTiltShiftOutlined' -export * from './IconFilterTiltShiftOutlinedFilled' -export * from './IconFilterTiltShiftRoundedFilled' -export * from './IconFilterTiltShiftRounded' -export * from './IconFilterTiltShiftSharp' -export * from './IconFilterTiltShiftSharpFilled' -export * from './IconFilterVintageOutlined' -export * from './IconFilterVintageOutlinedFilled' -export * from './IconFilterVintageRoundedFilled' -export * from './IconFilterVintageRounded' -export * from './IconFilterVintageSharp' -export * from './IconFilterVintageSharpFilled' -export * from './IconFinanceOutlined' -export * from './IconFinanceOutlinedFilled' -export * from './IconFinanceRounded' -export * from './IconFinanceRoundedFilled' -export * from './IconFinanceSharp' -export * from './IconFinanceSharpFilled' -export * from './IconFinanceChipOutlined' -export * from './IconFinanceChipOutlinedFilled' -export * from './IconFinanceChipRoundedFilled' -export * from './IconFinanceChipRounded' -export * from './IconFinanceChipSharp' -export * from './IconFinanceChipSharpFilled' -export * from './IconFinanceModeOutlined' -export * from './IconFinanceModeOutlinedFilled' -export * from './IconFinanceModeRounded' -export * from './IconFinanceModeRoundedFilled' -export * from './IconFinanceModeSharpFilled' -export * from './IconFinanceModeSharp' -export * from './IconFindInPageOutlined' -export * from './IconFindInPageOutlinedFilled' -export * from './IconFindInPageRounded' -export * from './IconFindInPageRoundedFilled' -export * from './IconFindInPageSharp' -export * from './IconFindInPageSharpFilled' -export * from './IconFindReplaceOutlined' -export * from './IconFindReplaceOutlinedFilled' -export * from './IconFindReplaceRoundedFilled' -export * from './IconFindReplaceRounded' -export * from './IconFindReplaceSharp' -export * from './IconFindReplaceSharpFilled' -export * from './IconFingerprintOutlined' -export * from './IconFingerprintOutlinedFilled' -export * from './IconFingerprintRounded' -export * from './IconFingerprintRoundedFilled' -export * from './IconFingerprintSharpFilled' -export * from './IconFingerprintSharp' -export * from './IconFingerprintOffOutlined' -export * from './IconFingerprintOffOutlinedFilled' -export * from './IconFingerprintOffRounded' -export * from './IconFingerprintOffRoundedFilled' -export * from './IconFingerprintOffSharp' -export * from './IconFingerprintOffSharpFilled' -export * from './IconFireExtinguisherOutlinedFilled' -export * from './IconFireExtinguisherOutlined' -export * from './IconFireExtinguisherRounded' -export * from './IconFireExtinguisherRoundedFilled' -export * from './IconFireExtinguisherSharp' -export * from './IconFireExtinguisherSharpFilled' -export * from './IconFireHydrantOutlined' -export * from './IconFireHydrantOutlinedFilled' -export * from './IconFireHydrantRoundedFilled' -export * from './IconFireHydrantRounded' -export * from './IconFireHydrantSharp' -export * from './IconFireHydrantSharpFilled' -export * from './IconFireTruckOutlined' -export * from './IconFireTruckOutlinedFilled' -export * from './IconFireTruckRounded' -export * from './IconFireTruckRoundedFilled' -export * from './IconFireTruckSharp' -export * from './IconFireTruckSharpFilled' -export * from './IconFireplaceOutlined' -export * from './IconFireplaceOutlinedFilled' -export * from './IconFireplaceRoundedFilled' -export * from './IconFireplaceRounded' -export * from './IconFireplaceSharpFilled' -export * from './IconFireplaceSharp' -export * from './IconFirstPageOutlinedFilled' -export * from './IconFirstPageOutlined' -export * from './IconFirstPageRounded' -export * from './IconFirstPageRoundedFilled' -export * from './IconFirstPageSharp' -export * from './IconFirstPageSharpFilled' -export * from './IconFitPageOutlinedFilled' -export * from './IconFitPageOutlined' -export * from './IconFitPageRoundedFilled' -export * from './IconFitPageRounded' -export * from './IconFitPageSharp' -export * from './IconFitPageSharpFilled' -export * from './IconFitScreenOutlined' -export * from './IconFitScreenOutlinedFilled' -export * from './IconFitScreenRounded' -export * from './IconFitScreenRoundedFilled' -export * from './IconFitScreenSharp' -export * from './IconFitScreenSharpFilled' -export * from './IconFitWidthOutlined' -export * from './IconFitWidthOutlinedFilled' -export * from './IconFitWidthRounded' -export * from './IconFitWidthRoundedFilled' -export * from './IconFitWidthSharp' -export * from './IconFitWidthSharpFilled' -export * from './IconFitnessCenterOutlinedFilled' -export * from './IconFitnessCenterOutlined' -export * from './IconFitnessCenterRounded' -export * from './IconFitnessCenterRoundedFilled' -export * from './IconFitnessCenterSharp' -export * from './IconFitnessCenterSharpFilled' -export * from './IconFitnessTrackerOutlined' -export * from './IconFitnessTrackerOutlinedFilled' -export * from './IconFitnessTrackerRounded' -export * from './IconFitnessTrackerRoundedFilled' -export * from './IconFitnessTrackerSharpFilled' -export * from './IconFitnessTrackerSharp' -export * from './IconFlagOutlined' -export * from './IconFlagOutlinedFilled' -export * from './IconFlagRounded' -export * from './IconFlagRoundedFilled' -export * from './IconFlagSharp' -export * from './IconFlagSharpFilled' -export * from './IconFlag2OutlinedFilled' -export * from './IconFlag2Outlined' -export * from './IconFlag2RoundedFilled' -export * from './IconFlag2Rounded' -export * from './IconFlag2SharpFilled' -export * from './IconFlag2Sharp' -export * from './IconFlagCheckOutlinedFilled' -export * from './IconFlagCheckOutlined' -export * from './IconFlagCheckRounded' -export * from './IconFlagCheckRoundedFilled' -export * from './IconFlagCheckSharp' -export * from './IconFlagCheckSharpFilled' -export * from './IconFlagCircleOutlinedFilled' -export * from './IconFlagCircleOutlined' -export * from './IconFlagCircleRoundedFilled' -export * from './IconFlagCircleRounded' -export * from './IconFlagCircleSharp' -export * from './IconFlagCircleSharpFilled' -export * from './IconFlakyOutlinedFilled' -export * from './IconFlakyOutlined' -export * from './IconFlakyRoundedFilled' -export * from './IconFlakyRounded' -export * from './IconFlakySharp' -export * from './IconFlakySharpFilled' -export * from './IconFlareOutlinedFilled' -export * from './IconFlareOutlined' -export * from './IconFlareRounded' -export * from './IconFlareRoundedFilled' -export * from './IconFlareSharpFilled' -export * from './IconFlareSharp' -export * from './IconFlashAutoOutlined' -export * from './IconFlashAutoOutlinedFilled' -export * from './IconFlashAutoRounded' -export * from './IconFlashAutoRoundedFilled' -export * from './IconFlashAutoSharpFilled' -export * from './IconFlashAutoSharp' -export * from './IconFlashOffOutlined' -export * from './IconFlashOffOutlinedFilled' -export * from './IconFlashOffRounded' -export * from './IconFlashOffRoundedFilled' -export * from './IconFlashOffSharp' -export * from './IconFlashOffSharpFilled' -export * from './IconFlashOnOutlined' -export * from './IconFlashOnOutlinedFilled' -export * from './IconFlashOnRounded' -export * from './IconFlashOnRoundedFilled' -export * from './IconFlashOnSharpFilled' -export * from './IconFlashOnSharp' -export * from './IconFlashlightOffOutlinedFilled' -export * from './IconFlashlightOffOutlined' -export * from './IconFlashlightOffRoundedFilled' -export * from './IconFlashlightOffRounded' -export * from './IconFlashlightOffSharp' -export * from './IconFlashlightOffSharpFilled' -export * from './IconFlashlightOnOutlinedFilled' -export * from './IconFlashlightOnOutlined' -export * from './IconFlashlightOnRounded' -export * from './IconFlashlightOnRoundedFilled' -export * from './IconFlashlightOnSharpFilled' -export * from './IconFlashlightOnSharp' -export * from './IconFlatwareOutlinedFilled' -export * from './IconFlatwareOutlined' -export * from './IconFlatwareRoundedFilled' -export * from './IconFlatwareRounded' -export * from './IconFlatwareSharp' -export * from './IconFlatwareSharpFilled' -export * from './IconFlexDirectionOutlinedFilled' -export * from './IconFlexDirectionOutlined' -export * from './IconFlexDirectionRounded' -export * from './IconFlexDirectionRoundedFilled' -export * from './IconFlexDirectionSharpFilled' -export * from './IconFlexDirectionSharp' -export * from './IconFlexNoWrapOutlined' -export * from './IconFlexNoWrapOutlinedFilled' -export * from './IconFlexNoWrapRoundedFilled' -export * from './IconFlexNoWrapRounded' -export * from './IconFlexNoWrapSharpFilled' -export * from './IconFlexNoWrapSharp' -export * from './IconFlexWrapOutlined' -export * from './IconFlexWrapOutlinedFilled' -export * from './IconFlexWrapRounded' -export * from './IconFlexWrapRoundedFilled' -export * from './IconFlexWrapSharpFilled' -export * from './IconFlexWrapSharp' -export * from './IconFlightOutlined' -export * from './IconFlightOutlinedFilled' -export * from './IconFlightRounded' -export * from './IconFlightRoundedFilled' -export * from './IconFlightSharp' -export * from './IconFlightSharpFilled' -export * from './IconFlightClassOutlinedFilled' -export * from './IconFlightClassOutlined' -export * from './IconFlightClassRounded' -export * from './IconFlightClassRoundedFilled' -export * from './IconFlightClassSharpFilled' -export * from './IconFlightClassSharp' -export * from './IconFlightLandOutlinedFilled' -export * from './IconFlightLandOutlined' -export * from './IconFlightLandRoundedFilled' -export * from './IconFlightLandRounded' -export * from './IconFlightLandSharp' -export * from './IconFlightLandSharpFilled' -export * from './IconFlightTakeoffOutlinedFilled' -export * from './IconFlightTakeoffOutlined' -export * from './IconFlightTakeoffRounded' -export * from './IconFlightTakeoffRoundedFilled' -export * from './IconFlightTakeoffSharpFilled' -export * from './IconFlightTakeoffSharp' -export * from './IconFlightsAndHotelsOutlined' -export * from './IconFlightsAndHotelsOutlinedFilled' -export * from './IconFlightsAndHotelsRounded' -export * from './IconFlightsAndHotelsRoundedFilled' -export * from './IconFlightsAndHotelsSharpFilled' -export * from './IconFlightsAndHotelsSharp' -export * from './IconFlipOutlined' -export * from './IconFlipOutlinedFilled' -export * from './IconFlipRoundedFilled' -export * from './IconFlipRounded' -export * from './IconFlipSharpFilled' -export * from './IconFlipSharp' -export * from './IconFlipCameraAndroidOutlined' -export * from './IconFlipCameraAndroidOutlinedFilled' -export * from './IconFlipCameraAndroidRoundedFilled' -export * from './IconFlipCameraAndroidRounded' -export * from './IconFlipCameraAndroidSharpFilled' -export * from './IconFlipCameraAndroidSharp' -export * from './IconFlipCameraIosOutlinedFilled' -export * from './IconFlipCameraIosOutlined' -export * from './IconFlipCameraIosRoundedFilled' -export * from './IconFlipCameraIosRounded' -export * from './IconFlipCameraIosSharp' -export * from './IconFlipCameraIosSharpFilled' -export * from './IconFlipToBackOutlinedFilled' -export * from './IconFlipToBackOutlined' -export * from './IconFlipToBackRounded' -export * from './IconFlipToBackRoundedFilled' -export * from './IconFlipToBackSharp' -export * from './IconFlipToBackSharpFilled' -export * from './IconFlipToFrontOutlinedFilled' -export * from './IconFlipToFrontOutlined' -export * from './IconFlipToFrontRoundedFilled' -export * from './IconFlipToFrontRounded' -export * from './IconFlipToFrontSharpFilled' -export * from './IconFlipToFrontSharp' -export * from './IconFloatLandscape2Outlined' -export * from './IconFloatLandscape2OutlinedFilled' -export * from './IconFloatLandscape2RoundedFilled' -export * from './IconFloatLandscape2Rounded' -export * from './IconFloatLandscape2SharpFilled' -export * from './IconFloatLandscape2Sharp' -export * from './IconFloatPortrait2OutlinedFilled' -export * from './IconFloatPortrait2Outlined' -export * from './IconFloatPortrait2Rounded' -export * from './IconFloatPortrait2RoundedFilled' -export * from './IconFloatPortrait2SharpFilled' -export * from './IconFloatPortrait2Sharp' -export * from './IconFloodOutlined' -export * from './IconFloodOutlinedFilled' -export * from './IconFloodRoundedFilled' -export * from './IconFloodRounded' -export * from './IconFloodSharp' -export * from './IconFloodSharpFilled' -export * from './IconFloorOutlined' -export * from './IconFloorOutlinedFilled' -export * from './IconFloorRounded' -export * from './IconFloorRoundedFilled' -export * from './IconFloorSharpFilled' -export * from './IconFloorSharp' -export * from './IconFloorLampOutlinedFilled' -export * from './IconFloorLampOutlined' -export * from './IconFloorLampRounded' -export * from './IconFloorLampRoundedFilled' -export * from './IconFloorLampSharpFilled' -export * from './IconFloorLampSharp' -export * from './IconFlowsheetOutlinedFilled' -export * from './IconFlowsheetOutlined' -export * from './IconFlowsheetRounded' -export * from './IconFlowsheetRoundedFilled' -export * from './IconFlowsheetSharpFilled' -export * from './IconFlowsheetSharp' -export * from './IconFluidOutlinedFilled' -export * from './IconFluidOutlined' -export * from './IconFluidRounded' -export * from './IconFluidRoundedFilled' -export * from './IconFluidSharpFilled' -export * from './IconFluidSharp' -export * from './IconFluidBalanceOutlined' -export * from './IconFluidBalanceOutlinedFilled' -export * from './IconFluidBalanceRounded' -export * from './IconFluidBalanceRoundedFilled' -export * from './IconFluidBalanceSharp' -export * from './IconFluidBalanceSharpFilled' -export * from './IconFluidMedOutlined' -export * from './IconFluidMedOutlinedFilled' -export * from './IconFluidMedRounded' -export * from './IconFluidMedRoundedFilled' -export * from './IconFluidMedSharpFilled' -export * from './IconFluidMedSharp' -export * from './IconFluorescentOutlined' -export * from './IconFluorescentOutlinedFilled' -export * from './IconFluorescentRoundedFilled' -export * from './IconFluorescentRounded' -export * from './IconFluorescentSharp' -export * from './IconFluorescentSharpFilled' -export * from './IconFlutterOutlinedFilled' -export * from './IconFlutterOutlined' -export * from './IconFlutterRounded' -export * from './IconFlutterRoundedFilled' -export * from './IconFlutterSharpFilled' -export * from './IconFlutterSharp' -export * from './IconFlutterDashOutlined' -export * from './IconFlutterDashOutlinedFilled' -export * from './IconFlutterDashRoundedFilled' -export * from './IconFlutterDashRounded' -export * from './IconFlutterDashSharp' -export * from './IconFlutterDashSharpFilled' -export * from './IconFlyoverOutlinedFilled' -export * from './IconFlyoverOutlined' -export * from './IconFlyoverRoundedFilled' -export * from './IconFlyoverRounded' -export * from './IconFlyoverSharpFilled' -export * from './IconFlyoverSharp' -export * from './IconFmdBadOutlined' -export * from './IconFmdBadOutlinedFilled' -export * from './IconFmdBadRounded' -export * from './IconFmdBadRoundedFilled' -export * from './IconFmdBadSharpFilled' -export * from './IconFmdBadSharp' -export * from './IconFoggyOutlinedFilled' -export * from './IconFoggyOutlined' -export * from './IconFoggyRoundedFilled' -export * from './IconFoggyRounded' -export * from './IconFoggySharp' -export * from './IconFoggySharpFilled' -export * from './IconFoldedHandsOutlined' -export * from './IconFoldedHandsOutlinedFilled' -export * from './IconFoldedHandsRoundedFilled' -export * from './IconFoldedHandsRounded' -export * from './IconFoldedHandsSharp' -export * from './IconFoldedHandsSharpFilled' -export * from './IconFolderOutlinedFilled' -export * from './IconFolderOutlined' -export * from './IconFolderRounded' -export * from './IconFolderRoundedFilled' -export * from './IconFolderSharp' -export * from './IconFolderSharpFilled' -export * from './IconFolderCheckOutlinedFilled' -export * from './IconFolderCheckOutlined' -export * from './IconFolderCheckRounded' -export * from './IconFolderCheckRoundedFilled' -export * from './IconFolderCheckSharp' -export * from './IconFolderCheckSharpFilled' -export * from './IconFolderCheck2OutlinedFilled' -export * from './IconFolderCheck2Outlined' -export * from './IconFolderCheck2Rounded' -export * from './IconFolderCheck2RoundedFilled' -export * from './IconFolderCheck2SharpFilled' -export * from './IconFolderCheck2Sharp' -export * from './IconFolderCopyOutlined' -export * from './IconFolderCopyOutlinedFilled' -export * from './IconFolderCopyRounded' -export * from './IconFolderCopyRoundedFilled' -export * from './IconFolderCopySharp' -export * from './IconFolderCopySharpFilled' -export * from './IconFolderDataOutlined' -export * from './IconFolderDataOutlinedFilled' -export * from './IconFolderDataRoundedFilled' -export * from './IconFolderDataRounded' -export * from './IconFolderDataSharpFilled' -export * from './IconFolderDataSharp' -export * from './IconFolderDeleteOutlined' -export * from './IconFolderDeleteOutlinedFilled' -export * from './IconFolderDeleteRounded' -export * from './IconFolderDeleteRoundedFilled' -export * from './IconFolderDeleteSharp' -export * from './IconFolderDeleteSharpFilled' -export * from './IconFolderEyeOutlined' -export * from './IconFolderEyeOutlinedFilled' -export * from './IconFolderEyeRounded' -export * from './IconFolderEyeRoundedFilled' -export * from './IconFolderEyeSharp' -export * from './IconFolderEyeSharpFilled' -export * from './IconFolderLimitedOutlinedFilled' -export * from './IconFolderLimitedOutlined' -export * from './IconFolderLimitedRounded' -export * from './IconFolderLimitedRoundedFilled' -export * from './IconFolderLimitedSharp' -export * from './IconFolderLimitedSharpFilled' -export * from './IconFolderManagedOutlined' -export * from './IconFolderManagedOutlinedFilled' -export * from './IconFolderManagedRoundedFilled' -export * from './IconFolderManagedRounded' -export * from './IconFolderManagedSharp' -export * from './IconFolderManagedSharpFilled' -export * from './IconFolderMatchOutlined' -export * from './IconFolderMatchOutlinedFilled' -export * from './IconFolderMatchRounded' -export * from './IconFolderMatchRoundedFilled' -export * from './IconFolderMatchSharp' -export * from './IconFolderMatchSharpFilled' -export * from './IconFolderOffOutlined' -export * from './IconFolderOffOutlinedFilled' -export * from './IconFolderOffRounded' -export * from './IconFolderOffRoundedFilled' -export * from './IconFolderOffSharp' -export * from './IconFolderOffSharpFilled' -export * from './IconFolderOpenOutlinedFilled' -export * from './IconFolderOpenOutlined' -export * from './IconFolderOpenRounded' -export * from './IconFolderOpenRoundedFilled' -export * from './IconFolderOpenSharp' -export * from './IconFolderOpenSharpFilled' -export * from './IconFolderSharedOutlinedFilled' -export * from './IconFolderSharedOutlined' -export * from './IconFolderSharedRoundedFilled' -export * from './IconFolderSharedRounded' -export * from './IconFolderSharedSharp' -export * from './IconFolderSharedSharpFilled' -export * from './IconFolderSpecialOutlined' -export * from './IconFolderSpecialOutlinedFilled' -export * from './IconFolderSpecialRounded' -export * from './IconFolderSpecialRoundedFilled' -export * from './IconFolderSpecialSharp' -export * from './IconFolderSpecialSharpFilled' -export * from './IconFolderSupervisedOutlined' -export * from './IconFolderSupervisedOutlinedFilled' -export * from './IconFolderSupervisedRounded' -export * from './IconFolderSupervisedRoundedFilled' -export * from './IconFolderSupervisedSharp' -export * from './IconFolderSupervisedSharpFilled' -export * from './IconFolderZipOutlinedFilled' -export * from './IconFolderZipOutlined' -export * from './IconFolderZipRounded' -export * from './IconFolderZipRoundedFilled' -export * from './IconFolderZipSharp' -export * from './IconFolderZipSharpFilled' -export * from './IconFollowTheSignsOutlined' -export * from './IconFollowTheSignsOutlinedFilled' -export * from './IconFollowTheSignsRoundedFilled' -export * from './IconFollowTheSignsRounded' -export * from './IconFollowTheSignsSharp' -export * from './IconFollowTheSignsSharpFilled' -export * from './IconFontDownloadOutlined' -export * from './IconFontDownloadOutlinedFilled' -export * from './IconFontDownloadRounded' -export * from './IconFontDownloadRoundedFilled' -export * from './IconFontDownloadSharp' -export * from './IconFontDownloadSharpFilled' -export * from './IconFontDownloadOffOutlined' -export * from './IconFontDownloadOffOutlinedFilled' -export * from './IconFontDownloadOffRounded' -export * from './IconFontDownloadOffRoundedFilled' -export * from './IconFontDownloadOffSharp' -export * from './IconFontDownloadOffSharpFilled' -export * from './IconFoodBankOutlined' -export * from './IconFoodBankOutlinedFilled' -export * from './IconFoodBankRoundedFilled' -export * from './IconFoodBankRounded' -export * from './IconFoodBankSharpFilled' -export * from './IconFoodBankSharp' -export * from './IconFootBonesOutlined' -export * from './IconFootBonesOutlinedFilled' -export * from './IconFootBonesRounded' -export * from './IconFootBonesRoundedFilled' -export * from './IconFootBonesSharp' -export * from './IconFootBonesSharpFilled' -export * from './IconFootprintOutlinedFilled' -export * from './IconFootprintOutlined' -export * from './IconFootprintRoundedFilled' -export * from './IconFootprintRounded' -export * from './IconFootprintSharp' -export * from './IconFootprintSharpFilled' -export * from './IconForYouOutlinedFilled' -export * from './IconForYouOutlined' -export * from './IconForYouRounded' -export * from './IconForYouRoundedFilled' -export * from './IconForYouSharpFilled' -export * from './IconForYouSharp' -export * from './IconForestOutlinedFilled' -export * from './IconForestOutlined' -export * from './IconForestRoundedFilled' -export * from './IconForestRounded' -export * from './IconForestSharp' -export * from './IconForestSharpFilled' -export * from './IconForkLeftOutlinedFilled' -export * from './IconForkLeftOutlined' -export * from './IconForkLeftRounded' -export * from './IconForkLeftRoundedFilled' -export * from './IconForkLeftSharpFilled' -export * from './IconForkLeftSharp' -export * from './IconForkRightOutlinedFilled' -export * from './IconForkRightOutlined' -export * from './IconForkRightRounded' -export * from './IconForkRightRoundedFilled' -export * from './IconForkRightSharpFilled' -export * from './IconForkRightSharp' -export * from './IconForkSpoonOutlined' -export * from './IconForkSpoonOutlinedFilled' -export * from './IconForkSpoonRoundedFilled' -export * from './IconForkSpoonRounded' -export * from './IconForkSpoonSharp' -export * from './IconForkSpoonSharpFilled' -export * from './IconForkliftOutlined' -export * from './IconForkliftOutlinedFilled' -export * from './IconForkliftRounded' -export * from './IconForkliftRoundedFilled' -export * from './IconForkliftSharp' -export * from './IconForkliftSharpFilled' -export * from './IconFormatAlignCenterOutlined' -export * from './IconFormatAlignCenterOutlinedFilled' -export * from './IconFormatAlignCenterRounded' -export * from './IconFormatAlignCenterRoundedFilled' -export * from './IconFormatAlignCenterSharp' -export * from './IconFormatAlignCenterSharpFilled' -export * from './IconFormatAlignJustifyOutlinedFilled' -export * from './IconFormatAlignJustifyOutlined' -export * from './IconFormatAlignJustifyRounded' -export * from './IconFormatAlignJustifyRoundedFilled' -export * from './IconFormatAlignJustifySharpFilled' -export * from './IconFormatAlignJustifySharp' -export * from './IconFormatAlignLeftOutlined' -export * from './IconFormatAlignLeftOutlinedFilled' -export * from './IconFormatAlignLeftRounded' -export * from './IconFormatAlignLeftRoundedFilled' -export * from './IconFormatAlignLeftSharpFilled' -export * from './IconFormatAlignLeftSharp' -export * from './IconFormatAlignRightOutlinedFilled' -export * from './IconFormatAlignRightOutlined' -export * from './IconFormatAlignRightRoundedFilled' -export * from './IconFormatAlignRightRounded' -export * from './IconFormatAlignRightSharp' -export * from './IconFormatAlignRightSharpFilled' -export * from './IconFormatBoldOutlined' -export * from './IconFormatBoldOutlinedFilled' -export * from './IconFormatBoldRounded' -export * from './IconFormatBoldRoundedFilled' -export * from './IconFormatBoldSharpFilled' -export * from './IconFormatBoldSharp' -export * from './IconFormatClearOutlinedFilled' -export * from './IconFormatClearOutlined' -export * from './IconFormatClearRounded' -export * from './IconFormatClearRoundedFilled' -export * from './IconFormatClearSharp' -export * from './IconFormatClearSharpFilled' -export * from './IconFormatColorFillOutlinedFilled' -export * from './IconFormatColorFillOutlined' -export * from './IconFormatColorFillRounded' -export * from './IconFormatColorFillRoundedFilled' -export * from './IconFormatColorFillSharp' -export * from './IconFormatColorFillSharpFilled' -export * from './IconFormatColorResetOutlined' -export * from './IconFormatColorResetOutlinedFilled' -export * from './IconFormatColorResetRoundedFilled' -export * from './IconFormatColorResetRounded' -export * from './IconFormatColorResetSharpFilled' -export * from './IconFormatColorResetSharp' -export * from './IconFormatColorTextOutlined' -export * from './IconFormatColorTextOutlinedFilled' -export * from './IconFormatColorTextRoundedFilled' -export * from './IconFormatColorTextRounded' -export * from './IconFormatColorTextSharp' -export * from './IconFormatColorTextSharpFilled' -export * from './IconFormatH1Outlined' -export * from './IconFormatH1OutlinedFilled' -export * from './IconFormatH1Rounded' -export * from './IconFormatH1RoundedFilled' -export * from './IconFormatH1Sharp' -export * from './IconFormatH1SharpFilled' -export * from './IconFormatH2Outlined' -export * from './IconFormatH2OutlinedFilled' -export * from './IconFormatH2RoundedFilled' -export * from './IconFormatH2Rounded' -export * from './IconFormatH2Sharp' -export * from './IconFormatH2SharpFilled' -export * from './IconFormatH3Outlined' -export * from './IconFormatH3OutlinedFilled' -export * from './IconFormatH3RoundedFilled' -export * from './IconFormatH3Rounded' -export * from './IconFormatH3Sharp' -export * from './IconFormatH3SharpFilled' -export * from './IconFormatH4OutlinedFilled' -export * from './IconFormatH4Outlined' -export * from './IconFormatH4RoundedFilled' -export * from './IconFormatH4Rounded' -export * from './IconFormatH4Sharp' -export * from './IconFormatH4SharpFilled' -export * from './IconFormatH5OutlinedFilled' -export * from './IconFormatH5Outlined' -export * from './IconFormatH5RoundedFilled' -export * from './IconFormatH5Rounded' -export * from './IconFormatH5Sharp' -export * from './IconFormatH5SharpFilled' -export * from './IconFormatH6OutlinedFilled' -export * from './IconFormatH6Outlined' -export * from './IconFormatH6Rounded' -export * from './IconFormatH6RoundedFilled' -export * from './IconFormatH6Sharp' -export * from './IconFormatH6SharpFilled' -export * from './IconFormatImageLeftOutlined' -export * from './IconFormatImageLeftOutlinedFilled' -export * from './IconFormatImageLeftRounded' -export * from './IconFormatImageLeftRoundedFilled' -export * from './IconFormatImageLeftSharp' -export * from './IconFormatImageLeftSharpFilled' -export * from './IconFormatImageRightOutlined' -export * from './IconFormatImageRightOutlinedFilled' -export * from './IconFormatImageRightRounded' -export * from './IconFormatImageRightRoundedFilled' -export * from './IconFormatImageRightSharp' -export * from './IconFormatImageRightSharpFilled' -export * from './IconFormatIndentDecreaseOutlined' -export * from './IconFormatIndentDecreaseOutlinedFilled' -export * from './IconFormatIndentDecreaseRoundedFilled' -export * from './IconFormatIndentDecreaseRounded' -export * from './IconFormatIndentDecreaseSharp' -export * from './IconFormatIndentDecreaseSharpFilled' -export * from './IconFormatIndentIncreaseOutlined' -export * from './IconFormatIndentIncreaseOutlinedFilled' -export * from './IconFormatIndentIncreaseRounded' -export * from './IconFormatIndentIncreaseRoundedFilled' -export * from './IconFormatIndentIncreaseSharp' -export * from './IconFormatIndentIncreaseSharpFilled' -export * from './IconFormatInkHighlighterOutlinedFilled' -export * from './IconFormatInkHighlighterOutlined' -export * from './IconFormatInkHighlighterRounded' -export * from './IconFormatInkHighlighterRoundedFilled' -export * from './IconFormatInkHighlighterSharpFilled' -export * from './IconFormatInkHighlighterSharp' -export * from './IconFormatItalicOutlined' -export * from './IconFormatItalicOutlinedFilled' -export * from './IconFormatItalicRounded' -export * from './IconFormatItalicRoundedFilled' -export * from './IconFormatItalicSharpFilled' -export * from './IconFormatItalicSharp' -export * from './IconFormatLetterSpacingOutlined' -export * from './IconFormatLetterSpacingOutlinedFilled' -export * from './IconFormatLetterSpacingRoundedFilled' -export * from './IconFormatLetterSpacingRounded' -export * from './IconFormatLetterSpacingSharp' -export * from './IconFormatLetterSpacingSharpFilled' -export * from './IconFormatLetterSpacing2OutlinedFilled' -export * from './IconFormatLetterSpacing2Outlined' -export * from './IconFormatLetterSpacing2RoundedFilled' -export * from './IconFormatLetterSpacing2Rounded' -export * from './IconFormatLetterSpacing2SharpFilled' -export * from './IconFormatLetterSpacing2Sharp' -export * from './IconFormatLetterSpacingStandardOutlined' -export * from './IconFormatLetterSpacingStandardOutlinedFilled' -export * from './IconFormatLetterSpacingStandardRounded' -export * from './IconFormatLetterSpacingStandardRoundedFilled' -export * from './IconFormatLetterSpacingStandardSharp' -export * from './IconFormatLetterSpacingStandardSharpFilled' -export * from './IconFormatLetterSpacingWideOutlined' -export * from './IconFormatLetterSpacingWideOutlinedFilled' -export * from './IconFormatLetterSpacingWideRoundedFilled' -export * from './IconFormatLetterSpacingWideRounded' -export * from './IconFormatLetterSpacingWideSharpFilled' -export * from './IconFormatLetterSpacingWideSharp' -export * from './IconFormatLetterSpacingWiderOutlinedFilled' -export * from './IconFormatLetterSpacingWiderOutlined' -export * from './IconFormatLetterSpacingWiderRounded' -export * from './IconFormatLetterSpacingWiderRoundedFilled' -export * from './IconFormatLetterSpacingWiderSharpFilled' -export * from './IconFormatLetterSpacingWiderSharp' -export * from './IconFormatLineSpacingOutlinedFilled' -export * from './IconFormatLineSpacingOutlined' -export * from './IconFormatLineSpacingRounded' -export * from './IconFormatLineSpacingRoundedFilled' -export * from './IconFormatLineSpacingSharpFilled' -export * from './IconFormatLineSpacingSharp' -export * from './IconFormatListBulletedOutlined' -export * from './IconFormatListBulletedOutlinedFilled' -export * from './IconFormatListBulletedRounded' -export * from './IconFormatListBulletedRoundedFilled' -export * from './IconFormatListBulletedSharp' -export * from './IconFormatListBulletedSharpFilled' -export * from './IconFormatListBulletedAddOutlinedFilled' -export * from './IconFormatListBulletedAddOutlined' -export * from './IconFormatListBulletedAddRounded' -export * from './IconFormatListBulletedAddRoundedFilled' -export * from './IconFormatListBulletedAddSharpFilled' -export * from './IconFormatListBulletedAddSharp' -export * from './IconFormatListNumberedOutlined' -export * from './IconFormatListNumberedOutlinedFilled' -export * from './IconFormatListNumberedRounded' -export * from './IconFormatListNumberedRoundedFilled' -export * from './IconFormatListNumberedSharpFilled' -export * from './IconFormatListNumberedSharp' -export * from './IconFormatListNumberedRtlOutlinedFilled' -export * from './IconFormatListNumberedRtlOutlined' -export * from './IconFormatListNumberedRtlRounded' -export * from './IconFormatListNumberedRtlRoundedFilled' -export * from './IconFormatListNumberedRtlSharpFilled' -export * from './IconFormatListNumberedRtlSharp' -export * from './IconFormatOverlineOutlined' -export * from './IconFormatOverlineOutlinedFilled' -export * from './IconFormatOverlineRoundedFilled' -export * from './IconFormatOverlineRounded' -export * from './IconFormatOverlineSharp' -export * from './IconFormatOverlineSharpFilled' -export * from './IconFormatPaintOutlinedFilled' -export * from './IconFormatPaintOutlined' -export * from './IconFormatPaintRounded' -export * from './IconFormatPaintRoundedFilled' -export * from './IconFormatPaintSharp' -export * from './IconFormatPaintSharpFilled' -export * from './IconFormatParagraphOutlined' -export * from './IconFormatParagraphOutlinedFilled' -export * from './IconFormatParagraphRoundedFilled' -export * from './IconFormatParagraphRounded' -export * from './IconFormatParagraphSharpFilled' -export * from './IconFormatParagraphSharp' -export * from './IconFormatQuoteOutlined' -export * from './IconFormatQuoteOutlinedFilled' -export * from './IconFormatQuoteRounded' -export * from './IconFormatQuoteRoundedFilled' -export * from './IconFormatQuoteSharpFilled' -export * from './IconFormatQuoteSharp' -export * from './IconFormatQuoteOffOutlinedFilled' -export * from './IconFormatQuoteOffOutlined' -export * from './IconFormatQuoteOffRoundedFilled' -export * from './IconFormatQuoteOffRounded' -export * from './IconFormatQuoteOffSharp' -export * from './IconFormatQuoteOffSharpFilled' -export * from './IconFormatShapesOutlined' -export * from './IconFormatShapesOutlinedFilled' -export * from './IconFormatShapesRoundedFilled' -export * from './IconFormatShapesRounded' -export * from './IconFormatShapesSharpFilled' -export * from './IconFormatShapesSharp' -export * from './IconFormatSizeOutlined' -export * from './IconFormatSizeOutlinedFilled' -export * from './IconFormatSizeRounded' -export * from './IconFormatSizeRoundedFilled' -export * from './IconFormatSizeSharpFilled' -export * from './IconFormatSizeSharp' -export * from './IconFormatStrikethroughOutlined' -export * from './IconFormatStrikethroughOutlinedFilled' -export * from './IconFormatStrikethroughRoundedFilled' -export * from './IconFormatStrikethroughRounded' -export * from './IconFormatStrikethroughSharp' -export * from './IconFormatStrikethroughSharpFilled' -export * from './IconFormatTextClipOutlined' -export * from './IconFormatTextClipOutlinedFilled' -export * from './IconFormatTextClipRounded' -export * from './IconFormatTextClipRoundedFilled' -export * from './IconFormatTextClipSharp' -export * from './IconFormatTextClipSharpFilled' -export * from './IconFormatTextOverflowOutlined' -export * from './IconFormatTextOverflowOutlinedFilled' -export * from './IconFormatTextOverflowRounded' -export * from './IconFormatTextOverflowRoundedFilled' -export * from './IconFormatTextOverflowSharp' -export * from './IconFormatTextOverflowSharpFilled' -export * from './IconFormatTextWrapOutlinedFilled' -export * from './IconFormatTextWrapOutlined' -export * from './IconFormatTextWrapRounded' -export * from './IconFormatTextWrapRoundedFilled' -export * from './IconFormatTextWrapSharpFilled' -export * from './IconFormatTextWrapSharp' -export * from './IconFormatTextdirectionLToROutlinedFilled' -export * from './IconFormatTextdirectionLToROutlined' -export * from './IconFormatTextdirectionLToRRounded' -export * from './IconFormatTextdirectionLToRRoundedFilled' -export * from './IconFormatTextdirectionLToRSharp' -export * from './IconFormatTextdirectionLToRSharpFilled' -export * from './IconFormatTextdirectionRToLOutlinedFilled' -export * from './IconFormatTextdirectionRToLOutlined' -export * from './IconFormatTextdirectionRToLRounded' -export * from './IconFormatTextdirectionRToLRoundedFilled' -export * from './IconFormatTextdirectionRToLSharp' -export * from './IconFormatTextdirectionRToLSharpFilled' -export * from './IconFormatTextdirectionVerticalOutlinedFilled' -export * from './IconFormatTextdirectionVerticalOutlined' -export * from './IconFormatTextdirectionVerticalRounded' -export * from './IconFormatTextdirectionVerticalRoundedFilled' -export * from './IconFormatTextdirectionVerticalSharp' -export * from './IconFormatTextdirectionVerticalSharpFilled' -export * from './IconFormatUnderlinedOutlined' -export * from './IconFormatUnderlinedOutlinedFilled' -export * from './IconFormatUnderlinedRounded' -export * from './IconFormatUnderlinedRoundedFilled' -export * from './IconFormatUnderlinedSharp' -export * from './IconFormatUnderlinedSharpFilled' -export * from './IconFormatUnderlinedSquiggleOutlinedFilled' -export * from './IconFormatUnderlinedSquiggleOutlined' -export * from './IconFormatUnderlinedSquiggleRoundedFilled' -export * from './IconFormatUnderlinedSquiggleRounded' -export * from './IconFormatUnderlinedSquiggleSharpFilled' -export * from './IconFormatUnderlinedSquiggleSharp' -export * from './IconFormsAddOnOutlinedFilled' -export * from './IconFormsAddOnOutlined' -export * from './IconFormsAddOnRounded' -export * from './IconFormsAddOnRoundedFilled' -export * from './IconFormsAddOnSharp' -export * from './IconFormsAddOnSharpFilled' -export * from './IconFormsAppsScriptOutlined' -export * from './IconFormsAppsScriptOutlinedFilled' -export * from './IconFormsAppsScriptRoundedFilled' -export * from './IconFormsAppsScriptRounded' -export * from './IconFormsAppsScriptSharp' -export * from './IconFormsAppsScriptSharpFilled' -export * from './IconFortOutlined' -export * from './IconFortOutlinedFilled' -export * from './IconFortRounded' -export * from './IconFortRoundedFilled' -export * from './IconFortSharp' -export * from './IconFortSharpFilled' -export * from './IconForumOutlined' -export * from './IconForumOutlinedFilled' -export * from './IconForumRounded' -export * from './IconForumRoundedFilled' -export * from './IconForumSharpFilled' -export * from './IconForumSharp' -export * from './IconForwardOutlined' -export * from './IconForwardOutlinedFilled' -export * from './IconForwardRounded' -export * from './IconForwardRoundedFilled' -export * from './IconForwardSharpFilled' -export * from './IconForwardSharp' -export * from './IconForward10Outlined' -export * from './IconForward10OutlinedFilled' -export * from './IconForward10Rounded' -export * from './IconForward10RoundedFilled' -export * from './IconForward10Sharp' -export * from './IconForward10SharpFilled' -export * from './IconForward30Outlined' -export * from './IconForward30OutlinedFilled' -export * from './IconForward30Rounded' -export * from './IconForward30RoundedFilled' -export * from './IconForward30SharpFilled' -export * from './IconForward30Sharp' -export * from './IconForward5OutlinedFilled' -export * from './IconForward5Outlined' -export * from './IconForward5RoundedFilled' -export * from './IconForward5Rounded' -export * from './IconForward5SharpFilled' -export * from './IconForward5Sharp' -export * from './IconForwardCircleOutlined' -export * from './IconForwardCircleOutlinedFilled' -export * from './IconForwardCircleRoundedFilled' -export * from './IconForwardCircleRounded' -export * from './IconForwardCircleSharpFilled' -export * from './IconForwardCircleSharp' -export * from './IconForwardMediaOutlined' -export * from './IconForwardMediaOutlinedFilled' -export * from './IconForwardMediaRounded' -export * from './IconForwardMediaRoundedFilled' -export * from './IconForwardMediaSharpFilled' -export * from './IconForwardMediaSharp' -export * from './IconForwardToInboxOutlined' -export * from './IconForwardToInboxOutlinedFilled' -export * from './IconForwardToInboxRounded' -export * from './IconForwardToInboxRoundedFilled' -export * from './IconForwardToInboxSharp' -export * from './IconForwardToInboxSharpFilled' -export * from './IconFoundationOutlinedFilled' -export * from './IconFoundationOutlined' -export * from './IconFoundationRounded' -export * from './IconFoundationRoundedFilled' -export * from './IconFoundationSharpFilled' -export * from './IconFoundationSharp' -export * from './IconFrameInspectOutlined' -export * from './IconFrameInspectOutlinedFilled' -export * from './IconFrameInspectRoundedFilled' -export * from './IconFrameInspectRounded' -export * from './IconFrameInspectSharpFilled' -export * from './IconFrameInspectSharp' -export * from './IconFramePersonOutlined' -export * from './IconFramePersonOutlinedFilled' -export * from './IconFramePersonRounded' -export * from './IconFramePersonRoundedFilled' -export * from './IconFramePersonSharp' -export * from './IconFramePersonSharpFilled' -export * from './IconFramePersonMicOutlinedFilled' -export * from './IconFramePersonMicOutlined' -export * from './IconFramePersonMicRoundedFilled' -export * from './IconFramePersonMicRounded' -export * from './IconFramePersonMicSharp' -export * from './IconFramePersonMicSharpFilled' -export * from './IconFramePersonOffOutlined' -export * from './IconFramePersonOffOutlinedFilled' -export * from './IconFramePersonOffRoundedFilled' -export * from './IconFramePersonOffRounded' -export * from './IconFramePersonOffSharpFilled' -export * from './IconFramePersonOffSharp' -export * from './IconFrameReloadOutlined' -export * from './IconFrameReloadOutlinedFilled' -export * from './IconFrameReloadRoundedFilled' -export * from './IconFrameReloadRounded' -export * from './IconFrameReloadSharp' -export * from './IconFrameReloadSharpFilled' -export * from './IconFrameSourceOutlined' -export * from './IconFrameSourceOutlinedFilled' -export * from './IconFrameSourceRounded' -export * from './IconFrameSourceRoundedFilled' -export * from './IconFrameSourceSharp' -export * from './IconFrameSourceSharpFilled' -export * from './IconFreeCancellationOutlined' -export * from './IconFreeCancellationOutlinedFilled' -export * from './IconFreeCancellationRoundedFilled' -export * from './IconFreeCancellationRounded' -export * from './IconFreeCancellationSharpFilled' -export * from './IconFreeCancellationSharp' -export * from './IconFrontHandOutlinedFilled' -export * from './IconFrontHandOutlined' -export * from './IconFrontHandRounded' -export * from './IconFrontHandRoundedFilled' -export * from './IconFrontHandSharpFilled' -export * from './IconFrontHandSharp' -export * from './IconFrontLoaderOutlinedFilled' -export * from './IconFrontLoaderOutlined' -export * from './IconFrontLoaderRounded' -export * from './IconFrontLoaderRoundedFilled' -export * from './IconFrontLoaderSharp' -export * from './IconFrontLoaderSharpFilled' -export * from './IconFullCoverageOutlinedFilled' -export * from './IconFullCoverageOutlined' -export * from './IconFullCoverageRounded' -export * from './IconFullCoverageRoundedFilled' -export * from './IconFullCoverageSharp' -export * from './IconFullCoverageSharpFilled' -export * from './IconFullHdOutlined' -export * from './IconFullHdOutlinedFilled' -export * from './IconFullHdRounded' -export * from './IconFullHdRoundedFilled' -export * from './IconFullHdSharp' -export * from './IconFullHdSharpFilled' -export * from './IconFullStackedBarChartOutlined' -export * from './IconFullStackedBarChartOutlinedFilled' -export * from './IconFullStackedBarChartRounded' -export * from './IconFullStackedBarChartRoundedFilled' -export * from './IconFullStackedBarChartSharpFilled' -export * from './IconFullStackedBarChartSharp' -export * from './IconFullscreenOutlinedFilled' -export * from './IconFullscreenOutlined' -export * from './IconFullscreenRounded' -export * from './IconFullscreenRoundedFilled' -export * from './IconFullscreenSharpFilled' -export * from './IconFullscreenSharp' -export * from './IconFullscreenExitOutlined' -export * from './IconFullscreenExitOutlinedFilled' -export * from './IconFullscreenExitRoundedFilled' -export * from './IconFullscreenExitRounded' -export * from './IconFullscreenExitSharp' -export * from './IconFullscreenExitSharpFilled' -export * from './IconFullscreenPortraitOutlined' -export * from './IconFullscreenPortraitOutlinedFilled' -export * from './IconFullscreenPortraitRounded' -export * from './IconFullscreenPortraitRoundedFilled' -export * from './IconFullscreenPortraitSharpFilled' -export * from './IconFullscreenPortraitSharp' -export * from './IconFunctionOutlined' -export * from './IconFunctionOutlinedFilled' -export * from './IconFunctionRounded' -export * from './IconFunctionRoundedFilled' -export * from './IconFunctionSharpFilled' -export * from './IconFunctionSharp' -export * from './IconFunctionsOutlinedFilled' -export * from './IconFunctionsOutlined' -export * from './IconFunctionsRounded' -export * from './IconFunctionsRoundedFilled' -export * from './IconFunctionsSharp' -export * from './IconFunctionsSharpFilled' -export * from './IconFunicularOutlined' -export * from './IconFunicularOutlinedFilled' -export * from './IconFunicularRounded' -export * from './IconFunicularRoundedFilled' -export * from './IconFunicularSharpFilled' -export * from './IconFunicularSharp' -export * from './IconGMobiledataOutlined' -export * from './IconGMobiledataOutlinedFilled' -export * from './IconGMobiledataRoundedFilled' -export * from './IconGMobiledataRounded' -export * from './IconGMobiledataSharpFilled' -export * from './IconGMobiledataSharp' -export * from './IconGMobiledataBadgeOutlined' -export * from './IconGMobiledataBadgeOutlinedFilled' -export * from './IconGMobiledataBadgeRoundedFilled' -export * from './IconGMobiledataBadgeRounded' -export * from './IconGMobiledataBadgeSharpFilled' -export * from './IconGMobiledataBadgeSharp' -export * from './IconGTranslateOutlined' -export * from './IconGTranslateOutlinedFilled' -export * from './IconGTranslateRounded' -export * from './IconGTranslateRoundedFilled' -export * from './IconGTranslateSharpFilled' -export * from './IconGTranslateSharp' -export * from './IconGalleryThumbnailOutlinedFilled' -export * from './IconGalleryThumbnailOutlined' -export * from './IconGalleryThumbnailRoundedFilled' -export * from './IconGalleryThumbnailRounded' -export * from './IconGalleryThumbnailSharp' -export * from './IconGalleryThumbnailSharpFilled' -export * from './IconGamepadOutlined' -export * from './IconGamepadOutlinedFilled' -export * from './IconGamepadRoundedFilled' -export * from './IconGamepadRounded' -export * from './IconGamepadSharp' -export * from './IconGamepadSharpFilled' -export * from './IconGarageOutlinedFilled' -export * from './IconGarageOutlined' -export * from './IconGarageRoundedFilled' -export * from './IconGarageRounded' -export * from './IconGarageSharp' -export * from './IconGarageSharpFilled' -export * from './IconGarageDoorOutlined' -export * from './IconGarageDoorOutlinedFilled' -export * from './IconGarageDoorRoundedFilled' -export * from './IconGarageDoorRounded' -export * from './IconGarageDoorSharp' -export * from './IconGarageDoorSharpFilled' -export * from './IconGarageHomeOutlined' -export * from './IconGarageHomeOutlinedFilled' -export * from './IconGarageHomeRoundedFilled' -export * from './IconGarageHomeRounded' -export * from './IconGarageHomeSharp' -export * from './IconGarageHomeSharpFilled' -export * from './IconGardenCartOutlined' -export * from './IconGardenCartOutlinedFilled' -export * from './IconGardenCartRoundedFilled' -export * from './IconGardenCartRounded' -export * from './IconGardenCartSharpFilled' -export * from './IconGardenCartSharp' -export * from './IconGasMeterOutlined' -export * from './IconGasMeterOutlinedFilled' -export * from './IconGasMeterRounded' -export * from './IconGasMeterRoundedFilled' -export * from './IconGasMeterSharpFilled' -export * from './IconGasMeterSharp' -export * from './IconGastroenterologyOutlinedFilled' -export * from './IconGastroenterologyOutlined' -export * from './IconGastroenterologyRoundedFilled' -export * from './IconGastroenterologyRounded' -export * from './IconGastroenterologySharpFilled' -export * from './IconGastroenterologySharp' -export * from './IconGateOutlinedFilled' -export * from './IconGateOutlined' -export * from './IconGateRounded' -export * from './IconGateRoundedFilled' -export * from './IconGateSharpFilled' -export * from './IconGateSharp' -export * from './IconGavelOutlinedFilled' -export * from './IconGavelOutlined' -export * from './IconGavelRounded' -export * from './IconGavelRoundedFilled' -export * from './IconGavelSharpFilled' -export * from './IconGavelSharp' -export * from './IconGeneralDeviceOutlinedFilled' -export * from './IconGeneralDeviceOutlined' -export * from './IconGeneralDeviceRounded' -export * from './IconGeneralDeviceRoundedFilled' -export * from './IconGeneralDeviceSharpFilled' -export * from './IconGeneralDeviceSharp' -export * from './IconGeneticsOutlinedFilled' -export * from './IconGeneticsOutlined' -export * from './IconGeneticsRounded' -export * from './IconGeneticsRoundedFilled' -export * from './IconGeneticsSharpFilled' -export * from './IconGeneticsSharp' -export * from './IconGenresOutlinedFilled' -export * from './IconGenresOutlined' -export * from './IconGenresRounded' -export * from './IconGenresRoundedFilled' -export * from './IconGenresSharpFilled' -export * from './IconGenresSharp' -export * from './IconGestureOutlined' -export * from './IconGestureOutlinedFilled' -export * from './IconGestureRoundedFilled' -export * from './IconGestureRounded' -export * from './IconGestureSharp' -export * from './IconGestureSharpFilled' -export * from './IconGestureSelectOutlinedFilled' -export * from './IconGestureSelectOutlined' -export * from './IconGestureSelectRoundedFilled' -export * from './IconGestureSelectRounded' -export * from './IconGestureSelectSharp' -export * from './IconGestureSelectSharpFilled' -export * from './IconGifOutlined' -export * from './IconGifOutlinedFilled' -export * from './IconGifRoundedFilled' -export * from './IconGifRounded' -export * from './IconGifSharp' -export * from './IconGifSharpFilled' -export * from './IconGif2Outlined' -export * from './IconGif2OutlinedFilled' -export * from './IconGif2RoundedFilled' -export * from './IconGif2Rounded' -export * from './IconGif2Sharp' -export * from './IconGif2SharpFilled' -export * from './IconGifBoxOutlined' -export * from './IconGifBoxOutlinedFilled' -export * from './IconGifBoxRoundedFilled' -export * from './IconGifBoxRounded' -export * from './IconGifBoxSharpFilled' -export * from './IconGifBoxSharp' -export * from './IconGirlOutlinedFilled' -export * from './IconGirlOutlined' -export * from './IconGirlRounded' -export * from './IconGirlRoundedFilled' -export * from './IconGirlSharpFilled' -export * from './IconGirlSharp' -export * from './IconGiteOutlinedFilled' -export * from './IconGiteOutlined' -export * from './IconGiteRounded' -export * from './IconGiteRoundedFilled' -export * from './IconGiteSharp' -export * from './IconGiteSharpFilled' -export * from './IconGlassCupOutlined' -export * from './IconGlassCupOutlinedFilled' -export * from './IconGlassCupRoundedFilled' -export * from './IconGlassCupRounded' -export * from './IconGlassCupSharpFilled' -export * from './IconGlassCupSharp' -export * from './IconGlobeOutlined' -export * from './IconGlobeOutlinedFilled' -export * from './IconGlobeRounded' -export * from './IconGlobeRoundedFilled' -export * from './IconGlobeSharpFilled' -export * from './IconGlobeSharp' -export * from './IconGlobeAsiaOutlinedFilled' -export * from './IconGlobeAsiaOutlined' -export * from './IconGlobeAsiaRounded' -export * from './IconGlobeAsiaRoundedFilled' -export * from './IconGlobeAsiaSharpFilled' -export * from './IconGlobeAsiaSharp' -export * from './IconGlobeUkOutlined' -export * from './IconGlobeUkOutlinedFilled' -export * from './IconGlobeUkRoundedFilled' -export * from './IconGlobeUkRounded' -export * from './IconGlobeUkSharp' -export * from './IconGlobeUkSharpFilled' -export * from './IconGlucoseOutlined' -export * from './IconGlucoseOutlinedFilled' -export * from './IconGlucoseRounded' -export * from './IconGlucoseRoundedFilled' -export * from './IconGlucoseSharpFilled' -export * from './IconGlucoseSharp' -export * from './IconGlyphsOutlined' -export * from './IconGlyphsOutlinedFilled' -export * from './IconGlyphsRounded' -export * from './IconGlyphsRoundedFilled' -export * from './IconGlyphsSharp' -export * from './IconGlyphsSharpFilled' -export * from './IconGoToLineOutlined' -export * from './IconGoToLineOutlinedFilled' -export * from './IconGoToLineRounded' -export * from './IconGoToLineRoundedFilled' -export * from './IconGoToLineSharpFilled' -export * from './IconGoToLineSharp' -export * from './IconGolfCourseOutlinedFilled' -export * from './IconGolfCourseOutlined' -export * from './IconGolfCourseRounded' -export * from './IconGolfCourseRoundedFilled' -export * from './IconGolfCourseSharpFilled' -export * from './IconGolfCourseSharp' -export * from './IconGondolaLiftOutlined' -export * from './IconGondolaLiftOutlinedFilled' -export * from './IconGondolaLiftRounded' -export * from './IconGondolaLiftRoundedFilled' -export * from './IconGondolaLiftSharpFilled' -export * from './IconGondolaLiftSharp' -export * from './IconGoogleHomeDevicesOutlined' -export * from './IconGoogleHomeDevicesOutlinedFilled' -export * from './IconGoogleHomeDevicesRounded' -export * from './IconGoogleHomeDevicesRoundedFilled' -export * from './IconGoogleHomeDevicesSharp' -export * from './IconGoogleHomeDevicesSharpFilled' -export * from './IconGoogleTvRemoteOutlined' -export * from './IconGoogleTvRemoteOutlinedFilled' -export * from './IconGoogleTvRemoteRounded' -export * from './IconGoogleTvRemoteRoundedFilled' -export * from './IconGoogleTvRemoteSharp' -export * from './IconGoogleTvRemoteSharpFilled' -export * from './IconGoogleWifiOutlinedFilled' -export * from './IconGoogleWifiOutlined' -export * from './IconGoogleWifiRounded' -export * from './IconGoogleWifiRoundedFilled' -export * from './IconGoogleWifiSharpFilled' -export * from './IconGoogleWifiSharp' -export * from './IconGppBadOutlinedFilled' -export * from './IconGppBadOutlined' -export * from './IconGppBadRounded' -export * from './IconGppBadRoundedFilled' -export * from './IconGppBadSharpFilled' -export * from './IconGppBadSharp' -export * from './IconGppMaybeOutlined' -export * from './IconGppMaybeOutlinedFilled' -export * from './IconGppMaybeRoundedFilled' -export * from './IconGppMaybeRounded' -export * from './IconGppMaybeSharpFilled' -export * from './IconGppMaybeSharp' -export * from './IconGradeOutlinedFilled' -export * from './IconGradeOutlined' -export * from './IconGradeRounded' -export * from './IconGradeRoundedFilled' -export * from './IconGradeSharp' -export * from './IconGradeSharpFilled' -export * from './IconGradientOutlinedFilled' -export * from './IconGradientOutlined' -export * from './IconGradientRounded' -export * from './IconGradientRoundedFilled' -export * from './IconGradientSharpFilled' -export * from './IconGradientSharp' -export * from './IconGradingOutlined' -export * from './IconGradingOutlinedFilled' -export * from './IconGradingRounded' -export * from './IconGradingRoundedFilled' -export * from './IconGradingSharp' -export * from './IconGradingSharpFilled' -export * from './IconGrainOutlined' -export * from './IconGrainOutlinedFilled' -export * from './IconGrainRoundedFilled' -export * from './IconGrainRounded' -export * from './IconGrainSharp' -export * from './IconGrainSharpFilled' -export * from './IconGraphicEqOutlined' -export * from './IconGraphicEqOutlinedFilled' -export * from './IconGraphicEqRounded' -export * from './IconGraphicEqRoundedFilled' -export * from './IconGraphicEqSharp' -export * from './IconGraphicEqSharpFilled' -export * from './IconGrassOutlined' -export * from './IconGrassOutlinedFilled' -export * from './IconGrassRounded' -export * from './IconGrassRoundedFilled' -export * from './IconGrassSharp' -export * from './IconGrassSharpFilled' -export * from './IconGrid3x3OutlinedFilled' -export * from './IconGrid3x3Outlined' -export * from './IconGrid3x3RoundedFilled' -export * from './IconGrid3x3Rounded' -export * from './IconGrid3x3SharpFilled' -export * from './IconGrid3x3Sharp' -export * from './IconGrid3x3OffOutlinedFilled' -export * from './IconGrid3x3OffOutlined' -export * from './IconGrid3x3OffRounded' -export * from './IconGrid3x3OffRoundedFilled' -export * from './IconGrid3x3OffSharpFilled' -export * from './IconGrid3x3OffSharp' -export * from './IconGrid4x4OutlinedFilled' -export * from './IconGrid4x4Outlined' -export * from './IconGrid4x4RoundedFilled' -export * from './IconGrid4x4Rounded' -export * from './IconGrid4x4SharpFilled' -export * from './IconGrid4x4Sharp' -export * from './IconGridGoldenratioOutlined' -export * from './IconGridGoldenratioOutlinedFilled' -export * from './IconGridGoldenratioRoundedFilled' -export * from './IconGridGoldenratioRounded' -export * from './IconGridGoldenratioSharp' -export * from './IconGridGoldenratioSharpFilled' -export * from './IconGridGuidesOutlinedFilled' -export * from './IconGridGuidesOutlined' -export * from './IconGridGuidesRounded' -export * from './IconGridGuidesRoundedFilled' -export * from './IconGridGuidesSharp' -export * from './IconGridGuidesSharpFilled' -export * from './IconGridOffOutlined' -export * from './IconGridOffOutlinedFilled' -export * from './IconGridOffRounded' -export * from './IconGridOffRoundedFilled' -export * from './IconGridOffSharpFilled' -export * from './IconGridOffSharp' -export * from './IconGridOnOutlined' -export * from './IconGridOnOutlinedFilled' -export * from './IconGridOnRounded' -export * from './IconGridOnRoundedFilled' -export * from './IconGridOnSharpFilled' -export * from './IconGridOnSharp' -export * from './IconGridViewOutlinedFilled' -export * from './IconGridViewOutlined' -export * from './IconGridViewRounded' -export * from './IconGridViewRoundedFilled' -export * from './IconGridViewSharp' -export * from './IconGridViewSharpFilled' -export * from './IconGroceryOutlined' -export * from './IconGroceryOutlinedFilled' -export * from './IconGroceryRoundedFilled' -export * from './IconGroceryRounded' -export * from './IconGrocerySharpFilled' -export * from './IconGrocerySharp' -export * from './IconGroupOutlined' -export * from './IconGroupOutlinedFilled' -export * from './IconGroupRoundedFilled' -export * from './IconGroupRounded' -export * from './IconGroupSharp' -export * from './IconGroupSharpFilled' -export * from './IconGroupAddOutlined' -export * from './IconGroupAddOutlinedFilled' -export * from './IconGroupAddRounded' -export * from './IconGroupAddRoundedFilled' -export * from './IconGroupAddSharp' -export * from './IconGroupAddSharpFilled' -export * from './IconGroupOffOutlined' -export * from './IconGroupOffOutlinedFilled' -export * from './IconGroupOffRoundedFilled' -export * from './IconGroupOffRounded' -export * from './IconGroupOffSharpFilled' -export * from './IconGroupOffSharp' -export * from './IconGroupRemoveOutlined' -export * from './IconGroupRemoveOutlinedFilled' -export * from './IconGroupRemoveRounded' -export * from './IconGroupRemoveRoundedFilled' -export * from './IconGroupRemoveSharp' -export * from './IconGroupRemoveSharpFilled' -export * from './IconGroupSearchOutlinedFilled' -export * from './IconGroupSearchOutlined' -export * from './IconGroupSearchRoundedFilled' -export * from './IconGroupSearchRounded' -export * from './IconGroupSearchSharp' -export * from './IconGroupSearchSharpFilled' -export * from './IconGroupWorkOutlined' -export * from './IconGroupWorkOutlinedFilled' -export * from './IconGroupWorkRoundedFilled' -export * from './IconGroupWorkRounded' -export * from './IconGroupWorkSharpFilled' -export * from './IconGroupWorkSharp' -export * from './IconGroupedBarChartOutlined' -export * from './IconGroupedBarChartOutlinedFilled' -export * from './IconGroupedBarChartRoundedFilled' -export * from './IconGroupedBarChartRounded' -export * from './IconGroupedBarChartSharpFilled' -export * from './IconGroupedBarChartSharp' -export * from './IconGroupsOutlined' -export * from './IconGroupsOutlinedFilled' -export * from './IconGroupsRounded' -export * from './IconGroupsRoundedFilled' -export * from './IconGroupsSharpFilled' -export * from './IconGroupsSharp' -export * from './IconGroups2OutlinedFilled' -export * from './IconGroups2Outlined' -export * from './IconGroups2Rounded' -export * from './IconGroups2RoundedFilled' -export * from './IconGroups2SharpFilled' -export * from './IconGroups2Sharp' -export * from './IconGroups3Outlined' -export * from './IconGroups3OutlinedFilled' -export * from './IconGroups3Rounded' -export * from './IconGroups3RoundedFilled' -export * from './IconGroups3SharpFilled' -export * from './IconGroups3Sharp' -export * from './IconGuardianOutlined' -export * from './IconGuardianOutlinedFilled' -export * from './IconGuardianRounded' -export * from './IconGuardianRoundedFilled' -export * from './IconGuardianSharpFilled' -export * from './IconGuardianSharp' -export * from './IconGynecologyOutlinedFilled' -export * from './IconGynecologyOutlined' -export * from './IconGynecologyRounded' -export * from './IconGynecologyRoundedFilled' -export * from './IconGynecologySharp' -export * from './IconGynecologySharpFilled' -export * from './IconHMobiledataOutlinedFilled' -export * from './IconHMobiledataOutlined' -export * from './IconHMobiledataRounded' -export * from './IconHMobiledataRoundedFilled' -export * from './IconHMobiledataSharp' -export * from './IconHMobiledataSharpFilled' -export * from './IconHMobiledataBadgeOutlined' -export * from './IconHMobiledataBadgeOutlinedFilled' -export * from './IconHMobiledataBadgeRounded' -export * from './IconHMobiledataBadgeRoundedFilled' -export * from './IconHMobiledataBadgeSharpFilled' -export * from './IconHMobiledataBadgeSharp' -export * from './IconHPlusMobiledataOutlinedFilled' -export * from './IconHPlusMobiledataOutlined' -export * from './IconHPlusMobiledataRoundedFilled' -export * from './IconHPlusMobiledataRounded' -export * from './IconHPlusMobiledataSharpFilled' -export * from './IconHPlusMobiledataSharp' -export * from './IconHPlusMobiledataBadgeOutlinedFilled' -export * from './IconHPlusMobiledataBadgeOutlined' -export * from './IconHPlusMobiledataBadgeRounded' -export * from './IconHPlusMobiledataBadgeRoundedFilled' -export * from './IconHPlusMobiledataBadgeSharpFilled' -export * from './IconHPlusMobiledataBadgeSharp' -export * from './IconHailOutlined' -export * from './IconHailOutlinedFilled' -export * from './IconHailRoundedFilled' -export * from './IconHailRounded' -export * from './IconHailSharpFilled' -export * from './IconHailSharp' -export * from './IconHallwayOutlinedFilled' -export * from './IconHallwayOutlined' -export * from './IconHallwayRoundedFilled' -export * from './IconHallwayRounded' -export * from './IconHallwaySharpFilled' -export * from './IconHallwaySharp' -export * from './IconHandBonesOutlinedFilled' -export * from './IconHandBonesOutlined' -export * from './IconHandBonesRounded' -export * from './IconHandBonesRoundedFilled' -export * from './IconHandBonesSharp' -export * from './IconHandBonesSharpFilled' -export * from './IconHandGestureOutlinedFilled' -export * from './IconHandGestureOutlined' -export * from './IconHandGestureRoundedFilled' -export * from './IconHandGestureRounded' -export * from './IconHandGestureSharp' -export * from './IconHandGestureSharpFilled' -export * from './IconHandGestureOffOutlined' -export * from './IconHandGestureOffOutlinedFilled' -export * from './IconHandGestureOffRoundedFilled' -export * from './IconHandGestureOffRounded' -export * from './IconHandGestureOffSharpFilled' -export * from './IconHandGestureOffSharp' -export * from './IconHandheldControllerOutlined' -export * from './IconHandheldControllerOutlinedFilled' -export * from './IconHandheldControllerRounded' -export * from './IconHandheldControllerRoundedFilled' -export * from './IconHandheldControllerSharp' -export * from './IconHandheldControllerSharpFilled' -export * from './IconHandshakeOutlined' -export * from './IconHandshakeOutlinedFilled' -export * from './IconHandshakeRoundedFilled' -export * from './IconHandshakeRounded' -export * from './IconHandshakeSharp' -export * from './IconHandshakeSharpFilled' -export * from './IconHandymanOutlinedFilled' -export * from './IconHandymanOutlined' -export * from './IconHandymanRoundedFilled' -export * from './IconHandymanRounded' -export * from './IconHandymanSharpFilled' -export * from './IconHandymanSharp' -export * from './IconHangoutVideoOutlined' -export * from './IconHangoutVideoOutlinedFilled' -export * from './IconHangoutVideoRoundedFilled' -export * from './IconHangoutVideoRounded' -export * from './IconHangoutVideoSharp' -export * from './IconHangoutVideoSharpFilled' -export * from './IconHangoutVideoOffOutlined' -export * from './IconHangoutVideoOffOutlinedFilled' -export * from './IconHangoutVideoOffRoundedFilled' -export * from './IconHangoutVideoOffRounded' -export * from './IconHangoutVideoOffSharp' -export * from './IconHangoutVideoOffSharpFilled' -export * from './IconHardDiskOutlinedFilled' -export * from './IconHardDiskOutlined' -export * from './IconHardDiskRoundedFilled' -export * from './IconHardDiskRounded' -export * from './IconHardDiskSharpFilled' -export * from './IconHardDiskSharp' -export * from './IconHardDriveOutlinedFilled' -export * from './IconHardDriveOutlined' -export * from './IconHardDriveRoundedFilled' -export * from './IconHardDriveRounded' -export * from './IconHardDriveSharpFilled' -export * from './IconHardDriveSharp' -export * from './IconHardDrive2Outlined' -export * from './IconHardDrive2OutlinedFilled' -export * from './IconHardDrive2Rounded' -export * from './IconHardDrive2RoundedFilled' -export * from './IconHardDrive2Sharp' -export * from './IconHardDrive2SharpFilled' -export * from './IconHardwareOutlined' -export * from './IconHardwareOutlinedFilled' -export * from './IconHardwareRoundedFilled' -export * from './IconHardwareRounded' -export * from './IconHardwareSharp' -export * from './IconHardwareSharpFilled' -export * from './IconHdOutlinedFilled' -export * from './IconHdOutlined' -export * from './IconHdRoundedFilled' -export * from './IconHdRounded' -export * from './IconHdSharpFilled' -export * from './IconHdSharp' -export * from './IconHdrAutoOutlined' -export * from './IconHdrAutoOutlinedFilled' -export * from './IconHdrAutoRoundedFilled' -export * from './IconHdrAutoRounded' -export * from './IconHdrAutoSharpFilled' -export * from './IconHdrAutoSharp' -export * from './IconHdrAutoSelectOutlined' -export * from './IconHdrAutoSelectOutlinedFilled' -export * from './IconHdrAutoSelectRoundedFilled' -export * from './IconHdrAutoSelectRounded' -export * from './IconHdrAutoSelectSharp' -export * from './IconHdrAutoSelectSharpFilled' -export * from './IconHdrEnhancedSelectOutlined' -export * from './IconHdrEnhancedSelectOutlinedFilled' -export * from './IconHdrEnhancedSelectRoundedFilled' -export * from './IconHdrEnhancedSelectRounded' -export * from './IconHdrEnhancedSelectSharpFilled' -export * from './IconHdrEnhancedSelectSharp' -export * from './IconHdrOffOutlined' -export * from './IconHdrOffOutlinedFilled' -export * from './IconHdrOffRounded' -export * from './IconHdrOffRoundedFilled' -export * from './IconHdrOffSharp' -export * from './IconHdrOffSharpFilled' -export * from './IconHdrOffSelectOutlined' -export * from './IconHdrOffSelectOutlinedFilled' -export * from './IconHdrOffSelectRoundedFilled' -export * from './IconHdrOffSelectRounded' -export * from './IconHdrOffSelectSharp' -export * from './IconHdrOffSelectSharpFilled' -export * from './IconHdrOnOutlined' -export * from './IconHdrOnOutlinedFilled' -export * from './IconHdrOnRounded' -export * from './IconHdrOnRoundedFilled' -export * from './IconHdrOnSharpFilled' -export * from './IconHdrOnSharp' -export * from './IconHdrOnSelectOutlinedFilled' -export * from './IconHdrOnSelectOutlined' -export * from './IconHdrOnSelectRoundedFilled' -export * from './IconHdrOnSelectRounded' -export * from './IconHdrOnSelectSharp' -export * from './IconHdrOnSelectSharpFilled' -export * from './IconHdrPlusOutlined' -export * from './IconHdrPlusOutlinedFilled' -export * from './IconHdrPlusRoundedFilled' -export * from './IconHdrPlusRounded' -export * from './IconHdrPlusSharp' -export * from './IconHdrPlusSharpFilled' -export * from './IconHdrPlusOffOutlined' -export * from './IconHdrPlusOffOutlinedFilled' -export * from './IconHdrPlusOffRoundedFilled' -export * from './IconHdrPlusOffRounded' -export * from './IconHdrPlusOffSharpFilled' -export * from './IconHdrPlusOffSharp' -export * from './IconHdrStrongOutlinedFilled' -export * from './IconHdrStrongOutlined' -export * from './IconHdrStrongRoundedFilled' -export * from './IconHdrStrongRounded' -export * from './IconHdrStrongSharp' -export * from './IconHdrStrongSharpFilled' -export * from './IconHdrWeakOutlinedFilled' -export * from './IconHdrWeakOutlined' -export * from './IconHdrWeakRoundedFilled' -export * from './IconHdrWeakRounded' -export * from './IconHdrWeakSharpFilled' -export * from './IconHdrWeakSharp' -export * from './IconHeadMountedDeviceOutlinedFilled' -export * from './IconHeadMountedDeviceOutlined' -export * from './IconHeadMountedDeviceRounded' -export * from './IconHeadMountedDeviceRoundedFilled' -export * from './IconHeadMountedDeviceSharpFilled' -export * from './IconHeadMountedDeviceSharp' -export * from './IconHeadphonesOutlinedFilled' -export * from './IconHeadphonesOutlined' -export * from './IconHeadphonesRoundedFilled' -export * from './IconHeadphonesRounded' -export * from './IconHeadphonesSharpFilled' -export * from './IconHeadphonesSharp' -export * from './IconHeadphonesBatteryOutlinedFilled' -export * from './IconHeadphonesBatteryOutlined' -export * from './IconHeadphonesBatteryRoundedFilled' -export * from './IconHeadphonesBatteryRounded' -export * from './IconHeadphonesBatterySharpFilled' -export * from './IconHeadphonesBatterySharp' -export * from './IconHeadsetMicOutlined' -export * from './IconHeadsetMicOutlinedFilled' -export * from './IconHeadsetMicRoundedFilled' -export * from './IconHeadsetMicRounded' -export * from './IconHeadsetMicSharpFilled' -export * from './IconHeadsetMicSharp' -export * from './IconHeadsetOffOutlinedFilled' -export * from './IconHeadsetOffOutlined' -export * from './IconHeadsetOffRounded' -export * from './IconHeadsetOffRoundedFilled' -export * from './IconHeadsetOffSharpFilled' -export * from './IconHeadsetOffSharp' -export * from './IconHealingOutlined' -export * from './IconHealingOutlinedFilled' -export * from './IconHealingRounded' -export * from './IconHealingRoundedFilled' -export * from './IconHealingSharp' -export * from './IconHealingSharpFilled' -export * from './IconHealthAndBeautyOutlinedFilled' -export * from './IconHealthAndBeautyOutlined' -export * from './IconHealthAndBeautyRounded' -export * from './IconHealthAndBeautyRoundedFilled' -export * from './IconHealthAndBeautySharp' -export * from './IconHealthAndBeautySharpFilled' -export * from './IconHealthAndSafetyOutlined' -export * from './IconHealthAndSafetyOutlinedFilled' -export * from './IconHealthAndSafetyRoundedFilled' -export * from './IconHealthAndSafetyRounded' -export * from './IconHealthAndSafetySharpFilled' -export * from './IconHealthAndSafetySharp' -export * from './IconHealthMetricsOutlined' -export * from './IconHealthMetricsOutlinedFilled' -export * from './IconHealthMetricsRounded' -export * from './IconHealthMetricsRoundedFilled' -export * from './IconHealthMetricsSharpFilled' -export * from './IconHealthMetricsSharp' -export * from './IconHeapSnapshotLargeOutlinedFilled' -export * from './IconHeapSnapshotLargeOutlined' -export * from './IconHeapSnapshotLargeRounded' -export * from './IconHeapSnapshotLargeRoundedFilled' -export * from './IconHeapSnapshotLargeSharp' -export * from './IconHeapSnapshotLargeSharpFilled' -export * from './IconHeapSnapshotMultipleOutlined' -export * from './IconHeapSnapshotMultipleOutlinedFilled' -export * from './IconHeapSnapshotMultipleRounded' -export * from './IconHeapSnapshotMultipleRoundedFilled' -export * from './IconHeapSnapshotMultipleSharp' -export * from './IconHeapSnapshotMultipleSharpFilled' -export * from './IconHeapSnapshotThumbnailOutlined' -export * from './IconHeapSnapshotThumbnailOutlinedFilled' -export * from './IconHeapSnapshotThumbnailRounded' -export * from './IconHeapSnapshotThumbnailRoundedFilled' -export * from './IconHeapSnapshotThumbnailSharp' -export * from './IconHeapSnapshotThumbnailSharpFilled' -export * from './IconHearingOutlined' -export * from './IconHearingOutlinedFilled' -export * from './IconHearingRoundedFilled' -export * from './IconHearingRounded' -export * from './IconHearingSharpFilled' -export * from './IconHearingSharp' -export * from './IconHearingAidOutlined' -export * from './IconHearingAidOutlinedFilled' -export * from './IconHearingAidRoundedFilled' -export * from './IconHearingAidRounded' -export * from './IconHearingAidSharp' -export * from './IconHearingAidSharpFilled' -export * from './IconHearingDisabledOutlined' -export * from './IconHearingDisabledOutlinedFilled' -export * from './IconHearingDisabledRoundedFilled' -export * from './IconHearingDisabledRounded' -export * from './IconHearingDisabledSharp' -export * from './IconHearingDisabledSharpFilled' -export * from './IconHeartBrokenOutlined' -export * from './IconHeartBrokenOutlinedFilled' -export * from './IconHeartBrokenRoundedFilled' -export * from './IconHeartBrokenRounded' -export * from './IconHeartBrokenSharp' -export * from './IconHeartBrokenSharpFilled' -export * from './IconHeartCheckOutlined' -export * from './IconHeartCheckOutlinedFilled' -export * from './IconHeartCheckRoundedFilled' -export * from './IconHeartCheckRounded' -export * from './IconHeartCheckSharp' -export * from './IconHeartCheckSharpFilled' -export * from './IconHeartMinusOutlined' -export * from './IconHeartMinusOutlinedFilled' -export * from './IconHeartMinusRoundedFilled' -export * from './IconHeartMinusRounded' -export * from './IconHeartMinusSharp' -export * from './IconHeartMinusSharpFilled' -export * from './IconHeartPlusOutlinedFilled' -export * from './IconHeartPlusOutlined' -export * from './IconHeartPlusRounded' -export * from './IconHeartPlusRoundedFilled' -export * from './IconHeartPlusSharpFilled' -export * from './IconHeartPlusSharp' -export * from './IconHeatOutlinedFilled' -export * from './IconHeatOutlined' -export * from './IconHeatRounded' -export * from './IconHeatRoundedFilled' -export * from './IconHeatSharpFilled' -export * from './IconHeatSharp' -export * from './IconHeatPumpOutlined' -export * from './IconHeatPumpOutlinedFilled' -export * from './IconHeatPumpRounded' -export * from './IconHeatPumpRoundedFilled' -export * from './IconHeatPumpSharp' -export * from './IconHeatPumpSharpFilled' -export * from './IconHeatPumpBalanceOutlinedFilled' -export * from './IconHeatPumpBalanceOutlined' -export * from './IconHeatPumpBalanceRounded' -export * from './IconHeatPumpBalanceRoundedFilled' -export * from './IconHeatPumpBalanceSharpFilled' -export * from './IconHeatPumpBalanceSharp' -export * from './IconHeightOutlined' -export * from './IconHeightOutlinedFilled' -export * from './IconHeightRoundedFilled' -export * from './IconHeightRounded' -export * from './IconHeightSharp' -export * from './IconHeightSharpFilled' -export * from './IconHelicopterOutlinedFilled' -export * from './IconHelicopterOutlined' -export * from './IconHelicopterRounded' -export * from './IconHelicopterRoundedFilled' -export * from './IconHelicopterSharp' -export * from './IconHelicopterSharpFilled' -export * from './IconHelpOutlined' -export * from './IconHelpOutlinedFilled' -export * from './IconHelpRoundedFilled' -export * from './IconHelpRounded' -export * from './IconHelpSharp' -export * from './IconHelpSharpFilled' -export * from './IconHelpCenterOutlined' -export * from './IconHelpCenterOutlinedFilled' -export * from './IconHelpCenterRounded' -export * from './IconHelpCenterRoundedFilled' -export * from './IconHelpCenterSharp' -export * from './IconHelpCenterSharpFilled' -export * from './IconHelpClinicOutlinedFilled' -export * from './IconHelpClinicOutlined' -export * from './IconHelpClinicRounded' -export * from './IconHelpClinicRoundedFilled' -export * from './IconHelpClinicSharpFilled' -export * from './IconHelpClinicSharp' -export * from './IconHematologyOutlinedFilled' -export * from './IconHematologyOutlined' -export * from './IconHematologyRounded' -export * from './IconHematologyRoundedFilled' -export * from './IconHematologySharpFilled' -export * from './IconHematologySharp' -export * from './IconHevcOutlined' -export * from './IconHevcOutlinedFilled' -export * from './IconHevcRoundedFilled' -export * from './IconHevcRounded' -export * from './IconHevcSharpFilled' -export * from './IconHevcSharp' -export * from './IconHexagonOutlined' -export * from './IconHexagonOutlinedFilled' -export * from './IconHexagonRounded' -export * from './IconHexagonRoundedFilled' -export * from './IconHexagonSharpFilled' -export * from './IconHexagonSharp' -export * from './IconHideOutlined' -export * from './IconHideOutlinedFilled' -export * from './IconHideRoundedFilled' -export * from './IconHideRounded' -export * from './IconHideSharp' -export * from './IconHideSharpFilled' -export * from './IconHideImageOutlined' -export * from './IconHideImageOutlinedFilled' -export * from './IconHideImageRounded' -export * from './IconHideImageRoundedFilled' -export * from './IconHideImageSharp' -export * from './IconHideImageSharpFilled' -export * from './IconHideSourceOutlinedFilled' -export * from './IconHideSourceOutlined' -export * from './IconHideSourceRounded' -export * from './IconHideSourceRoundedFilled' -export * from './IconHideSourceSharp' -export * from './IconHideSourceSharpFilled' -export * from './IconHighDensityOutlinedFilled' -export * from './IconHighDensityOutlined' -export * from './IconHighDensityRoundedFilled' -export * from './IconHighDensityRounded' -export * from './IconHighDensitySharpFilled' -export * from './IconHighDensitySharp' -export * from './IconHighQualityOutlinedFilled' -export * from './IconHighQualityOutlined' -export * from './IconHighQualityRounded' -export * from './IconHighQualityRoundedFilled' -export * from './IconHighQualitySharpFilled' -export * from './IconHighQualitySharp' -export * from './IconHighResOutlinedFilled' -export * from './IconHighResOutlined' -export * from './IconHighResRounded' -export * from './IconHighResRoundedFilled' -export * from './IconHighResSharpFilled' -export * from './IconHighResSharp' -export * from './IconHighlightOutlined' -export * from './IconHighlightOutlinedFilled' -export * from './IconHighlightRounded' -export * from './IconHighlightRoundedFilled' -export * from './IconHighlightSharpFilled' -export * from './IconHighlightSharp' -export * from './IconHighlightKeyboardFocusOutlined' -export * from './IconHighlightKeyboardFocusOutlinedFilled' -export * from './IconHighlightKeyboardFocusRoundedFilled' -export * from './IconHighlightKeyboardFocusRounded' -export * from './IconHighlightKeyboardFocusSharpFilled' -export * from './IconHighlightKeyboardFocusSharp' -export * from './IconHighlightMouseCursorOutlinedFilled' -export * from './IconHighlightMouseCursorOutlined' -export * from './IconHighlightMouseCursorRounded' -export * from './IconHighlightMouseCursorRoundedFilled' -export * from './IconHighlightMouseCursorSharp' -export * from './IconHighlightMouseCursorSharpFilled' -export * from './IconHighlightTextCursorOutlinedFilled' -export * from './IconHighlightTextCursorOutlined' -export * from './IconHighlightTextCursorRoundedFilled' -export * from './IconHighlightTextCursorRounded' -export * from './IconHighlightTextCursorSharpFilled' -export * from './IconHighlightTextCursorSharp' -export * from './IconHighlighterSize1OutlinedFilled' -export * from './IconHighlighterSize1Outlined' -export * from './IconHighlighterSize1Rounded' -export * from './IconHighlighterSize1RoundedFilled' -export * from './IconHighlighterSize1SharpFilled' -export * from './IconHighlighterSize1Sharp' -export * from './IconHighlighterSize2Outlined' -export * from './IconHighlighterSize2OutlinedFilled' -export * from './IconHighlighterSize2Rounded' -export * from './IconHighlighterSize2RoundedFilled' -export * from './IconHighlighterSize2Sharp' -export * from './IconHighlighterSize2SharpFilled' -export * from './IconHighlighterSize3OutlinedFilled' -export * from './IconHighlighterSize3Outlined' -export * from './IconHighlighterSize3Rounded' -export * from './IconHighlighterSize3RoundedFilled' -export * from './IconHighlighterSize3SharpFilled' -export * from './IconHighlighterSize3Sharp' -export * from './IconHighlighterSize4OutlinedFilled' -export * from './IconHighlighterSize4Outlined' -export * from './IconHighlighterSize4Rounded' -export * from './IconHighlighterSize4RoundedFilled' -export * from './IconHighlighterSize4Sharp' -export * from './IconHighlighterSize4SharpFilled' -export * from './IconHighlighterSize5Outlined' -export * from './IconHighlighterSize5OutlinedFilled' -export * from './IconHighlighterSize5RoundedFilled' -export * from './IconHighlighterSize5Rounded' -export * from './IconHighlighterSize5SharpFilled' -export * from './IconHighlighterSize5Sharp' -export * from './IconHikingOutlinedFilled' -export * from './IconHikingOutlined' -export * from './IconHikingRounded' -export * from './IconHikingRoundedFilled' -export * from './IconHikingSharpFilled' -export * from './IconHikingSharp' -export * from './IconHistoryOutlined' -export * from './IconHistoryOutlinedFilled' -export * from './IconHistoryRounded' -export * from './IconHistoryRoundedFilled' -export * from './IconHistorySharp' -export * from './IconHistorySharpFilled' -export * from './IconHistory2Outlined' -export * from './IconHistory2OutlinedFilled' -export * from './IconHistory2RoundedFilled' -export * from './IconHistory2Rounded' -export * from './IconHistory2Sharp' -export * from './IconHistory2SharpFilled' -export * from './IconHistoryEduOutlined' -export * from './IconHistoryEduOutlinedFilled' -export * from './IconHistoryEduRounded' -export * from './IconHistoryEduRoundedFilled' -export * from './IconHistoryEduSharp' -export * from './IconHistoryEduSharpFilled' -export * from './IconHistoryOffOutlinedFilled' -export * from './IconHistoryOffOutlined' -export * from './IconHistoryOffRoundedFilled' -export * from './IconHistoryOffRounded' -export * from './IconHistoryOffSharpFilled' -export * from './IconHistoryOffSharp' -export * from './IconHistoryToggleOffOutlinedFilled' -export * from './IconHistoryToggleOffOutlined' -export * from './IconHistoryToggleOffRoundedFilled' -export * from './IconHistoryToggleOffRounded' -export * from './IconHistoryToggleOffSharp' -export * from './IconHistoryToggleOffSharpFilled' -export * from './IconHiveOutlined' -export * from './IconHiveOutlinedFilled' -export * from './IconHiveRounded' -export * from './IconHiveRoundedFilled' -export * from './IconHiveSharpFilled' -export * from './IconHiveSharp' -export * from './IconHlsOutlined' -export * from './IconHlsOutlinedFilled' -export * from './IconHlsRounded' -export * from './IconHlsRoundedFilled' -export * from './IconHlsSharp' -export * from './IconHlsSharpFilled' -export * from './IconHlsOffOutlined' -export * from './IconHlsOffOutlinedFilled' -export * from './IconHlsOffRoundedFilled' -export * from './IconHlsOffRounded' -export * from './IconHlsOffSharpFilled' -export * from './IconHlsOffSharp' -export * from './IconHolidayVillageOutlinedFilled' -export * from './IconHolidayVillageOutlined' -export * from './IconHolidayVillageRoundedFilled' -export * from './IconHolidayVillageRounded' -export * from './IconHolidayVillageSharpFilled' -export * from './IconHolidayVillageSharp' -export * from './IconHomeOutlined' -export * from './IconHomeOutlinedFilled' -export * from './IconHomeRounded' -export * from './IconHomeRoundedFilled' -export * from './IconHomeSharpFilled' -export * from './IconHomeSharp' -export * from './IconHomeAndGardenOutlinedFilled' -export * from './IconHomeAndGardenOutlined' -export * from './IconHomeAndGardenRoundedFilled' -export * from './IconHomeAndGardenRounded' -export * from './IconHomeAndGardenSharp' -export * from './IconHomeAndGardenSharpFilled' -export * from './IconHomeAppLogoOutlinedFilled' -export * from './IconHomeAppLogoOutlined' -export * from './IconHomeAppLogoRounded' -export * from './IconHomeAppLogoRoundedFilled' -export * from './IconHomeAppLogoSharp' -export * from './IconHomeAppLogoSharpFilled' -export * from './IconHomeHealthOutlinedFilled' -export * from './IconHomeHealthOutlined' -export * from './IconHomeHealthRoundedFilled' -export * from './IconHomeHealthRounded' -export * from './IconHomeHealthSharp' -export * from './IconHomeHealthSharpFilled' -export * from './IconHomeImprovementAndToolsOutlinedFilled' -export * from './IconHomeImprovementAndToolsOutlined' -export * from './IconHomeImprovementAndToolsRounded' -export * from './IconHomeImprovementAndToolsRoundedFilled' -export * from './IconHomeImprovementAndToolsSharp' -export * from './IconHomeImprovementAndToolsSharpFilled' -export * from './IconHomeIotDeviceOutlinedFilled' -export * from './IconHomeIotDeviceOutlined' -export * from './IconHomeIotDeviceRounded' -export * from './IconHomeIotDeviceRoundedFilled' -export * from './IconHomeIotDeviceSharpFilled' -export * from './IconHomeIotDeviceSharp' -export * from './IconHomeMaxOutlinedFilled' -export * from './IconHomeMaxOutlined' -export * from './IconHomeMaxRounded' -export * from './IconHomeMaxRoundedFilled' -export * from './IconHomeMaxSharpFilled' -export * from './IconHomeMaxSharp' -export * from './IconHomeMaxDotsOutlined' -export * from './IconHomeMaxDotsOutlinedFilled' -export * from './IconHomeMaxDotsRounded' -export * from './IconHomeMaxDotsRoundedFilled' -export * from './IconHomeMaxDotsSharpFilled' -export * from './IconHomeMaxDotsSharp' -export * from './IconHomeMiniOutlined' -export * from './IconHomeMiniOutlinedFilled' -export * from './IconHomeMiniRounded' -export * from './IconHomeMiniRoundedFilled' -export * from './IconHomeMiniSharp' -export * from './IconHomeMiniSharpFilled' -export * from './IconHomePinOutlined' -export * from './IconHomePinOutlinedFilled' -export * from './IconHomePinRounded' -export * from './IconHomePinRoundedFilled' -export * from './IconHomePinSharp' -export * from './IconHomePinSharpFilled' -export * from './IconHomeRepairServiceOutlined' -export * from './IconHomeRepairServiceOutlinedFilled' -export * from './IconHomeRepairServiceRounded' -export * from './IconHomeRepairServiceRoundedFilled' -export * from './IconHomeRepairServiceSharp' -export * from './IconHomeRepairServiceSharpFilled' -export * from './IconHomeSpeakerOutlinedFilled' -export * from './IconHomeSpeakerOutlined' -export * from './IconHomeSpeakerRoundedFilled' -export * from './IconHomeSpeakerRounded' -export * from './IconHomeSpeakerSharp' -export * from './IconHomeSpeakerSharpFilled' -export * from './IconHomeStorageOutlined' -export * from './IconHomeStorageOutlinedFilled' -export * from './IconHomeStorageRounded' -export * from './IconHomeStorageRoundedFilled' -export * from './IconHomeStorageSharp' -export * from './IconHomeStorageSharpFilled' -export * from './IconHomeWorkOutlined' -export * from './IconHomeWorkOutlinedFilled' -export * from './IconHomeWorkRoundedFilled' -export * from './IconHomeWorkRounded' -export * from './IconHomeWorkSharp' -export * from './IconHomeWorkSharpFilled' -export * from './IconHorizontalDistributeOutlinedFilled' -export * from './IconHorizontalDistributeOutlined' -export * from './IconHorizontalDistributeRounded' -export * from './IconHorizontalDistributeRoundedFilled' -export * from './IconHorizontalDistributeSharp' -export * from './IconHorizontalDistributeSharpFilled' -export * from './IconHorizontalRuleOutlinedFilled' -export * from './IconHorizontalRuleOutlined' -export * from './IconHorizontalRuleRounded' -export * from './IconHorizontalRuleRoundedFilled' -export * from './IconHorizontalRuleSharp' -export * from './IconHorizontalRuleSharpFilled' -export * from './IconHorizontalSplitOutlinedFilled' -export * from './IconHorizontalSplitOutlined' -export * from './IconHorizontalSplitRounded' -export * from './IconHorizontalSplitRoundedFilled' -export * from './IconHorizontalSplitSharp' -export * from './IconHorizontalSplitSharpFilled' -export * from './IconHostOutlinedFilled' -export * from './IconHostOutlined' -export * from './IconHostRoundedFilled' -export * from './IconHostRounded' -export * from './IconHostSharp' -export * from './IconHostSharpFilled' -export * from './IconHotTubOutlined' -export * from './IconHotTubOutlinedFilled' -export * from './IconHotTubRounded' -export * from './IconHotTubRoundedFilled' -export * from './IconHotTubSharpFilled' -export * from './IconHotTubSharp' -export * from './IconHotelOutlined' -export * from './IconHotelOutlinedFilled' -export * from './IconHotelRoundedFilled' -export * from './IconHotelRounded' -export * from './IconHotelSharpFilled' -export * from './IconHotelSharp' -export * from './IconHotelClassOutlinedFilled' -export * from './IconHotelClassOutlined' -export * from './IconHotelClassRoundedFilled' -export * from './IconHotelClassRounded' -export * from './IconHotelClassSharpFilled' -export * from './IconHotelClassSharp' -export * from './IconHourglassOutlined' -export * from './IconHourglassOutlinedFilled' -export * from './IconHourglassRoundedFilled' -export * from './IconHourglassRounded' -export * from './IconHourglassSharp' -export * from './IconHourglassSharpFilled' -export * from './IconHourglassBottomOutlined' -export * from './IconHourglassBottomOutlinedFilled' -export * from './IconHourglassBottomRounded' -export * from './IconHourglassBottomRoundedFilled' -export * from './IconHourglassBottomSharpFilled' -export * from './IconHourglassBottomSharp' -export * from './IconHourglassDisabledOutlinedFilled' -export * from './IconHourglassDisabledOutlined' -export * from './IconHourglassDisabledRoundedFilled' -export * from './IconHourglassDisabledRounded' -export * from './IconHourglassDisabledSharp' -export * from './IconHourglassDisabledSharpFilled' -export * from './IconHourglassEmptyOutlinedFilled' -export * from './IconHourglassEmptyOutlined' -export * from './IconHourglassEmptyRoundedFilled' -export * from './IconHourglassEmptyRounded' -export * from './IconHourglassEmptySharp' -export * from './IconHourglassEmptySharpFilled' -export * from './IconHourglassTopOutlined' -export * from './IconHourglassTopOutlinedFilled' -export * from './IconHourglassTopRounded' -export * from './IconHourglassTopRoundedFilled' -export * from './IconHourglassTopSharp' -export * from './IconHourglassTopSharpFilled' -export * from './IconHouseOutlinedFilled' -export * from './IconHouseOutlined' -export * from './IconHouseRounded' -export * from './IconHouseRoundedFilled' -export * from './IconHouseSharp' -export * from './IconHouseSharpFilled' -export * from './IconHouseSidingOutlinedFilled' -export * from './IconHouseSidingOutlined' -export * from './IconHouseSidingRounded' -export * from './IconHouseSidingRoundedFilled' -export * from './IconHouseSidingSharp' -export * from './IconHouseSidingSharpFilled' -export * from './IconHouseWithShieldOutlined' -export * from './IconHouseWithShieldOutlinedFilled' -export * from './IconHouseWithShieldRounded' -export * from './IconHouseWithShieldRoundedFilled' -export * from './IconHouseWithShieldSharpFilled' -export * from './IconHouseWithShieldSharp' -export * from './IconHouseboatOutlined' -export * from './IconHouseboatOutlinedFilled' -export * from './IconHouseboatRounded' -export * from './IconHouseboatRoundedFilled' -export * from './IconHouseboatSharp' -export * from './IconHouseboatSharpFilled' -export * from './IconHouseholdSuppliesOutlined' -export * from './IconHouseholdSuppliesOutlinedFilled' -export * from './IconHouseholdSuppliesRounded' -export * from './IconHouseholdSuppliesRoundedFilled' -export * from './IconHouseholdSuppliesSharp' -export * from './IconHouseholdSuppliesSharpFilled' -export * from './IconHovOutlined' -export * from './IconHovOutlinedFilled' -export * from './IconHovRounded' -export * from './IconHovRoundedFilled' -export * from './IconHovSharpFilled' -export * from './IconHovSharp' -export * from './IconHowToRegOutlined' -export * from './IconHowToRegOutlinedFilled' -export * from './IconHowToRegRoundedFilled' -export * from './IconHowToRegRounded' -export * from './IconHowToRegSharpFilled' -export * from './IconHowToRegSharp' -export * from './IconHowToVoteOutlinedFilled' -export * from './IconHowToVoteOutlined' -export * from './IconHowToVoteRoundedFilled' -export * from './IconHowToVoteRounded' -export * from './IconHowToVoteSharp' -export * from './IconHowToVoteSharpFilled' -export * from './IconHrRestingOutlined' -export * from './IconHrRestingOutlinedFilled' -export * from './IconHrRestingRoundedFilled' -export * from './IconHrRestingRounded' -export * from './IconHrRestingSharpFilled' -export * from './IconHrRestingSharp' -export * from './IconHtmlOutlined' -export * from './IconHtmlOutlinedFilled' -export * from './IconHtmlRoundedFilled' -export * from './IconHtmlRounded' -export * from './IconHtmlSharp' -export * from './IconHtmlSharpFilled' -export * from './IconHttpOutlined' -export * from './IconHttpOutlinedFilled' -export * from './IconHttpRoundedFilled' -export * from './IconHttpRounded' -export * from './IconHttpSharpFilled' -export * from './IconHttpSharp' -export * from './IconHubOutlined' -export * from './IconHubOutlinedFilled' -export * from './IconHubRoundedFilled' -export * from './IconHubRounded' -export * from './IconHubSharpFilled' -export * from './IconHubSharp' -export * from './IconHumerusOutlinedFilled' -export * from './IconHumerusOutlined' -export * from './IconHumerusRounded' -export * from './IconHumerusRoundedFilled' -export * from './IconHumerusSharpFilled' -export * from './IconHumerusSharp' -export * from './IconHumerusAltOutlined' -export * from './IconHumerusAltOutlinedFilled' -export * from './IconHumerusAltRoundedFilled' -export * from './IconHumerusAltRounded' -export * from './IconHumerusAltSharpFilled' -export * from './IconHumerusAltSharp' -export * from './IconHumidityHighOutlined' -export * from './IconHumidityHighOutlinedFilled' -export * from './IconHumidityHighRoundedFilled' -export * from './IconHumidityHighRounded' -export * from './IconHumidityHighSharp' -export * from './IconHumidityHighSharpFilled' -export * from './IconHumidityIndoorOutlined' -export * from './IconHumidityIndoorOutlinedFilled' -export * from './IconHumidityIndoorRounded' -export * from './IconHumidityIndoorRoundedFilled' -export * from './IconHumidityIndoorSharpFilled' -export * from './IconHumidityIndoorSharp' -export * from './IconHumidityLowOutlined' -export * from './IconHumidityLowOutlinedFilled' -export * from './IconHumidityLowRounded' -export * from './IconHumidityLowRoundedFilled' -export * from './IconHumidityLowSharpFilled' -export * from './IconHumidityLowSharp' -export * from './IconHumidityMidOutlinedFilled' -export * from './IconHumidityMidOutlined' -export * from './IconHumidityMidRounded' -export * from './IconHumidityMidRoundedFilled' -export * from './IconHumidityMidSharpFilled' -export * from './IconHumidityMidSharp' -export * from './IconHumidityPercentageOutlined' -export * from './IconHumidityPercentageOutlinedFilled' -export * from './IconHumidityPercentageRoundedFilled' -export * from './IconHumidityPercentageRounded' -export * from './IconHumidityPercentageSharpFilled' -export * from './IconHumidityPercentageSharp' -export * from './IconHvacOutlined' -export * from './IconHvacOutlinedFilled' -export * from './IconHvacRoundedFilled' -export * from './IconHvacRounded' -export * from './IconHvacSharp' -export * from './IconHvacSharpFilled' -export * from './IconIceSkatingOutlinedFilled' -export * from './IconIceSkatingOutlined' -export * from './IconIceSkatingRounded' -export * from './IconIceSkatingRoundedFilled' -export * from './IconIceSkatingSharpFilled' -export * from './IconIceSkatingSharp' -export * from './IconIcecreamOutlinedFilled' -export * from './IconIcecreamOutlined' -export * from './IconIcecreamRounded' -export * from './IconIcecreamRoundedFilled' -export * from './IconIcecreamSharpFilled' -export * from './IconIcecreamSharp' -export * from './IconIdCardOutlined' -export * from './IconIdCardOutlinedFilled' -export * from './IconIdCardRoundedFilled' -export * from './IconIdCardRounded' -export * from './IconIdCardSharp' -export * from './IconIdCardSharpFilled' -export * from './IconIflOutlined' -export * from './IconIflOutlinedFilled' -export * from './IconIflRoundedFilled' -export * from './IconIflRounded' -export * from './IconIflSharp' -export * from './IconIflSharpFilled' -export * from './IconIframeOutlined' -export * from './IconIframeOutlinedFilled' -export * from './IconIframeRounded' -export * from './IconIframeRoundedFilled' -export * from './IconIframeSharp' -export * from './IconIframeSharpFilled' -export * from './IconIframeOffOutlined' -export * from './IconIframeOffOutlinedFilled' -export * from './IconIframeOffRounded' -export * from './IconIframeOffRoundedFilled' -export * from './IconIframeOffSharp' -export * from './IconIframeOffSharpFilled' -export * from './IconImageOutlinedFilled' -export * from './IconImageOutlined' -export * from './IconImageRoundedFilled' -export * from './IconImageRounded' -export * from './IconImageSharp' -export * from './IconImageSharpFilled' -export * from './IconImageAspectRatioOutlined' -export * from './IconImageAspectRatioOutlinedFilled' -export * from './IconImageAspectRatioRounded' -export * from './IconImageAspectRatioRoundedFilled' -export * from './IconImageAspectRatioSharp' -export * from './IconImageAspectRatioSharpFilled' -export * from './IconImageSearchOutlinedFilled' -export * from './IconImageSearchOutlined' -export * from './IconImageSearchRounded' -export * from './IconImageSearchRoundedFilled' -export * from './IconImageSearchSharp' -export * from './IconImageSearchSharpFilled' -export * from './IconImagesearchRollerOutlinedFilled' -export * from './IconImagesearchRollerOutlined' -export * from './IconImagesearchRollerRoundedFilled' -export * from './IconImagesearchRollerRounded' -export * from './IconImagesearchRollerSharp' -export * from './IconImagesearchRollerSharpFilled' -export * from './IconImagesmodeOutlined' -export * from './IconImagesmodeOutlinedFilled' -export * from './IconImagesmodeRounded' -export * from './IconImagesmodeRoundedFilled' -export * from './IconImagesmodeSharp' -export * from './IconImagesmodeSharpFilled' -export * from './IconImmunologyOutlinedFilled' -export * from './IconImmunologyOutlined' -export * from './IconImmunologyRoundedFilled' -export * from './IconImmunologyRounded' -export * from './IconImmunologySharpFilled' -export * from './IconImmunologySharp' -export * from './IconImportContactsOutlinedFilled' -export * from './IconImportContactsOutlined' -export * from './IconImportContactsRoundedFilled' -export * from './IconImportContactsRounded' -export * from './IconImportContactsSharp' -export * from './IconImportContactsSharpFilled' -export * from './IconImportantDevicesOutlined' -export * from './IconImportantDevicesOutlinedFilled' -export * from './IconImportantDevicesRounded' -export * from './IconImportantDevicesRoundedFilled' -export * from './IconImportantDevicesSharp' -export * from './IconImportantDevicesSharpFilled' -export * from './IconInHomeModeOutlined' -export * from './IconInHomeModeOutlinedFilled' -export * from './IconInHomeModeRoundedFilled' -export * from './IconInHomeModeRounded' -export * from './IconInHomeModeSharp' -export * from './IconInHomeModeSharpFilled' -export * from './IconInactiveOrderOutlinedFilled' -export * from './IconInactiveOrderOutlined' -export * from './IconInactiveOrderRoundedFilled' -export * from './IconInactiveOrderRounded' -export * from './IconInactiveOrderSharpFilled' -export * from './IconInactiveOrderSharp' -export * from './IconInboxOutlined' -export * from './IconInboxOutlinedFilled' -export * from './IconInboxRounded' -export * from './IconInboxRoundedFilled' -export * from './IconInboxSharpFilled' -export * from './IconInboxSharp' -export * from './IconInboxCustomizeOutlined' -export * from './IconInboxCustomizeOutlinedFilled' -export * from './IconInboxCustomizeRoundedFilled' -export * from './IconInboxCustomizeRounded' -export * from './IconInboxCustomizeSharpFilled' -export * from './IconInboxCustomizeSharp' -export * from './IconIncompleteCircleOutlinedFilled' -export * from './IconIncompleteCircleOutlined' -export * from './IconIncompleteCircleRoundedFilled' -export * from './IconIncompleteCircleRounded' -export * from './IconIncompleteCircleSharpFilled' -export * from './IconIncompleteCircleSharp' -export * from './IconIndeterminateCheckBoxOutlined' -export * from './IconIndeterminateCheckBoxOutlinedFilled' -export * from './IconIndeterminateCheckBoxRoundedFilled' -export * from './IconIndeterminateCheckBoxRounded' -export * from './IconIndeterminateCheckBoxSharpFilled' -export * from './IconIndeterminateCheckBoxSharp' -export * from './IconIndeterminateQuestionBoxOutlined' -export * from './IconIndeterminateQuestionBoxOutlinedFilled' -export * from './IconIndeterminateQuestionBoxRoundedFilled' -export * from './IconIndeterminateQuestionBoxRounded' -export * from './IconIndeterminateQuestionBoxSharpFilled' -export * from './IconIndeterminateQuestionBoxSharp' -export * from './IconInfoOutlined' -export * from './IconInfoOutlinedFilled' -export * from './IconInfoRounded' -export * from './IconInfoRoundedFilled' -export * from './IconInfoSharpFilled' -export * from './IconInfoSharp' -export * from './IconInfoIOutlinedFilled' -export * from './IconInfoIOutlined' -export * from './IconInfoIRounded' -export * from './IconInfoIRoundedFilled' -export * from './IconInfoISharp' -export * from './IconInfoISharpFilled' -export * from './IconInfraredOutlinedFilled' -export * from './IconInfraredOutlined' -export * from './IconInfraredRoundedFilled' -export * from './IconInfraredRounded' -export * from './IconInfraredSharp' -export * from './IconInfraredSharpFilled' -export * from './IconInkEraserOutlined' -export * from './IconInkEraserOutlinedFilled' -export * from './IconInkEraserRounded' -export * from './IconInkEraserRoundedFilled' -export * from './IconInkEraserSharp' -export * from './IconInkEraserSharpFilled' -export * from './IconInkEraserOffOutlined' -export * from './IconInkEraserOffOutlinedFilled' -export * from './IconInkEraserOffRoundedFilled' -export * from './IconInkEraserOffRounded' -export * from './IconInkEraserOffSharp' -export * from './IconInkEraserOffSharpFilled' -export * from './IconInkHighlighterOutlinedFilled' -export * from './IconInkHighlighterOutlined' -export * from './IconInkHighlighterRoundedFilled' -export * from './IconInkHighlighterRounded' -export * from './IconInkHighlighterSharpFilled' -export * from './IconInkHighlighterSharp' -export * from './IconInkHighlighterMoveOutlined' -export * from './IconInkHighlighterMoveOutlinedFilled' -export * from './IconInkHighlighterMoveRounded' -export * from './IconInkHighlighterMoveRoundedFilled' -export * from './IconInkHighlighterMoveSharpFilled' -export * from './IconInkHighlighterMoveSharp' -export * from './IconInkMarkerOutlinedFilled' -export * from './IconInkMarkerOutlined' -export * from './IconInkMarkerRounded' -export * from './IconInkMarkerRoundedFilled' -export * from './IconInkMarkerSharp' -export * from './IconInkMarkerSharpFilled' -export * from './IconInkPenOutlinedFilled' -export * from './IconInkPenOutlined' -export * from './IconInkPenRounded' -export * from './IconInkPenRoundedFilled' -export * from './IconInkPenSharp' -export * from './IconInkPenSharpFilled' -export * from './IconInpatientOutlinedFilled' -export * from './IconInpatientOutlined' -export * from './IconInpatientRoundedFilled' -export * from './IconInpatientRounded' -export * from './IconInpatientSharp' -export * from './IconInpatientSharpFilled' -export * from './IconInputOutlinedFilled' -export * from './IconInputOutlined' -export * from './IconInputRounded' -export * from './IconInputRoundedFilled' -export * from './IconInputSharp' -export * from './IconInputSharpFilled' -export * from './IconInputCircleOutlined' -export * from './IconInputCircleOutlinedFilled' -export * from './IconInputCircleRoundedFilled' -export * from './IconInputCircleRounded' -export * from './IconInputCircleSharp' -export * from './IconInputCircleSharpFilled' -export * from './IconInsertChartOutlinedFilled' -export * from './IconInsertChartOutlined' -export * from './IconInsertChartRoundedFilled' -export * from './IconInsertChartRounded' -export * from './IconInsertChartSharpFilled' -export * from './IconInsertChartSharp' -export * from './IconInsertPageBreakOutlined' -export * from './IconInsertPageBreakOutlinedFilled' -export * from './IconInsertPageBreakRoundedFilled' -export * from './IconInsertPageBreakRounded' -export * from './IconInsertPageBreakSharpFilled' -export * from './IconInsertPageBreakSharp' -export * from './IconInsertTextOutlined' -export * from './IconInsertTextOutlinedFilled' -export * from './IconInsertTextRoundedFilled' -export * from './IconInsertTextRounded' -export * from './IconInsertTextSharpFilled' -export * from './IconInsertTextSharp' -export * from './IconInstallDesktopOutlined' -export * from './IconInstallDesktopOutlinedFilled' -export * from './IconInstallDesktopRoundedFilled' -export * from './IconInstallDesktopRounded' -export * from './IconInstallDesktopSharp' -export * from './IconInstallDesktopSharpFilled' -export * from './IconInstallMobileOutlined' -export * from './IconInstallMobileOutlinedFilled' -export * from './IconInstallMobileRoundedFilled' -export * from './IconInstallMobileRounded' -export * from './IconInstallMobileSharp' -export * from './IconInstallMobileSharpFilled' -export * from './IconInstantMixOutlinedFilled' -export * from './IconInstantMixOutlined' -export * from './IconInstantMixRounded' -export * from './IconInstantMixRoundedFilled' -export * from './IconInstantMixSharpFilled' -export * from './IconInstantMixSharp' -export * from './IconIntegrationInstructionsOutlinedFilled' -export * from './IconIntegrationInstructionsOutlined' -export * from './IconIntegrationInstructionsRounded' -export * from './IconIntegrationInstructionsRoundedFilled' -export * from './IconIntegrationInstructionsSharpFilled' -export * from './IconIntegrationInstructionsSharp' -export * from './IconInteractiveSpaceOutlined' -export * from './IconInteractiveSpaceOutlinedFilled' -export * from './IconInteractiveSpaceRoundedFilled' -export * from './IconInteractiveSpaceRounded' -export * from './IconInteractiveSpaceSharpFilled' -export * from './IconInteractiveSpaceSharp' -export * from './IconInterestsOutlinedFilled' -export * from './IconInterestsOutlined' -export * from './IconInterestsRoundedFilled' -export * from './IconInterestsRounded' -export * from './IconInterestsSharpFilled' -export * from './IconInterestsSharp' -export * from './IconInterpreterModeOutlined' -export * from './IconInterpreterModeOutlinedFilled' -export * from './IconInterpreterModeRoundedFilled' -export * from './IconInterpreterModeRounded' -export * from './IconInterpreterModeSharpFilled' -export * from './IconInterpreterModeSharp' -export * from './IconInventoryOutlined' -export * from './IconInventoryOutlinedFilled' -export * from './IconInventoryRoundedFilled' -export * from './IconInventoryRounded' -export * from './IconInventorySharp' -export * from './IconInventorySharpFilled' -export * from './IconInventory2Outlined' -export * from './IconInventory2OutlinedFilled' -export * from './IconInventory2Rounded' -export * from './IconInventory2RoundedFilled' -export * from './IconInventory2SharpFilled' -export * from './IconInventory2Sharp' -export * from './IconInvertColorsOutlined' -export * from './IconInvertColorsOutlinedFilled' -export * from './IconInvertColorsRounded' -export * from './IconInvertColorsRoundedFilled' -export * from './IconInvertColorsSharp' -export * from './IconInvertColorsSharpFilled' -export * from './IconInvertColorsOffOutlined' -export * from './IconInvertColorsOffOutlinedFilled' -export * from './IconInvertColorsOffRounded' -export * from './IconInvertColorsOffRoundedFilled' -export * from './IconInvertColorsOffSharpFilled' -export * from './IconInvertColorsOffSharp' -export * from './IconIosOutlinedFilled' -export * from './IconIosOutlined' -export * from './IconIosRoundedFilled' -export * from './IconIosRounded' -export * from './IconIosSharp' -export * from './IconIosSharpFilled' -export * from './IconIosShareOutlinedFilled' -export * from './IconIosShareOutlined' -export * from './IconIosShareRounded' -export * from './IconIosShareRoundedFilled' -export * from './IconIosShareSharp' -export * from './IconIosShareSharpFilled' -export * from './IconIronOutlinedFilled' -export * from './IconIronOutlined' -export * from './IconIronRounded' -export * from './IconIronRoundedFilled' -export * from './IconIronSharp' -export * from './IconIronSharpFilled' -export * from './IconJamboardKioskOutlined' -export * from './IconJamboardKioskOutlinedFilled' -export * from './IconJamboardKioskRounded' -export * from './IconJamboardKioskRoundedFilled' -export * from './IconJamboardKioskSharpFilled' -export * from './IconJamboardKioskSharp' -export * from './IconJavascriptOutlinedFilled' -export * from './IconJavascriptOutlined' -export * from './IconJavascriptRoundedFilled' -export * from './IconJavascriptRounded' -export * from './IconJavascriptSharpFilled' -export * from './IconJavascriptSharp' -export * from './IconJoinOutlined' -export * from './IconJoinOutlinedFilled' -export * from './IconJoinRounded' -export * from './IconJoinRoundedFilled' -export * from './IconJoinSharpFilled' -export * from './IconJoinSharp' -export * from './IconJoinInnerOutlined' -export * from './IconJoinInnerOutlinedFilled' -export * from './IconJoinInnerRoundedFilled' -export * from './IconJoinInnerRounded' -export * from './IconJoinInnerSharp' -export * from './IconJoinInnerSharpFilled' -export * from './IconJoinLeftOutlined' -export * from './IconJoinLeftOutlinedFilled' -export * from './IconJoinLeftRoundedFilled' -export * from './IconJoinLeftRounded' -export * from './IconJoinLeftSharpFilled' -export * from './IconJoinLeftSharp' -export * from './IconJoinRightOutlined' -export * from './IconJoinRightOutlinedFilled' -export * from './IconJoinRightRounded' -export * from './IconJoinRightRoundedFilled' -export * from './IconJoinRightSharpFilled' -export * from './IconJoinRightSharp' -export * from './IconJoystickOutlinedFilled' -export * from './IconJoystickOutlined' -export * from './IconJoystickRoundedFilled' -export * from './IconJoystickRounded' -export * from './IconJoystickSharp' -export * from './IconJoystickSharpFilled' -export * from './IconJumpToElementOutlinedFilled' -export * from './IconJumpToElementOutlined' -export * from './IconJumpToElementRounded' -export * from './IconJumpToElementRoundedFilled' -export * from './IconJumpToElementSharp' -export * from './IconJumpToElementSharpFilled' -export * from './IconKayakingOutlinedFilled' -export * from './IconKayakingOutlined' -export * from './IconKayakingRoundedFilled' -export * from './IconKayakingRounded' -export * from './IconKayakingSharp' -export * from './IconKayakingSharpFilled' -export * from './IconKebabDiningOutlinedFilled' -export * from './IconKebabDiningOutlined' -export * from './IconKebabDiningRoundedFilled' -export * from './IconKebabDiningRounded' -export * from './IconKebabDiningSharp' -export * from './IconKebabDiningSharpFilled' -export * from './IconKeepOutlined' -export * from './IconKeepOutlinedFilled' -export * from './IconKeepRoundedFilled' -export * from './IconKeepRounded' -export * from './IconKeepSharpFilled' -export * from './IconKeepSharp' -export * from './IconKeepOffOutlinedFilled' -export * from './IconKeepOffOutlined' -export * from './IconKeepOffRoundedFilled' -export * from './IconKeepOffRounded' -export * from './IconKeepOffSharp' -export * from './IconKeepOffSharpFilled' -export * from './IconKeepPublicOutlinedFilled' -export * from './IconKeepPublicOutlined' -export * from './IconKeepPublicRounded' -export * from './IconKeepPublicRoundedFilled' -export * from './IconKeepPublicSharp' -export * from './IconKeepPublicSharpFilled' -export * from './IconKettleOutlinedFilled' -export * from './IconKettleOutlined' -export * from './IconKettleRounded' -export * from './IconKettleRoundedFilled' -export * from './IconKettleSharp' -export * from './IconKettleSharpFilled' -export * from './IconKeyOutlined' -export * from './IconKeyOutlinedFilled' -export * from './IconKeyRoundedFilled' -export * from './IconKeyRounded' -export * from './IconKeySharpFilled' -export * from './IconKeySharp' -export * from './IconKeyOffOutlinedFilled' -export * from './IconKeyOffOutlined' -export * from './IconKeyOffRounded' -export * from './IconKeyOffRoundedFilled' -export * from './IconKeyOffSharpFilled' -export * from './IconKeyOffSharp' -export * from './IconKeyVerticalOutlined' -export * from './IconKeyVerticalOutlinedFilled' -export * from './IconKeyVerticalRoundedFilled' -export * from './IconKeyVerticalRounded' -export * from './IconKeyVerticalSharpFilled' -export * from './IconKeyVerticalSharp' -export * from './IconKeyVisualizerOutlinedFilled' -export * from './IconKeyVisualizerOutlined' -export * from './IconKeyVisualizerRoundedFilled' -export * from './IconKeyVisualizerRounded' -export * from './IconKeyVisualizerSharp' -export * from './IconKeyVisualizerSharpFilled' -export * from './IconKeyboardOutlinedFilled' -export * from './IconKeyboardOutlined' -export * from './IconKeyboardRounded' -export * from './IconKeyboardRoundedFilled' -export * from './IconKeyboardSharpFilled' -export * from './IconKeyboardSharp' -export * from './IconKeyboardAltOutlined' -export * from './IconKeyboardAltOutlinedFilled' -export * from './IconKeyboardAltRoundedFilled' -export * from './IconKeyboardAltRounded' -export * from './IconKeyboardAltSharpFilled' -export * from './IconKeyboardAltSharp' -export * from './IconKeyboardArrowDownOutlinedFilled' -export * from './IconKeyboardArrowDownOutlined' -export * from './IconKeyboardArrowDownRoundedFilled' -export * from './IconKeyboardArrowDownRounded' -export * from './IconKeyboardArrowDownSharp' -export * from './IconKeyboardArrowDownSharpFilled' -export * from './IconKeyboardArrowLeftOutlined' -export * from './IconKeyboardArrowLeftOutlinedFilled' -export * from './IconKeyboardArrowLeftRoundedFilled' -export * from './IconKeyboardArrowLeftRounded' -export * from './IconKeyboardArrowLeftSharpFilled' -export * from './IconKeyboardArrowLeftSharp' -export * from './IconKeyboardArrowRightOutlined' -export * from './IconKeyboardArrowRightOutlinedFilled' -export * from './IconKeyboardArrowRightRoundedFilled' -export * from './IconKeyboardArrowRightRounded' -export * from './IconKeyboardArrowRightSharpFilled' -export * from './IconKeyboardArrowRightSharp' -export * from './IconKeyboardArrowUpOutlinedFilled' -export * from './IconKeyboardArrowUpOutlined' -export * from './IconKeyboardArrowUpRounded' -export * from './IconKeyboardArrowUpRoundedFilled' -export * from './IconKeyboardArrowUpSharpFilled' -export * from './IconKeyboardArrowUpSharp' -export * from './IconKeyboardBackspaceOutlinedFilled' -export * from './IconKeyboardBackspaceOutlined' -export * from './IconKeyboardBackspaceRoundedFilled' -export * from './IconKeyboardBackspaceRounded' -export * from './IconKeyboardBackspaceSharpFilled' -export * from './IconKeyboardBackspaceSharp' -export * from './IconKeyboardCapslockOutlined' -export * from './IconKeyboardCapslockOutlinedFilled' -export * from './IconKeyboardCapslockRoundedFilled' -export * from './IconKeyboardCapslockRounded' -export * from './IconKeyboardCapslockSharpFilled' -export * from './IconKeyboardCapslockSharp' -export * from './IconKeyboardCapslockBadgeOutlinedFilled' -export * from './IconKeyboardCapslockBadgeOutlined' -export * from './IconKeyboardCapslockBadgeRounded' -export * from './IconKeyboardCapslockBadgeRoundedFilled' -export * from './IconKeyboardCapslockBadgeSharp' -export * from './IconKeyboardCapslockBadgeSharpFilled' -export * from './IconKeyboardCommandKeyOutlined' -export * from './IconKeyboardCommandKeyOutlinedFilled' -export * from './IconKeyboardCommandKeyRounded' -export * from './IconKeyboardCommandKeyRoundedFilled' -export * from './IconKeyboardCommandKeySharpFilled' -export * from './IconKeyboardCommandKeySharp' -export * from './IconKeyboardControlKeyOutlined' -export * from './IconKeyboardControlKeyOutlinedFilled' -export * from './IconKeyboardControlKeyRoundedFilled' -export * from './IconKeyboardControlKeyRounded' -export * from './IconKeyboardControlKeySharpFilled' -export * from './IconKeyboardControlKeySharp' -export * from './IconKeyboardDoubleArrowDownOutlinedFilled' -export * from './IconKeyboardDoubleArrowDownOutlined' -export * from './IconKeyboardDoubleArrowDownRounded' -export * from './IconKeyboardDoubleArrowDownRoundedFilled' -export * from './IconKeyboardDoubleArrowDownSharp' -export * from './IconKeyboardDoubleArrowDownSharpFilled' -export * from './IconKeyboardDoubleArrowLeftOutlinedFilled' -export * from './IconKeyboardDoubleArrowLeftOutlined' -export * from './IconKeyboardDoubleArrowLeftRounded' -export * from './IconKeyboardDoubleArrowLeftRoundedFilled' -export * from './IconKeyboardDoubleArrowLeftSharpFilled' -export * from './IconKeyboardDoubleArrowLeftSharp' -export * from './IconKeyboardDoubleArrowRightOutlinedFilled' -export * from './IconKeyboardDoubleArrowRightOutlined' -export * from './IconKeyboardDoubleArrowRightRounded' -export * from './IconKeyboardDoubleArrowRightRoundedFilled' -export * from './IconKeyboardDoubleArrowRightSharpFilled' -export * from './IconKeyboardDoubleArrowRightSharp' -export * from './IconKeyboardDoubleArrowUpOutlinedFilled' -export * from './IconKeyboardDoubleArrowUpOutlined' -export * from './IconKeyboardDoubleArrowUpRoundedFilled' -export * from './IconKeyboardDoubleArrowUpRounded' -export * from './IconKeyboardDoubleArrowUpSharp' -export * from './IconKeyboardDoubleArrowUpSharpFilled' -export * from './IconKeyboardExternalInputOutlinedFilled' -export * from './IconKeyboardExternalInputOutlined' -export * from './IconKeyboardExternalInputRoundedFilled' -export * from './IconKeyboardExternalInputRounded' -export * from './IconKeyboardExternalInputSharp' -export * from './IconKeyboardExternalInputSharpFilled' -export * from './IconKeyboardFullOutlinedFilled' -export * from './IconKeyboardFullOutlined' -export * from './IconKeyboardFullRoundedFilled' -export * from './IconKeyboardFullRounded' -export * from './IconKeyboardFullSharpFilled' -export * from './IconKeyboardFullSharp' -export * from './IconKeyboardHideOutlinedFilled' -export * from './IconKeyboardHideOutlined' -export * from './IconKeyboardHideRounded' -export * from './IconKeyboardHideRoundedFilled' -export * from './IconKeyboardHideSharp' -export * from './IconKeyboardHideSharpFilled' -export * from './IconKeyboardKeysOutlinedFilled' -export * from './IconKeyboardKeysOutlined' -export * from './IconKeyboardKeysRounded' -export * from './IconKeyboardKeysRoundedFilled' -export * from './IconKeyboardKeysSharp' -export * from './IconKeyboardKeysSharpFilled' -export * from './IconKeyboardLockOutlined' -export * from './IconKeyboardLockOutlinedFilled' -export * from './IconKeyboardLockRounded' -export * from './IconKeyboardLockRoundedFilled' -export * from './IconKeyboardLockSharp' -export * from './IconKeyboardLockSharpFilled' -export * from './IconKeyboardLockOffOutlinedFilled' -export * from './IconKeyboardLockOffOutlined' -export * from './IconKeyboardLockOffRoundedFilled' -export * from './IconKeyboardLockOffRounded' -export * from './IconKeyboardLockOffSharpFilled' -export * from './IconKeyboardLockOffSharp' -export * from './IconKeyboardOffOutlinedFilled' -export * from './IconKeyboardOffOutlined' -export * from './IconKeyboardOffRounded' -export * from './IconKeyboardOffRoundedFilled' -export * from './IconKeyboardOffSharp' -export * from './IconKeyboardOffSharpFilled' -export * from './IconKeyboardOnscreenOutlined' -export * from './IconKeyboardOnscreenOutlinedFilled' -export * from './IconKeyboardOnscreenRoundedFilled' -export * from './IconKeyboardOnscreenRounded' -export * from './IconKeyboardOnscreenSharp' -export * from './IconKeyboardOnscreenSharpFilled' -export * from './IconKeyboardOptionKeyOutlined' -export * from './IconKeyboardOptionKeyOutlinedFilled' -export * from './IconKeyboardOptionKeyRoundedFilled' -export * from './IconKeyboardOptionKeyRounded' -export * from './IconKeyboardOptionKeySharpFilled' -export * from './IconKeyboardOptionKeySharp' -export * from './IconKeyboardPreviousLanguageOutlinedFilled' -export * from './IconKeyboardPreviousLanguageOutlined' -export * from './IconKeyboardPreviousLanguageRoundedFilled' -export * from './IconKeyboardPreviousLanguageRounded' -export * from './IconKeyboardPreviousLanguageSharpFilled' -export * from './IconKeyboardPreviousLanguageSharp' -export * from './IconKeyboardReturnOutlinedFilled' -export * from './IconKeyboardReturnOutlined' -export * from './IconKeyboardReturnRoundedFilled' -export * from './IconKeyboardReturnRounded' -export * from './IconKeyboardReturnSharpFilled' -export * from './IconKeyboardReturnSharp' -export * from './IconKeyboardTabOutlined' -export * from './IconKeyboardTabOutlinedFilled' -export * from './IconKeyboardTabRoundedFilled' -export * from './IconKeyboardTabRounded' -export * from './IconKeyboardTabSharp' -export * from './IconKeyboardTabSharpFilled' -export * from './IconKeyboardTabRtlOutlined' -export * from './IconKeyboardTabRtlOutlinedFilled' -export * from './IconKeyboardTabRtlRoundedFilled' -export * from './IconKeyboardTabRtlRounded' -export * from './IconKeyboardTabRtlSharpFilled' -export * from './IconKeyboardTabRtlSharp' -export * from './IconKidStarOutlined' -export * from './IconKidStarOutlinedFilled' -export * from './IconKidStarRoundedFilled' -export * from './IconKidStarRounded' -export * from './IconKidStarSharpFilled' -export * from './IconKidStarSharp' -export * from './IconKingBedOutlinedFilled' -export * from './IconKingBedOutlined' -export * from './IconKingBedRoundedFilled' -export * from './IconKingBedRounded' -export * from './IconKingBedSharpFilled' -export * from './IconKingBedSharp' -export * from './IconKitchenOutlined' -export * from './IconKitchenOutlinedFilled' -export * from './IconKitchenRoundedFilled' -export * from './IconKitchenRounded' -export * from './IconKitchenSharpFilled' -export * from './IconKitchenSharp' -export * from './IconKitesurfingOutlined' -export * from './IconKitesurfingOutlinedFilled' -export * from './IconKitesurfingRounded' -export * from './IconKitesurfingRoundedFilled' -export * from './IconKitesurfingSharpFilled' -export * from './IconKitesurfingSharp' -export * from './IconLabPanelOutlinedFilled' -export * from './IconLabPanelOutlined' -export * from './IconLabPanelRounded' -export * from './IconLabPanelRoundedFilled' -export * from './IconLabPanelSharp' -export * from './IconLabPanelSharpFilled' -export * from './IconLabProfileOutlined' -export * from './IconLabProfileOutlinedFilled' -export * from './IconLabProfileRounded' -export * from './IconLabProfileRoundedFilled' -export * from './IconLabProfileSharpFilled' -export * from './IconLabProfileSharp' -export * from './IconLabResearchOutlined' -export * from './IconLabResearchOutlinedFilled' -export * from './IconLabResearchRoundedFilled' -export * from './IconLabResearchRounded' -export * from './IconLabResearchSharpFilled' -export * from './IconLabResearchSharp' -export * from './IconLabelOutlinedFilled' -export * from './IconLabelOutlined' -export * from './IconLabelRounded' -export * from './IconLabelRoundedFilled' -export * from './IconLabelSharpFilled' -export * from './IconLabelSharp' -export * from './IconLabelImportantOutlined' -export * from './IconLabelImportantOutlinedFilled' -export * from './IconLabelImportantRounded' -export * from './IconLabelImportantRoundedFilled' -export * from './IconLabelImportantSharp' -export * from './IconLabelImportantSharpFilled' -export * from './IconLabelOffOutlined' -export * from './IconLabelOffOutlinedFilled' -export * from './IconLabelOffRounded' -export * from './IconLabelOffRoundedFilled' -export * from './IconLabelOffSharp' -export * from './IconLabelOffSharpFilled' -export * from './IconLabsOutlined' -export * from './IconLabsOutlinedFilled' -export * from './IconLabsRoundedFilled' -export * from './IconLabsRounded' -export * from './IconLabsSharp' -export * from './IconLabsSharpFilled' -export * from './IconLanOutlinedFilled' -export * from './IconLanOutlined' -export * from './IconLanRoundedFilled' -export * from './IconLanRounded' -export * from './IconLanSharpFilled' -export * from './IconLanSharp' -export * from './IconLandscapeOutlined' -export * from './IconLandscapeOutlinedFilled' -export * from './IconLandscapeRounded' -export * from './IconLandscapeRoundedFilled' -export * from './IconLandscapeSharp' -export * from './IconLandscapeSharpFilled' -export * from './IconLandscape2OutlinedFilled' -export * from './IconLandscape2Outlined' -export * from './IconLandscape2RoundedFilled' -export * from './IconLandscape2Rounded' -export * from './IconLandscape2SharpFilled' -export * from './IconLandscape2Sharp' -export * from './IconLandscape2OffOutlined' -export * from './IconLandscape2OffOutlinedFilled' -export * from './IconLandscape2OffRoundedFilled' -export * from './IconLandscape2OffRounded' -export * from './IconLandscape2OffSharpFilled' -export * from './IconLandscape2OffSharp' -export * from './IconLandslideOutlined' -export * from './IconLandslideOutlinedFilled' -export * from './IconLandslideRoundedFilled' -export * from './IconLandslideRounded' -export * from './IconLandslideSharpFilled' -export * from './IconLandslideSharp' -export * from './IconLanguageOutlined' -export * from './IconLanguageOutlinedFilled' -export * from './IconLanguageRounded' -export * from './IconLanguageRoundedFilled' -export * from './IconLanguageSharp' -export * from './IconLanguageSharpFilled' -export * from './IconLanguageChineseArrayOutlinedFilled' -export * from './IconLanguageChineseArrayOutlined' -export * from './IconLanguageChineseArrayRoundedFilled' -export * from './IconLanguageChineseArrayRounded' -export * from './IconLanguageChineseArraySharpFilled' -export * from './IconLanguageChineseArraySharp' -export * from './IconLanguageChineseCangjieOutlined' -export * from './IconLanguageChineseCangjieOutlinedFilled' -export * from './IconLanguageChineseCangjieRounded' -export * from './IconLanguageChineseCangjieRoundedFilled' -export * from './IconLanguageChineseCangjieSharp' -export * from './IconLanguageChineseCangjieSharpFilled' -export * from './IconLanguageChineseDayiOutlinedFilled' -export * from './IconLanguageChineseDayiOutlined' -export * from './IconLanguageChineseDayiRounded' -export * from './IconLanguageChineseDayiRoundedFilled' -export * from './IconLanguageChineseDayiSharpFilled' -export * from './IconLanguageChineseDayiSharp' -export * from './IconLanguageChinesePinyinOutlined' -export * from './IconLanguageChinesePinyinOutlinedFilled' -export * from './IconLanguageChinesePinyinRoundedFilled' -export * from './IconLanguageChinesePinyinRounded' -export * from './IconLanguageChinesePinyinSharp' -export * from './IconLanguageChinesePinyinSharpFilled' -export * from './IconLanguageChineseQuickOutlinedFilled' -export * from './IconLanguageChineseQuickOutlined' -export * from './IconLanguageChineseQuickRounded' -export * from './IconLanguageChineseQuickRoundedFilled' -export * from './IconLanguageChineseQuickSharp' -export * from './IconLanguageChineseQuickSharpFilled' -export * from './IconLanguageChineseWubiOutlined' -export * from './IconLanguageChineseWubiOutlinedFilled' -export * from './IconLanguageChineseWubiRounded' -export * from './IconLanguageChineseWubiRoundedFilled' -export * from './IconLanguageChineseWubiSharp' -export * from './IconLanguageChineseWubiSharpFilled' -export * from './IconLanguageFrenchOutlined' -export * from './IconLanguageFrenchOutlinedFilled' -export * from './IconLanguageFrenchRounded' -export * from './IconLanguageFrenchRoundedFilled' -export * from './IconLanguageFrenchSharp' -export * from './IconLanguageFrenchSharpFilled' -export * from './IconLanguageGbEnglishOutlinedFilled' -export * from './IconLanguageGbEnglishOutlined' -export * from './IconLanguageGbEnglishRounded' -export * from './IconLanguageGbEnglishRoundedFilled' -export * from './IconLanguageGbEnglishSharpFilled' -export * from './IconLanguageGbEnglishSharp' -export * from './IconLanguageInternationalOutlinedFilled' -export * from './IconLanguageInternationalOutlined' -export * from './IconLanguageInternationalRounded' -export * from './IconLanguageInternationalRoundedFilled' -export * from './IconLanguageInternationalSharpFilled' -export * from './IconLanguageInternationalSharp' -export * from './IconLanguageJapaneseKanaOutlined' -export * from './IconLanguageJapaneseKanaOutlinedFilled' -export * from './IconLanguageJapaneseKanaRounded' -export * from './IconLanguageJapaneseKanaRoundedFilled' -export * from './IconLanguageJapaneseKanaSharp' -export * from './IconLanguageJapaneseKanaSharpFilled' -export * from './IconLanguageKoreanLatinOutlinedFilled' -export * from './IconLanguageKoreanLatinOutlined' -export * from './IconLanguageKoreanLatinRounded' -export * from './IconLanguageKoreanLatinRoundedFilled' -export * from './IconLanguageKoreanLatinSharp' -export * from './IconLanguageKoreanLatinSharpFilled' -export * from './IconLanguagePinyinOutlinedFilled' -export * from './IconLanguagePinyinOutlined' -export * from './IconLanguagePinyinRoundedFilled' -export * from './IconLanguagePinyinRounded' -export * from './IconLanguagePinyinSharpFilled' -export * from './IconLanguagePinyinSharp' -export * from './IconLanguageSpanishOutlinedFilled' -export * from './IconLanguageSpanishOutlined' -export * from './IconLanguageSpanishRounded' -export * from './IconLanguageSpanishRoundedFilled' -export * from './IconLanguageSpanishSharp' -export * from './IconLanguageSpanishSharpFilled' -export * from './IconLanguageUsOutlined' -export * from './IconLanguageUsOutlinedFilled' -export * from './IconLanguageUsRounded' -export * from './IconLanguageUsRoundedFilled' -export * from './IconLanguageUsSharp' -export * from './IconLanguageUsSharpFilled' -export * from './IconLanguageUsColemakOutlined' -export * from './IconLanguageUsColemakOutlinedFilled' -export * from './IconLanguageUsColemakRoundedFilled' -export * from './IconLanguageUsColemakRounded' -export * from './IconLanguageUsColemakSharp' -export * from './IconLanguageUsColemakSharpFilled' -export * from './IconLanguageUsDvorakOutlined' -export * from './IconLanguageUsDvorakOutlinedFilled' -export * from './IconLanguageUsDvorakRounded' -export * from './IconLanguageUsDvorakRoundedFilled' -export * from './IconLanguageUsDvorakSharpFilled' -export * from './IconLanguageUsDvorakSharp' -export * from './IconLapsOutlinedFilled' -export * from './IconLapsOutlined' -export * from './IconLapsRounded' -export * from './IconLapsRoundedFilled' -export * from './IconLapsSharp' -export * from './IconLapsSharpFilled' -export * from './IconLaptopCarOutlined' -export * from './IconLaptopCarOutlinedFilled' -export * from './IconLaptopCarRoundedFilled' -export * from './IconLaptopCarRounded' -export * from './IconLaptopCarSharpFilled' -export * from './IconLaptopCarSharp' -export * from './IconLaptopChromebookOutlined' -export * from './IconLaptopChromebookOutlinedFilled' -export * from './IconLaptopChromebookRounded' -export * from './IconLaptopChromebookRoundedFilled' -export * from './IconLaptopChromebookSharp' -export * from './IconLaptopChromebookSharpFilled' -export * from './IconLaptopMacOutlined' -export * from './IconLaptopMacOutlinedFilled' -export * from './IconLaptopMacRounded' -export * from './IconLaptopMacRoundedFilled' -export * from './IconLaptopMacSharpFilled' -export * from './IconLaptopMacSharp' -export * from './IconLaptopWindowsOutlinedFilled' -export * from './IconLaptopWindowsOutlined' -export * from './IconLaptopWindowsRoundedFilled' -export * from './IconLaptopWindowsRounded' -export * from './IconLaptopWindowsSharpFilled' -export * from './IconLaptopWindowsSharp' -export * from './IconLassoSelectOutlined' -export * from './IconLassoSelectOutlinedFilled' -export * from './IconLassoSelectRoundedFilled' -export * from './IconLassoSelectRounded' -export * from './IconLassoSelectSharpFilled' -export * from './IconLassoSelectSharp' -export * from './IconLastPageOutlinedFilled' -export * from './IconLastPageOutlined' -export * from './IconLastPageRounded' -export * from './IconLastPageRoundedFilled' -export * from './IconLastPageSharp' -export * from './IconLastPageSharpFilled' -export * from './IconLaundryOutlinedFilled' -export * from './IconLaundryOutlined' -export * from './IconLaundryRoundedFilled' -export * from './IconLaundryRounded' -export * from './IconLaundrySharpFilled' -export * from './IconLaundrySharp' -export * from './IconLayersOutlinedFilled' -export * from './IconLayersOutlined' -export * from './IconLayersRounded' -export * from './IconLayersRoundedFilled' -export * from './IconLayersSharpFilled' -export * from './IconLayersSharp' -export * from './IconLayersClearOutlined' -export * from './IconLayersClearOutlinedFilled' -export * from './IconLayersClearRounded' -export * from './IconLayersClearRoundedFilled' -export * from './IconLayersClearSharp' -export * from './IconLayersClearSharpFilled' -export * from './IconLdaOutlinedFilled' -export * from './IconLdaOutlined' -export * from './IconLdaRoundedFilled' -export * from './IconLdaRounded' -export * from './IconLdaSharp' -export * from './IconLdaSharpFilled' -export * from './IconLeaderboardOutlinedFilled' -export * from './IconLeaderboardOutlined' -export * from './IconLeaderboardRounded' -export * from './IconLeaderboardRoundedFilled' -export * from './IconLeaderboardSharp' -export * from './IconLeaderboardSharpFilled' -export * from './IconLeakAddOutlinedFilled' -export * from './IconLeakAddOutlined' -export * from './IconLeakAddRoundedFilled' -export * from './IconLeakAddRounded' -export * from './IconLeakAddSharpFilled' -export * from './IconLeakAddSharp' -export * from './IconLeakRemoveOutlinedFilled' -export * from './IconLeakRemoveOutlined' -export * from './IconLeakRemoveRoundedFilled' -export * from './IconLeakRemoveRounded' -export * from './IconLeakRemoveSharpFilled' -export * from './IconLeakRemoveSharp' -export * from './IconLeftClickOutlinedFilled' -export * from './IconLeftClickOutlined' -export * from './IconLeftClickRoundedFilled' -export * from './IconLeftClickRounded' -export * from './IconLeftClickSharpFilled' -export * from './IconLeftClickSharp' -export * from './IconLeftPanelCloseOutlinedFilled' -export * from './IconLeftPanelCloseOutlined' -export * from './IconLeftPanelCloseRoundedFilled' -export * from './IconLeftPanelCloseRounded' -export * from './IconLeftPanelCloseSharp' -export * from './IconLeftPanelCloseSharpFilled' -export * from './IconLeftPanelOpenOutlinedFilled' -export * from './IconLeftPanelOpenOutlined' -export * from './IconLeftPanelOpenRounded' -export * from './IconLeftPanelOpenRoundedFilled' -export * from './IconLeftPanelOpenSharpFilled' -export * from './IconLeftPanelOpenSharp' -export * from './IconLegendToggleOutlined' -export * from './IconLegendToggleOutlinedFilled' -export * from './IconLegendToggleRoundedFilled' -export * from './IconLegendToggleRounded' -export * from './IconLegendToggleSharp' -export * from './IconLegendToggleSharpFilled' -export * from './IconLensBlurOutlined' -export * from './IconLensBlurOutlinedFilled' -export * from './IconLensBlurRoundedFilled' -export * from './IconLensBlurRounded' -export * from './IconLensBlurSharpFilled' -export * from './IconLensBlurSharp' -export * from './IconLetterSwitchOutlined' -export * from './IconLetterSwitchOutlinedFilled' -export * from './IconLetterSwitchRoundedFilled' -export * from './IconLetterSwitchRounded' -export * from './IconLetterSwitchSharp' -export * from './IconLetterSwitchSharpFilled' -export * from './IconLibraryAddOutlinedFilled' -export * from './IconLibraryAddOutlined' -export * from './IconLibraryAddRounded' -export * from './IconLibraryAddRoundedFilled' -export * from './IconLibraryAddSharp' -export * from './IconLibraryAddSharpFilled' -export * from './IconLibraryAddCheckOutlinedFilled' -export * from './IconLibraryAddCheckOutlined' -export * from './IconLibraryAddCheckRoundedFilled' -export * from './IconLibraryAddCheckRounded' -export * from './IconLibraryAddCheckSharpFilled' -export * from './IconLibraryAddCheckSharp' -export * from './IconLibraryBooksOutlinedFilled' -export * from './IconLibraryBooksOutlined' -export * from './IconLibraryBooksRoundedFilled' -export * from './IconLibraryBooksRounded' -export * from './IconLibraryBooksSharpFilled' -export * from './IconLibraryBooksSharp' -export * from './IconLibraryMusicOutlinedFilled' -export * from './IconLibraryMusicOutlined' -export * from './IconLibraryMusicRoundedFilled' -export * from './IconLibraryMusicRounded' -export * from './IconLibraryMusicSharp' -export * from './IconLibraryMusicSharpFilled' -export * from './IconLicenseOutlined' -export * from './IconLicenseOutlinedFilled' -export * from './IconLicenseRoundedFilled' -export * from './IconLicenseRounded' -export * from './IconLicenseSharp' -export * from './IconLicenseSharpFilled' -export * from './IconLiftToTalkOutlinedFilled' -export * from './IconLiftToTalkOutlined' -export * from './IconLiftToTalkRoundedFilled' -export * from './IconLiftToTalkRounded' -export * from './IconLiftToTalkSharpFilled' -export * from './IconLiftToTalkSharp' -export * from './IconLightOutlined' -export * from './IconLightOutlinedFilled' -export * from './IconLightRoundedFilled' -export * from './IconLightRounded' -export * from './IconLightSharp' -export * from './IconLightSharpFilled' -export * from './IconLightGroupOutlined' -export * from './IconLightGroupOutlinedFilled' -export * from './IconLightGroupRounded' -export * from './IconLightGroupRoundedFilled' -export * from './IconLightGroupSharp' -export * from './IconLightGroupSharpFilled' -export * from './IconLightModeOutlined' -export * from './IconLightModeOutlinedFilled' -export * from './IconLightModeRounded' -export * from './IconLightModeRoundedFilled' -export * from './IconLightModeSharpFilled' -export * from './IconLightModeSharp' -export * from './IconLightOffOutlinedFilled' -export * from './IconLightOffOutlined' -export * from './IconLightOffRoundedFilled' -export * from './IconLightOffRounded' -export * from './IconLightOffSharp' -export * from './IconLightOffSharpFilled' -export * from './IconLightbulbOutlinedFilled' -export * from './IconLightbulbOutlined' -export * from './IconLightbulbRoundedFilled' -export * from './IconLightbulbRounded' -export * from './IconLightbulbSharp' -export * from './IconLightbulbSharpFilled' -export * from './IconLightbulb2Outlined' -export * from './IconLightbulb2OutlinedFilled' -export * from './IconLightbulb2RoundedFilled' -export * from './IconLightbulb2Rounded' -export * from './IconLightbulb2SharpFilled' -export * from './IconLightbulb2Sharp' -export * from './IconLightbulbCircleOutlined' -export * from './IconLightbulbCircleOutlinedFilled' -export * from './IconLightbulbCircleRounded' -export * from './IconLightbulbCircleRoundedFilled' -export * from './IconLightbulbCircleSharp' -export * from './IconLightbulbCircleSharpFilled' -export * from './IconLightningStandOutlined' -export * from './IconLightningStandOutlinedFilled' -export * from './IconLightningStandRoundedFilled' -export * from './IconLightningStandRounded' -export * from './IconLightningStandSharpFilled' -export * from './IconLightningStandSharp' -export * from './IconLineAxisOutlinedFilled' -export * from './IconLineAxisOutlined' -export * from './IconLineAxisRoundedFilled' -export * from './IconLineAxisRounded' -export * from './IconLineAxisSharpFilled' -export * from './IconLineAxisSharp' -export * from './IconLineCurveOutlined' -export * from './IconLineCurveOutlinedFilled' -export * from './IconLineCurveRounded' -export * from './IconLineCurveRoundedFilled' -export * from './IconLineCurveSharpFilled' -export * from './IconLineCurveSharp' -export * from './IconLineEndOutlinedFilled' -export * from './IconLineEndOutlined' -export * from './IconLineEndRoundedFilled' -export * from './IconLineEndRounded' -export * from './IconLineEndSharpFilled' -export * from './IconLineEndSharp' -export * from './IconLineEndArrowOutlinedFilled' -export * from './IconLineEndArrowOutlined' -export * from './IconLineEndArrowRoundedFilled' -export * from './IconLineEndArrowRounded' -export * from './IconLineEndArrowSharpFilled' -export * from './IconLineEndArrowSharp' -export * from './IconLineEndArrowNotchOutlined' -export * from './IconLineEndArrowNotchOutlinedFilled' -export * from './IconLineEndArrowNotchRoundedFilled' -export * from './IconLineEndArrowNotchRounded' -export * from './IconLineEndArrowNotchSharpFilled' -export * from './IconLineEndArrowNotchSharp' -export * from './IconLineEndCircleOutlined' -export * from './IconLineEndCircleOutlinedFilled' -export * from './IconLineEndCircleRounded' -export * from './IconLineEndCircleRoundedFilled' -export * from './IconLineEndCircleSharp' -export * from './IconLineEndCircleSharpFilled' -export * from './IconLineEndDiamondOutlinedFilled' -export * from './IconLineEndDiamondOutlined' -export * from './IconLineEndDiamondRounded' -export * from './IconLineEndDiamondRoundedFilled' -export * from './IconLineEndDiamondSharp' -export * from './IconLineEndDiamondSharpFilled' -export * from './IconLineEndSquareOutlinedFilled' -export * from './IconLineEndSquareOutlined' -export * from './IconLineEndSquareRoundedFilled' -export * from './IconLineEndSquareRounded' -export * from './IconLineEndSquareSharpFilled' -export * from './IconLineEndSquareSharp' -export * from './IconLineStartOutlined' -export * from './IconLineStartOutlinedFilled' -export * from './IconLineStartRounded' -export * from './IconLineStartRoundedFilled' -export * from './IconLineStartSharpFilled' -export * from './IconLineStartSharp' -export * from './IconLineStartArrowOutlinedFilled' -export * from './IconLineStartArrowOutlined' -export * from './IconLineStartArrowRounded' -export * from './IconLineStartArrowRoundedFilled' -export * from './IconLineStartArrowSharpFilled' -export * from './IconLineStartArrowSharp' -export * from './IconLineStartArrowNotchOutlined' -export * from './IconLineStartArrowNotchOutlinedFilled' -export * from './IconLineStartArrowNotchRoundedFilled' -export * from './IconLineStartArrowNotchRounded' -export * from './IconLineStartArrowNotchSharp' -export * from './IconLineStartArrowNotchSharpFilled' -export * from './IconLineStartCircleOutlinedFilled' -export * from './IconLineStartCircleOutlined' -export * from './IconLineStartCircleRounded' -export * from './IconLineStartCircleRoundedFilled' -export * from './IconLineStartCircleSharpFilled' -export * from './IconLineStartCircleSharp' -export * from './IconLineStartDiamondOutlined' -export * from './IconLineStartDiamondOutlinedFilled' -export * from './IconLineStartDiamondRounded' -export * from './IconLineStartDiamondRoundedFilled' -export * from './IconLineStartDiamondSharpFilled' -export * from './IconLineStartDiamondSharp' -export * from './IconLineStartSquareOutlined' -export * from './IconLineStartSquareOutlinedFilled' -export * from './IconLineStartSquareRounded' -export * from './IconLineStartSquareRoundedFilled' -export * from './IconLineStartSquareSharp' -export * from './IconLineStartSquareSharpFilled' -export * from './IconLineStyleOutlinedFilled' -export * from './IconLineStyleOutlined' -export * from './IconLineStyleRoundedFilled' -export * from './IconLineStyleRounded' -export * from './IconLineStyleSharp' -export * from './IconLineStyleSharpFilled' -export * from './IconLineWeightOutlinedFilled' -export * from './IconLineWeightOutlined' -export * from './IconLineWeightRounded' -export * from './IconLineWeightRoundedFilled' -export * from './IconLineWeightSharp' -export * from './IconLineWeightSharpFilled' -export * from './IconLinearScaleOutlined' -export * from './IconLinearScaleOutlinedFilled' -export * from './IconLinearScaleRounded' -export * from './IconLinearScaleRoundedFilled' -export * from './IconLinearScaleSharp' -export * from './IconLinearScaleSharpFilled' -export * from './IconLinkOutlined' -export * from './IconLinkOutlinedFilled' -export * from './IconLinkRounded' -export * from './IconLinkRoundedFilled' -export * from './IconLinkSharp' -export * from './IconLinkSharpFilled' -export * from './IconLinkOffOutlined' -export * from './IconLinkOffOutlinedFilled' -export * from './IconLinkOffRounded' -export * from './IconLinkOffRoundedFilled' -export * from './IconLinkOffSharp' -export * from './IconLinkOffSharpFilled' -export * from './IconLinkedCameraOutlined' -export * from './IconLinkedCameraOutlinedFilled' -export * from './IconLinkedCameraRoundedFilled' -export * from './IconLinkedCameraRounded' -export * from './IconLinkedCameraSharpFilled' -export * from './IconLinkedCameraSharp' -export * from './IconLinkedServicesOutlined' -export * from './IconLinkedServicesOutlinedFilled' -export * from './IconLinkedServicesRounded' -export * from './IconLinkedServicesRoundedFilled' -export * from './IconLinkedServicesSharpFilled' -export * from './IconLinkedServicesSharp' -export * from './IconLiquorOutlinedFilled' -export * from './IconLiquorOutlined' -export * from './IconLiquorRounded' -export * from './IconLiquorRoundedFilled' -export * from './IconLiquorSharpFilled' -export * from './IconLiquorSharp' -export * from './IconListOutlinedFilled' -export * from './IconListOutlined' -export * from './IconListRoundedFilled' -export * from './IconListRounded' -export * from './IconListSharp' -export * from './IconListSharpFilled' -export * from './IconListAltOutlined' -export * from './IconListAltOutlinedFilled' -export * from './IconListAltRounded' -export * from './IconListAltRoundedFilled' -export * from './IconListAltSharpFilled' -export * from './IconListAltSharp' -export * from './IconListAltAddOutlinedFilled' -export * from './IconListAltAddOutlined' -export * from './IconListAltAddRounded' -export * from './IconListAltAddRoundedFilled' -export * from './IconListAltAddSharpFilled' -export * from './IconListAltAddSharp' -export * from './IconListAltCheckOutlined' -export * from './IconListAltCheckOutlinedFilled' -export * from './IconListAltCheckRoundedFilled' -export * from './IconListAltCheckRounded' -export * from './IconListAltCheckSharp' -export * from './IconListAltCheckSharpFilled' -export * from './IconListsOutlinedFilled' -export * from './IconListsOutlined' -export * from './IconListsRoundedFilled' -export * from './IconListsRounded' -export * from './IconListsSharp' -export * from './IconListsSharpFilled' -export * from './IconLiveHelpOutlined' -export * from './IconLiveHelpOutlinedFilled' -export * from './IconLiveHelpRounded' -export * from './IconLiveHelpRoundedFilled' -export * from './IconLiveHelpSharpFilled' -export * from './IconLiveHelpSharp' -export * from './IconLiveTvOutlined' -export * from './IconLiveTvOutlinedFilled' -export * from './IconLiveTvRounded' -export * from './IconLiveTvRoundedFilled' -export * from './IconLiveTvSharp' -export * from './IconLiveTvSharpFilled' -export * from './IconLivingOutlinedFilled' -export * from './IconLivingOutlined' -export * from './IconLivingRoundedFilled' -export * from './IconLivingRounded' -export * from './IconLivingSharp' -export * from './IconLivingSharpFilled' -export * from './IconLocalActivityOutlinedFilled' -export * from './IconLocalActivityOutlined' -export * from './IconLocalActivityRoundedFilled' -export * from './IconLocalActivityRounded' -export * from './IconLocalActivitySharpFilled' -export * from './IconLocalActivitySharp' -export * from './IconLocalAtmOutlined' -export * from './IconLocalAtmOutlinedFilled' -export * from './IconLocalAtmRounded' -export * from './IconLocalAtmRoundedFilled' -export * from './IconLocalAtmSharpFilled' -export * from './IconLocalAtmSharp' -export * from './IconLocalBarOutlined' -export * from './IconLocalBarOutlinedFilled' -export * from './IconLocalBarRoundedFilled' -export * from './IconLocalBarRounded' -export * from './IconLocalBarSharpFilled' -export * from './IconLocalBarSharp' -export * from './IconLocalCafeOutlinedFilled' -export * from './IconLocalCafeOutlined' -export * from './IconLocalCafeRounded' -export * from './IconLocalCafeRoundedFilled' -export * from './IconLocalCafeSharpFilled' -export * from './IconLocalCafeSharp' -export * from './IconLocalCarWashOutlined' -export * from './IconLocalCarWashOutlinedFilled' -export * from './IconLocalCarWashRoundedFilled' -export * from './IconLocalCarWashRounded' -export * from './IconLocalCarWashSharpFilled' -export * from './IconLocalCarWashSharp' -export * from './IconLocalConvenienceStoreOutlined' -export * from './IconLocalConvenienceStoreOutlinedFilled' -export * from './IconLocalConvenienceStoreRoundedFilled' -export * from './IconLocalConvenienceStoreRounded' -export * from './IconLocalConvenienceStoreSharpFilled' -export * from './IconLocalConvenienceStoreSharp' -export * from './IconLocalDiningOutlined' -export * from './IconLocalDiningOutlinedFilled' -export * from './IconLocalDiningRoundedFilled' -export * from './IconLocalDiningRounded' -export * from './IconLocalDiningSharp' -export * from './IconLocalDiningSharpFilled' -export * from './IconLocalDrinkOutlinedFilled' -export * from './IconLocalDrinkOutlined' -export * from './IconLocalDrinkRounded' -export * from './IconLocalDrinkRoundedFilled' -export * from './IconLocalDrinkSharp' -export * from './IconLocalDrinkSharpFilled' -export * from './IconLocalFireDepartmentOutlined' -export * from './IconLocalFireDepartmentOutlinedFilled' -export * from './IconLocalFireDepartmentRoundedFilled' -export * from './IconLocalFireDepartmentRounded' -export * from './IconLocalFireDepartmentSharp' -export * from './IconLocalFireDepartmentSharpFilled' -export * from './IconLocalFloristOutlinedFilled' -export * from './IconLocalFloristOutlined' -export * from './IconLocalFloristRoundedFilled' -export * from './IconLocalFloristRounded' -export * from './IconLocalFloristSharpFilled' -export * from './IconLocalFloristSharp' -export * from './IconLocalGasStationOutlined' -export * from './IconLocalGasStationOutlinedFilled' -export * from './IconLocalGasStationRoundedFilled' -export * from './IconLocalGasStationRounded' -export * from './IconLocalGasStationSharpFilled' -export * from './IconLocalGasStationSharp' -export * from './IconLocalHospitalOutlined' -export * from './IconLocalHospitalOutlinedFilled' -export * from './IconLocalHospitalRoundedFilled' -export * from './IconLocalHospitalRounded' -export * from './IconLocalHospitalSharpFilled' -export * from './IconLocalHospitalSharp' -export * from './IconLocalLaundryServiceOutlined' -export * from './IconLocalLaundryServiceOutlinedFilled' -export * from './IconLocalLaundryServiceRoundedFilled' -export * from './IconLocalLaundryServiceRounded' -export * from './IconLocalLaundryServiceSharp' -export * from './IconLocalLaundryServiceSharpFilled' -export * from './IconLocalLibraryOutlined' -export * from './IconLocalLibraryOutlinedFilled' -export * from './IconLocalLibraryRoundedFilled' -export * from './IconLocalLibraryRounded' -export * from './IconLocalLibrarySharp' -export * from './IconLocalLibrarySharpFilled' -export * from './IconLocalMallOutlinedFilled' -export * from './IconLocalMallOutlined' -export * from './IconLocalMallRoundedFilled' -export * from './IconLocalMallRounded' -export * from './IconLocalMallSharpFilled' -export * from './IconLocalMallSharp' -export * from './IconLocalParkingOutlinedFilled' -export * from './IconLocalParkingOutlined' -export * from './IconLocalParkingRounded' -export * from './IconLocalParkingRoundedFilled' -export * from './IconLocalParkingSharp' -export * from './IconLocalParkingSharpFilled' -export * from './IconLocalPharmacyOutlined' -export * from './IconLocalPharmacyOutlinedFilled' -export * from './IconLocalPharmacyRoundedFilled' -export * from './IconLocalPharmacyRounded' -export * from './IconLocalPharmacySharp' -export * from './IconLocalPharmacySharpFilled' -export * from './IconLocalPizzaOutlined' -export * from './IconLocalPizzaOutlinedFilled' -export * from './IconLocalPizzaRounded' -export * from './IconLocalPizzaRoundedFilled' -export * from './IconLocalPizzaSharp' -export * from './IconLocalPizzaSharpFilled' -export * from './IconLocalPoliceOutlined' -export * from './IconLocalPoliceOutlinedFilled' -export * from './IconLocalPoliceRoundedFilled' -export * from './IconLocalPoliceRounded' -export * from './IconLocalPoliceSharp' -export * from './IconLocalPoliceSharpFilled' -export * from './IconLocalPostOfficeOutlined' -export * from './IconLocalPostOfficeOutlinedFilled' -export * from './IconLocalPostOfficeRoundedFilled' -export * from './IconLocalPostOfficeRounded' -export * from './IconLocalPostOfficeSharpFilled' -export * from './IconLocalPostOfficeSharp' -export * from './IconLocalSeeOutlined' -export * from './IconLocalSeeOutlinedFilled' -export * from './IconLocalSeeRoundedFilled' -export * from './IconLocalSeeRounded' -export * from './IconLocalSeeSharp' -export * from './IconLocalSeeSharpFilled' -export * from './IconLocalShippingOutlined' -export * from './IconLocalShippingOutlinedFilled' -export * from './IconLocalShippingRoundedFilled' -export * from './IconLocalShippingRounded' -export * from './IconLocalShippingSharpFilled' -export * from './IconLocalShippingSharp' -export * from './IconLocalTaxiOutlined' -export * from './IconLocalTaxiOutlinedFilled' -export * from './IconLocalTaxiRoundedFilled' -export * from './IconLocalTaxiRounded' -export * from './IconLocalTaxiSharp' -export * from './IconLocalTaxiSharpFilled' -export * from './IconLocationAwayOutlinedFilled' -export * from './IconLocationAwayOutlined' -export * from './IconLocationAwayRounded' -export * from './IconLocationAwayRoundedFilled' -export * from './IconLocationAwaySharpFilled' -export * from './IconLocationAwaySharp' -export * from './IconLocationChipOutlinedFilled' -export * from './IconLocationChipOutlined' -export * from './IconLocationChipRounded' -export * from './IconLocationChipRoundedFilled' -export * from './IconLocationChipSharp' -export * from './IconLocationChipSharpFilled' -export * from './IconLocationCityOutlinedFilled' -export * from './IconLocationCityOutlined' -export * from './IconLocationCityRoundedFilled' -export * from './IconLocationCityRounded' -export * from './IconLocationCitySharpFilled' -export * from './IconLocationCitySharp' -export * from './IconLocationDisabledOutlinedFilled' -export * from './IconLocationDisabledOutlined' -export * from './IconLocationDisabledRounded' -export * from './IconLocationDisabledRoundedFilled' -export * from './IconLocationDisabledSharp' -export * from './IconLocationDisabledSharpFilled' -export * from './IconLocationHomeOutlinedFilled' -export * from './IconLocationHomeOutlined' -export * from './IconLocationHomeRounded' -export * from './IconLocationHomeRoundedFilled' -export * from './IconLocationHomeSharpFilled' -export * from './IconLocationHomeSharp' -export * from './IconLocationOffOutlinedFilled' -export * from './IconLocationOffOutlined' -export * from './IconLocationOffRoundedFilled' -export * from './IconLocationOffRounded' -export * from './IconLocationOffSharpFilled' -export * from './IconLocationOffSharp' -export * from './IconLocationOnOutlined' -export * from './IconLocationOnOutlinedFilled' -export * from './IconLocationOnRounded' -export * from './IconLocationOnRoundedFilled' -export * from './IconLocationOnSharpFilled' -export * from './IconLocationOnSharp' -export * from './IconLocationSearchingOutlinedFilled' -export * from './IconLocationSearchingOutlined' -export * from './IconLocationSearchingRoundedFilled' -export * from './IconLocationSearchingRounded' -export * from './IconLocationSearchingSharp' -export * from './IconLocationSearchingSharpFilled' -export * from './IconLockOutlinedFilled' -export * from './IconLockOutlined' -export * from './IconLockRounded' -export * from './IconLockRoundedFilled' -export * from './IconLockSharp' -export * from './IconLockSharpFilled' -export * from './IconLockClockOutlinedFilled' -export * from './IconLockClockOutlined' -export * from './IconLockClockRounded' -export * from './IconLockClockRoundedFilled' -export * from './IconLockClockSharp' -export * from './IconLockClockSharpFilled' -export * from './IconLockOpenOutlined' -export * from './IconLockOpenOutlinedFilled' -export * from './IconLockOpenRounded' -export * from './IconLockOpenRoundedFilled' -export * from './IconLockOpenSharp' -export * from './IconLockOpenSharpFilled' -export * from './IconLockOpenRightOutlinedFilled' -export * from './IconLockOpenRightOutlined' -export * from './IconLockOpenRightRounded' -export * from './IconLockOpenRightRoundedFilled' -export * from './IconLockOpenRightSharp' -export * from './IconLockOpenRightSharpFilled' -export * from './IconLockPersonOutlined' -export * from './IconLockPersonOutlinedFilled' -export * from './IconLockPersonRounded' -export * from './IconLockPersonRoundedFilled' -export * from './IconLockPersonSharp' -export * from './IconLockPersonSharpFilled' -export * from './IconLockResetOutlined' -export * from './IconLockResetOutlinedFilled' -export * from './IconLockResetRoundedFilled' -export * from './IconLockResetRounded' -export * from './IconLockResetSharp' -export * from './IconLockResetSharpFilled' -export * from './IconLoginOutlinedFilled' -export * from './IconLoginOutlined' -export * from './IconLoginRounded' -export * from './IconLoginRoundedFilled' -export * from './IconLoginSharp' -export * from './IconLoginSharpFilled' -export * from './IconLogoDevOutlined' -export * from './IconLogoDevOutlinedFilled' -export * from './IconLogoDevRoundedFilled' -export * from './IconLogoDevRounded' -export * from './IconLogoDevSharp' -export * from './IconLogoDevSharpFilled' -export * from './IconLogoutOutlined' -export * from './IconLogoutOutlinedFilled' -export * from './IconLogoutRounded' -export * from './IconLogoutRoundedFilled' -export * from './IconLogoutSharp' -export * from './IconLogoutSharpFilled' -export * from './IconLooksOutlinedFilled' -export * from './IconLooksOutlined' -export * from './IconLooksRounded' -export * from './IconLooksRoundedFilled' -export * from './IconLooksSharp' -export * from './IconLooksSharpFilled' -export * from './IconLooks3OutlinedFilled' -export * from './IconLooks3Outlined' -export * from './IconLooks3RoundedFilled' -export * from './IconLooks3Rounded' -export * from './IconLooks3SharpFilled' -export * from './IconLooks3Sharp' -export * from './IconLooks4Outlined' -export * from './IconLooks4OutlinedFilled' -export * from './IconLooks4Rounded' -export * from './IconLooks4RoundedFilled' -export * from './IconLooks4Sharp' -export * from './IconLooks4SharpFilled' -export * from './IconLooks5OutlinedFilled' -export * from './IconLooks5Outlined' -export * from './IconLooks5Rounded' -export * from './IconLooks5RoundedFilled' -export * from './IconLooks5SharpFilled' -export * from './IconLooks5Sharp' -export * from './IconLooks6OutlinedFilled' -export * from './IconLooks6Outlined' -export * from './IconLooks6RoundedFilled' -export * from './IconLooks6Rounded' -export * from './IconLooks6Sharp' -export * from './IconLooks6SharpFilled' -export * from './IconLooksOneOutlined' -export * from './IconLooksOneOutlinedFilled' -export * from './IconLooksOneRoundedFilled' -export * from './IconLooksOneRounded' -export * from './IconLooksOneSharp' -export * from './IconLooksOneSharpFilled' -export * from './IconLooksTwoOutlined' -export * from './IconLooksTwoOutlinedFilled' -export * from './IconLooksTwoRoundedFilled' -export * from './IconLooksTwoRounded' -export * from './IconLooksTwoSharpFilled' -export * from './IconLooksTwoSharp' -export * from './IconLoupeOutlined' -export * from './IconLoupeOutlinedFilled' -export * from './IconLoupeRoundedFilled' -export * from './IconLoupeRounded' -export * from './IconLoupeSharpFilled' -export * from './IconLoupeSharp' -export * from './IconLowDensityOutlined' -export * from './IconLowDensityOutlinedFilled' -export * from './IconLowDensityRounded' -export * from './IconLowDensityRoundedFilled' -export * from './IconLowDensitySharp' -export * from './IconLowDensitySharpFilled' -export * from './IconLowPriorityOutlinedFilled' -export * from './IconLowPriorityOutlined' -export * from './IconLowPriorityRoundedFilled' -export * from './IconLowPriorityRounded' -export * from './IconLowPrioritySharpFilled' -export * from './IconLowPrioritySharp' -export * from './IconLowercaseOutlinedFilled' -export * from './IconLowercaseOutlined' -export * from './IconLowercaseRoundedFilled' -export * from './IconLowercaseRounded' -export * from './IconLowercaseSharpFilled' -export * from './IconLowercaseSharp' -export * from './IconLoyaltyOutlined' -export * from './IconLoyaltyOutlinedFilled' -export * from './IconLoyaltyRoundedFilled' -export * from './IconLoyaltyRounded' -export * from './IconLoyaltySharp' -export * from './IconLoyaltySharpFilled' -export * from './IconLteMobiledataOutlined' -export * from './IconLteMobiledataOutlinedFilled' -export * from './IconLteMobiledataRoundedFilled' -export * from './IconLteMobiledataRounded' -export * from './IconLteMobiledataSharpFilled' -export * from './IconLteMobiledataSharp' -export * from './IconLteMobiledataBadgeOutlined' -export * from './IconLteMobiledataBadgeOutlinedFilled' -export * from './IconLteMobiledataBadgeRounded' -export * from './IconLteMobiledataBadgeRoundedFilled' -export * from './IconLteMobiledataBadgeSharp' -export * from './IconLteMobiledataBadgeSharpFilled' -export * from './IconLtePlusMobiledataOutlinedFilled' -export * from './IconLtePlusMobiledataOutlined' -export * from './IconLtePlusMobiledataRoundedFilled' -export * from './IconLtePlusMobiledataRounded' -export * from './IconLtePlusMobiledataSharpFilled' -export * from './IconLtePlusMobiledataSharp' -export * from './IconLtePlusMobiledataBadgeOutlinedFilled' -export * from './IconLtePlusMobiledataBadgeOutlined' -export * from './IconLtePlusMobiledataBadgeRoundedFilled' -export * from './IconLtePlusMobiledataBadgeRounded' -export * from './IconLtePlusMobiledataBadgeSharp' -export * from './IconLtePlusMobiledataBadgeSharpFilled' -export * from './IconLuggageOutlined' -export * from './IconLuggageOutlinedFilled' -export * from './IconLuggageRounded' -export * from './IconLuggageRoundedFilled' -export * from './IconLuggageSharp' -export * from './IconLuggageSharpFilled' -export * from './IconLunchDiningOutlined' -export * from './IconLunchDiningOutlinedFilled' -export * from './IconLunchDiningRounded' -export * from './IconLunchDiningRoundedFilled' -export * from './IconLunchDiningSharp' -export * from './IconLunchDiningSharpFilled' -export * from './IconLyricsOutlined' -export * from './IconLyricsOutlinedFilled' -export * from './IconLyricsRoundedFilled' -export * from './IconLyricsRounded' -export * from './IconLyricsSharp' -export * from './IconLyricsSharpFilled' -export * from './IconMacroAutoOutlined' -export * from './IconMacroAutoOutlinedFilled' -export * from './IconMacroAutoRounded' -export * from './IconMacroAutoRoundedFilled' -export * from './IconMacroAutoSharpFilled' -export * from './IconMacroAutoSharp' -export * from './IconMacroOffOutlined' -export * from './IconMacroOffOutlinedFilled' -export * from './IconMacroOffRounded' -export * from './IconMacroOffRoundedFilled' -export * from './IconMacroOffSharp' -export * from './IconMacroOffSharpFilled' -export * from './IconMagnificationLargeOutlined' -export * from './IconMagnificationLargeOutlinedFilled' -export * from './IconMagnificationLargeRounded' -export * from './IconMagnificationLargeRoundedFilled' -export * from './IconMagnificationLargeSharp' -export * from './IconMagnificationLargeSharpFilled' -export * from './IconMagnificationSmallOutlined' -export * from './IconMagnificationSmallOutlinedFilled' -export * from './IconMagnificationSmallRoundedFilled' -export * from './IconMagnificationSmallRounded' -export * from './IconMagnificationSmallSharpFilled' -export * from './IconMagnificationSmallSharp' -export * from './IconMagnifyDockedOutlined' -export * from './IconMagnifyDockedOutlinedFilled' -export * from './IconMagnifyDockedRoundedFilled' -export * from './IconMagnifyDockedRounded' -export * from './IconMagnifyDockedSharp' -export * from './IconMagnifyDockedSharpFilled' -export * from './IconMagnifyFullscreenOutlined' -export * from './IconMagnifyFullscreenOutlinedFilled' -export * from './IconMagnifyFullscreenRoundedFilled' -export * from './IconMagnifyFullscreenRounded' -export * from './IconMagnifyFullscreenSharp' -export * from './IconMagnifyFullscreenSharpFilled' -export * from './IconMailOutlinedFilled' -export * from './IconMailOutlined' -export * from './IconMailRounded' -export * from './IconMailRoundedFilled' -export * from './IconMailSharp' -export * from './IconMailSharpFilled' -export * from './IconMailLockOutlined' -export * from './IconMailLockOutlinedFilled' -export * from './IconMailLockRounded' -export * from './IconMailLockRoundedFilled' -export * from './IconMailLockSharpFilled' -export * from './IconMailLockSharp' -export * from './IconMailOffOutlined' -export * from './IconMailOffOutlinedFilled' -export * from './IconMailOffRounded' -export * from './IconMailOffRoundedFilled' -export * from './IconMailOffSharp' -export * from './IconMailOffSharpFilled' -export * from './IconMaleOutlined' -export * from './IconMaleOutlinedFilled' -export * from './IconMaleRoundedFilled' -export * from './IconMaleRounded' -export * from './IconMaleSharp' -export * from './IconMaleSharpFilled' -export * from './IconManOutlinedFilled' -export * from './IconManOutlined' -export * from './IconManRoundedFilled' -export * from './IconManRounded' -export * from './IconManSharpFilled' -export * from './IconManSharp' -export * from './IconMan2Outlined' -export * from './IconMan2OutlinedFilled' -export * from './IconMan2Rounded' -export * from './IconMan2RoundedFilled' -export * from './IconMan2Sharp' -export * from './IconMan2SharpFilled' -export * from './IconMan3OutlinedFilled' -export * from './IconMan3Outlined' -export * from './IconMan3Rounded' -export * from './IconMan3RoundedFilled' -export * from './IconMan3SharpFilled' -export * from './IconMan3Sharp' -export * from './IconMan4OutlinedFilled' -export * from './IconMan4Outlined' -export * from './IconMan4RoundedFilled' -export * from './IconMan4Rounded' -export * from './IconMan4SharpFilled' -export * from './IconMan4Sharp' -export * from './IconManageAccountsOutlined' -export * from './IconManageAccountsOutlinedFilled' -export * from './IconManageAccountsRoundedFilled' -export * from './IconManageAccountsRounded' -export * from './IconManageAccountsSharp' -export * from './IconManageAccountsSharpFilled' -export * from './IconManageHistoryOutlined' -export * from './IconManageHistoryOutlinedFilled' -export * from './IconManageHistoryRounded' -export * from './IconManageHistoryRoundedFilled' -export * from './IconManageHistorySharp' -export * from './IconManageHistorySharpFilled' -export * from './IconManageSearchOutlinedFilled' -export * from './IconManageSearchOutlined' -export * from './IconManageSearchRoundedFilled' -export * from './IconManageSearchRounded' -export * from './IconManageSearchSharpFilled' -export * from './IconManageSearchSharp' -export * from './IconMangaOutlinedFilled' -export * from './IconMangaOutlined' -export * from './IconMangaRounded' -export * from './IconMangaRoundedFilled' -export * from './IconMangaSharp' -export * from './IconMangaSharpFilled' -export * from './IconManufacturingOutlined' -export * from './IconManufacturingOutlinedFilled' -export * from './IconManufacturingRoundedFilled' -export * from './IconManufacturingRounded' -export * from './IconManufacturingSharp' -export * from './IconManufacturingSharpFilled' -export * from './IconMapOutlinedFilled' -export * from './IconMapOutlined' -export * from './IconMapRoundedFilled' -export * from './IconMapRounded' -export * from './IconMapSharp' -export * from './IconMapSharpFilled' -export * from './IconMapsUgcOutlinedFilled' -export * from './IconMapsUgcOutlined' -export * from './IconMapsUgcRounded' -export * from './IconMapsUgcRoundedFilled' -export * from './IconMapsUgcSharpFilled' -export * from './IconMapsUgcSharp' -export * from './IconMarginOutlinedFilled' -export * from './IconMarginOutlined' -export * from './IconMarginRounded' -export * from './IconMarginRoundedFilled' -export * from './IconMarginSharp' -export * from './IconMarginSharpFilled' -export * from './IconMarkAsUnreadOutlinedFilled' -export * from './IconMarkAsUnreadOutlined' -export * from './IconMarkAsUnreadRounded' -export * from './IconMarkAsUnreadRoundedFilled' -export * from './IconMarkAsUnreadSharpFilled' -export * from './IconMarkAsUnreadSharp' -export * from './IconMarkChatReadOutlined' -export * from './IconMarkChatReadOutlinedFilled' -export * from './IconMarkChatReadRounded' -export * from './IconMarkChatReadRoundedFilled' -export * from './IconMarkChatReadSharpFilled' -export * from './IconMarkChatReadSharp' -export * from './IconMarkChatUnreadOutlined' -export * from './IconMarkChatUnreadOutlinedFilled' -export * from './IconMarkChatUnreadRounded' -export * from './IconMarkChatUnreadRoundedFilled' -export * from './IconMarkChatUnreadSharpFilled' -export * from './IconMarkChatUnreadSharp' -export * from './IconMarkEmailReadOutlinedFilled' -export * from './IconMarkEmailReadOutlined' -export * from './IconMarkEmailReadRounded' -export * from './IconMarkEmailReadRoundedFilled' -export * from './IconMarkEmailReadSharpFilled' -export * from './IconMarkEmailReadSharp' -export * from './IconMarkEmailUnreadOutlinedFilled' -export * from './IconMarkEmailUnreadOutlined' -export * from './IconMarkEmailUnreadRounded' -export * from './IconMarkEmailUnreadRoundedFilled' -export * from './IconMarkEmailUnreadSharp' -export * from './IconMarkEmailUnreadSharpFilled' -export * from './IconMarkUnreadChatAltOutlinedFilled' -export * from './IconMarkUnreadChatAltOutlined' -export * from './IconMarkUnreadChatAltRoundedFilled' -export * from './IconMarkUnreadChatAltRounded' -export * from './IconMarkUnreadChatAltSharp' -export * from './IconMarkUnreadChatAltSharpFilled' -export * from './IconMarkdownOutlinedFilled' -export * from './IconMarkdownOutlined' -export * from './IconMarkdownRoundedFilled' -export * from './IconMarkdownRounded' -export * from './IconMarkdownSharp' -export * from './IconMarkdownSharpFilled' -export * from './IconMarkdownCopyOutlinedFilled' -export * from './IconMarkdownCopyOutlined' -export * from './IconMarkdownCopyRoundedFilled' -export * from './IconMarkdownCopyRounded' -export * from './IconMarkdownCopySharpFilled' -export * from './IconMarkdownCopySharp' -export * from './IconMarkdownPasteOutlined' -export * from './IconMarkdownPasteOutlinedFilled' -export * from './IconMarkdownPasteRounded' -export * from './IconMarkdownPasteRoundedFilled' -export * from './IconMarkdownPasteSharpFilled' -export * from './IconMarkdownPasteSharp' -export * from './IconMarkunreadMailboxOutlinedFilled' -export * from './IconMarkunreadMailboxOutlined' -export * from './IconMarkunreadMailboxRoundedFilled' -export * from './IconMarkunreadMailboxRounded' -export * from './IconMarkunreadMailboxSharp' -export * from './IconMarkunreadMailboxSharpFilled' -export * from './IconMaskedTransitionsOutlinedFilled' -export * from './IconMaskedTransitionsOutlined' -export * from './IconMaskedTransitionsRoundedFilled' -export * from './IconMaskedTransitionsRounded' -export * from './IconMaskedTransitionsSharpFilled' -export * from './IconMaskedTransitionsSharp' -export * from './IconMaskedTransitionsAddOutlinedFilled' -export * from './IconMaskedTransitionsAddOutlined' -export * from './IconMaskedTransitionsAddRounded' -export * from './IconMaskedTransitionsAddRoundedFilled' -export * from './IconMaskedTransitionsAddSharp' -export * from './IconMaskedTransitionsAddSharpFilled' -export * from './IconMasksOutlinedFilled' -export * from './IconMasksOutlined' -export * from './IconMasksRounded' -export * from './IconMasksRoundedFilled' -export * from './IconMasksSharpFilled' -export * from './IconMasksSharp' -export * from './IconMatchCaseOutlinedFilled' -export * from './IconMatchCaseOutlined' -export * from './IconMatchCaseRounded' -export * from './IconMatchCaseRoundedFilled' -export * from './IconMatchCaseSharp' -export * from './IconMatchCaseSharpFilled' -export * from './IconMatchWordOutlined' -export * from './IconMatchWordOutlinedFilled' -export * from './IconMatchWordRoundedFilled' -export * from './IconMatchWordRounded' -export * from './IconMatchWordSharp' -export * from './IconMatchWordSharpFilled' -export * from './IconMatterOutlinedFilled' -export * from './IconMatterOutlined' -export * from './IconMatterRounded' -export * from './IconMatterRoundedFilled' -export * from './IconMatterSharpFilled' -export * from './IconMatterSharp' -export * from './IconMaximizeOutlined' -export * from './IconMaximizeOutlinedFilled' -export * from './IconMaximizeRoundedFilled' -export * from './IconMaximizeRounded' -export * from './IconMaximizeSharp' -export * from './IconMaximizeSharpFilled' -export * from './IconMeasuringTapeOutlined' -export * from './IconMeasuringTapeOutlinedFilled' -export * from './IconMeasuringTapeRoundedFilled' -export * from './IconMeasuringTapeRounded' -export * from './IconMeasuringTapeSharp' -export * from './IconMeasuringTapeSharpFilled' -export * from './IconMediaBluetoothOffOutlinedFilled' -export * from './IconMediaBluetoothOffOutlined' -export * from './IconMediaBluetoothOffRounded' -export * from './IconMediaBluetoothOffRoundedFilled' -export * from './IconMediaBluetoothOffSharp' -export * from './IconMediaBluetoothOffSharpFilled' -export * from './IconMediaBluetoothOnOutlined' -export * from './IconMediaBluetoothOnOutlinedFilled' -export * from './IconMediaBluetoothOnRoundedFilled' -export * from './IconMediaBluetoothOnRounded' -export * from './IconMediaBluetoothOnSharpFilled' -export * from './IconMediaBluetoothOnSharp' -export * from './IconMediaLinkOutlinedFilled' -export * from './IconMediaLinkOutlined' -export * from './IconMediaLinkRoundedFilled' -export * from './IconMediaLinkRounded' -export * from './IconMediaLinkSharp' -export * from './IconMediaLinkSharpFilled' -export * from './IconMediaOutputOutlined' -export * from './IconMediaOutputOutlinedFilled' -export * from './IconMediaOutputRoundedFilled' -export * from './IconMediaOutputRounded' -export * from './IconMediaOutputSharpFilled' -export * from './IconMediaOutputSharp' -export * from './IconMediaOutputOffOutlinedFilled' -export * from './IconMediaOutputOffOutlined' -export * from './IconMediaOutputOffRounded' -export * from './IconMediaOutputOffRoundedFilled' -export * from './IconMediaOutputOffSharp' -export * from './IconMediaOutputOffSharpFilled' -export * from './IconMediationOutlinedFilled' -export * from './IconMediationOutlined' -export * from './IconMediationRoundedFilled' -export * from './IconMediationRounded' -export * from './IconMediationSharp' -export * from './IconMediationSharpFilled' -export * from './IconMedicalInformationOutlinedFilled' -export * from './IconMedicalInformationOutlined' -export * from './IconMedicalInformationRounded' -export * from './IconMedicalInformationRoundedFilled' -export * from './IconMedicalInformationSharp' -export * from './IconMedicalInformationSharpFilled' -export * from './IconMedicalMaskOutlinedFilled' -export * from './IconMedicalMaskOutlined' -export * from './IconMedicalMaskRounded' -export * from './IconMedicalMaskRoundedFilled' -export * from './IconMedicalMaskSharp' -export * from './IconMedicalMaskSharpFilled' -export * from './IconMedicalServicesOutlined' -export * from './IconMedicalServicesOutlinedFilled' -export * from './IconMedicalServicesRounded' -export * from './IconMedicalServicesRoundedFilled' -export * from './IconMedicalServicesSharpFilled' -export * from './IconMedicalServicesSharp' -export * from './IconMedicationOutlined' -export * from './IconMedicationOutlinedFilled' -export * from './IconMedicationRounded' -export * from './IconMedicationRoundedFilled' -export * from './IconMedicationSharpFilled' -export * from './IconMedicationSharp' -export * from './IconMedicationLiquidOutlined' -export * from './IconMedicationLiquidOutlinedFilled' -export * from './IconMedicationLiquidRounded' -export * from './IconMedicationLiquidRoundedFilled' -export * from './IconMedicationLiquidSharp' -export * from './IconMedicationLiquidSharpFilled' -export * from './IconMeetingRoomOutlined' -export * from './IconMeetingRoomOutlinedFilled' -export * from './IconMeetingRoomRoundedFilled' -export * from './IconMeetingRoomRounded' -export * from './IconMeetingRoomSharp' -export * from './IconMeetingRoomSharpFilled' -export * from './IconMemoryOutlinedFilled' -export * from './IconMemoryOutlined' -export * from './IconMemoryRoundedFilled' -export * from './IconMemoryRounded' -export * from './IconMemorySharp' -export * from './IconMemorySharpFilled' -export * from './IconMemoryAltOutlinedFilled' -export * from './IconMemoryAltOutlined' -export * from './IconMemoryAltRounded' -export * from './IconMemoryAltRoundedFilled' -export * from './IconMemoryAltSharp' -export * from './IconMemoryAltSharpFilled' -export * from './IconMenstrualHealthOutlined' -export * from './IconMenstrualHealthOutlinedFilled' -export * from './IconMenstrualHealthRounded' -export * from './IconMenstrualHealthRoundedFilled' -export * from './IconMenstrualHealthSharp' -export * from './IconMenstrualHealthSharpFilled' -export * from './IconMenuOutlinedFilled' -export * from './IconMenuOutlined' -export * from './IconMenuRounded' -export * from './IconMenuRoundedFilled' -export * from './IconMenuSharp' -export * from './IconMenuSharpFilled' -export * from './IconMenuBookOutlined' -export * from './IconMenuBookOutlinedFilled' -export * from './IconMenuBookRoundedFilled' -export * from './IconMenuBookRounded' -export * from './IconMenuBookSharpFilled' -export * from './IconMenuBookSharp' -export * from './IconMenuOpenOutlined' -export * from './IconMenuOpenOutlinedFilled' -export * from './IconMenuOpenRounded' -export * from './IconMenuOpenRoundedFilled' -export * from './IconMenuOpenSharpFilled' -export * from './IconMenuOpenSharp' -export * from './IconMergeOutlined' -export * from './IconMergeOutlinedFilled' -export * from './IconMergeRoundedFilled' -export * from './IconMergeRounded' -export * from './IconMergeSharp' -export * from './IconMergeSharpFilled' -export * from './IconMergeTypeOutlined' -export * from './IconMergeTypeOutlinedFilled' -export * from './IconMergeTypeRoundedFilled' -export * from './IconMergeTypeRounded' -export * from './IconMergeTypeSharpFilled' -export * from './IconMergeTypeSharp' -export * from './IconMetabolismOutlinedFilled' -export * from './IconMetabolismOutlined' -export * from './IconMetabolismRounded' -export * from './IconMetabolismRoundedFilled' -export * from './IconMetabolismSharpFilled' -export * from './IconMetabolismSharp' -export * from './IconMetroOutlined' -export * from './IconMetroOutlinedFilled' -export * from './IconMetroRounded' -export * from './IconMetroRoundedFilled' -export * from './IconMetroSharp' -export * from './IconMetroSharpFilled' -export * from './IconMfgNestYaleLockOutlined' -export * from './IconMfgNestYaleLockOutlinedFilled' -export * from './IconMfgNestYaleLockRoundedFilled' -export * from './IconMfgNestYaleLockRounded' -export * from './IconMfgNestYaleLockSharp' -export * from './IconMfgNestYaleLockSharpFilled' -export * from './IconMicOutlined' -export * from './IconMicOutlinedFilled' -export * from './IconMicRoundedFilled' -export * from './IconMicRounded' -export * from './IconMicSharp' -export * from './IconMicSharpFilled' -export * from './IconMicDoubleOutlined' -export * from './IconMicDoubleOutlinedFilled' -export * from './IconMicDoubleRounded' -export * from './IconMicDoubleRoundedFilled' -export * from './IconMicDoubleSharp' -export * from './IconMicDoubleSharpFilled' -export * from './IconMicExternalOffOutlined' -export * from './IconMicExternalOffOutlinedFilled' -export * from './IconMicExternalOffRounded' -export * from './IconMicExternalOffRoundedFilled' -export * from './IconMicExternalOffSharpFilled' -export * from './IconMicExternalOffSharp' -export * from './IconMicExternalOnOutlined' -export * from './IconMicExternalOnOutlinedFilled' -export * from './IconMicExternalOnRounded' -export * from './IconMicExternalOnRoundedFilled' -export * from './IconMicExternalOnSharp' -export * from './IconMicExternalOnSharpFilled' -export * from './IconMicOffOutlined' -export * from './IconMicOffOutlinedFilled' -export * from './IconMicOffRoundedFilled' -export * from './IconMicOffRounded' -export * from './IconMicOffSharpFilled' -export * from './IconMicOffSharp' -export * from './IconMicrobiologyOutlined' -export * from './IconMicrobiologyOutlinedFilled' -export * from './IconMicrobiologyRounded' -export * from './IconMicrobiologyRoundedFilled' -export * from './IconMicrobiologySharp' -export * from './IconMicrobiologySharpFilled' -export * from './IconMicrowaveOutlined' -export * from './IconMicrowaveOutlinedFilled' -export * from './IconMicrowaveRoundedFilled' -export * from './IconMicrowaveRounded' -export * from './IconMicrowaveSharpFilled' -export * from './IconMicrowaveSharp' -export * from './IconMicrowaveGenOutlined' -export * from './IconMicrowaveGenOutlinedFilled' -export * from './IconMicrowaveGenRounded' -export * from './IconMicrowaveGenRoundedFilled' -export * from './IconMicrowaveGenSharp' -export * from './IconMicrowaveGenSharpFilled' -export * from './IconMilitaryTechOutlined' -export * from './IconMilitaryTechOutlinedFilled' -export * from './IconMilitaryTechRounded' -export * from './IconMilitaryTechRoundedFilled' -export * from './IconMilitaryTechSharpFilled' -export * from './IconMilitaryTechSharp' -export * from './IconMimoOutlined' -export * from './IconMimoOutlinedFilled' -export * from './IconMimoRoundedFilled' -export * from './IconMimoRounded' -export * from './IconMimoSharpFilled' -export * from './IconMimoSharp' -export * from './IconMimoDisconnectOutlinedFilled' -export * from './IconMimoDisconnectOutlined' -export * from './IconMimoDisconnectRounded' -export * from './IconMimoDisconnectRoundedFilled' -export * from './IconMimoDisconnectSharp' -export * from './IconMimoDisconnectSharpFilled' -export * from './IconMindfulnessOutlinedFilled' -export * from './IconMindfulnessOutlined' -export * from './IconMindfulnessRounded' -export * from './IconMindfulnessRoundedFilled' -export * from './IconMindfulnessSharp' -export * from './IconMindfulnessSharpFilled' -export * from './IconMinimizeOutlined' -export * from './IconMinimizeOutlinedFilled' -export * from './IconMinimizeRounded' -export * from './IconMinimizeRoundedFilled' -export * from './IconMinimizeSharpFilled' -export * from './IconMinimizeSharp' -export * from './IconMinorCrashOutlined' -export * from './IconMinorCrashOutlinedFilled' -export * from './IconMinorCrashRoundedFilled' -export * from './IconMinorCrashRounded' -export * from './IconMinorCrashSharpFilled' -export * from './IconMinorCrashSharp' -export * from './IconMintmarkOutlined' -export * from './IconMintmarkOutlinedFilled' -export * from './IconMintmarkRoundedFilled' -export * from './IconMintmarkRounded' -export * from './IconMintmarkSharpFilled' -export * from './IconMintmarkSharp' -export * from './IconMissedVideoCallOutlined' -export * from './IconMissedVideoCallOutlinedFilled' -export * from './IconMissedVideoCallRoundedFilled' -export * from './IconMissedVideoCallRounded' -export * from './IconMissedVideoCallSharpFilled' -export * from './IconMissedVideoCallSharp' -export * from './IconMissingControllerOutlinedFilled' -export * from './IconMissingControllerOutlined' -export * from './IconMissingControllerRounded' -export * from './IconMissingControllerRoundedFilled' -export * from './IconMissingControllerSharpFilled' -export * from './IconMissingControllerSharp' -export * from './IconMistOutlined' -export * from './IconMistOutlinedFilled' -export * from './IconMistRounded' -export * from './IconMistRoundedFilled' -export * from './IconMistSharp' -export * from './IconMistSharpFilled' -export * from './IconMitreOutlined' -export * from './IconMitreOutlinedFilled' -export * from './IconMitreRoundedFilled' -export * from './IconMitreRounded' -export * from './IconMitreSharp' -export * from './IconMitreSharpFilled' -export * from './IconMixtureMedOutlinedFilled' -export * from './IconMixtureMedOutlined' -export * from './IconMixtureMedRounded' -export * from './IconMixtureMedRoundedFilled' -export * from './IconMixtureMedSharp' -export * from './IconMixtureMedSharpFilled' -export * from './IconMmsOutlinedFilled' -export * from './IconMmsOutlined' -export * from './IconMmsRounded' -export * from './IconMmsRoundedFilled' -export * from './IconMmsSharp' -export * from './IconMmsSharpFilled' -export * from './IconMobileFriendlyOutlined' -export * from './IconMobileFriendlyOutlinedFilled' -export * from './IconMobileFriendlyRoundedFilled' -export * from './IconMobileFriendlyRounded' -export * from './IconMobileFriendlySharp' -export * from './IconMobileFriendlySharpFilled' -export * from './IconMobileOffOutlined' -export * from './IconMobileOffOutlinedFilled' -export * from './IconMobileOffRounded' -export * from './IconMobileOffRoundedFilled' -export * from './IconMobileOffSharp' -export * from './IconMobileOffSharpFilled' -export * from './IconMobileScreenShareOutlined' -export * from './IconMobileScreenShareOutlinedFilled' -export * from './IconMobileScreenShareRounded' -export * from './IconMobileScreenShareRoundedFilled' -export * from './IconMobileScreenShareSharp' -export * from './IconMobileScreenShareSharpFilled' -export * from './IconMobiledataOffOutlined' -export * from './IconMobiledataOffOutlinedFilled' -export * from './IconMobiledataOffRoundedFilled' -export * from './IconMobiledataOffRounded' -export * from './IconMobiledataOffSharpFilled' -export * from './IconMobiledataOffSharp' -export * from './IconModeCommentOutlinedFilled' -export * from './IconModeCommentOutlined' -export * from './IconModeCommentRounded' -export * from './IconModeCommentRoundedFilled' -export * from './IconModeCommentSharp' -export * from './IconModeCommentSharpFilled' -export * from './IconModeCoolOutlined' -export * from './IconModeCoolOutlinedFilled' -export * from './IconModeCoolRoundedFilled' -export * from './IconModeCoolRounded' -export * from './IconModeCoolSharp' -export * from './IconModeCoolSharpFilled' -export * from './IconModeCoolOffOutlined' -export * from './IconModeCoolOffOutlinedFilled' -export * from './IconModeCoolOffRoundedFilled' -export * from './IconModeCoolOffRounded' -export * from './IconModeCoolOffSharpFilled' -export * from './IconModeCoolOffSharp' -export * from './IconModeDualOutlinedFilled' -export * from './IconModeDualOutlined' -export * from './IconModeDualRoundedFilled' -export * from './IconModeDualRounded' -export * from './IconModeDualSharpFilled' -export * from './IconModeDualSharp' -export * from './IconModeFanOutlinedFilled' -export * from './IconModeFanOutlined' -export * from './IconModeFanRounded' -export * from './IconModeFanRoundedFilled' -export * from './IconModeFanSharpFilled' -export * from './IconModeFanSharp' -export * from './IconModeFanOffOutlinedFilled' -export * from './IconModeFanOffOutlined' -export * from './IconModeFanOffRoundedFilled' -export * from './IconModeFanOffRounded' -export * from './IconModeFanOffSharpFilled' -export * from './IconModeFanOffSharp' -export * from './IconModeHeatOutlinedFilled' -export * from './IconModeHeatOutlined' -export * from './IconModeHeatRounded' -export * from './IconModeHeatRoundedFilled' -export * from './IconModeHeatSharpFilled' -export * from './IconModeHeatSharp' -export * from './IconModeHeatCoolOutlinedFilled' -export * from './IconModeHeatCoolOutlined' -export * from './IconModeHeatCoolRounded' -export * from './IconModeHeatCoolRoundedFilled' -export * from './IconModeHeatCoolSharp' -export * from './IconModeHeatCoolSharpFilled' -export * from './IconModeHeatOffOutlined' -export * from './IconModeHeatOffOutlinedFilled' -export * from './IconModeHeatOffRounded' -export * from './IconModeHeatOffRoundedFilled' -export * from './IconModeHeatOffSharpFilled' -export * from './IconModeHeatOffSharp' -export * from './IconModeNightOutlined' -export * from './IconModeNightOutlinedFilled' -export * from './IconModeNightRoundedFilled' -export * from './IconModeNightRounded' -export * from './IconModeNightSharp' -export * from './IconModeNightSharpFilled' -export * from './IconModeOfTravelOutlined' -export * from './IconModeOfTravelOutlinedFilled' -export * from './IconModeOfTravelRounded' -export * from './IconModeOfTravelRoundedFilled' -export * from './IconModeOfTravelSharpFilled' -export * from './IconModeOfTravelSharp' -export * from './IconModeOffOnOutlined' -export * from './IconModeOffOnOutlinedFilled' -export * from './IconModeOffOnRounded' -export * from './IconModeOffOnRoundedFilled' -export * from './IconModeOffOnSharpFilled' -export * from './IconModeOffOnSharp' -export * from './IconModeStandbyOutlinedFilled' -export * from './IconModeStandbyOutlined' -export * from './IconModeStandbyRounded' -export * from './IconModeStandbyRoundedFilled' -export * from './IconModeStandbySharp' -export * from './IconModeStandbySharpFilled' -export * from './IconModelTrainingOutlinedFilled' -export * from './IconModelTrainingOutlined' -export * from './IconModelTrainingRoundedFilled' -export * from './IconModelTrainingRounded' -export * from './IconModelTrainingSharp' -export * from './IconModelTrainingSharpFilled' -export * from './IconMoneyOutlinedFilled' -export * from './IconMoneyOutlined' -export * from './IconMoneyRounded' -export * from './IconMoneyRoundedFilled' -export * from './IconMoneySharpFilled' -export * from './IconMoneySharp' -export * from './IconMoneyBagOutlinedFilled' -export * from './IconMoneyBagOutlined' -export * from './IconMoneyBagRoundedFilled' -export * from './IconMoneyBagRounded' -export * from './IconMoneyBagSharp' -export * from './IconMoneyBagSharpFilled' -export * from './IconMoneyOffOutlinedFilled' -export * from './IconMoneyOffOutlined' -export * from './IconMoneyOffRoundedFilled' -export * from './IconMoneyOffRounded' -export * from './IconMoneyOffSharp' -export * from './IconMoneyOffSharpFilled' -export * from './IconMonitorOutlined' -export * from './IconMonitorOutlinedFilled' -export * from './IconMonitorRounded' -export * from './IconMonitorRoundedFilled' -export * from './IconMonitorSharp' -export * from './IconMonitorSharpFilled' -export * from './IconMonitorHeartOutlined' -export * from './IconMonitorHeartOutlinedFilled' -export * from './IconMonitorHeartRoundedFilled' -export * from './IconMonitorHeartRounded' -export * from './IconMonitorHeartSharp' -export * from './IconMonitorHeartSharpFilled' -export * from './IconMonitorWeightOutlined' -export * from './IconMonitorWeightOutlinedFilled' -export * from './IconMonitorWeightRoundedFilled' -export * from './IconMonitorWeightRounded' -export * from './IconMonitorWeightSharp' -export * from './IconMonitorWeightSharpFilled' -export * from './IconMonitorWeightGainOutlinedFilled' -export * from './IconMonitorWeightGainOutlined' -export * from './IconMonitorWeightGainRounded' -export * from './IconMonitorWeightGainRoundedFilled' -export * from './IconMonitorWeightGainSharp' -export * from './IconMonitorWeightGainSharpFilled' -export * from './IconMonitorWeightLossOutlinedFilled' -export * from './IconMonitorWeightLossOutlined' -export * from './IconMonitorWeightLossRoundedFilled' -export * from './IconMonitorWeightLossRounded' -export * from './IconMonitorWeightLossSharpFilled' -export * from './IconMonitorWeightLossSharp' -export * from './IconMonitoringOutlined' -export * from './IconMonitoringOutlinedFilled' -export * from './IconMonitoringRoundedFilled' -export * from './IconMonitoringRounded' -export * from './IconMonitoringSharpFilled' -export * from './IconMonitoringSharp' -export * from './IconMonochromePhotosOutlinedFilled' -export * from './IconMonochromePhotosOutlined' -export * from './IconMonochromePhotosRoundedFilled' -export * from './IconMonochromePhotosRounded' -export * from './IconMonochromePhotosSharpFilled' -export * from './IconMonochromePhotosSharp' -export * from './IconMonorailOutlinedFilled' -export * from './IconMonorailOutlined' -export * from './IconMonorailRoundedFilled' -export * from './IconMonorailRounded' -export * from './IconMonorailSharpFilled' -export * from './IconMonorailSharp' -export * from './IconMoodOutlined' -export * from './IconMoodOutlinedFilled' -export * from './IconMoodRoundedFilled' -export * from './IconMoodRounded' -export * from './IconMoodSharpFilled' -export * from './IconMoodSharp' -export * from './IconMoodBadOutlined' -export * from './IconMoodBadOutlinedFilled' -export * from './IconMoodBadRoundedFilled' -export * from './IconMoodBadRounded' -export * from './IconMoodBadSharpFilled' -export * from './IconMoodBadSharp' -export * from './IconMopOutlinedFilled' -export * from './IconMopOutlined' -export * from './IconMopRoundedFilled' -export * from './IconMopRounded' -export * from './IconMopSharp' -export * from './IconMopSharpFilled' -export * from './IconMoreOutlined' -export * from './IconMoreOutlinedFilled' -export * from './IconMoreRounded' -export * from './IconMoreRoundedFilled' -export * from './IconMoreSharp' -export * from './IconMoreSharpFilled' -export * from './IconMoreDownOutlinedFilled' -export * from './IconMoreDownOutlined' -export * from './IconMoreDownRounded' -export * from './IconMoreDownRoundedFilled' -export * from './IconMoreDownSharp' -export * from './IconMoreDownSharpFilled' -export * from './IconMoreHorizOutlined' -export * from './IconMoreHorizOutlinedFilled' -export * from './IconMoreHorizRounded' -export * from './IconMoreHorizRoundedFilled' -export * from './IconMoreHorizSharp' -export * from './IconMoreHorizSharpFilled' -export * from './IconMoreTimeOutlined' -export * from './IconMoreTimeOutlinedFilled' -export * from './IconMoreTimeRoundedFilled' -export * from './IconMoreTimeRounded' -export * from './IconMoreTimeSharpFilled' -export * from './IconMoreTimeSharp' -export * from './IconMoreUpOutlined' -export * from './IconMoreUpOutlinedFilled' -export * from './IconMoreUpRoundedFilled' -export * from './IconMoreUpRounded' -export * from './IconMoreUpSharp' -export * from './IconMoreUpSharpFilled' -export * from './IconMoreVertOutlined' -export * from './IconMoreVertOutlinedFilled' -export * from './IconMoreVertRoundedFilled' -export * from './IconMoreVertRounded' -export * from './IconMoreVertSharp' -export * from './IconMoreVertSharpFilled' -export * from './IconMosqueOutlinedFilled' -export * from './IconMosqueOutlined' -export * from './IconMosqueRounded' -export * from './IconMosqueRoundedFilled' -export * from './IconMosqueSharpFilled' -export * from './IconMosqueSharp' -export * from './IconMotionBlurOutlined' -export * from './IconMotionBlurOutlinedFilled' -export * from './IconMotionBlurRounded' -export * from './IconMotionBlurRoundedFilled' -export * from './IconMotionBlurSharp' -export * from './IconMotionBlurSharpFilled' -export * from './IconMotionModeOutlinedFilled' -export * from './IconMotionModeOutlined' -export * from './IconMotionModeRounded' -export * from './IconMotionModeRoundedFilled' -export * from './IconMotionModeSharpFilled' -export * from './IconMotionModeSharp' -export * from './IconMotionPhotosAutoOutlined' -export * from './IconMotionPhotosAutoOutlinedFilled' -export * from './IconMotionPhotosAutoRounded' -export * from './IconMotionPhotosAutoRoundedFilled' -export * from './IconMotionPhotosAutoSharp' -export * from './IconMotionPhotosAutoSharpFilled' -export * from './IconMotionPhotosOffOutlinedFilled' -export * from './IconMotionPhotosOffOutlined' -export * from './IconMotionPhotosOffRoundedFilled' -export * from './IconMotionPhotosOffRounded' -export * from './IconMotionPhotosOffSharpFilled' -export * from './IconMotionPhotosOffSharp' -export * from './IconMotionPhotosOnOutlinedFilled' -export * from './IconMotionPhotosOnOutlined' -export * from './IconMotionPhotosOnRounded' -export * from './IconMotionPhotosOnRoundedFilled' -export * from './IconMotionPhotosOnSharp' -export * from './IconMotionPhotosOnSharpFilled' -export * from './IconMotionPhotosPausedOutlined' -export * from './IconMotionPhotosPausedOutlinedFilled' -export * from './IconMotionPhotosPausedRoundedFilled' -export * from './IconMotionPhotosPausedRounded' -export * from './IconMotionPhotosPausedSharp' -export * from './IconMotionPhotosPausedSharpFilled' -export * from './IconMotionPlayOutlinedFilled' -export * from './IconMotionPlayOutlined' -export * from './IconMotionPlayRounded' -export * from './IconMotionPlayRoundedFilled' -export * from './IconMotionPlaySharpFilled' -export * from './IconMotionPlaySharp' -export * from './IconMotionSensorActiveOutlined' -export * from './IconMotionSensorActiveOutlinedFilled' -export * from './IconMotionSensorActiveRounded' -export * from './IconMotionSensorActiveRoundedFilled' -export * from './IconMotionSensorActiveSharpFilled' -export * from './IconMotionSensorActiveSharp' -export * from './IconMotionSensorAlertOutlined' -export * from './IconMotionSensorAlertOutlinedFilled' -export * from './IconMotionSensorAlertRoundedFilled' -export * from './IconMotionSensorAlertRounded' -export * from './IconMotionSensorAlertSharpFilled' -export * from './IconMotionSensorAlertSharp' -export * from './IconMotionSensorIdleOutlined' -export * from './IconMotionSensorIdleOutlinedFilled' -export * from './IconMotionSensorIdleRounded' -export * from './IconMotionSensorIdleRoundedFilled' -export * from './IconMotionSensorIdleSharpFilled' -export * from './IconMotionSensorIdleSharp' -export * from './IconMotionSensorUrgentOutlinedFilled' -export * from './IconMotionSensorUrgentOutlined' -export * from './IconMotionSensorUrgentRounded' -export * from './IconMotionSensorUrgentRoundedFilled' -export * from './IconMotionSensorUrgentSharp' -export * from './IconMotionSensorUrgentSharpFilled' -export * from './IconMotorcycleOutlined' -export * from './IconMotorcycleOutlinedFilled' -export * from './IconMotorcycleRounded' -export * from './IconMotorcycleRoundedFilled' -export * from './IconMotorcycleSharpFilled' -export * from './IconMotorcycleSharp' -export * from './IconMountainFlagOutlined' -export * from './IconMountainFlagOutlinedFilled' -export * from './IconMountainFlagRounded' -export * from './IconMountainFlagRoundedFilled' -export * from './IconMountainFlagSharp' -export * from './IconMountainFlagSharpFilled' -export * from './IconMouseOutlined' -export * from './IconMouseOutlinedFilled' -export * from './IconMouseRounded' -export * from './IconMouseRoundedFilled' -export * from './IconMouseSharpFilled' -export * from './IconMouseSharp' -export * from './IconMouseLockOutlined' -export * from './IconMouseLockOutlinedFilled' -export * from './IconMouseLockRoundedFilled' -export * from './IconMouseLockRounded' -export * from './IconMouseLockSharp' -export * from './IconMouseLockSharpFilled' -export * from './IconMouseLockOffOutlinedFilled' -export * from './IconMouseLockOffOutlined' -export * from './IconMouseLockOffRounded' -export * from './IconMouseLockOffRoundedFilled' -export * from './IconMouseLockOffSharpFilled' -export * from './IconMouseLockOffSharp' -export * from './IconMoveOutlined' -export * from './IconMoveOutlinedFilled' -export * from './IconMoveRounded' -export * from './IconMoveRoundedFilled' -export * from './IconMoveSharp' -export * from './IconMoveSharpFilled' -export * from './IconMoveDownOutlined' -export * from './IconMoveDownOutlinedFilled' -export * from './IconMoveDownRounded' -export * from './IconMoveDownRoundedFilled' -export * from './IconMoveDownSharp' -export * from './IconMoveDownSharpFilled' -export * from './IconMoveGroupOutlined' -export * from './IconMoveGroupOutlinedFilled' -export * from './IconMoveGroupRounded' -export * from './IconMoveGroupRoundedFilled' -export * from './IconMoveGroupSharpFilled' -export * from './IconMoveGroupSharp' -export * from './IconMoveItemOutlined' -export * from './IconMoveItemOutlinedFilled' -export * from './IconMoveItemRoundedFilled' -export * from './IconMoveItemRounded' -export * from './IconMoveItemSharpFilled' -export * from './IconMoveItemSharp' -export * from './IconMoveLocationOutlinedFilled' -export * from './IconMoveLocationOutlined' -export * from './IconMoveLocationRoundedFilled' -export * from './IconMoveLocationRounded' -export * from './IconMoveLocationSharp' -export * from './IconMoveLocationSharpFilled' -export * from './IconMoveSelectionDownOutlined' -export * from './IconMoveSelectionDownOutlinedFilled' -export * from './IconMoveSelectionDownRoundedFilled' -export * from './IconMoveSelectionDownRounded' -export * from './IconMoveSelectionDownSharp' -export * from './IconMoveSelectionDownSharpFilled' -export * from './IconMoveSelectionLeftOutlinedFilled' -export * from './IconMoveSelectionLeftOutlined' -export * from './IconMoveSelectionLeftRounded' -export * from './IconMoveSelectionLeftRoundedFilled' -export * from './IconMoveSelectionLeftSharp' -export * from './IconMoveSelectionLeftSharpFilled' -export * from './IconMoveSelectionRightOutlined' -export * from './IconMoveSelectionRightOutlinedFilled' -export * from './IconMoveSelectionRightRounded' -export * from './IconMoveSelectionRightRoundedFilled' -export * from './IconMoveSelectionRightSharp' -export * from './IconMoveSelectionRightSharpFilled' -export * from './IconMoveSelectionUpOutlinedFilled' -export * from './IconMoveSelectionUpOutlined' -export * from './IconMoveSelectionUpRoundedFilled' -export * from './IconMoveSelectionUpRounded' -export * from './IconMoveSelectionUpSharp' -export * from './IconMoveSelectionUpSharpFilled' -export * from './IconMoveToInboxOutlinedFilled' -export * from './IconMoveToInboxOutlined' -export * from './IconMoveToInboxRoundedFilled' -export * from './IconMoveToInboxRounded' -export * from './IconMoveToInboxSharp' -export * from './IconMoveToInboxSharpFilled' -export * from './IconMoveUpOutlinedFilled' -export * from './IconMoveUpOutlined' -export * from './IconMoveUpRounded' -export * from './IconMoveUpRoundedFilled' -export * from './IconMoveUpSharp' -export * from './IconMoveUpSharpFilled' -export * from './IconMovedLocationOutlinedFilled' -export * from './IconMovedLocationOutlined' -export * from './IconMovedLocationRounded' -export * from './IconMovedLocationRoundedFilled' -export * from './IconMovedLocationSharp' -export * from './IconMovedLocationSharpFilled' -export * from './IconMovieOutlined' -export * from './IconMovieOutlinedFilled' -export * from './IconMovieRoundedFilled' -export * from './IconMovieRounded' -export * from './IconMovieSharp' -export * from './IconMovieSharpFilled' -export * from './IconMovieEditOutlined' -export * from './IconMovieEditOutlinedFilled' -export * from './IconMovieEditRounded' -export * from './IconMovieEditRoundedFilled' -export * from './IconMovieEditSharpFilled' -export * from './IconMovieEditSharp' -export * from './IconMovieInfoOutlined' -export * from './IconMovieInfoOutlinedFilled' -export * from './IconMovieInfoRoundedFilled' -export * from './IconMovieInfoRounded' -export * from './IconMovieInfoSharp' -export * from './IconMovieInfoSharpFilled' -export * from './IconMovieOffOutlinedFilled' -export * from './IconMovieOffOutlined' -export * from './IconMovieOffRounded' -export * from './IconMovieOffRoundedFilled' -export * from './IconMovieOffSharp' -export * from './IconMovieOffSharpFilled' -export * from './IconMovingOutlinedFilled' -export * from './IconMovingOutlined' -export * from './IconMovingRoundedFilled' -export * from './IconMovingRounded' -export * from './IconMovingSharpFilled' -export * from './IconMovingSharp' -export * from './IconMovingBedsOutlined' -export * from './IconMovingBedsOutlinedFilled' -export * from './IconMovingBedsRoundedFilled' -export * from './IconMovingBedsRounded' -export * from './IconMovingBedsSharp' -export * from './IconMovingBedsSharpFilled' -export * from './IconMovingMinistryOutlinedFilled' -export * from './IconMovingMinistryOutlined' -export * from './IconMovingMinistryRoundedFilled' -export * from './IconMovingMinistryRounded' -export * from './IconMovingMinistrySharp' -export * from './IconMovingMinistrySharpFilled' -export * from './IconMpOutlinedFilled' -export * from './IconMpOutlined' -export * from './IconMpRounded' -export * from './IconMpRoundedFilled' -export * from './IconMpSharp' -export * from './IconMpSharpFilled' -export * from './IconMulticookerOutlinedFilled' -export * from './IconMulticookerOutlined' -export * from './IconMulticookerRounded' -export * from './IconMulticookerRoundedFilled' -export * from './IconMulticookerSharp' -export * from './IconMulticookerSharpFilled' -export * from './IconMultilineChartOutlinedFilled' -export * from './IconMultilineChartOutlined' -export * from './IconMultilineChartRounded' -export * from './IconMultilineChartRoundedFilled' -export * from './IconMultilineChartSharpFilled' -export * from './IconMultilineChartSharp' -export * from './IconMultimodalHandEyeOutlined' -export * from './IconMultimodalHandEyeOutlinedFilled' -export * from './IconMultimodalHandEyeRounded' -export * from './IconMultimodalHandEyeRoundedFilled' -export * from './IconMultimodalHandEyeSharpFilled' -export * from './IconMultimodalHandEyeSharp' -export * from './IconMultipleStopOutlinedFilled' -export * from './IconMultipleStopOutlined' -export * from './IconMultipleStopRounded' -export * from './IconMultipleStopRoundedFilled' -export * from './IconMultipleStopSharp' -export * from './IconMultipleStopSharpFilled' -export * from './IconMuseumOutlined' -export * from './IconMuseumOutlinedFilled' -export * from './IconMuseumRoundedFilled' -export * from './IconMuseumRounded' -export * from './IconMuseumSharp' -export * from './IconMuseumSharpFilled' -export * from './IconMusicCastOutlinedFilled' -export * from './IconMusicCastOutlined' -export * from './IconMusicCastRoundedFilled' -export * from './IconMusicCastRounded' -export * from './IconMusicCastSharp' -export * from './IconMusicCastSharpFilled' -export * from './IconMusicNoteOutlined' -export * from './IconMusicNoteOutlinedFilled' -export * from './IconMusicNoteRoundedFilled' -export * from './IconMusicNoteRounded' -export * from './IconMusicNoteSharp' -export * from './IconMusicNoteSharpFilled' -export * from './IconMusicOffOutlinedFilled' -export * from './IconMusicOffOutlined' -export * from './IconMusicOffRoundedFilled' -export * from './IconMusicOffRounded' -export * from './IconMusicOffSharp' -export * from './IconMusicOffSharpFilled' -export * from './IconMusicVideoOutlined' -export * from './IconMusicVideoOutlinedFilled' -export * from './IconMusicVideoRounded' -export * from './IconMusicVideoRoundedFilled' -export * from './IconMusicVideoSharp' -export * from './IconMusicVideoSharpFilled' -export * from './IconMyLocationOutlinedFilled' -export * from './IconMyLocationOutlined' -export * from './IconMyLocationRoundedFilled' -export * from './IconMyLocationRounded' -export * from './IconMyLocationSharpFilled' -export * from './IconMyLocationSharp' -export * from './IconMysteryOutlinedFilled' -export * from './IconMysteryOutlined' -export * from './IconMysteryRoundedFilled' -export * from './IconMysteryRounded' -export * from './IconMysterySharpFilled' -export * from './IconMysterySharp' -export * from './IconNatOutlined' -export * from './IconNatOutlinedFilled' -export * from './IconNatRounded' -export * from './IconNatRoundedFilled' -export * from './IconNatSharp' -export * from './IconNatSharpFilled' -export * from './IconNatureOutlined' -export * from './IconNatureOutlinedFilled' -export * from './IconNatureRounded' -export * from './IconNatureRoundedFilled' -export * from './IconNatureSharp' -export * from './IconNatureSharpFilled' -export * from './IconNaturePeopleOutlined' -export * from './IconNaturePeopleOutlinedFilled' -export * from './IconNaturePeopleRounded' -export * from './IconNaturePeopleRoundedFilled' -export * from './IconNaturePeopleSharpFilled' -export * from './IconNaturePeopleSharp' -export * from './IconNavigationOutlinedFilled' -export * from './IconNavigationOutlined' -export * from './IconNavigationRoundedFilled' -export * from './IconNavigationRounded' -export * from './IconNavigationSharp' -export * from './IconNavigationSharpFilled' -export * from './IconNearMeOutlinedFilled' -export * from './IconNearMeOutlined' -export * from './IconNearMeRoundedFilled' -export * from './IconNearMeRounded' -export * from './IconNearMeSharp' -export * from './IconNearMeSharpFilled' -export * from './IconNearMeDisabledOutlined' -export * from './IconNearMeDisabledOutlinedFilled' -export * from './IconNearMeDisabledRoundedFilled' -export * from './IconNearMeDisabledRounded' -export * from './IconNearMeDisabledSharpFilled' -export * from './IconNearMeDisabledSharp' -export * from './IconNearbyOutlinedFilled' -export * from './IconNearbyOutlined' -export * from './IconNearbyRounded' -export * from './IconNearbyRoundedFilled' -export * from './IconNearbySharpFilled' -export * from './IconNearbySharp' -export * from './IconNearbyErrorOutlinedFilled' -export * from './IconNearbyErrorOutlined' -export * from './IconNearbyErrorRoundedFilled' -export * from './IconNearbyErrorRounded' -export * from './IconNearbyErrorSharpFilled' -export * from './IconNearbyErrorSharp' -export * from './IconNearbyOffOutlined' -export * from './IconNearbyOffOutlinedFilled' -export * from './IconNearbyOffRounded' -export * from './IconNearbyOffRoundedFilled' -export * from './IconNearbyOffSharpFilled' -export * from './IconNearbyOffSharp' -export * from './IconNephrologyOutlinedFilled' -export * from './IconNephrologyOutlined' -export * from './IconNephrologyRoundedFilled' -export * from './IconNephrologyRounded' -export * from './IconNephrologySharpFilled' -export * from './IconNephrologySharp' -export * from './IconNestAudioOutlined' -export * from './IconNestAudioOutlinedFilled' -export * from './IconNestAudioRounded' -export * from './IconNestAudioRoundedFilled' -export * from './IconNestAudioSharp' -export * from './IconNestAudioSharpFilled' -export * from './IconNestCamFloodlightOutlinedFilled' -export * from './IconNestCamFloodlightOutlined' -export * from './IconNestCamFloodlightRoundedFilled' -export * from './IconNestCamFloodlightRounded' -export * from './IconNestCamFloodlightSharp' -export * from './IconNestCamFloodlightSharpFilled' -export * from './IconNestCamIndoorOutlinedFilled' -export * from './IconNestCamIndoorOutlined' -export * from './IconNestCamIndoorRounded' -export * from './IconNestCamIndoorRoundedFilled' -export * from './IconNestCamIndoorSharpFilled' -export * from './IconNestCamIndoorSharp' -export * from './IconNestCamIqOutlined' -export * from './IconNestCamIqOutlinedFilled' -export * from './IconNestCamIqRoundedFilled' -export * from './IconNestCamIqRounded' -export * from './IconNestCamIqSharpFilled' -export * from './IconNestCamIqSharp' -export * from './IconNestCamIqOutdoorOutlined' -export * from './IconNestCamIqOutdoorOutlinedFilled' -export * from './IconNestCamIqOutdoorRoundedFilled' -export * from './IconNestCamIqOutdoorRounded' -export * from './IconNestCamIqOutdoorSharp' -export * from './IconNestCamIqOutdoorSharpFilled' -export * from './IconNestCamMagnetMountOutlinedFilled' -export * from './IconNestCamMagnetMountOutlined' -export * from './IconNestCamMagnetMountRounded' -export * from './IconNestCamMagnetMountRoundedFilled' -export * from './IconNestCamMagnetMountSharp' -export * from './IconNestCamMagnetMountSharpFilled' -export * from './IconNestCamOutdoorOutlined' -export * from './IconNestCamOutdoorOutlinedFilled' -export * from './IconNestCamOutdoorRoundedFilled' -export * from './IconNestCamOutdoorRounded' -export * from './IconNestCamOutdoorSharp' -export * from './IconNestCamOutdoorSharpFilled' -export * from './IconNestCamStandOutlined' -export * from './IconNestCamStandOutlinedFilled' -export * from './IconNestCamStandRounded' -export * from './IconNestCamStandRoundedFilled' -export * from './IconNestCamStandSharpFilled' -export * from './IconNestCamStandSharp' -export * from './IconNestCamWallMountOutlined' -export * from './IconNestCamWallMountOutlinedFilled' -export * from './IconNestCamWallMountRounded' -export * from './IconNestCamWallMountRoundedFilled' -export * from './IconNestCamWallMountSharp' -export * from './IconNestCamWallMountSharpFilled' -export * from './IconNestCamWiredStandOutlined' -export * from './IconNestCamWiredStandOutlinedFilled' -export * from './IconNestCamWiredStandRounded' -export * from './IconNestCamWiredStandRoundedFilled' -export * from './IconNestCamWiredStandSharpFilled' -export * from './IconNestCamWiredStandSharp' -export * from './IconNestClockFarsightAnalogOutlined' -export * from './IconNestClockFarsightAnalogOutlinedFilled' -export * from './IconNestClockFarsightAnalogRounded' -export * from './IconNestClockFarsightAnalogRoundedFilled' -export * from './IconNestClockFarsightAnalogSharpFilled' -export * from './IconNestClockFarsightAnalogSharp' -export * from './IconNestClockFarsightDigitalOutlinedFilled' -export * from './IconNestClockFarsightDigitalOutlined' -export * from './IconNestClockFarsightDigitalRounded' -export * from './IconNestClockFarsightDigitalRoundedFilled' -export * from './IconNestClockFarsightDigitalSharpFilled' -export * from './IconNestClockFarsightDigitalSharp' -export * from './IconNestConnectOutlinedFilled' -export * from './IconNestConnectOutlined' -export * from './IconNestConnectRounded' -export * from './IconNestConnectRoundedFilled' -export * from './IconNestConnectSharpFilled' -export * from './IconNestConnectSharp' -export * from './IconNestDetectOutlinedFilled' -export * from './IconNestDetectOutlined' -export * from './IconNestDetectRounded' -export * from './IconNestDetectRoundedFilled' -export * from './IconNestDetectSharpFilled' -export * from './IconNestDetectSharp' -export * from './IconNestDisplayOutlinedFilled' -export * from './IconNestDisplayOutlined' -export * from './IconNestDisplayRounded' -export * from './IconNestDisplayRoundedFilled' -export * from './IconNestDisplaySharpFilled' -export * from './IconNestDisplaySharp' -export * from './IconNestDisplayMaxOutlined' -export * from './IconNestDisplayMaxOutlinedFilled' -export * from './IconNestDisplayMaxRounded' -export * from './IconNestDisplayMaxRoundedFilled' -export * from './IconNestDisplayMaxSharp' -export * from './IconNestDisplayMaxSharpFilled' -export * from './IconNestDoorbellVisitorOutlined' -export * from './IconNestDoorbellVisitorOutlinedFilled' -export * from './IconNestDoorbellVisitorRounded' -export * from './IconNestDoorbellVisitorRoundedFilled' -export * from './IconNestDoorbellVisitorSharp' -export * from './IconNestDoorbellVisitorSharpFilled' -export * from './IconNestEcoLeafOutlinedFilled' -export * from './IconNestEcoLeafOutlined' -export * from './IconNestEcoLeafRounded' -export * from './IconNestEcoLeafRoundedFilled' -export * from './IconNestEcoLeafSharp' -export * from './IconNestEcoLeafSharpFilled' -export * from './IconNestFarsightWeatherOutlined' -export * from './IconNestFarsightWeatherOutlinedFilled' -export * from './IconNestFarsightWeatherRoundedFilled' -export * from './IconNestFarsightWeatherRounded' -export * from './IconNestFarsightWeatherSharpFilled' -export * from './IconNestFarsightWeatherSharp' -export * from './IconNestFoundSavingsOutlined' -export * from './IconNestFoundSavingsOutlinedFilled' -export * from './IconNestFoundSavingsRounded' -export * from './IconNestFoundSavingsRoundedFilled' -export * from './IconNestFoundSavingsSharpFilled' -export * from './IconNestFoundSavingsSharp' -export * from './IconNestGaleWifiOutlined' -export * from './IconNestGaleWifiOutlinedFilled' -export * from './IconNestGaleWifiRounded' -export * from './IconNestGaleWifiRoundedFilled' -export * from './IconNestGaleWifiSharp' -export * from './IconNestGaleWifiSharpFilled' -export * from './IconNestHeatLinkEOutlined' -export * from './IconNestHeatLinkEOutlinedFilled' -export * from './IconNestHeatLinkERoundedFilled' -export * from './IconNestHeatLinkERounded' -export * from './IconNestHeatLinkESharp' -export * from './IconNestHeatLinkESharpFilled' -export * from './IconNestHeatLinkGen3Outlined' -export * from './IconNestHeatLinkGen3OutlinedFilled' -export * from './IconNestHeatLinkGen3Rounded' -export * from './IconNestHeatLinkGen3RoundedFilled' -export * from './IconNestHeatLinkGen3Sharp' -export * from './IconNestHeatLinkGen3SharpFilled' -export * from './IconNestHelloDoorbellOutlinedFilled' -export * from './IconNestHelloDoorbellOutlined' -export * from './IconNestHelloDoorbellRounded' -export * from './IconNestHelloDoorbellRoundedFilled' -export * from './IconNestHelloDoorbellSharp' -export * from './IconNestHelloDoorbellSharpFilled' -export * from './IconNestMiniOutlined' -export * from './IconNestMiniOutlinedFilled' -export * from './IconNestMiniRoundedFilled' -export * from './IconNestMiniRounded' -export * from './IconNestMiniSharpFilled' -export * from './IconNestMiniSharp' -export * from './IconNestMultiRoomOutlined' -export * from './IconNestMultiRoomOutlinedFilled' -export * from './IconNestMultiRoomRoundedFilled' -export * from './IconNestMultiRoomRounded' -export * from './IconNestMultiRoomSharpFilled' -export * from './IconNestMultiRoomSharp' -export * from './IconNestProtectOutlinedFilled' -export * from './IconNestProtectOutlined' -export * from './IconNestProtectRoundedFilled' -export * from './IconNestProtectRounded' -export * from './IconNestProtectSharp' -export * from './IconNestProtectSharpFilled' -export * from './IconNestRemoteOutlined' -export * from './IconNestRemoteOutlinedFilled' -export * from './IconNestRemoteRoundedFilled' -export * from './IconNestRemoteRounded' -export * from './IconNestRemoteSharp' -export * from './IconNestRemoteSharpFilled' -export * from './IconNestRemoteComfortSensorOutlinedFilled' -export * from './IconNestRemoteComfortSensorOutlined' -export * from './IconNestRemoteComfortSensorRoundedFilled' -export * from './IconNestRemoteComfortSensorRounded' -export * from './IconNestRemoteComfortSensorSharpFilled' -export * from './IconNestRemoteComfortSensorSharp' -export * from './IconNestSecureAlarmOutlinedFilled' -export * from './IconNestSecureAlarmOutlined' -export * from './IconNestSecureAlarmRoundedFilled' -export * from './IconNestSecureAlarmRounded' -export * from './IconNestSecureAlarmSharpFilled' -export * from './IconNestSecureAlarmSharp' -export * from './IconNestSunblockOutlined' -export * from './IconNestSunblockOutlinedFilled' -export * from './IconNestSunblockRounded' -export * from './IconNestSunblockRoundedFilled' -export * from './IconNestSunblockSharpFilled' -export * from './IconNestSunblockSharp' -export * from './IconNestTagOutlined' -export * from './IconNestTagOutlinedFilled' -export * from './IconNestTagRoundedFilled' -export * from './IconNestTagRounded' -export * from './IconNestTagSharp' -export * from './IconNestTagSharpFilled' -export * from './IconNestThermostatOutlinedFilled' -export * from './IconNestThermostatOutlined' -export * from './IconNestThermostatRoundedFilled' -export * from './IconNestThermostatRounded' -export * from './IconNestThermostatSharp' -export * from './IconNestThermostatSharpFilled' -export * from './IconNestThermostatEEuOutlinedFilled' -export * from './IconNestThermostatEEuOutlined' -export * from './IconNestThermostatEEuRoundedFilled' -export * from './IconNestThermostatEEuRounded' -export * from './IconNestThermostatEEuSharpFilled' -export * from './IconNestThermostatEEuSharp' -export * from './IconNestThermostatGen3OutlinedFilled' -export * from './IconNestThermostatGen3Outlined' -export * from './IconNestThermostatGen3Rounded' -export * from './IconNestThermostatGen3RoundedFilled' -export * from './IconNestThermostatGen3Sharp' -export * from './IconNestThermostatGen3SharpFilled' -export * from './IconNestThermostatSensorOutlined' -export * from './IconNestThermostatSensorOutlinedFilled' -export * from './IconNestThermostatSensorRoundedFilled' -export * from './IconNestThermostatSensorRounded' -export * from './IconNestThermostatSensorSharp' -export * from './IconNestThermostatSensorSharpFilled' -export * from './IconNestThermostatSensorEuOutlinedFilled' -export * from './IconNestThermostatSensorEuOutlined' -export * from './IconNestThermostatSensorEuRounded' -export * from './IconNestThermostatSensorEuRoundedFilled' -export * from './IconNestThermostatSensorEuSharp' -export * from './IconNestThermostatSensorEuSharpFilled' -export * from './IconNestThermostatZirconiumEuOutlined' -export * from './IconNestThermostatZirconiumEuOutlinedFilled' -export * from './IconNestThermostatZirconiumEuRounded' -export * from './IconNestThermostatZirconiumEuRoundedFilled' -export * from './IconNestThermostatZirconiumEuSharpFilled' -export * from './IconNestThermostatZirconiumEuSharp' -export * from './IconNestTrueRadiantOutlinedFilled' -export * from './IconNestTrueRadiantOutlined' -export * from './IconNestTrueRadiantRoundedFilled' -export * from './IconNestTrueRadiantRounded' -export * from './IconNestTrueRadiantSharp' -export * from './IconNestTrueRadiantSharpFilled' -export * from './IconNestWakeOnApproachOutlinedFilled' -export * from './IconNestWakeOnApproachOutlined' -export * from './IconNestWakeOnApproachRounded' -export * from './IconNestWakeOnApproachRoundedFilled' -export * from './IconNestWakeOnApproachSharpFilled' -export * from './IconNestWakeOnApproachSharp' -export * from './IconNestWakeOnPressOutlined' -export * from './IconNestWakeOnPressOutlinedFilled' -export * from './IconNestWakeOnPressRounded' -export * from './IconNestWakeOnPressRoundedFilled' -export * from './IconNestWakeOnPressSharpFilled' -export * from './IconNestWifiPointOutlined' -export * from './IconNestWifiPointOutlinedFilled' -export * from './IconNestWifiPointRoundedFilled' -export * from './IconNestWifiPointRounded' -export * from './IconNestWifiPointSharpFilled' -export * from './IconNestWifiPointSharp' -export * from './IconNestWifiProOutlinedFilled' -export * from './IconNestWifiProOutlined' -export * from './IconNestWifiProRoundedFilled' -export * from './IconNestWifiProRounded' -export * from './IconNestWifiProSharpFilled' -export * from './IconNestWifiProSharp' -export * from './IconNestWifiPro2OutlinedFilled' -export * from './IconNestWifiPro2Outlined' -export * from './IconNestWifiPro2RoundedFilled' -export * from './IconNestWifiPro2Rounded' -export * from './IconNestWifiPro2SharpFilled' -export * from './IconNestWifiPro2Sharp' -export * from './IconNestWifiRouterOutlinedFilled' -export * from './IconNestWifiRouterOutlined' -export * from './IconNestWifiRouterRounded' -export * from './IconNestWifiRouterRoundedFilled' -export * from './IconNestWifiRouterSharpFilled' -export * from './IconNestWifiRouterSharp' -export * from './IconNetworkCellOutlinedFilled' -export * from './IconNetworkCellOutlined' -export * from './IconNetworkCellRoundedFilled' -export * from './IconNetworkCellRounded' -export * from './IconNetworkCellSharpFilled' -export * from './IconNetworkCellSharp' -export * from './IconNetworkCheckOutlined' -export * from './IconNetworkCheckOutlinedFilled' -export * from './IconNetworkCheckRoundedFilled' -export * from './IconNetworkCheckRounded' -export * from './IconNetworkCheckSharp' -export * from './IconNetworkCheckSharpFilled' -export * from './IconNetworkIntelligenceHistoryOutlinedFilled' -export * from './IconNetworkIntelligenceHistoryOutlined' -export * from './IconNetworkIntelligenceHistoryRoundedFilled' -export * from './IconNetworkIntelligenceHistoryRounded' -export * from './IconNetworkIntelligenceHistorySharp' -export * from './IconNetworkIntelligenceHistorySharpFilled' -export * from './IconNetworkIntelligenceUpdateOutlined' -export * from './IconNetworkIntelligenceUpdateOutlinedFilled' -export * from './IconNetworkIntelligenceUpdateRounded' -export * from './IconNetworkIntelligenceUpdateRoundedFilled' -export * from './IconNetworkIntelligenceUpdateSharp' -export * from './IconNetworkIntelligenceUpdateSharpFilled' -export * from './IconNetworkLockedOutlinedFilled' -export * from './IconNetworkLockedOutlined' -export * from './IconNetworkLockedRoundedFilled' -export * from './IconNetworkLockedRounded' -export * from './IconNetworkLockedSharp' -export * from './IconNetworkLockedSharpFilled' -export * from './IconNetworkManageOutlined' -export * from './IconNetworkManageOutlinedFilled' -export * from './IconNetworkManageRounded' -export * from './IconNetworkManageRoundedFilled' -export * from './IconNetworkManageSharp' -export * from './IconNetworkManageSharpFilled' -export * from './IconNetworkNodeOutlined' -export * from './IconNetworkNodeOutlinedFilled' -export * from './IconNetworkNodeRounded' -export * from './IconNetworkNodeRoundedFilled' -export * from './IconNetworkNodeSharpFilled' -export * from './IconNetworkNodeSharp' -export * from './IconNetworkPingOutlined' -export * from './IconNetworkPingOutlinedFilled' -export * from './IconNetworkPingRoundedFilled' -export * from './IconNetworkPingRounded' -export * from './IconNetworkPingSharp' -export * from './IconNetworkPingSharpFilled' -export * from './IconNetworkWifiOutlined' -export * from './IconNetworkWifiOutlinedFilled' -export * from './IconNetworkWifiRoundedFilled' -export * from './IconNetworkWifiRounded' -export * from './IconNetworkWifiSharp' -export * from './IconNetworkWifiSharpFilled' -export * from './IconNetworkWifi1BarOutlinedFilled' -export * from './IconNetworkWifi1BarOutlined' -export * from './IconNetworkWifi1BarRounded' -export * from './IconNetworkWifi1BarRoundedFilled' -export * from './IconNetworkWifi1BarSharp' -export * from './IconNetworkWifi1BarSharpFilled' -export * from './IconNetworkWifi1BarLockedOutlinedFilled' -export * from './IconNetworkWifi1BarLockedOutlined' -export * from './IconNetworkWifi1BarLockedRoundedFilled' -export * from './IconNetworkWifi1BarLockedRounded' -export * from './IconNetworkWifi1BarLockedSharp' -export * from './IconNetworkWifi1BarLockedSharpFilled' -export * from './IconNetworkWifi2BarOutlinedFilled' -export * from './IconNetworkWifi2BarOutlined' -export * from './IconNetworkWifi2BarRoundedFilled' -export * from './IconNetworkWifi2BarRounded' -export * from './IconNetworkWifi2BarSharp' -export * from './IconNetworkWifi2BarSharpFilled' -export * from './IconNetworkWifi2BarLockedOutlinedFilled' -export * from './IconNetworkWifi2BarLockedOutlined' -export * from './IconNetworkWifi2BarLockedRounded' -export * from './IconNetworkWifi2BarLockedRoundedFilled' -export * from './IconNetworkWifi2BarLockedSharp' -export * from './IconNetworkWifi2BarLockedSharpFilled' -export * from './IconNetworkWifi3BarOutlinedFilled' -export * from './IconNetworkWifi3BarOutlined' -export * from './IconNetworkWifi3BarRoundedFilled' -export * from './IconNetworkWifi3BarRounded' -export * from './IconNetworkWifi3BarSharpFilled' -export * from './IconNetworkWifi3BarSharp' -export * from './IconNetworkWifi3BarLockedOutlined' -export * from './IconNetworkWifi3BarLockedOutlinedFilled' -export * from './IconNetworkWifi3BarLockedRounded' -export * from './IconNetworkWifi3BarLockedRoundedFilled' -export * from './IconNetworkWifi3BarLockedSharpFilled' -export * from './IconNetworkWifi3BarLockedSharp' -export * from './IconNetworkWifiLockedOutlined' -export * from './IconNetworkWifiLockedOutlinedFilled' -export * from './IconNetworkWifiLockedRoundedFilled' -export * from './IconNetworkWifiLockedRounded' -export * from './IconNetworkWifiLockedSharpFilled' -export * from './IconNetworkWifiLockedSharp' -export * from './IconNeurologyOutlined' -export * from './IconNeurologyOutlinedFilled' -export * from './IconNeurologyRoundedFilled' -export * from './IconNeurologyRounded' -export * from './IconNeurologySharp' -export * from './IconNeurologySharpFilled' -export * from './IconNewLabelOutlined' -export * from './IconNewLabelOutlinedFilled' -export * from './IconNewLabelRoundedFilled' -export * from './IconNewLabelRounded' -export * from './IconNewLabelSharp' -export * from './IconNewLabelSharpFilled' -export * from './IconNewReleasesOutlinedFilled' -export * from './IconNewReleasesOutlined' -export * from './IconNewReleasesRoundedFilled' -export * from './IconNewReleasesRounded' -export * from './IconNewReleasesSharpFilled' -export * from './IconNewReleasesSharp' -export * from './IconNewWindowOutlined' -export * from './IconNewWindowOutlinedFilled' -export * from './IconNewWindowRounded' -export * from './IconNewWindowRoundedFilled' -export * from './IconNewWindowSharpFilled' -export * from './IconNewWindowSharp' -export * from './IconNewsOutlined' -export * from './IconNewsOutlinedFilled' -export * from './IconNewsRounded' -export * from './IconNewsRoundedFilled' -export * from './IconNewsSharpFilled' -export * from './IconNewsSharp' -export * from './IconNewsmodeOutlined' -export * from './IconNewsmodeOutlinedFilled' -export * from './IconNewsmodeRounded' -export * from './IconNewsmodeRoundedFilled' -export * from './IconNewsmodeSharp' -export * from './IconNewsmodeSharpFilled' -export * from './IconNewspaperOutlined' -export * from './IconNewspaperOutlinedFilled' -export * from './IconNewspaperRoundedFilled' -export * from './IconNewspaperRounded' -export * from './IconNewspaperSharp' -export * from './IconNewspaperSharpFilled' -export * from './IconNewsstandOutlined' -export * from './IconNewsstandOutlinedFilled' -export * from './IconNewsstandRounded' -export * from './IconNewsstandRoundedFilled' -export * from './IconNewsstandSharp' -export * from './IconNewsstandSharpFilled' -export * from './IconNextPlanOutlinedFilled' -export * from './IconNextPlanOutlined' -export * from './IconNextPlanRoundedFilled' -export * from './IconNextPlanRounded' -export * from './IconNextPlanSharpFilled' -export * from './IconNextPlanSharp' -export * from './IconNextWeekOutlined' -export * from './IconNextWeekOutlinedFilled' -export * from './IconNextWeekRoundedFilled' -export * from './IconNextWeekSharp' -export * from './IconNextWeekSharpFilled' -export * from './IconNfcOutlined' -export * from './IconNfcOutlinedFilled' -export * from './IconNfcRoundedFilled' -export * from './IconNfcRounded' -export * from './IconNfcSharp' -export * from './IconNfcSharpFilled' -export * from './IconNightShelterOutlinedFilled' -export * from './IconNightShelterOutlined' -export * from './IconNightShelterRoundedFilled' -export * from './IconNightShelterRounded' -export * from './IconNightShelterSharpFilled' -export * from './IconNightShelterSharp' -export * from './IconNightSightAutoOutlinedFilled' -export * from './IconNightSightAutoOutlined' -export * from './IconNightSightAutoRoundedFilled' -export * from './IconNightSightAutoRounded' -export * from './IconNightSightAutoSharpFilled' -export * from './IconNightSightAutoSharp' -export * from './IconNightSightAutoOffOutlinedFilled' -export * from './IconNightSightAutoOffOutlined' -export * from './IconNightSightAutoOffRoundedFilled' -export * from './IconNightSightAutoOffRounded' -export * from './IconNightSightAutoOffSharpFilled' -export * from './IconNightSightAutoOffSharp' -export * from './IconNightSightMaxOutlined' -export * from './IconNightSightMaxOutlinedFilled' -export * from './IconNightSightMaxRounded' -export * from './IconNightSightMaxRoundedFilled' -export * from './IconNightSightMaxSharpFilled' -export * from './IconNightSightMaxSharp' -export * from './IconNightlifeOutlinedFilled' -export * from './IconNightlifeOutlined' -export * from './IconNightlifeRounded' -export * from './IconNightlifeRoundedFilled' -export * from './IconNightlifeSharp' -export * from './IconNightlifeSharpFilled' -export * from './IconNightlightOutlined' -export * from './IconNightlightOutlinedFilled' -export * from './IconNightlightRoundedFilled' -export * from './IconNightlightRounded' -export * from './IconNightlightSharpFilled' -export * from './IconNightlightSharp' -export * from './IconNightsStayOutlinedFilled' -export * from './IconNightsStayOutlined' -export * from './IconNightsStayRoundedFilled' -export * from './IconNightsStayRounded' -export * from './IconNightsStaySharpFilled' -export * from './IconNightsStaySharp' -export * from './IconNoAccountsOutlinedFilled' -export * from './IconNoAccountsOutlined' -export * from './IconNoAccountsRounded' -export * from './IconNoAccountsRoundedFilled' -export * from './IconNoAccountsSharpFilled' -export * from './IconNoAccountsSharp' -export * from './IconNoAdultContentOutlined' -export * from './IconNoAdultContentOutlinedFilled' -export * from './IconNoAdultContentRoundedFilled' -export * from './IconNoAdultContentRounded' -export * from './IconNoAdultContentSharp' -export * from './IconNoAdultContentSharpFilled' -export * from './IconNoBackpackOutlined' -export * from './IconNoBackpackOutlinedFilled' -export * from './IconNoBackpackRounded' -export * from './IconNoBackpackRoundedFilled' -export * from './IconNoBackpackSharp' -export * from './IconNoBackpackSharpFilled' -export * from './IconNoCrashOutlined' -export * from './IconNoCrashOutlinedFilled' -export * from './IconNoCrashRounded' -export * from './IconNoCrashRoundedFilled' -export * from './IconNoCrashSharpFilled' -export * from './IconNoCrashSharp' -export * from './IconNoDrinksOutlined' -export * from './IconNoDrinksOutlinedFilled' -export * from './IconNoDrinksRounded' -export * from './IconNoDrinksRoundedFilled' -export * from './IconNoDrinksSharp' -export * from './IconNoDrinksSharpFilled' -export * from './IconNoEncryptionOutlined' -export * from './IconNoEncryptionOutlinedFilled' -export * from './IconNoEncryptionRounded' -export * from './IconNoEncryptionRoundedFilled' -export * from './IconNoEncryptionSharp' -export * from './IconNoEncryptionSharpFilled' -export * from './IconNoFlashOutlined' -export * from './IconNoFlashOutlinedFilled' -export * from './IconNoFlashRounded' -export * from './IconNoFlashRoundedFilled' -export * from './IconNoFlashSharp' -export * from './IconNoFlashSharpFilled' -export * from './IconNoFoodOutlined' -export * from './IconNoFoodOutlinedFilled' -export * from './IconNoFoodRounded' -export * from './IconNoFoodRoundedFilled' -export * from './IconNoFoodSharpFilled' -export * from './IconNoFoodSharp' -export * from './IconNoLuggageOutlinedFilled' -export * from './IconNoLuggageOutlined' -export * from './IconNoLuggageRounded' -export * from './IconNoLuggageRoundedFilled' -export * from './IconNoLuggageSharpFilled' -export * from './IconNoLuggageSharp' -export * from './IconNoMealsOutlined' -export * from './IconNoMealsOutlinedFilled' -export * from './IconNoMealsRounded' -export * from './IconNoMealsRoundedFilled' -export * from './IconNoMealsSharpFilled' -export * from './IconNoMealsSharp' -export * from './IconNoMeetingRoomOutlinedFilled' -export * from './IconNoMeetingRoomOutlined' -export * from './IconNoMeetingRoomRounded' -export * from './IconNoMeetingRoomRoundedFilled' -export * from './IconNoMeetingRoomSharpFilled' -export * from './IconNoMeetingRoomSharp' -export * from './IconNoPhotographyOutlinedFilled' -export * from './IconNoPhotographyOutlined' -export * from './IconNoPhotographyRounded' -export * from './IconNoPhotographyRoundedFilled' -export * from './IconNoPhotographySharpFilled' -export * from './IconNoPhotographySharp' -export * from './IconNoSimOutlined' -export * from './IconNoSimOutlinedFilled' -export * from './IconNoSimRounded' -export * from './IconNoSimRoundedFilled' -export * from './IconNoSimSharp' -export * from './IconNoSimSharpFilled' -export * from './IconNoSoundOutlined' -export * from './IconNoSoundOutlinedFilled' -export * from './IconNoSoundRoundedFilled' -export * from './IconNoSoundRounded' -export * from './IconNoSoundSharp' -export * from './IconNoSoundSharpFilled' -export * from './IconNoStrollerOutlined' -export * from './IconNoStrollerOutlinedFilled' -export * from './IconNoStrollerRoundedFilled' -export * from './IconNoStrollerRounded' -export * from './IconNoStrollerSharp' -export * from './IconNoStrollerSharpFilled' -export * from './IconNoTransferOutlinedFilled' -export * from './IconNoTransferOutlined' -export * from './IconNoTransferRoundedFilled' -export * from './IconNoTransferRounded' -export * from './IconNoTransferSharp' -export * from './IconNoTransferSharpFilled' -export * from './IconNoiseAwareOutlined' -export * from './IconNoiseAwareOutlinedFilled' -export * from './IconNoiseAwareRounded' -export * from './IconNoiseAwareRoundedFilled' -export * from './IconNoiseAwareSharpFilled' -export * from './IconNoiseAwareSharp' -export * from './IconNoiseControlOffOutlinedFilled' -export * from './IconNoiseControlOffOutlined' -export * from './IconNoiseControlOffRounded' -export * from './IconNoiseControlOffRoundedFilled' -export * from './IconNoiseControlOffSharp' -export * from './IconNoiseControlOffSharpFilled' -export * from './IconNoiseControlOnOutlined' -export * from './IconNoiseControlOnOutlinedFilled' -export * from './IconNoiseControlOnRounded' -export * from './IconNoiseControlOnRoundedFilled' -export * from './IconNoiseControlOnSharpFilled' -export * from './IconNoiseControlOnSharp' -export * from './IconNordicWalkingOutlinedFilled' -export * from './IconNordicWalkingOutlined' -export * from './IconNordicWalkingRounded' -export * from './IconNordicWalkingRoundedFilled' -export * from './IconNordicWalkingSharpFilled' -export * from './IconNordicWalkingSharp' -export * from './IconNorthOutlinedFilled' -export * from './IconNorthOutlined' -export * from './IconNorthRoundedFilled' -export * from './IconNorthRounded' -export * from './IconNorthSharp' -export * from './IconNorthSharpFilled' -export * from './IconNorthEastOutlined' -export * from './IconNorthEastOutlinedFilled' -export * from './IconNorthEastRounded' -export * from './IconNorthEastRoundedFilled' -export * from './IconNorthEastSharp' -export * from './IconNorthEastSharpFilled' -export * from './IconNorthWestOutlinedFilled' -export * from './IconNorthWestOutlined' -export * from './IconNorthWestRoundedFilled' -export * from './IconNorthWestRounded' -export * from './IconNorthWestSharp' -export * from './IconNorthWestSharpFilled' -export * from './IconNotAccessibleOutlinedFilled' -export * from './IconNotAccessibleOutlined' -export * from './IconNotAccessibleRoundedFilled' -export * from './IconNotAccessibleRounded' -export * from './IconNotAccessibleSharpFilled' -export * from './IconNotAccessibleSharp' -export * from './IconNotAccessibleForwardOutlined' -export * from './IconNotAccessibleForwardOutlinedFilled' -export * from './IconNotAccessibleForwardRoundedFilled' -export * from './IconNotAccessibleForwardRounded' -export * from './IconNotAccessibleForwardSharp' -export * from './IconNotAccessibleForwardSharpFilled' -export * from './IconNotListedLocationOutlined' -export * from './IconNotListedLocationOutlinedFilled' -export * from './IconNotListedLocationRoundedFilled' -export * from './IconNotListedLocationRounded' -export * from './IconNotListedLocationSharp' -export * from './IconNotListedLocationSharpFilled' -export * from './IconNotStartedOutlined' -export * from './IconNotStartedOutlinedFilled' -export * from './IconNotStartedRoundedFilled' -export * from './IconNotStartedRounded' -export * from './IconNotStartedSharp' -export * from './IconNotStartedSharpFilled' -export * from './IconNoteAddOutlinedFilled' -export * from './IconNoteAddOutlined' -export * from './IconNoteAddRounded' -export * from './IconNoteAddRoundedFilled' -export * from './IconNoteAddSharpFilled' -export * from './IconNoteAddSharp' -export * from './IconNoteAltOutlined' -export * from './IconNoteAltOutlinedFilled' -export * from './IconNoteAltRoundedFilled' -export * from './IconNoteAltRounded' -export * from './IconNoteAltSharpFilled' -export * from './IconNoteAltSharp' -export * from './IconNoteStackOutlinedFilled' -export * from './IconNoteStackOutlined' -export * from './IconNoteStackRoundedFilled' -export * from './IconNoteStackRounded' -export * from './IconNoteStackSharp' -export * from './IconNoteStackSharpFilled' -export * from './IconNoteStackAddOutlined' -export * from './IconNoteStackAddOutlinedFilled' -export * from './IconNoteStackAddRounded' -export * from './IconNoteStackAddRoundedFilled' -export * from './IconNoteStackAddSharp' -export * from './IconNoteStackAddSharpFilled' -export * from './IconNotesOutlined' -export * from './IconNotesOutlinedFilled' -export * from './IconNotesRounded' -export * from './IconNotesRoundedFilled' -export * from './IconNotesSharp' -export * from './IconNotesSharpFilled' -export * from './IconNotificationAddOutlined' -export * from './IconNotificationAddOutlinedFilled' -export * from './IconNotificationAddRoundedFilled' -export * from './IconNotificationAddRounded' -export * from './IconNotificationAddSharp' -export * from './IconNotificationAddSharpFilled' -export * from './IconNotificationImportantOutlined' -export * from './IconNotificationImportantOutlinedFilled' -export * from './IconNotificationImportantRoundedFilled' -export * from './IconNotificationImportantRounded' -export * from './IconNotificationImportantSharp' -export * from './IconNotificationImportantSharpFilled' -export * from './IconNotificationMultipleOutlined' -export * from './IconNotificationMultipleOutlinedFilled' -export * from './IconNotificationMultipleRoundedFilled' -export * from './IconNotificationMultipleRounded' -export * from './IconNotificationMultipleSharpFilled' -export * from './IconNotificationMultipleSharp' -export * from './IconNotificationsOutlined' -export * from './IconNotificationsOutlinedFilled' -export * from './IconNotificationsRoundedFilled' -export * from './IconNotificationsRounded' -export * from './IconNotificationsSharpFilled' -export * from './IconNotificationsSharp' -export * from './IconNotificationsActiveOutlined' -export * from './IconNotificationsActiveOutlinedFilled' -export * from './IconNotificationsActiveRounded' -export * from './IconNotificationsActiveRoundedFilled' -export * from './IconNotificationsActiveSharp' -export * from './IconNotificationsActiveSharpFilled' -export * from './IconNotificationsOffOutlinedFilled' -export * from './IconNotificationsOffOutlined' -export * from './IconNotificationsOffRoundedFilled' -export * from './IconNotificationsOffRounded' -export * from './IconNotificationsOffSharp' -export * from './IconNotificationsOffSharpFilled' -export * from './IconNotificationsPausedOutlinedFilled' -export * from './IconNotificationsPausedOutlined' -export * from './IconNotificationsPausedRoundedFilled' -export * from './IconNotificationsPausedRounded' -export * from './IconNotificationsPausedSharp' -export * from './IconNotificationsPausedSharpFilled' -export * from './IconNotificationsUnreadOutlinedFilled' -export * from './IconNotificationsUnreadOutlined' -export * from './IconNotificationsUnreadRounded' -export * from './IconNotificationsUnreadRoundedFilled' -export * from './IconNotificationsUnreadSharp' -export * from './IconNotificationsUnreadSharpFilled' -export * from './IconNumbersOutlined' -export * from './IconNumbersOutlinedFilled' -export * from './IconNumbersRounded' -export * from './IconNumbersRoundedFilled' -export * from './IconNumbersSharp' -export * from './IconNumbersSharpFilled' -export * from './IconNutritionOutlinedFilled' -export * from './IconNutritionOutlined' -export * from './IconNutritionRounded' -export * from './IconNutritionRoundedFilled' -export * from './IconNutritionSharpFilled' -export * from './IconNutritionSharp' -export * from './IconOdsOutlinedFilled' -export * from './IconOdsOutlined' -export * from './IconOdsRounded' -export * from './IconOdsRoundedFilled' -export * from './IconOdsSharp' -export * from './IconOdsSharpFilled' -export * from './IconOdtOutlinedFilled' -export * from './IconOdtOutlined' -export * from './IconOdtRounded' -export * from './IconOdtRoundedFilled' -export * from './IconOdtSharp' -export * from './IconOdtSharpFilled' -export * from './IconOfflineBoltOutlined' -export * from './IconOfflineBoltOutlinedFilled' -export * from './IconOfflineBoltRoundedFilled' -export * from './IconOfflineBoltRounded' -export * from './IconOfflineBoltSharpFilled' -export * from './IconOfflineBoltSharp' -export * from './IconOfflinePinOutlined' -export * from './IconOfflinePinOutlinedFilled' -export * from './IconOfflinePinRounded' -export * from './IconOfflinePinRoundedFilled' -export * from './IconOfflinePinSharpFilled' -export * from './IconOfflinePinSharp' -export * from './IconOfflinePinOffOutlinedFilled' -export * from './IconOfflinePinOffOutlined' -export * from './IconOfflinePinOffRounded' -export * from './IconOfflinePinOffRoundedFilled' -export * from './IconOfflinePinOffSharp' -export * from './IconOfflinePinOffSharpFilled' -export * from './IconOfflineShareOutlinedFilled' -export * from './IconOfflineShareOutlined' -export * from './IconOfflineShareRoundedFilled' -export * from './IconOfflineShareRounded' -export * from './IconOfflineShareSharpFilled' -export * from './IconOfflineShareSharp' -export * from './IconOilBarrelOutlinedFilled' -export * from './IconOilBarrelOutlined' -export * from './IconOilBarrelRoundedFilled' -export * from './IconOilBarrelRounded' -export * from './IconOilBarrelSharpFilled' -export * from './IconOilBarrelSharp' -export * from './IconOnDeviceTrainingOutlinedFilled' -export * from './IconOnDeviceTrainingOutlined' -export * from './IconOnDeviceTrainingRounded' -export * from './IconOnDeviceTrainingRoundedFilled' -export * from './IconOnDeviceTrainingSharp' -export * from './IconOnDeviceTrainingSharpFilled' -export * from './IconOnHubDeviceOutlinedFilled' -export * from './IconOnHubDeviceOutlined' -export * from './IconOnHubDeviceRounded' -export * from './IconOnHubDeviceRoundedFilled' -export * from './IconOnHubDeviceSharpFilled' -export * from './IconOnHubDeviceSharp' -export * from './IconOncologyOutlined' -export * from './IconOncologyOutlinedFilled' -export * from './IconOncologyRoundedFilled' -export * from './IconOncologyRounded' -export * from './IconOncologySharp' -export * from './IconOncologySharpFilled' -export * from './IconOnlinePredictionOutlinedFilled' -export * from './IconOnlinePredictionOutlined' -export * from './IconOnlinePredictionRoundedFilled' -export * from './IconOnlinePredictionRounded' -export * from './IconOnlinePredictionSharpFilled' -export * from './IconOnlinePredictionSharp' -export * from './IconOnsenOutlined' -export * from './IconOnsenOutlinedFilled' -export * from './IconOnsenRounded' -export * from './IconOnsenRoundedFilled' -export * from './IconOnsenSharp' -export * from './IconOnsenSharpFilled' -export * from './IconOpacityOutlinedFilled' -export * from './IconOpacityOutlined' -export * from './IconOpacityRoundedFilled' -export * from './IconOpacityRounded' -export * from './IconOpacitySharp' -export * from './IconOpacitySharpFilled' -export * from './IconOpenInBrowserOutlinedFilled' -export * from './IconOpenInBrowserOutlined' -export * from './IconOpenInBrowserRounded' -export * from './IconOpenInBrowserRoundedFilled' -export * from './IconOpenInBrowserSharp' -export * from './IconOpenInBrowserSharpFilled' -export * from './IconOpenInFullOutlined' -export * from './IconOpenInFullOutlinedFilled' -export * from './IconOpenInFullRounded' -export * from './IconOpenInFullRoundedFilled' -export * from './IconOpenInFullSharp' -export * from './IconOpenInFullSharpFilled' -export * from './IconOpenInNewOutlinedFilled' -export * from './IconOpenInNewOutlined' -export * from './IconOpenInNewRoundedFilled' -export * from './IconOpenInNewRounded' -export * from './IconOpenInNewSharpFilled' -export * from './IconOpenInNewSharp' -export * from './IconOpenInNewDownOutlinedFilled' -export * from './IconOpenInNewDownOutlined' -export * from './IconOpenInNewDownRounded' -export * from './IconOpenInNewDownRoundedFilled' -export * from './IconOpenInNewDownSharp' -export * from './IconOpenInNewDownSharpFilled' -export * from './IconOpenInNewOffOutlined' -export * from './IconOpenInNewOffOutlinedFilled' -export * from './IconOpenInNewOffRounded' -export * from './IconOpenInNewOffRoundedFilled' -export * from './IconOpenInNewOffSharp' -export * from './IconOpenInNewOffSharpFilled' -export * from './IconOpenInPhoneOutlined' -export * from './IconOpenInPhoneOutlinedFilled' -export * from './IconOpenInPhoneRoundedFilled' -export * from './IconOpenInPhoneRounded' -export * from './IconOpenInPhoneSharp' -export * from './IconOpenInPhoneSharpFilled' -export * from './IconOpenJamOutlined' -export * from './IconOpenJamOutlinedFilled' -export * from './IconOpenJamRoundedFilled' -export * from './IconOpenJamRounded' -export * from './IconOpenJamSharpFilled' -export * from './IconOpenJamSharp' -export * from './IconOpenRunOutlinedFilled' -export * from './IconOpenRunOutlined' -export * from './IconOpenRunRoundedFilled' -export * from './IconOpenRunRounded' -export * from './IconOpenRunSharp' -export * from './IconOpenRunSharpFilled' -export * from './IconOpenWithOutlined' -export * from './IconOpenWithOutlinedFilled' -export * from './IconOpenWithRoundedFilled' -export * from './IconOpenWithRounded' -export * from './IconOpenWithSharpFilled' -export * from './IconOpenWithSharp' -export * from './IconOphthalmologyOutlined' -export * from './IconOphthalmologyOutlinedFilled' -export * from './IconOphthalmologyRoundedFilled' -export * from './IconOphthalmologyRounded' -export * from './IconOphthalmologySharpFilled' -export * from './IconOphthalmologySharp' -export * from './IconOralDiseaseOutlined' -export * from './IconOralDiseaseOutlinedFilled' -export * from './IconOralDiseaseRounded' -export * from './IconOralDiseaseRoundedFilled' -export * from './IconOralDiseaseSharp' -export * from './IconOralDiseaseSharpFilled' -export * from './IconOrbitOutlinedFilled' -export * from './IconOrbitOutlined' -export * from './IconOrbitRounded' -export * from './IconOrbitRoundedFilled' -export * from './IconOrbitSharp' -export * from './IconOrbitSharpFilled' -export * from './IconOrderApproveOutlinedFilled' -export * from './IconOrderApproveOutlined' -export * from './IconOrderApproveRounded' -export * from './IconOrderApproveRoundedFilled' -export * from './IconOrderApproveSharpFilled' -export * from './IconOrderApproveSharp' -export * from './IconOrderPlayOutlinedFilled' -export * from './IconOrderPlayOutlined' -export * from './IconOrderPlayRoundedFilled' -export * from './IconOrderPlayRounded' -export * from './IconOrderPlaySharpFilled' -export * from './IconOrderPlaySharp' -export * from './IconOrdersOutlined' -export * from './IconOrdersOutlinedFilled' -export * from './IconOrdersRounded' -export * from './IconOrdersRoundedFilled' -export * from './IconOrdersSharp' -export * from './IconOrdersSharpFilled' -export * from './IconOrthopedicsOutlined' -export * from './IconOrthopedicsOutlinedFilled' -export * from './IconOrthopedicsRoundedFilled' -export * from './IconOrthopedicsRounded' -export * from './IconOrthopedicsSharpFilled' -export * from './IconOrthopedicsSharp' -export * from './IconOtherAdmissionOutlinedFilled' -export * from './IconOtherAdmissionOutlined' -export * from './IconOtherAdmissionRoundedFilled' -export * from './IconOtherAdmissionRounded' -export * from './IconOtherAdmissionSharp' -export * from './IconOtherAdmissionSharpFilled' -export * from './IconOtherHousesOutlined' -export * from './IconOtherHousesOutlinedFilled' -export * from './IconOtherHousesRounded' -export * from './IconOtherHousesRoundedFilled' -export * from './IconOtherHousesSharpFilled' -export * from './IconOtherHousesSharp' -export * from './IconOutboundOutlinedFilled' -export * from './IconOutboundOutlined' -export * from './IconOutboundRoundedFilled' -export * from './IconOutboundRounded' -export * from './IconOutboundSharp' -export * from './IconOutboundSharpFilled' -export * from './IconOutboxOutlinedFilled' -export * from './IconOutboxOutlined' -export * from './IconOutboxRoundedFilled' -export * from './IconOutboxRounded' -export * from './IconOutboxSharp' -export * from './IconOutboxSharpFilled' -export * from './IconOutboxAltOutlined' -export * from './IconOutboxAltOutlinedFilled' -export * from './IconOutboxAltRoundedFilled' -export * from './IconOutboxAltRounded' -export * from './IconOutboxAltSharp' -export * from './IconOutboxAltSharpFilled' -export * from './IconOutdoorGardenOutlined' -export * from './IconOutdoorGardenOutlinedFilled' -export * from './IconOutdoorGardenRounded' -export * from './IconOutdoorGardenRoundedFilled' -export * from './IconOutdoorGardenSharpFilled' -export * from './IconOutdoorGardenSharp' -export * from './IconOutdoorGrillOutlined' -export * from './IconOutdoorGrillOutlinedFilled' -export * from './IconOutdoorGrillRounded' -export * from './IconOutdoorGrillRoundedFilled' -export * from './IconOutdoorGrillSharpFilled' -export * from './IconOutdoorGrillSharp' -export * from './IconOutgoingMailOutlined' -export * from './IconOutgoingMailOutlinedFilled' -export * from './IconOutgoingMailRounded' -export * from './IconOutgoingMailRoundedFilled' -export * from './IconOutgoingMailSharp' -export * from './IconOutgoingMailSharpFilled' -export * from './IconOutletOutlined' -export * from './IconOutletOutlinedFilled' -export * from './IconOutletRounded' -export * from './IconOutletRoundedFilled' -export * from './IconOutletSharp' -export * from './IconOutletSharpFilled' -export * from './IconOutpatientOutlinedFilled' -export * from './IconOutpatientOutlined' -export * from './IconOutpatientRoundedFilled' -export * from './IconOutpatientRounded' -export * from './IconOutpatientSharpFilled' -export * from './IconOutpatientSharp' -export * from './IconOutpatientMedOutlined' -export * from './IconOutpatientMedOutlinedFilled' -export * from './IconOutpatientMedRoundedFilled' -export * from './IconOutpatientMedRounded' -export * from './IconOutpatientMedSharp' -export * from './IconOutpatientMedSharpFilled' -export * from './IconOutputOutlinedFilled' -export * from './IconOutputOutlined' -export * from './IconOutputRounded' -export * from './IconOutputRoundedFilled' -export * from './IconOutputSharpFilled' -export * from './IconOutputSharp' -export * from './IconOutputCircleOutlined' -export * from './IconOutputCircleOutlinedFilled' -export * from './IconOutputCircleRounded' -export * from './IconOutputCircleRoundedFilled' -export * from './IconOutputCircleSharpFilled' -export * from './IconOutputCircleSharp' -export * from './IconOvenOutlined' -export * from './IconOvenOutlinedFilled' -export * from './IconOvenRounded' -export * from './IconOvenRoundedFilled' -export * from './IconOvenSharpFilled' -export * from './IconOvenSharp' -export * from './IconOvenGenOutlined' -export * from './IconOvenGenOutlinedFilled' -export * from './IconOvenGenRounded' -export * from './IconOvenGenRoundedFilled' -export * from './IconOvenGenSharpFilled' -export * from './IconOvenGenSharp' -export * from './IconOverviewOutlined' -export * from './IconOverviewOutlinedFilled' -export * from './IconOverviewRounded' -export * from './IconOverviewRoundedFilled' -export * from './IconOverviewSharp' -export * from './IconOverviewSharpFilled' -export * from './IconOverviewKeyOutlinedFilled' -export * from './IconOverviewKeyOutlined' -export * from './IconOverviewKeyRoundedFilled' -export * from './IconOverviewKeyRounded' -export * from './IconOverviewKeySharp' -export * from './IconOverviewKeySharpFilled' -export * from './IconOxygenSaturationOutlined' -export * from './IconOxygenSaturationOutlinedFilled' -export * from './IconOxygenSaturationRounded' -export * from './IconOxygenSaturationRoundedFilled' -export * from './IconOxygenSaturationSharp' -export * from './IconOxygenSaturationSharpFilled' -export * from './IconP2pOutlinedFilled' -export * from './IconP2pOutlined' -export * from './IconP2pRounded' -export * from './IconP2pRoundedFilled' -export * from './IconP2pSharpFilled' -export * from './IconP2pSharp' -export * from './IconPaceOutlined' -export * from './IconPaceOutlinedFilled' -export * from './IconPaceRounded' -export * from './IconPaceRoundedFilled' -export * from './IconPaceSharpFilled' -export * from './IconPaceSharp' -export * from './IconPacemakerOutlined' -export * from './IconPacemakerOutlinedFilled' -export * from './IconPacemakerRounded' -export * from './IconPacemakerRoundedFilled' -export * from './IconPacemakerSharp' -export * from './IconPacemakerSharpFilled' -export * from './IconPackageOutlined' -export * from './IconPackageOutlinedFilled' -export * from './IconPackageRoundedFilled' -export * from './IconPackageRounded' -export * from './IconPackageSharpFilled' -export * from './IconPackageSharp' -export * from './IconPackage2OutlinedFilled' -export * from './IconPackage2Outlined' -export * from './IconPackage2RoundedFilled' -export * from './IconPackage2Rounded' -export * from './IconPackage2SharpFilled' -export * from './IconPackage2Sharp' -export * from './IconPaddingOutlined' -export * from './IconPaddingOutlinedFilled' -export * from './IconPaddingRoundedFilled' -export * from './IconPaddingRounded' -export * from './IconPaddingSharp' -export * from './IconPaddingSharpFilled' -export * from './IconPageControlOutlined' -export * from './IconPageControlOutlinedFilled' -export * from './IconPageControlRounded' -export * from './IconPageControlRoundedFilled' -export * from './IconPageControlSharp' -export * from './IconPageControlSharpFilled' -export * from './IconPageInfoOutlinedFilled' -export * from './IconPageInfoOutlined' -export * from './IconPageInfoRoundedFilled' -export * from './IconPageInfoRounded' -export * from './IconPageInfoSharpFilled' -export * from './IconPageInfoSharp' -export * from './IconPagelessOutlined' -export * from './IconPagelessOutlinedFilled' -export * from './IconPagelessRoundedFilled' -export * from './IconPagelessRounded' -export * from './IconPagelessSharp' -export * from './IconPagelessSharpFilled' -export * from './IconPagesOutlined' -export * from './IconPagesOutlinedFilled' -export * from './IconPagesRounded' -export * from './IconPagesRoundedFilled' -export * from './IconPagesSharpFilled' -export * from './IconPagesSharp' -export * from './IconPageviewOutlinedFilled' -export * from './IconPageviewOutlined' -export * from './IconPageviewRounded' -export * from './IconPageviewRoundedFilled' -export * from './IconPageviewSharpFilled' -export * from './IconPageviewSharp' -export * from './IconPaidOutlined' -export * from './IconPaidOutlinedFilled' -export * from './IconPaidRounded' -export * from './IconPaidRoundedFilled' -export * from './IconPaidSharp' -export * from './IconPaidSharpFilled' -export * from './IconPaletteOutlinedFilled' -export * from './IconPaletteOutlined' -export * from './IconPaletteRoundedFilled' -export * from './IconPaletteRounded' -export * from './IconPaletteSharp' -export * from './IconPaletteSharpFilled' -export * from './IconPalletOutlined' -export * from './IconPalletOutlinedFilled' -export * from './IconPalletRounded' -export * from './IconPalletRoundedFilled' -export * from './IconPalletSharp' -export * from './IconPalletSharpFilled' -export * from './IconPanToolOutlined' -export * from './IconPanToolOutlinedFilled' -export * from './IconPanToolRounded' -export * from './IconPanToolRoundedFilled' -export * from './IconPanToolSharp' -export * from './IconPanToolSharpFilled' -export * from './IconPanToolAltOutlinedFilled' -export * from './IconPanToolAltOutlined' -export * from './IconPanToolAltRoundedFilled' -export * from './IconPanToolAltRounded' -export * from './IconPanToolAltSharp' -export * from './IconPanToolAltSharpFilled' -export * from './IconPanZoomOutlinedFilled' -export * from './IconPanZoomOutlined' -export * from './IconPanZoomRoundedFilled' -export * from './IconPanZoomRounded' -export * from './IconPanZoomSharpFilled' -export * from './IconPanZoomSharp' -export * from './IconPanoramaOutlined' -export * from './IconPanoramaOutlinedFilled' -export * from './IconPanoramaRoundedFilled' -export * from './IconPanoramaRounded' -export * from './IconPanoramaSharpFilled' -export * from './IconPanoramaSharp' -export * from './IconPanoramaHorizontalOutlined' -export * from './IconPanoramaHorizontalOutlinedFilled' -export * from './IconPanoramaHorizontalRoundedFilled' -export * from './IconPanoramaHorizontalRounded' -export * from './IconPanoramaHorizontalSharpFilled' -export * from './IconPanoramaHorizontalSharp' -export * from './IconPanoramaPhotosphereOutlinedFilled' -export * from './IconPanoramaPhotosphereOutlined' -export * from './IconPanoramaPhotosphereRoundedFilled' -export * from './IconPanoramaPhotosphereRounded' -export * from './IconPanoramaPhotosphereSharpFilled' -export * from './IconPanoramaPhotosphereSharp' -export * from './IconPanoramaVerticalOutlinedFilled' -export * from './IconPanoramaVerticalOutlined' -export * from './IconPanoramaVerticalRoundedFilled' -export * from './IconPanoramaVerticalRounded' -export * from './IconPanoramaVerticalSharpFilled' -export * from './IconPanoramaVerticalSharp' -export * from './IconPanoramaWideAngleOutlined' -export * from './IconPanoramaWideAngleOutlinedFilled' -export * from './IconPanoramaWideAngleRounded' -export * from './IconPanoramaWideAngleRoundedFilled' -export * from './IconPanoramaWideAngleSharp' -export * from './IconPanoramaWideAngleSharpFilled' -export * from './IconParaglidingOutlinedFilled' -export * from './IconParaglidingOutlined' -export * from './IconParaglidingRounded' -export * from './IconParaglidingRoundedFilled' -export * from './IconParaglidingSharp' -export * from './IconParaglidingSharpFilled' -export * from './IconParkOutlinedFilled' -export * from './IconParkOutlined' -export * from './IconParkRounded' -export * from './IconParkRoundedFilled' -export * from './IconParkSharp' -export * from './IconParkSharpFilled' -export * from './IconPartlyCloudyDayOutlinedFilled' -export * from './IconPartlyCloudyDayOutlined' -export * from './IconPartlyCloudyDayRoundedFilled' -export * from './IconPartlyCloudyDayRounded' -export * from './IconPartlyCloudyDaySharpFilled' -export * from './IconPartlyCloudyDaySharp' -export * from './IconPartlyCloudyNightOutlinedFilled' -export * from './IconPartlyCloudyNightOutlined' -export * from './IconPartlyCloudyNightRounded' -export * from './IconPartlyCloudyNightRoundedFilled' -export * from './IconPartlyCloudyNightSharpFilled' -export * from './IconPartlyCloudyNightSharp' -export * from './IconPartnerExchangeOutlined' -export * from './IconPartnerExchangeOutlinedFilled' -export * from './IconPartnerExchangeRounded' -export * from './IconPartnerExchangeRoundedFilled' -export * from './IconPartnerExchangeSharp' -export * from './IconPartnerExchangeSharpFilled' -export * from './IconPartnerReportsOutlined' -export * from './IconPartnerReportsOutlinedFilled' -export * from './IconPartnerReportsRounded' -export * from './IconPartnerReportsRoundedFilled' -export * from './IconPartnerReportsSharp' -export * from './IconPartnerReportsSharpFilled' -export * from './IconPartyModeOutlinedFilled' -export * from './IconPartyModeOutlined' -export * from './IconPartyModeRounded' -export * from './IconPartyModeRoundedFilled' -export * from './IconPartyModeSharp' -export * from './IconPartyModeSharpFilled' -export * from './IconPasskeyOutlinedFilled' -export * from './IconPasskeyOutlined' -export * from './IconPasskeyRoundedFilled' -export * from './IconPasskeyRounded' -export * from './IconPasskeySharp' -export * from './IconPasskeySharpFilled' -export * from './IconPasswordOutlined' -export * from './IconPasswordOutlinedFilled' -export * from './IconPasswordRounded' -export * from './IconPasswordRoundedFilled' -export * from './IconPasswordSharpFilled' -export * from './IconPasswordSharp' -export * from './IconPassword2Outlined' -export * from './IconPassword2OutlinedFilled' -export * from './IconPassword2Rounded' -export * from './IconPassword2RoundedFilled' -export * from './IconPassword2Sharp' -export * from './IconPassword2SharpFilled' -export * from './IconPassword2OffOutlined' -export * from './IconPassword2OffOutlinedFilled' -export * from './IconPassword2OffRounded' -export * from './IconPassword2OffRoundedFilled' -export * from './IconPassword2OffSharpFilled' -export * from './IconPassword2OffSharp' -export * from './IconPatientListOutlined' -export * from './IconPatientListOutlinedFilled' -export * from './IconPatientListRounded' -export * from './IconPatientListRoundedFilled' -export * from './IconPatientListSharpFilled' -export * from './IconPatientListSharp' -export * from './IconPatternOutlined' -export * from './IconPatternOutlinedFilled' -export * from './IconPatternRounded' -export * from './IconPatternRoundedFilled' -export * from './IconPatternSharp' -export * from './IconPatternSharpFilled' -export * from './IconPauseOutlinedFilled' -export * from './IconPauseOutlined' -export * from './IconPauseRoundedFilled' -export * from './IconPauseRounded' -export * from './IconPauseSharp' -export * from './IconPauseSharpFilled' -export * from './IconPauseCircleOutlined' -export * from './IconPauseCircleOutlinedFilled' -export * from './IconPauseCircleRounded' -export * from './IconPauseCircleRoundedFilled' -export * from './IconPauseCircleSharp' -export * from './IconPauseCircleSharpFilled' -export * from './IconPausePresentationOutlinedFilled' -export * from './IconPausePresentationOutlined' -export * from './IconPausePresentationRoundedFilled' -export * from './IconPausePresentationRounded' -export * from './IconPausePresentationSharpFilled' -export * from './IconPausePresentationSharp' -export * from './IconPaymentsOutlined' -export * from './IconPaymentsOutlinedFilled' -export * from './IconPaymentsRoundedFilled' -export * from './IconPaymentsRounded' -export * from './IconPaymentsSharp' -export * from './IconPaymentsSharpFilled' -export * from './IconPedalBikeOutlined' -export * from './IconPedalBikeOutlinedFilled' -export * from './IconPedalBikeRounded' -export * from './IconPedalBikeRoundedFilled' -export * from './IconPedalBikeSharpFilled' -export * from './IconPedalBikeSharp' -export * from './IconPediatricsOutlinedFilled' -export * from './IconPediatricsOutlined' -export * from './IconPediatricsRoundedFilled' -export * from './IconPediatricsRounded' -export * from './IconPediatricsSharp' -export * from './IconPediatricsSharpFilled' -export * from './IconPenSize1OutlinedFilled' -export * from './IconPenSize1Outlined' -export * from './IconPenSize1Rounded' -export * from './IconPenSize1RoundedFilled' -export * from './IconPenSize1SharpFilled' -export * from './IconPenSize1Sharp' -export * from './IconPenSize2Outlined' -export * from './IconPenSize2OutlinedFilled' -export * from './IconPenSize2RoundedFilled' -export * from './IconPenSize2Rounded' -export * from './IconPenSize2SharpFilled' -export * from './IconPenSize2Sharp' -export * from './IconPenSize3Outlined' -export * from './IconPenSize3OutlinedFilled' -export * from './IconPenSize3RoundedFilled' -export * from './IconPenSize3Rounded' -export * from './IconPenSize3Sharp' -export * from './IconPenSize3SharpFilled' -export * from './IconPenSize4OutlinedFilled' -export * from './IconPenSize4Outlined' -export * from './IconPenSize4Rounded' -export * from './IconPenSize4RoundedFilled' -export * from './IconPenSize4Sharp' -export * from './IconPenSize4SharpFilled' -export * from './IconPenSize5Outlined' -export * from './IconPenSize5OutlinedFilled' -export * from './IconPenSize5RoundedFilled' -export * from './IconPenSize5Rounded' -export * from './IconPenSize5Sharp' -export * from './IconPenSize5SharpFilled' -export * from './IconPendingOutlined' -export * from './IconPendingOutlinedFilled' -export * from './IconPendingRoundedFilled' -export * from './IconPendingRounded' -export * from './IconPendingSharp' -export * from './IconPendingSharpFilled' -export * from './IconPendingActionsOutlinedFilled' -export * from './IconPendingActionsOutlined' -export * from './IconPendingActionsRoundedFilled' -export * from './IconPendingActionsRounded' -export * from './IconPendingActionsSharpFilled' -export * from './IconPendingActionsSharp' -export * from './IconPentagonOutlined' -export * from './IconPentagonOutlinedFilled' -export * from './IconPentagonRounded' -export * from './IconPentagonRoundedFilled' -export * from './IconPentagonSharp' -export * from './IconPentagonSharpFilled' -export * from './IconPercentOutlined' -export * from './IconPercentOutlinedFilled' -export * from './IconPercentRoundedFilled' -export * from './IconPercentRounded' -export * from './IconPercentSharp' -export * from './IconPercentSharpFilled' -export * from './IconPergolaOutlined' -export * from './IconPergolaOutlinedFilled' -export * from './IconPergolaRounded' -export * from './IconPergolaRoundedFilled' -export * from './IconPergolaSharpFilled' -export * from './IconPergolaSharp' -export * from './IconPermCameraMicOutlined' -export * from './IconPermCameraMicOutlinedFilled' -export * from './IconPermCameraMicRounded' -export * from './IconPermCameraMicRoundedFilled' -export * from './IconPermCameraMicSharp' -export * from './IconPermCameraMicSharpFilled' -export * from './IconPermContactCalendarOutlinedFilled' -export * from './IconPermContactCalendarOutlined' -export * from './IconPermContactCalendarRounded' -export * from './IconPermContactCalendarRoundedFilled' -export * from './IconPermContactCalendarSharp' -export * from './IconPermContactCalendarSharpFilled' -export * from './IconPermDataSettingOutlinedFilled' -export * from './IconPermDataSettingOutlined' -export * from './IconPermDataSettingRounded' -export * from './IconPermDataSettingRoundedFilled' -export * from './IconPermDataSettingSharpFilled' -export * from './IconPermDataSettingSharp' -export * from './IconPermDeviceInformationOutlinedFilled' -export * from './IconPermDeviceInformationOutlined' -export * from './IconPermDeviceInformationRounded' -export * from './IconPermDeviceInformationRoundedFilled' -export * from './IconPermDeviceInformationSharpFilled' -export * from './IconPermDeviceInformationSharp' -export * from './IconPermMediaOutlined' -export * from './IconPermMediaOutlinedFilled' -export * from './IconPermMediaRounded' -export * from './IconPermMediaRoundedFilled' -export * from './IconPermMediaSharpFilled' -export * from './IconPermMediaSharp' -export * from './IconPermPhoneMsgOutlined' -export * from './IconPermPhoneMsgOutlinedFilled' -export * from './IconPermPhoneMsgRoundedFilled' -export * from './IconPermPhoneMsgRounded' -export * from './IconPermPhoneMsgSharpFilled' -export * from './IconPermPhoneMsgSharp' -export * from './IconPermScanWifiOutlined' -export * from './IconPermScanWifiOutlinedFilled' -export * from './IconPermScanWifiRounded' -export * from './IconPermScanWifiRoundedFilled' -export * from './IconPermScanWifiSharpFilled' -export * from './IconPermScanWifiSharp' -export * from './IconPersonOutlinedFilled' -export * from './IconPersonOutlined' -export * from './IconPersonRoundedFilled' -export * from './IconPersonRounded' -export * from './IconPersonSharpFilled' -export * from './IconPersonSharp' -export * from './IconPerson2Outlined' -export * from './IconPerson2OutlinedFilled' -export * from './IconPerson2Rounded' -export * from './IconPerson2RoundedFilled' -export * from './IconPerson2SharpFilled' -export * from './IconPerson2Sharp' -export * from './IconPerson3OutlinedFilled' -export * from './IconPerson3Outlined' -export * from './IconPerson3RoundedFilled' -export * from './IconPerson3Rounded' -export * from './IconPerson3SharpFilled' -export * from './IconPerson3Sharp' -export * from './IconPerson4OutlinedFilled' -export * from './IconPerson4Outlined' -export * from './IconPerson4RoundedFilled' -export * from './IconPerson4Rounded' -export * from './IconPerson4SharpFilled' -export * from './IconPerson4Sharp' -export * from './IconPersonAddOutlinedFilled' -export * from './IconPersonAddOutlined' -export * from './IconPersonAddRoundedFilled' -export * from './IconPersonAddRounded' -export * from './IconPersonAddSharpFilled' -export * from './IconPersonAddSharp' -export * from './IconPersonAddDisabledOutlinedFilled' -export * from './IconPersonAddDisabledOutlined' -export * from './IconPersonAddDisabledRounded' -export * from './IconPersonAddDisabledRoundedFilled' -export * from './IconPersonAddDisabledSharpFilled' -export * from './IconPersonAddDisabledSharp' -export * from './IconPersonAlertOutlinedFilled' -export * from './IconPersonAlertOutlined' -export * from './IconPersonAlertRoundedFilled' -export * from './IconPersonAlertRounded' -export * from './IconPersonAlertSharp' -export * from './IconPersonAlertSharpFilled' -export * from './IconPersonApronOutlinedFilled' -export * from './IconPersonApronOutlined' -export * from './IconPersonApronRoundedFilled' -export * from './IconPersonApronRounded' -export * from './IconPersonApronSharp' -export * from './IconPersonApronSharpFilled' -export * from './IconPersonBookOutlinedFilled' -export * from './IconPersonBookOutlined' -export * from './IconPersonBookRounded' -export * from './IconPersonBookRoundedFilled' -export * from './IconPersonBookSharp' -export * from './IconPersonBookSharpFilled' -export * from './IconPersonCancelOutlined' -export * from './IconPersonCancelOutlinedFilled' -export * from './IconPersonCancelRounded' -export * from './IconPersonCancelRoundedFilled' -export * from './IconPersonCancelSharpFilled' -export * from './IconPersonCancelSharp' -export * from './IconPersonCelebrateOutlinedFilled' -export * from './IconPersonCelebrateOutlined' -export * from './IconPersonCelebrateRoundedFilled' -export * from './IconPersonCelebrateRounded' -export * from './IconPersonCelebrateSharp' -export * from './IconPersonCelebrateSharpFilled' -export * from './IconPersonCheckOutlined' -export * from './IconPersonCheckOutlinedFilled' -export * from './IconPersonCheckRoundedFilled' -export * from './IconPersonCheckRounded' -export * from './IconPersonCheckSharp' -export * from './IconPersonCheckSharpFilled' -export * from './IconPersonEditOutlinedFilled' -export * from './IconPersonEditOutlined' -export * from './IconPersonEditRounded' -export * from './IconPersonEditRoundedFilled' -export * from './IconPersonEditSharpFilled' -export * from './IconPersonEditSharp' -export * from './IconPersonOffOutlined' -export * from './IconPersonOffOutlinedFilled' -export * from './IconPersonOffRoundedFilled' -export * from './IconPersonOffRounded' -export * from './IconPersonOffSharp' -export * from './IconPersonOffSharpFilled' -export * from './IconPersonPinOutlinedFilled' -export * from './IconPersonPinOutlined' -export * from './IconPersonPinRounded' -export * from './IconPersonPinRoundedFilled' -export * from './IconPersonPinSharpFilled' -export * from './IconPersonPinSharp' -export * from './IconPersonPinCircleOutlinedFilled' -export * from './IconPersonPinCircleOutlined' -export * from './IconPersonPinCircleRoundedFilled' -export * from './IconPersonPinCircleRounded' -export * from './IconPersonPinCircleSharpFilled' -export * from './IconPersonPinCircleSharp' -export * from './IconPersonPlayOutlinedFilled' -export * from './IconPersonPlayOutlined' -export * from './IconPersonPlayRoundedFilled' -export * from './IconPersonPlayRounded' -export * from './IconPersonPlaySharpFilled' -export * from './IconPersonPlaySharp' -export * from './IconPersonRaisedHandOutlined' -export * from './IconPersonRaisedHandOutlinedFilled' -export * from './IconPersonRaisedHandRoundedFilled' -export * from './IconPersonRaisedHandRounded' -export * from './IconPersonRaisedHandSharpFilled' -export * from './IconPersonRaisedHandSharp' -export * from './IconPersonRemoveOutlinedFilled' -export * from './IconPersonRemoveOutlined' -export * from './IconPersonRemoveRoundedFilled' -export * from './IconPersonRemoveRounded' -export * from './IconPersonRemoveSharp' -export * from './IconPersonRemoveSharpFilled' -export * from './IconPersonSearchOutlinedFilled' -export * from './IconPersonSearchOutlined' -export * from './IconPersonSearchRounded' -export * from './IconPersonSearchRoundedFilled' -export * from './IconPersonSearchSharpFilled' -export * from './IconPersonSearchSharp' -export * from './IconPersonalBagOutlined' -export * from './IconPersonalBagOutlinedFilled' -export * from './IconPersonalBagRoundedFilled' -export * from './IconPersonalBagRounded' -export * from './IconPersonalBagSharp' -export * from './IconPersonalBagSharpFilled' -export * from './IconPersonalBagOffOutlinedFilled' -export * from './IconPersonalBagOffOutlined' -export * from './IconPersonalBagOffRounded' -export * from './IconPersonalBagOffRoundedFilled' -export * from './IconPersonalBagOffSharpFilled' -export * from './IconPersonalBagOffSharp' -export * from './IconPersonalBagQuestionOutlinedFilled' -export * from './IconPersonalBagQuestionOutlined' -export * from './IconPersonalBagQuestionRounded' -export * from './IconPersonalBagQuestionRoundedFilled' -export * from './IconPersonalBagQuestionSharp' -export * from './IconPersonalBagQuestionSharpFilled' -export * from './IconPersonalInjuryOutlinedFilled' -export * from './IconPersonalInjuryOutlined' -export * from './IconPersonalInjuryRounded' -export * from './IconPersonalInjuryRoundedFilled' -export * from './IconPersonalInjurySharpFilled' -export * from './IconPersonalInjurySharp' -export * from './IconPersonalPlacesOutlined' -export * from './IconPersonalPlacesOutlinedFilled' -export * from './IconPersonalPlacesRounded' -export * from './IconPersonalPlacesRoundedFilled' -export * from './IconPersonalPlacesSharpFilled' -export * from './IconPersonalPlacesSharp' -export * from './IconPestControlOutlinedFilled' -export * from './IconPestControlOutlined' -export * from './IconPestControlRoundedFilled' -export * from './IconPestControlRounded' -export * from './IconPestControlSharpFilled' -export * from './IconPestControlSharp' -export * from './IconPestControlRodentOutlined' -export * from './IconPestControlRodentOutlinedFilled' -export * from './IconPestControlRodentRounded' -export * from './IconPestControlRodentRoundedFilled' -export * from './IconPestControlRodentSharpFilled' -export * from './IconPestControlRodentSharp' -export * from './IconPetSuppliesOutlinedFilled' -export * from './IconPetSuppliesOutlined' -export * from './IconPetSuppliesRoundedFilled' -export * from './IconPetSuppliesRounded' -export * from './IconPetSuppliesSharpFilled' -export * from './IconPetSuppliesSharp' -export * from './IconPetsOutlinedFilled' -export * from './IconPetsOutlined' -export * from './IconPetsRounded' -export * from './IconPetsRoundedFilled' -export * from './IconPetsSharpFilled' -export * from './IconPetsSharp' -export * from './IconPhishingOutlinedFilled' -export * from './IconPhishingOutlined' -export * from './IconPhishingRoundedFilled' -export * from './IconPhishingRounded' -export * from './IconPhishingSharpFilled' -export * from './IconPhishingSharp' -export * from './IconPhoneAndroidOutlinedFilled' -export * from './IconPhoneAndroidOutlined' -export * from './IconPhoneAndroidRoundedFilled' -export * from './IconPhoneAndroidRounded' -export * from './IconPhoneAndroidSharpFilled' -export * from './IconPhoneAndroidSharp' -export * from './IconPhoneBluetoothSpeakerOutlinedFilled' -export * from './IconPhoneBluetoothSpeakerOutlined' -export * from './IconPhoneBluetoothSpeakerRounded' -export * from './IconPhoneBluetoothSpeakerRoundedFilled' -export * from './IconPhoneBluetoothSpeakerSharp' -export * from './IconPhoneBluetoothSpeakerSharpFilled' -export * from './IconPhoneCallbackOutlined' -export * from './IconPhoneCallbackOutlinedFilled' -export * from './IconPhoneCallbackRoundedFilled' -export * from './IconPhoneCallbackRounded' -export * from './IconPhoneCallbackSharp' -export * from './IconPhoneCallbackSharpFilled' -export * from './IconPhoneDisabledOutlined' -export * from './IconPhoneDisabledOutlinedFilled' -export * from './IconPhoneDisabledRoundedFilled' -export * from './IconPhoneDisabledRounded' -export * from './IconPhoneDisabledSharp' -export * from './IconPhoneDisabledSharpFilled' -export * from './IconPhoneEnabledOutlined' -export * from './IconPhoneEnabledOutlinedFilled' -export * from './IconPhoneEnabledRounded' -export * from './IconPhoneEnabledRoundedFilled' -export * from './IconPhoneEnabledSharp' -export * from './IconPhoneEnabledSharpFilled' -export * from './IconPhoneForwardedOutlinedFilled' -export * from './IconPhoneForwardedOutlined' -export * from './IconPhoneForwardedRounded' -export * from './IconPhoneForwardedRoundedFilled' -export * from './IconPhoneForwardedSharpFilled' -export * from './IconPhoneForwardedSharp' -export * from './IconPhoneInTalkOutlined' -export * from './IconPhoneInTalkOutlinedFilled' -export * from './IconPhoneInTalkRounded' -export * from './IconPhoneInTalkRoundedFilled' -export * from './IconPhoneInTalkSharpFilled' -export * from './IconPhoneInTalkSharp' -export * from './IconPhoneIphoneOutlined' -export * from './IconPhoneIphoneOutlinedFilled' -export * from './IconPhoneIphoneRoundedFilled' -export * from './IconPhoneIphoneRounded' -export * from './IconPhoneIphoneSharpFilled' -export * from './IconPhoneIphoneSharp' -export * from './IconPhoneLockedOutlinedFilled' -export * from './IconPhoneLockedOutlined' -export * from './IconPhoneLockedRoundedFilled' -export * from './IconPhoneLockedRounded' -export * from './IconPhoneLockedSharp' -export * from './IconPhoneLockedSharpFilled' -export * from './IconPhoneMissedOutlinedFilled' -export * from './IconPhoneMissedOutlined' -export * from './IconPhoneMissedRounded' -export * from './IconPhoneMissedRoundedFilled' -export * from './IconPhoneMissedSharp' -export * from './IconPhoneMissedSharpFilled' -export * from './IconPhonePausedOutlined' -export * from './IconPhonePausedOutlinedFilled' -export * from './IconPhonePausedRoundedFilled' -export * from './IconPhonePausedRounded' -export * from './IconPhonePausedSharp' -export * from './IconPhonePausedSharpFilled' -export * from './IconPhonelinkEraseOutlined' -export * from './IconPhonelinkEraseOutlinedFilled' -export * from './IconPhonelinkEraseRoundedFilled' -export * from './IconPhonelinkEraseRounded' -export * from './IconPhonelinkEraseSharpFilled' -export * from './IconPhonelinkEraseSharp' -export * from './IconPhonelinkLockOutlined' -export * from './IconPhonelinkLockOutlinedFilled' -export * from './IconPhonelinkLockRounded' -export * from './IconPhonelinkLockRoundedFilled' -export * from './IconPhonelinkLockSharp' -export * from './IconPhonelinkLockSharpFilled' -export * from './IconPhonelinkOffOutlined' -export * from './IconPhonelinkOffOutlinedFilled' -export * from './IconPhonelinkOffRoundedFilled' -export * from './IconPhonelinkOffRounded' -export * from './IconPhonelinkOffSharp' -export * from './IconPhonelinkOffSharpFilled' -export * from './IconPhonelinkRingOutlinedFilled' -export * from './IconPhonelinkRingOutlined' -export * from './IconPhonelinkRingRounded' -export * from './IconPhonelinkRingRoundedFilled' -export * from './IconPhonelinkRingSharpFilled' -export * from './IconPhonelinkRingSharp' -export * from './IconPhonelinkRingOffOutlined' -export * from './IconPhonelinkRingOffOutlinedFilled' -export * from './IconPhonelinkRingOffRoundedFilled' -export * from './IconPhonelinkRingOffRounded' -export * from './IconPhonelinkRingOffSharpFilled' -export * from './IconPhonelinkRingOffSharp' -export * from './IconPhonelinkSetupOutlined' -export * from './IconPhonelinkSetupOutlinedFilled' -export * from './IconPhonelinkSetupRounded' -export * from './IconPhonelinkSetupRoundedFilled' -export * from './IconPhonelinkSetupSharp' -export * from './IconPhonelinkSetupSharpFilled' -export * from './IconPhotoOutlinedFilled' -export * from './IconPhotoOutlined' -export * from './IconPhotoRoundedFilled' -export * from './IconPhotoRounded' -export * from './IconPhotoSharpFilled' -export * from './IconPhotoSharp' -export * from './IconPhotoAlbumOutlinedFilled' -export * from './IconPhotoAlbumOutlined' -export * from './IconPhotoAlbumRoundedFilled' -export * from './IconPhotoAlbumRounded' -export * from './IconPhotoAlbumSharpFilled' -export * from './IconPhotoAlbumSharp' -export * from './IconPhotoAutoMergeOutlined' -export * from './IconPhotoAutoMergeOutlinedFilled' -export * from './IconPhotoAutoMergeRounded' -export * from './IconPhotoAutoMergeRoundedFilled' -export * from './IconPhotoAutoMergeSharpFilled' -export * from './IconPhotoAutoMergeSharp' -export * from './IconPhotoCameraOutlinedFilled' -export * from './IconPhotoCameraOutlined' -export * from './IconPhotoCameraRoundedFilled' -export * from './IconPhotoCameraRounded' -export * from './IconPhotoCameraSharpFilled' -export * from './IconPhotoCameraSharp' -export * from './IconPhotoCameraBackOutlined' -export * from './IconPhotoCameraBackOutlinedFilled' -export * from './IconPhotoCameraBackRoundedFilled' -export * from './IconPhotoCameraBackRounded' -export * from './IconPhotoCameraBackSharpFilled' -export * from './IconPhotoCameraBackSharp' -export * from './IconPhotoCameraFrontOutlined' -export * from './IconPhotoCameraFrontOutlinedFilled' -export * from './IconPhotoCameraFrontRounded' -export * from './IconPhotoCameraFrontRoundedFilled' -export * from './IconPhotoCameraFrontSharpFilled' -export * from './IconPhotoCameraFrontSharp' -export * from './IconPhotoFrameOutlined' -export * from './IconPhotoFrameOutlinedFilled' -export * from './IconPhotoFrameRoundedFilled' -export * from './IconPhotoFrameRounded' -export * from './IconPhotoFrameSharp' -export * from './IconPhotoFrameSharpFilled' -export * from './IconPhotoLibraryOutlined' -export * from './IconPhotoLibraryOutlinedFilled' -export * from './IconPhotoLibraryRoundedFilled' -export * from './IconPhotoLibraryRounded' -export * from './IconPhotoLibrarySharp' -export * from './IconPhotoLibrarySharpFilled' -export * from './IconPhotoPrintsOutlinedFilled' -export * from './IconPhotoPrintsOutlined' -export * from './IconPhotoPrintsRounded' -export * from './IconPhotoPrintsRoundedFilled' -export * from './IconPhotoPrintsSharpFilled' -export * from './IconPhotoPrintsSharp' -export * from './IconPhotoSizeSelectLargeOutlinedFilled' -export * from './IconPhotoSizeSelectLargeOutlined' -export * from './IconPhotoSizeSelectLargeRoundedFilled' -export * from './IconPhotoSizeSelectLargeRounded' -export * from './IconPhotoSizeSelectLargeSharp' -export * from './IconPhotoSizeSelectLargeSharpFilled' -export * from './IconPhotoSizeSelectSmallOutlined' -export * from './IconPhotoSizeSelectSmallOutlinedFilled' -export * from './IconPhotoSizeSelectSmallRoundedFilled' -export * from './IconPhotoSizeSelectSmallRounded' -export * from './IconPhotoSizeSelectSmallSharp' -export * from './IconPhotoSizeSelectSmallSharpFilled' -export * from './IconPhpOutlinedFilled' -export * from './IconPhpOutlined' -export * from './IconPhpRoundedFilled' -export * from './IconPhpRounded' -export * from './IconPhpSharp' -export * from './IconPhpSharpFilled' -export * from './IconPhysicalTherapyOutlinedFilled' -export * from './IconPhysicalTherapyOutlined' -export * from './IconPhysicalTherapyRoundedFilled' -export * from './IconPhysicalTherapyRounded' -export * from './IconPhysicalTherapySharpFilled' -export * from './IconPhysicalTherapySharp' -export * from './IconPianoOutlined' -export * from './IconPianoOutlinedFilled' -export * from './IconPianoRounded' -export * from './IconPianoRoundedFilled' -export * from './IconPianoSharpFilled' -export * from './IconPianoSharp' -export * from './IconPianoOffOutlinedFilled' -export * from './IconPianoOffOutlined' -export * from './IconPianoOffRoundedFilled' -export * from './IconPianoOffRounded' -export * from './IconPianoOffSharpFilled' -export * from './IconPianoOffSharp' -export * from './IconPictureAsPdfOutlined' -export * from './IconPictureAsPdfOutlinedFilled' -export * from './IconPictureAsPdfRounded' -export * from './IconPictureAsPdfRoundedFilled' -export * from './IconPictureAsPdfSharp' -export * from './IconPictureAsPdfSharpFilled' -export * from './IconPictureInPictureOutlined' -export * from './IconPictureInPictureOutlinedFilled' -export * from './IconPictureInPictureRounded' -export * from './IconPictureInPictureRoundedFilled' -export * from './IconPictureInPictureSharp' -export * from './IconPictureInPictureSharpFilled' -export * from './IconPictureInPictureAltOutlined' -export * from './IconPictureInPictureAltOutlinedFilled' -export * from './IconPictureInPictureAltRounded' -export * from './IconPictureInPictureAltRoundedFilled' -export * from './IconPictureInPictureAltSharp' -export * from './IconPictureInPictureAltSharpFilled' -export * from './IconPictureInPictureCenterOutlinedFilled' -export * from './IconPictureInPictureCenterOutlined' -export * from './IconPictureInPictureCenterRounded' -export * from './IconPictureInPictureCenterRoundedFilled' -export * from './IconPictureInPictureCenterSharp' -export * from './IconPictureInPictureCenterSharpFilled' -export * from './IconPictureInPictureLargeOutlined' -export * from './IconPictureInPictureLargeOutlinedFilled' -export * from './IconPictureInPictureLargeRoundedFilled' -export * from './IconPictureInPictureLargeRounded' -export * from './IconPictureInPictureLargeSharpFilled' -export * from './IconPictureInPictureLargeSharp' -export * from './IconPictureInPictureMediumOutlined' -export * from './IconPictureInPictureMediumOutlinedFilled' -export * from './IconPictureInPictureMediumRoundedFilled' -export * from './IconPictureInPictureMediumRounded' -export * from './IconPictureInPictureMediumSharpFilled' -export * from './IconPictureInPictureMediumSharp' -export * from './IconPictureInPictureMobileOutlined' -export * from './IconPictureInPictureMobileOutlinedFilled' -export * from './IconPictureInPictureMobileRoundedFilled' -export * from './IconPictureInPictureMobileRounded' -export * from './IconPictureInPictureMobileSharp' -export * from './IconPictureInPictureMobileSharpFilled' -export * from './IconPictureInPictureOffOutlinedFilled' -export * from './IconPictureInPictureOffOutlined' -export * from './IconPictureInPictureOffRoundedFilled' -export * from './IconPictureInPictureOffRounded' -export * from './IconPictureInPictureOffSharp' -export * from './IconPictureInPictureOffSharpFilled' -export * from './IconPictureInPictureSmallOutlinedFilled' -export * from './IconPictureInPictureSmallOutlined' -export * from './IconPictureInPictureSmallRoundedFilled' -export * from './IconPictureInPictureSmallRounded' -export * from './IconPictureInPictureSmallSharpFilled' -export * from './IconPictureInPictureSmallSharp' -export * from './IconPieChartOutlinedFilled' -export * from './IconPieChartOutlined' -export * from './IconPieChartRoundedFilled' -export * from './IconPieChartRounded' -export * from './IconPieChartSharp' -export * from './IconPieChartSharpFilled' -export * from './IconPillOutlinedFilled' -export * from './IconPillOutlined' -export * from './IconPillRounded' -export * from './IconPillRoundedFilled' -export * from './IconPillSharpFilled' -export * from './IconPillSharp' -export * from './IconPillOffOutlinedFilled' -export * from './IconPillOffOutlined' -export * from './IconPillOffRoundedFilled' -export * from './IconPillOffRounded' -export * from './IconPillOffSharp' -export * from './IconPillOffSharpFilled' -export * from './IconPinOutlinedFilled' -export * from './IconPinOutlined' -export * from './IconPinRoundedFilled' -export * from './IconPinRounded' -export * from './IconPinSharp' -export * from './IconPinSharpFilled' -export * from './IconPinDropOutlinedFilled' -export * from './IconPinDropOutlined' -export * from './IconPinDropRoundedFilled' -export * from './IconPinDropRounded' -export * from './IconPinDropSharpFilled' -export * from './IconPinDropSharp' -export * from './IconPinEndOutlined' -export * from './IconPinEndOutlinedFilled' -export * from './IconPinEndRounded' -export * from './IconPinEndRoundedFilled' -export * from './IconPinEndSharp' -export * from './IconPinEndSharpFilled' -export * from './IconPinInvokeOutlined' -export * from './IconPinInvokeOutlinedFilled' -export * from './IconPinInvokeRounded' -export * from './IconPinInvokeRoundedFilled' -export * from './IconPinInvokeSharp' -export * from './IconPinInvokeSharpFilled' -export * from './IconPinchOutlined' -export * from './IconPinchOutlinedFilled' -export * from './IconPinchRoundedFilled' -export * from './IconPinchRounded' -export * from './IconPinchSharp' -export * from './IconPinchSharpFilled' -export * from './IconPinchZoomInOutlined' -export * from './IconPinchZoomInOutlinedFilled' -export * from './IconPinchZoomInRoundedFilled' -export * from './IconPinchZoomInRounded' -export * from './IconPinchZoomInSharpFilled' -export * from './IconPinchZoomInSharp' -export * from './IconPinchZoomOutOutlinedFilled' -export * from './IconPinchZoomOutOutlined' -export * from './IconPinchZoomOutRounded' -export * from './IconPinchZoomOutRoundedFilled' -export * from './IconPinchZoomOutSharp' -export * from './IconPinchZoomOutSharpFilled' -export * from './IconPipOutlinedFilled' -export * from './IconPipOutlined' -export * from './IconPipRounded' -export * from './IconPipRoundedFilled' -export * from './IconPipSharpFilled' -export * from './IconPipSharp' -export * from './IconPipExitOutlinedFilled' -export * from './IconPipExitOutlined' -export * from './IconPipExitRoundedFilled' -export * from './IconPipExitRounded' -export * from './IconPipExitSharp' -export * from './IconPipExitSharpFilled' -export * from './IconPivotTableChartOutlinedFilled' -export * from './IconPivotTableChartOutlined' -export * from './IconPivotTableChartRounded' -export * from './IconPivotTableChartRoundedFilled' -export * from './IconPivotTableChartSharpFilled' -export * from './IconPivotTableChartSharp' -export * from './IconPlaceItemOutlinedFilled' -export * from './IconPlaceItemOutlined' -export * from './IconPlaceItemRoundedFilled' -export * from './IconPlaceItemRounded' -export * from './IconPlaceItemSharp' -export * from './IconPlaceItemSharpFilled' -export * from './IconPlagiarismOutlinedFilled' -export * from './IconPlagiarismOutlined' -export * from './IconPlagiarismRoundedFilled' -export * from './IconPlagiarismRounded' -export * from './IconPlagiarismSharpFilled' -export * from './IconPlagiarismSharp' -export * from './IconPlannerBannerAdPtOutlined' -export * from './IconPlannerBannerAdPtOutlinedFilled' -export * from './IconPlannerBannerAdPtRounded' -export * from './IconPlannerBannerAdPtRoundedFilled' -export * from './IconPlannerBannerAdPtSharp' -export * from './IconPlannerBannerAdPtSharpFilled' -export * from './IconPlannerReviewOutlined' -export * from './IconPlannerReviewOutlinedFilled' -export * from './IconPlannerReviewRoundedFilled' -export * from './IconPlannerReviewRounded' -export * from './IconPlannerReviewSharp' -export * from './IconPlannerReviewSharpFilled' -export * from './IconPlayArrowOutlinedFilled' -export * from './IconPlayArrowOutlined' -export * from './IconPlayArrowRounded' -export * from './IconPlayArrowRoundedFilled' -export * from './IconPlayArrowSharp' -export * from './IconPlayArrowSharpFilled' -export * from './IconPlayCircleOutlinedFilled' -export * from './IconPlayCircleOutlined' -export * from './IconPlayCircleRoundedFilled' -export * from './IconPlayCircleRounded' -export * from './IconPlayCircleSharpFilled' -export * from './IconPlayCircleSharp' -export * from './IconPlayDisabledOutlinedFilled' -export * from './IconPlayDisabledOutlined' -export * from './IconPlayDisabledRounded' -export * from './IconPlayDisabledRoundedFilled' -export * from './IconPlayDisabledSharpFilled' -export * from './IconPlayDisabledSharp' -export * from './IconPlayForWorkOutlined' -export * from './IconPlayForWorkOutlinedFilled' -export * from './IconPlayForWorkRounded' -export * from './IconPlayForWorkRoundedFilled' -export * from './IconPlayForWorkSharpFilled' -export * from './IconPlayForWorkSharp' -export * from './IconPlayLessonOutlinedFilled' -export * from './IconPlayLessonOutlined' -export * from './IconPlayLessonRounded' -export * from './IconPlayLessonRoundedFilled' -export * from './IconPlayLessonSharpFilled' -export * from './IconPlayLessonSharp' -export * from './IconPlayPauseOutlinedFilled' -export * from './IconPlayPauseOutlined' -export * from './IconPlayPauseRoundedFilled' -export * from './IconPlayPauseRounded' -export * from './IconPlayPauseSharpFilled' -export * from './IconPlayPauseSharp' -export * from './IconPlayingCardsOutlinedFilled' -export * from './IconPlayingCardsOutlined' -export * from './IconPlayingCardsRoundedFilled' -export * from './IconPlayingCardsRounded' -export * from './IconPlayingCardsSharpFilled' -export * from './IconPlayingCardsSharp' -export * from './IconPlaylistAddOutlined' -export * from './IconPlaylistAddOutlinedFilled' -export * from './IconPlaylistAddRoundedFilled' -export * from './IconPlaylistAddRounded' -export * from './IconPlaylistAddSharpFilled' -export * from './IconPlaylistAddSharp' -export * from './IconPlaylistAddCheckOutlined' -export * from './IconPlaylistAddCheckOutlinedFilled' -export * from './IconPlaylistAddCheckRounded' -export * from './IconPlaylistAddCheckRoundedFilled' -export * from './IconPlaylistAddCheckSharpFilled' -export * from './IconPlaylistAddCheckSharp' -export * from './IconPlaylistAddCheckCircleOutlined' -export * from './IconPlaylistAddCheckCircleOutlinedFilled' -export * from './IconPlaylistAddCheckCircleRoundedFilled' -export * from './IconPlaylistAddCheckCircleRounded' -export * from './IconPlaylistAddCheckCircleSharp' -export * from './IconPlaylistAddCheckCircleSharpFilled' -export * from './IconPlaylistAddCircleOutlined' -export * from './IconPlaylistAddCircleOutlinedFilled' -export * from './IconPlaylistAddCircleRoundedFilled' -export * from './IconPlaylistAddCircleRounded' -export * from './IconPlaylistAddCircleSharpFilled' -export * from './IconPlaylistAddCircleSharp' -export * from './IconPlaylistPlayOutlined' -export * from './IconPlaylistPlayOutlinedFilled' -export * from './IconPlaylistPlayRounded' -export * from './IconPlaylistPlayRoundedFilled' -export * from './IconPlaylistPlaySharpFilled' -export * from './IconPlaylistPlaySharp' -export * from './IconPlaylistRemoveOutlinedFilled' -export * from './IconPlaylistRemoveOutlined' -export * from './IconPlaylistRemoveRounded' -export * from './IconPlaylistRemoveRoundedFilled' -export * from './IconPlaylistRemoveSharp' -export * from './IconPlaylistRemoveSharpFilled' -export * from './IconPlumbingOutlinedFilled' -export * from './IconPlumbingOutlined' -export * from './IconPlumbingRoundedFilled' -export * from './IconPlumbingRounded' -export * from './IconPlumbingSharpFilled' -export * from './IconPlumbingSharp' -export * from './IconPodcastsOutlinedFilled' -export * from './IconPodcastsOutlined' -export * from './IconPodcastsRoundedFilled' -export * from './IconPodcastsRounded' -export * from './IconPodcastsSharp' -export * from './IconPodcastsSharpFilled' -export * from './IconPodiatryOutlinedFilled' -export * from './IconPodiatryOutlined' -export * from './IconPodiatryRounded' -export * from './IconPodiatryRoundedFilled' -export * from './IconPodiatrySharp' -export * from './IconPodiatrySharpFilled' -export * from './IconPodiumOutlined' -export * from './IconPodiumOutlinedFilled' -export * from './IconPodiumRounded' -export * from './IconPodiumRoundedFilled' -export * from './IconPodiumSharpFilled' -export * from './IconPodiumSharp' -export * from './IconPointOfSaleOutlinedFilled' -export * from './IconPointOfSaleOutlined' -export * from './IconPointOfSaleRounded' -export * from './IconPointOfSaleRoundedFilled' -export * from './IconPointOfSaleSharpFilled' -export * from './IconPointOfSaleSharp' -export * from './IconPointScanOutlined' -export * from './IconPointScanOutlinedFilled' -export * from './IconPointScanRoundedFilled' -export * from './IconPointScanRounded' -export * from './IconPointScanSharpFilled' -export * from './IconPointScanSharp' -export * from './IconPokerChipOutlined' -export * from './IconPokerChipOutlinedFilled' -export * from './IconPokerChipRoundedFilled' -export * from './IconPokerChipRounded' -export * from './IconPokerChipSharpFilled' -export * from './IconPokerChipSharp' -export * from './IconPolicyOutlinedFilled' -export * from './IconPolicyOutlined' -export * from './IconPolicyRoundedFilled' -export * from './IconPolicyRounded' -export * from './IconPolicySharp' -export * from './IconPolicySharpFilled' -export * from './IconPolicyAlertOutlinedFilled' -export * from './IconPolicyAlertOutlined' -export * from './IconPolicyAlertRounded' -export * from './IconPolicyAlertRoundedFilled' -export * from './IconPolicyAlertSharpFilled' -export * from './IconPolicyAlertSharp' -export * from './IconPolylineOutlinedFilled' -export * from './IconPolylineOutlined' -export * from './IconPolylineRounded' -export * from './IconPolylineRoundedFilled' -export * from './IconPolylineSharp' -export * from './IconPolylineSharpFilled' -export * from './IconPolymerOutlined' -export * from './IconPolymerOutlinedFilled' -export * from './IconPolymerRounded' -export * from './IconPolymerRoundedFilled' -export * from './IconPolymerSharp' -export * from './IconPolymerSharpFilled' -export * from './IconPoolOutlinedFilled' -export * from './IconPoolOutlined' -export * from './IconPoolRounded' -export * from './IconPoolRoundedFilled' -export * from './IconPoolSharp' -export * from './IconPoolSharpFilled' -export * from './IconPortableWifiOffOutlined' -export * from './IconPortableWifiOffOutlinedFilled' -export * from './IconPortableWifiOffRounded' -export * from './IconPortableWifiOffRoundedFilled' -export * from './IconPortableWifiOffSharp' -export * from './IconPortableWifiOffSharpFilled' -export * from './IconPositionBottomLeftOutlined' -export * from './IconPositionBottomLeftOutlinedFilled' -export * from './IconPositionBottomLeftRoundedFilled' -export * from './IconPositionBottomLeftRounded' -export * from './IconPositionBottomLeftSharp' -export * from './IconPositionBottomLeftSharpFilled' -export * from './IconPositionBottomRightOutlined' -export * from './IconPositionBottomRightOutlinedFilled' -export * from './IconPositionBottomRightRounded' -export * from './IconPositionBottomRightRoundedFilled' -export * from './IconPositionBottomRightSharp' -export * from './IconPositionBottomRightSharpFilled' -export * from './IconPositionTopRightOutlinedFilled' -export * from './IconPositionTopRightOutlined' -export * from './IconPositionTopRightRounded' -export * from './IconPositionTopRightRoundedFilled' -export * from './IconPositionTopRightSharp' -export * from './IconPositionTopRightSharpFilled' -export * from './IconPostOutlined' -export * from './IconPostOutlinedFilled' -export * from './IconPostRoundedFilled' -export * from './IconPostRounded' -export * from './IconPostSharp' -export * from './IconPostSharpFilled' -export * from './IconPostAddOutlined' -export * from './IconPostAddOutlinedFilled' -export * from './IconPostAddRoundedFilled' -export * from './IconPostAddRounded' -export * from './IconPostAddSharpFilled' -export * from './IconPostAddSharp' -export * from './IconPottedPlantOutlined' -export * from './IconPottedPlantOutlinedFilled' -export * from './IconPottedPlantRoundedFilled' -export * from './IconPottedPlantRounded' -export * from './IconPottedPlantSharp' -export * from './IconPottedPlantSharpFilled' -export * from './IconPowerOutlinedFilled' -export * from './IconPowerOutlined' -export * from './IconPowerRounded' -export * from './IconPowerRoundedFilled' -export * from './IconPowerSharpFilled' -export * from './IconPowerSharp' -export * from './IconPowerInputOutlined' -export * from './IconPowerInputOutlinedFilled' -export * from './IconPowerInputRoundedFilled' -export * from './IconPowerInputRounded' -export * from './IconPowerInputSharp' -export * from './IconPowerInputSharpFilled' -export * from './IconPowerOffOutlined' -export * from './IconPowerOffOutlinedFilled' -export * from './IconPowerOffRoundedFilled' -export * from './IconPowerOffRounded' -export * from './IconPowerOffSharp' -export * from './IconPowerOffSharpFilled' -export * from './IconPowerSettingsCircleOutlinedFilled' -export * from './IconPowerSettingsCircleOutlined' -export * from './IconPowerSettingsCircleRoundedFilled' -export * from './IconPowerSettingsCircleRounded' -export * from './IconPowerSettingsCircleSharp' -export * from './IconPowerSettingsCircleSharpFilled' -export * from './IconPowerSettingsNewOutlinedFilled' -export * from './IconPowerSettingsNewOutlined' -export * from './IconPowerSettingsNewRounded' -export * from './IconPowerSettingsNewRoundedFilled' -export * from './IconPowerSettingsNewSharp' -export * from './IconPowerSettingsNewSharpFilled' -export * from './IconPrayerTimesOutlinedFilled' -export * from './IconPrayerTimesOutlined' -export * from './IconPrayerTimesRoundedFilled' -export * from './IconPrayerTimesRounded' -export * from './IconPrayerTimesSharp' -export * from './IconPrayerTimesSharpFilled' -export * from './IconPrecisionManufacturingOutlined' -export * from './IconPrecisionManufacturingOutlinedFilled' -export * from './IconPrecisionManufacturingRounded' -export * from './IconPrecisionManufacturingRoundedFilled' -export * from './IconPrecisionManufacturingSharp' -export * from './IconPrecisionManufacturingSharpFilled' -export * from './IconPregnancyOutlinedFilled' -export * from './IconPregnancyOutlined' -export * from './IconPregnancyRounded' -export * from './IconPregnancyRoundedFilled' -export * from './IconPregnancySharp' -export * from './IconPregnancySharpFilled' -export * from './IconPregnantWomanOutlined' -export * from './IconPregnantWomanOutlinedFilled' -export * from './IconPregnantWomanRoundedFilled' -export * from './IconPregnantWomanRounded' -export * from './IconPregnantWomanSharpFilled' -export * from './IconPregnantWomanSharp' -export * from './IconPreliminaryOutlined' -export * from './IconPreliminaryOutlinedFilled' -export * from './IconPreliminaryRoundedFilled' -export * from './IconPreliminaryRounded' -export * from './IconPreliminarySharp' -export * from './IconPreliminarySharpFilled' -export * from './IconPrescriptionsOutlined' -export * from './IconPrescriptionsOutlinedFilled' -export * from './IconPrescriptionsRoundedFilled' -export * from './IconPrescriptionsRounded' -export * from './IconPrescriptionsSharpFilled' -export * from './IconPrescriptionsSharp' -export * from './IconPresentToAllOutlined' -export * from './IconPresentToAllOutlinedFilled' -export * from './IconPresentToAllRounded' -export * from './IconPresentToAllRoundedFilled' -export * from './IconPresentToAllSharp' -export * from './IconPresentToAllSharpFilled' -export * from './IconPreviewOutlined' -export * from './IconPreviewOutlinedFilled' -export * from './IconPreviewRounded' -export * from './IconPreviewRoundedFilled' -export * from './IconPreviewSharpFilled' -export * from './IconPreviewSharp' -export * from './IconPreviewOffOutlined' -export * from './IconPreviewOffOutlinedFilled' -export * from './IconPreviewOffRounded' -export * from './IconPreviewOffRoundedFilled' -export * from './IconPreviewOffSharp' -export * from './IconPreviewOffSharpFilled' -export * from './IconPriceChangeOutlined' -export * from './IconPriceChangeOutlinedFilled' -export * from './IconPriceChangeRounded' -export * from './IconPriceChangeRoundedFilled' -export * from './IconPriceChangeSharpFilled' -export * from './IconPriceChangeSharp' -export * from './IconPriceCheckOutlinedFilled' -export * from './IconPriceCheckOutlined' -export * from './IconPriceCheckRounded' -export * from './IconPriceCheckRoundedFilled' -export * from './IconPriceCheckSharpFilled' -export * from './IconPriceCheckSharp' -export * from './IconPrintOutlined' -export * from './IconPrintOutlinedFilled' -export * from './IconPrintRoundedFilled' -export * from './IconPrintRounded' -export * from './IconPrintSharpFilled' -export * from './IconPrintSharp' -export * from './IconPrintAddOutlined' -export * from './IconPrintAddOutlinedFilled' -export * from './IconPrintAddRoundedFilled' -export * from './IconPrintAddRounded' -export * from './IconPrintAddSharpFilled' -export * from './IconPrintAddSharp' -export * from './IconPrintConnectOutlinedFilled' -export * from './IconPrintConnectOutlined' -export * from './IconPrintConnectRounded' -export * from './IconPrintConnectRoundedFilled' -export * from './IconPrintConnectSharpFilled' -export * from './IconPrintConnectSharp' -export * from './IconPrintDisabledOutlinedFilled' -export * from './IconPrintDisabledOutlined' -export * from './IconPrintDisabledRounded' -export * from './IconPrintDisabledRoundedFilled' -export * from './IconPrintDisabledSharp' -export * from './IconPrintDisabledSharpFilled' -export * from './IconPrintErrorOutlinedFilled' -export * from './IconPrintErrorOutlined' -export * from './IconPrintErrorRounded' -export * from './IconPrintErrorRoundedFilled' -export * from './IconPrintErrorSharpFilled' -export * from './IconPrintErrorSharp' -export * from './IconPrintLockOutlined' -export * from './IconPrintLockOutlinedFilled' -export * from './IconPrintLockRoundedFilled' -export * from './IconPrintLockRounded' -export * from './IconPrintLockSharp' -export * from './IconPrintLockSharpFilled' -export * from './IconPriorityOutlinedFilled' -export * from './IconPriorityOutlined' -export * from './IconPriorityRoundedFilled' -export * from './IconPriorityRounded' -export * from './IconPrioritySharp' -export * from './IconPrioritySharpFilled' -export * from './IconPriorityHighOutlined' -export * from './IconPriorityHighOutlinedFilled' -export * from './IconPriorityHighRoundedFilled' -export * from './IconPriorityHighRounded' -export * from './IconPriorityHighSharpFilled' -export * from './IconPriorityHighSharp' -export * from './IconPrivacyOutlinedFilled' -export * from './IconPrivacyOutlined' -export * from './IconPrivacyRoundedFilled' -export * from './IconPrivacyRounded' -export * from './IconPrivacySharp' -export * from './IconPrivacySharpFilled' -export * from './IconPrivacyTipOutlined' -export * from './IconPrivacyTipOutlinedFilled' -export * from './IconPrivacyTipRoundedFilled' -export * from './IconPrivacyTipRounded' -export * from './IconPrivacyTipSharp' -export * from './IconPrivacyTipSharpFilled' -export * from './IconPrivateConnectivityOutlined' -export * from './IconPrivateConnectivityOutlinedFilled' -export * from './IconPrivateConnectivityRoundedFilled' -export * from './IconPrivateConnectivityRounded' -export * from './IconPrivateConnectivitySharpFilled' -export * from './IconPrivateConnectivitySharp' -export * from './IconProblemOutlined' -export * from './IconProblemOutlinedFilled' -export * from './IconProblemRoundedFilled' -export * from './IconProblemRounded' -export * from './IconProblemSharp' -export * from './IconProblemSharpFilled' -export * from './IconProcedureOutlined' -export * from './IconProcedureOutlinedFilled' -export * from './IconProcedureRoundedFilled' -export * from './IconProcedureRounded' -export * from './IconProcedureSharp' -export * from './IconProcedureSharpFilled' -export * from './IconProcessChartOutlined' -export * from './IconProcessChartOutlinedFilled' -export * from './IconProcessChartRounded' -export * from './IconProcessChartRoundedFilled' -export * from './IconProcessChartSharpFilled' -export * from './IconProcessChartSharp' -export * from './IconProductionQuantityLimitsOutlinedFilled' -export * from './IconProductionQuantityLimitsOutlined' -export * from './IconProductionQuantityLimitsRounded' -export * from './IconProductionQuantityLimitsRoundedFilled' -export * from './IconProductionQuantityLimitsSharp' -export * from './IconProductionQuantityLimitsSharpFilled' -export * from './IconProductivityOutlinedFilled' -export * from './IconProductivityOutlined' -export * from './IconProductivityRoundedFilled' -export * from './IconProductivityRounded' -export * from './IconProductivitySharpFilled' -export * from './IconProductivitySharp' -export * from './IconProgressActivityOutlined' -export * from './IconProgressActivityOutlinedFilled' -export * from './IconProgressActivityRounded' -export * from './IconProgressActivityRoundedFilled' -export * from './IconProgressActivitySharpFilled' -export * from './IconProgressActivitySharp' -export * from './IconPromptSuggestionOutlined' -export * from './IconPromptSuggestionOutlinedFilled' -export * from './IconPromptSuggestionRoundedFilled' -export * from './IconPromptSuggestionRounded' -export * from './IconPromptSuggestionSharpFilled' -export * from './IconPromptSuggestionSharp' -export * from './IconPropaneOutlined' -export * from './IconPropaneOutlinedFilled' -export * from './IconPropaneRoundedFilled' -export * from './IconPropaneRounded' -export * from './IconPropaneSharp' -export * from './IconPropaneSharpFilled' -export * from './IconPropaneTankOutlined' -export * from './IconPropaneTankOutlinedFilled' -export * from './IconPropaneTankRoundedFilled' -export * from './IconPropaneTankRounded' -export * from './IconPropaneTankSharp' -export * from './IconPropaneTankSharpFilled' -export * from './IconPsychiatryOutlined' -export * from './IconPsychiatryOutlinedFilled' -export * from './IconPsychiatryRoundedFilled' -export * from './IconPsychiatryRounded' -export * from './IconPsychiatrySharpFilled' -export * from './IconPsychiatrySharp' -export * from './IconPsychologyOutlinedFilled' -export * from './IconPsychologyOutlined' -export * from './IconPsychologyRoundedFilled' -export * from './IconPsychologyRounded' -export * from './IconPsychologySharpFilled' -export * from './IconPsychologySharp' -export * from './IconPsychologyAltOutlinedFilled' -export * from './IconPsychologyAltOutlined' -export * from './IconPsychologyAltRounded' -export * from './IconPsychologyAltRoundedFilled' -export * from './IconPsychologyAltSharp' -export * from './IconPsychologyAltSharpFilled' -export * from './IconPublicOutlined' -export * from './IconPublicOutlinedFilled' -export * from './IconPublicRounded' -export * from './IconPublicRoundedFilled' -export * from './IconPublicSharpFilled' -export * from './IconPublicSharp' -export * from './IconPublicOffOutlined' -export * from './IconPublicOffOutlinedFilled' -export * from './IconPublicOffRoundedFilled' -export * from './IconPublicOffRounded' -export * from './IconPublicOffSharp' -export * from './IconPublicOffSharpFilled' -export * from './IconPublishOutlined' -export * from './IconPublishOutlinedFilled' -export * from './IconPublishRoundedFilled' -export * from './IconPublishRounded' -export * from './IconPublishSharp' -export * from './IconPublishSharpFilled' -export * from './IconPublishedWithChangesOutlined' -export * from './IconPublishedWithChangesOutlinedFilled' -export * from './IconPublishedWithChangesRounded' -export * from './IconPublishedWithChangesRoundedFilled' -export * from './IconPublishedWithChangesSharpFilled' -export * from './IconPublishedWithChangesSharp' -export * from './IconPulmonologyOutlinedFilled' -export * from './IconPulmonologyOutlined' -export * from './IconPulmonologyRoundedFilled' -export * from './IconPulmonologyRounded' -export * from './IconPulmonologySharpFilled' -export * from './IconPulmonologySharp' -export * from './IconPulseAlertOutlined' -export * from './IconPulseAlertOutlinedFilled' -export * from './IconPulseAlertRounded' -export * from './IconPulseAlertRoundedFilled' -export * from './IconPulseAlertSharp' -export * from './IconPulseAlertSharpFilled' -export * from './IconPunchClockOutlinedFilled' -export * from './IconPunchClockOutlined' -export * from './IconPunchClockRounded' -export * from './IconPunchClockRoundedFilled' -export * from './IconPunchClockSharpFilled' -export * from './IconPunchClockSharp' -export * from './IconQrCodeOutlined' -export * from './IconQrCodeOutlinedFilled' -export * from './IconQrCodeRoundedFilled' -export * from './IconQrCodeRounded' -export * from './IconQrCodeSharpFilled' -export * from './IconQrCodeSharp' -export * from './IconQrCode2Outlined' -export * from './IconQrCode2OutlinedFilled' -export * from './IconQrCode2RoundedFilled' -export * from './IconQrCode2Rounded' -export * from './IconQrCode2Sharp' -export * from './IconQrCode2SharpFilled' -export * from './IconQrCode2AddOutlinedFilled' -export * from './IconQrCode2AddOutlined' -export * from './IconQrCode2AddRounded' -export * from './IconQrCode2AddRoundedFilled' -export * from './IconQrCode2AddSharp' -export * from './IconQrCode2AddSharpFilled' -export * from './IconQrCodeScannerOutlinedFilled' -export * from './IconQrCodeScannerOutlined' -export * from './IconQrCodeScannerRounded' -export * from './IconQrCodeScannerRoundedFilled' -export * from './IconQrCodeScannerSharpFilled' -export * from './IconQrCodeScannerSharp' -export * from './IconQueryStatsOutlinedFilled' -export * from './IconQueryStatsOutlined' -export * from './IconQueryStatsRoundedFilled' -export * from './IconQueryStatsRounded' -export * from './IconQueryStatsSharpFilled' -export * from './IconQueryStatsSharp' -export * from './IconQuestionExchangeOutlinedFilled' -export * from './IconQuestionExchangeOutlined' -export * from './IconQuestionExchangeRounded' -export * from './IconQuestionExchangeRoundedFilled' -export * from './IconQuestionExchangeSharp' -export * from './IconQuestionExchangeSharpFilled' -export * from './IconQuestionMarkOutlined' -export * from './IconQuestionMarkOutlinedFilled' -export * from './IconQuestionMarkRounded' -export * from './IconQuestionMarkRoundedFilled' -export * from './IconQuestionMarkSharp' -export * from './IconQuestionMarkSharpFilled' -export * from './IconQueueMusicOutlinedFilled' -export * from './IconQueueMusicOutlined' -export * from './IconQueueMusicRounded' -export * from './IconQueueMusicRoundedFilled' -export * from './IconQueueMusicSharp' -export * from './IconQueueMusicSharpFilled' -export * from './IconQueuePlayNextOutlined' -export * from './IconQueuePlayNextOutlinedFilled' -export * from './IconQueuePlayNextRoundedFilled' -export * from './IconQueuePlayNextRounded' -export * from './IconQueuePlayNextSharp' -export * from './IconQueuePlayNextSharpFilled' -export * from './IconQuickPhrasesOutlined' -export * from './IconQuickPhrasesOutlinedFilled' -export * from './IconQuickPhrasesRounded' -export * from './IconQuickPhrasesRoundedFilled' -export * from './IconQuickPhrasesSharp' -export * from './IconQuickPhrasesSharpFilled' -export * from './IconQuickReferenceOutlined' -export * from './IconQuickReferenceOutlinedFilled' -export * from './IconQuickReferenceRounded' -export * from './IconQuickReferenceRoundedFilled' -export * from './IconQuickReferenceSharp' -export * from './IconQuickReferenceSharpFilled' -export * from './IconQuickReferenceAllOutlined' -export * from './IconQuickReferenceAllOutlinedFilled' -export * from './IconQuickReferenceAllRounded' -export * from './IconQuickReferenceAllRoundedFilled' -export * from './IconQuickReferenceAllSharp' -export * from './IconQuickReferenceAllSharpFilled' -export * from './IconQuickReorderOutlined' -export * from './IconQuickReorderOutlinedFilled' -export * from './IconQuickReorderRounded' -export * from './IconQuickReorderRoundedFilled' -export * from './IconQuickReorderSharp' -export * from './IconQuickReorderSharpFilled' -export * from './IconQuickreplyOutlined' -export * from './IconQuickreplyOutlinedFilled' -export * from './IconQuickreplyRoundedFilled' -export * from './IconQuickreplyRounded' -export * from './IconQuickreplySharp' -export * from './IconQuickreplySharpFilled' -export * from './IconQuizOutlined' -export * from './IconQuizOutlinedFilled' -export * from './IconQuizRounded' -export * from './IconQuizRoundedFilled' -export * from './IconQuizSharp' -export * from './IconQuizSharpFilled' -export * from './IconRMobiledataOutlined' -export * from './IconRMobiledataOutlinedFilled' -export * from './IconRMobiledataRounded' -export * from './IconRMobiledataRoundedFilled' -export * from './IconRMobiledataSharpFilled' -export * from './IconRMobiledataSharp' -export * from './IconRadarOutlined' -export * from './IconRadarOutlinedFilled' -export * from './IconRadarRoundedFilled' -export * from './IconRadarRounded' -export * from './IconRadarSharpFilled' -export * from './IconRadarSharp' -export * from './IconRadioOutlined' -export * from './IconRadioOutlinedFilled' -export * from './IconRadioRoundedFilled' -export * from './IconRadioRounded' -export * from './IconRadioSharpFilled' -export * from './IconRadioSharp' -export * from './IconRadioButtonCheckedOutlinedFilled' -export * from './IconRadioButtonCheckedOutlined' -export * from './IconRadioButtonCheckedRoundedFilled' -export * from './IconRadioButtonCheckedRounded' -export * from './IconRadioButtonCheckedSharp' -export * from './IconRadioButtonCheckedSharpFilled' -export * from './IconRadioButtonPartialOutlined' -export * from './IconRadioButtonPartialOutlinedFilled' -export * from './IconRadioButtonPartialRoundedFilled' -export * from './IconRadioButtonPartialRounded' -export * from './IconRadioButtonPartialSharp' -export * from './IconRadioButtonPartialSharpFilled' -export * from './IconRadioButtonUncheckedOutlined' -export * from './IconRadioButtonUncheckedOutlinedFilled' -export * from './IconRadioButtonUncheckedRoundedFilled' -export * from './IconRadioButtonUncheckedRounded' -export * from './IconRadioButtonUncheckedSharpFilled' -export * from './IconRadioButtonUncheckedSharp' -export * from './IconRadiologyOutlinedFilled' -export * from './IconRadiologyOutlined' -export * from './IconRadiologyRoundedFilled' -export * from './IconRadiologyRounded' -export * from './IconRadiologySharpFilled' -export * from './IconRadiologySharp' -export * from './IconRailwayAlertOutlined' -export * from './IconRailwayAlertOutlinedFilled' -export * from './IconRailwayAlertRoundedFilled' -export * from './IconRailwayAlertRounded' -export * from './IconRailwayAlertSharpFilled' -export * from './IconRailwayAlertSharp' -export * from './IconRailwayAlert2OutlinedFilled' -export * from './IconRailwayAlert2Outlined' -export * from './IconRailwayAlert2RoundedFilled' -export * from './IconRailwayAlert2Rounded' -export * from './IconRailwayAlert2SharpFilled' -export * from './IconRailwayAlert2Sharp' -export * from './IconRainyOutlined' -export * from './IconRainyOutlinedFilled' -export * from './IconRainyRounded' -export * from './IconRainyRoundedFilled' -export * from './IconRainySharp' -export * from './IconRainySharpFilled' -export * from './IconRainyHeavyOutlined' -export * from './IconRainyHeavyOutlinedFilled' -export * from './IconRainyHeavyRounded' -export * from './IconRainyHeavyRoundedFilled' -export * from './IconRainyHeavySharp' -export * from './IconRainyHeavySharpFilled' -export * from './IconRainyLightOutlined' -export * from './IconRainyLightOutlinedFilled' -export * from './IconRainyLightRoundedFilled' -export * from './IconRainyLightRounded' -export * from './IconRainyLightSharpFilled' -export * from './IconRainyLightSharp' -export * from './IconRainySnowOutlined' -export * from './IconRainySnowOutlinedFilled' -export * from './IconRainySnowRounded' -export * from './IconRainySnowRoundedFilled' -export * from './IconRainySnowSharpFilled' -export * from './IconRainySnowSharp' -export * from './IconRamenDiningOutlinedFilled' -export * from './IconRamenDiningOutlined' -export * from './IconRamenDiningRoundedFilled' -export * from './IconRamenDiningRounded' -export * from './IconRamenDiningSharp' -export * from './IconRamenDiningSharpFilled' -export * from './IconRampLeftOutlinedFilled' -export * from './IconRampLeftOutlined' -export * from './IconRampLeftRounded' -export * from './IconRampLeftRoundedFilled' -export * from './IconRampLeftSharp' -export * from './IconRampLeftSharpFilled' -export * from './IconRampRightOutlined' -export * from './IconRampRightOutlinedFilled' -export * from './IconRampRightRoundedFilled' -export * from './IconRampRightRounded' -export * from './IconRampRightSharpFilled' -export * from './IconRampRightSharp' -export * from './IconRangeHoodOutlined' -export * from './IconRangeHoodOutlinedFilled' -export * from './IconRangeHoodRounded' -export * from './IconRangeHoodRoundedFilled' -export * from './IconRangeHoodSharp' -export * from './IconRangeHoodSharpFilled' -export * from './IconRateReviewOutlined' -export * from './IconRateReviewOutlinedFilled' -export * from './IconRateReviewRoundedFilled' -export * from './IconRateReviewRounded' -export * from './IconRateReviewSharpFilled' -export * from './IconRateReviewSharp' -export * from './IconRavenOutlined' -export * from './IconRavenOutlinedFilled' -export * from './IconRavenRoundedFilled' -export * from './IconRavenRounded' -export * from './IconRavenSharp' -export * from './IconRavenSharpFilled' -export * from './IconRawOffOutlined' -export * from './IconRawOffOutlinedFilled' -export * from './IconRawOffRoundedFilled' -export * from './IconRawOffRounded' -export * from './IconRawOffSharpFilled' -export * from './IconRawOffSharp' -export * from './IconRawOnOutlinedFilled' -export * from './IconRawOnOutlined' -export * from './IconRawOnRoundedFilled' -export * from './IconRawOnRounded' -export * from './IconRawOnSharp' -export * from './IconRawOnSharpFilled' -export * from './IconReadMoreOutlined' -export * from './IconReadMoreOutlinedFilled' -export * from './IconReadMoreRoundedFilled' -export * from './IconReadMoreRounded' -export * from './IconReadMoreSharp' -export * from './IconReadMoreSharpFilled' -export * from './IconReadinessScoreOutlinedFilled' -export * from './IconReadinessScoreOutlined' -export * from './IconReadinessScoreRoundedFilled' -export * from './IconReadinessScoreRounded' -export * from './IconReadinessScoreSharp' -export * from './IconReadinessScoreSharpFilled' -export * from './IconRealEstateAgentOutlined' -export * from './IconRealEstateAgentOutlinedFilled' -export * from './IconRealEstateAgentRounded' -export * from './IconRealEstateAgentRoundedFilled' -export * from './IconRealEstateAgentSharp' -export * from './IconRealEstateAgentSharpFilled' -export * from './IconRearCameraOutlinedFilled' -export * from './IconRearCameraOutlined' -export * from './IconRearCameraRoundedFilled' -export * from './IconRearCameraRounded' -export * from './IconRearCameraSharp' -export * from './IconRearCameraSharpFilled' -export * from './IconRebaseOutlinedFilled' -export * from './IconRebaseOutlined' -export * from './IconRebaseRoundedFilled' -export * from './IconRebaseRounded' -export * from './IconRebaseSharpFilled' -export * from './IconRebaseSharp' -export * from './IconRebaseEditOutlinedFilled' -export * from './IconRebaseEditOutlined' -export * from './IconRebaseEditRounded' -export * from './IconRebaseEditRoundedFilled' -export * from './IconRebaseEditSharp' -export * from './IconRebaseEditSharpFilled' -export * from './IconReceiptOutlined' -export * from './IconReceiptOutlinedFilled' -export * from './IconReceiptRounded' -export * from './IconReceiptRoundedFilled' -export * from './IconReceiptSharp' -export * from './IconReceiptSharpFilled' -export * from './IconReceiptLongOutlined' -export * from './IconReceiptLongOutlinedFilled' -export * from './IconReceiptLongRounded' -export * from './IconReceiptLongRoundedFilled' -export * from './IconReceiptLongSharp' -export * from './IconReceiptLongSharpFilled' -export * from './IconReceiptLongOffOutlined' -export * from './IconReceiptLongOffOutlinedFilled' -export * from './IconReceiptLongOffRoundedFilled' -export * from './IconReceiptLongOffRounded' -export * from './IconReceiptLongOffSharp' -export * from './IconReceiptLongOffSharpFilled' -export * from './IconRecentActorsOutlinedFilled' -export * from './IconRecentActorsOutlined' -export * from './IconRecentActorsRounded' -export * from './IconRecentActorsRoundedFilled' -export * from './IconRecentActorsSharpFilled' -export * from './IconRecentActorsSharp' -export * from './IconRecentPatientOutlinedFilled' -export * from './IconRecentPatientOutlined' -export * from './IconRecentPatientRounded' -export * from './IconRecentPatientRoundedFilled' -export * from './IconRecentPatientSharpFilled' -export * from './IconRecentPatientSharp' -export * from './IconRecenterOutlined' -export * from './IconRecenterOutlinedFilled' -export * from './IconRecenterRoundedFilled' -export * from './IconRecenterRounded' -export * from './IconRecenterSharp' -export * from './IconRecenterSharpFilled' -export * from './IconRecommendOutlinedFilled' -export * from './IconRecommendOutlined' -export * from './IconRecommendRoundedFilled' -export * from './IconRecommendRounded' -export * from './IconRecommendSharp' -export * from './IconRecommendSharpFilled' -export * from './IconRecordVoiceOverOutlinedFilled' -export * from './IconRecordVoiceOverOutlined' -export * from './IconRecordVoiceOverRoundedFilled' -export * from './IconRecordVoiceOverRounded' -export * from './IconRecordVoiceOverSharpFilled' -export * from './IconRecordVoiceOverSharp' -export * from './IconRectangleOutlinedFilled' -export * from './IconRectangleOutlined' -export * from './IconRectangleRoundedFilled' -export * from './IconRectangleRounded' -export * from './IconRectangleSharp' -export * from './IconRectangleSharpFilled' -export * from './IconRecyclingOutlined' -export * from './IconRecyclingOutlinedFilled' -export * from './IconRecyclingRoundedFilled' -export * from './IconRecyclingRounded' -export * from './IconRecyclingSharpFilled' -export * from './IconRecyclingSharp' -export * from './IconRedeemOutlined' -export * from './IconRedeemOutlinedFilled' -export * from './IconRedeemRounded' -export * from './IconRedeemRoundedFilled' -export * from './IconRedeemSharpFilled' -export * from './IconRedeemSharp' -export * from './IconRedoOutlined' -export * from './IconRedoOutlinedFilled' -export * from './IconRedoRounded' -export * from './IconRedoRoundedFilled' -export * from './IconRedoSharpFilled' -export * from './IconRedoSharp' -export * from './IconReduceCapacityOutlined' -export * from './IconReduceCapacityOutlinedFilled' -export * from './IconReduceCapacityRoundedFilled' -export * from './IconReduceCapacityRounded' -export * from './IconReduceCapacitySharp' -export * from './IconReduceCapacitySharpFilled' -export * from './IconRefreshOutlined' -export * from './IconRefreshOutlinedFilled' -export * from './IconRefreshRoundedFilled' -export * from './IconRefreshRounded' -export * from './IconRefreshSharpFilled' -export * from './IconRefreshSharp' -export * from './IconRegularExpressionOutlined' -export * from './IconRegularExpressionOutlinedFilled' -export * from './IconRegularExpressionRounded' -export * from './IconRegularExpressionRoundedFilled' -export * from './IconRegularExpressionSharp' -export * from './IconRegularExpressionSharpFilled' -export * from './IconRelaxOutlined' -export * from './IconRelaxOutlinedFilled' -export * from './IconRelaxRoundedFilled' -export * from './IconRelaxRounded' -export * from './IconRelaxSharp' -export * from './IconRelaxSharpFilled' -export * from './IconReleaseAlertOutlined' -export * from './IconReleaseAlertOutlinedFilled' -export * from './IconReleaseAlertRoundedFilled' -export * from './IconReleaseAlertRounded' -export * from './IconReleaseAlertSharp' -export * from './IconReleaseAlertSharpFilled' -export * from './IconRememberMeOutlinedFilled' -export * from './IconRememberMeOutlined' -export * from './IconRememberMeRoundedFilled' -export * from './IconRememberMeRounded' -export * from './IconRememberMeSharpFilled' -export * from './IconRememberMeSharp' -export * from './IconReminderOutlinedFilled' -export * from './IconReminderOutlined' -export * from './IconReminderRounded' -export * from './IconReminderRoundedFilled' -export * from './IconReminderSharp' -export * from './IconReminderSharpFilled' -export * from './IconRemoteGenOutlinedFilled' -export * from './IconRemoteGenOutlined' -export * from './IconRemoteGenRounded' -export * from './IconRemoteGenRoundedFilled' -export * from './IconRemoteGenSharpFilled' -export * from './IconRemoteGenSharp' -export * from './IconRemoveOutlined' -export * from './IconRemoveOutlinedFilled' -export * from './IconRemoveRoundedFilled' -export * from './IconRemoveRounded' -export * from './IconRemoveSharpFilled' -export * from './IconRemoveSharp' -export * from './IconRemoveDoneOutlinedFilled' -export * from './IconRemoveDoneOutlined' -export * from './IconRemoveDoneRoundedFilled' -export * from './IconRemoveDoneRounded' -export * from './IconRemoveDoneSharpFilled' -export * from './IconRemoveDoneSharp' -export * from './IconRemoveFromQueueOutlinedFilled' -export * from './IconRemoveFromQueueOutlined' -export * from './IconRemoveFromQueueRoundedFilled' -export * from './IconRemoveFromQueueRounded' -export * from './IconRemoveFromQueueSharpFilled' -export * from './IconRemoveFromQueueSharp' -export * from './IconRemoveModeratorOutlinedFilled' -export * from './IconRemoveModeratorOutlined' -export * from './IconRemoveModeratorRounded' -export * from './IconRemoveModeratorRoundedFilled' -export * from './IconRemoveModeratorSharpFilled' -export * from './IconRemoveModeratorSharp' -export * from './IconRemoveRoadOutlinedFilled' -export * from './IconRemoveRoadOutlined' -export * from './IconRemoveRoadRoundedFilled' -export * from './IconRemoveRoadRounded' -export * from './IconRemoveRoadSharp' -export * from './IconRemoveRoadSharpFilled' -export * from './IconRemoveSelectionOutlinedFilled' -export * from './IconRemoveSelectionOutlined' -export * from './IconRemoveSelectionRounded' -export * from './IconRemoveSelectionRoundedFilled' -export * from './IconRemoveSelectionSharpFilled' -export * from './IconRemoveSelectionSharp' -export * from './IconRemoveShoppingCartOutlinedFilled' -export * from './IconRemoveShoppingCartOutlined' -export * from './IconRemoveShoppingCartRounded' -export * from './IconRemoveShoppingCartRoundedFilled' -export * from './IconRemoveShoppingCartSharpFilled' -export * from './IconRemoveShoppingCartSharp' -export * from './IconReopenWindowOutlined' -export * from './IconReopenWindowOutlinedFilled' -export * from './IconReopenWindowRounded' -export * from './IconReopenWindowRoundedFilled' -export * from './IconReopenWindowSharpFilled' -export * from './IconReopenWindowSharp' -export * from './IconReorderOutlined' -export * from './IconReorderOutlinedFilled' -export * from './IconReorderRoundedFilled' -export * from './IconReorderRounded' -export * from './IconReorderSharp' -export * from './IconReorderSharpFilled' -export * from './IconRepartitionOutlinedFilled' -export * from './IconRepartitionOutlined' -export * from './IconRepartitionRounded' -export * from './IconRepartitionRoundedFilled' -export * from './IconRepartitionSharpFilled' -export * from './IconRepartitionSharp' -export * from './IconRepeatOutlinedFilled' -export * from './IconRepeatOutlined' -export * from './IconRepeatRoundedFilled' -export * from './IconRepeatRounded' -export * from './IconRepeatSharp' -export * from './IconRepeatSharpFilled' -export * from './IconRepeatOnOutlined' -export * from './IconRepeatOnOutlinedFilled' -export * from './IconRepeatOnRounded' -export * from './IconRepeatOnRoundedFilled' -export * from './IconRepeatOnSharpFilled' -export * from './IconRepeatOnSharp' -export * from './IconRepeatOneOutlinedFilled' -export * from './IconRepeatOneOutlined' -export * from './IconRepeatOneRoundedFilled' -export * from './IconRepeatOneRounded' -export * from './IconRepeatOneSharp' -export * from './IconRepeatOneSharpFilled' -export * from './IconRepeatOneOnOutlined' -export * from './IconRepeatOneOnOutlinedFilled' -export * from './IconRepeatOneOnRounded' -export * from './IconRepeatOneOnRoundedFilled' -export * from './IconRepeatOneOnSharpFilled' -export * from './IconRepeatOneOnSharp' -export * from './IconReplaceAudioOutlinedFilled' -export * from './IconReplaceAudioOutlined' -export * from './IconReplaceAudioRounded' -export * from './IconReplaceAudioRoundedFilled' -export * from './IconReplaceAudioSharp' -export * from './IconReplaceAudioSharpFilled' -export * from './IconReplaceImageOutlined' -export * from './IconReplaceImageOutlinedFilled' -export * from './IconReplaceImageRounded' -export * from './IconReplaceImageRoundedFilled' -export * from './IconReplaceImageSharp' -export * from './IconReplaceImageSharpFilled' -export * from './IconReplaceVideoOutlinedFilled' -export * from './IconReplaceVideoOutlined' -export * from './IconReplaceVideoRounded' -export * from './IconReplaceVideoRoundedFilled' -export * from './IconReplaceVideoSharp' -export * from './IconReplaceVideoSharpFilled' -export * from './IconReplayOutlinedFilled' -export * from './IconReplayOutlined' -export * from './IconReplayRoundedFilled' -export * from './IconReplayRounded' -export * from './IconReplaySharp' -export * from './IconReplaySharpFilled' -export * from './IconReplay10OutlinedFilled' -export * from './IconReplay10Outlined' -export * from './IconReplay10Rounded' -export * from './IconReplay10RoundedFilled' -export * from './IconReplay10SharpFilled' -export * from './IconReplay10Sharp' -export * from './IconReplay30OutlinedFilled' -export * from './IconReplay30Outlined' -export * from './IconReplay30Rounded' -export * from './IconReplay30RoundedFilled' -export * from './IconReplay30Sharp' -export * from './IconReplay30SharpFilled' -export * from './IconReplay5Outlined' -export * from './IconReplay5OutlinedFilled' -export * from './IconReplay5Rounded' -export * from './IconReplay5RoundedFilled' -export * from './IconReplay5SharpFilled' -export * from './IconReplay5Sharp' -export * from './IconReplyOutlinedFilled' -export * from './IconReplyOutlined' -export * from './IconReplyRoundedFilled' -export * from './IconReplySharpFilled' -export * from './IconReplySharp' -export * from './IconReplyAllOutlined' -export * from './IconReplyAllOutlinedFilled' -export * from './IconReplyAllRoundedFilled' -export * from './IconReplyAllRounded' -export * from './IconReplyAllSharpFilled' -export * from './IconReplyAllSharp' -export * from './IconReportOutlinedFilled' -export * from './IconReportOutlined' -export * from './IconReportRoundedFilled' -export * from './IconReportRounded' -export * from './IconReportSharp' -export * from './IconReportSharpFilled' -export * from './IconReportOffOutlined' -export * from './IconReportOffOutlinedFilled' -export * from './IconReportOffRounded' -export * from './IconReportOffRoundedFilled' -export * from './IconReportOffSharp' -export * from './IconReportOffSharpFilled' -export * from './IconRequestPageOutlinedFilled' -export * from './IconRequestPageOutlined' -export * from './IconRequestPageRounded' -export * from './IconRequestPageRoundedFilled' -export * from './IconRequestPageSharp' -export * from './IconRequestPageSharpFilled' -export * from './IconRequestQuoteOutlinedFilled' -export * from './IconRequestQuoteOutlined' -export * from './IconRequestQuoteRoundedFilled' -export * from './IconRequestQuoteRounded' -export * from './IconRequestQuoteSharp' -export * from './IconRequestQuoteSharpFilled' -export * from './IconResetBrightnessOutlined' -export * from './IconResetBrightnessOutlinedFilled' -export * from './IconResetBrightnessRoundedFilled' -export * from './IconResetBrightnessRounded' -export * from './IconResetBrightnessSharp' -export * from './IconResetBrightnessSharpFilled' -export * from './IconResetFocusOutlinedFilled' -export * from './IconResetFocusOutlined' -export * from './IconResetFocusRounded' -export * from './IconResetFocusRoundedFilled' -export * from './IconResetFocusSharpFilled' -export * from './IconResetFocusSharp' -export * from './IconResetImageOutlinedFilled' -export * from './IconResetImageOutlined' -export * from './IconResetImageRounded' -export * from './IconResetImageRoundedFilled' -export * from './IconResetImageSharpFilled' -export * from './IconResetImageSharp' -export * from './IconResetIsoOutlinedFilled' -export * from './IconResetIsoOutlined' -export * from './IconResetIsoRoundedFilled' -export * from './IconResetIsoRounded' -export * from './IconResetIsoSharp' -export * from './IconResetIsoSharpFilled' -export * from './IconResetSettingsOutlinedFilled' -export * from './IconResetSettingsOutlined' -export * from './IconResetSettingsRounded' -export * from './IconResetSettingsRoundedFilled' -export * from './IconResetSettingsSharp' -export * from './IconResetSettingsSharpFilled' -export * from './IconResetShadowOutlinedFilled' -export * from './IconResetShadowOutlined' -export * from './IconResetShadowRoundedFilled' -export * from './IconResetShadowRounded' -export * from './IconResetShadowSharpFilled' -export * from './IconResetShadowSharp' -export * from './IconResetShutterSpeedOutlinedFilled' -export * from './IconResetShutterSpeedOutlined' -export * from './IconResetShutterSpeedRoundedFilled' -export * from './IconResetShutterSpeedRounded' -export * from './IconResetShutterSpeedSharpFilled' -export * from './IconResetShutterSpeedSharp' -export * from './IconResetTvOutlined' -export * from './IconResetTvOutlinedFilled' -export * from './IconResetTvRounded' -export * from './IconResetTvRoundedFilled' -export * from './IconResetTvSharp' -export * from './IconResetTvSharpFilled' -export * from './IconResetWhiteBalanceOutlined' -export * from './IconResetWhiteBalanceOutlinedFilled' -export * from './IconResetWhiteBalanceRoundedFilled' -export * from './IconResetWhiteBalanceRounded' -export * from './IconResetWhiteBalanceSharpFilled' -export * from './IconResetWhiteBalanceSharp' -export * from './IconResetWrenchOutlined' -export * from './IconResetWrenchOutlinedFilled' -export * from './IconResetWrenchRoundedFilled' -export * from './IconResetWrenchRounded' -export * from './IconResetWrenchSharpFilled' -export * from './IconResetWrenchSharp' -export * from './IconResizeOutlined' -export * from './IconResizeOutlinedFilled' -export * from './IconResizeRoundedFilled' -export * from './IconResizeRounded' -export * from './IconResizeSharp' -export * from './IconResizeSharpFilled' -export * from './IconRespiratoryRateOutlinedFilled' -export * from './IconRespiratoryRateOutlined' -export * from './IconRespiratoryRateRounded' -export * from './IconRespiratoryRateRoundedFilled' -export * from './IconRespiratoryRateSharp' -export * from './IconRespiratoryRateSharpFilled' -export * from './IconResponsiveLayoutOutlined' -export * from './IconResponsiveLayoutOutlinedFilled' -export * from './IconResponsiveLayoutRounded' -export * from './IconResponsiveLayoutRoundedFilled' -export * from './IconResponsiveLayoutSharpFilled' -export * from './IconResponsiveLayoutSharp' -export * from './IconRestartAltOutlinedFilled' -export * from './IconRestartAltOutlined' -export * from './IconRestartAltRounded' -export * from './IconRestartAltRoundedFilled' -export * from './IconRestartAltSharpFilled' -export * from './IconRestartAltSharp' -export * from './IconRestaurantOutlined' -export * from './IconRestaurantOutlinedFilled' -export * from './IconRestaurantRounded' -export * from './IconRestaurantRoundedFilled' -export * from './IconRestaurantSharp' -export * from './IconRestaurantSharpFilled' -export * from './IconRestoreFromTrashOutlinedFilled' -export * from './IconRestoreFromTrashOutlined' -export * from './IconRestoreFromTrashRoundedFilled' -export * from './IconRestoreFromTrashRounded' -export * from './IconRestoreFromTrashSharpFilled' -export * from './IconRestoreFromTrashSharp' -export * from './IconRestorePageOutlined' -export * from './IconRestorePageOutlinedFilled' -export * from './IconRestorePageRounded' -export * from './IconRestorePageRoundedFilled' -export * from './IconRestorePageSharp' -export * from './IconRestorePageSharpFilled' -export * from './IconResumeOutlined' -export * from './IconResumeOutlinedFilled' -export * from './IconResumeRounded' -export * from './IconResumeRoundedFilled' -export * from './IconResumeSharp' -export * from './IconResumeSharpFilled' -export * from './IconReviewsOutlinedFilled' -export * from './IconReviewsOutlined' -export * from './IconReviewsRoundedFilled' -export * from './IconReviewsRounded' -export * from './IconReviewsSharpFilled' -export * from './IconReviewsSharp' -export * from './IconRewardedAdsOutlined' -export * from './IconRewardedAdsOutlinedFilled' -export * from './IconRewardedAdsRounded' -export * from './IconRewardedAdsRoundedFilled' -export * from './IconRewardedAdsSharpFilled' -export * from './IconRewardedAdsSharp' -export * from './IconRheumatologyOutlinedFilled' -export * from './IconRheumatologyOutlined' -export * from './IconRheumatologyRoundedFilled' -export * from './IconRheumatologyRounded' -export * from './IconRheumatologySharpFilled' -export * from './IconRheumatologySharp' -export * from './IconRibCageOutlinedFilled' -export * from './IconRibCageOutlined' -export * from './IconRibCageRounded' -export * from './IconRibCageRoundedFilled' -export * from './IconRibCageSharpFilled' -export * from './IconRibCageSharp' -export * from './IconRiceBowlOutlinedFilled' -export * from './IconRiceBowlOutlined' -export * from './IconRiceBowlRoundedFilled' -export * from './IconRiceBowlRounded' -export * from './IconRiceBowlSharp' -export * from './IconRiceBowlSharpFilled' -export * from './IconRightClickOutlined' -export * from './IconRightClickOutlinedFilled' -export * from './IconRightClickRounded' -export * from './IconRightClickRoundedFilled' -export * from './IconRightClickSharp' -export * from './IconRightClickSharpFilled' -export * from './IconRightPanelCloseOutlined' -export * from './IconRightPanelCloseOutlinedFilled' -export * from './IconRightPanelCloseRounded' -export * from './IconRightPanelCloseRoundedFilled' -export * from './IconRightPanelCloseSharp' -export * from './IconRightPanelCloseSharpFilled' -export * from './IconRightPanelOpenOutlinedFilled' -export * from './IconRightPanelOpenOutlined' -export * from './IconRightPanelOpenRounded' -export * from './IconRightPanelOpenRoundedFilled' -export * from './IconRightPanelOpenSharp' -export * from './IconRightPanelOpenSharpFilled' -export * from './IconRingVolumeOutlined' -export * from './IconRingVolumeOutlinedFilled' -export * from './IconRingVolumeRoundedFilled' -export * from './IconRingVolumeRounded' -export * from './IconRingVolumeSharp' -export * from './IconRingVolumeSharpFilled' -export * from './IconRipplesOutlinedFilled' -export * from './IconRipplesOutlined' -export * from './IconRipplesRoundedFilled' -export * from './IconRipplesRounded' -export * from './IconRipplesSharpFilled' -export * from './IconRipplesSharp' -export * from './IconRoadOutlined' -export * from './IconRoadOutlinedFilled' -export * from './IconRoadRounded' -export * from './IconRoadRoundedFilled' -export * from './IconRoadSharp' -export * from './IconRoadSharpFilled' -export * from './IconRobotOutlinedFilled' -export * from './IconRobotOutlined' -export * from './IconRobotRounded' -export * from './IconRobotRoundedFilled' -export * from './IconRobotSharpFilled' -export * from './IconRobotSharp' -export * from './IconRobot2OutlinedFilled' -export * from './IconRobot2Outlined' -export * from './IconRobot2RoundedFilled' -export * from './IconRobot2Rounded' -export * from './IconRobot2SharpFilled' -export * from './IconRobot2Sharp' -export * from './IconRocketOutlinedFilled' -export * from './IconRocketOutlined' -export * from './IconRocketRoundedFilled' -export * from './IconRocketRounded' -export * from './IconRocketSharp' -export * from './IconRocketSharpFilled' -export * from './IconRocketLaunchOutlinedFilled' -export * from './IconRocketLaunchOutlined' -export * from './IconRocketLaunchRounded' -export * from './IconRocketLaunchRoundedFilled' -export * from './IconRocketLaunchSharpFilled' -export * from './IconRocketLaunchSharp' -export * from './IconRollerShadesOutlinedFilled' -export * from './IconRollerShadesOutlined' -export * from './IconRollerShadesRoundedFilled' -export * from './IconRollerShadesRounded' -export * from './IconRollerShadesSharpFilled' -export * from './IconRollerShadesSharp' -export * from './IconRollerShadesClosedOutlinedFilled' -export * from './IconRollerShadesClosedOutlined' -export * from './IconRollerShadesClosedRounded' -export * from './IconRollerShadesClosedRoundedFilled' -export * from './IconRollerShadesClosedSharp' -export * from './IconRollerShadesClosedSharpFilled' -export * from './IconRollerSkatingOutlinedFilled' -export * from './IconRollerSkatingOutlined' -export * from './IconRollerSkatingRoundedFilled' -export * from './IconRollerSkatingRounded' -export * from './IconRollerSkatingSharp' -export * from './IconRollerSkatingSharpFilled' -export * from './IconRoofingOutlined' -export * from './IconRoofingOutlinedFilled' -export * from './IconRoofingRounded' -export * from './IconRoofingRoundedFilled' -export * from './IconRoofingSharp' -export * from './IconRoofingSharpFilled' -export * from './IconRoomPreferencesOutlined' -export * from './IconRoomPreferencesOutlinedFilled' -export * from './IconRoomPreferencesRounded' -export * from './IconRoomPreferencesRoundedFilled' -export * from './IconRoomPreferencesSharp' -export * from './IconRoomPreferencesSharpFilled' -export * from './IconRoomServiceOutlined' -export * from './IconRoomServiceOutlinedFilled' -export * from './IconRoomServiceRoundedFilled' -export * from './IconRoomServiceRounded' -export * from './IconRoomServiceSharpFilled' -export * from './IconRoomServiceSharp' -export * from './IconRotate90DegreesCcwOutlinedFilled' -export * from './IconRotate90DegreesCcwOutlined' -export * from './IconRotate90DegreesCcwRoundedFilled' -export * from './IconRotate90DegreesCcwRounded' -export * from './IconRotate90DegreesCcwSharp' -export * from './IconRotate90DegreesCcwSharpFilled' -export * from './IconRotate90DegreesCwOutlined' -export * from './IconRotate90DegreesCwOutlinedFilled' -export * from './IconRotate90DegreesCwRounded' -export * from './IconRotate90DegreesCwRoundedFilled' -export * from './IconRotate90DegreesCwSharpFilled' -export * from './IconRotate90DegreesCwSharp' -export * from './IconRotateAutoOutlinedFilled' -export * from './IconRotateAutoOutlined' -export * from './IconRotateAutoRoundedFilled' -export * from './IconRotateAutoRounded' -export * from './IconRotateAutoSharp' -export * from './IconRotateAutoSharpFilled' -export * from './IconRotateLeftOutlinedFilled' -export * from './IconRotateLeftOutlined' -export * from './IconRotateLeftRoundedFilled' -export * from './IconRotateLeftRounded' -export * from './IconRotateLeftSharpFilled' -export * from './IconRotateLeftSharp' -export * from './IconRotateRightOutlined' -export * from './IconRotateRightOutlinedFilled' -export * from './IconRotateRightRounded' -export * from './IconRotateRightRoundedFilled' -export * from './IconRotateRightSharpFilled' -export * from './IconRotateRightSharp' -export * from './IconRoundaboutLeftOutlined' -export * from './IconRoundaboutLeftOutlinedFilled' -export * from './IconRoundaboutLeftRounded' -export * from './IconRoundaboutLeftRoundedFilled' -export * from './IconRoundaboutLeftSharpFilled' -export * from './IconRoundaboutLeftSharp' -export * from './IconRoundaboutRightOutlinedFilled' -export * from './IconRoundaboutRightOutlined' -export * from './IconRoundaboutRightRounded' -export * from './IconRoundaboutRightRoundedFilled' -export * from './IconRoundaboutRightSharp' -export * from './IconRoundaboutRightSharpFilled' -export * from './IconRoundedCornerOutlinedFilled' -export * from './IconRoundedCornerOutlined' -export * from './IconRoundedCornerRoundedFilled' -export * from './IconRoundedCornerRounded' -export * from './IconRoundedCornerSharp' -export * from './IconRoundedCornerSharpFilled' -export * from './IconRouteOutlined' -export * from './IconRouteOutlinedFilled' -export * from './IconRouteRounded' -export * from './IconRouteRoundedFilled' -export * from './IconRouteSharpFilled' -export * from './IconRouteSharp' -export * from './IconRouterOutlined' -export * from './IconRouterOutlinedFilled' -export * from './IconRouterRounded' -export * from './IconRouterRoundedFilled' -export * from './IconRouterSharpFilled' -export * from './IconRouterSharp' -export * from './IconRoutineOutlined' -export * from './IconRoutineOutlinedFilled' -export * from './IconRoutineRounded' -export * from './IconRoutineRoundedFilled' -export * from './IconRoutineSharpFilled' -export * from './IconRoutineSharp' -export * from './IconRowingOutlinedFilled' -export * from './IconRowingOutlined' -export * from './IconRowingRoundedFilled' -export * from './IconRowingRounded' -export * from './IconRowingSharpFilled' -export * from './IconRowingSharp' -export * from './IconRssFeedOutlinedFilled' -export * from './IconRssFeedOutlined' -export * from './IconRssFeedRoundedFilled' -export * from './IconRssFeedRounded' -export * from './IconRssFeedSharp' -export * from './IconRssFeedSharpFilled' -export * from './IconRsvpOutlinedFilled' -export * from './IconRsvpOutlined' -export * from './IconRsvpRoundedFilled' -export * from './IconRsvpRounded' -export * from './IconRsvpSharpFilled' -export * from './IconRsvpSharp' -export * from './IconRttOutlined' -export * from './IconRttOutlinedFilled' -export * from './IconRttRoundedFilled' -export * from './IconRttRounded' -export * from './IconRttSharp' -export * from './IconRttSharpFilled' -export * from './IconRubricOutlined' -export * from './IconRubricOutlinedFilled' -export * from './IconRubricRoundedFilled' -export * from './IconRubricRounded' -export * from './IconRubricSharpFilled' -export * from './IconRubricSharp' -export * from './IconRuleOutlined' -export * from './IconRuleOutlinedFilled' -export * from './IconRuleRounded' -export * from './IconRuleRoundedFilled' -export * from './IconRuleSharpFilled' -export * from './IconRuleSharp' -export * from './IconRuleFolderOutlined' -export * from './IconRuleFolderOutlinedFilled' -export * from './IconRuleFolderRoundedFilled' -export * from './IconRuleFolderRounded' -export * from './IconRuleFolderSharp' -export * from './IconRuleFolderSharpFilled' -export * from './IconRuleSettingsOutlined' -export * from './IconRuleSettingsOutlinedFilled' -export * from './IconRuleSettingsRounded' -export * from './IconRuleSettingsRoundedFilled' -export * from './IconRuleSettingsSharpFilled' -export * from './IconRuleSettingsSharp' -export * from './IconRunCircleOutlinedFilled' -export * from './IconRunCircleOutlined' -export * from './IconRunCircleRounded' -export * from './IconRunCircleRoundedFilled' -export * from './IconRunCircleSharpFilled' -export * from './IconRunCircleSharp' -export * from './IconRunningWithErrorsOutlined' -export * from './IconRunningWithErrorsOutlinedFilled' -export * from './IconRunningWithErrorsRoundedFilled' -export * from './IconRunningWithErrorsRounded' -export * from './IconRunningWithErrorsSharpFilled' -export * from './IconRunningWithErrorsSharp' -export * from './IconRvHookupOutlinedFilled' -export * from './IconRvHookupOutlined' -export * from './IconRvHookupRoundedFilled' -export * from './IconRvHookupRounded' -export * from './IconRvHookupSharpFilled' -export * from './IconRvHookupSharp' -export * from './IconSafetyCheckOutlined' -export * from './IconSafetyCheckOutlinedFilled' -export * from './IconSafetyCheckRoundedFilled' -export * from './IconSafetyCheckRounded' -export * from './IconSafetyCheckSharpFilled' -export * from './IconSafetyCheckSharp' -export * from './IconSafetyCheckOffOutlinedFilled' -export * from './IconSafetyCheckOffOutlined' -export * from './IconSafetyCheckOffRounded' -export * from './IconSafetyCheckOffRoundedFilled' -export * from './IconSafetyCheckOffSharp' -export * from './IconSafetyCheckOffSharpFilled' -export * from './IconSafetyDividerOutlined' -export * from './IconSafetyDividerOutlinedFilled' -export * from './IconSafetyDividerRounded' -export * from './IconSafetyDividerRoundedFilled' -export * from './IconSafetyDividerSharp' -export * from './IconSafetyDividerSharpFilled' -export * from './IconSailingOutlinedFilled' -export * from './IconSailingOutlined' -export * from './IconSailingRounded' -export * from './IconSailingRoundedFilled' -export * from './IconSailingSharp' -export * from './IconSailingSharpFilled' -export * from './IconSalinityOutlinedFilled' -export * from './IconSalinityOutlined' -export * from './IconSalinityRoundedFilled' -export * from './IconSalinityRounded' -export * from './IconSalinitySharpFilled' -export * from './IconSalinitySharp' -export * from './IconSanitizerOutlinedFilled' -export * from './IconSanitizerOutlined' -export * from './IconSanitizerRounded' -export * from './IconSanitizerRoundedFilled' -export * from './IconSanitizerSharpFilled' -export * from './IconSanitizerSharp' -export * from './IconSatelliteOutlinedFilled' -export * from './IconSatelliteOutlined' -export * from './IconSatelliteRoundedFilled' -export * from './IconSatelliteRounded' -export * from './IconSatelliteSharp' -export * from './IconSatelliteSharpFilled' -export * from './IconSatelliteAltOutlined' -export * from './IconSatelliteAltOutlinedFilled' -export * from './IconSatelliteAltRounded' -export * from './IconSatelliteAltRoundedFilled' -export * from './IconSatelliteAltSharp' -export * from './IconSatelliteAltSharpFilled' -export * from './IconSaunaOutlined' -export * from './IconSaunaOutlinedFilled' -export * from './IconSaunaRoundedFilled' -export * from './IconSaunaRounded' -export * from './IconSaunaSharp' -export * from './IconSaunaSharpFilled' -export * from './IconSaveOutlined' -export * from './IconSaveOutlinedFilled' -export * from './IconSaveRounded' -export * from './IconSaveRoundedFilled' -export * from './IconSaveSharpFilled' -export * from './IconSaveSharp' -export * from './IconSaveAsOutlined' -export * from './IconSaveAsOutlinedFilled' -export * from './IconSaveAsRounded' -export * from './IconSaveAsRoundedFilled' -export * from './IconSaveAsSharp' -export * from './IconSaveAsSharpFilled' -export * from './IconSavedSearchOutlined' -export * from './IconSavedSearchOutlinedFilled' -export * from './IconSavedSearchRoundedFilled' -export * from './IconSavedSearchRounded' -export * from './IconSavedSearchSharp' -export * from './IconSavedSearchSharpFilled' -export * from './IconSavingsOutlinedFilled' -export * from './IconSavingsOutlined' -export * from './IconSavingsRoundedFilled' -export * from './IconSavingsRounded' -export * from './IconSavingsSharpFilled' -export * from './IconSavingsSharp' -export * from './IconScaleOutlinedFilled' -export * from './IconScaleOutlined' -export * from './IconScaleRoundedFilled' -export * from './IconScaleRounded' -export * from './IconScaleSharp' -export * from './IconScaleSharpFilled' -export * from './IconScanOutlinedFilled' -export * from './IconScanOutlined' -export * from './IconScanRounded' -export * from './IconScanRoundedFilled' -export * from './IconScanSharp' -export * from './IconScanSharpFilled' -export * from './IconScanDeleteOutlinedFilled' -export * from './IconScanDeleteOutlined' -export * from './IconScanDeleteRoundedFilled' -export * from './IconScanDeleteRounded' -export * from './IconScanDeleteSharp' -export * from './IconScanDeleteSharpFilled' -export * from './IconScannerOutlinedFilled' -export * from './IconScannerOutlined' -export * from './IconScannerRoundedFilled' -export * from './IconScannerRounded' -export * from './IconScannerSharpFilled' -export * from './IconScannerSharp' -export * from './IconScatterPlotOutlined' -export * from './IconScatterPlotOutlinedFilled' -export * from './IconScatterPlotRounded' -export * from './IconScatterPlotRoundedFilled' -export * from './IconScatterPlotSharpFilled' -export * from './IconScatterPlotSharp' -export * from './IconSceneOutlinedFilled' -export * from './IconSceneOutlined' -export * from './IconSceneRounded' -export * from './IconSceneRoundedFilled' -export * from './IconSceneSharpFilled' -export * from './IconSceneSharp' -export * from './IconScheduleOutlined' -export * from './IconScheduleOutlinedFilled' -export * from './IconScheduleRoundedFilled' -export * from './IconScheduleRounded' -export * from './IconScheduleSharp' -export * from './IconScheduleSharpFilled' -export * from './IconScheduleSendOutlined' -export * from './IconScheduleSendOutlinedFilled' -export * from './IconScheduleSendRoundedFilled' -export * from './IconScheduleSendRounded' -export * from './IconScheduleSendSharpFilled' -export * from './IconScheduleSendSharp' -export * from './IconSchemaOutlinedFilled' -export * from './IconSchemaOutlined' -export * from './IconSchemaRounded' -export * from './IconSchemaRoundedFilled' -export * from './IconSchemaSharpFilled' -export * from './IconSchemaSharp' -export * from './IconSchoolOutlined' -export * from './IconSchoolOutlinedFilled' -export * from './IconSchoolRounded' -export * from './IconSchoolRoundedFilled' -export * from './IconSchoolSharp' -export * from './IconSchoolSharpFilled' -export * from './IconScienceOutlined' -export * from './IconScienceOutlinedFilled' -export * from './IconScienceRoundedFilled' -export * from './IconScienceRounded' -export * from './IconScienceSharpFilled' -export * from './IconScienceSharp' -export * from './IconScienceOffOutlined' -export * from './IconScienceOffOutlinedFilled' -export * from './IconScienceOffRoundedFilled' -export * from './IconScienceOffRounded' -export * from './IconScienceOffSharpFilled' -export * from './IconScooterOutlined' -export * from './IconScooterOutlinedFilled' -export * from './IconScooterRounded' -export * from './IconScooterRoundedFilled' -export * from './IconScooterSharp' -export * from './IconScooterSharpFilled' -export * from './IconScoreOutlined' -export * from './IconScoreOutlinedFilled' -export * from './IconScoreRounded' -export * from './IconScoreRoundedFilled' -export * from './IconScoreSharp' -export * from './IconScoreSharpFilled' -export * from './IconScoreboardOutlinedFilled' -export * from './IconScoreboardOutlined' -export * from './IconScoreboardRounded' -export * from './IconScoreboardRoundedFilled' -export * from './IconScoreboardSharpFilled' -export * from './IconScoreboardSharp' -export * from './IconScreenLockLandscapeOutlined' -export * from './IconScreenLockLandscapeOutlinedFilled' -export * from './IconScreenLockLandscapeRoundedFilled' -export * from './IconScreenLockLandscapeRounded' -export * from './IconScreenLockLandscapeSharpFilled' -export * from './IconScreenLockLandscapeSharp' -export * from './IconScreenLockPortraitOutlinedFilled' -export * from './IconScreenLockPortraitOutlined' -export * from './IconScreenLockPortraitRounded' -export * from './IconScreenLockPortraitRoundedFilled' -export * from './IconScreenLockPortraitSharp' -export * from './IconScreenLockPortraitSharpFilled' -export * from './IconScreenLockRotationOutlinedFilled' -export * from './IconScreenLockRotationOutlined' -export * from './IconScreenLockRotationRounded' -export * from './IconScreenLockRotationRoundedFilled' -export * from './IconScreenLockRotationSharp' -export * from './IconScreenLockRotationSharpFilled' -export * from './IconScreenRecordOutlined' -export * from './IconScreenRecordOutlinedFilled' -export * from './IconScreenRecordRounded' -export * from './IconScreenRecordRoundedFilled' -export * from './IconScreenRecordSharp' -export * from './IconScreenRecordSharpFilled' -export * from './IconScreenRotationOutlined' -export * from './IconScreenRotationOutlinedFilled' -export * from './IconScreenRotationRoundedFilled' -export * from './IconScreenRotationRounded' -export * from './IconScreenRotationSharp' -export * from './IconScreenRotationSharpFilled' -export * from './IconScreenRotationAltOutlinedFilled' -export * from './IconScreenRotationAltOutlined' -export * from './IconScreenRotationAltRounded' -export * from './IconScreenRotationAltRoundedFilled' -export * from './IconScreenRotationAltSharpFilled' -export * from './IconScreenRotationAltSharp' -export * from './IconScreenRotationUpOutlined' -export * from './IconScreenRotationUpOutlinedFilled' -export * from './IconScreenRotationUpRounded' -export * from './IconScreenRotationUpRoundedFilled' -export * from './IconScreenRotationUpSharp' -export * from './IconScreenRotationUpSharpFilled' -export * from './IconScreenSearchDesktopOutlinedFilled' -export * from './IconScreenSearchDesktopOutlined' -export * from './IconScreenSearchDesktopRounded' -export * from './IconScreenSearchDesktopRoundedFilled' -export * from './IconScreenSearchDesktopSharp' -export * from './IconScreenSearchDesktopSharpFilled' -export * from './IconScreenShareOutlinedFilled' -export * from './IconScreenShareOutlined' -export * from './IconScreenShareRoundedFilled' -export * from './IconScreenShareRounded' -export * from './IconScreenShareSharpFilled' -export * from './IconScreenShareSharp' -export * from './IconScreenshotOutlinedFilled' -export * from './IconScreenshotOutlined' -export * from './IconScreenshotRoundedFilled' -export * from './IconScreenshotRounded' -export * from './IconScreenshotSharp' -export * from './IconScreenshotSharpFilled' -export * from './IconScreenshotFrameOutlined' -export * from './IconScreenshotFrameOutlinedFilled' -export * from './IconScreenshotFrameRoundedFilled' -export * from './IconScreenshotFrameRounded' -export * from './IconScreenshotFrameSharpFilled' -export * from './IconScreenshotFrameSharp' -export * from './IconScreenshotKeyboardOutlinedFilled' -export * from './IconScreenshotKeyboardOutlined' -export * from './IconScreenshotKeyboardRounded' -export * from './IconScreenshotKeyboardRoundedFilled' -export * from './IconScreenshotKeyboardSharp' -export * from './IconScreenshotKeyboardSharpFilled' -export * from './IconScreenshotMonitorOutlined' -export * from './IconScreenshotMonitorOutlinedFilled' -export * from './IconScreenshotMonitorRounded' -export * from './IconScreenshotMonitorRoundedFilled' -export * from './IconScreenshotMonitorSharp' -export * from './IconScreenshotMonitorSharpFilled' -export * from './IconScreenshotRegionOutlinedFilled' -export * from './IconScreenshotRegionOutlined' -export * from './IconScreenshotRegionRounded' -export * from './IconScreenshotRegionRoundedFilled' -export * from './IconScreenshotRegionSharpFilled' -export * from './IconScreenshotRegionSharp' -export * from './IconScreenshotTabletOutlined' -export * from './IconScreenshotTabletOutlinedFilled' -export * from './IconScreenshotTabletRoundedFilled' -export * from './IconScreenshotTabletRounded' -export * from './IconScreenshotTabletSharp' -export * from './IconScreenshotTabletSharpFilled' -export * from './IconScriptOutlinedFilled' -export * from './IconScriptOutlined' -export * from './IconScriptRoundedFilled' -export * from './IconScriptRounded' -export * from './IconScriptSharpFilled' -export * from './IconScriptSharp' -export * from './IconScrollableHeaderOutlined' -export * from './IconScrollableHeaderOutlinedFilled' -export * from './IconScrollableHeaderRounded' -export * from './IconScrollableHeaderRoundedFilled' -export * from './IconScrollableHeaderSharp' -export * from './IconScrollableHeaderSharpFilled' -export * from './IconScubaDivingOutlinedFilled' -export * from './IconScubaDivingOutlined' -export * from './IconScubaDivingRoundedFilled' -export * from './IconScubaDivingRounded' -export * from './IconScubaDivingSharp' -export * from './IconScubaDivingSharpFilled' -export * from './IconSdOutlined' -export * from './IconSdOutlinedFilled' -export * from './IconSdRounded' -export * from './IconSdRoundedFilled' -export * from './IconSdSharp' -export * from './IconSdSharpFilled' -export * from './IconSdCardOutlinedFilled' -export * from './IconSdCardOutlined' -export * from './IconSdCardRoundedFilled' -export * from './IconSdCardRounded' -export * from './IconSdCardSharpFilled' -export * from './IconSdCardSharp' -export * from './IconSdCardAlertOutlined' -export * from './IconSdCardAlertOutlinedFilled' -export * from './IconSdCardAlertRounded' -export * from './IconSdCardAlertRoundedFilled' -export * from './IconSdCardAlertSharpFilled' -export * from './IconSdCardAlertSharp' -export * from './IconSdkOutlined' -export * from './IconSdkOutlinedFilled' -export * from './IconSdkRoundedFilled' -export * from './IconSdkRounded' -export * from './IconSdkSharpFilled' -export * from './IconSdkSharp' -export * from './IconSearchOutlinedFilled' -export * from './IconSearchOutlined' -export * from './IconSearchRoundedFilled' -export * from './IconSearchRounded' -export * from './IconSearchSharpFilled' -export * from './IconSearchSharp' -export * from './IconSearchActivityOutlinedFilled' -export * from './IconSearchActivityOutlined' -export * from './IconSearchActivityRoundedFilled' -export * from './IconSearchActivityRounded' -export * from './IconSearchActivitySharp' -export * from './IconSearchActivitySharpFilled' -export * from './IconSearchCheckOutlined' -export * from './IconSearchCheckOutlinedFilled' -export * from './IconSearchCheckRounded' -export * from './IconSearchCheckRoundedFilled' -export * from './IconSearchCheckSharp' -export * from './IconSearchCheckSharpFilled' -export * from './IconSearchCheck2OutlinedFilled' -export * from './IconSearchCheck2Outlined' -export * from './IconSearchCheck2RoundedFilled' -export * from './IconSearchCheck2Rounded' -export * from './IconSearchCheck2SharpFilled' -export * from './IconSearchCheck2Sharp' -export * from './IconSearchHandsFreeOutlined' -export * from './IconSearchHandsFreeOutlinedFilled' -export * from './IconSearchHandsFreeRounded' -export * from './IconSearchHandsFreeRoundedFilled' -export * from './IconSearchHandsFreeSharpFilled' -export * from './IconSearchHandsFreeSharp' -export * from './IconSearchInsightsOutlinedFilled' -export * from './IconSearchInsightsOutlined' -export * from './IconSearchInsightsRoundedFilled' -export * from './IconSearchInsightsRounded' -export * from './IconSearchInsightsSharpFilled' -export * from './IconSearchInsightsSharp' -export * from './IconSearchOffOutlinedFilled' -export * from './IconSearchOffOutlined' -export * from './IconSearchOffRounded' -export * from './IconSearchOffRoundedFilled' -export * from './IconSearchOffSharpFilled' -export * from './IconSearchOffSharp' -export * from './IconSecurityOutlinedFilled' -export * from './IconSecurityOutlined' -export * from './IconSecurityRounded' -export * from './IconSecurityRoundedFilled' -export * from './IconSecuritySharp' -export * from './IconSecuritySharpFilled' -export * from './IconSecurityKeyOutlined' -export * from './IconSecurityKeyOutlinedFilled' -export * from './IconSecurityKeyRoundedFilled' -export * from './IconSecurityKeyRounded' -export * from './IconSecurityKeySharp' -export * from './IconSecurityKeySharpFilled' -export * from './IconSecurityUpdateGoodOutlined' -export * from './IconSecurityUpdateGoodOutlinedFilled' -export * from './IconSecurityUpdateGoodRoundedFilled' -export * from './IconSecurityUpdateGoodRounded' -export * from './IconSecurityUpdateGoodSharp' -export * from './IconSecurityUpdateGoodSharpFilled' -export * from './IconSecurityUpdateWarningOutlinedFilled' -export * from './IconSecurityUpdateWarningOutlined' -export * from './IconSecurityUpdateWarningRoundedFilled' -export * from './IconSecurityUpdateWarningRounded' -export * from './IconSecurityUpdateWarningSharp' -export * from './IconSecurityUpdateWarningSharpFilled' -export * from './IconSegmentOutlinedFilled' -export * from './IconSegmentOutlined' -export * from './IconSegmentRounded' -export * from './IconSegmentRoundedFilled' -export * from './IconSegmentSharpFilled' -export * from './IconSegmentSharp' -export * from './IconSelectOutlined' -export * from './IconSelectOutlinedFilled' -export * from './IconSelectRoundedFilled' -export * from './IconSelectRounded' -export * from './IconSelectSharp' -export * from './IconSelectSharpFilled' -export * from './IconSelectAllOutlined' -export * from './IconSelectAllOutlinedFilled' -export * from './IconSelectAllRounded' -export * from './IconSelectAllRoundedFilled' -export * from './IconSelectAllSharpFilled' -export * from './IconSelectAllSharp' -export * from './IconSelectCheckBoxOutlined' -export * from './IconSelectCheckBoxOutlinedFilled' -export * from './IconSelectCheckBoxRounded' -export * from './IconSelectCheckBoxRoundedFilled' -export * from './IconSelectCheckBoxSharpFilled' -export * from './IconSelectCheckBoxSharp' -export * from './IconSelectToSpeakOutlinedFilled' -export * from './IconSelectToSpeakOutlined' -export * from './IconSelectToSpeakRoundedFilled' -export * from './IconSelectToSpeakRounded' -export * from './IconSelectToSpeakSharp' -export * from './IconSelectToSpeakSharpFilled' -export * from './IconSelectWindowOutlinedFilled' -export * from './IconSelectWindowOutlined' -export * from './IconSelectWindowRounded' -export * from './IconSelectWindowRoundedFilled' -export * from './IconSelectWindowSharpFilled' -export * from './IconSelectWindowSharp' -export * from './IconSelectWindow2OutlinedFilled' -export * from './IconSelectWindow2Outlined' -export * from './IconSelectWindow2Rounded' -export * from './IconSelectWindow2RoundedFilled' -export * from './IconSelectWindow2Sharp' -export * from './IconSelectWindow2SharpFilled' -export * from './IconSelectWindowOffOutlinedFilled' -export * from './IconSelectWindowOffOutlined' -export * from './IconSelectWindowOffRoundedFilled' -export * from './IconSelectWindowOffRounded' -export * from './IconSelectWindowOffSharp' -export * from './IconSelectWindowOffSharpFilled' -export * from './IconSelfCareOutlined' -export * from './IconSelfCareOutlinedFilled' -export * from './IconSelfCareRounded' -export * from './IconSelfCareRoundedFilled' -export * from './IconSelfCareSharpFilled' -export * from './IconSelfCareSharp' -export * from './IconSelfImprovementOutlined' -export * from './IconSelfImprovementOutlinedFilled' -export * from './IconSelfImprovementRounded' -export * from './IconSelfImprovementRoundedFilled' -export * from './IconSelfImprovementSharp' -export * from './IconSelfImprovementSharpFilled' -export * from './IconSellOutlined' -export * from './IconSellOutlinedFilled' -export * from './IconSellRoundedFilled' -export * from './IconSellRounded' -export * from './IconSellSharpFilled' -export * from './IconSellSharp' -export * from './IconSendOutlined' -export * from './IconSendOutlinedFilled' -export * from './IconSendRoundedFilled' -export * from './IconSendRounded' -export * from './IconSendSharpFilled' -export * from './IconSendSharp' -export * from './IconSendAndArchiveOutlined' -export * from './IconSendAndArchiveOutlinedFilled' -export * from './IconSendAndArchiveRoundedFilled' -export * from './IconSendAndArchiveRounded' -export * from './IconSendAndArchiveSharp' -export * from './IconSendAndArchiveSharpFilled' -export * from './IconSendMoneyOutlined' -export * from './IconSendMoneyOutlinedFilled' -export * from './IconSendMoneyRoundedFilled' -export * from './IconSendMoneyRounded' -export * from './IconSendMoneySharp' -export * from './IconSendMoneySharpFilled' -export * from './IconSendTimeExtensionOutlinedFilled' -export * from './IconSendTimeExtensionOutlined' -export * from './IconSendTimeExtensionRoundedFilled' -export * from './IconSendTimeExtensionRounded' -export * from './IconSendTimeExtensionSharp' -export * from './IconSendTimeExtensionSharpFilled' -export * from './IconSendToMobileOutlinedFilled' -export * from './IconSendToMobileOutlined' -export * from './IconSendToMobileRounded' -export * from './IconSendToMobileRoundedFilled' -export * from './IconSendToMobileSharp' -export * from './IconSendToMobileSharpFilled' -export * from './IconSensorDoorOutlinedFilled' -export * from './IconSensorDoorOutlined' -export * from './IconSensorDoorRoundedFilled' -export * from './IconSensorDoorRounded' -export * from './IconSensorDoorSharpFilled' -export * from './IconSensorDoorSharp' -export * from './IconSensorOccupiedOutlined' -export * from './IconSensorOccupiedOutlinedFilled' -export * from './IconSensorOccupiedRoundedFilled' -export * from './IconSensorOccupiedRounded' -export * from './IconSensorOccupiedSharp' -export * from './IconSensorOccupiedSharpFilled' -export * from './IconSensorWindowOutlined' -export * from './IconSensorWindowOutlinedFilled' -export * from './IconSensorWindowRounded' -export * from './IconSensorWindowRoundedFilled' -export * from './IconSensorWindowSharpFilled' -export * from './IconSensorWindowSharp' -export * from './IconSensorsOutlined' -export * from './IconSensorsOutlinedFilled' -export * from './IconSensorsRounded' -export * from './IconSensorsRoundedFilled' -export * from './IconSensorsSharpFilled' -export * from './IconSensorsSharp' -export * from './IconSensorsKrxOutlinedFilled' -export * from './IconSensorsKrxOutlined' -export * from './IconSensorsKrxRounded' -export * from './IconSensorsKrxRoundedFilled' -export * from './IconSensorsKrxSharpFilled' -export * from './IconSensorsKrxSharp' -export * from './IconSensorsKrxOffOutlined' -export * from './IconSensorsKrxOffOutlinedFilled' -export * from './IconSensorsKrxOffRounded' -export * from './IconSensorsKrxOffRoundedFilled' -export * from './IconSensorsKrxOffSharp' -export * from './IconSensorsKrxOffSharpFilled' -export * from './IconSensorsOffOutlined' -export * from './IconSensorsOffOutlinedFilled' -export * from './IconSensorsOffRounded' -export * from './IconSensorsOffRoundedFilled' -export * from './IconSensorsOffSharpFilled' -export * from './IconSensorsOffSharp' -export * from './IconSentimentCalmOutlinedFilled' -export * from './IconSentimentCalmOutlined' -export * from './IconSentimentCalmRounded' -export * from './IconSentimentCalmRoundedFilled' -export * from './IconSentimentCalmSharpFilled' -export * from './IconSentimentCalmSharp' -export * from './IconSentimentContentOutlinedFilled' -export * from './IconSentimentContentOutlined' -export * from './IconSentimentContentRounded' -export * from './IconSentimentContentRoundedFilled' -export * from './IconSentimentContentSharpFilled' -export * from './IconSentimentContentSharp' -export * from './IconSentimentDissatisfiedOutlinedFilled' -export * from './IconSentimentDissatisfiedOutlined' -export * from './IconSentimentDissatisfiedRoundedFilled' -export * from './IconSentimentDissatisfiedRounded' -export * from './IconSentimentDissatisfiedSharpFilled' -export * from './IconSentimentDissatisfiedSharp' -export * from './IconSentimentExcitedOutlinedFilled' -export * from './IconSentimentExcitedOutlined' -export * from './IconSentimentExcitedRoundedFilled' -export * from './IconSentimentExcitedRounded' -export * from './IconSentimentExcitedSharp' -export * from './IconSentimentExcitedSharpFilled' -export * from './IconSentimentExtremelyDissatisfiedOutlinedFilled' -export * from './IconSentimentExtremelyDissatisfiedOutlined' -export * from './IconSentimentExtremelyDissatisfiedRounded' -export * from './IconSentimentExtremelyDissatisfiedRoundedFilled' -export * from './IconSentimentExtremelyDissatisfiedSharpFilled' -export * from './IconSentimentExtremelyDissatisfiedSharp' -export * from './IconSentimentFrustratedOutlinedFilled' -export * from './IconSentimentFrustratedOutlined' -export * from './IconSentimentFrustratedRoundedFilled' -export * from './IconSentimentFrustratedRounded' -export * from './IconSentimentFrustratedSharp' -export * from './IconSentimentFrustratedSharpFilled' -export * from './IconSentimentNeutralOutlinedFilled' -export * from './IconSentimentNeutralOutlined' -export * from './IconSentimentNeutralRounded' -export * from './IconSentimentNeutralRoundedFilled' -export * from './IconSentimentNeutralSharpFilled' -export * from './IconSentimentNeutralSharp' -export * from './IconSentimentSadOutlined' -export * from './IconSentimentSadOutlinedFilled' -export * from './IconSentimentSadRoundedFilled' -export * from './IconSentimentSadRounded' -export * from './IconSentimentSadSharpFilled' -export * from './IconSentimentSadSharp' -export * from './IconSentimentSatisfiedOutlined' -export * from './IconSentimentSatisfiedOutlinedFilled' -export * from './IconSentimentSatisfiedRoundedFilled' -export * from './IconSentimentSatisfiedRounded' -export * from './IconSentimentSatisfiedSharp' -export * from './IconSentimentSatisfiedSharpFilled' -export * from './IconSentimentStressedOutlined' -export * from './IconSentimentStressedOutlinedFilled' -export * from './IconSentimentStressedRounded' -export * from './IconSentimentStressedRoundedFilled' -export * from './IconSentimentStressedSharpFilled' -export * from './IconSentimentStressedSharp' -export * from './IconSentimentVeryDissatisfiedOutlined' -export * from './IconSentimentVeryDissatisfiedOutlinedFilled' -export * from './IconSentimentVeryDissatisfiedRounded' -export * from './IconSentimentVeryDissatisfiedRoundedFilled' -export * from './IconSentimentVeryDissatisfiedSharpFilled' -export * from './IconSentimentVeryDissatisfiedSharp' -export * from './IconSentimentVerySatisfiedOutlinedFilled' -export * from './IconSentimentVerySatisfiedOutlined' -export * from './IconSentimentVerySatisfiedRounded' -export * from './IconSentimentVerySatisfiedRoundedFilled' -export * from './IconSentimentVerySatisfiedSharpFilled' -export * from './IconSentimentVerySatisfiedSharp' -export * from './IconSentimentWorriedOutlinedFilled' -export * from './IconSentimentWorriedOutlined' -export * from './IconSentimentWorriedRoundedFilled' -export * from './IconSentimentWorriedRounded' -export * from './IconSentimentWorriedSharp' -export * from './IconSentimentWorriedSharpFilled' -export * from './IconSerifOutlined' -export * from './IconSerifOutlinedFilled' -export * from './IconSerifRoundedFilled' -export * from './IconSerifRounded' -export * from './IconSerifSharp' -export * from './IconSerifSharpFilled' -export * from './IconServiceToolboxOutlinedFilled' -export * from './IconServiceToolboxOutlined' -export * from './IconServiceToolboxRounded' -export * from './IconServiceToolboxRoundedFilled' -export * from './IconServiceToolboxSharpFilled' -export * from './IconServiceToolboxSharp' -export * from './IconSetMealOutlined' -export * from './IconSetMealOutlinedFilled' -export * from './IconSetMealRounded' -export * from './IconSetMealRoundedFilled' -export * from './IconSetMealSharpFilled' -export * from './IconSetMealSharp' -export * from './IconSettingsOutlinedFilled' -export * from './IconSettingsOutlined' -export * from './IconSettingsRoundedFilled' -export * from './IconSettingsRounded' -export * from './IconSettingsSharp' -export * from './IconSettingsSharpFilled' -export * from './IconSettingsAccessibilityOutlined' -export * from './IconSettingsAccessibilityOutlinedFilled' -export * from './IconSettingsAccessibilityRoundedFilled' -export * from './IconSettingsAccessibilityRounded' -export * from './IconSettingsAccessibilitySharp' -export * from './IconSettingsAccessibilitySharpFilled' -export * from './IconSettingsAccountBoxOutlined' -export * from './IconSettingsAccountBoxOutlinedFilled' -export * from './IconSettingsAccountBoxRoundedFilled' -export * from './IconSettingsAccountBoxRounded' -export * from './IconSettingsAccountBoxSharp' -export * from './IconSettingsAccountBoxSharpFilled' -export * from './IconSettingsAlertOutlinedFilled' -export * from './IconSettingsAlertOutlined' -export * from './IconSettingsAlertRoundedFilled' -export * from './IconSettingsAlertRounded' -export * from './IconSettingsAlertSharp' -export * from './IconSettingsAlertSharpFilled' -export * from './IconSettingsApplicationsOutlined' -export * from './IconSettingsApplicationsOutlinedFilled' -export * from './IconSettingsApplicationsRoundedFilled' -export * from './IconSettingsApplicationsRounded' -export * from './IconSettingsApplicationsSharp' -export * from './IconSettingsApplicationsSharpFilled' -export * from './IconSettingsBRollOutlinedFilled' -export * from './IconSettingsBRollOutlined' -export * from './IconSettingsBRollRoundedFilled' -export * from './IconSettingsBRollRounded' -export * from './IconSettingsBRollSharp' -export * from './IconSettingsBRollSharpFilled' -export * from './IconSettingsBackupRestoreOutlined' -export * from './IconSettingsBackupRestoreOutlinedFilled' -export * from './IconSettingsBackupRestoreRounded' -export * from './IconSettingsBackupRestoreRoundedFilled' -export * from './IconSettingsBackupRestoreSharp' -export * from './IconSettingsBackupRestoreSharpFilled' -export * from './IconSettingsBluetoothOutlined' -export * from './IconSettingsBluetoothOutlinedFilled' -export * from './IconSettingsBluetoothRounded' -export * from './IconSettingsBluetoothRoundedFilled' -export * from './IconSettingsBluetoothSharp' -export * from './IconSettingsBluetoothSharpFilled' -export * from './IconSettingsBrightnessOutlined' -export * from './IconSettingsBrightnessOutlinedFilled' -export * from './IconSettingsBrightnessRounded' -export * from './IconSettingsBrightnessRoundedFilled' -export * from './IconSettingsBrightnessSharp' -export * from './IconSettingsBrightnessSharpFilled' -export * from './IconSettingsCellOutlined' -export * from './IconSettingsCellOutlinedFilled' -export * from './IconSettingsCellRoundedFilled' -export * from './IconSettingsCellRounded' -export * from './IconSettingsCellSharpFilled' -export * from './IconSettingsCellSharp' -export * from './IconSettingsCinematicBlurOutlined' -export * from './IconSettingsCinematicBlurOutlinedFilled' -export * from './IconSettingsCinematicBlurRounded' -export * from './IconSettingsCinematicBlurRoundedFilled' -export * from './IconSettingsCinematicBlurSharp' -export * from './IconSettingsCinematicBlurSharpFilled' -export * from './IconSettingsEthernetOutlined' -export * from './IconSettingsEthernetOutlinedFilled' -export * from './IconSettingsEthernetRounded' -export * from './IconSettingsEthernetRoundedFilled' -export * from './IconSettingsEthernetSharpFilled' -export * from './IconSettingsEthernetSharp' -export * from './IconSettingsHeartOutlined' -export * from './IconSettingsHeartOutlinedFilled' -export * from './IconSettingsHeartRoundedFilled' -export * from './IconSettingsHeartRounded' -export * from './IconSettingsHeartSharpFilled' -export * from './IconSettingsHeartSharp' -export * from './IconSettingsInputAntennaOutlined' -export * from './IconSettingsInputAntennaOutlinedFilled' -export * from './IconSettingsInputAntennaRoundedFilled' -export * from './IconSettingsInputAntennaRounded' -export * from './IconSettingsInputAntennaSharp' -export * from './IconSettingsInputAntennaSharpFilled' -export * from './IconSettingsInputComponentOutlined' -export * from './IconSettingsInputComponentOutlinedFilled' -export * from './IconSettingsInputComponentRoundedFilled' -export * from './IconSettingsInputComponentRounded' -export * from './IconSettingsInputComponentSharpFilled' -export * from './IconSettingsInputComponentSharp' -export * from './IconSettingsInputHdmiOutlined' -export * from './IconSettingsInputHdmiOutlinedFilled' -export * from './IconSettingsInputHdmiRoundedFilled' -export * from './IconSettingsInputHdmiRounded' -export * from './IconSettingsInputHdmiSharp' -export * from './IconSettingsInputHdmiSharpFilled' -export * from './IconSettingsInputSvideoOutlined' -export * from './IconSettingsInputSvideoOutlinedFilled' -export * from './IconSettingsInputSvideoRoundedFilled' -export * from './IconSettingsInputSvideoRounded' -export * from './IconSettingsInputSvideoSharpFilled' -export * from './IconSettingsInputSvideoSharp' -export * from './IconSettingsMotionModeOutlinedFilled' -export * from './IconSettingsMotionModeOutlined' -export * from './IconSettingsMotionModeRounded' -export * from './IconSettingsMotionModeRoundedFilled' -export * from './IconSettingsMotionModeSharpFilled' -export * from './IconSettingsMotionModeSharp' -export * from './IconSettingsNightSightOutlinedFilled' -export * from './IconSettingsNightSightOutlined' -export * from './IconSettingsNightSightRoundedFilled' -export * from './IconSettingsNightSightRounded' -export * from './IconSettingsNightSightSharpFilled' -export * from './IconSettingsNightSightSharp' -export * from './IconSettingsOverscanOutlinedFilled' -export * from './IconSettingsOverscanOutlined' -export * from './IconSettingsOverscanRounded' -export * from './IconSettingsOverscanRoundedFilled' -export * from './IconSettingsOverscanSharpFilled' -export * from './IconSettingsOverscanSharp' -export * from './IconSettingsPanoramaOutlinedFilled' -export * from './IconSettingsPanoramaOutlined' -export * from './IconSettingsPanoramaRoundedFilled' -export * from './IconSettingsPanoramaRounded' -export * from './IconSettingsPanoramaSharp' -export * from './IconSettingsPanoramaSharpFilled' -export * from './IconSettingsPhoneOutlined' -export * from './IconSettingsPhoneOutlinedFilled' -export * from './IconSettingsPhoneRounded' -export * from './IconSettingsPhoneRoundedFilled' -export * from './IconSettingsPhoneSharp' -export * from './IconSettingsPhoneSharpFilled' -export * from './IconSettingsPhotoCameraOutlined' -export * from './IconSettingsPhotoCameraOutlinedFilled' -export * from './IconSettingsPhotoCameraRounded' -export * from './IconSettingsPhotoCameraRoundedFilled' -export * from './IconSettingsPhotoCameraSharp' -export * from './IconSettingsPhotoCameraSharpFilled' -export * from './IconSettingsPowerOutlined' -export * from './IconSettingsPowerOutlinedFilled' -export * from './IconSettingsPowerRounded' -export * from './IconSettingsPowerRoundedFilled' -export * from './IconSettingsPowerSharp' -export * from './IconSettingsPowerSharpFilled' -export * from './IconSettingsRemoteOutlined' -export * from './IconSettingsRemoteOutlinedFilled' -export * from './IconSettingsRemoteRounded' -export * from './IconSettingsRemoteRoundedFilled' -export * from './IconSettingsRemoteSharpFilled' -export * from './IconSettingsRemoteSharp' -export * from './IconSettingsSlowMotionOutlinedFilled' -export * from './IconSettingsSlowMotionOutlined' -export * from './IconSettingsSlowMotionRounded' -export * from './IconSettingsSlowMotionRoundedFilled' -export * from './IconSettingsSlowMotionSharpFilled' -export * from './IconSettingsSlowMotionSharp' -export * from './IconSettingsSystemDaydreamOutlinedFilled' -export * from './IconSettingsSystemDaydreamOutlined' -export * from './IconSettingsSystemDaydreamRounded' -export * from './IconSettingsSystemDaydreamRoundedFilled' -export * from './IconSettingsSystemDaydreamSharpFilled' -export * from './IconSettingsSystemDaydreamSharp' -export * from './IconSettingsTimelapseOutlined' -export * from './IconSettingsTimelapseOutlinedFilled' -export * from './IconSettingsTimelapseRoundedFilled' -export * from './IconSettingsTimelapseRounded' -export * from './IconSettingsTimelapseSharpFilled' -export * from './IconSettingsTimelapseSharp' -export * from './IconSettingsVideoCameraOutlined' -export * from './IconSettingsVideoCameraOutlinedFilled' -export * from './IconSettingsVideoCameraRounded' -export * from './IconSettingsVideoCameraRoundedFilled' -export * from './IconSettingsVideoCameraSharp' -export * from './IconSettingsVideoCameraSharpFilled' -export * from './IconSettingsVoiceOutlinedFilled' -export * from './IconSettingsVoiceOutlined' -export * from './IconSettingsVoiceRounded' -export * from './IconSettingsVoiceRoundedFilled' -export * from './IconSettingsVoiceSharp' -export * from './IconSettingsVoiceSharpFilled' -export * from './IconSettopComponentOutlined' -export * from './IconSettopComponentOutlinedFilled' -export * from './IconSettopComponentRounded' -export * from './IconSettopComponentRoundedFilled' -export * from './IconSettopComponentSharpFilled' -export * from './IconSettopComponentSharp' -export * from './IconSevereColdOutlinedFilled' -export * from './IconSevereColdOutlined' -export * from './IconSevereColdRoundedFilled' -export * from './IconSevereColdRounded' -export * from './IconSevereColdSharpFilled' -export * from './IconSevereColdSharp' -export * from './IconShadowOutlined' -export * from './IconShadowOutlinedFilled' -export * from './IconShadowRoundedFilled' -export * from './IconShadowRounded' -export * from './IconShadowSharpFilled' -export * from './IconShadowSharp' -export * from './IconShadowAddOutlined' -export * from './IconShadowAddOutlinedFilled' -export * from './IconShadowAddRounded' -export * from './IconShadowAddRoundedFilled' -export * from './IconShadowAddSharpFilled' -export * from './IconShadowAddSharp' -export * from './IconShadowMinusOutlinedFilled' -export * from './IconShadowMinusOutlined' -export * from './IconShadowMinusRounded' -export * from './IconShadowMinusRoundedFilled' -export * from './IconShadowMinusSharp' -export * from './IconShadowMinusSharpFilled' -export * from './IconShapeLineOutlinedFilled' -export * from './IconShapeLineOutlined' -export * from './IconShapeLineRoundedFilled' -export * from './IconShapeLineRounded' -export * from './IconShapeLineSharp' -export * from './IconShapeLineSharpFilled' -export * from './IconShapesOutlinedFilled' -export * from './IconShapesOutlined' -export * from './IconShapesRoundedFilled' -export * from './IconShapesRounded' -export * from './IconShapesSharpFilled' -export * from './IconShapesSharp' -export * from './IconShareOutlinedFilled' -export * from './IconShareOutlined' -export * from './IconShareRoundedFilled' -export * from './IconShareRounded' -export * from './IconShareSharp' -export * from './IconShareSharpFilled' -export * from './IconShareLocationOutlined' -export * from './IconShareLocationOutlinedFilled' -export * from './IconShareLocationRoundedFilled' -export * from './IconShareLocationRounded' -export * from './IconShareLocationSharp' -export * from './IconShareLocationSharpFilled' -export * from './IconShareOffOutlined' -export * from './IconShareOffOutlinedFilled' -export * from './IconShareOffRounded' -export * from './IconShareOffRoundedFilled' -export * from './IconShareOffSharp' -export * from './IconShareOffSharpFilled' -export * from './IconShareReviewsOutlined' -export * from './IconShareReviewsOutlinedFilled' -export * from './IconShareReviewsRoundedFilled' -export * from './IconShareReviewsRounded' -export * from './IconShareReviewsSharpFilled' -export * from './IconShareReviewsSharp' -export * from './IconShareWindowsOutlined' -export * from './IconShareWindowsOutlinedFilled' -export * from './IconShareWindowsRoundedFilled' -export * from './IconShareWindowsRounded' -export * from './IconShareWindowsSharp' -export * from './IconShareWindowsSharpFilled' -export * from './IconSheetsRtlOutlinedFilled' -export * from './IconSheetsRtlOutlined' -export * from './IconSheetsRtlRounded' -export * from './IconSheetsRtlRoundedFilled' -export * from './IconSheetsRtlSharpFilled' -export * from './IconSheetsRtlSharp' -export * from './IconShelfAutoHideOutlinedFilled' -export * from './IconShelfAutoHideOutlined' -export * from './IconShelfAutoHideRoundedFilled' -export * from './IconShelfAutoHideRounded' -export * from './IconShelfAutoHideSharpFilled' -export * from './IconShelfAutoHideSharp' -export * from './IconShelfPositionOutlinedFilled' -export * from './IconShelfPositionOutlined' -export * from './IconShelfPositionRoundedFilled' -export * from './IconShelfPositionRounded' -export * from './IconShelfPositionSharpFilled' -export * from './IconShelfPositionSharp' -export * from './IconShelvesOutlinedFilled' -export * from './IconShelvesOutlined' -export * from './IconShelvesRoundedFilled' -export * from './IconShelvesRounded' -export * from './IconShelvesSharpFilled' -export * from './IconShelvesSharp' -export * from './IconShieldOutlined' -export * from './IconShieldOutlinedFilled' -export * from './IconShieldRounded' -export * from './IconShieldRoundedFilled' -export * from './IconShieldSharp' -export * from './IconShieldSharpFilled' -export * from './IconShieldLockOutlined' -export * from './IconShieldLockOutlinedFilled' -export * from './IconShieldLockRounded' -export * from './IconShieldLockRoundedFilled' -export * from './IconShieldLockSharp' -export * from './IconShieldLockSharpFilled' -export * from './IconShieldLockedOutlinedFilled' -export * from './IconShieldLockedOutlined' -export * from './IconShieldLockedRounded' -export * from './IconShieldLockedRoundedFilled' -export * from './IconShieldLockedSharpFilled' -export * from './IconShieldLockedSharp' -export * from './IconShieldMoonOutlined' -export * from './IconShieldMoonOutlinedFilled' -export * from './IconShieldMoonRounded' -export * from './IconShieldMoonRoundedFilled' -export * from './IconShieldMoonSharp' -export * from './IconShieldMoonSharpFilled' -export * from './IconShieldPersonOutlinedFilled' -export * from './IconShieldPersonOutlined' -export * from './IconShieldPersonRounded' -export * from './IconShieldPersonRoundedFilled' -export * from './IconShieldPersonSharpFilled' -export * from './IconShieldPersonSharp' -export * from './IconShieldQuestionOutlined' -export * from './IconShieldQuestionOutlinedFilled' -export * from './IconShieldQuestionRounded' -export * from './IconShieldQuestionRoundedFilled' -export * from './IconShieldQuestionSharp' -export * from './IconShieldQuestionSharpFilled' -export * from './IconShieldWithHeartOutlined' -export * from './IconShieldWithHeartOutlinedFilled' -export * from './IconShieldWithHeartRoundedFilled' -export * from './IconShieldWithHeartRounded' -export * from './IconShieldWithHeartSharp' -export * from './IconShieldWithHeartSharpFilled' -export * from './IconShieldWithHouseOutlined' -export * from './IconShieldWithHouseOutlinedFilled' -export * from './IconShieldWithHouseRounded' -export * from './IconShieldWithHouseRoundedFilled' -export * from './IconShieldWithHouseSharp' -export * from './IconShieldWithHouseSharpFilled' -export * from './IconShiftOutlined' -export * from './IconShiftOutlinedFilled' -export * from './IconShiftRoundedFilled' -export * from './IconShiftRounded' -export * from './IconShiftSharp' -export * from './IconShiftSharpFilled' -export * from './IconShiftLockOutlinedFilled' -export * from './IconShiftLockOutlined' -export * from './IconShiftLockRoundedFilled' -export * from './IconShiftLockRounded' -export * from './IconShiftLockSharpFilled' -export * from './IconShiftLockSharp' -export * from './IconShiftLockOffOutlinedFilled' -export * from './IconShiftLockOffOutlined' -export * from './IconShiftLockOffRoundedFilled' -export * from './IconShiftLockOffRounded' -export * from './IconShiftLockOffSharp' -export * from './IconShiftLockOffSharpFilled' -export * from './IconShopOutlinedFilled' -export * from './IconShopOutlined' -export * from './IconShopRoundedFilled' -export * from './IconShopRounded' -export * from './IconShopSharp' -export * from './IconShopSharpFilled' -export * from './IconShopTwoOutlinedFilled' -export * from './IconShopTwoOutlined' -export * from './IconShopTwoRoundedFilled' -export * from './IconShopTwoRounded' -export * from './IconShopTwoSharpFilled' -export * from './IconShopTwoSharp' -export * from './IconShoppingBagOutlined' -export * from './IconShoppingBagOutlinedFilled' -export * from './IconShoppingBagRoundedFilled' -export * from './IconShoppingBagRounded' -export * from './IconShoppingBagSharpFilled' -export * from './IconShoppingBagSharp' -export * from './IconShoppingBasketOutlined' -export * from './IconShoppingBasketOutlinedFilled' -export * from './IconShoppingBasketRoundedFilled' -export * from './IconShoppingBasketRounded' -export * from './IconShoppingBasketSharp' -export * from './IconShoppingBasketSharpFilled' -export * from './IconShoppingCartOutlined' -export * from './IconShoppingCartOutlinedFilled' -export * from './IconShoppingCartRounded' -export * from './IconShoppingCartRoundedFilled' -export * from './IconShoppingCartSharpFilled' -export * from './IconShoppingCartSharp' -export * from './IconShoppingCartCheckoutOutlined' -export * from './IconShoppingCartCheckoutOutlinedFilled' -export * from './IconShoppingCartCheckoutRounded' -export * from './IconShoppingCartCheckoutRoundedFilled' -export * from './IconShoppingCartCheckoutSharp' -export * from './IconShoppingCartCheckoutSharpFilled' -export * from './IconShoppingCartOffOutlinedFilled' -export * from './IconShoppingCartOffOutlined' -export * from './IconShoppingCartOffRounded' -export * from './IconShoppingCartOffRoundedFilled' -export * from './IconShoppingCartOffSharpFilled' -export * from './IconShoppingCartOffSharp' -export * from './IconShoppingmodeOutlinedFilled' -export * from './IconShoppingmodeOutlined' -export * from './IconShoppingmodeRounded' -export * from './IconShoppingmodeRoundedFilled' -export * from './IconShoppingmodeSharpFilled' -export * from './IconShoppingmodeSharp' -export * from './IconShortStayOutlinedFilled' -export * from './IconShortStayOutlined' -export * from './IconShortStayRoundedFilled' -export * from './IconShortStayRounded' -export * from './IconShortStaySharp' -export * from './IconShortStaySharpFilled' -export * from './IconShortTextOutlinedFilled' -export * from './IconShortTextOutlined' -export * from './IconShortTextRounded' -export * from './IconShortTextRoundedFilled' -export * from './IconShortTextSharpFilled' -export * from './IconShortTextSharp' -export * from './IconShowChartOutlined' -export * from './IconShowChartOutlinedFilled' -export * from './IconShowChartRoundedFilled' -export * from './IconShowChartRounded' -export * from './IconShowChartSharp' -export * from './IconShowChartSharpFilled' -export * from './IconShowerOutlined' -export * from './IconShowerOutlinedFilled' -export * from './IconShowerRoundedFilled' -export * from './IconShowerRounded' -export * from './IconShowerSharpFilled' -export * from './IconShowerSharp' -export * from './IconShuffleOutlined' -export * from './IconShuffleOutlinedFilled' -export * from './IconShuffleRoundedFilled' -export * from './IconShuffleRounded' -export * from './IconShuffleSharp' -export * from './IconShuffleSharpFilled' -export * from './IconShuffleOnOutlined' -export * from './IconShuffleOnOutlinedFilled' -export * from './IconShuffleOnRounded' -export * from './IconShuffleOnRoundedFilled' -export * from './IconShuffleOnSharp' -export * from './IconShuffleOnSharpFilled' -export * from './IconShutterSpeedOutlinedFilled' -export * from './IconShutterSpeedOutlined' -export * from './IconShutterSpeedRoundedFilled' -export * from './IconShutterSpeedRounded' -export * from './IconShutterSpeedSharpFilled' -export * from './IconShutterSpeedSharp' -export * from './IconShutterSpeedAddOutlined' -export * from './IconShutterSpeedAddOutlinedFilled' -export * from './IconShutterSpeedAddRounded' -export * from './IconShutterSpeedAddRoundedFilled' -export * from './IconShutterSpeedAddSharp' -export * from './IconShutterSpeedAddSharpFilled' -export * from './IconShutterSpeedMinusOutlined' -export * from './IconShutterSpeedMinusOutlinedFilled' -export * from './IconShutterSpeedMinusRoundedFilled' -export * from './IconShutterSpeedMinusRounded' -export * from './IconShutterSpeedMinusSharpFilled' -export * from './IconShutterSpeedMinusSharp' -export * from './IconSickOutlinedFilled' -export * from './IconSickOutlined' -export * from './IconSickRounded' -export * from './IconSickRoundedFilled' -export * from './IconSickSharp' -export * from './IconSickSharpFilled' -export * from './IconSideNavigationOutlinedFilled' -export * from './IconSideNavigationOutlined' -export * from './IconSideNavigationRoundedFilled' -export * from './IconSideNavigationRounded' -export * from './IconSideNavigationSharpFilled' -export * from './IconSideNavigationSharp' -export * from './IconSignLanguageOutlinedFilled' -export * from './IconSignLanguageOutlined' -export * from './IconSignLanguageRoundedFilled' -export * from './IconSignLanguageRounded' -export * from './IconSignLanguageSharp' -export * from './IconSignLanguageSharpFilled' -export * from './IconSignalCellular0BarOutlinedFilled' -export * from './IconSignalCellular0BarOutlined' -export * from './IconSignalCellular0BarRoundedFilled' -export * from './IconSignalCellular0BarRounded' -export * from './IconSignalCellular0BarSharp' -export * from './IconSignalCellular0BarSharpFilled' -export * from './IconSignalCellular1BarOutlinedFilled' -export * from './IconSignalCellular1BarOutlined' -export * from './IconSignalCellular1BarRounded' -export * from './IconSignalCellular1BarRoundedFilled' -export * from './IconSignalCellular1BarSharpFilled' -export * from './IconSignalCellular1BarSharp' -export * from './IconSignalCellular2BarOutlined' -export * from './IconSignalCellular2BarOutlinedFilled' -export * from './IconSignalCellular2BarRoundedFilled' -export * from './IconSignalCellular2BarRounded' -export * from './IconSignalCellular2BarSharpFilled' -export * from './IconSignalCellular2BarSharp' -export * from './IconSignalCellular3BarOutlinedFilled' -export * from './IconSignalCellular3BarOutlined' -export * from './IconSignalCellular3BarRounded' -export * from './IconSignalCellular3BarRoundedFilled' -export * from './IconSignalCellular3BarSharpFilled' -export * from './IconSignalCellular3BarSharp' -export * from './IconSignalCellular4BarOutlinedFilled' -export * from './IconSignalCellular4BarOutlined' -export * from './IconSignalCellular4BarRounded' -export * from './IconSignalCellular4BarRoundedFilled' -export * from './IconSignalCellular4BarSharpFilled' -export * from './IconSignalCellular4BarSharp' -export * from './IconSignalCellularAddOutlinedFilled' -export * from './IconSignalCellularAddOutlined' -export * from './IconSignalCellularAddRoundedFilled' -export * from './IconSignalCellularAddRounded' -export * from './IconSignalCellularAddSharp' -export * from './IconSignalCellularAddSharpFilled' -export * from './IconSignalCellularAltOutlined' -export * from './IconSignalCellularAltOutlinedFilled' -export * from './IconSignalCellularAltRoundedFilled' -export * from './IconSignalCellularAltRounded' -export * from './IconSignalCellularAltSharpFilled' -export * from './IconSignalCellularAltSharp' -export * from './IconSignalCellularAlt1BarOutlinedFilled' -export * from './IconSignalCellularAlt1BarOutlined' -export * from './IconSignalCellularAlt1BarRounded' -export * from './IconSignalCellularAlt1BarRoundedFilled' -export * from './IconSignalCellularAlt1BarSharpFilled' -export * from './IconSignalCellularAlt1BarSharp' -export * from './IconSignalCellularAlt2BarOutlined' -export * from './IconSignalCellularAlt2BarOutlinedFilled' -export * from './IconSignalCellularAlt2BarRounded' -export * from './IconSignalCellularAlt2BarRoundedFilled' -export * from './IconSignalCellularAlt2BarSharp' -export * from './IconSignalCellularAlt2BarSharpFilled' -export * from './IconSignalCellularConnectedNoInternet0BarOutlined' -export * from './IconSignalCellularConnectedNoInternet0BarOutlinedFilled' -export * from './IconSignalCellularConnectedNoInternet0BarRounded' -export * from './IconSignalCellularConnectedNoInternet0BarRoundedFilled' -export * from './IconSignalCellularConnectedNoInternet0BarSharpFilled' -export * from './IconSignalCellularConnectedNoInternet0BarSharp' -export * from './IconSignalCellularConnectedNoInternet4BarOutlined' -export * from './IconSignalCellularConnectedNoInternet4BarOutlinedFilled' -export * from './IconSignalCellularConnectedNoInternet4BarRounded' -export * from './IconSignalCellularConnectedNoInternet4BarRoundedFilled' -export * from './IconSignalCellularConnectedNoInternet4BarSharpFilled' -export * from './IconSignalCellularConnectedNoInternet4BarSharp' -export * from './IconSignalCellularNodataOutlined' -export * from './IconSignalCellularNodataOutlinedFilled' -export * from './IconSignalCellularNodataRoundedFilled' -export * from './IconSignalCellularNodataRounded' -export * from './IconSignalCellularNodataSharp' -export * from './IconSignalCellularNodataSharpFilled' -export * from './IconSignalCellularNullOutlined' -export * from './IconSignalCellularNullOutlinedFilled' -export * from './IconSignalCellularNullRoundedFilled' -export * from './IconSignalCellularNullRounded' -export * from './IconSignalCellularNullSharpFilled' -export * from './IconSignalCellularNullSharp' -export * from './IconSignalCellularOffOutlinedFilled' -export * from './IconSignalCellularOffOutlined' -export * from './IconSignalCellularOffRoundedFilled' -export * from './IconSignalCellularOffRounded' -export * from './IconSignalCellularOffSharp' -export * from './IconSignalCellularOffSharpFilled' -export * from './IconSignalCellularPauseOutlinedFilled' -export * from './IconSignalCellularPauseOutlined' -export * from './IconSignalCellularPauseRoundedFilled' -export * from './IconSignalCellularPauseRounded' -export * from './IconSignalCellularPauseSharpFilled' -export * from './IconSignalCellularPauseSharp' -export * from './IconSignalDisconnectedOutlined' -export * from './IconSignalDisconnectedOutlinedFilled' -export * from './IconSignalDisconnectedRounded' -export * from './IconSignalDisconnectedRoundedFilled' -export * from './IconSignalDisconnectedSharpFilled' -export * from './IconSignalDisconnectedSharp' -export * from './IconSignalWifi0BarOutlined' -export * from './IconSignalWifi0BarOutlinedFilled' -export * from './IconSignalWifi0BarRoundedFilled' -export * from './IconSignalWifi0BarRounded' -export * from './IconSignalWifi0BarSharpFilled' -export * from './IconSignalWifi0BarSharp' -export * from './IconSignalWifi4BarOutlinedFilled' -export * from './IconSignalWifi4BarOutlined' -export * from './IconSignalWifi4BarRounded' -export * from './IconSignalWifi4BarRoundedFilled' -export * from './IconSignalWifi4BarSharp' -export * from './IconSignalWifi4BarSharpFilled' -export * from './IconSignalWifiBadOutlined' -export * from './IconSignalWifiBadOutlinedFilled' -export * from './IconSignalWifiBadRounded' -export * from './IconSignalWifiBadRoundedFilled' -export * from './IconSignalWifiBadSharp' -export * from './IconSignalWifiBadSharpFilled' -export * from './IconSignalWifiOffOutlinedFilled' -export * from './IconSignalWifiOffOutlined' -export * from './IconSignalWifiOffRounded' -export * from './IconSignalWifiOffRoundedFilled' -export * from './IconSignalWifiOffSharpFilled' -export * from './IconSignalWifiOffSharp' -export * from './IconSignalWifiStatusbarNotConnectedOutlinedFilled' -export * from './IconSignalWifiStatusbarNotConnectedOutlined' -export * from './IconSignalWifiStatusbarNotConnectedRounded' -export * from './IconSignalWifiStatusbarNotConnectedRoundedFilled' -export * from './IconSignalWifiStatusbarNotConnectedSharp' -export * from './IconSignalWifiStatusbarNotConnectedSharpFilled' -export * from './IconSignalWifiStatusbarNullOutlined' -export * from './IconSignalWifiStatusbarNullOutlinedFilled' -export * from './IconSignalWifiStatusbarNullRoundedFilled' -export * from './IconSignalWifiStatusbarNullRounded' -export * from './IconSignalWifiStatusbarNullSharpFilled' -export * from './IconSignalWifiStatusbarNullSharp' -export * from './IconSignatureOutlinedFilled' -export * from './IconSignatureOutlined' -export * from './IconSignatureRounded' -export * from './IconSignatureRoundedFilled' -export * from './IconSignatureSharpFilled' -export * from './IconSignatureSharp' -export * from './IconSignpostOutlinedFilled' -export * from './IconSignpostOutlined' -export * from './IconSignpostRounded' -export * from './IconSignpostRoundedFilled' -export * from './IconSignpostSharp' -export * from './IconSignpostSharpFilled' -export * from './IconSimCardOutlined' -export * from './IconSimCardOutlinedFilled' -export * from './IconSimCardRoundedFilled' -export * from './IconSimCardRounded' -export * from './IconSimCardSharp' -export * from './IconSimCardSharpFilled' -export * from './IconSimCardDownloadOutlinedFilled' -export * from './IconSimCardDownloadOutlined' -export * from './IconSimCardDownloadRounded' -export * from './IconSimCardDownloadRoundedFilled' -export * from './IconSimCardDownloadSharpFilled' -export * from './IconSimCardDownloadSharp' -export * from './IconSimulationOutlinedFilled' -export * from './IconSimulationOutlined' -export * from './IconSimulationRounded' -export * from './IconSimulationRoundedFilled' -export * from './IconSimulationSharpFilled' -export * from './IconSimulationSharp' -export * from './IconSingleBedOutlined' -export * from './IconSingleBedOutlinedFilled' -export * from './IconSingleBedRoundedFilled' -export * from './IconSingleBedRounded' -export * from './IconSingleBedSharp' -export * from './IconSingleBedSharpFilled' -export * from './IconSipOutlinedFilled' -export * from './IconSipOutlined' -export * from './IconSipRoundedFilled' -export * from './IconSipRounded' -export * from './IconSipSharp' -export * from './IconSipSharpFilled' -export * from './IconSkateboardingOutlinedFilled' -export * from './IconSkateboardingOutlined' -export * from './IconSkateboardingRoundedFilled' -export * from './IconSkateboardingRounded' -export * from './IconSkateboardingSharp' -export * from './IconSkateboardingSharpFilled' -export * from './IconSkeletonOutlined' -export * from './IconSkeletonOutlinedFilled' -export * from './IconSkeletonRounded' -export * from './IconSkeletonRoundedFilled' -export * from './IconSkeletonSharpFilled' -export * from './IconSkeletonSharp' -export * from './IconSkilletOutlinedFilled' -export * from './IconSkilletOutlined' -export * from './IconSkilletRounded' -export * from './IconSkilletRoundedFilled' -export * from './IconSkilletSharpFilled' -export * from './IconSkilletSharp' -export * from './IconSkilletCooktopOutlinedFilled' -export * from './IconSkilletCooktopOutlined' -export * from './IconSkilletCooktopRounded' -export * from './IconSkilletCooktopRoundedFilled' -export * from './IconSkilletCooktopSharpFilled' -export * from './IconSkilletCooktopSharp' -export * from './IconSkipNextOutlinedFilled' -export * from './IconSkipNextOutlined' -export * from './IconSkipNextRounded' -export * from './IconSkipNextRoundedFilled' -export * from './IconSkipNextSharp' -export * from './IconSkipNextSharpFilled' -export * from './IconSkipPreviousOutlined' -export * from './IconSkipPreviousOutlinedFilled' -export * from './IconSkipPreviousRounded' -export * from './IconSkipPreviousRoundedFilled' -export * from './IconSkipPreviousSharpFilled' -export * from './IconSkipPreviousSharp' -export * from './IconSkullOutlined' -export * from './IconSkullOutlinedFilled' -export * from './IconSkullRounded' -export * from './IconSkullRoundedFilled' -export * from './IconSkullSharpFilled' -export * from './IconSkullSharp' -export * from './IconSlabSerifOutlinedFilled' -export * from './IconSlabSerifOutlined' -export * from './IconSlabSerifRounded' -export * from './IconSlabSerifRoundedFilled' -export * from './IconSlabSerifSharpFilled' -export * from './IconSlabSerifSharp' -export * from './IconSleddingOutlinedFilled' -export * from './IconSleddingOutlined' -export * from './IconSleddingRounded' -export * from './IconSleddingRoundedFilled' -export * from './IconSleddingSharp' -export * from './IconSleddingSharpFilled' -export * from './IconSleepScoreOutlinedFilled' -export * from './IconSleepScoreOutlined' -export * from './IconSleepScoreRounded' -export * from './IconSleepScoreRoundedFilled' -export * from './IconSleepScoreSharpFilled' -export * from './IconSleepScoreSharp' -export * from './IconSlideLibraryOutlinedFilled' -export * from './IconSlideLibraryOutlined' -export * from './IconSlideLibraryRoundedFilled' -export * from './IconSlideLibraryRounded' -export * from './IconSlideLibrarySharpFilled' -export * from './IconSlideLibrarySharp' -export * from './IconSlidersOutlined' -export * from './IconSlidersOutlinedFilled' -export * from './IconSlidersRounded' -export * from './IconSlidersRoundedFilled' -export * from './IconSlidersSharp' -export * from './IconSlidersSharpFilled' -export * from './IconSlideshowOutlinedFilled' -export * from './IconSlideshowOutlined' -export * from './IconSlideshowRounded' -export * from './IconSlideshowRoundedFilled' -export * from './IconSlideshowSharpFilled' -export * from './IconSlideshowSharp' -export * from './IconSlowMotionVideoOutlined' -export * from './IconSlowMotionVideoOutlinedFilled' -export * from './IconSlowMotionVideoRoundedFilled' -export * from './IconSlowMotionVideoRounded' -export * from './IconSlowMotionVideoSharp' -export * from './IconSlowMotionVideoSharpFilled' -export * from './IconSmartCardReaderOutlined' -export * from './IconSmartCardReaderOutlinedFilled' -export * from './IconSmartCardReaderRoundedFilled' -export * from './IconSmartCardReaderRounded' -export * from './IconSmartCardReaderSharpFilled' -export * from './IconSmartCardReaderSharp' -export * from './IconSmartCardReaderOffOutlined' -export * from './IconSmartCardReaderOffOutlinedFilled' -export * from './IconSmartCardReaderOffRoundedFilled' -export * from './IconSmartCardReaderOffRounded' -export * from './IconSmartCardReaderOffSharp' -export * from './IconSmartCardReaderOffSharpFilled' -export * from './IconSmartDisplayOutlinedFilled' -export * from './IconSmartDisplayOutlined' -export * from './IconSmartDisplayRounded' -export * from './IconSmartDisplayRoundedFilled' -export * from './IconSmartDisplaySharp' -export * from './IconSmartDisplaySharpFilled' -export * from './IconSmartOutletOutlinedFilled' -export * from './IconSmartOutletOutlined' -export * from './IconSmartOutletRoundedFilled' -export * from './IconSmartOutletRounded' -export * from './IconSmartOutletSharp' -export * from './IconSmartOutletSharpFilled' -export * from './IconSmartScreenOutlinedFilled' -export * from './IconSmartScreenOutlined' -export * from './IconSmartScreenRounded' -export * from './IconSmartScreenRoundedFilled' -export * from './IconSmartScreenSharpFilled' -export * from './IconSmartScreenSharp' -export * from './IconSmartToyOutlinedFilled' -export * from './IconSmartToyOutlined' -export * from './IconSmartToyRounded' -export * from './IconSmartToyRoundedFilled' -export * from './IconSmartToySharp' -export * from './IconSmartToySharpFilled' -export * from './IconSmartphoneOutlined' -export * from './IconSmartphoneOutlinedFilled' -export * from './IconSmartphoneRoundedFilled' -export * from './IconSmartphoneRounded' -export * from './IconSmartphoneSharp' -export * from './IconSmartphoneSharpFilled' -export * from './IconSmartphoneCameraOutlinedFilled' -export * from './IconSmartphoneCameraOutlined' -export * from './IconSmartphoneCameraRounded' -export * from './IconSmartphoneCameraRoundedFilled' -export * from './IconSmartphoneCameraSharp' -export * from './IconSmartphoneCameraSharpFilled' -export * from './IconSmbShareOutlined' -export * from './IconSmbShareOutlinedFilled' -export * from './IconSmbShareRounded' -export * from './IconSmbShareRoundedFilled' -export * from './IconSmbShareSharpFilled' -export * from './IconSmbShareSharp' -export * from './IconSmokeFreeOutlined' -export * from './IconSmokeFreeOutlinedFilled' -export * from './IconSmokeFreeRoundedFilled' -export * from './IconSmokeFreeRounded' -export * from './IconSmokeFreeSharp' -export * from './IconSmokeFreeSharpFilled' -export * from './IconSmokingRoomsOutlined' -export * from './IconSmokingRoomsOutlinedFilled' -export * from './IconSmokingRoomsRoundedFilled' -export * from './IconSmokingRoomsRounded' -export * from './IconSmokingRoomsSharp' -export * from './IconSmokingRoomsSharpFilled' -export * from './IconSmsOutlinedFilled' -export * from './IconSmsOutlined' -export * from './IconSmsRounded' -export * from './IconSmsRoundedFilled' -export * from './IconSmsSharp' -export * from './IconSmsSharpFilled' -export * from './IconSnippetFolderOutlinedFilled' -export * from './IconSnippetFolderOutlined' -export * from './IconSnippetFolderRounded' -export * from './IconSnippetFolderRoundedFilled' -export * from './IconSnippetFolderSharp' -export * from './IconSnippetFolderSharpFilled' -export * from './IconSnoozeOutlinedFilled' -export * from './IconSnoozeOutlined' -export * from './IconSnoozeRoundedFilled' -export * from './IconSnoozeRounded' -export * from './IconSnoozeSharp' -export * from './IconSnoozeSharpFilled' -export * from './IconSnowboardingOutlined' -export * from './IconSnowboardingOutlinedFilled' -export * from './IconSnowboardingRounded' -export * from './IconSnowboardingRoundedFilled' -export * from './IconSnowboardingSharpFilled' -export * from './IconSnowboardingSharp' -export * from './IconSnowingOutlined' -export * from './IconSnowingOutlinedFilled' -export * from './IconSnowingRounded' -export * from './IconSnowingRoundedFilled' -export * from './IconSnowingSharp' -export * from './IconSnowingSharpFilled' -export * from './IconSnowingHeavyOutlined' -export * from './IconSnowingHeavyOutlinedFilled' -export * from './IconSnowingHeavyRounded' -export * from './IconSnowingHeavyRoundedFilled' -export * from './IconSnowingHeavySharpFilled' -export * from './IconSnowingHeavySharp' -export * from './IconSnowmobileOutlinedFilled' -export * from './IconSnowmobileOutlined' -export * from './IconSnowmobileRoundedFilled' -export * from './IconSnowmobileRounded' -export * from './IconSnowmobileSharp' -export * from './IconSnowmobileSharpFilled' -export * from './IconSnowshoeingOutlined' -export * from './IconSnowshoeingOutlinedFilled' -export * from './IconSnowshoeingRoundedFilled' -export * from './IconSnowshoeingRounded' -export * from './IconSnowshoeingSharpFilled' -export * from './IconSnowshoeingSharp' -export * from './IconSoapOutlinedFilled' -export * from './IconSoapOutlined' -export * from './IconSoapRoundedFilled' -export * from './IconSoapRounded' -export * from './IconSoapSharp' -export * from './IconSoapSharpFilled' -export * from './IconSocialDistanceOutlined' -export * from './IconSocialDistanceOutlinedFilled' -export * from './IconSocialDistanceRounded' -export * from './IconSocialDistanceRoundedFilled' -export * from './IconSocialDistanceSharp' -export * from './IconSocialDistanceSharpFilled' -export * from './IconSocialLeaderboardOutlinedFilled' -export * from './IconSocialLeaderboardOutlined' -export * from './IconSocialLeaderboardRoundedFilled' -export * from './IconSocialLeaderboardRounded' -export * from './IconSocialLeaderboardSharp' -export * from './IconSocialLeaderboardSharpFilled' -export * from './IconSolarPowerOutlinedFilled' -export * from './IconSolarPowerOutlined' -export * from './IconSolarPowerRoundedFilled' -export * from './IconSolarPowerRounded' -export * from './IconSolarPowerSharpFilled' -export * from './IconSolarPowerSharp' -export * from './IconSortOutlined' -export * from './IconSortOutlinedFilled' -export * from './IconSortRounded' -export * from './IconSortRoundedFilled' -export * from './IconSortSharp' -export * from './IconSortSharpFilled' -export * from './IconSortByAlphaOutlined' -export * from './IconSortByAlphaOutlinedFilled' -export * from './IconSortByAlphaRoundedFilled' -export * from './IconSortByAlphaRounded' -export * from './IconSortByAlphaSharp' -export * from './IconSortByAlphaSharpFilled' -export * from './IconSosOutlined' -export * from './IconSosOutlinedFilled' -export * from './IconSosRounded' -export * from './IconSosRoundedFilled' -export * from './IconSosSharpFilled' -export * from './IconSosSharp' -export * from './IconSoundDetectionDogBarkingOutlined' -export * from './IconSoundDetectionDogBarkingOutlinedFilled' -export * from './IconSoundDetectionDogBarkingRounded' -export * from './IconSoundDetectionDogBarkingRoundedFilled' -export * from './IconSoundDetectionDogBarkingSharp' -export * from './IconSoundDetectionDogBarkingSharpFilled' -export * from './IconSoundDetectionGlassBreakOutlined' -export * from './IconSoundDetectionGlassBreakOutlinedFilled' -export * from './IconSoundDetectionGlassBreakRounded' -export * from './IconSoundDetectionGlassBreakRoundedFilled' -export * from './IconSoundDetectionGlassBreakSharpFilled' -export * from './IconSoundDetectionGlassBreakSharp' -export * from './IconSoundDetectionLoudSoundOutlined' -export * from './IconSoundDetectionLoudSoundOutlinedFilled' -export * from './IconSoundDetectionLoudSoundRoundedFilled' -export * from './IconSoundDetectionLoudSoundRounded' -export * from './IconSoundDetectionLoudSoundSharpFilled' -export * from './IconSoundDetectionLoudSoundSharp' -export * from './IconSoundSamplerOutlinedFilled' -export * from './IconSoundSamplerOutlined' -export * from './IconSoundSamplerRoundedFilled' -export * from './IconSoundSamplerRounded' -export * from './IconSoundSamplerSharp' -export * from './IconSoundSamplerSharpFilled' -export * from './IconSoupKitchenOutlined' -export * from './IconSoupKitchenOutlinedFilled' -export * from './IconSoupKitchenRoundedFilled' -export * from './IconSoupKitchenRounded' -export * from './IconSoupKitchenSharp' -export * from './IconSoupKitchenSharpFilled' -export * from './IconSourceEnvironmentOutlinedFilled' -export * from './IconSourceEnvironmentOutlined' -export * from './IconSourceEnvironmentRounded' -export * from './IconSourceEnvironmentRoundedFilled' -export * from './IconSourceEnvironmentSharp' -export * from './IconSourceEnvironmentSharpFilled' -export * from './IconSourceNotesOutlined' -export * from './IconSourceNotesOutlinedFilled' -export * from './IconSourceNotesRounded' -export * from './IconSourceNotesRoundedFilled' -export * from './IconSourceNotesSharpFilled' -export * from './IconSourceNotesSharp' -export * from './IconSouthOutlinedFilled' -export * from './IconSouthOutlined' -export * from './IconSouthRounded' -export * from './IconSouthRoundedFilled' -export * from './IconSouthSharp' -export * from './IconSouthSharpFilled' -export * from './IconSouthAmericaOutlined' -export * from './IconSouthAmericaOutlinedFilled' -export * from './IconSouthAmericaRounded' -export * from './IconSouthAmericaRoundedFilled' -export * from './IconSouthAmericaSharpFilled' -export * from './IconSouthAmericaSharp' -export * from './IconSouthEastOutlined' -export * from './IconSouthEastOutlinedFilled' -export * from './IconSouthEastRounded' -export * from './IconSouthEastRoundedFilled' -export * from './IconSouthEastSharp' -export * from './IconSouthEastSharpFilled' -export * from './IconSouthWestOutlinedFilled' -export * from './IconSouthWestOutlined' -export * from './IconSouthWestRounded' -export * from './IconSouthWestRoundedFilled' -export * from './IconSouthWestSharp' -export * from './IconSouthWestSharpFilled' -export * from './IconSpaOutlinedFilled' -export * from './IconSpaOutlined' -export * from './IconSpaRoundedFilled' -export * from './IconSpaRounded' -export * from './IconSpaSharpFilled' -export * from './IconSpaSharp' -export * from './IconSpaceBarOutlined' -export * from './IconSpaceBarOutlinedFilled' -export * from './IconSpaceBarRoundedFilled' -export * from './IconSpaceBarRounded' -export * from './IconSpaceBarSharp' -export * from './IconSpaceBarSharpFilled' -export * from './IconSpaceDashboardOutlinedFilled' -export * from './IconSpaceDashboardOutlined' -export * from './IconSpaceDashboardRounded' -export * from './IconSpaceDashboardRoundedFilled' -export * from './IconSpaceDashboardSharpFilled' -export * from './IconSpaceDashboardSharp' -export * from './IconSpatialAudioOutlinedFilled' -export * from './IconSpatialAudioOutlined' -export * from './IconSpatialAudioRounded' -export * from './IconSpatialAudioRoundedFilled' -export * from './IconSpatialAudioSharpFilled' -export * from './IconSpatialAudioSharp' -export * from './IconSpatialAudioOffOutlined' -export * from './IconSpatialAudioOffOutlinedFilled' -export * from './IconSpatialAudioOffRounded' -export * from './IconSpatialAudioOffRoundedFilled' -export * from './IconSpatialAudioOffSharpFilled' -export * from './IconSpatialAudioOffSharp' -export * from './IconSpatialSpeakerOutlined' -export * from './IconSpatialSpeakerOutlinedFilled' -export * from './IconSpatialSpeakerRounded' -export * from './IconSpatialSpeakerRoundedFilled' -export * from './IconSpatialSpeakerSharp' -export * from './IconSpatialSpeakerSharpFilled' -export * from './IconSpatialTrackingOutlined' -export * from './IconSpatialTrackingOutlinedFilled' -export * from './IconSpatialTrackingRoundedFilled' -export * from './IconSpatialTrackingRounded' -export * from './IconSpatialTrackingSharpFilled' -export * from './IconSpatialTrackingSharp' -export * from './IconSpeakerOutlinedFilled' -export * from './IconSpeakerOutlined' -export * from './IconSpeakerRounded' -export * from './IconSpeakerRoundedFilled' -export * from './IconSpeakerSharpFilled' -export * from './IconSpeakerSharp' -export * from './IconSpeakerGroupOutlined' -export * from './IconSpeakerGroupOutlinedFilled' -export * from './IconSpeakerGroupRoundedFilled' -export * from './IconSpeakerGroupRounded' -export * from './IconSpeakerGroupSharp' -export * from './IconSpeakerGroupSharpFilled' -export * from './IconSpeakerNotesOutlinedFilled' -export * from './IconSpeakerNotesOutlined' -export * from './IconSpeakerNotesRoundedFilled' -export * from './IconSpeakerNotesRounded' -export * from './IconSpeakerNotesSharp' -export * from './IconSpeakerNotesSharpFilled' -export * from './IconSpeakerNotesOffOutlinedFilled' -export * from './IconSpeakerNotesOffOutlined' -export * from './IconSpeakerNotesOffRounded' -export * from './IconSpeakerNotesOffRoundedFilled' -export * from './IconSpeakerNotesOffSharpFilled' -export * from './IconSpeakerNotesOffSharp' -export * from './IconSpeakerPhoneOutlined' -export * from './IconSpeakerPhoneOutlinedFilled' -export * from './IconSpeakerPhoneRounded' -export * from './IconSpeakerPhoneRoundedFilled' -export * from './IconSpeakerPhoneSharpFilled' -export * from './IconSpeakerPhoneSharp' -export * from './IconSpecialCharacterOutlined' -export * from './IconSpecialCharacterOutlinedFilled' -export * from './IconSpecialCharacterRoundedFilled' -export * from './IconSpecialCharacterRounded' -export * from './IconSpecialCharacterSharp' -export * from './IconSpecialCharacterSharpFilled' -export * from './IconSpecificGravityOutlinedFilled' -export * from './IconSpecificGravityOutlined' -export * from './IconSpecificGravityRoundedFilled' -export * from './IconSpecificGravityRounded' -export * from './IconSpecificGravitySharpFilled' -export * from './IconSpecificGravitySharp' -export * from './IconSpeechToTextOutlinedFilled' -export * from './IconSpeechToTextOutlined' -export * from './IconSpeechToTextRoundedFilled' -export * from './IconSpeechToTextRounded' -export * from './IconSpeechToTextSharp' -export * from './IconSpeechToTextSharpFilled' -export * from './IconSpeedOutlinedFilled' -export * from './IconSpeedOutlined' -export * from './IconSpeedRounded' -export * from './IconSpeedRoundedFilled' -export * from './IconSpeedSharp' -export * from './IconSpeedSharpFilled' -export * from './IconSpeed025OutlinedFilled' -export * from './IconSpeed025Outlined' -export * from './IconSpeed025Rounded' -export * from './IconSpeed025RoundedFilled' -export * from './IconSpeed025Sharp' -export * from './IconSpeed025SharpFilled' -export * from './IconSpeed02xOutlined' -export * from './IconSpeed02xOutlinedFilled' -export * from './IconSpeed02xRounded' -export * from './IconSpeed02xRoundedFilled' -export * from './IconSpeed02xSharpFilled' -export * from './IconSpeed02xSharp' -export * from './IconSpeed05OutlinedFilled' -export * from './IconSpeed05Outlined' -export * from './IconSpeed05Rounded' -export * from './IconSpeed05RoundedFilled' -export * from './IconSpeed05Sharp' -export * from './IconSpeed05SharpFilled' -export * from './IconSpeed05xOutlinedFilled' -export * from './IconSpeed05xOutlined' -export * from './IconSpeed05xRoundedFilled' -export * from './IconSpeed05xRounded' -export * from './IconSpeed05xSharp' -export * from './IconSpeed05xSharpFilled' -export * from './IconSpeed075OutlinedFilled' -export * from './IconSpeed075Outlined' -export * from './IconSpeed075Rounded' -export * from './IconSpeed075RoundedFilled' -export * from './IconSpeed075Sharp' -export * from './IconSpeed075SharpFilled' -export * from './IconSpeed07xOutlinedFilled' -export * from './IconSpeed07xOutlined' -export * from './IconSpeed07xRounded' -export * from './IconSpeed07xRoundedFilled' -export * from './IconSpeed07xSharp' -export * from './IconSpeed07xSharpFilled' -export * from './IconSpeed12Outlined' -export * from './IconSpeed12OutlinedFilled' -export * from './IconSpeed12Rounded' -export * from './IconSpeed12RoundedFilled' -export * from './IconSpeed12SharpFilled' -export * from './IconSpeed12Sharp' -export * from './IconSpeed125Outlined' -export * from './IconSpeed125OutlinedFilled' -export * from './IconSpeed125RoundedFilled' -export * from './IconSpeed125Rounded' -export * from './IconSpeed125SharpFilled' -export * from './IconSpeed125Sharp' -export * from './IconSpeed12xOutlinedFilled' -export * from './IconSpeed12xOutlined' -export * from './IconSpeed12xRoundedFilled' -export * from './IconSpeed12xRounded' -export * from './IconSpeed12xSharpFilled' -export * from './IconSpeed12xSharp' -export * from './IconSpeed15OutlinedFilled' -export * from './IconSpeed15Outlined' -export * from './IconSpeed15RoundedFilled' -export * from './IconSpeed15Rounded' -export * from './IconSpeed15SharpFilled' -export * from './IconSpeed15Sharp' -export * from './IconSpeed15xOutlinedFilled' -export * from './IconSpeed15xOutlined' -export * from './IconSpeed15xRoundedFilled' -export * from './IconSpeed15xRounded' -export * from './IconSpeed15xSharpFilled' -export * from './IconSpeed15xSharp' -export * from './IconSpeed175OutlinedFilled' -export * from './IconSpeed175Outlined' -export * from './IconSpeed175RoundedFilled' -export * from './IconSpeed175Rounded' -export * from './IconSpeed175SharpFilled' -export * from './IconSpeed175Sharp' -export * from './IconSpeed17xOutlinedFilled' -export * from './IconSpeed17xOutlined' -export * from './IconSpeed17xRoundedFilled' -export * from './IconSpeed17xRounded' -export * from './IconSpeed17xSharp' -export * from './IconSpeed17xSharpFilled' -export * from './IconSpeed2xOutlinedFilled' -export * from './IconSpeed2xOutlined' -export * from './IconSpeed2xRounded' -export * from './IconSpeed2xRoundedFilled' -export * from './IconSpeed2xSharp' -export * from './IconSpeed2xSharpFilled' -export * from './IconSpeedCameraOutlinedFilled' -export * from './IconSpeedCameraOutlined' -export * from './IconSpeedCameraRoundedFilled' -export * from './IconSpeedCameraRounded' -export * from './IconSpeedCameraSharp' -export * from './IconSpeedCameraSharpFilled' -export * from './IconSpellcheckOutlinedFilled' -export * from './IconSpellcheckOutlined' -export * from './IconSpellcheckRounded' -export * from './IconSpellcheckRoundedFilled' -export * from './IconSpellcheckSharp' -export * from './IconSpellcheckSharpFilled' -export * from './IconSplitscreenOutlined' -export * from './IconSplitscreenOutlinedFilled' -export * from './IconSplitscreenRoundedFilled' -export * from './IconSplitscreenRounded' -export * from './IconSplitscreenSharpFilled' -export * from './IconSplitscreenSharp' -export * from './IconSplitscreenAddOutlinedFilled' -export * from './IconSplitscreenAddOutlined' -export * from './IconSplitscreenAddRoundedFilled' -export * from './IconSplitscreenAddRounded' -export * from './IconSplitscreenAddSharp' -export * from './IconSplitscreenAddSharpFilled' -export * from './IconSplitscreenBottomOutlined' -export * from './IconSplitscreenBottomOutlinedFilled' -export * from './IconSplitscreenBottomRounded' -export * from './IconSplitscreenBottomRoundedFilled' -export * from './IconSplitscreenBottomSharp' -export * from './IconSplitscreenBottomSharpFilled' -export * from './IconSplitscreenLandscapeOutlinedFilled' -export * from './IconSplitscreenLandscapeOutlined' -export * from './IconSplitscreenLandscapeRounded' -export * from './IconSplitscreenLandscapeRoundedFilled' -export * from './IconSplitscreenLandscapeSharpFilled' -export * from './IconSplitscreenLandscapeSharp' -export * from './IconSplitscreenLeftOutlinedFilled' -export * from './IconSplitscreenLeftOutlined' -export * from './IconSplitscreenLeftRoundedFilled' -export * from './IconSplitscreenLeftRounded' -export * from './IconSplitscreenLeftSharpFilled' -export * from './IconSplitscreenLeftSharp' -export * from './IconSplitscreenPortraitOutlinedFilled' -export * from './IconSplitscreenPortraitOutlined' -export * from './IconSplitscreenPortraitRounded' -export * from './IconSplitscreenPortraitRoundedFilled' -export * from './IconSplitscreenPortraitSharp' -export * from './IconSplitscreenPortraitSharpFilled' -export * from './IconSplitscreenRightOutlinedFilled' -export * from './IconSplitscreenRightOutlined' -export * from './IconSplitscreenRightRounded' -export * from './IconSplitscreenRightRoundedFilled' -export * from './IconSplitscreenRightSharp' -export * from './IconSplitscreenRightSharpFilled' -export * from './IconSplitscreenTopOutlinedFilled' -export * from './IconSplitscreenTopOutlined' -export * from './IconSplitscreenTopRoundedFilled' -export * from './IconSplitscreenTopRounded' -export * from './IconSplitscreenTopSharp' -export * from './IconSplitscreenTopSharpFilled' -export * from './IconSplitscreenVerticalAddOutlinedFilled' -export * from './IconSplitscreenVerticalAddOutlined' -export * from './IconSplitscreenVerticalAddRoundedFilled' -export * from './IconSplitscreenVerticalAddRounded' -export * from './IconSplitscreenVerticalAddSharp' -export * from './IconSplitscreenVerticalAddSharpFilled' -export * from './IconSpo2Outlined' -export * from './IconSpo2OutlinedFilled' -export * from './IconSpo2Rounded' -export * from './IconSpo2RoundedFilled' -export * from './IconSpo2Sharp' -export * from './IconSpo2SharpFilled' -export * from './IconSpokeOutlinedFilled' -export * from './IconSpokeOutlined' -export * from './IconSpokeRoundedFilled' -export * from './IconSpokeRounded' -export * from './IconSpokeSharp' -export * from './IconSpokeSharpFilled' -export * from './IconSportsOutlinedFilled' -export * from './IconSportsOutlined' -export * from './IconSportsRoundedFilled' -export * from './IconSportsRounded' -export * from './IconSportsSharpFilled' -export * from './IconSportsSharp' -export * from './IconSportsAndOutdoorsOutlinedFilled' -export * from './IconSportsAndOutdoorsOutlined' -export * from './IconSportsAndOutdoorsRoundedFilled' -export * from './IconSportsAndOutdoorsRounded' -export * from './IconSportsAndOutdoorsSharp' -export * from './IconSportsAndOutdoorsSharpFilled' -export * from './IconSportsBarOutlinedFilled' -export * from './IconSportsBarOutlined' -export * from './IconSportsBarRoundedFilled' -export * from './IconSportsBarRounded' -export * from './IconSportsBarSharpFilled' -export * from './IconSportsBarSharp' -export * from './IconSportsBaseballOutlined' -export * from './IconSportsBaseballOutlinedFilled' -export * from './IconSportsBaseballRounded' -export * from './IconSportsBaseballRoundedFilled' -export * from './IconSportsBaseballSharp' -export * from './IconSportsBaseballSharpFilled' -export * from './IconSportsBasketballOutlined' -export * from './IconSportsBasketballOutlinedFilled' -export * from './IconSportsBasketballRoundedFilled' -export * from './IconSportsBasketballRounded' -export * from './IconSportsBasketballSharp' -export * from './IconSportsBasketballSharpFilled' -export * from './IconSportsCricketOutlined' -export * from './IconSportsCricketOutlinedFilled' -export * from './IconSportsCricketRounded' -export * from './IconSportsCricketRoundedFilled' -export * from './IconSportsCricketSharp' -export * from './IconSportsCricketSharpFilled' -export * from './IconSportsEsportsOutlined' -export * from './IconSportsEsportsOutlinedFilled' -export * from './IconSportsEsportsRoundedFilled' -export * from './IconSportsEsportsRounded' -export * from './IconSportsEsportsSharpFilled' -export * from './IconSportsEsportsSharp' -export * from './IconSportsFootballOutlinedFilled' -export * from './IconSportsFootballOutlined' -export * from './IconSportsFootballRoundedFilled' -export * from './IconSportsFootballRounded' -export * from './IconSportsFootballSharpFilled' -export * from './IconSportsFootballSharp' -export * from './IconSportsGolfOutlinedFilled' -export * from './IconSportsGolfOutlined' -export * from './IconSportsGolfRoundedFilled' -export * from './IconSportsGolfRounded' -export * from './IconSportsGolfSharpFilled' -export * from './IconSportsGolfSharp' -export * from './IconSportsGymnasticsOutlined' -export * from './IconSportsGymnasticsOutlinedFilled' -export * from './IconSportsGymnasticsRoundedFilled' -export * from './IconSportsGymnasticsRounded' -export * from './IconSportsGymnasticsSharpFilled' -export * from './IconSportsGymnasticsSharp' -export * from './IconSportsHandballOutlinedFilled' -export * from './IconSportsHandballOutlined' -export * from './IconSportsHandballRounded' -export * from './IconSportsHandballRoundedFilled' -export * from './IconSportsHandballSharp' -export * from './IconSportsHandballSharpFilled' -export * from './IconSportsHockeyOutlinedFilled' -export * from './IconSportsHockeyOutlined' -export * from './IconSportsHockeyRounded' -export * from './IconSportsHockeyRoundedFilled' -export * from './IconSportsHockeySharpFilled' -export * from './IconSportsHockeySharp' -export * from './IconSportsKabaddiOutlinedFilled' -export * from './IconSportsKabaddiOutlined' -export * from './IconSportsKabaddiRoundedFilled' -export * from './IconSportsKabaddiRounded' -export * from './IconSportsKabaddiSharp' -export * from './IconSportsKabaddiSharpFilled' -export * from './IconSportsMartialArtsOutlinedFilled' -export * from './IconSportsMartialArtsOutlined' -export * from './IconSportsMartialArtsRounded' -export * from './IconSportsMartialArtsRoundedFilled' -export * from './IconSportsMartialArtsSharp' -export * from './IconSportsMartialArtsSharpFilled' -export * from './IconSportsMmaOutlinedFilled' -export * from './IconSportsMmaOutlined' -export * from './IconSportsMmaRoundedFilled' -export * from './IconSportsMmaRounded' -export * from './IconSportsMmaSharp' -export * from './IconSportsMmaSharpFilled' -export * from './IconSportsMotorsportsOutlined' -export * from './IconSportsMotorsportsOutlinedFilled' -export * from './IconSportsMotorsportsRoundedFilled' -export * from './IconSportsMotorsportsRounded' -export * from './IconSportsMotorsportsSharp' -export * from './IconSportsMotorsportsSharpFilled' -export * from './IconSportsRugbyOutlined' -export * from './IconSportsRugbyOutlinedFilled' -export * from './IconSportsRugbyRoundedFilled' -export * from './IconSportsRugbyRounded' -export * from './IconSportsRugbySharp' -export * from './IconSportsRugbySharpFilled' -export * from './IconSportsScoreOutlinedFilled' -export * from './IconSportsScoreOutlined' -export * from './IconSportsScoreRoundedFilled' -export * from './IconSportsScoreRounded' -export * from './IconSportsScoreSharpFilled' -export * from './IconSportsScoreSharp' -export * from './IconSportsSoccerOutlinedFilled' -export * from './IconSportsSoccerOutlined' -export * from './IconSportsSoccerRounded' -export * from './IconSportsSoccerRoundedFilled' -export * from './IconSportsSoccerSharpFilled' -export * from './IconSportsSoccerSharp' -export * from './IconSportsTennisOutlinedFilled' -export * from './IconSportsTennisOutlined' -export * from './IconSportsTennisRoundedFilled' -export * from './IconSportsTennisRounded' -export * from './IconSportsTennisSharpFilled' -export * from './IconSportsTennisSharp' -export * from './IconSportsVolleyballOutlinedFilled' -export * from './IconSportsVolleyballOutlined' -export * from './IconSportsVolleyballRoundedFilled' -export * from './IconSportsVolleyballRounded' -export * from './IconSportsVolleyballSharpFilled' -export * from './IconSportsVolleyballSharp' -export * from './IconSprinklerOutlinedFilled' -export * from './IconSprinklerOutlined' -export * from './IconSprinklerRounded' -export * from './IconSprinklerRoundedFilled' -export * from './IconSprinklerSharpFilled' -export * from './IconSprinklerSharp' -export * from './IconSprintOutlinedFilled' -export * from './IconSprintOutlined' -export * from './IconSprintRounded' -export * from './IconSprintRoundedFilled' -export * from './IconSprintSharpFilled' -export * from './IconSprintSharp' -export * from './IconSquareOutlined' -export * from './IconSquareOutlinedFilled' -export * from './IconSquareRounded' -export * from './IconSquareRoundedFilled' -export * from './IconSquareSharp' -export * from './IconSquareSharpFilled' -export * from './IconSquareFootOutlined' -export * from './IconSquareFootOutlinedFilled' -export * from './IconSquareFootRoundedFilled' -export * from './IconSquareFootRounded' -export * from './IconSquareFootSharp' -export * from './IconSquareFootSharpFilled' -export * from './IconSsidChartOutlinedFilled' -export * from './IconSsidChartOutlined' -export * from './IconSsidChartRounded' -export * from './IconSsidChartRoundedFilled' -export * from './IconSsidChartSharp' -export * from './IconSsidChartSharpFilled' -export * from './IconStackOutlined' -export * from './IconStackOutlinedFilled' -export * from './IconStackRoundedFilled' -export * from './IconStackRounded' -export * from './IconStackSharpFilled' -export * from './IconStackSharp' -export * from './IconStackHexagonOutlinedFilled' -export * from './IconStackHexagonOutlined' -export * from './IconStackHexagonRoundedFilled' -export * from './IconStackHexagonRounded' -export * from './IconStackHexagonSharpFilled' -export * from './IconStackHexagonSharp' -export * from './IconStackOffOutlinedFilled' -export * from './IconStackOffOutlined' -export * from './IconStackOffRounded' -export * from './IconStackOffRoundedFilled' -export * from './IconStackOffSharpFilled' -export * from './IconStackOffSharp' -export * from './IconStackStarOutlined' -export * from './IconStackStarOutlinedFilled' -export * from './IconStackStarRounded' -export * from './IconStackStarRoundedFilled' -export * from './IconStackStarSharpFilled' -export * from './IconStackStarSharp' -export * from './IconStackedBarChartOutlinedFilled' -export * from './IconStackedBarChartOutlined' -export * from './IconStackedBarChartRounded' -export * from './IconStackedBarChartRoundedFilled' -export * from './IconStackedBarChartSharp' -export * from './IconStackedBarChartSharpFilled' -export * from './IconStackedEmailOutlinedFilled' -export * from './IconStackedEmailOutlined' -export * from './IconStackedEmailRoundedFilled' -export * from './IconStackedEmailRounded' -export * from './IconStackedEmailSharp' -export * from './IconStackedEmailSharpFilled' -export * from './IconStackedInboxOutlinedFilled' -export * from './IconStackedInboxOutlined' -export * from './IconStackedInboxRoundedFilled' -export * from './IconStackedInboxRounded' -export * from './IconStackedInboxSharpFilled' -export * from './IconStackedInboxSharp' -export * from './IconStackedLineChartOutlinedFilled' -export * from './IconStackedLineChartOutlined' -export * from './IconStackedLineChartRounded' -export * from './IconStackedLineChartRoundedFilled' -export * from './IconStackedLineChartSharp' -export * from './IconStackedLineChartSharpFilled' -export * from './IconStacksOutlinedFilled' -export * from './IconStacksOutlined' -export * from './IconStacksRoundedFilled' -export * from './IconStacksRounded' -export * from './IconStacksSharpFilled' -export * from './IconStacksSharp' -export * from './IconStadiaControllerOutlinedFilled' -export * from './IconStadiaControllerOutlined' -export * from './IconStadiaControllerRounded' -export * from './IconStadiaControllerRoundedFilled' -export * from './IconStadiaControllerSharp' -export * from './IconStadiaControllerSharpFilled' -export * from './IconStadiumOutlinedFilled' -export * from './IconStadiumOutlined' -export * from './IconStadiumRounded' -export * from './IconStadiumRoundedFilled' -export * from './IconStadiumSharpFilled' -export * from './IconStadiumSharp' -export * from './IconStairsOutlined' -export * from './IconStairsOutlinedFilled' -export * from './IconStairsRoundedFilled' -export * from './IconStairsRounded' -export * from './IconStairsSharp' -export * from './IconStairsSharpFilled' -export * from './IconStairs2Outlined' -export * from './IconStairs2OutlinedFilled' -export * from './IconStairs2RoundedFilled' -export * from './IconStairs2Rounded' -export * from './IconStairs2SharpFilled' -export * from './IconStairs2Sharp' -export * from './IconStarOutlined' -export * from './IconStarOutlinedFilled' -export * from './IconStarRoundedFilled' -export * from './IconStarRounded' -export * from './IconStarSharp' -export * from './IconStarSharpFilled' -export * from './IconStarHalfOutlined' -export * from './IconStarHalfOutlinedFilled' -export * from './IconStarHalfRounded' -export * from './IconStarHalfRoundedFilled' -export * from './IconStarHalfSharpFilled' -export * from './IconStarHalfSharp' -export * from './IconStarRateOutlined' -export * from './IconStarRateOutlinedFilled' -export * from './IconStarRateRounded' -export * from './IconStarRateRoundedFilled' -export * from './IconStarRateSharp' -export * from './IconStarRateSharpFilled' -export * from './IconStarRateHalfOutlined' -export * from './IconStarRateHalfOutlinedFilled' -export * from './IconStarRateHalfRoundedFilled' -export * from './IconStarRateHalfRounded' -export * from './IconStarRateHalfSharpFilled' -export * from './IconStarRateHalfSharp' -export * from './IconStarsOutlined' -export * from './IconStarsOutlinedFilled' -export * from './IconStarsRounded' -export * from './IconStarsRoundedFilled' -export * from './IconStarsSharp' -export * from './IconStarsSharpFilled' -export * from './IconStartOutlinedFilled' -export * from './IconStartOutlined' -export * from './IconStartRoundedFilled' -export * from './IconStartRounded' -export * from './IconStartSharp' -export * from './IconStartSharpFilled' -export * from './IconStat0OutlinedFilled' -export * from './IconStat0Outlined' -export * from './IconStat0RoundedFilled' -export * from './IconStat0Rounded' -export * from './IconStat0SharpFilled' -export * from './IconStat0Sharp' -export * from './IconStat1OutlinedFilled' -export * from './IconStat1Outlined' -export * from './IconStat1Rounded' -export * from './IconStat1RoundedFilled' -export * from './IconStat1Sharp' -export * from './IconStat1SharpFilled' -export * from './IconStat2Outlined' -export * from './IconStat2OutlinedFilled' -export * from './IconStat2RoundedFilled' -export * from './IconStat2Rounded' -export * from './IconStat2SharpFilled' -export * from './IconStat2Sharp' -export * from './IconStat3Outlined' -export * from './IconStat3OutlinedFilled' -export * from './IconStat3Rounded' -export * from './IconStat3RoundedFilled' -export * from './IconStat3Sharp' -export * from './IconStat3SharpFilled' -export * from './IconStatMinus1OutlinedFilled' -export * from './IconStatMinus1Outlined' -export * from './IconStatMinus1Rounded' -export * from './IconStatMinus1RoundedFilled' -export * from './IconStatMinus1Sharp' -export * from './IconStatMinus1SharpFilled' -export * from './IconStatMinus2Outlined' -export * from './IconStatMinus2OutlinedFilled' -export * from './IconStatMinus2RoundedFilled' -export * from './IconStatMinus2Rounded' -export * from './IconStatMinus2SharpFilled' -export * from './IconStatMinus2Sharp' -export * from './IconStatMinus3Outlined' -export * from './IconStatMinus3OutlinedFilled' -export * from './IconStatMinus3RoundedFilled' -export * from './IconStatMinus3Rounded' -export * from './IconStatMinus3Sharp' -export * from './IconStatMinus3SharpFilled' -export * from './IconStayCurrentLandscapeOutlinedFilled' -export * from './IconStayCurrentLandscapeOutlined' -export * from './IconStayCurrentLandscapeRoundedFilled' -export * from './IconStayCurrentLandscapeRounded' -export * from './IconStayCurrentLandscapeSharp' -export * from './IconStayCurrentLandscapeSharpFilled' -export * from './IconStayCurrentPortraitOutlinedFilled' -export * from './IconStayCurrentPortraitOutlined' -export * from './IconStayCurrentPortraitRoundedFilled' -export * from './IconStayCurrentPortraitRounded' -export * from './IconStayCurrentPortraitSharpFilled' -export * from './IconStayCurrentPortraitSharp' -export * from './IconStayPrimaryLandscapeOutlined' -export * from './IconStayPrimaryLandscapeOutlinedFilled' -export * from './IconStayPrimaryLandscapeRoundedFilled' -export * from './IconStayPrimaryLandscapeRounded' -export * from './IconStayPrimaryLandscapeSharp' -export * from './IconStayPrimaryLandscapeSharpFilled' -export * from './IconStayPrimaryPortraitOutlinedFilled' -export * from './IconStayPrimaryPortraitOutlined' -export * from './IconStayPrimaryPortraitRoundedFilled' -export * from './IconStayPrimaryPortraitRounded' -export * from './IconStayPrimaryPortraitSharp' -export * from './IconStayPrimaryPortraitSharpFilled' -export * from './IconStepOutlinedFilled' -export * from './IconStepOutlined' -export * from './IconStepRoundedFilled' -export * from './IconStepRounded' -export * from './IconStepSharp' -export * from './IconStepSharpFilled' -export * from './IconStepIntoOutlined' -export * from './IconStepIntoOutlinedFilled' -export * from './IconStepIntoRoundedFilled' -export * from './IconStepIntoRounded' -export * from './IconStepIntoSharp' -export * from './IconStepIntoSharpFilled' -export * from './IconStepOutOutlinedFilled' -export * from './IconStepOutOutlined' -export * from './IconStepOutRounded' -export * from './IconStepOutRoundedFilled' -export * from './IconStepOutSharpFilled' -export * from './IconStepOutSharp' -export * from './IconStepOverOutlinedFilled' -export * from './IconStepOverOutlined' -export * from './IconStepOverRounded' -export * from './IconStepOverRoundedFilled' -export * from './IconStepOverSharpFilled' -export * from './IconStepOverSharp' -export * from './IconSteppersOutlined' -export * from './IconSteppersOutlinedFilled' -export * from './IconSteppersRoundedFilled' -export * from './IconSteppersRounded' -export * from './IconSteppersSharp' -export * from './IconSteppersSharpFilled' -export * from './IconStepsOutlinedFilled' -export * from './IconStepsOutlined' -export * from './IconStepsRounded' -export * from './IconStepsRoundedFilled' -export * from './IconStepsSharp' -export * from './IconStepsSharpFilled' -export * from './IconStethoscopeOutlinedFilled' -export * from './IconStethoscopeOutlined' -export * from './IconStethoscopeRoundedFilled' -export * from './IconStethoscopeRounded' -export * from './IconStethoscopeSharp' -export * from './IconStethoscopeSharpFilled' -export * from './IconStethoscopeArrowOutlinedFilled' -export * from './IconStethoscopeArrowOutlined' -export * from './IconStethoscopeArrowRounded' -export * from './IconStethoscopeArrowRoundedFilled' -export * from './IconStethoscopeArrowSharp' -export * from './IconStethoscopeArrowSharpFilled' -export * from './IconStethoscopeCheckOutlinedFilled' -export * from './IconStethoscopeCheckOutlined' -export * from './IconStethoscopeCheckRounded' -export * from './IconStethoscopeCheckRoundedFilled' -export * from './IconStethoscopeCheckSharp' -export * from './IconStethoscopeCheckSharpFilled' -export * from './IconStickyNoteOutlined' -export * from './IconStickyNoteOutlinedFilled' -export * from './IconStickyNoteRoundedFilled' -export * from './IconStickyNoteRounded' -export * from './IconStickyNoteSharp' -export * from './IconStickyNoteSharpFilled' -export * from './IconStickyNote2OutlinedFilled' -export * from './IconStickyNote2Outlined' -export * from './IconStickyNote2RoundedFilled' -export * from './IconStickyNote2Rounded' -export * from './IconStickyNote2Sharp' -export * from './IconStickyNote2SharpFilled' -export * from './IconStockMediaOutlined' -export * from './IconStockMediaOutlinedFilled' -export * from './IconStockMediaRoundedFilled' -export * from './IconStockMediaRounded' -export * from './IconStockMediaSharpFilled' -export * from './IconStockMediaSharp' -export * from './IconStockpotOutlined' -export * from './IconStockpotOutlinedFilled' -export * from './IconStockpotRounded' -export * from './IconStockpotRoundedFilled' -export * from './IconStockpotSharp' -export * from './IconStockpotSharpFilled' -export * from './IconStopOutlined' -export * from './IconStopOutlinedFilled' -export * from './IconStopRoundedFilled' -export * from './IconStopRounded' -export * from './IconStopSharpFilled' -export * from './IconStopSharp' -export * from './IconStopCircleOutlinedFilled' -export * from './IconStopCircleOutlined' -export * from './IconStopCircleRounded' -export * from './IconStopCircleRoundedFilled' -export * from './IconStopCircleSharpFilled' -export * from './IconStopCircleSharp' -export * from './IconStopScreenShareOutlinedFilled' -export * from './IconStopScreenShareOutlined' -export * from './IconStopScreenShareRoundedFilled' -export * from './IconStopScreenShareRounded' -export * from './IconStopScreenShareSharpFilled' -export * from './IconStopScreenShareSharp' -export * from './IconStorageOutlined' -export * from './IconStorageOutlinedFilled' -export * from './IconStorageRounded' -export * from './IconStorageRoundedFilled' -export * from './IconStorageSharp' -export * from './IconStorageSharpFilled' -export * from './IconStoreOutlined' -export * from './IconStoreOutlinedFilled' -export * from './IconStoreRounded' -export * from './IconStoreRoundedFilled' -export * from './IconStoreSharp' -export * from './IconStoreSharpFilled' -export * from './IconStorefrontOutlinedFilled' -export * from './IconStorefrontOutlined' -export * from './IconStorefrontRounded' -export * from './IconStorefrontRoundedFilled' -export * from './IconStorefrontSharp' -export * from './IconStorefrontSharpFilled' -export * from './IconStormOutlinedFilled' -export * from './IconStormOutlined' -export * from './IconStormRoundedFilled' -export * from './IconStormRounded' -export * from './IconStormSharpFilled' -export * from './IconStormSharp' -export * from './IconStraightOutlined' -export * from './IconStraightOutlinedFilled' -export * from './IconStraightRounded' -export * from './IconStraightRoundedFilled' -export * from './IconStraightSharp' -export * from './IconStraightSharpFilled' -export * from './IconStraightenOutlined' -export * from './IconStraightenOutlinedFilled' -export * from './IconStraightenRoundedFilled' -export * from './IconStraightenRounded' -export * from './IconStraightenSharp' -export * from './IconStraightenSharpFilled' -export * from './IconStrategyOutlined' -export * from './IconStrategyOutlinedFilled' -export * from './IconStrategyRoundedFilled' -export * from './IconStrategyRounded' -export * from './IconStrategySharpFilled' -export * from './IconStrategySharp' -export * from './IconStreamOutlinedFilled' -export * from './IconStreamOutlined' -export * from './IconStreamRounded' -export * from './IconStreamRoundedFilled' -export * from './IconStreamSharp' -export * from './IconStreamSharpFilled' -export * from './IconStreamAppsOutlined' -export * from './IconStreamAppsOutlinedFilled' -export * from './IconStreamAppsRoundedFilled' -export * from './IconStreamAppsRounded' -export * from './IconStreamAppsSharpFilled' -export * from './IconStreamAppsSharp' -export * from './IconStreetviewOutlined' -export * from './IconStreetviewOutlinedFilled' -export * from './IconStreetviewRoundedFilled' -export * from './IconStreetviewRounded' -export * from './IconStreetviewSharpFilled' -export * from './IconStreetviewSharp' -export * from './IconStressManagementOutlinedFilled' -export * from './IconStressManagementOutlined' -export * from './IconStressManagementRounded' -export * from './IconStressManagementRoundedFilled' -export * from './IconStressManagementSharpFilled' -export * from './IconStressManagementSharp' -export * from './IconStrikethroughSOutlinedFilled' -export * from './IconStrikethroughSOutlined' -export * from './IconStrikethroughSRoundedFilled' -export * from './IconStrikethroughSRounded' -export * from './IconStrikethroughSSharp' -export * from './IconStrikethroughSSharpFilled' -export * from './IconStrokeFullOutlined' -export * from './IconStrokeFullOutlinedFilled' -export * from './IconStrokeFullRounded' -export * from './IconStrokeFullRoundedFilled' -export * from './IconStrokeFullSharp' -export * from './IconStrokeFullSharpFilled' -export * from './IconStrokePartialOutlined' -export * from './IconStrokePartialOutlinedFilled' -export * from './IconStrokePartialRounded' -export * from './IconStrokePartialRoundedFilled' -export * from './IconStrokePartialSharpFilled' -export * from './IconStrokePartialSharp' -export * from './IconStrollerOutlined' -export * from './IconStrollerOutlinedFilled' -export * from './IconStrollerRoundedFilled' -export * from './IconStrollerRounded' -export * from './IconStrollerSharp' -export * from './IconStrollerSharpFilled' -export * from './IconStyleOutlinedFilled' -export * from './IconStyleOutlined' -export * from './IconStyleRounded' -export * from './IconStyleRoundedFilled' -export * from './IconStyleSharp' -export * from './IconStyleSharpFilled' -export * from './IconStylerOutlined' -export * from './IconStylerOutlinedFilled' -export * from './IconStylerRoundedFilled' -export * from './IconStylerRounded' -export * from './IconStylerSharp' -export * from './IconStylerSharpFilled' -export * from './IconStylusOutlinedFilled' -export * from './IconStylusOutlined' -export * from './IconStylusRoundedFilled' -export * from './IconStylusRounded' -export * from './IconStylusSharp' -export * from './IconStylusSharpFilled' -export * from './IconStylusLaserPointerOutlined' -export * from './IconStylusLaserPointerOutlinedFilled' -export * from './IconStylusLaserPointerRoundedFilled' -export * from './IconStylusLaserPointerRounded' -export * from './IconStylusLaserPointerSharp' -export * from './IconStylusLaserPointerSharpFilled' -export * from './IconStylusNoteOutlined' -export * from './IconStylusNoteOutlinedFilled' -export * from './IconStylusNoteRoundedFilled' -export * from './IconStylusNoteRounded' -export * from './IconStylusNoteSharpFilled' -export * from './IconStylusNoteSharp' -export * from './IconSubdirectoryArrowLeftOutlined' -export * from './IconSubdirectoryArrowLeftOutlinedFilled' -export * from './IconSubdirectoryArrowLeftRounded' -export * from './IconSubdirectoryArrowLeftRoundedFilled' -export * from './IconSubdirectoryArrowLeftSharpFilled' -export * from './IconSubdirectoryArrowLeftSharp' -export * from './IconSubdirectoryArrowRightOutlined' -export * from './IconSubdirectoryArrowRightOutlinedFilled' -export * from './IconSubdirectoryArrowRightRoundedFilled' -export * from './IconSubdirectoryArrowRightRounded' -export * from './IconSubdirectoryArrowRightSharp' -export * from './IconSubdirectoryArrowRightSharpFilled' -export * from './IconSubheaderOutlinedFilled' -export * from './IconSubheaderOutlined' -export * from './IconSubheaderRounded' -export * from './IconSubheaderRoundedFilled' -export * from './IconSubheaderSharpFilled' -export * from './IconSubheaderSharp' -export * from './IconSubjectOutlinedFilled' -export * from './IconSubjectOutlined' -export * from './IconSubjectRoundedFilled' -export * from './IconSubjectRounded' -export * from './IconSubjectSharp' -export * from './IconSubjectSharpFilled' -export * from './IconSubscriptOutlinedFilled' -export * from './IconSubscriptOutlined' -export * from './IconSubscriptRounded' -export * from './IconSubscriptRoundedFilled' -export * from './IconSubscriptSharp' -export * from './IconSubscriptSharpFilled' -export * from './IconSubscriptionsOutlinedFilled' -export * from './IconSubscriptionsOutlined' -export * from './IconSubscriptionsRoundedFilled' -export * from './IconSubscriptionsRounded' -export * from './IconSubscriptionsSharpFilled' -export * from './IconSubscriptionsSharp' -export * from './IconSubtitlesOutlined' -export * from './IconSubtitlesOutlinedFilled' -export * from './IconSubtitlesRoundedFilled' -export * from './IconSubtitlesRounded' -export * from './IconSubtitlesSharp' -export * from './IconSubtitlesSharpFilled' -export * from './IconSubtitlesOffOutlinedFilled' -export * from './IconSubtitlesOffOutlined' -export * from './IconSubtitlesOffRounded' -export * from './IconSubtitlesOffRoundedFilled' -export * from './IconSubtitlesOffSharp' -export * from './IconSubtitlesOffSharpFilled' -export * from './IconSubwayOutlined' -export * from './IconSubwayOutlinedFilled' -export * from './IconSubwayRoundedFilled' -export * from './IconSubwayRounded' -export * from './IconSubwaySharp' -export * from './IconSubwaySharpFilled' -export * from './IconSummarizeOutlinedFilled' -export * from './IconSummarizeOutlined' -export * from './IconSummarizeRounded' -export * from './IconSummarizeRoundedFilled' -export * from './IconSummarizeSharpFilled' -export * from './IconSummarizeSharp' -export * from './IconSunnyOutlinedFilled' -export * from './IconSunnyOutlined' -export * from './IconSunnyRoundedFilled' -export * from './IconSunnyRounded' -export * from './IconSunnySharp' -export * from './IconSunnySharpFilled' -export * from './IconSunnySnowingOutlined' -export * from './IconSunnySnowingOutlinedFilled' -export * from './IconSunnySnowingRounded' -export * from './IconSunnySnowingRoundedFilled' -export * from './IconSunnySnowingSharp' -export * from './IconSunnySnowingSharpFilled' -export * from './IconSuperscriptOutlinedFilled' -export * from './IconSuperscriptOutlined' -export * from './IconSuperscriptRoundedFilled' -export * from './IconSuperscriptRounded' -export * from './IconSuperscriptSharpFilled' -export * from './IconSuperscriptSharp' -export * from './IconSupervisedUserCircleOutlinedFilled' -export * from './IconSupervisedUserCircleOutlined' -export * from './IconSupervisedUserCircleRounded' -export * from './IconSupervisedUserCircleRoundedFilled' -export * from './IconSupervisedUserCircleSharp' -export * from './IconSupervisedUserCircleSharpFilled' -export * from './IconSupervisedUserCircleOffOutlined' -export * from './IconSupervisedUserCircleOffOutlinedFilled' -export * from './IconSupervisedUserCircleOffRoundedFilled' -export * from './IconSupervisedUserCircleOffRounded' -export * from './IconSupervisedUserCircleOffSharpFilled' -export * from './IconSupervisedUserCircleOffSharp' -export * from './IconSupervisorAccountOutlinedFilled' -export * from './IconSupervisorAccountOutlined' -export * from './IconSupervisorAccountRounded' -export * from './IconSupervisorAccountRoundedFilled' -export * from './IconSupervisorAccountSharpFilled' -export * from './IconSupervisorAccountSharp' -export * from './IconSupportOutlinedFilled' -export * from './IconSupportOutlined' -export * from './IconSupportRoundedFilled' -export * from './IconSupportRounded' -export * from './IconSupportSharpFilled' -export * from './IconSupportSharp' -export * from './IconSupportAgentOutlined' -export * from './IconSupportAgentOutlinedFilled' -export * from './IconSupportAgentRounded' -export * from './IconSupportAgentRoundedFilled' -export * from './IconSupportAgentSharpFilled' -export * from './IconSupportAgentSharp' -export * from './IconSurfingOutlinedFilled' -export * from './IconSurfingOutlined' -export * from './IconSurfingRoundedFilled' -export * from './IconSurfingRounded' -export * from './IconSurfingSharp' -export * from './IconSurfingSharpFilled' -export * from './IconSurgicalOutlined' -export * from './IconSurgicalOutlinedFilled' -export * from './IconSurgicalRounded' -export * from './IconSurgicalRoundedFilled' -export * from './IconSurgicalSharp' -export * from './IconSurgicalSharpFilled' -export * from './IconSurroundSoundOutlined' -export * from './IconSurroundSoundOutlinedFilled' -export * from './IconSurroundSoundRounded' -export * from './IconSurroundSoundRoundedFilled' -export * from './IconSurroundSoundSharpFilled' -export * from './IconSurroundSoundSharp' -export * from './IconSwapCallsOutlined' -export * from './IconSwapCallsOutlinedFilled' -export * from './IconSwapCallsRoundedFilled' -export * from './IconSwapCallsRounded' -export * from './IconSwapCallsSharp' -export * from './IconSwapCallsSharpFilled' -export * from './IconSwapDrivingAppsOutlinedFilled' -export * from './IconSwapDrivingAppsOutlined' -export * from './IconSwapDrivingAppsRoundedFilled' -export * from './IconSwapDrivingAppsRounded' -export * from './IconSwapDrivingAppsSharp' -export * from './IconSwapDrivingAppsSharpFilled' -export * from './IconSwapDrivingAppsWheelOutlinedFilled' -export * from './IconSwapDrivingAppsWheelOutlined' -export * from './IconSwapDrivingAppsWheelRoundedFilled' -export * from './IconSwapDrivingAppsWheelRounded' -export * from './IconSwapDrivingAppsWheelSharpFilled' -export * from './IconSwapDrivingAppsWheelSharp' -export * from './IconSwapHorizOutlined' -export * from './IconSwapHorizOutlinedFilled' -export * from './IconSwapHorizRoundedFilled' -export * from './IconSwapHorizRounded' -export * from './IconSwapHorizSharpFilled' -export * from './IconSwapHorizSharp' -export * from './IconSwapHorizontalCircleOutlinedFilled' -export * from './IconSwapHorizontalCircleOutlined' -export * from './IconSwapHorizontalCircleRoundedFilled' -export * from './IconSwapHorizontalCircleRounded' -export * from './IconSwapHorizontalCircleSharpFilled' -export * from './IconSwapHorizontalCircleSharp' -export * from './IconSwapVertOutlined' -export * from './IconSwapVertOutlinedFilled' -export * from './IconSwapVertRoundedFilled' -export * from './IconSwapVertRounded' -export * from './IconSwapVertSharp' -export * from './IconSwapVertSharpFilled' -export * from './IconSwapVerticalCircleOutlined' -export * from './IconSwapVerticalCircleOutlinedFilled' -export * from './IconSwapVerticalCircleRounded' -export * from './IconSwapVerticalCircleRoundedFilled' -export * from './IconSwapVerticalCircleSharpFilled' -export * from './IconSwapVerticalCircleSharp' -export * from './IconSweepOutlinedFilled' -export * from './IconSweepOutlined' -export * from './IconSweepRounded' -export * from './IconSweepRoundedFilled' -export * from './IconSweepSharpFilled' -export * from './IconSweepSharp' -export * from './IconSwipeOutlinedFilled' -export * from './IconSwipeOutlined' -export * from './IconSwipeRoundedFilled' -export * from './IconSwipeRounded' -export * from './IconSwipeSharp' -export * from './IconSwipeSharpFilled' -export * from './IconSwipeDownOutlined' -export * from './IconSwipeDownOutlinedFilled' -export * from './IconSwipeDownRoundedFilled' -export * from './IconSwipeDownRounded' -export * from './IconSwipeDownSharpFilled' -export * from './IconSwipeDownSharp' -export * from './IconSwipeDownAltOutlined' -export * from './IconSwipeDownAltOutlinedFilled' -export * from './IconSwipeDownAltRounded' -export * from './IconSwipeDownAltRoundedFilled' -export * from './IconSwipeDownAltSharp' -export * from './IconSwipeDownAltSharpFilled' -export * from './IconSwipeLeftOutlined' -export * from './IconSwipeLeftOutlinedFilled' -export * from './IconSwipeLeftRounded' -export * from './IconSwipeLeftRoundedFilled' -export * from './IconSwipeLeftSharp' -export * from './IconSwipeLeftSharpFilled' -export * from './IconSwipeLeftAltOutlinedFilled' -export * from './IconSwipeLeftAltOutlined' -export * from './IconSwipeLeftAltRoundedFilled' -export * from './IconSwipeLeftAltRounded' -export * from './IconSwipeLeftAltSharp' -export * from './IconSwipeLeftAltSharpFilled' -export * from './IconSwipeRightOutlined' -export * from './IconSwipeRightOutlinedFilled' -export * from './IconSwipeRightRounded' -export * from './IconSwipeRightRoundedFilled' -export * from './IconSwipeRightSharp' -export * from './IconSwipeRightSharpFilled' -export * from './IconSwipeRightAltOutlinedFilled' -export * from './IconSwipeRightAltOutlined' -export * from './IconSwipeRightAltRounded' -export * from './IconSwipeRightAltRoundedFilled' -export * from './IconSwipeRightAltSharp' -export * from './IconSwipeRightAltSharpFilled' -export * from './IconSwipeUpOutlined' -export * from './IconSwipeUpOutlinedFilled' -export * from './IconSwipeUpRounded' -export * from './IconSwipeUpRoundedFilled' -export * from './IconSwipeUpSharp' -export * from './IconSwipeUpSharpFilled' -export * from './IconSwipeUpAltOutlined' -export * from './IconSwipeUpAltOutlinedFilled' -export * from './IconSwipeUpAltRounded' -export * from './IconSwipeUpAltRoundedFilled' -export * from './IconSwipeUpAltSharp' -export * from './IconSwipeUpAltSharpFilled' -export * from './IconSwipeVerticalOutlined' -export * from './IconSwipeVerticalOutlinedFilled' -export * from './IconSwipeVerticalRoundedFilled' -export * from './IconSwipeVerticalRounded' -export * from './IconSwipeVerticalSharpFilled' -export * from './IconSwipeVerticalSharp' -export * from './IconSwitchOutlined' -export * from './IconSwitchOutlinedFilled' -export * from './IconSwitchRounded' -export * from './IconSwitchRoundedFilled' -export * from './IconSwitchSharpFilled' -export * from './IconSwitchSharp' -export * from './IconSwitchAccessOutlined' -export * from './IconSwitchAccessOutlinedFilled' -export * from './IconSwitchAccessRounded' -export * from './IconSwitchAccessRoundedFilled' -export * from './IconSwitchAccessSharp' -export * from './IconSwitchAccessSharpFilled' -export * from './IconSwitchAccess2OutlinedFilled' -export * from './IconSwitchAccess2Outlined' -export * from './IconSwitchAccess2Rounded' -export * from './IconSwitchAccess2RoundedFilled' -export * from './IconSwitchAccess2Sharp' -export * from './IconSwitchAccess2SharpFilled' -export * from './IconSwitchAccessShortcutOutlinedFilled' -export * from './IconSwitchAccessShortcutOutlined' -export * from './IconSwitchAccessShortcutRounded' -export * from './IconSwitchAccessShortcutRoundedFilled' -export * from './IconSwitchAccessShortcutSharp' -export * from './IconSwitchAccessShortcutSharpFilled' -export * from './IconSwitchAccessShortcutAddOutlined' -export * from './IconSwitchAccessShortcutAddOutlinedFilled' -export * from './IconSwitchAccessShortcutAddRounded' -export * from './IconSwitchAccessShortcutAddRoundedFilled' -export * from './IconSwitchAccessShortcutAddSharp' -export * from './IconSwitchAccessShortcutAddSharpFilled' -export * from './IconSwitchAccountOutlinedFilled' -export * from './IconSwitchAccountOutlined' -export * from './IconSwitchAccountRounded' -export * from './IconSwitchAccountRoundedFilled' -export * from './IconSwitchAccountSharpFilled' -export * from './IconSwitchAccountSharp' -export * from './IconSwitchCameraOutlined' -export * from './IconSwitchCameraOutlinedFilled' -export * from './IconSwitchCameraRoundedFilled' -export * from './IconSwitchCameraRounded' -export * from './IconSwitchCameraSharp' -export * from './IconSwitchCameraSharpFilled' -export * from './IconSwitchLeftOutlinedFilled' -export * from './IconSwitchLeftOutlined' -export * from './IconSwitchLeftRounded' -export * from './IconSwitchLeftRoundedFilled' -export * from './IconSwitchLeftSharpFilled' -export * from './IconSwitchLeftSharp' -export * from './IconSwitchRightOutlinedFilled' -export * from './IconSwitchRightOutlined' -export * from './IconSwitchRightRounded' -export * from './IconSwitchRightRoundedFilled' -export * from './IconSwitchRightSharp' -export * from './IconSwitchRightSharpFilled' -export * from './IconSwitchVideoOutlined' -export * from './IconSwitchVideoOutlinedFilled' -export * from './IconSwitchVideoRoundedFilled' -export * from './IconSwitchVideoRounded' -export * from './IconSwitchVideoSharpFilled' -export * from './IconSwitchVideoSharp' -export * from './IconSwitchesOutlined' -export * from './IconSwitchesOutlinedFilled' -export * from './IconSwitchesRoundedFilled' -export * from './IconSwitchesRounded' -export * from './IconSwitchesSharp' -export * from './IconSwitchesSharpFilled' -export * from './IconSwordRoseOutlinedFilled' -export * from './IconSwordRoseOutlined' -export * from './IconSwordRoseRoundedFilled' -export * from './IconSwordRoseRounded' -export * from './IconSwordRoseSharp' -export * from './IconSwordRoseSharpFilled' -export * from './IconSwordsOutlined' -export * from './IconSwordsOutlinedFilled' -export * from './IconSwordsRoundedFilled' -export * from './IconSwordsRounded' -export * from './IconSwordsSharpFilled' -export * from './IconSwordsSharp' -export * from './IconSymptomsOutlined' -export * from './IconSymptomsOutlinedFilled' -export * from './IconSymptomsRounded' -export * from './IconSymptomsRoundedFilled' -export * from './IconSymptomsSharp' -export * from './IconSymptomsSharpFilled' -export * from './IconSynagogueOutlinedFilled' -export * from './IconSynagogueOutlined' -export * from './IconSynagogueRoundedFilled' -export * from './IconSynagogueRounded' -export * from './IconSynagogueSharpFilled' -export * from './IconSynagogueSharp' -export * from './IconSyncOutlinedFilled' -export * from './IconSyncOutlined' -export * from './IconSyncRounded' -export * from './IconSyncRoundedFilled' -export * from './IconSyncSharpFilled' -export * from './IconSyncSharp' -export * from './IconSyncAltOutlined' -export * from './IconSyncAltOutlinedFilled' -export * from './IconSyncAltRoundedFilled' -export * from './IconSyncAltRounded' -export * from './IconSyncAltSharp' -export * from './IconSyncAltSharpFilled' -export * from './IconSyncDesktopOutlined' -export * from './IconSyncDesktopOutlinedFilled' -export * from './IconSyncDesktopRounded' -export * from './IconSyncDesktopRoundedFilled' -export * from './IconSyncDesktopSharp' -export * from './IconSyncDesktopSharpFilled' -export * from './IconSyncDisabledOutlinedFilled' -export * from './IconSyncDisabledOutlined' -export * from './IconSyncDisabledRoundedFilled' -export * from './IconSyncDisabledRounded' -export * from './IconSyncDisabledSharp' -export * from './IconSyncDisabledSharpFilled' -export * from './IconSyncLockOutlinedFilled' -export * from './IconSyncLockOutlined' -export * from './IconSyncLockRoundedFilled' -export * from './IconSyncLockRounded' -export * from './IconSyncLockSharp' -export * from './IconSyncLockSharpFilled' -export * from './IconSyncProblemOutlinedFilled' -export * from './IconSyncProblemOutlined' -export * from './IconSyncProblemRounded' -export * from './IconSyncProblemRoundedFilled' -export * from './IconSyncProblemSharp' -export * from './IconSyncProblemSharpFilled' -export * from './IconSyncSavedLocallyOutlined' -export * from './IconSyncSavedLocallyOutlinedFilled' -export * from './IconSyncSavedLocallyRounded' -export * from './IconSyncSavedLocallyRoundedFilled' -export * from './IconSyncSavedLocallySharpFilled' -export * from './IconSyncSavedLocallySharp' -export * from './IconSyringeOutlinedFilled' -export * from './IconSyringeOutlined' -export * from './IconSyringeRoundedFilled' -export * from './IconSyringeRounded' -export * from './IconSyringeSharpFilled' -export * from './IconSyringeSharp' -export * from './IconSystemUpdateOutlined' -export * from './IconSystemUpdateOutlinedFilled' -export * from './IconSystemUpdateRoundedFilled' -export * from './IconSystemUpdateRounded' -export * from './IconSystemUpdateSharpFilled' -export * from './IconSystemUpdateSharp' -export * from './IconSystemUpdateAltOutlinedFilled' -export * from './IconSystemUpdateAltOutlined' -export * from './IconSystemUpdateAltRounded' -export * from './IconSystemUpdateAltRoundedFilled' -export * from './IconSystemUpdateAltSharpFilled' -export * from './IconSystemUpdateAltSharp' -export * from './IconTabOutlined' -export * from './IconTabOutlinedFilled' -export * from './IconTabRounded' -export * from './IconTabRoundedFilled' -export * from './IconTabSharp' -export * from './IconTabSharpFilled' -export * from './IconTabCloseOutlined' -export * from './IconTabCloseOutlinedFilled' -export * from './IconTabCloseRounded' -export * from './IconTabCloseRoundedFilled' -export * from './IconTabCloseSharp' -export * from './IconTabCloseSharpFilled' -export * from './IconTabCloseInactiveOutlinedFilled' -export * from './IconTabCloseInactiveOutlined' -export * from './IconTabCloseInactiveRounded' -export * from './IconTabCloseInactiveRoundedFilled' -export * from './IconTabCloseInactiveSharpFilled' -export * from './IconTabCloseInactiveSharp' -export * from './IconTabCloseRightOutlinedFilled' -export * from './IconTabCloseRightOutlined' -export * from './IconTabCloseRightRounded' -export * from './IconTabCloseRightRoundedFilled' -export * from './IconTabCloseRightSharp' -export * from './IconTabCloseRightSharpFilled' -export * from './IconTabDuplicateOutlined' -export * from './IconTabDuplicateOutlinedFilled' -export * from './IconTabDuplicateRounded' -export * from './IconTabDuplicateRoundedFilled' -export * from './IconTabDuplicateSharpFilled' -export * from './IconTabDuplicateSharp' -export * from './IconTabGroupOutlinedFilled' -export * from './IconTabGroupOutlined' -export * from './IconTabGroupRoundedFilled' -export * from './IconTabGroupRounded' -export * from './IconTabGroupSharpFilled' -export * from './IconTabGroupSharp' -export * from './IconTabInactiveOutlinedFilled' -export * from './IconTabInactiveOutlined' -export * from './IconTabInactiveRoundedFilled' -export * from './IconTabInactiveRounded' -export * from './IconTabInactiveSharp' -export * from './IconTabInactiveSharpFilled' -export * from './IconTabMoveOutlined' -export * from './IconTabMoveOutlinedFilled' -export * from './IconTabMoveRoundedFilled' -export * from './IconTabMoveRounded' -export * from './IconTabMoveSharpFilled' -export * from './IconTabMoveSharp' -export * from './IconTabNewRightOutlined' -export * from './IconTabNewRightOutlinedFilled' -export * from './IconTabNewRightRounded' -export * from './IconTabNewRightRoundedFilled' -export * from './IconTabNewRightSharp' -export * from './IconTabNewRightSharpFilled' -export * from './IconTabRecentOutlined' -export * from './IconTabRecentOutlinedFilled' -export * from './IconTabRecentRoundedFilled' -export * from './IconTabRecentRounded' -export * from './IconTabRecentSharpFilled' -export * from './IconTabRecentSharp' -export * from './IconTabUnselectedOutlined' -export * from './IconTabUnselectedOutlinedFilled' -export * from './IconTabUnselectedRoundedFilled' -export * from './IconTabUnselectedRounded' -export * from './IconTabUnselectedSharpFilled' -export * from './IconTabUnselectedSharp' -export * from './IconTableOutlinedFilled' -export * from './IconTableOutlined' -export * from './IconTableRoundedFilled' -export * from './IconTableRounded' -export * from './IconTableSharpFilled' -export * from './IconTableSharp' -export * from './IconTableBarOutlined' -export * from './IconTableBarOutlinedFilled' -export * from './IconTableBarRoundedFilled' -export * from './IconTableBarRounded' -export * from './IconTableBarSharpFilled' -export * from './IconTableBarSharp' -export * from './IconTableChartOutlinedFilled' -export * from './IconTableChartOutlined' -export * from './IconTableChartRoundedFilled' -export * from './IconTableChartRounded' -export * from './IconTableChartSharp' -export * from './IconTableChartSharpFilled' -export * from './IconTableChartViewOutlinedFilled' -export * from './IconTableChartViewOutlined' -export * from './IconTableChartViewRounded' -export * from './IconTableChartViewRoundedFilled' -export * from './IconTableChartViewSharpFilled' -export * from './IconTableChartViewSharp' -export * from './IconTableEyeOutlinedFilled' -export * from './IconTableEyeOutlined' -export * from './IconTableEyeRounded' -export * from './IconTableEyeRoundedFilled' -export * from './IconTableEyeSharp' -export * from './IconTableEyeSharpFilled' -export * from './IconTableLampOutlined' -export * from './IconTableLampOutlinedFilled' -export * from './IconTableLampRounded' -export * from './IconTableLampRoundedFilled' -export * from './IconTableLampSharpFilled' -export * from './IconTableLampSharp' -export * from './IconTableRestaurantOutlined' -export * from './IconTableRestaurantOutlinedFilled' -export * from './IconTableRestaurantRounded' -export * from './IconTableRestaurantRoundedFilled' -export * from './IconTableRestaurantSharp' -export * from './IconTableRestaurantSharpFilled' -export * from './IconTableRowsOutlined' -export * from './IconTableRowsOutlinedFilled' -export * from './IconTableRowsRoundedFilled' -export * from './IconTableRowsRounded' -export * from './IconTableRowsSharpFilled' -export * from './IconTableRowsSharp' -export * from './IconTableRowsNarrowOutlined' -export * from './IconTableRowsNarrowOutlinedFilled' -export * from './IconTableRowsNarrowRounded' -export * from './IconTableRowsNarrowRoundedFilled' -export * from './IconTableRowsNarrowSharpFilled' -export * from './IconTableRowsNarrowSharp' -export * from './IconTableViewOutlined' -export * from './IconTableViewOutlinedFilled' -export * from './IconTableViewRounded' -export * from './IconTableViewRoundedFilled' -export * from './IconTableViewSharp' -export * from './IconTableViewSharpFilled' -export * from './IconTabletOutlinedFilled' -export * from './IconTabletOutlined' -export * from './IconTabletRoundedFilled' -export * from './IconTabletRounded' -export * from './IconTabletSharpFilled' -export * from './IconTabletSharp' -export * from './IconTabletAndroidOutlined' -export * from './IconTabletAndroidOutlinedFilled' -export * from './IconTabletAndroidRoundedFilled' -export * from './IconTabletAndroidRounded' -export * from './IconTabletAndroidSharpFilled' -export * from './IconTabletAndroidSharp' -export * from './IconTabletCameraOutlinedFilled' -export * from './IconTabletCameraOutlined' -export * from './IconTabletCameraRoundedFilled' -export * from './IconTabletCameraRounded' -export * from './IconTabletCameraSharp' -export * from './IconTabletCameraSharpFilled' -export * from './IconTabletMacOutlined' -export * from './IconTabletMacOutlinedFilled' -export * from './IconTabletMacRounded' -export * from './IconTabletMacRoundedFilled' -export * from './IconTabletMacSharpFilled' -export * from './IconTabletMacSharp' -export * from './IconTabsOutlinedFilled' -export * from './IconTabsOutlined' -export * from './IconTabsRoundedFilled' -export * from './IconTabsRounded' -export * from './IconTabsSharp' -export * from './IconTabsSharpFilled' -export * from './IconTacticOutlinedFilled' -export * from './IconTacticOutlined' -export * from './IconTacticRounded' -export * from './IconTacticRoundedFilled' -export * from './IconTacticSharpFilled' -export * from './IconTacticSharp' -export * from './IconTagOutlinedFilled' -export * from './IconTagOutlined' -export * from './IconTagRounded' -export * from './IconTagRoundedFilled' -export * from './IconTagSharp' -export * from './IconTagSharpFilled' -export * from './IconTakeoutDiningOutlined' -export * from './IconTakeoutDiningOutlinedFilled' -export * from './IconTakeoutDiningRounded' -export * from './IconTakeoutDiningRoundedFilled' -export * from './IconTakeoutDiningSharpFilled' -export * from './IconTakeoutDiningSharp' -export * from './IconTamperDetectionOffOutlinedFilled' -export * from './IconTamperDetectionOffOutlined' -export * from './IconTamperDetectionOffRounded' -export * from './IconTamperDetectionOffRoundedFilled' -export * from './IconTamperDetectionOffSharpFilled' -export * from './IconTamperDetectionOffSharp' -export * from './IconTamperDetectionOnOutlinedFilled' -export * from './IconTamperDetectionOnOutlined' -export * from './IconTamperDetectionOnRoundedFilled' -export * from './IconTamperDetectionOnRounded' -export * from './IconTamperDetectionOnSharp' -export * from './IconTamperDetectionOnSharpFilled' -export * from './IconTapAndPlayOutlined' -export * from './IconTapAndPlayOutlinedFilled' -export * from './IconTapAndPlayRoundedFilled' -export * from './IconTapAndPlayRounded' -export * from './IconTapAndPlaySharp' -export * from './IconTapAndPlaySharpFilled' -export * from './IconTapasOutlinedFilled' -export * from './IconTapasOutlined' -export * from './IconTapasRoundedFilled' -export * from './IconTapasRounded' -export * from './IconTapasSharpFilled' -export * from './IconTapasSharp' -export * from './IconTargetOutlined' -export * from './IconTargetOutlinedFilled' -export * from './IconTargetRoundedFilled' -export * from './IconTargetRounded' -export * from './IconTargetSharp' -export * from './IconTargetSharpFilled' -export * from './IconTaskOutlined' -export * from './IconTaskOutlinedFilled' -export * from './IconTaskRounded' -export * from './IconTaskRoundedFilled' -export * from './IconTaskSharpFilled' -export * from './IconTaskSharp' -export * from './IconTaskAltOutlined' -export * from './IconTaskAltOutlinedFilled' -export * from './IconTaskAltRounded' -export * from './IconTaskAltRoundedFilled' -export * from './IconTaskAltSharpFilled' -export * from './IconTaskAltSharp' -export * from './IconTauntOutlined' -export * from './IconTauntOutlinedFilled' -export * from './IconTauntRoundedFilled' -export * from './IconTauntRounded' -export * from './IconTauntSharpFilled' -export * from './IconTauntSharp' -export * from './IconTaxiAlertOutlined' -export * from './IconTaxiAlertOutlinedFilled' -export * from './IconTaxiAlertRounded' -export * from './IconTaxiAlertRoundedFilled' -export * from './IconTaxiAlertSharp' -export * from './IconTaxiAlertSharpFilled' -export * from './IconTeamDashboardOutlinedFilled' -export * from './IconTeamDashboardOutlined' -export * from './IconTeamDashboardRoundedFilled' -export * from './IconTeamDashboardRounded' -export * from './IconTeamDashboardSharpFilled' -export * from './IconTeamDashboardSharp' -export * from './IconTempPreferencesEcoOutlined' -export * from './IconTempPreferencesEcoOutlinedFilled' -export * from './IconTempPreferencesEcoRoundedFilled' -export * from './IconTempPreferencesEcoRounded' -export * from './IconTempPreferencesEcoSharpFilled' -export * from './IconTempPreferencesEcoSharp' -export * from './IconTempleBuddhistOutlinedFilled' -export * from './IconTempleBuddhistOutlined' -export * from './IconTempleBuddhistRoundedFilled' -export * from './IconTempleBuddhistRounded' -export * from './IconTempleBuddhistSharpFilled' -export * from './IconTempleBuddhistSharp' -export * from './IconTempleHinduOutlined' -export * from './IconTempleHinduOutlinedFilled' -export * from './IconTempleHinduRoundedFilled' -export * from './IconTempleHinduRounded' -export * from './IconTempleHinduSharp' -export * from './IconTempleHinduSharpFilled' -export * from './IconTenancyOutlined' -export * from './IconTenancyOutlinedFilled' -export * from './IconTenancyRounded' -export * from './IconTenancyRoundedFilled' -export * from './IconTenancySharp' -export * from './IconTenancySharpFilled' -export * from './IconTerminalOutlinedFilled' -export * from './IconTerminalOutlined' -export * from './IconTerminalRounded' -export * from './IconTerminalRoundedFilled' -export * from './IconTerminalSharpFilled' -export * from './IconTerminalSharp' -export * from './IconTextAdOutlinedFilled' -export * from './IconTextAdOutlined' -export * from './IconTextAdRoundedFilled' -export * from './IconTextAdRounded' -export * from './IconTextAdSharp' -export * from './IconTextAdSharpFilled' -export * from './IconTextDecreaseOutlinedFilled' -export * from './IconTextDecreaseOutlined' -export * from './IconTextDecreaseRounded' -export * from './IconTextDecreaseRoundedFilled' -export * from './IconTextDecreaseSharpFilled' -export * from './IconTextDecreaseSharp' -export * from './IconTextFieldsOutlined' -export * from './IconTextFieldsOutlinedFilled' -export * from './IconTextFieldsRounded' -export * from './IconTextFieldsRoundedFilled' -export * from './IconTextFieldsSharp' -export * from './IconTextFieldsSharpFilled' -export * from './IconTextFieldsAltOutlined' -export * from './IconTextFieldsAltOutlinedFilled' -export * from './IconTextFieldsAltRoundedFilled' -export * from './IconTextFieldsAltRounded' -export * from './IconTextFieldsAltSharp' -export * from './IconTextFieldsAltSharpFilled' -export * from './IconTextFormatOutlined' -export * from './IconTextFormatOutlinedFilled' -export * from './IconTextFormatRounded' -export * from './IconTextFormatRoundedFilled' -export * from './IconTextFormatSharpFilled' -export * from './IconTextFormatSharp' -export * from './IconTextIncreaseOutlinedFilled' -export * from './IconTextIncreaseOutlined' -export * from './IconTextIncreaseRounded' -export * from './IconTextIncreaseRoundedFilled' -export * from './IconTextIncreaseSharp' -export * from './IconTextIncreaseSharpFilled' -export * from './IconTextRotateUpOutlined' -export * from './IconTextRotateUpOutlinedFilled' -export * from './IconTextRotateUpRounded' -export * from './IconTextRotateUpRoundedFilled' -export * from './IconTextRotateUpSharpFilled' -export * from './IconTextRotateUpSharp' -export * from './IconTextRotateVerticalOutlined' -export * from './IconTextRotateVerticalOutlinedFilled' -export * from './IconTextRotateVerticalRounded' -export * from './IconTextRotateVerticalRoundedFilled' -export * from './IconTextRotateVerticalSharp' -export * from './IconTextRotateVerticalSharpFilled' -export * from './IconTextRotationAngledownOutlinedFilled' -export * from './IconTextRotationAngledownOutlined' -export * from './IconTextRotationAngledownRoundedFilled' -export * from './IconTextRotationAngledownRounded' -export * from './IconTextRotationAngledownSharp' -export * from './IconTextRotationAngledownSharpFilled' -export * from './IconTextRotationAngleupOutlinedFilled' -export * from './IconTextRotationAngleupOutlined' -export * from './IconTextRotationAngleupRoundedFilled' -export * from './IconTextRotationAngleupRounded' -export * from './IconTextRotationAngleupSharp' -export * from './IconTextRotationAngleupSharpFilled' -export * from './IconTextRotationDownOutlinedFilled' -export * from './IconTextRotationDownOutlined' -export * from './IconTextRotationDownRounded' -export * from './IconTextRotationDownRoundedFilled' -export * from './IconTextRotationDownSharp' -export * from './IconTextRotationDownSharpFilled' -export * from './IconTextRotationNoneOutlinedFilled' -export * from './IconTextRotationNoneOutlined' -export * from './IconTextRotationNoneRounded' -export * from './IconTextRotationNoneRoundedFilled' -export * from './IconTextRotationNoneSharpFilled' -export * from './IconTextRotationNoneSharp' -export * from './IconTextSelectEndOutlinedFilled' -export * from './IconTextSelectEndOutlined' -export * from './IconTextSelectEndRounded' -export * from './IconTextSelectEndRoundedFilled' -export * from './IconTextSelectEndSharpFilled' -export * from './IconTextSelectEndSharp' -export * from './IconTextSelectJumpToBeginningOutlined' -export * from './IconTextSelectJumpToBeginningOutlinedFilled' -export * from './IconTextSelectJumpToBeginningRoundedFilled' -export * from './IconTextSelectJumpToBeginningRounded' -export * from './IconTextSelectJumpToBeginningSharp' -export * from './IconTextSelectJumpToBeginningSharpFilled' -export * from './IconTextSelectJumpToEndOutlined' -export * from './IconTextSelectJumpToEndOutlinedFilled' -export * from './IconTextSelectJumpToEndRoundedFilled' -export * from './IconTextSelectJumpToEndRounded' -export * from './IconTextSelectJumpToEndSharpFilled' -export * from './IconTextSelectJumpToEndSharp' -export * from './IconTextSelectMoveBackCharacterOutlinedFilled' -export * from './IconTextSelectMoveBackCharacterOutlined' -export * from './IconTextSelectMoveBackCharacterRounded' -export * from './IconTextSelectMoveBackCharacterRoundedFilled' -export * from './IconTextSelectMoveBackCharacterSharp' -export * from './IconTextSelectMoveBackCharacterSharpFilled' -export * from './IconTextSelectMoveBackWordOutlined' -export * from './IconTextSelectMoveBackWordOutlinedFilled' -export * from './IconTextSelectMoveBackWordRoundedFilled' -export * from './IconTextSelectMoveBackWordRounded' -export * from './IconTextSelectMoveBackWordSharpFilled' -export * from './IconTextSelectMoveBackWordSharp' -export * from './IconTextSelectMoveDownOutlinedFilled' -export * from './IconTextSelectMoveDownOutlined' -export * from './IconTextSelectMoveDownRounded' -export * from './IconTextSelectMoveDownRoundedFilled' -export * from './IconTextSelectMoveDownSharpFilled' -export * from './IconTextSelectMoveDownSharp' -export * from './IconTextSelectMoveForwardCharacterOutlined' -export * from './IconTextSelectMoveForwardCharacterOutlinedFilled' -export * from './IconTextSelectMoveForwardCharacterRoundedFilled' -export * from './IconTextSelectMoveForwardCharacterRounded' -export * from './IconTextSelectMoveForwardCharacterSharp' -export * from './IconTextSelectMoveForwardCharacterSharpFilled' -export * from './IconTextSelectMoveForwardWordOutlined' -export * from './IconTextSelectMoveForwardWordOutlinedFilled' -export * from './IconTextSelectMoveForwardWordRounded' -export * from './IconTextSelectMoveForwardWordRoundedFilled' -export * from './IconTextSelectMoveForwardWordSharp' -export * from './IconTextSelectMoveForwardWordSharpFilled' -export * from './IconTextSelectMoveUpOutlined' -export * from './IconTextSelectMoveUpOutlinedFilled' -export * from './IconTextSelectMoveUpRoundedFilled' -export * from './IconTextSelectMoveUpRounded' -export * from './IconTextSelectMoveUpSharpFilled' -export * from './IconTextSelectMoveUpSharp' -export * from './IconTextSelectStartOutlinedFilled' -export * from './IconTextSelectStartOutlined' -export * from './IconTextSelectStartRounded' -export * from './IconTextSelectStartRoundedFilled' -export * from './IconTextSelectStartSharp' -export * from './IconTextSelectStartSharpFilled' -export * from './IconTextSnippetOutlined' -export * from './IconTextSnippetOutlinedFilled' -export * from './IconTextSnippetRounded' -export * from './IconTextSnippetRoundedFilled' -export * from './IconTextSnippetSharp' -export * from './IconTextSnippetSharpFilled' -export * from './IconTextToSpeechOutlined' -export * from './IconTextToSpeechOutlinedFilled' -export * from './IconTextToSpeechRoundedFilled' -export * from './IconTextToSpeechRounded' -export * from './IconTextToSpeechSharpFilled' -export * from './IconTextToSpeechSharp' -export * from './IconTextUpOutlined' -export * from './IconTextUpOutlinedFilled' -export * from './IconTextUpRoundedFilled' -export * from './IconTextUpRounded' -export * from './IconTextUpSharp' -export * from './IconTextUpSharpFilled' -export * from './IconTextureOutlinedFilled' -export * from './IconTextureOutlined' -export * from './IconTextureRounded' -export * from './IconTextureRoundedFilled' -export * from './IconTextureSharp' -export * from './IconTextureSharpFilled' -export * from './IconTextureAddOutlined' -export * from './IconTextureAddOutlinedFilled' -export * from './IconTextureAddRounded' -export * from './IconTextureAddRoundedFilled' -export * from './IconTextureAddSharp' -export * from './IconTextureAddSharpFilled' -export * from './IconTextureMinusOutlined' -export * from './IconTextureMinusOutlinedFilled' -export * from './IconTextureMinusRounded' -export * from './IconTextureMinusRoundedFilled' -export * from './IconTextureMinusSharp' -export * from './IconTextureMinusSharpFilled' -export * from './IconTheaterComedyOutlined' -export * from './IconTheaterComedyOutlinedFilled' -export * from './IconTheaterComedyRounded' -export * from './IconTheaterComedyRoundedFilled' -export * from './IconTheaterComedySharp' -export * from './IconTheaterComedySharpFilled' -export * from './IconTheatersOutlined' -export * from './IconTheatersOutlinedFilled' -export * from './IconTheatersRounded' -export * from './IconTheatersRoundedFilled' -export * from './IconTheatersSharpFilled' -export * from './IconTheatersSharp' -export * from './IconThermometerOutlined' -export * from './IconThermometerOutlinedFilled' -export * from './IconThermometerRoundedFilled' -export * from './IconThermometerRounded' -export * from './IconThermometerSharpFilled' -export * from './IconThermometerSharp' -export * from './IconThermometerAddOutlined' -export * from './IconThermometerAddOutlinedFilled' -export * from './IconThermometerAddRoundedFilled' -export * from './IconThermometerAddRounded' -export * from './IconThermometerAddSharpFilled' -export * from './IconThermometerAddSharp' -export * from './IconThermometerGainOutlinedFilled' -export * from './IconThermometerGainOutlined' -export * from './IconThermometerGainRounded' -export * from './IconThermometerGainRoundedFilled' -export * from './IconThermometerGainSharp' -export * from './IconThermometerGainSharpFilled' -export * from './IconThermometerLossOutlinedFilled' -export * from './IconThermometerLossOutlined' -export * from './IconThermometerLossRounded' -export * from './IconThermometerLossRoundedFilled' -export * from './IconThermometerLossSharpFilled' -export * from './IconThermometerLossSharp' -export * from './IconThermometerMinusOutlined' -export * from './IconThermometerMinusOutlinedFilled' -export * from './IconThermometerMinusRounded' -export * from './IconThermometerMinusRoundedFilled' -export * from './IconThermometerMinusSharpFilled' -export * from './IconThermometerMinusSharp' -export * from './IconThermostatOutlined' -export * from './IconThermostatOutlinedFilled' -export * from './IconThermostatRounded' -export * from './IconThermostatRoundedFilled' -export * from './IconThermostatSharp' -export * from './IconThermostatSharpFilled' -export * from './IconThermostatAutoOutlinedFilled' -export * from './IconThermostatAutoOutlined' -export * from './IconThermostatAutoRounded' -export * from './IconThermostatAutoRoundedFilled' -export * from './IconThermostatAutoSharp' -export * from './IconThermostatAutoSharpFilled' -export * from './IconThermostatCarbonOutlinedFilled' -export * from './IconThermostatCarbonOutlined' -export * from './IconThermostatCarbonRounded' -export * from './IconThermostatCarbonRoundedFilled' -export * from './IconThermostatCarbonSharp' -export * from './IconThermostatCarbonSharpFilled' -export * from './IconThingsToDoOutlined' -export * from './IconThingsToDoOutlinedFilled' -export * from './IconThingsToDoRounded' -export * from './IconThingsToDoRoundedFilled' -export * from './IconThingsToDoSharpFilled' -export * from './IconThingsToDoSharp' -export * from './IconThreadUnreadOutlined' -export * from './IconThreadUnreadOutlinedFilled' -export * from './IconThreadUnreadRoundedFilled' -export * from './IconThreadUnreadRounded' -export * from './IconThreadUnreadSharpFilled' -export * from './IconThreadUnreadSharp' -export * from './IconThumbDownOutlinedFilled' -export * from './IconThumbDownOutlined' -export * from './IconThumbDownRounded' -export * from './IconThumbDownRoundedFilled' -export * from './IconThumbDownSharpFilled' -export * from './IconThumbDownSharp' -export * from './IconThumbUpOutlined' -export * from './IconThumbUpOutlinedFilled' -export * from './IconThumbUpRoundedFilled' -export * from './IconThumbUpRounded' -export * from './IconThumbUpSharp' -export * from './IconThumbUpSharpFilled' -export * from './IconThumbnailBarOutlinedFilled' -export * from './IconThumbnailBarOutlined' -export * from './IconThumbnailBarRoundedFilled' -export * from './IconThumbnailBarRounded' -export * from './IconThumbnailBarSharpFilled' -export * from './IconThumbnailBarSharp' -export * from './IconThumbsUpDownOutlined' -export * from './IconThumbsUpDownOutlinedFilled' -export * from './IconThumbsUpDownRounded' -export * from './IconThumbsUpDownRoundedFilled' -export * from './IconThumbsUpDownSharp' -export * from './IconThumbsUpDownSharpFilled' -export * from './IconThunderstormOutlined' -export * from './IconThunderstormOutlinedFilled' -export * from './IconThunderstormRounded' -export * from './IconThunderstormRoundedFilled' -export * from './IconThunderstormSharpFilled' -export * from './IconThunderstormSharp' -export * from './IconTibiaOutlinedFilled' -export * from './IconTibiaOutlined' -export * from './IconTibiaRoundedFilled' -export * from './IconTibiaRounded' -export * from './IconTibiaSharpFilled' -export * from './IconTibiaSharp' -export * from './IconTibiaAltOutlinedFilled' -export * from './IconTibiaAltOutlined' -export * from './IconTibiaAltRoundedFilled' -export * from './IconTibiaAltRounded' -export * from './IconTibiaAltSharp' -export * from './IconTibiaAltSharpFilled' -export * from './IconTimeAutoOutlinedFilled' -export * from './IconTimeAutoOutlined' -export * from './IconTimeAutoRounded' -export * from './IconTimeAutoRoundedFilled' -export * from './IconTimeAutoSharpFilled' -export * from './IconTimeAutoSharp' -export * from './IconTimelapseOutlinedFilled' -export * from './IconTimelapseOutlined' -export * from './IconTimelapseRoundedFilled' -export * from './IconTimelapseRounded' -export * from './IconTimelapseSharp' -export * from './IconTimelapseSharpFilled' -export * from './IconTimelineOutlined' -export * from './IconTimelineOutlinedFilled' -export * from './IconTimelineRounded' -export * from './IconTimelineRoundedFilled' -export * from './IconTimelineSharp' -export * from './IconTimelineSharpFilled' -export * from './IconTimerOutlined' -export * from './IconTimerOutlinedFilled' -export * from './IconTimerRounded' -export * from './IconTimerRoundedFilled' -export * from './IconTimerSharp' -export * from './IconTimerSharpFilled' -export * from './IconTimer10Outlined' -export * from './IconTimer10OutlinedFilled' -export * from './IconTimer10Rounded' -export * from './IconTimer10RoundedFilled' -export * from './IconTimer10SharpFilled' -export * from './IconTimer10Sharp' -export * from './IconTimer10Alt1OutlinedFilled' -export * from './IconTimer10Alt1Outlined' -export * from './IconTimer10Alt1Rounded' -export * from './IconTimer10Alt1RoundedFilled' -export * from './IconTimer10Alt1Sharp' -export * from './IconTimer10Alt1SharpFilled' -export * from './IconTimer10SelectOutlined' -export * from './IconTimer10SelectOutlinedFilled' -export * from './IconTimer10SelectRounded' -export * from './IconTimer10SelectRoundedFilled' -export * from './IconTimer10SelectSharp' -export * from './IconTimer10SelectSharpFilled' -export * from './IconTimer3Outlined' -export * from './IconTimer3OutlinedFilled' -export * from './IconTimer3Rounded' -export * from './IconTimer3RoundedFilled' -export * from './IconTimer3SharpFilled' -export * from './IconTimer3Sharp' -export * from './IconTimer3Alt1OutlinedFilled' -export * from './IconTimer3Alt1Outlined' -export * from './IconTimer3Alt1Rounded' -export * from './IconTimer3Alt1RoundedFilled' -export * from './IconTimer3Alt1Sharp' -export * from './IconTimer3Alt1SharpFilled' -export * from './IconTimer3SelectOutlined' -export * from './IconTimer3SelectOutlinedFilled' -export * from './IconTimer3SelectRounded' -export * from './IconTimer3SelectRoundedFilled' -export * from './IconTimer3SelectSharpFilled' -export * from './IconTimer3SelectSharp' -export * from './IconTimer5OutlinedFilled' -export * from './IconTimer5Outlined' -export * from './IconTimer5Rounded' -export * from './IconTimer5RoundedFilled' -export * from './IconTimer5SharpFilled' -export * from './IconTimer5Sharp' -export * from './IconTimer5ShutterOutlined' -export * from './IconTimer5ShutterOutlinedFilled' -export * from './IconTimer5ShutterRoundedFilled' -export * from './IconTimer5ShutterRounded' -export * from './IconTimer5ShutterSharp' -export * from './IconTimer5ShutterSharpFilled' -export * from './IconTimerOffOutlinedFilled' -export * from './IconTimerOffOutlined' -export * from './IconTimerOffRounded' -export * from './IconTimerOffRoundedFilled' -export * from './IconTimerOffSharpFilled' -export * from './IconTimerOffSharp' -export * from './IconTimerPauseOutlined' -export * from './IconTimerPauseOutlinedFilled' -export * from './IconTimerPauseRoundedFilled' -export * from './IconTimerPauseRounded' -export * from './IconTimerPauseSharp' -export * from './IconTimerPauseSharpFilled' -export * from './IconTimerPlayOutlined' -export * from './IconTimerPlayOutlinedFilled' -export * from './IconTimerPlayRounded' -export * from './IconTimerPlayRoundedFilled' -export * from './IconTimerPlaySharp' -export * from './IconTimerPlaySharpFilled' -export * from './IconTireRepairOutlinedFilled' -export * from './IconTireRepairOutlined' -export * from './IconTireRepairRounded' -export * from './IconTireRepairRoundedFilled' -export * from './IconTireRepairSharp' -export * from './IconTireRepairSharpFilled' -export * from './IconTitleOutlinedFilled' -export * from './IconTitleOutlined' -export * from './IconTitleRounded' -export * from './IconTitleRoundedFilled' -export * from './IconTitleSharp' -export * from './IconTitleSharpFilled' -export * from './IconTitlecaseOutlined' -export * from './IconTitlecaseOutlinedFilled' -export * from './IconTitlecaseRoundedFilled' -export * from './IconTitlecaseRounded' -export * from './IconTitlecaseSharp' -export * from './IconTitlecaseSharpFilled' -export * from './IconToastOutlined' -export * from './IconToastOutlinedFilled' -export * from './IconToastRoundedFilled' -export * from './IconToastRounded' -export * from './IconToastSharpFilled' -export * from './IconToastSharp' -export * from './IconTocOutlined' -export * from './IconTocOutlinedFilled' -export * from './IconTocRounded' -export * from './IconTocRoundedFilled' -export * from './IconTocSharp' -export * from './IconTocSharpFilled' -export * from './IconTodayOutlinedFilled' -export * from './IconTodayOutlined' -export * from './IconTodayRoundedFilled' -export * from './IconTodayRounded' -export * from './IconTodaySharpFilled' -export * from './IconTodaySharp' -export * from './IconToggleOffOutlinedFilled' -export * from './IconToggleOffOutlined' -export * from './IconToggleOffRounded' -export * from './IconToggleOffRoundedFilled' -export * from './IconToggleOffSharpFilled' -export * from './IconToggleOffSharp' -export * from './IconToggleOnOutlinedFilled' -export * from './IconToggleOnOutlined' -export * from './IconToggleOnRounded' -export * from './IconToggleOnRoundedFilled' -export * from './IconToggleOnSharp' -export * from './IconToggleOnSharpFilled' -export * from './IconTokenOutlinedFilled' -export * from './IconTokenOutlined' -export * from './IconTokenRoundedFilled' -export * from './IconTokenRounded' -export * from './IconTokenSharp' -export * from './IconTokenSharpFilled' -export * from './IconTollOutlinedFilled' -export * from './IconTollOutlined' -export * from './IconTollRounded' -export * from './IconTollRoundedFilled' -export * from './IconTollSharpFilled' -export * from './IconTollSharp' -export * from './IconTonalityOutlined' -export * from './IconTonalityOutlinedFilled' -export * from './IconTonalityRoundedFilled' -export * from './IconTonalityRounded' -export * from './IconTonalitySharp' -export * from './IconTonalitySharpFilled' -export * from './IconToolbarOutlined' -export * from './IconToolbarOutlinedFilled' -export * from './IconToolbarRounded' -export * from './IconToolbarRoundedFilled' -export * from './IconToolbarSharp' -export * from './IconToolbarSharpFilled' -export * from './IconToolsFlatHeadOutlinedFilled' -export * from './IconToolsFlatHeadOutlined' -export * from './IconToolsFlatHeadRounded' -export * from './IconToolsFlatHeadRoundedFilled' -export * from './IconToolsFlatHeadSharp' -export * from './IconToolsFlatHeadSharpFilled' -export * from './IconToolsInstallationKitOutlined' -export * from './IconToolsInstallationKitOutlinedFilled' -export * from './IconToolsInstallationKitRounded' -export * from './IconToolsInstallationKitRoundedFilled' -export * from './IconToolsInstallationKitSharpFilled' -export * from './IconToolsInstallationKitSharp' -export * from './IconToolsLadderOutlinedFilled' -export * from './IconToolsLadderOutlined' -export * from './IconToolsLadderRoundedFilled' -export * from './IconToolsLadderRounded' -export * from './IconToolsLadderSharp' -export * from './IconToolsLadderSharpFilled' -export * from './IconToolsLevelOutlinedFilled' -export * from './IconToolsLevelOutlined' -export * from './IconToolsLevelRounded' -export * from './IconToolsLevelRoundedFilled' -export * from './IconToolsLevelSharp' -export * from './IconToolsLevelSharpFilled' -export * from './IconToolsPhillipsOutlined' -export * from './IconToolsPhillipsOutlinedFilled' -export * from './IconToolsPhillipsRoundedFilled' -export * from './IconToolsPhillipsRounded' -export * from './IconToolsPhillipsSharp' -export * from './IconToolsPhillipsSharpFilled' -export * from './IconToolsPliersWireStripperOutlinedFilled' -export * from './IconToolsPliersWireStripperOutlined' -export * from './IconToolsPliersWireStripperRounded' -export * from './IconToolsPliersWireStripperRoundedFilled' -export * from './IconToolsPliersWireStripperSharpFilled' -export * from './IconToolsPliersWireStripperSharp' -export * from './IconToolsPowerDrillOutlinedFilled' -export * from './IconToolsPowerDrillOutlined' -export * from './IconToolsPowerDrillRounded' -export * from './IconToolsPowerDrillRoundedFilled' -export * from './IconToolsPowerDrillSharpFilled' -export * from './IconToolsPowerDrillSharp' -export * from './IconTooltipOutlinedFilled' -export * from './IconTooltipOutlined' -export * from './IconTooltipRounded' -export * from './IconTooltipRoundedFilled' -export * from './IconTooltipSharpFilled' -export * from './IconTooltipSharp' -export * from './IconTooltip2OutlinedFilled' -export * from './IconTooltip2Outlined' -export * from './IconTooltip2RoundedFilled' -export * from './IconTooltip2Rounded' -export * from './IconTooltip2SharpFilled' -export * from './IconTooltip2Sharp' -export * from './IconTopPanelCloseOutlinedFilled' -export * from './IconTopPanelCloseOutlined' -export * from './IconTopPanelCloseRoundedFilled' -export * from './IconTopPanelCloseRounded' -export * from './IconTopPanelCloseSharp' -export * from './IconTopPanelCloseSharpFilled' -export * from './IconTopPanelOpenOutlinedFilled' -export * from './IconTopPanelOpenOutlined' -export * from './IconTopPanelOpenRoundedFilled' -export * from './IconTopPanelOpenRounded' -export * from './IconTopPanelOpenSharpFilled' -export * from './IconTopPanelOpenSharp' -export * from './IconTopicOutlinedFilled' -export * from './IconTopicOutlined' -export * from './IconTopicRoundedFilled' -export * from './IconTopicRounded' -export * from './IconTopicSharp' -export * from './IconTopicSharpFilled' -export * from './IconTornadoOutlined' -export * from './IconTornadoOutlinedFilled' -export * from './IconTornadoRoundedFilled' -export * from './IconTornadoRounded' -export * from './IconTornadoSharpFilled' -export * from './IconTornadoSharp' -export * from './IconTotalDissolvedSolidsOutlined' -export * from './IconTotalDissolvedSolidsOutlinedFilled' -export * from './IconTotalDissolvedSolidsRoundedFilled' -export * from './IconTotalDissolvedSolidsRounded' -export * from './IconTotalDissolvedSolidsSharpFilled' -export * from './IconTotalDissolvedSolidsSharp' -export * from './IconTouchAppOutlinedFilled' -export * from './IconTouchAppOutlined' -export * from './IconTouchAppRoundedFilled' -export * from './IconTouchAppRounded' -export * from './IconTouchAppSharp' -export * from './IconTouchAppSharpFilled' -export * from './IconTouchpadMouseOutlined' -export * from './IconTouchpadMouseOutlinedFilled' -export * from './IconTouchpadMouseRoundedFilled' -export * from './IconTouchpadMouseRounded' -export * from './IconTouchpadMouseSharpFilled' -export * from './IconTouchpadMouseSharp' -export * from './IconTouchpadMouseOffOutlinedFilled' -export * from './IconTouchpadMouseOffOutlined' -export * from './IconTouchpadMouseOffRoundedFilled' -export * from './IconTouchpadMouseOffRounded' -export * from './IconTouchpadMouseOffSharp' -export * from './IconTouchpadMouseOffSharpFilled' -export * from './IconTourOutlined' -export * from './IconTourOutlinedFilled' -export * from './IconTourRoundedFilled' -export * from './IconTourRounded' -export * from './IconTourSharpFilled' -export * from './IconTourSharp' -export * from './IconToysOutlined' -export * from './IconToysOutlinedFilled' -export * from './IconToysRounded' -export * from './IconToysRoundedFilled' -export * from './IconToysSharpFilled' -export * from './IconToysSharp' -export * from './IconToysAndGamesOutlinedFilled' -export * from './IconToysAndGamesOutlined' -export * from './IconToysAndGamesRounded' -export * from './IconToysAndGamesRoundedFilled' -export * from './IconToysAndGamesSharpFilled' -export * from './IconToysAndGamesSharp' -export * from './IconToysFanOutlined' -export * from './IconToysFanOutlinedFilled' -export * from './IconToysFanRoundedFilled' -export * from './IconToysFanRounded' -export * from './IconToysFanSharp' -export * from './IconToysFanSharpFilled' -export * from './IconTrackChangesOutlinedFilled' -export * from './IconTrackChangesOutlined' -export * from './IconTrackChangesRoundedFilled' -export * from './IconTrackChangesRounded' -export * from './IconTrackChangesSharp' -export * from './IconTrackChangesSharpFilled' -export * from './IconTrackpadInputOutlinedFilled' -export * from './IconTrackpadInputOutlined' -export * from './IconTrackpadInputRoundedFilled' -export * from './IconTrackpadInputRounded' -export * from './IconTrackpadInputSharpFilled' -export * from './IconTrackpadInputSharp' -export * from './IconTrackpadInput2OutlinedFilled' -export * from './IconTrackpadInput2Outlined' -export * from './IconTrackpadInput2RoundedFilled' -export * from './IconTrackpadInput2Rounded' -export * from './IconTrackpadInput2SharpFilled' -export * from './IconTrackpadInput2Sharp' -export * from './IconTrackpadInput3OutlinedFilled' -export * from './IconTrackpadInput3Outlined' -export * from './IconTrackpadInput3Rounded' -export * from './IconTrackpadInput3RoundedFilled' -export * from './IconTrackpadInput3SharpFilled' -export * from './IconTrackpadInput3Sharp' -export * from './IconTrafficOutlinedFilled' -export * from './IconTrafficOutlined' -export * from './IconTrafficRoundedFilled' -export * from './IconTrafficRounded' -export * from './IconTrafficSharp' -export * from './IconTrafficSharpFilled' -export * from './IconTrafficJamOutlined' -export * from './IconTrafficJamOutlinedFilled' -export * from './IconTrafficJamRounded' -export * from './IconTrafficJamRoundedFilled' -export * from './IconTrafficJamSharpFilled' -export * from './IconTrafficJamSharp' -export * from './IconTrailLengthOutlinedFilled' -export * from './IconTrailLengthOutlined' -export * from './IconTrailLengthRounded' -export * from './IconTrailLengthRoundedFilled' -export * from './IconTrailLengthSharp' -export * from './IconTrailLengthSharpFilled' -export * from './IconTrailLengthMediumOutlinedFilled' -export * from './IconTrailLengthMediumOutlined' -export * from './IconTrailLengthMediumRounded' -export * from './IconTrailLengthMediumRoundedFilled' -export * from './IconTrailLengthMediumSharpFilled' -export * from './IconTrailLengthMediumSharp' -export * from './IconTrailLengthShortOutlined' -export * from './IconTrailLengthShortOutlinedFilled' -export * from './IconTrailLengthShortRoundedFilled' -export * from './IconTrailLengthShortRounded' -export * from './IconTrailLengthShortSharp' -export * from './IconTrailLengthShortSharpFilled' -export * from './IconTrainOutlined' -export * from './IconTrainOutlinedFilled' -export * from './IconTrainRoundedFilled' -export * from './IconTrainRounded' -export * from './IconTrainSharp' -export * from './IconTrainSharpFilled' -export * from './IconTramOutlinedFilled' -export * from './IconTramOutlined' -export * from './IconTramRoundedFilled' -export * from './IconTramRounded' -export * from './IconTramSharpFilled' -export * from './IconTramSharp' -export * from './IconTranscribeOutlined' -export * from './IconTranscribeOutlinedFilled' -export * from './IconTranscribeRoundedFilled' -export * from './IconTranscribeRounded' -export * from './IconTranscribeSharp' -export * from './IconTranscribeSharpFilled' -export * from './IconTransferWithinAStationOutlined' -export * from './IconTransferWithinAStationOutlinedFilled' -export * from './IconTransferWithinAStationRounded' -export * from './IconTransferWithinAStationRoundedFilled' -export * from './IconTransferWithinAStationSharpFilled' -export * from './IconTransferWithinAStationSharp' -export * from './IconTransformOutlined' -export * from './IconTransformOutlinedFilled' -export * from './IconTransformRounded' -export * from './IconTransformRoundedFilled' -export * from './IconTransformSharpFilled' -export * from './IconTransformSharp' -export * from './IconTransgenderOutlined' -export * from './IconTransgenderOutlinedFilled' -export * from './IconTransgenderRoundedFilled' -export * from './IconTransgenderRounded' -export * from './IconTransgenderSharpFilled' -export * from './IconTransgenderSharp' -export * from './IconTransitEnterexitOutlinedFilled' -export * from './IconTransitEnterexitOutlined' -export * from './IconTransitEnterexitRoundedFilled' -export * from './IconTransitEnterexitRounded' -export * from './IconTransitEnterexitSharp' -export * from './IconTransitEnterexitSharpFilled' -export * from './IconTransitTicketOutlinedFilled' -export * from './IconTransitTicketOutlined' -export * from './IconTransitTicketRounded' -export * from './IconTransitTicketRoundedFilled' -export * from './IconTransitTicketSharpFilled' -export * from './IconTransitTicketSharp' -export * from './IconTransitionChopOutlined' -export * from './IconTransitionChopOutlinedFilled' -export * from './IconTransitionChopRounded' -export * from './IconTransitionChopRoundedFilled' -export * from './IconTransitionChopSharp' -export * from './IconTransitionChopSharpFilled' -export * from './IconTransitionDissolveOutlinedFilled' -export * from './IconTransitionDissolveOutlined' -export * from './IconTransitionDissolveRoundedFilled' -export * from './IconTransitionDissolveRounded' -export * from './IconTransitionDissolveSharpFilled' -export * from './IconTransitionDissolveSharp' -export * from './IconTransitionFadeOutlined' -export * from './IconTransitionFadeOutlinedFilled' -export * from './IconTransitionFadeRoundedFilled' -export * from './IconTransitionFadeRounded' -export * from './IconTransitionFadeSharpFilled' -export * from './IconTransitionFadeSharp' -export * from './IconTransitionPushOutlinedFilled' -export * from './IconTransitionPushOutlined' -export * from './IconTransitionPushRoundedFilled' -export * from './IconTransitionPushRounded' -export * from './IconTransitionPushSharp' -export * from './IconTransitionPushSharpFilled' -export * from './IconTransitionSlideOutlined' -export * from './IconTransitionSlideOutlinedFilled' -export * from './IconTransitionSlideRoundedFilled' -export * from './IconTransitionSlideRounded' -export * from './IconTransitionSlideSharp' -export * from './IconTransitionSlideSharpFilled' -export * from './IconTranslateOutlined' -export * from './IconTranslateOutlinedFilled' -export * from './IconTranslateRoundedFilled' -export * from './IconTranslateRounded' -export * from './IconTranslateSharp' -export * from './IconTranslateSharpFilled' -export * from './IconTransportationOutlined' -export * from './IconTransportationOutlinedFilled' -export * from './IconTransportationRounded' -export * from './IconTransportationRoundedFilled' -export * from './IconTransportationSharp' -export * from './IconTransportationSharpFilled' -export * from './IconTravelOutlinedFilled' -export * from './IconTravelOutlined' -export * from './IconTravelRounded' -export * from './IconTravelRoundedFilled' -export * from './IconTravelSharp' -export * from './IconTravelSharpFilled' -export * from './IconTravelExploreOutlinedFilled' -export * from './IconTravelExploreOutlined' -export * from './IconTravelExploreRounded' -export * from './IconTravelExploreRoundedFilled' -export * from './IconTravelExploreSharp' -export * from './IconTravelExploreSharpFilled' -export * from './IconTravelLuggageAndBagsOutlinedFilled' -export * from './IconTravelLuggageAndBagsRounded' -export * from './IconTravelLuggageAndBagsRoundedFilled' -export * from './IconTravelLuggageAndBagsSharp' -export * from './IconTravelLuggageAndBagsSharpFilled' -export * from './IconTrendingDownOutlined' -export * from './IconTrendingDownOutlinedFilled' -export * from './IconTrendingDownRoundedFilled' -export * from './IconTrendingDownRounded' -export * from './IconTrendingDownSharpFilled' -export * from './IconTrendingDownSharp' -export * from './IconTrendingFlatOutlined' -export * from './IconTrendingFlatOutlinedFilled' -export * from './IconTrendingFlatRoundedFilled' -export * from './IconTrendingFlatRounded' -export * from './IconTrendingFlatSharpFilled' -export * from './IconTrendingFlatSharp' -export * from './IconTrendingUpOutlinedFilled' -export * from './IconTrendingUpOutlined' -export * from './IconTrendingUpRounded' -export * from './IconTrendingUpRoundedFilled' -export * from './IconTrendingUpSharp' -export * from './IconTrendingUpSharpFilled' -export * from './IconTripOutlined' -export * from './IconTripOutlinedFilled' -export * from './IconTripRounded' -export * from './IconTripRoundedFilled' -export * from './IconTripSharpFilled' -export * from './IconTripSharp' -export * from './IconTripOriginOutlinedFilled' -export * from './IconTripOriginOutlined' -export * from './IconTripOriginRounded' -export * from './IconTripOriginRoundedFilled' -export * from './IconTripOriginSharpFilled' -export * from './IconTripOriginSharp' -export * from './IconTrolleyOutlinedFilled' -export * from './IconTrolleyOutlined' -export * from './IconTrolleyRounded' -export * from './IconTrolleyRoundedFilled' -export * from './IconTrolleySharpFilled' -export * from './IconTrolleySharp' -export * from './IconTrolleyCableCarOutlined' -export * from './IconTrolleyCableCarOutlinedFilled' -export * from './IconTrolleyCableCarRounded' -export * from './IconTrolleyCableCarRoundedFilled' -export * from './IconTrolleyCableCarSharpFilled' -export * from './IconTrolleyCableCarSharp' -export * from './IconTrophyOutlinedFilled' -export * from './IconTrophyOutlined' -export * from './IconTrophyRoundedFilled' -export * from './IconTrophyRounded' -export * from './IconTrophySharpFilled' -export * from './IconTrophySharp' -export * from './IconTroubleshootOutlinedFilled' -export * from './IconTroubleshootOutlined' -export * from './IconTroubleshootRounded' -export * from './IconTroubleshootRoundedFilled' -export * from './IconTroubleshootSharpFilled' -export * from './IconTroubleshootSharp' -export * from './IconTsunamiOutlinedFilled' -export * from './IconTsunamiOutlined' -export * from './IconTsunamiRounded' -export * from './IconTsunamiRoundedFilled' -export * from './IconTsunamiSharpFilled' -export * from './IconTsunamiSharp' -export * from './IconTsvOutlinedFilled' -export * from './IconTsvOutlined' -export * from './IconTsvRoundedFilled' -export * from './IconTsvRounded' -export * from './IconTsvSharp' -export * from './IconTsvSharpFilled' -export * from './IconTtyOutlinedFilled' -export * from './IconTtyOutlined' -export * from './IconTtyRoundedFilled' -export * from './IconTtyRounded' -export * from './IconTtySharp' -export * from './IconTtySharpFilled' -export * from './IconTuneOutlined' -export * from './IconTuneOutlinedFilled' -export * from './IconTuneRounded' -export * from './IconTuneRoundedFilled' -export * from './IconTuneSharpFilled' -export * from './IconTuneSharp' -export * from './IconTurnLeftOutlinedFilled' -export * from './IconTurnLeftOutlined' -export * from './IconTurnLeftRounded' -export * from './IconTurnLeftRoundedFilled' -export * from './IconTurnLeftSharpFilled' -export * from './IconTurnLeftSharp' -export * from './IconTurnRightOutlinedFilled' -export * from './IconTurnRightOutlined' -export * from './IconTurnRightRounded' -export * from './IconTurnRightRoundedFilled' -export * from './IconTurnRightSharpFilled' -export * from './IconTurnRightSharp' -export * from './IconTurnSharpLeftOutlinedFilled' -export * from './IconTurnSharpLeftOutlined' -export * from './IconTurnSharpLeftRounded' -export * from './IconTurnSharpLeftRoundedFilled' -export * from './IconTurnSharpLeftSharpFilled' -export * from './IconTurnSharpLeftSharp' -export * from './IconTurnSharpRightOutlinedFilled' -export * from './IconTurnSharpRightOutlined' -export * from './IconTurnSharpRightRounded' -export * from './IconTurnSharpRightRoundedFilled' -export * from './IconTurnSharpRightSharpFilled' -export * from './IconTurnSharpRightSharp' -export * from './IconTurnSlightLeftOutlinedFilled' -export * from './IconTurnSlightLeftOutlined' -export * from './IconTurnSlightLeftRounded' -export * from './IconTurnSlightLeftRoundedFilled' -export * from './IconTurnSlightLeftSharpFilled' -export * from './IconTurnSlightLeftSharp' -export * from './IconTurnSlightRightOutlined' -export * from './IconTurnSlightRightOutlinedFilled' -export * from './IconTurnSlightRightRoundedFilled' -export * from './IconTurnSlightRightRounded' -export * from './IconTurnSlightRightSharp' -export * from './IconTurnSlightRightSharpFilled' -export * from './IconTvOutlined' -export * from './IconTvOutlinedFilled' -export * from './IconTvRoundedFilled' -export * from './IconTvRounded' -export * from './IconTvSharp' -export * from './IconTvSharpFilled' -export * from './IconTvDisplaysOutlinedFilled' -export * from './IconTvDisplaysOutlined' -export * from './IconTvDisplaysRounded' -export * from './IconTvDisplaysRoundedFilled' -export * from './IconTvDisplaysSharpFilled' -export * from './IconTvDisplaysSharp' -export * from './IconTvGenOutlined' -export * from './IconTvGenOutlinedFilled' -export * from './IconTvGenRoundedFilled' -export * from './IconTvGenRounded' -export * from './IconTvGenSharp' -export * from './IconTvGenSharpFilled' -export * from './IconTvGuideOutlinedFilled' -export * from './IconTvGuideOutlined' -export * from './IconTvGuideRounded' -export * from './IconTvGuideRoundedFilled' -export * from './IconTvGuideSharpFilled' -export * from './IconTvGuideSharp' -export * from './IconTvNextOutlined' -export * from './IconTvNextOutlinedFilled' -export * from './IconTvNextRounded' -export * from './IconTvNextRoundedFilled' -export * from './IconTvNextSharp' -export * from './IconTvNextSharpFilled' -export * from './IconTvOffOutlined' -export * from './IconTvOffOutlinedFilled' -export * from './IconTvOffRounded' -export * from './IconTvOffRoundedFilled' -export * from './IconTvOffSharp' -export * from './IconTvOffSharpFilled' -export * from './IconTvOptionsEditChannelsOutlined' -export * from './IconTvOptionsEditChannelsOutlinedFilled' -export * from './IconTvOptionsEditChannelsRounded' -export * from './IconTvOptionsEditChannelsRoundedFilled' -export * from './IconTvOptionsEditChannelsSharp' -export * from './IconTvOptionsEditChannelsSharpFilled' -export * from './IconTvOptionsInputSettingsOutlined' -export * from './IconTvOptionsInputSettingsOutlinedFilled' -export * from './IconTvOptionsInputSettingsRounded' -export * from './IconTvOptionsInputSettingsRoundedFilled' -export * from './IconTvOptionsInputSettingsSharp' -export * from './IconTvOptionsInputSettingsSharpFilled' -export * from './IconTvRemoteOutlinedFilled' -export * from './IconTvRemoteOutlined' -export * from './IconTvRemoteRoundedFilled' -export * from './IconTvRemoteRounded' -export * from './IconTvRemoteSharp' -export * from './IconTvRemoteSharpFilled' -export * from './IconTvSigninOutlined' -export * from './IconTvSigninOutlinedFilled' -export * from './IconTvSigninRounded' -export * from './IconTvSigninRoundedFilled' -export * from './IconTvSigninSharpFilled' -export * from './IconTvSigninSharp' -export * from './IconTvWithAssistantOutlined' -export * from './IconTvWithAssistantOutlinedFilled' -export * from './IconTvWithAssistantRounded' -export * from './IconTvWithAssistantRoundedFilled' -export * from './IconTvWithAssistantSharpFilled' -export * from './IconTvWithAssistantSharp' -export * from './IconTwoPagerOutlinedFilled' -export * from './IconTwoPagerOutlined' -export * from './IconTwoPagerRounded' -export * from './IconTwoPagerRoundedFilled' -export * from './IconTwoPagerSharpFilled' -export * from './IconTwoPagerSharp' -export * from './IconTwoWheelerOutlinedFilled' -export * from './IconTwoWheelerOutlined' -export * from './IconTwoWheelerRounded' -export * from './IconTwoWheelerRoundedFilled' -export * from './IconTwoWheelerSharpFilled' -export * from './IconTwoWheelerSharp' -export * from './IconTypeSpecimenOutlinedFilled' -export * from './IconTypeSpecimenOutlined' -export * from './IconTypeSpecimenRoundedFilled' -export * from './IconTypeSpecimenRounded' -export * from './IconTypeSpecimenSharpFilled' -export * from './IconTypeSpecimenSharp' -export * from './IconUTurnLeftOutlined' -export * from './IconUTurnLeftOutlinedFilled' -export * from './IconUTurnLeftRounded' -export * from './IconUTurnLeftRoundedFilled' -export * from './IconUTurnLeftSharpFilled' -export * from './IconUTurnLeftSharp' -export * from './IconUTurnRightOutlinedFilled' -export * from './IconUTurnRightOutlined' -export * from './IconUTurnRightRoundedFilled' -export * from './IconUTurnRightRounded' -export * from './IconUTurnRightSharpFilled' -export * from './IconUTurnRightSharp' -export * from './IconUlnaRadiusOutlinedFilled' -export * from './IconUlnaRadiusOutlined' -export * from './IconUlnaRadiusRounded' -export * from './IconUlnaRadiusRoundedFilled' -export * from './IconUlnaRadiusSharpFilled' -export * from './IconUlnaRadiusSharp' -export * from './IconUlnaRadiusAltOutlined' -export * from './IconUlnaRadiusAltOutlinedFilled' -export * from './IconUlnaRadiusAltRounded' -export * from './IconUlnaRadiusAltRoundedFilled' -export * from './IconUlnaRadiusAltSharpFilled' -export * from './IconUlnaRadiusAltSharp' -export * from './IconUmbrellaOutlinedFilled' -export * from './IconUmbrellaOutlined' -export * from './IconUmbrellaRounded' -export * from './IconUmbrellaRoundedFilled' -export * from './IconUmbrellaSharpFilled' -export * from './IconUmbrellaSharp' -export * from './IconUnarchiveOutlined' -export * from './IconUnarchiveOutlinedFilled' -export * from './IconUnarchiveRoundedFilled' -export * from './IconUnarchiveRounded' -export * from './IconUnarchiveSharp' -export * from './IconUnarchiveSharpFilled' -export * from './IconUndoOutlined' -export * from './IconUndoOutlinedFilled' -export * from './IconUndoRounded' -export * from './IconUndoRoundedFilled' -export * from './IconUndoSharp' -export * from './IconUndoSharpFilled' -export * from './IconUnfoldLessOutlinedFilled' -export * from './IconUnfoldLessOutlined' -export * from './IconUnfoldLessRoundedFilled' -export * from './IconUnfoldLessRounded' -export * from './IconUnfoldLessSharpFilled' -export * from './IconUnfoldLessSharp' -export * from './IconUnfoldLessDoubleOutlinedFilled' -export * from './IconUnfoldLessDoubleOutlined' -export * from './IconUnfoldLessDoubleRoundedFilled' -export * from './IconUnfoldLessDoubleRounded' -export * from './IconUnfoldLessDoubleSharpFilled' -export * from './IconUnfoldLessDoubleSharp' -export * from './IconUnfoldMoreOutlined' -export * from './IconUnfoldMoreOutlinedFilled' -export * from './IconUnfoldMoreRounded' -export * from './IconUnfoldMoreRoundedFilled' -export * from './IconUnfoldMoreSharp' -export * from './IconUnfoldMoreSharpFilled' -export * from './IconUnfoldMoreDoubleOutlinedFilled' -export * from './IconUnfoldMoreDoubleOutlined' -export * from './IconUnfoldMoreDoubleRoundedFilled' -export * from './IconUnfoldMoreDoubleRounded' -export * from './IconUnfoldMoreDoubleSharp' -export * from './IconUnfoldMoreDoubleSharpFilled' -export * from './IconUngroupOutlined' -export * from './IconUngroupOutlinedFilled' -export * from './IconUngroupRoundedFilled' -export * from './IconUngroupRounded' -export * from './IconUngroupSharp' -export * from './IconUngroupSharpFilled' -export * from './IconUniversalCurrencyOutlinedFilled' -export * from './IconUniversalCurrencyOutlined' -export * from './IconUniversalCurrencyRoundedFilled' -export * from './IconUniversalCurrencyRounded' -export * from './IconUniversalCurrencySharp' -export * from './IconUniversalCurrencySharpFilled' -export * from './IconUniversalCurrencyAltOutlined' -export * from './IconUniversalCurrencyAltOutlinedFilled' -export * from './IconUniversalCurrencyAltRoundedFilled' -export * from './IconUniversalCurrencyAltRounded' -export * from './IconUniversalCurrencyAltSharp' -export * from './IconUniversalCurrencyAltSharpFilled' -export * from './IconUniversalLocalOutlined' -export * from './IconUniversalLocalOutlinedFilled' -export * from './IconUniversalLocalRoundedFilled' -export * from './IconUniversalLocalRounded' -export * from './IconUniversalLocalSharp' -export * from './IconUniversalLocalSharpFilled' -export * from './IconUnknown2OutlinedFilled' -export * from './IconUnknown2Outlined' -export * from './IconUnknown2RoundedFilled' -export * from './IconUnknown2Rounded' -export * from './IconUnknown2Sharp' -export * from './IconUnknown2SharpFilled' -export * from './IconUnknown5Outlined' -export * from './IconUnknown5OutlinedFilled' -export * from './IconUnknown5Rounded' -export * from './IconUnknown5RoundedFilled' -export * from './IconUnknown5SharpFilled' -export * from './IconUnknown5Sharp' -export * from './IconUnknown7Outlined' -export * from './IconUnknown7OutlinedFilled' -export * from './IconUnknown7Rounded' -export * from './IconUnknown7RoundedFilled' -export * from './IconUnknown7SharpFilled' -export * from './IconUnknown7Sharp' -export * from './IconUnknownDocumentOutlinedFilled' -export * from './IconUnknownDocumentOutlined' -export * from './IconUnknownDocumentRounded' -export * from './IconUnknownDocumentRoundedFilled' -export * from './IconUnknownDocumentSharpFilled' -export * from './IconUnknownDocumentSharp' -export * from './IconUnknownMedOutlinedFilled' -export * from './IconUnknownMedOutlined' -export * from './IconUnknownMedRounded' -export * from './IconUnknownMedRoundedFilled' -export * from './IconUnknownMedSharpFilled' -export * from './IconUnknownMedSharp' -export * from './IconUnlicenseOutlined' -export * from './IconUnlicenseOutlinedFilled' -export * from './IconUnlicenseRounded' -export * from './IconUnlicenseRoundedFilled' -export * from './IconUnlicenseSharp' -export * from './IconUnlicenseSharpFilled' -export * from './IconUnpavedRoadOutlined' -export * from './IconUnpavedRoadOutlinedFilled' -export * from './IconUnpavedRoadRoundedFilled' -export * from './IconUnpavedRoadRounded' -export * from './IconUnpavedRoadSharpFilled' -export * from './IconUnpavedRoadSharp' -export * from './IconUnpublishedOutlined' -export * from './IconUnpublishedOutlinedFilled' -export * from './IconUnpublishedRoundedFilled' -export * from './IconUnpublishedRounded' -export * from './IconUnpublishedSharp' -export * from './IconUnpublishedSharpFilled' -export * from './IconUnsubscribeOutlined' -export * from './IconUnsubscribeOutlinedFilled' -export * from './IconUnsubscribeRounded' -export * from './IconUnsubscribeRoundedFilled' -export * from './IconUnsubscribeSharpFilled' -export * from './IconUnsubscribeSharp' -export * from './IconUpcomingOutlinedFilled' -export * from './IconUpcomingOutlined' -export * from './IconUpcomingRounded' -export * from './IconUpcomingRoundedFilled' -export * from './IconUpcomingSharpFilled' -export * from './IconUpcomingSharp' -export * from './IconUpdateOutlined' -export * from './IconUpdateOutlinedFilled' -export * from './IconUpdateRounded' -export * from './IconUpdateRoundedFilled' -export * from './IconUpdateSharpFilled' -export * from './IconUpdateSharp' -export * from './IconUpdateDisabledOutlinedFilled' -export * from './IconUpdateDisabledOutlined' -export * from './IconUpdateDisabledRounded' -export * from './IconUpdateDisabledRoundedFilled' -export * from './IconUpdateDisabledSharpFilled' -export * from './IconUpdateDisabledSharp' -export * from './IconUpgradeOutlined' -export * from './IconUpgradeOutlinedFilled' -export * from './IconUpgradeRounded' -export * from './IconUpgradeRoundedFilled' -export * from './IconUpgradeSharp' -export * from './IconUpgradeSharpFilled' -export * from './IconUpiPayOutlinedFilled' -export * from './IconUpiPayOutlined' -export * from './IconUpiPayRounded' -export * from './IconUpiPayRoundedFilled' -export * from './IconUpiPaySharp' -export * from './IconUpiPaySharpFilled' -export * from './IconUploadOutlined' -export * from './IconUploadOutlinedFilled' -export * from './IconUploadRounded' -export * from './IconUploadRoundedFilled' -export * from './IconUploadSharp' -export * from './IconUploadSharpFilled' -export * from './IconUpload2Outlined' -export * from './IconUpload2OutlinedFilled' -export * from './IconUpload2Rounded' -export * from './IconUpload2RoundedFilled' -export * from './IconUpload2Sharp' -export * from './IconUpload2SharpFilled' -export * from './IconUploadFileOutlined' -export * from './IconUploadFileOutlinedFilled' -export * from './IconUploadFileRounded' -export * from './IconUploadFileRoundedFilled' -export * from './IconUploadFileSharp' -export * from './IconUploadFileSharpFilled' -export * from './IconUppercaseOutlined' -export * from './IconUppercaseOutlinedFilled' -export * from './IconUppercaseRoundedFilled' -export * from './IconUppercaseRounded' -export * from './IconUppercaseSharp' -export * from './IconUppercaseSharpFilled' -export * from './IconUrologyOutlined' -export * from './IconUrologyOutlinedFilled' -export * from './IconUrologyRoundedFilled' -export * from './IconUrologyRounded' -export * from './IconUrologySharp' -export * from './IconUrologySharpFilled' -export * from './IconUsbOutlined' -export * from './IconUsbOutlinedFilled' -export * from './IconUsbRoundedFilled' -export * from './IconUsbRounded' -export * from './IconUsbSharpFilled' -export * from './IconUsbSharp' -export * from './IconUsbOffOutlined' -export * from './IconUsbOffOutlinedFilled' -export * from './IconUsbOffRoundedFilled' -export * from './IconUsbOffRounded' -export * from './IconUsbOffSharp' -export * from './IconUsbOffSharpFilled' -export * from './IconUserAttributesOutlinedFilled' -export * from './IconUserAttributesOutlined' -export * from './IconUserAttributesRounded' -export * from './IconUserAttributesRoundedFilled' -export * from './IconUserAttributesSharpFilled' -export * from './IconUserAttributesSharp' -export * from './IconVaccinesOutlined' -export * from './IconVaccinesOutlinedFilled' -export * from './IconVaccinesRounded' -export * from './IconVaccinesRoundedFilled' -export * from './IconVaccinesSharp' -export * from './IconVaccinesSharpFilled' -export * from './IconVacuumOutlinedFilled' -export * from './IconVacuumOutlined' -export * from './IconVacuumRounded' -export * from './IconVacuumRoundedFilled' -export * from './IconVacuumSharp' -export * from './IconVacuumSharpFilled' -export * from './IconValveOutlined' -export * from './IconValveOutlinedFilled' -export * from './IconValveRounded' -export * from './IconValveRoundedFilled' -export * from './IconValveSharp' -export * from './IconValveSharpFilled' -export * from './IconVapeFreeOutlined' -export * from './IconVapeFreeOutlinedFilled' -export * from './IconVapeFreeRounded' -export * from './IconVapeFreeRoundedFilled' -export * from './IconVapeFreeSharpFilled' -export * from './IconVapeFreeSharp' -export * from './IconVapingRoomsOutlined' -export * from './IconVapingRoomsOutlinedFilled' -export * from './IconVapingRoomsRoundedFilled' -export * from './IconVapingRoomsRounded' -export * from './IconVapingRoomsSharp' -export * from './IconVapingRoomsSharpFilled' -export * from './IconVariableAddOutlined' -export * from './IconVariableAddOutlinedFilled' -export * from './IconVariableAddRounded' -export * from './IconVariableAddRoundedFilled' -export * from './IconVariableAddSharp' -export * from './IconVariableAddSharpFilled' -export * from './IconVariableInsertOutlined' -export * from './IconVariableInsertOutlinedFilled' -export * from './IconVariableInsertRounded' -export * from './IconVariableInsertRoundedFilled' -export * from './IconVariableInsertSharpFilled' -export * from './IconVariableInsertSharp' -export * from './IconVariableRemoveOutlinedFilled' -export * from './IconVariableRemoveOutlined' -export * from './IconVariableRemoveRoundedFilled' -export * from './IconVariableRemoveRounded' -export * from './IconVariableRemoveSharpFilled' -export * from './IconVariableRemoveSharp' -export * from './IconVariablesOutlinedFilled' -export * from './IconVariablesOutlined' -export * from './IconVariablesRounded' -export * from './IconVariablesRoundedFilled' -export * from './IconVariablesSharp' -export * from './IconVariablesSharpFilled' -export * from './IconVentilatorOutlined' -export * from './IconVentilatorOutlinedFilled' -export * from './IconVentilatorRoundedFilled' -export * from './IconVentilatorRounded' -export * from './IconVentilatorSharp' -export * from './IconVentilatorSharpFilled' -export * from './IconVerifiedOutlined' -export * from './IconVerifiedOutlinedFilled' -export * from './IconVerifiedRoundedFilled' -export * from './IconVerifiedRounded' -export * from './IconVerifiedSharpFilled' -export * from './IconVerifiedSharp' -export * from './IconVerifiedUserOutlined' -export * from './IconVerifiedUserOutlinedFilled' -export * from './IconVerifiedUserRounded' -export * from './IconVerifiedUserRoundedFilled' -export * from './IconVerifiedUserSharp' -export * from './IconVerifiedUserSharpFilled' -export * from './IconVerticalAlignBottomOutlinedFilled' -export * from './IconVerticalAlignBottomOutlined' -export * from './IconVerticalAlignBottomRounded' -export * from './IconVerticalAlignBottomRoundedFilled' -export * from './IconVerticalAlignBottomSharpFilled' -export * from './IconVerticalAlignBottomSharp' -export * from './IconVerticalAlignCenterOutlinedFilled' -export * from './IconVerticalAlignCenterOutlined' -export * from './IconVerticalAlignCenterRounded' -export * from './IconVerticalAlignCenterRoundedFilled' -export * from './IconVerticalAlignCenterSharpFilled' -export * from './IconVerticalAlignCenterSharp' -export * from './IconVerticalAlignTopOutlined' -export * from './IconVerticalAlignTopOutlinedFilled' -export * from './IconVerticalAlignTopRoundedFilled' -export * from './IconVerticalAlignTopRounded' -export * from './IconVerticalAlignTopSharp' -export * from './IconVerticalAlignTopSharpFilled' -export * from './IconVerticalDistributeOutlined' -export * from './IconVerticalDistributeOutlinedFilled' -export * from './IconVerticalDistributeRounded' -export * from './IconVerticalDistributeRoundedFilled' -export * from './IconVerticalDistributeSharp' -export * from './IconVerticalDistributeSharpFilled' -export * from './IconVerticalShadesOutlinedFilled' -export * from './IconVerticalShadesOutlined' -export * from './IconVerticalShadesRounded' -export * from './IconVerticalShadesRoundedFilled' -export * from './IconVerticalShadesSharp' -export * from './IconVerticalShadesSharpFilled' -export * from './IconVerticalShadesClosedOutlinedFilled' -export * from './IconVerticalShadesClosedOutlined' -export * from './IconVerticalShadesClosedRounded' -export * from './IconVerticalShadesClosedRoundedFilled' -export * from './IconVerticalShadesClosedSharpFilled' -export * from './IconVerticalShadesClosedSharp' -export * from './IconVerticalSplitOutlined' -export * from './IconVerticalSplitOutlinedFilled' -export * from './IconVerticalSplitRounded' -export * from './IconVerticalSplitRoundedFilled' -export * from './IconVerticalSplitSharp' -export * from './IconVerticalSplitSharpFilled' -export * from './IconVibrationOutlined' -export * from './IconVibrationOutlinedFilled' -export * from './IconVibrationRounded' -export * from './IconVibrationRoundedFilled' -export * from './IconVibrationSharpFilled' -export * from './IconVibrationSharp' -export * from './IconVideoCallOutlined' -export * from './IconVideoCallOutlinedFilled' -export * from './IconVideoCallRounded' -export * from './IconVideoCallRoundedFilled' -export * from './IconVideoCallSharp' -export * from './IconVideoCallSharpFilled' -export * from './IconVideoCameraBackOutlinedFilled' -export * from './IconVideoCameraBackOutlined' -export * from './IconVideoCameraBackRounded' -export * from './IconVideoCameraBackRoundedFilled' -export * from './IconVideoCameraBackSharp' -export * from './IconVideoCameraBackSharpFilled' -export * from './IconVideoCameraBackAddOutlined' -export * from './IconVideoCameraBackAddOutlinedFilled' -export * from './IconVideoCameraBackAddRounded' -export * from './IconVideoCameraBackAddRoundedFilled' -export * from './IconVideoCameraBackAddSharp' -export * from './IconVideoCameraBackAddSharpFilled' -export * from './IconVideoCameraFrontOutlinedFilled' -export * from './IconVideoCameraFrontOutlined' -export * from './IconVideoCameraFrontRounded' -export * from './IconVideoCameraFrontRoundedFilled' -export * from './IconVideoCameraFrontSharp' -export * from './IconVideoCameraFrontSharpFilled' -export * from './IconVideoCameraFrontOffOutlined' -export * from './IconVideoCameraFrontOffOutlinedFilled' -export * from './IconVideoCameraFrontOffRoundedFilled' -export * from './IconVideoCameraFrontOffRounded' -export * from './IconVideoCameraFrontOffSharpFilled' -export * from './IconVideoCameraFrontOffSharp' -export * from './IconVideoChatOutlinedFilled' -export * from './IconVideoChatOutlined' -export * from './IconVideoChatRoundedFilled' -export * from './IconVideoChatRounded' -export * from './IconVideoChatSharpFilled' -export * from './IconVideoChatSharp' -export * from './IconVideoFileOutlined' -export * from './IconVideoFileOutlinedFilled' -export * from './IconVideoFileRoundedFilled' -export * from './IconVideoFileRounded' -export * from './IconVideoFileSharp' -export * from './IconVideoFileSharpFilled' -export * from './IconVideoLabelOutlined' -export * from './IconVideoLabelOutlinedFilled' -export * from './IconVideoLabelRounded' -export * from './IconVideoLabelRoundedFilled' -export * from './IconVideoLabelSharpFilled' -export * from './IconVideoLabelSharp' -export * from './IconVideoLibraryOutlinedFilled' -export * from './IconVideoLibraryOutlined' -export * from './IconVideoLibraryRoundedFilled' -export * from './IconVideoLibraryRounded' -export * from './IconVideoLibrarySharp' -export * from './IconVideoLibrarySharpFilled' -export * from './IconVideoSearchOutlined' -export * from './IconVideoSearchOutlinedFilled' -export * from './IconVideoSearchRounded' -export * from './IconVideoSearchRoundedFilled' -export * from './IconVideoSearchSharp' -export * from './IconVideoSearchSharpFilled' -export * from './IconVideoSettingsOutlined' -export * from './IconVideoSettingsOutlinedFilled' -export * from './IconVideoSettingsRoundedFilled' -export * from './IconVideoSettingsRounded' -export * from './IconVideoSettingsSharp' -export * from './IconVideoSettingsSharpFilled' -export * from './IconVideoStableOutlined' -export * from './IconVideoStableOutlinedFilled' -export * from './IconVideoStableRounded' -export * from './IconVideoStableRoundedFilled' -export * from './IconVideoStableSharpFilled' -export * from './IconVideoStableSharp' -export * from './IconVideocamOutlined' -export * from './IconVideocamOutlinedFilled' -export * from './IconVideocamRoundedFilled' -export * from './IconVideocamRounded' -export * from './IconVideocamSharpFilled' -export * from './IconVideocamSharp' -export * from './IconVideocamOffOutlinedFilled' -export * from './IconVideocamOffOutlined' -export * from './IconVideocamOffRoundedFilled' -export * from './IconVideocamOffRounded' -export * from './IconVideocamOffSharp' -export * from './IconVideocamOffSharpFilled' -export * from './IconVideogameAssetOutlined' -export * from './IconVideogameAssetOutlinedFilled' -export * from './IconVideogameAssetRoundedFilled' -export * from './IconVideogameAssetRounded' -export * from './IconVideogameAssetSharp' -export * from './IconVideogameAssetSharpFilled' -export * from './IconVideogameAssetOffOutlinedFilled' -export * from './IconVideogameAssetOffOutlined' -export * from './IconVideogameAssetOffRoundedFilled' -export * from './IconVideogameAssetOffRounded' -export * from './IconVideogameAssetOffSharp' -export * from './IconVideogameAssetOffSharpFilled' -export * from './IconViewAgendaOutlinedFilled' -export * from './IconViewAgendaOutlined' -export * from './IconViewAgendaRounded' -export * from './IconViewAgendaRoundedFilled' -export * from './IconViewAgendaSharpFilled' -export * from './IconViewAgendaSharp' -export * from './IconViewArrayOutlined' -export * from './IconViewArrayOutlinedFilled' -export * from './IconViewArrayRounded' -export * from './IconViewArrayRoundedFilled' -export * from './IconViewArraySharp' -export * from './IconViewArraySharpFilled' -export * from './IconViewCarouselOutlinedFilled' -export * from './IconViewCarouselOutlined' -export * from './IconViewCarouselRounded' -export * from './IconViewCarouselRoundedFilled' -export * from './IconViewCarouselSharpFilled' -export * from './IconViewCarouselSharp' -export * from './IconViewColumnOutlined' -export * from './IconViewColumnOutlinedFilled' -export * from './IconViewColumnRoundedFilled' -export * from './IconViewColumnRounded' -export * from './IconViewColumnSharpFilled' -export * from './IconViewColumnSharp' -export * from './IconViewColumn2Outlined' -export * from './IconViewColumn2OutlinedFilled' -export * from './IconViewColumn2RoundedFilled' -export * from './IconViewColumn2Rounded' -export * from './IconViewColumn2SharpFilled' -export * from './IconViewColumn2Sharp' -export * from './IconViewComfyOutlined' -export * from './IconViewComfyOutlinedFilled' -export * from './IconViewComfyRoundedFilled' -export * from './IconViewComfyRounded' -export * from './IconViewComfySharp' -export * from './IconViewComfySharpFilled' -export * from './IconViewComfyAltOutlined' -export * from './IconViewComfyAltOutlinedFilled' -export * from './IconViewComfyAltRounded' -export * from './IconViewComfyAltRoundedFilled' -export * from './IconViewComfyAltSharp' -export * from './IconViewComfyAltSharpFilled' -export * from './IconViewCompactOutlined' -export * from './IconViewCompactOutlinedFilled' -export * from './IconViewCompactRoundedFilled' -export * from './IconViewCompactRounded' -export * from './IconViewCompactSharpFilled' -export * from './IconViewCompactSharp' -export * from './IconViewCompactAltOutlinedFilled' -export * from './IconViewCompactAltOutlined' -export * from './IconViewCompactAltRoundedFilled' -export * from './IconViewCompactAltRounded' -export * from './IconViewCompactAltSharp' -export * from './IconViewCompactAltSharpFilled' -export * from './IconViewCozyOutlined' -export * from './IconViewCozyOutlinedFilled' -export * from './IconViewCozyRoundedFilled' -export * from './IconViewCozyRounded' -export * from './IconViewCozySharpFilled' -export * from './IconViewCozySharp' -export * from './IconViewDayOutlined' -export * from './IconViewDayOutlinedFilled' -export * from './IconViewDayRounded' -export * from './IconViewDayRoundedFilled' -export * from './IconViewDaySharp' -export * from './IconViewDaySharpFilled' -export * from './IconViewHeadlineOutlined' -export * from './IconViewHeadlineOutlinedFilled' -export * from './IconViewHeadlineRoundedFilled' -export * from './IconViewHeadlineRounded' -export * from './IconViewHeadlineSharpFilled' -export * from './IconViewHeadlineSharp' -export * from './IconViewInArOutlinedFilled' -export * from './IconViewInArOutlined' -export * from './IconViewInArRoundedFilled' -export * from './IconViewInArRounded' -export * from './IconViewInArSharpFilled' -export * from './IconViewInArSharp' -export * from './IconViewInArOffOutlined' -export * from './IconViewInArOffOutlinedFilled' -export * from './IconViewInArOffRoundedFilled' -export * from './IconViewInArOffRounded' -export * from './IconViewInArOffSharpFilled' -export * from './IconViewInArOffSharp' -export * from './IconViewKanbanOutlined' -export * from './IconViewKanbanOutlinedFilled' -export * from './IconViewKanbanRounded' -export * from './IconViewKanbanRoundedFilled' -export * from './IconViewKanbanSharp' -export * from './IconViewKanbanSharpFilled' -export * from './IconViewListOutlined' -export * from './IconViewListOutlinedFilled' -export * from './IconViewListRounded' -export * from './IconViewListRoundedFilled' -export * from './IconViewListSharpFilled' -export * from './IconViewListSharp' -export * from './IconViewModuleOutlined' -export * from './IconViewModuleOutlinedFilled' -export * from './IconViewModuleRounded' -export * from './IconViewModuleRoundedFilled' -export * from './IconViewModuleSharp' -export * from './IconViewModuleSharpFilled' -export * from './IconViewObjectTrackOutlinedFilled' -export * from './IconViewObjectTrackOutlined' -export * from './IconViewObjectTrackRounded' -export * from './IconViewObjectTrackRoundedFilled' -export * from './IconViewObjectTrackSharpFilled' -export * from './IconViewObjectTrackSharp' -export * from './IconViewQuiltOutlinedFilled' -export * from './IconViewQuiltOutlined' -export * from './IconViewQuiltRounded' -export * from './IconViewQuiltRoundedFilled' -export * from './IconViewQuiltSharpFilled' -export * from './IconViewQuiltSharp' -export * from './IconViewRealSizeOutlinedFilled' -export * from './IconViewRealSizeOutlined' -export * from './IconViewRealSizeRoundedFilled' -export * from './IconViewRealSizeRounded' -export * from './IconViewRealSizeSharp' -export * from './IconViewRealSizeSharpFilled' -export * from './IconViewSidebarOutlined' -export * from './IconViewSidebarOutlinedFilled' -export * from './IconViewSidebarRoundedFilled' -export * from './IconViewSidebarRounded' -export * from './IconViewSidebarSharp' -export * from './IconViewSidebarSharpFilled' -export * from './IconViewStreamOutlinedFilled' -export * from './IconViewStreamOutlined' -export * from './IconViewStreamRounded' -export * from './IconViewStreamRoundedFilled' -export * from './IconViewStreamSharpFilled' -export * from './IconViewStreamSharp' -export * from './IconViewTimelineOutlined' -export * from './IconViewTimelineOutlinedFilled' -export * from './IconViewTimelineRoundedFilled' -export * from './IconViewTimelineRounded' -export * from './IconViewTimelineSharpFilled' -export * from './IconViewTimelineSharp' -export * from './IconViewWeekOutlined' -export * from './IconViewWeekOutlinedFilled' -export * from './IconViewWeekRounded' -export * from './IconViewWeekRoundedFilled' -export * from './IconViewWeekSharpFilled' -export * from './IconViewWeekSharp' -export * from './IconVignetteOutlinedFilled' -export * from './IconVignetteOutlined' -export * from './IconVignetteRoundedFilled' -export * from './IconVignetteRounded' -export * from './IconVignetteSharpFilled' -export * from './IconVignetteSharp' -export * from './IconVillaOutlined' -export * from './IconVillaOutlinedFilled' -export * from './IconVillaRoundedFilled' -export * from './IconVillaRounded' -export * from './IconVillaSharpFilled' -export * from './IconVillaSharp' -export * from './IconVisibilityOutlined' -export * from './IconVisibilityOutlinedFilled' -export * from './IconVisibilityRoundedFilled' -export * from './IconVisibilityRounded' -export * from './IconVisibilitySharp' -export * from './IconVisibilitySharpFilled' -export * from './IconVisibilityLockOutlined' -export * from './IconVisibilityLockOutlinedFilled' -export * from './IconVisibilityLockRounded' -export * from './IconVisibilityLockRoundedFilled' -export * from './IconVisibilityLockSharpFilled' -export * from './IconVisibilityLockSharp' -export * from './IconVisibilityOffOutlined' -export * from './IconVisibilityOffOutlinedFilled' -export * from './IconVisibilityOffRounded' -export * from './IconVisibilityOffRoundedFilled' -export * from './IconVisibilityOffSharp' -export * from './IconVisibilityOffSharpFilled' -export * from './IconVitalSignsOutlinedFilled' -export * from './IconVitalSignsOutlined' -export * from './IconVitalSignsRoundedFilled' -export * from './IconVitalSignsRounded' -export * from './IconVitalSignsSharp' -export * from './IconVitalSignsSharpFilled' -export * from './IconVo2MaxOutlinedFilled' -export * from './IconVo2MaxOutlined' -export * from './IconVo2MaxRounded' -export * from './IconVo2MaxRoundedFilled' -export * from './IconVo2MaxSharpFilled' -export * from './IconVo2MaxSharp' -export * from './IconVoiceChatOutlinedFilled' -export * from './IconVoiceChatOutlined' -export * from './IconVoiceChatRounded' -export * from './IconVoiceChatRoundedFilled' -export * from './IconVoiceChatSharp' -export * from './IconVoiceChatSharpFilled' -export * from './IconVoiceOverOffOutlinedFilled' -export * from './IconVoiceOverOffOutlined' -export * from './IconVoiceOverOffRoundedFilled' -export * from './IconVoiceOverOffRounded' -export * from './IconVoiceOverOffSharpFilled' -export * from './IconVoiceOverOffSharp' -export * from './IconVoiceSelectionOutlinedFilled' -export * from './IconVoiceSelectionOutlined' -export * from './IconVoiceSelectionRoundedFilled' -export * from './IconVoiceSelectionRounded' -export * from './IconVoiceSelectionSharp' -export * from './IconVoiceSelectionSharpFilled' -export * from './IconVoiceSelectionOffOutlined' -export * from './IconVoiceSelectionOffOutlinedFilled' -export * from './IconVoiceSelectionOffRoundedFilled' -export * from './IconVoiceSelectionOffRounded' -export * from './IconVoiceSelectionOffSharp' -export * from './IconVoiceSelectionOffSharpFilled' -export * from './IconVoicemailOutlined' -export * from './IconVoicemailOutlinedFilled' -export * from './IconVoicemailRounded' -export * from './IconVoicemailRoundedFilled' -export * from './IconVoicemailSharp' -export * from './IconVoicemailSharpFilled' -export * from './IconVolcanoOutlinedFilled' -export * from './IconVolcanoOutlined' -export * from './IconVolcanoRounded' -export * from './IconVolcanoRoundedFilled' -export * from './IconVolcanoSharp' -export * from './IconVolcanoSharpFilled' -export * from './IconVolumeDownOutlinedFilled' -export * from './IconVolumeDownOutlined' -export * from './IconVolumeDownRoundedFilled' -export * from './IconVolumeDownRounded' -export * from './IconVolumeDownSharpFilled' -export * from './IconVolumeDownSharp' -export * from './IconVolumeDownAltOutlined' -export * from './IconVolumeDownAltOutlinedFilled' -export * from './IconVolumeDownAltRounded' -export * from './IconVolumeDownAltRoundedFilled' -export * from './IconVolumeDownAltSharp' -export * from './IconVolumeDownAltSharpFilled' -export * from './IconVolumeMuteOutlined' -export * from './IconVolumeMuteOutlinedFilled' -export * from './IconVolumeMuteRounded' -export * from './IconVolumeMuteRoundedFilled' -export * from './IconVolumeMuteSharp' -export * from './IconVolumeMuteSharpFilled' -export * from './IconVolumeOffOutlinedFilled' -export * from './IconVolumeOffOutlined' -export * from './IconVolumeOffRounded' -export * from './IconVolumeOffRoundedFilled' -export * from './IconVolumeOffSharpFilled' -export * from './IconVolumeOffSharp' -export * from './IconVolumeUpOutlined' -export * from './IconVolumeUpOutlinedFilled' -export * from './IconVolumeUpRounded' -export * from './IconVolumeUpRoundedFilled' -export * from './IconVolumeUpSharp' -export * from './IconVolumeUpSharpFilled' -export * from './IconVolunteerActivismOutlined' -export * from './IconVolunteerActivismOutlinedFilled' -export * from './IconVolunteerActivismRoundedFilled' -export * from './IconVolunteerActivismRounded' -export * from './IconVolunteerActivismSharpFilled' -export * from './IconVolunteerActivismSharp' -export * from './IconVotingChipOutlinedFilled' -export * from './IconVotingChipOutlined' -export * from './IconVotingChipRounded' -export * from './IconVotingChipRoundedFilled' -export * from './IconVotingChipSharp' -export * from './IconVotingChipSharpFilled' -export * from './IconVpnKeyOutlined' -export * from './IconVpnKeyOutlinedFilled' -export * from './IconVpnKeyRoundedFilled' -export * from './IconVpnKeyRounded' -export * from './IconVpnKeySharp' -export * from './IconVpnKeySharpFilled' -export * from './IconVpnKeyAlertOutlined' -export * from './IconVpnKeyAlertOutlinedFilled' -export * from './IconVpnKeyAlertRoundedFilled' -export * from './IconVpnKeyAlertRounded' -export * from './IconVpnKeyAlertSharpFilled' -export * from './IconVpnKeyAlertSharp' -export * from './IconVpnKeyOffOutlinedFilled' -export * from './IconVpnKeyOffOutlined' -export * from './IconVpnKeyOffRounded' -export * from './IconVpnKeyOffRoundedFilled' -export * from './IconVpnKeyOffSharp' -export * from './IconVpnKeyOffSharpFilled' -export * from './IconVpnLockOutlinedFilled' -export * from './IconVpnLockOutlined' -export * from './IconVpnLockRounded' -export * from './IconVpnLockRoundedFilled' -export * from './IconVpnLockSharp' -export * from './IconVpnLockSharpFilled' -export * from './IconVr180Create2dOutlinedFilled' -export * from './IconVr180Create2dOutlined' -export * from './IconVr180Create2dRounded' -export * from './IconVr180Create2dRoundedFilled' -export * from './IconVr180Create2dSharpFilled' -export * from './IconVr180Create2dSharp' -export * from './IconVr180Create2dOffOutlinedFilled' -export * from './IconVr180Create2dOffOutlined' -export * from './IconVr180Create2dOffRounded' -export * from './IconVr180Create2dOffRoundedFilled' -export * from './IconVr180Create2dOffSharp' -export * from './IconVr180Create2dOffSharpFilled' -export * from './IconVrpanoOutlinedFilled' -export * from './IconVrpanoOutlined' -export * from './IconVrpanoRoundedFilled' -export * from './IconVrpanoRounded' -export * from './IconVrpanoSharpFilled' -export * from './IconVrpanoSharp' -export * from './IconWallArtOutlinedFilled' -export * from './IconWallArtOutlined' -export * from './IconWallArtRoundedFilled' -export * from './IconWallArtRounded' -export * from './IconWallArtSharp' -export * from './IconWallArtSharpFilled' -export * from './IconWallLampOutlined' -export * from './IconWallLampOutlinedFilled' -export * from './IconWallLampRounded' -export * from './IconWallLampRoundedFilled' -export * from './IconWallLampSharpFilled' -export * from './IconWallLampSharp' -export * from './IconWalletOutlined' -export * from './IconWalletOutlinedFilled' -export * from './IconWalletRoundedFilled' -export * from './IconWalletRounded' -export * from './IconWalletSharp' -export * from './IconWalletSharpFilled' -export * from './IconWallpaperOutlinedFilled' -export * from './IconWallpaperOutlined' -export * from './IconWallpaperRounded' -export * from './IconWallpaperRoundedFilled' -export * from './IconWallpaperSharpFilled' -export * from './IconWallpaperSharp' -export * from './IconWallpaperSlideshowOutlined' -export * from './IconWallpaperSlideshowOutlinedFilled' -export * from './IconWallpaperSlideshowRounded' -export * from './IconWallpaperSlideshowRoundedFilled' -export * from './IconWallpaperSlideshowSharp' -export * from './IconWallpaperSlideshowSharpFilled' -export * from './IconWardOutlinedFilled' -export * from './IconWardOutlined' -export * from './IconWardRoundedFilled' -export * from './IconWardRounded' -export * from './IconWardSharp' -export * from './IconWardSharpFilled' -export * from './IconWarehouseOutlined' -export * from './IconWarehouseOutlinedFilled' -export * from './IconWarehouseRoundedFilled' -export * from './IconWarehouseRounded' -export * from './IconWarehouseSharpFilled' -export * from './IconWarehouseSharp' -export * from './IconWarningOutlined' -export * from './IconWarningOutlinedFilled' -export * from './IconWarningRoundedFilled' -export * from './IconWarningRounded' -export * from './IconWarningSharp' -export * from './IconWarningSharpFilled' -export * from './IconWarningOffOutlinedFilled' -export * from './IconWarningOffOutlined' -export * from './IconWarningOffRoundedFilled' -export * from './IconWarningOffRounded' -export * from './IconWarningOffSharpFilled' -export * from './IconWarningOffSharp' -export * from './IconWashOutlined' -export * from './IconWashOutlinedFilled' -export * from './IconWashRounded' -export * from './IconWashRoundedFilled' -export * from './IconWashSharp' -export * from './IconWashSharpFilled' -export * from './IconWatchOutlinedFilled' -export * from './IconWatchOutlined' -export * from './IconWatchRounded' -export * from './IconWatchRoundedFilled' -export * from './IconWatchSharpFilled' -export * from './IconWatchSharp' -export * from './IconWatchButtonPressOutlinedFilled' -export * from './IconWatchButtonPressOutlined' -export * from './IconWatchButtonPressRounded' -export * from './IconWatchButtonPressRoundedFilled' -export * from './IconWatchButtonPressSharpFilled' -export * from './IconWatchButtonPressSharp' -export * from './IconWatchCheckOutlined' -export * from './IconWatchCheckOutlinedFilled' -export * from './IconWatchCheckRounded' -export * from './IconWatchCheckRoundedFilled' -export * from './IconWatchCheckSharpFilled' -export * from './IconWatchCheckSharp' -export * from './IconWatchOffOutlined' -export * from './IconWatchOffOutlinedFilled' -export * from './IconWatchOffRoundedFilled' -export * from './IconWatchOffRounded' -export * from './IconWatchOffSharpFilled' -export * from './IconWatchOffSharp' -export * from './IconWatchScreentimeOutlined' -export * from './IconWatchScreentimeOutlinedFilled' -export * from './IconWatchScreentimeRoundedFilled' -export * from './IconWatchScreentimeRounded' -export * from './IconWatchScreentimeSharp' -export * from './IconWatchScreentimeSharpFilled' -export * from './IconWatchVibrationOutlinedFilled' -export * from './IconWatchVibrationOutlined' -export * from './IconWatchVibrationRoundedFilled' -export * from './IconWatchVibrationRounded' -export * from './IconWatchVibrationSharpFilled' -export * from './IconWatchVibrationSharp' -export * from './IconWatchWakeOutlinedFilled' -export * from './IconWatchWakeOutlined' -export * from './IconWatchWakeRoundedFilled' -export * from './IconWatchWakeRounded' -export * from './IconWatchWakeSharp' -export * from './IconWatchWakeSharpFilled' -export * from './IconWaterOutlinedFilled' -export * from './IconWaterOutlined' -export * from './IconWaterRounded' -export * from './IconWaterRoundedFilled' -export * from './IconWaterSharp' -export * from './IconWaterSharpFilled' -export * from './IconWaterBottleOutlined' -export * from './IconWaterBottleOutlinedFilled' -export * from './IconWaterBottleRoundedFilled' -export * from './IconWaterBottleRounded' -export * from './IconWaterBottleSharp' -export * from './IconWaterBottleSharpFilled' -export * from './IconWaterBottleLargeOutlined' -export * from './IconWaterBottleLargeOutlinedFilled' -export * from './IconWaterBottleLargeRoundedFilled' -export * from './IconWaterBottleLargeRounded' -export * from './IconWaterBottleLargeSharp' -export * from './IconWaterBottleLargeSharpFilled' -export * from './IconWaterDamageOutlined' -export * from './IconWaterDamageOutlinedFilled' -export * from './IconWaterDamageRounded' -export * from './IconWaterDamageRoundedFilled' -export * from './IconWaterDamageSharp' -export * from './IconWaterDamageSharpFilled' -export * from './IconWaterDoOutlined' -export * from './IconWaterDoOutlinedFilled' -export * from './IconWaterDoRounded' -export * from './IconWaterDoRoundedFilled' -export * from './IconWaterDoSharpFilled' -export * from './IconWaterDoSharp' -export * from './IconWaterDropOutlinedFilled' -export * from './IconWaterDropOutlined' -export * from './IconWaterDropRounded' -export * from './IconWaterDropRoundedFilled' -export * from './IconWaterDropSharp' -export * from './IconWaterDropSharpFilled' -export * from './IconWaterEcOutlined' -export * from './IconWaterEcOutlinedFilled' -export * from './IconWaterEcRounded' -export * from './IconWaterEcRoundedFilled' -export * from './IconWaterEcSharp' -export * from './IconWaterEcSharpFilled' -export * from './IconWaterFullOutlinedFilled' -export * from './IconWaterFullOutlined' -export * from './IconWaterFullRounded' -export * from './IconWaterFullRoundedFilled' -export * from './IconWaterFullSharpFilled' -export * from './IconWaterFullSharp' -export * from './IconWaterHeaterOutlinedFilled' -export * from './IconWaterHeaterOutlined' -export * from './IconWaterHeaterRoundedFilled' -export * from './IconWaterHeaterRounded' -export * from './IconWaterHeaterSharp' -export * from './IconWaterHeaterSharpFilled' -export * from './IconWaterLockOutlined' -export * from './IconWaterLockOutlinedFilled' -export * from './IconWaterLockRounded' -export * from './IconWaterLockRoundedFilled' -export * from './IconWaterLockSharp' -export * from './IconWaterLockSharpFilled' -export * from './IconWaterLossOutlined' -export * from './IconWaterLossOutlinedFilled' -export * from './IconWaterLossRounded' -export * from './IconWaterLossRoundedFilled' -export * from './IconWaterLossSharpFilled' -export * from './IconWaterLossSharp' -export * from './IconWaterLuxOutlinedFilled' -export * from './IconWaterLuxOutlined' -export * from './IconWaterLuxRoundedFilled' -export * from './IconWaterLuxRounded' -export * from './IconWaterLuxSharpFilled' -export * from './IconWaterLuxSharp' -export * from './IconWaterMediumOutlined' -export * from './IconWaterMediumOutlinedFilled' -export * from './IconWaterMediumRounded' -export * from './IconWaterMediumRoundedFilled' -export * from './IconWaterMediumSharpFilled' -export * from './IconWaterMediumSharp' -export * from './IconWaterOrpOutlined' -export * from './IconWaterOrpOutlinedFilled' -export * from './IconWaterOrpRounded' -export * from './IconWaterOrpRoundedFilled' -export * from './IconWaterOrpSharp' -export * from './IconWaterOrpSharpFilled' -export * from './IconWaterPhOutlinedFilled' -export * from './IconWaterPhOutlined' -export * from './IconWaterPhRounded' -export * from './IconWaterPhRoundedFilled' -export * from './IconWaterPhSharp' -export * from './IconWaterPhSharpFilled' -export * from './IconWaterPumpOutlinedFilled' -export * from './IconWaterPumpOutlined' -export * from './IconWaterPumpRounded' -export * from './IconWaterPumpRoundedFilled' -export * from './IconWaterPumpSharp' -export * from './IconWaterPumpSharpFilled' -export * from './IconWaterVocOutlinedFilled' -export * from './IconWaterVocOutlined' -export * from './IconWaterVocRoundedFilled' -export * from './IconWaterVocRounded' -export * from './IconWaterVocSharp' -export * from './IconWaterVocSharpFilled' -export * from './IconWaterfallChartOutlinedFilled' -export * from './IconWaterfallChartOutlined' -export * from './IconWaterfallChartRoundedFilled' -export * from './IconWaterfallChartRounded' -export * from './IconWaterfallChartSharp' -export * from './IconWaterfallChartSharpFilled' -export * from './IconWavesOutlined' -export * from './IconWavesOutlinedFilled' -export * from './IconWavesRoundedFilled' -export * from './IconWavesRounded' -export * from './IconWavesSharp' -export * from './IconWavesSharpFilled' -export * from './IconWavingHandOutlinedFilled' -export * from './IconWavingHandOutlined' -export * from './IconWavingHandRoundedFilled' -export * from './IconWavingHandRounded' -export * from './IconWavingHandSharpFilled' -export * from './IconWavingHandSharp' -export * from './IconWbAutoOutlined' -export * from './IconWbAutoOutlinedFilled' -export * from './IconWbAutoRounded' -export * from './IconWbAutoRoundedFilled' -export * from './IconWbAutoSharpFilled' -export * from './IconWbAutoSharp' -export * from './IconWbIncandescentOutlined' -export * from './IconWbIncandescentOutlinedFilled' -export * from './IconWbIncandescentRoundedFilled' -export * from './IconWbIncandescentRounded' -export * from './IconWbIncandescentSharp' -export * from './IconWbIncandescentSharpFilled' -export * from './IconWbIridescentOutlinedFilled' -export * from './IconWbIridescentOutlined' -export * from './IconWbIridescentRounded' -export * from './IconWbIridescentRoundedFilled' -export * from './IconWbIridescentSharp' -export * from './IconWbIridescentSharpFilled' -export * from './IconWbShadeOutlinedFilled' -export * from './IconWbShadeOutlined' -export * from './IconWbShadeRoundedFilled' -export * from './IconWbShadeRounded' -export * from './IconWbShadeSharpFilled' -export * from './IconWbShadeSharp' -export * from './IconWbSunnyOutlinedFilled' -export * from './IconWbSunnyOutlined' -export * from './IconWbSunnyRoundedFilled' -export * from './IconWbSunnyRounded' -export * from './IconWbSunnySharpFilled' -export * from './IconWbSunnySharp' -export * from './IconWbTwilightOutlinedFilled' -export * from './IconWbTwilightOutlined' -export * from './IconWbTwilightRoundedFilled' -export * from './IconWbTwilightRounded' -export * from './IconWbTwilightSharpFilled' -export * from './IconWbTwilightSharp' -export * from './IconWcOutlined' -export * from './IconWcOutlinedFilled' -export * from './IconWcRoundedFilled' -export * from './IconWcRounded' -export * from './IconWcSharp' -export * from './IconWcSharpFilled' -export * from './IconWeatherHailOutlinedFilled' -export * from './IconWeatherHailOutlined' -export * from './IconWeatherHailRounded' -export * from './IconWeatherHailRoundedFilled' -export * from './IconWeatherHailSharpFilled' -export * from './IconWeatherHailSharp' -export * from './IconWeatherMixOutlinedFilled' -export * from './IconWeatherMixOutlined' -export * from './IconWeatherMixRounded' -export * from './IconWeatherMixRoundedFilled' -export * from './IconWeatherMixSharpFilled' -export * from './IconWeatherMixSharp' -export * from './IconWeatherSnowyOutlined' -export * from './IconWeatherSnowyOutlinedFilled' -export * from './IconWeatherSnowyRounded' -export * from './IconWeatherSnowyRoundedFilled' -export * from './IconWeatherSnowySharp' -export * from './IconWeatherSnowySharpFilled' -export * from './IconWebOutlinedFilled' -export * from './IconWebOutlined' -export * from './IconWebRounded' -export * from './IconWebRoundedFilled' -export * from './IconWebSharpFilled' -export * from './IconWebSharp' -export * from './IconWebAssetOutlinedFilled' -export * from './IconWebAssetOutlined' -export * from './IconWebAssetRounded' -export * from './IconWebAssetRoundedFilled' -export * from './IconWebAssetSharpFilled' -export * from './IconWebAssetSharp' -export * from './IconWebAssetOffOutlined' -export * from './IconWebAssetOffOutlinedFilled' -export * from './IconWebAssetOffRounded' -export * from './IconWebAssetOffRoundedFilled' -export * from './IconWebAssetOffSharp' -export * from './IconWebAssetOffSharpFilled' -export * from './IconWebStoriesOutlined' -export * from './IconWebStoriesOutlinedFilled' -export * from './IconWebStoriesRounded' -export * from './IconWebStoriesRoundedFilled' -export * from './IconWebStoriesSharp' -export * from './IconWebStoriesSharpFilled' -export * from './IconWebTrafficOutlinedFilled' -export * from './IconWebTrafficOutlined' -export * from './IconWebTrafficRounded' -export * from './IconWebTrafficRoundedFilled' -export * from './IconWebTrafficSharp' -export * from './IconWebTrafficSharpFilled' -export * from './IconWebhookOutlinedFilled' -export * from './IconWebhookOutlined' -export * from './IconWebhookRoundedFilled' -export * from './IconWebhookRounded' -export * from './IconWebhookSharpFilled' -export * from './IconWebhookSharp' -export * from './IconWeekendOutlinedFilled' -export * from './IconWeekendOutlined' -export * from './IconWeekendRounded' -export * from './IconWeekendRoundedFilled' -export * from './IconWeekendSharpFilled' -export * from './IconWeekendSharp' -export * from './IconWeightOutlinedFilled' -export * from './IconWeightOutlined' -export * from './IconWeightRoundedFilled' -export * from './IconWeightRounded' -export * from './IconWeightSharpFilled' -export * from './IconWeightSharp' -export * from './IconWestOutlined' -export * from './IconWestOutlinedFilled' -export * from './IconWestRoundedFilled' -export * from './IconWestRounded' -export * from './IconWestSharp' -export * from './IconWestSharpFilled' -export * from './IconWhatshotOutlined' -export * from './IconWhatshotOutlinedFilled' -export * from './IconWhatshotRoundedFilled' -export * from './IconWhatshotRounded' -export * from './IconWhatshotSharp' -export * from './IconWhatshotSharpFilled' -export * from './IconWheelchairPickupOutlinedFilled' -export * from './IconWheelchairPickupOutlined' -export * from './IconWheelchairPickupRounded' -export * from './IconWheelchairPickupRoundedFilled' -export * from './IconWheelchairPickupSharp' -export * from './IconWheelchairPickupSharpFilled' -export * from './IconWhereToVoteOutlinedFilled' -export * from './IconWhereToVoteOutlined' -export * from './IconWhereToVoteRoundedFilled' -export * from './IconWhereToVoteRounded' -export * from './IconWhereToVoteSharp' -export * from './IconWhereToVoteSharpFilled' -export * from './IconWidgetsOutlinedFilled' -export * from './IconWidgetsOutlined' -export * from './IconWidgetsRoundedFilled' -export * from './IconWidgetsRounded' -export * from './IconWidgetsSharp' -export * from './IconWidgetsSharpFilled' -export * from './IconWidthOutlined' -export * from './IconWidthOutlinedFilled' -export * from './IconWidthRounded' -export * from './IconWidthRoundedFilled' -export * from './IconWidthSharp' -export * from './IconWidthSharpFilled' -export * from './IconWidthFullOutlined' -export * from './IconWidthFullOutlinedFilled' -export * from './IconWidthFullRounded' -export * from './IconWidthFullRoundedFilled' -export * from './IconWidthFullSharp' -export * from './IconWidthFullSharpFilled' -export * from './IconWidthNormalOutlinedFilled' -export * from './IconWidthNormalOutlined' -export * from './IconWidthNormalRounded' -export * from './IconWidthNormalRoundedFilled' -export * from './IconWidthNormalSharpFilled' -export * from './IconWidthNormalSharp' -export * from './IconWidthWideOutlinedFilled' -export * from './IconWidthWideOutlined' -export * from './IconWidthWideRoundedFilled' -export * from './IconWidthWideRounded' -export * from './IconWidthWideSharpFilled' -export * from './IconWidthWideSharp' -export * from './IconWifiOutlinedFilled' -export * from './IconWifiOutlined' -export * from './IconWifiRoundedFilled' -export * from './IconWifiRounded' -export * from './IconWifiSharpFilled' -export * from './IconWifiSharp' -export * from './IconWifi1BarOutlinedFilled' -export * from './IconWifi1BarOutlined' -export * from './IconWifi1BarRoundedFilled' -export * from './IconWifi1BarRounded' -export * from './IconWifi1BarSharp' -export * from './IconWifi1BarSharpFilled' -export * from './IconWifi2BarOutlinedFilled' -export * from './IconWifi2BarOutlined' -export * from './IconWifi2BarRounded' -export * from './IconWifi2BarRoundedFilled' -export * from './IconWifi2BarSharp' -export * from './IconWifi2BarSharpFilled' -export * from './IconWifiAddOutlined' -export * from './IconWifiAddOutlinedFilled' -export * from './IconWifiAddRounded' -export * from './IconWifiAddRoundedFilled' -export * from './IconWifiAddSharpFilled' -export * from './IconWifiAddSharp' -export * from './IconWifiCallingOutlinedFilled' -export * from './IconWifiCallingOutlined' -export * from './IconWifiCallingRounded' -export * from './IconWifiCallingRoundedFilled' -export * from './IconWifiCallingSharpFilled' -export * from './IconWifiCallingSharp' -export * from './IconWifiCallingBar1OutlinedFilled' -export * from './IconWifiCallingBar1Outlined' -export * from './IconWifiCallingBar1RoundedFilled' -export * from './IconWifiCallingBar1Rounded' -export * from './IconWifiCallingBar1SharpFilled' -export * from './IconWifiCallingBar1Sharp' -export * from './IconWifiCallingBar2Outlined' -export * from './IconWifiCallingBar2OutlinedFilled' -export * from './IconWifiCallingBar2RoundedFilled' -export * from './IconWifiCallingBar2Rounded' -export * from './IconWifiCallingBar2SharpFilled' -export * from './IconWifiCallingBar2Sharp' -export * from './IconWifiCallingBar3OutlinedFilled' -export * from './IconWifiCallingBar3Outlined' -export * from './IconWifiCallingBar3RoundedFilled' -export * from './IconWifiCallingBar3Rounded' -export * from './IconWifiCallingBar3SharpFilled' -export * from './IconWifiCallingBar3Sharp' -export * from './IconWifiChannelOutlined' -export * from './IconWifiChannelOutlinedFilled' -export * from './IconWifiChannelRounded' -export * from './IconWifiChannelRoundedFilled' -export * from './IconWifiChannelSharp' -export * from './IconWifiChannelSharpFilled' -export * from './IconWifiFindOutlined' -export * from './IconWifiFindOutlinedFilled' -export * from './IconWifiFindRoundedFilled' -export * from './IconWifiFindRounded' -export * from './IconWifiFindSharpFilled' -export * from './IconWifiFindSharp' -export * from './IconWifiHomeOutlinedFilled' -export * from './IconWifiHomeOutlined' -export * from './IconWifiHomeRounded' -export * from './IconWifiHomeRoundedFilled' -export * from './IconWifiHomeSharp' -export * from './IconWifiHomeSharpFilled' -export * from './IconWifiLockOutlined' -export * from './IconWifiLockOutlinedFilled' -export * from './IconWifiLockRounded' -export * from './IconWifiLockRoundedFilled' -export * from './IconWifiLockSharp' -export * from './IconWifiLockSharpFilled' -export * from './IconWifiNotificationOutlinedFilled' -export * from './IconWifiNotificationOutlined' -export * from './IconWifiNotificationRounded' -export * from './IconWifiNotificationRoundedFilled' -export * from './IconWifiNotificationSharp' -export * from './IconWifiNotificationSharpFilled' -export * from './IconWifiOffOutlined' -export * from './IconWifiOffOutlinedFilled' -export * from './IconWifiOffRounded' -export * from './IconWifiOffRoundedFilled' -export * from './IconWifiOffSharp' -export * from './IconWifiOffSharpFilled' -export * from './IconWifiPasswordOutlinedFilled' -export * from './IconWifiPasswordOutlined' -export * from './IconWifiPasswordRounded' -export * from './IconWifiPasswordRoundedFilled' -export * from './IconWifiPasswordSharp' -export * from './IconWifiPasswordSharpFilled' -export * from './IconWifiProtectedSetupOutlinedFilled' -export * from './IconWifiProtectedSetupOutlined' -export * from './IconWifiProtectedSetupRounded' -export * from './IconWifiProtectedSetupRoundedFilled' -export * from './IconWifiProtectedSetupSharp' -export * from './IconWifiProtectedSetupSharpFilled' -export * from './IconWifiProxyOutlined' -export * from './IconWifiProxyOutlinedFilled' -export * from './IconWifiProxyRounded' -export * from './IconWifiProxyRoundedFilled' -export * from './IconWifiProxySharp' -export * from './IconWifiProxySharpFilled' -export * from './IconWifiTetheringOutlined' -export * from './IconWifiTetheringOutlinedFilled' -export * from './IconWifiTetheringRoundedFilled' -export * from './IconWifiTetheringRounded' -export * from './IconWifiTetheringSharpFilled' -export * from './IconWifiTetheringSharp' -export * from './IconWifiTetheringErrorOutlined' -export * from './IconWifiTetheringErrorOutlinedFilled' -export * from './IconWifiTetheringErrorRoundedFilled' -export * from './IconWifiTetheringErrorRounded' -export * from './IconWifiTetheringErrorSharp' -export * from './IconWifiTetheringErrorSharpFilled' -export * from './IconWifiTetheringOffOutlinedFilled' -export * from './IconWifiTetheringOffOutlined' -export * from './IconWifiTetheringOffRounded' -export * from './IconWifiTetheringOffRoundedFilled' -export * from './IconWifiTetheringOffSharpFilled' -export * from './IconWifiTetheringOffSharp' -export * from './IconWindPowerOutlinedFilled' -export * from './IconWindPowerOutlined' -export * from './IconWindPowerRounded' -export * from './IconWindPowerRoundedFilled' -export * from './IconWindPowerSharp' -export * from './IconWindPowerSharpFilled' -export * from './IconWindowOutlined' -export * from './IconWindowOutlinedFilled' -export * from './IconWindowRounded' -export * from './IconWindowRoundedFilled' -export * from './IconWindowSharpFilled' -export * from './IconWindowSharp' -export * from './IconWindowClosedOutlinedFilled' -export * from './IconWindowClosedOutlined' -export * from './IconWindowClosedRounded' -export * from './IconWindowClosedRoundedFilled' -export * from './IconWindowClosedSharpFilled' -export * from './IconWindowClosedSharp' -export * from './IconWindowOpenOutlined' -export * from './IconWindowOpenOutlinedFilled' -export * from './IconWindowOpenRounded' -export * from './IconWindowOpenRoundedFilled' -export * from './IconWindowOpenSharpFilled' -export * from './IconWindowOpenSharp' -export * from './IconWindowSensorOutlined' -export * from './IconWindowSensorOutlinedFilled' -export * from './IconWindowSensorRounded' -export * from './IconWindowSensorRoundedFilled' -export * from './IconWindowSensorSharp' -export * from './IconWindowSensorSharpFilled' -export * from './IconWineBarOutlined' -export * from './IconWineBarOutlinedFilled' -export * from './IconWineBarRounded' -export * from './IconWineBarRoundedFilled' -export * from './IconWineBarSharpFilled' -export * from './IconWineBarSharp' -export * from './IconWomanOutlined' -export * from './IconWomanOutlinedFilled' -export * from './IconWomanRoundedFilled' -export * from './IconWomanRounded' -export * from './IconWomanSharpFilled' -export * from './IconWomanSharp' -export * from './IconWoman2Outlined' -export * from './IconWoman2OutlinedFilled' -export * from './IconWoman2Rounded' -export * from './IconWoman2RoundedFilled' -export * from './IconWoman2Sharp' -export * from './IconWoman2SharpFilled' -export * from './IconWorkOutlinedFilled' -export * from './IconWorkOutlined' -export * from './IconWorkRounded' -export * from './IconWorkRoundedFilled' -export * from './IconWorkSharpFilled' -export * from './IconWorkSharp' -export * from './IconWorkAlertOutlined' -export * from './IconWorkAlertOutlinedFilled' -export * from './IconWorkAlertRoundedFilled' -export * from './IconWorkAlertRounded' -export * from './IconWorkAlertSharpFilled' -export * from './IconWorkAlertSharp' -export * from './IconWorkHistoryOutlined' -export * from './IconWorkHistoryOutlinedFilled' -export * from './IconWorkHistoryRounded' -export * from './IconWorkHistoryRoundedFilled' -export * from './IconWorkHistorySharpFilled' -export * from './IconWorkHistorySharp' -export * from './IconWorkUpdateOutlined' -export * from './IconWorkUpdateOutlinedFilled' -export * from './IconWorkUpdateRounded' -export * from './IconWorkUpdateRoundedFilled' -export * from './IconWorkUpdateSharp' -export * from './IconWorkUpdateSharpFilled' -export * from './IconWorkspacePremiumOutlinedFilled' -export * from './IconWorkspacePremiumOutlined' -export * from './IconWorkspacePremiumRounded' -export * from './IconWorkspacePremiumRoundedFilled' -export * from './IconWorkspacePremiumSharp' -export * from './IconWorkspacePremiumSharpFilled' -export * from './IconWorkspacesOutlinedFilled' -export * from './IconWorkspacesOutlined' -export * from './IconWorkspacesRoundedFilled' -export * from './IconWorkspacesRounded' -export * from './IconWorkspacesSharpFilled' -export * from './IconWorkspacesSharp' -export * from './IconWoundsInjuriesOutlined' -export * from './IconWoundsInjuriesOutlinedFilled' -export * from './IconWoundsInjuriesRounded' -export * from './IconWoundsInjuriesRoundedFilled' -export * from './IconWoundsInjuriesSharp' -export * from './IconWoundsInjuriesSharpFilled' -export * from './IconWrapTextOutlined' -export * from './IconWrapTextOutlinedFilled' -export * from './IconWrapTextRounded' -export * from './IconWrapTextRoundedFilled' -export * from './IconWrapTextSharpFilled' -export * from './IconWrapTextSharp' -export * from './IconWristOutlined' -export * from './IconWristOutlinedFilled' -export * from './IconWristRounded' -export * from './IconWristRoundedFilled' -export * from './IconWristSharp' -export * from './IconWristSharpFilled' -export * from './IconWrongLocationOutlinedFilled' -export * from './IconWrongLocationOutlined' -export * from './IconWrongLocationRoundedFilled' -export * from './IconWrongLocationRounded' -export * from './IconWrongLocationSharpFilled' -export * from './IconWrongLocationSharp' -export * from './IconWysiwygOutlined' -export * from './IconWysiwygOutlinedFilled' -export * from './IconWysiwygRoundedFilled' -export * from './IconWysiwygRounded' -export * from './IconWysiwygSharpFilled' -export * from './IconWysiwygSharp' -export * from './IconYardOutlined' -export * from './IconYardOutlinedFilled' -export * from './IconYardRounded' -export * from './IconYardRoundedFilled' -export * from './IconYardSharp' -export * from './IconYardSharpFilled' -export * from './IconYourTripsOutlined' -export * from './IconYourTripsOutlinedFilled' -export * from './IconYourTripsRounded' -export * from './IconYourTripsRoundedFilled' -export * from './IconYourTripsSharpFilled' -export * from './IconYourTripsSharp' -export * from './IconYoutubeActivityOutlinedFilled' -export * from './IconYoutubeActivityOutlined' -export * from './IconYoutubeActivityRounded' -export * from './IconYoutubeActivityRoundedFilled' -export * from './IconYoutubeActivitySharp' -export * from './IconYoutubeActivitySharpFilled' -export * from './IconYoutubeSearchedForOutlined' -export * from './IconYoutubeSearchedForOutlinedFilled' -export * from './IconYoutubeSearchedForRounded' -export * from './IconYoutubeSearchedForRoundedFilled' -export * from './IconYoutubeSearchedForSharpFilled' -export * from './IconYoutubeSearchedForSharp' -export * from './IconZonePersonAlertOutlined' -export * from './IconZonePersonAlertOutlinedFilled' -export * from './IconZonePersonAlertRoundedFilled' -export * from './IconZonePersonAlertRounded' -export * from './IconZonePersonAlertSharp' -export * from './IconZonePersonAlertSharpFilled' -export * from './IconZonePersonIdleOutlined' -export * from './IconZonePersonIdleOutlinedFilled' -export * from './IconZonePersonIdleRounded' -export * from './IconZonePersonIdleRoundedFilled' -export * from './IconZonePersonIdleSharp' -export * from './IconZonePersonIdleSharpFilled' -export * from './IconZonePersonUrgentOutlined' -export * from './IconZonePersonUrgentOutlinedFilled' -export * from './IconZonePersonUrgentRounded' -export * from './IconZonePersonUrgentRoundedFilled' -export * from './IconZonePersonUrgentSharpFilled' -export * from './IconZonePersonUrgentSharp' -export * from './IconZoomInOutlined' -export * from './IconZoomInOutlinedFilled' -export * from './IconZoomInRounded' -export * from './IconZoomInRoundedFilled' -export * from './IconZoomInSharpFilled' -export * from './IconZoomInSharp' -export * from './IconZoomInMapOutlined' -export * from './IconZoomInMapOutlinedFilled' -export * from './IconZoomInMapRoundedFilled' -export * from './IconZoomInMapRounded' -export * from './IconZoomInMapSharp' -export * from './IconZoomInMapSharpFilled' -export * from './IconZoomOutOutlinedFilled' -export * from './IconZoomOutOutlined' -export * from './IconZoomOutRounded' -export * from './IconZoomOutRoundedFilled' -export * from './IconZoomOutSharp' -export * from './IconZoomOutSharpFilled' -export * from './IconZoomOutMapOutlined' -export * from './IconZoomOutMapOutlinedFilled' -export * from './IconZoomOutMapRounded' -export * from './IconZoomOutMapRoundedFilled' -export * from './IconZoomOutMapSharp' -export * from './IconZoomOutMapSharpFilled' +export * from './Icon10kOutlined.js' +export * from './Icon10kOutlinedFilled.js' +export * from './Icon10kRounded.js' +export * from './Icon10kRoundedFilled.js' +export * from './Icon10kSharpFilled.js' +export * from './Icon10kSharp.js' +export * from './Icon10mpOutlined.js' +export * from './Icon10mpOutlinedFilled.js' +export * from './Icon10mpRoundedFilled.js' +export * from './Icon10mpRounded.js' +export * from './Icon10mpSharp.js' +export * from './Icon10mpSharpFilled.js' +export * from './Icon11mpOutlinedFilled.js' +export * from './Icon11mpOutlined.js' +export * from './Icon11mpRoundedFilled.js' +export * from './Icon11mpRounded.js' +export * from './Icon11mpSharpFilled.js' +export * from './Icon11mpSharp.js' +export * from './Icon123Outlined.js' +export * from './Icon123OutlinedFilled.js' +export * from './Icon123Rounded.js' +export * from './Icon123RoundedFilled.js' +export * from './Icon123Sharp.js' +export * from './Icon123SharpFilled.js' +export * from './Icon12mpOutlined.js' +export * from './Icon12mpOutlinedFilled.js' +export * from './Icon12mpRoundedFilled.js' +export * from './Icon12mpRounded.js' +export * from './Icon12mpSharpFilled.js' +export * from './Icon12mpSharp.js' +export * from './Icon13mpOutlinedFilled.js' +export * from './Icon13mpOutlined.js' +export * from './Icon13mpRoundedFilled.js' +export * from './Icon13mpRounded.js' +export * from './Icon13mpSharpFilled.js' +export * from './Icon13mpSharp.js' +export * from './Icon14mpOutlinedFilled.js' +export * from './Icon14mpOutlined.js' +export * from './Icon14mpRoundedFilled.js' +export * from './Icon14mpRounded.js' +export * from './Icon14mpSharpFilled.js' +export * from './Icon14mpSharp.js' +export * from './Icon15mpOutlined.js' +export * from './Icon15mpOutlinedFilled.js' +export * from './Icon15mpRounded.js' +export * from './Icon15mpRoundedFilled.js' +export * from './Icon15mpSharpFilled.js' +export * from './Icon15mpSharp.js' +export * from './Icon16mpOutlinedFilled.js' +export * from './Icon16mpOutlined.js' +export * from './Icon16mpRoundedFilled.js' +export * from './Icon16mpRounded.js' +export * from './Icon16mpSharpFilled.js' +export * from './Icon16mpSharp.js' +export * from './Icon17mpOutlinedFilled.js' +export * from './Icon17mpOutlined.js' +export * from './Icon17mpRoundedFilled.js' +export * from './Icon17mpRounded.js' +export * from './Icon17mpSharp.js' +export * from './Icon17mpSharpFilled.js' +export * from './Icon18UpRatingOutlinedFilled.js' +export * from './Icon18UpRatingOutlined.js' +export * from './Icon18UpRatingRounded.js' +export * from './Icon18UpRatingRoundedFilled.js' +export * from './Icon18UpRatingSharpFilled.js' +export * from './Icon18UpRatingSharp.js' +export * from './Icon18mpOutlined.js' +export * from './Icon18mpOutlinedFilled.js' +export * from './Icon18mpRoundedFilled.js' +export * from './Icon18mpRounded.js' +export * from './Icon18mpSharp.js' +export * from './Icon18mpSharpFilled.js' +export * from './Icon19mpOutlined.js' +export * from './Icon19mpOutlinedFilled.js' +export * from './Icon19mpRoundedFilled.js' +export * from './Icon19mpRounded.js' +export * from './Icon19mpSharp.js' +export * from './Icon19mpSharpFilled.js' +export * from './Icon1kOutlined.js' +export * from './Icon1kOutlinedFilled.js' +export * from './Icon1kRoundedFilled.js' +export * from './Icon1kRounded.js' +export * from './Icon1kSharp.js' +export * from './Icon1kSharpFilled.js' +export * from './Icon1kPlusOutlined.js' +export * from './Icon1kPlusOutlinedFilled.js' +export * from './Icon1kPlusRoundedFilled.js' +export * from './Icon1kPlusRounded.js' +export * from './Icon1kPlusSharpFilled.js' +export * from './Icon1kPlusSharp.js' +export * from './Icon1xMobiledataOutlinedFilled.js' +export * from './Icon1xMobiledataOutlined.js' +export * from './Icon1xMobiledataRounded.js' +export * from './Icon1xMobiledataRoundedFilled.js' +export * from './Icon1xMobiledataSharpFilled.js' +export * from './Icon1xMobiledataSharp.js' +export * from './Icon1xMobiledataBadgeOutlinedFilled.js' +export * from './Icon1xMobiledataBadgeOutlined.js' +export * from './Icon1xMobiledataBadgeRounded.js' +export * from './Icon1xMobiledataBadgeRoundedFilled.js' +export * from './Icon1xMobiledataBadgeSharpFilled.js' +export * from './Icon1xMobiledataBadgeSharp.js' +export * from './Icon20mpOutlinedFilled.js' +export * from './Icon20mpOutlined.js' +export * from './Icon20mpRounded.js' +export * from './Icon20mpRoundedFilled.js' +export * from './Icon20mpSharp.js' +export * from './Icon20mpSharpFilled.js' +export * from './Icon21mpOutlined.js' +export * from './Icon21mpOutlinedFilled.js' +export * from './Icon21mpRounded.js' +export * from './Icon21mpRoundedFilled.js' +export * from './Icon21mpSharpFilled.js' +export * from './Icon21mpSharp.js' +export * from './Icon22mpOutlined.js' +export * from './Icon22mpOutlinedFilled.js' +export * from './Icon22mpRounded.js' +export * from './Icon22mpRoundedFilled.js' +export * from './Icon22mpSharp.js' +export * from './Icon22mpSharpFilled.js' +export * from './Icon23mpOutlined.js' +export * from './Icon23mpOutlinedFilled.js' +export * from './Icon23mpRoundedFilled.js' +export * from './Icon23mpRounded.js' +export * from './Icon23mpSharpFilled.js' +export * from './Icon23mpSharp.js' +export * from './Icon24fpsSelectOutlined.js' +export * from './Icon24fpsSelectOutlinedFilled.js' +export * from './Icon24fpsSelectRounded.js' +export * from './Icon24fpsSelectRoundedFilled.js' +export * from './Icon24fpsSelectSharpFilled.js' +export * from './Icon24fpsSelectSharp.js' +export * from './Icon24mpOutlined.js' +export * from './Icon24mpOutlinedFilled.js' +export * from './Icon24mpRounded.js' +export * from './Icon24mpRoundedFilled.js' +export * from './Icon24mpSharp.js' +export * from './Icon24mpSharpFilled.js' +export * from './Icon2dOutlined.js' +export * from './Icon2dOutlinedFilled.js' +export * from './Icon2dRounded.js' +export * from './Icon2dRoundedFilled.js' +export * from './Icon2dSharpFilled.js' +export * from './Icon2dSharp.js' +export * from './Icon2kOutlined.js' +export * from './Icon2kOutlinedFilled.js' +export * from './Icon2kRounded.js' +export * from './Icon2kRoundedFilled.js' +export * from './Icon2kSharp.js' +export * from './Icon2kSharpFilled.js' +export * from './Icon2kPlusOutlinedFilled.js' +export * from './Icon2kPlusOutlined.js' +export * from './Icon2kPlusRoundedFilled.js' +export * from './Icon2kPlusRounded.js' +export * from './Icon2kPlusSharpFilled.js' +export * from './Icon2kPlusSharp.js' +export * from './Icon2mpOutlined.js' +export * from './Icon2mpOutlinedFilled.js' +export * from './Icon2mpRounded.js' +export * from './Icon2mpRoundedFilled.js' +export * from './Icon2mpSharpFilled.js' +export * from './Icon2mpSharp.js' +export * from './Icon30fpsOutlined.js' +export * from './Icon30fpsOutlinedFilled.js' +export * from './Icon30fpsRoundedFilled.js' +export * from './Icon30fpsRounded.js' +export * from './Icon30fpsSharpFilled.js' +export * from './Icon30fpsSharp.js' +export * from './Icon30fpsSelectOutlined.js' +export * from './Icon30fpsSelectOutlinedFilled.js' +export * from './Icon30fpsSelectRoundedFilled.js' +export * from './Icon30fpsSelectRounded.js' +export * from './Icon30fpsSelectSharpFilled.js' +export * from './Icon30fpsSelectSharp.js' +export * from './Icon360OutlinedFilled.js' +export * from './Icon360Outlined.js' +export * from './Icon360RoundedFilled.js' +export * from './Icon360Rounded.js' +export * from './Icon360SharpFilled.js' +export * from './Icon360Sharp.js' +export * from './Icon3dRotationOutlinedFilled.js' +export * from './Icon3dRotationOutlined.js' +export * from './Icon3dRotationRounded.js' +export * from './Icon3dRotationRoundedFilled.js' +export * from './Icon3dRotationSharp.js' +export * from './Icon3dRotationSharpFilled.js' +export * from './Icon3gMobiledataOutlined.js' +export * from './Icon3gMobiledataOutlinedFilled.js' +export * from './Icon3gMobiledataRounded.js' +export * from './Icon3gMobiledataRoundedFilled.js' +export * from './Icon3gMobiledataSharpFilled.js' +export * from './Icon3gMobiledataSharp.js' +export * from './Icon3gMobiledataBadgeOutlinedFilled.js' +export * from './Icon3gMobiledataBadgeOutlined.js' +export * from './Icon3gMobiledataBadgeRoundedFilled.js' +export * from './Icon3gMobiledataBadgeRounded.js' +export * from './Icon3gMobiledataBadgeSharp.js' +export * from './Icon3gMobiledataBadgeSharpFilled.js' +export * from './Icon3kOutlinedFilled.js' +export * from './Icon3kOutlined.js' +export * from './Icon3kRoundedFilled.js' +export * from './Icon3kRounded.js' +export * from './Icon3kSharpFilled.js' +export * from './Icon3kSharp.js' +export * from './Icon3kPlusOutlined.js' +export * from './Icon3kPlusOutlinedFilled.js' +export * from './Icon3kPlusRoundedFilled.js' +export * from './Icon3kPlusRounded.js' +export * from './Icon3kPlusSharpFilled.js' +export * from './Icon3kPlusSharp.js' +export * from './Icon3mpOutlined.js' +export * from './Icon3mpOutlinedFilled.js' +export * from './Icon3mpRoundedFilled.js' +export * from './Icon3mpRounded.js' +export * from './Icon3mpSharp.js' +export * from './Icon3mpSharpFilled.js' +export * from './Icon3pOutlinedFilled.js' +export * from './Icon3pOutlined.js' +export * from './Icon3pRoundedFilled.js' +export * from './Icon3pRounded.js' +export * from './Icon3pSharp.js' +export * from './Icon3pSharpFilled.js' +export * from './Icon4gMobiledataOutlinedFilled.js' +export * from './Icon4gMobiledataOutlined.js' +export * from './Icon4gMobiledataRoundedFilled.js' +export * from './Icon4gMobiledataRounded.js' +export * from './Icon4gMobiledataSharp.js' +export * from './Icon4gMobiledataSharpFilled.js' +export * from './Icon4gMobiledataBadgeOutlined.js' +export * from './Icon4gMobiledataBadgeOutlinedFilled.js' +export * from './Icon4gMobiledataBadgeRounded.js' +export * from './Icon4gMobiledataBadgeRoundedFilled.js' +export * from './Icon4gMobiledataBadgeSharp.js' +export * from './Icon4gMobiledataBadgeSharpFilled.js' +export * from './Icon4gPlusMobiledataOutlined.js' +export * from './Icon4gPlusMobiledataOutlinedFilled.js' +export * from './Icon4gPlusMobiledataRoundedFilled.js' +export * from './Icon4gPlusMobiledataRounded.js' +export * from './Icon4gPlusMobiledataSharpFilled.js' +export * from './Icon4gPlusMobiledataSharp.js' +export * from './Icon4kOutlined.js' +export * from './Icon4kOutlinedFilled.js' +export * from './Icon4kRoundedFilled.js' +export * from './Icon4kRounded.js' +export * from './Icon4kSharp.js' +export * from './Icon4kSharpFilled.js' +export * from './Icon4kPlusOutlinedFilled.js' +export * from './Icon4kPlusOutlined.js' +export * from './Icon4kPlusRounded.js' +export * from './Icon4kPlusRoundedFilled.js' +export * from './Icon4kPlusSharpFilled.js' +export * from './Icon4kPlusSharp.js' +export * from './Icon4mpOutlinedFilled.js' +export * from './Icon4mpOutlined.js' +export * from './Icon4mpRounded.js' +export * from './Icon4mpRoundedFilled.js' +export * from './Icon4mpSharpFilled.js' +export * from './Icon4mpSharp.js' +export * from './Icon50mpOutlinedFilled.js' +export * from './Icon50mpOutlined.js' +export * from './Icon50mpRounded.js' +export * from './Icon50mpRoundedFilled.js' +export * from './Icon50mpSharpFilled.js' +export * from './Icon50mpSharp.js' +export * from './Icon5gOutlined.js' +export * from './Icon5gOutlinedFilled.js' +export * from './Icon5gRoundedFilled.js' +export * from './Icon5gRounded.js' +export * from './Icon5gSharp.js' +export * from './Icon5gSharpFilled.js' +export * from './Icon5gMobiledataBadgeOutlined.js' +export * from './Icon5gMobiledataBadgeOutlinedFilled.js' +export * from './Icon5gMobiledataBadgeRounded.js' +export * from './Icon5gMobiledataBadgeRoundedFilled.js' +export * from './Icon5gMobiledataBadgeSharp.js' +export * from './Icon5gMobiledataBadgeSharpFilled.js' +export * from './Icon5kOutlined.js' +export * from './Icon5kOutlinedFilled.js' +export * from './Icon5kRounded.js' +export * from './Icon5kRoundedFilled.js' +export * from './Icon5kSharpFilled.js' +export * from './Icon5kSharp.js' +export * from './Icon5kPlusOutlined.js' +export * from './Icon5kPlusOutlinedFilled.js' +export * from './Icon5kPlusRounded.js' +export * from './Icon5kPlusRoundedFilled.js' +export * from './Icon5kPlusSharp.js' +export * from './Icon5kPlusSharpFilled.js' +export * from './Icon5mpOutlinedFilled.js' +export * from './Icon5mpOutlined.js' +export * from './Icon5mpRoundedFilled.js' +export * from './Icon5mpRounded.js' +export * from './Icon5mpSharp.js' +export * from './Icon5mpSharpFilled.js' +export * from './Icon60fpsOutlined.js' +export * from './Icon60fpsOutlinedFilled.js' +export * from './Icon60fpsRounded.js' +export * from './Icon60fpsRoundedFilled.js' +export * from './Icon60fpsSharp.js' +export * from './Icon60fpsSharpFilled.js' +export * from './Icon60fpsSelectOutlinedFilled.js' +export * from './Icon60fpsSelectOutlined.js' +export * from './Icon60fpsSelectRoundedFilled.js' +export * from './Icon60fpsSelectRounded.js' +export * from './Icon60fpsSelectSharpFilled.js' +export * from './Icon60fpsSelectSharp.js' +export * from './Icon6FtApartOutlined.js' +export * from './Icon6FtApartOutlinedFilled.js' +export * from './Icon6FtApartRoundedFilled.js' +export * from './Icon6FtApartRounded.js' +export * from './Icon6FtApartSharpFilled.js' +export * from './Icon6FtApartSharp.js' +export * from './Icon6kOutlined.js' +export * from './Icon6kOutlinedFilled.js' +export * from './Icon6kRoundedFilled.js' +export * from './Icon6kRounded.js' +export * from './Icon6kSharpFilled.js' +export * from './Icon6kSharp.js' +export * from './Icon6kPlusOutlinedFilled.js' +export * from './Icon6kPlusOutlined.js' +export * from './Icon6kPlusRounded.js' +export * from './Icon6kPlusRoundedFilled.js' +export * from './Icon6kPlusSharp.js' +export * from './Icon6kPlusSharpFilled.js' +export * from './Icon6mpOutlined.js' +export * from './Icon6mpOutlinedFilled.js' +export * from './Icon6mpRounded.js' +export * from './Icon6mpRoundedFilled.js' +export * from './Icon6mpSharp.js' +export * from './Icon6mpSharpFilled.js' +export * from './Icon7kOutlined.js' +export * from './Icon7kOutlinedFilled.js' +export * from './Icon7kRounded.js' +export * from './Icon7kRoundedFilled.js' +export * from './Icon7kSharp.js' +export * from './Icon7kSharpFilled.js' +export * from './Icon7kPlusOutlinedFilled.js' +export * from './Icon7kPlusOutlined.js' +export * from './Icon7kPlusRoundedFilled.js' +export * from './Icon7kPlusRounded.js' +export * from './Icon7kPlusSharpFilled.js' +export * from './Icon7kPlusSharp.js' +export * from './Icon7mpOutlinedFilled.js' +export * from './Icon7mpOutlined.js' +export * from './Icon7mpRoundedFilled.js' +export * from './Icon7mpRounded.js' +export * from './Icon7mpSharpFilled.js' +export * from './Icon7mpSharp.js' +export * from './Icon8kOutlinedFilled.js' +export * from './Icon8kOutlined.js' +export * from './Icon8kRoundedFilled.js' +export * from './Icon8kRounded.js' +export * from './Icon8kSharp.js' +export * from './Icon8kSharpFilled.js' +export * from './Icon8kPlusOutlinedFilled.js' +export * from './Icon8kPlusOutlined.js' +export * from './Icon8kPlusRounded.js' +export * from './Icon8kPlusRoundedFilled.js' +export * from './Icon8kPlusSharpFilled.js' +export * from './Icon8kPlusSharp.js' +export * from './Icon8mpOutlinedFilled.js' +export * from './Icon8mpOutlined.js' +export * from './Icon8mpRounded.js' +export * from './Icon8mpRoundedFilled.js' +export * from './Icon8mpSharpFilled.js' +export * from './Icon8mpSharp.js' +export * from './Icon9kOutlined.js' +export * from './Icon9kOutlinedFilled.js' +export * from './Icon9kRoundedFilled.js' +export * from './Icon9kRounded.js' +export * from './Icon9kSharp.js' +export * from './Icon9kSharpFilled.js' +export * from './Icon9kPlusOutlinedFilled.js' +export * from './Icon9kPlusOutlined.js' +export * from './Icon9kPlusRoundedFilled.js' +export * from './Icon9kPlusRounded.js' +export * from './Icon9kPlusSharp.js' +export * from './Icon9kPlusSharpFilled.js' +export * from './Icon9mpOutlinedFilled.js' +export * from './Icon9mpOutlined.js' +export * from './Icon9mpRoundedFilled.js' +export * from './Icon9mpRounded.js' +export * from './Icon9mpSharpFilled.js' +export * from './Icon9mpSharp.js' +export * from './IconAbcOutlined.js' +export * from './IconAbcOutlinedFilled.js' +export * from './IconAbcRounded.js' +export * from './IconAbcRoundedFilled.js' +export * from './IconAbcSharpFilled.js' +export * from './IconAbcSharp.js' +export * from './IconAcUnitOutlined.js' +export * from './IconAcUnitOutlinedFilled.js' +export * from './IconAcUnitRounded.js' +export * from './IconAcUnitRoundedFilled.js' +export * from './IconAcUnitSharp.js' +export * from './IconAcUnitSharpFilled.js' +export * from './IconAccessibilityOutlinedFilled.js' +export * from './IconAccessibilityOutlined.js' +export * from './IconAccessibilityRoundedFilled.js' +export * from './IconAccessibilityRounded.js' +export * from './IconAccessibilitySharp.js' +export * from './IconAccessibilitySharpFilled.js' +export * from './IconAccessibilityNewOutlined.js' +export * from './IconAccessibilityNewOutlinedFilled.js' +export * from './IconAccessibilityNewRoundedFilled.js' +export * from './IconAccessibilityNewRounded.js' +export * from './IconAccessibilityNewSharp.js' +export * from './IconAccessibilityNewSharpFilled.js' +export * from './IconAccessibleOutlinedFilled.js' +export * from './IconAccessibleOutlined.js' +export * from './IconAccessibleRoundedFilled.js' +export * from './IconAccessibleRounded.js' +export * from './IconAccessibleSharp.js' +export * from './IconAccessibleSharpFilled.js' +export * from './IconAccessibleForwardOutlined.js' +export * from './IconAccessibleForwardOutlinedFilled.js' +export * from './IconAccessibleForwardRounded.js' +export * from './IconAccessibleForwardRoundedFilled.js' +export * from './IconAccessibleForwardSharp.js' +export * from './IconAccessibleForwardSharpFilled.js' +export * from './IconAccountBalanceOutlined.js' +export * from './IconAccountBalanceOutlinedFilled.js' +export * from './IconAccountBalanceRounded.js' +export * from './IconAccountBalanceRoundedFilled.js' +export * from './IconAccountBalanceSharpFilled.js' +export * from './IconAccountBalanceSharp.js' +export * from './IconAccountBalanceWalletOutlined.js' +export * from './IconAccountBalanceWalletOutlinedFilled.js' +export * from './IconAccountBalanceWalletRoundedFilled.js' +export * from './IconAccountBalanceWalletRounded.js' +export * from './IconAccountBalanceWalletSharp.js' +export * from './IconAccountBalanceWalletSharpFilled.js' +export * from './IconAccountBoxOutlinedFilled.js' +export * from './IconAccountBoxOutlined.js' +export * from './IconAccountBoxRoundedFilled.js' +export * from './IconAccountBoxRounded.js' +export * from './IconAccountBoxSharp.js' +export * from './IconAccountBoxSharpFilled.js' +export * from './IconAccountChildOutlined.js' +export * from './IconAccountChildOutlinedFilled.js' +export * from './IconAccountChildRounded.js' +export * from './IconAccountChildRoundedFilled.js' +export * from './IconAccountChildSharp.js' +export * from './IconAccountChildSharpFilled.js' +export * from './IconAccountChildInvertOutlined.js' +export * from './IconAccountChildInvertOutlinedFilled.js' +export * from './IconAccountChildInvertRoundedFilled.js' +export * from './IconAccountChildInvertRounded.js' +export * from './IconAccountChildInvertSharp.js' +export * from './IconAccountChildInvertSharpFilled.js' +export * from './IconAccountCircleOutlined.js' +export * from './IconAccountCircleOutlinedFilled.js' +export * from './IconAccountCircleRoundedFilled.js' +export * from './IconAccountCircleRounded.js' +export * from './IconAccountCircleSharp.js' +export * from './IconAccountCircleSharpFilled.js' +export * from './IconAccountCircleOffOutlinedFilled.js' +export * from './IconAccountCircleOffOutlined.js' +export * from './IconAccountCircleOffRounded.js' +export * from './IconAccountCircleOffRoundedFilled.js' +export * from './IconAccountCircleOffSharpFilled.js' +export * from './IconAccountCircleOffSharp.js' +export * from './IconAccountTreeOutlined.js' +export * from './IconAccountTreeOutlinedFilled.js' +export * from './IconAccountTreeRounded.js' +export * from './IconAccountTreeRoundedFilled.js' +export * from './IconAccountTreeSharpFilled.js' +export * from './IconAccountTreeSharp.js' +export * from './IconActionKeyOutlined.js' +export * from './IconActionKeyOutlinedFilled.js' +export * from './IconActionKeyRounded.js' +export * from './IconActionKeyRoundedFilled.js' +export * from './IconActionKeySharp.js' +export * from './IconActionKeySharpFilled.js' +export * from './IconActivityZoneOutlinedFilled.js' +export * from './IconActivityZoneOutlined.js' +export * from './IconActivityZoneRoundedFilled.js' +export * from './IconActivityZoneRounded.js' +export * from './IconActivityZoneSharpFilled.js' +export * from './IconActivityZoneSharp.js' +export * from './IconAcuteOutlined.js' +export * from './IconAcuteOutlinedFilled.js' +export * from './IconAcuteRoundedFilled.js' +export * from './IconAcuteRounded.js' +export * from './IconAcuteSharpFilled.js' +export * from './IconAcuteSharp.js' +export * from './IconAdOutlinedFilled.js' +export * from './IconAdOutlined.js' +export * from './IconAdRounded.js' +export * from './IconAdRoundedFilled.js' +export * from './IconAdSharp.js' +export * from './IconAdSharpFilled.js' +export * from './IconAdGroupOutlinedFilled.js' +export * from './IconAdGroupOutlined.js' +export * from './IconAdGroupRounded.js' +export * from './IconAdGroupRoundedFilled.js' +export * from './IconAdGroupSharpFilled.js' +export * from './IconAdGroupSharp.js' +export * from './IconAdGroupOffOutlinedFilled.js' +export * from './IconAdGroupOffOutlined.js' +export * from './IconAdGroupOffRounded.js' +export * from './IconAdGroupOffRoundedFilled.js' +export * from './IconAdGroupOffSharp.js' +export * from './IconAdGroupOffSharpFilled.js' +export * from './IconAdOffOutlinedFilled.js' +export * from './IconAdOffOutlined.js' +export * from './IconAdOffRounded.js' +export * from './IconAdOffRoundedFilled.js' +export * from './IconAdOffSharp.js' +export * from './IconAdOffSharpFilled.js' +export * from './IconAdUnitsOutlined.js' +export * from './IconAdUnitsOutlinedFilled.js' +export * from './IconAdUnitsRoundedFilled.js' +export * from './IconAdUnitsRounded.js' +export * from './IconAdUnitsSharp.js' +export * from './IconAdUnitsSharpFilled.js' +export * from './IconAdaptiveAudioMicOutlined.js' +export * from './IconAdaptiveAudioMicOutlinedFilled.js' +export * from './IconAdaptiveAudioMicRoundedFilled.js' +export * from './IconAdaptiveAudioMicRounded.js' +export * from './IconAdaptiveAudioMicSharp.js' +export * from './IconAdaptiveAudioMicSharpFilled.js' +export * from './IconAdaptiveAudioMicOffOutlinedFilled.js' +export * from './IconAdaptiveAudioMicOffOutlined.js' +export * from './IconAdaptiveAudioMicOffRoundedFilled.js' +export * from './IconAdaptiveAudioMicOffRounded.js' +export * from './IconAdaptiveAudioMicOffSharp.js' +export * from './IconAdaptiveAudioMicOffSharpFilled.js' +export * from './IconAdbOutlinedFilled.js' +export * from './IconAdbOutlined.js' +export * from './IconAdbRoundedFilled.js' +export * from './IconAdbRounded.js' +export * from './IconAdbSharp.js' +export * from './IconAdbSharpFilled.js' +export * from './IconAddOutlinedFilled.js' +export * from './IconAddOutlined.js' +export * from './IconAddRoundedFilled.js' +export * from './IconAddRounded.js' +export * from './IconAddSharp.js' +export * from './IconAddSharpFilled.js' +export * from './IconAdd2OutlinedFilled.js' +export * from './IconAdd2Outlined.js' +export * from './IconAdd2RoundedFilled.js' +export * from './IconAdd2Rounded.js' +export * from './IconAdd2SharpFilled.js' +export * from './IconAdd2Sharp.js' +export * from './IconAddAPhotoOutlined.js' +export * from './IconAddAPhotoOutlinedFilled.js' +export * from './IconAddAPhotoRounded.js' +export * from './IconAddAPhotoRoundedFilled.js' +export * from './IconAddAPhotoSharp.js' +export * from './IconAddAPhotoSharpFilled.js' +export * from './IconAddAdOutlinedFilled.js' +export * from './IconAddAdOutlined.js' +export * from './IconAddAdRounded.js' +export * from './IconAddAdRoundedFilled.js' +export * from './IconAddAdSharp.js' +export * from './IconAddAdSharpFilled.js' +export * from './IconAddAlertOutlinedFilled.js' +export * from './IconAddAlertOutlined.js' +export * from './IconAddAlertRounded.js' +export * from './IconAddAlertRoundedFilled.js' +export * from './IconAddAlertSharp.js' +export * from './IconAddAlertSharpFilled.js' +export * from './IconAddBoxOutlinedFilled.js' +export * from './IconAddBoxOutlined.js' +export * from './IconAddBoxRounded.js' +export * from './IconAddBoxRoundedFilled.js' +export * from './IconAddBoxSharpFilled.js' +export * from './IconAddBoxSharp.js' +export * from './IconAddBusinessOutlined.js' +export * from './IconAddBusinessOutlinedFilled.js' +export * from './IconAddBusinessRounded.js' +export * from './IconAddBusinessRoundedFilled.js' +export * from './IconAddBusinessSharpFilled.js' +export * from './IconAddBusinessSharp.js' +export * from './IconAddCallOutlinedFilled.js' +export * from './IconAddCallOutlined.js' +export * from './IconAddCallRoundedFilled.js' +export * from './IconAddCallRounded.js' +export * from './IconAddCallSharp.js' +export * from './IconAddCallSharpFilled.js' +export * from './IconAddCardOutlined.js' +export * from './IconAddCardOutlinedFilled.js' +export * from './IconAddCardRounded.js' +export * from './IconAddCardRoundedFilled.js' +export * from './IconAddCardSharp.js' +export * from './IconAddCardSharpFilled.js' +export * from './IconAddChartOutlinedFilled.js' +export * from './IconAddChartOutlined.js' +export * from './IconAddChartRounded.js' +export * from './IconAddChartRoundedFilled.js' +export * from './IconAddChartSharpFilled.js' +export * from './IconAddChartSharp.js' +export * from './IconAddCircleOutlinedFilled.js' +export * from './IconAddCircleOutlined.js' +export * from './IconAddCircleRounded.js' +export * from './IconAddCircleRoundedFilled.js' +export * from './IconAddCircleSharp.js' +export * from './IconAddCircleSharpFilled.js' +export * from './IconAddColumnLeftOutlined.js' +export * from './IconAddColumnLeftOutlinedFilled.js' +export * from './IconAddColumnLeftRoundedFilled.js' +export * from './IconAddColumnLeftRounded.js' +export * from './IconAddColumnLeftSharp.js' +export * from './IconAddColumnLeftSharpFilled.js' +export * from './IconAddColumnRightOutlined.js' +export * from './IconAddColumnRightOutlinedFilled.js' +export * from './IconAddColumnRightRounded.js' +export * from './IconAddColumnRightRoundedFilled.js' +export * from './IconAddColumnRightSharp.js' +export * from './IconAddColumnRightSharpFilled.js' +export * from './IconAddCommentOutlinedFilled.js' +export * from './IconAddCommentOutlined.js' +export * from './IconAddCommentRounded.js' +export * from './IconAddCommentRoundedFilled.js' +export * from './IconAddCommentSharp.js' +export * from './IconAddCommentSharpFilled.js' +export * from './IconAddDiamondOutlined.js' +export * from './IconAddDiamondOutlinedFilled.js' +export * from './IconAddDiamondRounded.js' +export * from './IconAddDiamondRoundedFilled.js' +export * from './IconAddDiamondSharpFilled.js' +export * from './IconAddDiamondSharp.js' +export * from './IconAddHomeOutlinedFilled.js' +export * from './IconAddHomeOutlined.js' +export * from './IconAddHomeRounded.js' +export * from './IconAddHomeRoundedFilled.js' +export * from './IconAddHomeSharpFilled.js' +export * from './IconAddHomeSharp.js' +export * from './IconAddHomeWorkOutlinedFilled.js' +export * from './IconAddHomeWorkOutlined.js' +export * from './IconAddHomeWorkRounded.js' +export * from './IconAddHomeWorkRoundedFilled.js' +export * from './IconAddHomeWorkSharpFilled.js' +export * from './IconAddHomeWorkSharp.js' +export * from './IconAddLinkOutlined.js' +export * from './IconAddLinkOutlinedFilled.js' +export * from './IconAddLinkRoundedFilled.js' +export * from './IconAddLinkRounded.js' +export * from './IconAddLinkSharp.js' +export * from './IconAddLinkSharpFilled.js' +export * from './IconAddLocationOutlinedFilled.js' +export * from './IconAddLocationOutlined.js' +export * from './IconAddLocationRoundedFilled.js' +export * from './IconAddLocationRounded.js' +export * from './IconAddLocationSharpFilled.js' +export * from './IconAddLocationSharp.js' +export * from './IconAddLocationAltOutlinedFilled.js' +export * from './IconAddLocationAltOutlined.js' +export * from './IconAddLocationAltRounded.js' +export * from './IconAddLocationAltRoundedFilled.js' +export * from './IconAddLocationAltSharpFilled.js' +export * from './IconAddLocationAltSharp.js' +export * from './IconAddModeratorOutlinedFilled.js' +export * from './IconAddModeratorOutlined.js' +export * from './IconAddModeratorRounded.js' +export * from './IconAddModeratorRoundedFilled.js' +export * from './IconAddModeratorSharp.js' +export * from './IconAddModeratorSharpFilled.js' +export * from './IconAddNotesOutlined.js' +export * from './IconAddNotesOutlinedFilled.js' +export * from './IconAddNotesRounded.js' +export * from './IconAddNotesRoundedFilled.js' +export * from './IconAddNotesSharp.js' +export * from './IconAddNotesSharpFilled.js' +export * from './IconAddPhotoAlternateOutlined.js' +export * from './IconAddPhotoAlternateOutlinedFilled.js' +export * from './IconAddPhotoAlternateRoundedFilled.js' +export * from './IconAddPhotoAlternateRounded.js' +export * from './IconAddPhotoAlternateSharp.js' +export * from './IconAddPhotoAlternateSharpFilled.js' +export * from './IconAddReactionOutlinedFilled.js' +export * from './IconAddReactionOutlined.js' +export * from './IconAddReactionRounded.js' +export * from './IconAddReactionRoundedFilled.js' +export * from './IconAddReactionSharp.js' +export * from './IconAddReactionSharpFilled.js' +export * from './IconAddRoadOutlinedFilled.js' +export * from './IconAddRoadOutlined.js' +export * from './IconAddRoadRoundedFilled.js' +export * from './IconAddRoadRounded.js' +export * from './IconAddRoadSharp.js' +export * from './IconAddRoadSharpFilled.js' +export * from './IconAddRowAboveOutlined.js' +export * from './IconAddRowAboveOutlinedFilled.js' +export * from './IconAddRowAboveRoundedFilled.js' +export * from './IconAddRowAboveRounded.js' +export * from './IconAddRowAboveSharp.js' +export * from './IconAddRowAboveSharpFilled.js' +export * from './IconAddRowBelowOutlined.js' +export * from './IconAddRowBelowOutlinedFilled.js' +export * from './IconAddRowBelowRounded.js' +export * from './IconAddRowBelowRoundedFilled.js' +export * from './IconAddRowBelowSharp.js' +export * from './IconAddRowBelowSharpFilled.js' +export * from './IconAddShoppingCartOutlined.js' +export * from './IconAddShoppingCartOutlinedFilled.js' +export * from './IconAddShoppingCartRounded.js' +export * from './IconAddShoppingCartRoundedFilled.js' +export * from './IconAddShoppingCartSharp.js' +export * from './IconAddShoppingCartSharpFilled.js' +export * from './IconAddTaskOutlined.js' +export * from './IconAddTaskOutlinedFilled.js' +export * from './IconAddTaskRoundedFilled.js' +export * from './IconAddTaskRounded.js' +export * from './IconAddTaskSharp.js' +export * from './IconAddTaskSharpFilled.js' +export * from './IconAddToDriveOutlinedFilled.js' +export * from './IconAddToDriveOutlined.js' +export * from './IconAddToDriveRoundedFilled.js' +export * from './IconAddToDriveRounded.js' +export * from './IconAddToDriveSharp.js' +export * from './IconAddToDriveSharpFilled.js' +export * from './IconAddToHomeScreenOutlined.js' +export * from './IconAddToHomeScreenOutlinedFilled.js' +export * from './IconAddToHomeScreenRounded.js' +export * from './IconAddToHomeScreenRoundedFilled.js' +export * from './IconAddToHomeScreenSharp.js' +export * from './IconAddToHomeScreenSharpFilled.js' +export * from './IconAddToPhotosOutlined.js' +export * from './IconAddToPhotosOutlinedFilled.js' +export * from './IconAddToPhotosRounded.js' +export * from './IconAddToPhotosRoundedFilled.js' +export * from './IconAddToPhotosSharp.js' +export * from './IconAddToPhotosSharpFilled.js' +export * from './IconAddToQueueOutlined.js' +export * from './IconAddToQueueOutlinedFilled.js' +export * from './IconAddToQueueRoundedFilled.js' +export * from './IconAddToQueueRounded.js' +export * from './IconAddToQueueSharp.js' +export * from './IconAddToQueueSharpFilled.js' +export * from './IconAddTriangleOutlined.js' +export * from './IconAddTriangleOutlinedFilled.js' +export * from './IconAddTriangleRounded.js' +export * from './IconAddTriangleRoundedFilled.js' +export * from './IconAddTriangleSharpFilled.js' +export * from './IconAddTriangleSharp.js' +export * from './IconAdfScannerOutlined.js' +export * from './IconAdfScannerOutlinedFilled.js' +export * from './IconAdfScannerRounded.js' +export * from './IconAdfScannerRoundedFilled.js' +export * from './IconAdfScannerSharp.js' +export * from './IconAdfScannerSharpFilled.js' +export * from './IconAdjustOutlinedFilled.js' +export * from './IconAdjustOutlined.js' +export * from './IconAdjustRounded.js' +export * from './IconAdjustRoundedFilled.js' +export * from './IconAdjustSharpFilled.js' +export * from './IconAdjustSharp.js' +export * from './IconAdminMedsOutlined.js' +export * from './IconAdminMedsOutlinedFilled.js' +export * from './IconAdminMedsRounded.js' +export * from './IconAdminMedsRoundedFilled.js' +export * from './IconAdminMedsSharpFilled.js' +export * from './IconAdminMedsSharp.js' +export * from './IconAdminPanelSettingsOutlined.js' +export * from './IconAdminPanelSettingsOutlinedFilled.js' +export * from './IconAdminPanelSettingsRoundedFilled.js' +export * from './IconAdminPanelSettingsRounded.js' +export * from './IconAdminPanelSettingsSharp.js' +export * from './IconAdminPanelSettingsSharpFilled.js' +export * from './IconAdsClickOutlinedFilled.js' +export * from './IconAdsClickOutlined.js' +export * from './IconAdsClickRoundedFilled.js' +export * from './IconAdsClickRounded.js' +export * from './IconAdsClickSharpFilled.js' +export * from './IconAdsClickSharp.js' +export * from './IconAgenderOutlinedFilled.js' +export * from './IconAgenderOutlined.js' +export * from './IconAgenderRounded.js' +export * from './IconAgenderRoundedFilled.js' +export * from './IconAgenderSharpFilled.js' +export * from './IconAgenderSharp.js' +export * from './IconAgricultureOutlinedFilled.js' +export * from './IconAgricultureOutlined.js' +export * from './IconAgricultureRoundedFilled.js' +export * from './IconAgricultureRounded.js' +export * from './IconAgricultureSharpFilled.js' +export * from './IconAgricultureSharp.js' +export * from './IconAirOutlinedFilled.js' +export * from './IconAirOutlined.js' +export * from './IconAirRounded.js' +export * from './IconAirRoundedFilled.js' +export * from './IconAirSharpFilled.js' +export * from './IconAirSharp.js' +export * from './IconAirFreshenerOutlinedFilled.js' +export * from './IconAirFreshenerOutlined.js' +export * from './IconAirFreshenerRounded.js' +export * from './IconAirFreshenerRoundedFilled.js' +export * from './IconAirFreshenerSharp.js' +export * from './IconAirFreshenerSharpFilled.js' +export * from './IconAirPurifierOutlined.js' +export * from './IconAirPurifierOutlinedFilled.js' +export * from './IconAirPurifierRoundedFilled.js' +export * from './IconAirPurifierRounded.js' +export * from './IconAirPurifierSharp.js' +export * from './IconAirPurifierSharpFilled.js' +export * from './IconAirPurifierGenOutlined.js' +export * from './IconAirPurifierGenOutlinedFilled.js' +export * from './IconAirPurifierGenRoundedFilled.js' +export * from './IconAirPurifierGenRounded.js' +export * from './IconAirPurifierGenSharp.js' +export * from './IconAirPurifierGenSharpFilled.js' +export * from './IconAirlineSeatFlatOutlinedFilled.js' +export * from './IconAirlineSeatFlatOutlined.js' +export * from './IconAirlineSeatFlatRoundedFilled.js' +export * from './IconAirlineSeatFlatRounded.js' +export * from './IconAirlineSeatFlatSharpFilled.js' +export * from './IconAirlineSeatFlatSharp.js' +export * from './IconAirlineSeatFlatAngledOutlined.js' +export * from './IconAirlineSeatFlatAngledOutlinedFilled.js' +export * from './IconAirlineSeatFlatAngledRounded.js' +export * from './IconAirlineSeatFlatAngledRoundedFilled.js' +export * from './IconAirlineSeatFlatAngledSharpFilled.js' +export * from './IconAirlineSeatFlatAngledSharp.js' +export * from './IconAirlineSeatIndividualSuiteOutlined.js' +export * from './IconAirlineSeatIndividualSuiteOutlinedFilled.js' +export * from './IconAirlineSeatIndividualSuiteRoundedFilled.js' +export * from './IconAirlineSeatIndividualSuiteRounded.js' +export * from './IconAirlineSeatIndividualSuiteSharp.js' +export * from './IconAirlineSeatIndividualSuiteSharpFilled.js' +export * from './IconAirlineSeatLegroomExtraOutlined.js' +export * from './IconAirlineSeatLegroomExtraOutlinedFilled.js' +export * from './IconAirlineSeatLegroomExtraRounded.js' +export * from './IconAirlineSeatLegroomExtraRoundedFilled.js' +export * from './IconAirlineSeatLegroomExtraSharpFilled.js' +export * from './IconAirlineSeatLegroomExtraSharp.js' +export * from './IconAirlineSeatLegroomNormalOutlinedFilled.js' +export * from './IconAirlineSeatLegroomNormalOutlined.js' +export * from './IconAirlineSeatLegroomNormalRounded.js' +export * from './IconAirlineSeatLegroomNormalRoundedFilled.js' +export * from './IconAirlineSeatLegroomNormalSharp.js' +export * from './IconAirlineSeatLegroomNormalSharpFilled.js' +export * from './IconAirlineSeatLegroomReducedOutlinedFilled.js' +export * from './IconAirlineSeatLegroomReducedOutlined.js' +export * from './IconAirlineSeatLegroomReducedRounded.js' +export * from './IconAirlineSeatLegroomReducedRoundedFilled.js' +export * from './IconAirlineSeatLegroomReducedSharp.js' +export * from './IconAirlineSeatLegroomReducedSharpFilled.js' +export * from './IconAirlineSeatReclineExtraOutlinedFilled.js' +export * from './IconAirlineSeatReclineExtraOutlined.js' +export * from './IconAirlineSeatReclineExtraRounded.js' +export * from './IconAirlineSeatReclineExtraRoundedFilled.js' +export * from './IconAirlineSeatReclineExtraSharpFilled.js' +export * from './IconAirlineSeatReclineExtraSharp.js' +export * from './IconAirlineSeatReclineNormalOutlinedFilled.js' +export * from './IconAirlineSeatReclineNormalOutlined.js' +export * from './IconAirlineSeatReclineNormalRounded.js' +export * from './IconAirlineSeatReclineNormalRoundedFilled.js' +export * from './IconAirlineSeatReclineNormalSharpFilled.js' +export * from './IconAirlineSeatReclineNormalSharp.js' +export * from './IconAirlineStopsOutlined.js' +export * from './IconAirlineStopsOutlinedFilled.js' +export * from './IconAirlineStopsRounded.js' +export * from './IconAirlineStopsRoundedFilled.js' +export * from './IconAirlineStopsSharp.js' +export * from './IconAirlineStopsSharpFilled.js' +export * from './IconAirlinesOutlinedFilled.js' +export * from './IconAirlinesOutlined.js' +export * from './IconAirlinesRounded.js' +export * from './IconAirlinesRoundedFilled.js' +export * from './IconAirlinesSharpFilled.js' +export * from './IconAirlinesSharp.js' +export * from './IconAirplaneTicketOutlinedFilled.js' +export * from './IconAirplaneTicketOutlined.js' +export * from './IconAirplaneTicketRounded.js' +export * from './IconAirplaneTicketRoundedFilled.js' +export * from './IconAirplaneTicketSharpFilled.js' +export * from './IconAirplaneTicketSharp.js' +export * from './IconAirplanemodeInactiveOutlined.js' +export * from './IconAirplanemodeInactiveOutlinedFilled.js' +export * from './IconAirplanemodeInactiveRounded.js' +export * from './IconAirplanemodeInactiveRoundedFilled.js' +export * from './IconAirplanemodeInactiveSharp.js' +export * from './IconAirplanemodeInactiveSharpFilled.js' +export * from './IconAirplayOutlinedFilled.js' +export * from './IconAirplayOutlined.js' +export * from './IconAirplayRoundedFilled.js' +export * from './IconAirplayRounded.js' +export * from './IconAirplaySharpFilled.js' +export * from './IconAirplaySharp.js' +export * from './IconAirportShuttleOutlinedFilled.js' +export * from './IconAirportShuttleOutlined.js' +export * from './IconAirportShuttleRounded.js' +export * from './IconAirportShuttleRoundedFilled.js' +export * from './IconAirportShuttleSharpFilled.js' +export * from './IconAirportShuttleSharp.js' +export * from './IconAirwareOutlinedFilled.js' +export * from './IconAirwareOutlined.js' +export * from './IconAirwareRounded.js' +export * from './IconAirwareRoundedFilled.js' +export * from './IconAirwareSharp.js' +export * from './IconAirwareSharpFilled.js' +export * from './IconAirwaveOutlined.js' +export * from './IconAirwaveOutlinedFilled.js' +export * from './IconAirwaveRounded.js' +export * from './IconAirwaveRoundedFilled.js' +export * from './IconAirwaveSharpFilled.js' +export * from './IconAirwaveSharp.js' +export * from './IconAlarmOutlinedFilled.js' +export * from './IconAlarmOutlined.js' +export * from './IconAlarmRounded.js' +export * from './IconAlarmRoundedFilled.js' +export * from './IconAlarmSharp.js' +export * from './IconAlarmSharpFilled.js' +export * from './IconAlarmAddOutlinedFilled.js' +export * from './IconAlarmAddOutlined.js' +export * from './IconAlarmAddRoundedFilled.js' +export * from './IconAlarmAddRounded.js' +export * from './IconAlarmAddSharpFilled.js' +export * from './IconAlarmAddSharp.js' +export * from './IconAlarmOffOutlinedFilled.js' +export * from './IconAlarmOffOutlined.js' +export * from './IconAlarmOffRounded.js' +export * from './IconAlarmOffRoundedFilled.js' +export * from './IconAlarmOffSharp.js' +export * from './IconAlarmOffSharpFilled.js' +export * from './IconAlarmOnOutlined.js' +export * from './IconAlarmOnOutlinedFilled.js' +export * from './IconAlarmOnRounded.js' +export * from './IconAlarmOnRoundedFilled.js' +export * from './IconAlarmOnSharpFilled.js' +export * from './IconAlarmOnSharp.js' +export * from './IconAlarmSmartWakeOutlined.js' +export * from './IconAlarmSmartWakeOutlinedFilled.js' +export * from './IconAlarmSmartWakeRoundedFilled.js' +export * from './IconAlarmSmartWakeRounded.js' +export * from './IconAlarmSmartWakeSharp.js' +export * from './IconAlarmSmartWakeSharpFilled.js' +export * from './IconAlbumOutlinedFilled.js' +export * from './IconAlbumOutlined.js' +export * from './IconAlbumRounded.js' +export * from './IconAlbumRoundedFilled.js' +export * from './IconAlbumSharp.js' +export * from './IconAlbumSharpFilled.js' +export * from './IconAlignCenterOutlined.js' +export * from './IconAlignCenterOutlinedFilled.js' +export * from './IconAlignCenterRoundedFilled.js' +export * from './IconAlignCenterRounded.js' +export * from './IconAlignCenterSharpFilled.js' +export * from './IconAlignCenterSharp.js' +export * from './IconAlignEndOutlined.js' +export * from './IconAlignEndOutlinedFilled.js' +export * from './IconAlignEndRounded.js' +export * from './IconAlignEndRoundedFilled.js' +export * from './IconAlignEndSharpFilled.js' +export * from './IconAlignEndSharp.js' +export * from './IconAlignFlexCenterOutlined.js' +export * from './IconAlignFlexCenterOutlinedFilled.js' +export * from './IconAlignFlexCenterRounded.js' +export * from './IconAlignFlexCenterRoundedFilled.js' +export * from './IconAlignFlexCenterSharp.js' +export * from './IconAlignFlexCenterSharpFilled.js' +export * from './IconAlignFlexEndOutlinedFilled.js' +export * from './IconAlignFlexEndOutlined.js' +export * from './IconAlignFlexEndRoundedFilled.js' +export * from './IconAlignFlexEndRounded.js' +export * from './IconAlignFlexEndSharpFilled.js' +export * from './IconAlignFlexEndSharp.js' +export * from './IconAlignFlexStartOutlined.js' +export * from './IconAlignFlexStartOutlinedFilled.js' +export * from './IconAlignFlexStartRoundedFilled.js' +export * from './IconAlignFlexStartRounded.js' +export * from './IconAlignFlexStartSharpFilled.js' +export * from './IconAlignFlexStartSharp.js' +export * from './IconAlignHorizontalCenterOutlined.js' +export * from './IconAlignHorizontalCenterOutlinedFilled.js' +export * from './IconAlignHorizontalCenterRoundedFilled.js' +export * from './IconAlignHorizontalCenterRounded.js' +export * from './IconAlignHorizontalCenterSharp.js' +export * from './IconAlignHorizontalCenterSharpFilled.js' +export * from './IconAlignHorizontalLeftOutlinedFilled.js' +export * from './IconAlignHorizontalLeftOutlined.js' +export * from './IconAlignHorizontalLeftRounded.js' +export * from './IconAlignHorizontalLeftRoundedFilled.js' +export * from './IconAlignHorizontalLeftSharpFilled.js' +export * from './IconAlignHorizontalLeftSharp.js' +export * from './IconAlignHorizontalRightOutlinedFilled.js' +export * from './IconAlignHorizontalRightOutlined.js' +export * from './IconAlignHorizontalRightRounded.js' +export * from './IconAlignHorizontalRightRoundedFilled.js' +export * from './IconAlignHorizontalRightSharp.js' +export * from './IconAlignHorizontalRightSharpFilled.js' +export * from './IconAlignItemsStretchOutlinedFilled.js' +export * from './IconAlignItemsStretchOutlined.js' +export * from './IconAlignItemsStretchRoundedFilled.js' +export * from './IconAlignItemsStretchRounded.js' +export * from './IconAlignItemsStretchSharp.js' +export * from './IconAlignItemsStretchSharpFilled.js' +export * from './IconAlignJustifyCenterOutlinedFilled.js' +export * from './IconAlignJustifyCenterOutlined.js' +export * from './IconAlignJustifyCenterRounded.js' +export * from './IconAlignJustifyCenterRoundedFilled.js' +export * from './IconAlignJustifyCenterSharpFilled.js' +export * from './IconAlignJustifyCenterSharp.js' +export * from './IconAlignJustifyFlexEndOutlinedFilled.js' +export * from './IconAlignJustifyFlexEndOutlined.js' +export * from './IconAlignJustifyFlexEndRounded.js' +export * from './IconAlignJustifyFlexEndRoundedFilled.js' +export * from './IconAlignJustifyFlexEndSharpFilled.js' +export * from './IconAlignJustifyFlexEndSharp.js' +export * from './IconAlignJustifyFlexStartOutlined.js' +export * from './IconAlignJustifyFlexStartOutlinedFilled.js' +export * from './IconAlignJustifyFlexStartRoundedFilled.js' +export * from './IconAlignJustifyFlexStartRounded.js' +export * from './IconAlignJustifyFlexStartSharp.js' +export * from './IconAlignJustifyFlexStartSharpFilled.js' +export * from './IconAlignJustifySpaceAroundOutlined.js' +export * from './IconAlignJustifySpaceAroundOutlinedFilled.js' +export * from './IconAlignJustifySpaceAroundRounded.js' +export * from './IconAlignJustifySpaceAroundRoundedFilled.js' +export * from './IconAlignJustifySpaceAroundSharp.js' +export * from './IconAlignJustifySpaceAroundSharpFilled.js' +export * from './IconAlignJustifySpaceBetweenOutlinedFilled.js' +export * from './IconAlignJustifySpaceBetweenOutlined.js' +export * from './IconAlignJustifySpaceBetweenRounded.js' +export * from './IconAlignJustifySpaceBetweenRoundedFilled.js' +export * from './IconAlignJustifySpaceBetweenSharp.js' +export * from './IconAlignJustifySpaceBetweenSharpFilled.js' +export * from './IconAlignJustifySpaceEvenOutlined.js' +export * from './IconAlignJustifySpaceEvenOutlinedFilled.js' +export * from './IconAlignJustifySpaceEvenRounded.js' +export * from './IconAlignJustifySpaceEvenRoundedFilled.js' +export * from './IconAlignJustifySpaceEvenSharpFilled.js' +export * from './IconAlignJustifySpaceEvenSharp.js' +export * from './IconAlignJustifyStretchOutlined.js' +export * from './IconAlignJustifyStretchOutlinedFilled.js' +export * from './IconAlignJustifyStretchRounded.js' +export * from './IconAlignJustifyStretchRoundedFilled.js' +export * from './IconAlignJustifyStretchSharp.js' +export * from './IconAlignJustifyStretchSharpFilled.js' +export * from './IconAlignSelfStretchOutlined.js' +export * from './IconAlignSelfStretchOutlinedFilled.js' +export * from './IconAlignSelfStretchRoundedFilled.js' +export * from './IconAlignSelfStretchRounded.js' +export * from './IconAlignSelfStretchSharp.js' +export * from './IconAlignSelfStretchSharpFilled.js' +export * from './IconAlignSpaceAroundOutlined.js' +export * from './IconAlignSpaceAroundOutlinedFilled.js' +export * from './IconAlignSpaceAroundRounded.js' +export * from './IconAlignSpaceAroundRoundedFilled.js' +export * from './IconAlignSpaceAroundSharpFilled.js' +export * from './IconAlignSpaceAroundSharp.js' +export * from './IconAlignSpaceBetweenOutlinedFilled.js' +export * from './IconAlignSpaceBetweenOutlined.js' +export * from './IconAlignSpaceBetweenRounded.js' +export * from './IconAlignSpaceBetweenRoundedFilled.js' +export * from './IconAlignSpaceBetweenSharp.js' +export * from './IconAlignSpaceBetweenSharpFilled.js' +export * from './IconAlignSpaceEvenOutlined.js' +export * from './IconAlignSpaceEvenOutlinedFilled.js' +export * from './IconAlignSpaceEvenRounded.js' +export * from './IconAlignSpaceEvenRoundedFilled.js' +export * from './IconAlignSpaceEvenSharp.js' +export * from './IconAlignSpaceEvenSharpFilled.js' +export * from './IconAlignStartOutlinedFilled.js' +export * from './IconAlignStartOutlined.js' +export * from './IconAlignStartRoundedFilled.js' +export * from './IconAlignStartRounded.js' +export * from './IconAlignStartSharp.js' +export * from './IconAlignStartSharpFilled.js' +export * from './IconAlignStretchOutlinedFilled.js' +export * from './IconAlignStretchOutlined.js' +export * from './IconAlignStretchRounded.js' +export * from './IconAlignStretchRoundedFilled.js' +export * from './IconAlignStretchSharp.js' +export * from './IconAlignStretchSharpFilled.js' +export * from './IconAlignVerticalBottomOutlinedFilled.js' +export * from './IconAlignVerticalBottomOutlined.js' +export * from './IconAlignVerticalBottomRoundedFilled.js' +export * from './IconAlignVerticalBottomRounded.js' +export * from './IconAlignVerticalBottomSharpFilled.js' +export * from './IconAlignVerticalBottomSharp.js' +export * from './IconAlignVerticalCenterOutlinedFilled.js' +export * from './IconAlignVerticalCenterOutlined.js' +export * from './IconAlignVerticalCenterRounded.js' +export * from './IconAlignVerticalCenterRoundedFilled.js' +export * from './IconAlignVerticalCenterSharp.js' +export * from './IconAlignVerticalCenterSharpFilled.js' +export * from './IconAlignVerticalTopOutlinedFilled.js' +export * from './IconAlignVerticalTopOutlined.js' +export * from './IconAlignVerticalTopRounded.js' +export * from './IconAlignVerticalTopRoundedFilled.js' +export * from './IconAlignVerticalTopSharp.js' +export * from './IconAlignVerticalTopSharpFilled.js' +export * from './IconAllInboxOutlinedFilled.js' +export * from './IconAllInboxOutlined.js' +export * from './IconAllInboxRoundedFilled.js' +export * from './IconAllInboxRounded.js' +export * from './IconAllInboxSharp.js' +export * from './IconAllInboxSharpFilled.js' +export * from './IconAllInclusiveOutlinedFilled.js' +export * from './IconAllInclusiveOutlined.js' +export * from './IconAllInclusiveRounded.js' +export * from './IconAllInclusiveRoundedFilled.js' +export * from './IconAllInclusiveSharp.js' +export * from './IconAllInclusiveSharpFilled.js' +export * from './IconAllMatchOutlined.js' +export * from './IconAllMatchOutlinedFilled.js' +export * from './IconAllMatchRounded.js' +export * from './IconAllMatchRoundedFilled.js' +export * from './IconAllMatchSharp.js' +export * from './IconAllMatchSharpFilled.js' +export * from './IconAllOutOutlined.js' +export * from './IconAllOutOutlinedFilled.js' +export * from './IconAllOutRoundedFilled.js' +export * from './IconAllOutRounded.js' +export * from './IconAllOutSharpFilled.js' +export * from './IconAllOutSharp.js' +export * from './IconAllergiesOutlinedFilled.js' +export * from './IconAllergiesOutlined.js' +export * from './IconAllergiesRoundedFilled.js' +export * from './IconAllergiesRounded.js' +export * from './IconAllergiesSharpFilled.js' +export * from './IconAllergiesSharp.js' +export * from './IconAllergyOutlined.js' +export * from './IconAllergyOutlinedFilled.js' +export * from './IconAllergyRoundedFilled.js' +export * from './IconAllergyRounded.js' +export * from './IconAllergySharpFilled.js' +export * from './IconAllergySharp.js' +export * from './IconAltRouteOutlinedFilled.js' +export * from './IconAltRouteOutlined.js' +export * from './IconAltRouteRounded.js' +export * from './IconAltRouteRoundedFilled.js' +export * from './IconAltRouteSharp.js' +export * from './IconAltRouteSharpFilled.js' +export * from './IconAlternateEmailOutlined.js' +export * from './IconAlternateEmailOutlinedFilled.js' +export * from './IconAlternateEmailRoundedFilled.js' +export * from './IconAlternateEmailRounded.js' +export * from './IconAlternateEmailSharp.js' +export * from './IconAlternateEmailSharpFilled.js' +export * from './IconAltitudeOutlined.js' +export * from './IconAltitudeOutlinedFilled.js' +export * from './IconAltitudeRoundedFilled.js' +export * from './IconAltitudeRounded.js' +export * from './IconAltitudeSharp.js' +export * from './IconAltitudeSharpFilled.js' +export * from './IconAmbulanceOutlinedFilled.js' +export * from './IconAmbulanceOutlined.js' +export * from './IconAmbulanceRounded.js' +export * from './IconAmbulanceRoundedFilled.js' +export * from './IconAmbulanceSharp.js' +export * from './IconAmbulanceSharpFilled.js' +export * from './IconAmendOutlinedFilled.js' +export * from './IconAmendOutlined.js' +export * from './IconAmendRoundedFilled.js' +export * from './IconAmendRounded.js' +export * from './IconAmendSharpFilled.js' +export * from './IconAmendSharp.js' +export * from './IconAmpStoriesOutlined.js' +export * from './IconAmpStoriesOutlinedFilled.js' +export * from './IconAmpStoriesRounded.js' +export * from './IconAmpStoriesRoundedFilled.js' +export * from './IconAmpStoriesSharpFilled.js' +export * from './IconAmpStoriesSharp.js' +export * from './IconAnalyticsOutlined.js' +export * from './IconAnalyticsOutlinedFilled.js' +export * from './IconAnalyticsRoundedFilled.js' +export * from './IconAnalyticsRounded.js' +export * from './IconAnalyticsSharpFilled.js' +export * from './IconAnalyticsSharp.js' +export * from './IconAnchorOutlinedFilled.js' +export * from './IconAnchorRounded.js' +export * from './IconAnchorRoundedFilled.js' +export * from './IconAnchorSharp.js' +export * from './IconAnchorSharpFilled.js' +export * from './IconAndroidOutlinedFilled.js' +export * from './IconAndroidOutlined.js' +export * from './IconAndroidRounded.js' +export * from './IconAndroidRoundedFilled.js' +export * from './IconAndroidSharp.js' +export * from './IconAndroidSharpFilled.js' +export * from './IconAnimatedImagesOutlinedFilled.js' +export * from './IconAnimatedImagesOutlined.js' +export * from './IconAnimatedImagesRoundedFilled.js' +export * from './IconAnimatedImagesRounded.js' +export * from './IconAnimatedImagesSharp.js' +export * from './IconAnimatedImagesSharpFilled.js' +export * from './IconAnimationOutlinedFilled.js' +export * from './IconAnimationOutlined.js' +export * from './IconAnimationRoundedFilled.js' +export * from './IconAnimationRounded.js' +export * from './IconAnimationSharpFilled.js' +export * from './IconAnimationSharp.js' +export * from './IconAodOutlined.js' +export * from './IconAodOutlinedFilled.js' +export * from './IconAodRoundedFilled.js' +export * from './IconAodRounded.js' +export * from './IconAodSharp.js' +export * from './IconAodSharpFilled.js' +export * from './IconAodTabletOutlined.js' +export * from './IconAodTabletOutlinedFilled.js' +export * from './IconAodTabletRounded.js' +export * from './IconAodTabletRoundedFilled.js' +export * from './IconAodTabletSharpFilled.js' +export * from './IconAodTabletSharp.js' +export * from './IconAodWatchOutlinedFilled.js' +export * from './IconAodWatchOutlined.js' +export * from './IconAodWatchRounded.js' +export * from './IconAodWatchRoundedFilled.js' +export * from './IconAodWatchSharpFilled.js' +export * from './IconAodWatchSharp.js' +export * from './IconApartmentOutlined.js' +export * from './IconApartmentOutlinedFilled.js' +export * from './IconApartmentRounded.js' +export * from './IconApartmentRoundedFilled.js' +export * from './IconApartmentSharp.js' +export * from './IconApartmentSharpFilled.js' +export * from './IconApiOutlined.js' +export * from './IconApiOutlinedFilled.js' +export * from './IconApiRounded.js' +export * from './IconApiRoundedFilled.js' +export * from './IconApiSharpFilled.js' +export * from './IconApiSharp.js' +export * from './IconApkDocumentOutlined.js' +export * from './IconApkDocumentOutlinedFilled.js' +export * from './IconApkDocumentRoundedFilled.js' +export * from './IconApkDocumentRounded.js' +export * from './IconApkDocumentSharp.js' +export * from './IconApkDocumentSharpFilled.js' +export * from './IconApkInstallOutlined.js' +export * from './IconApkInstallOutlinedFilled.js' +export * from './IconApkInstallRounded.js' +export * from './IconApkInstallRoundedFilled.js' +export * from './IconApkInstallSharpFilled.js' +export * from './IconApkInstallSharp.js' +export * from './IconAppBadgingOutlinedFilled.js' +export * from './IconAppBadgingOutlined.js' +export * from './IconAppBadgingRoundedFilled.js' +export * from './IconAppBadgingRounded.js' +export * from './IconAppBadgingSharpFilled.js' +export * from './IconAppBadgingSharp.js' +export * from './IconAppBlockingOutlinedFilled.js' +export * from './IconAppBlockingOutlined.js' +export * from './IconAppBlockingRounded.js' +export * from './IconAppBlockingRoundedFilled.js' +export * from './IconAppBlockingSharp.js' +export * from './IconAppBlockingSharpFilled.js' +export * from './IconAppPromoOutlinedFilled.js' +export * from './IconAppPromoOutlined.js' +export * from './IconAppPromoRoundedFilled.js' +export * from './IconAppPromoRounded.js' +export * from './IconAppPromoSharp.js' +export * from './IconAppPromoSharpFilled.js' +export * from './IconAppRegistrationOutlinedFilled.js' +export * from './IconAppRegistrationOutlined.js' +export * from './IconAppRegistrationRounded.js' +export * from './IconAppRegistrationRoundedFilled.js' +export * from './IconAppRegistrationSharp.js' +export * from './IconAppRegistrationSharpFilled.js' +export * from './IconAppShortcutOutlined.js' +export * from './IconAppShortcutOutlinedFilled.js' +export * from './IconAppShortcutRoundedFilled.js' +export * from './IconAppShortcutRounded.js' +export * from './IconAppShortcutSharpFilled.js' +export * from './IconAppShortcutSharp.js' +export * from './IconApparelOutlined.js' +export * from './IconApparelOutlinedFilled.js' +export * from './IconApparelRounded.js' +export * from './IconApparelRoundedFilled.js' +export * from './IconApparelSharpFilled.js' +export * from './IconApparelSharp.js' +export * from './IconApprovalOutlined.js' +export * from './IconApprovalOutlinedFilled.js' +export * from './IconApprovalRoundedFilled.js' +export * from './IconApprovalRounded.js' +export * from './IconApprovalSharp.js' +export * from './IconApprovalSharpFilled.js' +export * from './IconApprovalDelegationOutlined.js' +export * from './IconApprovalDelegationOutlinedFilled.js' +export * from './IconApprovalDelegationRounded.js' +export * from './IconApprovalDelegationRoundedFilled.js' +export * from './IconApprovalDelegationSharp.js' +export * from './IconApprovalDelegationSharpFilled.js' +export * from './IconAppsOutlined.js' +export * from './IconAppsOutlinedFilled.js' +export * from './IconAppsRoundedFilled.js' +export * from './IconAppsRounded.js' +export * from './IconAppsSharp.js' +export * from './IconAppsSharpFilled.js' +export * from './IconAppsOutageOutlinedFilled.js' +export * from './IconAppsOutageOutlined.js' +export * from './IconAppsOutageRounded.js' +export * from './IconAppsOutageRoundedFilled.js' +export * from './IconAppsOutageSharpFilled.js' +export * from './IconAppsOutageSharp.js' +export * from './IconAqOutlined.js' +export * from './IconAqOutlinedFilled.js' +export * from './IconAqRounded.js' +export * from './IconAqRoundedFilled.js' +export * from './IconAqSharp.js' +export * from './IconAqSharpFilled.js' +export * from './IconAqIndoorOutlined.js' +export * from './IconAqIndoorOutlinedFilled.js' +export * from './IconAqIndoorRounded.js' +export * from './IconAqIndoorRoundedFilled.js' +export * from './IconAqIndoorSharp.js' +export * from './IconAqIndoorSharpFilled.js' +export * from './IconArOnYouOutlined.js' +export * from './IconArOnYouOutlinedFilled.js' +export * from './IconArOnYouRounded.js' +export * from './IconArOnYouRoundedFilled.js' +export * from './IconArOnYouSharpFilled.js' +export * from './IconArOnYouSharp.js' +export * from './IconArStickersOutlined.js' +export * from './IconArStickersOutlinedFilled.js' +export * from './IconArStickersRounded.js' +export * from './IconArStickersRoundedFilled.js' +export * from './IconArStickersSharp.js' +export * from './IconArStickersSharpFilled.js' +export * from './IconArchitectureOutlinedFilled.js' +export * from './IconArchitectureOutlined.js' +export * from './IconArchitectureRounded.js' +export * from './IconArchitectureRoundedFilled.js' +export * from './IconArchitectureSharp.js' +export * from './IconArchitectureSharpFilled.js' +export * from './IconArchiveOutlinedFilled.js' +export * from './IconArchiveOutlined.js' +export * from './IconArchiveRoundedFilled.js' +export * from './IconArchiveRounded.js' +export * from './IconArchiveSharpFilled.js' +export * from './IconArchiveSharp.js' +export * from './IconAreaChartOutlined.js' +export * from './IconAreaChartOutlinedFilled.js' +export * from './IconAreaChartRounded.js' +export * from './IconAreaChartRoundedFilled.js' +export * from './IconAreaChartSharpFilled.js' +export * from './IconAreaChartSharp.js' +export * from './IconArmingCountdownOutlined.js' +export * from './IconArmingCountdownOutlinedFilled.js' +export * from './IconArmingCountdownRoundedFilled.js' +export * from './IconArmingCountdownRounded.js' +export * from './IconArmingCountdownSharp.js' +export * from './IconArmingCountdownSharpFilled.js' +export * from './IconArrowAndEdgeOutlinedFilled.js' +export * from './IconArrowAndEdgeOutlined.js' +export * from './IconArrowAndEdgeRoundedFilled.js' +export * from './IconArrowAndEdgeRounded.js' +export * from './IconArrowAndEdgeSharp.js' +export * from './IconArrowAndEdgeSharpFilled.js' +export * from './IconArrowBackOutlinedFilled.js' +export * from './IconArrowBackOutlined.js' +export * from './IconArrowBackRoundedFilled.js' +export * from './IconArrowBackRounded.js' +export * from './IconArrowBackSharp.js' +export * from './IconArrowBackSharpFilled.js' +export * from './IconArrowBack2Outlined.js' +export * from './IconArrowBack2OutlinedFilled.js' +export * from './IconArrowBack2Rounded.js' +export * from './IconArrowBack2RoundedFilled.js' +export * from './IconArrowBack2SharpFilled.js' +export * from './IconArrowBack2Sharp.js' +export * from './IconArrowBackIosOutlinedFilled.js' +export * from './IconArrowBackIosOutlined.js' +export * from './IconArrowBackIosRounded.js' +export * from './IconArrowBackIosRoundedFilled.js' +export * from './IconArrowBackIosSharp.js' +export * from './IconArrowBackIosSharpFilled.js' +export * from './IconArrowBackIosNewOutlined.js' +export * from './IconArrowBackIosNewOutlinedFilled.js' +export * from './IconArrowBackIosNewRounded.js' +export * from './IconArrowBackIosNewRoundedFilled.js' +export * from './IconArrowBackIosNewSharpFilled.js' +export * from './IconArrowBackIosNewSharp.js' +export * from './IconArrowCircleDownOutlinedFilled.js' +export * from './IconArrowCircleDownOutlined.js' +export * from './IconArrowCircleDownRoundedFilled.js' +export * from './IconArrowCircleDownRounded.js' +export * from './IconArrowCircleDownSharp.js' +export * from './IconArrowCircleDownSharpFilled.js' +export * from './IconArrowCircleLeftOutlinedFilled.js' +export * from './IconArrowCircleLeftOutlined.js' +export * from './IconArrowCircleLeftRounded.js' +export * from './IconArrowCircleLeftRoundedFilled.js' +export * from './IconArrowCircleLeftSharpFilled.js' +export * from './IconArrowCircleLeftSharp.js' +export * from './IconArrowCircleRightOutlinedFilled.js' +export * from './IconArrowCircleRightOutlined.js' +export * from './IconArrowCircleRightRoundedFilled.js' +export * from './IconArrowCircleRightRounded.js' +export * from './IconArrowCircleRightSharp.js' +export * from './IconArrowCircleRightSharpFilled.js' +export * from './IconArrowCircleUpOutlined.js' +export * from './IconArrowCircleUpOutlinedFilled.js' +export * from './IconArrowCircleUpRoundedFilled.js' +export * from './IconArrowCircleUpRounded.js' +export * from './IconArrowCircleUpSharpFilled.js' +export * from './IconArrowCircleUpSharp.js' +export * from './IconArrowCoolDownOutlined.js' +export * from './IconArrowCoolDownOutlinedFilled.js' +export * from './IconArrowCoolDownRoundedFilled.js' +export * from './IconArrowCoolDownRounded.js' +export * from './IconArrowCoolDownSharpFilled.js' +export * from './IconArrowCoolDownSharp.js' +export * from './IconArrowDownwardOutlined.js' +export * from './IconArrowDownwardOutlinedFilled.js' +export * from './IconArrowDownwardRoundedFilled.js' +export * from './IconArrowDownwardRounded.js' +export * from './IconArrowDownwardSharpFilled.js' +export * from './IconArrowDownwardSharp.js' +export * from './IconArrowDownwardAltOutlinedFilled.js' +export * from './IconArrowDownwardAltOutlined.js' +export * from './IconArrowDownwardAltRounded.js' +export * from './IconArrowDownwardAltRoundedFilled.js' +export * from './IconArrowDownwardAltSharpFilled.js' +export * from './IconArrowDownwardAltSharp.js' +export * from './IconArrowDropDownOutlinedFilled.js' +export * from './IconArrowDropDownOutlined.js' +export * from './IconArrowDropDownRoundedFilled.js' +export * from './IconArrowDropDownRounded.js' +export * from './IconArrowDropDownSharp.js' +export * from './IconArrowDropDownSharpFilled.js' +export * from './IconArrowDropDownCircleOutlinedFilled.js' +export * from './IconArrowDropDownCircleOutlined.js' +export * from './IconArrowDropDownCircleRounded.js' +export * from './IconArrowDropDownCircleRoundedFilled.js' +export * from './IconArrowDropDownCircleSharpFilled.js' +export * from './IconArrowDropDownCircleSharp.js' +export * from './IconArrowDropUpOutlined.js' +export * from './IconArrowDropUpOutlinedFilled.js' +export * from './IconArrowDropUpRoundedFilled.js' +export * from './IconArrowDropUpRounded.js' +export * from './IconArrowDropUpSharpFilled.js' +export * from './IconArrowDropUpSharp.js' +export * from './IconArrowForwardOutlined.js' +export * from './IconArrowForwardOutlinedFilled.js' +export * from './IconArrowForwardRounded.js' +export * from './IconArrowForwardRoundedFilled.js' +export * from './IconArrowForwardSharp.js' +export * from './IconArrowForwardSharpFilled.js' +export * from './IconArrowForwardIosOutlined.js' +export * from './IconArrowForwardIosOutlinedFilled.js' +export * from './IconArrowForwardIosRoundedFilled.js' +export * from './IconArrowForwardIosRounded.js' +export * from './IconArrowForwardIosSharp.js' +export * from './IconArrowForwardIosSharpFilled.js' +export * from './IconArrowInsertOutlined.js' +export * from './IconArrowInsertOutlinedFilled.js' +export * from './IconArrowInsertRounded.js' +export * from './IconArrowInsertRoundedFilled.js' +export * from './IconArrowInsertSharpFilled.js' +export * from './IconArrowInsertSharp.js' +export * from './IconArrowLeftOutlinedFilled.js' +export * from './IconArrowLeftOutlined.js' +export * from './IconArrowLeftRounded.js' +export * from './IconArrowLeftRoundedFilled.js' +export * from './IconArrowLeftSharpFilled.js' +export * from './IconArrowLeftSharp.js' +export * from './IconArrowLeftAltOutlined.js' +export * from './IconArrowLeftAltOutlinedFilled.js' +export * from './IconArrowLeftAltRounded.js' +export * from './IconArrowLeftAltRoundedFilled.js' +export * from './IconArrowLeftAltSharp.js' +export * from './IconArrowLeftAltSharpFilled.js' +export * from './IconArrowMenuCloseOutlinedFilled.js' +export * from './IconArrowMenuCloseOutlined.js' +export * from './IconArrowMenuCloseRounded.js' +export * from './IconArrowMenuCloseRoundedFilled.js' +export * from './IconArrowMenuCloseSharpFilled.js' +export * from './IconArrowMenuCloseSharp.js' +export * from './IconArrowMenuOpenOutlined.js' +export * from './IconArrowMenuOpenOutlinedFilled.js' +export * from './IconArrowMenuOpenRoundedFilled.js' +export * from './IconArrowMenuOpenRounded.js' +export * from './IconArrowMenuOpenSharp.js' +export * from './IconArrowMenuOpenSharpFilled.js' +export * from './IconArrowOrEdgeOutlined.js' +export * from './IconArrowOrEdgeOutlinedFilled.js' +export * from './IconArrowOrEdgeRoundedFilled.js' +export * from './IconArrowOrEdgeRounded.js' +export * from './IconArrowOrEdgeSharp.js' +export * from './IconArrowOrEdgeSharpFilled.js' +export * from './IconArrowOutwardOutlinedFilled.js' +export * from './IconArrowOutwardOutlined.js' +export * from './IconArrowOutwardRounded.js' +export * from './IconArrowOutwardRoundedFilled.js' +export * from './IconArrowOutwardSharpFilled.js' +export * from './IconArrowOutwardSharp.js' +export * from './IconArrowRangeOutlined.js' +export * from './IconArrowRangeOutlinedFilled.js' +export * from './IconArrowRangeRounded.js' +export * from './IconArrowRangeRoundedFilled.js' +export * from './IconArrowRangeSharpFilled.js' +export * from './IconArrowRangeSharp.js' +export * from './IconArrowRightOutlinedFilled.js' +export * from './IconArrowRightOutlined.js' +export * from './IconArrowRightRoundedFilled.js' +export * from './IconArrowRightRounded.js' +export * from './IconArrowRightSharp.js' +export * from './IconArrowRightSharpFilled.js' +export * from './IconArrowRightAltOutlined.js' +export * from './IconArrowRightAltOutlinedFilled.js' +export * from './IconArrowRightAltRounded.js' +export * from './IconArrowRightAltRoundedFilled.js' +export * from './IconArrowRightAltSharp.js' +export * from './IconArrowRightAltSharpFilled.js' +export * from './IconArrowSelectorToolOutlinedFilled.js' +export * from './IconArrowSelectorToolOutlined.js' +export * from './IconArrowSelectorToolRoundedFilled.js' +export * from './IconArrowSelectorToolRounded.js' +export * from './IconArrowSelectorToolSharp.js' +export * from './IconArrowSelectorToolSharpFilled.js' +export * from './IconArrowSplitOutlined.js' +export * from './IconArrowSplitOutlinedFilled.js' +export * from './IconArrowSplitRounded.js' +export * from './IconArrowSplitRoundedFilled.js' +export * from './IconArrowSplitSharp.js' +export * from './IconArrowSplitSharpFilled.js' +export * from './IconArrowTopLeftOutlined.js' +export * from './IconArrowTopLeftOutlinedFilled.js' +export * from './IconArrowTopLeftRoundedFilled.js' +export * from './IconArrowTopLeftRounded.js' +export * from './IconArrowTopLeftSharpFilled.js' +export * from './IconArrowTopLeftSharp.js' +export * from './IconArrowTopRightOutlinedFilled.js' +export * from './IconArrowTopRightOutlined.js' +export * from './IconArrowTopRightRounded.js' +export * from './IconArrowTopRightRoundedFilled.js' +export * from './IconArrowTopRightSharp.js' +export * from './IconArrowTopRightSharpFilled.js' +export * from './IconArrowUploadProgressOutlined.js' +export * from './IconArrowUploadProgressOutlinedFilled.js' +export * from './IconArrowUploadProgressRounded.js' +export * from './IconArrowUploadProgressRoundedFilled.js' +export * from './IconArrowUploadProgressSharpFilled.js' +export * from './IconArrowUploadProgressSharp.js' +export * from './IconArrowUploadReadyOutlined.js' +export * from './IconArrowUploadReadyOutlinedFilled.js' +export * from './IconArrowUploadReadyRounded.js' +export * from './IconArrowUploadReadyRoundedFilled.js' +export * from './IconArrowUploadReadySharp.js' +export * from './IconArrowUploadReadySharpFilled.js' +export * from './IconArrowUpwardOutlined.js' +export * from './IconArrowUpwardOutlinedFilled.js' +export * from './IconArrowUpwardRoundedFilled.js' +export * from './IconArrowUpwardRounded.js' +export * from './IconArrowUpwardSharp.js' +export * from './IconArrowUpwardSharpFilled.js' +export * from './IconArrowUpwardAltOutlined.js' +export * from './IconArrowUpwardAltOutlinedFilled.js' +export * from './IconArrowUpwardAltRounded.js' +export * from './IconArrowUpwardAltRoundedFilled.js' +export * from './IconArrowUpwardAltSharp.js' +export * from './IconArrowUpwardAltSharpFilled.js' +export * from './IconArrowWarmUpOutlined.js' +export * from './IconArrowWarmUpOutlinedFilled.js' +export * from './IconArrowWarmUpRoundedFilled.js' +export * from './IconArrowWarmUpRounded.js' +export * from './IconArrowWarmUpSharp.js' +export * from './IconArrowWarmUpSharpFilled.js' +export * from './IconArrowsMoreDownOutlined.js' +export * from './IconArrowsMoreDownOutlinedFilled.js' +export * from './IconArrowsMoreDownRoundedFilled.js' +export * from './IconArrowsMoreDownRounded.js' +export * from './IconArrowsMoreDownSharp.js' +export * from './IconArrowsMoreDownSharpFilled.js' +export * from './IconArrowsMoreUpOutlined.js' +export * from './IconArrowsMoreUpOutlinedFilled.js' +export * from './IconArrowsMoreUpRoundedFilled.js' +export * from './IconArrowsMoreUpRounded.js' +export * from './IconArrowsMoreUpSharp.js' +export * from './IconArrowsMoreUpSharpFilled.js' +export * from './IconArrowsOutwardOutlinedFilled.js' +export * from './IconArrowsOutwardOutlined.js' +export * from './IconArrowsOutwardRoundedFilled.js' +export * from './IconArrowsOutwardRounded.js' +export * from './IconArrowsOutwardSharp.js' +export * from './IconArrowsOutwardSharpFilled.js' +export * from './IconArtTrackOutlined.js' +export * from './IconArtTrackOutlinedFilled.js' +export * from './IconArtTrackRounded.js' +export * from './IconArtTrackRoundedFilled.js' +export * from './IconArtTrackSharp.js' +export * from './IconArtTrackSharpFilled.js' +export * from './IconArticleOutlined.js' +export * from './IconArticleOutlinedFilled.js' +export * from './IconArticleRounded.js' +export * from './IconArticleRoundedFilled.js' +export * from './IconArticleSharpFilled.js' +export * from './IconArticleSharp.js' +export * from './IconArticleShortcutOutlined.js' +export * from './IconArticleShortcutOutlinedFilled.js' +export * from './IconArticleShortcutRoundedFilled.js' +export * from './IconArticleShortcutRounded.js' +export * from './IconArticleShortcutSharp.js' +export * from './IconArticleShortcutSharpFilled.js' +export * from './IconArtistOutlinedFilled.js' +export * from './IconArtistOutlined.js' +export * from './IconArtistRounded.js' +export * from './IconArtistRoundedFilled.js' +export * from './IconArtistSharpFilled.js' +export * from './IconArtistSharp.js' +export * from './IconAspectRatioOutlinedFilled.js' +export * from './IconAspectRatioOutlined.js' +export * from './IconAspectRatioRoundedFilled.js' +export * from './IconAspectRatioRounded.js' +export * from './IconAspectRatioSharp.js' +export * from './IconAspectRatioSharpFilled.js' +export * from './IconAssignmentOutlined.js' +export * from './IconAssignmentOutlinedFilled.js' +export * from './IconAssignmentRounded.js' +export * from './IconAssignmentRoundedFilled.js' +export * from './IconAssignmentSharp.js' +export * from './IconAssignmentSharpFilled.js' +export * from './IconAssignmentAddOutlined.js' +export * from './IconAssignmentAddOutlinedFilled.js' +export * from './IconAssignmentAddRoundedFilled.js' +export * from './IconAssignmentAddRounded.js' +export * from './IconAssignmentAddSharpFilled.js' +export * from './IconAssignmentAddSharp.js' +export * from './IconAssignmentIndOutlinedFilled.js' +export * from './IconAssignmentIndOutlined.js' +export * from './IconAssignmentIndRoundedFilled.js' +export * from './IconAssignmentIndRounded.js' +export * from './IconAssignmentIndSharp.js' +export * from './IconAssignmentIndSharpFilled.js' +export * from './IconAssignmentLateOutlinedFilled.js' +export * from './IconAssignmentLateOutlined.js' +export * from './IconAssignmentLateRoundedFilled.js' +export * from './IconAssignmentLateRounded.js' +export * from './IconAssignmentLateSharp.js' +export * from './IconAssignmentLateSharpFilled.js' +export * from './IconAssignmentReturnOutlinedFilled.js' +export * from './IconAssignmentReturnOutlined.js' +export * from './IconAssignmentReturnRoundedFilled.js' +export * from './IconAssignmentReturnRounded.js' +export * from './IconAssignmentReturnSharp.js' +export * from './IconAssignmentReturnSharpFilled.js' +export * from './IconAssignmentReturnedOutlinedFilled.js' +export * from './IconAssignmentReturnedOutlined.js' +export * from './IconAssignmentReturnedRounded.js' +export * from './IconAssignmentReturnedRoundedFilled.js' +export * from './IconAssignmentReturnedSharpFilled.js' +export * from './IconAssignmentReturnedSharp.js' +export * from './IconAssignmentTurnedInOutlined.js' +export * from './IconAssignmentTurnedInOutlinedFilled.js' +export * from './IconAssignmentTurnedInRoundedFilled.js' +export * from './IconAssignmentTurnedInRounded.js' +export * from './IconAssignmentTurnedInSharpFilled.js' +export * from './IconAssignmentTurnedInSharp.js' +export * from './IconAssistWalkerOutlined.js' +export * from './IconAssistWalkerOutlinedFilled.js' +export * from './IconAssistWalkerRounded.js' +export * from './IconAssistWalkerRoundedFilled.js' +export * from './IconAssistWalkerSharp.js' +export * from './IconAssistWalkerSharpFilled.js' +export * from './IconAssistantDeviceOutlinedFilled.js' +export * from './IconAssistantDeviceOutlined.js' +export * from './IconAssistantDeviceRoundedFilled.js' +export * from './IconAssistantDeviceRounded.js' +export * from './IconAssistantDeviceSharpFilled.js' +export * from './IconAssistantDeviceSharp.js' +export * from './IconAssistantDirectionOutlined.js' +export * from './IconAssistantDirectionOutlinedFilled.js' +export * from './IconAssistantDirectionRounded.js' +export * from './IconAssistantDirectionRoundedFilled.js' +export * from './IconAssistantDirectionSharpFilled.js' +export * from './IconAssistantDirectionSharp.js' +export * from './IconAssistantNavigationOutlined.js' +export * from './IconAssistantNavigationOutlinedFilled.js' +export * from './IconAssistantNavigationRounded.js' +export * from './IconAssistantNavigationRoundedFilled.js' +export * from './IconAssistantNavigationSharp.js' +export * from './IconAssistantNavigationSharpFilled.js' +export * from './IconAssistantOnHubOutlinedFilled.js' +export * from './IconAssistantOnHubOutlined.js' +export * from './IconAssistantOnHubRounded.js' +export * from './IconAssistantOnHubRoundedFilled.js' +export * from './IconAssistantOnHubSharpFilled.js' +export * from './IconAssistantOnHubSharp.js' +export * from './IconAssuredWorkloadOutlinedFilled.js' +export * from './IconAssuredWorkloadOutlined.js' +export * from './IconAssuredWorkloadRounded.js' +export * from './IconAssuredWorkloadRoundedFilled.js' +export * from './IconAssuredWorkloadSharp.js' +export * from './IconAssuredWorkloadSharpFilled.js' +export * from './IconAsteriskOutlined.js' +export * from './IconAsteriskOutlinedFilled.js' +export * from './IconAsteriskRounded.js' +export * from './IconAsteriskRoundedFilled.js' +export * from './IconAsteriskSharpFilled.js' +export * from './IconAsteriskSharp.js' +export * from './IconAtmOutlined.js' +export * from './IconAtmOutlinedFilled.js' +export * from './IconAtmRoundedFilled.js' +export * from './IconAtmRounded.js' +export * from './IconAtmSharpFilled.js' +export * from './IconAtmSharp.js' +export * from './IconAtrOutlined.js' +export * from './IconAtrOutlinedFilled.js' +export * from './IconAtrRounded.js' +export * from './IconAtrRoundedFilled.js' +export * from './IconAtrSharp.js' +export * from './IconAtrSharpFilled.js' +export * from './IconAttachEmailOutlined.js' +export * from './IconAttachEmailOutlinedFilled.js' +export * from './IconAttachEmailRounded.js' +export * from './IconAttachEmailRoundedFilled.js' +export * from './IconAttachEmailSharp.js' +export * from './IconAttachEmailSharpFilled.js' +export * from './IconAttachFileOutlined.js' +export * from './IconAttachFileOutlinedFilled.js' +export * from './IconAttachFileRounded.js' +export * from './IconAttachFileRoundedFilled.js' +export * from './IconAttachFileSharp.js' +export * from './IconAttachFileSharpFilled.js' +export * from './IconAttachFileAddOutlined.js' +export * from './IconAttachFileAddOutlinedFilled.js' +export * from './IconAttachFileAddRounded.js' +export * from './IconAttachFileAddRoundedFilled.js' +export * from './IconAttachFileAddSharp.js' +export * from './IconAttachFileAddSharpFilled.js' +export * from './IconAttachFileOffOutlinedFilled.js' +export * from './IconAttachFileOffOutlined.js' +export * from './IconAttachFileOffRounded.js' +export * from './IconAttachFileOffRoundedFilled.js' +export * from './IconAttachFileOffSharp.js' +export * from './IconAttachFileOffSharpFilled.js' +export * from './IconAttachMoneyOutlined.js' +export * from './IconAttachMoneyOutlinedFilled.js' +export * from './IconAttachMoneyRoundedFilled.js' +export * from './IconAttachMoneyRounded.js' +export * from './IconAttachMoneySharp.js' +export * from './IconAttachMoneySharpFilled.js' +export * from './IconAttachmentOutlined.js' +export * from './IconAttachmentOutlinedFilled.js' +export * from './IconAttachmentRoundedFilled.js' +export * from './IconAttachmentRounded.js' +export * from './IconAttachmentSharpFilled.js' +export * from './IconAttachmentSharp.js' +export * from './IconAttractionsOutlinedFilled.js' +export * from './IconAttractionsOutlined.js' +export * from './IconAttractionsRounded.js' +export * from './IconAttractionsRoundedFilled.js' +export * from './IconAttractionsSharp.js' +export * from './IconAttractionsSharpFilled.js' +export * from './IconAttributionOutlinedFilled.js' +export * from './IconAttributionOutlined.js' +export * from './IconAttributionRounded.js' +export * from './IconAttributionRoundedFilled.js' +export * from './IconAttributionSharpFilled.js' +export * from './IconAttributionSharp.js' +export * from './IconAudioDescriptionOutlined.js' +export * from './IconAudioDescriptionOutlinedFilled.js' +export * from './IconAudioDescriptionRounded.js' +export * from './IconAudioDescriptionRoundedFilled.js' +export * from './IconAudioDescriptionSharp.js' +export * from './IconAudioDescriptionSharpFilled.js' +export * from './IconAudioFileOutlined.js' +export * from './IconAudioFileOutlinedFilled.js' +export * from './IconAudioFileRoundedFilled.js' +export * from './IconAudioFileRounded.js' +export * from './IconAudioFileSharp.js' +export * from './IconAudioFileSharpFilled.js' +export * from './IconAudioVideoReceiverOutlinedFilled.js' +export * from './IconAudioVideoReceiverOutlined.js' +export * from './IconAudioVideoReceiverRounded.js' +export * from './IconAudioVideoReceiverRoundedFilled.js' +export * from './IconAudioVideoReceiverSharp.js' +export * from './IconAudioVideoReceiverSharpFilled.js' +export * from './IconAutoAwesomeMosaicOutlined.js' +export * from './IconAutoAwesomeMosaicOutlinedFilled.js' +export * from './IconAutoAwesomeMosaicRoundedFilled.js' +export * from './IconAutoAwesomeMosaicRounded.js' +export * from './IconAutoAwesomeMosaicSharp.js' +export * from './IconAutoAwesomeMosaicSharpFilled.js' +export * from './IconAutoAwesomeMotionOutlined.js' +export * from './IconAutoAwesomeMotionOutlinedFilled.js' +export * from './IconAutoAwesomeMotionRounded.js' +export * from './IconAutoAwesomeMotionRoundedFilled.js' +export * from './IconAutoAwesomeMotionSharpFilled.js' +export * from './IconAutoAwesomeMotionSharp.js' +export * from './IconAutoDeleteOutlined.js' +export * from './IconAutoDeleteOutlinedFilled.js' +export * from './IconAutoDeleteRounded.js' +export * from './IconAutoDeleteRoundedFilled.js' +export * from './IconAutoDeleteSharpFilled.js' +export * from './IconAutoDeleteSharp.js' +export * from './IconAutoReadPauseOutlined.js' +export * from './IconAutoReadPauseOutlinedFilled.js' +export * from './IconAutoReadPauseRoundedFilled.js' +export * from './IconAutoReadPauseRounded.js' +export * from './IconAutoReadPauseSharpFilled.js' +export * from './IconAutoReadPauseSharp.js' +export * from './IconAutoReadPlayOutlined.js' +export * from './IconAutoReadPlayOutlinedFilled.js' +export * from './IconAutoReadPlayRounded.js' +export * from './IconAutoReadPlayRoundedFilled.js' +export * from './IconAutoReadPlaySharpFilled.js' +export * from './IconAutoReadPlaySharp.js' +export * from './IconAutoStoriesOutlinedFilled.js' +export * from './IconAutoStoriesOutlined.js' +export * from './IconAutoStoriesRounded.js' +export * from './IconAutoStoriesRoundedFilled.js' +export * from './IconAutoStoriesSharpFilled.js' +export * from './IconAutoStoriesSharp.js' +export * from './IconAutoTowingOutlinedFilled.js' +export * from './IconAutoTowingOutlined.js' +export * from './IconAutoTowingRoundedFilled.js' +export * from './IconAutoTowingRounded.js' +export * from './IconAutoTowingSharp.js' +export * from './IconAutoTowingSharpFilled.js' +export * from './IconAutoTransmissionOutlined.js' +export * from './IconAutoTransmissionOutlinedFilled.js' +export * from './IconAutoTransmissionRoundedFilled.js' +export * from './IconAutoTransmissionRounded.js' +export * from './IconAutoTransmissionSharpFilled.js' +export * from './IconAutoTransmissionSharp.js' +export * from './IconAutofpsSelectOutlinedFilled.js' +export * from './IconAutofpsSelectOutlined.js' +export * from './IconAutofpsSelectRoundedFilled.js' +export * from './IconAutofpsSelectRounded.js' +export * from './IconAutofpsSelectSharpFilled.js' +export * from './IconAutofpsSelectSharp.js' +export * from './IconAutomationOutlinedFilled.js' +export * from './IconAutomationOutlined.js' +export * from './IconAutomationRounded.js' +export * from './IconAutomationRoundedFilled.js' +export * from './IconAutomationSharp.js' +export * from './IconAutomationSharpFilled.js' +export * from './IconAutopauseOutlinedFilled.js' +export * from './IconAutopauseOutlined.js' +export * from './IconAutopauseRounded.js' +export * from './IconAutopauseRoundedFilled.js' +export * from './IconAutopauseSharp.js' +export * from './IconAutopauseSharpFilled.js' +export * from './IconAutoplayOutlinedFilled.js' +export * from './IconAutoplayOutlined.js' +export * from './IconAutoplayRounded.js' +export * from './IconAutoplayRoundedFilled.js' +export * from './IconAutoplaySharp.js' +export * from './IconAutoplaySharpFilled.js' +export * from './IconAutorenewOutlined.js' +export * from './IconAutorenewOutlinedFilled.js' +export * from './IconAutorenewRounded.js' +export * from './IconAutorenewRoundedFilled.js' +export * from './IconAutorenewSharp.js' +export * from './IconAutorenewSharpFilled.js' +export * from './IconAutostopOutlinedFilled.js' +export * from './IconAutostopOutlined.js' +export * from './IconAutostopRounded.js' +export * from './IconAutostopRoundedFilled.js' +export * from './IconAutostopSharpFilled.js' +export * from './IconAutostopSharp.js' +export * from './IconAv1Outlined.js' +export * from './IconAv1OutlinedFilled.js' +export * from './IconAv1RoundedFilled.js' +export * from './IconAv1Rounded.js' +export * from './IconAv1SharpFilled.js' +export * from './IconAv1Sharp.js' +export * from './IconAvTimerOutlinedFilled.js' +export * from './IconAvTimerOutlined.js' +export * from './IconAvTimerRounded.js' +export * from './IconAvTimerRoundedFilled.js' +export * from './IconAvTimerSharp.js' +export * from './IconAvTimerSharpFilled.js' +export * from './IconAvcOutlinedFilled.js' +export * from './IconAvcOutlined.js' +export * from './IconAvcRounded.js' +export * from './IconAvcRoundedFilled.js' +export * from './IconAvcSharpFilled.js' +export * from './IconAvcSharp.js' +export * from './IconAvgPaceOutlined.js' +export * from './IconAvgPaceOutlinedFilled.js' +export * from './IconAvgPaceRounded.js' +export * from './IconAvgPaceRoundedFilled.js' +export * from './IconAvgPaceSharp.js' +export * from './IconAvgPaceSharpFilled.js' +export * from './IconAvgTimeOutlinedFilled.js' +export * from './IconAvgTimeOutlined.js' +export * from './IconAvgTimeRounded.js' +export * from './IconAvgTimeRoundedFilled.js' +export * from './IconAvgTimeSharpFilled.js' +export * from './IconAvgTimeSharp.js' +export * from './IconAwardStarOutlinedFilled.js' +export * from './IconAwardStarOutlined.js' +export * from './IconAwardStarRoundedFilled.js' +export * from './IconAwardStarRounded.js' +export * from './IconAwardStarSharp.js' +export * from './IconAwardStarSharpFilled.js' +export * from './IconAzmOutlinedFilled.js' +export * from './IconAzmOutlined.js' +export * from './IconAzmRounded.js' +export * from './IconAzmRoundedFilled.js' +export * from './IconAzmSharp.js' +export * from './IconAzmSharpFilled.js' +export * from './IconBabyChangingStationOutlinedFilled.js' +export * from './IconBabyChangingStationOutlined.js' +export * from './IconBabyChangingStationRoundedFilled.js' +export * from './IconBabyChangingStationRounded.js' +export * from './IconBabyChangingStationSharpFilled.js' +export * from './IconBabyChangingStationSharp.js' +export * from './IconBackHandOutlinedFilled.js' +export * from './IconBackHandOutlined.js' +export * from './IconBackHandRoundedFilled.js' +export * from './IconBackHandRounded.js' +export * from './IconBackHandSharp.js' +export * from './IconBackHandSharpFilled.js' +export * from './IconBackToTabOutlinedFilled.js' +export * from './IconBackToTabOutlined.js' +export * from './IconBackToTabRounded.js' +export * from './IconBackToTabRoundedFilled.js' +export * from './IconBackToTabSharp.js' +export * from './IconBackToTabSharpFilled.js' +export * from './IconBackgroundDotLargeOutlined.js' +export * from './IconBackgroundDotLargeOutlinedFilled.js' +export * from './IconBackgroundDotLargeRounded.js' +export * from './IconBackgroundDotLargeRoundedFilled.js' +export * from './IconBackgroundDotLargeSharpFilled.js' +export * from './IconBackgroundDotLargeSharp.js' +export * from './IconBackgroundDotSmallOutlined.js' +export * from './IconBackgroundDotSmallOutlinedFilled.js' +export * from './IconBackgroundDotSmallRounded.js' +export * from './IconBackgroundDotSmallRoundedFilled.js' +export * from './IconBackgroundDotSmallSharpFilled.js' +export * from './IconBackgroundDotSmallSharp.js' +export * from './IconBackgroundGridSmallOutlinedFilled.js' +export * from './IconBackgroundGridSmallOutlined.js' +export * from './IconBackgroundGridSmallRounded.js' +export * from './IconBackgroundGridSmallRoundedFilled.js' +export * from './IconBackgroundGridSmallSharp.js' +export * from './IconBackgroundGridSmallSharpFilled.js' +export * from './IconBackgroundReplaceOutlinedFilled.js' +export * from './IconBackgroundReplaceOutlined.js' +export * from './IconBackgroundReplaceRoundedFilled.js' +export * from './IconBackgroundReplaceRounded.js' +export * from './IconBackgroundReplaceSharp.js' +export * from './IconBackgroundReplaceSharpFilled.js' +export * from './IconBacklightHighOutlinedFilled.js' +export * from './IconBacklightHighOutlined.js' +export * from './IconBacklightHighRounded.js' +export * from './IconBacklightHighRoundedFilled.js' +export * from './IconBacklightHighSharp.js' +export * from './IconBacklightHighSharpFilled.js' +export * from './IconBacklightHighOffOutlined.js' +export * from './IconBacklightHighOffOutlinedFilled.js' +export * from './IconBacklightHighOffRoundedFilled.js' +export * from './IconBacklightHighOffRounded.js' +export * from './IconBacklightHighOffSharpFilled.js' +export * from './IconBacklightHighOffSharp.js' +export * from './IconBacklightLowOutlined.js' +export * from './IconBacklightLowOutlinedFilled.js' +export * from './IconBacklightLowRounded.js' +export * from './IconBacklightLowRoundedFilled.js' +export * from './IconBacklightLowSharp.js' +export * from './IconBacklightLowSharpFilled.js' +export * from './IconBackpackOutlined.js' +export * from './IconBackpackOutlinedFilled.js' +export * from './IconBackpackRoundedFilled.js' +export * from './IconBackpackRounded.js' +export * from './IconBackpackSharpFilled.js' +export * from './IconBackpackSharp.js' +export * from './IconBackspaceOutlinedFilled.js' +export * from './IconBackspaceOutlined.js' +export * from './IconBackspaceRoundedFilled.js' +export * from './IconBackspaceRounded.js' +export * from './IconBackspaceSharp.js' +export * from './IconBackspaceSharpFilled.js' +export * from './IconBackupOutlined.js' +export * from './IconBackupOutlinedFilled.js' +export * from './IconBackupRoundedFilled.js' +export * from './IconBackupRounded.js' +export * from './IconBackupSharp.js' +export * from './IconBackupSharpFilled.js' +export * from './IconBackupTableOutlinedFilled.js' +export * from './IconBackupTableOutlined.js' +export * from './IconBackupTableRounded.js' +export * from './IconBackupTableRoundedFilled.js' +export * from './IconBackupTableSharp.js' +export * from './IconBackupTableSharpFilled.js' +export * from './IconBadgeOutlined.js' +export * from './IconBadgeOutlinedFilled.js' +export * from './IconBadgeRoundedFilled.js' +export * from './IconBadgeRounded.js' +export * from './IconBadgeSharp.js' +export * from './IconBadgeSharpFilled.js' +export * from './IconBadgeCriticalBatteryOutlined.js' +export * from './IconBadgeCriticalBatteryOutlinedFilled.js' +export * from './IconBadgeCriticalBatteryRounded.js' +export * from './IconBadgeCriticalBatteryRoundedFilled.js' +export * from './IconBadgeCriticalBatterySharpFilled.js' +export * from './IconBadgeCriticalBatterySharp.js' +export * from './IconBakeryDiningOutlinedFilled.js' +export * from './IconBakeryDiningOutlined.js' +export * from './IconBakeryDiningRoundedFilled.js' +export * from './IconBakeryDiningRounded.js' +export * from './IconBakeryDiningSharp.js' +export * from './IconBakeryDiningSharpFilled.js' +export * from './IconBalanceOutlined.js' +export * from './IconBalanceOutlinedFilled.js' +export * from './IconBalanceRoundedFilled.js' +export * from './IconBalanceRounded.js' +export * from './IconBalanceSharpFilled.js' +export * from './IconBalanceSharp.js' +export * from './IconBalconyOutlinedFilled.js' +export * from './IconBalconyOutlined.js' +export * from './IconBalconyRounded.js' +export * from './IconBalconyRoundedFilled.js' +export * from './IconBalconySharpFilled.js' +export * from './IconBalconySharp.js' +export * from './IconBallotOutlinedFilled.js' +export * from './IconBallotOutlined.js' +export * from './IconBallotRounded.js' +export * from './IconBallotRoundedFilled.js' +export * from './IconBallotSharpFilled.js' +export * from './IconBallotSharp.js' +export * from './IconBarChartOutlinedFilled.js' +export * from './IconBarChartOutlined.js' +export * from './IconBarChartRoundedFilled.js' +export * from './IconBarChartRounded.js' +export * from './IconBarChartSharp.js' +export * from './IconBarChartSharpFilled.js' +export * from './IconBarChart4BarsOutlinedFilled.js' +export * from './IconBarChart4BarsOutlined.js' +export * from './IconBarChart4BarsRoundedFilled.js' +export * from './IconBarChart4BarsRounded.js' +export * from './IconBarChart4BarsSharp.js' +export * from './IconBarChart4BarsSharpFilled.js' +export * from './IconBarChartOffOutlined.js' +export * from './IconBarChartOffOutlinedFilled.js' +export * from './IconBarChartOffRounded.js' +export * from './IconBarChartOffRoundedFilled.js' +export * from './IconBarChartOffSharpFilled.js' +export * from './IconBarChartOffSharp.js' +export * from './IconBarcodeOutlinedFilled.js' +export * from './IconBarcodeOutlined.js' +export * from './IconBarcodeRoundedFilled.js' +export * from './IconBarcodeRounded.js' +export * from './IconBarcodeSharp.js' +export * from './IconBarcodeSharpFilled.js' +export * from './IconBarcodeReaderOutlined.js' +export * from './IconBarcodeReaderOutlinedFilled.js' +export * from './IconBarcodeReaderRoundedFilled.js' +export * from './IconBarcodeReaderRounded.js' +export * from './IconBarcodeReaderSharpFilled.js' +export * from './IconBarcodeReaderSharp.js' +export * from './IconBarcodeScannerOutlined.js' +export * from './IconBarcodeScannerOutlinedFilled.js' +export * from './IconBarcodeScannerRoundedFilled.js' +export * from './IconBarcodeScannerRounded.js' +export * from './IconBarcodeScannerSharp.js' +export * from './IconBarcodeScannerSharpFilled.js' +export * from './IconBarefootOutlinedFilled.js' +export * from './IconBarefootOutlined.js' +export * from './IconBarefootRounded.js' +export * from './IconBarefootRoundedFilled.js' +export * from './IconBarefootSharpFilled.js' +export * from './IconBarefootSharp.js' +export * from './IconBatchPredictionOutlined.js' +export * from './IconBatchPredictionOutlinedFilled.js' +export * from './IconBatchPredictionRoundedFilled.js' +export * from './IconBatchPredictionRounded.js' +export * from './IconBatchPredictionSharp.js' +export * from './IconBatchPredictionSharpFilled.js' +export * from './IconBathOutdoorOutlined.js' +export * from './IconBathOutdoorOutlinedFilled.js' +export * from './IconBathOutdoorRoundedFilled.js' +export * from './IconBathOutdoorRounded.js' +export * from './IconBathOutdoorSharp.js' +export * from './IconBathOutdoorSharpFilled.js' +export * from './IconBathPrivateOutlinedFilled.js' +export * from './IconBathPrivateOutlined.js' +export * from './IconBathPrivateRounded.js' +export * from './IconBathPrivateRoundedFilled.js' +export * from './IconBathPrivateSharp.js' +export * from './IconBathPrivateSharpFilled.js' +export * from './IconBathPublicLargeOutlinedFilled.js' +export * from './IconBathPublicLargeOutlined.js' +export * from './IconBathPublicLargeRounded.js' +export * from './IconBathPublicLargeRoundedFilled.js' +export * from './IconBathPublicLargeSharp.js' +export * from './IconBathPublicLargeSharpFilled.js' +export * from './IconBathroomOutlined.js' +export * from './IconBathroomOutlinedFilled.js' +export * from './IconBathroomRounded.js' +export * from './IconBathroomRoundedFilled.js' +export * from './IconBathroomSharpFilled.js' +export * from './IconBathroomSharp.js' +export * from './IconBathtubOutlined.js' +export * from './IconBathtubOutlinedFilled.js' +export * from './IconBathtubRounded.js' +export * from './IconBathtubRoundedFilled.js' +export * from './IconBathtubSharpFilled.js' +export * from './IconBathtubSharp.js' +export * from './IconBattery0BarOutlinedFilled.js' +export * from './IconBattery0BarOutlined.js' +export * from './IconBattery0BarRoundedFilled.js' +export * from './IconBattery0BarRounded.js' +export * from './IconBattery0BarSharp.js' +export * from './IconBattery0BarSharpFilled.js' +export * from './IconBattery1BarOutlinedFilled.js' +export * from './IconBattery1BarOutlined.js' +export * from './IconBattery1BarRounded.js' +export * from './IconBattery1BarRoundedFilled.js' +export * from './IconBattery1BarSharpFilled.js' +export * from './IconBattery1BarSharp.js' +export * from './IconBattery2BarOutlined.js' +export * from './IconBattery2BarOutlinedFilled.js' +export * from './IconBattery2BarRoundedFilled.js' +export * from './IconBattery2BarRounded.js' +export * from './IconBattery2BarSharpFilled.js' +export * from './IconBattery2BarSharp.js' +export * from './IconBattery3BarOutlined.js' +export * from './IconBattery3BarOutlinedFilled.js' +export * from './IconBattery3BarRounded.js' +export * from './IconBattery3BarRoundedFilled.js' +export * from './IconBattery3BarSharp.js' +export * from './IconBattery3BarSharpFilled.js' +export * from './IconBattery4BarOutlined.js' +export * from './IconBattery4BarOutlinedFilled.js' +export * from './IconBattery4BarRounded.js' +export * from './IconBattery4BarRoundedFilled.js' +export * from './IconBattery4BarSharpFilled.js' +export * from './IconBattery4BarSharp.js' +export * from './IconBattery5BarOutlinedFilled.js' +export * from './IconBattery5BarOutlined.js' +export * from './IconBattery5BarRounded.js' +export * from './IconBattery5BarRoundedFilled.js' +export * from './IconBattery5BarSharp.js' +export * from './IconBattery5BarSharpFilled.js' +export * from './IconBattery6BarOutlined.js' +export * from './IconBattery6BarOutlinedFilled.js' +export * from './IconBattery6BarRounded.js' +export * from './IconBattery6BarRoundedFilled.js' +export * from './IconBattery6BarSharp.js' +export * from './IconBattery6BarSharpFilled.js' +export * from './IconBatteryAlertOutlinedFilled.js' +export * from './IconBatteryAlertOutlined.js' +export * from './IconBatteryAlertRoundedFilled.js' +export * from './IconBatteryAlertRounded.js' +export * from './IconBatteryAlertSharp.js' +export * from './IconBatteryAlertSharpFilled.js' +export * from './IconBatteryChangeOutlinedFilled.js' +export * from './IconBatteryChangeOutlined.js' +export * from './IconBatteryChangeRounded.js' +export * from './IconBatteryChangeRoundedFilled.js' +export * from './IconBatteryChangeSharpFilled.js' +export * from './IconBatteryChangeSharp.js' +export * from './IconBatteryCharging20Outlined.js' +export * from './IconBatteryCharging20OutlinedFilled.js' +export * from './IconBatteryCharging20RoundedFilled.js' +export * from './IconBatteryCharging20Rounded.js' +export * from './IconBatteryCharging20Sharp.js' +export * from './IconBatteryCharging20SharpFilled.js' +export * from './IconBatteryCharging30Outlined.js' +export * from './IconBatteryCharging30OutlinedFilled.js' +export * from './IconBatteryCharging30RoundedFilled.js' +export * from './IconBatteryCharging30Rounded.js' +export * from './IconBatteryCharging30SharpFilled.js' +export * from './IconBatteryCharging30Sharp.js' +export * from './IconBatteryCharging50OutlinedFilled.js' +export * from './IconBatteryCharging50Outlined.js' +export * from './IconBatteryCharging50Rounded.js' +export * from './IconBatteryCharging50RoundedFilled.js' +export * from './IconBatteryCharging50SharpFilled.js' +export * from './IconBatteryCharging50Sharp.js' +export * from './IconBatteryCharging60OutlinedFilled.js' +export * from './IconBatteryCharging60Outlined.js' +export * from './IconBatteryCharging60RoundedFilled.js' +export * from './IconBatteryCharging60Rounded.js' +export * from './IconBatteryCharging60Sharp.js' +export * from './IconBatteryCharging60SharpFilled.js' +export * from './IconBatteryCharging80Outlined.js' +export * from './IconBatteryCharging80OutlinedFilled.js' +export * from './IconBatteryCharging80Rounded.js' +export * from './IconBatteryCharging80RoundedFilled.js' +export * from './IconBatteryCharging80Sharp.js' +export * from './IconBatteryCharging80SharpFilled.js' +export * from './IconBatteryCharging90OutlinedFilled.js' +export * from './IconBatteryCharging90Outlined.js' +export * from './IconBatteryCharging90RoundedFilled.js' +export * from './IconBatteryCharging90Rounded.js' +export * from './IconBatteryCharging90Sharp.js' +export * from './IconBatteryCharging90SharpFilled.js' +export * from './IconBatteryChargingFullOutlined.js' +export * from './IconBatteryChargingFullOutlinedFilled.js' +export * from './IconBatteryChargingFullRoundedFilled.js' +export * from './IconBatteryChargingFullRounded.js' +export * from './IconBatteryChargingFullSharp.js' +export * from './IconBatteryChargingFullSharpFilled.js' +export * from './IconBatteryErrorOutlined.js' +export * from './IconBatteryErrorOutlinedFilled.js' +export * from './IconBatteryErrorRounded.js' +export * from './IconBatteryErrorRoundedFilled.js' +export * from './IconBatteryErrorSharp.js' +export * from './IconBatteryErrorSharpFilled.js' +export * from './IconBatteryFullOutlined.js' +export * from './IconBatteryFullOutlinedFilled.js' +export * from './IconBatteryFullRounded.js' +export * from './IconBatteryFullRoundedFilled.js' +export * from './IconBatteryFullSharpFilled.js' +export * from './IconBatteryFullSharp.js' +export * from './IconBatteryFullAltOutlined.js' +export * from './IconBatteryFullAltOutlinedFilled.js' +export * from './IconBatteryFullAltRounded.js' +export * from './IconBatteryFullAltRoundedFilled.js' +export * from './IconBatteryFullAltSharpFilled.js' +export * from './IconBatteryFullAltSharp.js' +export * from './IconBatteryHoriz000OutlinedFilled.js' +export * from './IconBatteryHoriz000Outlined.js' +export * from './IconBatteryHoriz000Rounded.js' +export * from './IconBatteryHoriz000RoundedFilled.js' +export * from './IconBatteryHoriz000SharpFilled.js' +export * from './IconBatteryHoriz000Sharp.js' +export * from './IconBatteryHoriz050Outlined.js' +export * from './IconBatteryHoriz050OutlinedFilled.js' +export * from './IconBatteryHoriz050RoundedFilled.js' +export * from './IconBatteryHoriz050Rounded.js' +export * from './IconBatteryHoriz050SharpFilled.js' +export * from './IconBatteryHoriz050Sharp.js' +export * from './IconBatteryHoriz075OutlinedFilled.js' +export * from './IconBatteryHoriz075Outlined.js' +export * from './IconBatteryHoriz075RoundedFilled.js' +export * from './IconBatteryHoriz075Rounded.js' +export * from './IconBatteryHoriz075Sharp.js' +export * from './IconBatteryHoriz075SharpFilled.js' +export * from './IconBatteryLowOutlinedFilled.js' +export * from './IconBatteryLowOutlined.js' +export * from './IconBatteryLowRounded.js' +export * from './IconBatteryLowRoundedFilled.js' +export * from './IconBatteryLowSharp.js' +export * from './IconBatteryLowSharpFilled.js' +export * from './IconBatteryPlusOutlined.js' +export * from './IconBatteryPlusOutlinedFilled.js' +export * from './IconBatteryPlusRounded.js' +export * from './IconBatteryPlusRoundedFilled.js' +export * from './IconBatteryPlusSharp.js' +export * from './IconBatteryPlusSharpFilled.js' +export * from './IconBatteryProfileOutlined.js' +export * from './IconBatteryProfileOutlinedFilled.js' +export * from './IconBatteryProfileRounded.js' +export * from './IconBatteryProfileRoundedFilled.js' +export * from './IconBatteryProfileSharp.js' +export * from './IconBatteryProfileSharpFilled.js' +export * from './IconBatterySaverOutlined.js' +export * from './IconBatterySaverOutlinedFilled.js' +export * from './IconBatterySaverRoundedFilled.js' +export * from './IconBatterySaverRounded.js' +export * from './IconBatterySaverSharp.js' +export * from './IconBatterySaverSharpFilled.js' +export * from './IconBatteryShareOutlined.js' +export * from './IconBatteryShareOutlinedFilled.js' +export * from './IconBatteryShareRoundedFilled.js' +export * from './IconBatteryShareRounded.js' +export * from './IconBatteryShareSharp.js' +export * from './IconBatteryShareSharpFilled.js' +export * from './IconBatteryStatusGoodOutlined.js' +export * from './IconBatteryStatusGoodOutlinedFilled.js' +export * from './IconBatteryStatusGoodRoundedFilled.js' +export * from './IconBatteryStatusGoodRounded.js' +export * from './IconBatteryStatusGoodSharp.js' +export * from './IconBatteryStatusGoodSharpFilled.js' +export * from './IconBatteryUnknownOutlined.js' +export * from './IconBatteryUnknownOutlinedFilled.js' +export * from './IconBatteryUnknownRoundedFilled.js' +export * from './IconBatteryUnknownRounded.js' +export * from './IconBatteryUnknownSharp.js' +export * from './IconBatteryUnknownSharpFilled.js' +export * from './IconBatteryVeryLowOutlined.js' +export * from './IconBatteryVeryLowOutlinedFilled.js' +export * from './IconBatteryVeryLowRounded.js' +export * from './IconBatteryVeryLowRoundedFilled.js' +export * from './IconBatteryVeryLowSharp.js' +export * from './IconBatteryVeryLowSharpFilled.js' +export * from './IconBeachAccessOutlinedFilled.js' +export * from './IconBeachAccessOutlined.js' +export * from './IconBeachAccessRounded.js' +export * from './IconBeachAccessRoundedFilled.js' +export * from './IconBeachAccessSharpFilled.js' +export * from './IconBeachAccessSharp.js' +export * from './IconBedOutlined.js' +export * from './IconBedOutlinedFilled.js' +export * from './IconBedRounded.js' +export * from './IconBedRoundedFilled.js' +export * from './IconBedSharp.js' +export * from './IconBedSharpFilled.js' +export * from './IconBedroomBabyOutlinedFilled.js' +export * from './IconBedroomBabyOutlined.js' +export * from './IconBedroomBabyRounded.js' +export * from './IconBedroomBabyRoundedFilled.js' +export * from './IconBedroomBabySharpFilled.js' +export * from './IconBedroomBabySharp.js' +export * from './IconBedroomChildOutlinedFilled.js' +export * from './IconBedroomChildOutlined.js' +export * from './IconBedroomChildRounded.js' +export * from './IconBedroomChildRoundedFilled.js' +export * from './IconBedroomChildSharpFilled.js' +export * from './IconBedroomChildSharp.js' +export * from './IconBedroomParentOutlinedFilled.js' +export * from './IconBedroomParentOutlined.js' +export * from './IconBedroomParentRoundedFilled.js' +export * from './IconBedroomParentRounded.js' +export * from './IconBedroomParentSharp.js' +export * from './IconBedroomParentSharpFilled.js' +export * from './IconBedtimeOutlined.js' +export * from './IconBedtimeOutlinedFilled.js' +export * from './IconBedtimeRounded.js' +export * from './IconBedtimeRoundedFilled.js' +export * from './IconBedtimeSharp.js' +export * from './IconBedtimeSharpFilled.js' +export * from './IconBedtimeOffOutlinedFilled.js' +export * from './IconBedtimeOffOutlined.js' +export * from './IconBedtimeOffRounded.js' +export * from './IconBedtimeOffRoundedFilled.js' +export * from './IconBedtimeOffSharpFilled.js' +export * from './IconBedtimeOffSharp.js' +export * from './IconBeenhereOutlinedFilled.js' +export * from './IconBeenhereOutlined.js' +export * from './IconBeenhereRounded.js' +export * from './IconBeenhereRoundedFilled.js' +export * from './IconBeenhereSharp.js' +export * from './IconBeenhereSharpFilled.js' +export * from './IconBentoOutlined.js' +export * from './IconBentoOutlinedFilled.js' +export * from './IconBentoRounded.js' +export * from './IconBentoRoundedFilled.js' +export * from './IconBentoSharp.js' +export * from './IconBentoSharpFilled.js' +export * from './IconBiaOutlined.js' +export * from './IconBiaOutlinedFilled.js' +export * from './IconBiaRounded.js' +export * from './IconBiaRoundedFilled.js' +export * from './IconBiaSharp.js' +export * from './IconBiaSharpFilled.js' +export * from './IconBidLandscapeOutlined.js' +export * from './IconBidLandscapeOutlinedFilled.js' +export * from './IconBidLandscapeRounded.js' +export * from './IconBidLandscapeRoundedFilled.js' +export * from './IconBidLandscapeSharpFilled.js' +export * from './IconBidLandscapeSharp.js' +export * from './IconBidLandscapeDisabledOutlined.js' +export * from './IconBidLandscapeDisabledOutlinedFilled.js' +export * from './IconBidLandscapeDisabledRoundedFilled.js' +export * from './IconBidLandscapeDisabledRounded.js' +export * from './IconBidLandscapeDisabledSharpFilled.js' +export * from './IconBidLandscapeDisabledSharp.js' +export * from './IconBigtopUpdatesOutlined.js' +export * from './IconBigtopUpdatesOutlinedFilled.js' +export * from './IconBigtopUpdatesRoundedFilled.js' +export * from './IconBigtopUpdatesRounded.js' +export * from './IconBigtopUpdatesSharp.js' +export * from './IconBigtopUpdatesSharpFilled.js' +export * from './IconBikeDockOutlinedFilled.js' +export * from './IconBikeDockOutlined.js' +export * from './IconBikeDockRounded.js' +export * from './IconBikeDockRoundedFilled.js' +export * from './IconBikeDockSharp.js' +export * from './IconBikeDockSharpFilled.js' +export * from './IconBikeLaneOutlined.js' +export * from './IconBikeLaneOutlinedFilled.js' +export * from './IconBikeLaneRounded.js' +export * from './IconBikeLaneRoundedFilled.js' +export * from './IconBikeLaneSharpFilled.js' +export * from './IconBikeLaneSharp.js' +export * from './IconBikeScooterOutlined.js' +export * from './IconBikeScooterOutlinedFilled.js' +export * from './IconBikeScooterRounded.js' +export * from './IconBikeScooterRoundedFilled.js' +export * from './IconBikeScooterSharpFilled.js' +export * from './IconBikeScooterSharp.js' +export * from './IconBiotechOutlined.js' +export * from './IconBiotechOutlinedFilled.js' +export * from './IconBiotechRounded.js' +export * from './IconBiotechRoundedFilled.js' +export * from './IconBiotechSharpFilled.js' +export * from './IconBiotechSharp.js' +export * from './IconBlanketOutlinedFilled.js' +export * from './IconBlanketOutlined.js' +export * from './IconBlanketRoundedFilled.js' +export * from './IconBlanketRounded.js' +export * from './IconBlanketSharp.js' +export * from './IconBlanketSharpFilled.js' +export * from './IconBlenderOutlinedFilled.js' +export * from './IconBlenderOutlined.js' +export * from './IconBlenderRounded.js' +export * from './IconBlenderRoundedFilled.js' +export * from './IconBlenderSharpFilled.js' +export * from './IconBlenderSharp.js' +export * from './IconBlindOutlined.js' +export * from './IconBlindOutlinedFilled.js' +export * from './IconBlindRounded.js' +export * from './IconBlindRoundedFilled.js' +export * from './IconBlindSharp.js' +export * from './IconBlindSharpFilled.js' +export * from './IconBlindsOutlined.js' +export * from './IconBlindsOutlinedFilled.js' +export * from './IconBlindsRoundedFilled.js' +export * from './IconBlindsRounded.js' +export * from './IconBlindsSharp.js' +export * from './IconBlindsSharpFilled.js' +export * from './IconBlindsClosedOutlined.js' +export * from './IconBlindsClosedOutlinedFilled.js' +export * from './IconBlindsClosedRoundedFilled.js' +export * from './IconBlindsClosedRounded.js' +export * from './IconBlindsClosedSharpFilled.js' +export * from './IconBlindsClosedSharp.js' +export * from './IconBlockOutlined.js' +export * from './IconBlockOutlinedFilled.js' +export * from './IconBlockRoundedFilled.js' +export * from './IconBlockRounded.js' +export * from './IconBlockSharp.js' +export * from './IconBlockSharpFilled.js' +export * from './IconBloodPressureOutlined.js' +export * from './IconBloodPressureOutlinedFilled.js' +export * from './IconBloodPressureRounded.js' +export * from './IconBloodPressureRoundedFilled.js' +export * from './IconBloodPressureSharp.js' +export * from './IconBloodPressureSharpFilled.js' +export * from './IconBloodtypeOutlinedFilled.js' +export * from './IconBloodtypeOutlined.js' +export * from './IconBloodtypeRoundedFilled.js' +export * from './IconBloodtypeRounded.js' +export * from './IconBloodtypeSharpFilled.js' +export * from './IconBloodtypeSharp.js' +export * from './IconBluetoothOutlined.js' +export * from './IconBluetoothOutlinedFilled.js' +export * from './IconBluetoothRounded.js' +export * from './IconBluetoothRoundedFilled.js' +export * from './IconBluetoothSharp.js' +export * from './IconBluetoothSharpFilled.js' +export * from './IconBluetoothConnectedOutlined.js' +export * from './IconBluetoothConnectedOutlinedFilled.js' +export * from './IconBluetoothConnectedRounded.js' +export * from './IconBluetoothConnectedRoundedFilled.js' +export * from './IconBluetoothConnectedSharp.js' +export * from './IconBluetoothConnectedSharpFilled.js' +export * from './IconBluetoothDisabledOutlined.js' +export * from './IconBluetoothDisabledOutlinedFilled.js' +export * from './IconBluetoothDisabledRoundedFilled.js' +export * from './IconBluetoothDisabledRounded.js' +export * from './IconBluetoothDisabledSharp.js' +export * from './IconBluetoothDisabledSharpFilled.js' +export * from './IconBluetoothDriveOutlined.js' +export * from './IconBluetoothDriveOutlinedFilled.js' +export * from './IconBluetoothDriveRounded.js' +export * from './IconBluetoothDriveRoundedFilled.js' +export * from './IconBluetoothDriveSharp.js' +export * from './IconBluetoothDriveSharpFilled.js' +export * from './IconBluetoothSearchingOutlinedFilled.js' +export * from './IconBluetoothSearchingOutlined.js' +export * from './IconBluetoothSearchingRounded.js' +export * from './IconBluetoothSearchingRoundedFilled.js' +export * from './IconBluetoothSearchingSharpFilled.js' +export * from './IconBluetoothSearchingSharp.js' +export * from './IconBlurCircularOutlined.js' +export * from './IconBlurCircularOutlinedFilled.js' +export * from './IconBlurCircularRounded.js' +export * from './IconBlurCircularRoundedFilled.js' +export * from './IconBlurCircularSharpFilled.js' +export * from './IconBlurCircularSharp.js' +export * from './IconBlurLinearOutlined.js' +export * from './IconBlurLinearOutlinedFilled.js' +export * from './IconBlurLinearRoundedFilled.js' +export * from './IconBlurLinearRounded.js' +export * from './IconBlurLinearSharp.js' +export * from './IconBlurLinearSharpFilled.js' +export * from './IconBlurMediumOutlinedFilled.js' +export * from './IconBlurMediumOutlined.js' +export * from './IconBlurMediumRounded.js' +export * from './IconBlurMediumRoundedFilled.js' +export * from './IconBlurMediumSharp.js' +export * from './IconBlurMediumSharpFilled.js' +export * from './IconBlurOffOutlined.js' +export * from './IconBlurOffOutlinedFilled.js' +export * from './IconBlurOffRounded.js' +export * from './IconBlurOffRoundedFilled.js' +export * from './IconBlurOffSharp.js' +export * from './IconBlurOffSharpFilled.js' +export * from './IconBlurOnOutlined.js' +export * from './IconBlurOnOutlinedFilled.js' +export * from './IconBlurOnRounded.js' +export * from './IconBlurOnRoundedFilled.js' +export * from './IconBlurOnSharp.js' +export * from './IconBlurOnSharpFilled.js' +export * from './IconBlurShortOutlinedFilled.js' +export * from './IconBlurShortOutlined.js' +export * from './IconBlurShortRoundedFilled.js' +export * from './IconBlurShortRounded.js' +export * from './IconBlurShortSharp.js' +export * from './IconBlurShortSharpFilled.js' +export * from './IconBodyFatOutlinedFilled.js' +export * from './IconBodyFatOutlined.js' +export * from './IconBodyFatRoundedFilled.js' +export * from './IconBodyFatRounded.js' +export * from './IconBodyFatSharpFilled.js' +export * from './IconBodyFatSharp.js' +export * from './IconBodySystemOutlinedFilled.js' +export * from './IconBodySystemOutlined.js' +export * from './IconBodySystemRounded.js' +export * from './IconBodySystemRoundedFilled.js' +export * from './IconBodySystemSharp.js' +export * from './IconBodySystemSharpFilled.js' +export * from './IconBoltOutlined.js' +export * from './IconBoltOutlinedFilled.js' +export * from './IconBoltRoundedFilled.js' +export * from './IconBoltRounded.js' +export * from './IconBoltSharpFilled.js' +export * from './IconBoltSharp.js' +export * from './IconBombOutlinedFilled.js' +export * from './IconBombOutlined.js' +export * from './IconBombRounded.js' +export * from './IconBombRoundedFilled.js' +export * from './IconBombSharp.js' +export * from './IconBombSharpFilled.js' +export * from './IconBookOutlined.js' +export * from './IconBookOutlinedFilled.js' +export * from './IconBookRounded.js' +export * from './IconBookRoundedFilled.js' +export * from './IconBookSharpFilled.js' +export * from './IconBookSharp.js' +export * from './IconBook2Outlined.js' +export * from './IconBook2OutlinedFilled.js' +export * from './IconBook2RoundedFilled.js' +export * from './IconBook2Rounded.js' +export * from './IconBook2Sharp.js' +export * from './IconBook2SharpFilled.js' +export * from './IconBook3Outlined.js' +export * from './IconBook3OutlinedFilled.js' +export * from './IconBook3Rounded.js' +export * from './IconBook3RoundedFilled.js' +export * from './IconBook3Sharp.js' +export * from './IconBook3SharpFilled.js' +export * from './IconBook4Outlined.js' +export * from './IconBook4OutlinedFilled.js' +export * from './IconBook4Rounded.js' +export * from './IconBook4RoundedFilled.js' +export * from './IconBook4Sharp.js' +export * from './IconBook4SharpFilled.js' +export * from './IconBook4SparkOutlinedFilled.js' +export * from './IconBook4SparkOutlined.js' +export * from './IconBook4SparkRoundedFilled.js' +export * from './IconBook4SparkRounded.js' +export * from './IconBook4SparkSharpFilled.js' +export * from './IconBook4SparkSharp.js' +export * from './IconBook5Outlined.js' +export * from './IconBook5OutlinedFilled.js' +export * from './IconBook5Rounded.js' +export * from './IconBook5RoundedFilled.js' +export * from './IconBook5Sharp.js' +export * from './IconBook5SharpFilled.js' +export * from './IconBook6Outlined.js' +export * from './IconBook6OutlinedFilled.js' +export * from './IconBook6Rounded.js' +export * from './IconBook6RoundedFilled.js' +export * from './IconBook6SharpFilled.js' +export * from './IconBook6Sharp.js' +export * from './IconBookOnlineOutlinedFilled.js' +export * from './IconBookOnlineOutlined.js' +export * from './IconBookOnlineRounded.js' +export * from './IconBookOnlineRoundedFilled.js' +export * from './IconBookOnlineSharp.js' +export * from './IconBookOnlineSharpFilled.js' +export * from './IconBookRibbonOutlined.js' +export * from './IconBookRibbonOutlinedFilled.js' +export * from './IconBookRibbonRoundedFilled.js' +export * from './IconBookRibbonRounded.js' +export * from './IconBookRibbonSharpFilled.js' +export * from './IconBookRibbonSharp.js' +export * from './IconBookmarkOutlined.js' +export * from './IconBookmarkOutlinedFilled.js' +export * from './IconBookmarkRoundedFilled.js' +export * from './IconBookmarkRounded.js' +export * from './IconBookmarkSharp.js' +export * from './IconBookmarkSharpFilled.js' +export * from './IconBookmarkAddOutlinedFilled.js' +export * from './IconBookmarkAddOutlined.js' +export * from './IconBookmarkAddRounded.js' +export * from './IconBookmarkAddRoundedFilled.js' +export * from './IconBookmarkAddSharp.js' +export * from './IconBookmarkAddSharpFilled.js' +export * from './IconBookmarkAddedOutlined.js' +export * from './IconBookmarkAddedOutlinedFilled.js' +export * from './IconBookmarkAddedRoundedFilled.js' +export * from './IconBookmarkAddedRounded.js' +export * from './IconBookmarkAddedSharpFilled.js' +export * from './IconBookmarkAddedSharp.js' +export * from './IconBookmarkBagOutlinedFilled.js' +export * from './IconBookmarkBagOutlined.js' +export * from './IconBookmarkBagRoundedFilled.js' +export * from './IconBookmarkBagRounded.js' +export * from './IconBookmarkBagSharpFilled.js' +export * from './IconBookmarkBagSharp.js' +export * from './IconBookmarkCheckOutlinedFilled.js' +export * from './IconBookmarkCheckOutlined.js' +export * from './IconBookmarkCheckRounded.js' +export * from './IconBookmarkCheckRoundedFilled.js' +export * from './IconBookmarkCheckSharp.js' +export * from './IconBookmarkCheckSharpFilled.js' +export * from './IconBookmarkFlagOutlinedFilled.js' +export * from './IconBookmarkFlagOutlined.js' +export * from './IconBookmarkFlagRoundedFilled.js' +export * from './IconBookmarkFlagRounded.js' +export * from './IconBookmarkFlagSharpFilled.js' +export * from './IconBookmarkFlagSharp.js' +export * from './IconBookmarkHeartOutlined.js' +export * from './IconBookmarkHeartOutlinedFilled.js' +export * from './IconBookmarkHeartRounded.js' +export * from './IconBookmarkHeartRoundedFilled.js' +export * from './IconBookmarkHeartSharp.js' +export * from './IconBookmarkHeartSharpFilled.js' +export * from './IconBookmarkManagerOutlinedFilled.js' +export * from './IconBookmarkManagerOutlined.js' +export * from './IconBookmarkManagerRounded.js' +export * from './IconBookmarkManagerRoundedFilled.js' +export * from './IconBookmarkManagerSharp.js' +export * from './IconBookmarkManagerSharpFilled.js' +export * from './IconBookmarkRemoveOutlinedFilled.js' +export * from './IconBookmarkRemoveOutlined.js' +export * from './IconBookmarkRemoveRounded.js' +export * from './IconBookmarkRemoveRoundedFilled.js' +export * from './IconBookmarkRemoveSharp.js' +export * from './IconBookmarkRemoveSharpFilled.js' +export * from './IconBookmarkStarOutlinedFilled.js' +export * from './IconBookmarkStarOutlined.js' +export * from './IconBookmarkStarRounded.js' +export * from './IconBookmarkStarRoundedFilled.js' +export * from './IconBookmarkStarSharp.js' +export * from './IconBookmarkStarSharpFilled.js' +export * from './IconBookmarksOutlinedFilled.js' +export * from './IconBookmarksOutlined.js' +export * from './IconBookmarksRoundedFilled.js' +export * from './IconBookmarksRounded.js' +export * from './IconBookmarksSharpFilled.js' +export * from './IconBookmarksSharp.js' +export * from './IconBorderAllOutlinedFilled.js' +export * from './IconBorderAllOutlined.js' +export * from './IconBorderAllRoundedFilled.js' +export * from './IconBorderAllRounded.js' +export * from './IconBorderAllSharp.js' +export * from './IconBorderAllSharpFilled.js' +export * from './IconBorderBottomOutlined.js' +export * from './IconBorderBottomOutlinedFilled.js' +export * from './IconBorderBottomRoundedFilled.js' +export * from './IconBorderBottomRounded.js' +export * from './IconBorderBottomSharpFilled.js' +export * from './IconBorderBottomSharp.js' +export * from './IconBorderClearOutlined.js' +export * from './IconBorderClearOutlinedFilled.js' +export * from './IconBorderClearRoundedFilled.js' +export * from './IconBorderClearRounded.js' +export * from './IconBorderClearSharp.js' +export * from './IconBorderClearSharpFilled.js' +export * from './IconBorderColorOutlined.js' +export * from './IconBorderColorOutlinedFilled.js' +export * from './IconBorderColorRounded.js' +export * from './IconBorderColorRoundedFilled.js' +export * from './IconBorderColorSharp.js' +export * from './IconBorderColorSharpFilled.js' +export * from './IconBorderHorizontalOutlined.js' +export * from './IconBorderHorizontalOutlinedFilled.js' +export * from './IconBorderHorizontalRounded.js' +export * from './IconBorderHorizontalRoundedFilled.js' +export * from './IconBorderHorizontalSharp.js' +export * from './IconBorderHorizontalSharpFilled.js' +export * from './IconBorderInnerOutlined.js' +export * from './IconBorderInnerOutlinedFilled.js' +export * from './IconBorderInnerRounded.js' +export * from './IconBorderInnerRoundedFilled.js' +export * from './IconBorderInnerSharp.js' +export * from './IconBorderInnerSharpFilled.js' +export * from './IconBorderLeftOutlined.js' +export * from './IconBorderLeftOutlinedFilled.js' +export * from './IconBorderLeftRounded.js' +export * from './IconBorderLeftRoundedFilled.js' +export * from './IconBorderLeftSharpFilled.js' +export * from './IconBorderLeftSharp.js' +export * from './IconBorderOuterOutlined.js' +export * from './IconBorderOuterOutlinedFilled.js' +export * from './IconBorderOuterRounded.js' +export * from './IconBorderOuterRoundedFilled.js' +export * from './IconBorderOuterSharp.js' +export * from './IconBorderOuterSharpFilled.js' +export * from './IconBorderRightOutlined.js' +export * from './IconBorderRightOutlinedFilled.js' +export * from './IconBorderRightRounded.js' +export * from './IconBorderRightRoundedFilled.js' +export * from './IconBorderRightSharpFilled.js' +export * from './IconBorderRightSharp.js' +export * from './IconBorderStyleOutlinedFilled.js' +export * from './IconBorderStyleOutlined.js' +export * from './IconBorderStyleRounded.js' +export * from './IconBorderStyleRoundedFilled.js' +export * from './IconBorderStyleSharpFilled.js' +export * from './IconBorderStyleSharp.js' +export * from './IconBorderTopOutlined.js' +export * from './IconBorderTopOutlinedFilled.js' +export * from './IconBorderTopRoundedFilled.js' +export * from './IconBorderTopRounded.js' +export * from './IconBorderTopSharpFilled.js' +export * from './IconBorderTopSharp.js' +export * from './IconBorderVerticalOutlined.js' +export * from './IconBorderVerticalOutlinedFilled.js' +export * from './IconBorderVerticalRounded.js' +export * from './IconBorderVerticalRoundedFilled.js' +export * from './IconBorderVerticalSharpFilled.js' +export * from './IconBorderVerticalSharp.js' +export * from './IconBorgOutlined.js' +export * from './IconBorgOutlinedFilled.js' +export * from './IconBorgRoundedFilled.js' +export * from './IconBorgRounded.js' +export * from './IconBorgSharp.js' +export * from './IconBorgSharpFilled.js' +export * from './IconBottomAppBarOutlined.js' +export * from './IconBottomAppBarOutlinedFilled.js' +export * from './IconBottomAppBarRounded.js' +export * from './IconBottomAppBarRoundedFilled.js' +export * from './IconBottomAppBarSharpFilled.js' +export * from './IconBottomAppBarSharp.js' +export * from './IconBottomDrawerOutlinedFilled.js' +export * from './IconBottomDrawerOutlined.js' +export * from './IconBottomDrawerRounded.js' +export * from './IconBottomDrawerRoundedFilled.js' +export * from './IconBottomDrawerSharp.js' +export * from './IconBottomDrawerSharpFilled.js' +export * from './IconBottomNavigationOutlinedFilled.js' +export * from './IconBottomNavigationOutlined.js' +export * from './IconBottomNavigationRoundedFilled.js' +export * from './IconBottomNavigationRounded.js' +export * from './IconBottomNavigationSharp.js' +export * from './IconBottomNavigationSharpFilled.js' +export * from './IconBottomPanelCloseOutlined.js' +export * from './IconBottomPanelCloseOutlinedFilled.js' +export * from './IconBottomPanelCloseRounded.js' +export * from './IconBottomPanelCloseRoundedFilled.js' +export * from './IconBottomPanelCloseSharpFilled.js' +export * from './IconBottomPanelCloseSharp.js' +export * from './IconBottomPanelOpenOutlinedFilled.js' +export * from './IconBottomPanelOpenOutlined.js' +export * from './IconBottomPanelOpenRounded.js' +export * from './IconBottomPanelOpenRoundedFilled.js' +export * from './IconBottomPanelOpenSharp.js' +export * from './IconBottomPanelOpenSharpFilled.js' +export * from './IconBottomRightClickOutlined.js' +export * from './IconBottomRightClickOutlinedFilled.js' +export * from './IconBottomRightClickRoundedFilled.js' +export * from './IconBottomRightClickRounded.js' +export * from './IconBottomRightClickSharp.js' +export * from './IconBottomRightClickSharpFilled.js' +export * from './IconBottomSheetsOutlinedFilled.js' +export * from './IconBottomSheetsOutlined.js' +export * from './IconBottomSheetsRoundedFilled.js' +export * from './IconBottomSheetsRounded.js' +export * from './IconBottomSheetsSharpFilled.js' +export * from './IconBottomSheetsSharp.js' +export * from './IconBoxOutlined.js' +export * from './IconBoxOutlinedFilled.js' +export * from './IconBoxRounded.js' +export * from './IconBoxRoundedFilled.js' +export * from './IconBoxSharp.js' +export * from './IconBoxSharpFilled.js' +export * from './IconBoxAddOutlined.js' +export * from './IconBoxAddOutlinedFilled.js' +export * from './IconBoxAddRounded.js' +export * from './IconBoxAddRoundedFilled.js' +export * from './IconBoxAddSharp.js' +export * from './IconBoxAddSharpFilled.js' +export * from './IconBoxEditOutlinedFilled.js' +export * from './IconBoxEditOutlined.js' +export * from './IconBoxEditRoundedFilled.js' +export * from './IconBoxEditRounded.js' +export * from './IconBoxEditSharpFilled.js' +export * from './IconBoxEditSharp.js' +export * from './IconBoyOutlinedFilled.js' +export * from './IconBoyOutlined.js' +export * from './IconBoyRoundedFilled.js' +export * from './IconBoyRounded.js' +export * from './IconBoySharp.js' +export * from './IconBoySharpFilled.js' +export * from './IconBrandAwarenessOutlined.js' +export * from './IconBrandAwarenessOutlinedFilled.js' +export * from './IconBrandAwarenessRounded.js' +export * from './IconBrandAwarenessRoundedFilled.js' +export * from './IconBrandAwarenessSharpFilled.js' +export * from './IconBrandAwarenessSharp.js' +export * from './IconBrandFamilyOutlinedFilled.js' +export * from './IconBrandFamilyOutlined.js' +export * from './IconBrandFamilyRoundedFilled.js' +export * from './IconBrandFamilyRounded.js' +export * from './IconBrandFamilySharp.js' +export * from './IconBrandFamilySharpFilled.js' +export * from './IconBrandingWatermarkOutlinedFilled.js' +export * from './IconBrandingWatermarkOutlined.js' +export * from './IconBrandingWatermarkRounded.js' +export * from './IconBrandingWatermarkRoundedFilled.js' +export * from './IconBrandingWatermarkSharp.js' +export * from './IconBrandingWatermarkSharpFilled.js' +export * from './IconBreakfastDiningOutlinedFilled.js' +export * from './IconBreakfastDiningOutlined.js' +export * from './IconBreakfastDiningRoundedFilled.js' +export * from './IconBreakfastDiningRounded.js' +export * from './IconBreakfastDiningSharpFilled.js' +export * from './IconBreakfastDiningSharp.js' +export * from './IconBreakingNewsOutlined.js' +export * from './IconBreakingNewsOutlinedFilled.js' +export * from './IconBreakingNewsRounded.js' +export * from './IconBreakingNewsRoundedFilled.js' +export * from './IconBreakingNewsSharpFilled.js' +export * from './IconBreakingNewsSharp.js' +export * from './IconBreakingNewsAlt1OutlinedFilled.js' +export * from './IconBreakingNewsAlt1Outlined.js' +export * from './IconBreakingNewsAlt1Rounded.js' +export * from './IconBreakingNewsAlt1RoundedFilled.js' +export * from './IconBreakingNewsAlt1Sharp.js' +export * from './IconBreakingNewsAlt1SharpFilled.js' +export * from './IconBreastfeedingOutlined.js' +export * from './IconBreastfeedingOutlinedFilled.js' +export * from './IconBreastfeedingRounded.js' +export * from './IconBreastfeedingRoundedFilled.js' +export * from './IconBreastfeedingSharp.js' +export * from './IconBreastfeedingSharpFilled.js' +export * from './IconBrightness1Outlined.js' +export * from './IconBrightness1OutlinedFilled.js' +export * from './IconBrightness1RoundedFilled.js' +export * from './IconBrightness1Rounded.js' +export * from './IconBrightness1SharpFilled.js' +export * from './IconBrightness1Sharp.js' +export * from './IconBrightness2Outlined.js' +export * from './IconBrightness2OutlinedFilled.js' +export * from './IconBrightness2Rounded.js' +export * from './IconBrightness2RoundedFilled.js' +export * from './IconBrightness2Sharp.js' +export * from './IconBrightness2SharpFilled.js' +export * from './IconBrightness3OutlinedFilled.js' +export * from './IconBrightness3Outlined.js' +export * from './IconBrightness3Rounded.js' +export * from './IconBrightness3RoundedFilled.js' +export * from './IconBrightness3SharpFilled.js' +export * from './IconBrightness3Sharp.js' +export * from './IconBrightness4Outlined.js' +export * from './IconBrightness4OutlinedFilled.js' +export * from './IconBrightness4RoundedFilled.js' +export * from './IconBrightness4Rounded.js' +export * from './IconBrightness4Sharp.js' +export * from './IconBrightness4SharpFilled.js' +export * from './IconBrightness5OutlinedFilled.js' +export * from './IconBrightness5Outlined.js' +export * from './IconBrightness5RoundedFilled.js' +export * from './IconBrightness5Rounded.js' +export * from './IconBrightness5SharpFilled.js' +export * from './IconBrightness5Sharp.js' +export * from './IconBrightness6OutlinedFilled.js' +export * from './IconBrightness6Outlined.js' +export * from './IconBrightness6Rounded.js' +export * from './IconBrightness6RoundedFilled.js' +export * from './IconBrightness6SharpFilled.js' +export * from './IconBrightness6Sharp.js' +export * from './IconBrightness7OutlinedFilled.js' +export * from './IconBrightness7Outlined.js' +export * from './IconBrightness7Rounded.js' +export * from './IconBrightness7RoundedFilled.js' +export * from './IconBrightness7Sharp.js' +export * from './IconBrightness7SharpFilled.js' +export * from './IconBrightnessAlertOutlinedFilled.js' +export * from './IconBrightnessAlertOutlined.js' +export * from './IconBrightnessAlertRounded.js' +export * from './IconBrightnessAlertRoundedFilled.js' +export * from './IconBrightnessAlertSharp.js' +export * from './IconBrightnessAlertSharpFilled.js' +export * from './IconBrightnessAutoOutlined.js' +export * from './IconBrightnessAutoOutlinedFilled.js' +export * from './IconBrightnessAutoRoundedFilled.js' +export * from './IconBrightnessAutoRounded.js' +export * from './IconBrightnessAutoSharpFilled.js' +export * from './IconBrightnessAutoSharp.js' +export * from './IconBrightnessEmptyOutlinedFilled.js' +export * from './IconBrightnessEmptyOutlined.js' +export * from './IconBrightnessEmptyRoundedFilled.js' +export * from './IconBrightnessEmptyRounded.js' +export * from './IconBrightnessEmptySharp.js' +export * from './IconBrightnessEmptySharpFilled.js' +export * from './IconBrightnessHighOutlined.js' +export * from './IconBrightnessHighOutlinedFilled.js' +export * from './IconBrightnessHighRoundedFilled.js' +export * from './IconBrightnessHighRounded.js' +export * from './IconBrightnessHighSharpFilled.js' +export * from './IconBrightnessHighSharp.js' +export * from './IconBrightnessLowOutlinedFilled.js' +export * from './IconBrightnessLowOutlined.js' +export * from './IconBrightnessLowRoundedFilled.js' +export * from './IconBrightnessLowRounded.js' +export * from './IconBrightnessLowSharpFilled.js' +export * from './IconBrightnessLowSharp.js' +export * from './IconBrightnessMediumOutlined.js' +export * from './IconBrightnessMediumOutlinedFilled.js' +export * from './IconBrightnessMediumRoundedFilled.js' +export * from './IconBrightnessMediumRounded.js' +export * from './IconBrightnessMediumSharpFilled.js' +export * from './IconBrightnessMediumSharp.js' +export * from './IconBringYourOwnIpOutlinedFilled.js' +export * from './IconBringYourOwnIpOutlined.js' +export * from './IconBringYourOwnIpRoundedFilled.js' +export * from './IconBringYourOwnIpRounded.js' +export * from './IconBringYourOwnIpSharpFilled.js' +export * from './IconBringYourOwnIpSharp.js' +export * from './IconBroadcastOnHomeOutlinedFilled.js' +export * from './IconBroadcastOnHomeOutlined.js' +export * from './IconBroadcastOnHomeRounded.js' +export * from './IconBroadcastOnHomeRoundedFilled.js' +export * from './IconBroadcastOnHomeSharp.js' +export * from './IconBroadcastOnHomeSharpFilled.js' +export * from './IconBroadcastOnPersonalOutlined.js' +export * from './IconBroadcastOnPersonalOutlinedFilled.js' +export * from './IconBroadcastOnPersonalRounded.js' +export * from './IconBroadcastOnPersonalRoundedFilled.js' +export * from './IconBroadcastOnPersonalSharpFilled.js' +export * from './IconBroadcastOnPersonalSharp.js' +export * from './IconBrokenImageOutlinedFilled.js' +export * from './IconBrokenImageOutlined.js' +export * from './IconBrokenImageRounded.js' +export * from './IconBrokenImageRoundedFilled.js' +export * from './IconBrokenImageSharpFilled.js' +export * from './IconBrokenImageSharp.js' +export * from './IconBrowseOutlined.js' +export * from './IconBrowseOutlinedFilled.js' +export * from './IconBrowseRounded.js' +export * from './IconBrowseRoundedFilled.js' +export * from './IconBrowseSharp.js' +export * from './IconBrowseSharpFilled.js' +export * from './IconBrowseActivityOutlinedFilled.js' +export * from './IconBrowseActivityOutlined.js' +export * from './IconBrowseActivityRounded.js' +export * from './IconBrowseActivityRoundedFilled.js' +export * from './IconBrowseActivitySharpFilled.js' +export * from './IconBrowseActivitySharp.js' +export * from './IconBrowseGalleryOutlinedFilled.js' +export * from './IconBrowseGalleryOutlined.js' +export * from './IconBrowseGalleryRounded.js' +export * from './IconBrowseGalleryRoundedFilled.js' +export * from './IconBrowseGallerySharp.js' +export * from './IconBrowseGallerySharpFilled.js' +export * from './IconBrowserUpdatedOutlinedFilled.js' +export * from './IconBrowserUpdatedOutlined.js' +export * from './IconBrowserUpdatedRoundedFilled.js' +export * from './IconBrowserUpdatedRounded.js' +export * from './IconBrowserUpdatedSharp.js' +export * from './IconBrowserUpdatedSharpFilled.js' +export * from './IconBrunchDiningOutlined.js' +export * from './IconBrunchDiningOutlinedFilled.js' +export * from './IconBrunchDiningRoundedFilled.js' +export * from './IconBrunchDiningRounded.js' +export * from './IconBrunchDiningSharpFilled.js' +export * from './IconBrunchDiningSharp.js' +export * from './IconBrushOutlined.js' +export * from './IconBrushOutlinedFilled.js' +export * from './IconBrushRoundedFilled.js' +export * from './IconBrushRounded.js' +export * from './IconBrushSharp.js' +export * from './IconBrushSharpFilled.js' +export * from './IconBubbleOutlined.js' +export * from './IconBubbleOutlinedFilled.js' +export * from './IconBubbleRoundedFilled.js' +export * from './IconBubbleRounded.js' +export * from './IconBubbleSharpFilled.js' +export * from './IconBubbleSharp.js' +export * from './IconBubbleChartOutlinedFilled.js' +export * from './IconBubbleChartOutlined.js' +export * from './IconBubbleChartRoundedFilled.js' +export * from './IconBubbleChartRounded.js' +export * from './IconBubbleChartSharpFilled.js' +export * from './IconBubbleChartSharp.js' +export * from './IconBubblesOutlined.js' +export * from './IconBubblesOutlinedFilled.js' +export * from './IconBubblesRoundedFilled.js' +export * from './IconBubblesRounded.js' +export * from './IconBubblesSharpFilled.js' +export * from './IconBubblesSharp.js' +export * from './IconBugReportOutlined.js' +export * from './IconBugReportOutlinedFilled.js' +export * from './IconBugReportRounded.js' +export * from './IconBugReportRoundedFilled.js' +export * from './IconBugReportSharpFilled.js' +export * from './IconBugReportSharp.js' +export * from './IconBuildOutlined.js' +export * from './IconBuildOutlinedFilled.js' +export * from './IconBuildRounded.js' +export * from './IconBuildRoundedFilled.js' +export * from './IconBuildSharp.js' +export * from './IconBuildSharpFilled.js' +export * from './IconBuildCircleOutlinedFilled.js' +export * from './IconBuildCircleOutlined.js' +export * from './IconBuildCircleRounded.js' +export * from './IconBuildCircleRoundedFilled.js' +export * from './IconBuildCircleSharpFilled.js' +export * from './IconBuildCircleSharp.js' +export * from './IconBungalowOutlinedFilled.js' +export * from './IconBungalowOutlined.js' +export * from './IconBungalowRoundedFilled.js' +export * from './IconBungalowRounded.js' +export * from './IconBungalowSharpFilled.js' +export * from './IconBungalowSharp.js' +export * from './IconBurstModeOutlined.js' +export * from './IconBurstModeOutlinedFilled.js' +export * from './IconBurstModeRounded.js' +export * from './IconBurstModeRoundedFilled.js' +export * from './IconBurstModeSharpFilled.js' +export * from './IconBurstModeSharp.js' +export * from './IconBusAlertOutlined.js' +export * from './IconBusAlertOutlinedFilled.js' +export * from './IconBusAlertRoundedFilled.js' +export * from './IconBusAlertRounded.js' +export * from './IconBusAlertSharpFilled.js' +export * from './IconBusAlertSharp.js' +export * from './IconBusinessCenterOutlinedFilled.js' +export * from './IconBusinessCenterOutlined.js' +export * from './IconBusinessCenterRoundedFilled.js' +export * from './IconBusinessCenterRounded.js' +export * from './IconBusinessCenterSharp.js' +export * from './IconBusinessCenterSharpFilled.js' +export * from './IconBusinessChipOutlined.js' +export * from './IconBusinessChipOutlinedFilled.js' +export * from './IconBusinessChipRounded.js' +export * from './IconBusinessChipRoundedFilled.js' +export * from './IconBusinessChipSharpFilled.js' +export * from './IconBusinessChipSharp.js' +export * from './IconBusinessMessagesOutlinedFilled.js' +export * from './IconBusinessMessagesOutlined.js' +export * from './IconBusinessMessagesRoundedFilled.js' +export * from './IconBusinessMessagesRounded.js' +export * from './IconBusinessMessagesSharp.js' +export * from './IconBusinessMessagesSharpFilled.js' +export * from './IconButtonsAltOutlined.js' +export * from './IconButtonsAltOutlinedFilled.js' +export * from './IconButtonsAltRoundedFilled.js' +export * from './IconButtonsAltRounded.js' +export * from './IconButtonsAltSharpFilled.js' +export * from './IconButtonsAltSharp.js' +export * from './IconCabinOutlined.js' +export * from './IconCabinOutlinedFilled.js' +export * from './IconCabinRoundedFilled.js' +export * from './IconCabinRounded.js' +export * from './IconCabinSharpFilled.js' +export * from './IconCabinSharp.js' +export * from './IconCableOutlinedFilled.js' +export * from './IconCableOutlined.js' +export * from './IconCableRoundedFilled.js' +export * from './IconCableRounded.js' +export * from './IconCableSharp.js' +export * from './IconCableSharpFilled.js' +export * from './IconCableCarOutlinedFilled.js' +export * from './IconCableCarOutlined.js' +export * from './IconCableCarRoundedFilled.js' +export * from './IconCableCarRounded.js' +export * from './IconCableCarSharpFilled.js' +export * from './IconCableCarSharp.js' +export * from './IconCachedOutlinedFilled.js' +export * from './IconCachedOutlined.js' +export * from './IconCachedRoundedFilled.js' +export * from './IconCachedRounded.js' +export * from './IconCachedSharp.js' +export * from './IconCachedSharpFilled.js' +export * from './IconCadenceOutlined.js' +export * from './IconCadenceOutlinedFilled.js' +export * from './IconCadenceRounded.js' +export * from './IconCadenceRoundedFilled.js' +export * from './IconCadenceSharpFilled.js' +export * from './IconCadenceSharp.js' +export * from './IconCakeOutlinedFilled.js' +export * from './IconCakeOutlined.js' +export * from './IconCakeRounded.js' +export * from './IconCakeRoundedFilled.js' +export * from './IconCakeSharpFilled.js' +export * from './IconCakeSharp.js' +export * from './IconCakeAddOutlinedFilled.js' +export * from './IconCakeAddOutlined.js' +export * from './IconCakeAddRounded.js' +export * from './IconCakeAddRoundedFilled.js' +export * from './IconCakeAddSharpFilled.js' +export * from './IconCakeAddSharp.js' +export * from './IconCalculateOutlined.js' +export * from './IconCalculateOutlinedFilled.js' +export * from './IconCalculateRounded.js' +export * from './IconCalculateRoundedFilled.js' +export * from './IconCalculateSharp.js' +export * from './IconCalculateSharpFilled.js' +export * from './IconCalendarAddOnOutlinedFilled.js' +export * from './IconCalendarAddOnOutlined.js' +export * from './IconCalendarAddOnRounded.js' +export * from './IconCalendarAddOnRoundedFilled.js' +export * from './IconCalendarAddOnSharp.js' +export * from './IconCalendarAddOnSharpFilled.js' +export * from './IconCalendarAppsScriptOutlinedFilled.js' +export * from './IconCalendarAppsScriptOutlined.js' +export * from './IconCalendarAppsScriptRounded.js' +export * from './IconCalendarAppsScriptRoundedFilled.js' +export * from './IconCalendarAppsScriptSharpFilled.js' +export * from './IconCalendarAppsScriptSharp.js' +export * from './IconCalendarClockOutlined.js' +export * from './IconCalendarClockOutlinedFilled.js' +export * from './IconCalendarClockRounded.js' +export * from './IconCalendarClockRoundedFilled.js' +export * from './IconCalendarClockSharpFilled.js' +export * from './IconCalendarClockSharp.js' +export * from './IconCalendarMonthOutlinedFilled.js' +export * from './IconCalendarMonthOutlined.js' +export * from './IconCalendarMonthRounded.js' +export * from './IconCalendarMonthRoundedFilled.js' +export * from './IconCalendarMonthSharpFilled.js' +export * from './IconCalendarMonthSharp.js' +export * from './IconCalendarTodayOutlined.js' +export * from './IconCalendarTodayOutlinedFilled.js' +export * from './IconCalendarTodayRounded.js' +export * from './IconCalendarTodayRoundedFilled.js' +export * from './IconCalendarTodaySharp.js' +export * from './IconCalendarTodaySharpFilled.js' +export * from './IconCalendarViewDayOutlined.js' +export * from './IconCalendarViewDayOutlinedFilled.js' +export * from './IconCalendarViewDayRounded.js' +export * from './IconCalendarViewDayRoundedFilled.js' +export * from './IconCalendarViewDaySharp.js' +export * from './IconCalendarViewDaySharpFilled.js' +export * from './IconCalendarViewMonthOutlined.js' +export * from './IconCalendarViewMonthOutlinedFilled.js' +export * from './IconCalendarViewMonthRounded.js' +export * from './IconCalendarViewMonthRoundedFilled.js' +export * from './IconCalendarViewMonthSharp.js' +export * from './IconCalendarViewMonthSharpFilled.js' +export * from './IconCalendarViewWeekOutlinedFilled.js' +export * from './IconCalendarViewWeekOutlined.js' +export * from './IconCalendarViewWeekRounded.js' +export * from './IconCalendarViewWeekRoundedFilled.js' +export * from './IconCalendarViewWeekSharpFilled.js' +export * from './IconCalendarViewWeekSharp.js' +export * from './IconCallOutlined.js' +export * from './IconCallOutlinedFilled.js' +export * from './IconCallRounded.js' +export * from './IconCallRoundedFilled.js' +export * from './IconCallSharp.js' +export * from './IconCallSharpFilled.js' +export * from './IconCallEndOutlinedFilled.js' +export * from './IconCallEndOutlined.js' +export * from './IconCallEndRoundedFilled.js' +export * from './IconCallEndRounded.js' +export * from './IconCallEndSharpFilled.js' +export * from './IconCallEndSharp.js' +export * from './IconCallLogOutlinedFilled.js' +export * from './IconCallLogOutlined.js' +export * from './IconCallLogRounded.js' +export * from './IconCallLogRoundedFilled.js' +export * from './IconCallLogSharp.js' +export * from './IconCallLogSharpFilled.js' +export * from './IconCallMadeOutlinedFilled.js' +export * from './IconCallMadeOutlined.js' +export * from './IconCallMadeRounded.js' +export * from './IconCallMadeRoundedFilled.js' +export * from './IconCallMadeSharp.js' +export * from './IconCallMadeSharpFilled.js' +export * from './IconCallMergeOutlined.js' +export * from './IconCallMergeOutlinedFilled.js' +export * from './IconCallMergeRoundedFilled.js' +export * from './IconCallMergeRounded.js' +export * from './IconCallMergeSharp.js' +export * from './IconCallMergeSharpFilled.js' +export * from './IconCallMissedOutlinedFilled.js' +export * from './IconCallMissedOutlined.js' +export * from './IconCallMissedRoundedFilled.js' +export * from './IconCallMissedRounded.js' +export * from './IconCallMissedSharp.js' +export * from './IconCallMissedSharpFilled.js' +export * from './IconCallMissedOutgoingOutlined.js' +export * from './IconCallMissedOutgoingOutlinedFilled.js' +export * from './IconCallMissedOutgoingRounded.js' +export * from './IconCallMissedOutgoingRoundedFilled.js' +export * from './IconCallMissedOutgoingSharp.js' +export * from './IconCallMissedOutgoingSharpFilled.js' +export * from './IconCallQualityOutlinedFilled.js' +export * from './IconCallQualityOutlined.js' +export * from './IconCallQualityRounded.js' +export * from './IconCallQualityRoundedFilled.js' +export * from './IconCallQualitySharpFilled.js' +export * from './IconCallQualitySharp.js' +export * from './IconCallReceivedOutlined.js' +export * from './IconCallReceivedOutlinedFilled.js' +export * from './IconCallReceivedRounded.js' +export * from './IconCallReceivedRoundedFilled.js' +export * from './IconCallReceivedSharpFilled.js' +export * from './IconCallReceivedSharp.js' +export * from './IconCallSplitOutlinedFilled.js' +export * from './IconCallSplitOutlined.js' +export * from './IconCallSplitRoundedFilled.js' +export * from './IconCallSplitRounded.js' +export * from './IconCallSplitSharp.js' +export * from './IconCallSplitSharpFilled.js' +export * from './IconCallToActionOutlinedFilled.js' +export * from './IconCallToActionOutlined.js' +export * from './IconCallToActionRounded.js' +export * from './IconCallToActionRoundedFilled.js' +export * from './IconCallToActionSharpFilled.js' +export * from './IconCallToActionSharp.js' +export * from './IconCameraOutlinedFilled.js' +export * from './IconCameraOutlined.js' +export * from './IconCameraRounded.js' +export * from './IconCameraRoundedFilled.js' +export * from './IconCameraSharp.js' +export * from './IconCameraSharpFilled.js' +export * from './IconCameraFrontOutlinedFilled.js' +export * from './IconCameraFrontOutlined.js' +export * from './IconCameraFrontRoundedFilled.js' +export * from './IconCameraFrontRounded.js' +export * from './IconCameraFrontSharpFilled.js' +export * from './IconCameraFrontSharp.js' +export * from './IconCameraIndoorOutlinedFilled.js' +export * from './IconCameraIndoorOutlined.js' +export * from './IconCameraIndoorRounded.js' +export * from './IconCameraIndoorRoundedFilled.js' +export * from './IconCameraIndoorSharp.js' +export * from './IconCameraIndoorSharpFilled.js' +export * from './IconCameraOutdoorOutlined.js' +export * from './IconCameraOutdoorOutlinedFilled.js' +export * from './IconCameraOutdoorRounded.js' +export * from './IconCameraOutdoorRoundedFilled.js' +export * from './IconCameraOutdoorSharp.js' +export * from './IconCameraOutdoorSharpFilled.js' +export * from './IconCameraRearOutlined.js' +export * from './IconCameraRearOutlinedFilled.js' +export * from './IconCameraRearRounded.js' +export * from './IconCameraRearRoundedFilled.js' +export * from './IconCameraRearSharp.js' +export * from './IconCameraRearSharpFilled.js' +export * from './IconCameraRollOutlinedFilled.js' +export * from './IconCameraRollOutlined.js' +export * from './IconCameraRollRoundedFilled.js' +export * from './IconCameraRollRounded.js' +export * from './IconCameraRollSharpFilled.js' +export * from './IconCameraRollSharp.js' +export * from './IconCameraVideoOutlined.js' +export * from './IconCameraVideoOutlinedFilled.js' +export * from './IconCameraVideoRoundedFilled.js' +export * from './IconCameraVideoRounded.js' +export * from './IconCameraVideoSharpFilled.js' +export * from './IconCameraVideoSharp.js' +export * from './IconCameraswitchOutlined.js' +export * from './IconCameraswitchOutlinedFilled.js' +export * from './IconCameraswitchRounded.js' +export * from './IconCameraswitchRoundedFilled.js' +export * from './IconCameraswitchSharp.js' +export * from './IconCameraswitchSharpFilled.js' +export * from './IconCampaignOutlined.js' +export * from './IconCampaignOutlinedFilled.js' +export * from './IconCampaignRounded.js' +export * from './IconCampaignRoundedFilled.js' +export * from './IconCampaignSharp.js' +export * from './IconCampaignSharpFilled.js' +export * from './IconCampingOutlined.js' +export * from './IconCampingOutlinedFilled.js' +export * from './IconCampingRoundedFilled.js' +export * from './IconCampingRounded.js' +export * from './IconCampingSharpFilled.js' +export * from './IconCampingSharp.js' +export * from './IconCancelOutlinedFilled.js' +export * from './IconCancelOutlined.js' +export * from './IconCancelRoundedFilled.js' +export * from './IconCancelRounded.js' +export * from './IconCancelSharpFilled.js' +export * from './IconCancelSharp.js' +export * from './IconCancelPresentationOutlined.js' +export * from './IconCancelPresentationOutlinedFilled.js' +export * from './IconCancelPresentationRounded.js' +export * from './IconCancelPresentationRoundedFilled.js' +export * from './IconCancelPresentationSharp.js' +export * from './IconCancelPresentationSharpFilled.js' +export * from './IconCancelScheduleSendOutlinedFilled.js' +export * from './IconCancelScheduleSendOutlined.js' +export * from './IconCancelScheduleSendRounded.js' +export * from './IconCancelScheduleSendRoundedFilled.js' +export * from './IconCancelScheduleSendSharpFilled.js' +export * from './IconCancelScheduleSendSharp.js' +export * from './IconCandleOutlinedFilled.js' +export * from './IconCandleOutlined.js' +export * from './IconCandleRoundedFilled.js' +export * from './IconCandleRounded.js' +export * from './IconCandleSharpFilled.js' +export * from './IconCandleSharp.js' +export * from './IconCandlestickChartOutlinedFilled.js' +export * from './IconCandlestickChartOutlined.js' +export * from './IconCandlestickChartRoundedFilled.js' +export * from './IconCandlestickChartRounded.js' +export * from './IconCandlestickChartSharp.js' +export * from './IconCandlestickChartSharpFilled.js' +export * from './IconCaptivePortalOutlinedFilled.js' +export * from './IconCaptivePortalOutlined.js' +export * from './IconCaptivePortalRounded.js' +export * from './IconCaptivePortalRoundedFilled.js' +export * from './IconCaptivePortalSharp.js' +export * from './IconCaptivePortalSharpFilled.js' +export * from './IconCaptureOutlined.js' +export * from './IconCaptureOutlinedFilled.js' +export * from './IconCaptureRoundedFilled.js' +export * from './IconCaptureRounded.js' +export * from './IconCaptureSharp.js' +export * from './IconCaptureSharpFilled.js' +export * from './IconCarCrashOutlined.js' +export * from './IconCarCrashOutlinedFilled.js' +export * from './IconCarCrashRoundedFilled.js' +export * from './IconCarCrashRounded.js' +export * from './IconCarCrashSharp.js' +export * from './IconCarCrashSharpFilled.js' +export * from './IconCarRentalOutlinedFilled.js' +export * from './IconCarRentalOutlined.js' +export * from './IconCarRentalRounded.js' +export * from './IconCarRentalRoundedFilled.js' +export * from './IconCarRentalSharp.js' +export * from './IconCarRentalSharpFilled.js' +export * from './IconCarRepairOutlined.js' +export * from './IconCarRepairOutlinedFilled.js' +export * from './IconCarRepairRounded.js' +export * from './IconCarRepairRoundedFilled.js' +export * from './IconCarRepairSharpFilled.js' +export * from './IconCarRepairSharp.js' +export * from './IconCarTagOutlined.js' +export * from './IconCarTagOutlinedFilled.js' +export * from './IconCarTagRounded.js' +export * from './IconCarTagRoundedFilled.js' +export * from './IconCarTagSharpFilled.js' +export * from './IconCarTagSharp.js' +export * from './IconCardMembershipOutlined.js' +export * from './IconCardMembershipOutlinedFilled.js' +export * from './IconCardMembershipRoundedFilled.js' +export * from './IconCardMembershipRounded.js' +export * from './IconCardMembershipSharpFilled.js' +export * from './IconCardMembershipSharp.js' +export * from './IconCardTravelOutlinedFilled.js' +export * from './IconCardTravelOutlined.js' +export * from './IconCardTravelRounded.js' +export * from './IconCardTravelRoundedFilled.js' +export * from './IconCardTravelSharp.js' +export * from './IconCardTravelSharpFilled.js' +export * from './IconCardioLoadOutlinedFilled.js' +export * from './IconCardioLoadOutlined.js' +export * from './IconCardioLoadRoundedFilled.js' +export * from './IconCardioLoadRounded.js' +export * from './IconCardioLoadSharpFilled.js' +export * from './IconCardioLoadSharp.js' +export * from './IconCardiologyOutlinedFilled.js' +export * from './IconCardiologyOutlined.js' +export * from './IconCardiologyRoundedFilled.js' +export * from './IconCardiologyRounded.js' +export * from './IconCardiologySharpFilled.js' +export * from './IconCardiologySharp.js' +export * from './IconCardsOutlined.js' +export * from './IconCardsOutlinedFilled.js' +export * from './IconCardsRounded.js' +export * from './IconCardsRoundedFilled.js' +export * from './IconCardsSharp.js' +export * from './IconCardsSharpFilled.js' +export * from './IconCarpenterOutlinedFilled.js' +export * from './IconCarpenterOutlined.js' +export * from './IconCarpenterRoundedFilled.js' +export * from './IconCarpenterRounded.js' +export * from './IconCarpenterSharp.js' +export * from './IconCarpenterSharpFilled.js' +export * from './IconCarryOnBagOutlined.js' +export * from './IconCarryOnBagOutlinedFilled.js' +export * from './IconCarryOnBagRounded.js' +export * from './IconCarryOnBagRoundedFilled.js' +export * from './IconCarryOnBagSharpFilled.js' +export * from './IconCarryOnBagSharp.js' +export * from './IconCarryOnBagCheckedOutlined.js' +export * from './IconCarryOnBagCheckedOutlinedFilled.js' +export * from './IconCarryOnBagCheckedRoundedFilled.js' +export * from './IconCarryOnBagCheckedRounded.js' +export * from './IconCarryOnBagCheckedSharpFilled.js' +export * from './IconCarryOnBagCheckedSharp.js' +export * from './IconCarryOnBagInactiveOutlined.js' +export * from './IconCarryOnBagInactiveOutlinedFilled.js' +export * from './IconCarryOnBagInactiveRoundedFilled.js' +export * from './IconCarryOnBagInactiveRounded.js' +export * from './IconCarryOnBagInactiveSharp.js' +export * from './IconCarryOnBagInactiveSharpFilled.js' +export * from './IconCarryOnBagQuestionOutlined.js' +export * from './IconCarryOnBagQuestionOutlinedFilled.js' +export * from './IconCarryOnBagQuestionRoundedFilled.js' +export * from './IconCarryOnBagQuestionRounded.js' +export * from './IconCarryOnBagQuestionSharp.js' +export * from './IconCarryOnBagQuestionSharpFilled.js' +export * from './IconCasesOutlinedFilled.js' +export * from './IconCasesOutlined.js' +export * from './IconCasesRoundedFilled.js' +export * from './IconCasesRounded.js' +export * from './IconCasesSharp.js' +export * from './IconCasesSharpFilled.js' +export * from './IconCasinoOutlined.js' +export * from './IconCasinoOutlinedFilled.js' +export * from './IconCasinoRoundedFilled.js' +export * from './IconCasinoRounded.js' +export * from './IconCasinoSharp.js' +export * from './IconCasinoSharpFilled.js' +export * from './IconCastOutlinedFilled.js' +export * from './IconCastOutlined.js' +export * from './IconCastRounded.js' +export * from './IconCastRoundedFilled.js' +export * from './IconCastSharpFilled.js' +export * from './IconCastSharp.js' +export * from './IconCastConnectedOutlinedFilled.js' +export * from './IconCastConnectedOutlined.js' +export * from './IconCastConnectedRoundedFilled.js' +export * from './IconCastConnectedRounded.js' +export * from './IconCastConnectedSharpFilled.js' +export * from './IconCastConnectedSharp.js' +export * from './IconCastForEducationOutlinedFilled.js' +export * from './IconCastForEducationOutlined.js' +export * from './IconCastForEducationRoundedFilled.js' +export * from './IconCastForEducationRounded.js' +export * from './IconCastForEducationSharp.js' +export * from './IconCastForEducationSharpFilled.js' +export * from './IconCastPauseOutlined.js' +export * from './IconCastPauseOutlinedFilled.js' +export * from './IconCastPauseRounded.js' +export * from './IconCastPauseRoundedFilled.js' +export * from './IconCastPauseSharp.js' +export * from './IconCastPauseSharpFilled.js' +export * from './IconCastWarningOutlined.js' +export * from './IconCastWarningOutlinedFilled.js' +export * from './IconCastWarningRounded.js' +export * from './IconCastWarningRoundedFilled.js' +export * from './IconCastWarningSharpFilled.js' +export * from './IconCastWarningSharp.js' +export * from './IconCastleOutlined.js' +export * from './IconCastleOutlinedFilled.js' +export * from './IconCastleRoundedFilled.js' +export * from './IconCastleRounded.js' +export * from './IconCastleSharp.js' +export * from './IconCastleSharpFilled.js' +export * from './IconCategoryOutlinedFilled.js' +export * from './IconCategoryOutlined.js' +export * from './IconCategoryRounded.js' +export * from './IconCategoryRoundedFilled.js' +export * from './IconCategorySharpFilled.js' +export * from './IconCategorySharp.js' +export * from './IconCategorySearchOutlined.js' +export * from './IconCategorySearchOutlinedFilled.js' +export * from './IconCategorySearchRounded.js' +export * from './IconCategorySearchRoundedFilled.js' +export * from './IconCategorySearchSharp.js' +export * from './IconCategorySearchSharpFilled.js' +export * from './IconCelebrationOutlinedFilled.js' +export * from './IconCelebrationOutlined.js' +export * from './IconCelebrationRounded.js' +export * from './IconCelebrationRoundedFilled.js' +export * from './IconCelebrationSharpFilled.js' +export * from './IconCelebrationSharp.js' +export * from './IconCellMergeOutlined.js' +export * from './IconCellMergeOutlinedFilled.js' +export * from './IconCellMergeRounded.js' +export * from './IconCellMergeRoundedFilled.js' +export * from './IconCellMergeSharp.js' +export * from './IconCellMergeSharpFilled.js' +export * from './IconCellTowerOutlinedFilled.js' +export * from './IconCellTowerOutlined.js' +export * from './IconCellTowerRounded.js' +export * from './IconCellTowerRoundedFilled.js' +export * from './IconCellTowerSharp.js' +export * from './IconCellTowerSharpFilled.js' +export * from './IconCellWifiOutlined.js' +export * from './IconCellWifiOutlinedFilled.js' +export * from './IconCellWifiRounded.js' +export * from './IconCellWifiRoundedFilled.js' +export * from './IconCellWifiSharpFilled.js' +export * from './IconCellWifiSharp.js' +export * from './IconCenterFocusStrongOutlinedFilled.js' +export * from './IconCenterFocusStrongOutlined.js' +export * from './IconCenterFocusStrongRoundedFilled.js' +export * from './IconCenterFocusStrongRounded.js' +export * from './IconCenterFocusStrongSharp.js' +export * from './IconCenterFocusStrongSharpFilled.js' +export * from './IconCenterFocusWeakOutlined.js' +export * from './IconCenterFocusWeakOutlinedFilled.js' +export * from './IconCenterFocusWeakRounded.js' +export * from './IconCenterFocusWeakRoundedFilled.js' +export * from './IconCenterFocusWeakSharpFilled.js' +export * from './IconCenterFocusWeakSharp.js' +export * from './IconChairOutlinedFilled.js' +export * from './IconChairOutlined.js' +export * from './IconChairRoundedFilled.js' +export * from './IconChairRounded.js' +export * from './IconChairSharp.js' +export * from './IconChairSharpFilled.js' +export * from './IconChairAltOutlined.js' +export * from './IconChairAltOutlinedFilled.js' +export * from './IconChairAltRounded.js' +export * from './IconChairAltRoundedFilled.js' +export * from './IconChairAltSharpFilled.js' +export * from './IconChairAltSharp.js' +export * from './IconChaletOutlinedFilled.js' +export * from './IconChaletOutlined.js' +export * from './IconChaletRoundedFilled.js' +export * from './IconChaletRounded.js' +export * from './IconChaletSharp.js' +export * from './IconChaletSharpFilled.js' +export * from './IconChangeCircleOutlined.js' +export * from './IconChangeCircleOutlinedFilled.js' +export * from './IconChangeCircleRoundedFilled.js' +export * from './IconChangeCircleRounded.js' +export * from './IconChangeCircleSharpFilled.js' +export * from './IconChangeCircleSharp.js' +export * from './IconChangeHistoryOutlined.js' +export * from './IconChangeHistoryOutlinedFilled.js' +export * from './IconChangeHistoryRoundedFilled.js' +export * from './IconChangeHistoryRounded.js' +export * from './IconChangeHistorySharpFilled.js' +export * from './IconChangeHistorySharp.js' +export * from './IconChargerOutlinedFilled.js' +export * from './IconChargerOutlined.js' +export * from './IconChargerRoundedFilled.js' +export * from './IconChargerRounded.js' +export * from './IconChargerSharp.js' +export * from './IconChargerSharpFilled.js' +export * from './IconChargingStationOutlinedFilled.js' +export * from './IconChargingStationOutlined.js' +export * from './IconChargingStationRounded.js' +export * from './IconChargingStationRoundedFilled.js' +export * from './IconChargingStationSharpFilled.js' +export * from './IconChargingStationSharp.js' +export * from './IconChartDataOutlined.js' +export * from './IconChartDataOutlinedFilled.js' +export * from './IconChartDataRoundedFilled.js' +export * from './IconChartDataRounded.js' +export * from './IconChartDataSharp.js' +export * from './IconChartDataSharpFilled.js' +export * from './IconChatOutlined.js' +export * from './IconChatOutlinedFilled.js' +export * from './IconChatRoundedFilled.js' +export * from './IconChatRounded.js' +export * from './IconChatSharpFilled.js' +export * from './IconChatSharp.js' +export * from './IconChatAddOnOutlined.js' +export * from './IconChatAddOnOutlinedFilled.js' +export * from './IconChatAddOnRoundedFilled.js' +export * from './IconChatAddOnRounded.js' +export * from './IconChatAddOnSharp.js' +export * from './IconChatAddOnSharpFilled.js' +export * from './IconChatAppsScriptOutlinedFilled.js' +export * from './IconChatAppsScriptOutlined.js' +export * from './IconChatAppsScriptRoundedFilled.js' +export * from './IconChatAppsScriptRounded.js' +export * from './IconChatAppsScriptSharp.js' +export * from './IconChatAppsScriptSharpFilled.js' +export * from './IconChatBubbleOutlinedFilled.js' +export * from './IconChatBubbleOutlined.js' +export * from './IconChatBubbleRounded.js' +export * from './IconChatBubbleRoundedFilled.js' +export * from './IconChatBubbleSharp.js' +export * from './IconChatBubbleSharpFilled.js' +export * from './IconChatErrorOutlined.js' +export * from './IconChatErrorOutlinedFilled.js' +export * from './IconChatErrorRounded.js' +export * from './IconChatErrorRoundedFilled.js' +export * from './IconChatErrorSharpFilled.js' +export * from './IconChatErrorSharp.js' +export * from './IconChatInfoOutlined.js' +export * from './IconChatInfoOutlinedFilled.js' +export * from './IconChatInfoRoundedFilled.js' +export * from './IconChatInfoRounded.js' +export * from './IconChatInfoSharp.js' +export * from './IconChatInfoSharpFilled.js' +export * from './IconChatPasteGoOutlined.js' +export * from './IconChatPasteGoOutlinedFilled.js' +export * from './IconChatPasteGoRounded.js' +export * from './IconChatPasteGoRoundedFilled.js' +export * from './IconChatPasteGoSharp.js' +export * from './IconChatPasteGoSharpFilled.js' +export * from './IconCheckOutlined.js' +export * from './IconCheckOutlinedFilled.js' +export * from './IconCheckRounded.js' +export * from './IconCheckRoundedFilled.js' +export * from './IconCheckSharp.js' +export * from './IconCheckSharpFilled.js' +export * from './IconCheckBoxOutlinedFilled.js' +export * from './IconCheckBoxOutlined.js' +export * from './IconCheckBoxRoundedFilled.js' +export * from './IconCheckBoxRounded.js' +export * from './IconCheckBoxSharp.js' +export * from './IconCheckBoxSharpFilled.js' +export * from './IconCheckBoxOutlineBlankOutlined.js' +export * from './IconCheckBoxOutlineBlankOutlinedFilled.js' +export * from './IconCheckBoxOutlineBlankRounded.js' +export * from './IconCheckBoxOutlineBlankRoundedFilled.js' +export * from './IconCheckBoxOutlineBlankSharp.js' +export * from './IconCheckBoxOutlineBlankSharpFilled.js' +export * from './IconCheckCircleOutlinedFilled.js' +export * from './IconCheckCircleOutlined.js' +export * from './IconCheckCircleRoundedFilled.js' +export * from './IconCheckCircleRounded.js' +export * from './IconCheckCircleSharp.js' +export * from './IconCheckCircleSharpFilled.js' +export * from './IconCheckInOutOutlined.js' +export * from './IconCheckInOutOutlinedFilled.js' +export * from './IconCheckInOutRounded.js' +export * from './IconCheckInOutRoundedFilled.js' +export * from './IconCheckInOutSharpFilled.js' +export * from './IconCheckInOutSharp.js' +export * from './IconCheckIndeterminateSmallOutlinedFilled.js' +export * from './IconCheckIndeterminateSmallOutlined.js' +export * from './IconCheckIndeterminateSmallRounded.js' +export * from './IconCheckIndeterminateSmallRoundedFilled.js' +export * from './IconCheckIndeterminateSmallSharp.js' +export * from './IconCheckIndeterminateSmallSharpFilled.js' +export * from './IconCheckSmallOutlined.js' +export * from './IconCheckSmallOutlinedFilled.js' +export * from './IconCheckSmallRounded.js' +export * from './IconCheckSmallRoundedFilled.js' +export * from './IconCheckSmallSharp.js' +export * from './IconCheckSmallSharpFilled.js' +export * from './IconCheckbookOutlined.js' +export * from './IconCheckbookOutlinedFilled.js' +export * from './IconCheckbookRoundedFilled.js' +export * from './IconCheckbookRounded.js' +export * from './IconCheckbookSharp.js' +export * from './IconCheckbookSharpFilled.js' +export * from './IconCheckedBagOutlinedFilled.js' +export * from './IconCheckedBagOutlined.js' +export * from './IconCheckedBagRoundedFilled.js' +export * from './IconCheckedBagRounded.js' +export * from './IconCheckedBagSharpFilled.js' +export * from './IconCheckedBagSharp.js' +export * from './IconCheckedBagQuestionOutlined.js' +export * from './IconCheckedBagQuestionOutlinedFilled.js' +export * from './IconCheckedBagQuestionRoundedFilled.js' +export * from './IconCheckedBagQuestionRounded.js' +export * from './IconCheckedBagQuestionSharp.js' +export * from './IconCheckedBagQuestionSharpFilled.js' +export * from './IconChecklistOutlined.js' +export * from './IconChecklistOutlinedFilled.js' +export * from './IconChecklistRounded.js' +export * from './IconChecklistRoundedFilled.js' +export * from './IconChecklistSharp.js' +export * from './IconChecklistSharpFilled.js' +export * from './IconChecklistRtlOutlined.js' +export * from './IconChecklistRtlOutlinedFilled.js' +export * from './IconChecklistRtlRoundedFilled.js' +export * from './IconChecklistRtlRounded.js' +export * from './IconChecklistRtlSharp.js' +export * from './IconChecklistRtlSharpFilled.js' +export * from './IconCheckroomOutlinedFilled.js' +export * from './IconCheckroomOutlined.js' +export * from './IconCheckroomRounded.js' +export * from './IconCheckroomRoundedFilled.js' +export * from './IconCheckroomSharpFilled.js' +export * from './IconCheckroomSharp.js' +export * from './IconCheerOutlined.js' +export * from './IconCheerOutlinedFilled.js' +export * from './IconCheerRoundedFilled.js' +export * from './IconCheerRounded.js' +export * from './IconCheerSharpFilled.js' +export * from './IconCheerSharp.js' +export * from './IconChessOutlinedFilled.js' +export * from './IconChessOutlined.js' +export * from './IconChessRounded.js' +export * from './IconChessRoundedFilled.js' +export * from './IconChessSharp.js' +export * from './IconChessSharpFilled.js' +export * from './IconChevronBackwardOutlined.js' +export * from './IconChevronBackwardOutlinedFilled.js' +export * from './IconChevronBackwardRounded.js' +export * from './IconChevronBackwardRoundedFilled.js' +export * from './IconChevronBackwardSharp.js' +export * from './IconChevronBackwardSharpFilled.js' +export * from './IconChevronForwardOutlined.js' +export * from './IconChevronForwardOutlinedFilled.js' +export * from './IconChevronForwardRounded.js' +export * from './IconChevronForwardRoundedFilled.js' +export * from './IconChevronForwardSharpFilled.js' +export * from './IconChevronForwardSharp.js' +export * from './IconChevronLeftOutlined.js' +export * from './IconChevronLeftOutlinedFilled.js' +export * from './IconChevronLeftRoundedFilled.js' +export * from './IconChevronLeftRounded.js' +export * from './IconChevronLeftSharp.js' +export * from './IconChevronLeftSharpFilled.js' +export * from './IconChevronRightOutlinedFilled.js' +export * from './IconChevronRightOutlined.js' +export * from './IconChevronRightRounded.js' +export * from './IconChevronRightRoundedFilled.js' +export * from './IconChevronRightSharpFilled.js' +export * from './IconChevronRightSharp.js' +export * from './IconChildCareOutlinedFilled.js' +export * from './IconChildCareOutlined.js' +export * from './IconChildCareRoundedFilled.js' +export * from './IconChildCareRounded.js' +export * from './IconChildCareSharpFilled.js' +export * from './IconChildCareSharp.js' +export * from './IconChildFriendlyOutlinedFilled.js' +export * from './IconChildFriendlyOutlined.js' +export * from './IconChildFriendlyRoundedFilled.js' +export * from './IconChildFriendlyRounded.js' +export * from './IconChildFriendlySharp.js' +export * from './IconChildFriendlySharpFilled.js' +export * from './IconChipExtractionOutlinedFilled.js' +export * from './IconChipExtractionOutlined.js' +export * from './IconChipExtractionRoundedFilled.js' +export * from './IconChipExtractionRounded.js' +export * from './IconChipExtractionSharpFilled.js' +export * from './IconChipExtractionSharp.js' +export * from './IconChipsOutlined.js' +export * from './IconChipsOutlinedFilled.js' +export * from './IconChipsRounded.js' +export * from './IconChipsRoundedFilled.js' +export * from './IconChipsSharpFilled.js' +export * from './IconChipsSharp.js' +export * from './IconChromeReaderModeOutlined.js' +export * from './IconChromeReaderModeOutlinedFilled.js' +export * from './IconChromeReaderModeRounded.js' +export * from './IconChromeReaderModeRoundedFilled.js' +export * from './IconChromeReaderModeSharp.js' +export * from './IconChromeReaderModeSharpFilled.js' +export * from './IconChromecast2Outlined.js' +export * from './IconChromecast2OutlinedFilled.js' +export * from './IconChromecast2Rounded.js' +export * from './IconChromecast2RoundedFilled.js' +export * from './IconChromecast2SharpFilled.js' +export * from './IconChromecast2Sharp.js' +export * from './IconChromecastDeviceOutlined.js' +export * from './IconChromecastDeviceOutlinedFilled.js' +export * from './IconChromecastDeviceRoundedFilled.js' +export * from './IconChromecastDeviceRounded.js' +export * from './IconChromecastDeviceSharp.js' +export * from './IconChromecastDeviceSharpFilled.js' +export * from './IconChronicOutlined.js' +export * from './IconChronicOutlinedFilled.js' +export * from './IconChronicRounded.js' +export * from './IconChronicRoundedFilled.js' +export * from './IconChronicSharp.js' +export * from './IconChronicSharpFilled.js' +export * from './IconChurchOutlined.js' +export * from './IconChurchOutlinedFilled.js' +export * from './IconChurchRoundedFilled.js' +export * from './IconChurchRounded.js' +export * from './IconChurchSharpFilled.js' +export * from './IconChurchSharp.js' +export * from './IconCinematicBlurOutlined.js' +export * from './IconCinematicBlurOutlinedFilled.js' +export * from './IconCinematicBlurRounded.js' +export * from './IconCinematicBlurRoundedFilled.js' +export * from './IconCinematicBlurSharp.js' +export * from './IconCinematicBlurSharpFilled.js' +export * from './IconCircleOutlined.js' +export * from './IconCircleOutlinedFilled.js' +export * from './IconCircleRoundedFilled.js' +export * from './IconCircleRounded.js' +export * from './IconCircleSharp.js' +export * from './IconCircleSharpFilled.js' +export * from './IconCircleNotificationsOutlined.js' +export * from './IconCircleNotificationsOutlinedFilled.js' +export * from './IconCircleNotificationsRounded.js' +export * from './IconCircleNotificationsRoundedFilled.js' +export * from './IconCircleNotificationsSharpFilled.js' +export * from './IconCircleNotificationsSharp.js' +export * from './IconCirclesOutlinedFilled.js' +export * from './IconCirclesOutlined.js' +export * from './IconCirclesRoundedFilled.js' +export * from './IconCirclesRounded.js' +export * from './IconCirclesSharpFilled.js' +export * from './IconCirclesSharp.js' +export * from './IconCirclesExtOutlinedFilled.js' +export * from './IconCirclesExtOutlined.js' +export * from './IconCirclesExtRoundedFilled.js' +export * from './IconCirclesExtRounded.js' +export * from './IconCirclesExtSharp.js' +export * from './IconCirclesExtSharpFilled.js' +export * from './IconClarifyOutlined.js' +export * from './IconClarifyOutlinedFilled.js' +export * from './IconClarifyRounded.js' +export * from './IconClarifyRoundedFilled.js' +export * from './IconClarifySharp.js' +export * from './IconClarifySharpFilled.js' +export * from './IconCleanHandsOutlined.js' +export * from './IconCleanHandsOutlinedFilled.js' +export * from './IconCleanHandsRounded.js' +export * from './IconCleanHandsRoundedFilled.js' +export * from './IconCleanHandsSharpFilled.js' +export * from './IconCleanHandsSharp.js' +export * from './IconCleaningOutlined.js' +export * from './IconCleaningOutlinedFilled.js' +export * from './IconCleaningRoundedFilled.js' +export * from './IconCleaningRounded.js' +export * from './IconCleaningSharpFilled.js' +export * from './IconCleaningSharp.js' +export * from './IconCleaningBucketOutlined.js' +export * from './IconCleaningBucketOutlinedFilled.js' +export * from './IconCleaningBucketRoundedFilled.js' +export * from './IconCleaningBucketRounded.js' +export * from './IconCleaningBucketSharp.js' +export * from './IconCleaningBucketSharpFilled.js' +export * from './IconCleaningServicesOutlinedFilled.js' +export * from './IconCleaningServicesOutlined.js' +export * from './IconCleaningServicesRounded.js' +export * from './IconCleaningServicesRoundedFilled.js' +export * from './IconCleaningServicesSharp.js' +export * from './IconCleaningServicesSharpFilled.js' +export * from './IconClearAllOutlined.js' +export * from './IconClearAllOutlinedFilled.js' +export * from './IconClearAllRoundedFilled.js' +export * from './IconClearAllRounded.js' +export * from './IconClearAllSharp.js' +export * from './IconClearAllSharpFilled.js' +export * from './IconClearDayOutlinedFilled.js' +export * from './IconClearDayOutlined.js' +export * from './IconClearDayRoundedFilled.js' +export * from './IconClearDayRounded.js' +export * from './IconClearDaySharpFilled.js' +export * from './IconClearDaySharp.js' +export * from './IconClimateMiniSplitOutlined.js' +export * from './IconClimateMiniSplitOutlinedFilled.js' +export * from './IconClimateMiniSplitRoundedFilled.js' +export * from './IconClimateMiniSplitRounded.js' +export * from './IconClimateMiniSplitSharp.js' +export * from './IconClimateMiniSplitSharpFilled.js' +export * from './IconClinicalNotesOutlined.js' +export * from './IconClinicalNotesOutlinedFilled.js' +export * from './IconClinicalNotesRoundedFilled.js' +export * from './IconClinicalNotesRounded.js' +export * from './IconClinicalNotesSharpFilled.js' +export * from './IconClinicalNotesSharp.js' +export * from './IconClockLoader10OutlinedFilled.js' +export * from './IconClockLoader10Outlined.js' +export * from './IconClockLoader10RoundedFilled.js' +export * from './IconClockLoader10Rounded.js' +export * from './IconClockLoader10SharpFilled.js' +export * from './IconClockLoader10Sharp.js' +export * from './IconClockLoader20Outlined.js' +export * from './IconClockLoader20OutlinedFilled.js' +export * from './IconClockLoader20RoundedFilled.js' +export * from './IconClockLoader20Rounded.js' +export * from './IconClockLoader20Sharp.js' +export * from './IconClockLoader20SharpFilled.js' +export * from './IconClockLoader40Outlined.js' +export * from './IconClockLoader40OutlinedFilled.js' +export * from './IconClockLoader40Rounded.js' +export * from './IconClockLoader40RoundedFilled.js' +export * from './IconClockLoader40Sharp.js' +export * from './IconClockLoader40SharpFilled.js' +export * from './IconClockLoader60Outlined.js' +export * from './IconClockLoader60OutlinedFilled.js' +export * from './IconClockLoader60Rounded.js' +export * from './IconClockLoader60RoundedFilled.js' +export * from './IconClockLoader60SharpFilled.js' +export * from './IconClockLoader60Sharp.js' +export * from './IconClockLoader80Outlined.js' +export * from './IconClockLoader80OutlinedFilled.js' +export * from './IconClockLoader80Rounded.js' +export * from './IconClockLoader80RoundedFilled.js' +export * from './IconClockLoader80SharpFilled.js' +export * from './IconClockLoader80Sharp.js' +export * from './IconClockLoader90Outlined.js' +export * from './IconClockLoader90OutlinedFilled.js' +export * from './IconClockLoader90Rounded.js' +export * from './IconClockLoader90RoundedFilled.js' +export * from './IconClockLoader90Sharp.js' +export * from './IconClockLoader90SharpFilled.js' +export * from './IconCloseOutlined.js' +export * from './IconCloseOutlinedFilled.js' +export * from './IconCloseRoundedFilled.js' +export * from './IconCloseRounded.js' +export * from './IconCloseSharp.js' +export * from './IconCloseSharpFilled.js' +export * from './IconCloseFullscreenOutlined.js' +export * from './IconCloseFullscreenOutlinedFilled.js' +export * from './IconCloseFullscreenRoundedFilled.js' +export * from './IconCloseFullscreenRounded.js' +export * from './IconCloseFullscreenSharp.js' +export * from './IconCloseFullscreenSharpFilled.js' +export * from './IconCloseSmallOutlined.js' +export * from './IconCloseSmallOutlinedFilled.js' +export * from './IconCloseSmallRounded.js' +export * from './IconCloseSmallRoundedFilled.js' +export * from './IconCloseSmallSharp.js' +export * from './IconCloseSmallSharpFilled.js' +export * from './IconClosedCaptionOutlinedFilled.js' +export * from './IconClosedCaptionOutlined.js' +export * from './IconClosedCaptionRounded.js' +export * from './IconClosedCaptionRoundedFilled.js' +export * from './IconClosedCaptionSharpFilled.js' +export * from './IconClosedCaptionSharp.js' +export * from './IconClosedCaptionAddOutlined.js' +export * from './IconClosedCaptionAddOutlinedFilled.js' +export * from './IconClosedCaptionAddRounded.js' +export * from './IconClosedCaptionAddRoundedFilled.js' +export * from './IconClosedCaptionAddSharp.js' +export * from './IconClosedCaptionAddSharpFilled.js' +export * from './IconClosedCaptionDisabledOutlinedFilled.js' +export * from './IconClosedCaptionDisabledOutlined.js' +export * from './IconClosedCaptionDisabledRounded.js' +export * from './IconClosedCaptionDisabledRoundedFilled.js' +export * from './IconClosedCaptionDisabledSharp.js' +export * from './IconClosedCaptionDisabledSharpFilled.js' +export * from './IconCloudOutlined.js' +export * from './IconCloudOutlinedFilled.js' +export * from './IconCloudRoundedFilled.js' +export * from './IconCloudRounded.js' +export * from './IconCloudSharp.js' +export * from './IconCloudSharpFilled.js' +export * from './IconCloudAlertOutlinedFilled.js' +export * from './IconCloudAlertOutlined.js' +export * from './IconCloudAlertRounded.js' +export * from './IconCloudAlertRoundedFilled.js' +export * from './IconCloudAlertSharpFilled.js' +export * from './IconCloudAlertSharp.js' +export * from './IconCloudCircleOutlined.js' +export * from './IconCloudCircleOutlinedFilled.js' +export * from './IconCloudCircleRoundedFilled.js' +export * from './IconCloudCircleRounded.js' +export * from './IconCloudCircleSharp.js' +export * from './IconCloudCircleSharpFilled.js' +export * from './IconCloudDoneOutlinedFilled.js' +export * from './IconCloudDoneOutlined.js' +export * from './IconCloudDoneRoundedFilled.js' +export * from './IconCloudDoneRounded.js' +export * from './IconCloudDoneSharpFilled.js' +export * from './IconCloudDoneSharp.js' +export * from './IconCloudDownloadOutlined.js' +export * from './IconCloudDownloadOutlinedFilled.js' +export * from './IconCloudDownloadRoundedFilled.js' +export * from './IconCloudDownloadRounded.js' +export * from './IconCloudDownloadSharp.js' +export * from './IconCloudDownloadSharpFilled.js' +export * from './IconCloudOffOutlined.js' +export * from './IconCloudOffOutlinedFilled.js' +export * from './IconCloudOffRoundedFilled.js' +export * from './IconCloudOffRounded.js' +export * from './IconCloudOffSharp.js' +export * from './IconCloudOffSharpFilled.js' +export * from './IconCloudSyncOutlinedFilled.js' +export * from './IconCloudSyncOutlined.js' +export * from './IconCloudSyncRoundedFilled.js' +export * from './IconCloudSyncRounded.js' +export * from './IconCloudSyncSharpFilled.js' +export * from './IconCloudSyncSharp.js' +export * from './IconCloudUploadOutlined.js' +export * from './IconCloudUploadOutlinedFilled.js' +export * from './IconCloudUploadRounded.js' +export * from './IconCloudUploadRoundedFilled.js' +export * from './IconCloudUploadSharp.js' +export * from './IconCloudUploadSharpFilled.js' +export * from './IconCloudySnowingOutlined.js' +export * from './IconCloudySnowingOutlinedFilled.js' +export * from './IconCloudySnowingRounded.js' +export * from './IconCloudySnowingRoundedFilled.js' +export * from './IconCloudySnowingSharp.js' +export * from './IconCloudySnowingSharpFilled.js' +export * from './IconCo2OutlinedFilled.js' +export * from './IconCo2Outlined.js' +export * from './IconCo2RoundedFilled.js' +export * from './IconCo2Rounded.js' +export * from './IconCo2Sharp.js' +export * from './IconCo2SharpFilled.js' +export * from './IconCoPresentOutlinedFilled.js' +export * from './IconCoPresentOutlined.js' +export * from './IconCoPresentRoundedFilled.js' +export * from './IconCoPresentRounded.js' +export * from './IconCoPresentSharp.js' +export * from './IconCoPresentSharpFilled.js' +export * from './IconCodeOutlinedFilled.js' +export * from './IconCodeOutlined.js' +export * from './IconCodeRoundedFilled.js' +export * from './IconCodeRounded.js' +export * from './IconCodeSharp.js' +export * from './IconCodeSharpFilled.js' +export * from './IconCodeBlocksOutlinedFilled.js' +export * from './IconCodeBlocksOutlined.js' +export * from './IconCodeBlocksRoundedFilled.js' +export * from './IconCodeBlocksRounded.js' +export * from './IconCodeBlocksSharpFilled.js' +export * from './IconCodeBlocksSharp.js' +export * from './IconCodeOffOutlinedFilled.js' +export * from './IconCodeOffOutlined.js' +export * from './IconCodeOffRounded.js' +export * from './IconCodeOffRoundedFilled.js' +export * from './IconCodeOffSharpFilled.js' +export * from './IconCodeOffSharp.js' +export * from './IconCoffeeOutlinedFilled.js' +export * from './IconCoffeeOutlined.js' +export * from './IconCoffeeRounded.js' +export * from './IconCoffeeRoundedFilled.js' +export * from './IconCoffeeSharp.js' +export * from './IconCoffeeSharpFilled.js' +export * from './IconCoffeeMakerOutlined.js' +export * from './IconCoffeeMakerOutlinedFilled.js' +export * from './IconCoffeeMakerRoundedFilled.js' +export * from './IconCoffeeMakerRounded.js' +export * from './IconCoffeeMakerSharp.js' +export * from './IconCoffeeMakerSharpFilled.js' +export * from './IconCognitionOutlined.js' +export * from './IconCognitionOutlinedFilled.js' +export * from './IconCognitionRoundedFilled.js' +export * from './IconCognitionRounded.js' +export * from './IconCognitionSharpFilled.js' +export * from './IconCognitionSharp.js' +export * from './IconCollapseAllOutlinedFilled.js' +export * from './IconCollapseAllOutlined.js' +export * from './IconCollapseAllRounded.js' +export * from './IconCollapseAllRoundedFilled.js' +export * from './IconCollapseAllSharp.js' +export * from './IconCollapseAllSharpFilled.js' +export * from './IconCollapseContentOutlinedFilled.js' +export * from './IconCollapseContentOutlined.js' +export * from './IconCollapseContentRoundedFilled.js' +export * from './IconCollapseContentRounded.js' +export * from './IconCollapseContentSharp.js' +export * from './IconCollapseContentSharpFilled.js' +export * from './IconCollectionsBookmarkOutlined.js' +export * from './IconCollectionsBookmarkOutlinedFilled.js' +export * from './IconCollectionsBookmarkRounded.js' +export * from './IconCollectionsBookmarkRoundedFilled.js' +export * from './IconCollectionsBookmarkSharpFilled.js' +export * from './IconCollectionsBookmarkSharp.js' +export * from './IconColorizeOutlined.js' +export * from './IconColorizeOutlinedFilled.js' +export * from './IconColorizeRoundedFilled.js' +export * from './IconColorizeRounded.js' +export * from './IconColorizeSharp.js' +export * from './IconColorizeSharpFilled.js' +export * from './IconColorsOutlinedFilled.js' +export * from './IconColorsOutlined.js' +export * from './IconColorsRounded.js' +export * from './IconColorsRoundedFilled.js' +export * from './IconColorsSharpFilled.js' +export * from './IconColorsSharp.js' +export * from './IconCombineColumnsOutlinedFilled.js' +export * from './IconCombineColumnsOutlined.js' +export * from './IconCombineColumnsRoundedFilled.js' +export * from './IconCombineColumnsRounded.js' +export * from './IconCombineColumnsSharpFilled.js' +export * from './IconCombineColumnsSharp.js' +export * from './IconComedyMaskOutlinedFilled.js' +export * from './IconComedyMaskOutlined.js' +export * from './IconComedyMaskRoundedFilled.js' +export * from './IconComedyMaskRounded.js' +export * from './IconComedyMaskSharp.js' +export * from './IconComedyMaskSharpFilled.js' +export * from './IconComicBubbleOutlinedFilled.js' +export * from './IconComicBubbleOutlined.js' +export * from './IconComicBubbleRounded.js' +export * from './IconComicBubbleRoundedFilled.js' +export * from './IconComicBubbleSharp.js' +export * from './IconComicBubbleSharpFilled.js' +export * from './IconCommentOutlined.js' +export * from './IconCommentOutlinedFilled.js' +export * from './IconCommentRounded.js' +export * from './IconCommentRoundedFilled.js' +export * from './IconCommentSharpFilled.js' +export * from './IconCommentSharp.js' +export * from './IconCommentBankOutlined.js' +export * from './IconCommentBankOutlinedFilled.js' +export * from './IconCommentBankRoundedFilled.js' +export * from './IconCommentBankRounded.js' +export * from './IconCommentBankSharpFilled.js' +export * from './IconCommentBankSharp.js' +export * from './IconCommentsDisabledOutlined.js' +export * from './IconCommentsDisabledOutlinedFilled.js' +export * from './IconCommentsDisabledRounded.js' +export * from './IconCommentsDisabledRoundedFilled.js' +export * from './IconCommentsDisabledSharpFilled.js' +export * from './IconCommentsDisabledSharp.js' +export * from './IconCommitOutlined.js' +export * from './IconCommitOutlinedFilled.js' +export * from './IconCommitRounded.js' +export * from './IconCommitRoundedFilled.js' +export * from './IconCommitSharpFilled.js' +export * from './IconCommitSharp.js' +export * from './IconCommunicationOutlined.js' +export * from './IconCommunicationOutlinedFilled.js' +export * from './IconCommunicationRounded.js' +export * from './IconCommunicationRoundedFilled.js' +export * from './IconCommunicationSharpFilled.js' +export * from './IconCommunicationSharp.js' +export * from './IconCommunitiesOutlined.js' +export * from './IconCommunitiesOutlinedFilled.js' +export * from './IconCommunitiesRoundedFilled.js' +export * from './IconCommunitiesRounded.js' +export * from './IconCommunitiesSharp.js' +export * from './IconCommunitiesSharpFilled.js' +export * from './IconCommuteOutlinedFilled.js' +export * from './IconCommuteOutlined.js' +export * from './IconCommuteRounded.js' +export * from './IconCommuteRoundedFilled.js' +export * from './IconCommuteSharp.js' +export * from './IconCommuteSharpFilled.js' +export * from './IconCompareOutlined.js' +export * from './IconCompareOutlinedFilled.js' +export * from './IconCompareRounded.js' +export * from './IconCompareRoundedFilled.js' +export * from './IconCompareSharpFilled.js' +export * from './IconCompareSharp.js' +export * from './IconCompareArrowsOutlinedFilled.js' +export * from './IconCompareArrowsOutlined.js' +export * from './IconCompareArrowsRoundedFilled.js' +export * from './IconCompareArrowsRounded.js' +export * from './IconCompareArrowsSharpFilled.js' +export * from './IconCompareArrowsSharp.js' +export * from './IconCompassCalibrationOutlinedFilled.js' +export * from './IconCompassCalibrationOutlined.js' +export * from './IconCompassCalibrationRoundedFilled.js' +export * from './IconCompassCalibrationRounded.js' +export * from './IconCompassCalibrationSharpFilled.js' +export * from './IconCompassCalibrationSharp.js' +export * from './IconComponentExchangeOutlined.js' +export * from './IconComponentExchangeOutlinedFilled.js' +export * from './IconComponentExchangeRounded.js' +export * from './IconComponentExchangeRoundedFilled.js' +export * from './IconComponentExchangeSharp.js' +export * from './IconComponentExchangeSharpFilled.js' +export * from './IconCompostOutlinedFilled.js' +export * from './IconCompostOutlined.js' +export * from './IconCompostRoundedFilled.js' +export * from './IconCompostRounded.js' +export * from './IconCompostSharp.js' +export * from './IconCompostSharpFilled.js' +export * from './IconCompressOutlinedFilled.js' +export * from './IconCompressOutlined.js' +export * from './IconCompressRounded.js' +export * from './IconCompressRoundedFilled.js' +export * from './IconCompressSharpFilled.js' +export * from './IconCompressSharp.js' +export * from './IconComputerOutlined.js' +export * from './IconComputerOutlinedFilled.js' +export * from './IconComputerRoundedFilled.js' +export * from './IconComputerRounded.js' +export * from './IconComputerSharpFilled.js' +export * from './IconComputerSharp.js' +export * from './IconConciergeOutlinedFilled.js' +export * from './IconConciergeOutlined.js' +export * from './IconConciergeRoundedFilled.js' +export * from './IconConciergeRounded.js' +export * from './IconConciergeSharpFilled.js' +export * from './IconConciergeSharp.js' +export * from './IconConditionsOutlined.js' +export * from './IconConditionsOutlinedFilled.js' +export * from './IconConditionsRoundedFilled.js' +export * from './IconConditionsRounded.js' +export * from './IconConditionsSharpFilled.js' +export * from './IconConditionsSharp.js' +export * from './IconConfirmationNumberOutlinedFilled.js' +export * from './IconConfirmationNumberOutlined.js' +export * from './IconConfirmationNumberRoundedFilled.js' +export * from './IconConfirmationNumberRounded.js' +export * from './IconConfirmationNumberSharpFilled.js' +export * from './IconConfirmationNumberSharp.js' +export * from './IconCongenitalOutlinedFilled.js' +export * from './IconCongenitalOutlined.js' +export * from './IconCongenitalRoundedFilled.js' +export * from './IconCongenitalRounded.js' +export * from './IconCongenitalSharp.js' +export * from './IconCongenitalSharpFilled.js' +export * from './IconConnectWithoutContactOutlinedFilled.js' +export * from './IconConnectWithoutContactOutlined.js' +export * from './IconConnectWithoutContactRounded.js' +export * from './IconConnectWithoutContactRoundedFilled.js' +export * from './IconConnectWithoutContactSharpFilled.js' +export * from './IconConnectWithoutContactSharp.js' +export * from './IconConnectedTvOutlined.js' +export * from './IconConnectedTvOutlinedFilled.js' +export * from './IconConnectedTvRounded.js' +export * from './IconConnectedTvRoundedFilled.js' +export * from './IconConnectedTvSharp.js' +export * from './IconConnectedTvSharpFilled.js' +export * from './IconConnectingAirportsOutlined.js' +export * from './IconConnectingAirportsOutlinedFilled.js' +export * from './IconConnectingAirportsRounded.js' +export * from './IconConnectingAirportsRoundedFilled.js' +export * from './IconConnectingAirportsSharp.js' +export * from './IconConnectingAirportsSharpFilled.js' +export * from './IconConstructionOutlinedFilled.js' +export * from './IconConstructionOutlined.js' +export * from './IconConstructionRoundedFilled.js' +export * from './IconConstructionRounded.js' +export * from './IconConstructionSharp.js' +export * from './IconConstructionSharpFilled.js' +export * from './IconContactEmergencyOutlinedFilled.js' +export * from './IconContactEmergencyOutlined.js' +export * from './IconContactEmergencyRoundedFilled.js' +export * from './IconContactEmergencyRounded.js' +export * from './IconContactEmergencySharpFilled.js' +export * from './IconContactEmergencySharp.js' +export * from './IconContactMailOutlinedFilled.js' +export * from './IconContactMailOutlined.js' +export * from './IconContactMailRounded.js' +export * from './IconContactMailRoundedFilled.js' +export * from './IconContactMailSharpFilled.js' +export * from './IconContactMailSharp.js' +export * from './IconContactPageOutlined.js' +export * from './IconContactPageOutlinedFilled.js' +export * from './IconContactPageRoundedFilled.js' +export * from './IconContactPageRounded.js' +export * from './IconContactPageSharpFilled.js' +export * from './IconContactPageSharp.js' +export * from './IconContactPhoneOutlinedFilled.js' +export * from './IconContactPhoneOutlined.js' +export * from './IconContactPhoneRounded.js' +export * from './IconContactPhoneRoundedFilled.js' +export * from './IconContactPhoneSharpFilled.js' +export * from './IconContactPhoneSharp.js' +export * from './IconContactSupportOutlined.js' +export * from './IconContactSupportOutlinedFilled.js' +export * from './IconContactSupportRoundedFilled.js' +export * from './IconContactSupportRounded.js' +export * from './IconContactSupportSharpFilled.js' +export * from './IconContactSupportSharp.js' +export * from './IconContactlessOutlinedFilled.js' +export * from './IconContactlessOutlined.js' +export * from './IconContactlessRoundedFilled.js' +export * from './IconContactlessRounded.js' +export * from './IconContactlessSharpFilled.js' +export * from './IconContactlessSharp.js' +export * from './IconContactlessOffOutlined.js' +export * from './IconContactlessOffOutlinedFilled.js' +export * from './IconContactlessOffRoundedFilled.js' +export * from './IconContactlessOffRounded.js' +export * from './IconContactlessOffSharp.js' +export * from './IconContactlessOffSharpFilled.js' +export * from './IconContactsOutlinedFilled.js' +export * from './IconContactsOutlined.js' +export * from './IconContactsRoundedFilled.js' +export * from './IconContactsRounded.js' +export * from './IconContactsSharp.js' +export * from './IconContactsSharpFilled.js' +export * from './IconContactsProductOutlined.js' +export * from './IconContactsProductOutlinedFilled.js' +export * from './IconContactsProductRoundedFilled.js' +export * from './IconContactsProductRounded.js' +export * from './IconContactsProductSharpFilled.js' +export * from './IconContactsProductSharp.js' +export * from './IconContentCopyOutlined.js' +export * from './IconContentCopyOutlinedFilled.js' +export * from './IconContentCopyRounded.js' +export * from './IconContentCopyRoundedFilled.js' +export * from './IconContentCopySharpFilled.js' +export * from './IconContentCopySharp.js' +export * from './IconContentCutOutlinedFilled.js' +export * from './IconContentCutOutlined.js' +export * from './IconContentCutRoundedFilled.js' +export * from './IconContentCutRounded.js' +export * from './IconContentCutSharpFilled.js' +export * from './IconContentCutSharp.js' +export * from './IconContentPasteOutlinedFilled.js' +export * from './IconContentPasteOutlined.js' +export * from './IconContentPasteRounded.js' +export * from './IconContentPasteRoundedFilled.js' +export * from './IconContentPasteSharp.js' +export * from './IconContentPasteSharpFilled.js' +export * from './IconContentPasteGoOutlined.js' +export * from './IconContentPasteGoOutlinedFilled.js' +export * from './IconContentPasteGoRounded.js' +export * from './IconContentPasteGoRoundedFilled.js' +export * from './IconContentPasteGoSharp.js' +export * from './IconContentPasteGoSharpFilled.js' +export * from './IconContentPasteOffOutlined.js' +export * from './IconContentPasteOffOutlinedFilled.js' +export * from './IconContentPasteOffRounded.js' +export * from './IconContentPasteOffRoundedFilled.js' +export * from './IconContentPasteOffSharpFilled.js' +export * from './IconContentPasteOffSharp.js' +export * from './IconContentPasteSearchOutlinedFilled.js' +export * from './IconContentPasteSearchOutlined.js' +export * from './IconContentPasteSearchRoundedFilled.js' +export * from './IconContentPasteSearchRounded.js' +export * from './IconContentPasteSearchSharpFilled.js' +export * from './IconContentPasteSearchSharp.js' +export * from './IconContextualTokenOutlined.js' +export * from './IconContextualTokenOutlinedFilled.js' +export * from './IconContextualTokenRounded.js' +export * from './IconContextualTokenRoundedFilled.js' +export * from './IconContextualTokenSharp.js' +export * from './IconContextualTokenSharpFilled.js' +export * from './IconContextualTokenAddOutlined.js' +export * from './IconContextualTokenAddOutlinedFilled.js' +export * from './IconContextualTokenAddRounded.js' +export * from './IconContextualTokenAddRoundedFilled.js' +export * from './IconContextualTokenAddSharp.js' +export * from './IconContextualTokenAddSharpFilled.js' +export * from './IconContractOutlined.js' +export * from './IconContractOutlinedFilled.js' +export * from './IconContractRoundedFilled.js' +export * from './IconContractRounded.js' +export * from './IconContractSharp.js' +export * from './IconContractSharpFilled.js' +export * from './IconContractDeleteOutlinedFilled.js' +export * from './IconContractDeleteOutlined.js' +export * from './IconContractDeleteRounded.js' +export * from './IconContractDeleteRoundedFilled.js' +export * from './IconContractDeleteSharp.js' +export * from './IconContractDeleteSharpFilled.js' +export * from './IconContractEditOutlinedFilled.js' +export * from './IconContractEditOutlined.js' +export * from './IconContractEditRoundedFilled.js' +export * from './IconContractEditRounded.js' +export * from './IconContractEditSharp.js' +export * from './IconContractEditSharpFilled.js' +export * from './IconContrastOutlined.js' +export * from './IconContrastOutlinedFilled.js' +export * from './IconContrastRounded.js' +export * from './IconContrastRoundedFilled.js' +export * from './IconContrastSharpFilled.js' +export * from './IconContrastSharp.js' +export * from './IconContrastCircleOutlined.js' +export * from './IconContrastCircleOutlinedFilled.js' +export * from './IconContrastCircleRoundedFilled.js' +export * from './IconContrastCircleRounded.js' +export * from './IconContrastCircleSharp.js' +export * from './IconContrastCircleSharpFilled.js' +export * from './IconContrastRtlOffOutlined.js' +export * from './IconContrastRtlOffOutlinedFilled.js' +export * from './IconContrastRtlOffRoundedFilled.js' +export * from './IconContrastRtlOffRounded.js' +export * from './IconContrastRtlOffSharpFilled.js' +export * from './IconContrastRtlOffSharp.js' +export * from './IconContrastSquareOutlined.js' +export * from './IconContrastSquareOutlinedFilled.js' +export * from './IconContrastSquareRounded.js' +export * from './IconContrastSquareRoundedFilled.js' +export * from './IconContrastSquareSharpFilled.js' +export * from './IconContrastSquareSharp.js' +export * from './IconControlCameraOutlinedFilled.js' +export * from './IconControlCameraOutlined.js' +export * from './IconControlCameraRoundedFilled.js' +export * from './IconControlCameraRounded.js' +export * from './IconControlCameraSharp.js' +export * from './IconControlCameraSharpFilled.js' +export * from './IconControlPointDuplicateOutlinedFilled.js' +export * from './IconControlPointDuplicateOutlined.js' +export * from './IconControlPointDuplicateRoundedFilled.js' +export * from './IconControlPointDuplicateRounded.js' +export * from './IconControlPointDuplicateSharpFilled.js' +export * from './IconControlPointDuplicateSharp.js' +export * from './IconControllerGenOutlinedFilled.js' +export * from './IconControllerGenOutlined.js' +export * from './IconControllerGenRounded.js' +export * from './IconControllerGenRoundedFilled.js' +export * from './IconControllerGenSharpFilled.js' +export * from './IconControllerGenSharp.js' +export * from './IconConversionPathOutlined.js' +export * from './IconConversionPathOutlinedFilled.js' +export * from './IconConversionPathRounded.js' +export * from './IconConversionPathRoundedFilled.js' +export * from './IconConversionPathSharpFilled.js' +export * from './IconConversionPathSharp.js' +export * from './IconConversionPathOffOutlinedFilled.js' +export * from './IconConversionPathOffOutlined.js' +export * from './IconConversionPathOffRoundedFilled.js' +export * from './IconConversionPathOffRounded.js' +export * from './IconConversionPathOffSharp.js' +export * from './IconConversionPathOffSharpFilled.js' +export * from './IconConvertToTextOutlined.js' +export * from './IconConvertToTextOutlinedFilled.js' +export * from './IconConvertToTextRounded.js' +export * from './IconConvertToTextRoundedFilled.js' +export * from './IconConvertToTextSharp.js' +export * from './IconConvertToTextSharpFilled.js' +export * from './IconConveyorBeltOutlined.js' +export * from './IconConveyorBeltOutlinedFilled.js' +export * from './IconConveyorBeltRounded.js' +export * from './IconConveyorBeltRoundedFilled.js' +export * from './IconConveyorBeltSharp.js' +export * from './IconConveyorBeltSharpFilled.js' +export * from './IconCookieOutlinedFilled.js' +export * from './IconCookieOutlined.js' +export * from './IconCookieRounded.js' +export * from './IconCookieRoundedFilled.js' +export * from './IconCookieSharp.js' +export * from './IconCookieSharpFilled.js' +export * from './IconCookieOffOutlinedFilled.js' +export * from './IconCookieOffOutlined.js' +export * from './IconCookieOffRoundedFilled.js' +export * from './IconCookieOffRounded.js' +export * from './IconCookieOffSharpFilled.js' +export * from './IconCookieOffSharp.js' +export * from './IconCookingOutlinedFilled.js' +export * from './IconCookingOutlined.js' +export * from './IconCookingRounded.js' +export * from './IconCookingRoundedFilled.js' +export * from './IconCookingSharp.js' +export * from './IconCookingSharpFilled.js' +export * from './IconCoolToDryOutlined.js' +export * from './IconCoolToDryOutlinedFilled.js' +export * from './IconCoolToDryRoundedFilled.js' +export * from './IconCoolToDryRounded.js' +export * from './IconCoolToDrySharp.js' +export * from './IconCoolToDrySharpFilled.js' +export * from './IconCopyAllOutlined.js' +export * from './IconCopyAllOutlinedFilled.js' +export * from './IconCopyAllRoundedFilled.js' +export * from './IconCopyAllRounded.js' +export * from './IconCopyAllSharp.js' +export * from './IconCopyAllSharpFilled.js' +export * from './IconCopyrightOutlinedFilled.js' +export * from './IconCopyrightOutlined.js' +export * from './IconCopyrightRoundedFilled.js' +export * from './IconCopyrightRounded.js' +export * from './IconCopyrightSharp.js' +export * from './IconCopyrightSharpFilled.js' +export * from './IconCoronavirusOutlined.js' +export * from './IconCoronavirusOutlinedFilled.js' +export * from './IconCoronavirusRoundedFilled.js' +export * from './IconCoronavirusRounded.js' +export * from './IconCoronavirusSharpFilled.js' +export * from './IconCoronavirusSharp.js' +export * from './IconCorporateFareOutlined.js' +export * from './IconCorporateFareOutlinedFilled.js' +export * from './IconCorporateFareRounded.js' +export * from './IconCorporateFareRoundedFilled.js' +export * from './IconCorporateFareSharpFilled.js' +export * from './IconCorporateFareSharp.js' +export * from './IconCottageOutlined.js' +export * from './IconCottageOutlinedFilled.js' +export * from './IconCottageRoundedFilled.js' +export * from './IconCottageRounded.js' +export * from './IconCottageSharpFilled.js' +export * from './IconCottageSharp.js' +export * from './IconCounter0OutlinedFilled.js' +export * from './IconCounter0Outlined.js' +export * from './IconCounter0Rounded.js' +export * from './IconCounter0RoundedFilled.js' +export * from './IconCounter0Sharp.js' +export * from './IconCounter0SharpFilled.js' +export * from './IconCounter1Outlined.js' +export * from './IconCounter1OutlinedFilled.js' +export * from './IconCounter1RoundedFilled.js' +export * from './IconCounter1Rounded.js' +export * from './IconCounter1Sharp.js' +export * from './IconCounter1SharpFilled.js' +export * from './IconCounter2Outlined.js' +export * from './IconCounter2OutlinedFilled.js' +export * from './IconCounter2RoundedFilled.js' +export * from './IconCounter2Rounded.js' +export * from './IconCounter2Sharp.js' +export * from './IconCounter2SharpFilled.js' +export * from './IconCounter3Outlined.js' +export * from './IconCounter3OutlinedFilled.js' +export * from './IconCounter3Rounded.js' +export * from './IconCounter3RoundedFilled.js' +export * from './IconCounter3SharpFilled.js' +export * from './IconCounter3Sharp.js' +export * from './IconCounter4OutlinedFilled.js' +export * from './IconCounter4Outlined.js' +export * from './IconCounter4RoundedFilled.js' +export * from './IconCounter4Rounded.js' +export * from './IconCounter4Sharp.js' +export * from './IconCounter4SharpFilled.js' +export * from './IconCounter5Outlined.js' +export * from './IconCounter5OutlinedFilled.js' +export * from './IconCounter5RoundedFilled.js' +export * from './IconCounter5Rounded.js' +export * from './IconCounter5Sharp.js' +export * from './IconCounter5SharpFilled.js' +export * from './IconCounter6OutlinedFilled.js' +export * from './IconCounter6Outlined.js' +export * from './IconCounter6RoundedFilled.js' +export * from './IconCounter6Rounded.js' +export * from './IconCounter6SharpFilled.js' +export * from './IconCounter6Sharp.js' +export * from './IconCounter7OutlinedFilled.js' +export * from './IconCounter7Outlined.js' +export * from './IconCounter7Rounded.js' +export * from './IconCounter7RoundedFilled.js' +export * from './IconCounter7SharpFilled.js' +export * from './IconCounter7Sharp.js' +export * from './IconCounter8Outlined.js' +export * from './IconCounter8OutlinedFilled.js' +export * from './IconCounter8Rounded.js' +export * from './IconCounter8RoundedFilled.js' +export * from './IconCounter8Sharp.js' +export * from './IconCounter8SharpFilled.js' +export * from './IconCounter9OutlinedFilled.js' +export * from './IconCounter9Outlined.js' +export * from './IconCounter9Rounded.js' +export * from './IconCounter9RoundedFilled.js' +export * from './IconCounter9Sharp.js' +export * from './IconCounter9SharpFilled.js' +export * from './IconCountertopsOutlined.js' +export * from './IconCountertopsOutlinedFilled.js' +export * from './IconCountertopsRounded.js' +export * from './IconCountertopsRoundedFilled.js' +export * from './IconCountertopsSharp.js' +export * from './IconCountertopsSharpFilled.js' +export * from './IconCreateNewFolderOutlined.js' +export * from './IconCreateNewFolderOutlinedFilled.js' +export * from './IconCreateNewFolderRoundedFilled.js' +export * from './IconCreateNewFolderRounded.js' +export * from './IconCreateNewFolderSharp.js' +export * from './IconCreateNewFolderSharpFilled.js' +export * from './IconCreditCardOutlined.js' +export * from './IconCreditCardOutlinedFilled.js' +export * from './IconCreditCardRounded.js' +export * from './IconCreditCardRoundedFilled.js' +export * from './IconCreditCardSharpFilled.js' +export * from './IconCreditCardSharp.js' +export * from './IconCreditCardClockOutlined.js' +export * from './IconCreditCardClockOutlinedFilled.js' +export * from './IconCreditCardClockRoundedFilled.js' +export * from './IconCreditCardClockRounded.js' +export * from './IconCreditCardClockSharp.js' +export * from './IconCreditCardClockSharpFilled.js' +export * from './IconCreditCardGearOutlined.js' +export * from './IconCreditCardGearOutlinedFilled.js' +export * from './IconCreditCardGearRoundedFilled.js' +export * from './IconCreditCardGearRounded.js' +export * from './IconCreditCardGearSharpFilled.js' +export * from './IconCreditCardGearSharp.js' +export * from './IconCreditCardHeartOutlined.js' +export * from './IconCreditCardHeartOutlinedFilled.js' +export * from './IconCreditCardHeartRoundedFilled.js' +export * from './IconCreditCardHeartRounded.js' +export * from './IconCreditCardHeartSharp.js' +export * from './IconCreditCardHeartSharpFilled.js' +export * from './IconCreditCardOffOutlined.js' +export * from './IconCreditCardOffOutlinedFilled.js' +export * from './IconCreditCardOffRounded.js' +export * from './IconCreditCardOffRoundedFilled.js' +export * from './IconCreditCardOffSharpFilled.js' +export * from './IconCreditCardOffSharp.js' +export * from './IconCreditScoreOutlinedFilled.js' +export * from './IconCreditScoreOutlined.js' +export * from './IconCreditScoreRounded.js' +export * from './IconCreditScoreRoundedFilled.js' +export * from './IconCreditScoreSharpFilled.js' +export * from './IconCreditScoreSharp.js' +export * from './IconCribOutlined.js' +export * from './IconCribOutlinedFilled.js' +export * from './IconCribRounded.js' +export * from './IconCribRoundedFilled.js' +export * from './IconCribSharpFilled.js' +export * from './IconCribSharp.js' +export * from './IconCrisisAlertOutlinedFilled.js' +export * from './IconCrisisAlertOutlined.js' +export * from './IconCrisisAlertRoundedFilled.js' +export * from './IconCrisisAlertRounded.js' +export * from './IconCrisisAlertSharp.js' +export * from './IconCrisisAlertSharpFilled.js' +export * from './IconCropOutlinedFilled.js' +export * from './IconCropOutlined.js' +export * from './IconCropRoundedFilled.js' +export * from './IconCropRounded.js' +export * from './IconCropSharpFilled.js' +export * from './IconCropSharp.js' +export * from './IconCrop169Outlined.js' +export * from './IconCrop169OutlinedFilled.js' +export * from './IconCrop169RoundedFilled.js' +export * from './IconCrop169Rounded.js' +export * from './IconCrop169Sharp.js' +export * from './IconCrop169SharpFilled.js' +export * from './IconCrop32Outlined.js' +export * from './IconCrop32OutlinedFilled.js' +export * from './IconCrop32Rounded.js' +export * from './IconCrop32RoundedFilled.js' +export * from './IconCrop32SharpFilled.js' +export * from './IconCrop32Sharp.js' +export * from './IconCrop54OutlinedFilled.js' +export * from './IconCrop54Outlined.js' +export * from './IconCrop54Rounded.js' +export * from './IconCrop54RoundedFilled.js' +export * from './IconCrop54SharpFilled.js' +export * from './IconCrop54Sharp.js' +export * from './IconCrop75Outlined.js' +export * from './IconCrop75OutlinedFilled.js' +export * from './IconCrop75Rounded.js' +export * from './IconCrop75RoundedFilled.js' +export * from './IconCrop75Sharp.js' +export * from './IconCrop75SharpFilled.js' +export * from './IconCrop916Outlined.js' +export * from './IconCrop916OutlinedFilled.js' +export * from './IconCrop916Rounded.js' +export * from './IconCrop916RoundedFilled.js' +export * from './IconCrop916Sharp.js' +export * from './IconCrop916SharpFilled.js' +export * from './IconCropFreeOutlined.js' +export * from './IconCropFreeOutlinedFilled.js' +export * from './IconCropFreeRounded.js' +export * from './IconCropFreeRoundedFilled.js' +export * from './IconCropFreeSharp.js' +export * from './IconCropFreeSharpFilled.js' +export * from './IconCropLandscapeOutlined.js' +export * from './IconCropLandscapeOutlinedFilled.js' +export * from './IconCropLandscapeRounded.js' +export * from './IconCropLandscapeRoundedFilled.js' +export * from './IconCropLandscapeSharpFilled.js' +export * from './IconCropLandscapeSharp.js' +export * from './IconCropPortraitOutlined.js' +export * from './IconCropPortraitOutlinedFilled.js' +export * from './IconCropPortraitRounded.js' +export * from './IconCropPortraitRoundedFilled.js' +export * from './IconCropPortraitSharp.js' +export * from './IconCropPortraitSharpFilled.js' +export * from './IconCropRotateOutlined.js' +export * from './IconCropRotateOutlinedFilled.js' +export * from './IconCropRotateRounded.js' +export * from './IconCropRotateRoundedFilled.js' +export * from './IconCropRotateSharpFilled.js' +export * from './IconCropRotateSharp.js' +export * from './IconCropSquareOutlined.js' +export * from './IconCropSquareOutlinedFilled.js' +export * from './IconCropSquareRounded.js' +export * from './IconCropSquareRoundedFilled.js' +export * from './IconCropSquareSharp.js' +export * from './IconCropSquareSharpFilled.js' +export * from './IconCrosswordOutlined.js' +export * from './IconCrosswordOutlinedFilled.js' +export * from './IconCrosswordRounded.js' +export * from './IconCrosswordRoundedFilled.js' +export * from './IconCrosswordSharpFilled.js' +export * from './IconCrosswordSharp.js' +export * from './IconCrowdsourceOutlinedFilled.js' +export * from './IconCrowdsourceOutlined.js' +export * from './IconCrowdsourceRounded.js' +export * from './IconCrowdsourceRoundedFilled.js' +export * from './IconCrowdsourceSharp.js' +export * from './IconCrowdsourceSharpFilled.js' +export * from './IconCrueltyFreeOutlinedFilled.js' +export * from './IconCrueltyFreeOutlined.js' +export * from './IconCrueltyFreeRoundedFilled.js' +export * from './IconCrueltyFreeRounded.js' +export * from './IconCrueltyFreeSharp.js' +export * from './IconCrueltyFreeSharpFilled.js' +export * from './IconCssOutlinedFilled.js' +export * from './IconCssOutlined.js' +export * from './IconCssRounded.js' +export * from './IconCssRoundedFilled.js' +export * from './IconCssSharp.js' +export * from './IconCssSharpFilled.js' +export * from './IconCsvOutlined.js' +export * from './IconCsvOutlinedFilled.js' +export * from './IconCsvRounded.js' +export * from './IconCsvRoundedFilled.js' +export * from './IconCsvSharpFilled.js' +export * from './IconCsvSharp.js' +export * from './IconCurrencyBitcoinOutlined.js' +export * from './IconCurrencyBitcoinOutlinedFilled.js' +export * from './IconCurrencyBitcoinRoundedFilled.js' +export * from './IconCurrencyBitcoinRounded.js' +export * from './IconCurrencyBitcoinSharpFilled.js' +export * from './IconCurrencyBitcoinSharp.js' +export * from './IconCurrencyExchangeOutlined.js' +export * from './IconCurrencyExchangeOutlinedFilled.js' +export * from './IconCurrencyExchangeRounded.js' +export * from './IconCurrencyExchangeRoundedFilled.js' +export * from './IconCurrencyExchangeSharpFilled.js' +export * from './IconCurrencyExchangeSharp.js' +export * from './IconCurrencyFrancOutlinedFilled.js' +export * from './IconCurrencyFrancOutlined.js' +export * from './IconCurrencyFrancRounded.js' +export * from './IconCurrencyFrancRoundedFilled.js' +export * from './IconCurrencyFrancSharpFilled.js' +export * from './IconCurrencyFrancSharp.js' +export * from './IconCurrencyLiraOutlined.js' +export * from './IconCurrencyLiraOutlinedFilled.js' +export * from './IconCurrencyLiraRoundedFilled.js' +export * from './IconCurrencyLiraRounded.js' +export * from './IconCurrencyLiraSharp.js' +export * from './IconCurrencyLiraSharpFilled.js' +export * from './IconCurrencyPoundOutlinedFilled.js' +export * from './IconCurrencyPoundOutlined.js' +export * from './IconCurrencyPoundRounded.js' +export * from './IconCurrencyPoundRoundedFilled.js' +export * from './IconCurrencyPoundSharp.js' +export * from './IconCurrencyPoundSharpFilled.js' +export * from './IconCurrencyRubleOutlinedFilled.js' +export * from './IconCurrencyRubleOutlined.js' +export * from './IconCurrencyRubleRoundedFilled.js' +export * from './IconCurrencyRubleRounded.js' +export * from './IconCurrencyRubleSharpFilled.js' +export * from './IconCurrencyRubleSharp.js' +export * from './IconCurrencyRupeeOutlined.js' +export * from './IconCurrencyRupeeOutlinedFilled.js' +export * from './IconCurrencyRupeeRounded.js' +export * from './IconCurrencyRupeeRoundedFilled.js' +export * from './IconCurrencyRupeeSharp.js' +export * from './IconCurrencyRupeeSharpFilled.js' +export * from './IconCurrencyRupeeCircleOutlinedFilled.js' +export * from './IconCurrencyRupeeCircleOutlined.js' +export * from './IconCurrencyRupeeCircleRoundedFilled.js' +export * from './IconCurrencyRupeeCircleRounded.js' +export * from './IconCurrencyRupeeCircleSharpFilled.js' +export * from './IconCurrencyRupeeCircleSharp.js' +export * from './IconCurrencyYenOutlinedFilled.js' +export * from './IconCurrencyYenOutlined.js' +export * from './IconCurrencyYenRoundedFilled.js' +export * from './IconCurrencyYenRounded.js' +export * from './IconCurrencyYenSharp.js' +export * from './IconCurrencyYenSharpFilled.js' +export * from './IconCurrencyYuanOutlined.js' +export * from './IconCurrencyYuanOutlinedFilled.js' +export * from './IconCurrencyYuanRounded.js' +export * from './IconCurrencyYuanRoundedFilled.js' +export * from './IconCurrencyYuanSharpFilled.js' +export * from './IconCurrencyYuanSharp.js' +export * from './IconCurtainsOutlined.js' +export * from './IconCurtainsOutlinedFilled.js' +export * from './IconCurtainsRoundedFilled.js' +export * from './IconCurtainsRounded.js' +export * from './IconCurtainsSharp.js' +export * from './IconCurtainsSharpFilled.js' +export * from './IconCurtainsClosedOutlined.js' +export * from './IconCurtainsClosedOutlinedFilled.js' +export * from './IconCurtainsClosedRounded.js' +export * from './IconCurtainsClosedRoundedFilled.js' +export * from './IconCurtainsClosedSharp.js' +export * from './IconCurtainsClosedSharpFilled.js' +export * from './IconCustomTypographyOutlinedFilled.js' +export * from './IconCustomTypographyOutlined.js' +export * from './IconCustomTypographyRounded.js' +export * from './IconCustomTypographyRoundedFilled.js' +export * from './IconCustomTypographySharpFilled.js' +export * from './IconCustomTypographySharp.js' +export * from './IconCycleOutlined.js' +export * from './IconCycleOutlinedFilled.js' +export * from './IconCycleRounded.js' +export * from './IconCycleRoundedFilled.js' +export * from './IconCycleSharp.js' +export * from './IconCycleSharpFilled.js' +export * from './IconCycloneOutlinedFilled.js' +export * from './IconCycloneOutlined.js' +export * from './IconCycloneRoundedFilled.js' +export * from './IconCycloneRounded.js' +export * from './IconCycloneSharpFilled.js' +export * from './IconCycloneSharp.js' +export * from './IconDangerousOutlined.js' +export * from './IconDangerousOutlinedFilled.js' +export * from './IconDangerousRoundedFilled.js' +export * from './IconDangerousRounded.js' +export * from './IconDangerousSharpFilled.js' +export * from './IconDangerousSharp.js' +export * from './IconDarkModeOutlinedFilled.js' +export * from './IconDarkModeOutlined.js' +export * from './IconDarkModeRounded.js' +export * from './IconDarkModeRoundedFilled.js' +export * from './IconDarkModeSharp.js' +export * from './IconDarkModeSharpFilled.js' +export * from './IconDashboardOutlinedFilled.js' +export * from './IconDashboardOutlined.js' +export * from './IconDashboardRoundedFilled.js' +export * from './IconDashboardRounded.js' +export * from './IconDashboardSharpFilled.js' +export * from './IconDashboardSharp.js' +export * from './IconDashboard2OutlinedFilled.js' +export * from './IconDashboard2Outlined.js' +export * from './IconDashboard2RoundedFilled.js' +export * from './IconDashboard2Rounded.js' +export * from './IconDashboard2SharpFilled.js' +export * from './IconDashboard2Sharp.js' +export * from './IconDashboardCustomizeOutlinedFilled.js' +export * from './IconDashboardCustomizeOutlined.js' +export * from './IconDashboardCustomizeRoundedFilled.js' +export * from './IconDashboardCustomizeRounded.js' +export * from './IconDashboardCustomizeSharp.js' +export * from './IconDashboardCustomizeSharpFilled.js' +export * from './IconDataAlertOutlinedFilled.js' +export * from './IconDataAlertOutlined.js' +export * from './IconDataAlertRounded.js' +export * from './IconDataAlertRoundedFilled.js' +export * from './IconDataAlertSharpFilled.js' +export * from './IconDataAlertSharp.js' +export * from './IconDataArrayOutlinedFilled.js' +export * from './IconDataArrayOutlined.js' +export * from './IconDataArrayRounded.js' +export * from './IconDataArrayRoundedFilled.js' +export * from './IconDataArraySharpFilled.js' +export * from './IconDataArraySharp.js' +export * from './IconDataCheckOutlined.js' +export * from './IconDataCheckOutlinedFilled.js' +export * from './IconDataCheckRoundedFilled.js' +export * from './IconDataCheckRounded.js' +export * from './IconDataCheckSharpFilled.js' +export * from './IconDataCheckSharp.js' +export * from './IconDataExplorationOutlinedFilled.js' +export * from './IconDataExplorationOutlined.js' +export * from './IconDataExplorationRoundedFilled.js' +export * from './IconDataExplorationRounded.js' +export * from './IconDataExplorationSharpFilled.js' +export * from './IconDataExplorationSharp.js' +export * from './IconDataInfoAlertOutlinedFilled.js' +export * from './IconDataInfoAlertOutlined.js' +export * from './IconDataInfoAlertRoundedFilled.js' +export * from './IconDataInfoAlertRounded.js' +export * from './IconDataInfoAlertSharp.js' +export * from './IconDataInfoAlertSharpFilled.js' +export * from './IconDataLossPreventionOutlined.js' +export * from './IconDataLossPreventionOutlinedFilled.js' +export * from './IconDataLossPreventionRoundedFilled.js' +export * from './IconDataLossPreventionRounded.js' +export * from './IconDataLossPreventionSharpFilled.js' +export * from './IconDataLossPreventionSharp.js' +export * from './IconDataObjectOutlinedFilled.js' +export * from './IconDataObjectOutlined.js' +export * from './IconDataObjectRounded.js' +export * from './IconDataObjectRoundedFilled.js' +export * from './IconDataObjectSharp.js' +export * from './IconDataObjectSharpFilled.js' +export * from './IconDataSaverOnOutlined.js' +export * from './IconDataSaverOnOutlinedFilled.js' +export * from './IconDataSaverOnRoundedFilled.js' +export * from './IconDataSaverOnRounded.js' +export * from './IconDataSaverOnSharp.js' +export * from './IconDataSaverOnSharpFilled.js' +export * from './IconDataTableOutlinedFilled.js' +export * from './IconDataTableOutlined.js' +export * from './IconDataTableRounded.js' +export * from './IconDataTableRoundedFilled.js' +export * from './IconDataTableSharp.js' +export * from './IconDataTableSharpFilled.js' +export * from './IconDataThresholdingOutlinedFilled.js' +export * from './IconDataThresholdingOutlined.js' +export * from './IconDataThresholdingRoundedFilled.js' +export * from './IconDataThresholdingRounded.js' +export * from './IconDataThresholdingSharp.js' +export * from './IconDataThresholdingSharpFilled.js' +export * from './IconDataUsageOutlinedFilled.js' +export * from './IconDataUsageOutlined.js' +export * from './IconDataUsageRounded.js' +export * from './IconDataUsageRoundedFilled.js' +export * from './IconDataUsageSharp.js' +export * from './IconDataUsageSharpFilled.js' +export * from './IconDatabaseOutlined.js' +export * from './IconDatabaseOutlinedFilled.js' +export * from './IconDatabaseRounded.js' +export * from './IconDatabaseRoundedFilled.js' +export * from './IconDatabaseSharpFilled.js' +export * from './IconDatabaseSharp.js' +export * from './IconDatabaseOffOutlined.js' +export * from './IconDatabaseOffOutlinedFilled.js' +export * from './IconDatabaseOffRounded.js' +export * from './IconDatabaseOffRoundedFilled.js' +export * from './IconDatabaseOffSharp.js' +export * from './IconDatabaseOffSharpFilled.js' +export * from './IconDatabaseUploadOutlinedFilled.js' +export * from './IconDatabaseUploadOutlined.js' +export * from './IconDatabaseUploadRoundedFilled.js' +export * from './IconDatabaseUploadRounded.js' +export * from './IconDatabaseUploadSharp.js' +export * from './IconDatabaseUploadSharpFilled.js' +export * from './IconDatasetOutlinedFilled.js' +export * from './IconDatasetOutlined.js' +export * from './IconDatasetRoundedFilled.js' +export * from './IconDatasetRounded.js' +export * from './IconDatasetSharp.js' +export * from './IconDatasetSharpFilled.js' +export * from './IconDatasetLinkedOutlinedFilled.js' +export * from './IconDatasetLinkedOutlined.js' +export * from './IconDatasetLinkedRounded.js' +export * from './IconDatasetLinkedRoundedFilled.js' +export * from './IconDatasetLinkedSharpFilled.js' +export * from './IconDatasetLinkedSharp.js' +export * from './IconDateRangeOutlined.js' +export * from './IconDateRangeOutlinedFilled.js' +export * from './IconDateRangeRoundedFilled.js' +export * from './IconDateRangeRounded.js' +export * from './IconDateRangeSharpFilled.js' +export * from './IconDateRangeSharp.js' +export * from './IconDeblurOutlinedFilled.js' +export * from './IconDeblurOutlined.js' +export * from './IconDeblurRounded.js' +export * from './IconDeblurRoundedFilled.js' +export * from './IconDeblurSharpFilled.js' +export * from './IconDeblurSharp.js' +export * from './IconDeceasedOutlined.js' +export * from './IconDeceasedOutlinedFilled.js' +export * from './IconDeceasedRoundedFilled.js' +export * from './IconDeceasedRounded.js' +export * from './IconDeceasedSharpFilled.js' +export * from './IconDeceasedSharp.js' +export * from './IconDecimalDecreaseOutlinedFilled.js' +export * from './IconDecimalDecreaseOutlined.js' +export * from './IconDecimalDecreaseRoundedFilled.js' +export * from './IconDecimalDecreaseRounded.js' +export * from './IconDecimalDecreaseSharp.js' +export * from './IconDecimalDecreaseSharpFilled.js' +export * from './IconDecimalIncreaseOutlinedFilled.js' +export * from './IconDecimalIncreaseOutlined.js' +export * from './IconDecimalIncreaseRoundedFilled.js' +export * from './IconDecimalIncreaseRounded.js' +export * from './IconDecimalIncreaseSharpFilled.js' +export * from './IconDecimalIncreaseSharp.js' +export * from './IconDeckOutlinedFilled.js' +export * from './IconDeckOutlined.js' +export * from './IconDeckRounded.js' +export * from './IconDeckRoundedFilled.js' +export * from './IconDeckSharp.js' +export * from './IconDeckSharpFilled.js' +export * from './IconDehazeOutlined.js' +export * from './IconDehazeOutlinedFilled.js' +export * from './IconDehazeRounded.js' +export * from './IconDehazeRoundedFilled.js' +export * from './IconDehazeSharp.js' +export * from './IconDehazeSharpFilled.js' +export * from './IconDeleteOutlinedFilled.js' +export * from './IconDeleteOutlined.js' +export * from './IconDeleteRounded.js' +export * from './IconDeleteRoundedFilled.js' +export * from './IconDeleteSharp.js' +export * from './IconDeleteSharpFilled.js' +export * from './IconDeleteForeverOutlined.js' +export * from './IconDeleteForeverOutlinedFilled.js' +export * from './IconDeleteForeverRoundedFilled.js' +export * from './IconDeleteForeverRounded.js' +export * from './IconDeleteForeverSharpFilled.js' +export * from './IconDeleteForeverSharp.js' +export * from './IconDeleteHistoryOutlined.js' +export * from './IconDeleteHistoryOutlinedFilled.js' +export * from './IconDeleteHistoryRounded.js' +export * from './IconDeleteHistoryRoundedFilled.js' +export * from './IconDeleteHistorySharp.js' +export * from './IconDeleteHistorySharpFilled.js' +export * from './IconDeleteSweepOutlined.js' +export * from './IconDeleteSweepOutlinedFilled.js' +export * from './IconDeleteSweepRoundedFilled.js' +export * from './IconDeleteSweepRounded.js' +export * from './IconDeleteSweepSharpFilled.js' +export * from './IconDeleteSweepSharp.js' +export * from './IconDemographyOutlinedFilled.js' +export * from './IconDemographyOutlined.js' +export * from './IconDemographyRounded.js' +export * from './IconDemographyRoundedFilled.js' +export * from './IconDemographySharp.js' +export * from './IconDemographySharpFilled.js' +export * from './IconDensityLargeOutlined.js' +export * from './IconDensityLargeOutlinedFilled.js' +export * from './IconDensityLargeRoundedFilled.js' +export * from './IconDensityLargeRounded.js' +export * from './IconDensityLargeSharp.js' +export * from './IconDensityLargeSharpFilled.js' +export * from './IconDensityMediumOutlined.js' +export * from './IconDensityMediumOutlinedFilled.js' +export * from './IconDensityMediumRoundedFilled.js' +export * from './IconDensityMediumRounded.js' +export * from './IconDensityMediumSharpFilled.js' +export * from './IconDensityMediumSharp.js' +export * from './IconDensitySmallOutlined.js' +export * from './IconDensitySmallOutlinedFilled.js' +export * from './IconDensitySmallRoundedFilled.js' +export * from './IconDensitySmallRounded.js' +export * from './IconDensitySmallSharpFilled.js' +export * from './IconDensitySmallSharp.js' +export * from './IconDentistryOutlinedFilled.js' +export * from './IconDentistryOutlined.js' +export * from './IconDentistryRoundedFilled.js' +export * from './IconDentistryRounded.js' +export * from './IconDentistrySharp.js' +export * from './IconDentistrySharpFilled.js' +export * from './IconDepartureBoardOutlined.js' +export * from './IconDepartureBoardOutlinedFilled.js' +export * from './IconDepartureBoardRounded.js' +export * from './IconDepartureBoardRoundedFilled.js' +export * from './IconDepartureBoardSharp.js' +export * from './IconDepartureBoardSharpFilled.js' +export * from './IconDeployedCodeOutlined.js' +export * from './IconDeployedCodeOutlinedFilled.js' +export * from './IconDeployedCodeRounded.js' +export * from './IconDeployedCodeRoundedFilled.js' +export * from './IconDeployedCodeSharpFilled.js' +export * from './IconDeployedCodeSharp.js' +export * from './IconDeployedCodeAccountOutlined.js' +export * from './IconDeployedCodeAccountOutlinedFilled.js' +export * from './IconDeployedCodeAccountRoundedFilled.js' +export * from './IconDeployedCodeAccountRounded.js' +export * from './IconDeployedCodeAccountSharp.js' +export * from './IconDeployedCodeAccountSharpFilled.js' +export * from './IconDeployedCodeAlertOutlined.js' +export * from './IconDeployedCodeAlertOutlinedFilled.js' +export * from './IconDeployedCodeAlertRounded.js' +export * from './IconDeployedCodeAlertRoundedFilled.js' +export * from './IconDeployedCodeAlertSharp.js' +export * from './IconDeployedCodeAlertSharpFilled.js' +export * from './IconDeployedCodeHistoryOutlined.js' +export * from './IconDeployedCodeHistoryOutlinedFilled.js' +export * from './IconDeployedCodeHistoryRoundedFilled.js' +export * from './IconDeployedCodeHistoryRounded.js' +export * from './IconDeployedCodeHistorySharp.js' +export * from './IconDeployedCodeHistorySharpFilled.js' +export * from './IconDeployedCodeUpdateOutlined.js' +export * from './IconDeployedCodeUpdateOutlinedFilled.js' +export * from './IconDeployedCodeUpdateRoundedFilled.js' +export * from './IconDeployedCodeUpdateRounded.js' +export * from './IconDeployedCodeUpdateSharpFilled.js' +export * from './IconDeployedCodeUpdateSharp.js' +export * from './IconDermatologyOutlinedFilled.js' +export * from './IconDermatologyOutlined.js' +export * from './IconDermatologyRounded.js' +export * from './IconDermatologyRoundedFilled.js' +export * from './IconDermatologySharp.js' +export * from './IconDermatologySharpFilled.js' +export * from './IconDescriptionOutlined.js' +export * from './IconDescriptionOutlinedFilled.js' +export * from './IconDescriptionRounded.js' +export * from './IconDescriptionRoundedFilled.js' +export * from './IconDescriptionSharpFilled.js' +export * from './IconDescriptionSharp.js' +export * from './IconDeselectOutlined.js' +export * from './IconDeselectOutlinedFilled.js' +export * from './IconDeselectRoundedFilled.js' +export * from './IconDeselectRounded.js' +export * from './IconDeselectSharpFilled.js' +export * from './IconDeselectSharp.js' +export * from './IconDesignServicesOutlinedFilled.js' +export * from './IconDesignServicesOutlined.js' +export * from './IconDesignServicesRoundedFilled.js' +export * from './IconDesignServicesRounded.js' +export * from './IconDesignServicesSharp.js' +export * from './IconDesignServicesSharpFilled.js' +export * from './IconDeskOutlined.js' +export * from './IconDeskOutlinedFilled.js' +export * from './IconDeskRounded.js' +export * from './IconDeskRoundedFilled.js' +export * from './IconDeskSharp.js' +export * from './IconDeskSharpFilled.js' +export * from './IconDeskphoneOutlinedFilled.js' +export * from './IconDeskphoneOutlined.js' +export * from './IconDeskphoneRounded.js' +export * from './IconDeskphoneRoundedFilled.js' +export * from './IconDeskphoneSharpFilled.js' +export * from './IconDeskphoneSharp.js' +export * from './IconDesktopAccessDisabledOutlinedFilled.js' +export * from './IconDesktopAccessDisabledOutlined.js' +export * from './IconDesktopAccessDisabledRoundedFilled.js' +export * from './IconDesktopAccessDisabledRounded.js' +export * from './IconDesktopAccessDisabledSharpFilled.js' +export * from './IconDesktopAccessDisabledSharp.js' +export * from './IconDesktopCloudOutlinedFilled.js' +export * from './IconDesktopCloudOutlined.js' +export * from './IconDesktopCloudRoundedFilled.js' +export * from './IconDesktopCloudRounded.js' +export * from './IconDesktopCloudSharp.js' +export * from './IconDesktopCloudSharpFilled.js' +export * from './IconDesktopLandscapeOutlined.js' +export * from './IconDesktopLandscapeOutlinedFilled.js' +export * from './IconDesktopLandscapeRoundedFilled.js' +export * from './IconDesktopLandscapeRounded.js' +export * from './IconDesktopLandscapeSharpFilled.js' +export * from './IconDesktopLandscapeSharp.js' +export * from './IconDesktopLandscapeAddOutlinedFilled.js' +export * from './IconDesktopLandscapeAddOutlined.js' +export * from './IconDesktopLandscapeAddRounded.js' +export * from './IconDesktopLandscapeAddRoundedFilled.js' +export * from './IconDesktopLandscapeAddSharp.js' +export * from './IconDesktopLandscapeAddSharpFilled.js' +export * from './IconDesktopMacOutlinedFilled.js' +export * from './IconDesktopMacOutlined.js' +export * from './IconDesktopMacRounded.js' +export * from './IconDesktopMacRoundedFilled.js' +export * from './IconDesktopMacSharpFilled.js' +export * from './IconDesktopMacSharp.js' +export * from './IconDesktopPortraitOutlined.js' +export * from './IconDesktopPortraitOutlinedFilled.js' +export * from './IconDesktopPortraitRoundedFilled.js' +export * from './IconDesktopPortraitRounded.js' +export * from './IconDesktopPortraitSharp.js' +export * from './IconDesktopPortraitSharpFilled.js' +export * from './IconDesktopWindowsOutlined.js' +export * from './IconDesktopWindowsOutlinedFilled.js' +export * from './IconDesktopWindowsRoundedFilled.js' +export * from './IconDesktopWindowsRounded.js' +export * from './IconDesktopWindowsSharpFilled.js' +export * from './IconDesktopWindowsSharp.js' +export * from './IconDestructionOutlined.js' +export * from './IconDestructionOutlinedFilled.js' +export * from './IconDestructionRoundedFilled.js' +export * from './IconDestructionRounded.js' +export * from './IconDestructionSharp.js' +export * from './IconDestructionSharpFilled.js' +export * from './IconDetailsOutlined.js' +export * from './IconDetailsOutlinedFilled.js' +export * from './IconDetailsRounded.js' +export * from './IconDetailsRoundedFilled.js' +export * from './IconDetailsSharp.js' +export * from './IconDetailsSharpFilled.js' +export * from './IconDetectionAndZoneOutlinedFilled.js' +export * from './IconDetectionAndZoneOutlined.js' +export * from './IconDetectionAndZoneRounded.js' +export * from './IconDetectionAndZoneRoundedFilled.js' +export * from './IconDetectionAndZoneSharpFilled.js' +export * from './IconDetectionAndZoneSharp.js' +export * from './IconDetectorOutlinedFilled.js' +export * from './IconDetectorOutlined.js' +export * from './IconDetectorRounded.js' +export * from './IconDetectorRoundedFilled.js' +export * from './IconDetectorSharp.js' +export * from './IconDetectorSharpFilled.js' +export * from './IconDetectorAlarmOutlinedFilled.js' +export * from './IconDetectorAlarmOutlined.js' +export * from './IconDetectorAlarmRounded.js' +export * from './IconDetectorAlarmRoundedFilled.js' +export * from './IconDetectorAlarmSharp.js' +export * from './IconDetectorAlarmSharpFilled.js' +export * from './IconDetectorBatteryOutlined.js' +export * from './IconDetectorBatteryOutlinedFilled.js' +export * from './IconDetectorBatteryRounded.js' +export * from './IconDetectorBatteryRoundedFilled.js' +export * from './IconDetectorBatterySharpFilled.js' +export * from './IconDetectorBatterySharp.js' +export * from './IconDetectorCoOutlinedFilled.js' +export * from './IconDetectorCoOutlined.js' +export * from './IconDetectorCoRounded.js' +export * from './IconDetectorCoRoundedFilled.js' +export * from './IconDetectorCoSharp.js' +export * from './IconDetectorCoSharpFilled.js' +export * from './IconDetectorOfflineOutlinedFilled.js' +export * from './IconDetectorOfflineOutlined.js' +export * from './IconDetectorOfflineRoundedFilled.js' +export * from './IconDetectorOfflineRounded.js' +export * from './IconDetectorOfflineSharpFilled.js' +export * from './IconDetectorOfflineSharp.js' +export * from './IconDetectorSmokeOutlined.js' +export * from './IconDetectorSmokeOutlinedFilled.js' +export * from './IconDetectorSmokeRounded.js' +export * from './IconDetectorSmokeRoundedFilled.js' +export * from './IconDetectorSmokeSharp.js' +export * from './IconDetectorSmokeSharpFilled.js' +export * from './IconDetectorStatusOutlined.js' +export * from './IconDetectorStatusOutlinedFilled.js' +export * from './IconDetectorStatusRoundedFilled.js' +export * from './IconDetectorStatusRounded.js' +export * from './IconDetectorStatusSharpFilled.js' +export * from './IconDetectorStatusSharp.js' +export * from './IconDeveloperBoardOutlinedFilled.js' +export * from './IconDeveloperBoardOutlined.js' +export * from './IconDeveloperBoardRoundedFilled.js' +export * from './IconDeveloperBoardRounded.js' +export * from './IconDeveloperBoardSharpFilled.js' +export * from './IconDeveloperBoardSharp.js' +export * from './IconDeveloperBoardOffOutlinedFilled.js' +export * from './IconDeveloperBoardOffOutlined.js' +export * from './IconDeveloperBoardOffRounded.js' +export * from './IconDeveloperBoardOffRoundedFilled.js' +export * from './IconDeveloperBoardOffSharp.js' +export * from './IconDeveloperBoardOffSharpFilled.js' +export * from './IconDeveloperGuideOutlined.js' +export * from './IconDeveloperGuideOutlinedFilled.js' +export * from './IconDeveloperGuideRoundedFilled.js' +export * from './IconDeveloperGuideRounded.js' +export * from './IconDeveloperGuideSharp.js' +export * from './IconDeveloperGuideSharpFilled.js' +export * from './IconDeveloperModeOutlined.js' +export * from './IconDeveloperModeOutlinedFilled.js' +export * from './IconDeveloperModeRounded.js' +export * from './IconDeveloperModeRoundedFilled.js' +export * from './IconDeveloperModeSharpFilled.js' +export * from './IconDeveloperModeSharp.js' +export * from './IconDeveloperModeTvOutlined.js' +export * from './IconDeveloperModeTvOutlinedFilled.js' +export * from './IconDeveloperModeTvRoundedFilled.js' +export * from './IconDeveloperModeTvRounded.js' +export * from './IconDeveloperModeTvSharp.js' +export * from './IconDeveloperModeTvSharpFilled.js' +export * from './IconDeviceHubOutlined.js' +export * from './IconDeviceHubOutlinedFilled.js' +export * from './IconDeviceHubRounded.js' +export * from './IconDeviceHubRoundedFilled.js' +export * from './IconDeviceHubSharp.js' +export * from './IconDeviceHubSharpFilled.js' +export * from './IconDeviceThermostatOutlinedFilled.js' +export * from './IconDeviceThermostatOutlined.js' +export * from './IconDeviceThermostatRoundedFilled.js' +export * from './IconDeviceThermostatRounded.js' +export * from './IconDeviceThermostatSharp.js' +export * from './IconDeviceThermostatSharpFilled.js' +export * from './IconDeviceUnknownOutlined.js' +export * from './IconDeviceUnknownOutlinedFilled.js' +export * from './IconDeviceUnknownRoundedFilled.js' +export * from './IconDeviceUnknownRounded.js' +export * from './IconDeviceUnknownSharp.js' +export * from './IconDeviceUnknownSharpFilled.js' +export * from './IconDevicesOutlined.js' +export * from './IconDevicesOutlinedFilled.js' +export * from './IconDevicesRounded.js' +export * from './IconDevicesRoundedFilled.js' +export * from './IconDevicesSharp.js' +export * from './IconDevicesSharpFilled.js' +export * from './IconDevicesFoldOutlined.js' +export * from './IconDevicesFoldOutlinedFilled.js' +export * from './IconDevicesFoldRoundedFilled.js' +export * from './IconDevicesFoldRounded.js' +export * from './IconDevicesFoldSharp.js' +export * from './IconDevicesFoldSharpFilled.js' +export * from './IconDevicesFold2OutlinedFilled.js' +export * from './IconDevicesFold2Outlined.js' +export * from './IconDevicesFold2RoundedFilled.js' +export * from './IconDevicesFold2Rounded.js' +export * from './IconDevicesFold2Sharp.js' +export * from './IconDevicesFold2SharpFilled.js' +export * from './IconDevicesOffOutlinedFilled.js' +export * from './IconDevicesOffOutlined.js' +export * from './IconDevicesOffRoundedFilled.js' +export * from './IconDevicesOffRounded.js' +export * from './IconDevicesOffSharp.js' +export * from './IconDevicesOffSharpFilled.js' +export * from './IconDevicesOtherOutlined.js' +export * from './IconDevicesOtherOutlinedFilled.js' +export * from './IconDevicesOtherRoundedFilled.js' +export * from './IconDevicesOtherRounded.js' +export * from './IconDevicesOtherSharpFilled.js' +export * from './IconDevicesOtherSharp.js' +export * from './IconDevicesWearablesOutlined.js' +export * from './IconDevicesWearablesOutlinedFilled.js' +export * from './IconDevicesWearablesRounded.js' +export * from './IconDevicesWearablesRoundedFilled.js' +export * from './IconDevicesWearablesSharp.js' +export * from './IconDevicesWearablesSharpFilled.js' +export * from './IconDewPointOutlinedFilled.js' +export * from './IconDewPointOutlined.js' +export * from './IconDewPointRoundedFilled.js' +export * from './IconDewPointRounded.js' +export * from './IconDewPointSharp.js' +export * from './IconDewPointSharpFilled.js' +export * from './IconDiagnosisOutlined.js' +export * from './IconDiagnosisOutlinedFilled.js' +export * from './IconDiagnosisRounded.js' +export * from './IconDiagnosisRoundedFilled.js' +export * from './IconDiagnosisSharpFilled.js' +export * from './IconDiagnosisSharp.js' +export * from './IconDiagonalLineOutlined.js' +export * from './IconDiagonalLineOutlinedFilled.js' +export * from './IconDiagonalLineRoundedFilled.js' +export * from './IconDiagonalLineRounded.js' +export * from './IconDiagonalLineSharp.js' +export * from './IconDiagonalLineSharpFilled.js' +export * from './IconDialerSipOutlinedFilled.js' +export * from './IconDialerSipOutlined.js' +export * from './IconDialerSipRounded.js' +export * from './IconDialerSipRoundedFilled.js' +export * from './IconDialerSipSharp.js' +export * from './IconDialerSipSharpFilled.js' +export * from './IconDialogsOutlinedFilled.js' +export * from './IconDialogsOutlined.js' +export * from './IconDialogsRoundedFilled.js' +export * from './IconDialogsRounded.js' +export * from './IconDialogsSharp.js' +export * from './IconDialogsSharpFilled.js' +export * from './IconDialpadOutlined.js' +export * from './IconDialpadOutlinedFilled.js' +export * from './IconDialpadRounded.js' +export * from './IconDialpadRoundedFilled.js' +export * from './IconDialpadSharp.js' +export * from './IconDialpadSharpFilled.js' +export * from './IconDiamondOutlined.js' +export * from './IconDiamondOutlinedFilled.js' +export * from './IconDiamondRounded.js' +export * from './IconDiamondRoundedFilled.js' +export * from './IconDiamondSharp.js' +export * from './IconDiamondSharpFilled.js' +export * from './IconDictionaryOutlined.js' +export * from './IconDictionaryOutlinedFilled.js' +export * from './IconDictionaryRoundedFilled.js' +export * from './IconDictionaryRounded.js' +export * from './IconDictionarySharp.js' +export * from './IconDictionarySharpFilled.js' +export * from './IconDifferenceOutlined.js' +export * from './IconDifferenceOutlinedFilled.js' +export * from './IconDifferenceRoundedFilled.js' +export * from './IconDifferenceRounded.js' +export * from './IconDifferenceSharp.js' +export * from './IconDifferenceSharpFilled.js' +export * from './IconDigitalOutOfHomeOutlinedFilled.js' +export * from './IconDigitalOutOfHomeOutlined.js' +export * from './IconDigitalOutOfHomeRounded.js' +export * from './IconDigitalOutOfHomeRoundedFilled.js' +export * from './IconDigitalOutOfHomeSharp.js' +export * from './IconDigitalOutOfHomeSharpFilled.js' +export * from './IconDigitalWellbeingOutlinedFilled.js' +export * from './IconDigitalWellbeingOutlined.js' +export * from './IconDigitalWellbeingRoundedFilled.js' +export * from './IconDigitalWellbeingRounded.js' +export * from './IconDigitalWellbeingSharpFilled.js' +export * from './IconDigitalWellbeingSharp.js' +export * from './IconDiningOutlinedFilled.js' +export * from './IconDiningOutlined.js' +export * from './IconDiningRounded.js' +export * from './IconDiningRoundedFilled.js' +export * from './IconDiningSharpFilled.js' +export * from './IconDiningSharp.js' +export * from './IconDinnerDiningOutlinedFilled.js' +export * from './IconDinnerDiningOutlined.js' +export * from './IconDinnerDiningRoundedFilled.js' +export * from './IconDinnerDiningRounded.js' +export * from './IconDinnerDiningSharp.js' +export * from './IconDinnerDiningSharpFilled.js' +export * from './IconDirectionsOutlined.js' +export * from './IconDirectionsOutlinedFilled.js' +export * from './IconDirectionsRoundedFilled.js' +export * from './IconDirectionsRounded.js' +export * from './IconDirectionsSharpFilled.js' +export * from './IconDirectionsSharp.js' +export * from './IconDirectionsAltOutlined.js' +export * from './IconDirectionsAltOutlinedFilled.js' +export * from './IconDirectionsAltRounded.js' +export * from './IconDirectionsAltRoundedFilled.js' +export * from './IconDirectionsAltSharpFilled.js' +export * from './IconDirectionsAltSharp.js' +export * from './IconDirectionsAltOffOutlinedFilled.js' +export * from './IconDirectionsAltOffOutlined.js' +export * from './IconDirectionsAltOffRounded.js' +export * from './IconDirectionsAltOffRoundedFilled.js' +export * from './IconDirectionsAltOffSharp.js' +export * from './IconDirectionsAltOffSharpFilled.js' +export * from './IconDirectionsBikeOutlined.js' +export * from './IconDirectionsBikeOutlinedFilled.js' +export * from './IconDirectionsBikeRoundedFilled.js' +export * from './IconDirectionsBikeRounded.js' +export * from './IconDirectionsBikeSharp.js' +export * from './IconDirectionsBikeSharpFilled.js' +export * from './IconDirectionsBoatOutlined.js' +export * from './IconDirectionsBoatOutlinedFilled.js' +export * from './IconDirectionsBoatRoundedFilled.js' +export * from './IconDirectionsBoatRounded.js' +export * from './IconDirectionsBoatSharpFilled.js' +export * from './IconDirectionsBoatSharp.js' +export * from './IconDirectionsBusOutlined.js' +export * from './IconDirectionsBusOutlinedFilled.js' +export * from './IconDirectionsBusRoundedFilled.js' +export * from './IconDirectionsBusRounded.js' +export * from './IconDirectionsBusSharpFilled.js' +export * from './IconDirectionsBusSharp.js' +export * from './IconDirectionsCarOutlined.js' +export * from './IconDirectionsCarOutlinedFilled.js' +export * from './IconDirectionsCarRounded.js' +export * from './IconDirectionsCarRoundedFilled.js' +export * from './IconDirectionsCarSharp.js' +export * from './IconDirectionsCarSharpFilled.js' +export * from './IconDirectionsOffOutlinedFilled.js' +export * from './IconDirectionsOffOutlined.js' +export * from './IconDirectionsOffRounded.js' +export * from './IconDirectionsOffRoundedFilled.js' +export * from './IconDirectionsOffSharp.js' +export * from './IconDirectionsOffSharpFilled.js' +export * from './IconDirectionsRailwayOutlinedFilled.js' +export * from './IconDirectionsRailwayOutlined.js' +export * from './IconDirectionsRailwayRounded.js' +export * from './IconDirectionsRailwayRoundedFilled.js' +export * from './IconDirectionsRailwaySharpFilled.js' +export * from './IconDirectionsRailwaySharp.js' +export * from './IconDirectionsRailway2OutlinedFilled.js' +export * from './IconDirectionsRailway2Outlined.js' +export * from './IconDirectionsRailway2RoundedFilled.js' +export * from './IconDirectionsRailway2Rounded.js' +export * from './IconDirectionsRailway2Sharp.js' +export * from './IconDirectionsRailway2SharpFilled.js' +export * from './IconDirectionsRunOutlined.js' +export * from './IconDirectionsRunOutlinedFilled.js' +export * from './IconDirectionsRunRounded.js' +export * from './IconDirectionsRunRoundedFilled.js' +export * from './IconDirectionsRunSharpFilled.js' +export * from './IconDirectionsRunSharp.js' +export * from './IconDirectionsSubwayOutlinedFilled.js' +export * from './IconDirectionsSubwayOutlined.js' +export * from './IconDirectionsSubwayRoundedFilled.js' +export * from './IconDirectionsSubwayRounded.js' +export * from './IconDirectionsSubwaySharpFilled.js' +export * from './IconDirectionsSubwaySharp.js' +export * from './IconDirectionsWalkOutlined.js' +export * from './IconDirectionsWalkOutlinedFilled.js' +export * from './IconDirectionsWalkRounded.js' +export * from './IconDirectionsWalkRoundedFilled.js' +export * from './IconDirectionsWalkSharp.js' +export * from './IconDirectionsWalkSharpFilled.js' +export * from './IconDirectorySyncOutlined.js' +export * from './IconDirectorySyncOutlinedFilled.js' +export * from './IconDirectorySyncRoundedFilled.js' +export * from './IconDirectorySyncRounded.js' +export * from './IconDirectorySyncSharpFilled.js' +export * from './IconDirectorySyncSharp.js' +export * from './IconDirtyLensOutlinedFilled.js' +export * from './IconDirtyLensOutlined.js' +export * from './IconDirtyLensRounded.js' +export * from './IconDirtyLensRoundedFilled.js' +export * from './IconDirtyLensSharpFilled.js' +export * from './IconDirtyLensSharp.js' +export * from './IconDisabledByDefaultOutlinedFilled.js' +export * from './IconDisabledByDefaultOutlined.js' +export * from './IconDisabledByDefaultRounded.js' +export * from './IconDisabledByDefaultRoundedFilled.js' +export * from './IconDisabledByDefaultSharp.js' +export * from './IconDisabledByDefaultSharpFilled.js' +export * from './IconDisabledVisibleOutlinedFilled.js' +export * from './IconDisabledVisibleOutlined.js' +export * from './IconDisabledVisibleRounded.js' +export * from './IconDisabledVisibleRoundedFilled.js' +export * from './IconDisabledVisibleSharp.js' +export * from './IconDisabledVisibleSharpFilled.js' +export * from './IconDiscFullOutlinedFilled.js' +export * from './IconDiscFullOutlined.js' +export * from './IconDiscFullRoundedFilled.js' +export * from './IconDiscFullRounded.js' +export * from './IconDiscFullSharpFilled.js' +export * from './IconDiscFullSharp.js' +export * from './IconDiscoverTuneOutlinedFilled.js' +export * from './IconDiscoverTuneOutlined.js' +export * from './IconDiscoverTuneRounded.js' +export * from './IconDiscoverTuneRoundedFilled.js' +export * from './IconDiscoverTuneSharp.js' +export * from './IconDiscoverTuneSharpFilled.js' +export * from './IconDishwasherOutlinedFilled.js' +export * from './IconDishwasherOutlined.js' +export * from './IconDishwasherRounded.js' +export * from './IconDishwasherRoundedFilled.js' +export * from './IconDishwasherSharpFilled.js' +export * from './IconDishwasherSharp.js' +export * from './IconDishwasherGenOutlined.js' +export * from './IconDishwasherGenOutlinedFilled.js' +export * from './IconDishwasherGenRounded.js' +export * from './IconDishwasherGenRoundedFilled.js' +export * from './IconDishwasherGenSharp.js' +export * from './IconDishwasherGenSharpFilled.js' +export * from './IconDisplayExternalInputOutlined.js' +export * from './IconDisplayExternalInputOutlinedFilled.js' +export * from './IconDisplayExternalInputRoundedFilled.js' +export * from './IconDisplayExternalInputRounded.js' +export * from './IconDisplayExternalInputSharp.js' +export * from './IconDisplayExternalInputSharpFilled.js' +export * from './IconDisplaySettingsOutlinedFilled.js' +export * from './IconDisplaySettingsOutlined.js' +export * from './IconDisplaySettingsRoundedFilled.js' +export * from './IconDisplaySettingsRounded.js' +export * from './IconDisplaySettingsSharpFilled.js' +export * from './IconDisplaySettingsSharp.js' +export * from './IconDistanceOutlined.js' +export * from './IconDistanceOutlinedFilled.js' +export * from './IconDistanceRounded.js' +export * from './IconDistanceRoundedFilled.js' +export * from './IconDistanceSharp.js' +export * from './IconDistanceSharpFilled.js' +export * from './IconDiversity1OutlinedFilled.js' +export * from './IconDiversity1Outlined.js' +export * from './IconDiversity1Rounded.js' +export * from './IconDiversity1RoundedFilled.js' +export * from './IconDiversity1SharpFilled.js' +export * from './IconDiversity1Sharp.js' +export * from './IconDiversity2Outlined.js' +export * from './IconDiversity2OutlinedFilled.js' +export * from './IconDiversity2RoundedFilled.js' +export * from './IconDiversity2Rounded.js' +export * from './IconDiversity2Sharp.js' +export * from './IconDiversity2SharpFilled.js' +export * from './IconDiversity3Outlined.js' +export * from './IconDiversity3OutlinedFilled.js' +export * from './IconDiversity3Rounded.js' +export * from './IconDiversity3RoundedFilled.js' +export * from './IconDiversity3Sharp.js' +export * from './IconDiversity3SharpFilled.js' +export * from './IconDiversity4Outlined.js' +export * from './IconDiversity4OutlinedFilled.js' +export * from './IconDiversity4Rounded.js' +export * from './IconDiversity4RoundedFilled.js' +export * from './IconDiversity4SharpFilled.js' +export * from './IconDiversity4Sharp.js' +export * from './IconDnsOutlined.js' +export * from './IconDnsOutlinedFilled.js' +export * from './IconDnsRounded.js' +export * from './IconDnsRoundedFilled.js' +export * from './IconDnsSharpFilled.js' +export * from './IconDnsSharp.js' +export * from './IconDoNotDisturbOffOutlinedFilled.js' +export * from './IconDoNotDisturbOffOutlined.js' +export * from './IconDoNotDisturbOffRounded.js' +export * from './IconDoNotDisturbOffRoundedFilled.js' +export * from './IconDoNotDisturbOffSharp.js' +export * from './IconDoNotDisturbOffSharpFilled.js' +export * from './IconDoNotDisturbOnOutlinedFilled.js' +export * from './IconDoNotDisturbOnOutlined.js' +export * from './IconDoNotDisturbOnRounded.js' +export * from './IconDoNotDisturbOnRoundedFilled.js' +export * from './IconDoNotDisturbOnSharpFilled.js' +export * from './IconDoNotDisturbOnSharp.js' +export * from './IconDoNotDisturbOnTotalSilenceOutlinedFilled.js' +export * from './IconDoNotDisturbOnTotalSilenceOutlined.js' +export * from './IconDoNotDisturbOnTotalSilenceRoundedFilled.js' +export * from './IconDoNotDisturbOnTotalSilenceRounded.js' +export * from './IconDoNotDisturbOnTotalSilenceSharpFilled.js' +export * from './IconDoNotDisturbOnTotalSilenceSharp.js' +export * from './IconDoNotStepOutlined.js' +export * from './IconDoNotStepOutlinedFilled.js' +export * from './IconDoNotStepRounded.js' +export * from './IconDoNotStepRoundedFilled.js' +export * from './IconDoNotStepSharpFilled.js' +export * from './IconDoNotStepSharp.js' +export * from './IconDoNotTouchOutlined.js' +export * from './IconDoNotTouchOutlinedFilled.js' +export * from './IconDoNotTouchRounded.js' +export * from './IconDoNotTouchRoundedFilled.js' +export * from './IconDoNotTouchSharpFilled.js' +export * from './IconDoNotTouchSharp.js' +export * from './IconDockOutlined.js' +export * from './IconDockOutlinedFilled.js' +export * from './IconDockRoundedFilled.js' +export * from './IconDockRounded.js' +export * from './IconDockSharp.js' +export * from './IconDockSharpFilled.js' +export * from './IconDockToBottomOutlinedFilled.js' +export * from './IconDockToBottomOutlined.js' +export * from './IconDockToBottomRoundedFilled.js' +export * from './IconDockToBottomRounded.js' +export * from './IconDockToBottomSharpFilled.js' +export * from './IconDockToBottomSharp.js' +export * from './IconDockToLeftOutlined.js' +export * from './IconDockToLeftOutlinedFilled.js' +export * from './IconDockToLeftRoundedFilled.js' +export * from './IconDockToLeftRounded.js' +export * from './IconDockToLeftSharp.js' +export * from './IconDockToLeftSharpFilled.js' +export * from './IconDockToRightOutlined.js' +export * from './IconDockToRightOutlinedFilled.js' +export * from './IconDockToRightRoundedFilled.js' +export * from './IconDockToRightRounded.js' +export * from './IconDockToRightSharpFilled.js' +export * from './IconDockToRightSharp.js' +export * from './IconDocsAddOnOutlinedFilled.js' +export * from './IconDocsAddOnOutlined.js' +export * from './IconDocsAddOnRoundedFilled.js' +export * from './IconDocsAddOnRounded.js' +export * from './IconDocsAddOnSharpFilled.js' +export * from './IconDocsAddOnSharp.js' +export * from './IconDocsAppsScriptOutlinedFilled.js' +export * from './IconDocsAppsScriptOutlined.js' +export * from './IconDocsAppsScriptRounded.js' +export * from './IconDocsAppsScriptRoundedFilled.js' +export * from './IconDocsAppsScriptSharpFilled.js' +export * from './IconDocsAppsScriptSharp.js' +export * from './IconDocumentScannerOutlined.js' +export * from './IconDocumentScannerOutlinedFilled.js' +export * from './IconDocumentScannerRounded.js' +export * from './IconDocumentScannerRoundedFilled.js' +export * from './IconDocumentScannerSharp.js' +export * from './IconDocumentScannerSharpFilled.js' +export * from './IconDomainOutlinedFilled.js' +export * from './IconDomainOutlined.js' +export * from './IconDomainRoundedFilled.js' +export * from './IconDomainRounded.js' +export * from './IconDomainSharp.js' +export * from './IconDomainSharpFilled.js' +export * from './IconDomainAddOutlinedFilled.js' +export * from './IconDomainAddOutlined.js' +export * from './IconDomainAddRoundedFilled.js' +export * from './IconDomainAddRounded.js' +export * from './IconDomainAddSharp.js' +export * from './IconDomainAddSharpFilled.js' +export * from './IconDomainDisabledOutlinedFilled.js' +export * from './IconDomainDisabledOutlined.js' +export * from './IconDomainDisabledRounded.js' +export * from './IconDomainDisabledRoundedFilled.js' +export * from './IconDomainDisabledSharp.js' +export * from './IconDomainDisabledSharpFilled.js' +export * from './IconDomainVerificationOutlinedFilled.js' +export * from './IconDomainVerificationOutlined.js' +export * from './IconDomainVerificationRounded.js' +export * from './IconDomainVerificationRoundedFilled.js' +export * from './IconDomainVerificationSharpFilled.js' +export * from './IconDomainVerificationSharp.js' +export * from './IconDomainVerificationOffOutlinedFilled.js' +export * from './IconDomainVerificationOffOutlined.js' +export * from './IconDomainVerificationOffRoundedFilled.js' +export * from './IconDomainVerificationOffRounded.js' +export * from './IconDomainVerificationOffSharp.js' +export * from './IconDomainVerificationOffSharpFilled.js' +export * from './IconDominoMaskOutlinedFilled.js' +export * from './IconDominoMaskOutlined.js' +export * from './IconDominoMaskRoundedFilled.js' +export * from './IconDominoMaskRounded.js' +export * from './IconDominoMaskSharpFilled.js' +export * from './IconDominoMaskSharp.js' +export * from './IconDoneAllOutlinedFilled.js' +export * from './IconDoneAllOutlined.js' +export * from './IconDoneAllRounded.js' +export * from './IconDoneAllRoundedFilled.js' +export * from './IconDoneAllSharpFilled.js' +export * from './IconDoneAllSharp.js' +export * from './IconDoneOutlineOutlined.js' +export * from './IconDoneOutlineOutlinedFilled.js' +export * from './IconDoneOutlineRounded.js' +export * from './IconDoneOutlineRoundedFilled.js' +export * from './IconDoneOutlineSharp.js' +export * from './IconDoneOutlineSharpFilled.js' +export * from './IconDonutLargeOutlined.js' +export * from './IconDonutLargeOutlinedFilled.js' +export * from './IconDonutLargeRounded.js' +export * from './IconDonutLargeRoundedFilled.js' +export * from './IconDonutLargeSharp.js' +export * from './IconDonutLargeSharpFilled.js' +export * from './IconDonutSmallOutlinedFilled.js' +export * from './IconDonutSmallOutlined.js' +export * from './IconDonutSmallRoundedFilled.js' +export * from './IconDonutSmallRounded.js' +export * from './IconDonutSmallSharpFilled.js' +export * from './IconDonutSmallSharp.js' +export * from './IconDoorBackOutlinedFilled.js' +export * from './IconDoorBackOutlined.js' +export * from './IconDoorBackRoundedFilled.js' +export * from './IconDoorBackRounded.js' +export * from './IconDoorBackSharpFilled.js' +export * from './IconDoorBackSharp.js' +export * from './IconDoorFrontOutlinedFilled.js' +export * from './IconDoorFrontOutlined.js' +export * from './IconDoorFrontRounded.js' +export * from './IconDoorFrontRoundedFilled.js' +export * from './IconDoorFrontSharp.js' +export * from './IconDoorFrontSharpFilled.js' +export * from './IconDoorOpenOutlined.js' +export * from './IconDoorOpenOutlinedFilled.js' +export * from './IconDoorOpenRoundedFilled.js' +export * from './IconDoorOpenRounded.js' +export * from './IconDoorOpenSharpFilled.js' +export * from './IconDoorOpenSharp.js' +export * from './IconDoorSensorOutlined.js' +export * from './IconDoorSensorOutlinedFilled.js' +export * from './IconDoorSensorRounded.js' +export * from './IconDoorSensorRoundedFilled.js' +export * from './IconDoorSensorSharp.js' +export * from './IconDoorSensorSharpFilled.js' +export * from './IconDoorSlidingOutlinedFilled.js' +export * from './IconDoorSlidingOutlined.js' +export * from './IconDoorSlidingRounded.js' +export * from './IconDoorSlidingRoundedFilled.js' +export * from './IconDoorSlidingSharpFilled.js' +export * from './IconDoorSlidingSharp.js' +export * from './IconDoorbellOutlined.js' +export * from './IconDoorbellOutlinedFilled.js' +export * from './IconDoorbellRoundedFilled.js' +export * from './IconDoorbellRounded.js' +export * from './IconDoorbellSharpFilled.js' +export * from './IconDoorbellSharp.js' +export * from './IconDoorbell3pOutlined.js' +export * from './IconDoorbell3pOutlinedFilled.js' +export * from './IconDoorbell3pRoundedFilled.js' +export * from './IconDoorbell3pRounded.js' +export * from './IconDoorbell3pSharp.js' +export * from './IconDoorbell3pSharpFilled.js' +export * from './IconDoorbellChimeOutlinedFilled.js' +export * from './IconDoorbellChimeOutlined.js' +export * from './IconDoorbellChimeRounded.js' +export * from './IconDoorbellChimeRoundedFilled.js' +export * from './IconDoorbellChimeSharp.js' +export * from './IconDoorbellChimeSharpFilled.js' +export * from './IconDoubleArrowOutlinedFilled.js' +export * from './IconDoubleArrowOutlined.js' +export * from './IconDoubleArrowRounded.js' +export * from './IconDoubleArrowRoundedFilled.js' +export * from './IconDoubleArrowSharp.js' +export * from './IconDoubleArrowSharpFilled.js' +export * from './IconDownhillSkiingOutlinedFilled.js' +export * from './IconDownhillSkiingOutlined.js' +export * from './IconDownhillSkiingRounded.js' +export * from './IconDownhillSkiingRoundedFilled.js' +export * from './IconDownhillSkiingSharp.js' +export * from './IconDownhillSkiingSharpFilled.js' +export * from './IconDownloadOutlinedFilled.js' +export * from './IconDownloadOutlined.js' +export * from './IconDownloadRounded.js' +export * from './IconDownloadRoundedFilled.js' +export * from './IconDownloadSharp.js' +export * from './IconDownloadSharpFilled.js' +export * from './IconDownload2Outlined.js' +export * from './IconDownload2OutlinedFilled.js' +export * from './IconDownload2Rounded.js' +export * from './IconDownload2RoundedFilled.js' +export * from './IconDownload2SharpFilled.js' +export * from './IconDownload2Sharp.js' +export * from './IconDownloadDoneOutlinedFilled.js' +export * from './IconDownloadDoneOutlined.js' +export * from './IconDownloadDoneRounded.js' +export * from './IconDownloadDoneRoundedFilled.js' +export * from './IconDownloadDoneSharp.js' +export * from './IconDownloadDoneSharpFilled.js' +export * from './IconDownloadForOfflineOutlined.js' +export * from './IconDownloadForOfflineOutlinedFilled.js' +export * from './IconDownloadForOfflineRoundedFilled.js' +export * from './IconDownloadForOfflineRounded.js' +export * from './IconDownloadForOfflineSharp.js' +export * from './IconDownloadForOfflineSharpFilled.js' +export * from './IconDownloadingOutlined.js' +export * from './IconDownloadingOutlinedFilled.js' +export * from './IconDownloadingRounded.js' +export * from './IconDownloadingRoundedFilled.js' +export * from './IconDownloadingSharp.js' +export * from './IconDownloadingSharpFilled.js' +export * from './IconDraftOutlined.js' +export * from './IconDraftOutlinedFilled.js' +export * from './IconDraftRounded.js' +export * from './IconDraftRoundedFilled.js' +export * from './IconDraftSharp.js' +export * from './IconDraftSharpFilled.js' +export * from './IconDraftOrdersOutlined.js' +export * from './IconDraftOrdersOutlinedFilled.js' +export * from './IconDraftOrdersRounded.js' +export * from './IconDraftOrdersRoundedFilled.js' +export * from './IconDraftOrdersSharpFilled.js' +export * from './IconDraftOrdersSharp.js' +export * from './IconDraftsOutlined.js' +export * from './IconDraftsOutlinedFilled.js' +export * from './IconDraftsRounded.js' +export * from './IconDraftsRoundedFilled.js' +export * from './IconDraftsSharpFilled.js' +export * from './IconDraftsSharp.js' +export * from './IconDragClickOutlined.js' +export * from './IconDragClickOutlinedFilled.js' +export * from './IconDragClickRounded.js' +export * from './IconDragClickRoundedFilled.js' +export * from './IconDragClickSharp.js' +export * from './IconDragClickSharpFilled.js' +export * from './IconDragHandleOutlined.js' +export * from './IconDragHandleOutlinedFilled.js' +export * from './IconDragHandleRounded.js' +export * from './IconDragHandleRoundedFilled.js' +export * from './IconDragHandleSharp.js' +export * from './IconDragHandleSharpFilled.js' +export * from './IconDragIndicatorOutlined.js' +export * from './IconDragIndicatorOutlinedFilled.js' +export * from './IconDragIndicatorRoundedFilled.js' +export * from './IconDragIndicatorRounded.js' +export * from './IconDragIndicatorSharpFilled.js' +export * from './IconDragIndicatorSharp.js' +export * from './IconDragPanOutlinedFilled.js' +export * from './IconDragPanOutlined.js' +export * from './IconDragPanRoundedFilled.js' +export * from './IconDragPanRounded.js' +export * from './IconDragPanSharpFilled.js' +export * from './IconDragPanSharp.js' +export * from './IconDrawOutlinedFilled.js' +export * from './IconDrawOutlined.js' +export * from './IconDrawRounded.js' +export * from './IconDrawRoundedFilled.js' +export * from './IconDrawSharp.js' +export * from './IconDrawSharpFilled.js' +export * from './IconDrawAbstractOutlined.js' +export * from './IconDrawAbstractOutlinedFilled.js' +export * from './IconDrawAbstractRoundedFilled.js' +export * from './IconDrawAbstractRounded.js' +export * from './IconDrawAbstractSharpFilled.js' +export * from './IconDrawAbstractSharp.js' +export * from './IconDrawCollageOutlinedFilled.js' +export * from './IconDrawCollageOutlined.js' +export * from './IconDrawCollageRounded.js' +export * from './IconDrawCollageRoundedFilled.js' +export * from './IconDrawCollageSharpFilled.js' +export * from './IconDrawCollageSharp.js' +export * from './IconDresserOutlinedFilled.js' +export * from './IconDresserOutlined.js' +export * from './IconDresserRounded.js' +export * from './IconDresserRoundedFilled.js' +export * from './IconDresserSharpFilled.js' +export * from './IconDresserSharp.js' +export * from './IconDriveExportOutlined.js' +export * from './IconDriveExportOutlinedFilled.js' +export * from './IconDriveExportRoundedFilled.js' +export * from './IconDriveExportRounded.js' +export * from './IconDriveExportSharpFilled.js' +export * from './IconDriveExportSharp.js' +export * from './IconDriveFileMoveOutlinedFilled.js' +export * from './IconDriveFileMoveOutlined.js' +export * from './IconDriveFileMoveRounded.js' +export * from './IconDriveFileMoveRoundedFilled.js' +export * from './IconDriveFileMoveSharpFilled.js' +export * from './IconDriveFileMoveSharp.js' +export * from './IconDriveFolderUploadOutlinedFilled.js' +export * from './IconDriveFolderUploadOutlined.js' +export * from './IconDriveFolderUploadRounded.js' +export * from './IconDriveFolderUploadRoundedFilled.js' +export * from './IconDriveFolderUploadSharp.js' +export * from './IconDriveFolderUploadSharpFilled.js' +export * from './IconDropdownOutlinedFilled.js' +export * from './IconDropdownOutlined.js' +export * from './IconDropdownRounded.js' +export * from './IconDropdownRoundedFilled.js' +export * from './IconDropdownSharp.js' +export * from './IconDropdownSharpFilled.js' +export * from './IconDryOutlinedFilled.js' +export * from './IconDryOutlined.js' +export * from './IconDryRounded.js' +export * from './IconDryRoundedFilled.js' +export * from './IconDrySharp.js' +export * from './IconDrySharpFilled.js' +export * from './IconDryCleaningOutlined.js' +export * from './IconDryCleaningOutlinedFilled.js' +export * from './IconDryCleaningRounded.js' +export * from './IconDryCleaningRoundedFilled.js' +export * from './IconDryCleaningSharp.js' +export * from './IconDryCleaningSharpFilled.js' +export * from './IconDualScreenOutlinedFilled.js' +export * from './IconDualScreenOutlined.js' +export * from './IconDualScreenRounded.js' +export * from './IconDualScreenRoundedFilled.js' +export * from './IconDualScreenSharp.js' +export * from './IconDualScreenSharpFilled.js' +export * from './IconDuoOutlinedFilled.js' +export * from './IconDuoOutlined.js' +export * from './IconDuoRoundedFilled.js' +export * from './IconDuoRounded.js' +export * from './IconDuoSharpFilled.js' +export * from './IconDuoSharp.js' +export * from './IconDvrOutlined.js' +export * from './IconDvrOutlinedFilled.js' +export * from './IconDvrRoundedFilled.js' +export * from './IconDvrRounded.js' +export * from './IconDvrSharp.js' +export * from './IconDvrSharpFilled.js' +export * from './IconDynamicFeedOutlinedFilled.js' +export * from './IconDynamicFeedOutlined.js' +export * from './IconDynamicFeedRounded.js' +export * from './IconDynamicFeedRoundedFilled.js' +export * from './IconDynamicFeedSharp.js' +export * from './IconDynamicFeedSharpFilled.js' +export * from './IconDynamicFormOutlined.js' +export * from './IconDynamicFormOutlinedFilled.js' +export * from './IconDynamicFormRoundedFilled.js' +export * from './IconDynamicFormRounded.js' +export * from './IconDynamicFormSharp.js' +export * from './IconDynamicFormSharpFilled.js' +export * from './IconE911AvatarOutlinedFilled.js' +export * from './IconE911AvatarOutlined.js' +export * from './IconE911AvatarRoundedFilled.js' +export * from './IconE911AvatarRounded.js' +export * from './IconE911AvatarSharpFilled.js' +export * from './IconE911AvatarSharp.js' +export * from './IconE911EmergencyOutlined.js' +export * from './IconE911EmergencyOutlinedFilled.js' +export * from './IconE911EmergencyRounded.js' +export * from './IconE911EmergencyRoundedFilled.js' +export * from './IconE911EmergencySharpFilled.js' +export * from './IconE911EmergencySharp.js' +export * from './IconEMobiledataOutlined.js' +export * from './IconEMobiledataOutlinedFilled.js' +export * from './IconEMobiledataRoundedFilled.js' +export * from './IconEMobiledataRounded.js' +export * from './IconEMobiledataSharp.js' +export * from './IconEMobiledataSharpFilled.js' +export * from './IconEMobiledataBadgeOutlinedFilled.js' +export * from './IconEMobiledataBadgeOutlined.js' +export * from './IconEMobiledataBadgeRounded.js' +export * from './IconEMobiledataBadgeRoundedFilled.js' +export * from './IconEMobiledataBadgeSharpFilled.js' +export * from './IconEMobiledataBadgeSharp.js' +export * from './IconEarbudsOutlined.js' +export * from './IconEarbudsOutlinedFilled.js' +export * from './IconEarbudsRoundedFilled.js' +export * from './IconEarbudsRounded.js' +export * from './IconEarbudsSharp.js' +export * from './IconEarbudsSharpFilled.js' +export * from './IconEarbudsBatteryOutlined.js' +export * from './IconEarbudsBatteryOutlinedFilled.js' +export * from './IconEarbudsBatteryRounded.js' +export * from './IconEarbudsBatteryRoundedFilled.js' +export * from './IconEarbudsBatterySharp.js' +export * from './IconEarbudsBatterySharpFilled.js' +export * from './IconEarlyOnOutlinedFilled.js' +export * from './IconEarlyOnOutlined.js' +export * from './IconEarlyOnRoundedFilled.js' +export * from './IconEarlyOnRounded.js' +export * from './IconEarlyOnSharpFilled.js' +export * from './IconEarlyOnSharp.js' +export * from './IconEarthquakeOutlined.js' +export * from './IconEarthquakeOutlinedFilled.js' +export * from './IconEarthquakeRounded.js' +export * from './IconEarthquakeRoundedFilled.js' +export * from './IconEarthquakeSharp.js' +export * from './IconEarthquakeSharpFilled.js' +export * from './IconEastOutlinedFilled.js' +export * from './IconEastOutlined.js' +export * from './IconEastRoundedFilled.js' +export * from './IconEastRounded.js' +export * from './IconEastSharpFilled.js' +export * from './IconEastSharp.js' +export * from './IconEcgOutlinedFilled.js' +export * from './IconEcgOutlined.js' +export * from './IconEcgRounded.js' +export * from './IconEcgRoundedFilled.js' +export * from './IconEcgSharp.js' +export * from './IconEcgSharpFilled.js' +export * from './IconEcgHeartOutlined.js' +export * from './IconEcgHeartOutlinedFilled.js' +export * from './IconEcgHeartRoundedFilled.js' +export * from './IconEcgHeartRounded.js' +export * from './IconEcgHeartSharp.js' +export * from './IconEcgHeartSharpFilled.js' +export * from './IconEcoOutlinedFilled.js' +export * from './IconEcoOutlined.js' +export * from './IconEcoRoundedFilled.js' +export * from './IconEcoRounded.js' +export * from './IconEcoSharpFilled.js' +export * from './IconEcoSharp.js' +export * from './IconEdaOutlinedFilled.js' +export * from './IconEdaOutlined.js' +export * from './IconEdaRoundedFilled.js' +export * from './IconEdaRounded.js' +export * from './IconEdaSharp.js' +export * from './IconEdaSharpFilled.js' +export * from './IconEdgesensorHighOutlinedFilled.js' +export * from './IconEdgesensorHighOutlined.js' +export * from './IconEdgesensorHighRounded.js' +export * from './IconEdgesensorHighRoundedFilled.js' +export * from './IconEdgesensorHighSharp.js' +export * from './IconEdgesensorHighSharpFilled.js' +export * from './IconEdgesensorLowOutlinedFilled.js' +export * from './IconEdgesensorLowOutlined.js' +export * from './IconEdgesensorLowRoundedFilled.js' +export * from './IconEdgesensorLowRounded.js' +export * from './IconEdgesensorLowSharp.js' +export * from './IconEdgesensorLowSharpFilled.js' +export * from './IconEditOutlinedFilled.js' +export * from './IconEditOutlined.js' +export * from './IconEditRounded.js' +export * from './IconEditRoundedFilled.js' +export * from './IconEditSharp.js' +export * from './IconEditSharpFilled.js' +export * from './IconEditAttributesOutlined.js' +export * from './IconEditAttributesOutlinedFilled.js' +export * from './IconEditAttributesRoundedFilled.js' +export * from './IconEditAttributesRounded.js' +export * from './IconEditAttributesSharp.js' +export * from './IconEditAttributesSharpFilled.js' +export * from './IconEditAudioOutlined.js' +export * from './IconEditAudioOutlinedFilled.js' +export * from './IconEditAudioRounded.js' +export * from './IconEditAudioRoundedFilled.js' +export * from './IconEditAudioSharpFilled.js' +export * from './IconEditAudioSharp.js' +export * from './IconEditCalendarOutlined.js' +export * from './IconEditCalendarOutlinedFilled.js' +export * from './IconEditCalendarRounded.js' +export * from './IconEditCalendarRoundedFilled.js' +export * from './IconEditCalendarSharp.js' +export * from './IconEditCalendarSharpFilled.js' +export * from './IconEditDocumentOutlined.js' +export * from './IconEditDocumentOutlinedFilled.js' +export * from './IconEditDocumentRounded.js' +export * from './IconEditDocumentRoundedFilled.js' +export * from './IconEditDocumentSharp.js' +export * from './IconEditDocumentSharpFilled.js' +export * from './IconEditLocationOutlined.js' +export * from './IconEditLocationOutlinedFilled.js' +export * from './IconEditLocationRoundedFilled.js' +export * from './IconEditLocationRounded.js' +export * from './IconEditLocationSharp.js' +export * from './IconEditLocationSharpFilled.js' +export * from './IconEditLocationAltOutlinedFilled.js' +export * from './IconEditLocationAltOutlined.js' +export * from './IconEditLocationAltRounded.js' +export * from './IconEditLocationAltRoundedFilled.js' +export * from './IconEditLocationAltSharp.js' +export * from './IconEditLocationAltSharpFilled.js' +export * from './IconEditNoteOutlinedFilled.js' +export * from './IconEditNoteOutlined.js' +export * from './IconEditNoteRoundedFilled.js' +export * from './IconEditNoteRounded.js' +export * from './IconEditNoteSharp.js' +export * from './IconEditNoteSharpFilled.js' +export * from './IconEditNotificationsOutlined.js' +export * from './IconEditNotificationsOutlinedFilled.js' +export * from './IconEditNotificationsRounded.js' +export * from './IconEditNotificationsRoundedFilled.js' +export * from './IconEditNotificationsSharpFilled.js' +export * from './IconEditNotificationsSharp.js' +export * from './IconEditOffOutlined.js' +export * from './IconEditOffOutlinedFilled.js' +export * from './IconEditOffRoundedFilled.js' +export * from './IconEditOffRounded.js' +export * from './IconEditOffSharpFilled.js' +export * from './IconEditOffSharp.js' +export * from './IconEditRoadOutlined.js' +export * from './IconEditRoadOutlinedFilled.js' +export * from './IconEditRoadRounded.js' +export * from './IconEditRoadRoundedFilled.js' +export * from './IconEditRoadSharpFilled.js' +export * from './IconEditRoadSharp.js' +export * from './IconEditSquareOutlined.js' +export * from './IconEditSquareOutlinedFilled.js' +export * from './IconEditSquareRounded.js' +export * from './IconEditSquareRoundedFilled.js' +export * from './IconEditSquareSharp.js' +export * from './IconEditSquareSharpFilled.js' +export * from './IconEditorChoiceOutlined.js' +export * from './IconEditorChoiceOutlinedFilled.js' +export * from './IconEditorChoiceRoundedFilled.js' +export * from './IconEditorChoiceRounded.js' +export * from './IconEditorChoiceSharpFilled.js' +export * from './IconEditorChoiceSharp.js' +export * from './IconEggOutlinedFilled.js' +export * from './IconEggOutlined.js' +export * from './IconEggRounded.js' +export * from './IconEggRoundedFilled.js' +export * from './IconEggSharp.js' +export * from './IconEggSharpFilled.js' +export * from './IconEggAltOutlinedFilled.js' +export * from './IconEggAltOutlined.js' +export * from './IconEggAltRoundedFilled.js' +export * from './IconEggAltRounded.js' +export * from './IconEggAltSharp.js' +export * from './IconEggAltSharpFilled.js' +export * from './IconEjectOutlined.js' +export * from './IconEjectOutlinedFilled.js' +export * from './IconEjectRoundedFilled.js' +export * from './IconEjectRounded.js' +export * from './IconEjectSharpFilled.js' +export * from './IconEjectSharp.js' +export * from './IconElderlyOutlined.js' +export * from './IconElderlyOutlinedFilled.js' +export * from './IconElderlyRounded.js' +export * from './IconElderlyRoundedFilled.js' +export * from './IconElderlySharp.js' +export * from './IconElderlySharpFilled.js' +export * from './IconElderlyWomanOutlinedFilled.js' +export * from './IconElderlyWomanOutlined.js' +export * from './IconElderlyWomanRounded.js' +export * from './IconElderlyWomanRoundedFilled.js' +export * from './IconElderlyWomanSharp.js' +export * from './IconElderlyWomanSharpFilled.js' +export * from './IconElectricBikeOutlined.js' +export * from './IconElectricBikeOutlinedFilled.js' +export * from './IconElectricBikeRoundedFilled.js' +export * from './IconElectricBikeRounded.js' +export * from './IconElectricBikeSharpFilled.js' +export * from './IconElectricBikeSharp.js' +export * from './IconElectricBoltOutlined.js' +export * from './IconElectricBoltOutlinedFilled.js' +export * from './IconElectricBoltRounded.js' +export * from './IconElectricBoltRoundedFilled.js' +export * from './IconElectricBoltSharpFilled.js' +export * from './IconElectricBoltSharp.js' +export * from './IconElectricCarOutlined.js' +export * from './IconElectricCarOutlinedFilled.js' +export * from './IconElectricCarRounded.js' +export * from './IconElectricCarRoundedFilled.js' +export * from './IconElectricCarSharpFilled.js' +export * from './IconElectricCarSharp.js' +export * from './IconElectricMeterOutlined.js' +export * from './IconElectricMeterOutlinedFilled.js' +export * from './IconElectricMeterRounded.js' +export * from './IconElectricMeterRoundedFilled.js' +export * from './IconElectricMeterSharpFilled.js' +export * from './IconElectricMeterSharp.js' +export * from './IconElectricMopedOutlined.js' +export * from './IconElectricMopedOutlinedFilled.js' +export * from './IconElectricMopedRoundedFilled.js' +export * from './IconElectricMopedRounded.js' +export * from './IconElectricMopedSharp.js' +export * from './IconElectricMopedSharpFilled.js' +export * from './IconElectricRickshawOutlined.js' +export * from './IconElectricRickshawOutlinedFilled.js' +export * from './IconElectricRickshawRounded.js' +export * from './IconElectricRickshawRoundedFilled.js' +export * from './IconElectricRickshawSharpFilled.js' +export * from './IconElectricRickshawSharp.js' +export * from './IconElectricScooterOutlinedFilled.js' +export * from './IconElectricScooterOutlined.js' +export * from './IconElectricScooterRoundedFilled.js' +export * from './IconElectricScooterRounded.js' +export * from './IconElectricScooterSharpFilled.js' +export * from './IconElectricScooterSharp.js' +export * from './IconElectricalServicesOutlined.js' +export * from './IconElectricalServicesOutlinedFilled.js' +export * from './IconElectricalServicesRoundedFilled.js' +export * from './IconElectricalServicesRounded.js' +export * from './IconElectricalServicesSharp.js' +export * from './IconElectricalServicesSharpFilled.js' +export * from './IconElevationOutlined.js' +export * from './IconElevationOutlinedFilled.js' +export * from './IconElevationRoundedFilled.js' +export * from './IconElevationRounded.js' +export * from './IconElevationSharpFilled.js' +export * from './IconElevationSharp.js' +export * from './IconElevatorOutlined.js' +export * from './IconElevatorOutlinedFilled.js' +export * from './IconElevatorRounded.js' +export * from './IconElevatorRoundedFilled.js' +export * from './IconElevatorSharp.js' +export * from './IconElevatorSharpFilled.js' +export * from './IconEmergencyOutlined.js' +export * from './IconEmergencyOutlinedFilled.js' +export * from './IconEmergencyRoundedFilled.js' +export * from './IconEmergencyRounded.js' +export * from './IconEmergencySharpFilled.js' +export * from './IconEmergencySharp.js' +export * from './IconEmergencyHeatOutlined.js' +export * from './IconEmergencyHeatOutlinedFilled.js' +export * from './IconEmergencyHeatRounded.js' +export * from './IconEmergencyHeatRoundedFilled.js' +export * from './IconEmergencyHeatSharp.js' +export * from './IconEmergencyHeatSharpFilled.js' +export * from './IconEmergencyHeat2Outlined.js' +export * from './IconEmergencyHeat2OutlinedFilled.js' +export * from './IconEmergencyHeat2Rounded.js' +export * from './IconEmergencyHeat2RoundedFilled.js' +export * from './IconEmergencyHeat2SharpFilled.js' +export * from './IconEmergencyHeat2Sharp.js' +export * from './IconEmergencyHomeOutlined.js' +export * from './IconEmergencyHomeOutlinedFilled.js' +export * from './IconEmergencyHomeRounded.js' +export * from './IconEmergencyHomeRoundedFilled.js' +export * from './IconEmergencyHomeSharpFilled.js' +export * from './IconEmergencyHomeSharp.js' +export * from './IconEmergencyRecordingOutlined.js' +export * from './IconEmergencyRecordingOutlinedFilled.js' +export * from './IconEmergencyRecordingRoundedFilled.js' +export * from './IconEmergencyRecordingRounded.js' +export * from './IconEmergencyRecordingSharp.js' +export * from './IconEmergencyRecordingSharpFilled.js' +export * from './IconEmergencyShareOutlined.js' +export * from './IconEmergencyShareOutlinedFilled.js' +export * from './IconEmergencyShareRounded.js' +export * from './IconEmergencyShareRoundedFilled.js' +export * from './IconEmergencyShareSharpFilled.js' +export * from './IconEmergencyShareSharp.js' +export * from './IconEmergencyShareOffOutlinedFilled.js' +export * from './IconEmergencyShareOffOutlined.js' +export * from './IconEmergencyShareOffRounded.js' +export * from './IconEmergencyShareOffRoundedFilled.js' +export * from './IconEmergencyShareOffSharp.js' +export * from './IconEmergencyShareOffSharpFilled.js' +export * from './IconEmojiEventsOutlined.js' +export * from './IconEmojiEventsOutlinedFilled.js' +export * from './IconEmojiEventsRoundedFilled.js' +export * from './IconEmojiEventsRounded.js' +export * from './IconEmojiEventsSharpFilled.js' +export * from './IconEmojiEventsSharp.js' +export * from './IconEmojiFoodBeverageOutlinedFilled.js' +export * from './IconEmojiFoodBeverageOutlined.js' +export * from './IconEmojiFoodBeverageRoundedFilled.js' +export * from './IconEmojiFoodBeverageRounded.js' +export * from './IconEmojiFoodBeverageSharp.js' +export * from './IconEmojiFoodBeverageSharpFilled.js' +export * from './IconEmojiLanguageOutlinedFilled.js' +export * from './IconEmojiLanguageOutlined.js' +export * from './IconEmojiLanguageRoundedFilled.js' +export * from './IconEmojiLanguageRounded.js' +export * from './IconEmojiLanguageSharp.js' +export * from './IconEmojiLanguageSharpFilled.js' +export * from './IconEmojiNatureOutlined.js' +export * from './IconEmojiNatureOutlinedFilled.js' +export * from './IconEmojiNatureRoundedFilled.js' +export * from './IconEmojiNatureRounded.js' +export * from './IconEmojiNatureSharp.js' +export * from './IconEmojiNatureSharpFilled.js' +export * from './IconEmojiObjectsOutlinedFilled.js' +export * from './IconEmojiObjectsOutlined.js' +export * from './IconEmojiObjectsRounded.js' +export * from './IconEmojiObjectsRoundedFilled.js' +export * from './IconEmojiObjectsSharp.js' +export * from './IconEmojiObjectsSharpFilled.js' +export * from './IconEmojiPeopleOutlinedFilled.js' +export * from './IconEmojiPeopleOutlined.js' +export * from './IconEmojiPeopleRoundedFilled.js' +export * from './IconEmojiPeopleRounded.js' +export * from './IconEmojiPeopleSharp.js' +export * from './IconEmojiPeopleSharpFilled.js' +export * from './IconEmojiSymbolsOutlinedFilled.js' +export * from './IconEmojiSymbolsOutlined.js' +export * from './IconEmojiSymbolsRoundedFilled.js' +export * from './IconEmojiSymbolsRounded.js' +export * from './IconEmojiSymbolsSharp.js' +export * from './IconEmojiSymbolsSharpFilled.js' +export * from './IconEmojiTransportationOutlinedFilled.js' +export * from './IconEmojiTransportationOutlined.js' +export * from './IconEmojiTransportationRoundedFilled.js' +export * from './IconEmojiTransportationRounded.js' +export * from './IconEmojiTransportationSharpFilled.js' +export * from './IconEmojiTransportationSharp.js' +export * from './IconEmoticonOutlined.js' +export * from './IconEmoticonOutlinedFilled.js' +export * from './IconEmoticonRounded.js' +export * from './IconEmoticonRoundedFilled.js' +export * from './IconEmoticonSharp.js' +export * from './IconEmoticonSharpFilled.js' +export * from './IconEmptyDashboardOutlined.js' +export * from './IconEmptyDashboardOutlinedFilled.js' +export * from './IconEmptyDashboardRoundedFilled.js' +export * from './IconEmptyDashboardRounded.js' +export * from './IconEmptyDashboardSharp.js' +export * from './IconEmptyDashboardSharpFilled.js' +export * from './IconEnableOutlined.js' +export * from './IconEnableOutlinedFilled.js' +export * from './IconEnableRoundedFilled.js' +export * from './IconEnableRounded.js' +export * from './IconEnableSharpFilled.js' +export * from './IconEnableSharp.js' +export * from './IconEncryptedOutlinedFilled.js' +export * from './IconEncryptedOutlined.js' +export * from './IconEncryptedRounded.js' +export * from './IconEncryptedRoundedFilled.js' +export * from './IconEncryptedSharpFilled.js' +export * from './IconEncryptedSharp.js' +export * from './IconEncryptedAddOutlinedFilled.js' +export * from './IconEncryptedAddOutlined.js' +export * from './IconEncryptedAddRounded.js' +export * from './IconEncryptedAddRoundedFilled.js' +export * from './IconEncryptedAddSharpFilled.js' +export * from './IconEncryptedAddSharp.js' +export * from './IconEncryptedAddCircleOutlined.js' +export * from './IconEncryptedAddCircleOutlinedFilled.js' +export * from './IconEncryptedAddCircleRounded.js' +export * from './IconEncryptedAddCircleRoundedFilled.js' +export * from './IconEncryptedAddCircleSharp.js' +export * from './IconEncryptedAddCircleSharpFilled.js' +export * from './IconEncryptedMinusCircleOutlined.js' +export * from './IconEncryptedMinusCircleOutlinedFilled.js' +export * from './IconEncryptedMinusCircleRoundedFilled.js' +export * from './IconEncryptedMinusCircleRounded.js' +export * from './IconEncryptedMinusCircleSharp.js' +export * from './IconEncryptedMinusCircleSharpFilled.js' +export * from './IconEncryptedOffOutlinedFilled.js' +export * from './IconEncryptedOffOutlined.js' +export * from './IconEncryptedOffRounded.js' +export * from './IconEncryptedOffRoundedFilled.js' +export * from './IconEncryptedOffSharpFilled.js' +export * from './IconEncryptedOffSharp.js' +export * from './IconEndocrinologyOutlinedFilled.js' +export * from './IconEndocrinologyOutlined.js' +export * from './IconEndocrinologyRoundedFilled.js' +export * from './IconEndocrinologyRounded.js' +export * from './IconEndocrinologySharp.js' +export * from './IconEndocrinologySharpFilled.js' +export * from './IconEnergyOutlined.js' +export * from './IconEnergyOutlinedFilled.js' +export * from './IconEnergyRoundedFilled.js' +export * from './IconEnergyRounded.js' +export * from './IconEnergySharp.js' +export * from './IconEnergySharpFilled.js' +export * from './IconEnergyProgramSavingOutlinedFilled.js' +export * from './IconEnergyProgramSavingOutlined.js' +export * from './IconEnergyProgramSavingRoundedFilled.js' +export * from './IconEnergyProgramSavingRounded.js' +export * from './IconEnergyProgramSavingSharp.js' +export * from './IconEnergyProgramSavingSharpFilled.js' +export * from './IconEnergyProgramTimeUsedOutlined.js' +export * from './IconEnergyProgramTimeUsedOutlinedFilled.js' +export * from './IconEnergyProgramTimeUsedRounded.js' +export * from './IconEnergyProgramTimeUsedRoundedFilled.js' +export * from './IconEnergyProgramTimeUsedSharp.js' +export * from './IconEnergyProgramTimeUsedSharpFilled.js' +export * from './IconEnergySavingsLeafOutlinedFilled.js' +export * from './IconEnergySavingsLeafOutlined.js' +export * from './IconEnergySavingsLeafRounded.js' +export * from './IconEnergySavingsLeafRoundedFilled.js' +export * from './IconEnergySavingsLeafSharpFilled.js' +export * from './IconEnergySavingsLeafSharp.js' +export * from './IconEngineeringOutlined.js' +export * from './IconEngineeringOutlinedFilled.js' +export * from './IconEngineeringRounded.js' +export * from './IconEngineeringRoundedFilled.js' +export * from './IconEngineeringSharpFilled.js' +export * from './IconEngineeringSharp.js' +export * from './IconEnhancedEncryptionOutlined.js' +export * from './IconEnhancedEncryptionOutlinedFilled.js' +export * from './IconEnhancedEncryptionRoundedFilled.js' +export * from './IconEnhancedEncryptionRounded.js' +export * from './IconEnhancedEncryptionSharpFilled.js' +export * from './IconEnhancedEncryptionSharp.js' +export * from './IconEntOutlinedFilled.js' +export * from './IconEntOutlined.js' +export * from './IconEntRoundedFilled.js' +export * from './IconEntRounded.js' +export * from './IconEntSharpFilled.js' +export * from './IconEntSharp.js' +export * from './IconEnterpriseOutlinedFilled.js' +export * from './IconEnterpriseOutlined.js' +export * from './IconEnterpriseRounded.js' +export * from './IconEnterpriseRoundedFilled.js' +export * from './IconEnterpriseSharp.js' +export * from './IconEnterpriseSharpFilled.js' +export * from './IconEnterpriseOffOutlined.js' +export * from './IconEnterpriseOffOutlinedFilled.js' +export * from './IconEnterpriseOffRoundedFilled.js' +export * from './IconEnterpriseOffRounded.js' +export * from './IconEnterpriseOffSharp.js' +export * from './IconEnterpriseOffSharpFilled.js' +export * from './IconEqualOutlinedFilled.js' +export * from './IconEqualOutlined.js' +export * from './IconEqualRounded.js' +export * from './IconEqualRoundedFilled.js' +export * from './IconEqualSharpFilled.js' +export * from './IconEqualSharp.js' +export * from './IconEqualizerOutlined.js' +export * from './IconEqualizerOutlinedFilled.js' +export * from './IconEqualizerRoundedFilled.js' +export * from './IconEqualizerRounded.js' +export * from './IconEqualizerSharpFilled.js' +export * from './IconEqualizerSharp.js' +export * from './IconEraserSize1Outlined.js' +export * from './IconEraserSize1OutlinedFilled.js' +export * from './IconEraserSize1RoundedFilled.js' +export * from './IconEraserSize1Rounded.js' +export * from './IconEraserSize1Sharp.js' +export * from './IconEraserSize1SharpFilled.js' +export * from './IconEraserSize2OutlinedFilled.js' +export * from './IconEraserSize2Outlined.js' +export * from './IconEraserSize2Rounded.js' +export * from './IconEraserSize2RoundedFilled.js' +export * from './IconEraserSize2Sharp.js' +export * from './IconEraserSize2SharpFilled.js' +export * from './IconEraserSize3OutlinedFilled.js' +export * from './IconEraserSize3Outlined.js' +export * from './IconEraserSize3RoundedFilled.js' +export * from './IconEraserSize3Rounded.js' +export * from './IconEraserSize3Sharp.js' +export * from './IconEraserSize3SharpFilled.js' +export * from './IconEraserSize4OutlinedFilled.js' +export * from './IconEraserSize4Outlined.js' +export * from './IconEraserSize4RoundedFilled.js' +export * from './IconEraserSize4Rounded.js' +export * from './IconEraserSize4Sharp.js' +export * from './IconEraserSize4SharpFilled.js' +export * from './IconEraserSize5OutlinedFilled.js' +export * from './IconEraserSize5Outlined.js' +export * from './IconEraserSize5RoundedFilled.js' +export * from './IconEraserSize5Rounded.js' +export * from './IconEraserSize5SharpFilled.js' +export * from './IconEraserSize5Sharp.js' +export * from './IconErrorOutlinedFilled.js' +export * from './IconErrorOutlined.js' +export * from './IconErrorRoundedFilled.js' +export * from './IconErrorRounded.js' +export * from './IconErrorSharpFilled.js' +export * from './IconErrorSharp.js' +export * from './IconErrorMedOutlinedFilled.js' +export * from './IconErrorMedOutlined.js' +export * from './IconErrorMedRoundedFilled.js' +export * from './IconErrorMedRounded.js' +export * from './IconErrorMedSharpFilled.js' +export * from './IconErrorMedSharp.js' +export * from './IconEscalatorOutlinedFilled.js' +export * from './IconEscalatorOutlined.js' +export * from './IconEscalatorRounded.js' +export * from './IconEscalatorRoundedFilled.js' +export * from './IconEscalatorSharpFilled.js' +export * from './IconEscalatorSharp.js' +export * from './IconEscalatorWarningOutlined.js' +export * from './IconEscalatorWarningOutlinedFilled.js' +export * from './IconEscalatorWarningRounded.js' +export * from './IconEscalatorWarningRoundedFilled.js' +export * from './IconEscalatorWarningSharpFilled.js' +export * from './IconEscalatorWarningSharp.js' +export * from './IconEuroOutlinedFilled.js' +export * from './IconEuroOutlined.js' +export * from './IconEuroRoundedFilled.js' +export * from './IconEuroRounded.js' +export * from './IconEuroSharpFilled.js' +export * from './IconEuroSharp.js' +export * from './IconEuroSymbolOutlined.js' +export * from './IconEuroSymbolOutlinedFilled.js' +export * from './IconEuroSymbolRoundedFilled.js' +export * from './IconEuroSymbolRounded.js' +export * from './IconEuroSymbolSharp.js' +export * from './IconEuroSymbolSharpFilled.js' +export * from './IconEvMobiledataBadgeOutlinedFilled.js' +export * from './IconEvMobiledataBadgeOutlined.js' +export * from './IconEvMobiledataBadgeRoundedFilled.js' +export * from './IconEvMobiledataBadgeRounded.js' +export * from './IconEvMobiledataBadgeSharpFilled.js' +export * from './IconEvMobiledataBadgeSharp.js' +export * from './IconEvShadowOutlinedFilled.js' +export * from './IconEvShadowOutlined.js' +export * from './IconEvShadowRoundedFilled.js' +export * from './IconEvShadowRounded.js' +export * from './IconEvShadowSharpFilled.js' +export * from './IconEvShadowSharp.js' +export * from './IconEvShadowAddOutlined.js' +export * from './IconEvShadowAddOutlinedFilled.js' +export * from './IconEvShadowAddRoundedFilled.js' +export * from './IconEvShadowAddRounded.js' +export * from './IconEvShadowAddSharp.js' +export * from './IconEvShadowAddSharpFilled.js' +export * from './IconEvShadowMinusOutlined.js' +export * from './IconEvShadowMinusOutlinedFilled.js' +export * from './IconEvShadowMinusRounded.js' +export * from './IconEvShadowMinusRoundedFilled.js' +export * from './IconEvShadowMinusSharpFilled.js' +export * from './IconEvShadowMinusSharp.js' +export * from './IconEvStationOutlinedFilled.js' +export * from './IconEvStationOutlined.js' +export * from './IconEvStationRoundedFilled.js' +export * from './IconEvStationRounded.js' +export * from './IconEvStationSharpFilled.js' +export * from './IconEvStationSharp.js' +export * from './IconEventOutlinedFilled.js' +export * from './IconEventOutlined.js' +export * from './IconEventRounded.js' +export * from './IconEventRoundedFilled.js' +export * from './IconEventSharp.js' +export * from './IconEventSharpFilled.js' +export * from './IconEventAvailableOutlinedFilled.js' +export * from './IconEventAvailableOutlined.js' +export * from './IconEventAvailableRoundedFilled.js' +export * from './IconEventAvailableRounded.js' +export * from './IconEventAvailableSharpFilled.js' +export * from './IconEventAvailableSharp.js' +export * from './IconEventBusyOutlined.js' +export * from './IconEventBusyOutlinedFilled.js' +export * from './IconEventBusyRoundedFilled.js' +export * from './IconEventBusyRounded.js' +export * from './IconEventBusySharp.js' +export * from './IconEventBusySharpFilled.js' +export * from './IconEventListOutlined.js' +export * from './IconEventListOutlinedFilled.js' +export * from './IconEventListRounded.js' +export * from './IconEventListRoundedFilled.js' +export * from './IconEventListSharpFilled.js' +export * from './IconEventListSharp.js' +export * from './IconEventNoteOutlinedFilled.js' +export * from './IconEventNoteOutlined.js' +export * from './IconEventNoteRoundedFilled.js' +export * from './IconEventNoteRounded.js' +export * from './IconEventNoteSharp.js' +export * from './IconEventNoteSharpFilled.js' +export * from './IconEventRepeatOutlined.js' +export * from './IconEventRepeatOutlinedFilled.js' +export * from './IconEventRepeatRoundedFilled.js' +export * from './IconEventRepeatRounded.js' +export * from './IconEventRepeatSharpFilled.js' +export * from './IconEventRepeatSharp.js' +export * from './IconEventSeatOutlined.js' +export * from './IconEventSeatOutlinedFilled.js' +export * from './IconEventSeatRoundedFilled.js' +export * from './IconEventSeatRounded.js' +export * from './IconEventSeatSharp.js' +export * from './IconEventSeatSharpFilled.js' +export * from './IconEventUpcomingOutlinedFilled.js' +export * from './IconEventUpcomingOutlined.js' +export * from './IconEventUpcomingRoundedFilled.js' +export * from './IconEventUpcomingRounded.js' +export * from './IconEventUpcomingSharpFilled.js' +export * from './IconEventUpcomingSharp.js' +export * from './IconExclamationOutlined.js' +export * from './IconExclamationOutlinedFilled.js' +export * from './IconExclamationRounded.js' +export * from './IconExclamationRoundedFilled.js' +export * from './IconExclamationSharpFilled.js' +export * from './IconExclamationSharp.js' +export * from './IconExerciseOutlinedFilled.js' +export * from './IconExerciseOutlined.js' +export * from './IconExerciseRoundedFilled.js' +export * from './IconExerciseRounded.js' +export * from './IconExerciseSharpFilled.js' +export * from './IconExerciseSharp.js' +export * from './IconExitToAppOutlined.js' +export * from './IconExitToAppOutlinedFilled.js' +export * from './IconExitToAppRounded.js' +export * from './IconExitToAppRoundedFilled.js' +export * from './IconExitToAppSharp.js' +export * from './IconExitToAppSharpFilled.js' +export * from './IconExpandOutlined.js' +export * from './IconExpandOutlinedFilled.js' +export * from './IconExpandRoundedFilled.js' +export * from './IconExpandRounded.js' +export * from './IconExpandSharpFilled.js' +export * from './IconExpandSharp.js' +export * from './IconExpandAllOutlined.js' +export * from './IconExpandAllOutlinedFilled.js' +export * from './IconExpandAllRoundedFilled.js' +export * from './IconExpandAllRounded.js' +export * from './IconExpandAllSharp.js' +export * from './IconExpandAllSharpFilled.js' +export * from './IconExpandCircleDownOutlined.js' +export * from './IconExpandCircleDownOutlinedFilled.js' +export * from './IconExpandCircleDownRounded.js' +export * from './IconExpandCircleDownRoundedFilled.js' +export * from './IconExpandCircleDownSharp.js' +export * from './IconExpandCircleDownSharpFilled.js' +export * from './IconExpandCircleRightOutlined.js' +export * from './IconExpandCircleRightOutlinedFilled.js' +export * from './IconExpandCircleRightRounded.js' +export * from './IconExpandCircleRightRoundedFilled.js' +export * from './IconExpandCircleRightSharp.js' +export * from './IconExpandCircleRightSharpFilled.js' +export * from './IconExpandCircleUpOutlinedFilled.js' +export * from './IconExpandCircleUpOutlined.js' +export * from './IconExpandCircleUpRoundedFilled.js' +export * from './IconExpandCircleUpRounded.js' +export * from './IconExpandCircleUpSharp.js' +export * from './IconExpandCircleUpSharpFilled.js' +export * from './IconExpandContentOutlined.js' +export * from './IconExpandContentOutlinedFilled.js' +export * from './IconExpandContentRoundedFilled.js' +export * from './IconExpandContentRounded.js' +export * from './IconExpandContentSharp.js' +export * from './IconExpandContentSharpFilled.js' +export * from './IconExperimentOutlined.js' +export * from './IconExperimentOutlinedFilled.js' +export * from './IconExperimentRounded.js' +export * from './IconExperimentRoundedFilled.js' +export * from './IconExperimentSharpFilled.js' +export * from './IconExperimentSharp.js' +export * from './IconExplicitOutlinedFilled.js' +export * from './IconExplicitOutlined.js' +export * from './IconExplicitRoundedFilled.js' +export * from './IconExplicitRounded.js' +export * from './IconExplicitSharp.js' +export * from './IconExplicitSharpFilled.js' +export * from './IconExploreOutlinedFilled.js' +export * from './IconExploreOutlined.js' +export * from './IconExploreRounded.js' +export * from './IconExploreRoundedFilled.js' +export * from './IconExploreSharpFilled.js' +export * from './IconExploreSharp.js' +export * from './IconExploreNearbyOutlined.js' +export * from './IconExploreNearbyOutlinedFilled.js' +export * from './IconExploreNearbyRounded.js' +export * from './IconExploreNearbyRoundedFilled.js' +export * from './IconExploreNearbySharpFilled.js' +export * from './IconExploreNearbySharp.js' +export * from './IconExploreOffOutlined.js' +export * from './IconExploreOffOutlinedFilled.js' +export * from './IconExploreOffRounded.js' +export * from './IconExploreOffRoundedFilled.js' +export * from './IconExploreOffSharp.js' +export * from './IconExploreOffSharpFilled.js' +export * from './IconExplosionOutlined.js' +export * from './IconExplosionOutlinedFilled.js' +export * from './IconExplosionRoundedFilled.js' +export * from './IconExplosionRounded.js' +export * from './IconExplosionSharp.js' +export * from './IconExplosionSharpFilled.js' +export * from './IconExportNotesOutlined.js' +export * from './IconExportNotesOutlinedFilled.js' +export * from './IconExportNotesRounded.js' +export * from './IconExportNotesRoundedFilled.js' +export * from './IconExportNotesSharpFilled.js' +export * from './IconExportNotesSharp.js' +export * from './IconExposureOutlined.js' +export * from './IconExposureOutlinedFilled.js' +export * from './IconExposureRounded.js' +export * from './IconExposureRoundedFilled.js' +export * from './IconExposureSharpFilled.js' +export * from './IconExposureSharp.js' +export * from './IconExposureNeg1Outlined.js' +export * from './IconExposureNeg1OutlinedFilled.js' +export * from './IconExposureNeg1RoundedFilled.js' +export * from './IconExposureNeg1Rounded.js' +export * from './IconExposureNeg1Sharp.js' +export * from './IconExposureNeg1SharpFilled.js' +export * from './IconExposureNeg2Outlined.js' +export * from './IconExposureNeg2OutlinedFilled.js' +export * from './IconExposureNeg2Rounded.js' +export * from './IconExposureNeg2RoundedFilled.js' +export * from './IconExposureNeg2SharpFilled.js' +export * from './IconExposureNeg2Sharp.js' +export * from './IconExposurePlus1OutlinedFilled.js' +export * from './IconExposurePlus1Outlined.js' +export * from './IconExposurePlus1Rounded.js' +export * from './IconExposurePlus1RoundedFilled.js' +export * from './IconExposurePlus1Sharp.js' +export * from './IconExposurePlus1SharpFilled.js' +export * from './IconExposurePlus2OutlinedFilled.js' +export * from './IconExposurePlus2Outlined.js' +export * from './IconExposurePlus2RoundedFilled.js' +export * from './IconExposurePlus2Rounded.js' +export * from './IconExposurePlus2SharpFilled.js' +export * from './IconExposurePlus2Sharp.js' +export * from './IconExposureZeroOutlined.js' +export * from './IconExposureZeroOutlinedFilled.js' +export * from './IconExposureZeroRounded.js' +export * from './IconExposureZeroRoundedFilled.js' +export * from './IconExposureZeroSharp.js' +export * from './IconExposureZeroSharpFilled.js' +export * from './IconExtensionOutlined.js' +export * from './IconExtensionOutlinedFilled.js' +export * from './IconExtensionRoundedFilled.js' +export * from './IconExtensionRounded.js' +export * from './IconExtensionSharp.js' +export * from './IconExtensionSharpFilled.js' +export * from './IconExtensionOffOutlinedFilled.js' +export * from './IconExtensionOffOutlined.js' +export * from './IconExtensionOffRounded.js' +export * from './IconExtensionOffRoundedFilled.js' +export * from './IconExtensionOffSharpFilled.js' +export * from './IconExtensionOffSharp.js' +export * from './IconEyeTrackingOutlinedFilled.js' +export * from './IconEyeTrackingOutlined.js' +export * from './IconEyeTrackingRounded.js' +export * from './IconEyeTrackingRoundedFilled.js' +export * from './IconEyeTrackingSharp.js' +export * from './IconEyeTrackingSharpFilled.js' +export * from './IconEyeglassesOutlinedFilled.js' +export * from './IconEyeglassesOutlined.js' +export * from './IconEyeglassesRounded.js' +export * from './IconEyeglassesRoundedFilled.js' +export * from './IconEyeglassesSharp.js' +export * from './IconEyeglassesSharpFilled.js' +export * from './IconFaceOutlined.js' +export * from './IconFaceOutlinedFilled.js' +export * from './IconFaceRounded.js' +export * from './IconFaceRoundedFilled.js' +export * from './IconFaceSharp.js' +export * from './IconFaceSharpFilled.js' +export * from './IconFace2OutlinedFilled.js' +export * from './IconFace2Outlined.js' +export * from './IconFace2RoundedFilled.js' +export * from './IconFace2Rounded.js' +export * from './IconFace2Sharp.js' +export * from './IconFace2SharpFilled.js' +export * from './IconFace3Outlined.js' +export * from './IconFace3OutlinedFilled.js' +export * from './IconFace3RoundedFilled.js' +export * from './IconFace3Rounded.js' +export * from './IconFace3SharpFilled.js' +export * from './IconFace3Sharp.js' +export * from './IconFace4Outlined.js' +export * from './IconFace4OutlinedFilled.js' +export * from './IconFace4Rounded.js' +export * from './IconFace4RoundedFilled.js' +export * from './IconFace4SharpFilled.js' +export * from './IconFace4Sharp.js' +export * from './IconFace5Outlined.js' +export * from './IconFace5OutlinedFilled.js' +export * from './IconFace5Rounded.js' +export * from './IconFace5RoundedFilled.js' +export * from './IconFace5Sharp.js' +export * from './IconFace5SharpFilled.js' +export * from './IconFace6Outlined.js' +export * from './IconFace6OutlinedFilled.js' +export * from './IconFace6Rounded.js' +export * from './IconFace6RoundedFilled.js' +export * from './IconFace6SharpFilled.js' +export * from './IconFace6Sharp.js' +export * from './IconFaceDownOutlined.js' +export * from './IconFaceDownOutlinedFilled.js' +export * from './IconFaceDownRoundedFilled.js' +export * from './IconFaceDownRounded.js' +export * from './IconFaceDownSharp.js' +export * from './IconFaceDownSharpFilled.js' +export * from './IconFaceLeftOutlined.js' +export * from './IconFaceLeftOutlinedFilled.js' +export * from './IconFaceLeftRounded.js' +export * from './IconFaceLeftRoundedFilled.js' +export * from './IconFaceLeftSharp.js' +export * from './IconFaceLeftSharpFilled.js' +export * from './IconFaceNodOutlined.js' +export * from './IconFaceNodOutlinedFilled.js' +export * from './IconFaceNodRounded.js' +export * from './IconFaceNodRoundedFilled.js' +export * from './IconFaceNodSharp.js' +export * from './IconFaceNodSharpFilled.js' +export * from './IconFaceRetouchingOffOutlined.js' +export * from './IconFaceRetouchingOffOutlinedFilled.js' +export * from './IconFaceRetouchingOffRoundedFilled.js' +export * from './IconFaceRetouchingOffRounded.js' +export * from './IconFaceRetouchingOffSharp.js' +export * from './IconFaceRetouchingOffSharpFilled.js' +export * from './IconFaceRightOutlinedFilled.js' +export * from './IconFaceRightOutlined.js' +export * from './IconFaceRightRoundedFilled.js' +export * from './IconFaceRightRounded.js' +export * from './IconFaceRightSharpFilled.js' +export * from './IconFaceRightSharp.js' +export * from './IconFaceShakeOutlinedFilled.js' +export * from './IconFaceShakeOutlined.js' +export * from './IconFaceShakeRounded.js' +export * from './IconFaceShakeRoundedFilled.js' +export * from './IconFaceShakeSharp.js' +export * from './IconFaceShakeSharpFilled.js' +export * from './IconFaceUpOutlined.js' +export * from './IconFaceUpOutlinedFilled.js' +export * from './IconFaceUpRoundedFilled.js' +export * from './IconFaceUpRounded.js' +export * from './IconFaceUpSharp.js' +export * from './IconFaceUpSharpFilled.js' +export * from './IconFactCheckOutlined.js' +export * from './IconFactCheckOutlinedFilled.js' +export * from './IconFactCheckRounded.js' +export * from './IconFactCheckRoundedFilled.js' +export * from './IconFactCheckSharpFilled.js' +export * from './IconFactCheckSharp.js' +export * from './IconFactoryOutlinedFilled.js' +export * from './IconFactoryOutlined.js' +export * from './IconFactoryRounded.js' +export * from './IconFactoryRoundedFilled.js' +export * from './IconFactorySharp.js' +export * from './IconFactorySharpFilled.js' +export * from './IconFallingOutlinedFilled.js' +export * from './IconFallingOutlined.js' +export * from './IconFallingRounded.js' +export * from './IconFallingRoundedFilled.js' +export * from './IconFallingSharpFilled.js' +export * from './IconFallingSharp.js' +export * from './IconFamiliarFaceAndZoneOutlined.js' +export * from './IconFamiliarFaceAndZoneOutlinedFilled.js' +export * from './IconFamiliarFaceAndZoneRoundedFilled.js' +export * from './IconFamiliarFaceAndZoneRounded.js' +export * from './IconFamiliarFaceAndZoneSharpFilled.js' +export * from './IconFamiliarFaceAndZoneSharp.js' +export * from './IconFamilyHistoryOutlinedFilled.js' +export * from './IconFamilyHistoryOutlined.js' +export * from './IconFamilyHistoryRounded.js' +export * from './IconFamilyHistoryRoundedFilled.js' +export * from './IconFamilyHistorySharpFilled.js' +export * from './IconFamilyHistorySharp.js' +export * from './IconFamilyHomeOutlined.js' +export * from './IconFamilyHomeOutlinedFilled.js' +export * from './IconFamilyHomeRounded.js' +export * from './IconFamilyHomeRoundedFilled.js' +export * from './IconFamilyHomeSharp.js' +export * from './IconFamilyHomeSharpFilled.js' +export * from './IconFamilyLinkOutlined.js' +export * from './IconFamilyLinkOutlinedFilled.js' +export * from './IconFamilyLinkRoundedFilled.js' +export * from './IconFamilyLinkRounded.js' +export * from './IconFamilyLinkSharp.js' +export * from './IconFamilyLinkSharpFilled.js' +export * from './IconFamilyRestroomOutlined.js' +export * from './IconFamilyRestroomOutlinedFilled.js' +export * from './IconFamilyRestroomRoundedFilled.js' +export * from './IconFamilyRestroomRounded.js' +export * from './IconFamilyRestroomSharp.js' +export * from './IconFamilyRestroomSharpFilled.js' +export * from './IconFamilyStarOutlinedFilled.js' +export * from './IconFamilyStarOutlined.js' +export * from './IconFamilyStarRounded.js' +export * from './IconFamilyStarRoundedFilled.js' +export * from './IconFamilyStarSharpFilled.js' +export * from './IconFamilyStarSharp.js' +export * from './IconFarsightDigitalOutlinedFilled.js' +export * from './IconFarsightDigitalOutlined.js' +export * from './IconFarsightDigitalRounded.js' +export * from './IconFarsightDigitalRoundedFilled.js' +export * from './IconFarsightDigitalSharpFilled.js' +export * from './IconFarsightDigitalSharp.js' +export * from './IconFastForwardOutlined.js' +export * from './IconFastForwardOutlinedFilled.js' +export * from './IconFastForwardRounded.js' +export * from './IconFastForwardRoundedFilled.js' +export * from './IconFastForwardSharp.js' +export * from './IconFastForwardSharpFilled.js' +export * from './IconFastRewindOutlinedFilled.js' +export * from './IconFastRewindOutlined.js' +export * from './IconFastRewindRoundedFilled.js' +export * from './IconFastRewindRounded.js' +export * from './IconFastRewindSharp.js' +export * from './IconFastRewindSharpFilled.js' +export * from './IconFastfoodOutlinedFilled.js' +export * from './IconFastfoodOutlined.js' +export * from './IconFastfoodRounded.js' +export * from './IconFastfoodRoundedFilled.js' +export * from './IconFastfoodSharpFilled.js' +export * from './IconFastfoodSharp.js' +export * from './IconFaucetOutlined.js' +export * from './IconFaucetOutlinedFilled.js' +export * from './IconFaucetRoundedFilled.js' +export * from './IconFaucetRounded.js' +export * from './IconFaucetSharpFilled.js' +export * from './IconFaucetSharp.js' +export * from './IconFavoriteOutlined.js' +export * from './IconFavoriteOutlinedFilled.js' +export * from './IconFavoriteRounded.js' +export * from './IconFavoriteRoundedFilled.js' +export * from './IconFavoriteSharpFilled.js' +export * from './IconFavoriteSharp.js' +export * from './IconFaxOutlined.js' +export * from './IconFaxOutlinedFilled.js' +export * from './IconFaxRounded.js' +export * from './IconFaxRoundedFilled.js' +export * from './IconFaxSharpFilled.js' +export * from './IconFaxSharp.js' +export * from './IconFeatureSearchOutlinedFilled.js' +export * from './IconFeatureSearchOutlined.js' +export * from './IconFeatureSearchRounded.js' +export * from './IconFeatureSearchRoundedFilled.js' +export * from './IconFeatureSearchSharp.js' +export * from './IconFeatureSearchSharpFilled.js' +export * from './IconFeaturedPlayListOutlined.js' +export * from './IconFeaturedPlayListOutlinedFilled.js' +export * from './IconFeaturedPlayListRounded.js' +export * from './IconFeaturedPlayListRoundedFilled.js' +export * from './IconFeaturedPlayListSharpFilled.js' +export * from './IconFeaturedPlayListSharp.js' +export * from './IconFeaturedSeasonalAndGiftsOutlined.js' +export * from './IconFeaturedSeasonalAndGiftsOutlinedFilled.js' +export * from './IconFeaturedSeasonalAndGiftsRoundedFilled.js' +export * from './IconFeaturedSeasonalAndGiftsRounded.js' +export * from './IconFeaturedSeasonalAndGiftsSharpFilled.js' +export * from './IconFeaturedSeasonalAndGiftsSharp.js' +export * from './IconFeaturedVideoOutlined.js' +export * from './IconFeaturedVideoOutlinedFilled.js' +export * from './IconFeaturedVideoRoundedFilled.js' +export * from './IconFeaturedVideoRounded.js' +export * from './IconFeaturedVideoSharp.js' +export * from './IconFeaturedVideoSharpFilled.js' +export * from './IconFeedbackOutlined.js' +export * from './IconFeedbackOutlinedFilled.js' +export * from './IconFeedbackRounded.js' +export * from './IconFeedbackRoundedFilled.js' +export * from './IconFeedbackSharp.js' +export * from './IconFeedbackSharpFilled.js' +export * from './IconFemaleOutlined.js' +export * from './IconFemaleOutlinedFilled.js' +export * from './IconFemaleRounded.js' +export * from './IconFemaleRoundedFilled.js' +export * from './IconFemaleSharpFilled.js' +export * from './IconFemaleSharp.js' +export * from './IconFemurOutlinedFilled.js' +export * from './IconFemurOutlined.js' +export * from './IconFemurRoundedFilled.js' +export * from './IconFemurRounded.js' +export * from './IconFemurSharp.js' +export * from './IconFemurSharpFilled.js' +export * from './IconFemurAltOutlined.js' +export * from './IconFemurAltOutlinedFilled.js' +export * from './IconFemurAltRoundedFilled.js' +export * from './IconFemurAltRounded.js' +export * from './IconFemurAltSharpFilled.js' +export * from './IconFemurAltSharp.js' +export * from './IconFenceOutlined.js' +export * from './IconFenceOutlinedFilled.js' +export * from './IconFenceRoundedFilled.js' +export * from './IconFenceRounded.js' +export * from './IconFenceSharp.js' +export * from './IconFenceSharpFilled.js' +export * from './IconFertileOutlined.js' +export * from './IconFertileOutlinedFilled.js' +export * from './IconFertileRounded.js' +export * from './IconFertileRoundedFilled.js' +export * from './IconFertileSharpFilled.js' +export * from './IconFertileSharp.js' +export * from './IconFestivalOutlinedFilled.js' +export * from './IconFestivalOutlined.js' +export * from './IconFestivalRoundedFilled.js' +export * from './IconFestivalRounded.js' +export * from './IconFestivalSharpFilled.js' +export * from './IconFestivalSharp.js' +export * from './IconFiberDvrOutlined.js' +export * from './IconFiberDvrOutlinedFilled.js' +export * from './IconFiberDvrRoundedFilled.js' +export * from './IconFiberDvrRounded.js' +export * from './IconFiberDvrSharp.js' +export * from './IconFiberDvrSharpFilled.js' +export * from './IconFiberManualRecordOutlined.js' +export * from './IconFiberManualRecordOutlinedFilled.js' +export * from './IconFiberManualRecordRounded.js' +export * from './IconFiberManualRecordRoundedFilled.js' +export * from './IconFiberManualRecordSharp.js' +export * from './IconFiberManualRecordSharpFilled.js' +export * from './IconFiberNewOutlinedFilled.js' +export * from './IconFiberNewOutlined.js' +export * from './IconFiberNewRoundedFilled.js' +export * from './IconFiberNewRounded.js' +export * from './IconFiberNewSharpFilled.js' +export * from './IconFiberNewSharp.js' +export * from './IconFiberPinOutlinedFilled.js' +export * from './IconFiberPinOutlined.js' +export * from './IconFiberPinRounded.js' +export * from './IconFiberPinRoundedFilled.js' +export * from './IconFiberPinSharp.js' +export * from './IconFiberPinSharpFilled.js' +export * from './IconFiberSmartRecordOutlinedFilled.js' +export * from './IconFiberSmartRecordOutlined.js' +export * from './IconFiberSmartRecordRounded.js' +export * from './IconFiberSmartRecordRoundedFilled.js' +export * from './IconFiberSmartRecordSharpFilled.js' +export * from './IconFiberSmartRecordSharp.js' +export * from './IconFileCopyOutlined.js' +export * from './IconFileCopyOutlinedFilled.js' +export * from './IconFileCopyRounded.js' +export * from './IconFileCopyRoundedFilled.js' +export * from './IconFileCopySharp.js' +export * from './IconFileCopySharpFilled.js' +export * from './IconFileCopyOffOutlined.js' +export * from './IconFileCopyOffOutlinedFilled.js' +export * from './IconFileCopyOffRounded.js' +export * from './IconFileCopyOffRoundedFilled.js' +export * from './IconFileCopyOffSharp.js' +export * from './IconFileCopyOffSharpFilled.js' +export * from './IconFileDownloadOffOutlinedFilled.js' +export * from './IconFileDownloadOffOutlined.js' +export * from './IconFileDownloadOffRounded.js' +export * from './IconFileDownloadOffRoundedFilled.js' +export * from './IconFileDownloadOffSharp.js' +export * from './IconFileDownloadOffSharpFilled.js' +export * from './IconFileMapOutlined.js' +export * from './IconFileMapOutlinedFilled.js' +export * from './IconFileMapRounded.js' +export * from './IconFileMapRoundedFilled.js' +export * from './IconFileMapSharpFilled.js' +export * from './IconFileMapSharp.js' +export * from './IconFileMapStackOutlined.js' +export * from './IconFileMapStackOutlinedFilled.js' +export * from './IconFileMapStackRounded.js' +export * from './IconFileMapStackRoundedFilled.js' +export * from './IconFileMapStackSharpFilled.js' +export * from './IconFileMapStackSharp.js' +export * from './IconFileOpenOutlinedFilled.js' +export * from './IconFileOpenOutlined.js' +export * from './IconFileOpenRoundedFilled.js' +export * from './IconFileOpenRounded.js' +export * from './IconFileOpenSharpFilled.js' +export * from './IconFileOpenSharp.js' +export * from './IconFilePresentOutlinedFilled.js' +export * from './IconFilePresentOutlined.js' +export * from './IconFilePresentRounded.js' +export * from './IconFilePresentRoundedFilled.js' +export * from './IconFilePresentSharpFilled.js' +export * from './IconFilePresentSharp.js' +export * from './IconFileSaveOutlined.js' +export * from './IconFileSaveOutlinedFilled.js' +export * from './IconFileSaveRounded.js' +export * from './IconFileSaveRoundedFilled.js' +export * from './IconFileSaveSharp.js' +export * from './IconFileSaveSharpFilled.js' +export * from './IconFileSaveOffOutlinedFilled.js' +export * from './IconFileSaveOffOutlined.js' +export * from './IconFileSaveOffRoundedFilled.js' +export * from './IconFileSaveOffRounded.js' +export * from './IconFileSaveOffSharp.js' +export * from './IconFileSaveOffSharpFilled.js' +export * from './IconFileUploadOffOutlinedFilled.js' +export * from './IconFileUploadOffOutlined.js' +export * from './IconFileUploadOffRoundedFilled.js' +export * from './IconFileUploadOffRounded.js' +export * from './IconFileUploadOffSharp.js' +export * from './IconFileUploadOffSharpFilled.js' +export * from './IconFilterOutlined.js' +export * from './IconFilterOutlinedFilled.js' +export * from './IconFilterRoundedFilled.js' +export * from './IconFilterRounded.js' +export * from './IconFilterSharp.js' +export * from './IconFilterSharpFilled.js' +export * from './IconFilter1OutlinedFilled.js' +export * from './IconFilter1Outlined.js' +export * from './IconFilter1RoundedFilled.js' +export * from './IconFilter1Rounded.js' +export * from './IconFilter1Sharp.js' +export * from './IconFilter1SharpFilled.js' +export * from './IconFilter2Outlined.js' +export * from './IconFilter2OutlinedFilled.js' +export * from './IconFilter2Rounded.js' +export * from './IconFilter2RoundedFilled.js' +export * from './IconFilter2Sharp.js' +export * from './IconFilter2SharpFilled.js' +export * from './IconFilter3Outlined.js' +export * from './IconFilter3OutlinedFilled.js' +export * from './IconFilter3RoundedFilled.js' +export * from './IconFilter3Rounded.js' +export * from './IconFilter3SharpFilled.js' +export * from './IconFilter3Sharp.js' +export * from './IconFilter4Outlined.js' +export * from './IconFilter4OutlinedFilled.js' +export * from './IconFilter4Rounded.js' +export * from './IconFilter4RoundedFilled.js' +export * from './IconFilter4SharpFilled.js' +export * from './IconFilter4Sharp.js' +export * from './IconFilter5Outlined.js' +export * from './IconFilter5OutlinedFilled.js' +export * from './IconFilter5RoundedFilled.js' +export * from './IconFilter5Rounded.js' +export * from './IconFilter5Sharp.js' +export * from './IconFilter5SharpFilled.js' +export * from './IconFilter6Outlined.js' +export * from './IconFilter6OutlinedFilled.js' +export * from './IconFilter6Rounded.js' +export * from './IconFilter6RoundedFilled.js' +export * from './IconFilter6SharpFilled.js' +export * from './IconFilter6Sharp.js' +export * from './IconFilter7OutlinedFilled.js' +export * from './IconFilter7Outlined.js' +export * from './IconFilter7Rounded.js' +export * from './IconFilter7RoundedFilled.js' +export * from './IconFilter7SharpFilled.js' +export * from './IconFilter7Sharp.js' +export * from './IconFilter8OutlinedFilled.js' +export * from './IconFilter8Outlined.js' +export * from './IconFilter8Rounded.js' +export * from './IconFilter8RoundedFilled.js' +export * from './IconFilter8SharpFilled.js' +export * from './IconFilter8Sharp.js' +export * from './IconFilter9Outlined.js' +export * from './IconFilter9OutlinedFilled.js' +export * from './IconFilter9RoundedFilled.js' +export * from './IconFilter9Rounded.js' +export * from './IconFilter9Sharp.js' +export * from './IconFilter9SharpFilled.js' +export * from './IconFilter9PlusOutlinedFilled.js' +export * from './IconFilter9PlusOutlined.js' +export * from './IconFilter9PlusRounded.js' +export * from './IconFilter9PlusRoundedFilled.js' +export * from './IconFilter9PlusSharpFilled.js' +export * from './IconFilter9PlusSharp.js' +export * from './IconFilterAltOutlinedFilled.js' +export * from './IconFilterAltOutlined.js' +export * from './IconFilterAltRounded.js' +export * from './IconFilterAltRoundedFilled.js' +export * from './IconFilterAltSharpFilled.js' +export * from './IconFilterAltSharp.js' +export * from './IconFilterAltOffOutlinedFilled.js' +export * from './IconFilterAltOffOutlined.js' +export * from './IconFilterAltOffRounded.js' +export * from './IconFilterAltOffRoundedFilled.js' +export * from './IconFilterAltOffSharp.js' +export * from './IconFilterAltOffSharpFilled.js' +export * from './IconFilterArrowRightOutlined.js' +export * from './IconFilterArrowRightOutlinedFilled.js' +export * from './IconFilterArrowRightRounded.js' +export * from './IconFilterArrowRightRoundedFilled.js' +export * from './IconFilterArrowRightSharp.js' +export * from './IconFilterArrowRightSharpFilled.js' +export * from './IconFilterBAndWOutlined.js' +export * from './IconFilterBAndWOutlinedFilled.js' +export * from './IconFilterBAndWRounded.js' +export * from './IconFilterBAndWRoundedFilled.js' +export * from './IconFilterBAndWSharp.js' +export * from './IconFilterBAndWSharpFilled.js' +export * from './IconFilterCenterFocusOutlinedFilled.js' +export * from './IconFilterCenterFocusOutlined.js' +export * from './IconFilterCenterFocusRoundedFilled.js' +export * from './IconFilterCenterFocusRounded.js' +export * from './IconFilterCenterFocusSharp.js' +export * from './IconFilterCenterFocusSharpFilled.js' +export * from './IconFilterDramaOutlinedFilled.js' +export * from './IconFilterDramaOutlined.js' +export * from './IconFilterDramaRoundedFilled.js' +export * from './IconFilterDramaRounded.js' +export * from './IconFilterDramaSharpFilled.js' +export * from './IconFilterDramaSharp.js' +export * from './IconFilterFramesOutlined.js' +export * from './IconFilterFramesOutlinedFilled.js' +export * from './IconFilterFramesRounded.js' +export * from './IconFilterFramesRoundedFilled.js' +export * from './IconFilterFramesSharp.js' +export * from './IconFilterFramesSharpFilled.js' +export * from './IconFilterHdrOutlinedFilled.js' +export * from './IconFilterHdrRoundedFilled.js' +export * from './IconFilterHdrRounded.js' +export * from './IconFilterHdrSharpFilled.js' +export * from './IconFilterHdrSharp.js' +export * from './IconFilterListOutlined.js' +export * from './IconFilterListOutlinedFilled.js' +export * from './IconFilterListRounded.js' +export * from './IconFilterListRoundedFilled.js' +export * from './IconFilterListSharp.js' +export * from './IconFilterListSharpFilled.js' +export * from './IconFilterListOffOutlined.js' +export * from './IconFilterListOffOutlinedFilled.js' +export * from './IconFilterListOffRoundedFilled.js' +export * from './IconFilterListOffRounded.js' +export * from './IconFilterListOffSharp.js' +export * from './IconFilterListOffSharpFilled.js' +export * from './IconFilterNoneOutlined.js' +export * from './IconFilterNoneOutlinedFilled.js' +export * from './IconFilterNoneRounded.js' +export * from './IconFilterNoneRoundedFilled.js' +export * from './IconFilterNoneSharpFilled.js' +export * from './IconFilterNoneSharp.js' +export * from './IconFilterRetroluxOutlined.js' +export * from './IconFilterRetroluxOutlinedFilled.js' +export * from './IconFilterRetroluxRoundedFilled.js' +export * from './IconFilterRetroluxRounded.js' +export * from './IconFilterRetroluxSharp.js' +export * from './IconFilterRetroluxSharpFilled.js' +export * from './IconFilterTiltShiftOutlined.js' +export * from './IconFilterTiltShiftOutlinedFilled.js' +export * from './IconFilterTiltShiftRounded.js' +export * from './IconFilterTiltShiftRoundedFilled.js' +export * from './IconFilterTiltShiftSharpFilled.js' +export * from './IconFilterTiltShiftSharp.js' +export * from './IconFilterVintageOutlined.js' +export * from './IconFilterVintageOutlinedFilled.js' +export * from './IconFilterVintageRoundedFilled.js' +export * from './IconFilterVintageRounded.js' +export * from './IconFilterVintageSharp.js' +export * from './IconFilterVintageSharpFilled.js' +export * from './IconFinanceOutlinedFilled.js' +export * from './IconFinanceOutlined.js' +export * from './IconFinanceRounded.js' +export * from './IconFinanceRoundedFilled.js' +export * from './IconFinanceSharpFilled.js' +export * from './IconFinanceSharp.js' +export * from './IconFinanceChipOutlined.js' +export * from './IconFinanceChipOutlinedFilled.js' +export * from './IconFinanceChipRoundedFilled.js' +export * from './IconFinanceChipRounded.js' +export * from './IconFinanceChipSharpFilled.js' +export * from './IconFinanceChipSharp.js' +export * from './IconFinanceModeOutlinedFilled.js' +export * from './IconFinanceModeOutlined.js' +export * from './IconFinanceModeRounded.js' +export * from './IconFinanceModeRoundedFilled.js' +export * from './IconFinanceModeSharp.js' +export * from './IconFinanceModeSharpFilled.js' +export * from './IconFindInPageOutlinedFilled.js' +export * from './IconFindInPageOutlined.js' +export * from './IconFindInPageRoundedFilled.js' +export * from './IconFindInPageRounded.js' +export * from './IconFindInPageSharpFilled.js' +export * from './IconFindInPageSharp.js' +export * from './IconFindReplaceOutlined.js' +export * from './IconFindReplaceOutlinedFilled.js' +export * from './IconFindReplaceRoundedFilled.js' +export * from './IconFindReplaceRounded.js' +export * from './IconFindReplaceSharpFilled.js' +export * from './IconFindReplaceSharp.js' +export * from './IconFingerprintOutlinedFilled.js' +export * from './IconFingerprintOutlined.js' +export * from './IconFingerprintRounded.js' +export * from './IconFingerprintRoundedFilled.js' +export * from './IconFingerprintSharp.js' +export * from './IconFingerprintSharpFilled.js' +export * from './IconFingerprintOffOutlined.js' +export * from './IconFingerprintOffOutlinedFilled.js' +export * from './IconFingerprintOffRounded.js' +export * from './IconFingerprintOffRoundedFilled.js' +export * from './IconFingerprintOffSharpFilled.js' +export * from './IconFingerprintOffSharp.js' +export * from './IconFireExtinguisherOutlinedFilled.js' +export * from './IconFireExtinguisherOutlined.js' +export * from './IconFireExtinguisherRoundedFilled.js' +export * from './IconFireExtinguisherRounded.js' +export * from './IconFireExtinguisherSharpFilled.js' +export * from './IconFireExtinguisherSharp.js' +export * from './IconFireHydrantOutlinedFilled.js' +export * from './IconFireHydrantOutlined.js' +export * from './IconFireHydrantRoundedFilled.js' +export * from './IconFireHydrantRounded.js' +export * from './IconFireHydrantSharpFilled.js' +export * from './IconFireHydrantSharp.js' +export * from './IconFireTruckOutlinedFilled.js' +export * from './IconFireTruckOutlined.js' +export * from './IconFireTruckRounded.js' +export * from './IconFireTruckRoundedFilled.js' +export * from './IconFireTruckSharpFilled.js' +export * from './IconFireTruckSharp.js' +export * from './IconFireplaceOutlinedFilled.js' +export * from './IconFireplaceOutlined.js' +export * from './IconFireplaceRounded.js' +export * from './IconFireplaceRoundedFilled.js' +export * from './IconFireplaceSharp.js' +export * from './IconFireplaceSharpFilled.js' +export * from './IconFirstPageOutlinedFilled.js' +export * from './IconFirstPageOutlined.js' +export * from './IconFirstPageRounded.js' +export * from './IconFirstPageRoundedFilled.js' +export * from './IconFirstPageSharp.js' +export * from './IconFirstPageSharpFilled.js' +export * from './IconFitPageOutlined.js' +export * from './IconFitPageOutlinedFilled.js' +export * from './IconFitPageRoundedFilled.js' +export * from './IconFitPageRounded.js' +export * from './IconFitPageSharp.js' +export * from './IconFitPageSharpFilled.js' +export * from './IconFitScreenOutlinedFilled.js' +export * from './IconFitScreenOutlined.js' +export * from './IconFitScreenRoundedFilled.js' +export * from './IconFitScreenRounded.js' +export * from './IconFitScreenSharpFilled.js' +export * from './IconFitScreenSharp.js' +export * from './IconFitWidthOutlined.js' +export * from './IconFitWidthOutlinedFilled.js' +export * from './IconFitWidthRounded.js' +export * from './IconFitWidthRoundedFilled.js' +export * from './IconFitWidthSharpFilled.js' +export * from './IconFitWidthSharp.js' +export * from './IconFitnessCenterOutlined.js' +export * from './IconFitnessCenterOutlinedFilled.js' +export * from './IconFitnessCenterRounded.js' +export * from './IconFitnessCenterRoundedFilled.js' +export * from './IconFitnessCenterSharpFilled.js' +export * from './IconFitnessCenterSharp.js' +export * from './IconFitnessTrackerOutlined.js' +export * from './IconFitnessTrackerOutlinedFilled.js' +export * from './IconFitnessTrackerRoundedFilled.js' +export * from './IconFitnessTrackerRounded.js' +export * from './IconFitnessTrackerSharp.js' +export * from './IconFitnessTrackerSharpFilled.js' +export * from './IconFlagOutlined.js' +export * from './IconFlagOutlinedFilled.js' +export * from './IconFlagRounded.js' +export * from './IconFlagRoundedFilled.js' +export * from './IconFlagSharp.js' +export * from './IconFlagSharpFilled.js' +export * from './IconFlag2Outlined.js' +export * from './IconFlag2OutlinedFilled.js' +export * from './IconFlag2Rounded.js' +export * from './IconFlag2RoundedFilled.js' +export * from './IconFlag2SharpFilled.js' +export * from './IconFlag2Sharp.js' +export * from './IconFlagCheckOutlined.js' +export * from './IconFlagCheckOutlinedFilled.js' +export * from './IconFlagCheckRoundedFilled.js' +export * from './IconFlagCheckRounded.js' +export * from './IconFlagCheckSharp.js' +export * from './IconFlagCheckSharpFilled.js' +export * from './IconFlagCircleOutlinedFilled.js' +export * from './IconFlagCircleOutlined.js' +export * from './IconFlagCircleRoundedFilled.js' +export * from './IconFlagCircleRounded.js' +export * from './IconFlagCircleSharp.js' +export * from './IconFlagCircleSharpFilled.js' +export * from './IconFlakyOutlined.js' +export * from './IconFlakyOutlinedFilled.js' +export * from './IconFlakyRounded.js' +export * from './IconFlakyRoundedFilled.js' +export * from './IconFlakySharpFilled.js' +export * from './IconFlakySharp.js' +export * from './IconFlareOutlined.js' +export * from './IconFlareOutlinedFilled.js' +export * from './IconFlareRounded.js' +export * from './IconFlareRoundedFilled.js' +export * from './IconFlareSharpFilled.js' +export * from './IconFlareSharp.js' +export * from './IconFlashAutoOutlinedFilled.js' +export * from './IconFlashAutoOutlined.js' +export * from './IconFlashAutoRounded.js' +export * from './IconFlashAutoRoundedFilled.js' +export * from './IconFlashAutoSharp.js' +export * from './IconFlashAutoSharpFilled.js' +export * from './IconFlashOffOutlinedFilled.js' +export * from './IconFlashOffOutlined.js' +export * from './IconFlashOffRoundedFilled.js' +export * from './IconFlashOffRounded.js' +export * from './IconFlashOffSharpFilled.js' +export * from './IconFlashOffSharp.js' +export * from './IconFlashOnOutlinedFilled.js' +export * from './IconFlashOnOutlined.js' +export * from './IconFlashOnRoundedFilled.js' +export * from './IconFlashOnRounded.js' +export * from './IconFlashOnSharpFilled.js' +export * from './IconFlashOnSharp.js' +export * from './IconFlashlightOffOutlinedFilled.js' +export * from './IconFlashlightOffOutlined.js' +export * from './IconFlashlightOffRoundedFilled.js' +export * from './IconFlashlightOffRounded.js' +export * from './IconFlashlightOffSharp.js' +export * from './IconFlashlightOffSharpFilled.js' +export * from './IconFlashlightOnOutlined.js' +export * from './IconFlashlightOnOutlinedFilled.js' +export * from './IconFlashlightOnRounded.js' +export * from './IconFlashlightOnRoundedFilled.js' +export * from './IconFlashlightOnSharp.js' +export * from './IconFlashlightOnSharpFilled.js' +export * from './IconFlatwareOutlinedFilled.js' +export * from './IconFlatwareOutlined.js' +export * from './IconFlatwareRoundedFilled.js' +export * from './IconFlatwareRounded.js' +export * from './IconFlatwareSharpFilled.js' +export * from './IconFlatwareSharp.js' +export * from './IconFlexDirectionOutlinedFilled.js' +export * from './IconFlexDirectionOutlined.js' +export * from './IconFlexDirectionRounded.js' +export * from './IconFlexDirectionRoundedFilled.js' +export * from './IconFlexDirectionSharp.js' +export * from './IconFlexDirectionSharpFilled.js' +export * from './IconFlexNoWrapOutlined.js' +export * from './IconFlexNoWrapOutlinedFilled.js' +export * from './IconFlexNoWrapRounded.js' +export * from './IconFlexNoWrapSharp.js' +export * from './IconFlexNoWrapSharpFilled.js' +export * from './IconFlexWrapOutlined.js' +export * from './IconFlexWrapOutlinedFilled.js' +export * from './IconFlexWrapRoundedFilled.js' +export * from './IconFlexWrapRounded.js' +export * from './IconFlexWrapSharpFilled.js' +export * from './IconFlexWrapSharp.js' +export * from './IconFlightOutlined.js' +export * from './IconFlightOutlinedFilled.js' +export * from './IconFlightRoundedFilled.js' +export * from './IconFlightRounded.js' +export * from './IconFlightSharp.js' +export * from './IconFlightSharpFilled.js' +export * from './IconFlightClassOutlined.js' +export * from './IconFlightClassOutlinedFilled.js' +export * from './IconFlightClassRoundedFilled.js' +export * from './IconFlightClassRounded.js' +export * from './IconFlightClassSharp.js' +export * from './IconFlightClassSharpFilled.js' +export * from './IconFlightLandOutlined.js' +export * from './IconFlightLandOutlinedFilled.js' +export * from './IconFlightLandRoundedFilled.js' +export * from './IconFlightLandRounded.js' +export * from './IconFlightLandSharpFilled.js' +export * from './IconFlightLandSharp.js' +export * from './IconFlightTakeoffOutlinedFilled.js' +export * from './IconFlightTakeoffOutlined.js' +export * from './IconFlightTakeoffRounded.js' +export * from './IconFlightTakeoffRoundedFilled.js' +export * from './IconFlightTakeoffSharp.js' +export * from './IconFlightTakeoffSharpFilled.js' +export * from './IconFlightsAndHotelsOutlined.js' +export * from './IconFlightsAndHotelsOutlinedFilled.js' +export * from './IconFlightsAndHotelsRounded.js' +export * from './IconFlightsAndHotelsRoundedFilled.js' +export * from './IconFlightsAndHotelsSharp.js' +export * from './IconFlightsAndHotelsSharpFilled.js' +export * from './IconFlipOutlined.js' +export * from './IconFlipOutlinedFilled.js' +export * from './IconFlipRoundedFilled.js' +export * from './IconFlipRounded.js' +export * from './IconFlipSharpFilled.js' +export * from './IconFlipSharp.js' +export * from './IconFlipCameraAndroidOutlined.js' +export * from './IconFlipCameraAndroidOutlinedFilled.js' +export * from './IconFlipCameraAndroidRoundedFilled.js' +export * from './IconFlipCameraAndroidRounded.js' +export * from './IconFlipCameraAndroidSharp.js' +export * from './IconFlipCameraAndroidSharpFilled.js' +export * from './IconFlipCameraIosOutlinedFilled.js' +export * from './IconFlipCameraIosOutlined.js' +export * from './IconFlipCameraIosRoundedFilled.js' +export * from './IconFlipCameraIosRounded.js' +export * from './IconFlipCameraIosSharp.js' +export * from './IconFlipCameraIosSharpFilled.js' +export * from './IconFlipToBackOutlinedFilled.js' +export * from './IconFlipToBackOutlined.js' +export * from './IconFlipToBackRoundedFilled.js' +export * from './IconFlipToBackRounded.js' +export * from './IconFlipToBackSharp.js' +export * from './IconFlipToBackSharpFilled.js' +export * from './IconFlipToFrontOutlined.js' +export * from './IconFlipToFrontOutlinedFilled.js' +export * from './IconFlipToFrontRounded.js' +export * from './IconFlipToFrontRoundedFilled.js' +export * from './IconFlipToFrontSharp.js' +export * from './IconFlipToFrontSharpFilled.js' +export * from './IconFloatLandscape2Outlined.js' +export * from './IconFloatLandscape2OutlinedFilled.js' +export * from './IconFloatLandscape2Rounded.js' +export * from './IconFloatLandscape2RoundedFilled.js' +export * from './IconFloatLandscape2Sharp.js' +export * from './IconFloatLandscape2SharpFilled.js' +export * from './IconFloatPortrait2Outlined.js' +export * from './IconFloatPortrait2OutlinedFilled.js' +export * from './IconFloatPortrait2RoundedFilled.js' +export * from './IconFloatPortrait2Rounded.js' +export * from './IconFloatPortrait2Sharp.js' +export * from './IconFloatPortrait2SharpFilled.js' +export * from './IconFloodOutlined.js' +export * from './IconFloodOutlinedFilled.js' +export * from './IconFloodRounded.js' +export * from './IconFloodRoundedFilled.js' +export * from './IconFloodSharp.js' +export * from './IconFloodSharpFilled.js' +export * from './IconFloorOutlinedFilled.js' +export * from './IconFloorOutlined.js' +export * from './IconFloorRounded.js' +export * from './IconFloorRoundedFilled.js' +export * from './IconFloorSharpFilled.js' +export * from './IconFloorSharp.js' +export * from './IconFloorLampOutlinedFilled.js' +export * from './IconFloorLampOutlined.js' +export * from './IconFloorLampRounded.js' +export * from './IconFloorLampRoundedFilled.js' +export * from './IconFloorLampSharpFilled.js' +export * from './IconFloorLampSharp.js' +export * from './IconFlowsheetOutlined.js' +export * from './IconFlowsheetOutlinedFilled.js' +export * from './IconFlowsheetRounded.js' +export * from './IconFlowsheetRoundedFilled.js' +export * from './IconFlowsheetSharpFilled.js' +export * from './IconFlowsheetSharp.js' +export * from './IconFluidOutlined.js' +export * from './IconFluidOutlinedFilled.js' +export * from './IconFluidRoundedFilled.js' +export * from './IconFluidRounded.js' +export * from './IconFluidSharpFilled.js' +export * from './IconFluidSharp.js' +export * from './IconFluidBalanceOutlined.js' +export * from './IconFluidBalanceOutlinedFilled.js' +export * from './IconFluidBalanceRounded.js' +export * from './IconFluidBalanceRoundedFilled.js' +export * from './IconFluidBalanceSharp.js' +export * from './IconFluidBalanceSharpFilled.js' +export * from './IconFluidMedOutlinedFilled.js' +export * from './IconFluidMedOutlined.js' +export * from './IconFluidMedRounded.js' +export * from './IconFluidMedRoundedFilled.js' +export * from './IconFluidMedSharpFilled.js' +export * from './IconFluidMedSharp.js' +export * from './IconFluorescentOutlinedFilled.js' +export * from './IconFluorescentOutlined.js' +export * from './IconFluorescentRounded.js' +export * from './IconFluorescentRoundedFilled.js' +export * from './IconFluorescentSharpFilled.js' +export * from './IconFluorescentSharp.js' +export * from './IconFlutterOutlined.js' +export * from './IconFlutterOutlinedFilled.js' +export * from './IconFlutterRounded.js' +export * from './IconFlutterRoundedFilled.js' +export * from './IconFlutterSharp.js' +export * from './IconFlutterSharpFilled.js' +export * from './IconFlutterDashOutlinedFilled.js' +export * from './IconFlutterDashOutlined.js' +export * from './IconFlutterDashRounded.js' +export * from './IconFlutterDashRoundedFilled.js' +export * from './IconFlutterDashSharpFilled.js' +export * from './IconFlutterDashSharp.js' +export * from './IconFlyoverOutlined.js' +export * from './IconFlyoverOutlinedFilled.js' +export * from './IconFlyoverRoundedFilled.js' +export * from './IconFlyoverRounded.js' +export * from './IconFlyoverSharp.js' +export * from './IconFlyoverSharpFilled.js' +export * from './IconFmdBadOutlinedFilled.js' +export * from './IconFmdBadOutlined.js' +export * from './IconFmdBadRounded.js' +export * from './IconFmdBadRoundedFilled.js' +export * from './IconFmdBadSharpFilled.js' +export * from './IconFmdBadSharp.js' +export * from './IconFoggyOutlined.js' +export * from './IconFoggyOutlinedFilled.js' +export * from './IconFoggyRoundedFilled.js' +export * from './IconFoggyRounded.js' +export * from './IconFoggySharpFilled.js' +export * from './IconFoggySharp.js' +export * from './IconFoldedHandsOutlinedFilled.js' +export * from './IconFoldedHandsOutlined.js' +export * from './IconFoldedHandsRounded.js' +export * from './IconFoldedHandsRoundedFilled.js' +export * from './IconFoldedHandsSharp.js' +export * from './IconFoldedHandsSharpFilled.js' +export * from './IconFolderOutlined.js' +export * from './IconFolderOutlinedFilled.js' +export * from './IconFolderRounded.js' +export * from './IconFolderRoundedFilled.js' +export * from './IconFolderSharp.js' +export * from './IconFolderSharpFilled.js' +export * from './IconFolderCheckOutlined.js' +export * from './IconFolderCheckOutlinedFilled.js' +export * from './IconFolderCheckRoundedFilled.js' +export * from './IconFolderCheckRounded.js' +export * from './IconFolderCheckSharpFilled.js' +export * from './IconFolderCheckSharp.js' +export * from './IconFolderCheck2OutlinedFilled.js' +export * from './IconFolderCheck2Outlined.js' +export * from './IconFolderCheck2Rounded.js' +export * from './IconFolderCheck2RoundedFilled.js' +export * from './IconFolderCheck2SharpFilled.js' +export * from './IconFolderCheck2Sharp.js' +export * from './IconFolderCopyOutlined.js' +export * from './IconFolderCopyOutlinedFilled.js' +export * from './IconFolderCopyRoundedFilled.js' +export * from './IconFolderCopyRounded.js' +export * from './IconFolderCopySharpFilled.js' +export * from './IconFolderCopySharp.js' +export * from './IconFolderDataOutlinedFilled.js' +export * from './IconFolderDataOutlined.js' +export * from './IconFolderDataRounded.js' +export * from './IconFolderDataRoundedFilled.js' +export * from './IconFolderDataSharp.js' +export * from './IconFolderDataSharpFilled.js' +export * from './IconFolderDeleteOutlined.js' +export * from './IconFolderDeleteOutlinedFilled.js' +export * from './IconFolderDeleteRoundedFilled.js' +export * from './IconFolderDeleteRounded.js' +export * from './IconFolderDeleteSharp.js' +export * from './IconFolderDeleteSharpFilled.js' +export * from './IconFolderEyeOutlined.js' +export * from './IconFolderEyeOutlinedFilled.js' +export * from './IconFolderEyeRoundedFilled.js' +export * from './IconFolderEyeRounded.js' +export * from './IconFolderEyeSharp.js' +export * from './IconFolderEyeSharpFilled.js' +export * from './IconFolderLimitedOutlinedFilled.js' +export * from './IconFolderLimitedOutlined.js' +export * from './IconFolderLimitedRoundedFilled.js' +export * from './IconFolderLimitedRounded.js' +export * from './IconFolderLimitedSharpFilled.js' +export * from './IconFolderLimitedSharp.js' +export * from './IconFolderManagedOutlinedFilled.js' +export * from './IconFolderManagedOutlined.js' +export * from './IconFolderManagedRounded.js' +export * from './IconFolderManagedRoundedFilled.js' +export * from './IconFolderManagedSharpFilled.js' +export * from './IconFolderManagedSharp.js' +export * from './IconFolderMatchOutlinedFilled.js' +export * from './IconFolderMatchOutlined.js' +export * from './IconFolderMatchRoundedFilled.js' +export * from './IconFolderMatchRounded.js' +export * from './IconFolderMatchSharpFilled.js' +export * from './IconFolderMatchSharp.js' +export * from './IconFolderOffOutlined.js' +export * from './IconFolderOffOutlinedFilled.js' +export * from './IconFolderOffRounded.js' +export * from './IconFolderOffRoundedFilled.js' +export * from './IconFolderOffSharp.js' +export * from './IconFolderOffSharpFilled.js' +export * from './IconFolderOpenOutlined.js' +export * from './IconFolderOpenOutlinedFilled.js' +export * from './IconFolderOpenRounded.js' +export * from './IconFolderOpenRoundedFilled.js' +export * from './IconFolderOpenSharpFilled.js' +export * from './IconFolderOpenSharp.js' +export * from './IconFolderSharedOutlined.js' +export * from './IconFolderSharedOutlinedFilled.js' +export * from './IconFolderSharedRounded.js' +export * from './IconFolderSharedRoundedFilled.js' +export * from './IconFolderSharedSharpFilled.js' +export * from './IconFolderSharedSharp.js' +export * from './IconFolderSpecialOutlined.js' +export * from './IconFolderSpecialOutlinedFilled.js' +export * from './IconFolderSpecialRounded.js' +export * from './IconFolderSpecialRoundedFilled.js' +export * from './IconFolderSpecialSharp.js' +export * from './IconFolderSpecialSharpFilled.js' +export * from './IconFolderSupervisedOutlined.js' +export * from './IconFolderSupervisedOutlinedFilled.js' +export * from './IconFolderSupervisedRounded.js' +export * from './IconFolderSupervisedRoundedFilled.js' +export * from './IconFolderSupervisedSharp.js' +export * from './IconFolderSupervisedSharpFilled.js' +export * from './IconFolderZipOutlined.js' +export * from './IconFolderZipOutlinedFilled.js' +export * from './IconFolderZipRounded.js' +export * from './IconFolderZipRoundedFilled.js' +export * from './IconFolderZipSharpFilled.js' +export * from './IconFolderZipSharp.js' +export * from './IconFollowTheSignsOutlined.js' +export * from './IconFollowTheSignsOutlinedFilled.js' +export * from './IconFollowTheSignsRounded.js' +export * from './IconFollowTheSignsRoundedFilled.js' +export * from './IconFollowTheSignsSharpFilled.js' +export * from './IconFollowTheSignsSharp.js' +export * from './IconFontDownloadOutlinedFilled.js' +export * from './IconFontDownloadOutlined.js' +export * from './IconFontDownloadRounded.js' +export * from './IconFontDownloadRoundedFilled.js' +export * from './IconFontDownloadSharpFilled.js' +export * from './IconFontDownloadSharp.js' +export * from './IconFontDownloadOffOutlinedFilled.js' +export * from './IconFontDownloadOffOutlined.js' +export * from './IconFontDownloadOffRoundedFilled.js' +export * from './IconFontDownloadOffRounded.js' +export * from './IconFontDownloadOffSharpFilled.js' +export * from './IconFontDownloadOffSharp.js' +export * from './IconFoodBankOutlined.js' +export * from './IconFoodBankOutlinedFilled.js' +export * from './IconFoodBankRounded.js' +export * from './IconFoodBankRoundedFilled.js' +export * from './IconFoodBankSharp.js' +export * from './IconFoodBankSharpFilled.js' +export * from './IconFootBonesOutlinedFilled.js' +export * from './IconFootBonesOutlined.js' +export * from './IconFootBonesRoundedFilled.js' +export * from './IconFootBonesRounded.js' +export * from './IconFootBonesSharp.js' +export * from './IconFootBonesSharpFilled.js' +export * from './IconFootprintOutlinedFilled.js' +export * from './IconFootprintOutlined.js' +export * from './IconFootprintRoundedFilled.js' +export * from './IconFootprintRounded.js' +export * from './IconFootprintSharpFilled.js' +export * from './IconFootprintSharp.js' +export * from './IconForYouOutlinedFilled.js' +export * from './IconForYouOutlined.js' +export * from './IconForYouRoundedFilled.js' +export * from './IconForYouRounded.js' +export * from './IconForYouSharpFilled.js' +export * from './IconForYouSharp.js' +export * from './IconForestOutlined.js' +export * from './IconForestOutlinedFilled.js' +export * from './IconForestRounded.js' +export * from './IconForestRoundedFilled.js' +export * from './IconForestSharp.js' +export * from './IconForestSharpFilled.js' +export * from './IconForkLeftOutlinedFilled.js' +export * from './IconForkLeftOutlined.js' +export * from './IconForkLeftRoundedFilled.js' +export * from './IconForkLeftRounded.js' +export * from './IconForkLeftSharp.js' +export * from './IconForkLeftSharpFilled.js' +export * from './IconForkRightOutlined.js' +export * from './IconForkRightOutlinedFilled.js' +export * from './IconForkRightRoundedFilled.js' +export * from './IconForkRightRounded.js' +export * from './IconForkRightSharp.js' +export * from './IconForkRightSharpFilled.js' +export * from './IconForkSpoonOutlined.js' +export * from './IconForkSpoonOutlinedFilled.js' +export * from './IconForkSpoonRounded.js' +export * from './IconForkSpoonRoundedFilled.js' +export * from './IconForkSpoonSharpFilled.js' +export * from './IconForkSpoonSharp.js' +export * from './IconForkliftOutlined.js' +export * from './IconForkliftOutlinedFilled.js' +export * from './IconForkliftRoundedFilled.js' +export * from './IconForkliftRounded.js' +export * from './IconForkliftSharp.js' +export * from './IconForkliftSharpFilled.js' +export * from './IconFormatAlignCenterOutlined.js' +export * from './IconFormatAlignCenterOutlinedFilled.js' +export * from './IconFormatAlignCenterRounded.js' +export * from './IconFormatAlignCenterRoundedFilled.js' +export * from './IconFormatAlignCenterSharp.js' +export * from './IconFormatAlignCenterSharpFilled.js' +export * from './IconFormatAlignJustifyOutlined.js' +export * from './IconFormatAlignJustifyOutlinedFilled.js' +export * from './IconFormatAlignJustifyRoundedFilled.js' +export * from './IconFormatAlignJustifyRounded.js' +export * from './IconFormatAlignJustifySharp.js' +export * from './IconFormatAlignJustifySharpFilled.js' +export * from './IconFormatAlignLeftOutlined.js' +export * from './IconFormatAlignLeftOutlinedFilled.js' +export * from './IconFormatAlignLeftRounded.js' +export * from './IconFormatAlignLeftRoundedFilled.js' +export * from './IconFormatAlignLeftSharp.js' +export * from './IconFormatAlignLeftSharpFilled.js' +export * from './IconFormatAlignRightOutlined.js' +export * from './IconFormatAlignRightOutlinedFilled.js' +export * from './IconFormatAlignRightRounded.js' +export * from './IconFormatAlignRightRoundedFilled.js' +export * from './IconFormatAlignRightSharpFilled.js' +export * from './IconFormatAlignRightSharp.js' +export * from './IconFormatBoldOutlinedFilled.js' +export * from './IconFormatBoldOutlined.js' +export * from './IconFormatBoldRounded.js' +export * from './IconFormatBoldRoundedFilled.js' +export * from './IconFormatBoldSharpFilled.js' +export * from './IconFormatBoldSharp.js' +export * from './IconFormatClearOutlined.js' +export * from './IconFormatClearOutlinedFilled.js' +export * from './IconFormatClearRounded.js' +export * from './IconFormatClearRoundedFilled.js' +export * from './IconFormatClearSharpFilled.js' +export * from './IconFormatClearSharp.js' +export * from './IconFormatColorFillOutlinedFilled.js' +export * from './IconFormatColorFillOutlined.js' +export * from './IconFormatColorFillRoundedFilled.js' +export * from './IconFormatColorFillRounded.js' +export * from './IconFormatColorFillSharp.js' +export * from './IconFormatColorFillSharpFilled.js' +export * from './IconFormatColorResetOutlined.js' +export * from './IconFormatColorResetOutlinedFilled.js' +export * from './IconFormatColorResetRounded.js' +export * from './IconFormatColorResetRoundedFilled.js' +export * from './IconFormatColorResetSharp.js' +export * from './IconFormatColorResetSharpFilled.js' +export * from './IconFormatColorTextOutlined.js' +export * from './IconFormatColorTextOutlinedFilled.js' +export * from './IconFormatColorTextRoundedFilled.js' +export * from './IconFormatColorTextRounded.js' +export * from './IconFormatColorTextSharp.js' +export * from './IconFormatColorTextSharpFilled.js' +export * from './IconFormatH1OutlinedFilled.js' +export * from './IconFormatH1Outlined.js' +export * from './IconFormatH1RoundedFilled.js' +export * from './IconFormatH1Rounded.js' +export * from './IconFormatH1Sharp.js' +export * from './IconFormatH1SharpFilled.js' +export * from './IconFormatH2Outlined.js' +export * from './IconFormatH2OutlinedFilled.js' +export * from './IconFormatH2RoundedFilled.js' +export * from './IconFormatH2Rounded.js' +export * from './IconFormatH2Sharp.js' +export * from './IconFormatH2SharpFilled.js' +export * from './IconFormatH3Outlined.js' +export * from './IconFormatH3OutlinedFilled.js' +export * from './IconFormatH3Rounded.js' +export * from './IconFormatH3RoundedFilled.js' +export * from './IconFormatH3SharpFilled.js' +export * from './IconFormatH3Sharp.js' +export * from './IconFormatH4OutlinedFilled.js' +export * from './IconFormatH4Outlined.js' +export * from './IconFormatH4Rounded.js' +export * from './IconFormatH4RoundedFilled.js' +export * from './IconFormatH4SharpFilled.js' +export * from './IconFormatH4Sharp.js' +export * from './IconFormatH5Outlined.js' +export * from './IconFormatH5OutlinedFilled.js' +export * from './IconFormatH5Rounded.js' +export * from './IconFormatH5RoundedFilled.js' +export * from './IconFormatH5Sharp.js' +export * from './IconFormatH5SharpFilled.js' +export * from './IconFormatH6Outlined.js' +export * from './IconFormatH6OutlinedFilled.js' +export * from './IconFormatH6RoundedFilled.js' +export * from './IconFormatH6Rounded.js' +export * from './IconFormatH6Sharp.js' +export * from './IconFormatH6SharpFilled.js' +export * from './IconFormatImageLeftOutlinedFilled.js' +export * from './IconFormatImageLeftOutlined.js' +export * from './IconFormatImageLeftRounded.js' +export * from './IconFormatImageLeftRoundedFilled.js' +export * from './IconFormatImageLeftSharp.js' +export * from './IconFormatImageLeftSharpFilled.js' +export * from './IconFormatImageRightOutlined.js' +export * from './IconFormatImageRightOutlinedFilled.js' +export * from './IconFormatImageRightRoundedFilled.js' +export * from './IconFormatImageRightRounded.js' +export * from './IconFormatImageRightSharp.js' +export * from './IconFormatImageRightSharpFilled.js' +export * from './IconFormatIndentDecreaseOutlinedFilled.js' +export * from './IconFormatIndentDecreaseOutlined.js' +export * from './IconFormatIndentDecreaseRoundedFilled.js' +export * from './IconFormatIndentDecreaseRounded.js' +export * from './IconFormatIndentDecreaseSharpFilled.js' +export * from './IconFormatIndentDecreaseSharp.js' +export * from './IconFormatIndentIncreaseOutlined.js' +export * from './IconFormatIndentIncreaseOutlinedFilled.js' +export * from './IconFormatIndentIncreaseRounded.js' +export * from './IconFormatIndentIncreaseRoundedFilled.js' +export * from './IconFormatIndentIncreaseSharpFilled.js' +export * from './IconFormatIndentIncreaseSharp.js' +export * from './IconFormatInkHighlighterOutlined.js' +export * from './IconFormatInkHighlighterOutlinedFilled.js' +export * from './IconFormatInkHighlighterRoundedFilled.js' +export * from './IconFormatInkHighlighterRounded.js' +export * from './IconFormatInkHighlighterSharp.js' +export * from './IconFormatInkHighlighterSharpFilled.js' +export * from './IconFormatItalicOutlined.js' +export * from './IconFormatItalicOutlinedFilled.js' +export * from './IconFormatItalicRounded.js' +export * from './IconFormatItalicRoundedFilled.js' +export * from './IconFormatItalicSharpFilled.js' +export * from './IconFormatItalicSharp.js' +export * from './IconFormatLetterSpacingOutlined.js' +export * from './IconFormatLetterSpacingOutlinedFilled.js' +export * from './IconFormatLetterSpacingRounded.js' +export * from './IconFormatLetterSpacingRoundedFilled.js' +export * from './IconFormatLetterSpacingSharp.js' +export * from './IconFormatLetterSpacingSharpFilled.js' +export * from './IconFormatLetterSpacing2Outlined.js' +export * from './IconFormatLetterSpacing2OutlinedFilled.js' +export * from './IconFormatLetterSpacing2RoundedFilled.js' +export * from './IconFormatLetterSpacing2Rounded.js' +export * from './IconFormatLetterSpacing2SharpFilled.js' +export * from './IconFormatLetterSpacing2Sharp.js' +export * from './IconFormatLetterSpacingStandardOutlined.js' +export * from './IconFormatLetterSpacingStandardOutlinedFilled.js' +export * from './IconFormatLetterSpacingStandardRoundedFilled.js' +export * from './IconFormatLetterSpacingStandardRounded.js' +export * from './IconFormatLetterSpacingStandardSharp.js' +export * from './IconFormatLetterSpacingStandardSharpFilled.js' +export * from './IconFormatLetterSpacingWideOutlinedFilled.js' +export * from './IconFormatLetterSpacingWideOutlined.js' +export * from './IconFormatLetterSpacingWideRounded.js' +export * from './IconFormatLetterSpacingWideRoundedFilled.js' +export * from './IconFormatLetterSpacingWideSharpFilled.js' +export * from './IconFormatLetterSpacingWideSharp.js' +export * from './IconFormatLetterSpacingWiderOutlinedFilled.js' +export * from './IconFormatLetterSpacingWiderOutlined.js' +export * from './IconFormatLetterSpacingWiderRounded.js' +export * from './IconFormatLetterSpacingWiderRoundedFilled.js' +export * from './IconFormatLetterSpacingWiderSharp.js' +export * from './IconFormatLetterSpacingWiderSharpFilled.js' +export * from './IconFormatLineSpacingOutlinedFilled.js' +export * from './IconFormatLineSpacingOutlined.js' +export * from './IconFormatLineSpacingRoundedFilled.js' +export * from './IconFormatLineSpacingRounded.js' +export * from './IconFormatLineSpacingSharp.js' +export * from './IconFormatLineSpacingSharpFilled.js' +export * from './IconFormatListBulletedOutlinedFilled.js' +export * from './IconFormatListBulletedOutlined.js' +export * from './IconFormatListBulletedRounded.js' +export * from './IconFormatListBulletedRoundedFilled.js' +export * from './IconFormatListBulletedSharp.js' +export * from './IconFormatListBulletedSharpFilled.js' +export * from './IconFormatListBulletedAddOutlined.js' +export * from './IconFormatListBulletedAddOutlinedFilled.js' +export * from './IconFormatListBulletedAddRoundedFilled.js' +export * from './IconFormatListBulletedAddRounded.js' +export * from './IconFormatListBulletedAddSharp.js' +export * from './IconFormatListBulletedAddSharpFilled.js' +export * from './IconFormatListNumberedOutlined.js' +export * from './IconFormatListNumberedOutlinedFilled.js' +export * from './IconFormatListNumberedRoundedFilled.js' +export * from './IconFormatListNumberedRounded.js' +export * from './IconFormatListNumberedSharp.js' +export * from './IconFormatListNumberedSharpFilled.js' +export * from './IconFormatListNumberedRtlOutlined.js' +export * from './IconFormatListNumberedRtlOutlinedFilled.js' +export * from './IconFormatListNumberedRtlRounded.js' +export * from './IconFormatListNumberedRtlRoundedFilled.js' +export * from './IconFormatListNumberedRtlSharpFilled.js' +export * from './IconFormatListNumberedRtlSharp.js' +export * from './IconFormatOverlineOutlinedFilled.js' +export * from './IconFormatOverlineOutlined.js' +export * from './IconFormatOverlineRoundedFilled.js' +export * from './IconFormatOverlineRounded.js' +export * from './IconFormatOverlineSharp.js' +export * from './IconFormatOverlineSharpFilled.js' +export * from './IconFormatPaintOutlinedFilled.js' +export * from './IconFormatPaintOutlined.js' +export * from './IconFormatPaintRounded.js' +export * from './IconFormatPaintRoundedFilled.js' +export * from './IconFormatPaintSharpFilled.js' +export * from './IconFormatPaintSharp.js' +export * from './IconFormatParagraphOutlinedFilled.js' +export * from './IconFormatParagraphOutlined.js' +export * from './IconFormatParagraphRoundedFilled.js' +export * from './IconFormatParagraphRounded.js' +export * from './IconFormatParagraphSharpFilled.js' +export * from './IconFormatParagraphSharp.js' +export * from './IconFormatQuoteOutlinedFilled.js' +export * from './IconFormatQuoteOutlined.js' +export * from './IconFormatQuoteRounded.js' +export * from './IconFormatQuoteRoundedFilled.js' +export * from './IconFormatQuoteSharpFilled.js' +export * from './IconFormatQuoteSharp.js' +export * from './IconFormatQuoteOffOutlined.js' +export * from './IconFormatQuoteOffOutlinedFilled.js' +export * from './IconFormatQuoteOffRounded.js' +export * from './IconFormatQuoteOffRoundedFilled.js' +export * from './IconFormatQuoteOffSharpFilled.js' +export * from './IconFormatQuoteOffSharp.js' +export * from './IconFormatShapesOutlined.js' +export * from './IconFormatShapesOutlinedFilled.js' +export * from './IconFormatShapesRounded.js' +export * from './IconFormatShapesRoundedFilled.js' +export * from './IconFormatShapesSharp.js' +export * from './IconFormatShapesSharpFilled.js' +export * from './IconFormatSizeOutlinedFilled.js' +export * from './IconFormatSizeOutlined.js' +export * from './IconFormatSizeRounded.js' +export * from './IconFormatSizeRoundedFilled.js' +export * from './IconFormatSizeSharp.js' +export * from './IconFormatSizeSharpFilled.js' +export * from './IconFormatStrikethroughOutlined.js' +export * from './IconFormatStrikethroughOutlinedFilled.js' +export * from './IconFormatStrikethroughRoundedFilled.js' +export * from './IconFormatStrikethroughRounded.js' +export * from './IconFormatStrikethroughSharpFilled.js' +export * from './IconFormatStrikethroughSharp.js' +export * from './IconFormatTextClipOutlined.js' +export * from './IconFormatTextClipOutlinedFilled.js' +export * from './IconFormatTextClipRounded.js' +export * from './IconFormatTextClipRoundedFilled.js' +export * from './IconFormatTextClipSharp.js' +export * from './IconFormatTextClipSharpFilled.js' +export * from './IconFormatTextOverflowOutlined.js' +export * from './IconFormatTextOverflowOutlinedFilled.js' +export * from './IconFormatTextOverflowRoundedFilled.js' +export * from './IconFormatTextOverflowRounded.js' +export * from './IconFormatTextOverflowSharp.js' +export * from './IconFormatTextOverflowSharpFilled.js' +export * from './IconFormatTextWrapOutlinedFilled.js' +export * from './IconFormatTextWrapOutlined.js' +export * from './IconFormatTextWrapRounded.js' +export * from './IconFormatTextWrapRoundedFilled.js' +export * from './IconFormatTextWrapSharp.js' +export * from './IconFormatTextWrapSharpFilled.js' +export * from './IconFormatTextdirectionLToROutlined.js' +export * from './IconFormatTextdirectionLToROutlinedFilled.js' +export * from './IconFormatTextdirectionLToRRounded.js' +export * from './IconFormatTextdirectionLToRRoundedFilled.js' +export * from './IconFormatTextdirectionLToRSharp.js' +export * from './IconFormatTextdirectionLToRSharpFilled.js' +export * from './IconFormatTextdirectionRToLOutlined.js' +export * from './IconFormatTextdirectionRToLOutlinedFilled.js' +export * from './IconFormatTextdirectionRToLRoundedFilled.js' +export * from './IconFormatTextdirectionRToLRounded.js' +export * from './IconFormatTextdirectionRToLSharpFilled.js' +export * from './IconFormatTextdirectionRToLSharp.js' +export * from './IconFormatTextdirectionVerticalOutlinedFilled.js' +export * from './IconFormatTextdirectionVerticalOutlined.js' +export * from './IconFormatTextdirectionVerticalRounded.js' +export * from './IconFormatTextdirectionVerticalRoundedFilled.js' +export * from './IconFormatTextdirectionVerticalSharp.js' +export * from './IconFormatTextdirectionVerticalSharpFilled.js' +export * from './IconFormatUnderlinedOutlinedFilled.js' +export * from './IconFormatUnderlinedOutlined.js' +export * from './IconFormatUnderlinedRoundedFilled.js' +export * from './IconFormatUnderlinedRounded.js' +export * from './IconFormatUnderlinedSharp.js' +export * from './IconFormatUnderlinedSharpFilled.js' +export * from './IconFormatUnderlinedSquiggleOutlinedFilled.js' +export * from './IconFormatUnderlinedSquiggleOutlined.js' +export * from './IconFormatUnderlinedSquiggleRoundedFilled.js' +export * from './IconFormatUnderlinedSquiggleRounded.js' +export * from './IconFormatUnderlinedSquiggleSharp.js' +export * from './IconFormatUnderlinedSquiggleSharpFilled.js' +export * from './IconFormsAddOnOutlinedFilled.js' +export * from './IconFormsAddOnOutlined.js' +export * from './IconFormsAddOnRounded.js' +export * from './IconFormsAddOnRoundedFilled.js' +export * from './IconFormsAddOnSharp.js' +export * from './IconFormsAddOnSharpFilled.js' +export * from './IconFormsAppsScriptOutlined.js' +export * from './IconFormsAppsScriptOutlinedFilled.js' +export * from './IconFormsAppsScriptRoundedFilled.js' +export * from './IconFormsAppsScriptRounded.js' +export * from './IconFormsAppsScriptSharpFilled.js' +export * from './IconFormsAppsScriptSharp.js' +export * from './IconFortOutlined.js' +export * from './IconFortOutlinedFilled.js' +export * from './IconFortRounded.js' +export * from './IconFortRoundedFilled.js' +export * from './IconFortSharp.js' +export * from './IconFortSharpFilled.js' +export * from './IconForumOutlinedFilled.js' +export * from './IconForumOutlined.js' +export * from './IconForumRoundedFilled.js' +export * from './IconForumRounded.js' +export * from './IconForumSharpFilled.js' +export * from './IconForumSharp.js' +export * from './IconForwardOutlined.js' +export * from './IconForwardOutlinedFilled.js' +export * from './IconForwardRounded.js' +export * from './IconForwardRoundedFilled.js' +export * from './IconForwardSharpFilled.js' +export * from './IconForwardSharp.js' +export * from './IconForward10Outlined.js' +export * from './IconForward10OutlinedFilled.js' +export * from './IconForward10RoundedFilled.js' +export * from './IconForward10Rounded.js' +export * from './IconForward10Sharp.js' +export * from './IconForward10SharpFilled.js' +export * from './IconForward30Outlined.js' +export * from './IconForward30OutlinedFilled.js' +export * from './IconForward30Rounded.js' +export * from './IconForward30RoundedFilled.js' +export * from './IconForward30Sharp.js' +export * from './IconForward30SharpFilled.js' +export * from './IconForward5Outlined.js' +export * from './IconForward5OutlinedFilled.js' +export * from './IconForward5Rounded.js' +export * from './IconForward5RoundedFilled.js' +export * from './IconForward5SharpFilled.js' +export * from './IconForward5Sharp.js' +export * from './IconForwardCircleOutlinedFilled.js' +export * from './IconForwardCircleOutlined.js' +export * from './IconForwardCircleRoundedFilled.js' +export * from './IconForwardCircleRounded.js' +export * from './IconForwardCircleSharp.js' +export * from './IconForwardCircleSharpFilled.js' +export * from './IconForwardMediaOutlined.js' +export * from './IconForwardMediaOutlinedFilled.js' +export * from './IconForwardMediaRounded.js' +export * from './IconForwardMediaRoundedFilled.js' +export * from './IconForwardMediaSharp.js' +export * from './IconForwardMediaSharpFilled.js' +export * from './IconForwardToInboxOutlined.js' +export * from './IconForwardToInboxOutlinedFilled.js' +export * from './IconForwardToInboxRoundedFilled.js' +export * from './IconForwardToInboxSharpFilled.js' +export * from './IconForwardToInboxSharp.js' +export * from './IconFoundationOutlinedFilled.js' +export * from './IconFoundationOutlined.js' +export * from './IconFoundationRounded.js' +export * from './IconFoundationRoundedFilled.js' +export * from './IconFoundationSharp.js' +export * from './IconFoundationSharpFilled.js' +export * from './IconFrameInspectOutlined.js' +export * from './IconFrameInspectOutlinedFilled.js' +export * from './IconFrameInspectRounded.js' +export * from './IconFrameInspectRoundedFilled.js' +export * from './IconFrameInspectSharp.js' +export * from './IconFrameInspectSharpFilled.js' +export * from './IconFramePersonOutlined.js' +export * from './IconFramePersonOutlinedFilled.js' +export * from './IconFramePersonRounded.js' +export * from './IconFramePersonRoundedFilled.js' +export * from './IconFramePersonSharpFilled.js' +export * from './IconFramePersonSharp.js' +export * from './IconFramePersonMicOutlined.js' +export * from './IconFramePersonMicOutlinedFilled.js' +export * from './IconFramePersonMicRoundedFilled.js' +export * from './IconFramePersonMicRounded.js' +export * from './IconFramePersonMicSharp.js' +export * from './IconFramePersonMicSharpFilled.js' +export * from './IconFramePersonOffOutlinedFilled.js' +export * from './IconFramePersonOffOutlined.js' +export * from './IconFramePersonOffRounded.js' +export * from './IconFramePersonOffRoundedFilled.js' +export * from './IconFramePersonOffSharpFilled.js' +export * from './IconFramePersonOffSharp.js' +export * from './IconFrameReloadOutlined.js' +export * from './IconFrameReloadOutlinedFilled.js' +export * from './IconFrameReloadRounded.js' +export * from './IconFrameReloadRoundedFilled.js' +export * from './IconFrameReloadSharpFilled.js' +export * from './IconFrameReloadSharp.js' +export * from './IconFrameSourceOutlined.js' +export * from './IconFrameSourceOutlinedFilled.js' +export * from './IconFrameSourceRounded.js' +export * from './IconFrameSourceRoundedFilled.js' +export * from './IconFrameSourceSharp.js' +export * from './IconFrameSourceSharpFilled.js' +export * from './IconFreeCancellationOutlined.js' +export * from './IconFreeCancellationOutlinedFilled.js' +export * from './IconFreeCancellationRounded.js' +export * from './IconFreeCancellationRoundedFilled.js' +export * from './IconFreeCancellationSharpFilled.js' +export * from './IconFreeCancellationSharp.js' +export * from './IconFrontHandOutlinedFilled.js' +export * from './IconFrontHandOutlined.js' +export * from './IconFrontHandRoundedFilled.js' +export * from './IconFrontHandRounded.js' +export * from './IconFrontHandSharp.js' +export * from './IconFrontHandSharpFilled.js' +export * from './IconFrontLoaderOutlined.js' +export * from './IconFrontLoaderOutlinedFilled.js' +export * from './IconFrontLoaderRoundedFilled.js' +export * from './IconFrontLoaderRounded.js' +export * from './IconFrontLoaderSharp.js' +export * from './IconFrontLoaderSharpFilled.js' +export * from './IconFullCoverageOutlined.js' +export * from './IconFullCoverageOutlinedFilled.js' +export * from './IconFullCoverageRounded.js' +export * from './IconFullCoverageRoundedFilled.js' +export * from './IconFullCoverageSharpFilled.js' +export * from './IconFullCoverageSharp.js' +export * from './IconFullHdOutlined.js' +export * from './IconFullHdOutlinedFilled.js' +export * from './IconFullHdRounded.js' +export * from './IconFullHdRoundedFilled.js' +export * from './IconFullHdSharp.js' +export * from './IconFullHdSharpFilled.js' +export * from './IconFullStackedBarChartOutlined.js' +export * from './IconFullStackedBarChartOutlinedFilled.js' +export * from './IconFullStackedBarChartRounded.js' +export * from './IconFullStackedBarChartRoundedFilled.js' +export * from './IconFullStackedBarChartSharp.js' +export * from './IconFullStackedBarChartSharpFilled.js' +export * from './IconFullscreenOutlined.js' +export * from './IconFullscreenOutlinedFilled.js' +export * from './IconFullscreenRoundedFilled.js' +export * from './IconFullscreenRounded.js' +export * from './IconFullscreenSharp.js' +export * from './IconFullscreenSharpFilled.js' +export * from './IconFullscreenExitOutlined.js' +export * from './IconFullscreenExitOutlinedFilled.js' +export * from './IconFullscreenExitRounded.js' +export * from './IconFullscreenExitRoundedFilled.js' +export * from './IconFullscreenExitSharpFilled.js' +export * from './IconFullscreenExitSharp.js' +export * from './IconFullscreenPortraitOutlined.js' +export * from './IconFullscreenPortraitOutlinedFilled.js' +export * from './IconFullscreenPortraitRoundedFilled.js' +export * from './IconFullscreenPortraitRounded.js' +export * from './IconFullscreenPortraitSharp.js' +export * from './IconFullscreenPortraitSharpFilled.js' +export * from './IconFunctionOutlined.js' +export * from './IconFunctionOutlinedFilled.js' +export * from './IconFunctionRounded.js' +export * from './IconFunctionRoundedFilled.js' +export * from './IconFunctionSharpFilled.js' +export * from './IconFunctionSharp.js' +export * from './IconFunctionsOutlined.js' +export * from './IconFunctionsOutlinedFilled.js' +export * from './IconFunctionsRoundedFilled.js' +export * from './IconFunctionsRounded.js' +export * from './IconFunctionsSharp.js' +export * from './IconFunctionsSharpFilled.js' +export * from './IconFunicularOutlined.js' +export * from './IconFunicularOutlinedFilled.js' +export * from './IconFunicularRounded.js' +export * from './IconFunicularRoundedFilled.js' +export * from './IconFunicularSharp.js' +export * from './IconFunicularSharpFilled.js' +export * from './IconGMobiledataOutlined.js' +export * from './IconGMobiledataOutlinedFilled.js' +export * from './IconGMobiledataRoundedFilled.js' +export * from './IconGMobiledataRounded.js' +export * from './IconGMobiledataSharp.js' +export * from './IconGMobiledataSharpFilled.js' +export * from './IconGMobiledataBadgeOutlined.js' +export * from './IconGMobiledataBadgeOutlinedFilled.js' +export * from './IconGMobiledataBadgeRounded.js' +export * from './IconGMobiledataBadgeRoundedFilled.js' +export * from './IconGMobiledataBadgeSharpFilled.js' +export * from './IconGMobiledataBadgeSharp.js' +export * from './IconGTranslateOutlined.js' +export * from './IconGTranslateOutlinedFilled.js' +export * from './IconGTranslateRounded.js' +export * from './IconGTranslateRoundedFilled.js' +export * from './IconGTranslateSharp.js' +export * from './IconGTranslateSharpFilled.js' +export * from './IconGalleryThumbnailOutlinedFilled.js' +export * from './IconGalleryThumbnailOutlined.js' +export * from './IconGalleryThumbnailRounded.js' +export * from './IconGalleryThumbnailRoundedFilled.js' +export * from './IconGalleryThumbnailSharpFilled.js' +export * from './IconGalleryThumbnailSharp.js' +export * from './IconGamepadOutlinedFilled.js' +export * from './IconGamepadOutlined.js' +export * from './IconGamepadRounded.js' +export * from './IconGamepadRoundedFilled.js' +export * from './IconGamepadSharp.js' +export * from './IconGamepadSharpFilled.js' +export * from './IconGarageOutlined.js' +export * from './IconGarageOutlinedFilled.js' +export * from './IconGarageRounded.js' +export * from './IconGarageRoundedFilled.js' +export * from './IconGarageSharpFilled.js' +export * from './IconGarageSharp.js' +export * from './IconGarageDoorOutlined.js' +export * from './IconGarageDoorOutlinedFilled.js' +export * from './IconGarageDoorRoundedFilled.js' +export * from './IconGarageDoorRounded.js' +export * from './IconGarageDoorSharpFilled.js' +export * from './IconGarageDoorSharp.js' +export * from './IconGarageHomeOutlined.js' +export * from './IconGarageHomeOutlinedFilled.js' +export * from './IconGarageHomeRounded.js' +export * from './IconGarageHomeRoundedFilled.js' +export * from './IconGarageHomeSharp.js' +export * from './IconGarageHomeSharpFilled.js' +export * from './IconGardenCartOutlinedFilled.js' +export * from './IconGardenCartOutlined.js' +export * from './IconGardenCartRounded.js' +export * from './IconGardenCartRoundedFilled.js' +export * from './IconGardenCartSharp.js' +export * from './IconGardenCartSharpFilled.js' +export * from './IconGasMeterOutlined.js' +export * from './IconGasMeterOutlinedFilled.js' +export * from './IconGasMeterRounded.js' +export * from './IconGasMeterRoundedFilled.js' +export * from './IconGasMeterSharp.js' +export * from './IconGasMeterSharpFilled.js' +export * from './IconGastroenterologyOutlinedFilled.js' +export * from './IconGastroenterologyOutlined.js' +export * from './IconGastroenterologyRounded.js' +export * from './IconGastroenterologyRoundedFilled.js' +export * from './IconGastroenterologySharp.js' +export * from './IconGastroenterologySharpFilled.js' +export * from './IconGateOutlined.js' +export * from './IconGateOutlinedFilled.js' +export * from './IconGateRounded.js' +export * from './IconGateRoundedFilled.js' +export * from './IconGateSharpFilled.js' +export * from './IconGateSharp.js' +export * from './IconGavelOutlined.js' +export * from './IconGavelOutlinedFilled.js' +export * from './IconGavelRoundedFilled.js' +export * from './IconGavelRounded.js' +export * from './IconGavelSharp.js' +export * from './IconGavelSharpFilled.js' +export * from './IconGeneralDeviceOutlined.js' +export * from './IconGeneralDeviceOutlinedFilled.js' +export * from './IconGeneralDeviceRounded.js' +export * from './IconGeneralDeviceRoundedFilled.js' +export * from './IconGeneralDeviceSharp.js' +export * from './IconGeneralDeviceSharpFilled.js' +export * from './IconGeneticsOutlined.js' +export * from './IconGeneticsOutlinedFilled.js' +export * from './IconGeneticsRounded.js' +export * from './IconGeneticsRoundedFilled.js' +export * from './IconGeneticsSharp.js' +export * from './IconGeneticsSharpFilled.js' +export * from './IconGenresOutlined.js' +export * from './IconGenresOutlinedFilled.js' +export * from './IconGenresRoundedFilled.js' +export * from './IconGenresRounded.js' +export * from './IconGenresSharp.js' +export * from './IconGenresSharpFilled.js' +export * from './IconGestureOutlined.js' +export * from './IconGestureOutlinedFilled.js' +export * from './IconGestureRounded.js' +export * from './IconGestureRoundedFilled.js' +export * from './IconGestureSharp.js' +export * from './IconGestureSharpFilled.js' +export * from './IconGestureSelectOutlined.js' +export * from './IconGestureSelectOutlinedFilled.js' +export * from './IconGestureSelectRoundedFilled.js' +export * from './IconGestureSelectRounded.js' +export * from './IconGestureSelectSharp.js' +export * from './IconGestureSelectSharpFilled.js' +export * from './IconGifOutlinedFilled.js' +export * from './IconGifOutlined.js' +export * from './IconGifRounded.js' +export * from './IconGifRoundedFilled.js' +export * from './IconGifSharp.js' +export * from './IconGifSharpFilled.js' +export * from './IconGif2OutlinedFilled.js' +export * from './IconGif2Outlined.js' +export * from './IconGif2RoundedFilled.js' +export * from './IconGif2Rounded.js' +export * from './IconGif2SharpFilled.js' +export * from './IconGif2Sharp.js' +export * from './IconGifBoxOutlinedFilled.js' +export * from './IconGifBoxOutlined.js' +export * from './IconGifBoxRoundedFilled.js' +export * from './IconGifBoxRounded.js' +export * from './IconGifBoxSharp.js' +export * from './IconGifBoxSharpFilled.js' +export * from './IconGirlOutlinedFilled.js' +export * from './IconGirlOutlined.js' +export * from './IconGirlRounded.js' +export * from './IconGirlRoundedFilled.js' +export * from './IconGirlSharpFilled.js' +export * from './IconGirlSharp.js' +export * from './IconGiteOutlined.js' +export * from './IconGiteOutlinedFilled.js' +export * from './IconGiteRoundedFilled.js' +export * from './IconGiteRounded.js' +export * from './IconGiteSharp.js' +export * from './IconGiteSharpFilled.js' +export * from './IconGlassCupOutlined.js' +export * from './IconGlassCupOutlinedFilled.js' +export * from './IconGlassCupRounded.js' +export * from './IconGlassCupRoundedFilled.js' +export * from './IconGlassCupSharpFilled.js' +export * from './IconGlassCupSharp.js' +export * from './IconGlobeOutlined.js' +export * from './IconGlobeOutlinedFilled.js' +export * from './IconGlobeRounded.js' +export * from './IconGlobeRoundedFilled.js' +export * from './IconGlobeSharp.js' +export * from './IconGlobeSharpFilled.js' +export * from './IconGlobeAsiaOutlinedFilled.js' +export * from './IconGlobeAsiaOutlined.js' +export * from './IconGlobeAsiaRounded.js' +export * from './IconGlobeAsiaRoundedFilled.js' +export * from './IconGlobeAsiaSharp.js' +export * from './IconGlobeAsiaSharpFilled.js' +export * from './IconGlobeUkOutlined.js' +export * from './IconGlobeUkOutlinedFilled.js' +export * from './IconGlobeUkRounded.js' +export * from './IconGlobeUkRoundedFilled.js' +export * from './IconGlobeUkSharpFilled.js' +export * from './IconGlobeUkSharp.js' +export * from './IconGlucoseOutlined.js' +export * from './IconGlucoseOutlinedFilled.js' +export * from './IconGlucoseRoundedFilled.js' +export * from './IconGlucoseRounded.js' +export * from './IconGlucoseSharpFilled.js' +export * from './IconGlucoseSharp.js' +export * from './IconGlyphsOutlined.js' +export * from './IconGlyphsOutlinedFilled.js' +export * from './IconGlyphsRoundedFilled.js' +export * from './IconGlyphsRounded.js' +export * from './IconGlyphsSharpFilled.js' +export * from './IconGlyphsSharp.js' +export * from './IconGoToLineOutlinedFilled.js' +export * from './IconGoToLineOutlined.js' +export * from './IconGoToLineRounded.js' +export * from './IconGoToLineRoundedFilled.js' +export * from './IconGoToLineSharpFilled.js' +export * from './IconGoToLineSharp.js' +export * from './IconGolfCourseOutlined.js' +export * from './IconGolfCourseOutlinedFilled.js' +export * from './IconGolfCourseRoundedFilled.js' +export * from './IconGolfCourseRounded.js' +export * from './IconGolfCourseSharp.js' +export * from './IconGolfCourseSharpFilled.js' +export * from './IconGondolaLiftOutlined.js' +export * from './IconGondolaLiftOutlinedFilled.js' +export * from './IconGondolaLiftRounded.js' +export * from './IconGondolaLiftRoundedFilled.js' +export * from './IconGondolaLiftSharpFilled.js' +export * from './IconGondolaLiftSharp.js' +export * from './IconGoogleHomeDevicesOutlinedFilled.js' +export * from './IconGoogleHomeDevicesOutlined.js' +export * from './IconGoogleHomeDevicesRounded.js' +export * from './IconGoogleHomeDevicesRoundedFilled.js' +export * from './IconGoogleHomeDevicesSharp.js' +export * from './IconGoogleHomeDevicesSharpFilled.js' +export * from './IconGoogleTvRemoteOutlinedFilled.js' +export * from './IconGoogleTvRemoteOutlined.js' +export * from './IconGoogleTvRemoteRounded.js' +export * from './IconGoogleTvRemoteRoundedFilled.js' +export * from './IconGoogleTvRemoteSharp.js' +export * from './IconGoogleTvRemoteSharpFilled.js' +export * from './IconGoogleWifiOutlinedFilled.js' +export * from './IconGoogleWifiOutlined.js' +export * from './IconGoogleWifiRoundedFilled.js' +export * from './IconGoogleWifiRounded.js' +export * from './IconGoogleWifiSharpFilled.js' +export * from './IconGoogleWifiSharp.js' +export * from './IconGppBadOutlinedFilled.js' +export * from './IconGppBadOutlined.js' +export * from './IconGppBadRoundedFilled.js' +export * from './IconGppBadRounded.js' +export * from './IconGppBadSharp.js' +export * from './IconGppBadSharpFilled.js' +export * from './IconGppMaybeOutlined.js' +export * from './IconGppMaybeOutlinedFilled.js' +export * from './IconGppMaybeRoundedFilled.js' +export * from './IconGppMaybeRounded.js' +export * from './IconGppMaybeSharpFilled.js' +export * from './IconGppMaybeSharp.js' +export * from './IconGradeOutlinedFilled.js' +export * from './IconGradeOutlined.js' +export * from './IconGradeRoundedFilled.js' +export * from './IconGradeRounded.js' +export * from './IconGradeSharp.js' +export * from './IconGradeSharpFilled.js' +export * from './IconGradientOutlined.js' +export * from './IconGradientOutlinedFilled.js' +export * from './IconGradientRounded.js' +export * from './IconGradientRoundedFilled.js' +export * from './IconGradientSharp.js' +export * from './IconGradientSharpFilled.js' +export * from './IconGradingOutlined.js' +export * from './IconGradingOutlinedFilled.js' +export * from './IconGradingRounded.js' +export * from './IconGradingRoundedFilled.js' +export * from './IconGradingSharp.js' +export * from './IconGradingSharpFilled.js' +export * from './IconGrainOutlined.js' +export * from './IconGrainOutlinedFilled.js' +export * from './IconGrainRounded.js' +export * from './IconGrainRoundedFilled.js' +export * from './IconGrainSharp.js' +export * from './IconGrainSharpFilled.js' +export * from './IconGraphicEqOutlined.js' +export * from './IconGraphicEqOutlinedFilled.js' +export * from './IconGraphicEqRounded.js' +export * from './IconGraphicEqRoundedFilled.js' +export * from './IconGraphicEqSharpFilled.js' +export * from './IconGraphicEqSharp.js' +export * from './IconGrassOutlined.js' +export * from './IconGrassOutlinedFilled.js' +export * from './IconGrassRounded.js' +export * from './IconGrassRoundedFilled.js' +export * from './IconGrassSharpFilled.js' +export * from './IconGrassSharp.js' +export * from './IconGrid3x3Outlined.js' +export * from './IconGrid3x3OutlinedFilled.js' +export * from './IconGrid3x3RoundedFilled.js' +export * from './IconGrid3x3Rounded.js' +export * from './IconGrid3x3SharpFilled.js' +export * from './IconGrid3x3Sharp.js' +export * from './IconGrid3x3OffOutlinedFilled.js' +export * from './IconGrid3x3OffOutlined.js' +export * from './IconGrid3x3OffRoundedFilled.js' +export * from './IconGrid3x3OffRounded.js' +export * from './IconGrid3x3OffSharp.js' +export * from './IconGrid3x3OffSharpFilled.js' +export * from './IconGrid4x4Outlined.js' +export * from './IconGrid4x4OutlinedFilled.js' +export * from './IconGrid4x4Rounded.js' +export * from './IconGrid4x4RoundedFilled.js' +export * from './IconGrid4x4Sharp.js' +export * from './IconGrid4x4SharpFilled.js' +export * from './IconGridGoldenratioOutlinedFilled.js' +export * from './IconGridGoldenratioOutlined.js' +export * from './IconGridGoldenratioRoundedFilled.js' +export * from './IconGridGoldenratioRounded.js' +export * from './IconGridGoldenratioSharpFilled.js' +export * from './IconGridGoldenratioSharp.js' +export * from './IconGridGuidesOutlined.js' +export * from './IconGridGuidesOutlinedFilled.js' +export * from './IconGridGuidesRoundedFilled.js' +export * from './IconGridGuidesRounded.js' +export * from './IconGridGuidesSharp.js' +export * from './IconGridGuidesSharpFilled.js' +export * from './IconGridOffOutlinedFilled.js' +export * from './IconGridOffOutlined.js' +export * from './IconGridOffRoundedFilled.js' +export * from './IconGridOffRounded.js' +export * from './IconGridOffSharp.js' +export * from './IconGridOffSharpFilled.js' +export * from './IconGridOnOutlinedFilled.js' +export * from './IconGridOnOutlined.js' +export * from './IconGridOnRounded.js' +export * from './IconGridOnRoundedFilled.js' +export * from './IconGridOnSharp.js' +export * from './IconGridOnSharpFilled.js' +export * from './IconGridViewOutlined.js' +export * from './IconGridViewOutlinedFilled.js' +export * from './IconGridViewRounded.js' +export * from './IconGridViewRoundedFilled.js' +export * from './IconGridViewSharp.js' +export * from './IconGridViewSharpFilled.js' +export * from './IconGroceryOutlined.js' +export * from './IconGroceryOutlinedFilled.js' +export * from './IconGroceryRounded.js' +export * from './IconGroceryRoundedFilled.js' +export * from './IconGrocerySharp.js' +export * from './IconGrocerySharpFilled.js' +export * from './IconGroupOutlinedFilled.js' +export * from './IconGroupOutlined.js' +export * from './IconGroupRounded.js' +export * from './IconGroupRoundedFilled.js' +export * from './IconGroupSharp.js' +export * from './IconGroupSharpFilled.js' +export * from './IconGroupAddOutlinedFilled.js' +export * from './IconGroupAddOutlined.js' +export * from './IconGroupAddRounded.js' +export * from './IconGroupAddRoundedFilled.js' +export * from './IconGroupAddSharpFilled.js' +export * from './IconGroupAddSharp.js' +export * from './IconGroupOffOutlinedFilled.js' +export * from './IconGroupOffOutlined.js' +export * from './IconGroupOffRounded.js' +export * from './IconGroupOffRoundedFilled.js' +export * from './IconGroupOffSharpFilled.js' +export * from './IconGroupOffSharp.js' +export * from './IconGroupRemoveOutlinedFilled.js' +export * from './IconGroupRemoveOutlined.js' +export * from './IconGroupRemoveRounded.js' +export * from './IconGroupRemoveRoundedFilled.js' +export * from './IconGroupRemoveSharp.js' +export * from './IconGroupRemoveSharpFilled.js' +export * from './IconGroupSearchOutlinedFilled.js' +export * from './IconGroupSearchOutlined.js' +export * from './IconGroupSearchRounded.js' +export * from './IconGroupSearchRoundedFilled.js' +export * from './IconGroupSearchSharp.js' +export * from './IconGroupSearchSharpFilled.js' +export * from './IconGroupWorkOutlined.js' +export * from './IconGroupWorkOutlinedFilled.js' +export * from './IconGroupWorkRoundedFilled.js' +export * from './IconGroupWorkRounded.js' +export * from './IconGroupWorkSharpFilled.js' +export * from './IconGroupWorkSharp.js' +export * from './IconGroupedBarChartOutlined.js' +export * from './IconGroupedBarChartOutlinedFilled.js' +export * from './IconGroupedBarChartRounded.js' +export * from './IconGroupedBarChartRoundedFilled.js' +export * from './IconGroupedBarChartSharp.js' +export * from './IconGroupedBarChartSharpFilled.js' +export * from './IconGroupsOutlinedFilled.js' +export * from './IconGroupsOutlined.js' +export * from './IconGroupsRoundedFilled.js' +export * from './IconGroupsRounded.js' +export * from './IconGroupsSharpFilled.js' +export * from './IconGroupsSharp.js' +export * from './IconGroups2OutlinedFilled.js' +export * from './IconGroups2Outlined.js' +export * from './IconGroups2RoundedFilled.js' +export * from './IconGroups2Rounded.js' +export * from './IconGroups2SharpFilled.js' +export * from './IconGroups2Sharp.js' +export * from './IconGroups3OutlinedFilled.js' +export * from './IconGroups3Outlined.js' +export * from './IconGroups3RoundedFilled.js' +export * from './IconGroups3Rounded.js' +export * from './IconGroups3SharpFilled.js' +export * from './IconGroups3Sharp.js' +export * from './IconGuardianOutlined.js' +export * from './IconGuardianOutlinedFilled.js' +export * from './IconGuardianRounded.js' +export * from './IconGuardianRoundedFilled.js' +export * from './IconGuardianSharpFilled.js' +export * from './IconGuardianSharp.js' +export * from './IconGynecologyOutlinedFilled.js' +export * from './IconGynecologyOutlined.js' +export * from './IconGynecologyRoundedFilled.js' +export * from './IconGynecologyRounded.js' +export * from './IconGynecologySharpFilled.js' +export * from './IconGynecologySharp.js' +export * from './IconHMobiledataOutlinedFilled.js' +export * from './IconHMobiledataOutlined.js' +export * from './IconHMobiledataRoundedFilled.js' +export * from './IconHMobiledataRounded.js' +export * from './IconHMobiledataSharp.js' +export * from './IconHMobiledataSharpFilled.js' +export * from './IconHMobiledataBadgeOutlinedFilled.js' +export * from './IconHMobiledataBadgeOutlined.js' +export * from './IconHMobiledataBadgeRoundedFilled.js' +export * from './IconHMobiledataBadgeRounded.js' +export * from './IconHMobiledataBadgeSharp.js' +export * from './IconHMobiledataBadgeSharpFilled.js' +export * from './IconHPlusMobiledataOutlined.js' +export * from './IconHPlusMobiledataOutlinedFilled.js' +export * from './IconHPlusMobiledataRounded.js' +export * from './IconHPlusMobiledataRoundedFilled.js' +export * from './IconHPlusMobiledataSharp.js' +export * from './IconHPlusMobiledataSharpFilled.js' +export * from './IconHPlusMobiledataBadgeOutlined.js' +export * from './IconHPlusMobiledataBadgeOutlinedFilled.js' +export * from './IconHPlusMobiledataBadgeRounded.js' +export * from './IconHPlusMobiledataBadgeRoundedFilled.js' +export * from './IconHPlusMobiledataBadgeSharp.js' +export * from './IconHPlusMobiledataBadgeSharpFilled.js' +export * from './IconHailOutlinedFilled.js' +export * from './IconHailOutlined.js' +export * from './IconHailRounded.js' +export * from './IconHailRoundedFilled.js' +export * from './IconHailSharp.js' +export * from './IconHailSharpFilled.js' +export * from './IconHallwayOutlinedFilled.js' +export * from './IconHallwayOutlined.js' +export * from './IconHallwayRounded.js' +export * from './IconHallwayRoundedFilled.js' +export * from './IconHallwaySharpFilled.js' +export * from './IconHallwaySharp.js' +export * from './IconHandBonesOutlined.js' +export * from './IconHandBonesOutlinedFilled.js' +export * from './IconHandBonesRounded.js' +export * from './IconHandBonesRoundedFilled.js' +export * from './IconHandBonesSharpFilled.js' +export * from './IconHandBonesSharp.js' +export * from './IconHandGestureOutlinedFilled.js' +export * from './IconHandGestureOutlined.js' +export * from './IconHandGestureRoundedFilled.js' +export * from './IconHandGestureRounded.js' +export * from './IconHandGestureSharpFilled.js' +export * from './IconHandGestureSharp.js' +export * from './IconHandGestureOffOutlinedFilled.js' +export * from './IconHandGestureOffOutlined.js' +export * from './IconHandGestureOffRoundedFilled.js' +export * from './IconHandGestureOffRounded.js' +export * from './IconHandGestureOffSharpFilled.js' +export * from './IconHandGestureOffSharp.js' +export * from './IconHandheldControllerOutlined.js' +export * from './IconHandheldControllerOutlinedFilled.js' +export * from './IconHandheldControllerRoundedFilled.js' +export * from './IconHandheldControllerRounded.js' +export * from './IconHandheldControllerSharp.js' +export * from './IconHandheldControllerSharpFilled.js' +export * from './IconHandshakeOutlined.js' +export * from './IconHandshakeOutlinedFilled.js' +export * from './IconHandshakeRoundedFilled.js' +export * from './IconHandshakeRounded.js' +export * from './IconHandshakeSharpFilled.js' +export * from './IconHandshakeSharp.js' +export * from './IconHandymanOutlinedFilled.js' +export * from './IconHandymanOutlined.js' +export * from './IconHandymanRounded.js' +export * from './IconHandymanRoundedFilled.js' +export * from './IconHandymanSharpFilled.js' +export * from './IconHandymanSharp.js' +export * from './IconHangoutVideoOutlined.js' +export * from './IconHangoutVideoOutlinedFilled.js' +export * from './IconHangoutVideoRoundedFilled.js' +export * from './IconHangoutVideoRounded.js' +export * from './IconHangoutVideoSharpFilled.js' +export * from './IconHangoutVideoSharp.js' +export * from './IconHangoutVideoOffOutlined.js' +export * from './IconHangoutVideoOffOutlinedFilled.js' +export * from './IconHangoutVideoOffRoundedFilled.js' +export * from './IconHangoutVideoOffRounded.js' +export * from './IconHangoutVideoOffSharp.js' +export * from './IconHangoutVideoOffSharpFilled.js' +export * from './IconHardDiskOutlined.js' +export * from './IconHardDiskOutlinedFilled.js' +export * from './IconHardDiskRounded.js' +export * from './IconHardDiskRoundedFilled.js' +export * from './IconHardDiskSharp.js' +export * from './IconHardDiskSharpFilled.js' +export * from './IconHardDriveOutlinedFilled.js' +export * from './IconHardDriveOutlined.js' +export * from './IconHardDriveRoundedFilled.js' +export * from './IconHardDriveRounded.js' +export * from './IconHardDriveSharpFilled.js' +export * from './IconHardDriveSharp.js' +export * from './IconHardDrive2Outlined.js' +export * from './IconHardDrive2OutlinedFilled.js' +export * from './IconHardDrive2Rounded.js' +export * from './IconHardDrive2RoundedFilled.js' +export * from './IconHardDrive2Sharp.js' +export * from './IconHardDrive2SharpFilled.js' +export * from './IconHardwareOutlinedFilled.js' +export * from './IconHardwareOutlined.js' +export * from './IconHardwareRoundedFilled.js' +export * from './IconHardwareRounded.js' +export * from './IconHardwareSharpFilled.js' +export * from './IconHardwareSharp.js' +export * from './IconHdOutlinedFilled.js' +export * from './IconHdOutlined.js' +export * from './IconHdRounded.js' +export * from './IconHdRoundedFilled.js' +export * from './IconHdSharpFilled.js' +export * from './IconHdSharp.js' +export * from './IconHdrAutoOutlined.js' +export * from './IconHdrAutoOutlinedFilled.js' +export * from './IconHdrAutoRoundedFilled.js' +export * from './IconHdrAutoRounded.js' +export * from './IconHdrAutoSharp.js' +export * from './IconHdrAutoSharpFilled.js' +export * from './IconHdrAutoSelectOutlined.js' +export * from './IconHdrAutoSelectOutlinedFilled.js' +export * from './IconHdrAutoSelectRoundedFilled.js' +export * from './IconHdrAutoSelectRounded.js' +export * from './IconHdrAutoSelectSharpFilled.js' +export * from './IconHdrAutoSelectSharp.js' +export * from './IconHdrEnhancedSelectOutlined.js' +export * from './IconHdrEnhancedSelectOutlinedFilled.js' +export * from './IconHdrEnhancedSelectRounded.js' +export * from './IconHdrEnhancedSelectRoundedFilled.js' +export * from './IconHdrEnhancedSelectSharp.js' +export * from './IconHdrEnhancedSelectSharpFilled.js' +export * from './IconHdrOffOutlined.js' +export * from './IconHdrOffOutlinedFilled.js' +export * from './IconHdrOffRoundedFilled.js' +export * from './IconHdrOffRounded.js' +export * from './IconHdrOffSharp.js' +export * from './IconHdrOffSharpFilled.js' +export * from './IconHdrOffSelectOutlined.js' +export * from './IconHdrOffSelectOutlinedFilled.js' +export * from './IconHdrOffSelectRoundedFilled.js' +export * from './IconHdrOffSelectRounded.js' +export * from './IconHdrOffSelectSharpFilled.js' +export * from './IconHdrOffSelectSharp.js' +export * from './IconHdrOnOutlinedFilled.js' +export * from './IconHdrOnOutlined.js' +export * from './IconHdrOnRounded.js' +export * from './IconHdrOnRoundedFilled.js' +export * from './IconHdrOnSharpFilled.js' +export * from './IconHdrOnSharp.js' +export * from './IconHdrOnSelectOutlinedFilled.js' +export * from './IconHdrOnSelectOutlined.js' +export * from './IconHdrOnSelectRounded.js' +export * from './IconHdrOnSelectRoundedFilled.js' +export * from './IconHdrOnSelectSharpFilled.js' +export * from './IconHdrOnSelectSharp.js' +export * from './IconHdrPlusOutlinedFilled.js' +export * from './IconHdrPlusOutlined.js' +export * from './IconHdrPlusRoundedFilled.js' +export * from './IconHdrPlusRounded.js' +export * from './IconHdrPlusSharpFilled.js' +export * from './IconHdrPlusSharp.js' +export * from './IconHdrPlusOffOutlinedFilled.js' +export * from './IconHdrPlusOffOutlined.js' +export * from './IconHdrPlusOffRounded.js' +export * from './IconHdrPlusOffRoundedFilled.js' +export * from './IconHdrPlusOffSharpFilled.js' +export * from './IconHdrPlusOffSharp.js' +export * from './IconHdrStrongOutlined.js' +export * from './IconHdrStrongOutlinedFilled.js' +export * from './IconHdrStrongRounded.js' +export * from './IconHdrStrongRoundedFilled.js' +export * from './IconHdrStrongSharp.js' +export * from './IconHdrStrongSharpFilled.js' +export * from './IconHdrWeakOutlined.js' +export * from './IconHdrWeakOutlinedFilled.js' +export * from './IconHdrWeakRoundedFilled.js' +export * from './IconHdrWeakRounded.js' +export * from './IconHdrWeakSharpFilled.js' +export * from './IconHdrWeakSharp.js' +export * from './IconHeadMountedDeviceOutlined.js' +export * from './IconHeadMountedDeviceOutlinedFilled.js' +export * from './IconHeadMountedDeviceRounded.js' +export * from './IconHeadMountedDeviceRoundedFilled.js' +export * from './IconHeadMountedDeviceSharpFilled.js' +export * from './IconHeadMountedDeviceSharp.js' +export * from './IconHeadphonesOutlined.js' +export * from './IconHeadphonesOutlinedFilled.js' +export * from './IconHeadphonesRoundedFilled.js' +export * from './IconHeadphonesRounded.js' +export * from './IconHeadphonesSharpFilled.js' +export * from './IconHeadphonesSharp.js' +export * from './IconHeadphonesBatteryOutlined.js' +export * from './IconHeadphonesBatteryOutlinedFilled.js' +export * from './IconHeadphonesBatteryRounded.js' +export * from './IconHeadphonesBatteryRoundedFilled.js' +export * from './IconHeadphonesBatterySharpFilled.js' +export * from './IconHeadphonesBatterySharp.js' +export * from './IconHeadsetMicOutlined.js' +export * from './IconHeadsetMicOutlinedFilled.js' +export * from './IconHeadsetMicRounded.js' +export * from './IconHeadsetMicRoundedFilled.js' +export * from './IconHeadsetMicSharpFilled.js' +export * from './IconHeadsetMicSharp.js' +export * from './IconHeadsetOffOutlined.js' +export * from './IconHeadsetOffOutlinedFilled.js' +export * from './IconHeadsetOffRoundedFilled.js' +export * from './IconHeadsetOffRounded.js' +export * from './IconHeadsetOffSharpFilled.js' +export * from './IconHeadsetOffSharp.js' +export * from './IconHealingOutlinedFilled.js' +export * from './IconHealingOutlined.js' +export * from './IconHealingRounded.js' +export * from './IconHealingRoundedFilled.js' +export * from './IconHealingSharpFilled.js' +export * from './IconHealingSharp.js' +export * from './IconHealthAndBeautyOutlinedFilled.js' +export * from './IconHealthAndBeautyOutlined.js' +export * from './IconHealthAndBeautyRounded.js' +export * from './IconHealthAndBeautyRoundedFilled.js' +export * from './IconHealthAndBeautySharpFilled.js' +export * from './IconHealthAndBeautySharp.js' +export * from './IconHealthAndSafetyOutlined.js' +export * from './IconHealthAndSafetyOutlinedFilled.js' +export * from './IconHealthAndSafetyRoundedFilled.js' +export * from './IconHealthAndSafetyRounded.js' +export * from './IconHealthAndSafetySharp.js' +export * from './IconHealthAndSafetySharpFilled.js' +export * from './IconHealthMetricsOutlined.js' +export * from './IconHealthMetricsOutlinedFilled.js' +export * from './IconHealthMetricsRoundedFilled.js' +export * from './IconHealthMetricsRounded.js' +export * from './IconHealthMetricsSharpFilled.js' +export * from './IconHealthMetricsSharp.js' +export * from './IconHeapSnapshotLargeOutlinedFilled.js' +export * from './IconHeapSnapshotLargeOutlined.js' +export * from './IconHeapSnapshotLargeRoundedFilled.js' +export * from './IconHeapSnapshotLargeRounded.js' +export * from './IconHeapSnapshotLargeSharp.js' +export * from './IconHeapSnapshotLargeSharpFilled.js' +export * from './IconHeapSnapshotMultipleOutlinedFilled.js' +export * from './IconHeapSnapshotMultipleOutlined.js' +export * from './IconHeapSnapshotMultipleRounded.js' +export * from './IconHeapSnapshotMultipleRoundedFilled.js' +export * from './IconHeapSnapshotMultipleSharpFilled.js' +export * from './IconHeapSnapshotMultipleSharp.js' +export * from './IconHeapSnapshotThumbnailOutlined.js' +export * from './IconHeapSnapshotThumbnailOutlinedFilled.js' +export * from './IconHeapSnapshotThumbnailRounded.js' +export * from './IconHeapSnapshotThumbnailRoundedFilled.js' +export * from './IconHeapSnapshotThumbnailSharp.js' +export * from './IconHeapSnapshotThumbnailSharpFilled.js' +export * from './IconHearingOutlined.js' +export * from './IconHearingOutlinedFilled.js' +export * from './IconHearingRoundedFilled.js' +export * from './IconHearingRounded.js' +export * from './IconHearingSharpFilled.js' +export * from './IconHearingSharp.js' +export * from './IconHearingAidOutlinedFilled.js' +export * from './IconHearingAidOutlined.js' +export * from './IconHearingAidRounded.js' +export * from './IconHearingAidRoundedFilled.js' +export * from './IconHearingAidSharp.js' +export * from './IconHearingAidSharpFilled.js' +export * from './IconHearingDisabledOutlined.js' +export * from './IconHearingDisabledOutlinedFilled.js' +export * from './IconHearingDisabledRoundedFilled.js' +export * from './IconHearingDisabledRounded.js' +export * from './IconHearingDisabledSharpFilled.js' +export * from './IconHearingDisabledSharp.js' +export * from './IconHeartBrokenOutlinedFilled.js' +export * from './IconHeartBrokenOutlined.js' +export * from './IconHeartBrokenRoundedFilled.js' +export * from './IconHeartBrokenRounded.js' +export * from './IconHeartBrokenSharpFilled.js' +export * from './IconHeartBrokenSharp.js' +export * from './IconHeartCheckOutlinedFilled.js' +export * from './IconHeartCheckOutlined.js' +export * from './IconHeartCheckRounded.js' +export * from './IconHeartCheckRoundedFilled.js' +export * from './IconHeartCheckSharpFilled.js' +export * from './IconHeartCheckSharp.js' +export * from './IconHeartMinusOutlinedFilled.js' +export * from './IconHeartMinusOutlined.js' +export * from './IconHeartMinusRoundedFilled.js' +export * from './IconHeartMinusRounded.js' +export * from './IconHeartMinusSharp.js' +export * from './IconHeartMinusSharpFilled.js' +export * from './IconHeartPlusOutlined.js' +export * from './IconHeartPlusOutlinedFilled.js' +export * from './IconHeartPlusRoundedFilled.js' +export * from './IconHeartPlusRounded.js' +export * from './IconHeartPlusSharpFilled.js' +export * from './IconHeartPlusSharp.js' +export * from './IconHeatOutlined.js' +export * from './IconHeatOutlinedFilled.js' +export * from './IconHeatRounded.js' +export * from './IconHeatRoundedFilled.js' +export * from './IconHeatSharpFilled.js' +export * from './IconHeatSharp.js' +export * from './IconHeatPumpOutlined.js' +export * from './IconHeatPumpOutlinedFilled.js' +export * from './IconHeatPumpRounded.js' +export * from './IconHeatPumpRoundedFilled.js' +export * from './IconHeatPumpSharp.js' +export * from './IconHeatPumpSharpFilled.js' +export * from './IconHeatPumpBalanceOutlinedFilled.js' +export * from './IconHeatPumpBalanceOutlined.js' +export * from './IconHeatPumpBalanceRoundedFilled.js' +export * from './IconHeatPumpBalanceRounded.js' +export * from './IconHeatPumpBalanceSharp.js' +export * from './IconHeatPumpBalanceSharpFilled.js' +export * from './IconHeightOutlinedFilled.js' +export * from './IconHeightOutlined.js' +export * from './IconHeightRoundedFilled.js' +export * from './IconHeightRounded.js' +export * from './IconHeightSharpFilled.js' +export * from './IconHeightSharp.js' +export * from './IconHelicopterOutlined.js' +export * from './IconHelicopterOutlinedFilled.js' +export * from './IconHelicopterRoundedFilled.js' +export * from './IconHelicopterRounded.js' +export * from './IconHelicopterSharpFilled.js' +export * from './IconHelicopterSharp.js' +export * from './IconHelpOutlinedFilled.js' +export * from './IconHelpOutlined.js' +export * from './IconHelpRounded.js' +export * from './IconHelpRoundedFilled.js' +export * from './IconHelpSharpFilled.js' +export * from './IconHelpSharp.js' +export * from './IconHelpCenterOutlinedFilled.js' +export * from './IconHelpCenterOutlined.js' +export * from './IconHelpCenterRoundedFilled.js' +export * from './IconHelpCenterRounded.js' +export * from './IconHelpCenterSharp.js' +export * from './IconHelpCenterSharpFilled.js' +export * from './IconHelpClinicOutlined.js' +export * from './IconHelpClinicOutlinedFilled.js' +export * from './IconHelpClinicRoundedFilled.js' +export * from './IconHelpClinicRounded.js' +export * from './IconHelpClinicSharp.js' +export * from './IconHelpClinicSharpFilled.js' +export * from './IconHematologyOutlinedFilled.js' +export * from './IconHematologyOutlined.js' +export * from './IconHematologyRoundedFilled.js' +export * from './IconHematologyRounded.js' +export * from './IconHematologySharpFilled.js' +export * from './IconHematologySharp.js' +export * from './IconHevcOutlined.js' +export * from './IconHevcOutlinedFilled.js' +export * from './IconHevcRounded.js' +export * from './IconHevcRoundedFilled.js' +export * from './IconHevcSharpFilled.js' +export * from './IconHevcSharp.js' +export * from './IconHexagonOutlined.js' +export * from './IconHexagonOutlinedFilled.js' +export * from './IconHexagonRounded.js' +export * from './IconHexagonRoundedFilled.js' +export * from './IconHexagonSharpFilled.js' +export * from './IconHexagonSharp.js' +export * from './IconHideOutlined.js' +export * from './IconHideOutlinedFilled.js' +export * from './IconHideRoundedFilled.js' +export * from './IconHideRounded.js' +export * from './IconHideSharp.js' +export * from './IconHideSharpFilled.js' +export * from './IconHideImageOutlinedFilled.js' +export * from './IconHideImageOutlined.js' +export * from './IconHideImageRounded.js' +export * from './IconHideImageRoundedFilled.js' +export * from './IconHideImageSharp.js' +export * from './IconHideImageSharpFilled.js' +export * from './IconHideSourceOutlinedFilled.js' +export * from './IconHideSourceOutlined.js' +export * from './IconHideSourceRoundedFilled.js' +export * from './IconHideSourceRounded.js' +export * from './IconHideSourceSharpFilled.js' +export * from './IconHideSourceSharp.js' +export * from './IconHighDensityOutlined.js' +export * from './IconHighDensityOutlinedFilled.js' +export * from './IconHighDensityRoundedFilled.js' +export * from './IconHighDensityRounded.js' +export * from './IconHighDensitySharp.js' +export * from './IconHighDensitySharpFilled.js' +export * from './IconHighQualityOutlinedFilled.js' +export * from './IconHighQualityOutlined.js' +export * from './IconHighQualityRoundedFilled.js' +export * from './IconHighQualityRounded.js' +export * from './IconHighQualitySharpFilled.js' +export * from './IconHighQualitySharp.js' +export * from './IconHighResOutlinedFilled.js' +export * from './IconHighResOutlined.js' +export * from './IconHighResRounded.js' +export * from './IconHighResRoundedFilled.js' +export * from './IconHighResSharpFilled.js' +export * from './IconHighResSharp.js' +export * from './IconHighlightOutlinedFilled.js' +export * from './IconHighlightOutlined.js' +export * from './IconHighlightRoundedFilled.js' +export * from './IconHighlightRounded.js' +export * from './IconHighlightSharp.js' +export * from './IconHighlightSharpFilled.js' +export * from './IconHighlightKeyboardFocusOutlinedFilled.js' +export * from './IconHighlightKeyboardFocusOutlined.js' +export * from './IconHighlightKeyboardFocusRoundedFilled.js' +export * from './IconHighlightKeyboardFocusRounded.js' +export * from './IconHighlightKeyboardFocusSharpFilled.js' +export * from './IconHighlightKeyboardFocusSharp.js' +export * from './IconHighlightMouseCursorOutlined.js' +export * from './IconHighlightMouseCursorOutlinedFilled.js' +export * from './IconHighlightMouseCursorRoundedFilled.js' +export * from './IconHighlightMouseCursorRounded.js' +export * from './IconHighlightMouseCursorSharp.js' +export * from './IconHighlightMouseCursorSharpFilled.js' +export * from './IconHighlightTextCursorOutlinedFilled.js' +export * from './IconHighlightTextCursorOutlined.js' +export * from './IconHighlightTextCursorRounded.js' +export * from './IconHighlightTextCursorRoundedFilled.js' +export * from './IconHighlightTextCursorSharp.js' +export * from './IconHighlightTextCursorSharpFilled.js' +export * from './IconHighlighterSize1Outlined.js' +export * from './IconHighlighterSize1OutlinedFilled.js' +export * from './IconHighlighterSize1RoundedFilled.js' +export * from './IconHighlighterSize1Rounded.js' +export * from './IconHighlighterSize1Sharp.js' +export * from './IconHighlighterSize1SharpFilled.js' +export * from './IconHighlighterSize2OutlinedFilled.js' +export * from './IconHighlighterSize2Outlined.js' +export * from './IconHighlighterSize2Rounded.js' +export * from './IconHighlighterSize2RoundedFilled.js' +export * from './IconHighlighterSize2Sharp.js' +export * from './IconHighlighterSize2SharpFilled.js' +export * from './IconHighlighterSize3Outlined.js' +export * from './IconHighlighterSize3OutlinedFilled.js' +export * from './IconHighlighterSize3Rounded.js' +export * from './IconHighlighterSize3RoundedFilled.js' +export * from './IconHighlighterSize3Sharp.js' +export * from './IconHighlighterSize3SharpFilled.js' +export * from './IconHighlighterSize4OutlinedFilled.js' +export * from './IconHighlighterSize4Outlined.js' +export * from './IconHighlighterSize4RoundedFilled.js' +export * from './IconHighlighterSize4Rounded.js' +export * from './IconHighlighterSize4Sharp.js' +export * from './IconHighlighterSize4SharpFilled.js' +export * from './IconHighlighterSize5Outlined.js' +export * from './IconHighlighterSize5OutlinedFilled.js' +export * from './IconHighlighterSize5RoundedFilled.js' +export * from './IconHighlighterSize5Rounded.js' +export * from './IconHighlighterSize5SharpFilled.js' +export * from './IconHighlighterSize5Sharp.js' +export * from './IconHikingOutlinedFilled.js' +export * from './IconHikingOutlined.js' +export * from './IconHikingRounded.js' +export * from './IconHikingRoundedFilled.js' +export * from './IconHikingSharp.js' +export * from './IconHikingSharpFilled.js' +export * from './IconHistoryOutlined.js' +export * from './IconHistoryOutlinedFilled.js' +export * from './IconHistoryRounded.js' +export * from './IconHistoryRoundedFilled.js' +export * from './IconHistorySharp.js' +export * from './IconHistorySharpFilled.js' +export * from './IconHistory2Outlined.js' +export * from './IconHistory2OutlinedFilled.js' +export * from './IconHistory2Rounded.js' +export * from './IconHistory2RoundedFilled.js' +export * from './IconHistory2SharpFilled.js' +export * from './IconHistory2Sharp.js' +export * from './IconHistoryEduOutlinedFilled.js' +export * from './IconHistoryEduOutlined.js' +export * from './IconHistoryEduRounded.js' +export * from './IconHistoryEduRoundedFilled.js' +export * from './IconHistoryEduSharpFilled.js' +export * from './IconHistoryEduSharp.js' +export * from './IconHistoryOffOutlinedFilled.js' +export * from './IconHistoryOffOutlined.js' +export * from './IconHistoryOffRoundedFilled.js' +export * from './IconHistoryOffRounded.js' +export * from './IconHistoryOffSharp.js' +export * from './IconHistoryOffSharpFilled.js' +export * from './IconHistoryToggleOffOutlined.js' +export * from './IconHistoryToggleOffOutlinedFilled.js' +export * from './IconHistoryToggleOffRounded.js' +export * from './IconHistoryToggleOffRoundedFilled.js' +export * from './IconHistoryToggleOffSharp.js' +export * from './IconHistoryToggleOffSharpFilled.js' +export * from './IconHiveOutlined.js' +export * from './IconHiveOutlinedFilled.js' +export * from './IconHiveRounded.js' +export * from './IconHiveRoundedFilled.js' +export * from './IconHiveSharp.js' +export * from './IconHiveSharpFilled.js' +export * from './IconHlsOutlined.js' +export * from './IconHlsOutlinedFilled.js' +export * from './IconHlsRoundedFilled.js' +export * from './IconHlsRounded.js' +export * from './IconHlsSharp.js' +export * from './IconHlsSharpFilled.js' +export * from './IconHlsOffOutlined.js' +export * from './IconHlsOffOutlinedFilled.js' +export * from './IconHlsOffRounded.js' +export * from './IconHlsOffRoundedFilled.js' +export * from './IconHlsOffSharp.js' +export * from './IconHlsOffSharpFilled.js' +export * from './IconHolidayVillageOutlined.js' +export * from './IconHolidayVillageOutlinedFilled.js' +export * from './IconHolidayVillageRounded.js' +export * from './IconHolidayVillageRoundedFilled.js' +export * from './IconHolidayVillageSharpFilled.js' +export * from './IconHolidayVillageSharp.js' +export * from './IconHomeOutlined.js' +export * from './IconHomeOutlinedFilled.js' +export * from './IconHomeRounded.js' +export * from './IconHomeRoundedFilled.js' +export * from './IconHomeSharp.js' +export * from './IconHomeSharpFilled.js' +export * from './IconHomeAndGardenOutlined.js' +export * from './IconHomeAndGardenOutlinedFilled.js' +export * from './IconHomeAndGardenRounded.js' +export * from './IconHomeAndGardenRoundedFilled.js' +export * from './IconHomeAndGardenSharp.js' +export * from './IconHomeAndGardenSharpFilled.js' +export * from './IconHomeAppLogoOutlined.js' +export * from './IconHomeAppLogoOutlinedFilled.js' +export * from './IconHomeAppLogoRounded.js' +export * from './IconHomeAppLogoRoundedFilled.js' +export * from './IconHomeAppLogoSharp.js' +export * from './IconHomeAppLogoSharpFilled.js' +export * from './IconHomeHealthOutlinedFilled.js' +export * from './IconHomeHealthOutlined.js' +export * from './IconHomeHealthRoundedFilled.js' +export * from './IconHomeHealthRounded.js' +export * from './IconHomeHealthSharp.js' +export * from './IconHomeHealthSharpFilled.js' +export * from './IconHomeImprovementAndToolsOutlined.js' +export * from './IconHomeImprovementAndToolsOutlinedFilled.js' +export * from './IconHomeImprovementAndToolsRounded.js' +export * from './IconHomeImprovementAndToolsRoundedFilled.js' +export * from './IconHomeImprovementAndToolsSharpFilled.js' +export * from './IconHomeImprovementAndToolsSharp.js' +export * from './IconHomeIotDeviceOutlined.js' +export * from './IconHomeIotDeviceOutlinedFilled.js' +export * from './IconHomeIotDeviceRoundedFilled.js' +export * from './IconHomeIotDeviceRounded.js' +export * from './IconHomeIotDeviceSharpFilled.js' +export * from './IconHomeIotDeviceSharp.js' +export * from './IconHomeMaxOutlinedFilled.js' +export * from './IconHomeMaxOutlined.js' +export * from './IconHomeMaxRoundedFilled.js' +export * from './IconHomeMaxRounded.js' +export * from './IconHomeMaxSharp.js' +export * from './IconHomeMaxSharpFilled.js' +export * from './IconHomeMaxDotsOutlined.js' +export * from './IconHomeMaxDotsOutlinedFilled.js' +export * from './IconHomeMaxDotsRoundedFilled.js' +export * from './IconHomeMaxDotsRounded.js' +export * from './IconHomeMaxDotsSharpFilled.js' +export * from './IconHomeMaxDotsSharp.js' +export * from './IconHomeMiniOutlinedFilled.js' +export * from './IconHomeMiniOutlined.js' +export * from './IconHomeMiniRounded.js' +export * from './IconHomeMiniRoundedFilled.js' +export * from './IconHomeMiniSharp.js' +export * from './IconHomeMiniSharpFilled.js' +export * from './IconHomePinOutlined.js' +export * from './IconHomePinOutlinedFilled.js' +export * from './IconHomePinRounded.js' +export * from './IconHomePinRoundedFilled.js' +export * from './IconHomePinSharpFilled.js' +export * from './IconHomePinSharp.js' +export * from './IconHomeRepairServiceOutlined.js' +export * from './IconHomeRepairServiceOutlinedFilled.js' +export * from './IconHomeRepairServiceRoundedFilled.js' +export * from './IconHomeRepairServiceRounded.js' +export * from './IconHomeRepairServiceSharp.js' +export * from './IconHomeRepairServiceSharpFilled.js' +export * from './IconHomeSpeakerOutlined.js' +export * from './IconHomeSpeakerOutlinedFilled.js' +export * from './IconHomeSpeakerRounded.js' +export * from './IconHomeSpeakerRoundedFilled.js' +export * from './IconHomeSpeakerSharp.js' +export * from './IconHomeSpeakerSharpFilled.js' +export * from './IconHomeStorageOutlinedFilled.js' +export * from './IconHomeStorageOutlined.js' +export * from './IconHomeStorageRounded.js' +export * from './IconHomeStorageRoundedFilled.js' +export * from './IconHomeStorageSharpFilled.js' +export * from './IconHomeStorageSharp.js' +export * from './IconHomeWorkOutlined.js' +export * from './IconHomeWorkOutlinedFilled.js' +export * from './IconHomeWorkRounded.js' +export * from './IconHomeWorkRoundedFilled.js' +export * from './IconHomeWorkSharp.js' +export * from './IconHomeWorkSharpFilled.js' +export * from './IconHorizontalDistributeOutlined.js' +export * from './IconHorizontalDistributeOutlinedFilled.js' +export * from './IconHorizontalDistributeRoundedFilled.js' +export * from './IconHorizontalDistributeRounded.js' +export * from './IconHorizontalDistributeSharp.js' +export * from './IconHorizontalDistributeSharpFilled.js' +export * from './IconHorizontalRuleOutlinedFilled.js' +export * from './IconHorizontalRuleOutlined.js' +export * from './IconHorizontalRuleRounded.js' +export * from './IconHorizontalRuleRoundedFilled.js' +export * from './IconHorizontalRuleSharpFilled.js' +export * from './IconHorizontalRuleSharp.js' +export * from './IconHorizontalSplitOutlined.js' +export * from './IconHorizontalSplitOutlinedFilled.js' +export * from './IconHorizontalSplitRounded.js' +export * from './IconHorizontalSplitRoundedFilled.js' +export * from './IconHorizontalSplitSharpFilled.js' +export * from './IconHorizontalSplitSharp.js' +export * from './IconHostOutlinedFilled.js' +export * from './IconHostOutlined.js' +export * from './IconHostRoundedFilled.js' +export * from './IconHostRounded.js' +export * from './IconHostSharpFilled.js' +export * from './IconHostSharp.js' +export * from './IconHotTubOutlinedFilled.js' +export * from './IconHotTubOutlined.js' +export * from './IconHotTubRoundedFilled.js' +export * from './IconHotTubRounded.js' +export * from './IconHotTubSharpFilled.js' +export * from './IconHotTubSharp.js' +export * from './IconHotelOutlined.js' +export * from './IconHotelOutlinedFilled.js' +export * from './IconHotelRoundedFilled.js' +export * from './IconHotelRounded.js' +export * from './IconHotelSharp.js' +export * from './IconHotelSharpFilled.js' +export * from './IconHotelClassOutlinedFilled.js' +export * from './IconHotelClassOutlined.js' +export * from './IconHotelClassRounded.js' +export * from './IconHotelClassRoundedFilled.js' +export * from './IconHotelClassSharpFilled.js' +export * from './IconHotelClassSharp.js' +export * from './IconHourglassOutlined.js' +export * from './IconHourglassOutlinedFilled.js' +export * from './IconHourglassRoundedFilled.js' +export * from './IconHourglassRounded.js' +export * from './IconHourglassSharp.js' +export * from './IconHourglassSharpFilled.js' +export * from './IconHourglassBottomOutlined.js' +export * from './IconHourglassBottomOutlinedFilled.js' +export * from './IconHourglassBottomRounded.js' +export * from './IconHourglassBottomRoundedFilled.js' +export * from './IconHourglassBottomSharpFilled.js' +export * from './IconHourglassBottomSharp.js' +export * from './IconHourglassDisabledOutlined.js' +export * from './IconHourglassDisabledOutlinedFilled.js' +export * from './IconHourglassDisabledRoundedFilled.js' +export * from './IconHourglassDisabledRounded.js' +export * from './IconHourglassDisabledSharp.js' +export * from './IconHourglassDisabledSharpFilled.js' +export * from './IconHourglassEmptyOutlinedFilled.js' +export * from './IconHourglassEmptyOutlined.js' +export * from './IconHourglassEmptyRounded.js' +export * from './IconHourglassEmptyRoundedFilled.js' +export * from './IconHourglassEmptySharp.js' +export * from './IconHourglassEmptySharpFilled.js' +export * from './IconHourglassTopOutlined.js' +export * from './IconHourglassTopOutlinedFilled.js' +export * from './IconHourglassTopRounded.js' +export * from './IconHourglassTopRoundedFilled.js' +export * from './IconHourglassTopSharp.js' +export * from './IconHourglassTopSharpFilled.js' +export * from './IconHouseOutlinedFilled.js' +export * from './IconHouseOutlined.js' +export * from './IconHouseRoundedFilled.js' +export * from './IconHouseRounded.js' +export * from './IconHouseSharpFilled.js' +export * from './IconHouseSharp.js' +export * from './IconHouseSidingOutlinedFilled.js' +export * from './IconHouseSidingOutlined.js' +export * from './IconHouseSidingRounded.js' +export * from './IconHouseSidingRoundedFilled.js' +export * from './IconHouseSidingSharp.js' +export * from './IconHouseSidingSharpFilled.js' +export * from './IconHouseWithShieldOutlined.js' +export * from './IconHouseWithShieldOutlinedFilled.js' +export * from './IconHouseWithShieldRoundedFilled.js' +export * from './IconHouseWithShieldRounded.js' +export * from './IconHouseWithShieldSharpFilled.js' +export * from './IconHouseWithShieldSharp.js' +export * from './IconHouseboatOutlinedFilled.js' +export * from './IconHouseboatOutlined.js' +export * from './IconHouseboatRounded.js' +export * from './IconHouseboatRoundedFilled.js' +export * from './IconHouseboatSharp.js' +export * from './IconHouseboatSharpFilled.js' +export * from './IconHouseholdSuppliesOutlinedFilled.js' +export * from './IconHouseholdSuppliesOutlined.js' +export * from './IconHouseholdSuppliesRoundedFilled.js' +export * from './IconHouseholdSuppliesRounded.js' +export * from './IconHouseholdSuppliesSharp.js' +export * from './IconHouseholdSuppliesSharpFilled.js' +export * from './IconHovOutlined.js' +export * from './IconHovOutlinedFilled.js' +export * from './IconHovRounded.js' +export * from './IconHovRoundedFilled.js' +export * from './IconHovSharpFilled.js' +export * from './IconHovSharp.js' +export * from './IconHowToRegOutlinedFilled.js' +export * from './IconHowToRegOutlined.js' +export * from './IconHowToRegRoundedFilled.js' +export * from './IconHowToRegRounded.js' +export * from './IconHowToRegSharp.js' +export * from './IconHowToRegSharpFilled.js' +export * from './IconHowToVoteOutlined.js' +export * from './IconHowToVoteOutlinedFilled.js' +export * from './IconHowToVoteRoundedFilled.js' +export * from './IconHowToVoteRounded.js' +export * from './IconHowToVoteSharp.js' +export * from './IconHowToVoteSharpFilled.js' +export * from './IconHrRestingOutlinedFilled.js' +export * from './IconHrRestingOutlined.js' +export * from './IconHrRestingRoundedFilled.js' +export * from './IconHrRestingRounded.js' +export * from './IconHrRestingSharp.js' +export * from './IconHrRestingSharpFilled.js' +export * from './IconHtmlOutlined.js' +export * from './IconHtmlOutlinedFilled.js' +export * from './IconHtmlRounded.js' +export * from './IconHtmlRoundedFilled.js' +export * from './IconHtmlSharp.js' +export * from './IconHtmlSharpFilled.js' +export * from './IconHttpOutlinedFilled.js' +export * from './IconHttpOutlined.js' +export * from './IconHttpRounded.js' +export * from './IconHttpRoundedFilled.js' +export * from './IconHttpSharp.js' +export * from './IconHttpSharpFilled.js' +export * from './IconHubOutlined.js' +export * from './IconHubOutlinedFilled.js' +export * from './IconHubRoundedFilled.js' +export * from './IconHubRounded.js' +export * from './IconHubSharpFilled.js' +export * from './IconHubSharp.js' +export * from './IconHumerusOutlinedFilled.js' +export * from './IconHumerusOutlined.js' +export * from './IconHumerusRoundedFilled.js' +export * from './IconHumerusRounded.js' +export * from './IconHumerusSharpFilled.js' +export * from './IconHumerusAltOutlinedFilled.js' +export * from './IconHumerusAltOutlined.js' +export * from './IconHumerusAltRounded.js' +export * from './IconHumerusAltRoundedFilled.js' +export * from './IconHumerusAltSharpFilled.js' +export * from './IconHumerusAltSharp.js' +export * from './IconHumidityHighOutlined.js' +export * from './IconHumidityHighOutlinedFilled.js' +export * from './IconHumidityHighRounded.js' +export * from './IconHumidityHighRoundedFilled.js' +export * from './IconHumidityHighSharp.js' +export * from './IconHumidityHighSharpFilled.js' +export * from './IconHumidityIndoorOutlined.js' +export * from './IconHumidityIndoorOutlinedFilled.js' +export * from './IconHumidityIndoorRoundedFilled.js' +export * from './IconHumidityIndoorRounded.js' +export * from './IconHumidityIndoorSharp.js' +export * from './IconHumidityIndoorSharpFilled.js' +export * from './IconHumidityLowOutlinedFilled.js' +export * from './IconHumidityLowOutlined.js' +export * from './IconHumidityLowRounded.js' +export * from './IconHumidityLowRoundedFilled.js' +export * from './IconHumidityLowSharp.js' +export * from './IconHumidityLowSharpFilled.js' +export * from './IconHumidityMidOutlinedFilled.js' +export * from './IconHumidityMidOutlined.js' +export * from './IconHumidityMidRounded.js' +export * from './IconHumidityMidRoundedFilled.js' +export * from './IconHumidityMidSharpFilled.js' +export * from './IconHumidityMidSharp.js' +export * from './IconHumidityPercentageOutlinedFilled.js' +export * from './IconHumidityPercentageOutlined.js' +export * from './IconHumidityPercentageRoundedFilled.js' +export * from './IconHumidityPercentageRounded.js' +export * from './IconHumidityPercentageSharpFilled.js' +export * from './IconHumidityPercentageSharp.js' +export * from './IconHvacOutlinedFilled.js' +export * from './IconHvacOutlined.js' +export * from './IconHvacRounded.js' +export * from './IconHvacRoundedFilled.js' +export * from './IconHvacSharp.js' +export * from './IconHvacSharpFilled.js' +export * from './IconIceSkatingOutlined.js' +export * from './IconIceSkatingOutlinedFilled.js' +export * from './IconIceSkatingRoundedFilled.js' +export * from './IconIceSkatingRounded.js' +export * from './IconIceSkatingSharp.js' +export * from './IconIceSkatingSharpFilled.js' +export * from './IconIcecreamOutlined.js' +export * from './IconIcecreamOutlinedFilled.js' +export * from './IconIcecreamRoundedFilled.js' +export * from './IconIcecreamRounded.js' +export * from './IconIcecreamSharp.js' +export * from './IconIcecreamSharpFilled.js' +export * from './IconIdCardOutlined.js' +export * from './IconIdCardOutlinedFilled.js' +export * from './IconIdCardRounded.js' +export * from './IconIdCardRoundedFilled.js' +export * from './IconIdCardSharp.js' +export * from './IconIdCardSharpFilled.js' +export * from './IconIflOutlined.js' +export * from './IconIflOutlinedFilled.js' +export * from './IconIflRounded.js' +export * from './IconIflRoundedFilled.js' +export * from './IconIflSharp.js' +export * from './IconIflSharpFilled.js' +export * from './IconIframeOutlined.js' +export * from './IconIframeOutlinedFilled.js' +export * from './IconIframeRoundedFilled.js' +export * from './IconIframeRounded.js' +export * from './IconIframeSharp.js' +export * from './IconIframeSharpFilled.js' +export * from './IconIframeOffOutlined.js' +export * from './IconIframeOffOutlinedFilled.js' +export * from './IconIframeOffRounded.js' +export * from './IconIframeOffRoundedFilled.js' +export * from './IconIframeOffSharp.js' +export * from './IconIframeOffSharpFilled.js' +export * from './IconImageOutlined.js' +export * from './IconImageOutlinedFilled.js' +export * from './IconImageRounded.js' +export * from './IconImageRoundedFilled.js' +export * from './IconImageSharp.js' +export * from './IconImageSharpFilled.js' +export * from './IconImageAspectRatioOutlined.js' +export * from './IconImageAspectRatioOutlinedFilled.js' +export * from './IconImageAspectRatioRounded.js' +export * from './IconImageAspectRatioRoundedFilled.js' +export * from './IconImageAspectRatioSharpFilled.js' +export * from './IconImageAspectRatioSharp.js' +export * from './IconImageSearchOutlined.js' +export * from './IconImageSearchOutlinedFilled.js' +export * from './IconImageSearchRounded.js' +export * from './IconImageSearchRoundedFilled.js' +export * from './IconImageSearchSharp.js' +export * from './IconImageSearchSharpFilled.js' +export * from './IconImagesearchRollerOutlinedFilled.js' +export * from './IconImagesearchRollerOutlined.js' +export * from './IconImagesearchRollerRoundedFilled.js' +export * from './IconImagesearchRollerRounded.js' +export * from './IconImagesearchRollerSharp.js' +export * from './IconImagesearchRollerSharpFilled.js' +export * from './IconImagesmodeOutlinedFilled.js' +export * from './IconImagesmodeOutlined.js' +export * from './IconImagesmodeRoundedFilled.js' +export * from './IconImagesmodeRounded.js' +export * from './IconImagesmodeSharpFilled.js' +export * from './IconImagesmodeSharp.js' +export * from './IconImmunologyOutlined.js' +export * from './IconImmunologyOutlinedFilled.js' +export * from './IconImmunologyRoundedFilled.js' +export * from './IconImmunologyRounded.js' +export * from './IconImmunologySharp.js' +export * from './IconImmunologySharpFilled.js' +export * from './IconImportContactsOutlinedFilled.js' +export * from './IconImportContactsOutlined.js' +export * from './IconImportContactsRounded.js' +export * from './IconImportContactsRoundedFilled.js' +export * from './IconImportContactsSharpFilled.js' +export * from './IconImportContactsSharp.js' +export * from './IconImportantDevicesOutlined.js' +export * from './IconImportantDevicesOutlinedFilled.js' +export * from './IconImportantDevicesRoundedFilled.js' +export * from './IconImportantDevicesRounded.js' +export * from './IconImportantDevicesSharp.js' +export * from './IconImportantDevicesSharpFilled.js' +export * from './IconInHomeModeOutlinedFilled.js' +export * from './IconInHomeModeOutlined.js' +export * from './IconInHomeModeRoundedFilled.js' +export * from './IconInHomeModeRounded.js' +export * from './IconInHomeModeSharpFilled.js' +export * from './IconInHomeModeSharp.js' +export * from './IconInactiveOrderOutlined.js' +export * from './IconInactiveOrderOutlinedFilled.js' +export * from './IconInactiveOrderRounded.js' +export * from './IconInactiveOrderRoundedFilled.js' +export * from './IconInactiveOrderSharp.js' +export * from './IconInactiveOrderSharpFilled.js' +export * from './IconInboxOutlined.js' +export * from './IconInboxOutlinedFilled.js' +export * from './IconInboxRounded.js' +export * from './IconInboxRoundedFilled.js' +export * from './IconInboxSharpFilled.js' +export * from './IconInboxSharp.js' +export * from './IconInboxCustomizeOutlined.js' +export * from './IconInboxCustomizeOutlinedFilled.js' +export * from './IconInboxCustomizeRoundedFilled.js' +export * from './IconInboxCustomizeRounded.js' +export * from './IconInboxCustomizeSharpFilled.js' +export * from './IconInboxCustomizeSharp.js' +export * from './IconIncompleteCircleOutlined.js' +export * from './IconIncompleteCircleOutlinedFilled.js' +export * from './IconIncompleteCircleRounded.js' +export * from './IconIncompleteCircleRoundedFilled.js' +export * from './IconIncompleteCircleSharp.js' +export * from './IconIncompleteCircleSharpFilled.js' +export * from './IconIndeterminateCheckBoxOutlinedFilled.js' +export * from './IconIndeterminateCheckBoxOutlined.js' +export * from './IconIndeterminateCheckBoxRounded.js' +export * from './IconIndeterminateCheckBoxRoundedFilled.js' +export * from './IconIndeterminateCheckBoxSharpFilled.js' +export * from './IconIndeterminateCheckBoxSharp.js' +export * from './IconIndeterminateQuestionBoxOutlined.js' +export * from './IconIndeterminateQuestionBoxOutlinedFilled.js' +export * from './IconIndeterminateQuestionBoxRounded.js' +export * from './IconIndeterminateQuestionBoxRoundedFilled.js' +export * from './IconIndeterminateQuestionBoxSharp.js' +export * from './IconIndeterminateQuestionBoxSharpFilled.js' +export * from './IconInfoOutlined.js' +export * from './IconInfoOutlinedFilled.js' +export * from './IconInfoRoundedFilled.js' +export * from './IconInfoRounded.js' +export * from './IconInfoSharpFilled.js' +export * from './IconInfoSharp.js' +export * from './IconInfoIOutlined.js' +export * from './IconInfoIOutlinedFilled.js' +export * from './IconInfoIRounded.js' +export * from './IconInfoIRoundedFilled.js' +export * from './IconInfoISharp.js' +export * from './IconInfoISharpFilled.js' +export * from './IconInfraredOutlined.js' +export * from './IconInfraredOutlinedFilled.js' +export * from './IconInfraredRounded.js' +export * from './IconInfraredRoundedFilled.js' +export * from './IconInfraredSharp.js' +export * from './IconInfraredSharpFilled.js' +export * from './IconInkEraserOutlined.js' +export * from './IconInkEraserOutlinedFilled.js' +export * from './IconInkEraserRoundedFilled.js' +export * from './IconInkEraserRounded.js' +export * from './IconInkEraserSharp.js' +export * from './IconInkEraserSharpFilled.js' +export * from './IconInkEraserOffOutlinedFilled.js' +export * from './IconInkEraserOffOutlined.js' +export * from './IconInkEraserOffRounded.js' +export * from './IconInkEraserOffRoundedFilled.js' +export * from './IconInkEraserOffSharpFilled.js' +export * from './IconInkEraserOffSharp.js' +export * from './IconInkHighlighterOutlinedFilled.js' +export * from './IconInkHighlighterOutlined.js' +export * from './IconInkHighlighterRounded.js' +export * from './IconInkHighlighterRoundedFilled.js' +export * from './IconInkHighlighterSharpFilled.js' +export * from './IconInkHighlighterSharp.js' +export * from './IconInkHighlighterMoveOutlined.js' +export * from './IconInkHighlighterMoveOutlinedFilled.js' +export * from './IconInkHighlighterMoveRounded.js' +export * from './IconInkHighlighterMoveRoundedFilled.js' +export * from './IconInkHighlighterMoveSharpFilled.js' +export * from './IconInkHighlighterMoveSharp.js' +export * from './IconInkMarkerOutlined.js' +export * from './IconInkMarkerOutlinedFilled.js' +export * from './IconInkMarkerRounded.js' +export * from './IconInkMarkerRoundedFilled.js' +export * from './IconInkMarkerSharp.js' +export * from './IconInkMarkerSharpFilled.js' +export * from './IconInkPenOutlinedFilled.js' +export * from './IconInkPenOutlined.js' +export * from './IconInkPenRounded.js' +export * from './IconInkPenRoundedFilled.js' +export * from './IconInkPenSharp.js' +export * from './IconInkPenSharpFilled.js' +export * from './IconInpatientOutlinedFilled.js' +export * from './IconInpatientOutlined.js' +export * from './IconInpatientRoundedFilled.js' +export * from './IconInpatientRounded.js' +export * from './IconInpatientSharp.js' +export * from './IconInpatientSharpFilled.js' +export * from './IconInputOutlinedFilled.js' +export * from './IconInputOutlined.js' +export * from './IconInputRounded.js' +export * from './IconInputRoundedFilled.js' +export * from './IconInputSharp.js' +export * from './IconInputSharpFilled.js' +export * from './IconInputCircleOutlined.js' +export * from './IconInputCircleOutlinedFilled.js' +export * from './IconInputCircleRounded.js' +export * from './IconInputCircleRoundedFilled.js' +export * from './IconInputCircleSharp.js' +export * from './IconInputCircleSharpFilled.js' +export * from './IconInsertChartOutlined.js' +export * from './IconInsertChartOutlinedFilled.js' +export * from './IconInsertChartRounded.js' +export * from './IconInsertChartRoundedFilled.js' +export * from './IconInsertChartSharp.js' +export * from './IconInsertChartSharpFilled.js' +export * from './IconInsertPageBreakOutlined.js' +export * from './IconInsertPageBreakOutlinedFilled.js' +export * from './IconInsertPageBreakRounded.js' +export * from './IconInsertPageBreakRoundedFilled.js' +export * from './IconInsertPageBreakSharp.js' +export * from './IconInsertPageBreakSharpFilled.js' +export * from './IconInsertTextOutlined.js' +export * from './IconInsertTextOutlinedFilled.js' +export * from './IconInsertTextRoundedFilled.js' +export * from './IconInsertTextRounded.js' +export * from './IconInsertTextSharp.js' +export * from './IconInsertTextSharpFilled.js' +export * from './IconInstallDesktopOutlinedFilled.js' +export * from './IconInstallDesktopOutlined.js' +export * from './IconInstallDesktopRounded.js' +export * from './IconInstallDesktopRoundedFilled.js' +export * from './IconInstallDesktopSharp.js' +export * from './IconInstallDesktopSharpFilled.js' +export * from './IconInstallMobileOutlined.js' +export * from './IconInstallMobileOutlinedFilled.js' +export * from './IconInstallMobileRoundedFilled.js' +export * from './IconInstallMobileRounded.js' +export * from './IconInstallMobileSharpFilled.js' +export * from './IconInstallMobileSharp.js' +export * from './IconInstantMixOutlinedFilled.js' +export * from './IconInstantMixOutlined.js' +export * from './IconInstantMixRoundedFilled.js' +export * from './IconInstantMixRounded.js' +export * from './IconInstantMixSharp.js' +export * from './IconInstantMixSharpFilled.js' +export * from './IconIntegrationInstructionsOutlined.js' +export * from './IconIntegrationInstructionsOutlinedFilled.js' +export * from './IconIntegrationInstructionsRounded.js' +export * from './IconIntegrationInstructionsRoundedFilled.js' +export * from './IconIntegrationInstructionsSharp.js' +export * from './IconIntegrationInstructionsSharpFilled.js' +export * from './IconInteractiveSpaceOutlined.js' +export * from './IconInteractiveSpaceOutlinedFilled.js' +export * from './IconInteractiveSpaceRoundedFilled.js' +export * from './IconInteractiveSpaceRounded.js' +export * from './IconInteractiveSpaceSharp.js' +export * from './IconInteractiveSpaceSharpFilled.js' +export * from './IconInterestsOutlined.js' +export * from './IconInterestsOutlinedFilled.js' +export * from './IconInterestsRoundedFilled.js' +export * from './IconInterestsRounded.js' +export * from './IconInterestsSharpFilled.js' +export * from './IconInterestsSharp.js' +export * from './IconInterpreterModeOutlined.js' +export * from './IconInterpreterModeOutlinedFilled.js' +export * from './IconInterpreterModeRoundedFilled.js' +export * from './IconInterpreterModeRounded.js' +export * from './IconInterpreterModeSharp.js' +export * from './IconInterpreterModeSharpFilled.js' +export * from './IconInventoryOutlined.js' +export * from './IconInventoryOutlinedFilled.js' +export * from './IconInventoryRoundedFilled.js' +export * from './IconInventoryRounded.js' +export * from './IconInventorySharp.js' +export * from './IconInventorySharpFilled.js' +export * from './IconInventory2Outlined.js' +export * from './IconInventory2OutlinedFilled.js' +export * from './IconInventory2Rounded.js' +export * from './IconInventory2RoundedFilled.js' +export * from './IconInventory2Sharp.js' +export * from './IconInventory2SharpFilled.js' +export * from './IconInvertColorsOutlined.js' +export * from './IconInvertColorsOutlinedFilled.js' +export * from './IconInvertColorsRounded.js' +export * from './IconInvertColorsRoundedFilled.js' +export * from './IconInvertColorsSharp.js' +export * from './IconInvertColorsSharpFilled.js' +export * from './IconInvertColorsOffOutlinedFilled.js' +export * from './IconInvertColorsOffOutlined.js' +export * from './IconInvertColorsOffRounded.js' +export * from './IconInvertColorsOffRoundedFilled.js' +export * from './IconInvertColorsOffSharp.js' +export * from './IconInvertColorsOffSharpFilled.js' +export * from './IconIosOutlinedFilled.js' +export * from './IconIosOutlined.js' +export * from './IconIosRounded.js' +export * from './IconIosRoundedFilled.js' +export * from './IconIosSharp.js' +export * from './IconIosSharpFilled.js' +export * from './IconIosShareOutlined.js' +export * from './IconIosShareOutlinedFilled.js' +export * from './IconIosShareRoundedFilled.js' +export * from './IconIosShareRounded.js' +export * from './IconIosShareSharp.js' +export * from './IconIosShareSharpFilled.js' +export * from './IconIronOutlinedFilled.js' +export * from './IconIronOutlined.js' +export * from './IconIronRoundedFilled.js' +export * from './IconIronRounded.js' +export * from './IconIronSharp.js' +export * from './IconIronSharpFilled.js' +export * from './IconJamboardKioskOutlinedFilled.js' +export * from './IconJamboardKioskOutlined.js' +export * from './IconJamboardKioskRounded.js' +export * from './IconJamboardKioskRoundedFilled.js' +export * from './IconJamboardKioskSharpFilled.js' +export * from './IconJamboardKioskSharp.js' +export * from './IconJavascriptOutlined.js' +export * from './IconJavascriptOutlinedFilled.js' +export * from './IconJavascriptRoundedFilled.js' +export * from './IconJavascriptRounded.js' +export * from './IconJavascriptSharp.js' +export * from './IconJavascriptSharpFilled.js' +export * from './IconJoinOutlined.js' +export * from './IconJoinOutlinedFilled.js' +export * from './IconJoinRoundedFilled.js' +export * from './IconJoinRounded.js' +export * from './IconJoinSharp.js' +export * from './IconJoinSharpFilled.js' +export * from './IconJoinInnerOutlinedFilled.js' +export * from './IconJoinInnerOutlined.js' +export * from './IconJoinInnerRoundedFilled.js' +export * from './IconJoinInnerRounded.js' +export * from './IconJoinInnerSharpFilled.js' +export * from './IconJoinInnerSharp.js' +export * from './IconJoinLeftOutlinedFilled.js' +export * from './IconJoinLeftOutlined.js' +export * from './IconJoinLeftRoundedFilled.js' +export * from './IconJoinLeftRounded.js' +export * from './IconJoinLeftSharp.js' +export * from './IconJoinLeftSharpFilled.js' +export * from './IconJoinRightOutlinedFilled.js' +export * from './IconJoinRightOutlined.js' +export * from './IconJoinRightRoundedFilled.js' +export * from './IconJoinRightRounded.js' +export * from './IconJoinRightSharp.js' +export * from './IconJoinRightSharpFilled.js' +export * from './IconJoystickOutlined.js' +export * from './IconJoystickOutlinedFilled.js' +export * from './IconJoystickRoundedFilled.js' +export * from './IconJoystickRounded.js' +export * from './IconJoystickSharpFilled.js' +export * from './IconJoystickSharp.js' +export * from './IconJumpToElementOutlined.js' +export * from './IconJumpToElementOutlinedFilled.js' +export * from './IconJumpToElementRounded.js' +export * from './IconJumpToElementRoundedFilled.js' +export * from './IconJumpToElementSharpFilled.js' +export * from './IconJumpToElementSharp.js' +export * from './IconKayakingOutlined.js' +export * from './IconKayakingOutlinedFilled.js' +export * from './IconKayakingRounded.js' +export * from './IconKayakingRoundedFilled.js' +export * from './IconKayakingSharp.js' +export * from './IconKayakingSharpFilled.js' +export * from './IconKebabDiningOutlinedFilled.js' +export * from './IconKebabDiningOutlined.js' +export * from './IconKebabDiningRoundedFilled.js' +export * from './IconKebabDiningRounded.js' +export * from './IconKebabDiningSharp.js' +export * from './IconKebabDiningSharpFilled.js' +export * from './IconKeepOutlined.js' +export * from './IconKeepOutlinedFilled.js' +export * from './IconKeepRoundedFilled.js' +export * from './IconKeepRounded.js' +export * from './IconKeepSharp.js' +export * from './IconKeepSharpFilled.js' +export * from './IconKeepOffOutlined.js' +export * from './IconKeepOffOutlinedFilled.js' +export * from './IconKeepOffRoundedFilled.js' +export * from './IconKeepOffRounded.js' +export * from './IconKeepOffSharp.js' +export * from './IconKeepOffSharpFilled.js' +export * from './IconKeepPublicOutlinedFilled.js' +export * from './IconKeepPublicOutlined.js' +export * from './IconKeepPublicRounded.js' +export * from './IconKeepPublicRoundedFilled.js' +export * from './IconKeepPublicSharpFilled.js' +export * from './IconKeepPublicSharp.js' +export * from './IconKettleOutlined.js' +export * from './IconKettleOutlinedFilled.js' +export * from './IconKettleRoundedFilled.js' +export * from './IconKettleRounded.js' +export * from './IconKettleSharp.js' +export * from './IconKettleSharpFilled.js' +export * from './IconKeyOutlinedFilled.js' +export * from './IconKeyOutlined.js' +export * from './IconKeyRoundedFilled.js' +export * from './IconKeyRounded.js' +export * from './IconKeySharp.js' +export * from './IconKeySharpFilled.js' +export * from './IconKeyOffOutlined.js' +export * from './IconKeyOffOutlinedFilled.js' +export * from './IconKeyOffRounded.js' +export * from './IconKeyOffRoundedFilled.js' +export * from './IconKeyOffSharp.js' +export * from './IconKeyOffSharpFilled.js' +export * from './IconKeyVerticalOutlinedFilled.js' +export * from './IconKeyVerticalOutlined.js' +export * from './IconKeyVerticalRoundedFilled.js' +export * from './IconKeyVerticalRounded.js' +export * from './IconKeyVerticalSharp.js' +export * from './IconKeyVerticalSharpFilled.js' +export * from './IconKeyVisualizerOutlined.js' +export * from './IconKeyVisualizerOutlinedFilled.js' +export * from './IconKeyVisualizerRounded.js' +export * from './IconKeyVisualizerRoundedFilled.js' +export * from './IconKeyVisualizerSharpFilled.js' +export * from './IconKeyVisualizerSharp.js' +export * from './IconKeyboardOutlined.js' +export * from './IconKeyboardOutlinedFilled.js' +export * from './IconKeyboardRounded.js' +export * from './IconKeyboardRoundedFilled.js' +export * from './IconKeyboardSharp.js' +export * from './IconKeyboardSharpFilled.js' +export * from './IconKeyboardAltOutlined.js' +export * from './IconKeyboardAltOutlinedFilled.js' +export * from './IconKeyboardAltRounded.js' +export * from './IconKeyboardAltRoundedFilled.js' +export * from './IconKeyboardAltSharp.js' +export * from './IconKeyboardAltSharpFilled.js' +export * from './IconKeyboardArrowDownOutlinedFilled.js' +export * from './IconKeyboardArrowDownOutlined.js' +export * from './IconKeyboardArrowDownRoundedFilled.js' +export * from './IconKeyboardArrowDownRounded.js' +export * from './IconKeyboardArrowDownSharp.js' +export * from './IconKeyboardArrowDownSharpFilled.js' +export * from './IconKeyboardArrowLeftOutlinedFilled.js' +export * from './IconKeyboardArrowLeftOutlined.js' +export * from './IconKeyboardArrowLeftRounded.js' +export * from './IconKeyboardArrowLeftRoundedFilled.js' +export * from './IconKeyboardArrowLeftSharp.js' +export * from './IconKeyboardArrowLeftSharpFilled.js' +export * from './IconKeyboardArrowRightOutlined.js' +export * from './IconKeyboardArrowRightOutlinedFilled.js' +export * from './IconKeyboardArrowRightRoundedFilled.js' +export * from './IconKeyboardArrowRightRounded.js' +export * from './IconKeyboardArrowRightSharpFilled.js' +export * from './IconKeyboardArrowRightSharp.js' +export * from './IconKeyboardArrowUpOutlined.js' +export * from './IconKeyboardArrowUpOutlinedFilled.js' +export * from './IconKeyboardArrowUpRounded.js' +export * from './IconKeyboardArrowUpRoundedFilled.js' +export * from './IconKeyboardArrowUpSharpFilled.js' +export * from './IconKeyboardArrowUpSharp.js' +export * from './IconKeyboardBackspaceOutlinedFilled.js' +export * from './IconKeyboardBackspaceOutlined.js' +export * from './IconKeyboardBackspaceRoundedFilled.js' +export * from './IconKeyboardBackspaceRounded.js' +export * from './IconKeyboardBackspaceSharp.js' +export * from './IconKeyboardBackspaceSharpFilled.js' +export * from './IconKeyboardCapslockOutlined.js' +export * from './IconKeyboardCapslockOutlinedFilled.js' +export * from './IconKeyboardCapslockRoundedFilled.js' +export * from './IconKeyboardCapslockRounded.js' +export * from './IconKeyboardCapslockSharpFilled.js' +export * from './IconKeyboardCapslockSharp.js' +export * from './IconKeyboardCapslockBadgeOutlinedFilled.js' +export * from './IconKeyboardCapslockBadgeOutlined.js' +export * from './IconKeyboardCapslockBadgeRoundedFilled.js' +export * from './IconKeyboardCapslockBadgeRounded.js' +export * from './IconKeyboardCapslockBadgeSharp.js' +export * from './IconKeyboardCapslockBadgeSharpFilled.js' +export * from './IconKeyboardCommandKeyOutlinedFilled.js' +export * from './IconKeyboardCommandKeyOutlined.js' +export * from './IconKeyboardCommandKeyRounded.js' +export * from './IconKeyboardCommandKeyRoundedFilled.js' +export * from './IconKeyboardCommandKeySharp.js' +export * from './IconKeyboardCommandKeySharpFilled.js' +export * from './IconKeyboardControlKeyOutlined.js' +export * from './IconKeyboardControlKeyOutlinedFilled.js' +export * from './IconKeyboardControlKeyRounded.js' +export * from './IconKeyboardControlKeyRoundedFilled.js' +export * from './IconKeyboardControlKeySharpFilled.js' +export * from './IconKeyboardControlKeySharp.js' +export * from './IconKeyboardDoubleArrowDownOutlined.js' +export * from './IconKeyboardDoubleArrowDownOutlinedFilled.js' +export * from './IconKeyboardDoubleArrowDownRounded.js' +export * from './IconKeyboardDoubleArrowDownRoundedFilled.js' +export * from './IconKeyboardDoubleArrowDownSharp.js' +export * from './IconKeyboardDoubleArrowDownSharpFilled.js' +export * from './IconKeyboardDoubleArrowLeftOutlined.js' +export * from './IconKeyboardDoubleArrowLeftOutlinedFilled.js' +export * from './IconKeyboardDoubleArrowLeftRounded.js' +export * from './IconKeyboardDoubleArrowLeftRoundedFilled.js' +export * from './IconKeyboardDoubleArrowLeftSharp.js' +export * from './IconKeyboardDoubleArrowLeftSharpFilled.js' +export * from './IconKeyboardDoubleArrowRightOutlined.js' +export * from './IconKeyboardDoubleArrowRightOutlinedFilled.js' +export * from './IconKeyboardDoubleArrowRightRounded.js' +export * from './IconKeyboardDoubleArrowRightRoundedFilled.js' +export * from './IconKeyboardDoubleArrowRightSharpFilled.js' +export * from './IconKeyboardDoubleArrowRightSharp.js' +export * from './IconKeyboardDoubleArrowUpOutlinedFilled.js' +export * from './IconKeyboardDoubleArrowUpOutlined.js' +export * from './IconKeyboardDoubleArrowUpRounded.js' +export * from './IconKeyboardDoubleArrowUpRoundedFilled.js' +export * from './IconKeyboardDoubleArrowUpSharpFilled.js' +export * from './IconKeyboardDoubleArrowUpSharp.js' +export * from './IconKeyboardExternalInputOutlinedFilled.js' +export * from './IconKeyboardExternalInputOutlined.js' +export * from './IconKeyboardExternalInputRounded.js' +export * from './IconKeyboardExternalInputRoundedFilled.js' +export * from './IconKeyboardExternalInputSharpFilled.js' +export * from './IconKeyboardExternalInputSharp.js' +export * from './IconKeyboardFullOutlined.js' +export * from './IconKeyboardFullOutlinedFilled.js' +export * from './IconKeyboardFullRounded.js' +export * from './IconKeyboardFullRoundedFilled.js' +export * from './IconKeyboardFullSharp.js' +export * from './IconKeyboardFullSharpFilled.js' +export * from './IconKeyboardHideOutlinedFilled.js' +export * from './IconKeyboardHideOutlined.js' +export * from './IconKeyboardHideRounded.js' +export * from './IconKeyboardHideRoundedFilled.js' +export * from './IconKeyboardHideSharpFilled.js' +export * from './IconKeyboardHideSharp.js' +export * from './IconKeyboardKeysOutlinedFilled.js' +export * from './IconKeyboardKeysOutlined.js' +export * from './IconKeyboardKeysRounded.js' +export * from './IconKeyboardKeysRoundedFilled.js' +export * from './IconKeyboardKeysSharp.js' +export * from './IconKeyboardKeysSharpFilled.js' +export * from './IconKeyboardLockOutlined.js' +export * from './IconKeyboardLockOutlinedFilled.js' +export * from './IconKeyboardLockRounded.js' +export * from './IconKeyboardLockRoundedFilled.js' +export * from './IconKeyboardLockSharpFilled.js' +export * from './IconKeyboardLockSharp.js' +export * from './IconKeyboardLockOffOutlined.js' +export * from './IconKeyboardLockOffOutlinedFilled.js' +export * from './IconKeyboardLockOffRounded.js' +export * from './IconKeyboardLockOffRoundedFilled.js' +export * from './IconKeyboardLockOffSharpFilled.js' +export * from './IconKeyboardLockOffSharp.js' +export * from './IconKeyboardOffOutlinedFilled.js' +export * from './IconKeyboardOffOutlined.js' +export * from './IconKeyboardOffRounded.js' +export * from './IconKeyboardOffRoundedFilled.js' +export * from './IconKeyboardOffSharpFilled.js' +export * from './IconKeyboardOffSharp.js' +export * from './IconKeyboardOnscreenOutlinedFilled.js' +export * from './IconKeyboardOnscreenOutlined.js' +export * from './IconKeyboardOnscreenRoundedFilled.js' +export * from './IconKeyboardOnscreenRounded.js' +export * from './IconKeyboardOnscreenSharp.js' +export * from './IconKeyboardOnscreenSharpFilled.js' +export * from './IconKeyboardOptionKeyOutlined.js' +export * from './IconKeyboardOptionKeyOutlinedFilled.js' +export * from './IconKeyboardOptionKeyRoundedFilled.js' +export * from './IconKeyboardOptionKeyRounded.js' +export * from './IconKeyboardOptionKeySharp.js' +export * from './IconKeyboardOptionKeySharpFilled.js' +export * from './IconKeyboardPreviousLanguageOutlinedFilled.js' +export * from './IconKeyboardPreviousLanguageOutlined.js' +export * from './IconKeyboardPreviousLanguageRounded.js' +export * from './IconKeyboardPreviousLanguageRoundedFilled.js' +export * from './IconKeyboardPreviousLanguageSharpFilled.js' +export * from './IconKeyboardPreviousLanguageSharp.js' +export * from './IconKeyboardReturnOutlinedFilled.js' +export * from './IconKeyboardReturnOutlined.js' +export * from './IconKeyboardReturnRounded.js' +export * from './IconKeyboardReturnRoundedFilled.js' +export * from './IconKeyboardReturnSharp.js' +export * from './IconKeyboardReturnSharpFilled.js' +export * from './IconKeyboardTabOutlinedFilled.js' +export * from './IconKeyboardTabOutlined.js' +export * from './IconKeyboardTabRoundedFilled.js' +export * from './IconKeyboardTabRounded.js' +export * from './IconKeyboardTabSharp.js' +export * from './IconKeyboardTabSharpFilled.js' +export * from './IconKeyboardTabRtlOutlinedFilled.js' +export * from './IconKeyboardTabRtlOutlined.js' +export * from './IconKeyboardTabRtlRounded.js' +export * from './IconKeyboardTabRtlRoundedFilled.js' +export * from './IconKeyboardTabRtlSharpFilled.js' +export * from './IconKeyboardTabRtlSharp.js' +export * from './IconKidStarOutlined.js' +export * from './IconKidStarOutlinedFilled.js' +export * from './IconKidStarRoundedFilled.js' +export * from './IconKidStarRounded.js' +export * from './IconKidStarSharp.js' +export * from './IconKidStarSharpFilled.js' +export * from './IconKingBedOutlined.js' +export * from './IconKingBedOutlinedFilled.js' +export * from './IconKingBedRounded.js' +export * from './IconKingBedRoundedFilled.js' +export * from './IconKingBedSharp.js' +export * from './IconKingBedSharpFilled.js' +export * from './IconKitchenOutlined.js' +export * from './IconKitchenOutlinedFilled.js' +export * from './IconKitchenRounded.js' +export * from './IconKitchenRoundedFilled.js' +export * from './IconKitchenSharp.js' +export * from './IconKitchenSharpFilled.js' +export * from './IconKitesurfingOutlined.js' +export * from './IconKitesurfingOutlinedFilled.js' +export * from './IconKitesurfingRounded.js' +export * from './IconKitesurfingRoundedFilled.js' +export * from './IconKitesurfingSharp.js' +export * from './IconKitesurfingSharpFilled.js' +export * from './IconLabPanelOutlinedFilled.js' +export * from './IconLabPanelOutlined.js' +export * from './IconLabPanelRoundedFilled.js' +export * from './IconLabPanelRounded.js' +export * from './IconLabPanelSharpFilled.js' +export * from './IconLabPanelSharp.js' +export * from './IconLabProfileOutlined.js' +export * from './IconLabProfileOutlinedFilled.js' +export * from './IconLabProfileRounded.js' +export * from './IconLabProfileRoundedFilled.js' +export * from './IconLabProfileSharpFilled.js' +export * from './IconLabProfileSharp.js' +export * from './IconLabResearchOutlinedFilled.js' +export * from './IconLabResearchOutlined.js' +export * from './IconLabResearchRounded.js' +export * from './IconLabResearchRoundedFilled.js' +export * from './IconLabResearchSharp.js' +export * from './IconLabResearchSharpFilled.js' +export * from './IconLabelOutlined.js' +export * from './IconLabelOutlinedFilled.js' +export * from './IconLabelRounded.js' +export * from './IconLabelRoundedFilled.js' +export * from './IconLabelSharpFilled.js' +export * from './IconLabelSharp.js' +export * from './IconLabelImportantOutlined.js' +export * from './IconLabelImportantOutlinedFilled.js' +export * from './IconLabelImportantRoundedFilled.js' +export * from './IconLabelImportantRounded.js' +export * from './IconLabelImportantSharp.js' +export * from './IconLabelImportantSharpFilled.js' +export * from './IconLabelOffOutlined.js' +export * from './IconLabelOffOutlinedFilled.js' +export * from './IconLabelOffRoundedFilled.js' +export * from './IconLabelOffRounded.js' +export * from './IconLabelOffSharp.js' +export * from './IconLabelOffSharpFilled.js' +export * from './IconLabsOutlined.js' +export * from './IconLabsOutlinedFilled.js' +export * from './IconLabsRounded.js' +export * from './IconLabsRoundedFilled.js' +export * from './IconLabsSharp.js' +export * from './IconLabsSharpFilled.js' +export * from './IconLanOutlinedFilled.js' +export * from './IconLanOutlined.js' +export * from './IconLanRounded.js' +export * from './IconLanRoundedFilled.js' +export * from './IconLanSharpFilled.js' +export * from './IconLanSharp.js' +export * from './IconLandscapeOutlined.js' +export * from './IconLandscapeOutlinedFilled.js' +export * from './IconLandscapeRoundedFilled.js' +export * from './IconLandscapeRounded.js' +export * from './IconLandscapeSharp.js' +export * from './IconLandscapeSharpFilled.js' +export * from './IconLandscape2Outlined.js' +export * from './IconLandscape2OutlinedFilled.js' +export * from './IconLandscape2RoundedFilled.js' +export * from './IconLandscape2Rounded.js' +export * from './IconLandscape2SharpFilled.js' +export * from './IconLandscape2Sharp.js' +export * from './IconLandscape2OffOutlined.js' +export * from './IconLandscape2OffOutlinedFilled.js' +export * from './IconLandscape2OffRoundedFilled.js' +export * from './IconLandscape2OffRounded.js' +export * from './IconLandscape2OffSharpFilled.js' +export * from './IconLandscape2OffSharp.js' +export * from './IconLandslideOutlinedFilled.js' +export * from './IconLandslideOutlined.js' +export * from './IconLandslideRoundedFilled.js' +export * from './IconLandslideRounded.js' +export * from './IconLandslideSharpFilled.js' +export * from './IconLandslideSharp.js' +export * from './IconLanguageOutlined.js' +export * from './IconLanguageOutlinedFilled.js' +export * from './IconLanguageRounded.js' +export * from './IconLanguageRoundedFilled.js' +export * from './IconLanguageSharp.js' +export * from './IconLanguageSharpFilled.js' +export * from './IconLanguageChineseArrayOutlined.js' +export * from './IconLanguageChineseArrayOutlinedFilled.js' +export * from './IconLanguageChineseArrayRounded.js' +export * from './IconLanguageChineseArrayRoundedFilled.js' +export * from './IconLanguageChineseArraySharpFilled.js' +export * from './IconLanguageChineseArraySharp.js' +export * from './IconLanguageChineseCangjieOutlined.js' +export * from './IconLanguageChineseCangjieOutlinedFilled.js' +export * from './IconLanguageChineseCangjieRoundedFilled.js' +export * from './IconLanguageChineseCangjieRounded.js' +export * from './IconLanguageChineseCangjieSharp.js' +export * from './IconLanguageChineseCangjieSharpFilled.js' +export * from './IconLanguageChineseDayiOutlinedFilled.js' +export * from './IconLanguageChineseDayiOutlined.js' +export * from './IconLanguageChineseDayiRoundedFilled.js' +export * from './IconLanguageChineseDayiRounded.js' +export * from './IconLanguageChineseDayiSharpFilled.js' +export * from './IconLanguageChineseDayiSharp.js' +export * from './IconLanguageChinesePinyinOutlinedFilled.js' +export * from './IconLanguageChinesePinyinOutlined.js' +export * from './IconLanguageChinesePinyinRounded.js' +export * from './IconLanguageChinesePinyinRoundedFilled.js' +export * from './IconLanguageChinesePinyinSharpFilled.js' +export * from './IconLanguageChinesePinyinSharp.js' +export * from './IconLanguageChineseQuickOutlinedFilled.js' +export * from './IconLanguageChineseQuickOutlined.js' +export * from './IconLanguageChineseQuickRounded.js' +export * from './IconLanguageChineseQuickRoundedFilled.js' +export * from './IconLanguageChineseQuickSharp.js' +export * from './IconLanguageChineseQuickSharpFilled.js' +export * from './IconLanguageChineseWubiOutlinedFilled.js' +export * from './IconLanguageChineseWubiOutlined.js' +export * from './IconLanguageChineseWubiRounded.js' +export * from './IconLanguageChineseWubiRoundedFilled.js' +export * from './IconLanguageChineseWubiSharp.js' +export * from './IconLanguageChineseWubiSharpFilled.js' +export * from './IconLanguageFrenchOutlinedFilled.js' +export * from './IconLanguageFrenchOutlined.js' +export * from './IconLanguageFrenchRoundedFilled.js' +export * from './IconLanguageFrenchRounded.js' +export * from './IconLanguageFrenchSharp.js' +export * from './IconLanguageFrenchSharpFilled.js' +export * from './IconLanguageGbEnglishOutlined.js' +export * from './IconLanguageGbEnglishOutlinedFilled.js' +export * from './IconLanguageGbEnglishRounded.js' +export * from './IconLanguageGbEnglishRoundedFilled.js' +export * from './IconLanguageGbEnglishSharp.js' +export * from './IconLanguageGbEnglishSharpFilled.js' +export * from './IconLanguageInternationalOutlined.js' +export * from './IconLanguageInternationalOutlinedFilled.js' +export * from './IconLanguageInternationalRounded.js' +export * from './IconLanguageInternationalRoundedFilled.js' +export * from './IconLanguageInternationalSharp.js' +export * from './IconLanguageInternationalSharpFilled.js' +export * from './IconLanguageJapaneseKanaOutlinedFilled.js' +export * from './IconLanguageJapaneseKanaOutlined.js' +export * from './IconLanguageJapaneseKanaRounded.js' +export * from './IconLanguageJapaneseKanaRoundedFilled.js' +export * from './IconLanguageJapaneseKanaSharpFilled.js' +export * from './IconLanguageJapaneseKanaSharp.js' +export * from './IconLanguageKoreanLatinOutlinedFilled.js' +export * from './IconLanguageKoreanLatinOutlined.js' +export * from './IconLanguageKoreanLatinRounded.js' +export * from './IconLanguageKoreanLatinRoundedFilled.js' +export * from './IconLanguageKoreanLatinSharp.js' +export * from './IconLanguageKoreanLatinSharpFilled.js' +export * from './IconLanguagePinyinOutlinedFilled.js' +export * from './IconLanguagePinyinOutlined.js' +export * from './IconLanguagePinyinRounded.js' +export * from './IconLanguagePinyinRoundedFilled.js' +export * from './IconLanguagePinyinSharp.js' +export * from './IconLanguagePinyinSharpFilled.js' +export * from './IconLanguageSpanishOutlinedFilled.js' +export * from './IconLanguageSpanishOutlined.js' +export * from './IconLanguageSpanishRounded.js' +export * from './IconLanguageSpanishRoundedFilled.js' +export * from './IconLanguageSpanishSharp.js' +export * from './IconLanguageSpanishSharpFilled.js' +export * from './IconLanguageUsOutlinedFilled.js' +export * from './IconLanguageUsOutlined.js' +export * from './IconLanguageUsRoundedFilled.js' +export * from './IconLanguageUsRounded.js' +export * from './IconLanguageUsSharp.js' +export * from './IconLanguageUsSharpFilled.js' +export * from './IconLanguageUsColemakOutlinedFilled.js' +export * from './IconLanguageUsColemakOutlined.js' +export * from './IconLanguageUsColemakRoundedFilled.js' +export * from './IconLanguageUsColemakRounded.js' +export * from './IconLanguageUsColemakSharpFilled.js' +export * from './IconLanguageUsColemakSharp.js' +export * from './IconLanguageUsDvorakOutlined.js' +export * from './IconLanguageUsDvorakOutlinedFilled.js' +export * from './IconLanguageUsDvorakRoundedFilled.js' +export * from './IconLanguageUsDvorakRounded.js' +export * from './IconLanguageUsDvorakSharpFilled.js' +export * from './IconLanguageUsDvorakSharp.js' +export * from './IconLapsOutlinedFilled.js' +export * from './IconLapsOutlined.js' +export * from './IconLapsRoundedFilled.js' +export * from './IconLapsRounded.js' +export * from './IconLapsSharp.js' +export * from './IconLapsSharpFilled.js' +export * from './IconLaptopCarOutlinedFilled.js' +export * from './IconLaptopCarOutlined.js' +export * from './IconLaptopCarRoundedFilled.js' +export * from './IconLaptopCarRounded.js' +export * from './IconLaptopCarSharp.js' +export * from './IconLaptopCarSharpFilled.js' +export * from './IconLaptopChromebookOutlined.js' +export * from './IconLaptopChromebookOutlinedFilled.js' +export * from './IconLaptopChromebookRounded.js' +export * from './IconLaptopChromebookRoundedFilled.js' +export * from './IconLaptopChromebookSharp.js' +export * from './IconLaptopChromebookSharpFilled.js' +export * from './IconLaptopMacOutlined.js' +export * from './IconLaptopMacOutlinedFilled.js' +export * from './IconLaptopMacRoundedFilled.js' +export * from './IconLaptopMacRounded.js' +export * from './IconLaptopMacSharp.js' +export * from './IconLaptopMacSharpFilled.js' +export * from './IconLaptopWindowsOutlined.js' +export * from './IconLaptopWindowsOutlinedFilled.js' +export * from './IconLaptopWindowsRoundedFilled.js' +export * from './IconLaptopWindowsRounded.js' +export * from './IconLaptopWindowsSharp.js' +export * from './IconLaptopWindowsSharpFilled.js' +export * from './IconLassoSelectOutlined.js' +export * from './IconLassoSelectOutlinedFilled.js' +export * from './IconLassoSelectRounded.js' +export * from './IconLassoSelectRoundedFilled.js' +export * from './IconLassoSelectSharp.js' +export * from './IconLassoSelectSharpFilled.js' +export * from './IconLastPageOutlined.js' +export * from './IconLastPageOutlinedFilled.js' +export * from './IconLastPageRounded.js' +export * from './IconLastPageRoundedFilled.js' +export * from './IconLastPageSharp.js' +export * from './IconLastPageSharpFilled.js' +export * from './IconLaundryOutlined.js' +export * from './IconLaundryOutlinedFilled.js' +export * from './IconLaundryRounded.js' +export * from './IconLaundryRoundedFilled.js' +export * from './IconLaundrySharpFilled.js' +export * from './IconLaundrySharp.js' +export * from './IconLayersOutlined.js' +export * from './IconLayersOutlinedFilled.js' +export * from './IconLayersRounded.js' +export * from './IconLayersRoundedFilled.js' +export * from './IconLayersSharp.js' +export * from './IconLayersSharpFilled.js' +export * from './IconLayersClearOutlined.js' +export * from './IconLayersClearOutlinedFilled.js' +export * from './IconLayersClearRounded.js' +export * from './IconLayersClearRoundedFilled.js' +export * from './IconLayersClearSharpFilled.js' +export * from './IconLayersClearSharp.js' +export * from './IconLdaOutlinedFilled.js' +export * from './IconLdaOutlined.js' +export * from './IconLdaRounded.js' +export * from './IconLdaRoundedFilled.js' +export * from './IconLdaSharp.js' +export * from './IconLdaSharpFilled.js' +export * from './IconLeaderboardOutlined.js' +export * from './IconLeaderboardOutlinedFilled.js' +export * from './IconLeaderboardRoundedFilled.js' +export * from './IconLeaderboardRounded.js' +export * from './IconLeaderboardSharp.js' +export * from './IconLeaderboardSharpFilled.js' +export * from './IconLeakAddOutlined.js' +export * from './IconLeakAddOutlinedFilled.js' +export * from './IconLeakAddRounded.js' +export * from './IconLeakAddRoundedFilled.js' +export * from './IconLeakAddSharp.js' +export * from './IconLeakAddSharpFilled.js' +export * from './IconLeakRemoveOutlined.js' +export * from './IconLeakRemoveOutlinedFilled.js' +export * from './IconLeakRemoveRoundedFilled.js' +export * from './IconLeakRemoveRounded.js' +export * from './IconLeakRemoveSharp.js' +export * from './IconLeakRemoveSharpFilled.js' +export * from './IconLeftClickOutlinedFilled.js' +export * from './IconLeftClickOutlined.js' +export * from './IconLeftClickRounded.js' +export * from './IconLeftClickRoundedFilled.js' +export * from './IconLeftClickSharp.js' +export * from './IconLeftClickSharpFilled.js' +export * from './IconLeftPanelCloseOutlined.js' +export * from './IconLeftPanelCloseOutlinedFilled.js' +export * from './IconLeftPanelCloseRounded.js' +export * from './IconLeftPanelCloseRoundedFilled.js' +export * from './IconLeftPanelCloseSharp.js' +export * from './IconLeftPanelCloseSharpFilled.js' +export * from './IconLeftPanelOpenOutlinedFilled.js' +export * from './IconLeftPanelOpenOutlined.js' +export * from './IconLeftPanelOpenRounded.js' +export * from './IconLeftPanelOpenRoundedFilled.js' +export * from './IconLeftPanelOpenSharpFilled.js' +export * from './IconLeftPanelOpenSharp.js' +export * from './IconLegendToggleOutlined.js' +export * from './IconLegendToggleOutlinedFilled.js' +export * from './IconLegendToggleRounded.js' +export * from './IconLegendToggleRoundedFilled.js' +export * from './IconLegendToggleSharp.js' +export * from './IconLegendToggleSharpFilled.js' +export * from './IconLensBlurOutlined.js' +export * from './IconLensBlurOutlinedFilled.js' +export * from './IconLensBlurRoundedFilled.js' +export * from './IconLensBlurRounded.js' +export * from './IconLensBlurSharp.js' +export * from './IconLensBlurSharpFilled.js' +export * from './IconLetterSwitchOutlinedFilled.js' +export * from './IconLetterSwitchOutlined.js' +export * from './IconLetterSwitchRoundedFilled.js' +export * from './IconLetterSwitchRounded.js' +export * from './IconLetterSwitchSharpFilled.js' +export * from './IconLetterSwitchSharp.js' +export * from './IconLibraryAddOutlined.js' +export * from './IconLibraryAddOutlinedFilled.js' +export * from './IconLibraryAddRounded.js' +export * from './IconLibraryAddRoundedFilled.js' +export * from './IconLibraryAddSharp.js' +export * from './IconLibraryAddSharpFilled.js' +export * from './IconLibraryAddCheckOutlined.js' +export * from './IconLibraryAddCheckOutlinedFilled.js' +export * from './IconLibraryAddCheckRoundedFilled.js' +export * from './IconLibraryAddCheckRounded.js' +export * from './IconLibraryAddCheckSharp.js' +export * from './IconLibraryAddCheckSharpFilled.js' +export * from './IconLibraryBooksOutlinedFilled.js' +export * from './IconLibraryBooksOutlined.js' +export * from './IconLibraryBooksRoundedFilled.js' +export * from './IconLibraryBooksRounded.js' +export * from './IconLibraryBooksSharp.js' +export * from './IconLibraryBooksSharpFilled.js' +export * from './IconLibraryMusicOutlinedFilled.js' +export * from './IconLibraryMusicOutlined.js' +export * from './IconLibraryMusicRoundedFilled.js' +export * from './IconLibraryMusicRounded.js' +export * from './IconLibraryMusicSharpFilled.js' +export * from './IconLibraryMusicSharp.js' +export * from './IconLicenseOutlinedFilled.js' +export * from './IconLicenseOutlined.js' +export * from './IconLicenseRoundedFilled.js' +export * from './IconLicenseRounded.js' +export * from './IconLicenseSharp.js' +export * from './IconLicenseSharpFilled.js' +export * from './IconLiftToTalkOutlinedFilled.js' +export * from './IconLiftToTalkOutlined.js' +export * from './IconLiftToTalkRoundedFilled.js' +export * from './IconLiftToTalkRounded.js' +export * from './IconLiftToTalkSharp.js' +export * from './IconLiftToTalkSharpFilled.js' +export * from './IconLightOutlined.js' +export * from './IconLightOutlinedFilled.js' +export * from './IconLightRoundedFilled.js' +export * from './IconLightRounded.js' +export * from './IconLightSharp.js' +export * from './IconLightSharpFilled.js' +export * from './IconLightGroupOutlinedFilled.js' +export * from './IconLightGroupOutlined.js' +export * from './IconLightGroupRounded.js' +export * from './IconLightGroupRoundedFilled.js' +export * from './IconLightGroupSharpFilled.js' +export * from './IconLightGroupSharp.js' +export * from './IconLightModeOutlined.js' +export * from './IconLightModeOutlinedFilled.js' +export * from './IconLightModeRounded.js' +export * from './IconLightModeRoundedFilled.js' +export * from './IconLightModeSharp.js' +export * from './IconLightModeSharpFilled.js' +export * from './IconLightOffOutlined.js' +export * from './IconLightOffOutlinedFilled.js' +export * from './IconLightOffRounded.js' +export * from './IconLightOffRoundedFilled.js' +export * from './IconLightOffSharpFilled.js' +export * from './IconLightOffSharp.js' +export * from './IconLightbulbOutlined.js' +export * from './IconLightbulbOutlinedFilled.js' +export * from './IconLightbulbRounded.js' +export * from './IconLightbulbRoundedFilled.js' +export * from './IconLightbulbSharp.js' +export * from './IconLightbulbSharpFilled.js' +export * from './IconLightbulb2OutlinedFilled.js' +export * from './IconLightbulb2Outlined.js' +export * from './IconLightbulb2RoundedFilled.js' +export * from './IconLightbulb2Rounded.js' +export * from './IconLightbulb2Sharp.js' +export * from './IconLightbulb2SharpFilled.js' +export * from './IconLightbulbCircleOutlinedFilled.js' +export * from './IconLightbulbCircleOutlined.js' +export * from './IconLightbulbCircleRounded.js' +export * from './IconLightbulbCircleRoundedFilled.js' +export * from './IconLightbulbCircleSharpFilled.js' +export * from './IconLightbulbCircleSharp.js' +export * from './IconLightningStandOutlinedFilled.js' +export * from './IconLightningStandOutlined.js' +export * from './IconLightningStandRoundedFilled.js' +export * from './IconLightningStandRounded.js' +export * from './IconLightningStandSharp.js' +export * from './IconLightningStandSharpFilled.js' +export * from './IconLineAxisOutlinedFilled.js' +export * from './IconLineAxisOutlined.js' +export * from './IconLineAxisRoundedFilled.js' +export * from './IconLineAxisRounded.js' +export * from './IconLineAxisSharpFilled.js' +export * from './IconLineAxisSharp.js' +export * from './IconLineCurveOutlinedFilled.js' +export * from './IconLineCurveOutlined.js' +export * from './IconLineCurveRounded.js' +export * from './IconLineCurveRoundedFilled.js' +export * from './IconLineCurveSharp.js' +export * from './IconLineCurveSharpFilled.js' +export * from './IconLineEndOutlinedFilled.js' +export * from './IconLineEndOutlined.js' +export * from './IconLineEndRounded.js' +export * from './IconLineEndRoundedFilled.js' +export * from './IconLineEndSharp.js' +export * from './IconLineEndSharpFilled.js' +export * from './IconLineEndArrowOutlined.js' +export * from './IconLineEndArrowOutlinedFilled.js' +export * from './IconLineEndArrowRoundedFilled.js' +export * from './IconLineEndArrowRounded.js' +export * from './IconLineEndArrowSharp.js' +export * from './IconLineEndArrowSharpFilled.js' +export * from './IconLineEndArrowNotchOutlinedFilled.js' +export * from './IconLineEndArrowNotchOutlined.js' +export * from './IconLineEndArrowNotchRounded.js' +export * from './IconLineEndArrowNotchRoundedFilled.js' +export * from './IconLineEndArrowNotchSharp.js' +export * from './IconLineEndArrowNotchSharpFilled.js' +export * from './IconLineEndCircleOutlinedFilled.js' +export * from './IconLineEndCircleOutlined.js' +export * from './IconLineEndCircleRoundedFilled.js' +export * from './IconLineEndCircleRounded.js' +export * from './IconLineEndCircleSharp.js' +export * from './IconLineEndCircleSharpFilled.js' +export * from './IconLineEndDiamondOutlinedFilled.js' +export * from './IconLineEndDiamondOutlined.js' +export * from './IconLineEndDiamondRounded.js' +export * from './IconLineEndDiamondRoundedFilled.js' +export * from './IconLineEndDiamondSharp.js' +export * from './IconLineEndDiamondSharpFilled.js' +export * from './IconLineEndSquareOutlinedFilled.js' +export * from './IconLineEndSquareOutlined.js' +export * from './IconLineEndSquareRounded.js' +export * from './IconLineEndSquareRoundedFilled.js' +export * from './IconLineEndSquareSharp.js' +export * from './IconLineEndSquareSharpFilled.js' +export * from './IconLineStartOutlined.js' +export * from './IconLineStartOutlinedFilled.js' +export * from './IconLineStartRounded.js' +export * from './IconLineStartRoundedFilled.js' +export * from './IconLineStartSharpFilled.js' +export * from './IconLineStartSharp.js' +export * from './IconLineStartArrowOutlinedFilled.js' +export * from './IconLineStartArrowOutlined.js' +export * from './IconLineStartArrowRoundedFilled.js' +export * from './IconLineStartArrowRounded.js' +export * from './IconLineStartArrowSharpFilled.js' +export * from './IconLineStartArrowSharp.js' +export * from './IconLineStartArrowNotchOutlined.js' +export * from './IconLineStartArrowNotchOutlinedFilled.js' +export * from './IconLineStartArrowNotchRoundedFilled.js' +export * from './IconLineStartArrowNotchRounded.js' +export * from './IconLineStartArrowNotchSharp.js' +export * from './IconLineStartArrowNotchSharpFilled.js' +export * from './IconLineStartCircleOutlinedFilled.js' +export * from './IconLineStartCircleOutlined.js' +export * from './IconLineStartCircleRounded.js' +export * from './IconLineStartCircleRoundedFilled.js' +export * from './IconLineStartCircleSharpFilled.js' +export * from './IconLineStartCircleSharp.js' +export * from './IconLineStartDiamondOutlined.js' +export * from './IconLineStartDiamondOutlinedFilled.js' +export * from './IconLineStartDiamondRoundedFilled.js' +export * from './IconLineStartDiamondRounded.js' +export * from './IconLineStartDiamondSharp.js' +export * from './IconLineStartDiamondSharpFilled.js' +export * from './IconLineStartSquareOutlinedFilled.js' +export * from './IconLineStartSquareOutlined.js' +export * from './IconLineStartSquareRounded.js' +export * from './IconLineStartSquareRoundedFilled.js' +export * from './IconLineStartSquareSharp.js' +export * from './IconLineStartSquareSharpFilled.js' +export * from './IconLineStyleOutlinedFilled.js' +export * from './IconLineStyleOutlined.js' +export * from './IconLineStyleRounded.js' +export * from './IconLineStyleRoundedFilled.js' +export * from './IconLineStyleSharp.js' +export * from './IconLineStyleSharpFilled.js' +export * from './IconLineWeightOutlinedFilled.js' +export * from './IconLineWeightOutlined.js' +export * from './IconLineWeightRoundedFilled.js' +export * from './IconLineWeightRounded.js' +export * from './IconLineWeightSharp.js' +export * from './IconLineWeightSharpFilled.js' +export * from './IconLinearScaleOutlinedFilled.js' +export * from './IconLinearScaleOutlined.js' +export * from './IconLinearScaleRoundedFilled.js' +export * from './IconLinearScaleRounded.js' +export * from './IconLinearScaleSharpFilled.js' +export * from './IconLinearScaleSharp.js' +export * from './IconLinkOutlinedFilled.js' +export * from './IconLinkOutlined.js' +export * from './IconLinkRoundedFilled.js' +export * from './IconLinkRounded.js' +export * from './IconLinkSharpFilled.js' +export * from './IconLinkSharp.js' +export * from './IconLinkOffOutlined.js' +export * from './IconLinkOffOutlinedFilled.js' +export * from './IconLinkOffRounded.js' +export * from './IconLinkOffRoundedFilled.js' +export * from './IconLinkOffSharpFilled.js' +export * from './IconLinkOffSharp.js' +export * from './IconLinkedCameraOutlined.js' +export * from './IconLinkedCameraOutlinedFilled.js' +export * from './IconLinkedCameraRounded.js' +export * from './IconLinkedCameraRoundedFilled.js' +export * from './IconLinkedCameraSharp.js' +export * from './IconLinkedCameraSharpFilled.js' +export * from './IconLinkedServicesOutlinedFilled.js' +export * from './IconLinkedServicesOutlined.js' +export * from './IconLinkedServicesRoundedFilled.js' +export * from './IconLinkedServicesRounded.js' +export * from './IconLinkedServicesSharp.js' +export * from './IconLinkedServicesSharpFilled.js' +export * from './IconLiquorOutlined.js' +export * from './IconLiquorOutlinedFilled.js' +export * from './IconLiquorRounded.js' +export * from './IconLiquorRoundedFilled.js' +export * from './IconLiquorSharp.js' +export * from './IconLiquorSharpFilled.js' +export * from './IconListOutlinedFilled.js' +export * from './IconListOutlined.js' +export * from './IconListRounded.js' +export * from './IconListRoundedFilled.js' +export * from './IconListSharpFilled.js' +export * from './IconListSharp.js' +export * from './IconListAltOutlined.js' +export * from './IconListAltOutlinedFilled.js' +export * from './IconListAltRounded.js' +export * from './IconListAltRoundedFilled.js' +export * from './IconListAltSharpFilled.js' +export * from './IconListAltSharp.js' +export * from './IconListAltAddOutlined.js' +export * from './IconListAltAddOutlinedFilled.js' +export * from './IconListAltAddRounded.js' +export * from './IconListAltAddRoundedFilled.js' +export * from './IconListAltAddSharp.js' +export * from './IconListAltAddSharpFilled.js' +export * from './IconListAltCheckOutlined.js' +export * from './IconListAltCheckOutlinedFilled.js' +export * from './IconListAltCheckRounded.js' +export * from './IconListAltCheckRoundedFilled.js' +export * from './IconListAltCheckSharpFilled.js' +export * from './IconListAltCheckSharp.js' +export * from './IconListsOutlinedFilled.js' +export * from './IconListsOutlined.js' +export * from './IconListsRoundedFilled.js' +export * from './IconListsRounded.js' +export * from './IconListsSharp.js' +export * from './IconListsSharpFilled.js' +export * from './IconLiveHelpOutlinedFilled.js' +export * from './IconLiveHelpOutlined.js' +export * from './IconLiveHelpRounded.js' +export * from './IconLiveHelpRoundedFilled.js' +export * from './IconLiveHelpSharpFilled.js' +export * from './IconLiveHelpSharp.js' +export * from './IconLiveTvOutlined.js' +export * from './IconLiveTvOutlinedFilled.js' +export * from './IconLiveTvRoundedFilled.js' +export * from './IconLiveTvRounded.js' +export * from './IconLiveTvSharpFilled.js' +export * from './IconLiveTvSharp.js' +export * from './IconLivingOutlinedFilled.js' +export * from './IconLivingOutlined.js' +export * from './IconLivingRoundedFilled.js' +export * from './IconLivingRounded.js' +export * from './IconLivingSharpFilled.js' +export * from './IconLivingSharp.js' +export * from './IconLocalActivityOutlinedFilled.js' +export * from './IconLocalActivityOutlined.js' +export * from './IconLocalActivityRoundedFilled.js' +export * from './IconLocalActivityRounded.js' +export * from './IconLocalActivitySharp.js' +export * from './IconLocalActivitySharpFilled.js' +export * from './IconLocalAtmOutlinedFilled.js' +export * from './IconLocalAtmOutlined.js' +export * from './IconLocalAtmRounded.js' +export * from './IconLocalAtmRoundedFilled.js' +export * from './IconLocalAtmSharp.js' +export * from './IconLocalAtmSharpFilled.js' +export * from './IconLocalBarOutlined.js' +export * from './IconLocalBarOutlinedFilled.js' +export * from './IconLocalBarRounded.js' +export * from './IconLocalBarRoundedFilled.js' +export * from './IconLocalBarSharp.js' +export * from './IconLocalBarSharpFilled.js' +export * from './IconLocalCafeOutlinedFilled.js' +export * from './IconLocalCafeOutlined.js' +export * from './IconLocalCafeRounded.js' +export * from './IconLocalCafeRoundedFilled.js' +export * from './IconLocalCafeSharp.js' +export * from './IconLocalCafeSharpFilled.js' +export * from './IconLocalCarWashOutlined.js' +export * from './IconLocalCarWashOutlinedFilled.js' +export * from './IconLocalCarWashRoundedFilled.js' +export * from './IconLocalCarWashRounded.js' +export * from './IconLocalCarWashSharp.js' +export * from './IconLocalCarWashSharpFilled.js' +export * from './IconLocalConvenienceStoreOutlinedFilled.js' +export * from './IconLocalConvenienceStoreOutlined.js' +export * from './IconLocalConvenienceStoreRounded.js' +export * from './IconLocalConvenienceStoreRoundedFilled.js' +export * from './IconLocalConvenienceStoreSharp.js' +export * from './IconLocalConvenienceStoreSharpFilled.js' +export * from './IconLocalDiningOutlined.js' +export * from './IconLocalDiningOutlinedFilled.js' +export * from './IconLocalDiningRounded.js' +export * from './IconLocalDiningRoundedFilled.js' +export * from './IconLocalDiningSharp.js' +export * from './IconLocalDiningSharpFilled.js' +export * from './IconLocalDrinkOutlined.js' +export * from './IconLocalDrinkOutlinedFilled.js' +export * from './IconLocalDrinkRoundedFilled.js' +export * from './IconLocalDrinkRounded.js' +export * from './IconLocalDrinkSharp.js' +export * from './IconLocalDrinkSharpFilled.js' +export * from './IconLocalFireDepartmentOutlined.js' +export * from './IconLocalFireDepartmentOutlinedFilled.js' +export * from './IconLocalFireDepartmentRounded.js' +export * from './IconLocalFireDepartmentRoundedFilled.js' +export * from './IconLocalFireDepartmentSharpFilled.js' +export * from './IconLocalFireDepartmentSharp.js' +export * from './IconLocalFloristOutlinedFilled.js' +export * from './IconLocalFloristOutlined.js' +export * from './IconLocalFloristRounded.js' +export * from './IconLocalFloristRoundedFilled.js' +export * from './IconLocalFloristSharp.js' +export * from './IconLocalFloristSharpFilled.js' +export * from './IconLocalGasStationOutlined.js' +export * from './IconLocalGasStationOutlinedFilled.js' +export * from './IconLocalGasStationRounded.js' +export * from './IconLocalGasStationRoundedFilled.js' +export * from './IconLocalGasStationSharpFilled.js' +export * from './IconLocalGasStationSharp.js' +export * from './IconLocalHospitalOutlinedFilled.js' +export * from './IconLocalHospitalOutlined.js' +export * from './IconLocalHospitalRounded.js' +export * from './IconLocalHospitalRoundedFilled.js' +export * from './IconLocalHospitalSharp.js' +export * from './IconLocalHospitalSharpFilled.js' +export * from './IconLocalLaundryServiceOutlinedFilled.js' +export * from './IconLocalLaundryServiceOutlined.js' +export * from './IconLocalLaundryServiceRoundedFilled.js' +export * from './IconLocalLaundryServiceRounded.js' +export * from './IconLocalLaundryServiceSharp.js' +export * from './IconLocalLaundryServiceSharpFilled.js' +export * from './IconLocalLibraryOutlinedFilled.js' +export * from './IconLocalLibraryOutlined.js' +export * from './IconLocalLibraryRoundedFilled.js' +export * from './IconLocalLibraryRounded.js' +export * from './IconLocalLibrarySharpFilled.js' +export * from './IconLocalLibrarySharp.js' +export * from './IconLocalMallOutlinedFilled.js' +export * from './IconLocalMallOutlined.js' +export * from './IconLocalMallRoundedFilled.js' +export * from './IconLocalMallRounded.js' +export * from './IconLocalMallSharpFilled.js' +export * from './IconLocalMallSharp.js' +export * from './IconLocalParkingOutlined.js' +export * from './IconLocalParkingOutlinedFilled.js' +export * from './IconLocalParkingRoundedFilled.js' +export * from './IconLocalParkingRounded.js' +export * from './IconLocalParkingSharpFilled.js' +export * from './IconLocalParkingSharp.js' +export * from './IconLocalPharmacyOutlinedFilled.js' +export * from './IconLocalPharmacyOutlined.js' +export * from './IconLocalPharmacyRoundedFilled.js' +export * from './IconLocalPharmacyRounded.js' +export * from './IconLocalPharmacySharpFilled.js' +export * from './IconLocalPharmacySharp.js' +export * from './IconLocalPizzaOutlined.js' +export * from './IconLocalPizzaOutlinedFilled.js' +export * from './IconLocalPizzaRoundedFilled.js' +export * from './IconLocalPizzaRounded.js' +export * from './IconLocalPizzaSharpFilled.js' +export * from './IconLocalPizzaSharp.js' +export * from './IconLocalPoliceOutlined.js' +export * from './IconLocalPoliceOutlinedFilled.js' +export * from './IconLocalPoliceRounded.js' +export * from './IconLocalPoliceRoundedFilled.js' +export * from './IconLocalPoliceSharpFilled.js' +export * from './IconLocalPoliceSharp.js' +export * from './IconLocalPostOfficeOutlined.js' +export * from './IconLocalPostOfficeOutlinedFilled.js' +export * from './IconLocalPostOfficeRoundedFilled.js' +export * from './IconLocalPostOfficeRounded.js' +export * from './IconLocalPostOfficeSharp.js' +export * from './IconLocalPostOfficeSharpFilled.js' +export * from './IconLocalSeeOutlinedFilled.js' +export * from './IconLocalSeeOutlined.js' +export * from './IconLocalSeeRoundedFilled.js' +export * from './IconLocalSeeRounded.js' +export * from './IconLocalSeeSharp.js' +export * from './IconLocalSeeSharpFilled.js' +export * from './IconLocalShippingOutlinedFilled.js' +export * from './IconLocalShippingOutlined.js' +export * from './IconLocalShippingRoundedFilled.js' +export * from './IconLocalShippingRounded.js' +export * from './IconLocalShippingSharpFilled.js' +export * from './IconLocalShippingSharp.js' +export * from './IconLocalTaxiOutlinedFilled.js' +export * from './IconLocalTaxiOutlined.js' +export * from './IconLocalTaxiRoundedFilled.js' +export * from './IconLocalTaxiRounded.js' +export * from './IconLocalTaxiSharpFilled.js' +export * from './IconLocalTaxiSharp.js' +export * from './IconLocationAwayOutlinedFilled.js' +export * from './IconLocationAwayOutlined.js' +export * from './IconLocationAwayRounded.js' +export * from './IconLocationAwayRoundedFilled.js' +export * from './IconLocationAwaySharpFilled.js' +export * from './IconLocationAwaySharp.js' +export * from './IconLocationChipOutlinedFilled.js' +export * from './IconLocationChipOutlined.js' +export * from './IconLocationChipRoundedFilled.js' +export * from './IconLocationChipRounded.js' +export * from './IconLocationChipSharpFilled.js' +export * from './IconLocationChipSharp.js' +export * from './IconLocationCityOutlined.js' +export * from './IconLocationCityOutlinedFilled.js' +export * from './IconLocationCityRounded.js' +export * from './IconLocationCityRoundedFilled.js' +export * from './IconLocationCitySharp.js' +export * from './IconLocationCitySharpFilled.js' +export * from './IconLocationDisabledOutlined.js' +export * from './IconLocationDisabledOutlinedFilled.js' +export * from './IconLocationDisabledRoundedFilled.js' +export * from './IconLocationDisabledRounded.js' +export * from './IconLocationDisabledSharp.js' +export * from './IconLocationDisabledSharpFilled.js' +export * from './IconLocationHomeOutlined.js' +export * from './IconLocationHomeOutlinedFilled.js' +export * from './IconLocationHomeRoundedFilled.js' +export * from './IconLocationHomeRounded.js' +export * from './IconLocationHomeSharpFilled.js' +export * from './IconLocationHomeSharp.js' +export * from './IconLocationOffOutlinedFilled.js' +export * from './IconLocationOffOutlined.js' +export * from './IconLocationOffRounded.js' +export * from './IconLocationOffRoundedFilled.js' +export * from './IconLocationOffSharpFilled.js' +export * from './IconLocationOffSharp.js' +export * from './IconLocationOnOutlined.js' +export * from './IconLocationOnOutlinedFilled.js' +export * from './IconLocationOnRounded.js' +export * from './IconLocationOnRoundedFilled.js' +export * from './IconLocationOnSharpFilled.js' +export * from './IconLocationOnSharp.js' +export * from './IconLocationSearchingOutlined.js' +export * from './IconLocationSearchingOutlinedFilled.js' +export * from './IconLocationSearchingRounded.js' +export * from './IconLocationSearchingRoundedFilled.js' +export * from './IconLocationSearchingSharp.js' +export * from './IconLocationSearchingSharpFilled.js' +export * from './IconLockOutlinedFilled.js' +export * from './IconLockOutlined.js' +export * from './IconLockRounded.js' +export * from './IconLockRoundedFilled.js' +export * from './IconLockSharp.js' +export * from './IconLockSharpFilled.js' +export * from './IconLockClockOutlined.js' +export * from './IconLockClockOutlinedFilled.js' +export * from './IconLockClockRounded.js' +export * from './IconLockClockRoundedFilled.js' +export * from './IconLockClockSharp.js' +export * from './IconLockClockSharpFilled.js' +export * from './IconLockOpenOutlined.js' +export * from './IconLockOpenOutlinedFilled.js' +export * from './IconLockOpenRoundedFilled.js' +export * from './IconLockOpenRounded.js' +export * from './IconLockOpenSharp.js' +export * from './IconLockOpenSharpFilled.js' +export * from './IconLockOpenRightOutlined.js' +export * from './IconLockOpenRightOutlinedFilled.js' +export * from './IconLockOpenRightRoundedFilled.js' +export * from './IconLockOpenRightRounded.js' +export * from './IconLockOpenRightSharpFilled.js' +export * from './IconLockOpenRightSharp.js' +export * from './IconLockPersonOutlinedFilled.js' +export * from './IconLockPersonOutlined.js' +export * from './IconLockPersonRounded.js' +export * from './IconLockPersonRoundedFilled.js' +export * from './IconLockPersonSharp.js' +export * from './IconLockPersonSharpFilled.js' +export * from './IconLockResetOutlined.js' +export * from './IconLockResetOutlinedFilled.js' +export * from './IconLockResetRounded.js' +export * from './IconLockResetRoundedFilled.js' +export * from './IconLockResetSharpFilled.js' +export * from './IconLockResetSharp.js' +export * from './IconLoginOutlinedFilled.js' +export * from './IconLoginOutlined.js' +export * from './IconLoginRounded.js' +export * from './IconLoginRoundedFilled.js' +export * from './IconLoginSharpFilled.js' +export * from './IconLoginSharp.js' +export * from './IconLogoDevOutlined.js' +export * from './IconLogoDevOutlinedFilled.js' +export * from './IconLogoDevRoundedFilled.js' +export * from './IconLogoDevRounded.js' +export * from './IconLogoDevSharpFilled.js' +export * from './IconLogoDevSharp.js' +export * from './IconLogoutOutlinedFilled.js' +export * from './IconLogoutOutlined.js' +export * from './IconLogoutRoundedFilled.js' +export * from './IconLogoutRounded.js' +export * from './IconLogoutSharpFilled.js' +export * from './IconLogoutSharp.js' +export * from './IconLooksOutlinedFilled.js' +export * from './IconLooksOutlined.js' +export * from './IconLooksRounded.js' +export * from './IconLooksRoundedFilled.js' +export * from './IconLooksSharpFilled.js' +export * from './IconLooksSharp.js' +export * from './IconLooks3Outlined.js' +export * from './IconLooks3OutlinedFilled.js' +export * from './IconLooks3RoundedFilled.js' +export * from './IconLooks3Rounded.js' +export * from './IconLooks3SharpFilled.js' +export * from './IconLooks3Sharp.js' +export * from './IconLooks4Outlined.js' +export * from './IconLooks4OutlinedFilled.js' +export * from './IconLooks4Rounded.js' +export * from './IconLooks4RoundedFilled.js' +export * from './IconLooks4Sharp.js' +export * from './IconLooks4SharpFilled.js' +export * from './IconLooks5OutlinedFilled.js' +export * from './IconLooks5Outlined.js' +export * from './IconLooks5Rounded.js' +export * from './IconLooks5RoundedFilled.js' +export * from './IconLooks5SharpFilled.js' +export * from './IconLooks5Sharp.js' +export * from './IconLooks6Outlined.js' +export * from './IconLooks6OutlinedFilled.js' +export * from './IconLooks6Rounded.js' +export * from './IconLooks6RoundedFilled.js' +export * from './IconLooks6Sharp.js' +export * from './IconLooks6SharpFilled.js' +export * from './IconLooksOneOutlinedFilled.js' +export * from './IconLooksOneOutlined.js' +export * from './IconLooksOneRoundedFilled.js' +export * from './IconLooksOneRounded.js' +export * from './IconLooksOneSharpFilled.js' +export * from './IconLooksOneSharp.js' +export * from './IconLooksTwoOutlinedFilled.js' +export * from './IconLooksTwoOutlined.js' +export * from './IconLooksTwoRounded.js' +export * from './IconLooksTwoRoundedFilled.js' +export * from './IconLooksTwoSharp.js' +export * from './IconLooksTwoSharpFilled.js' +export * from './IconLoupeOutlined.js' +export * from './IconLoupeOutlinedFilled.js' +export * from './IconLoupeRounded.js' +export * from './IconLoupeRoundedFilled.js' +export * from './IconLoupeSharp.js' +export * from './IconLoupeSharpFilled.js' +export * from './IconLowDensityOutlined.js' +export * from './IconLowDensityOutlinedFilled.js' +export * from './IconLowDensityRounded.js' +export * from './IconLowDensityRoundedFilled.js' +export * from './IconLowDensitySharp.js' +export * from './IconLowDensitySharpFilled.js' +export * from './IconLowPriorityOutlinedFilled.js' +export * from './IconLowPriorityOutlined.js' +export * from './IconLowPriorityRoundedFilled.js' +export * from './IconLowPriorityRounded.js' +export * from './IconLowPrioritySharpFilled.js' +export * from './IconLowPrioritySharp.js' +export * from './IconLowercaseOutlinedFilled.js' +export * from './IconLowercaseOutlined.js' +export * from './IconLowercaseRounded.js' +export * from './IconLowercaseRoundedFilled.js' +export * from './IconLowercaseSharp.js' +export * from './IconLowercaseSharpFilled.js' +export * from './IconLoyaltyOutlined.js' +export * from './IconLoyaltyOutlinedFilled.js' +export * from './IconLoyaltyRoundedFilled.js' +export * from './IconLoyaltyRounded.js' +export * from './IconLoyaltySharp.js' +export * from './IconLoyaltySharpFilled.js' +export * from './IconLteMobiledataOutlined.js' +export * from './IconLteMobiledataOutlinedFilled.js' +export * from './IconLteMobiledataRoundedFilled.js' +export * from './IconLteMobiledataRounded.js' +export * from './IconLteMobiledataSharpFilled.js' +export * from './IconLteMobiledataSharp.js' +export * from './IconLteMobiledataBadgeOutlined.js' +export * from './IconLteMobiledataBadgeOutlinedFilled.js' +export * from './IconLteMobiledataBadgeRounded.js' +export * from './IconLteMobiledataBadgeRoundedFilled.js' +export * from './IconLteMobiledataBadgeSharpFilled.js' +export * from './IconLteMobiledataBadgeSharp.js' +export * from './IconLtePlusMobiledataOutlinedFilled.js' +export * from './IconLtePlusMobiledataOutlined.js' +export * from './IconLtePlusMobiledataRounded.js' +export * from './IconLtePlusMobiledataRoundedFilled.js' +export * from './IconLtePlusMobiledataSharp.js' +export * from './IconLtePlusMobiledataSharpFilled.js' +export * from './IconLtePlusMobiledataBadgeOutlinedFilled.js' +export * from './IconLtePlusMobiledataBadgeOutlined.js' +export * from './IconLtePlusMobiledataBadgeRoundedFilled.js' +export * from './IconLtePlusMobiledataBadgeRounded.js' +export * from './IconLtePlusMobiledataBadgeSharpFilled.js' +export * from './IconLtePlusMobiledataBadgeSharp.js' +export * from './IconLuggageOutlinedFilled.js' +export * from './IconLuggageOutlined.js' +export * from './IconLuggageRoundedFilled.js' +export * from './IconLuggageRounded.js' +export * from './IconLuggageSharp.js' +export * from './IconLuggageSharpFilled.js' +export * from './IconLunchDiningOutlinedFilled.js' +export * from './IconLunchDiningOutlined.js' +export * from './IconLunchDiningRounded.js' +export * from './IconLunchDiningRoundedFilled.js' +export * from './IconLunchDiningSharpFilled.js' +export * from './IconLunchDiningSharp.js' +export * from './IconLyricsOutlined.js' +export * from './IconLyricsOutlinedFilled.js' +export * from './IconLyricsRoundedFilled.js' +export * from './IconLyricsRounded.js' +export * from './IconLyricsSharp.js' +export * from './IconLyricsSharpFilled.js' +export * from './IconMacroAutoOutlined.js' +export * from './IconMacroAutoOutlinedFilled.js' +export * from './IconMacroAutoRoundedFilled.js' +export * from './IconMacroAutoRounded.js' +export * from './IconMacroAutoSharp.js' +export * from './IconMacroAutoSharpFilled.js' +export * from './IconMacroOffOutlinedFilled.js' +export * from './IconMacroOffOutlined.js' +export * from './IconMacroOffRounded.js' +export * from './IconMacroOffRoundedFilled.js' +export * from './IconMacroOffSharpFilled.js' +export * from './IconMacroOffSharp.js' +export * from './IconMagnificationLargeOutlinedFilled.js' +export * from './IconMagnificationLargeOutlined.js' +export * from './IconMagnificationLargeRounded.js' +export * from './IconMagnificationLargeRoundedFilled.js' +export * from './IconMagnificationLargeSharp.js' +export * from './IconMagnificationLargeSharpFilled.js' +export * from './IconMagnificationSmallOutlinedFilled.js' +export * from './IconMagnificationSmallOutlined.js' +export * from './IconMagnificationSmallRounded.js' +export * from './IconMagnificationSmallRoundedFilled.js' +export * from './IconMagnificationSmallSharpFilled.js' +export * from './IconMagnificationSmallSharp.js' +export * from './IconMagnifyDockedOutlined.js' +export * from './IconMagnifyDockedOutlinedFilled.js' +export * from './IconMagnifyDockedRounded.js' +export * from './IconMagnifyDockedRoundedFilled.js' +export * from './IconMagnifyDockedSharpFilled.js' +export * from './IconMagnifyDockedSharp.js' +export * from './IconMagnifyFullscreenOutlined.js' +export * from './IconMagnifyFullscreenOutlinedFilled.js' +export * from './IconMagnifyFullscreenRounded.js' +export * from './IconMagnifyFullscreenRoundedFilled.js' +export * from './IconMagnifyFullscreenSharpFilled.js' +export * from './IconMagnifyFullscreenSharp.js' +export * from './IconMailOutlinedFilled.js' +export * from './IconMailOutlined.js' +export * from './IconMailRoundedFilled.js' +export * from './IconMailSharpFilled.js' +export * from './IconMailSharp.js' +export * from './IconMailLockOutlined.js' +export * from './IconMailLockOutlinedFilled.js' +export * from './IconMailLockRounded.js' +export * from './IconMailLockRoundedFilled.js' +export * from './IconMailLockSharpFilled.js' +export * from './IconMailLockSharp.js' +export * from './IconMailOffOutlined.js' +export * from './IconMailOffOutlinedFilled.js' +export * from './IconMailOffRoundedFilled.js' +export * from './IconMailOffRounded.js' +export * from './IconMailOffSharpFilled.js' +export * from './IconMailOffSharp.js' +export * from './IconMaleOutlined.js' +export * from './IconMaleOutlinedFilled.js' +export * from './IconMaleRounded.js' +export * from './IconMaleRoundedFilled.js' +export * from './IconMaleSharpFilled.js' +export * from './IconMaleSharp.js' +export * from './IconManOutlinedFilled.js' +export * from './IconManOutlined.js' +export * from './IconManRounded.js' +export * from './IconManRoundedFilled.js' +export * from './IconManSharp.js' +export * from './IconManSharpFilled.js' +export * from './IconMan2OutlinedFilled.js' +export * from './IconMan2Outlined.js' +export * from './IconMan2RoundedFilled.js' +export * from './IconMan2Rounded.js' +export * from './IconMan2Sharp.js' +export * from './IconMan2SharpFilled.js' +export * from './IconMan3OutlinedFilled.js' +export * from './IconMan3Outlined.js' +export * from './IconMan3Rounded.js' +export * from './IconMan3RoundedFilled.js' +export * from './IconMan3Sharp.js' +export * from './IconMan3SharpFilled.js' +export * from './IconMan4OutlinedFilled.js' +export * from './IconMan4Outlined.js' +export * from './IconMan4Rounded.js' +export * from './IconMan4RoundedFilled.js' +export * from './IconMan4Sharp.js' +export * from './IconMan4SharpFilled.js' +export * from './IconManageAccountsOutlined.js' +export * from './IconManageAccountsOutlinedFilled.js' +export * from './IconManageAccountsRoundedFilled.js' +export * from './IconManageAccountsRounded.js' +export * from './IconManageAccountsSharp.js' +export * from './IconManageAccountsSharpFilled.js' +export * from './IconManageHistoryOutlined.js' +export * from './IconManageHistoryOutlinedFilled.js' +export * from './IconManageHistoryRounded.js' +export * from './IconManageHistoryRoundedFilled.js' +export * from './IconManageHistorySharpFilled.js' +export * from './IconManageHistorySharp.js' +export * from './IconManageSearchOutlinedFilled.js' +export * from './IconManageSearchOutlined.js' +export * from './IconManageSearchRounded.js' +export * from './IconManageSearchRoundedFilled.js' +export * from './IconManageSearchSharp.js' +export * from './IconManageSearchSharpFilled.js' +export * from './IconMangaOutlinedFilled.js' +export * from './IconMangaOutlined.js' +export * from './IconMangaRounded.js' +export * from './IconMangaRoundedFilled.js' +export * from './IconMangaSharp.js' +export * from './IconMangaSharpFilled.js' +export * from './IconManufacturingOutlined.js' +export * from './IconManufacturingOutlinedFilled.js' +export * from './IconManufacturingRounded.js' +export * from './IconManufacturingRoundedFilled.js' +export * from './IconManufacturingSharp.js' +export * from './IconManufacturingSharpFilled.js' +export * from './IconMapOutlined.js' +export * from './IconMapOutlinedFilled.js' +export * from './IconMapRounded.js' +export * from './IconMapRoundedFilled.js' +export * from './IconMapSharp.js' +export * from './IconMapSharpFilled.js' +export * from './IconMapsUgcOutlinedFilled.js' +export * from './IconMapsUgcOutlined.js' +export * from './IconMapsUgcRounded.js' +export * from './IconMapsUgcRoundedFilled.js' +export * from './IconMapsUgcSharpFilled.js' +export * from './IconMapsUgcSharp.js' +export * from './IconMarginOutlined.js' +export * from './IconMarginOutlinedFilled.js' +export * from './IconMarginRounded.js' +export * from './IconMarginRoundedFilled.js' +export * from './IconMarginSharp.js' +export * from './IconMarginSharpFilled.js' +export * from './IconMarkAsUnreadOutlinedFilled.js' +export * from './IconMarkAsUnreadOutlined.js' +export * from './IconMarkAsUnreadRounded.js' +export * from './IconMarkAsUnreadRoundedFilled.js' +export * from './IconMarkAsUnreadSharp.js' +export * from './IconMarkAsUnreadSharpFilled.js' +export * from './IconMarkChatReadOutlinedFilled.js' +export * from './IconMarkChatReadOutlined.js' +export * from './IconMarkChatReadRoundedFilled.js' +export * from './IconMarkChatReadRounded.js' +export * from './IconMarkChatReadSharpFilled.js' +export * from './IconMarkChatReadSharp.js' +export * from './IconMarkChatUnreadOutlinedFilled.js' +export * from './IconMarkChatUnreadOutlined.js' +export * from './IconMarkChatUnreadRounded.js' +export * from './IconMarkChatUnreadRoundedFilled.js' +export * from './IconMarkChatUnreadSharp.js' +export * from './IconMarkChatUnreadSharpFilled.js' +export * from './IconMarkEmailReadOutlinedFilled.js' +export * from './IconMarkEmailReadOutlined.js' +export * from './IconMarkEmailReadRounded.js' +export * from './IconMarkEmailReadRoundedFilled.js' +export * from './IconMarkEmailReadSharpFilled.js' +export * from './IconMarkEmailReadSharp.js' +export * from './IconMarkEmailUnreadOutlined.js' +export * from './IconMarkEmailUnreadOutlinedFilled.js' +export * from './IconMarkEmailUnreadRounded.js' +export * from './IconMarkEmailUnreadRoundedFilled.js' +export * from './IconMarkEmailUnreadSharp.js' +export * from './IconMarkEmailUnreadSharpFilled.js' +export * from './IconMarkUnreadChatAltOutlined.js' +export * from './IconMarkUnreadChatAltOutlinedFilled.js' +export * from './IconMarkUnreadChatAltRoundedFilled.js' +export * from './IconMarkUnreadChatAltRounded.js' +export * from './IconMarkUnreadChatAltSharp.js' +export * from './IconMarkUnreadChatAltSharpFilled.js' +export * from './IconMarkdownOutlined.js' +export * from './IconMarkdownOutlinedFilled.js' +export * from './IconMarkdownRounded.js' +export * from './IconMarkdownRoundedFilled.js' +export * from './IconMarkdownSharp.js' +export * from './IconMarkdownSharpFilled.js' +export * from './IconMarkdownCopyOutlinedFilled.js' +export * from './IconMarkdownCopyOutlined.js' +export * from './IconMarkdownCopyRoundedFilled.js' +export * from './IconMarkdownCopyRounded.js' +export * from './IconMarkdownCopySharpFilled.js' +export * from './IconMarkdownCopySharp.js' +export * from './IconMarkdownPasteOutlined.js' +export * from './IconMarkdownPasteOutlinedFilled.js' +export * from './IconMarkdownPasteRoundedFilled.js' +export * from './IconMarkdownPasteRounded.js' +export * from './IconMarkdownPasteSharpFilled.js' +export * from './IconMarkdownPasteSharp.js' +export * from './IconMarkunreadMailboxOutlined.js' +export * from './IconMarkunreadMailboxOutlinedFilled.js' +export * from './IconMarkunreadMailboxRounded.js' +export * from './IconMarkunreadMailboxRoundedFilled.js' +export * from './IconMarkunreadMailboxSharp.js' +export * from './IconMarkunreadMailboxSharpFilled.js' +export * from './IconMaskedTransitionsOutlinedFilled.js' +export * from './IconMaskedTransitionsOutlined.js' +export * from './IconMaskedTransitionsRoundedFilled.js' +export * from './IconMaskedTransitionsRounded.js' +export * from './IconMaskedTransitionsSharp.js' +export * from './IconMaskedTransitionsSharpFilled.js' +export * from './IconMaskedTransitionsAddOutlinedFilled.js' +export * from './IconMaskedTransitionsAddOutlined.js' +export * from './IconMaskedTransitionsAddRounded.js' +export * from './IconMaskedTransitionsAddRoundedFilled.js' +export * from './IconMaskedTransitionsAddSharpFilled.js' +export * from './IconMaskedTransitionsAddSharp.js' +export * from './IconMasksOutlinedFilled.js' +export * from './IconMasksOutlined.js' +export * from './IconMasksRoundedFilled.js' +export * from './IconMasksRounded.js' +export * from './IconMasksSharpFilled.js' +export * from './IconMasksSharp.js' +export * from './IconMatchCaseOutlined.js' +export * from './IconMatchCaseOutlinedFilled.js' +export * from './IconMatchCaseRounded.js' +export * from './IconMatchCaseRoundedFilled.js' +export * from './IconMatchCaseSharp.js' +export * from './IconMatchCaseSharpFilled.js' +export * from './IconMatchWordOutlined.js' +export * from './IconMatchWordOutlinedFilled.js' +export * from './IconMatchWordRounded.js' +export * from './IconMatchWordRoundedFilled.js' +export * from './IconMatchWordSharpFilled.js' +export * from './IconMatchWordSharp.js' +export * from './IconMatterOutlined.js' +export * from './IconMatterOutlinedFilled.js' +export * from './IconMatterRounded.js' +export * from './IconMatterRoundedFilled.js' +export * from './IconMatterSharpFilled.js' +export * from './IconMatterSharp.js' +export * from './IconMaximizeOutlined.js' +export * from './IconMaximizeOutlinedFilled.js' +export * from './IconMaximizeRounded.js' +export * from './IconMaximizeRoundedFilled.js' +export * from './IconMaximizeSharpFilled.js' +export * from './IconMaximizeSharp.js' +export * from './IconMeasuringTapeOutlined.js' +export * from './IconMeasuringTapeOutlinedFilled.js' +export * from './IconMeasuringTapeRoundedFilled.js' +export * from './IconMeasuringTapeRounded.js' +export * from './IconMeasuringTapeSharpFilled.js' +export * from './IconMeasuringTapeSharp.js' +export * from './IconMediaBluetoothOffOutlined.js' +export * from './IconMediaBluetoothOffOutlinedFilled.js' +export * from './IconMediaBluetoothOffRounded.js' +export * from './IconMediaBluetoothOffRoundedFilled.js' +export * from './IconMediaBluetoothOffSharpFilled.js' +export * from './IconMediaBluetoothOffSharp.js' +export * from './IconMediaBluetoothOnOutlinedFilled.js' +export * from './IconMediaBluetoothOnOutlined.js' +export * from './IconMediaBluetoothOnRounded.js' +export * from './IconMediaBluetoothOnRoundedFilled.js' +export * from './IconMediaBluetoothOnSharpFilled.js' +export * from './IconMediaBluetoothOnSharp.js' +export * from './IconMediaLinkOutlinedFilled.js' +export * from './IconMediaLinkOutlined.js' +export * from './IconMediaLinkRoundedFilled.js' +export * from './IconMediaLinkRounded.js' +export * from './IconMediaLinkSharp.js' +export * from './IconMediaLinkSharpFilled.js' +export * from './IconMediaOutputOutlined.js' +export * from './IconMediaOutputOutlinedFilled.js' +export * from './IconMediaOutputRoundedFilled.js' +export * from './IconMediaOutputRounded.js' +export * from './IconMediaOutputSharpFilled.js' +export * from './IconMediaOutputSharp.js' +export * from './IconMediaOutputOffOutlinedFilled.js' +export * from './IconMediaOutputOffOutlined.js' +export * from './IconMediaOutputOffRounded.js' +export * from './IconMediaOutputOffRoundedFilled.js' +export * from './IconMediaOutputOffSharpFilled.js' +export * from './IconMediaOutputOffSharp.js' +export * from './IconMediationOutlinedFilled.js' +export * from './IconMediationOutlined.js' +export * from './IconMediationRoundedFilled.js' +export * from './IconMediationRounded.js' +export * from './IconMediationSharp.js' +export * from './IconMediationSharpFilled.js' +export * from './IconMedicalInformationOutlinedFilled.js' +export * from './IconMedicalInformationOutlined.js' +export * from './IconMedicalInformationRounded.js' +export * from './IconMedicalInformationRoundedFilled.js' +export * from './IconMedicalInformationSharp.js' +export * from './IconMedicalInformationSharpFilled.js' +export * from './IconMedicalMaskOutlined.js' +export * from './IconMedicalMaskOutlinedFilled.js' +export * from './IconMedicalMaskRounded.js' +export * from './IconMedicalMaskRoundedFilled.js' +export * from './IconMedicalMaskSharp.js' +export * from './IconMedicalMaskSharpFilled.js' +export * from './IconMedicalServicesOutlined.js' +export * from './IconMedicalServicesOutlinedFilled.js' +export * from './IconMedicalServicesRounded.js' +export * from './IconMedicalServicesRoundedFilled.js' +export * from './IconMedicalServicesSharpFilled.js' +export * from './IconMedicalServicesSharp.js' +export * from './IconMedicationOutlinedFilled.js' +export * from './IconMedicationOutlined.js' +export * from './IconMedicationRounded.js' +export * from './IconMedicationRoundedFilled.js' +export * from './IconMedicationSharpFilled.js' +export * from './IconMedicationSharp.js' +export * from './IconMedicationLiquidOutlinedFilled.js' +export * from './IconMedicationLiquidOutlined.js' +export * from './IconMedicationLiquidRounded.js' +export * from './IconMedicationLiquidRoundedFilled.js' +export * from './IconMedicationLiquidSharpFilled.js' +export * from './IconMedicationLiquidSharp.js' +export * from './IconMeetingRoomOutlined.js' +export * from './IconMeetingRoomOutlinedFilled.js' +export * from './IconMeetingRoomRounded.js' +export * from './IconMeetingRoomRoundedFilled.js' +export * from './IconMeetingRoomSharp.js' +export * from './IconMeetingRoomSharpFilled.js' +export * from './IconMemoryOutlinedFilled.js' +export * from './IconMemoryOutlined.js' +export * from './IconMemoryRoundedFilled.js' +export * from './IconMemoryRounded.js' +export * from './IconMemorySharpFilled.js' +export * from './IconMemorySharp.js' +export * from './IconMemoryAltOutlined.js' +export * from './IconMemoryAltOutlinedFilled.js' +export * from './IconMemoryAltRoundedFilled.js' +export * from './IconMemoryAltRounded.js' +export * from './IconMemoryAltSharp.js' +export * from './IconMemoryAltSharpFilled.js' +export * from './IconMenstrualHealthOutlinedFilled.js' +export * from './IconMenstrualHealthOutlined.js' +export * from './IconMenstrualHealthRoundedFilled.js' +export * from './IconMenstrualHealthRounded.js' +export * from './IconMenstrualHealthSharpFilled.js' +export * from './IconMenstrualHealthSharp.js' +export * from './IconMenuOutlined.js' +export * from './IconMenuOutlinedFilled.js' +export * from './IconMenuRounded.js' +export * from './IconMenuRoundedFilled.js' +export * from './IconMenuSharp.js' +export * from './IconMenuSharpFilled.js' +export * from './IconMenuBookOutlined.js' +export * from './IconMenuBookOutlinedFilled.js' +export * from './IconMenuBookRounded.js' +export * from './IconMenuBookRoundedFilled.js' +export * from './IconMenuBookSharpFilled.js' +export * from './IconMenuBookSharp.js' +export * from './IconMenuOpenOutlinedFilled.js' +export * from './IconMenuOpenOutlined.js' +export * from './IconMenuOpenRounded.js' +export * from './IconMenuOpenRoundedFilled.js' +export * from './IconMenuOpenSharp.js' +export * from './IconMenuOpenSharpFilled.js' +export * from './IconMergeOutlinedFilled.js' +export * from './IconMergeOutlined.js' +export * from './IconMergeRounded.js' +export * from './IconMergeRoundedFilled.js' +export * from './IconMergeSharpFilled.js' +export * from './IconMergeSharp.js' +export * from './IconMergeTypeOutlinedFilled.js' +export * from './IconMergeTypeOutlined.js' +export * from './IconMergeTypeRounded.js' +export * from './IconMergeTypeRoundedFilled.js' +export * from './IconMergeTypeSharp.js' +export * from './IconMergeTypeSharpFilled.js' +export * from './IconMetabolismOutlined.js' +export * from './IconMetabolismOutlinedFilled.js' +export * from './IconMetabolismRoundedFilled.js' +export * from './IconMetabolismRounded.js' +export * from './IconMetabolismSharpFilled.js' +export * from './IconMetabolismSharp.js' +export * from './IconMetroOutlined.js' +export * from './IconMetroOutlinedFilled.js' +export * from './IconMetroRoundedFilled.js' +export * from './IconMetroRounded.js' +export * from './IconMetroSharpFilled.js' +export * from './IconMetroSharp.js' +export * from './IconMfgNestYaleLockOutlined.js' +export * from './IconMfgNestYaleLockOutlinedFilled.js' +export * from './IconMfgNestYaleLockRoundedFilled.js' +export * from './IconMfgNestYaleLockRounded.js' +export * from './IconMfgNestYaleLockSharp.js' +export * from './IconMfgNestYaleLockSharpFilled.js' +export * from './IconMicOutlined.js' +export * from './IconMicOutlinedFilled.js' +export * from './IconMicRoundedFilled.js' +export * from './IconMicRounded.js' +export * from './IconMicSharp.js' +export * from './IconMicSharpFilled.js' +export * from './IconMicDoubleOutlined.js' +export * from './IconMicDoubleOutlinedFilled.js' +export * from './IconMicDoubleRoundedFilled.js' +export * from './IconMicDoubleRounded.js' +export * from './IconMicDoubleSharp.js' +export * from './IconMicDoubleSharpFilled.js' +export * from './IconMicExternalOffOutlinedFilled.js' +export * from './IconMicExternalOffOutlined.js' +export * from './IconMicExternalOffRoundedFilled.js' +export * from './IconMicExternalOffRounded.js' +export * from './IconMicExternalOffSharp.js' +export * from './IconMicExternalOffSharpFilled.js' +export * from './IconMicExternalOnOutlined.js' +export * from './IconMicExternalOnOutlinedFilled.js' +export * from './IconMicExternalOnRounded.js' +export * from './IconMicExternalOnRoundedFilled.js' +export * from './IconMicExternalOnSharpFilled.js' +export * from './IconMicExternalOnSharp.js' +export * from './IconMicOffOutlinedFilled.js' +export * from './IconMicOffOutlined.js' +export * from './IconMicOffRoundedFilled.js' +export * from './IconMicOffRounded.js' +export * from './IconMicOffSharpFilled.js' +export * from './IconMicOffSharp.js' +export * from './IconMicrobiologyOutlinedFilled.js' +export * from './IconMicrobiologyOutlined.js' +export * from './IconMicrobiologyRounded.js' +export * from './IconMicrobiologyRoundedFilled.js' +export * from './IconMicrobiologySharp.js' +export * from './IconMicrobiologySharpFilled.js' +export * from './IconMicrowaveOutlined.js' +export * from './IconMicrowaveOutlinedFilled.js' +export * from './IconMicrowaveRounded.js' +export * from './IconMicrowaveRoundedFilled.js' +export * from './IconMicrowaveSharp.js' +export * from './IconMicrowaveSharpFilled.js' +export * from './IconMicrowaveGenOutlined.js' +export * from './IconMicrowaveGenOutlinedFilled.js' +export * from './IconMicrowaveGenRounded.js' +export * from './IconMicrowaveGenRoundedFilled.js' +export * from './IconMicrowaveGenSharp.js' +export * from './IconMicrowaveGenSharpFilled.js' +export * from './IconMilitaryTechOutlinedFilled.js' +export * from './IconMilitaryTechOutlined.js' +export * from './IconMilitaryTechRoundedFilled.js' +export * from './IconMilitaryTechRounded.js' +export * from './IconMilitaryTechSharpFilled.js' +export * from './IconMilitaryTechSharp.js' +export * from './IconMimoOutlinedFilled.js' +export * from './IconMimoOutlined.js' +export * from './IconMimoRounded.js' +export * from './IconMimoRoundedFilled.js' +export * from './IconMimoSharpFilled.js' +export * from './IconMimoSharp.js' +export * from './IconMimoDisconnectOutlinedFilled.js' +export * from './IconMimoDisconnectOutlined.js' +export * from './IconMimoDisconnectRoundedFilled.js' +export * from './IconMimoDisconnectRounded.js' +export * from './IconMimoDisconnectSharp.js' +export * from './IconMimoDisconnectSharpFilled.js' +export * from './IconMindfulnessOutlined.js' +export * from './IconMindfulnessOutlinedFilled.js' +export * from './IconMindfulnessRounded.js' +export * from './IconMindfulnessRoundedFilled.js' +export * from './IconMindfulnessSharp.js' +export * from './IconMindfulnessSharpFilled.js' +export * from './IconMinimizeOutlinedFilled.js' +export * from './IconMinimizeOutlined.js' +export * from './IconMinimizeRoundedFilled.js' +export * from './IconMinimizeRounded.js' +export * from './IconMinimizeSharp.js' +export * from './IconMinimizeSharpFilled.js' +export * from './IconMinorCrashOutlined.js' +export * from './IconMinorCrashOutlinedFilled.js' +export * from './IconMinorCrashRounded.js' +export * from './IconMinorCrashRoundedFilled.js' +export * from './IconMinorCrashSharpFilled.js' +export * from './IconMinorCrashSharp.js' +export * from './IconMintmarkOutlined.js' +export * from './IconMintmarkOutlinedFilled.js' +export * from './IconMintmarkRounded.js' +export * from './IconMintmarkRoundedFilled.js' +export * from './IconMintmarkSharpFilled.js' +export * from './IconMintmarkSharp.js' +export * from './IconMissedVideoCallOutlined.js' +export * from './IconMissedVideoCallOutlinedFilled.js' +export * from './IconMissedVideoCallRounded.js' +export * from './IconMissedVideoCallRoundedFilled.js' +export * from './IconMissedVideoCallSharp.js' +export * from './IconMissedVideoCallSharpFilled.js' +export * from './IconMissingControllerOutlined.js' +export * from './IconMissingControllerOutlinedFilled.js' +export * from './IconMissingControllerRoundedFilled.js' +export * from './IconMissingControllerRounded.js' +export * from './IconMissingControllerSharp.js' +export * from './IconMissingControllerSharpFilled.js' +export * from './IconMistOutlined.js' +export * from './IconMistOutlinedFilled.js' +export * from './IconMistRoundedFilled.js' +export * from './IconMistRounded.js' +export * from './IconMistSharp.js' +export * from './IconMistSharpFilled.js' +export * from './IconMitreOutlined.js' +export * from './IconMitreOutlinedFilled.js' +export * from './IconMitreRoundedFilled.js' +export * from './IconMitreRounded.js' +export * from './IconMitreSharp.js' +export * from './IconMitreSharpFilled.js' +export * from './IconMixtureMedOutlinedFilled.js' +export * from './IconMixtureMedOutlined.js' +export * from './IconMixtureMedRounded.js' +export * from './IconMixtureMedRoundedFilled.js' +export * from './IconMixtureMedSharpFilled.js' +export * from './IconMixtureMedSharp.js' +export * from './IconMmsOutlined.js' +export * from './IconMmsOutlinedFilled.js' +export * from './IconMmsRounded.js' +export * from './IconMmsRoundedFilled.js' +export * from './IconMmsSharp.js' +export * from './IconMmsSharpFilled.js' +export * from './IconMobileFriendlyOutlined.js' +export * from './IconMobileFriendlyOutlinedFilled.js' +export * from './IconMobileFriendlyRoundedFilled.js' +export * from './IconMobileFriendlyRounded.js' +export * from './IconMobileFriendlySharp.js' +export * from './IconMobileFriendlySharpFilled.js' +export * from './IconMobileOffOutlined.js' +export * from './IconMobileOffOutlinedFilled.js' +export * from './IconMobileOffRoundedFilled.js' +export * from './IconMobileOffRounded.js' +export * from './IconMobileOffSharp.js' +export * from './IconMobileOffSharpFilled.js' +export * from './IconMobileScreenShareOutlined.js' +export * from './IconMobileScreenShareOutlinedFilled.js' +export * from './IconMobileScreenShareRounded.js' +export * from './IconMobileScreenShareRoundedFilled.js' +export * from './IconMobileScreenShareSharp.js' +export * from './IconMobileScreenShareSharpFilled.js' +export * from './IconMobiledataOffOutlinedFilled.js' +export * from './IconMobiledataOffOutlined.js' +export * from './IconMobiledataOffRounded.js' +export * from './IconMobiledataOffRoundedFilled.js' +export * from './IconMobiledataOffSharp.js' +export * from './IconMobiledataOffSharpFilled.js' +export * from './IconModeCommentOutlined.js' +export * from './IconModeCommentOutlinedFilled.js' +export * from './IconModeCommentRounded.js' +export * from './IconModeCommentRoundedFilled.js' +export * from './IconModeCommentSharp.js' +export * from './IconModeCommentSharpFilled.js' +export * from './IconModeCoolOutlined.js' +export * from './IconModeCoolOutlinedFilled.js' +export * from './IconModeCoolRounded.js' +export * from './IconModeCoolRoundedFilled.js' +export * from './IconModeCoolSharpFilled.js' +export * from './IconModeCoolSharp.js' +export * from './IconModeCoolOffOutlinedFilled.js' +export * from './IconModeCoolOffOutlined.js' +export * from './IconModeCoolOffRoundedFilled.js' +export * from './IconModeCoolOffRounded.js' +export * from './IconModeCoolOffSharp.js' +export * from './IconModeCoolOffSharpFilled.js' +export * from './IconModeDualOutlined.js' +export * from './IconModeDualOutlinedFilled.js' +export * from './IconModeDualRoundedFilled.js' +export * from './IconModeDualRounded.js' +export * from './IconModeDualSharpFilled.js' +export * from './IconModeDualSharp.js' +export * from './IconModeFanOutlined.js' +export * from './IconModeFanOutlinedFilled.js' +export * from './IconModeFanRounded.js' +export * from './IconModeFanRoundedFilled.js' +export * from './IconModeFanSharp.js' +export * from './IconModeFanSharpFilled.js' +export * from './IconModeFanOffOutlined.js' +export * from './IconModeFanOffOutlinedFilled.js' +export * from './IconModeFanOffRounded.js' +export * from './IconModeFanOffRoundedFilled.js' +export * from './IconModeFanOffSharp.js' +export * from './IconModeFanOffSharpFilled.js' +export * from './IconModeHeatOutlined.js' +export * from './IconModeHeatOutlinedFilled.js' +export * from './IconModeHeatRoundedFilled.js' +export * from './IconModeHeatRounded.js' +export * from './IconModeHeatSharpFilled.js' +export * from './IconModeHeatSharp.js' +export * from './IconModeHeatCoolOutlined.js' +export * from './IconModeHeatCoolOutlinedFilled.js' +export * from './IconModeHeatCoolRoundedFilled.js' +export * from './IconModeHeatCoolRounded.js' +export * from './IconModeHeatCoolSharp.js' +export * from './IconModeHeatCoolSharpFilled.js' +export * from './IconModeHeatOffOutlined.js' +export * from './IconModeHeatOffOutlinedFilled.js' +export * from './IconModeHeatOffRounded.js' +export * from './IconModeHeatOffRoundedFilled.js' +export * from './IconModeHeatOffSharpFilled.js' +export * from './IconModeHeatOffSharp.js' +export * from './IconModeNightOutlined.js' +export * from './IconModeNightOutlinedFilled.js' +export * from './IconModeNightRounded.js' +export * from './IconModeNightRoundedFilled.js' +export * from './IconModeNightSharpFilled.js' +export * from './IconModeNightSharp.js' +export * from './IconModeOfTravelOutlinedFilled.js' +export * from './IconModeOfTravelOutlined.js' +export * from './IconModeOfTravelRounded.js' +export * from './IconModeOfTravelRoundedFilled.js' +export * from './IconModeOfTravelSharp.js' +export * from './IconModeOfTravelSharpFilled.js' +export * from './IconModeOffOnOutlined.js' +export * from './IconModeOffOnOutlinedFilled.js' +export * from './IconModeOffOnRounded.js' +export * from './IconModeOffOnRoundedFilled.js' +export * from './IconModeOffOnSharpFilled.js' +export * from './IconModeOffOnSharp.js' +export * from './IconModeStandbyOutlined.js' +export * from './IconModeStandbyOutlinedFilled.js' +export * from './IconModeStandbyRounded.js' +export * from './IconModeStandbyRoundedFilled.js' +export * from './IconModeStandbySharp.js' +export * from './IconModeStandbySharpFilled.js' +export * from './IconModelTrainingOutlinedFilled.js' +export * from './IconModelTrainingOutlined.js' +export * from './IconModelTrainingRounded.js' +export * from './IconModelTrainingRoundedFilled.js' +export * from './IconModelTrainingSharp.js' +export * from './IconModelTrainingSharpFilled.js' +export * from './IconMoneyOutlinedFilled.js' +export * from './IconMoneyOutlined.js' +export * from './IconMoneyRounded.js' +export * from './IconMoneyRoundedFilled.js' +export * from './IconMoneySharp.js' +export * from './IconMoneySharpFilled.js' +export * from './IconMoneyBagOutlined.js' +export * from './IconMoneyBagOutlinedFilled.js' +export * from './IconMoneyBagRounded.js' +export * from './IconMoneyBagRoundedFilled.js' +export * from './IconMoneyBagSharpFilled.js' +export * from './IconMoneyBagSharp.js' +export * from './IconMoneyOffOutlined.js' +export * from './IconMoneyOffOutlinedFilled.js' +export * from './IconMoneyOffRoundedFilled.js' +export * from './IconMoneyOffRounded.js' +export * from './IconMoneyOffSharp.js' +export * from './IconMoneyOffSharpFilled.js' +export * from './IconMonitorOutlined.js' +export * from './IconMonitorOutlinedFilled.js' +export * from './IconMonitorRounded.js' +export * from './IconMonitorRoundedFilled.js' +export * from './IconMonitorSharpFilled.js' +export * from './IconMonitorSharp.js' +export * from './IconMonitorHeartOutlined.js' +export * from './IconMonitorHeartOutlinedFilled.js' +export * from './IconMonitorHeartRounded.js' +export * from './IconMonitorHeartRoundedFilled.js' +export * from './IconMonitorHeartSharp.js' +export * from './IconMonitorHeartSharpFilled.js' +export * from './IconMonitorWeightOutlinedFilled.js' +export * from './IconMonitorWeightOutlined.js' +export * from './IconMonitorWeightRounded.js' +export * from './IconMonitorWeightRoundedFilled.js' +export * from './IconMonitorWeightSharpFilled.js' +export * from './IconMonitorWeightSharp.js' +export * from './IconMonitorWeightGainOutlined.js' +export * from './IconMonitorWeightGainOutlinedFilled.js' +export * from './IconMonitorWeightGainRoundedFilled.js' +export * from './IconMonitorWeightGainRounded.js' +export * from './IconMonitorWeightGainSharp.js' +export * from './IconMonitorWeightGainSharpFilled.js' +export * from './IconMonitorWeightLossOutlinedFilled.js' +export * from './IconMonitorWeightLossOutlined.js' +export * from './IconMonitorWeightLossRoundedFilled.js' +export * from './IconMonitorWeightLossRounded.js' +export * from './IconMonitorWeightLossSharp.js' +export * from './IconMonitorWeightLossSharpFilled.js' +export * from './IconMonitoringOutlined.js' +export * from './IconMonitoringOutlinedFilled.js' +export * from './IconMonitoringRoundedFilled.js' +export * from './IconMonitoringRounded.js' +export * from './IconMonitoringSharp.js' +export * from './IconMonitoringSharpFilled.js' +export * from './IconMonochromePhotosOutlined.js' +export * from './IconMonochromePhotosOutlinedFilled.js' +export * from './IconMonochromePhotosRoundedFilled.js' +export * from './IconMonochromePhotosRounded.js' +export * from './IconMonochromePhotosSharpFilled.js' +export * from './IconMonochromePhotosSharp.js' +export * from './IconMonorailOutlined.js' +export * from './IconMonorailOutlinedFilled.js' +export * from './IconMonorailRoundedFilled.js' +export * from './IconMonorailRounded.js' +export * from './IconMonorailSharp.js' +export * from './IconMonorailSharpFilled.js' +export * from './IconMoodOutlined.js' +export * from './IconMoodOutlinedFilled.js' +export * from './IconMoodRoundedFilled.js' +export * from './IconMoodRounded.js' +export * from './IconMoodSharp.js' +export * from './IconMoodSharpFilled.js' +export * from './IconMoodBadOutlined.js' +export * from './IconMoodBadOutlinedFilled.js' +export * from './IconMoodBadRounded.js' +export * from './IconMoodBadRoundedFilled.js' +export * from './IconMoodBadSharp.js' +export * from './IconMoodBadSharpFilled.js' +export * from './IconMopOutlinedFilled.js' +export * from './IconMopOutlined.js' +export * from './IconMopRoundedFilled.js' +export * from './IconMopRounded.js' +export * from './IconMopSharp.js' +export * from './IconMopSharpFilled.js' +export * from './IconMoreOutlined.js' +export * from './IconMoreOutlinedFilled.js' +export * from './IconMoreRounded.js' +export * from './IconMoreRoundedFilled.js' +export * from './IconMoreSharp.js' +export * from './IconMoreSharpFilled.js' +export * from './IconMoreDownOutlined.js' +export * from './IconMoreDownOutlinedFilled.js' +export * from './IconMoreDownRoundedFilled.js' +export * from './IconMoreDownRounded.js' +export * from './IconMoreDownSharp.js' +export * from './IconMoreDownSharpFilled.js' +export * from './IconMoreHorizOutlinedFilled.js' +export * from './IconMoreHorizOutlined.js' +export * from './IconMoreHorizRounded.js' +export * from './IconMoreHorizRoundedFilled.js' +export * from './IconMoreHorizSharp.js' +export * from './IconMoreHorizSharpFilled.js' +export * from './IconMoreTimeOutlined.js' +export * from './IconMoreTimeOutlinedFilled.js' +export * from './IconMoreTimeRounded.js' +export * from './IconMoreTimeRoundedFilled.js' +export * from './IconMoreTimeSharp.js' +export * from './IconMoreTimeSharpFilled.js' +export * from './IconMoreUpOutlined.js' +export * from './IconMoreUpOutlinedFilled.js' +export * from './IconMoreUpRounded.js' +export * from './IconMoreUpRoundedFilled.js' +export * from './IconMoreUpSharpFilled.js' +export * from './IconMoreUpSharp.js' +export * from './IconMoreVertOutlinedFilled.js' +export * from './IconMoreVertOutlined.js' +export * from './IconMoreVertRoundedFilled.js' +export * from './IconMoreVertRounded.js' +export * from './IconMoreVertSharp.js' +export * from './IconMoreVertSharpFilled.js' +export * from './IconMosqueOutlinedFilled.js' +export * from './IconMosqueOutlined.js' +export * from './IconMosqueRoundedFilled.js' +export * from './IconMosqueRounded.js' +export * from './IconMosqueSharpFilled.js' +export * from './IconMosqueSharp.js' +export * from './IconMotionBlurOutlined.js' +export * from './IconMotionBlurOutlinedFilled.js' +export * from './IconMotionBlurRounded.js' +export * from './IconMotionBlurRoundedFilled.js' +export * from './IconMotionBlurSharpFilled.js' +export * from './IconMotionBlurSharp.js' +export * from './IconMotionModeOutlined.js' +export * from './IconMotionModeOutlinedFilled.js' +export * from './IconMotionModeRoundedFilled.js' +export * from './IconMotionModeRounded.js' +export * from './IconMotionModeSharp.js' +export * from './IconMotionModeSharpFilled.js' +export * from './IconMotionPhotosAutoOutlined.js' +export * from './IconMotionPhotosAutoOutlinedFilled.js' +export * from './IconMotionPhotosAutoRoundedFilled.js' +export * from './IconMotionPhotosAutoRounded.js' +export * from './IconMotionPhotosAutoSharp.js' +export * from './IconMotionPhotosAutoSharpFilled.js' +export * from './IconMotionPhotosOffOutlinedFilled.js' +export * from './IconMotionPhotosOffOutlined.js' +export * from './IconMotionPhotosOffRoundedFilled.js' +export * from './IconMotionPhotosOffRounded.js' +export * from './IconMotionPhotosOffSharp.js' +export * from './IconMotionPhotosOffSharpFilled.js' +export * from './IconMotionPhotosOnOutlined.js' +export * from './IconMotionPhotosOnOutlinedFilled.js' +export * from './IconMotionPhotosOnRoundedFilled.js' +export * from './IconMotionPhotosOnRounded.js' +export * from './IconMotionPhotosOnSharpFilled.js' +export * from './IconMotionPhotosOnSharp.js' +export * from './IconMotionPhotosPausedOutlined.js' +export * from './IconMotionPhotosPausedOutlinedFilled.js' +export * from './IconMotionPhotosPausedRoundedFilled.js' +export * from './IconMotionPhotosPausedRounded.js' +export * from './IconMotionPhotosPausedSharp.js' +export * from './IconMotionPhotosPausedSharpFilled.js' +export * from './IconMotionPlayOutlined.js' +export * from './IconMotionPlayOutlinedFilled.js' +export * from './IconMotionPlayRounded.js' +export * from './IconMotionPlayRoundedFilled.js' +export * from './IconMotionPlaySharp.js' +export * from './IconMotionPlaySharpFilled.js' +export * from './IconMotionSensorActiveOutlinedFilled.js' +export * from './IconMotionSensorActiveOutlined.js' +export * from './IconMotionSensorActiveRounded.js' +export * from './IconMotionSensorActiveRoundedFilled.js' +export * from './IconMotionSensorActiveSharpFilled.js' +export * from './IconMotionSensorActiveSharp.js' +export * from './IconMotionSensorAlertOutlinedFilled.js' +export * from './IconMotionSensorAlertOutlined.js' +export * from './IconMotionSensorAlertRoundedFilled.js' +export * from './IconMotionSensorAlertRounded.js' +export * from './IconMotionSensorAlertSharp.js' +export * from './IconMotionSensorAlertSharpFilled.js' +export * from './IconMotionSensorIdleOutlined.js' +export * from './IconMotionSensorIdleOutlinedFilled.js' +export * from './IconMotionSensorIdleRounded.js' +export * from './IconMotionSensorIdleRoundedFilled.js' +export * from './IconMotionSensorIdleSharp.js' +export * from './IconMotionSensorIdleSharpFilled.js' +export * from './IconMotionSensorUrgentOutlined.js' +export * from './IconMotionSensorUrgentOutlinedFilled.js' +export * from './IconMotionSensorUrgentRoundedFilled.js' +export * from './IconMotionSensorUrgentRounded.js' +export * from './IconMotionSensorUrgentSharp.js' +export * from './IconMotionSensorUrgentSharpFilled.js' +export * from './IconMotorcycleOutlinedFilled.js' +export * from './IconMotorcycleOutlined.js' +export * from './IconMotorcycleRounded.js' +export * from './IconMotorcycleRoundedFilled.js' +export * from './IconMotorcycleSharpFilled.js' +export * from './IconMotorcycleSharp.js' +export * from './IconMountainFlagOutlined.js' +export * from './IconMountainFlagOutlinedFilled.js' +export * from './IconMountainFlagRoundedFilled.js' +export * from './IconMountainFlagRounded.js' +export * from './IconMountainFlagSharp.js' +export * from './IconMountainFlagSharpFilled.js' +export * from './IconMouseOutlined.js' +export * from './IconMouseOutlinedFilled.js' +export * from './IconMouseRoundedFilled.js' +export * from './IconMouseRounded.js' +export * from './IconMouseSharpFilled.js' +export * from './IconMouseSharp.js' +export * from './IconMouseLockOutlined.js' +export * from './IconMouseLockOutlinedFilled.js' +export * from './IconMouseLockRoundedFilled.js' +export * from './IconMouseLockRounded.js' +export * from './IconMouseLockSharpFilled.js' +export * from './IconMouseLockSharp.js' +export * from './IconMouseLockOffOutlinedFilled.js' +export * from './IconMouseLockOffOutlined.js' +export * from './IconMouseLockOffRoundedFilled.js' +export * from './IconMouseLockOffRounded.js' +export * from './IconMouseLockOffSharpFilled.js' +export * from './IconMouseLockOffSharp.js' +export * from './IconMoveOutlined.js' +export * from './IconMoveOutlinedFilled.js' +export * from './IconMoveRoundedFilled.js' +export * from './IconMoveRounded.js' +export * from './IconMoveSharpFilled.js' +export * from './IconMoveSharp.js' +export * from './IconMoveDownOutlined.js' +export * from './IconMoveDownOutlinedFilled.js' +export * from './IconMoveDownRoundedFilled.js' +export * from './IconMoveDownRounded.js' +export * from './IconMoveDownSharpFilled.js' +export * from './IconMoveDownSharp.js' +export * from './IconMoveGroupOutlined.js' +export * from './IconMoveGroupOutlinedFilled.js' +export * from './IconMoveGroupRounded.js' +export * from './IconMoveGroupRoundedFilled.js' +export * from './IconMoveGroupSharp.js' +export * from './IconMoveGroupSharpFilled.js' +export * from './IconMoveItemOutlinedFilled.js' +export * from './IconMoveItemOutlined.js' +export * from './IconMoveItemRounded.js' +export * from './IconMoveItemRoundedFilled.js' +export * from './IconMoveItemSharp.js' +export * from './IconMoveItemSharpFilled.js' +export * from './IconMoveLocationOutlined.js' +export * from './IconMoveLocationOutlinedFilled.js' +export * from './IconMoveLocationRoundedFilled.js' +export * from './IconMoveLocationRounded.js' +export * from './IconMoveLocationSharp.js' +export * from './IconMoveLocationSharpFilled.js' +export * from './IconMoveSelectionDownOutlined.js' +export * from './IconMoveSelectionDownOutlinedFilled.js' +export * from './IconMoveSelectionDownRoundedFilled.js' +export * from './IconMoveSelectionDownRounded.js' +export * from './IconMoveSelectionDownSharp.js' +export * from './IconMoveSelectionDownSharpFilled.js' +export * from './IconMoveSelectionLeftOutlinedFilled.js' +export * from './IconMoveSelectionLeftOutlined.js' +export * from './IconMoveSelectionLeftRoundedFilled.js' +export * from './IconMoveSelectionLeftRounded.js' +export * from './IconMoveSelectionLeftSharpFilled.js' +export * from './IconMoveSelectionLeftSharp.js' +export * from './IconMoveSelectionRightOutlinedFilled.js' +export * from './IconMoveSelectionRightOutlined.js' +export * from './IconMoveSelectionRightRoundedFilled.js' +export * from './IconMoveSelectionRightRounded.js' +export * from './IconMoveSelectionRightSharp.js' +export * from './IconMoveSelectionRightSharpFilled.js' +export * from './IconMoveSelectionUpOutlined.js' +export * from './IconMoveSelectionUpOutlinedFilled.js' +export * from './IconMoveSelectionUpRounded.js' +export * from './IconMoveSelectionUpRoundedFilled.js' +export * from './IconMoveSelectionUpSharp.js' +export * from './IconMoveSelectionUpSharpFilled.js' +export * from './IconMoveToInboxOutlinedFilled.js' +export * from './IconMoveToInboxOutlined.js' +export * from './IconMoveToInboxRoundedFilled.js' +export * from './IconMoveToInboxRounded.js' +export * from './IconMoveToInboxSharpFilled.js' +export * from './IconMoveToInboxSharp.js' +export * from './IconMoveUpOutlined.js' +export * from './IconMoveUpOutlinedFilled.js' +export * from './IconMoveUpRoundedFilled.js' +export * from './IconMoveUpRounded.js' +export * from './IconMoveUpSharp.js' +export * from './IconMoveUpSharpFilled.js' +export * from './IconMovedLocationOutlined.js' +export * from './IconMovedLocationOutlinedFilled.js' +export * from './IconMovedLocationRoundedFilled.js' +export * from './IconMovedLocationRounded.js' +export * from './IconMovedLocationSharp.js' +export * from './IconMovedLocationSharpFilled.js' +export * from './IconMovieOutlined.js' +export * from './IconMovieOutlinedFilled.js' +export * from './IconMovieRoundedFilled.js' +export * from './IconMovieRounded.js' +export * from './IconMovieSharpFilled.js' +export * from './IconMovieSharp.js' +export * from './IconMovieEditOutlined.js' +export * from './IconMovieEditOutlinedFilled.js' +export * from './IconMovieEditRounded.js' +export * from './IconMovieEditRoundedFilled.js' +export * from './IconMovieEditSharp.js' +export * from './IconMovieEditSharpFilled.js' +export * from './IconMovieInfoOutlined.js' +export * from './IconMovieInfoOutlinedFilled.js' +export * from './IconMovieInfoRounded.js' +export * from './IconMovieInfoRoundedFilled.js' +export * from './IconMovieInfoSharpFilled.js' +export * from './IconMovieInfoSharp.js' +export * from './IconMovieOffOutlinedFilled.js' +export * from './IconMovieOffOutlined.js' +export * from './IconMovieOffRoundedFilled.js' +export * from './IconMovieOffRounded.js' +export * from './IconMovieOffSharpFilled.js' +export * from './IconMovieOffSharp.js' +export * from './IconMovingOutlined.js' +export * from './IconMovingOutlinedFilled.js' +export * from './IconMovingRounded.js' +export * from './IconMovingRoundedFilled.js' +export * from './IconMovingSharp.js' +export * from './IconMovingSharpFilled.js' +export * from './IconMovingBedsOutlined.js' +export * from './IconMovingBedsOutlinedFilled.js' +export * from './IconMovingBedsRounded.js' +export * from './IconMovingBedsRoundedFilled.js' +export * from './IconMovingBedsSharp.js' +export * from './IconMovingBedsSharpFilled.js' +export * from './IconMovingMinistryOutlined.js' +export * from './IconMovingMinistryOutlinedFilled.js' +export * from './IconMovingMinistryRounded.js' +export * from './IconMovingMinistryRoundedFilled.js' +export * from './IconMovingMinistrySharpFilled.js' +export * from './IconMovingMinistrySharp.js' +export * from './IconMpOutlinedFilled.js' +export * from './IconMpOutlined.js' +export * from './IconMpRoundedFilled.js' +export * from './IconMpRounded.js' +export * from './IconMpSharp.js' +export * from './IconMpSharpFilled.js' +export * from './IconMulticookerOutlinedFilled.js' +export * from './IconMulticookerOutlined.js' +export * from './IconMulticookerRounded.js' +export * from './IconMulticookerRoundedFilled.js' +export * from './IconMulticookerSharp.js' +export * from './IconMulticookerSharpFilled.js' +export * from './IconMultilineChartOutlined.js' +export * from './IconMultilineChartOutlinedFilled.js' +export * from './IconMultilineChartRoundedFilled.js' +export * from './IconMultilineChartRounded.js' +export * from './IconMultilineChartSharp.js' +export * from './IconMultilineChartSharpFilled.js' +export * from './IconMultimodalHandEyeOutlined.js' +export * from './IconMultimodalHandEyeOutlinedFilled.js' +export * from './IconMultimodalHandEyeRounded.js' +export * from './IconMultimodalHandEyeRoundedFilled.js' +export * from './IconMultimodalHandEyeSharpFilled.js' +export * from './IconMultimodalHandEyeSharp.js' +export * from './IconMultipleStopOutlined.js' +export * from './IconMultipleStopOutlinedFilled.js' +export * from './IconMultipleStopRoundedFilled.js' +export * from './IconMultipleStopRounded.js' +export * from './IconMultipleStopSharp.js' +export * from './IconMultipleStopSharpFilled.js' +export * from './IconMuseumOutlinedFilled.js' +export * from './IconMuseumOutlined.js' +export * from './IconMuseumRoundedFilled.js' +export * from './IconMuseumRounded.js' +export * from './IconMuseumSharpFilled.js' +export * from './IconMuseumSharp.js' +export * from './IconMusicCastOutlinedFilled.js' +export * from './IconMusicCastOutlined.js' +export * from './IconMusicCastRounded.js' +export * from './IconMusicCastRoundedFilled.js' +export * from './IconMusicCastSharp.js' +export * from './IconMusicCastSharpFilled.js' +export * from './IconMusicNoteOutlined.js' +export * from './IconMusicNoteOutlinedFilled.js' +export * from './IconMusicNoteRounded.js' +export * from './IconMusicNoteRoundedFilled.js' +export * from './IconMusicNoteSharp.js' +export * from './IconMusicNoteSharpFilled.js' +export * from './IconMusicOffOutlinedFilled.js' +export * from './IconMusicOffOutlined.js' +export * from './IconMusicOffRounded.js' +export * from './IconMusicOffRoundedFilled.js' +export * from './IconMusicOffSharpFilled.js' +export * from './IconMusicOffSharp.js' +export * from './IconMusicVideoOutlinedFilled.js' +export * from './IconMusicVideoOutlined.js' +export * from './IconMusicVideoRoundedFilled.js' +export * from './IconMusicVideoRounded.js' +export * from './IconMusicVideoSharp.js' +export * from './IconMusicVideoSharpFilled.js' +export * from './IconMyLocationOutlined.js' +export * from './IconMyLocationOutlinedFilled.js' +export * from './IconMyLocationRounded.js' +export * from './IconMyLocationRoundedFilled.js' +export * from './IconMyLocationSharpFilled.js' +export * from './IconMyLocationSharp.js' +export * from './IconMysteryOutlined.js' +export * from './IconMysteryOutlinedFilled.js' +export * from './IconMysteryRoundedFilled.js' +export * from './IconMysteryRounded.js' +export * from './IconMysterySharp.js' +export * from './IconMysterySharpFilled.js' +export * from './IconNatOutlined.js' +export * from './IconNatOutlinedFilled.js' +export * from './IconNatRounded.js' +export * from './IconNatRoundedFilled.js' +export * from './IconNatSharpFilled.js' +export * from './IconNatSharp.js' +export * from './IconNatureOutlined.js' +export * from './IconNatureOutlinedFilled.js' +export * from './IconNatureRoundedFilled.js' +export * from './IconNatureRounded.js' +export * from './IconNatureSharp.js' +export * from './IconNatureSharpFilled.js' +export * from './IconNaturePeopleOutlinedFilled.js' +export * from './IconNaturePeopleOutlined.js' +export * from './IconNaturePeopleRounded.js' +export * from './IconNaturePeopleRoundedFilled.js' +export * from './IconNaturePeopleSharpFilled.js' +export * from './IconNaturePeopleSharp.js' +export * from './IconNavigationOutlinedFilled.js' +export * from './IconNavigationOutlined.js' +export * from './IconNavigationRounded.js' +export * from './IconNavigationRoundedFilled.js' +export * from './IconNavigationSharp.js' +export * from './IconNavigationSharpFilled.js' +export * from './IconNearMeOutlined.js' +export * from './IconNearMeOutlinedFilled.js' +export * from './IconNearMeRounded.js' +export * from './IconNearMeRoundedFilled.js' +export * from './IconNearMeSharpFilled.js' +export * from './IconNearMeSharp.js' +export * from './IconNearMeDisabledOutlined.js' +export * from './IconNearMeDisabledOutlinedFilled.js' +export * from './IconNearMeDisabledRoundedFilled.js' +export * from './IconNearMeDisabledRounded.js' +export * from './IconNearMeDisabledSharpFilled.js' +export * from './IconNearMeDisabledSharp.js' +export * from './IconNearbyOutlinedFilled.js' +export * from './IconNearbyOutlined.js' +export * from './IconNearbyRoundedFilled.js' +export * from './IconNearbyRounded.js' +export * from './IconNearbySharpFilled.js' +export * from './IconNearbySharp.js' +export * from './IconNearbyErrorOutlinedFilled.js' +export * from './IconNearbyErrorOutlined.js' +export * from './IconNearbyErrorRoundedFilled.js' +export * from './IconNearbyErrorRounded.js' +export * from './IconNearbyErrorSharp.js' +export * from './IconNearbyErrorSharpFilled.js' +export * from './IconNearbyOffOutlinedFilled.js' +export * from './IconNearbyOffOutlined.js' +export * from './IconNearbyOffRounded.js' +export * from './IconNearbyOffRoundedFilled.js' +export * from './IconNearbyOffSharp.js' +export * from './IconNearbyOffSharpFilled.js' +export * from './IconNephrologyOutlined.js' +export * from './IconNephrologyOutlinedFilled.js' +export * from './IconNephrologyRoundedFilled.js' +export * from './IconNephrologyRounded.js' +export * from './IconNephrologySharpFilled.js' +export * from './IconNephrologySharp.js' +export * from './IconNestAudioOutlinedFilled.js' +export * from './IconNestAudioOutlined.js' +export * from './IconNestAudioRounded.js' +export * from './IconNestAudioRoundedFilled.js' +export * from './IconNestAudioSharp.js' +export * from './IconNestAudioSharpFilled.js' +export * from './IconNestCamFloodlightOutlinedFilled.js' +export * from './IconNestCamFloodlightOutlined.js' +export * from './IconNestCamFloodlightRoundedFilled.js' +export * from './IconNestCamFloodlightRounded.js' +export * from './IconNestCamFloodlightSharp.js' +export * from './IconNestCamFloodlightSharpFilled.js' +export * from './IconNestCamIndoorOutlined.js' +export * from './IconNestCamIndoorOutlinedFilled.js' +export * from './IconNestCamIndoorRounded.js' +export * from './IconNestCamIndoorRoundedFilled.js' +export * from './IconNestCamIndoorSharp.js' +export * from './IconNestCamIndoorSharpFilled.js' +export * from './IconNestCamIqOutlined.js' +export * from './IconNestCamIqOutlinedFilled.js' +export * from './IconNestCamIqRounded.js' +export * from './IconNestCamIqRoundedFilled.js' +export * from './IconNestCamIqSharp.js' +export * from './IconNestCamIqSharpFilled.js' +export * from './IconNestCamIqOutdoorOutlinedFilled.js' +export * from './IconNestCamIqOutdoorOutlined.js' +export * from './IconNestCamIqOutdoorRoundedFilled.js' +export * from './IconNestCamIqOutdoorRounded.js' +export * from './IconNestCamIqOutdoorSharp.js' +export * from './IconNestCamIqOutdoorSharpFilled.js' +export * from './IconNestCamMagnetMountOutlinedFilled.js' +export * from './IconNestCamMagnetMountOutlined.js' +export * from './IconNestCamMagnetMountRounded.js' +export * from './IconNestCamMagnetMountRoundedFilled.js' +export * from './IconNestCamMagnetMountSharpFilled.js' +export * from './IconNestCamMagnetMountSharp.js' +export * from './IconNestCamOutdoorOutlinedFilled.js' +export * from './IconNestCamOutdoorOutlined.js' +export * from './IconNestCamOutdoorRoundedFilled.js' +export * from './IconNestCamOutdoorRounded.js' +export * from './IconNestCamOutdoorSharp.js' +export * from './IconNestCamOutdoorSharpFilled.js' +export * from './IconNestCamStandOutlinedFilled.js' +export * from './IconNestCamStandOutlined.js' +export * from './IconNestCamStandRounded.js' +export * from './IconNestCamStandRoundedFilled.js' +export * from './IconNestCamStandSharp.js' +export * from './IconNestCamStandSharpFilled.js' +export * from './IconNestCamWallMountOutlined.js' +export * from './IconNestCamWallMountOutlinedFilled.js' +export * from './IconNestCamWallMountRoundedFilled.js' +export * from './IconNestCamWallMountRounded.js' +export * from './IconNestCamWallMountSharp.js' +export * from './IconNestCamWallMountSharpFilled.js' +export * from './IconNestCamWiredStandOutlinedFilled.js' +export * from './IconNestCamWiredStandOutlined.js' +export * from './IconNestCamWiredStandRoundedFilled.js' +export * from './IconNestCamWiredStandRounded.js' +export * from './IconNestCamWiredStandSharp.js' +export * from './IconNestCamWiredStandSharpFilled.js' +export * from './IconNestClockFarsightAnalogOutlinedFilled.js' +export * from './IconNestClockFarsightAnalogOutlined.js' +export * from './IconNestClockFarsightAnalogRounded.js' +export * from './IconNestClockFarsightAnalogRoundedFilled.js' +export * from './IconNestClockFarsightAnalogSharp.js' +export * from './IconNestClockFarsightAnalogSharpFilled.js' +export * from './IconNestClockFarsightDigitalOutlined.js' +export * from './IconNestClockFarsightDigitalOutlinedFilled.js' +export * from './IconNestClockFarsightDigitalRoundedFilled.js' +export * from './IconNestClockFarsightDigitalRounded.js' +export * from './IconNestClockFarsightDigitalSharp.js' +export * from './IconNestClockFarsightDigitalSharpFilled.js' +export * from './IconNestConnectOutlined.js' +export * from './IconNestConnectOutlinedFilled.js' +export * from './IconNestConnectRounded.js' +export * from './IconNestConnectRoundedFilled.js' +export * from './IconNestConnectSharpFilled.js' +export * from './IconNestConnectSharp.js' +export * from './IconNestDetectOutlinedFilled.js' +export * from './IconNestDetectOutlined.js' +export * from './IconNestDetectRounded.js' +export * from './IconNestDetectRoundedFilled.js' +export * from './IconNestDetectSharp.js' +export * from './IconNestDetectSharpFilled.js' +export * from './IconNestDisplayOutlinedFilled.js' +export * from './IconNestDisplayOutlined.js' +export * from './IconNestDisplayRounded.js' +export * from './IconNestDisplayRoundedFilled.js' +export * from './IconNestDisplaySharp.js' +export * from './IconNestDisplaySharpFilled.js' +export * from './IconNestDisplayMaxOutlined.js' +export * from './IconNestDisplayMaxOutlinedFilled.js' +export * from './IconNestDisplayMaxRounded.js' +export * from './IconNestDisplayMaxRoundedFilled.js' +export * from './IconNestDisplayMaxSharp.js' +export * from './IconNestDisplayMaxSharpFilled.js' +export * from './IconNestDoorbellVisitorOutlined.js' +export * from './IconNestDoorbellVisitorOutlinedFilled.js' +export * from './IconNestDoorbellVisitorRoundedFilled.js' +export * from './IconNestDoorbellVisitorRounded.js' +export * from './IconNestDoorbellVisitorSharp.js' +export * from './IconNestDoorbellVisitorSharpFilled.js' +export * from './IconNestEcoLeafOutlined.js' +export * from './IconNestEcoLeafOutlinedFilled.js' +export * from './IconNestEcoLeafRounded.js' +export * from './IconNestEcoLeafRoundedFilled.js' +export * from './IconNestEcoLeafSharp.js' +export * from './IconNestEcoLeafSharpFilled.js' +export * from './IconNestFarsightWeatherOutlinedFilled.js' +export * from './IconNestFarsightWeatherOutlined.js' +export * from './IconNestFarsightWeatherRounded.js' +export * from './IconNestFarsightWeatherRoundedFilled.js' +export * from './IconNestFarsightWeatherSharp.js' +export * from './IconNestFarsightWeatherSharpFilled.js' +export * from './IconNestFoundSavingsOutlinedFilled.js' +export * from './IconNestFoundSavingsOutlined.js' +export * from './IconNestFoundSavingsRounded.js' +export * from './IconNestFoundSavingsRoundedFilled.js' +export * from './IconNestFoundSavingsSharpFilled.js' +export * from './IconNestFoundSavingsSharp.js' +export * from './IconNestGaleWifiOutlined.js' +export * from './IconNestGaleWifiOutlinedFilled.js' +export * from './IconNestGaleWifiRounded.js' +export * from './IconNestGaleWifiRoundedFilled.js' +export * from './IconNestGaleWifiSharp.js' +export * from './IconNestGaleWifiSharpFilled.js' +export * from './IconNestHeatLinkEOutlinedFilled.js' +export * from './IconNestHeatLinkEOutlined.js' +export * from './IconNestHeatLinkERoundedFilled.js' +export * from './IconNestHeatLinkERounded.js' +export * from './IconNestHeatLinkESharp.js' +export * from './IconNestHeatLinkESharpFilled.js' +export * from './IconNestHeatLinkGen3OutlinedFilled.js' +export * from './IconNestHeatLinkGen3Outlined.js' +export * from './IconNestHeatLinkGen3Rounded.js' +export * from './IconNestHeatLinkGen3RoundedFilled.js' +export * from './IconNestHeatLinkGen3Sharp.js' +export * from './IconNestHeatLinkGen3SharpFilled.js' +export * from './IconNestHelloDoorbellOutlined.js' +export * from './IconNestHelloDoorbellOutlinedFilled.js' +export * from './IconNestHelloDoorbellRounded.js' +export * from './IconNestHelloDoorbellRoundedFilled.js' +export * from './IconNestHelloDoorbellSharpFilled.js' +export * from './IconNestHelloDoorbellSharp.js' +export * from './IconNestMiniOutlined.js' +export * from './IconNestMiniOutlinedFilled.js' +export * from './IconNestMiniRounded.js' +export * from './IconNestMiniRoundedFilled.js' +export * from './IconNestMiniSharp.js' +export * from './IconNestMiniSharpFilled.js' +export * from './IconNestMultiRoomOutlined.js' +export * from './IconNestMultiRoomOutlinedFilled.js' +export * from './IconNestMultiRoomRounded.js' +export * from './IconNestMultiRoomRoundedFilled.js' +export * from './IconNestMultiRoomSharpFilled.js' +export * from './IconNestMultiRoomSharp.js' +export * from './IconNestProtectOutlined.js' +export * from './IconNestProtectOutlinedFilled.js' +export * from './IconNestProtectRoundedFilled.js' +export * from './IconNestProtectRounded.js' +export * from './IconNestProtectSharp.js' +export * from './IconNestProtectSharpFilled.js' +export * from './IconNestRemoteOutlinedFilled.js' +export * from './IconNestRemoteOutlined.js' +export * from './IconNestRemoteRoundedFilled.js' +export * from './IconNestRemoteRounded.js' +export * from './IconNestRemoteSharp.js' +export * from './IconNestRemoteSharpFilled.js' +export * from './IconNestRemoteComfortSensorOutlinedFilled.js' +export * from './IconNestRemoteComfortSensorOutlined.js' +export * from './IconNestRemoteComfortSensorRounded.js' +export * from './IconNestRemoteComfortSensorRoundedFilled.js' +export * from './IconNestRemoteComfortSensorSharpFilled.js' +export * from './IconNestRemoteComfortSensorSharp.js' +export * from './IconNestSecureAlarmOutlined.js' +export * from './IconNestSecureAlarmOutlinedFilled.js' +export * from './IconNestSecureAlarmRoundedFilled.js' +export * from './IconNestSecureAlarmRounded.js' +export * from './IconNestSecureAlarmSharp.js' +export * from './IconNestSecureAlarmSharpFilled.js' +export * from './IconNestSunblockOutlinedFilled.js' +export * from './IconNestSunblockOutlined.js' +export * from './IconNestSunblockRounded.js' +export * from './IconNestSunblockRoundedFilled.js' +export * from './IconNestSunblockSharp.js' +export * from './IconNestSunblockSharpFilled.js' +export * from './IconNestTagOutlinedFilled.js' +export * from './IconNestTagOutlined.js' +export * from './IconNestTagRoundedFilled.js' +export * from './IconNestTagRounded.js' +export * from './IconNestTagSharpFilled.js' +export * from './IconNestTagSharp.js' +export * from './IconNestThermostatOutlinedFilled.js' +export * from './IconNestThermostatOutlined.js' +export * from './IconNestThermostatRoundedFilled.js' +export * from './IconNestThermostatRounded.js' +export * from './IconNestThermostatSharp.js' +export * from './IconNestThermostatSharpFilled.js' +export * from './IconNestThermostatEEuOutlined.js' +export * from './IconNestThermostatEEuOutlinedFilled.js' +export * from './IconNestThermostatEEuRounded.js' +export * from './IconNestThermostatEEuRoundedFilled.js' +export * from './IconNestThermostatEEuSharpFilled.js' +export * from './IconNestThermostatEEuSharp.js' +export * from './IconNestThermostatGen3OutlinedFilled.js' +export * from './IconNestThermostatGen3Outlined.js' +export * from './IconNestThermostatGen3Rounded.js' +export * from './IconNestThermostatGen3RoundedFilled.js' +export * from './IconNestThermostatGen3SharpFilled.js' +export * from './IconNestThermostatGen3Sharp.js' +export * from './IconNestThermostatSensorOutlined.js' +export * from './IconNestThermostatSensorOutlinedFilled.js' +export * from './IconNestThermostatSensorRoundedFilled.js' +export * from './IconNestThermostatSensorRounded.js' +export * from './IconNestThermostatSensorSharp.js' +export * from './IconNestThermostatSensorSharpFilled.js' +export * from './IconNestThermostatSensorEuOutlined.js' +export * from './IconNestThermostatSensorEuOutlinedFilled.js' +export * from './IconNestThermostatSensorEuRounded.js' +export * from './IconNestThermostatSensorEuRoundedFilled.js' +export * from './IconNestThermostatSensorEuSharpFilled.js' +export * from './IconNestThermostatSensorEuSharp.js' +export * from './IconNestThermostatZirconiumEuOutlined.js' +export * from './IconNestThermostatZirconiumEuOutlinedFilled.js' +export * from './IconNestThermostatZirconiumEuRoundedFilled.js' +export * from './IconNestThermostatZirconiumEuRounded.js' +export * from './IconNestThermostatZirconiumEuSharpFilled.js' +export * from './IconNestThermostatZirconiumEuSharp.js' +export * from './IconNestTrueRadiantOutlined.js' +export * from './IconNestTrueRadiantOutlinedFilled.js' +export * from './IconNestTrueRadiantRoundedFilled.js' +export * from './IconNestTrueRadiantRounded.js' +export * from './IconNestTrueRadiantSharp.js' +export * from './IconNestTrueRadiantSharpFilled.js' +export * from './IconNestWakeOnApproachOutlinedFilled.js' +export * from './IconNestWakeOnApproachOutlined.js' +export * from './IconNestWakeOnApproachRounded.js' +export * from './IconNestWakeOnApproachRoundedFilled.js' +export * from './IconNestWakeOnApproachSharpFilled.js' +export * from './IconNestWakeOnApproachSharp.js' +export * from './IconNestWakeOnPressOutlined.js' +export * from './IconNestWakeOnPressOutlinedFilled.js' +export * from './IconNestWakeOnPressRoundedFilled.js' +export * from './IconNestWakeOnPressRounded.js' +export * from './IconNestWakeOnPressSharp.js' +export * from './IconNestWakeOnPressSharpFilled.js' +export * from './IconNestWifiPointOutlinedFilled.js' +export * from './IconNestWifiPointOutlined.js' +export * from './IconNestWifiPointRoundedFilled.js' +export * from './IconNestWifiPointRounded.js' +export * from './IconNestWifiPointSharpFilled.js' +export * from './IconNestWifiPointSharp.js' +export * from './IconNestWifiProOutlinedFilled.js' +export * from './IconNestWifiProOutlined.js' +export * from './IconNestWifiProRounded.js' +export * from './IconNestWifiProRoundedFilled.js' +export * from './IconNestWifiProSharp.js' +export * from './IconNestWifiProSharpFilled.js' +export * from './IconNestWifiPro2OutlinedFilled.js' +export * from './IconNestWifiPro2Outlined.js' +export * from './IconNestWifiPro2RoundedFilled.js' +export * from './IconNestWifiPro2Rounded.js' +export * from './IconNestWifiPro2SharpFilled.js' +export * from './IconNestWifiPro2Sharp.js' +export * from './IconNestWifiRouterOutlined.js' +export * from './IconNestWifiRouterOutlinedFilled.js' +export * from './IconNestWifiRouterRounded.js' +export * from './IconNestWifiRouterRoundedFilled.js' +export * from './IconNestWifiRouterSharpFilled.js' +export * from './IconNestWifiRouterSharp.js' +export * from './IconNetworkCellOutlined.js' +export * from './IconNetworkCellOutlinedFilled.js' +export * from './IconNetworkCellRounded.js' +export * from './IconNetworkCellRoundedFilled.js' +export * from './IconNetworkCellSharpFilled.js' +export * from './IconNetworkCellSharp.js' +export * from './IconNetworkCheckOutlined.js' +export * from './IconNetworkCheckOutlinedFilled.js' +export * from './IconNetworkCheckRoundedFilled.js' +export * from './IconNetworkCheckRounded.js' +export * from './IconNetworkCheckSharp.js' +export * from './IconNetworkCheckSharpFilled.js' +export * from './IconNetworkIntelligenceHistoryOutlined.js' +export * from './IconNetworkIntelligenceHistoryOutlinedFilled.js' +export * from './IconNetworkIntelligenceHistoryRounded.js' +export * from './IconNetworkIntelligenceHistoryRoundedFilled.js' +export * from './IconNetworkIntelligenceHistorySharpFilled.js' +export * from './IconNetworkIntelligenceHistorySharp.js' +export * from './IconNetworkIntelligenceUpdateOutlined.js' +export * from './IconNetworkIntelligenceUpdateOutlinedFilled.js' +export * from './IconNetworkIntelligenceUpdateRoundedFilled.js' +export * from './IconNetworkIntelligenceUpdateRounded.js' +export * from './IconNetworkIntelligenceUpdateSharp.js' +export * from './IconNetworkIntelligenceUpdateSharpFilled.js' +export * from './IconNetworkLockedOutlined.js' +export * from './IconNetworkLockedOutlinedFilled.js' +export * from './IconNetworkLockedRounded.js' +export * from './IconNetworkLockedRoundedFilled.js' +export * from './IconNetworkLockedSharp.js' +export * from './IconNetworkLockedSharpFilled.js' +export * from './IconNetworkManageOutlined.js' +export * from './IconNetworkManageOutlinedFilled.js' +export * from './IconNetworkManageRounded.js' +export * from './IconNetworkManageRoundedFilled.js' +export * from './IconNetworkManageSharp.js' +export * from './IconNetworkManageSharpFilled.js' +export * from './IconNetworkNodeOutlined.js' +export * from './IconNetworkNodeOutlinedFilled.js' +export * from './IconNetworkNodeRounded.js' +export * from './IconNetworkNodeRoundedFilled.js' +export * from './IconNetworkNodeSharp.js' +export * from './IconNetworkNodeSharpFilled.js' +export * from './IconNetworkPingOutlined.js' +export * from './IconNetworkPingOutlinedFilled.js' +export * from './IconNetworkPingRounded.js' +export * from './IconNetworkPingRoundedFilled.js' +export * from './IconNetworkPingSharpFilled.js' +export * from './IconNetworkPingSharp.js' +export * from './IconNetworkWifiOutlined.js' +export * from './IconNetworkWifiOutlinedFilled.js' +export * from './IconNetworkWifiRounded.js' +export * from './IconNetworkWifiRoundedFilled.js' +export * from './IconNetworkWifiSharp.js' +export * from './IconNetworkWifiSharpFilled.js' +export * from './IconNetworkWifi1BarOutlined.js' +export * from './IconNetworkWifi1BarOutlinedFilled.js' +export * from './IconNetworkWifi1BarRounded.js' +export * from './IconNetworkWifi1BarRoundedFilled.js' +export * from './IconNetworkWifi1BarSharp.js' +export * from './IconNetworkWifi1BarSharpFilled.js' +export * from './IconNetworkWifi1BarLockedOutlinedFilled.js' +export * from './IconNetworkWifi1BarLockedOutlined.js' +export * from './IconNetworkWifi1BarLockedRounded.js' +export * from './IconNetworkWifi1BarLockedRoundedFilled.js' +export * from './IconNetworkWifi1BarLockedSharp.js' +export * from './IconNetworkWifi1BarLockedSharpFilled.js' +export * from './IconNetworkWifi2BarOutlined.js' +export * from './IconNetworkWifi2BarOutlinedFilled.js' +export * from './IconNetworkWifi2BarRounded.js' +export * from './IconNetworkWifi2BarRoundedFilled.js' +export * from './IconNetworkWifi2BarSharp.js' +export * from './IconNetworkWifi2BarSharpFilled.js' +export * from './IconNetworkWifi2BarLockedOutlined.js' +export * from './IconNetworkWifi2BarLockedOutlinedFilled.js' +export * from './IconNetworkWifi2BarLockedRounded.js' +export * from './IconNetworkWifi2BarLockedRoundedFilled.js' +export * from './IconNetworkWifi2BarLockedSharp.js' +export * from './IconNetworkWifi2BarLockedSharpFilled.js' +export * from './IconNetworkWifi3BarOutlined.js' +export * from './IconNetworkWifi3BarOutlinedFilled.js' +export * from './IconNetworkWifi3BarRounded.js' +export * from './IconNetworkWifi3BarRoundedFilled.js' +export * from './IconNetworkWifi3BarSharpFilled.js' +export * from './IconNetworkWifi3BarSharp.js' +export * from './IconNetworkWifi3BarLockedOutlined.js' +export * from './IconNetworkWifi3BarLockedOutlinedFilled.js' +export * from './IconNetworkWifi3BarLockedRounded.js' +export * from './IconNetworkWifi3BarLockedRoundedFilled.js' +export * from './IconNetworkWifi3BarLockedSharp.js' +export * from './IconNetworkWifi3BarLockedSharpFilled.js' +export * from './IconNetworkWifiLockedOutlined.js' +export * from './IconNetworkWifiLockedOutlinedFilled.js' +export * from './IconNetworkWifiLockedRounded.js' +export * from './IconNetworkWifiLockedRoundedFilled.js' +export * from './IconNetworkWifiLockedSharpFilled.js' +export * from './IconNetworkWifiLockedSharp.js' +export * from './IconNeurologyOutlinedFilled.js' +export * from './IconNeurologyOutlined.js' +export * from './IconNeurologyRoundedFilled.js' +export * from './IconNeurologyRounded.js' +export * from './IconNeurologySharpFilled.js' +export * from './IconNeurologySharp.js' +export * from './IconNewLabelOutlined.js' +export * from './IconNewLabelOutlinedFilled.js' +export * from './IconNewLabelRoundedFilled.js' +export * from './IconNewLabelRounded.js' +export * from './IconNewLabelSharpFilled.js' +export * from './IconNewLabelSharp.js' +export * from './IconNewReleasesOutlinedFilled.js' +export * from './IconNewReleasesOutlined.js' +export * from './IconNewReleasesRoundedFilled.js' +export * from './IconNewReleasesRounded.js' +export * from './IconNewReleasesSharp.js' +export * from './IconNewReleasesSharpFilled.js' +export * from './IconNewWindowOutlined.js' +export * from './IconNewWindowOutlinedFilled.js' +export * from './IconNewWindowRounded.js' +export * from './IconNewWindowRoundedFilled.js' +export * from './IconNewWindowSharpFilled.js' +export * from './IconNewWindowSharp.js' +export * from './IconNewsOutlined.js' +export * from './IconNewsOutlinedFilled.js' +export * from './IconNewsRounded.js' +export * from './IconNewsRoundedFilled.js' +export * from './IconNewsSharp.js' +export * from './IconNewsSharpFilled.js' +export * from './IconNewsmodeOutlined.js' +export * from './IconNewsmodeOutlinedFilled.js' +export * from './IconNewsmodeRoundedFilled.js' +export * from './IconNewsmodeRounded.js' +export * from './IconNewsmodeSharp.js' +export * from './IconNewsmodeSharpFilled.js' +export * from './IconNewspaperOutlinedFilled.js' +export * from './IconNewspaperOutlined.js' +export * from './IconNewspaperRounded.js' +export * from './IconNewspaperRoundedFilled.js' +export * from './IconNewspaperSharp.js' +export * from './IconNewspaperSharpFilled.js' +export * from './IconNewsstandOutlined.js' +export * from './IconNewsstandOutlinedFilled.js' +export * from './IconNewsstandRounded.js' +export * from './IconNewsstandRoundedFilled.js' +export * from './IconNewsstandSharpFilled.js' +export * from './IconNewsstandSharp.js' +export * from './IconNextPlanOutlinedFilled.js' +export * from './IconNextPlanOutlined.js' +export * from './IconNextPlanRounded.js' +export * from './IconNextPlanRoundedFilled.js' +export * from './IconNextPlanSharp.js' +export * from './IconNextPlanSharpFilled.js' +export * from './IconNextWeekOutlined.js' +export * from './IconNextWeekOutlinedFilled.js' +export * from './IconNextWeekRounded.js' +export * from './IconNextWeekRoundedFilled.js' +export * from './IconNextWeekSharpFilled.js' +export * from './IconNextWeekSharp.js' +export * from './IconNfcOutlined.js' +export * from './IconNfcOutlinedFilled.js' +export * from './IconNfcRoundedFilled.js' +export * from './IconNfcRounded.js' +export * from './IconNfcSharp.js' +export * from './IconNfcSharpFilled.js' +export * from './IconNightShelterOutlinedFilled.js' +export * from './IconNightShelterOutlined.js' +export * from './IconNightShelterRoundedFilled.js' +export * from './IconNightShelterRounded.js' +export * from './IconNightShelterSharpFilled.js' +export * from './IconNightShelterSharp.js' +export * from './IconNightSightAutoOutlined.js' +export * from './IconNightSightAutoOutlinedFilled.js' +export * from './IconNightSightAutoRoundedFilled.js' +export * from './IconNightSightAutoRounded.js' +export * from './IconNightSightAutoSharp.js' +export * from './IconNightSightAutoSharpFilled.js' +export * from './IconNightSightAutoOffOutlinedFilled.js' +export * from './IconNightSightAutoOffOutlined.js' +export * from './IconNightSightAutoOffRounded.js' +export * from './IconNightSightAutoOffRoundedFilled.js' +export * from './IconNightSightAutoOffSharpFilled.js' +export * from './IconNightSightAutoOffSharp.js' +export * from './IconNightSightMaxOutlinedFilled.js' +export * from './IconNightSightMaxOutlined.js' +export * from './IconNightSightMaxRounded.js' +export * from './IconNightSightMaxRoundedFilled.js' +export * from './IconNightSightMaxSharp.js' +export * from './IconNightSightMaxSharpFilled.js' +export * from './IconNightlifeOutlined.js' +export * from './IconNightlifeOutlinedFilled.js' +export * from './IconNightlifeRounded.js' +export * from './IconNightlifeRoundedFilled.js' +export * from './IconNightlifeSharp.js' +export * from './IconNightlifeSharpFilled.js' +export * from './IconNightlightOutlined.js' +export * from './IconNightlightOutlinedFilled.js' +export * from './IconNightlightRoundedFilled.js' +export * from './IconNightlightRounded.js' +export * from './IconNightlightSharpFilled.js' +export * from './IconNightlightSharp.js' +export * from './IconNightsStayOutlined.js' +export * from './IconNightsStayOutlinedFilled.js' +export * from './IconNightsStayRoundedFilled.js' +export * from './IconNightsStayRounded.js' +export * from './IconNightsStaySharpFilled.js' +export * from './IconNightsStaySharp.js' +export * from './IconNoAccountsOutlined.js' +export * from './IconNoAccountsOutlinedFilled.js' +export * from './IconNoAccountsRounded.js' +export * from './IconNoAccountsRoundedFilled.js' +export * from './IconNoAccountsSharp.js' +export * from './IconNoAccountsSharpFilled.js' +export * from './IconNoAdultContentOutlined.js' +export * from './IconNoAdultContentOutlinedFilled.js' +export * from './IconNoAdultContentRounded.js' +export * from './IconNoAdultContentRoundedFilled.js' +export * from './IconNoAdultContentSharp.js' +export * from './IconNoAdultContentSharpFilled.js' +export * from './IconNoBackpackOutlined.js' +export * from './IconNoBackpackOutlinedFilled.js' +export * from './IconNoBackpackRounded.js' +export * from './IconNoBackpackRoundedFilled.js' +export * from './IconNoBackpackSharpFilled.js' +export * from './IconNoBackpackSharp.js' +export * from './IconNoCrashOutlinedFilled.js' +export * from './IconNoCrashOutlined.js' +export * from './IconNoCrashRoundedFilled.js' +export * from './IconNoCrashRounded.js' +export * from './IconNoCrashSharpFilled.js' +export * from './IconNoCrashSharp.js' +export * from './IconNoDrinksOutlined.js' +export * from './IconNoDrinksOutlinedFilled.js' +export * from './IconNoDrinksRounded.js' +export * from './IconNoDrinksRoundedFilled.js' +export * from './IconNoDrinksSharp.js' +export * from './IconNoDrinksSharpFilled.js' +export * from './IconNoEncryptionOutlined.js' +export * from './IconNoEncryptionOutlinedFilled.js' +export * from './IconNoEncryptionRoundedFilled.js' +export * from './IconNoEncryptionRounded.js' +export * from './IconNoEncryptionSharp.js' +export * from './IconNoEncryptionSharpFilled.js' +export * from './IconNoFlashOutlinedFilled.js' +export * from './IconNoFlashOutlined.js' +export * from './IconNoFlashRounded.js' +export * from './IconNoFlashRoundedFilled.js' +export * from './IconNoFlashSharpFilled.js' +export * from './IconNoFlashSharp.js' +export * from './IconNoFoodOutlinedFilled.js' +export * from './IconNoFoodOutlined.js' +export * from './IconNoFoodRoundedFilled.js' +export * from './IconNoFoodRounded.js' +export * from './IconNoFoodSharp.js' +export * from './IconNoFoodSharpFilled.js' +export * from './IconNoLuggageOutlinedFilled.js' +export * from './IconNoLuggageOutlined.js' +export * from './IconNoLuggageRoundedFilled.js' +export * from './IconNoLuggageRounded.js' +export * from './IconNoLuggageSharp.js' +export * from './IconNoLuggageSharpFilled.js' +export * from './IconNoMealsOutlinedFilled.js' +export * from './IconNoMealsOutlined.js' +export * from './IconNoMealsRoundedFilled.js' +export * from './IconNoMealsRounded.js' +export * from './IconNoMealsSharp.js' +export * from './IconNoMealsSharpFilled.js' +export * from './IconNoMeetingRoomOutlinedFilled.js' +export * from './IconNoMeetingRoomOutlined.js' +export * from './IconNoMeetingRoomRounded.js' +export * from './IconNoMeetingRoomRoundedFilled.js' +export * from './IconNoMeetingRoomSharp.js' +export * from './IconNoMeetingRoomSharpFilled.js' +export * from './IconNoPhotographyOutlinedFilled.js' +export * from './IconNoPhotographyOutlined.js' +export * from './IconNoPhotographyRounded.js' +export * from './IconNoPhotographyRoundedFilled.js' +export * from './IconNoPhotographySharp.js' +export * from './IconNoPhotographySharpFilled.js' +export * from './IconNoSimOutlined.js' +export * from './IconNoSimOutlinedFilled.js' +export * from './IconNoSimRounded.js' +export * from './IconNoSimRoundedFilled.js' +export * from './IconNoSimSharpFilled.js' +export * from './IconNoSimSharp.js' +export * from './IconNoSoundOutlined.js' +export * from './IconNoSoundOutlinedFilled.js' +export * from './IconNoSoundRounded.js' +export * from './IconNoSoundRoundedFilled.js' +export * from './IconNoSoundSharp.js' +export * from './IconNoSoundSharpFilled.js' +export * from './IconNoStrollerOutlined.js' +export * from './IconNoStrollerOutlinedFilled.js' +export * from './IconNoStrollerRoundedFilled.js' +export * from './IconNoStrollerRounded.js' +export * from './IconNoStrollerSharp.js' +export * from './IconNoStrollerSharpFilled.js' +export * from './IconNoTransferOutlined.js' +export * from './IconNoTransferOutlinedFilled.js' +export * from './IconNoTransferRounded.js' +export * from './IconNoTransferRoundedFilled.js' +export * from './IconNoTransferSharp.js' +export * from './IconNoTransferSharpFilled.js' +export * from './IconNoiseAwareOutlined.js' +export * from './IconNoiseAwareOutlinedFilled.js' +export * from './IconNoiseAwareRounded.js' +export * from './IconNoiseAwareRoundedFilled.js' +export * from './IconNoiseAwareSharpFilled.js' +export * from './IconNoiseAwareSharp.js' +export * from './IconNoiseControlOffOutlined.js' +export * from './IconNoiseControlOffOutlinedFilled.js' +export * from './IconNoiseControlOffRounded.js' +export * from './IconNoiseControlOffRoundedFilled.js' +export * from './IconNoiseControlOffSharp.js' +export * from './IconNoiseControlOffSharpFilled.js' +export * from './IconNoiseControlOnOutlined.js' +export * from './IconNoiseControlOnOutlinedFilled.js' +export * from './IconNoiseControlOnRounded.js' +export * from './IconNoiseControlOnRoundedFilled.js' +export * from './IconNoiseControlOnSharp.js' +export * from './IconNoiseControlOnSharpFilled.js' +export * from './IconNordicWalkingOutlined.js' +export * from './IconNordicWalkingOutlinedFilled.js' +export * from './IconNordicWalkingRounded.js' +export * from './IconNordicWalkingRoundedFilled.js' +export * from './IconNordicWalkingSharp.js' +export * from './IconNordicWalkingSharpFilled.js' +export * from './IconNorthOutlinedFilled.js' +export * from './IconNorthOutlined.js' +export * from './IconNorthRounded.js' +export * from './IconNorthRoundedFilled.js' +export * from './IconNorthSharp.js' +export * from './IconNorthSharpFilled.js' +export * from './IconNorthEastOutlinedFilled.js' +export * from './IconNorthEastOutlined.js' +export * from './IconNorthEastRounded.js' +export * from './IconNorthEastRoundedFilled.js' +export * from './IconNorthEastSharpFilled.js' +export * from './IconNorthEastSharp.js' +export * from './IconNorthWestOutlined.js' +export * from './IconNorthWestOutlinedFilled.js' +export * from './IconNorthWestRounded.js' +export * from './IconNorthWestRoundedFilled.js' +export * from './IconNorthWestSharpFilled.js' +export * from './IconNorthWestSharp.js' +export * from './IconNotAccessibleOutlined.js' +export * from './IconNotAccessibleOutlinedFilled.js' +export * from './IconNotAccessibleRounded.js' +export * from './IconNotAccessibleRoundedFilled.js' +export * from './IconNotAccessibleSharpFilled.js' +export * from './IconNotAccessibleSharp.js' +export * from './IconNotAccessibleForwardOutlinedFilled.js' +export * from './IconNotAccessibleForwardOutlined.js' +export * from './IconNotAccessibleForwardRounded.js' +export * from './IconNotAccessibleForwardRoundedFilled.js' +export * from './IconNotAccessibleForwardSharp.js' +export * from './IconNotAccessibleForwardSharpFilled.js' +export * from './IconNotListedLocationOutlined.js' +export * from './IconNotListedLocationOutlinedFilled.js' +export * from './IconNotListedLocationRoundedFilled.js' +export * from './IconNotListedLocationRounded.js' +export * from './IconNotListedLocationSharp.js' +export * from './IconNotListedLocationSharpFilled.js' +export * from './IconNotStartedOutlined.js' +export * from './IconNotStartedOutlinedFilled.js' +export * from './IconNotStartedRounded.js' +export * from './IconNotStartedRoundedFilled.js' +export * from './IconNotStartedSharp.js' +export * from './IconNotStartedSharpFilled.js' +export * from './IconNoteAddOutlined.js' +export * from './IconNoteAddOutlinedFilled.js' +export * from './IconNoteAddRounded.js' +export * from './IconNoteAddRoundedFilled.js' +export * from './IconNoteAddSharp.js' +export * from './IconNoteAddSharpFilled.js' +export * from './IconNoteAltOutlinedFilled.js' +export * from './IconNoteAltOutlined.js' +export * from './IconNoteAltRounded.js' +export * from './IconNoteAltRoundedFilled.js' +export * from './IconNoteAltSharp.js' +export * from './IconNoteAltSharpFilled.js' +export * from './IconNoteStackOutlined.js' +export * from './IconNoteStackOutlinedFilled.js' +export * from './IconNoteStackRounded.js' +export * from './IconNoteStackRoundedFilled.js' +export * from './IconNoteStackSharp.js' +export * from './IconNoteStackSharpFilled.js' +export * from './IconNoteStackAddOutlined.js' +export * from './IconNoteStackAddOutlinedFilled.js' +export * from './IconNoteStackAddRounded.js' +export * from './IconNoteStackAddRoundedFilled.js' +export * from './IconNoteStackAddSharpFilled.js' +export * from './IconNoteStackAddSharp.js' +export * from './IconNotesOutlined.js' +export * from './IconNotesOutlinedFilled.js' +export * from './IconNotesRoundedFilled.js' +export * from './IconNotesRounded.js' +export * from './IconNotesSharp.js' +export * from './IconNotesSharpFilled.js' +export * from './IconNotificationAddOutlined.js' +export * from './IconNotificationAddOutlinedFilled.js' +export * from './IconNotificationAddRoundedFilled.js' +export * from './IconNotificationAddRounded.js' +export * from './IconNotificationAddSharpFilled.js' +export * from './IconNotificationAddSharp.js' +export * from './IconNotificationImportantOutlined.js' +export * from './IconNotificationImportantOutlinedFilled.js' +export * from './IconNotificationImportantRounded.js' +export * from './IconNotificationImportantRoundedFilled.js' +export * from './IconNotificationImportantSharp.js' +export * from './IconNotificationImportantSharpFilled.js' +export * from './IconNotificationMultipleOutlinedFilled.js' +export * from './IconNotificationMultipleOutlined.js' +export * from './IconNotificationMultipleRounded.js' +export * from './IconNotificationMultipleRoundedFilled.js' +export * from './IconNotificationMultipleSharpFilled.js' +export * from './IconNotificationMultipleSharp.js' +export * from './IconNotificationsOutlined.js' +export * from './IconNotificationsOutlinedFilled.js' +export * from './IconNotificationsRounded.js' +export * from './IconNotificationsRoundedFilled.js' +export * from './IconNotificationsSharpFilled.js' +export * from './IconNotificationsSharp.js' +export * from './IconNotificationsActiveOutlined.js' +export * from './IconNotificationsActiveOutlinedFilled.js' +export * from './IconNotificationsActiveRounded.js' +export * from './IconNotificationsActiveRoundedFilled.js' +export * from './IconNotificationsActiveSharp.js' +export * from './IconNotificationsActiveSharpFilled.js' +export * from './IconNotificationsOffOutlinedFilled.js' +export * from './IconNotificationsOffOutlined.js' +export * from './IconNotificationsOffRounded.js' +export * from './IconNotificationsOffRoundedFilled.js' +export * from './IconNotificationsOffSharp.js' +export * from './IconNotificationsOffSharpFilled.js' +export * from './IconNotificationsPausedOutlined.js' +export * from './IconNotificationsPausedOutlinedFilled.js' +export * from './IconNotificationsPausedRounded.js' +export * from './IconNotificationsPausedRoundedFilled.js' +export * from './IconNotificationsPausedSharp.js' +export * from './IconNotificationsPausedSharpFilled.js' +export * from './IconNotificationsUnreadOutlined.js' +export * from './IconNotificationsUnreadOutlinedFilled.js' +export * from './IconNotificationsUnreadRounded.js' +export * from './IconNotificationsUnreadRoundedFilled.js' +export * from './IconNotificationsUnreadSharpFilled.js' +export * from './IconNotificationsUnreadSharp.js' +export * from './IconNumbersOutlined.js' +export * from './IconNumbersOutlinedFilled.js' +export * from './IconNumbersRounded.js' +export * from './IconNumbersRoundedFilled.js' +export * from './IconNumbersSharpFilled.js' +export * from './IconNumbersSharp.js' +export * from './IconNutritionOutlinedFilled.js' +export * from './IconNutritionOutlined.js' +export * from './IconNutritionRoundedFilled.js' +export * from './IconNutritionRounded.js' +export * from './IconNutritionSharp.js' +export * from './IconNutritionSharpFilled.js' +export * from './IconOdsOutlined.js' +export * from './IconOdsOutlinedFilled.js' +export * from './IconOdsRoundedFilled.js' +export * from './IconOdsRounded.js' +export * from './IconOdsSharp.js' +export * from './IconOdsSharpFilled.js' +export * from './IconOdtOutlined.js' +export * from './IconOdtOutlinedFilled.js' +export * from './IconOdtRoundedFilled.js' +export * from './IconOdtRounded.js' +export * from './IconOdtSharpFilled.js' +export * from './IconOdtSharp.js' +export * from './IconOfflineBoltOutlined.js' +export * from './IconOfflineBoltOutlinedFilled.js' +export * from './IconOfflineBoltRounded.js' +export * from './IconOfflineBoltRoundedFilled.js' +export * from './IconOfflineBoltSharpFilled.js' +export * from './IconOfflineBoltSharp.js' +export * from './IconOfflinePinOutlined.js' +export * from './IconOfflinePinOutlinedFilled.js' +export * from './IconOfflinePinRounded.js' +export * from './IconOfflinePinRoundedFilled.js' +export * from './IconOfflinePinSharp.js' +export * from './IconOfflinePinSharpFilled.js' +export * from './IconOfflinePinOffOutlinedFilled.js' +export * from './IconOfflinePinOffOutlined.js' +export * from './IconOfflinePinOffRounded.js' +export * from './IconOfflinePinOffRoundedFilled.js' +export * from './IconOfflinePinOffSharpFilled.js' +export * from './IconOfflinePinOffSharp.js' +export * from './IconOfflineShareOutlined.js' +export * from './IconOfflineShareOutlinedFilled.js' +export * from './IconOfflineShareRounded.js' +export * from './IconOfflineShareRoundedFilled.js' +export * from './IconOfflineShareSharp.js' +export * from './IconOfflineShareSharpFilled.js' +export * from './IconOilBarrelOutlinedFilled.js' +export * from './IconOilBarrelOutlined.js' +export * from './IconOilBarrelRounded.js' +export * from './IconOilBarrelRoundedFilled.js' +export * from './IconOilBarrelSharp.js' +export * from './IconOilBarrelSharpFilled.js' +export * from './IconOnDeviceTrainingOutlinedFilled.js' +export * from './IconOnDeviceTrainingOutlined.js' +export * from './IconOnDeviceTrainingRounded.js' +export * from './IconOnDeviceTrainingRoundedFilled.js' +export * from './IconOnDeviceTrainingSharpFilled.js' +export * from './IconOnDeviceTrainingSharp.js' +export * from './IconOnHubDeviceOutlined.js' +export * from './IconOnHubDeviceOutlinedFilled.js' +export * from './IconOnHubDeviceRounded.js' +export * from './IconOnHubDeviceRoundedFilled.js' +export * from './IconOnHubDeviceSharpFilled.js' +export * from './IconOnHubDeviceSharp.js' +export * from './IconOncologyOutlined.js' +export * from './IconOncologyOutlinedFilled.js' +export * from './IconOncologyRounded.js' +export * from './IconOncologyRoundedFilled.js' +export * from './IconOncologySharp.js' +export * from './IconOncologySharpFilled.js' +export * from './IconOnlinePredictionOutlinedFilled.js' +export * from './IconOnlinePredictionOutlined.js' +export * from './IconOnlinePredictionRounded.js' +export * from './IconOnlinePredictionRoundedFilled.js' +export * from './IconOnlinePredictionSharpFilled.js' +export * from './IconOnlinePredictionSharp.js' +export * from './IconOnsenOutlined.js' +export * from './IconOnsenOutlinedFilled.js' +export * from './IconOnsenRoundedFilled.js' +export * from './IconOnsenRounded.js' +export * from './IconOnsenSharpFilled.js' +export * from './IconOnsenSharp.js' +export * from './IconOpacityOutlined.js' +export * from './IconOpacityOutlinedFilled.js' +export * from './IconOpacityRounded.js' +export * from './IconOpacityRoundedFilled.js' +export * from './IconOpacitySharp.js' +export * from './IconOpacitySharpFilled.js' +export * from './IconOpenInBrowserOutlined.js' +export * from './IconOpenInBrowserOutlinedFilled.js' +export * from './IconOpenInBrowserRoundedFilled.js' +export * from './IconOpenInBrowserRounded.js' +export * from './IconOpenInBrowserSharpFilled.js' +export * from './IconOpenInBrowserSharp.js' +export * from './IconOpenInFullOutlined.js' +export * from './IconOpenInFullOutlinedFilled.js' +export * from './IconOpenInFullRounded.js' +export * from './IconOpenInFullRoundedFilled.js' +export * from './IconOpenInFullSharpFilled.js' +export * from './IconOpenInFullSharp.js' +export * from './IconOpenInNewOutlined.js' +export * from './IconOpenInNewOutlinedFilled.js' +export * from './IconOpenInNewRoundedFilled.js' +export * from './IconOpenInNewRounded.js' +export * from './IconOpenInNewSharp.js' +export * from './IconOpenInNewSharpFilled.js' +export * from './IconOpenInNewDownOutlined.js' +export * from './IconOpenInNewDownOutlinedFilled.js' +export * from './IconOpenInNewDownRounded.js' +export * from './IconOpenInNewDownRoundedFilled.js' +export * from './IconOpenInNewDownSharp.js' +export * from './IconOpenInNewDownSharpFilled.js' +export * from './IconOpenInNewOffOutlined.js' +export * from './IconOpenInNewOffOutlinedFilled.js' +export * from './IconOpenInNewOffRounded.js' +export * from './IconOpenInNewOffRoundedFilled.js' +export * from './IconOpenInNewOffSharp.js' +export * from './IconOpenInNewOffSharpFilled.js' +export * from './IconOpenInPhoneOutlined.js' +export * from './IconOpenInPhoneOutlinedFilled.js' +export * from './IconOpenInPhoneRoundedFilled.js' +export * from './IconOpenInPhoneRounded.js' +export * from './IconOpenInPhoneSharp.js' +export * from './IconOpenInPhoneSharpFilled.js' +export * from './IconOpenJamOutlined.js' +export * from './IconOpenJamOutlinedFilled.js' +export * from './IconOpenJamRounded.js' +export * from './IconOpenJamRoundedFilled.js' +export * from './IconOpenJamSharp.js' +export * from './IconOpenJamSharpFilled.js' +export * from './IconOpenRunOutlined.js' +export * from './IconOpenRunOutlinedFilled.js' +export * from './IconOpenRunRounded.js' +export * from './IconOpenRunRoundedFilled.js' +export * from './IconOpenRunSharp.js' +export * from './IconOpenRunSharpFilled.js' +export * from './IconOpenWithOutlined.js' +export * from './IconOpenWithOutlinedFilled.js' +export * from './IconOpenWithRounded.js' +export * from './IconOpenWithRoundedFilled.js' +export * from './IconOpenWithSharp.js' +export * from './IconOpenWithSharpFilled.js' +export * from './IconOphthalmologyOutlined.js' +export * from './IconOphthalmologyOutlinedFilled.js' +export * from './IconOphthalmologyRounded.js' +export * from './IconOphthalmologyRoundedFilled.js' +export * from './IconOphthalmologySharp.js' +export * from './IconOphthalmologySharpFilled.js' +export * from './IconOralDiseaseOutlinedFilled.js' +export * from './IconOralDiseaseOutlined.js' +export * from './IconOralDiseaseRoundedFilled.js' +export * from './IconOralDiseaseRounded.js' +export * from './IconOralDiseaseSharp.js' +export * from './IconOralDiseaseSharpFilled.js' +export * from './IconOrbitOutlinedFilled.js' +export * from './IconOrbitOutlined.js' +export * from './IconOrbitRoundedFilled.js' +export * from './IconOrbitRounded.js' +export * from './IconOrbitSharp.js' +export * from './IconOrbitSharpFilled.js' +export * from './IconOrderApproveOutlined.js' +export * from './IconOrderApproveOutlinedFilled.js' +export * from './IconOrderApproveRoundedFilled.js' +export * from './IconOrderApproveRounded.js' +export * from './IconOrderApproveSharpFilled.js' +export * from './IconOrderApproveSharp.js' +export * from './IconOrderPlayOutlinedFilled.js' +export * from './IconOrderPlayOutlined.js' +export * from './IconOrderPlayRoundedFilled.js' +export * from './IconOrderPlayRounded.js' +export * from './IconOrderPlaySharp.js' +export * from './IconOrderPlaySharpFilled.js' +export * from './IconOrdersOutlined.js' +export * from './IconOrdersOutlinedFilled.js' +export * from './IconOrdersRounded.js' +export * from './IconOrdersRoundedFilled.js' +export * from './IconOrdersSharp.js' +export * from './IconOrdersSharpFilled.js' +export * from './IconOrthopedicsOutlined.js' +export * from './IconOrthopedicsOutlinedFilled.js' +export * from './IconOrthopedicsRoundedFilled.js' +export * from './IconOrthopedicsRounded.js' +export * from './IconOrthopedicsSharp.js' +export * from './IconOrthopedicsSharpFilled.js' +export * from './IconOtherAdmissionOutlinedFilled.js' +export * from './IconOtherAdmissionOutlined.js' +export * from './IconOtherAdmissionRoundedFilled.js' +export * from './IconOtherAdmissionRounded.js' +export * from './IconOtherAdmissionSharp.js' +export * from './IconOtherAdmissionSharpFilled.js' +export * from './IconOtherHousesOutlined.js' +export * from './IconOtherHousesOutlinedFilled.js' +export * from './IconOtherHousesRounded.js' +export * from './IconOtherHousesRoundedFilled.js' +export * from './IconOtherHousesSharpFilled.js' +export * from './IconOtherHousesSharp.js' +export * from './IconOutboundOutlinedFilled.js' +export * from './IconOutboundOutlined.js' +export * from './IconOutboundRounded.js' +export * from './IconOutboundRoundedFilled.js' +export * from './IconOutboundSharpFilled.js' +export * from './IconOutboundSharp.js' +export * from './IconOutboxOutlinedFilled.js' +export * from './IconOutboxOutlined.js' +export * from './IconOutboxRoundedFilled.js' +export * from './IconOutboxRounded.js' +export * from './IconOutboxSharpFilled.js' +export * from './IconOutboxSharp.js' +export * from './IconOutboxAltOutlinedFilled.js' +export * from './IconOutboxAltOutlined.js' +export * from './IconOutboxAltRounded.js' +export * from './IconOutboxAltRoundedFilled.js' +export * from './IconOutboxAltSharp.js' +export * from './IconOutboxAltSharpFilled.js' +export * from './IconOutdoorGardenOutlined.js' +export * from './IconOutdoorGardenOutlinedFilled.js' +export * from './IconOutdoorGardenRounded.js' +export * from './IconOutdoorGardenRoundedFilled.js' +export * from './IconOutdoorGardenSharpFilled.js' +export * from './IconOutdoorGardenSharp.js' +export * from './IconOutdoorGrillOutlinedFilled.js' +export * from './IconOutdoorGrillOutlined.js' +export * from './IconOutdoorGrillRoundedFilled.js' +export * from './IconOutdoorGrillRounded.js' +export * from './IconOutdoorGrillSharp.js' +export * from './IconOutdoorGrillSharpFilled.js' +export * from './IconOutgoingMailOutlinedFilled.js' +export * from './IconOutgoingMailOutlined.js' +export * from './IconOutgoingMailRoundedFilled.js' +export * from './IconOutgoingMailRounded.js' +export * from './IconOutgoingMailSharp.js' +export * from './IconOutgoingMailSharpFilled.js' +export * from './IconOutletOutlinedFilled.js' +export * from './IconOutletOutlined.js' +export * from './IconOutletRoundedFilled.js' +export * from './IconOutletRounded.js' +export * from './IconOutletSharpFilled.js' +export * from './IconOutletSharp.js' +export * from './IconOutpatientOutlined.js' +export * from './IconOutpatientOutlinedFilled.js' +export * from './IconOutpatientRoundedFilled.js' +export * from './IconOutpatientRounded.js' +export * from './IconOutpatientSharpFilled.js' +export * from './IconOutpatientSharp.js' +export * from './IconOutpatientMedOutlinedFilled.js' +export * from './IconOutpatientMedOutlined.js' +export * from './IconOutpatientMedRoundedFilled.js' +export * from './IconOutpatientMedRounded.js' +export * from './IconOutpatientMedSharpFilled.js' +export * from './IconOutpatientMedSharp.js' +export * from './IconOutputOutlined.js' +export * from './IconOutputOutlinedFilled.js' +export * from './IconOutputRounded.js' +export * from './IconOutputRoundedFilled.js' +export * from './IconOutputSharpFilled.js' +export * from './IconOutputSharp.js' +export * from './IconOutputCircleOutlined.js' +export * from './IconOutputCircleOutlinedFilled.js' +export * from './IconOutputCircleRoundedFilled.js' +export * from './IconOutputCircleRounded.js' +export * from './IconOutputCircleSharp.js' +export * from './IconOutputCircleSharpFilled.js' +export * from './IconOvenOutlined.js' +export * from './IconOvenOutlinedFilled.js' +export * from './IconOvenRounded.js' +export * from './IconOvenRoundedFilled.js' +export * from './IconOvenSharpFilled.js' +export * from './IconOvenSharp.js' +export * from './IconOvenGenOutlined.js' +export * from './IconOvenGenOutlinedFilled.js' +export * from './IconOvenGenRounded.js' +export * from './IconOvenGenRoundedFilled.js' +export * from './IconOvenGenSharp.js' +export * from './IconOvenGenSharpFilled.js' +export * from './IconOverviewOutlined.js' +export * from './IconOverviewOutlinedFilled.js' +export * from './IconOverviewRoundedFilled.js' +export * from './IconOverviewRounded.js' +export * from './IconOverviewSharpFilled.js' +export * from './IconOverviewSharp.js' +export * from './IconOverviewKeyOutlined.js' +export * from './IconOverviewKeyOutlinedFilled.js' +export * from './IconOverviewKeyRounded.js' +export * from './IconOverviewKeyRoundedFilled.js' +export * from './IconOverviewKeySharpFilled.js' +export * from './IconOverviewKeySharp.js' +export * from './IconOxygenSaturationOutlined.js' +export * from './IconOxygenSaturationOutlinedFilled.js' +export * from './IconOxygenSaturationRoundedFilled.js' +export * from './IconOxygenSaturationRounded.js' +export * from './IconOxygenSaturationSharp.js' +export * from './IconOxygenSaturationSharpFilled.js' +export * from './IconP2pOutlined.js' +export * from './IconP2pOutlinedFilled.js' +export * from './IconP2pRounded.js' +export * from './IconP2pRoundedFilled.js' +export * from './IconP2pSharpFilled.js' +export * from './IconP2pSharp.js' +export * from './IconPaceOutlinedFilled.js' +export * from './IconPaceOutlined.js' +export * from './IconPaceRounded.js' +export * from './IconPaceRoundedFilled.js' +export * from './IconPaceSharpFilled.js' +export * from './IconPaceSharp.js' +export * from './IconPacemakerOutlined.js' +export * from './IconPacemakerOutlinedFilled.js' +export * from './IconPacemakerRoundedFilled.js' +export * from './IconPacemakerRounded.js' +export * from './IconPacemakerSharpFilled.js' +export * from './IconPacemakerSharp.js' +export * from './IconPackageOutlinedFilled.js' +export * from './IconPackageOutlined.js' +export * from './IconPackageRounded.js' +export * from './IconPackageRoundedFilled.js' +export * from './IconPackageSharpFilled.js' +export * from './IconPackageSharp.js' +export * from './IconPackage2Outlined.js' +export * from './IconPackage2OutlinedFilled.js' +export * from './IconPackage2Rounded.js' +export * from './IconPackage2RoundedFilled.js' +export * from './IconPackage2SharpFilled.js' +export * from './IconPackage2Sharp.js' +export * from './IconPaddingOutlinedFilled.js' +export * from './IconPaddingOutlined.js' +export * from './IconPaddingRounded.js' +export * from './IconPaddingRoundedFilled.js' +export * from './IconPaddingSharp.js' +export * from './IconPaddingSharpFilled.js' +export * from './IconPageControlOutlined.js' +export * from './IconPageControlOutlinedFilled.js' +export * from './IconPageControlRoundedFilled.js' +export * from './IconPageControlRounded.js' +export * from './IconPageControlSharpFilled.js' +export * from './IconPageControlSharp.js' +export * from './IconPageInfoOutlinedFilled.js' +export * from './IconPageInfoOutlined.js' +export * from './IconPageInfoRounded.js' +export * from './IconPageInfoRoundedFilled.js' +export * from './IconPageInfoSharpFilled.js' +export * from './IconPageInfoSharp.js' +export * from './IconPagelessOutlinedFilled.js' +export * from './IconPagelessOutlined.js' +export * from './IconPagelessRoundedFilled.js' +export * from './IconPagelessRounded.js' +export * from './IconPagelessSharp.js' +export * from './IconPagelessSharpFilled.js' +export * from './IconPagesOutlined.js' +export * from './IconPagesOutlinedFilled.js' +export * from './IconPagesRounded.js' +export * from './IconPagesRoundedFilled.js' +export * from './IconPagesSharpFilled.js' +export * from './IconPagesSharp.js' +export * from './IconPageviewOutlined.js' +export * from './IconPageviewOutlinedFilled.js' +export * from './IconPageviewRounded.js' +export * from './IconPageviewRoundedFilled.js' +export * from './IconPageviewSharp.js' +export * from './IconPageviewSharpFilled.js' +export * from './IconPaidOutlined.js' +export * from './IconPaidOutlinedFilled.js' +export * from './IconPaidRoundedFilled.js' +export * from './IconPaidRounded.js' +export * from './IconPaidSharpFilled.js' +export * from './IconPaidSharp.js' +export * from './IconPaletteOutlined.js' +export * from './IconPaletteOutlinedFilled.js' +export * from './IconPaletteRounded.js' +export * from './IconPaletteRoundedFilled.js' +export * from './IconPaletteSharpFilled.js' +export * from './IconPaletteSharp.js' +export * from './IconPalletOutlined.js' +export * from './IconPalletOutlinedFilled.js' +export * from './IconPalletRounded.js' +export * from './IconPalletRoundedFilled.js' +export * from './IconPalletSharpFilled.js' +export * from './IconPalletSharp.js' +export * from './IconPanToolOutlined.js' +export * from './IconPanToolOutlinedFilled.js' +export * from './IconPanToolRoundedFilled.js' +export * from './IconPanToolRounded.js' +export * from './IconPanToolSharpFilled.js' +export * from './IconPanToolSharp.js' +export * from './IconPanToolAltOutlined.js' +export * from './IconPanToolAltOutlinedFilled.js' +export * from './IconPanToolAltRoundedFilled.js' +export * from './IconPanToolAltRounded.js' +export * from './IconPanToolAltSharp.js' +export * from './IconPanToolAltSharpFilled.js' +export * from './IconPanZoomOutlinedFilled.js' +export * from './IconPanZoomOutlined.js' +export * from './IconPanZoomRounded.js' +export * from './IconPanZoomRoundedFilled.js' +export * from './IconPanZoomSharp.js' +export * from './IconPanZoomSharpFilled.js' +export * from './IconPanoramaOutlined.js' +export * from './IconPanoramaOutlinedFilled.js' +export * from './IconPanoramaRoundedFilled.js' +export * from './IconPanoramaRounded.js' +export * from './IconPanoramaSharpFilled.js' +export * from './IconPanoramaSharp.js' +export * from './IconPanoramaHorizontalOutlinedFilled.js' +export * from './IconPanoramaHorizontalOutlined.js' +export * from './IconPanoramaHorizontalRounded.js' +export * from './IconPanoramaHorizontalRoundedFilled.js' +export * from './IconPanoramaHorizontalSharpFilled.js' +export * from './IconPanoramaHorizontalSharp.js' +export * from './IconPanoramaPhotosphereOutlinedFilled.js' +export * from './IconPanoramaPhotosphereOutlined.js' +export * from './IconPanoramaPhotosphereRoundedFilled.js' +export * from './IconPanoramaPhotosphereRounded.js' +export * from './IconPanoramaPhotosphereSharpFilled.js' +export * from './IconPanoramaPhotosphereSharp.js' +export * from './IconPanoramaVerticalOutlined.js' +export * from './IconPanoramaVerticalOutlinedFilled.js' +export * from './IconPanoramaVerticalRounded.js' +export * from './IconPanoramaVerticalRoundedFilled.js' +export * from './IconPanoramaVerticalSharp.js' +export * from './IconPanoramaVerticalSharpFilled.js' +export * from './IconPanoramaWideAngleOutlinedFilled.js' +export * from './IconPanoramaWideAngleOutlined.js' +export * from './IconPanoramaWideAngleRounded.js' +export * from './IconPanoramaWideAngleRoundedFilled.js' +export * from './IconPanoramaWideAngleSharpFilled.js' +export * from './IconPanoramaWideAngleSharp.js' +export * from './IconParaglidingOutlined.js' +export * from './IconParaglidingOutlinedFilled.js' +export * from './IconParaglidingRoundedFilled.js' +export * from './IconParaglidingRounded.js' +export * from './IconParaglidingSharpFilled.js' +export * from './IconParaglidingSharp.js' +export * from './IconParkOutlinedFilled.js' +export * from './IconParkOutlined.js' +export * from './IconParkRoundedFilled.js' +export * from './IconParkRounded.js' +export * from './IconParkSharp.js' +export * from './IconParkSharpFilled.js' +export * from './IconPartlyCloudyDayOutlinedFilled.js' +export * from './IconPartlyCloudyDayOutlined.js' +export * from './IconPartlyCloudyDayRoundedFilled.js' +export * from './IconPartlyCloudyDayRounded.js' +export * from './IconPartlyCloudyDaySharp.js' +export * from './IconPartlyCloudyDaySharpFilled.js' +export * from './IconPartlyCloudyNightOutlined.js' +export * from './IconPartlyCloudyNightOutlinedFilled.js' +export * from './IconPartlyCloudyNightRounded.js' +export * from './IconPartlyCloudyNightRoundedFilled.js' +export * from './IconPartlyCloudyNightSharp.js' +export * from './IconPartlyCloudyNightSharpFilled.js' +export * from './IconPartnerExchangeOutlinedFilled.js' +export * from './IconPartnerExchangeOutlined.js' +export * from './IconPartnerExchangeRounded.js' +export * from './IconPartnerExchangeRoundedFilled.js' +export * from './IconPartnerExchangeSharp.js' +export * from './IconPartnerExchangeSharpFilled.js' +export * from './IconPartnerReportsOutlined.js' +export * from './IconPartnerReportsOutlinedFilled.js' +export * from './IconPartnerReportsRounded.js' +export * from './IconPartnerReportsRoundedFilled.js' +export * from './IconPartnerReportsSharp.js' +export * from './IconPartnerReportsSharpFilled.js' +export * from './IconPartyModeOutlined.js' +export * from './IconPartyModeOutlinedFilled.js' +export * from './IconPartyModeRounded.js' +export * from './IconPartyModeRoundedFilled.js' +export * from './IconPartyModeSharpFilled.js' +export * from './IconPartyModeSharp.js' +export * from './IconPasskeyOutlined.js' +export * from './IconPasskeyOutlinedFilled.js' +export * from './IconPasskeyRounded.js' +export * from './IconPasskeyRoundedFilled.js' +export * from './IconPasskeySharp.js' +export * from './IconPasskeySharpFilled.js' +export * from './IconPasswordOutlined.js' +export * from './IconPasswordOutlinedFilled.js' +export * from './IconPasswordRoundedFilled.js' +export * from './IconPasswordRounded.js' +export * from './IconPasswordSharpFilled.js' +export * from './IconPasswordSharp.js' +export * from './IconPassword2Outlined.js' +export * from './IconPassword2OutlinedFilled.js' +export * from './IconPassword2RoundedFilled.js' +export * from './IconPassword2Rounded.js' +export * from './IconPassword2Sharp.js' +export * from './IconPassword2SharpFilled.js' +export * from './IconPassword2OffOutlined.js' +export * from './IconPassword2OffOutlinedFilled.js' +export * from './IconPassword2OffRounded.js' +export * from './IconPassword2OffRoundedFilled.js' +export * from './IconPassword2OffSharp.js' +export * from './IconPassword2OffSharpFilled.js' +export * from './IconPatientListOutlined.js' +export * from './IconPatientListOutlinedFilled.js' +export * from './IconPatientListRounded.js' +export * from './IconPatientListRoundedFilled.js' +export * from './IconPatientListSharpFilled.js' +export * from './IconPatientListSharp.js' +export * from './IconPatternOutlined.js' +export * from './IconPatternOutlinedFilled.js' +export * from './IconPatternRounded.js' +export * from './IconPatternRoundedFilled.js' +export * from './IconPatternSharp.js' +export * from './IconPatternSharpFilled.js' +export * from './IconPauseOutlined.js' +export * from './IconPauseOutlinedFilled.js' +export * from './IconPauseRounded.js' +export * from './IconPauseRoundedFilled.js' +export * from './IconPauseSharp.js' +export * from './IconPauseSharpFilled.js' +export * from './IconPauseCircleOutlined.js' +export * from './IconPauseCircleOutlinedFilled.js' +export * from './IconPauseCircleRoundedFilled.js' +export * from './IconPauseCircleRounded.js' +export * from './IconPauseCircleSharpFilled.js' +export * from './IconPauseCircleSharp.js' +export * from './IconPausePresentationOutlinedFilled.js' +export * from './IconPausePresentationOutlined.js' +export * from './IconPausePresentationRounded.js' +export * from './IconPausePresentationRoundedFilled.js' +export * from './IconPausePresentationSharp.js' +export * from './IconPausePresentationSharpFilled.js' +export * from './IconPaymentsOutlinedFilled.js' +export * from './IconPaymentsOutlined.js' +export * from './IconPaymentsRounded.js' +export * from './IconPaymentsRoundedFilled.js' +export * from './IconPaymentsSharpFilled.js' +export * from './IconPaymentsSharp.js' +export * from './IconPedalBikeOutlinedFilled.js' +export * from './IconPedalBikeOutlined.js' +export * from './IconPedalBikeRounded.js' +export * from './IconPedalBikeRoundedFilled.js' +export * from './IconPedalBikeSharp.js' +export * from './IconPedalBikeSharpFilled.js' +export * from './IconPediatricsOutlinedFilled.js' +export * from './IconPediatricsOutlined.js' +export * from './IconPediatricsRounded.js' +export * from './IconPediatricsRoundedFilled.js' +export * from './IconPediatricsSharpFilled.js' +export * from './IconPediatricsSharp.js' +export * from './IconPenSize1Outlined.js' +export * from './IconPenSize1OutlinedFilled.js' +export * from './IconPenSize1RoundedFilled.js' +export * from './IconPenSize1Rounded.js' +export * from './IconPenSize1Sharp.js' +export * from './IconPenSize1SharpFilled.js' +export * from './IconPenSize2OutlinedFilled.js' +export * from './IconPenSize2Outlined.js' +export * from './IconPenSize2Rounded.js' +export * from './IconPenSize2RoundedFilled.js' +export * from './IconPenSize2SharpFilled.js' +export * from './IconPenSize2Sharp.js' +export * from './IconPenSize3Outlined.js' +export * from './IconPenSize3OutlinedFilled.js' +export * from './IconPenSize3Rounded.js' +export * from './IconPenSize3RoundedFilled.js' +export * from './IconPenSize3Sharp.js' +export * from './IconPenSize3SharpFilled.js' +export * from './IconPenSize4Outlined.js' +export * from './IconPenSize4OutlinedFilled.js' +export * from './IconPenSize4Rounded.js' +export * from './IconPenSize4RoundedFilled.js' +export * from './IconPenSize4SharpFilled.js' +export * from './IconPenSize4Sharp.js' +export * from './IconPenSize5OutlinedFilled.js' +export * from './IconPenSize5Outlined.js' +export * from './IconPenSize5RoundedFilled.js' +export * from './IconPenSize5Rounded.js' +export * from './IconPenSize5SharpFilled.js' +export * from './IconPenSize5Sharp.js' +export * from './IconPendingOutlined.js' +export * from './IconPendingOutlinedFilled.js' +export * from './IconPendingRounded.js' +export * from './IconPendingRoundedFilled.js' +export * from './IconPendingSharp.js' +export * from './IconPendingSharpFilled.js' +export * from './IconPendingActionsOutlinedFilled.js' +export * from './IconPendingActionsOutlined.js' +export * from './IconPendingActionsRounded.js' +export * from './IconPendingActionsRoundedFilled.js' +export * from './IconPendingActionsSharp.js' +export * from './IconPendingActionsSharpFilled.js' +export * from './IconPentagonOutlinedFilled.js' +export * from './IconPentagonOutlined.js' +export * from './IconPentagonRounded.js' +export * from './IconPentagonRoundedFilled.js' +export * from './IconPentagonSharpFilled.js' +export * from './IconPentagonSharp.js' +export * from './IconPercentOutlined.js' +export * from './IconPercentOutlinedFilled.js' +export * from './IconPercentRounded.js' +export * from './IconPercentRoundedFilled.js' +export * from './IconPercentSharpFilled.js' +export * from './IconPercentSharp.js' +export * from './IconPergolaOutlined.js' +export * from './IconPergolaOutlinedFilled.js' +export * from './IconPergolaRounded.js' +export * from './IconPergolaRoundedFilled.js' +export * from './IconPergolaSharpFilled.js' +export * from './IconPergolaSharp.js' +export * from './IconPermCameraMicOutlinedFilled.js' +export * from './IconPermCameraMicOutlined.js' +export * from './IconPermCameraMicRounded.js' +export * from './IconPermCameraMicRoundedFilled.js' +export * from './IconPermCameraMicSharp.js' +export * from './IconPermCameraMicSharpFilled.js' +export * from './IconPermContactCalendarOutlined.js' +export * from './IconPermContactCalendarOutlinedFilled.js' +export * from './IconPermContactCalendarRounded.js' +export * from './IconPermContactCalendarRoundedFilled.js' +export * from './IconPermContactCalendarSharp.js' +export * from './IconPermContactCalendarSharpFilled.js' +export * from './IconPermDataSettingOutlinedFilled.js' +export * from './IconPermDataSettingOutlined.js' +export * from './IconPermDataSettingRounded.js' +export * from './IconPermDataSettingRoundedFilled.js' +export * from './IconPermDataSettingSharp.js' +export * from './IconPermDataSettingSharpFilled.js' +export * from './IconPermDeviceInformationOutlined.js' +export * from './IconPermDeviceInformationOutlinedFilled.js' +export * from './IconPermDeviceInformationRoundedFilled.js' +export * from './IconPermDeviceInformationRounded.js' +export * from './IconPermDeviceInformationSharp.js' +export * from './IconPermDeviceInformationSharpFilled.js' +export * from './IconPermMediaOutlined.js' +export * from './IconPermMediaOutlinedFilled.js' +export * from './IconPermMediaRoundedFilled.js' +export * from './IconPermMediaRounded.js' +export * from './IconPermMediaSharpFilled.js' +export * from './IconPermMediaSharp.js' +export * from './IconPermPhoneMsgOutlined.js' +export * from './IconPermPhoneMsgOutlinedFilled.js' +export * from './IconPermPhoneMsgRoundedFilled.js' +export * from './IconPermPhoneMsgRounded.js' +export * from './IconPermPhoneMsgSharp.js' +export * from './IconPermPhoneMsgSharpFilled.js' +export * from './IconPermScanWifiOutlined.js' +export * from './IconPermScanWifiOutlinedFilled.js' +export * from './IconPermScanWifiRoundedFilled.js' +export * from './IconPermScanWifiRounded.js' +export * from './IconPermScanWifiSharpFilled.js' +export * from './IconPermScanWifiSharp.js' +export * from './IconPersonOutlinedFilled.js' +export * from './IconPersonOutlined.js' +export * from './IconPersonRounded.js' +export * from './IconPersonRoundedFilled.js' +export * from './IconPersonSharpFilled.js' +export * from './IconPersonSharp.js' +export * from './IconPerson2OutlinedFilled.js' +export * from './IconPerson2Outlined.js' +export * from './IconPerson2Rounded.js' +export * from './IconPerson2RoundedFilled.js' +export * from './IconPerson2SharpFilled.js' +export * from './IconPerson2Sharp.js' +export * from './IconPerson3OutlinedFilled.js' +export * from './IconPerson3Outlined.js' +export * from './IconPerson3RoundedFilled.js' +export * from './IconPerson3Rounded.js' +export * from './IconPerson3Sharp.js' +export * from './IconPerson3SharpFilled.js' +export * from './IconPerson4Outlined.js' +export * from './IconPerson4OutlinedFilled.js' +export * from './IconPerson4RoundedFilled.js' +export * from './IconPerson4Rounded.js' +export * from './IconPerson4Sharp.js' +export * from './IconPerson4SharpFilled.js' +export * from './IconPersonAddOutlinedFilled.js' +export * from './IconPersonAddOutlined.js' +export * from './IconPersonAddRounded.js' +export * from './IconPersonAddRoundedFilled.js' +export * from './IconPersonAddSharpFilled.js' +export * from './IconPersonAddSharp.js' +export * from './IconPersonAddDisabledOutlinedFilled.js' +export * from './IconPersonAddDisabledOutlined.js' +export * from './IconPersonAddDisabledRounded.js' +export * from './IconPersonAddDisabledRoundedFilled.js' +export * from './IconPersonAddDisabledSharpFilled.js' +export * from './IconPersonAddDisabledSharp.js' +export * from './IconPersonAlertOutlined.js' +export * from './IconPersonAlertOutlinedFilled.js' +export * from './IconPersonAlertRounded.js' +export * from './IconPersonAlertRoundedFilled.js' +export * from './IconPersonAlertSharpFilled.js' +export * from './IconPersonAlertSharp.js' +export * from './IconPersonApronOutlinedFilled.js' +export * from './IconPersonApronOutlined.js' +export * from './IconPersonApronRoundedFilled.js' +export * from './IconPersonApronRounded.js' +export * from './IconPersonApronSharpFilled.js' +export * from './IconPersonApronSharp.js' +export * from './IconPersonBookOutlinedFilled.js' +export * from './IconPersonBookOutlined.js' +export * from './IconPersonBookRoundedFilled.js' +export * from './IconPersonBookRounded.js' +export * from './IconPersonBookSharp.js' +export * from './IconPersonBookSharpFilled.js' +export * from './IconPersonCancelOutlined.js' +export * from './IconPersonCancelOutlinedFilled.js' +export * from './IconPersonCancelRoundedFilled.js' +export * from './IconPersonCancelRounded.js' +export * from './IconPersonCancelSharpFilled.js' +export * from './IconPersonCancelSharp.js' +export * from './IconPersonCelebrateOutlined.js' +export * from './IconPersonCelebrateOutlinedFilled.js' +export * from './IconPersonCelebrateRounded.js' +export * from './IconPersonCelebrateRoundedFilled.js' +export * from './IconPersonCelebrateSharp.js' +export * from './IconPersonCelebrateSharpFilled.js' +export * from './IconPersonCheckOutlinedFilled.js' +export * from './IconPersonCheckOutlined.js' +export * from './IconPersonCheckRounded.js' +export * from './IconPersonCheckRoundedFilled.js' +export * from './IconPersonCheckSharpFilled.js' +export * from './IconPersonCheckSharp.js' +export * from './IconPersonEditOutlined.js' +export * from './IconPersonEditOutlinedFilled.js' +export * from './IconPersonEditRounded.js' +export * from './IconPersonEditRoundedFilled.js' +export * from './IconPersonEditSharpFilled.js' +export * from './IconPersonEditSharp.js' +export * from './IconPersonOffOutlined.js' +export * from './IconPersonOffOutlinedFilled.js' +export * from './IconPersonOffRoundedFilled.js' +export * from './IconPersonOffRounded.js' +export * from './IconPersonOffSharp.js' +export * from './IconPersonOffSharpFilled.js' +export * from './IconPersonPinOutlined.js' +export * from './IconPersonPinOutlinedFilled.js' +export * from './IconPersonPinRoundedFilled.js' +export * from './IconPersonPinRounded.js' +export * from './IconPersonPinSharp.js' +export * from './IconPersonPinSharpFilled.js' +export * from './IconPersonPinCircleOutlinedFilled.js' +export * from './IconPersonPinCircleOutlined.js' +export * from './IconPersonPinCircleRounded.js' +export * from './IconPersonPinCircleRoundedFilled.js' +export * from './IconPersonPinCircleSharp.js' +export * from './IconPersonPinCircleSharpFilled.js' +export * from './IconPersonPlayOutlined.js' +export * from './IconPersonPlayOutlinedFilled.js' +export * from './IconPersonPlayRoundedFilled.js' +export * from './IconPersonPlayRounded.js' +export * from './IconPersonPlaySharpFilled.js' +export * from './IconPersonPlaySharp.js' +export * from './IconPersonRaisedHandOutlinedFilled.js' +export * from './IconPersonRaisedHandOutlined.js' +export * from './IconPersonRaisedHandRounded.js' +export * from './IconPersonRaisedHandRoundedFilled.js' +export * from './IconPersonRaisedHandSharpFilled.js' +export * from './IconPersonRaisedHandSharp.js' +export * from './IconPersonRemoveOutlined.js' +export * from './IconPersonRemoveOutlinedFilled.js' +export * from './IconPersonRemoveRounded.js' +export * from './IconPersonRemoveRoundedFilled.js' +export * from './IconPersonRemoveSharpFilled.js' +export * from './IconPersonRemoveSharp.js' +export * from './IconPersonSearchOutlinedFilled.js' +export * from './IconPersonSearchOutlined.js' +export * from './IconPersonSearchRounded.js' +export * from './IconPersonSearchRoundedFilled.js' +export * from './IconPersonSearchSharpFilled.js' +export * from './IconPersonSearchSharp.js' +export * from './IconPersonalBagOutlined.js' +export * from './IconPersonalBagOutlinedFilled.js' +export * from './IconPersonalBagRoundedFilled.js' +export * from './IconPersonalBagRounded.js' +export * from './IconPersonalBagSharp.js' +export * from './IconPersonalBagSharpFilled.js' +export * from './IconPersonalBagOffOutlinedFilled.js' +export * from './IconPersonalBagOffOutlined.js' +export * from './IconPersonalBagOffRoundedFilled.js' +export * from './IconPersonalBagOffRounded.js' +export * from './IconPersonalBagOffSharpFilled.js' +export * from './IconPersonalBagOffSharp.js' +export * from './IconPersonalBagQuestionOutlinedFilled.js' +export * from './IconPersonalBagQuestionOutlined.js' +export * from './IconPersonalBagQuestionRoundedFilled.js' +export * from './IconPersonalBagQuestionRounded.js' +export * from './IconPersonalBagQuestionSharp.js' +export * from './IconPersonalBagQuestionSharpFilled.js' +export * from './IconPersonalInjuryOutlinedFilled.js' +export * from './IconPersonalInjuryOutlined.js' +export * from './IconPersonalInjuryRoundedFilled.js' +export * from './IconPersonalInjuryRounded.js' +export * from './IconPersonalInjurySharp.js' +export * from './IconPersonalInjurySharpFilled.js' +export * from './IconPersonalPlacesOutlined.js' +export * from './IconPersonalPlacesOutlinedFilled.js' +export * from './IconPersonalPlacesRounded.js' +export * from './IconPersonalPlacesRoundedFilled.js' +export * from './IconPersonalPlacesSharp.js' +export * from './IconPersonalPlacesSharpFilled.js' +export * from './IconPestControlOutlinedFilled.js' +export * from './IconPestControlOutlined.js' +export * from './IconPestControlRounded.js' +export * from './IconPestControlRoundedFilled.js' +export * from './IconPestControlSharp.js' +export * from './IconPestControlSharpFilled.js' +export * from './IconPestControlRodentOutlined.js' +export * from './IconPestControlRodentOutlinedFilled.js' +export * from './IconPestControlRodentRoundedFilled.js' +export * from './IconPestControlRodentRounded.js' +export * from './IconPestControlRodentSharp.js' +export * from './IconPestControlRodentSharpFilled.js' +export * from './IconPetSuppliesOutlined.js' +export * from './IconPetSuppliesOutlinedFilled.js' +export * from './IconPetSuppliesRoundedFilled.js' +export * from './IconPetSuppliesRounded.js' +export * from './IconPetSuppliesSharpFilled.js' +export * from './IconPetSuppliesSharp.js' +export * from './IconPetsOutlined.js' +export * from './IconPetsOutlinedFilled.js' +export * from './IconPetsRoundedFilled.js' +export * from './IconPetsRounded.js' +export * from './IconPetsSharpFilled.js' +export * from './IconPetsSharp.js' +export * from './IconPhishingOutlined.js' +export * from './IconPhishingOutlinedFilled.js' +export * from './IconPhishingRounded.js' +export * from './IconPhishingRoundedFilled.js' +export * from './IconPhishingSharpFilled.js' +export * from './IconPhishingSharp.js' +export * from './IconPhoneAndroidOutlined.js' +export * from './IconPhoneAndroidOutlinedFilled.js' +export * from './IconPhoneAndroidRoundedFilled.js' +export * from './IconPhoneAndroidRounded.js' +export * from './IconPhoneAndroidSharpFilled.js' +export * from './IconPhoneAndroidSharp.js' +export * from './IconPhoneBluetoothSpeakerOutlinedFilled.js' +export * from './IconPhoneBluetoothSpeakerOutlined.js' +export * from './IconPhoneBluetoothSpeakerRoundedFilled.js' +export * from './IconPhoneBluetoothSpeakerRounded.js' +export * from './IconPhoneBluetoothSpeakerSharpFilled.js' +export * from './IconPhoneBluetoothSpeakerSharp.js' +export * from './IconPhoneCallbackOutlinedFilled.js' +export * from './IconPhoneCallbackOutlined.js' +export * from './IconPhoneCallbackRoundedFilled.js' +export * from './IconPhoneCallbackRounded.js' +export * from './IconPhoneCallbackSharpFilled.js' +export * from './IconPhoneCallbackSharp.js' +export * from './IconPhoneDisabledOutlined.js' +export * from './IconPhoneDisabledOutlinedFilled.js' +export * from './IconPhoneDisabledRoundedFilled.js' +export * from './IconPhoneDisabledRounded.js' +export * from './IconPhoneDisabledSharp.js' +export * from './IconPhoneDisabledSharpFilled.js' +export * from './IconPhoneEnabledOutlined.js' +export * from './IconPhoneEnabledOutlinedFilled.js' +export * from './IconPhoneEnabledRounded.js' +export * from './IconPhoneEnabledRoundedFilled.js' +export * from './IconPhoneEnabledSharpFilled.js' +export * from './IconPhoneEnabledSharp.js' +export * from './IconPhoneForwardedOutlinedFilled.js' +export * from './IconPhoneForwardedOutlined.js' +export * from './IconPhoneForwardedRoundedFilled.js' +export * from './IconPhoneForwardedRounded.js' +export * from './IconPhoneForwardedSharpFilled.js' +export * from './IconPhoneForwardedSharp.js' +export * from './IconPhoneInTalkOutlinedFilled.js' +export * from './IconPhoneInTalkOutlined.js' +export * from './IconPhoneInTalkRoundedFilled.js' +export * from './IconPhoneInTalkRounded.js' +export * from './IconPhoneInTalkSharp.js' +export * from './IconPhoneInTalkSharpFilled.js' +export * from './IconPhoneIphoneOutlined.js' +export * from './IconPhoneIphoneOutlinedFilled.js' +export * from './IconPhoneIphoneRounded.js' +export * from './IconPhoneIphoneRoundedFilled.js' +export * from './IconPhoneIphoneSharpFilled.js' +export * from './IconPhoneIphoneSharp.js' +export * from './IconPhoneLockedOutlined.js' +export * from './IconPhoneLockedOutlinedFilled.js' +export * from './IconPhoneLockedRounded.js' +export * from './IconPhoneLockedRoundedFilled.js' +export * from './IconPhoneLockedSharp.js' +export * from './IconPhoneLockedSharpFilled.js' +export * from './IconPhoneMissedOutlined.js' +export * from './IconPhoneMissedOutlinedFilled.js' +export * from './IconPhoneMissedRoundedFilled.js' +export * from './IconPhoneMissedRounded.js' +export * from './IconPhoneMissedSharp.js' +export * from './IconPhoneMissedSharpFilled.js' +export * from './IconPhonePausedOutlined.js' +export * from './IconPhonePausedOutlinedFilled.js' +export * from './IconPhonePausedRounded.js' +export * from './IconPhonePausedRoundedFilled.js' +export * from './IconPhonePausedSharpFilled.js' +export * from './IconPhonePausedSharp.js' +export * from './IconPhonelinkEraseOutlinedFilled.js' +export * from './IconPhonelinkEraseOutlined.js' +export * from './IconPhonelinkEraseRoundedFilled.js' +export * from './IconPhonelinkEraseRounded.js' +export * from './IconPhonelinkEraseSharp.js' +export * from './IconPhonelinkEraseSharpFilled.js' +export * from './IconPhonelinkLockOutlinedFilled.js' +export * from './IconPhonelinkLockOutlined.js' +export * from './IconPhonelinkLockRounded.js' +export * from './IconPhonelinkLockRoundedFilled.js' +export * from './IconPhonelinkLockSharpFilled.js' +export * from './IconPhonelinkLockSharp.js' +export * from './IconPhonelinkOffOutlined.js' +export * from './IconPhonelinkOffOutlinedFilled.js' +export * from './IconPhonelinkOffRoundedFilled.js' +export * from './IconPhonelinkOffRounded.js' +export * from './IconPhonelinkOffSharpFilled.js' +export * from './IconPhonelinkOffSharp.js' +export * from './IconPhonelinkRingOutlined.js' +export * from './IconPhonelinkRingOutlinedFilled.js' +export * from './IconPhonelinkRingRounded.js' +export * from './IconPhonelinkRingRoundedFilled.js' +export * from './IconPhonelinkRingSharpFilled.js' +export * from './IconPhonelinkRingSharp.js' +export * from './IconPhonelinkRingOffOutlined.js' +export * from './IconPhonelinkRingOffOutlinedFilled.js' +export * from './IconPhonelinkRingOffRounded.js' +export * from './IconPhonelinkRingOffRoundedFilled.js' +export * from './IconPhonelinkRingOffSharp.js' +export * from './IconPhonelinkRingOffSharpFilled.js' +export * from './IconPhonelinkSetupOutlinedFilled.js' +export * from './IconPhonelinkSetupOutlined.js' +export * from './IconPhonelinkSetupRounded.js' +export * from './IconPhonelinkSetupRoundedFilled.js' +export * from './IconPhonelinkSetupSharpFilled.js' +export * from './IconPhonelinkSetupSharp.js' +export * from './IconPhotoOutlined.js' +export * from './IconPhotoOutlinedFilled.js' +export * from './IconPhotoRounded.js' +export * from './IconPhotoRoundedFilled.js' +export * from './IconPhotoSharp.js' +export * from './IconPhotoSharpFilled.js' +export * from './IconPhotoAlbumOutlined.js' +export * from './IconPhotoAlbumOutlinedFilled.js' +export * from './IconPhotoAlbumRoundedFilled.js' +export * from './IconPhotoAlbumRounded.js' +export * from './IconPhotoAlbumSharpFilled.js' +export * from './IconPhotoAlbumSharp.js' +export * from './IconPhotoAutoMergeOutlinedFilled.js' +export * from './IconPhotoAutoMergeOutlined.js' +export * from './IconPhotoAutoMergeRoundedFilled.js' +export * from './IconPhotoAutoMergeRounded.js' +export * from './IconPhotoAutoMergeSharpFilled.js' +export * from './IconPhotoAutoMergeSharp.js' +export * from './IconPhotoCameraOutlined.js' +export * from './IconPhotoCameraOutlinedFilled.js' +export * from './IconPhotoCameraRoundedFilled.js' +export * from './IconPhotoCameraRounded.js' +export * from './IconPhotoCameraSharpFilled.js' +export * from './IconPhotoCameraSharp.js' +export * from './IconPhotoCameraBackOutlinedFilled.js' +export * from './IconPhotoCameraBackOutlined.js' +export * from './IconPhotoCameraBackRounded.js' +export * from './IconPhotoCameraBackRoundedFilled.js' +export * from './IconPhotoCameraBackSharp.js' +export * from './IconPhotoCameraBackSharpFilled.js' +export * from './IconPhotoCameraFrontOutlined.js' +export * from './IconPhotoCameraFrontOutlinedFilled.js' +export * from './IconPhotoCameraFrontRounded.js' +export * from './IconPhotoCameraFrontRoundedFilled.js' +export * from './IconPhotoCameraFrontSharp.js' +export * from './IconPhotoCameraFrontSharpFilled.js' +export * from './IconPhotoFrameOutlinedFilled.js' +export * from './IconPhotoFrameOutlined.js' +export * from './IconPhotoFrameRoundedFilled.js' +export * from './IconPhotoFrameRounded.js' +export * from './IconPhotoFrameSharp.js' +export * from './IconPhotoFrameSharpFilled.js' +export * from './IconPhotoLibraryOutlinedFilled.js' +export * from './IconPhotoLibraryOutlined.js' +export * from './IconPhotoLibraryRoundedFilled.js' +export * from './IconPhotoLibraryRounded.js' +export * from './IconPhotoLibrarySharp.js' +export * from './IconPhotoLibrarySharpFilled.js' +export * from './IconPhotoPrintsOutlined.js' +export * from './IconPhotoPrintsOutlinedFilled.js' +export * from './IconPhotoPrintsRoundedFilled.js' +export * from './IconPhotoPrintsRounded.js' +export * from './IconPhotoPrintsSharp.js' +export * from './IconPhotoPrintsSharpFilled.js' +export * from './IconPhotoSizeSelectLargeOutlinedFilled.js' +export * from './IconPhotoSizeSelectLargeOutlined.js' +export * from './IconPhotoSizeSelectLargeRoundedFilled.js' +export * from './IconPhotoSizeSelectLargeRounded.js' +export * from './IconPhotoSizeSelectLargeSharpFilled.js' +export * from './IconPhotoSizeSelectLargeSharp.js' +export * from './IconPhotoSizeSelectSmallOutlined.js' +export * from './IconPhotoSizeSelectSmallOutlinedFilled.js' +export * from './IconPhotoSizeSelectSmallRounded.js' +export * from './IconPhotoSizeSelectSmallRoundedFilled.js' +export * from './IconPhotoSizeSelectSmallSharpFilled.js' +export * from './IconPhotoSizeSelectSmallSharp.js' +export * from './IconPhpOutlined.js' +export * from './IconPhpOutlinedFilled.js' +export * from './IconPhpRoundedFilled.js' +export * from './IconPhpRounded.js' +export * from './IconPhpSharpFilled.js' +export * from './IconPhpSharp.js' +export * from './IconPhysicalTherapyOutlinedFilled.js' +export * from './IconPhysicalTherapyOutlined.js' +export * from './IconPhysicalTherapyRoundedFilled.js' +export * from './IconPhysicalTherapyRounded.js' +export * from './IconPhysicalTherapySharpFilled.js' +export * from './IconPhysicalTherapySharp.js' +export * from './IconPianoOutlined.js' +export * from './IconPianoOutlinedFilled.js' +export * from './IconPianoRounded.js' +export * from './IconPianoRoundedFilled.js' +export * from './IconPianoSharp.js' +export * from './IconPianoSharpFilled.js' +export * from './IconPianoOffOutlinedFilled.js' +export * from './IconPianoOffOutlined.js' +export * from './IconPianoOffRoundedFilled.js' +export * from './IconPianoOffRounded.js' +export * from './IconPianoOffSharp.js' +export * from './IconPianoOffSharpFilled.js' +export * from './IconPictureAsPdfOutlined.js' +export * from './IconPictureAsPdfOutlinedFilled.js' +export * from './IconPictureAsPdfRounded.js' +export * from './IconPictureAsPdfRoundedFilled.js' +export * from './IconPictureAsPdfSharpFilled.js' +export * from './IconPictureAsPdfSharp.js' +export * from './IconPictureInPictureOutlined.js' +export * from './IconPictureInPictureOutlinedFilled.js' +export * from './IconPictureInPictureRounded.js' +export * from './IconPictureInPictureRoundedFilled.js' +export * from './IconPictureInPictureSharpFilled.js' +export * from './IconPictureInPictureSharp.js' +export * from './IconPictureInPictureAltOutlined.js' +export * from './IconPictureInPictureAltOutlinedFilled.js' +export * from './IconPictureInPictureAltRounded.js' +export * from './IconPictureInPictureAltRoundedFilled.js' +export * from './IconPictureInPictureAltSharp.js' +export * from './IconPictureInPictureAltSharpFilled.js' +export * from './IconPictureInPictureCenterOutlined.js' +export * from './IconPictureInPictureCenterOutlinedFilled.js' +export * from './IconPictureInPictureCenterRoundedFilled.js' +export * from './IconPictureInPictureCenterRounded.js' +export * from './IconPictureInPictureCenterSharp.js' +export * from './IconPictureInPictureCenterSharpFilled.js' +export * from './IconPictureInPictureLargeOutlinedFilled.js' +export * from './IconPictureInPictureLargeOutlined.js' +export * from './IconPictureInPictureLargeRoundedFilled.js' +export * from './IconPictureInPictureLargeRounded.js' +export * from './IconPictureInPictureLargeSharpFilled.js' +export * from './IconPictureInPictureLargeSharp.js' +export * from './IconPictureInPictureMediumOutlinedFilled.js' +export * from './IconPictureInPictureMediumOutlined.js' +export * from './IconPictureInPictureMediumRoundedFilled.js' +export * from './IconPictureInPictureMediumRounded.js' +export * from './IconPictureInPictureMediumSharp.js' +export * from './IconPictureInPictureMediumSharpFilled.js' +export * from './IconPictureInPictureMobileOutlined.js' +export * from './IconPictureInPictureMobileOutlinedFilled.js' +export * from './IconPictureInPictureMobileRounded.js' +export * from './IconPictureInPictureMobileRoundedFilled.js' +export * from './IconPictureInPictureMobileSharp.js' +export * from './IconPictureInPictureMobileSharpFilled.js' +export * from './IconPictureInPictureOffOutlined.js' +export * from './IconPictureInPictureOffOutlinedFilled.js' +export * from './IconPictureInPictureOffRoundedFilled.js' +export * from './IconPictureInPictureOffRounded.js' +export * from './IconPictureInPictureOffSharpFilled.js' +export * from './IconPictureInPictureOffSharp.js' +export * from './IconPictureInPictureSmallOutlinedFilled.js' +export * from './IconPictureInPictureSmallOutlined.js' +export * from './IconPictureInPictureSmallRoundedFilled.js' +export * from './IconPictureInPictureSmallRounded.js' +export * from './IconPictureInPictureSmallSharp.js' +export * from './IconPictureInPictureSmallSharpFilled.js' +export * from './IconPieChartOutlined.js' +export * from './IconPieChartOutlinedFilled.js' +export * from './IconPieChartRoundedFilled.js' +export * from './IconPieChartRounded.js' +export * from './IconPieChartSharp.js' +export * from './IconPieChartSharpFilled.js' +export * from './IconPillOutlined.js' +export * from './IconPillOutlinedFilled.js' +export * from './IconPillRoundedFilled.js' +export * from './IconPillRounded.js' +export * from './IconPillSharp.js' +export * from './IconPillSharpFilled.js' +export * from './IconPillOffOutlined.js' +export * from './IconPillOffOutlinedFilled.js' +export * from './IconPillOffRoundedFilled.js' +export * from './IconPillOffRounded.js' +export * from './IconPillOffSharpFilled.js' +export * from './IconPillOffSharp.js' +export * from './IconPinOutlined.js' +export * from './IconPinOutlinedFilled.js' +export * from './IconPinRoundedFilled.js' +export * from './IconPinRounded.js' +export * from './IconPinSharpFilled.js' +export * from './IconPinSharp.js' +export * from './IconPinDropOutlined.js' +export * from './IconPinDropOutlinedFilled.js' +export * from './IconPinDropRounded.js' +export * from './IconPinDropRoundedFilled.js' +export * from './IconPinDropSharpFilled.js' +export * from './IconPinDropSharp.js' +export * from './IconPinEndOutlinedFilled.js' +export * from './IconPinEndOutlined.js' +export * from './IconPinEndRoundedFilled.js' +export * from './IconPinEndRounded.js' +export * from './IconPinEndSharp.js' +export * from './IconPinEndSharpFilled.js' +export * from './IconPinInvokeOutlined.js' +export * from './IconPinInvokeOutlinedFilled.js' +export * from './IconPinInvokeRoundedFilled.js' +export * from './IconPinInvokeRounded.js' +export * from './IconPinInvokeSharp.js' +export * from './IconPinInvokeSharpFilled.js' +export * from './IconPinchOutlined.js' +export * from './IconPinchOutlinedFilled.js' +export * from './IconPinchRounded.js' +export * from './IconPinchRoundedFilled.js' +export * from './IconPinchSharp.js' +export * from './IconPinchSharpFilled.js' +export * from './IconPinchZoomInOutlinedFilled.js' +export * from './IconPinchZoomInOutlined.js' +export * from './IconPinchZoomInRounded.js' +export * from './IconPinchZoomInRoundedFilled.js' +export * from './IconPinchZoomInSharpFilled.js' +export * from './IconPinchZoomInSharp.js' +export * from './IconPinchZoomOutOutlined.js' +export * from './IconPinchZoomOutOutlinedFilled.js' +export * from './IconPinchZoomOutRounded.js' +export * from './IconPinchZoomOutRoundedFilled.js' +export * from './IconPinchZoomOutSharp.js' +export * from './IconPinchZoomOutSharpFilled.js' +export * from './IconPipOutlined.js' +export * from './IconPipOutlinedFilled.js' +export * from './IconPipRounded.js' +export * from './IconPipRoundedFilled.js' +export * from './IconPipSharpFilled.js' +export * from './IconPipSharp.js' +export * from './IconPipExitOutlined.js' +export * from './IconPipExitOutlinedFilled.js' +export * from './IconPipExitRoundedFilled.js' +export * from './IconPipExitRounded.js' +export * from './IconPipExitSharpFilled.js' +export * from './IconPipExitSharp.js' +export * from './IconPivotTableChartOutlined.js' +export * from './IconPivotTableChartOutlinedFilled.js' +export * from './IconPivotTableChartRounded.js' +export * from './IconPivotTableChartRoundedFilled.js' +export * from './IconPivotTableChartSharp.js' +export * from './IconPivotTableChartSharpFilled.js' +export * from './IconPlaceItemOutlined.js' +export * from './IconPlaceItemOutlinedFilled.js' +export * from './IconPlaceItemRoundedFilled.js' +export * from './IconPlaceItemRounded.js' +export * from './IconPlaceItemSharpFilled.js' +export * from './IconPlaceItemSharp.js' +export * from './IconPlagiarismOutlined.js' +export * from './IconPlagiarismOutlinedFilled.js' +export * from './IconPlagiarismRounded.js' +export * from './IconPlagiarismRoundedFilled.js' +export * from './IconPlagiarismSharp.js' +export * from './IconPlagiarismSharpFilled.js' +export * from './IconPlannerBannerAdPtOutlinedFilled.js' +export * from './IconPlannerBannerAdPtOutlined.js' +export * from './IconPlannerBannerAdPtRounded.js' +export * from './IconPlannerBannerAdPtRoundedFilled.js' +export * from './IconPlannerBannerAdPtSharpFilled.js' +export * from './IconPlannerBannerAdPtSharp.js' +export * from './IconPlannerReviewOutlinedFilled.js' +export * from './IconPlannerReviewOutlined.js' +export * from './IconPlannerReviewRounded.js' +export * from './IconPlannerReviewRoundedFilled.js' +export * from './IconPlannerReviewSharpFilled.js' +export * from './IconPlannerReviewSharp.js' +export * from './IconPlayArrowOutlinedFilled.js' +export * from './IconPlayArrowOutlined.js' +export * from './IconPlayArrowRounded.js' +export * from './IconPlayArrowRoundedFilled.js' +export * from './IconPlayArrowSharpFilled.js' +export * from './IconPlayArrowSharp.js' +export * from './IconPlayCircleOutlined.js' +export * from './IconPlayCircleOutlinedFilled.js' +export * from './IconPlayCircleRounded.js' +export * from './IconPlayCircleRoundedFilled.js' +export * from './IconPlayCircleSharp.js' +export * from './IconPlayCircleSharpFilled.js' +export * from './IconPlayDisabledOutlined.js' +export * from './IconPlayDisabledOutlinedFilled.js' +export * from './IconPlayDisabledRoundedFilled.js' +export * from './IconPlayDisabledRounded.js' +export * from './IconPlayDisabledSharpFilled.js' +export * from './IconPlayDisabledSharp.js' +export * from './IconPlayForWorkOutlined.js' +export * from './IconPlayForWorkOutlinedFilled.js' +export * from './IconPlayForWorkRoundedFilled.js' +export * from './IconPlayForWorkRounded.js' +export * from './IconPlayForWorkSharp.js' +export * from './IconPlayForWorkSharpFilled.js' +export * from './IconPlayLessonOutlined.js' +export * from './IconPlayLessonOutlinedFilled.js' +export * from './IconPlayLessonRounded.js' +export * from './IconPlayLessonRoundedFilled.js' +export * from './IconPlayLessonSharp.js' +export * from './IconPlayLessonSharpFilled.js' +export * from './IconPlayPauseOutlined.js' +export * from './IconPlayPauseOutlinedFilled.js' +export * from './IconPlayPauseRoundedFilled.js' +export * from './IconPlayPauseRounded.js' +export * from './IconPlayPauseSharp.js' +export * from './IconPlayPauseSharpFilled.js' +export * from './IconPlayingCardsOutlined.js' +export * from './IconPlayingCardsOutlinedFilled.js' +export * from './IconPlayingCardsRoundedFilled.js' +export * from './IconPlayingCardsRounded.js' +export * from './IconPlayingCardsSharp.js' +export * from './IconPlayingCardsSharpFilled.js' +export * from './IconPlaylistAddOutlinedFilled.js' +export * from './IconPlaylistAddOutlined.js' +export * from './IconPlaylistAddRoundedFilled.js' +export * from './IconPlaylistAddRounded.js' +export * from './IconPlaylistAddSharp.js' +export * from './IconPlaylistAddSharpFilled.js' +export * from './IconPlaylistAddCheckOutlinedFilled.js' +export * from './IconPlaylistAddCheckOutlined.js' +export * from './IconPlaylistAddCheckRounded.js' +export * from './IconPlaylistAddCheckRoundedFilled.js' +export * from './IconPlaylistAddCheckSharp.js' +export * from './IconPlaylistAddCheckSharpFilled.js' +export * from './IconPlaylistAddCheckCircleOutlined.js' +export * from './IconPlaylistAddCheckCircleOutlinedFilled.js' +export * from './IconPlaylistAddCheckCircleRoundedFilled.js' +export * from './IconPlaylistAddCheckCircleRounded.js' +export * from './IconPlaylistAddCheckCircleSharp.js' +export * from './IconPlaylistAddCheckCircleSharpFilled.js' +export * from './IconPlaylistAddCircleOutlined.js' +export * from './IconPlaylistAddCircleOutlinedFilled.js' +export * from './IconPlaylistAddCircleRoundedFilled.js' +export * from './IconPlaylistAddCircleRounded.js' +export * from './IconPlaylistAddCircleSharp.js' +export * from './IconPlaylistAddCircleSharpFilled.js' +export * from './IconPlaylistPlayOutlinedFilled.js' +export * from './IconPlaylistPlayOutlined.js' +export * from './IconPlaylistPlayRounded.js' +export * from './IconPlaylistPlayRoundedFilled.js' +export * from './IconPlaylistPlaySharpFilled.js' +export * from './IconPlaylistPlaySharp.js' +export * from './IconPlaylistRemoveOutlined.js' +export * from './IconPlaylistRemoveOutlinedFilled.js' +export * from './IconPlaylistRemoveRounded.js' +export * from './IconPlaylistRemoveRoundedFilled.js' +export * from './IconPlaylistRemoveSharp.js' +export * from './IconPlaylistRemoveSharpFilled.js' +export * from './IconPlumbingOutlinedFilled.js' +export * from './IconPlumbingOutlined.js' +export * from './IconPlumbingRounded.js' +export * from './IconPlumbingRoundedFilled.js' +export * from './IconPlumbingSharpFilled.js' +export * from './IconPlumbingSharp.js' +export * from './IconPodcastsOutlinedFilled.js' +export * from './IconPodcastsOutlined.js' +export * from './IconPodcastsRoundedFilled.js' +export * from './IconPodcastsRounded.js' +export * from './IconPodcastsSharpFilled.js' +export * from './IconPodcastsSharp.js' +export * from './IconPodiatryOutlinedFilled.js' +export * from './IconPodiatryOutlined.js' +export * from './IconPodiatryRounded.js' +export * from './IconPodiatryRoundedFilled.js' +export * from './IconPodiatrySharpFilled.js' +export * from './IconPodiatrySharp.js' +export * from './IconPodiumOutlinedFilled.js' +export * from './IconPodiumOutlined.js' +export * from './IconPodiumRoundedFilled.js' +export * from './IconPodiumRounded.js' +export * from './IconPodiumSharp.js' +export * from './IconPodiumSharpFilled.js' +export * from './IconPointOfSaleOutlinedFilled.js' +export * from './IconPointOfSaleOutlined.js' +export * from './IconPointOfSaleRounded.js' +export * from './IconPointOfSaleRoundedFilled.js' +export * from './IconPointOfSaleSharp.js' +export * from './IconPointOfSaleSharpFilled.js' +export * from './IconPointScanOutlined.js' +export * from './IconPointScanOutlinedFilled.js' +export * from './IconPointScanRounded.js' +export * from './IconPointScanRoundedFilled.js' +export * from './IconPointScanSharp.js' +export * from './IconPointScanSharpFilled.js' +export * from './IconPokerChipOutlined.js' +export * from './IconPokerChipOutlinedFilled.js' +export * from './IconPokerChipRounded.js' +export * from './IconPokerChipRoundedFilled.js' +export * from './IconPokerChipSharp.js' +export * from './IconPokerChipSharpFilled.js' +export * from './IconPolicyOutlinedFilled.js' +export * from './IconPolicyOutlined.js' +export * from './IconPolicyRounded.js' +export * from './IconPolicyRoundedFilled.js' +export * from './IconPolicySharpFilled.js' +export * from './IconPolicySharp.js' +export * from './IconPolicyAlertOutlinedFilled.js' +export * from './IconPolicyAlertOutlined.js' +export * from './IconPolicyAlertRounded.js' +export * from './IconPolicyAlertRoundedFilled.js' +export * from './IconPolicyAlertSharpFilled.js' +export * from './IconPolicyAlertSharp.js' +export * from './IconPolylineOutlinedFilled.js' +export * from './IconPolylineOutlined.js' +export * from './IconPolylineRoundedFilled.js' +export * from './IconPolylineRounded.js' +export * from './IconPolylineSharp.js' +export * from './IconPolylineSharpFilled.js' +export * from './IconPolymerOutlinedFilled.js' +export * from './IconPolymerOutlined.js' +export * from './IconPolymerRoundedFilled.js' +export * from './IconPolymerRounded.js' +export * from './IconPolymerSharpFilled.js' +export * from './IconPolymerSharp.js' +export * from './IconPoolOutlinedFilled.js' +export * from './IconPoolOutlined.js' +export * from './IconPoolRounded.js' +export * from './IconPoolRoundedFilled.js' +export * from './IconPoolSharp.js' +export * from './IconPoolSharpFilled.js' +export * from './IconPortableWifiOffOutlinedFilled.js' +export * from './IconPortableWifiOffOutlined.js' +export * from './IconPortableWifiOffRoundedFilled.js' +export * from './IconPortableWifiOffRounded.js' +export * from './IconPortableWifiOffSharp.js' +export * from './IconPortableWifiOffSharpFilled.js' +export * from './IconPositionBottomLeftOutlinedFilled.js' +export * from './IconPositionBottomLeftOutlined.js' +export * from './IconPositionBottomLeftRoundedFilled.js' +export * from './IconPositionBottomLeftRounded.js' +export * from './IconPositionBottomLeftSharp.js' +export * from './IconPositionBottomLeftSharpFilled.js' +export * from './IconPositionBottomRightOutlinedFilled.js' +export * from './IconPositionBottomRightOutlined.js' +export * from './IconPositionBottomRightRoundedFilled.js' +export * from './IconPositionBottomRightRounded.js' +export * from './IconPositionBottomRightSharp.js' +export * from './IconPositionBottomRightSharpFilled.js' +export * from './IconPositionTopRightOutlinedFilled.js' +export * from './IconPositionTopRightOutlined.js' +export * from './IconPositionTopRightRoundedFilled.js' +export * from './IconPositionTopRightRounded.js' +export * from './IconPositionTopRightSharpFilled.js' +export * from './IconPositionTopRightSharp.js' +export * from './IconPostOutlined.js' +export * from './IconPostOutlinedFilled.js' +export * from './IconPostRounded.js' +export * from './IconPostRoundedFilled.js' +export * from './IconPostSharp.js' +export * from './IconPostSharpFilled.js' +export * from './IconPostAddOutlined.js' +export * from './IconPostAddOutlinedFilled.js' +export * from './IconPostAddRoundedFilled.js' +export * from './IconPostAddRounded.js' +export * from './IconPostAddSharpFilled.js' +export * from './IconPostAddSharp.js' +export * from './IconPottedPlantOutlinedFilled.js' +export * from './IconPottedPlantOutlined.js' +export * from './IconPottedPlantRoundedFilled.js' +export * from './IconPottedPlantRounded.js' +export * from './IconPottedPlantSharp.js' +export * from './IconPottedPlantSharpFilled.js' +export * from './IconPowerOutlined.js' +export * from './IconPowerOutlinedFilled.js' +export * from './IconPowerRounded.js' +export * from './IconPowerRoundedFilled.js' +export * from './IconPowerSharp.js' +export * from './IconPowerSharpFilled.js' +export * from './IconPowerInputOutlined.js' +export * from './IconPowerInputOutlinedFilled.js' +export * from './IconPowerInputRounded.js' +export * from './IconPowerInputRoundedFilled.js' +export * from './IconPowerInputSharpFilled.js' +export * from './IconPowerInputSharp.js' +export * from './IconPowerOffOutlined.js' +export * from './IconPowerOffOutlinedFilled.js' +export * from './IconPowerOffRounded.js' +export * from './IconPowerOffRoundedFilled.js' +export * from './IconPowerOffSharpFilled.js' +export * from './IconPowerOffSharp.js' +export * from './IconPowerSettingsCircleOutlined.js' +export * from './IconPowerSettingsCircleOutlinedFilled.js' +export * from './IconPowerSettingsCircleRounded.js' +export * from './IconPowerSettingsCircleRoundedFilled.js' +export * from './IconPowerSettingsCircleSharpFilled.js' +export * from './IconPowerSettingsCircleSharp.js' +export * from './IconPowerSettingsNewOutlined.js' +export * from './IconPowerSettingsNewOutlinedFilled.js' +export * from './IconPowerSettingsNewRounded.js' +export * from './IconPowerSettingsNewRoundedFilled.js' +export * from './IconPowerSettingsNewSharpFilled.js' +export * from './IconPowerSettingsNewSharp.js' +export * from './IconPrayerTimesOutlinedFilled.js' +export * from './IconPrayerTimesOutlined.js' +export * from './IconPrayerTimesRounded.js' +export * from './IconPrayerTimesRoundedFilled.js' +export * from './IconPrayerTimesSharp.js' +export * from './IconPrayerTimesSharpFilled.js' +export * from './IconPrecisionManufacturingOutlined.js' +export * from './IconPrecisionManufacturingOutlinedFilled.js' +export * from './IconPrecisionManufacturingRounded.js' +export * from './IconPrecisionManufacturingRoundedFilled.js' +export * from './IconPrecisionManufacturingSharp.js' +export * from './IconPrecisionManufacturingSharpFilled.js' +export * from './IconPregnancyOutlined.js' +export * from './IconPregnancyOutlinedFilled.js' +export * from './IconPregnancyRoundedFilled.js' +export * from './IconPregnancyRounded.js' +export * from './IconPregnancySharp.js' +export * from './IconPregnancySharpFilled.js' +export * from './IconPregnantWomanOutlinedFilled.js' +export * from './IconPregnantWomanOutlined.js' +export * from './IconPregnantWomanRounded.js' +export * from './IconPregnantWomanRoundedFilled.js' +export * from './IconPregnantWomanSharpFilled.js' +export * from './IconPregnantWomanSharp.js' +export * from './IconPreliminaryOutlined.js' +export * from './IconPreliminaryOutlinedFilled.js' +export * from './IconPreliminaryRounded.js' +export * from './IconPreliminaryRoundedFilled.js' +export * from './IconPreliminarySharp.js' +export * from './IconPreliminarySharpFilled.js' +export * from './IconPrescriptionsOutlinedFilled.js' +export * from './IconPrescriptionsOutlined.js' +export * from './IconPrescriptionsRounded.js' +export * from './IconPrescriptionsRoundedFilled.js' +export * from './IconPrescriptionsSharpFilled.js' +export * from './IconPrescriptionsSharp.js' +export * from './IconPresentToAllOutlined.js' +export * from './IconPresentToAllOutlinedFilled.js' +export * from './IconPresentToAllRounded.js' +export * from './IconPresentToAllRoundedFilled.js' +export * from './IconPresentToAllSharp.js' +export * from './IconPresentToAllSharpFilled.js' +export * from './IconPreviewOutlined.js' +export * from './IconPreviewOutlinedFilled.js' +export * from './IconPreviewRounded.js' +export * from './IconPreviewRoundedFilled.js' +export * from './IconPreviewSharp.js' +export * from './IconPreviewSharpFilled.js' +export * from './IconPreviewOffOutlinedFilled.js' +export * from './IconPreviewOffOutlined.js' +export * from './IconPreviewOffRounded.js' +export * from './IconPreviewOffRoundedFilled.js' +export * from './IconPreviewOffSharp.js' +export * from './IconPreviewOffSharpFilled.js' +export * from './IconPriceChangeOutlined.js' +export * from './IconPriceChangeOutlinedFilled.js' +export * from './IconPriceChangeRounded.js' +export * from './IconPriceChangeRoundedFilled.js' +export * from './IconPriceChangeSharp.js' +export * from './IconPriceChangeSharpFilled.js' +export * from './IconPriceCheckOutlinedFilled.js' +export * from './IconPriceCheckOutlined.js' +export * from './IconPriceCheckRoundedFilled.js' +export * from './IconPriceCheckRounded.js' +export * from './IconPriceCheckSharp.js' +export * from './IconPriceCheckSharpFilled.js' +export * from './IconPrintOutlined.js' +export * from './IconPrintOutlinedFilled.js' +export * from './IconPrintRoundedFilled.js' +export * from './IconPrintRounded.js' +export * from './IconPrintSharpFilled.js' +export * from './IconPrintSharp.js' +export * from './IconPrintAddOutlined.js' +export * from './IconPrintAddOutlinedFilled.js' +export * from './IconPrintAddRoundedFilled.js' +export * from './IconPrintAddRounded.js' +export * from './IconPrintAddSharp.js' +export * from './IconPrintAddSharpFilled.js' +export * from './IconPrintConnectOutlinedFilled.js' +export * from './IconPrintConnectOutlined.js' +export * from './IconPrintConnectRoundedFilled.js' +export * from './IconPrintConnectRounded.js' +export * from './IconPrintConnectSharp.js' +export * from './IconPrintConnectSharpFilled.js' +export * from './IconPrintDisabledOutlinedFilled.js' +export * from './IconPrintDisabledOutlined.js' +export * from './IconPrintDisabledRounded.js' +export * from './IconPrintDisabledRoundedFilled.js' +export * from './IconPrintDisabledSharp.js' +export * from './IconPrintDisabledSharpFilled.js' +export * from './IconPrintErrorOutlined.js' +export * from './IconPrintErrorOutlinedFilled.js' +export * from './IconPrintErrorRounded.js' +export * from './IconPrintErrorRoundedFilled.js' +export * from './IconPrintErrorSharpFilled.js' +export * from './IconPrintErrorSharp.js' +export * from './IconPrintLockOutlined.js' +export * from './IconPrintLockOutlinedFilled.js' +export * from './IconPrintLockRounded.js' +export * from './IconPrintLockRoundedFilled.js' +export * from './IconPrintLockSharp.js' +export * from './IconPrintLockSharpFilled.js' +export * from './IconPriorityOutlined.js' +export * from './IconPriorityOutlinedFilled.js' +export * from './IconPriorityRoundedFilled.js' +export * from './IconPriorityRounded.js' +export * from './IconPrioritySharp.js' +export * from './IconPrioritySharpFilled.js' +export * from './IconPriorityHighOutlined.js' +export * from './IconPriorityHighOutlinedFilled.js' +export * from './IconPriorityHighRoundedFilled.js' +export * from './IconPriorityHighRounded.js' +export * from './IconPriorityHighSharpFilled.js' +export * from './IconPriorityHighSharp.js' +export * from './IconPrivacyOutlined.js' +export * from './IconPrivacyOutlinedFilled.js' +export * from './IconPrivacyRounded.js' +export * from './IconPrivacyRoundedFilled.js' +export * from './IconPrivacySharp.js' +export * from './IconPrivacySharpFilled.js' +export * from './IconPrivacyTipOutlined.js' +export * from './IconPrivacyTipOutlinedFilled.js' +export * from './IconPrivacyTipRoundedFilled.js' +export * from './IconPrivacyTipRounded.js' +export * from './IconPrivacyTipSharp.js' +export * from './IconPrivacyTipSharpFilled.js' +export * from './IconPrivateConnectivityOutlined.js' +export * from './IconPrivateConnectivityOutlinedFilled.js' +export * from './IconPrivateConnectivityRounded.js' +export * from './IconPrivateConnectivityRoundedFilled.js' +export * from './IconPrivateConnectivitySharp.js' +export * from './IconPrivateConnectivitySharpFilled.js' +export * from './IconProblemOutlined.js' +export * from './IconProblemOutlinedFilled.js' +export * from './IconProblemRoundedFilled.js' +export * from './IconProblemRounded.js' +export * from './IconProblemSharp.js' +export * from './IconProblemSharpFilled.js' +export * from './IconProcedureOutlinedFilled.js' +export * from './IconProcedureOutlined.js' +export * from './IconProcedureRounded.js' +export * from './IconProcedureRoundedFilled.js' +export * from './IconProcedureSharp.js' +export * from './IconProcedureSharpFilled.js' +export * from './IconProcessChartOutlinedFilled.js' +export * from './IconProcessChartOutlined.js' +export * from './IconProcessChartRounded.js' +export * from './IconProcessChartRoundedFilled.js' +export * from './IconProcessChartSharp.js' +export * from './IconProcessChartSharpFilled.js' +export * from './IconProductionQuantityLimitsOutlined.js' +export * from './IconProductionQuantityLimitsOutlinedFilled.js' +export * from './IconProductionQuantityLimitsRounded.js' +export * from './IconProductionQuantityLimitsRoundedFilled.js' +export * from './IconProductionQuantityLimitsSharpFilled.js' +export * from './IconProductionQuantityLimitsSharp.js' +export * from './IconProductivityOutlinedFilled.js' +export * from './IconProductivityOutlined.js' +export * from './IconProductivityRounded.js' +export * from './IconProductivityRoundedFilled.js' +export * from './IconProductivitySharpFilled.js' +export * from './IconProductivitySharp.js' +export * from './IconProgressActivityOutlinedFilled.js' +export * from './IconProgressActivityOutlined.js' +export * from './IconProgressActivityRounded.js' +export * from './IconProgressActivityRoundedFilled.js' +export * from './IconProgressActivitySharpFilled.js' +export * from './IconProgressActivitySharp.js' +export * from './IconPromptSuggestionOutlinedFilled.js' +export * from './IconPromptSuggestionOutlined.js' +export * from './IconPromptSuggestionRounded.js' +export * from './IconPromptSuggestionRoundedFilled.js' +export * from './IconPromptSuggestionSharp.js' +export * from './IconPromptSuggestionSharpFilled.js' +export * from './IconPropaneOutlinedFilled.js' +export * from './IconPropaneOutlined.js' +export * from './IconPropaneRoundedFilled.js' +export * from './IconPropaneRounded.js' +export * from './IconPropaneSharp.js' +export * from './IconPropaneSharpFilled.js' +export * from './IconPropaneTankOutlined.js' +export * from './IconPropaneTankOutlinedFilled.js' +export * from './IconPropaneTankRoundedFilled.js' +export * from './IconPropaneTankRounded.js' +export * from './IconPropaneTankSharp.js' +export * from './IconPropaneTankSharpFilled.js' +export * from './IconPsychiatryOutlinedFilled.js' +export * from './IconPsychiatryOutlined.js' +export * from './IconPsychiatryRounded.js' +export * from './IconPsychiatryRoundedFilled.js' +export * from './IconPsychiatrySharp.js' +export * from './IconPsychiatrySharpFilled.js' +export * from './IconPsychologyOutlined.js' +export * from './IconPsychologyOutlinedFilled.js' +export * from './IconPsychologyRoundedFilled.js' +export * from './IconPsychologyRounded.js' +export * from './IconPsychologySharp.js' +export * from './IconPsychologySharpFilled.js' +export * from './IconPsychologyAltOutlinedFilled.js' +export * from './IconPsychologyAltOutlined.js' +export * from './IconPsychologyAltRoundedFilled.js' +export * from './IconPsychologyAltRounded.js' +export * from './IconPsychologyAltSharp.js' +export * from './IconPsychologyAltSharpFilled.js' +export * from './IconPublicOutlinedFilled.js' +export * from './IconPublicOutlined.js' +export * from './IconPublicRounded.js' +export * from './IconPublicRoundedFilled.js' +export * from './IconPublicSharp.js' +export * from './IconPublicSharpFilled.js' +export * from './IconPublicOffOutlinedFilled.js' +export * from './IconPublicOffOutlined.js' +export * from './IconPublicOffRounded.js' +export * from './IconPublicOffRoundedFilled.js' +export * from './IconPublicOffSharpFilled.js' +export * from './IconPublicOffSharp.js' +export * from './IconPublishOutlined.js' +export * from './IconPublishOutlinedFilled.js' +export * from './IconPublishRounded.js' +export * from './IconPublishRoundedFilled.js' +export * from './IconPublishSharp.js' +export * from './IconPublishSharpFilled.js' +export * from './IconPublishedWithChangesOutlinedFilled.js' +export * from './IconPublishedWithChangesOutlined.js' +export * from './IconPublishedWithChangesRoundedFilled.js' +export * from './IconPublishedWithChangesRounded.js' +export * from './IconPublishedWithChangesSharpFilled.js' +export * from './IconPublishedWithChangesSharp.js' +export * from './IconPulmonologyOutlinedFilled.js' +export * from './IconPulmonologyOutlined.js' +export * from './IconPulmonologyRounded.js' +export * from './IconPulmonologyRoundedFilled.js' +export * from './IconPulmonologySharpFilled.js' +export * from './IconPulmonologySharp.js' +export * from './IconPulseAlertOutlined.js' +export * from './IconPulseAlertOutlinedFilled.js' +export * from './IconPulseAlertRounded.js' +export * from './IconPulseAlertRoundedFilled.js' +export * from './IconPulseAlertSharpFilled.js' +export * from './IconPulseAlertSharp.js' +export * from './IconPunchClockOutlinedFilled.js' +export * from './IconPunchClockOutlined.js' +export * from './IconPunchClockRounded.js' +export * from './IconPunchClockRoundedFilled.js' +export * from './IconPunchClockSharp.js' +export * from './IconPunchClockSharpFilled.js' +export * from './IconQrCodeOutlined.js' +export * from './IconQrCodeOutlinedFilled.js' +export * from './IconQrCodeRounded.js' +export * from './IconQrCodeRoundedFilled.js' +export * from './IconQrCodeSharpFilled.js' +export * from './IconQrCodeSharp.js' +export * from './IconQrCode2Outlined.js' +export * from './IconQrCode2OutlinedFilled.js' +export * from './IconQrCode2Rounded.js' +export * from './IconQrCode2RoundedFilled.js' +export * from './IconQrCode2Sharp.js' +export * from './IconQrCode2SharpFilled.js' +export * from './IconQrCode2AddOutlinedFilled.js' +export * from './IconQrCode2AddOutlined.js' +export * from './IconQrCode2AddRounded.js' +export * from './IconQrCode2AddRoundedFilled.js' +export * from './IconQrCode2AddSharp.js' +export * from './IconQrCode2AddSharpFilled.js' +export * from './IconQrCodeScannerOutlinedFilled.js' +export * from './IconQrCodeScannerOutlined.js' +export * from './IconQrCodeScannerRounded.js' +export * from './IconQrCodeScannerRoundedFilled.js' +export * from './IconQrCodeScannerSharp.js' +export * from './IconQrCodeScannerSharpFilled.js' +export * from './IconQueryStatsOutlined.js' +export * from './IconQueryStatsOutlinedFilled.js' +export * from './IconQueryStatsRoundedFilled.js' +export * from './IconQueryStatsRounded.js' +export * from './IconQueryStatsSharp.js' +export * from './IconQueryStatsSharpFilled.js' +export * from './IconQuestionExchangeOutlined.js' +export * from './IconQuestionExchangeOutlinedFilled.js' +export * from './IconQuestionExchangeRounded.js' +export * from './IconQuestionExchangeRoundedFilled.js' +export * from './IconQuestionExchangeSharp.js' +export * from './IconQuestionExchangeSharpFilled.js' +export * from './IconQuestionMarkOutlined.js' +export * from './IconQuestionMarkOutlinedFilled.js' +export * from './IconQuestionMarkRoundedFilled.js' +export * from './IconQuestionMarkRounded.js' +export * from './IconQuestionMarkSharpFilled.js' +export * from './IconQuestionMarkSharp.js' +export * from './IconQueueMusicOutlined.js' +export * from './IconQueueMusicOutlinedFilled.js' +export * from './IconQueueMusicRounded.js' +export * from './IconQueueMusicRoundedFilled.js' +export * from './IconQueueMusicSharp.js' +export * from './IconQueueMusicSharpFilled.js' +export * from './IconQueuePlayNextOutlined.js' +export * from './IconQueuePlayNextOutlinedFilled.js' +export * from './IconQueuePlayNextRounded.js' +export * from './IconQueuePlayNextRoundedFilled.js' +export * from './IconQueuePlayNextSharp.js' +export * from './IconQueuePlayNextSharpFilled.js' +export * from './IconQuickPhrasesOutlinedFilled.js' +export * from './IconQuickPhrasesOutlined.js' +export * from './IconQuickPhrasesRounded.js' +export * from './IconQuickPhrasesRoundedFilled.js' +export * from './IconQuickPhrasesSharpFilled.js' +export * from './IconQuickPhrasesSharp.js' +export * from './IconQuickReferenceOutlined.js' +export * from './IconQuickReferenceOutlinedFilled.js' +export * from './IconQuickReferenceRounded.js' +export * from './IconQuickReferenceRoundedFilled.js' +export * from './IconQuickReferenceSharp.js' +export * from './IconQuickReferenceSharpFilled.js' +export * from './IconQuickReferenceAllOutlinedFilled.js' +export * from './IconQuickReferenceAllOutlined.js' +export * from './IconQuickReferenceAllRounded.js' +export * from './IconQuickReferenceAllRoundedFilled.js' +export * from './IconQuickReferenceAllSharp.js' +export * from './IconQuickReferenceAllSharpFilled.js' +export * from './IconQuickReorderOutlinedFilled.js' +export * from './IconQuickReorderOutlined.js' +export * from './IconQuickReorderRounded.js' +export * from './IconQuickReorderRoundedFilled.js' +export * from './IconQuickReorderSharp.js' +export * from './IconQuickReorderSharpFilled.js' +export * from './IconQuickreplyOutlinedFilled.js' +export * from './IconQuickreplyOutlined.js' +export * from './IconQuickreplyRounded.js' +export * from './IconQuickreplyRoundedFilled.js' +export * from './IconQuickreplySharp.js' +export * from './IconQuickreplySharpFilled.js' +export * from './IconQuizOutlined.js' +export * from './IconQuizOutlinedFilled.js' +export * from './IconQuizRoundedFilled.js' +export * from './IconQuizRounded.js' +export * from './IconQuizSharp.js' +export * from './IconQuizSharpFilled.js' +export * from './IconRMobiledataOutlinedFilled.js' +export * from './IconRMobiledataOutlined.js' +export * from './IconRMobiledataRoundedFilled.js' +export * from './IconRMobiledataRounded.js' +export * from './IconRMobiledataSharp.js' +export * from './IconRMobiledataSharpFilled.js' +export * from './IconRadarOutlinedFilled.js' +export * from './IconRadarOutlined.js' +export * from './IconRadarRoundedFilled.js' +export * from './IconRadarRounded.js' +export * from './IconRadarSharp.js' +export * from './IconRadarSharpFilled.js' +export * from './IconRadioOutlined.js' +export * from './IconRadioOutlinedFilled.js' +export * from './IconRadioRounded.js' +export * from './IconRadioRoundedFilled.js' +export * from './IconRadioSharp.js' +export * from './IconRadioSharpFilled.js' +export * from './IconRadioButtonCheckedOutlined.js' +export * from './IconRadioButtonCheckedOutlinedFilled.js' +export * from './IconRadioButtonCheckedRoundedFilled.js' +export * from './IconRadioButtonCheckedRounded.js' +export * from './IconRadioButtonCheckedSharp.js' +export * from './IconRadioButtonCheckedSharpFilled.js' +export * from './IconRadioButtonPartialOutlinedFilled.js' +export * from './IconRadioButtonPartialOutlined.js' +export * from './IconRadioButtonPartialRounded.js' +export * from './IconRadioButtonPartialRoundedFilled.js' +export * from './IconRadioButtonPartialSharp.js' +export * from './IconRadioButtonPartialSharpFilled.js' +export * from './IconRadioButtonUncheckedOutlined.js' +export * from './IconRadioButtonUncheckedOutlinedFilled.js' +export * from './IconRadioButtonUncheckedRounded.js' +export * from './IconRadioButtonUncheckedRoundedFilled.js' +export * from './IconRadioButtonUncheckedSharpFilled.js' +export * from './IconRadioButtonUncheckedSharp.js' +export * from './IconRadiologyOutlinedFilled.js' +export * from './IconRadiologyOutlined.js' +export * from './IconRadiologyRounded.js' +export * from './IconRadiologyRoundedFilled.js' +export * from './IconRadiologySharpFilled.js' +export * from './IconRadiologySharp.js' +export * from './IconRailwayAlertOutlinedFilled.js' +export * from './IconRailwayAlertOutlined.js' +export * from './IconRailwayAlertRounded.js' +export * from './IconRailwayAlertRoundedFilled.js' +export * from './IconRailwayAlertSharp.js' +export * from './IconRailwayAlertSharpFilled.js' +export * from './IconRailwayAlert2Outlined.js' +export * from './IconRailwayAlert2OutlinedFilled.js' +export * from './IconRailwayAlert2Rounded.js' +export * from './IconRailwayAlert2RoundedFilled.js' +export * from './IconRailwayAlert2Sharp.js' +export * from './IconRailwayAlert2SharpFilled.js' +export * from './IconRainyOutlined.js' +export * from './IconRainyOutlinedFilled.js' +export * from './IconRainyRoundedFilled.js' +export * from './IconRainyRounded.js' +export * from './IconRainySharp.js' +export * from './IconRainySharpFilled.js' +export * from './IconRainyHeavyOutlinedFilled.js' +export * from './IconRainyHeavyOutlined.js' +export * from './IconRainyHeavyRoundedFilled.js' +export * from './IconRainyHeavyRounded.js' +export * from './IconRainyHeavySharpFilled.js' +export * from './IconRainyHeavySharp.js' +export * from './IconRainyLightOutlinedFilled.js' +export * from './IconRainyLightOutlined.js' +export * from './IconRainyLightRounded.js' +export * from './IconRainyLightRoundedFilled.js' +export * from './IconRainyLightSharp.js' +export * from './IconRainyLightSharpFilled.js' +export * from './IconRainySnowOutlinedFilled.js' +export * from './IconRainySnowOutlined.js' +export * from './IconRainySnowRounded.js' +export * from './IconRainySnowRoundedFilled.js' +export * from './IconRainySnowSharpFilled.js' +export * from './IconRainySnowSharp.js' +export * from './IconRamenDiningOutlined.js' +export * from './IconRamenDiningOutlinedFilled.js' +export * from './IconRamenDiningRoundedFilled.js' +export * from './IconRamenDiningRounded.js' +export * from './IconRamenDiningSharpFilled.js' +export * from './IconRamenDiningSharp.js' +export * from './IconRampLeftOutlined.js' +export * from './IconRampLeftOutlinedFilled.js' +export * from './IconRampLeftRoundedFilled.js' +export * from './IconRampLeftRounded.js' +export * from './IconRampLeftSharpFilled.js' +export * from './IconRampLeftSharp.js' +export * from './IconRampRightOutlinedFilled.js' +export * from './IconRampRightOutlined.js' +export * from './IconRampRightRounded.js' +export * from './IconRampRightRoundedFilled.js' +export * from './IconRampRightSharpFilled.js' +export * from './IconRampRightSharp.js' +export * from './IconRangeHoodOutlined.js' +export * from './IconRangeHoodOutlinedFilled.js' +export * from './IconRangeHoodRoundedFilled.js' +export * from './IconRangeHoodRounded.js' +export * from './IconRangeHoodSharp.js' +export * from './IconRangeHoodSharpFilled.js' +export * from './IconRateReviewOutlined.js' +export * from './IconRateReviewOutlinedFilled.js' +export * from './IconRateReviewRoundedFilled.js' +export * from './IconRateReviewRounded.js' +export * from './IconRateReviewSharp.js' +export * from './IconRateReviewSharpFilled.js' +export * from './IconRavenOutlinedFilled.js' +export * from './IconRavenOutlined.js' +export * from './IconRavenRoundedFilled.js' +export * from './IconRavenRounded.js' +export * from './IconRavenSharpFilled.js' +export * from './IconRavenSharp.js' +export * from './IconRawOffOutlined.js' +export * from './IconRawOffOutlinedFilled.js' +export * from './IconRawOffRounded.js' +export * from './IconRawOffRoundedFilled.js' +export * from './IconRawOffSharp.js' +export * from './IconRawOffSharpFilled.js' +export * from './IconRawOnOutlined.js' +export * from './IconRawOnOutlinedFilled.js' +export * from './IconRawOnRoundedFilled.js' +export * from './IconRawOnRounded.js' +export * from './IconRawOnSharp.js' +export * from './IconRawOnSharpFilled.js' +export * from './IconReadMoreOutlined.js' +export * from './IconReadMoreOutlinedFilled.js' +export * from './IconReadMoreRoundedFilled.js' +export * from './IconReadMoreRounded.js' +export * from './IconReadMoreSharpFilled.js' +export * from './IconReadMoreSharp.js' +export * from './IconReadinessScoreOutlined.js' +export * from './IconReadinessScoreOutlinedFilled.js' +export * from './IconReadinessScoreRounded.js' +export * from './IconReadinessScoreRoundedFilled.js' +export * from './IconReadinessScoreSharp.js' +export * from './IconReadinessScoreSharpFilled.js' +export * from './IconRealEstateAgentOutlined.js' +export * from './IconRealEstateAgentOutlinedFilled.js' +export * from './IconRealEstateAgentRoundedFilled.js' +export * from './IconRealEstateAgentRounded.js' +export * from './IconRealEstateAgentSharpFilled.js' +export * from './IconRealEstateAgentSharp.js' +export * from './IconRearCameraOutlined.js' +export * from './IconRearCameraOutlinedFilled.js' +export * from './IconRearCameraRoundedFilled.js' +export * from './IconRearCameraRounded.js' +export * from './IconRearCameraSharp.js' +export * from './IconRearCameraSharpFilled.js' +export * from './IconRebaseOutlinedFilled.js' +export * from './IconRebaseOutlined.js' +export * from './IconRebaseRounded.js' +export * from './IconRebaseRoundedFilled.js' +export * from './IconRebaseSharpFilled.js' +export * from './IconRebaseSharp.js' +export * from './IconRebaseEditOutlined.js' +export * from './IconRebaseEditOutlinedFilled.js' +export * from './IconRebaseEditRounded.js' +export * from './IconRebaseEditRoundedFilled.js' +export * from './IconRebaseEditSharpFilled.js' +export * from './IconRebaseEditSharp.js' +export * from './IconReceiptOutlined.js' +export * from './IconReceiptOutlinedFilled.js' +export * from './IconReceiptRounded.js' +export * from './IconReceiptRoundedFilled.js' +export * from './IconReceiptSharpFilled.js' +export * from './IconReceiptSharp.js' +export * from './IconReceiptLongOutlinedFilled.js' +export * from './IconReceiptLongOutlined.js' +export * from './IconReceiptLongRounded.js' +export * from './IconReceiptLongRoundedFilled.js' +export * from './IconReceiptLongSharp.js' +export * from './IconReceiptLongSharpFilled.js' +export * from './IconReceiptLongOffOutlined.js' +export * from './IconReceiptLongOffOutlinedFilled.js' +export * from './IconReceiptLongOffRoundedFilled.js' +export * from './IconReceiptLongOffRounded.js' +export * from './IconReceiptLongOffSharp.js' +export * from './IconReceiptLongOffSharpFilled.js' +export * from './IconRecentActorsOutlined.js' +export * from './IconRecentActorsOutlinedFilled.js' +export * from './IconRecentActorsRounded.js' +export * from './IconRecentActorsRoundedFilled.js' +export * from './IconRecentActorsSharp.js' +export * from './IconRecentActorsSharpFilled.js' +export * from './IconRecentPatientOutlinedFilled.js' +export * from './IconRecentPatientOutlined.js' +export * from './IconRecentPatientRoundedFilled.js' +export * from './IconRecentPatientRounded.js' +export * from './IconRecentPatientSharpFilled.js' +export * from './IconRecentPatientSharp.js' +export * from './IconRecenterOutlinedFilled.js' +export * from './IconRecenterOutlined.js' +export * from './IconRecenterRounded.js' +export * from './IconRecenterRoundedFilled.js' +export * from './IconRecenterSharpFilled.js' +export * from './IconRecenterSharp.js' +export * from './IconRecommendOutlinedFilled.js' +export * from './IconRecommendOutlined.js' +export * from './IconRecommendRounded.js' +export * from './IconRecommendRoundedFilled.js' +export * from './IconRecommendSharp.js' +export * from './IconRecommendSharpFilled.js' +export * from './IconRecordVoiceOverOutlined.js' +export * from './IconRecordVoiceOverOutlinedFilled.js' +export * from './IconRecordVoiceOverRoundedFilled.js' +export * from './IconRecordVoiceOverRounded.js' +export * from './IconRecordVoiceOverSharpFilled.js' +export * from './IconRecordVoiceOverSharp.js' +export * from './IconRectangleOutlinedFilled.js' +export * from './IconRectangleOutlined.js' +export * from './IconRectangleRounded.js' +export * from './IconRectangleRoundedFilled.js' +export * from './IconRectangleSharp.js' +export * from './IconRectangleSharpFilled.js' +export * from './IconRecyclingOutlined.js' +export * from './IconRecyclingOutlinedFilled.js' +export * from './IconRecyclingRounded.js' +export * from './IconRecyclingRoundedFilled.js' +export * from './IconRecyclingSharpFilled.js' +export * from './IconRecyclingSharp.js' +export * from './IconRedeemOutlinedFilled.js' +export * from './IconRedeemOutlined.js' +export * from './IconRedeemRoundedFilled.js' +export * from './IconRedeemRounded.js' +export * from './IconRedeemSharp.js' +export * from './IconRedeemSharpFilled.js' +export * from './IconRedoOutlinedFilled.js' +export * from './IconRedoOutlined.js' +export * from './IconRedoRounded.js' +export * from './IconRedoRoundedFilled.js' +export * from './IconRedoSharp.js' +export * from './IconRedoSharpFilled.js' +export * from './IconReduceCapacityOutlinedFilled.js' +export * from './IconReduceCapacityOutlined.js' +export * from './IconReduceCapacityRounded.js' +export * from './IconReduceCapacityRoundedFilled.js' +export * from './IconReduceCapacitySharpFilled.js' +export * from './IconReduceCapacitySharp.js' +export * from './IconRefreshOutlined.js' +export * from './IconRefreshOutlinedFilled.js' +export * from './IconRefreshRounded.js' +export * from './IconRefreshRoundedFilled.js' +export * from './IconRefreshSharpFilled.js' +export * from './IconRefreshSharp.js' +export * from './IconRegularExpressionOutlinedFilled.js' +export * from './IconRegularExpressionOutlined.js' +export * from './IconRegularExpressionRounded.js' +export * from './IconRegularExpressionRoundedFilled.js' +export * from './IconRegularExpressionSharp.js' +export * from './IconRegularExpressionSharpFilled.js' +export * from './IconRelaxOutlined.js' +export * from './IconRelaxOutlinedFilled.js' +export * from './IconRelaxRoundedFilled.js' +export * from './IconRelaxRounded.js' +export * from './IconRelaxSharpFilled.js' +export * from './IconRelaxSharp.js' +export * from './IconReleaseAlertOutlinedFilled.js' +export * from './IconReleaseAlertOutlined.js' +export * from './IconReleaseAlertRoundedFilled.js' +export * from './IconReleaseAlertRounded.js' +export * from './IconReleaseAlertSharpFilled.js' +export * from './IconReleaseAlertSharp.js' +export * from './IconRememberMeOutlinedFilled.js' +export * from './IconRememberMeOutlined.js' +export * from './IconRememberMeRounded.js' +export * from './IconRememberMeRoundedFilled.js' +export * from './IconRememberMeSharpFilled.js' +export * from './IconRememberMeSharp.js' +export * from './IconReminderOutlined.js' +export * from './IconReminderOutlinedFilled.js' +export * from './IconReminderRounded.js' +export * from './IconReminderRoundedFilled.js' +export * from './IconReminderSharp.js' +export * from './IconReminderSharpFilled.js' +export * from './IconRemoteGenOutlinedFilled.js' +export * from './IconRemoteGenOutlined.js' +export * from './IconRemoteGenRounded.js' +export * from './IconRemoteGenRoundedFilled.js' +export * from './IconRemoteGenSharp.js' +export * from './IconRemoteGenSharpFilled.js' +export * from './IconRemoveOutlined.js' +export * from './IconRemoveOutlinedFilled.js' +export * from './IconRemoveRoundedFilled.js' +export * from './IconRemoveRounded.js' +export * from './IconRemoveSharp.js' +export * from './IconRemoveSharpFilled.js' +export * from './IconRemoveDoneOutlined.js' +export * from './IconRemoveDoneOutlinedFilled.js' +export * from './IconRemoveDoneRounded.js' +export * from './IconRemoveDoneRoundedFilled.js' +export * from './IconRemoveDoneSharpFilled.js' +export * from './IconRemoveDoneSharp.js' +export * from './IconRemoveFromQueueOutlinedFilled.js' +export * from './IconRemoveFromQueueOutlined.js' +export * from './IconRemoveFromQueueRounded.js' +export * from './IconRemoveFromQueueRoundedFilled.js' +export * from './IconRemoveFromQueueSharp.js' +export * from './IconRemoveFromQueueSharpFilled.js' +export * from './IconRemoveModeratorOutlinedFilled.js' +export * from './IconRemoveModeratorOutlined.js' +export * from './IconRemoveModeratorRounded.js' +export * from './IconRemoveModeratorRoundedFilled.js' +export * from './IconRemoveModeratorSharp.js' +export * from './IconRemoveModeratorSharpFilled.js' +export * from './IconRemoveRoadOutlined.js' +export * from './IconRemoveRoadOutlinedFilled.js' +export * from './IconRemoveRoadRounded.js' +export * from './IconRemoveRoadRoundedFilled.js' +export * from './IconRemoveRoadSharp.js' +export * from './IconRemoveRoadSharpFilled.js' +export * from './IconRemoveSelectionOutlinedFilled.js' +export * from './IconRemoveSelectionOutlined.js' +export * from './IconRemoveSelectionRounded.js' +export * from './IconRemoveSelectionRoundedFilled.js' +export * from './IconRemoveSelectionSharpFilled.js' +export * from './IconRemoveSelectionSharp.js' +export * from './IconRemoveShoppingCartOutlinedFilled.js' +export * from './IconRemoveShoppingCartOutlined.js' +export * from './IconRemoveShoppingCartRounded.js' +export * from './IconRemoveShoppingCartRoundedFilled.js' +export * from './IconRemoveShoppingCartSharp.js' +export * from './IconRemoveShoppingCartSharpFilled.js' +export * from './IconReopenWindowOutlinedFilled.js' +export * from './IconReopenWindowOutlined.js' +export * from './IconReopenWindowRoundedFilled.js' +export * from './IconReopenWindowRounded.js' +export * from './IconReopenWindowSharp.js' +export * from './IconReopenWindowSharpFilled.js' +export * from './IconReorderOutlined.js' +export * from './IconReorderOutlinedFilled.js' +export * from './IconReorderRounded.js' +export * from './IconReorderRoundedFilled.js' +export * from './IconReorderSharp.js' +export * from './IconReorderSharpFilled.js' +export * from './IconRepartitionOutlined.js' +export * from './IconRepartitionOutlinedFilled.js' +export * from './IconRepartitionRounded.js' +export * from './IconRepartitionRoundedFilled.js' +export * from './IconRepartitionSharpFilled.js' +export * from './IconRepartitionSharp.js' +export * from './IconRepeatOutlined.js' +export * from './IconRepeatOutlinedFilled.js' +export * from './IconRepeatRounded.js' +export * from './IconRepeatRoundedFilled.js' +export * from './IconRepeatSharp.js' +export * from './IconRepeatSharpFilled.js' +export * from './IconRepeatOnOutlined.js' +export * from './IconRepeatOnOutlinedFilled.js' +export * from './IconRepeatOnRounded.js' +export * from './IconRepeatOnRoundedFilled.js' +export * from './IconRepeatOnSharp.js' +export * from './IconRepeatOnSharpFilled.js' +export * from './IconRepeatOneOutlinedFilled.js' +export * from './IconRepeatOneOutlined.js' +export * from './IconRepeatOneRounded.js' +export * from './IconRepeatOneRoundedFilled.js' +export * from './IconRepeatOneSharpFilled.js' +export * from './IconRepeatOneSharp.js' +export * from './IconRepeatOneOnOutlined.js' +export * from './IconRepeatOneOnOutlinedFilled.js' +export * from './IconRepeatOneOnRoundedFilled.js' +export * from './IconRepeatOneOnRounded.js' +export * from './IconRepeatOneOnSharp.js' +export * from './IconRepeatOneOnSharpFilled.js' +export * from './IconReplaceAudioOutlined.js' +export * from './IconReplaceAudioOutlinedFilled.js' +export * from './IconReplaceAudioRounded.js' +export * from './IconReplaceAudioRoundedFilled.js' +export * from './IconReplaceAudioSharpFilled.js' +export * from './IconReplaceAudioSharp.js' +export * from './IconReplaceImageOutlinedFilled.js' +export * from './IconReplaceImageOutlined.js' +export * from './IconReplaceImageRounded.js' +export * from './IconReplaceImageRoundedFilled.js' +export * from './IconReplaceImageSharp.js' +export * from './IconReplaceImageSharpFilled.js' +export * from './IconReplaceVideoOutlinedFilled.js' +export * from './IconReplaceVideoOutlined.js' +export * from './IconReplaceVideoRoundedFilled.js' +export * from './IconReplaceVideoRounded.js' +export * from './IconReplaceVideoSharpFilled.js' +export * from './IconReplaceVideoSharp.js' +export * from './IconReplayOutlined.js' +export * from './IconReplayOutlinedFilled.js' +export * from './IconReplayRoundedFilled.js' +export * from './IconReplayRounded.js' +export * from './IconReplaySharp.js' +export * from './IconReplaySharpFilled.js' +export * from './IconReplay10OutlinedFilled.js' +export * from './IconReplay10Outlined.js' +export * from './IconReplay10Rounded.js' +export * from './IconReplay10RoundedFilled.js' +export * from './IconReplay10SharpFilled.js' +export * from './IconReplay10Sharp.js' +export * from './IconReplay30Outlined.js' +export * from './IconReplay30OutlinedFilled.js' +export * from './IconReplay30Rounded.js' +export * from './IconReplay30RoundedFilled.js' +export * from './IconReplay30SharpFilled.js' +export * from './IconReplay30Sharp.js' +export * from './IconReplay5Outlined.js' +export * from './IconReplay5OutlinedFilled.js' +export * from './IconReplay5Rounded.js' +export * from './IconReplay5RoundedFilled.js' +export * from './IconReplay5Sharp.js' +export * from './IconReplay5SharpFilled.js' +export * from './IconReplyOutlined.js' +export * from './IconReplyOutlinedFilled.js' +export * from './IconReplyRoundedFilled.js' +export * from './IconReplyRounded.js' +export * from './IconReplySharpFilled.js' +export * from './IconReplySharp.js' +export * from './IconReplyAllOutlined.js' +export * from './IconReplyAllOutlinedFilled.js' +export * from './IconReplyAllRounded.js' +export * from './IconReplyAllRoundedFilled.js' +export * from './IconReplyAllSharp.js' +export * from './IconReplyAllSharpFilled.js' +export * from './IconReportOutlinedFilled.js' +export * from './IconReportOutlined.js' +export * from './IconReportRounded.js' +export * from './IconReportRoundedFilled.js' +export * from './IconReportSharp.js' +export * from './IconReportSharpFilled.js' +export * from './IconReportOffOutlinedFilled.js' +export * from './IconReportOffOutlined.js' +export * from './IconReportOffRounded.js' +export * from './IconReportOffRoundedFilled.js' +export * from './IconReportOffSharpFilled.js' +export * from './IconReportOffSharp.js' +export * from './IconRequestPageOutlined.js' +export * from './IconRequestPageOutlinedFilled.js' +export * from './IconRequestPageRounded.js' +export * from './IconRequestPageRoundedFilled.js' +export * from './IconRequestPageSharpFilled.js' +export * from './IconRequestPageSharp.js' +export * from './IconRequestQuoteOutlined.js' +export * from './IconRequestQuoteOutlinedFilled.js' +export * from './IconRequestQuoteRoundedFilled.js' +export * from './IconRequestQuoteRounded.js' +export * from './IconRequestQuoteSharp.js' +export * from './IconRequestQuoteSharpFilled.js' +export * from './IconResetBrightnessOutlined.js' +export * from './IconResetBrightnessOutlinedFilled.js' +export * from './IconResetBrightnessRounded.js' +export * from './IconResetBrightnessRoundedFilled.js' +export * from './IconResetBrightnessSharp.js' +export * from './IconResetBrightnessSharpFilled.js' +export * from './IconResetFocusOutlined.js' +export * from './IconResetFocusOutlinedFilled.js' +export * from './IconResetFocusRounded.js' +export * from './IconResetFocusRoundedFilled.js' +export * from './IconResetFocusSharpFilled.js' +export * from './IconResetFocusSharp.js' +export * from './IconResetImageOutlinedFilled.js' +export * from './IconResetImageOutlined.js' +export * from './IconResetImageRoundedFilled.js' +export * from './IconResetImageRounded.js' +export * from './IconResetImageSharpFilled.js' +export * from './IconResetImageSharp.js' +export * from './IconResetIsoOutlined.js' +export * from './IconResetIsoOutlinedFilled.js' +export * from './IconResetIsoRounded.js' +export * from './IconResetIsoRoundedFilled.js' +export * from './IconResetIsoSharpFilled.js' +export * from './IconResetIsoSharp.js' +export * from './IconResetSettingsOutlined.js' +export * from './IconResetSettingsOutlinedFilled.js' +export * from './IconResetSettingsRounded.js' +export * from './IconResetSettingsRoundedFilled.js' +export * from './IconResetSettingsSharpFilled.js' +export * from './IconResetSettingsSharp.js' +export * from './IconResetShadowOutlinedFilled.js' +export * from './IconResetShadowOutlined.js' +export * from './IconResetShadowRoundedFilled.js' +export * from './IconResetShadowRounded.js' +export * from './IconResetShadowSharp.js' +export * from './IconResetShadowSharpFilled.js' +export * from './IconResetShutterSpeedOutlined.js' +export * from './IconResetShutterSpeedOutlinedFilled.js' +export * from './IconResetShutterSpeedRounded.js' +export * from './IconResetShutterSpeedRoundedFilled.js' +export * from './IconResetShutterSpeedSharp.js' +export * from './IconResetShutterSpeedSharpFilled.js' +export * from './IconResetTvOutlinedFilled.js' +export * from './IconResetTvOutlined.js' +export * from './IconResetTvRoundedFilled.js' +export * from './IconResetTvRounded.js' +export * from './IconResetTvSharpFilled.js' +export * from './IconResetTvSharp.js' +export * from './IconResetWhiteBalanceOutlined.js' +export * from './IconResetWhiteBalanceOutlinedFilled.js' +export * from './IconResetWhiteBalanceRoundedFilled.js' +export * from './IconResetWhiteBalanceRounded.js' +export * from './IconResetWhiteBalanceSharp.js' +export * from './IconResetWhiteBalanceSharpFilled.js' +export * from './IconResetWrenchOutlined.js' +export * from './IconResetWrenchOutlinedFilled.js' +export * from './IconResetWrenchRoundedFilled.js' +export * from './IconResetWrenchRounded.js' +export * from './IconResetWrenchSharpFilled.js' +export * from './IconResetWrenchSharp.js' +export * from './IconResizeOutlinedFilled.js' +export * from './IconResizeOutlined.js' +export * from './IconResizeRounded.js' +export * from './IconResizeRoundedFilled.js' +export * from './IconResizeSharpFilled.js' +export * from './IconResizeSharp.js' +export * from './IconRespiratoryRateOutlined.js' +export * from './IconRespiratoryRateOutlinedFilled.js' +export * from './IconRespiratoryRateRounded.js' +export * from './IconRespiratoryRateRoundedFilled.js' +export * from './IconRespiratoryRateSharpFilled.js' +export * from './IconRespiratoryRateSharp.js' +export * from './IconResponsiveLayoutOutlined.js' +export * from './IconResponsiveLayoutOutlinedFilled.js' +export * from './IconResponsiveLayoutRounded.js' +export * from './IconResponsiveLayoutRoundedFilled.js' +export * from './IconResponsiveLayoutSharpFilled.js' +export * from './IconResponsiveLayoutSharp.js' +export * from './IconRestartAltOutlined.js' +export * from './IconRestartAltOutlinedFilled.js' +export * from './IconRestartAltRounded.js' +export * from './IconRestartAltRoundedFilled.js' +export * from './IconRestartAltSharp.js' +export * from './IconRestartAltSharpFilled.js' +export * from './IconRestaurantOutlinedFilled.js' +export * from './IconRestaurantOutlined.js' +export * from './IconRestaurantRoundedFilled.js' +export * from './IconRestaurantRounded.js' +export * from './IconRestaurantSharp.js' +export * from './IconRestaurantSharpFilled.js' +export * from './IconRestoreFromTrashOutlined.js' +export * from './IconRestoreFromTrashOutlinedFilled.js' +export * from './IconRestoreFromTrashRounded.js' +export * from './IconRestoreFromTrashRoundedFilled.js' +export * from './IconRestoreFromTrashSharpFilled.js' +export * from './IconRestoreFromTrashSharp.js' +export * from './IconRestorePageOutlined.js' +export * from './IconRestorePageOutlinedFilled.js' +export * from './IconRestorePageRounded.js' +export * from './IconRestorePageRoundedFilled.js' +export * from './IconRestorePageSharpFilled.js' +export * from './IconRestorePageSharp.js' +export * from './IconResumeOutlined.js' +export * from './IconResumeOutlinedFilled.js' +export * from './IconResumeRounded.js' +export * from './IconResumeRoundedFilled.js' +export * from './IconResumeSharp.js' +export * from './IconResumeSharpFilled.js' +export * from './IconReviewsOutlined.js' +export * from './IconReviewsOutlinedFilled.js' +export * from './IconReviewsRounded.js' +export * from './IconReviewsRoundedFilled.js' +export * from './IconReviewsSharpFilled.js' +export * from './IconReviewsSharp.js' +export * from './IconRewardedAdsOutlinedFilled.js' +export * from './IconRewardedAdsOutlined.js' +export * from './IconRewardedAdsRoundedFilled.js' +export * from './IconRewardedAdsRounded.js' +export * from './IconRewardedAdsSharpFilled.js' +export * from './IconRewardedAdsSharp.js' +export * from './IconRheumatologyOutlinedFilled.js' +export * from './IconRheumatologyOutlined.js' +export * from './IconRheumatologyRounded.js' +export * from './IconRheumatologyRoundedFilled.js' +export * from './IconRheumatologySharp.js' +export * from './IconRheumatologySharpFilled.js' +export * from './IconRibCageOutlinedFilled.js' +export * from './IconRibCageOutlined.js' +export * from './IconRibCageRoundedFilled.js' +export * from './IconRibCageRounded.js' +export * from './IconRibCageSharp.js' +export * from './IconRibCageSharpFilled.js' +export * from './IconRiceBowlOutlinedFilled.js' +export * from './IconRiceBowlOutlined.js' +export * from './IconRiceBowlRoundedFilled.js' +export * from './IconRiceBowlRounded.js' +export * from './IconRiceBowlSharp.js' +export * from './IconRiceBowlSharpFilled.js' +export * from './IconRightClickOutlinedFilled.js' +export * from './IconRightClickOutlined.js' +export * from './IconRightClickRounded.js' +export * from './IconRightClickRoundedFilled.js' +export * from './IconRightClickSharp.js' +export * from './IconRightClickSharpFilled.js' +export * from './IconRightPanelCloseOutlined.js' +export * from './IconRightPanelCloseOutlinedFilled.js' +export * from './IconRightPanelCloseRounded.js' +export * from './IconRightPanelCloseRoundedFilled.js' +export * from './IconRightPanelCloseSharpFilled.js' +export * from './IconRightPanelCloseSharp.js' +export * from './IconRightPanelOpenOutlinedFilled.js' +export * from './IconRightPanelOpenOutlined.js' +export * from './IconRightPanelOpenRounded.js' +export * from './IconRightPanelOpenRoundedFilled.js' +export * from './IconRightPanelOpenSharp.js' +export * from './IconRightPanelOpenSharpFilled.js' +export * from './IconRingVolumeOutlinedFilled.js' +export * from './IconRingVolumeOutlined.js' +export * from './IconRingVolumeRounded.js' +export * from './IconRingVolumeRoundedFilled.js' +export * from './IconRingVolumeSharpFilled.js' +export * from './IconRingVolumeSharp.js' +export * from './IconRipplesOutlined.js' +export * from './IconRipplesOutlinedFilled.js' +export * from './IconRipplesRoundedFilled.js' +export * from './IconRipplesRounded.js' +export * from './IconRipplesSharpFilled.js' +export * from './IconRipplesSharp.js' +export * from './IconRoadOutlinedFilled.js' +export * from './IconRoadOutlined.js' +export * from './IconRoadRoundedFilled.js' +export * from './IconRoadRounded.js' +export * from './IconRoadSharpFilled.js' +export * from './IconRoadSharp.js' +export * from './IconRobotOutlined.js' +export * from './IconRobotOutlinedFilled.js' +export * from './IconRobotRoundedFilled.js' +export * from './IconRobotRounded.js' +export * from './IconRobotSharp.js' +export * from './IconRobotSharpFilled.js' +export * from './IconRobot2Outlined.js' +export * from './IconRobot2OutlinedFilled.js' +export * from './IconRobot2RoundedFilled.js' +export * from './IconRobot2Rounded.js' +export * from './IconRobot2Sharp.js' +export * from './IconRobot2SharpFilled.js' +export * from './IconRocketOutlinedFilled.js' +export * from './IconRocketOutlined.js' +export * from './IconRocketRounded.js' +export * from './IconRocketRoundedFilled.js' +export * from './IconRocketSharp.js' +export * from './IconRocketSharpFilled.js' +export * from './IconRocketLaunchOutlinedFilled.js' +export * from './IconRocketLaunchOutlined.js' +export * from './IconRocketLaunchRoundedFilled.js' +export * from './IconRocketLaunchRounded.js' +export * from './IconRocketLaunchSharp.js' +export * from './IconRocketLaunchSharpFilled.js' +export * from './IconRollerShadesOutlined.js' +export * from './IconRollerShadesOutlinedFilled.js' +export * from './IconRollerShadesRounded.js' +export * from './IconRollerShadesRoundedFilled.js' +export * from './IconRollerShadesSharpFilled.js' +export * from './IconRollerShadesSharp.js' +export * from './IconRollerShadesClosedOutlinedFilled.js' +export * from './IconRollerShadesClosedOutlined.js' +export * from './IconRollerShadesClosedRoundedFilled.js' +export * from './IconRollerShadesClosedRounded.js' +export * from './IconRollerShadesClosedSharp.js' +export * from './IconRollerShadesClosedSharpFilled.js' +export * from './IconRollerSkatingOutlined.js' +export * from './IconRollerSkatingOutlinedFilled.js' +export * from './IconRollerSkatingRoundedFilled.js' +export * from './IconRollerSkatingRounded.js' +export * from './IconRollerSkatingSharp.js' +export * from './IconRollerSkatingSharpFilled.js' +export * from './IconRoofingOutlined.js' +export * from './IconRoofingOutlinedFilled.js' +export * from './IconRoofingRoundedFilled.js' +export * from './IconRoofingRounded.js' +export * from './IconRoofingSharp.js' +export * from './IconRoofingSharpFilled.js' +export * from './IconRoomPreferencesOutlinedFilled.js' +export * from './IconRoomPreferencesOutlined.js' +export * from './IconRoomPreferencesRounded.js' +export * from './IconRoomPreferencesRoundedFilled.js' +export * from './IconRoomPreferencesSharpFilled.js' +export * from './IconRoomPreferencesSharp.js' +export * from './IconRoomServiceOutlinedFilled.js' +export * from './IconRoomServiceOutlined.js' +export * from './IconRoomServiceRounded.js' +export * from './IconRoomServiceRoundedFilled.js' +export * from './IconRoomServiceSharp.js' +export * from './IconRoomServiceSharpFilled.js' +export * from './IconRotate90DegreesCcwOutlinedFilled.js' +export * from './IconRotate90DegreesCcwOutlined.js' +export * from './IconRotate90DegreesCcwRoundedFilled.js' +export * from './IconRotate90DegreesCcwRounded.js' +export * from './IconRotate90DegreesCcwSharp.js' +export * from './IconRotate90DegreesCcwSharpFilled.js' +export * from './IconRotate90DegreesCwOutlined.js' +export * from './IconRotate90DegreesCwOutlinedFilled.js' +export * from './IconRotate90DegreesCwRoundedFilled.js' +export * from './IconRotate90DegreesCwRounded.js' +export * from './IconRotate90DegreesCwSharp.js' +export * from './IconRotate90DegreesCwSharpFilled.js' +export * from './IconRotateAutoOutlined.js' +export * from './IconRotateAutoOutlinedFilled.js' +export * from './IconRotateAutoRoundedFilled.js' +export * from './IconRotateAutoRounded.js' +export * from './IconRotateAutoSharp.js' +export * from './IconRotateAutoSharpFilled.js' +export * from './IconRotateLeftOutlinedFilled.js' +export * from './IconRotateLeftOutlined.js' +export * from './IconRotateLeftRounded.js' +export * from './IconRotateLeftRoundedFilled.js' +export * from './IconRotateLeftSharp.js' +export * from './IconRotateLeftSharpFilled.js' +export * from './IconRotateRightOutlined.js' +export * from './IconRotateRightOutlinedFilled.js' +export * from './IconRotateRightRounded.js' +export * from './IconRotateRightRoundedFilled.js' +export * from './IconRotateRightSharp.js' +export * from './IconRotateRightSharpFilled.js' +export * from './IconRoundaboutLeftOutlinedFilled.js' +export * from './IconRoundaboutLeftOutlined.js' +export * from './IconRoundaboutLeftRoundedFilled.js' +export * from './IconRoundaboutLeftRounded.js' +export * from './IconRoundaboutLeftSharp.js' +export * from './IconRoundaboutLeftSharpFilled.js' +export * from './IconRoundaboutRightOutlinedFilled.js' +export * from './IconRoundaboutRightOutlined.js' +export * from './IconRoundaboutRightRounded.js' +export * from './IconRoundaboutRightRoundedFilled.js' +export * from './IconRoundaboutRightSharp.js' +export * from './IconRoundaboutRightSharpFilled.js' +export * from './IconRoundedCornerOutlinedFilled.js' +export * from './IconRoundedCornerOutlined.js' +export * from './IconRoundedCornerRounded.js' +export * from './IconRoundedCornerRoundedFilled.js' +export * from './IconRoundedCornerSharp.js' +export * from './IconRoundedCornerSharpFilled.js' +export * from './IconRouteOutlinedFilled.js' +export * from './IconRouteOutlined.js' +export * from './IconRouteRoundedFilled.js' +export * from './IconRouteRounded.js' +export * from './IconRouteSharpFilled.js' +export * from './IconRouteSharp.js' +export * from './IconRouterOutlinedFilled.js' +export * from './IconRouterOutlined.js' +export * from './IconRouterRoundedFilled.js' +export * from './IconRouterRounded.js' +export * from './IconRouterSharpFilled.js' +export * from './IconRouterSharp.js' +export * from './IconRoutineOutlined.js' +export * from './IconRoutineOutlinedFilled.js' +export * from './IconRoutineRoundedFilled.js' +export * from './IconRoutineRounded.js' +export * from './IconRoutineSharpFilled.js' +export * from './IconRoutineSharp.js' +export * from './IconRowingOutlined.js' +export * from './IconRowingOutlinedFilled.js' +export * from './IconRowingRounded.js' +export * from './IconRowingRoundedFilled.js' +export * from './IconRowingSharp.js' +export * from './IconRowingSharpFilled.js' +export * from './IconRssFeedOutlined.js' +export * from './IconRssFeedOutlinedFilled.js' +export * from './IconRssFeedRounded.js' +export * from './IconRssFeedRoundedFilled.js' +export * from './IconRssFeedSharp.js' +export * from './IconRssFeedSharpFilled.js' +export * from './IconRsvpOutlinedFilled.js' +export * from './IconRsvpOutlined.js' +export * from './IconRsvpRounded.js' +export * from './IconRsvpRoundedFilled.js' +export * from './IconRsvpSharpFilled.js' +export * from './IconRsvpSharp.js' +export * from './IconRttOutlined.js' +export * from './IconRttOutlinedFilled.js' +export * from './IconRttRounded.js' +export * from './IconRttRoundedFilled.js' +export * from './IconRttSharp.js' +export * from './IconRttSharpFilled.js' +export * from './IconRubricOutlinedFilled.js' +export * from './IconRubricOutlined.js' +export * from './IconRubricRoundedFilled.js' +export * from './IconRubricRounded.js' +export * from './IconRubricSharp.js' +export * from './IconRubricSharpFilled.js' +export * from './IconRuleOutlinedFilled.js' +export * from './IconRuleOutlined.js' +export * from './IconRuleRoundedFilled.js' +export * from './IconRuleRounded.js' +export * from './IconRuleSharpFilled.js' +export * from './IconRuleSharp.js' +export * from './IconRuleFolderOutlined.js' +export * from './IconRuleFolderOutlinedFilled.js' +export * from './IconRuleFolderRoundedFilled.js' +export * from './IconRuleFolderRounded.js' +export * from './IconRuleFolderSharp.js' +export * from './IconRuleFolderSharpFilled.js' +export * from './IconRuleSettingsOutlined.js' +export * from './IconRuleSettingsOutlinedFilled.js' +export * from './IconRuleSettingsRoundedFilled.js' +export * from './IconRuleSettingsRounded.js' +export * from './IconRuleSettingsSharp.js' +export * from './IconRuleSettingsSharpFilled.js' +export * from './IconRunCircleOutlined.js' +export * from './IconRunCircleOutlinedFilled.js' +export * from './IconRunCircleRoundedFilled.js' +export * from './IconRunCircleRounded.js' +export * from './IconRunCircleSharpFilled.js' +export * from './IconRunCircleSharp.js' +export * from './IconRunningWithErrorsOutlined.js' +export * from './IconRunningWithErrorsOutlinedFilled.js' +export * from './IconRunningWithErrorsRoundedFilled.js' +export * from './IconRunningWithErrorsRounded.js' +export * from './IconRunningWithErrorsSharp.js' +export * from './IconRunningWithErrorsSharpFilled.js' +export * from './IconRvHookupOutlinedFilled.js' +export * from './IconRvHookupOutlined.js' +export * from './IconRvHookupRoundedFilled.js' +export * from './IconRvHookupRounded.js' +export * from './IconRvHookupSharpFilled.js' +export * from './IconRvHookupSharp.js' +export * from './IconSafetyCheckOutlinedFilled.js' +export * from './IconSafetyCheckOutlined.js' +export * from './IconSafetyCheckRoundedFilled.js' +export * from './IconSafetyCheckRounded.js' +export * from './IconSafetyCheckSharp.js' +export * from './IconSafetyCheckSharpFilled.js' +export * from './IconSafetyCheckOffOutlinedFilled.js' +export * from './IconSafetyCheckOffOutlined.js' +export * from './IconSafetyCheckOffRoundedFilled.js' +export * from './IconSafetyCheckOffRounded.js' +export * from './IconSafetyCheckOffSharpFilled.js' +export * from './IconSafetyCheckOffSharp.js' +export * from './IconSafetyDividerOutlinedFilled.js' +export * from './IconSafetyDividerOutlined.js' +export * from './IconSafetyDividerRounded.js' +export * from './IconSafetyDividerRoundedFilled.js' +export * from './IconSafetyDividerSharp.js' +export * from './IconSafetyDividerSharpFilled.js' +export * from './IconSailingOutlined.js' +export * from './IconSailingOutlinedFilled.js' +export * from './IconSailingRounded.js' +export * from './IconSailingRoundedFilled.js' +export * from './IconSailingSharp.js' +export * from './IconSailingSharpFilled.js' +export * from './IconSalinityOutlined.js' +export * from './IconSalinityOutlinedFilled.js' +export * from './IconSalinityRoundedFilled.js' +export * from './IconSalinityRounded.js' +export * from './IconSalinitySharp.js' +export * from './IconSalinitySharpFilled.js' +export * from './IconSanitizerOutlined.js' +export * from './IconSanitizerOutlinedFilled.js' +export * from './IconSanitizerRoundedFilled.js' +export * from './IconSanitizerRounded.js' +export * from './IconSanitizerSharpFilled.js' +export * from './IconSanitizerSharp.js' +export * from './IconSatelliteOutlined.js' +export * from './IconSatelliteOutlinedFilled.js' +export * from './IconSatelliteRounded.js' +export * from './IconSatelliteRoundedFilled.js' +export * from './IconSatelliteSharpFilled.js' +export * from './IconSatelliteSharp.js' +export * from './IconSatelliteAltOutlined.js' +export * from './IconSatelliteAltOutlinedFilled.js' +export * from './IconSatelliteAltRounded.js' +export * from './IconSatelliteAltRoundedFilled.js' +export * from './IconSatelliteAltSharp.js' +export * from './IconSatelliteAltSharpFilled.js' +export * from './IconSaunaOutlined.js' +export * from './IconSaunaOutlinedFilled.js' +export * from './IconSaunaRoundedFilled.js' +export * from './IconSaunaRounded.js' +export * from './IconSaunaSharp.js' +export * from './IconSaunaSharpFilled.js' +export * from './IconSaveOutlined.js' +export * from './IconSaveOutlinedFilled.js' +export * from './IconSaveRounded.js' +export * from './IconSaveRoundedFilled.js' +export * from './IconSaveSharpFilled.js' +export * from './IconSaveSharp.js' +export * from './IconSaveAsOutlined.js' +export * from './IconSaveAsOutlinedFilled.js' +export * from './IconSaveAsRoundedFilled.js' +export * from './IconSaveAsRounded.js' +export * from './IconSaveAsSharp.js' +export * from './IconSaveAsSharpFilled.js' +export * from './IconSavedSearchOutlined.js' +export * from './IconSavedSearchOutlinedFilled.js' +export * from './IconSavedSearchRounded.js' +export * from './IconSavedSearchRoundedFilled.js' +export * from './IconSavedSearchSharpFilled.js' +export * from './IconSavedSearchSharp.js' +export * from './IconSavingsOutlinedFilled.js' +export * from './IconSavingsOutlined.js' +export * from './IconSavingsRoundedFilled.js' +export * from './IconSavingsRounded.js' +export * from './IconSavingsSharp.js' +export * from './IconSavingsSharpFilled.js' +export * from './IconScaleOutlined.js' +export * from './IconScaleOutlinedFilled.js' +export * from './IconScaleRoundedFilled.js' +export * from './IconScaleRounded.js' +export * from './IconScaleSharpFilled.js' +export * from './IconScaleSharp.js' +export * from './IconScanOutlined.js' +export * from './IconScanOutlinedFilled.js' +export * from './IconScanRounded.js' +export * from './IconScanRoundedFilled.js' +export * from './IconScanSharpFilled.js' +export * from './IconScanSharp.js' +export * from './IconScanDeleteOutlined.js' +export * from './IconScanDeleteOutlinedFilled.js' +export * from './IconScanDeleteRoundedFilled.js' +export * from './IconScanDeleteRounded.js' +export * from './IconScanDeleteSharpFilled.js' +export * from './IconScanDeleteSharp.js' +export * from './IconScannerOutlined.js' +export * from './IconScannerOutlinedFilled.js' +export * from './IconScannerRoundedFilled.js' +export * from './IconScannerRounded.js' +export * from './IconScannerSharp.js' +export * from './IconScannerSharpFilled.js' +export * from './IconScatterPlotOutlinedFilled.js' +export * from './IconScatterPlotOutlined.js' +export * from './IconScatterPlotRoundedFilled.js' +export * from './IconScatterPlotRounded.js' +export * from './IconScatterPlotSharpFilled.js' +export * from './IconScatterPlotSharp.js' +export * from './IconSceneOutlinedFilled.js' +export * from './IconSceneOutlined.js' +export * from './IconSceneRoundedFilled.js' +export * from './IconSceneRounded.js' +export * from './IconSceneSharpFilled.js' +export * from './IconSceneSharp.js' +export * from './IconScheduleOutlined.js' +export * from './IconScheduleOutlinedFilled.js' +export * from './IconScheduleRoundedFilled.js' +export * from './IconScheduleRounded.js' +export * from './IconScheduleSharpFilled.js' +export * from './IconScheduleSharp.js' +export * from './IconScheduleSendOutlinedFilled.js' +export * from './IconScheduleSendOutlined.js' +export * from './IconScheduleSendRounded.js' +export * from './IconScheduleSendRoundedFilled.js' +export * from './IconScheduleSendSharpFilled.js' +export * from './IconScheduleSendSharp.js' +export * from './IconSchemaOutlined.js' +export * from './IconSchemaOutlinedFilled.js' +export * from './IconSchemaRounded.js' +export * from './IconSchemaRoundedFilled.js' +export * from './IconSchemaSharp.js' +export * from './IconSchemaSharpFilled.js' +export * from './IconSchoolOutlined.js' +export * from './IconSchoolOutlinedFilled.js' +export * from './IconSchoolRoundedFilled.js' +export * from './IconSchoolRounded.js' +export * from './IconSchoolSharp.js' +export * from './IconSchoolSharpFilled.js' +export * from './IconScienceOutlined.js' +export * from './IconScienceOutlinedFilled.js' +export * from './IconScienceRounded.js' +export * from './IconScienceRoundedFilled.js' +export * from './IconScienceSharp.js' +export * from './IconScienceSharpFilled.js' +export * from './IconScienceOffOutlined.js' +export * from './IconScienceOffOutlinedFilled.js' +export * from './IconScienceOffRoundedFilled.js' +export * from './IconScienceOffRounded.js' +export * from './IconScienceOffSharp.js' +export * from './IconScienceOffSharpFilled.js' +export * from './IconScooterOutlined.js' +export * from './IconScooterOutlinedFilled.js' +export * from './IconScooterRoundedFilled.js' +export * from './IconScooterRounded.js' +export * from './IconScooterSharpFilled.js' +export * from './IconScooterSharp.js' +export * from './IconScoreOutlined.js' +export * from './IconScoreOutlinedFilled.js' +export * from './IconScoreRounded.js' +export * from './IconScoreRoundedFilled.js' +export * from './IconScoreSharpFilled.js' +export * from './IconScoreSharp.js' +export * from './IconScoreboardOutlined.js' +export * from './IconScoreboardOutlinedFilled.js' +export * from './IconScoreboardRounded.js' +export * from './IconScoreboardRoundedFilled.js' +export * from './IconScoreboardSharpFilled.js' +export * from './IconScoreboardSharp.js' +export * from './IconScreenLockLandscapeOutlined.js' +export * from './IconScreenLockLandscapeOutlinedFilled.js' +export * from './IconScreenLockLandscapeRoundedFilled.js' +export * from './IconScreenLockLandscapeRounded.js' +export * from './IconScreenLockLandscapeSharpFilled.js' +export * from './IconScreenLockLandscapeSharp.js' +export * from './IconScreenLockPortraitOutlinedFilled.js' +export * from './IconScreenLockPortraitOutlined.js' +export * from './IconScreenLockPortraitRoundedFilled.js' +export * from './IconScreenLockPortraitRounded.js' +export * from './IconScreenLockPortraitSharp.js' +export * from './IconScreenLockPortraitSharpFilled.js' +export * from './IconScreenLockRotationOutlined.js' +export * from './IconScreenLockRotationOutlinedFilled.js' +export * from './IconScreenLockRotationRounded.js' +export * from './IconScreenLockRotationRoundedFilled.js' +export * from './IconScreenLockRotationSharpFilled.js' +export * from './IconScreenLockRotationSharp.js' +export * from './IconScreenRecordOutlined.js' +export * from './IconScreenRecordOutlinedFilled.js' +export * from './IconScreenRecordRounded.js' +export * from './IconScreenRecordRoundedFilled.js' +export * from './IconScreenRecordSharp.js' +export * from './IconScreenRecordSharpFilled.js' +export * from './IconScreenRotationOutlined.js' +export * from './IconScreenRotationOutlinedFilled.js' +export * from './IconScreenRotationRounded.js' +export * from './IconScreenRotationRoundedFilled.js' +export * from './IconScreenRotationSharp.js' +export * from './IconScreenRotationSharpFilled.js' +export * from './IconScreenRotationAltOutlined.js' +export * from './IconScreenRotationAltOutlinedFilled.js' +export * from './IconScreenRotationAltRounded.js' +export * from './IconScreenRotationAltRoundedFilled.js' +export * from './IconScreenRotationAltSharpFilled.js' +export * from './IconScreenRotationAltSharp.js' +export * from './IconScreenRotationUpOutlinedFilled.js' +export * from './IconScreenRotationUpOutlined.js' +export * from './IconScreenRotationUpRoundedFilled.js' +export * from './IconScreenRotationUpRounded.js' +export * from './IconScreenRotationUpSharpFilled.js' +export * from './IconScreenRotationUpSharp.js' +export * from './IconScreenSearchDesktopOutlinedFilled.js' +export * from './IconScreenSearchDesktopOutlined.js' +export * from './IconScreenSearchDesktopRounded.js' +export * from './IconScreenSearchDesktopRoundedFilled.js' +export * from './IconScreenSearchDesktopSharp.js' +export * from './IconScreenSearchDesktopSharpFilled.js' +export * from './IconScreenShareOutlined.js' +export * from './IconScreenShareOutlinedFilled.js' +export * from './IconScreenShareRoundedFilled.js' +export * from './IconScreenShareRounded.js' +export * from './IconScreenShareSharp.js' +export * from './IconScreenShareSharpFilled.js' +export * from './IconScreenshotOutlined.js' +export * from './IconScreenshotOutlinedFilled.js' +export * from './IconScreenshotRoundedFilled.js' +export * from './IconScreenshotRounded.js' +export * from './IconScreenshotSharpFilled.js' +export * from './IconScreenshotSharp.js' +export * from './IconScreenshotFrameOutlined.js' +export * from './IconScreenshotFrameOutlinedFilled.js' +export * from './IconScreenshotFrameRounded.js' +export * from './IconScreenshotFrameRoundedFilled.js' +export * from './IconScreenshotFrameSharpFilled.js' +export * from './IconScreenshotFrameSharp.js' +export * from './IconScreenshotKeyboardOutlined.js' +export * from './IconScreenshotKeyboardOutlinedFilled.js' +export * from './IconScreenshotKeyboardRoundedFilled.js' +export * from './IconScreenshotKeyboardRounded.js' +export * from './IconScreenshotKeyboardSharp.js' +export * from './IconScreenshotKeyboardSharpFilled.js' +export * from './IconScreenshotMonitorOutlined.js' +export * from './IconScreenshotMonitorOutlinedFilled.js' +export * from './IconScreenshotMonitorRoundedFilled.js' +export * from './IconScreenshotMonitorRounded.js' +export * from './IconScreenshotMonitorSharp.js' +export * from './IconScreenshotMonitorSharpFilled.js' +export * from './IconScreenshotRegionOutlined.js' +export * from './IconScreenshotRegionOutlinedFilled.js' +export * from './IconScreenshotRegionRounded.js' +export * from './IconScreenshotRegionRoundedFilled.js' +export * from './IconScreenshotRegionSharp.js' +export * from './IconScreenshotRegionSharpFilled.js' +export * from './IconScreenshotTabletOutlinedFilled.js' +export * from './IconScreenshotTabletOutlined.js' +export * from './IconScreenshotTabletRoundedFilled.js' +export * from './IconScreenshotTabletRounded.js' +export * from './IconScreenshotTabletSharpFilled.js' +export * from './IconScreenshotTabletSharp.js' +export * from './IconScriptOutlinedFilled.js' +export * from './IconScriptOutlined.js' +export * from './IconScriptRounded.js' +export * from './IconScriptRoundedFilled.js' +export * from './IconScriptSharp.js' +export * from './IconScriptSharpFilled.js' +export * from './IconScrollableHeaderOutlinedFilled.js' +export * from './IconScrollableHeaderOutlined.js' +export * from './IconScrollableHeaderRoundedFilled.js' +export * from './IconScrollableHeaderRounded.js' +export * from './IconScrollableHeaderSharp.js' +export * from './IconScrollableHeaderSharpFilled.js' +export * from './IconScubaDivingOutlined.js' +export * from './IconScubaDivingOutlinedFilled.js' +export * from './IconScubaDivingRounded.js' +export * from './IconScubaDivingRoundedFilled.js' +export * from './IconScubaDivingSharp.js' +export * from './IconScubaDivingSharpFilled.js' +export * from './IconSdOutlined.js' +export * from './IconSdOutlinedFilled.js' +export * from './IconSdRoundedFilled.js' +export * from './IconSdRounded.js' +export * from './IconSdSharp.js' +export * from './IconSdSharpFilled.js' +export * from './IconSdCardOutlined.js' +export * from './IconSdCardOutlinedFilled.js' +export * from './IconSdCardRounded.js' +export * from './IconSdCardRoundedFilled.js' +export * from './IconSdCardSharpFilled.js' +export * from './IconSdCardSharp.js' +export * from './IconSdCardAlertOutlined.js' +export * from './IconSdCardAlertOutlinedFilled.js' +export * from './IconSdCardAlertRounded.js' +export * from './IconSdCardAlertRoundedFilled.js' +export * from './IconSdCardAlertSharp.js' +export * from './IconSdCardAlertSharpFilled.js' +export * from './IconSdkOutlined.js' +export * from './IconSdkOutlinedFilled.js' +export * from './IconSdkRounded.js' +export * from './IconSdkRoundedFilled.js' +export * from './IconSdkSharpFilled.js' +export * from './IconSdkSharp.js' +export * from './IconSearchOutlined.js' +export * from './IconSearchOutlinedFilled.js' +export * from './IconSearchRounded.js' +export * from './IconSearchRoundedFilled.js' +export * from './IconSearchSharp.js' +export * from './IconSearchSharpFilled.js' +export * from './IconSearchActivityOutlined.js' +export * from './IconSearchActivityOutlinedFilled.js' +export * from './IconSearchActivityRoundedFilled.js' +export * from './IconSearchActivityRounded.js' +export * from './IconSearchActivitySharp.js' +export * from './IconSearchActivitySharpFilled.js' +export * from './IconSearchCheckOutlined.js' +export * from './IconSearchCheckOutlinedFilled.js' +export * from './IconSearchCheckRounded.js' +export * from './IconSearchCheckRoundedFilled.js' +export * from './IconSearchCheckSharpFilled.js' +export * from './IconSearchCheckSharp.js' +export * from './IconSearchCheck2Outlined.js' +export * from './IconSearchCheck2OutlinedFilled.js' +export * from './IconSearchCheck2Rounded.js' +export * from './IconSearchCheck2RoundedFilled.js' +export * from './IconSearchCheck2Sharp.js' +export * from './IconSearchCheck2SharpFilled.js' +export * from './IconSearchHandsFreeOutlined.js' +export * from './IconSearchHandsFreeOutlinedFilled.js' +export * from './IconSearchHandsFreeRoundedFilled.js' +export * from './IconSearchHandsFreeRounded.js' +export * from './IconSearchHandsFreeSharpFilled.js' +export * from './IconSearchHandsFreeSharp.js' +export * from './IconSearchInsightsOutlined.js' +export * from './IconSearchInsightsOutlinedFilled.js' +export * from './IconSearchInsightsRounded.js' +export * from './IconSearchInsightsRoundedFilled.js' +export * from './IconSearchInsightsSharpFilled.js' +export * from './IconSearchInsightsSharp.js' +export * from './IconSearchOffOutlinedFilled.js' +export * from './IconSearchOffOutlined.js' +export * from './IconSearchOffRounded.js' +export * from './IconSearchOffRoundedFilled.js' +export * from './IconSearchOffSharpFilled.js' +export * from './IconSearchOffSharp.js' +export * from './IconSecurityOutlined.js' +export * from './IconSecurityOutlinedFilled.js' +export * from './IconSecurityRounded.js' +export * from './IconSecurityRoundedFilled.js' +export * from './IconSecuritySharpFilled.js' +export * from './IconSecuritySharp.js' +export * from './IconSecurityKeyOutlined.js' +export * from './IconSecurityKeyOutlinedFilled.js' +export * from './IconSecurityKeyRoundedFilled.js' +export * from './IconSecurityKeyRounded.js' +export * from './IconSecurityKeySharp.js' +export * from './IconSecurityKeySharpFilled.js' +export * from './IconSecurityUpdateGoodOutlinedFilled.js' +export * from './IconSecurityUpdateGoodOutlined.js' +export * from './IconSecurityUpdateGoodRoundedFilled.js' +export * from './IconSecurityUpdateGoodRounded.js' +export * from './IconSecurityUpdateGoodSharp.js' +export * from './IconSecurityUpdateGoodSharpFilled.js' +export * from './IconSecurityUpdateWarningOutlined.js' +export * from './IconSecurityUpdateWarningOutlinedFilled.js' +export * from './IconSecurityUpdateWarningRounded.js' +export * from './IconSecurityUpdateWarningRoundedFilled.js' +export * from './IconSecurityUpdateWarningSharpFilled.js' +export * from './IconSecurityUpdateWarningSharp.js' +export * from './IconSegmentOutlined.js' +export * from './IconSegmentOutlinedFilled.js' +export * from './IconSegmentRoundedFilled.js' +export * from './IconSegmentRounded.js' +export * from './IconSegmentSharp.js' +export * from './IconSegmentSharpFilled.js' +export * from './IconSelectOutlined.js' +export * from './IconSelectOutlinedFilled.js' +export * from './IconSelectRounded.js' +export * from './IconSelectRoundedFilled.js' +export * from './IconSelectSharpFilled.js' +export * from './IconSelectSharp.js' +export * from './IconSelectAllOutlined.js' +export * from './IconSelectAllOutlinedFilled.js' +export * from './IconSelectAllRounded.js' +export * from './IconSelectAllRoundedFilled.js' +export * from './IconSelectAllSharpFilled.js' +export * from './IconSelectAllSharp.js' +export * from './IconSelectCheckBoxOutlined.js' +export * from './IconSelectCheckBoxOutlinedFilled.js' +export * from './IconSelectCheckBoxRoundedFilled.js' +export * from './IconSelectCheckBoxRounded.js' +export * from './IconSelectCheckBoxSharpFilled.js' +export * from './IconSelectCheckBoxSharp.js' +export * from './IconSelectToSpeakOutlined.js' +export * from './IconSelectToSpeakOutlinedFilled.js' +export * from './IconSelectToSpeakRoundedFilled.js' +export * from './IconSelectToSpeakRounded.js' +export * from './IconSelectToSpeakSharp.js' +export * from './IconSelectToSpeakSharpFilled.js' +export * from './IconSelectWindowOutlinedFilled.js' +export * from './IconSelectWindowOutlined.js' +export * from './IconSelectWindowRounded.js' +export * from './IconSelectWindowRoundedFilled.js' +export * from './IconSelectWindowSharp.js' +export * from './IconSelectWindowSharpFilled.js' +export * from './IconSelectWindow2Outlined.js' +export * from './IconSelectWindow2OutlinedFilled.js' +export * from './IconSelectWindow2RoundedFilled.js' +export * from './IconSelectWindow2Rounded.js' +export * from './IconSelectWindow2SharpFilled.js' +export * from './IconSelectWindow2Sharp.js' +export * from './IconSelectWindowOffOutlined.js' +export * from './IconSelectWindowOffOutlinedFilled.js' +export * from './IconSelectWindowOffRounded.js' +export * from './IconSelectWindowOffRoundedFilled.js' +export * from './IconSelectWindowOffSharp.js' +export * from './IconSelectWindowOffSharpFilled.js' +export * from './IconSelfCareOutlined.js' +export * from './IconSelfCareOutlinedFilled.js' +export * from './IconSelfCareRounded.js' +export * from './IconSelfCareRoundedFilled.js' +export * from './IconSelfCareSharpFilled.js' +export * from './IconSelfCareSharp.js' +export * from './IconSelfImprovementOutlined.js' +export * from './IconSelfImprovementOutlinedFilled.js' +export * from './IconSelfImprovementRounded.js' +export * from './IconSelfImprovementRoundedFilled.js' +export * from './IconSelfImprovementSharp.js' +export * from './IconSelfImprovementSharpFilled.js' +export * from './IconSellOutlined.js' +export * from './IconSellOutlinedFilled.js' +export * from './IconSellRounded.js' +export * from './IconSellRoundedFilled.js' +export * from './IconSellSharp.js' +export * from './IconSellSharpFilled.js' +export * from './IconSendOutlinedFilled.js' +export * from './IconSendOutlined.js' +export * from './IconSendRounded.js' +export * from './IconSendRoundedFilled.js' +export * from './IconSendSharp.js' +export * from './IconSendSharpFilled.js' +export * from './IconSendAndArchiveOutlinedFilled.js' +export * from './IconSendAndArchiveOutlined.js' +export * from './IconSendAndArchiveRounded.js' +export * from './IconSendAndArchiveRoundedFilled.js' +export * from './IconSendAndArchiveSharpFilled.js' +export * from './IconSendAndArchiveSharp.js' +export * from './IconSendMoneyOutlined.js' +export * from './IconSendMoneyOutlinedFilled.js' +export * from './IconSendMoneyRounded.js' +export * from './IconSendMoneyRoundedFilled.js' +export * from './IconSendMoneySharp.js' +export * from './IconSendMoneySharpFilled.js' +export * from './IconSendTimeExtensionOutlined.js' +export * from './IconSendTimeExtensionOutlinedFilled.js' +export * from './IconSendTimeExtensionRounded.js' +export * from './IconSendTimeExtensionRoundedFilled.js' +export * from './IconSendTimeExtensionSharpFilled.js' +export * from './IconSendTimeExtensionSharp.js' +export * from './IconSendToMobileOutlined.js' +export * from './IconSendToMobileOutlinedFilled.js' +export * from './IconSendToMobileRounded.js' +export * from './IconSendToMobileRoundedFilled.js' +export * from './IconSendToMobileSharp.js' +export * from './IconSendToMobileSharpFilled.js' +export * from './IconSensorDoorOutlined.js' +export * from './IconSensorDoorOutlinedFilled.js' +export * from './IconSensorDoorRoundedFilled.js' +export * from './IconSensorDoorRounded.js' +export * from './IconSensorDoorSharpFilled.js' +export * from './IconSensorDoorSharp.js' +export * from './IconSensorOccupiedOutlined.js' +export * from './IconSensorOccupiedOutlinedFilled.js' +export * from './IconSensorOccupiedRounded.js' +export * from './IconSensorOccupiedRoundedFilled.js' +export * from './IconSensorOccupiedSharp.js' +export * from './IconSensorOccupiedSharpFilled.js' +export * from './IconSensorWindowOutlinedFilled.js' +export * from './IconSensorWindowOutlined.js' +export * from './IconSensorWindowRounded.js' +export * from './IconSensorWindowRoundedFilled.js' +export * from './IconSensorWindowSharp.js' +export * from './IconSensorWindowSharpFilled.js' +export * from './IconSensorsOutlined.js' +export * from './IconSensorsOutlinedFilled.js' +export * from './IconSensorsRoundedFilled.js' +export * from './IconSensorsRounded.js' +export * from './IconSensorsSharpFilled.js' +export * from './IconSensorsSharp.js' +export * from './IconSensorsKrxOutlinedFilled.js' +export * from './IconSensorsKrxOutlined.js' +export * from './IconSensorsKrxRounded.js' +export * from './IconSensorsKrxRoundedFilled.js' +export * from './IconSensorsKrxSharpFilled.js' +export * from './IconSensorsKrxSharp.js' +export * from './IconSensorsKrxOffOutlined.js' +export * from './IconSensorsKrxOffOutlinedFilled.js' +export * from './IconSensorsKrxOffRounded.js' +export * from './IconSensorsKrxOffRoundedFilled.js' +export * from './IconSensorsKrxOffSharpFilled.js' +export * from './IconSensorsKrxOffSharp.js' +export * from './IconSensorsOffOutlined.js' +export * from './IconSensorsOffOutlinedFilled.js' +export * from './IconSensorsOffRounded.js' +export * from './IconSensorsOffRoundedFilled.js' +export * from './IconSensorsOffSharpFilled.js' +export * from './IconSensorsOffSharp.js' +export * from './IconSentimentCalmOutlinedFilled.js' +export * from './IconSentimentCalmOutlined.js' +export * from './IconSentimentCalmRounded.js' +export * from './IconSentimentCalmRoundedFilled.js' +export * from './IconSentimentCalmSharpFilled.js' +export * from './IconSentimentCalmSharp.js' +export * from './IconSentimentContentOutlinedFilled.js' +export * from './IconSentimentContentOutlined.js' +export * from './IconSentimentContentRoundedFilled.js' +export * from './IconSentimentContentRounded.js' +export * from './IconSentimentContentSharpFilled.js' +export * from './IconSentimentContentSharp.js' +export * from './IconSentimentDissatisfiedOutlinedFilled.js' +export * from './IconSentimentDissatisfiedOutlined.js' +export * from './IconSentimentDissatisfiedRounded.js' +export * from './IconSentimentDissatisfiedRoundedFilled.js' +export * from './IconSentimentDissatisfiedSharp.js' +export * from './IconSentimentDissatisfiedSharpFilled.js' +export * from './IconSentimentExcitedOutlinedFilled.js' +export * from './IconSentimentExcitedOutlined.js' +export * from './IconSentimentExcitedRounded.js' +export * from './IconSentimentExcitedRoundedFilled.js' +export * from './IconSentimentExcitedSharp.js' +export * from './IconSentimentExcitedSharpFilled.js' +export * from './IconSentimentExtremelyDissatisfiedOutlined.js' +export * from './IconSentimentExtremelyDissatisfiedOutlinedFilled.js' +export * from './IconSentimentExtremelyDissatisfiedRounded.js' +export * from './IconSentimentExtremelyDissatisfiedRoundedFilled.js' +export * from './IconSentimentExtremelyDissatisfiedSharpFilled.js' +export * from './IconSentimentExtremelyDissatisfiedSharp.js' +export * from './IconSentimentFrustratedOutlinedFilled.js' +export * from './IconSentimentFrustratedOutlined.js' +export * from './IconSentimentFrustratedRoundedFilled.js' +export * from './IconSentimentFrustratedRounded.js' +export * from './IconSentimentFrustratedSharp.js' +export * from './IconSentimentFrustratedSharpFilled.js' +export * from './IconSentimentNeutralOutlined.js' +export * from './IconSentimentNeutralOutlinedFilled.js' +export * from './IconSentimentNeutralRounded.js' +export * from './IconSentimentNeutralRoundedFilled.js' +export * from './IconSentimentNeutralSharpFilled.js' +export * from './IconSentimentNeutralSharp.js' +export * from './IconSentimentSadOutlined.js' +export * from './IconSentimentSadOutlinedFilled.js' +export * from './IconSentimentSadRoundedFilled.js' +export * from './IconSentimentSadRounded.js' +export * from './IconSentimentSadSharp.js' +export * from './IconSentimentSadSharpFilled.js' +export * from './IconSentimentSatisfiedOutlined.js' +export * from './IconSentimentSatisfiedOutlinedFilled.js' +export * from './IconSentimentSatisfiedRounded.js' +export * from './IconSentimentSatisfiedRoundedFilled.js' +export * from './IconSentimentSatisfiedSharpFilled.js' +export * from './IconSentimentSatisfiedSharp.js' +export * from './IconSentimentStressedOutlinedFilled.js' +export * from './IconSentimentStressedOutlined.js' +export * from './IconSentimentStressedRounded.js' +export * from './IconSentimentStressedRoundedFilled.js' +export * from './IconSentimentStressedSharp.js' +export * from './IconSentimentStressedSharpFilled.js' +export * from './IconSentimentVeryDissatisfiedOutlinedFilled.js' +export * from './IconSentimentVeryDissatisfiedOutlined.js' +export * from './IconSentimentVeryDissatisfiedRoundedFilled.js' +export * from './IconSentimentVeryDissatisfiedRounded.js' +export * from './IconSentimentVeryDissatisfiedSharpFilled.js' +export * from './IconSentimentVeryDissatisfiedSharp.js' +export * from './IconSentimentVerySatisfiedOutlined.js' +export * from './IconSentimentVerySatisfiedOutlinedFilled.js' +export * from './IconSentimentVerySatisfiedRounded.js' +export * from './IconSentimentVerySatisfiedRoundedFilled.js' +export * from './IconSentimentVerySatisfiedSharpFilled.js' +export * from './IconSentimentVerySatisfiedSharp.js' +export * from './IconSentimentWorriedOutlinedFilled.js' +export * from './IconSentimentWorriedOutlined.js' +export * from './IconSentimentWorriedRoundedFilled.js' +export * from './IconSentimentWorriedRounded.js' +export * from './IconSentimentWorriedSharpFilled.js' +export * from './IconSentimentWorriedSharp.js' +export * from './IconSerifOutlinedFilled.js' +export * from './IconSerifOutlined.js' +export * from './IconSerifRounded.js' +export * from './IconSerifRoundedFilled.js' +export * from './IconSerifSharp.js' +export * from './IconSerifSharpFilled.js' +export * from './IconServiceToolboxOutlined.js' +export * from './IconServiceToolboxOutlinedFilled.js' +export * from './IconServiceToolboxRounded.js' +export * from './IconServiceToolboxRoundedFilled.js' +export * from './IconServiceToolboxSharp.js' +export * from './IconServiceToolboxSharpFilled.js' +export * from './IconSetMealOutlined.js' +export * from './IconSetMealOutlinedFilled.js' +export * from './IconSetMealRounded.js' +export * from './IconSetMealRoundedFilled.js' +export * from './IconSetMealSharpFilled.js' +export * from './IconSetMealSharp.js' +export * from './IconSettingsOutlined.js' +export * from './IconSettingsOutlinedFilled.js' +export * from './IconSettingsRounded.js' +export * from './IconSettingsRoundedFilled.js' +export * from './IconSettingsSharp.js' +export * from './IconSettingsSharpFilled.js' +export * from './IconSettingsAccessibilityOutlinedFilled.js' +export * from './IconSettingsAccessibilityOutlined.js' +export * from './IconSettingsAccessibilityRounded.js' +export * from './IconSettingsAccessibilityRoundedFilled.js' +export * from './IconSettingsAccessibilitySharp.js' +export * from './IconSettingsAccessibilitySharpFilled.js' +export * from './IconSettingsAccountBoxOutlined.js' +export * from './IconSettingsAccountBoxOutlinedFilled.js' +export * from './IconSettingsAccountBoxRoundedFilled.js' +export * from './IconSettingsAccountBoxRounded.js' +export * from './IconSettingsAccountBoxSharp.js' +export * from './IconSettingsAccountBoxSharpFilled.js' +export * from './IconSettingsAlertOutlinedFilled.js' +export * from './IconSettingsAlertOutlined.js' +export * from './IconSettingsAlertRoundedFilled.js' +export * from './IconSettingsAlertRounded.js' +export * from './IconSettingsAlertSharpFilled.js' +export * from './IconSettingsAlertSharp.js' +export * from './IconSettingsApplicationsOutlinedFilled.js' +export * from './IconSettingsApplicationsOutlined.js' +export * from './IconSettingsApplicationsRoundedFilled.js' +export * from './IconSettingsApplicationsRounded.js' +export * from './IconSettingsApplicationsSharpFilled.js' +export * from './IconSettingsApplicationsSharp.js' +export * from './IconSettingsBRollOutlinedFilled.js' +export * from './IconSettingsBRollOutlined.js' +export * from './IconSettingsBRollRoundedFilled.js' +export * from './IconSettingsBRollRounded.js' +export * from './IconSettingsBRollSharp.js' +export * from './IconSettingsBRollSharpFilled.js' +export * from './IconSettingsBackupRestoreOutlinedFilled.js' +export * from './IconSettingsBackupRestoreOutlined.js' +export * from './IconSettingsBackupRestoreRounded.js' +export * from './IconSettingsBackupRestoreRoundedFilled.js' +export * from './IconSettingsBackupRestoreSharp.js' +export * from './IconSettingsBackupRestoreSharpFilled.js' +export * from './IconSettingsBluetoothOutlinedFilled.js' +export * from './IconSettingsBluetoothOutlined.js' +export * from './IconSettingsBluetoothRounded.js' +export * from './IconSettingsBluetoothRoundedFilled.js' +export * from './IconSettingsBluetoothSharp.js' +export * from './IconSettingsBluetoothSharpFilled.js' +export * from './IconSettingsBrightnessOutlined.js' +export * from './IconSettingsBrightnessOutlinedFilled.js' +export * from './IconSettingsBrightnessRounded.js' +export * from './IconSettingsBrightnessRoundedFilled.js' +export * from './IconSettingsBrightnessSharp.js' +export * from './IconSettingsBrightnessSharpFilled.js' +export * from './IconSettingsCellOutlinedFilled.js' +export * from './IconSettingsCellOutlined.js' +export * from './IconSettingsCellRoundedFilled.js' +export * from './IconSettingsCellRounded.js' +export * from './IconSettingsCellSharp.js' +export * from './IconSettingsCellSharpFilled.js' +export * from './IconSettingsCinematicBlurOutlined.js' +export * from './IconSettingsCinematicBlurOutlinedFilled.js' +export * from './IconSettingsCinematicBlurRoundedFilled.js' +export * from './IconSettingsCinematicBlurRounded.js' +export * from './IconSettingsCinematicBlurSharpFilled.js' +export * from './IconSettingsCinematicBlurSharp.js' +export * from './IconSettingsEthernetOutlinedFilled.js' +export * from './IconSettingsEthernetOutlined.js' +export * from './IconSettingsEthernetRounded.js' +export * from './IconSettingsEthernetRoundedFilled.js' +export * from './IconSettingsEthernetSharpFilled.js' +export * from './IconSettingsEthernetSharp.js' +export * from './IconSettingsHeartOutlined.js' +export * from './IconSettingsHeartOutlinedFilled.js' +export * from './IconSettingsHeartRounded.js' +export * from './IconSettingsHeartRoundedFilled.js' +export * from './IconSettingsHeartSharpFilled.js' +export * from './IconSettingsHeartSharp.js' +export * from './IconSettingsInputAntennaOutlined.js' +export * from './IconSettingsInputAntennaOutlinedFilled.js' +export * from './IconSettingsInputAntennaRoundedFilled.js' +export * from './IconSettingsInputAntennaRounded.js' +export * from './IconSettingsInputAntennaSharp.js' +export * from './IconSettingsInputAntennaSharpFilled.js' +export * from './IconSettingsInputComponentOutlined.js' +export * from './IconSettingsInputComponentOutlinedFilled.js' +export * from './IconSettingsInputComponentRounded.js' +export * from './IconSettingsInputComponentRoundedFilled.js' +export * from './IconSettingsInputComponentSharpFilled.js' +export * from './IconSettingsInputComponentSharp.js' +export * from './IconSettingsInputHdmiOutlined.js' +export * from './IconSettingsInputHdmiOutlinedFilled.js' +export * from './IconSettingsInputHdmiRounded.js' +export * from './IconSettingsInputHdmiRoundedFilled.js' +export * from './IconSettingsInputHdmiSharpFilled.js' +export * from './IconSettingsInputHdmiSharp.js' +export * from './IconSettingsInputSvideoOutlined.js' +export * from './IconSettingsInputSvideoOutlinedFilled.js' +export * from './IconSettingsInputSvideoRoundedFilled.js' +export * from './IconSettingsInputSvideoRounded.js' +export * from './IconSettingsInputSvideoSharpFilled.js' +export * from './IconSettingsInputSvideoSharp.js' +export * from './IconSettingsMotionModeOutlinedFilled.js' +export * from './IconSettingsMotionModeOutlined.js' +export * from './IconSettingsMotionModeRoundedFilled.js' +export * from './IconSettingsMotionModeRounded.js' +export * from './IconSettingsMotionModeSharp.js' +export * from './IconSettingsMotionModeSharpFilled.js' +export * from './IconSettingsNightSightOutlinedFilled.js' +export * from './IconSettingsNightSightOutlined.js' +export * from './IconSettingsNightSightRoundedFilled.js' +export * from './IconSettingsNightSightRounded.js' +export * from './IconSettingsNightSightSharp.js' +export * from './IconSettingsNightSightSharpFilled.js' +export * from './IconSettingsOverscanOutlinedFilled.js' +export * from './IconSettingsOverscanOutlined.js' +export * from './IconSettingsOverscanRoundedFilled.js' +export * from './IconSettingsOverscanRounded.js' +export * from './IconSettingsOverscanSharp.js' +export * from './IconSettingsOverscanSharpFilled.js' +export * from './IconSettingsPanoramaOutlinedFilled.js' +export * from './IconSettingsPanoramaOutlined.js' +export * from './IconSettingsPanoramaRounded.js' +export * from './IconSettingsPanoramaRoundedFilled.js' +export * from './IconSettingsPanoramaSharpFilled.js' +export * from './IconSettingsPanoramaSharp.js' +export * from './IconSettingsPhoneOutlinedFilled.js' +export * from './IconSettingsPhoneOutlined.js' +export * from './IconSettingsPhoneRounded.js' +export * from './IconSettingsPhoneRoundedFilled.js' +export * from './IconSettingsPhoneSharp.js' +export * from './IconSettingsPhoneSharpFilled.js' +export * from './IconSettingsPhotoCameraOutlined.js' +export * from './IconSettingsPhotoCameraOutlinedFilled.js' +export * from './IconSettingsPhotoCameraRoundedFilled.js' +export * from './IconSettingsPhotoCameraRounded.js' +export * from './IconSettingsPhotoCameraSharpFilled.js' +export * from './IconSettingsPhotoCameraSharp.js' +export * from './IconSettingsPowerOutlinedFilled.js' +export * from './IconSettingsPowerOutlined.js' +export * from './IconSettingsPowerRounded.js' +export * from './IconSettingsPowerRoundedFilled.js' +export * from './IconSettingsPowerSharp.js' +export * from './IconSettingsPowerSharpFilled.js' +export * from './IconSettingsRemoteOutlinedFilled.js' +export * from './IconSettingsRemoteOutlined.js' +export * from './IconSettingsRemoteRounded.js' +export * from './IconSettingsRemoteRoundedFilled.js' +export * from './IconSettingsRemoteSharp.js' +export * from './IconSettingsRemoteSharpFilled.js' +export * from './IconSettingsSlowMotionOutlined.js' +export * from './IconSettingsSlowMotionOutlinedFilled.js' +export * from './IconSettingsSlowMotionRounded.js' +export * from './IconSettingsSlowMotionRoundedFilled.js' +export * from './IconSettingsSlowMotionSharpFilled.js' +export * from './IconSettingsSlowMotionSharp.js' +export * from './IconSettingsSystemDaydreamOutlined.js' +export * from './IconSettingsSystemDaydreamOutlinedFilled.js' +export * from './IconSettingsSystemDaydreamRoundedFilled.js' +export * from './IconSettingsSystemDaydreamRounded.js' +export * from './IconSettingsSystemDaydreamSharpFilled.js' +export * from './IconSettingsSystemDaydreamSharp.js' +export * from './IconSettingsTimelapseOutlinedFilled.js' +export * from './IconSettingsTimelapseOutlined.js' +export * from './IconSettingsTimelapseRoundedFilled.js' +export * from './IconSettingsTimelapseRounded.js' +export * from './IconSettingsTimelapseSharp.js' +export * from './IconSettingsTimelapseSharpFilled.js' +export * from './IconSettingsVideoCameraOutlined.js' +export * from './IconSettingsVideoCameraOutlinedFilled.js' +export * from './IconSettingsVideoCameraRoundedFilled.js' +export * from './IconSettingsVideoCameraRounded.js' +export * from './IconSettingsVideoCameraSharpFilled.js' +export * from './IconSettingsVideoCameraSharp.js' +export * from './IconSettingsVoiceOutlinedFilled.js' +export * from './IconSettingsVoiceOutlined.js' +export * from './IconSettingsVoiceRounded.js' +export * from './IconSettingsVoiceRoundedFilled.js' +export * from './IconSettingsVoiceSharpFilled.js' +export * from './IconSettingsVoiceSharp.js' +export * from './IconSettopComponentOutlinedFilled.js' +export * from './IconSettopComponentOutlined.js' +export * from './IconSettopComponentRoundedFilled.js' +export * from './IconSettopComponentRounded.js' +export * from './IconSettopComponentSharpFilled.js' +export * from './IconSettopComponentSharp.js' +export * from './IconSevereColdOutlinedFilled.js' +export * from './IconSevereColdOutlined.js' +export * from './IconSevereColdRounded.js' +export * from './IconSevereColdRoundedFilled.js' +export * from './IconSevereColdSharp.js' +export * from './IconSevereColdSharpFilled.js' +export * from './IconShadowOutlined.js' +export * from './IconShadowOutlinedFilled.js' +export * from './IconShadowRoundedFilled.js' +export * from './IconShadowRounded.js' +export * from './IconShadowSharp.js' +export * from './IconShadowSharpFilled.js' +export * from './IconShadowAddOutlined.js' +export * from './IconShadowAddOutlinedFilled.js' +export * from './IconShadowAddRounded.js' +export * from './IconShadowAddRoundedFilled.js' +export * from './IconShadowAddSharp.js' +export * from './IconShadowAddSharpFilled.js' +export * from './IconShadowMinusOutlinedFilled.js' +export * from './IconShadowMinusOutlined.js' +export * from './IconShadowMinusRounded.js' +export * from './IconShadowMinusRoundedFilled.js' +export * from './IconShadowMinusSharp.js' +export * from './IconShadowMinusSharpFilled.js' +export * from './IconShapeLineOutlined.js' +export * from './IconShapeLineOutlinedFilled.js' +export * from './IconShapeLineRounded.js' +export * from './IconShapeLineRoundedFilled.js' +export * from './IconShapeLineSharp.js' +export * from './IconShapeLineSharpFilled.js' +export * from './IconShapesOutlinedFilled.js' +export * from './IconShapesOutlined.js' +export * from './IconShapesRounded.js' +export * from './IconShapesRoundedFilled.js' +export * from './IconShapesSharp.js' +export * from './IconShapesSharpFilled.js' +export * from './IconShareOutlinedFilled.js' +export * from './IconShareOutlined.js' +export * from './IconShareRoundedFilled.js' +export * from './IconShareRounded.js' +export * from './IconShareSharp.js' +export * from './IconShareSharpFilled.js' +export * from './IconShareLocationOutlinedFilled.js' +export * from './IconShareLocationOutlined.js' +export * from './IconShareLocationRounded.js' +export * from './IconShareLocationRoundedFilled.js' +export * from './IconShareLocationSharpFilled.js' +export * from './IconShareLocationSharp.js' +export * from './IconShareOffOutlined.js' +export * from './IconShareOffOutlinedFilled.js' +export * from './IconShareOffRounded.js' +export * from './IconShareOffRoundedFilled.js' +export * from './IconShareOffSharp.js' +export * from './IconShareOffSharpFilled.js' +export * from './IconShareReviewsOutlinedFilled.js' +export * from './IconShareReviewsOutlined.js' +export * from './IconShareReviewsRounded.js' +export * from './IconShareReviewsRoundedFilled.js' +export * from './IconShareReviewsSharpFilled.js' +export * from './IconShareReviewsSharp.js' +export * from './IconShareWindowsOutlined.js' +export * from './IconShareWindowsOutlinedFilled.js' +export * from './IconShareWindowsRounded.js' +export * from './IconShareWindowsRoundedFilled.js' +export * from './IconShareWindowsSharpFilled.js' +export * from './IconShareWindowsSharp.js' +export * from './IconSheetsRtlOutlined.js' +export * from './IconSheetsRtlOutlinedFilled.js' +export * from './IconSheetsRtlRoundedFilled.js' +export * from './IconSheetsRtlRounded.js' +export * from './IconSheetsRtlSharp.js' +export * from './IconSheetsRtlSharpFilled.js' +export * from './IconShelfAutoHideOutlinedFilled.js' +export * from './IconShelfAutoHideOutlined.js' +export * from './IconShelfAutoHideRounded.js' +export * from './IconShelfAutoHideRoundedFilled.js' +export * from './IconShelfAutoHideSharp.js' +export * from './IconShelfAutoHideSharpFilled.js' +export * from './IconShelfPositionOutlinedFilled.js' +export * from './IconShelfPositionOutlined.js' +export * from './IconShelfPositionRoundedFilled.js' +export * from './IconShelfPositionRounded.js' +export * from './IconShelfPositionSharp.js' +export * from './IconShelfPositionSharpFilled.js' +export * from './IconShelvesOutlined.js' +export * from './IconShelvesOutlinedFilled.js' +export * from './IconShelvesRoundedFilled.js' +export * from './IconShelvesRounded.js' +export * from './IconShelvesSharpFilled.js' +export * from './IconShelvesSharp.js' +export * from './IconShieldOutlined.js' +export * from './IconShieldOutlinedFilled.js' +export * from './IconShieldRoundedFilled.js' +export * from './IconShieldRounded.js' +export * from './IconShieldSharpFilled.js' +export * from './IconShieldSharp.js' +export * from './IconShieldLockOutlined.js' +export * from './IconShieldLockOutlinedFilled.js' +export * from './IconShieldLockRoundedFilled.js' +export * from './IconShieldLockRounded.js' +export * from './IconShieldLockSharpFilled.js' +export * from './IconShieldLockSharp.js' +export * from './IconShieldLockedOutlinedFilled.js' +export * from './IconShieldLockedOutlined.js' +export * from './IconShieldLockedRounded.js' +export * from './IconShieldLockedRoundedFilled.js' +export * from './IconShieldLockedSharp.js' +export * from './IconShieldLockedSharpFilled.js' +export * from './IconShieldMoonOutlined.js' +export * from './IconShieldMoonOutlinedFilled.js' +export * from './IconShieldMoonRounded.js' +export * from './IconShieldMoonRoundedFilled.js' +export * from './IconShieldMoonSharp.js' +export * from './IconShieldMoonSharpFilled.js' +export * from './IconShieldPersonOutlined.js' +export * from './IconShieldPersonOutlinedFilled.js' +export * from './IconShieldPersonRoundedFilled.js' +export * from './IconShieldPersonRounded.js' +export * from './IconShieldPersonSharp.js' +export * from './IconShieldPersonSharpFilled.js' +export * from './IconShieldQuestionOutlined.js' +export * from './IconShieldQuestionOutlinedFilled.js' +export * from './IconShieldQuestionRounded.js' +export * from './IconShieldQuestionRoundedFilled.js' +export * from './IconShieldQuestionSharp.js' +export * from './IconShieldQuestionSharpFilled.js' +export * from './IconShieldWithHeartOutlined.js' +export * from './IconShieldWithHeartOutlinedFilled.js' +export * from './IconShieldWithHeartRoundedFilled.js' +export * from './IconShieldWithHeartRounded.js' +export * from './IconShieldWithHeartSharpFilled.js' +export * from './IconShieldWithHeartSharp.js' +export * from './IconShieldWithHouseOutlinedFilled.js' +export * from './IconShieldWithHouseOutlined.js' +export * from './IconShieldWithHouseRounded.js' +export * from './IconShieldWithHouseRoundedFilled.js' +export * from './IconShieldWithHouseSharpFilled.js' +export * from './IconShieldWithHouseSharp.js' +export * from './IconShiftOutlined.js' +export * from './IconShiftOutlinedFilled.js' +export * from './IconShiftRounded.js' +export * from './IconShiftRoundedFilled.js' +export * from './IconShiftSharpFilled.js' +export * from './IconShiftSharp.js' +export * from './IconShiftLockOutlinedFilled.js' +export * from './IconShiftLockOutlined.js' +export * from './IconShiftLockRoundedFilled.js' +export * from './IconShiftLockRounded.js' +export * from './IconShiftLockSharpFilled.js' +export * from './IconShiftLockSharp.js' +export * from './IconShiftLockOffOutlined.js' +export * from './IconShiftLockOffOutlinedFilled.js' +export * from './IconShiftLockOffRoundedFilled.js' +export * from './IconShiftLockOffRounded.js' +export * from './IconShiftLockOffSharpFilled.js' +export * from './IconShiftLockOffSharp.js' +export * from './IconShopOutlined.js' +export * from './IconShopOutlinedFilled.js' +export * from './IconShopRounded.js' +export * from './IconShopRoundedFilled.js' +export * from './IconShopSharpFilled.js' +export * from './IconShopSharp.js' +export * from './IconShopTwoOutlinedFilled.js' +export * from './IconShopTwoOutlined.js' +export * from './IconShopTwoRounded.js' +export * from './IconShopTwoRoundedFilled.js' +export * from './IconShopTwoSharp.js' +export * from './IconShopTwoSharpFilled.js' +export * from './IconShoppingBagOutlinedFilled.js' +export * from './IconShoppingBagOutlined.js' +export * from './IconShoppingBagRoundedFilled.js' +export * from './IconShoppingBagRounded.js' +export * from './IconShoppingBagSharp.js' +export * from './IconShoppingBagSharpFilled.js' +export * from './IconShoppingBasketOutlined.js' +export * from './IconShoppingBasketOutlinedFilled.js' +export * from './IconShoppingBasketRoundedFilled.js' +export * from './IconShoppingBasketRounded.js' +export * from './IconShoppingBasketSharp.js' +export * from './IconShoppingBasketSharpFilled.js' +export * from './IconShoppingCartOutlinedFilled.js' +export * from './IconShoppingCartOutlined.js' +export * from './IconShoppingCartRounded.js' +export * from './IconShoppingCartRoundedFilled.js' +export * from './IconShoppingCartSharp.js' +export * from './IconShoppingCartSharpFilled.js' +export * from './IconShoppingCartCheckoutOutlined.js' +export * from './IconShoppingCartCheckoutOutlinedFilled.js' +export * from './IconShoppingCartCheckoutRounded.js' +export * from './IconShoppingCartCheckoutRoundedFilled.js' +export * from './IconShoppingCartCheckoutSharp.js' +export * from './IconShoppingCartCheckoutSharpFilled.js' +export * from './IconShoppingCartOffOutlinedFilled.js' +export * from './IconShoppingCartOffOutlined.js' +export * from './IconShoppingCartOffRounded.js' +export * from './IconShoppingCartOffRoundedFilled.js' +export * from './IconShoppingCartOffSharp.js' +export * from './IconShoppingCartOffSharpFilled.js' +export * from './IconShoppingmodeOutlinedFilled.js' +export * from './IconShoppingmodeOutlined.js' +export * from './IconShoppingmodeRoundedFilled.js' +export * from './IconShoppingmodeRounded.js' +export * from './IconShoppingmodeSharpFilled.js' +export * from './IconShoppingmodeSharp.js' +export * from './IconShortStayOutlined.js' +export * from './IconShortStayOutlinedFilled.js' +export * from './IconShortStayRounded.js' +export * from './IconShortStayRoundedFilled.js' +export * from './IconShortStaySharpFilled.js' +export * from './IconShortStaySharp.js' +export * from './IconShortTextOutlined.js' +export * from './IconShortTextOutlinedFilled.js' +export * from './IconShortTextRounded.js' +export * from './IconShortTextRoundedFilled.js' +export * from './IconShortTextSharp.js' +export * from './IconShortTextSharpFilled.js' +export * from './IconShowChartOutlined.js' +export * from './IconShowChartOutlinedFilled.js' +export * from './IconShowChartRoundedFilled.js' +export * from './IconShowChartRounded.js' +export * from './IconShowChartSharpFilled.js' +export * from './IconShowChartSharp.js' +export * from './IconShowerOutlined.js' +export * from './IconShowerOutlinedFilled.js' +export * from './IconShowerRounded.js' +export * from './IconShowerRoundedFilled.js' +export * from './IconShowerSharp.js' +export * from './IconShowerSharpFilled.js' +export * from './IconShuffleOutlined.js' +export * from './IconShuffleOutlinedFilled.js' +export * from './IconShuffleRoundedFilled.js' +export * from './IconShuffleRounded.js' +export * from './IconShuffleSharpFilled.js' +export * from './IconShuffleSharp.js' +export * from './IconShuffleOnOutlinedFilled.js' +export * from './IconShuffleOnOutlined.js' +export * from './IconShuffleOnRounded.js' +export * from './IconShuffleOnRoundedFilled.js' +export * from './IconShuffleOnSharp.js' +export * from './IconShuffleOnSharpFilled.js' +export * from './IconShutterSpeedOutlined.js' +export * from './IconShutterSpeedOutlinedFilled.js' +export * from './IconShutterSpeedRoundedFilled.js' +export * from './IconShutterSpeedRounded.js' +export * from './IconShutterSpeedSharpFilled.js' +export * from './IconShutterSpeedSharp.js' +export * from './IconShutterSpeedAddOutlined.js' +export * from './IconShutterSpeedAddOutlinedFilled.js' +export * from './IconShutterSpeedAddRounded.js' +export * from './IconShutterSpeedAddRoundedFilled.js' +export * from './IconShutterSpeedAddSharpFilled.js' +export * from './IconShutterSpeedAddSharp.js' +export * from './IconShutterSpeedMinusOutlined.js' +export * from './IconShutterSpeedMinusOutlinedFilled.js' +export * from './IconShutterSpeedMinusRoundedFilled.js' +export * from './IconShutterSpeedMinusRounded.js' +export * from './IconShutterSpeedMinusSharpFilled.js' +export * from './IconShutterSpeedMinusSharp.js' +export * from './IconSickOutlinedFilled.js' +export * from './IconSickOutlined.js' +export * from './IconSickRoundedFilled.js' +export * from './IconSickRounded.js' +export * from './IconSickSharpFilled.js' +export * from './IconSickSharp.js' +export * from './IconSideNavigationOutlinedFilled.js' +export * from './IconSideNavigationOutlined.js' +export * from './IconSideNavigationRounded.js' +export * from './IconSideNavigationRoundedFilled.js' +export * from './IconSideNavigationSharp.js' +export * from './IconSideNavigationSharpFilled.js' +export * from './IconSignLanguageOutlinedFilled.js' +export * from './IconSignLanguageOutlined.js' +export * from './IconSignLanguageRoundedFilled.js' +export * from './IconSignLanguageRounded.js' +export * from './IconSignLanguageSharp.js' +export * from './IconSignLanguageSharpFilled.js' +export * from './IconSignalCellular0BarOutlined.js' +export * from './IconSignalCellular0BarOutlinedFilled.js' +export * from './IconSignalCellular0BarRounded.js' +export * from './IconSignalCellular0BarRoundedFilled.js' +export * from './IconSignalCellular0BarSharp.js' +export * from './IconSignalCellular0BarSharpFilled.js' +export * from './IconSignalCellular1BarOutlinedFilled.js' +export * from './IconSignalCellular1BarOutlined.js' +export * from './IconSignalCellular1BarRoundedFilled.js' +export * from './IconSignalCellular1BarRounded.js' +export * from './IconSignalCellular1BarSharpFilled.js' +export * from './IconSignalCellular1BarSharp.js' +export * from './IconSignalCellular2BarOutlinedFilled.js' +export * from './IconSignalCellular2BarOutlined.js' +export * from './IconSignalCellular2BarRoundedFilled.js' +export * from './IconSignalCellular2BarRounded.js' +export * from './IconSignalCellular2BarSharp.js' +export * from './IconSignalCellular2BarSharpFilled.js' +export * from './IconSignalCellular3BarOutlined.js' +export * from './IconSignalCellular3BarOutlinedFilled.js' +export * from './IconSignalCellular3BarRoundedFilled.js' +export * from './IconSignalCellular3BarRounded.js' +export * from './IconSignalCellular3BarSharpFilled.js' +export * from './IconSignalCellular3BarSharp.js' +export * from './IconSignalCellular4BarOutlined.js' +export * from './IconSignalCellular4BarOutlinedFilled.js' +export * from './IconSignalCellular4BarRounded.js' +export * from './IconSignalCellular4BarRoundedFilled.js' +export * from './IconSignalCellular4BarSharp.js' +export * from './IconSignalCellular4BarSharpFilled.js' +export * from './IconSignalCellularAddOutlined.js' +export * from './IconSignalCellularAddOutlinedFilled.js' +export * from './IconSignalCellularAddRounded.js' +export * from './IconSignalCellularAddRoundedFilled.js' +export * from './IconSignalCellularAddSharp.js' +export * from './IconSignalCellularAddSharpFilled.js' +export * from './IconSignalCellularAltOutlinedFilled.js' +export * from './IconSignalCellularAltOutlined.js' +export * from './IconSignalCellularAltRoundedFilled.js' +export * from './IconSignalCellularAltRounded.js' +export * from './IconSignalCellularAltSharpFilled.js' +export * from './IconSignalCellularAltSharp.js' +export * from './IconSignalCellularAlt1BarOutlined.js' +export * from './IconSignalCellularAlt1BarOutlinedFilled.js' +export * from './IconSignalCellularAlt1BarRoundedFilled.js' +export * from './IconSignalCellularAlt1BarRounded.js' +export * from './IconSignalCellularAlt1BarSharp.js' +export * from './IconSignalCellularAlt1BarSharpFilled.js' +export * from './IconSignalCellularAlt2BarOutlinedFilled.js' +export * from './IconSignalCellularAlt2BarOutlined.js' +export * from './IconSignalCellularAlt2BarRounded.js' +export * from './IconSignalCellularAlt2BarRoundedFilled.js' +export * from './IconSignalCellularAlt2BarSharp.js' +export * from './IconSignalCellularAlt2BarSharpFilled.js' +export * from './IconSignalCellularConnectedNoInternet0BarOutlinedFilled.js' +export * from './IconSignalCellularConnectedNoInternet0BarOutlined.js' +export * from './IconSignalCellularConnectedNoInternet0BarRounded.js' +export * from './IconSignalCellularConnectedNoInternet0BarRoundedFilled.js' +export * from './IconSignalCellularConnectedNoInternet0BarSharp.js' +export * from './IconSignalCellularConnectedNoInternet0BarSharpFilled.js' +export * from './IconSignalCellularConnectedNoInternet4BarOutlined.js' +export * from './IconSignalCellularConnectedNoInternet4BarOutlinedFilled.js' +export * from './IconSignalCellularConnectedNoInternet4BarRounded.js' +export * from './IconSignalCellularConnectedNoInternet4BarRoundedFilled.js' +export * from './IconSignalCellularConnectedNoInternet4BarSharp.js' +export * from './IconSignalCellularConnectedNoInternet4BarSharpFilled.js' +export * from './IconSignalCellularNodataOutlinedFilled.js' +export * from './IconSignalCellularNodataOutlined.js' +export * from './IconSignalCellularNodataRounded.js' +export * from './IconSignalCellularNodataRoundedFilled.js' +export * from './IconSignalCellularNodataSharp.js' +export * from './IconSignalCellularNodataSharpFilled.js' +export * from './IconSignalCellularNullOutlinedFilled.js' +export * from './IconSignalCellularNullOutlined.js' +export * from './IconSignalCellularNullRounded.js' +export * from './IconSignalCellularNullRoundedFilled.js' +export * from './IconSignalCellularNullSharp.js' +export * from './IconSignalCellularNullSharpFilled.js' +export * from './IconSignalCellularOffOutlined.js' +export * from './IconSignalCellularOffOutlinedFilled.js' +export * from './IconSignalCellularOffRoundedFilled.js' +export * from './IconSignalCellularOffRounded.js' +export * from './IconSignalCellularOffSharp.js' +export * from './IconSignalCellularOffSharpFilled.js' +export * from './IconSignalCellularPauseOutlined.js' +export * from './IconSignalCellularPauseOutlinedFilled.js' +export * from './IconSignalCellularPauseRounded.js' +export * from './IconSignalCellularPauseRoundedFilled.js' +export * from './IconSignalCellularPauseSharp.js' +export * from './IconSignalCellularPauseSharpFilled.js' +export * from './IconSignalDisconnectedOutlined.js' +export * from './IconSignalDisconnectedOutlinedFilled.js' +export * from './IconSignalDisconnectedRoundedFilled.js' +export * from './IconSignalDisconnectedRounded.js' +export * from './IconSignalDisconnectedSharpFilled.js' +export * from './IconSignalDisconnectedSharp.js' +export * from './IconSignalWifi0BarOutlined.js' +export * from './IconSignalWifi0BarOutlinedFilled.js' +export * from './IconSignalWifi0BarRounded.js' +export * from './IconSignalWifi0BarRoundedFilled.js' +export * from './IconSignalWifi0BarSharp.js' +export * from './IconSignalWifi0BarSharpFilled.js' +export * from './IconSignalWifi4BarOutlinedFilled.js' +export * from './IconSignalWifi4BarOutlined.js' +export * from './IconSignalWifi4BarRoundedFilled.js' +export * from './IconSignalWifi4BarRounded.js' +export * from './IconSignalWifi4BarSharp.js' +export * from './IconSignalWifi4BarSharpFilled.js' +export * from './IconSignalWifiBadOutlinedFilled.js' +export * from './IconSignalWifiBadOutlined.js' +export * from './IconSignalWifiBadRounded.js' +export * from './IconSignalWifiBadRoundedFilled.js' +export * from './IconSignalWifiBadSharpFilled.js' +export * from './IconSignalWifiBadSharp.js' +export * from './IconSignalWifiOffOutlinedFilled.js' +export * from './IconSignalWifiOffOutlined.js' +export * from './IconSignalWifiOffRoundedFilled.js' +export * from './IconSignalWifiOffRounded.js' +export * from './IconSignalWifiOffSharp.js' +export * from './IconSignalWifiOffSharpFilled.js' +export * from './IconSignalWifiStatusbarNotConnectedOutlined.js' +export * from './IconSignalWifiStatusbarNotConnectedOutlinedFilled.js' +export * from './IconSignalWifiStatusbarNotConnectedRounded.js' +export * from './IconSignalWifiStatusbarNotConnectedRoundedFilled.js' +export * from './IconSignalWifiStatusbarNotConnectedSharp.js' +export * from './IconSignalWifiStatusbarNotConnectedSharpFilled.js' +export * from './IconSignalWifiStatusbarNullOutlinedFilled.js' +export * from './IconSignalWifiStatusbarNullOutlined.js' +export * from './IconSignalWifiStatusbarNullRounded.js' +export * from './IconSignalWifiStatusbarNullRoundedFilled.js' +export * from './IconSignalWifiStatusbarNullSharpFilled.js' +export * from './IconSignalWifiStatusbarNullSharp.js' +export * from './IconSignatureOutlined.js' +export * from './IconSignatureOutlinedFilled.js' +export * from './IconSignatureRounded.js' +export * from './IconSignatureRoundedFilled.js' +export * from './IconSignatureSharp.js' +export * from './IconSignatureSharpFilled.js' +export * from './IconSignpostOutlinedFilled.js' +export * from './IconSignpostOutlined.js' +export * from './IconSignpostRounded.js' +export * from './IconSignpostRoundedFilled.js' +export * from './IconSignpostSharpFilled.js' +export * from './IconSignpostSharp.js' +export * from './IconSimCardOutlinedFilled.js' +export * from './IconSimCardOutlined.js' +export * from './IconSimCardRounded.js' +export * from './IconSimCardRoundedFilled.js' +export * from './IconSimCardSharpFilled.js' +export * from './IconSimCardSharp.js' +export * from './IconSimCardDownloadOutlined.js' +export * from './IconSimCardDownloadOutlinedFilled.js' +export * from './IconSimCardDownloadRoundedFilled.js' +export * from './IconSimCardDownloadRounded.js' +export * from './IconSimCardDownloadSharpFilled.js' +export * from './IconSimCardDownloadSharp.js' +export * from './IconSimulationOutlinedFilled.js' +export * from './IconSimulationOutlined.js' +export * from './IconSimulationRoundedFilled.js' +export * from './IconSimulationRounded.js' +export * from './IconSimulationSharpFilled.js' +export * from './IconSimulationSharp.js' +export * from './IconSingleBedOutlined.js' +export * from './IconSingleBedOutlinedFilled.js' +export * from './IconSingleBedRoundedFilled.js' +export * from './IconSingleBedRounded.js' +export * from './IconSingleBedSharp.js' +export * from './IconSingleBedSharpFilled.js' +export * from './IconSipOutlinedFilled.js' +export * from './IconSipOutlined.js' +export * from './IconSipRounded.js' +export * from './IconSipRoundedFilled.js' +export * from './IconSipSharp.js' +export * from './IconSipSharpFilled.js' +export * from './IconSkateboardingOutlined.js' +export * from './IconSkateboardingOutlinedFilled.js' +export * from './IconSkateboardingRounded.js' +export * from './IconSkateboardingRoundedFilled.js' +export * from './IconSkateboardingSharp.js' +export * from './IconSkateboardingSharpFilled.js' +export * from './IconSkeletonOutlined.js' +export * from './IconSkeletonOutlinedFilled.js' +export * from './IconSkeletonRoundedFilled.js' +export * from './IconSkeletonRounded.js' +export * from './IconSkeletonSharp.js' +export * from './IconSkeletonSharpFilled.js' +export * from './IconSkilletOutlined.js' +export * from './IconSkilletOutlinedFilled.js' +export * from './IconSkilletRoundedFilled.js' +export * from './IconSkilletRounded.js' +export * from './IconSkilletSharp.js' +export * from './IconSkilletSharpFilled.js' +export * from './IconSkilletCooktopOutlined.js' +export * from './IconSkilletCooktopOutlinedFilled.js' +export * from './IconSkilletCooktopRoundedFilled.js' +export * from './IconSkilletCooktopRounded.js' +export * from './IconSkilletCooktopSharp.js' +export * from './IconSkilletCooktopSharpFilled.js' +export * from './IconSkipNextOutlined.js' +export * from './IconSkipNextOutlinedFilled.js' +export * from './IconSkipNextRounded.js' +export * from './IconSkipNextRoundedFilled.js' +export * from './IconSkipNextSharp.js' +export * from './IconSkipNextSharpFilled.js' +export * from './IconSkipPreviousOutlinedFilled.js' +export * from './IconSkipPreviousOutlined.js' +export * from './IconSkipPreviousRoundedFilled.js' +export * from './IconSkipPreviousRounded.js' +export * from './IconSkipPreviousSharpFilled.js' +export * from './IconSkipPreviousSharp.js' +export * from './IconSkullOutlined.js' +export * from './IconSkullOutlinedFilled.js' +export * from './IconSkullRoundedFilled.js' +export * from './IconSkullRounded.js' +export * from './IconSkullSharpFilled.js' +export * from './IconSkullSharp.js' +export * from './IconSlabSerifOutlined.js' +export * from './IconSlabSerifOutlinedFilled.js' +export * from './IconSlabSerifRounded.js' +export * from './IconSlabSerifRoundedFilled.js' +export * from './IconSlabSerifSharpFilled.js' +export * from './IconSlabSerifSharp.js' +export * from './IconSleddingOutlinedFilled.js' +export * from './IconSleddingOutlined.js' +export * from './IconSleddingRounded.js' +export * from './IconSleddingRoundedFilled.js' +export * from './IconSleddingSharp.js' +export * from './IconSleddingSharpFilled.js' +export * from './IconSleepScoreOutlinedFilled.js' +export * from './IconSleepScoreOutlined.js' +export * from './IconSleepScoreRoundedFilled.js' +export * from './IconSleepScoreRounded.js' +export * from './IconSleepScoreSharpFilled.js' +export * from './IconSleepScoreSharp.js' +export * from './IconSlideLibraryOutlinedFilled.js' +export * from './IconSlideLibraryOutlined.js' +export * from './IconSlideLibraryRounded.js' +export * from './IconSlideLibraryRoundedFilled.js' +export * from './IconSlideLibrarySharp.js' +export * from './IconSlideLibrarySharpFilled.js' +export * from './IconSlidersOutlined.js' +export * from './IconSlidersOutlinedFilled.js' +export * from './IconSlidersRoundedFilled.js' +export * from './IconSlidersRounded.js' +export * from './IconSlidersSharp.js' +export * from './IconSlidersSharpFilled.js' +export * from './IconSlideshowOutlined.js' +export * from './IconSlideshowOutlinedFilled.js' +export * from './IconSlideshowRoundedFilled.js' +export * from './IconSlideshowRounded.js' +export * from './IconSlideshowSharpFilled.js' +export * from './IconSlideshowSharp.js' +export * from './IconSlowMotionVideoOutlined.js' +export * from './IconSlowMotionVideoOutlinedFilled.js' +export * from './IconSlowMotionVideoRounded.js' +export * from './IconSlowMotionVideoRoundedFilled.js' +export * from './IconSlowMotionVideoSharpFilled.js' +export * from './IconSlowMotionVideoSharp.js' +export * from './IconSmartCardReaderOutlinedFilled.js' +export * from './IconSmartCardReaderOutlined.js' +export * from './IconSmartCardReaderRoundedFilled.js' +export * from './IconSmartCardReaderRounded.js' +export * from './IconSmartCardReaderSharp.js' +export * from './IconSmartCardReaderSharpFilled.js' +export * from './IconSmartCardReaderOffOutlined.js' +export * from './IconSmartCardReaderOffOutlinedFilled.js' +export * from './IconSmartCardReaderOffRounded.js' +export * from './IconSmartCardReaderOffRoundedFilled.js' +export * from './IconSmartCardReaderOffSharp.js' +export * from './IconSmartCardReaderOffSharpFilled.js' +export * from './IconSmartDisplayOutlinedFilled.js' +export * from './IconSmartDisplayOutlined.js' +export * from './IconSmartDisplayRoundedFilled.js' +export * from './IconSmartDisplayRounded.js' +export * from './IconSmartDisplaySharp.js' +export * from './IconSmartDisplaySharpFilled.js' +export * from './IconSmartOutletOutlined.js' +export * from './IconSmartOutletOutlinedFilled.js' +export * from './IconSmartOutletRounded.js' +export * from './IconSmartOutletRoundedFilled.js' +export * from './IconSmartOutletSharpFilled.js' +export * from './IconSmartOutletSharp.js' +export * from './IconSmartScreenOutlined.js' +export * from './IconSmartScreenOutlinedFilled.js' +export * from './IconSmartScreenRounded.js' +export * from './IconSmartScreenRoundedFilled.js' +export * from './IconSmartScreenSharpFilled.js' +export * from './IconSmartScreenSharp.js' +export * from './IconSmartToyOutlined.js' +export * from './IconSmartToyOutlinedFilled.js' +export * from './IconSmartToyRounded.js' +export * from './IconSmartToyRoundedFilled.js' +export * from './IconSmartToySharp.js' +export * from './IconSmartToySharpFilled.js' +export * from './IconSmartphoneOutlinedFilled.js' +export * from './IconSmartphoneOutlined.js' +export * from './IconSmartphoneRounded.js' +export * from './IconSmartphoneRoundedFilled.js' +export * from './IconSmartphoneSharpFilled.js' +export * from './IconSmartphoneSharp.js' +export * from './IconSmartphoneCameraOutlinedFilled.js' +export * from './IconSmartphoneCameraOutlined.js' +export * from './IconSmartphoneCameraRounded.js' +export * from './IconSmartphoneCameraRoundedFilled.js' +export * from './IconSmartphoneCameraSharp.js' +export * from './IconSmartphoneCameraSharpFilled.js' +export * from './IconSmbShareOutlinedFilled.js' +export * from './IconSmbShareOutlined.js' +export * from './IconSmbShareRoundedFilled.js' +export * from './IconSmbShareRounded.js' +export * from './IconSmbShareSharpFilled.js' +export * from './IconSmbShareSharp.js' +export * from './IconSmokeFreeOutlinedFilled.js' +export * from './IconSmokeFreeOutlined.js' +export * from './IconSmokeFreeRounded.js' +export * from './IconSmokeFreeRoundedFilled.js' +export * from './IconSmokeFreeSharpFilled.js' +export * from './IconSmokeFreeSharp.js' +export * from './IconSmokingRoomsOutlined.js' +export * from './IconSmokingRoomsOutlinedFilled.js' +export * from './IconSmokingRoomsRoundedFilled.js' +export * from './IconSmokingRoomsRounded.js' +export * from './IconSmokingRoomsSharp.js' +export * from './IconSmokingRoomsSharpFilled.js' +export * from './IconSmsOutlinedFilled.js' +export * from './IconSmsOutlined.js' +export * from './IconSmsRounded.js' +export * from './IconSmsRoundedFilled.js' +export * from './IconSmsSharp.js' +export * from './IconSmsSharpFilled.js' +export * from './IconSnippetFolderOutlinedFilled.js' +export * from './IconSnippetFolderOutlined.js' +export * from './IconSnippetFolderRounded.js' +export * from './IconSnippetFolderRoundedFilled.js' +export * from './IconSnippetFolderSharp.js' +export * from './IconSnippetFolderSharpFilled.js' +export * from './IconSnoozeOutlinedFilled.js' +export * from './IconSnoozeOutlined.js' +export * from './IconSnoozeRoundedFilled.js' +export * from './IconSnoozeRounded.js' +export * from './IconSnoozeSharp.js' +export * from './IconSnoozeSharpFilled.js' +export * from './IconSnowboardingOutlinedFilled.js' +export * from './IconSnowboardingOutlined.js' +export * from './IconSnowboardingRounded.js' +export * from './IconSnowboardingRoundedFilled.js' +export * from './IconSnowboardingSharp.js' +export * from './IconSnowboardingSharpFilled.js' +export * from './IconSnowingOutlined.js' +export * from './IconSnowingOutlinedFilled.js' +export * from './IconSnowingRounded.js' +export * from './IconSnowingRoundedFilled.js' +export * from './IconSnowingSharp.js' +export * from './IconSnowingSharpFilled.js' +export * from './IconSnowingHeavyOutlinedFilled.js' +export * from './IconSnowingHeavyOutlined.js' +export * from './IconSnowingHeavyRounded.js' +export * from './IconSnowingHeavyRoundedFilled.js' +export * from './IconSnowingHeavySharp.js' +export * from './IconSnowingHeavySharpFilled.js' +export * from './IconSnowmobileOutlined.js' +export * from './IconSnowmobileOutlinedFilled.js' +export * from './IconSnowmobileRounded.js' +export * from './IconSnowmobileRoundedFilled.js' +export * from './IconSnowmobileSharpFilled.js' +export * from './IconSnowmobileSharp.js' +export * from './IconSnowshoeingOutlined.js' +export * from './IconSnowshoeingOutlinedFilled.js' +export * from './IconSnowshoeingRounded.js' +export * from './IconSnowshoeingRoundedFilled.js' +export * from './IconSnowshoeingSharpFilled.js' +export * from './IconSnowshoeingSharp.js' +export * from './IconSoapOutlinedFilled.js' +export * from './IconSoapOutlined.js' +export * from './IconSoapRounded.js' +export * from './IconSoapRoundedFilled.js' +export * from './IconSoapSharp.js' +export * from './IconSoapSharpFilled.js' +export * from './IconSocialDistanceOutlinedFilled.js' +export * from './IconSocialDistanceOutlined.js' +export * from './IconSocialDistanceRounded.js' +export * from './IconSocialDistanceRoundedFilled.js' +export * from './IconSocialDistanceSharp.js' +export * from './IconSocialDistanceSharpFilled.js' +export * from './IconSocialLeaderboardOutlined.js' +export * from './IconSocialLeaderboardOutlinedFilled.js' +export * from './IconSocialLeaderboardRoundedFilled.js' +export * from './IconSocialLeaderboardRounded.js' +export * from './IconSocialLeaderboardSharp.js' +export * from './IconSocialLeaderboardSharpFilled.js' +export * from './IconSolarPowerOutlined.js' +export * from './IconSolarPowerOutlinedFilled.js' +export * from './IconSolarPowerRoundedFilled.js' +export * from './IconSolarPowerRounded.js' +export * from './IconSolarPowerSharpFilled.js' +export * from './IconSolarPowerSharp.js' +export * from './IconSortOutlined.js' +export * from './IconSortOutlinedFilled.js' +export * from './IconSortRoundedFilled.js' +export * from './IconSortRounded.js' +export * from './IconSortSharpFilled.js' +export * from './IconSortSharp.js' +export * from './IconSortByAlphaOutlinedFilled.js' +export * from './IconSortByAlphaOutlined.js' +export * from './IconSortByAlphaRoundedFilled.js' +export * from './IconSortByAlphaRounded.js' +export * from './IconSortByAlphaSharpFilled.js' +export * from './IconSortByAlphaSharp.js' +export * from './IconSosOutlinedFilled.js' +export * from './IconSosOutlined.js' +export * from './IconSosRounded.js' +export * from './IconSosRoundedFilled.js' +export * from './IconSosSharp.js' +export * from './IconSosSharpFilled.js' +export * from './IconSoundDetectionDogBarkingOutlinedFilled.js' +export * from './IconSoundDetectionDogBarkingOutlined.js' +export * from './IconSoundDetectionDogBarkingRounded.js' +export * from './IconSoundDetectionDogBarkingRoundedFilled.js' +export * from './IconSoundDetectionDogBarkingSharp.js' +export * from './IconSoundDetectionDogBarkingSharpFilled.js' +export * from './IconSoundDetectionGlassBreakOutlined.js' +export * from './IconSoundDetectionGlassBreakOutlinedFilled.js' +export * from './IconSoundDetectionGlassBreakRounded.js' +export * from './IconSoundDetectionGlassBreakRoundedFilled.js' +export * from './IconSoundDetectionGlassBreakSharp.js' +export * from './IconSoundDetectionGlassBreakSharpFilled.js' +export * from './IconSoundDetectionLoudSoundOutlined.js' +export * from './IconSoundDetectionLoudSoundOutlinedFilled.js' +export * from './IconSoundDetectionLoudSoundRounded.js' +export * from './IconSoundDetectionLoudSoundRoundedFilled.js' +export * from './IconSoundDetectionLoudSoundSharp.js' +export * from './IconSoundDetectionLoudSoundSharpFilled.js' +export * from './IconSoundSamplerOutlinedFilled.js' +export * from './IconSoundSamplerOutlined.js' +export * from './IconSoundSamplerRoundedFilled.js' +export * from './IconSoundSamplerRounded.js' +export * from './IconSoundSamplerSharp.js' +export * from './IconSoundSamplerSharpFilled.js' +export * from './IconSoupKitchenOutlined.js' +export * from './IconSoupKitchenOutlinedFilled.js' +export * from './IconSoupKitchenRounded.js' +export * from './IconSoupKitchenRoundedFilled.js' +export * from './IconSoupKitchenSharp.js' +export * from './IconSoupKitchenSharpFilled.js' +export * from './IconSourceEnvironmentOutlined.js' +export * from './IconSourceEnvironmentOutlinedFilled.js' +export * from './IconSourceEnvironmentRounded.js' +export * from './IconSourceEnvironmentRoundedFilled.js' +export * from './IconSourceEnvironmentSharp.js' +export * from './IconSourceEnvironmentSharpFilled.js' +export * from './IconSourceNotesOutlined.js' +export * from './IconSourceNotesOutlinedFilled.js' +export * from './IconSourceNotesRounded.js' +export * from './IconSourceNotesRoundedFilled.js' +export * from './IconSourceNotesSharp.js' +export * from './IconSourceNotesSharpFilled.js' +export * from './IconSouthOutlinedFilled.js' +export * from './IconSouthOutlined.js' +export * from './IconSouthRounded.js' +export * from './IconSouthRoundedFilled.js' +export * from './IconSouthSharpFilled.js' +export * from './IconSouthSharp.js' +export * from './IconSouthAmericaOutlined.js' +export * from './IconSouthAmericaOutlinedFilled.js' +export * from './IconSouthAmericaRounded.js' +export * from './IconSouthAmericaRoundedFilled.js' +export * from './IconSouthAmericaSharpFilled.js' +export * from './IconSouthAmericaSharp.js' +export * from './IconSouthEastOutlinedFilled.js' +export * from './IconSouthEastOutlined.js' +export * from './IconSouthEastRounded.js' +export * from './IconSouthEastRoundedFilled.js' +export * from './IconSouthEastSharp.js' +export * from './IconSouthEastSharpFilled.js' +export * from './IconSouthWestOutlined.js' +export * from './IconSouthWestOutlinedFilled.js' +export * from './IconSouthWestRoundedFilled.js' +export * from './IconSouthWestRounded.js' +export * from './IconSouthWestSharpFilled.js' +export * from './IconSouthWestSharp.js' +export * from './IconSpaOutlinedFilled.js' +export * from './IconSpaOutlined.js' +export * from './IconSpaRoundedFilled.js' +export * from './IconSpaRounded.js' +export * from './IconSpaSharpFilled.js' +export * from './IconSpaSharp.js' +export * from './IconSpaceBarOutlined.js' +export * from './IconSpaceBarOutlinedFilled.js' +export * from './IconSpaceBarRoundedFilled.js' +export * from './IconSpaceBarRounded.js' +export * from './IconSpaceBarSharpFilled.js' +export * from './IconSpaceBarSharp.js' +export * from './IconSpaceDashboardOutlined.js' +export * from './IconSpaceDashboardOutlinedFilled.js' +export * from './IconSpaceDashboardRoundedFilled.js' +export * from './IconSpaceDashboardRounded.js' +export * from './IconSpaceDashboardSharpFilled.js' +export * from './IconSpaceDashboardSharp.js' +export * from './IconSpatialAudioOutlinedFilled.js' +export * from './IconSpatialAudioOutlined.js' +export * from './IconSpatialAudioRounded.js' +export * from './IconSpatialAudioRoundedFilled.js' +export * from './IconSpatialAudioSharp.js' +export * from './IconSpatialAudioSharpFilled.js' +export * from './IconSpatialAudioOffOutlinedFilled.js' +export * from './IconSpatialAudioOffOutlined.js' +export * from './IconSpatialAudioOffRounded.js' +export * from './IconSpatialAudioOffRoundedFilled.js' +export * from './IconSpatialAudioOffSharpFilled.js' +export * from './IconSpatialAudioOffSharp.js' +export * from './IconSpatialSpeakerOutlined.js' +export * from './IconSpatialSpeakerOutlinedFilled.js' +export * from './IconSpatialSpeakerRounded.js' +export * from './IconSpatialSpeakerRoundedFilled.js' +export * from './IconSpatialSpeakerSharpFilled.js' +export * from './IconSpatialSpeakerSharp.js' +export * from './IconSpatialTrackingOutlinedFilled.js' +export * from './IconSpatialTrackingOutlined.js' +export * from './IconSpatialTrackingRoundedFilled.js' +export * from './IconSpatialTrackingRounded.js' +export * from './IconSpatialTrackingSharp.js' +export * from './IconSpatialTrackingSharpFilled.js' +export * from './IconSpeakerOutlinedFilled.js' +export * from './IconSpeakerOutlined.js' +export * from './IconSpeakerRoundedFilled.js' +export * from './IconSpeakerRounded.js' +export * from './IconSpeakerSharpFilled.js' +export * from './IconSpeakerSharp.js' +export * from './IconSpeakerGroupOutlinedFilled.js' +export * from './IconSpeakerGroupOutlined.js' +export * from './IconSpeakerGroupRoundedFilled.js' +export * from './IconSpeakerGroupRounded.js' +export * from './IconSpeakerGroupSharp.js' +export * from './IconSpeakerGroupSharpFilled.js' +export * from './IconSpeakerNotesOutlinedFilled.js' +export * from './IconSpeakerNotesOutlined.js' +export * from './IconSpeakerNotesRoundedFilled.js' +export * from './IconSpeakerNotesRounded.js' +export * from './IconSpeakerNotesSharpFilled.js' +export * from './IconSpeakerNotesSharp.js' +export * from './IconSpeakerNotesOffOutlinedFilled.js' +export * from './IconSpeakerNotesOffOutlined.js' +export * from './IconSpeakerNotesOffRoundedFilled.js' +export * from './IconSpeakerNotesOffRounded.js' +export * from './IconSpeakerNotesOffSharpFilled.js' +export * from './IconSpeakerNotesOffSharp.js' +export * from './IconSpeakerPhoneOutlined.js' +export * from './IconSpeakerPhoneOutlinedFilled.js' +export * from './IconSpeakerPhoneRounded.js' +export * from './IconSpeakerPhoneRoundedFilled.js' +export * from './IconSpeakerPhoneSharp.js' +export * from './IconSpeakerPhoneSharpFilled.js' +export * from './IconSpecialCharacterOutlinedFilled.js' +export * from './IconSpecialCharacterOutlined.js' +export * from './IconSpecialCharacterRoundedFilled.js' +export * from './IconSpecialCharacterRounded.js' +export * from './IconSpecialCharacterSharp.js' +export * from './IconSpecialCharacterSharpFilled.js' +export * from './IconSpecificGravityOutlinedFilled.js' +export * from './IconSpecificGravityOutlined.js' +export * from './IconSpecificGravityRoundedFilled.js' +export * from './IconSpecificGravityRounded.js' +export * from './IconSpecificGravitySharp.js' +export * from './IconSpecificGravitySharpFilled.js' +export * from './IconSpeechToTextOutlinedFilled.js' +export * from './IconSpeechToTextOutlined.js' +export * from './IconSpeechToTextRounded.js' +export * from './IconSpeechToTextRoundedFilled.js' +export * from './IconSpeechToTextSharpFilled.js' +export * from './IconSpeechToTextSharp.js' +export * from './IconSpeedOutlined.js' +export * from './IconSpeedOutlinedFilled.js' +export * from './IconSpeedRoundedFilled.js' +export * from './IconSpeedRounded.js' +export * from './IconSpeedSharp.js' +export * from './IconSpeedSharpFilled.js' +export * from './IconSpeed025Outlined.js' +export * from './IconSpeed025OutlinedFilled.js' +export * from './IconSpeed025Rounded.js' +export * from './IconSpeed025RoundedFilled.js' +export * from './IconSpeed025Sharp.js' +export * from './IconSpeed025SharpFilled.js' +export * from './IconSpeed02xOutlined.js' +export * from './IconSpeed02xOutlinedFilled.js' +export * from './IconSpeed02xRounded.js' +export * from './IconSpeed02xRoundedFilled.js' +export * from './IconSpeed02xSharp.js' +export * from './IconSpeed02xSharpFilled.js' +export * from './IconSpeed05Outlined.js' +export * from './IconSpeed05OutlinedFilled.js' +export * from './IconSpeed05RoundedFilled.js' +export * from './IconSpeed05Rounded.js' +export * from './IconSpeed05SharpFilled.js' +export * from './IconSpeed05Sharp.js' +export * from './IconSpeed05xOutlined.js' +export * from './IconSpeed05xOutlinedFilled.js' +export * from './IconSpeed05xRounded.js' +export * from './IconSpeed05xRoundedFilled.js' +export * from './IconSpeed05xSharpFilled.js' +export * from './IconSpeed05xSharp.js' +export * from './IconSpeed075Outlined.js' +export * from './IconSpeed075OutlinedFilled.js' +export * from './IconSpeed075Rounded.js' +export * from './IconSpeed075RoundedFilled.js' +export * from './IconSpeed075Sharp.js' +export * from './IconSpeed075SharpFilled.js' +export * from './IconSpeed07xOutlined.js' +export * from './IconSpeed07xOutlinedFilled.js' +export * from './IconSpeed07xRoundedFilled.js' +export * from './IconSpeed07xRounded.js' +export * from './IconSpeed07xSharp.js' +export * from './IconSpeed07xSharpFilled.js' +export * from './IconSpeed12OutlinedFilled.js' +export * from './IconSpeed12Outlined.js' +export * from './IconSpeed12Rounded.js' +export * from './IconSpeed12RoundedFilled.js' +export * from './IconSpeed12Sharp.js' +export * from './IconSpeed12SharpFilled.js' +export * from './IconSpeed125Outlined.js' +export * from './IconSpeed125OutlinedFilled.js' +export * from './IconSpeed125Rounded.js' +export * from './IconSpeed125RoundedFilled.js' +export * from './IconSpeed125SharpFilled.js' +export * from './IconSpeed125Sharp.js' +export * from './IconSpeed12xOutlined.js' +export * from './IconSpeed12xOutlinedFilled.js' +export * from './IconSpeed12xRoundedFilled.js' +export * from './IconSpeed12xRounded.js' +export * from './IconSpeed12xSharpFilled.js' +export * from './IconSpeed12xSharp.js' +export * from './IconSpeed15Outlined.js' +export * from './IconSpeed15OutlinedFilled.js' +export * from './IconSpeed15Rounded.js' +export * from './IconSpeed15RoundedFilled.js' +export * from './IconSpeed15Sharp.js' +export * from './IconSpeed15SharpFilled.js' +export * from './IconSpeed15xOutlinedFilled.js' +export * from './IconSpeed15xOutlined.js' +export * from './IconSpeed15xRoundedFilled.js' +export * from './IconSpeed15xRounded.js' +export * from './IconSpeed15xSharpFilled.js' +export * from './IconSpeed15xSharp.js' +export * from './IconSpeed175Outlined.js' +export * from './IconSpeed175OutlinedFilled.js' +export * from './IconSpeed175Rounded.js' +export * from './IconSpeed175RoundedFilled.js' +export * from './IconSpeed175SharpFilled.js' +export * from './IconSpeed175Sharp.js' +export * from './IconSpeed17xOutlined.js' +export * from './IconSpeed17xOutlinedFilled.js' +export * from './IconSpeed17xRoundedFilled.js' +export * from './IconSpeed17xRounded.js' +export * from './IconSpeed17xSharp.js' +export * from './IconSpeed17xSharpFilled.js' +export * from './IconSpeed2xOutlined.js' +export * from './IconSpeed2xOutlinedFilled.js' +export * from './IconSpeed2xRounded.js' +export * from './IconSpeed2xRoundedFilled.js' +export * from './IconSpeed2xSharpFilled.js' +export * from './IconSpeed2xSharp.js' +export * from './IconSpeedCameraOutlined.js' +export * from './IconSpeedCameraOutlinedFilled.js' +export * from './IconSpeedCameraRounded.js' +export * from './IconSpeedCameraRoundedFilled.js' +export * from './IconSpeedCameraSharpFilled.js' +export * from './IconSpeedCameraSharp.js' +export * from './IconSpellcheckOutlined.js' +export * from './IconSpellcheckOutlinedFilled.js' +export * from './IconSpellcheckRounded.js' +export * from './IconSpellcheckRoundedFilled.js' +export * from './IconSpellcheckSharp.js' +export * from './IconSpellcheckSharpFilled.js' +export * from './IconSplitscreenOutlined.js' +export * from './IconSplitscreenOutlinedFilled.js' +export * from './IconSplitscreenRounded.js' +export * from './IconSplitscreenRoundedFilled.js' +export * from './IconSplitscreenSharpFilled.js' +export * from './IconSplitscreenSharp.js' +export * from './IconSplitscreenAddOutlined.js' +export * from './IconSplitscreenAddOutlinedFilled.js' +export * from './IconSplitscreenAddRounded.js' +export * from './IconSplitscreenAddRoundedFilled.js' +export * from './IconSplitscreenAddSharpFilled.js' +export * from './IconSplitscreenAddSharp.js' +export * from './IconSplitscreenBottomOutlinedFilled.js' +export * from './IconSplitscreenBottomOutlined.js' +export * from './IconSplitscreenBottomRounded.js' +export * from './IconSplitscreenBottomRoundedFilled.js' +export * from './IconSplitscreenBottomSharp.js' +export * from './IconSplitscreenBottomSharpFilled.js' +export * from './IconSplitscreenLandscapeOutlined.js' +export * from './IconSplitscreenLandscapeOutlinedFilled.js' +export * from './IconSplitscreenLandscapeRoundedFilled.js' +export * from './IconSplitscreenLandscapeRounded.js' +export * from './IconSplitscreenLandscapeSharp.js' +export * from './IconSplitscreenLandscapeSharpFilled.js' +export * from './IconSplitscreenLeftOutlinedFilled.js' +export * from './IconSplitscreenLeftOutlined.js' +export * from './IconSplitscreenLeftRounded.js' +export * from './IconSplitscreenLeftRoundedFilled.js' +export * from './IconSplitscreenLeftSharpFilled.js' +export * from './IconSplitscreenLeftSharp.js' +export * from './IconSplitscreenPortraitOutlinedFilled.js' +export * from './IconSplitscreenPortraitOutlined.js' +export * from './IconSplitscreenPortraitRoundedFilled.js' +export * from './IconSplitscreenPortraitRounded.js' +export * from './IconSplitscreenPortraitSharpFilled.js' +export * from './IconSplitscreenPortraitSharp.js' +export * from './IconSplitscreenRightOutlined.js' +export * from './IconSplitscreenRightOutlinedFilled.js' +export * from './IconSplitscreenRightRounded.js' +export * from './IconSplitscreenRightRoundedFilled.js' +export * from './IconSplitscreenRightSharp.js' +export * from './IconSplitscreenRightSharpFilled.js' +export * from './IconSplitscreenTopOutlined.js' +export * from './IconSplitscreenTopOutlinedFilled.js' +export * from './IconSplitscreenTopRoundedFilled.js' +export * from './IconSplitscreenTopRounded.js' +export * from './IconSplitscreenTopSharpFilled.js' +export * from './IconSplitscreenTopSharp.js' +export * from './IconSplitscreenVerticalAddOutlinedFilled.js' +export * from './IconSplitscreenVerticalAddOutlined.js' +export * from './IconSplitscreenVerticalAddRounded.js' +export * from './IconSplitscreenVerticalAddRoundedFilled.js' +export * from './IconSplitscreenVerticalAddSharpFilled.js' +export * from './IconSplitscreenVerticalAddSharp.js' +export * from './IconSpo2OutlinedFilled.js' +export * from './IconSpo2Outlined.js' +export * from './IconSpo2Rounded.js' +export * from './IconSpo2RoundedFilled.js' +export * from './IconSpo2SharpFilled.js' +export * from './IconSpo2Sharp.js' +export * from './IconSpokeOutlinedFilled.js' +export * from './IconSpokeOutlined.js' +export * from './IconSpokeRounded.js' +export * from './IconSpokeRoundedFilled.js' +export * from './IconSpokeSharpFilled.js' +export * from './IconSpokeSharp.js' +export * from './IconSportsOutlinedFilled.js' +export * from './IconSportsOutlined.js' +export * from './IconSportsRounded.js' +export * from './IconSportsRoundedFilled.js' +export * from './IconSportsSharpFilled.js' +export * from './IconSportsSharp.js' +export * from './IconSportsAndOutdoorsOutlined.js' +export * from './IconSportsAndOutdoorsOutlinedFilled.js' +export * from './IconSportsAndOutdoorsRoundedFilled.js' +export * from './IconSportsAndOutdoorsRounded.js' +export * from './IconSportsAndOutdoorsSharp.js' +export * from './IconSportsAndOutdoorsSharpFilled.js' +export * from './IconSportsBarOutlinedFilled.js' +export * from './IconSportsBarOutlined.js' +export * from './IconSportsBarRoundedFilled.js' +export * from './IconSportsBarRounded.js' +export * from './IconSportsBarSharpFilled.js' +export * from './IconSportsBarSharp.js' +export * from './IconSportsBaseballOutlinedFilled.js' +export * from './IconSportsBaseballOutlined.js' +export * from './IconSportsBaseballRounded.js' +export * from './IconSportsBaseballRoundedFilled.js' +export * from './IconSportsBaseballSharpFilled.js' +export * from './IconSportsBaseballSharp.js' +export * from './IconSportsBasketballOutlinedFilled.js' +export * from './IconSportsBasketballOutlined.js' +export * from './IconSportsBasketballRoundedFilled.js' +export * from './IconSportsBasketballRounded.js' +export * from './IconSportsBasketballSharpFilled.js' +export * from './IconSportsBasketballSharp.js' +export * from './IconSportsCricketOutlinedFilled.js' +export * from './IconSportsCricketOutlined.js' +export * from './IconSportsCricketRoundedFilled.js' +export * from './IconSportsCricketRounded.js' +export * from './IconSportsCricketSharp.js' +export * from './IconSportsCricketSharpFilled.js' +export * from './IconSportsEsportsOutlined.js' +export * from './IconSportsEsportsOutlinedFilled.js' +export * from './IconSportsEsportsRoundedFilled.js' +export * from './IconSportsEsportsRounded.js' +export * from './IconSportsEsportsSharp.js' +export * from './IconSportsEsportsSharpFilled.js' +export * from './IconSportsFootballOutlined.js' +export * from './IconSportsFootballOutlinedFilled.js' +export * from './IconSportsFootballRoundedFilled.js' +export * from './IconSportsFootballRounded.js' +export * from './IconSportsFootballSharpFilled.js' +export * from './IconSportsFootballSharp.js' +export * from './IconSportsGolfOutlined.js' +export * from './IconSportsGolfOutlinedFilled.js' +export * from './IconSportsGolfRoundedFilled.js' +export * from './IconSportsGolfRounded.js' +export * from './IconSportsGolfSharp.js' +export * from './IconSportsGolfSharpFilled.js' +export * from './IconSportsGymnasticsOutlined.js' +export * from './IconSportsGymnasticsOutlinedFilled.js' +export * from './IconSportsGymnasticsRoundedFilled.js' +export * from './IconSportsGymnasticsRounded.js' +export * from './IconSportsGymnasticsSharpFilled.js' +export * from './IconSportsGymnasticsSharp.js' +export * from './IconSportsHandballOutlined.js' +export * from './IconSportsHandballOutlinedFilled.js' +export * from './IconSportsHandballRoundedFilled.js' +export * from './IconSportsHandballRounded.js' +export * from './IconSportsHandballSharp.js' +export * from './IconSportsHandballSharpFilled.js' +export * from './IconSportsHockeyOutlinedFilled.js' +export * from './IconSportsHockeyOutlined.js' +export * from './IconSportsHockeyRoundedFilled.js' +export * from './IconSportsHockeyRounded.js' +export * from './IconSportsHockeySharp.js' +export * from './IconSportsHockeySharpFilled.js' +export * from './IconSportsKabaddiOutlined.js' +export * from './IconSportsKabaddiOutlinedFilled.js' +export * from './IconSportsKabaddiRounded.js' +export * from './IconSportsKabaddiRoundedFilled.js' +export * from './IconSportsKabaddiSharpFilled.js' +export * from './IconSportsKabaddiSharp.js' +export * from './IconSportsMartialArtsOutlined.js' +export * from './IconSportsMartialArtsOutlinedFilled.js' +export * from './IconSportsMartialArtsRounded.js' +export * from './IconSportsMartialArtsRoundedFilled.js' +export * from './IconSportsMartialArtsSharpFilled.js' +export * from './IconSportsMartialArtsSharp.js' +export * from './IconSportsMmaOutlined.js' +export * from './IconSportsMmaOutlinedFilled.js' +export * from './IconSportsMmaRoundedFilled.js' +export * from './IconSportsMmaRounded.js' +export * from './IconSportsMmaSharp.js' +export * from './IconSportsMmaSharpFilled.js' +export * from './IconSportsMotorsportsOutlinedFilled.js' +export * from './IconSportsMotorsportsOutlined.js' +export * from './IconSportsMotorsportsRoundedFilled.js' +export * from './IconSportsMotorsportsRounded.js' +export * from './IconSportsMotorsportsSharp.js' +export * from './IconSportsMotorsportsSharpFilled.js' +export * from './IconSportsRugbyOutlinedFilled.js' +export * from './IconSportsRugbyOutlined.js' +export * from './IconSportsRugbyRounded.js' +export * from './IconSportsRugbyRoundedFilled.js' +export * from './IconSportsRugbySharp.js' +export * from './IconSportsRugbySharpFilled.js' +export * from './IconSportsScoreOutlined.js' +export * from './IconSportsScoreOutlinedFilled.js' +export * from './IconSportsScoreRoundedFilled.js' +export * from './IconSportsScoreRounded.js' +export * from './IconSportsScoreSharpFilled.js' +export * from './IconSportsScoreSharp.js' +export * from './IconSportsSoccerOutlined.js' +export * from './IconSportsSoccerOutlinedFilled.js' +export * from './IconSportsSoccerRoundedFilled.js' +export * from './IconSportsSoccerRounded.js' +export * from './IconSportsSoccerSharpFilled.js' +export * from './IconSportsSoccerSharp.js' +export * from './IconSportsTennisOutlinedFilled.js' +export * from './IconSportsTennisOutlined.js' +export * from './IconSportsTennisRoundedFilled.js' +export * from './IconSportsTennisRounded.js' +export * from './IconSportsTennisSharpFilled.js' +export * from './IconSportsTennisSharp.js' +export * from './IconSportsVolleyballOutlinedFilled.js' +export * from './IconSportsVolleyballOutlined.js' +export * from './IconSportsVolleyballRoundedFilled.js' +export * from './IconSportsVolleyballRounded.js' +export * from './IconSportsVolleyballSharpFilled.js' +export * from './IconSportsVolleyballSharp.js' +export * from './IconSprinklerOutlined.js' +export * from './IconSprinklerOutlinedFilled.js' +export * from './IconSprinklerRounded.js' +export * from './IconSprinklerRoundedFilled.js' +export * from './IconSprinklerSharpFilled.js' +export * from './IconSprinklerSharp.js' +export * from './IconSprintOutlined.js' +export * from './IconSprintOutlinedFilled.js' +export * from './IconSprintRoundedFilled.js' +export * from './IconSprintRounded.js' +export * from './IconSprintSharp.js' +export * from './IconSprintSharpFilled.js' +export * from './IconSquareOutlined.js' +export * from './IconSquareOutlinedFilled.js' +export * from './IconSquareRounded.js' +export * from './IconSquareRoundedFilled.js' +export * from './IconSquareSharp.js' +export * from './IconSquareSharpFilled.js' +export * from './IconSquareFootOutlinedFilled.js' +export * from './IconSquareFootOutlined.js' +export * from './IconSquareFootRounded.js' +export * from './IconSquareFootRoundedFilled.js' +export * from './IconSquareFootSharp.js' +export * from './IconSquareFootSharpFilled.js' +export * from './IconSsidChartOutlined.js' +export * from './IconSsidChartOutlinedFilled.js' +export * from './IconSsidChartRounded.js' +export * from './IconSsidChartRoundedFilled.js' +export * from './IconSsidChartSharpFilled.js' +export * from './IconSsidChartSharp.js' +export * from './IconStackOutlined.js' +export * from './IconStackOutlinedFilled.js' +export * from './IconStackRounded.js' +export * from './IconStackRoundedFilled.js' +export * from './IconStackSharp.js' +export * from './IconStackSharpFilled.js' +export * from './IconStackHexagonOutlined.js' +export * from './IconStackHexagonOutlinedFilled.js' +export * from './IconStackHexagonRounded.js' +export * from './IconStackHexagonRoundedFilled.js' +export * from './IconStackHexagonSharp.js' +export * from './IconStackHexagonSharpFilled.js' +export * from './IconStackOffOutlinedFilled.js' +export * from './IconStackOffOutlined.js' +export * from './IconStackOffRoundedFilled.js' +export * from './IconStackOffRounded.js' +export * from './IconStackOffSharp.js' +export * from './IconStackOffSharpFilled.js' +export * from './IconStackStarOutlined.js' +export * from './IconStackStarOutlinedFilled.js' +export * from './IconStackStarRoundedFilled.js' +export * from './IconStackStarRounded.js' +export * from './IconStackStarSharpFilled.js' +export * from './IconStackStarSharp.js' +export * from './IconStackedBarChartOutlined.js' +export * from './IconStackedBarChartOutlinedFilled.js' +export * from './IconStackedBarChartRounded.js' +export * from './IconStackedBarChartRoundedFilled.js' +export * from './IconStackedBarChartSharp.js' +export * from './IconStackedBarChartSharpFilled.js' +export * from './IconStackedEmailOutlined.js' +export * from './IconStackedEmailOutlinedFilled.js' +export * from './IconStackedEmailRounded.js' +export * from './IconStackedEmailRoundedFilled.js' +export * from './IconStackedEmailSharp.js' +export * from './IconStackedEmailSharpFilled.js' +export * from './IconStackedInboxOutlinedFilled.js' +export * from './IconStackedInboxOutlined.js' +export * from './IconStackedInboxRoundedFilled.js' +export * from './IconStackedInboxRounded.js' +export * from './IconStackedInboxSharp.js' +export * from './IconStackedInboxSharpFilled.js' +export * from './IconStackedLineChartOutlined.js' +export * from './IconStackedLineChartOutlinedFilled.js' +export * from './IconStackedLineChartRoundedFilled.js' +export * from './IconStackedLineChartRounded.js' +export * from './IconStackedLineChartSharpFilled.js' +export * from './IconStackedLineChartSharp.js' +export * from './IconStacksOutlined.js' +export * from './IconStacksOutlinedFilled.js' +export * from './IconStacksRoundedFilled.js' +export * from './IconStacksRounded.js' +export * from './IconStacksSharpFilled.js' +export * from './IconStacksSharp.js' +export * from './IconStadiaControllerOutlinedFilled.js' +export * from './IconStadiaControllerOutlined.js' +export * from './IconStadiaControllerRounded.js' +export * from './IconStadiaControllerRoundedFilled.js' +export * from './IconStadiaControllerSharpFilled.js' +export * from './IconStadiaControllerSharp.js' +export * from './IconStadiumOutlinedFilled.js' +export * from './IconStadiumOutlined.js' +export * from './IconStadiumRounded.js' +export * from './IconStadiumRoundedFilled.js' +export * from './IconStadiumSharpFilled.js' +export * from './IconStadiumSharp.js' +export * from './IconStairsOutlined.js' +export * from './IconStairsOutlinedFilled.js' +export * from './IconStairsRounded.js' +export * from './IconStairsRoundedFilled.js' +export * from './IconStairsSharpFilled.js' +export * from './IconStairsSharp.js' +export * from './IconStairs2Outlined.js' +export * from './IconStairs2OutlinedFilled.js' +export * from './IconStairs2Rounded.js' +export * from './IconStairs2RoundedFilled.js' +export * from './IconStairs2SharpFilled.js' +export * from './IconStairs2Sharp.js' +export * from './IconStarOutlinedFilled.js' +export * from './IconStarOutlined.js' +export * from './IconStarRoundedFilled.js' +export * from './IconStarRounded.js' +export * from './IconStarSharp.js' +export * from './IconStarSharpFilled.js' +export * from './IconStarHalfOutlinedFilled.js' +export * from './IconStarHalfOutlined.js' +export * from './IconStarHalfRounded.js' +export * from './IconStarHalfRoundedFilled.js' +export * from './IconStarHalfSharp.js' +export * from './IconStarHalfSharpFilled.js' +export * from './IconStarRateOutlined.js' +export * from './IconStarRateOutlinedFilled.js' +export * from './IconStarRateRounded.js' +export * from './IconStarRateRoundedFilled.js' +export * from './IconStarRateSharp.js' +export * from './IconStarRateSharpFilled.js' +export * from './IconStarRateHalfOutlinedFilled.js' +export * from './IconStarRateHalfOutlined.js' +export * from './IconStarRateHalfRounded.js' +export * from './IconStarRateHalfRoundedFilled.js' +export * from './IconStarRateHalfSharpFilled.js' +export * from './IconStarRateHalfSharp.js' +export * from './IconStarsOutlined.js' +export * from './IconStarsOutlinedFilled.js' +export * from './IconStarsRoundedFilled.js' +export * from './IconStarsRounded.js' +export * from './IconStarsSharp.js' +export * from './IconStarsSharpFilled.js' +export * from './IconStartOutlinedFilled.js' +export * from './IconStartOutlined.js' +export * from './IconStartRounded.js' +export * from './IconStartRoundedFilled.js' +export * from './IconStartSharpFilled.js' +export * from './IconStartSharp.js' +export * from './IconStat0Outlined.js' +export * from './IconStat0OutlinedFilled.js' +export * from './IconStat0Rounded.js' +export * from './IconStat0RoundedFilled.js' +export * from './IconStat0SharpFilled.js' +export * from './IconStat0Sharp.js' +export * from './IconStat1OutlinedFilled.js' +export * from './IconStat1Outlined.js' +export * from './IconStat1RoundedFilled.js' +export * from './IconStat1Rounded.js' +export * from './IconStat1SharpFilled.js' +export * from './IconStat1Sharp.js' +export * from './IconStat2Outlined.js' +export * from './IconStat2OutlinedFilled.js' +export * from './IconStat2Rounded.js' +export * from './IconStat2RoundedFilled.js' +export * from './IconStat2SharpFilled.js' +export * from './IconStat2Sharp.js' +export * from './IconStat3Outlined.js' +export * from './IconStat3OutlinedFilled.js' +export * from './IconStat3Rounded.js' +export * from './IconStat3RoundedFilled.js' +export * from './IconStat3SharpFilled.js' +export * from './IconStat3Sharp.js' +export * from './IconStatMinus1OutlinedFilled.js' +export * from './IconStatMinus1Outlined.js' +export * from './IconStatMinus1Rounded.js' +export * from './IconStatMinus1RoundedFilled.js' +export * from './IconStatMinus1SharpFilled.js' +export * from './IconStatMinus1Sharp.js' +export * from './IconStatMinus2Outlined.js' +export * from './IconStatMinus2OutlinedFilled.js' +export * from './IconStatMinus2RoundedFilled.js' +export * from './IconStatMinus2Rounded.js' +export * from './IconStatMinus2Sharp.js' +export * from './IconStatMinus2SharpFilled.js' +export * from './IconStatMinus3Outlined.js' +export * from './IconStatMinus3OutlinedFilled.js' +export * from './IconStatMinus3Rounded.js' +export * from './IconStatMinus3RoundedFilled.js' +export * from './IconStatMinus3Sharp.js' +export * from './IconStatMinus3SharpFilled.js' +export * from './IconStayCurrentLandscapeOutlined.js' +export * from './IconStayCurrentLandscapeOutlinedFilled.js' +export * from './IconStayCurrentLandscapeRoundedFilled.js' +export * from './IconStayCurrentLandscapeRounded.js' +export * from './IconStayCurrentLandscapeSharpFilled.js' +export * from './IconStayCurrentLandscapeSharp.js' +export * from './IconStayCurrentPortraitOutlined.js' +export * from './IconStayCurrentPortraitOutlinedFilled.js' +export * from './IconStayCurrentPortraitRoundedFilled.js' +export * from './IconStayCurrentPortraitRounded.js' +export * from './IconStayCurrentPortraitSharp.js' +export * from './IconStayCurrentPortraitSharpFilled.js' +export * from './IconStayPrimaryLandscapeOutlinedFilled.js' +export * from './IconStayPrimaryLandscapeOutlined.js' +export * from './IconStayPrimaryLandscapeRounded.js' +export * from './IconStayPrimaryLandscapeRoundedFilled.js' +export * from './IconStayPrimaryLandscapeSharpFilled.js' +export * from './IconStayPrimaryLandscapeSharp.js' +export * from './IconStayPrimaryPortraitOutlined.js' +export * from './IconStayPrimaryPortraitOutlinedFilled.js' +export * from './IconStayPrimaryPortraitRoundedFilled.js' +export * from './IconStayPrimaryPortraitRounded.js' +export * from './IconStayPrimaryPortraitSharpFilled.js' +export * from './IconStayPrimaryPortraitSharp.js' +export * from './IconStepOutlined.js' +export * from './IconStepOutlinedFilled.js' +export * from './IconStepRounded.js' +export * from './IconStepRoundedFilled.js' +export * from './IconStepSharp.js' +export * from './IconStepSharpFilled.js' +export * from './IconStepIntoOutlined.js' +export * from './IconStepIntoOutlinedFilled.js' +export * from './IconStepIntoRounded.js' +export * from './IconStepIntoRoundedFilled.js' +export * from './IconStepIntoSharp.js' +export * from './IconStepIntoSharpFilled.js' +export * from './IconStepOutOutlinedFilled.js' +export * from './IconStepOutOutlined.js' +export * from './IconStepOutRounded.js' +export * from './IconStepOutRoundedFilled.js' +export * from './IconStepOutSharpFilled.js' +export * from './IconStepOutSharp.js' +export * from './IconStepOverOutlinedFilled.js' +export * from './IconStepOverOutlined.js' +export * from './IconStepOverRoundedFilled.js' +export * from './IconStepOverRounded.js' +export * from './IconStepOverSharpFilled.js' +export * from './IconStepOverSharp.js' +export * from './IconSteppersOutlined.js' +export * from './IconSteppersOutlinedFilled.js' +export * from './IconSteppersRounded.js' +export * from './IconSteppersRoundedFilled.js' +export * from './IconSteppersSharp.js' +export * from './IconSteppersSharpFilled.js' +export * from './IconStepsOutlinedFilled.js' +export * from './IconStepsOutlined.js' +export * from './IconStepsRoundedFilled.js' +export * from './IconStepsRounded.js' +export * from './IconStepsSharp.js' +export * from './IconStepsSharpFilled.js' +export * from './IconStethoscopeOutlined.js' +export * from './IconStethoscopeOutlinedFilled.js' +export * from './IconStethoscopeRoundedFilled.js' +export * from './IconStethoscopeRounded.js' +export * from './IconStethoscopeSharp.js' +export * from './IconStethoscopeSharpFilled.js' +export * from './IconStethoscopeArrowOutlinedFilled.js' +export * from './IconStethoscopeArrowOutlined.js' +export * from './IconStethoscopeArrowRoundedFilled.js' +export * from './IconStethoscopeArrowRounded.js' +export * from './IconStethoscopeArrowSharpFilled.js' +export * from './IconStethoscopeArrowSharp.js' +export * from './IconStethoscopeCheckOutlinedFilled.js' +export * from './IconStethoscopeCheckOutlined.js' +export * from './IconStethoscopeCheckRounded.js' +export * from './IconStethoscopeCheckRoundedFilled.js' +export * from './IconStethoscopeCheckSharpFilled.js' +export * from './IconStethoscopeCheckSharp.js' +export * from './IconStickyNoteOutlined.js' +export * from './IconStickyNoteOutlinedFilled.js' +export * from './IconStickyNoteRounded.js' +export * from './IconStickyNoteRoundedFilled.js' +export * from './IconStickyNoteSharp.js' +export * from './IconStickyNoteSharpFilled.js' +export * from './IconStickyNote2Outlined.js' +export * from './IconStickyNote2OutlinedFilled.js' +export * from './IconStickyNote2RoundedFilled.js' +export * from './IconStickyNote2Rounded.js' +export * from './IconStickyNote2Sharp.js' +export * from './IconStickyNote2SharpFilled.js' +export * from './IconStockMediaOutlinedFilled.js' +export * from './IconStockMediaOutlined.js' +export * from './IconStockMediaRoundedFilled.js' +export * from './IconStockMediaRounded.js' +export * from './IconStockMediaSharp.js' +export * from './IconStockMediaSharpFilled.js' +export * from './IconStockpotOutlinedFilled.js' +export * from './IconStockpotOutlined.js' +export * from './IconStockpotRounded.js' +export * from './IconStockpotRoundedFilled.js' +export * from './IconStockpotSharp.js' +export * from './IconStockpotSharpFilled.js' +export * from './IconStopOutlined.js' +export * from './IconStopOutlinedFilled.js' +export * from './IconStopRounded.js' +export * from './IconStopRoundedFilled.js' +export * from './IconStopSharpFilled.js' +export * from './IconStopSharp.js' +export * from './IconStopCircleOutlined.js' +export * from './IconStopCircleOutlinedFilled.js' +export * from './IconStopCircleRounded.js' +export * from './IconStopCircleRoundedFilled.js' +export * from './IconStopCircleSharpFilled.js' +export * from './IconStopCircleSharp.js' +export * from './IconStopScreenShareOutlined.js' +export * from './IconStopScreenShareOutlinedFilled.js' +export * from './IconStopScreenShareRounded.js' +export * from './IconStopScreenShareRoundedFilled.js' +export * from './IconStopScreenShareSharp.js' +export * from './IconStopScreenShareSharpFilled.js' +export * from './IconStorageOutlined.js' +export * from './IconStorageOutlinedFilled.js' +export * from './IconStorageRoundedFilled.js' +export * from './IconStorageRounded.js' +export * from './IconStorageSharpFilled.js' +export * from './IconStorageSharp.js' +export * from './IconStoreOutlined.js' +export * from './IconStoreOutlinedFilled.js' +export * from './IconStoreRoundedFilled.js' +export * from './IconStoreRounded.js' +export * from './IconStoreSharpFilled.js' +export * from './IconStoreSharp.js' +export * from './IconStorefrontOutlinedFilled.js' +export * from './IconStorefrontOutlined.js' +export * from './IconStorefrontRounded.js' +export * from './IconStorefrontRoundedFilled.js' +export * from './IconStorefrontSharp.js' +export * from './IconStorefrontSharpFilled.js' +export * from './IconStormOutlinedFilled.js' +export * from './IconStormOutlined.js' +export * from './IconStormRoundedFilled.js' +export * from './IconStormRounded.js' +export * from './IconStormSharpFilled.js' +export * from './IconStormSharp.js' +export * from './IconStraightOutlined.js' +export * from './IconStraightOutlinedFilled.js' +export * from './IconStraightRounded.js' +export * from './IconStraightRoundedFilled.js' +export * from './IconStraightSharp.js' +export * from './IconStraightSharpFilled.js' +export * from './IconStraightenOutlined.js' +export * from './IconStraightenOutlinedFilled.js' +export * from './IconStraightenRoundedFilled.js' +export * from './IconStraightenRounded.js' +export * from './IconStraightenSharp.js' +export * from './IconStraightenSharpFilled.js' +export * from './IconStrategyOutlined.js' +export * from './IconStrategyOutlinedFilled.js' +export * from './IconStrategyRounded.js' +export * from './IconStrategyRoundedFilled.js' +export * from './IconStrategySharpFilled.js' +export * from './IconStrategySharp.js' +export * from './IconStreamOutlined.js' +export * from './IconStreamOutlinedFilled.js' +export * from './IconStreamRounded.js' +export * from './IconStreamRoundedFilled.js' +export * from './IconStreamSharp.js' +export * from './IconStreamSharpFilled.js' +export * from './IconStreamAppsOutlinedFilled.js' +export * from './IconStreamAppsOutlined.js' +export * from './IconStreamAppsRoundedFilled.js' +export * from './IconStreamAppsRounded.js' +export * from './IconStreamAppsSharp.js' +export * from './IconStreamAppsSharpFilled.js' +export * from './IconStreetviewOutlinedFilled.js' +export * from './IconStreetviewOutlined.js' +export * from './IconStreetviewRoundedFilled.js' +export * from './IconStreetviewRounded.js' +export * from './IconStreetviewSharpFilled.js' +export * from './IconStreetviewSharp.js' +export * from './IconStressManagementOutlinedFilled.js' +export * from './IconStressManagementOutlined.js' +export * from './IconStressManagementRoundedFilled.js' +export * from './IconStressManagementRounded.js' +export * from './IconStressManagementSharp.js' +export * from './IconStressManagementSharpFilled.js' +export * from './IconStrikethroughSOutlined.js' +export * from './IconStrikethroughSOutlinedFilled.js' +export * from './IconStrikethroughSRounded.js' +export * from './IconStrikethroughSRoundedFilled.js' +export * from './IconStrikethroughSSharp.js' +export * from './IconStrikethroughSSharpFilled.js' +export * from './IconStrokeFullOutlinedFilled.js' +export * from './IconStrokeFullOutlined.js' +export * from './IconStrokeFullRounded.js' +export * from './IconStrokeFullRoundedFilled.js' +export * from './IconStrokeFullSharp.js' +export * from './IconStrokeFullSharpFilled.js' +export * from './IconStrokePartialOutlinedFilled.js' +export * from './IconStrokePartialOutlined.js' +export * from './IconStrokePartialRoundedFilled.js' +export * from './IconStrokePartialRounded.js' +export * from './IconStrokePartialSharp.js' +export * from './IconStrokePartialSharpFilled.js' +export * from './IconStrollerOutlinedFilled.js' +export * from './IconStrollerOutlined.js' +export * from './IconStrollerRoundedFilled.js' +export * from './IconStrollerRounded.js' +export * from './IconStrollerSharp.js' +export * from './IconStrollerSharpFilled.js' +export * from './IconStyleOutlinedFilled.js' +export * from './IconStyleOutlined.js' +export * from './IconStyleRoundedFilled.js' +export * from './IconStyleRounded.js' +export * from './IconStyleSharpFilled.js' +export * from './IconStyleSharp.js' +export * from './IconStylerOutlinedFilled.js' +export * from './IconStylerOutlined.js' +export * from './IconStylerRounded.js' +export * from './IconStylerRoundedFilled.js' +export * from './IconStylerSharpFilled.js' +export * from './IconStylerSharp.js' +export * from './IconStylusOutlined.js' +export * from './IconStylusOutlinedFilled.js' +export * from './IconStylusRoundedFilled.js' +export * from './IconStylusRounded.js' +export * from './IconStylusSharp.js' +export * from './IconStylusSharpFilled.js' +export * from './IconStylusLaserPointerOutlinedFilled.js' +export * from './IconStylusLaserPointerOutlined.js' +export * from './IconStylusLaserPointerRoundedFilled.js' +export * from './IconStylusLaserPointerRounded.js' +export * from './IconStylusLaserPointerSharpFilled.js' +export * from './IconStylusLaserPointerSharp.js' +export * from './IconStylusNoteOutlinedFilled.js' +export * from './IconStylusNoteOutlined.js' +export * from './IconStylusNoteRounded.js' +export * from './IconStylusNoteRoundedFilled.js' +export * from './IconStylusNoteSharpFilled.js' +export * from './IconStylusNoteSharp.js' +export * from './IconSubdirectoryArrowLeftOutlinedFilled.js' +export * from './IconSubdirectoryArrowLeftOutlined.js' +export * from './IconSubdirectoryArrowLeftRoundedFilled.js' +export * from './IconSubdirectoryArrowLeftRounded.js' +export * from './IconSubdirectoryArrowLeftSharp.js' +export * from './IconSubdirectoryArrowLeftSharpFilled.js' +export * from './IconSubdirectoryArrowRightOutlined.js' +export * from './IconSubdirectoryArrowRightOutlinedFilled.js' +export * from './IconSubdirectoryArrowRightRoundedFilled.js' +export * from './IconSubdirectoryArrowRightRounded.js' +export * from './IconSubdirectoryArrowRightSharp.js' +export * from './IconSubdirectoryArrowRightSharpFilled.js' +export * from './IconSubheaderOutlined.js' +export * from './IconSubheaderOutlinedFilled.js' +export * from './IconSubheaderRounded.js' +export * from './IconSubheaderRoundedFilled.js' +export * from './IconSubheaderSharp.js' +export * from './IconSubheaderSharpFilled.js' +export * from './IconSubjectOutlined.js' +export * from './IconSubjectOutlinedFilled.js' +export * from './IconSubjectRoundedFilled.js' +export * from './IconSubjectRounded.js' +export * from './IconSubjectSharpFilled.js' +export * from './IconSubjectSharp.js' +export * from './IconSubscriptOutlinedFilled.js' +export * from './IconSubscriptOutlined.js' +export * from './IconSubscriptRounded.js' +export * from './IconSubscriptRoundedFilled.js' +export * from './IconSubscriptSharpFilled.js' +export * from './IconSubscriptSharp.js' +export * from './IconSubscriptionsOutlined.js' +export * from './IconSubscriptionsOutlinedFilled.js' +export * from './IconSubscriptionsRoundedFilled.js' +export * from './IconSubscriptionsRounded.js' +export * from './IconSubscriptionsSharp.js' +export * from './IconSubscriptionsSharpFilled.js' +export * from './IconSubtitlesOutlined.js' +export * from './IconSubtitlesOutlinedFilled.js' +export * from './IconSubtitlesRoundedFilled.js' +export * from './IconSubtitlesRounded.js' +export * from './IconSubtitlesSharpFilled.js' +export * from './IconSubtitlesSharp.js' +export * from './IconSubtitlesOffOutlinedFilled.js' +export * from './IconSubtitlesOffOutlined.js' +export * from './IconSubtitlesOffRoundedFilled.js' +export * from './IconSubtitlesOffRounded.js' +export * from './IconSubtitlesOffSharp.js' +export * from './IconSubtitlesOffSharpFilled.js' +export * from './IconSubwayOutlined.js' +export * from './IconSubwayOutlinedFilled.js' +export * from './IconSubwayRoundedFilled.js' +export * from './IconSubwayRounded.js' +export * from './IconSubwaySharp.js' +export * from './IconSubwaySharpFilled.js' +export * from './IconSummarizeOutlined.js' +export * from './IconSummarizeOutlinedFilled.js' +export * from './IconSummarizeRounded.js' +export * from './IconSummarizeRoundedFilled.js' +export * from './IconSummarizeSharpFilled.js' +export * from './IconSummarizeSharp.js' +export * from './IconSunnyOutlined.js' +export * from './IconSunnyOutlinedFilled.js' +export * from './IconSunnyRounded.js' +export * from './IconSunnyRoundedFilled.js' +export * from './IconSunnySharpFilled.js' +export * from './IconSunnySharp.js' +export * from './IconSunnySnowingOutlinedFilled.js' +export * from './IconSunnySnowingOutlined.js' +export * from './IconSunnySnowingRounded.js' +export * from './IconSunnySnowingRoundedFilled.js' +export * from './IconSunnySnowingSharpFilled.js' +export * from './IconSunnySnowingSharp.js' +export * from './IconSuperscriptOutlined.js' +export * from './IconSuperscriptOutlinedFilled.js' +export * from './IconSuperscriptRounded.js' +export * from './IconSuperscriptRoundedFilled.js' +export * from './IconSuperscriptSharpFilled.js' +export * from './IconSuperscriptSharp.js' +export * from './IconSupervisedUserCircleOutlinedFilled.js' +export * from './IconSupervisedUserCircleOutlined.js' +export * from './IconSupervisedUserCircleRoundedFilled.js' +export * from './IconSupervisedUserCircleRounded.js' +export * from './IconSupervisedUserCircleSharp.js' +export * from './IconSupervisedUserCircleSharpFilled.js' +export * from './IconSupervisedUserCircleOffOutlined.js' +export * from './IconSupervisedUserCircleOffOutlinedFilled.js' +export * from './IconSupervisedUserCircleOffRoundedFilled.js' +export * from './IconSupervisedUserCircleOffRounded.js' +export * from './IconSupervisedUserCircleOffSharp.js' +export * from './IconSupervisedUserCircleOffSharpFilled.js' +export * from './IconSupervisorAccountOutlinedFilled.js' +export * from './IconSupervisorAccountOutlined.js' +export * from './IconSupervisorAccountRoundedFilled.js' +export * from './IconSupervisorAccountRounded.js' +export * from './IconSupervisorAccountSharp.js' +export * from './IconSupervisorAccountSharpFilled.js' +export * from './IconSupportOutlined.js' +export * from './IconSupportOutlinedFilled.js' +export * from './IconSupportRoundedFilled.js' +export * from './IconSupportRounded.js' +export * from './IconSupportSharpFilled.js' +export * from './IconSupportSharp.js' +export * from './IconSupportAgentOutlinedFilled.js' +export * from './IconSupportAgentOutlined.js' +export * from './IconSupportAgentRoundedFilled.js' +export * from './IconSupportAgentRounded.js' +export * from './IconSupportAgentSharpFilled.js' +export * from './IconSupportAgentSharp.js' +export * from './IconSurfingOutlined.js' +export * from './IconSurfingOutlinedFilled.js' +export * from './IconSurfingRoundedFilled.js' +export * from './IconSurfingRounded.js' +export * from './IconSurfingSharpFilled.js' +export * from './IconSurfingSharp.js' +export * from './IconSurgicalOutlined.js' +export * from './IconSurgicalOutlinedFilled.js' +export * from './IconSurgicalRounded.js' +export * from './IconSurgicalRoundedFilled.js' +export * from './IconSurgicalSharpFilled.js' +export * from './IconSurgicalSharp.js' +export * from './IconSurroundSoundOutlinedFilled.js' +export * from './IconSurroundSoundOutlined.js' +export * from './IconSurroundSoundRounded.js' +export * from './IconSurroundSoundRoundedFilled.js' +export * from './IconSurroundSoundSharpFilled.js' +export * from './IconSurroundSoundSharp.js' +export * from './IconSwapCallsOutlinedFilled.js' +export * from './IconSwapCallsOutlined.js' +export * from './IconSwapCallsRounded.js' +export * from './IconSwapCallsRoundedFilled.js' +export * from './IconSwapCallsSharpFilled.js' +export * from './IconSwapCallsSharp.js' +export * from './IconSwapDrivingAppsOutlined.js' +export * from './IconSwapDrivingAppsOutlinedFilled.js' +export * from './IconSwapDrivingAppsRoundedFilled.js' +export * from './IconSwapDrivingAppsRounded.js' +export * from './IconSwapDrivingAppsSharp.js' +export * from './IconSwapDrivingAppsSharpFilled.js' +export * from './IconSwapDrivingAppsWheelOutlinedFilled.js' +export * from './IconSwapDrivingAppsWheelOutlined.js' +export * from './IconSwapDrivingAppsWheelRounded.js' +export * from './IconSwapDrivingAppsWheelRoundedFilled.js' +export * from './IconSwapDrivingAppsWheelSharpFilled.js' +export * from './IconSwapDrivingAppsWheelSharp.js' +export * from './IconSwapHorizOutlinedFilled.js' +export * from './IconSwapHorizOutlined.js' +export * from './IconSwapHorizRounded.js' +export * from './IconSwapHorizRoundedFilled.js' +export * from './IconSwapHorizSharp.js' +export * from './IconSwapHorizSharpFilled.js' +export * from './IconSwapHorizontalCircleOutlined.js' +export * from './IconSwapHorizontalCircleOutlinedFilled.js' +export * from './IconSwapHorizontalCircleRounded.js' +export * from './IconSwapHorizontalCircleRoundedFilled.js' +export * from './IconSwapHorizontalCircleSharp.js' +export * from './IconSwapHorizontalCircleSharpFilled.js' +export * from './IconSwapVertOutlined.js' +export * from './IconSwapVertOutlinedFilled.js' +export * from './IconSwapVertRounded.js' +export * from './IconSwapVertRoundedFilled.js' +export * from './IconSwapVertSharp.js' +export * from './IconSwapVertSharpFilled.js' +export * from './IconSwapVerticalCircleOutlinedFilled.js' +export * from './IconSwapVerticalCircleOutlined.js' +export * from './IconSwapVerticalCircleRounded.js' +export * from './IconSwapVerticalCircleRoundedFilled.js' +export * from './IconSwapVerticalCircleSharp.js' +export * from './IconSwapVerticalCircleSharpFilled.js' +export * from './IconSweepOutlined.js' +export * from './IconSweepOutlinedFilled.js' +export * from './IconSweepRoundedFilled.js' +export * from './IconSweepRounded.js' +export * from './IconSweepSharpFilled.js' +export * from './IconSweepSharp.js' +export * from './IconSwipeOutlinedFilled.js' +export * from './IconSwipeOutlined.js' +export * from './IconSwipeRounded.js' +export * from './IconSwipeRoundedFilled.js' +export * from './IconSwipeSharpFilled.js' +export * from './IconSwipeSharp.js' +export * from './IconSwipeDownOutlined.js' +export * from './IconSwipeDownOutlinedFilled.js' +export * from './IconSwipeDownRounded.js' +export * from './IconSwipeDownRoundedFilled.js' +export * from './IconSwipeDownSharp.js' +export * from './IconSwipeDownSharpFilled.js' +export * from './IconSwipeDownAltOutlinedFilled.js' +export * from './IconSwipeDownAltOutlined.js' +export * from './IconSwipeDownAltRounded.js' +export * from './IconSwipeDownAltRoundedFilled.js' +export * from './IconSwipeDownAltSharpFilled.js' +export * from './IconSwipeDownAltSharp.js' +export * from './IconSwipeLeftOutlinedFilled.js' +export * from './IconSwipeLeftOutlined.js' +export * from './IconSwipeLeftRoundedFilled.js' +export * from './IconSwipeLeftRounded.js' +export * from './IconSwipeLeftSharp.js' +export * from './IconSwipeLeftSharpFilled.js' +export * from './IconSwipeLeftAltOutlinedFilled.js' +export * from './IconSwipeLeftAltOutlined.js' +export * from './IconSwipeLeftAltRounded.js' +export * from './IconSwipeLeftAltRoundedFilled.js' +export * from './IconSwipeLeftAltSharp.js' +export * from './IconSwipeLeftAltSharpFilled.js' +export * from './IconSwipeRightOutlined.js' +export * from './IconSwipeRightOutlinedFilled.js' +export * from './IconSwipeRightRoundedFilled.js' +export * from './IconSwipeRightRounded.js' +export * from './IconSwipeRightSharp.js' +export * from './IconSwipeRightSharpFilled.js' +export * from './IconSwipeRightAltOutlined.js' +export * from './IconSwipeRightAltOutlinedFilled.js' +export * from './IconSwipeRightAltRounded.js' +export * from './IconSwipeRightAltRoundedFilled.js' +export * from './IconSwipeRightAltSharpFilled.js' +export * from './IconSwipeRightAltSharp.js' +export * from './IconSwipeUpOutlined.js' +export * from './IconSwipeUpOutlinedFilled.js' +export * from './IconSwipeUpRounded.js' +export * from './IconSwipeUpRoundedFilled.js' +export * from './IconSwipeUpSharpFilled.js' +export * from './IconSwipeUpSharp.js' +export * from './IconSwipeUpAltOutlined.js' +export * from './IconSwipeUpAltOutlinedFilled.js' +export * from './IconSwipeUpAltRoundedFilled.js' +export * from './IconSwipeUpAltRounded.js' +export * from './IconSwipeUpAltSharp.js' +export * from './IconSwipeUpAltSharpFilled.js' +export * from './IconSwipeVerticalOutlined.js' +export * from './IconSwipeVerticalOutlinedFilled.js' +export * from './IconSwipeVerticalRounded.js' +export * from './IconSwipeVerticalRoundedFilled.js' +export * from './IconSwipeVerticalSharp.js' +export * from './IconSwipeVerticalSharpFilled.js' +export * from './IconSwitchOutlinedFilled.js' +export * from './IconSwitchOutlined.js' +export * from './IconSwitchRoundedFilled.js' +export * from './IconSwitchRounded.js' +export * from './IconSwitchSharpFilled.js' +export * from './IconSwitchSharp.js' +export * from './IconSwitchAccessOutlined.js' +export * from './IconSwitchAccessOutlinedFilled.js' +export * from './IconSwitchAccessRoundedFilled.js' +export * from './IconSwitchAccessRounded.js' +export * from './IconSwitchAccessSharpFilled.js' +export * from './IconSwitchAccessSharp.js' +export * from './IconSwitchAccess2OutlinedFilled.js' +export * from './IconSwitchAccess2Outlined.js' +export * from './IconSwitchAccess2Rounded.js' +export * from './IconSwitchAccess2RoundedFilled.js' +export * from './IconSwitchAccess2Sharp.js' +export * from './IconSwitchAccess2SharpFilled.js' +export * from './IconSwitchAccessShortcutOutlinedFilled.js' +export * from './IconSwitchAccessShortcutOutlined.js' +export * from './IconSwitchAccessShortcutRounded.js' +export * from './IconSwitchAccessShortcutRoundedFilled.js' +export * from './IconSwitchAccessShortcutSharp.js' +export * from './IconSwitchAccessShortcutSharpFilled.js' +export * from './IconSwitchAccessShortcutAddOutlined.js' +export * from './IconSwitchAccessShortcutAddOutlinedFilled.js' +export * from './IconSwitchAccessShortcutAddRounded.js' +export * from './IconSwitchAccessShortcutAddRoundedFilled.js' +export * from './IconSwitchAccessShortcutAddSharp.js' +export * from './IconSwitchAccessShortcutAddSharpFilled.js' +export * from './IconSwitchAccountOutlinedFilled.js' +export * from './IconSwitchAccountOutlined.js' +export * from './IconSwitchAccountRoundedFilled.js' +export * from './IconSwitchAccountRounded.js' +export * from './IconSwitchAccountSharpFilled.js' +export * from './IconSwitchAccountSharp.js' +export * from './IconSwitchCameraOutlined.js' +export * from './IconSwitchCameraOutlinedFilled.js' +export * from './IconSwitchCameraRounded.js' +export * from './IconSwitchCameraRoundedFilled.js' +export * from './IconSwitchCameraSharpFilled.js' +export * from './IconSwitchCameraSharp.js' +export * from './IconSwitchLeftOutlined.js' +export * from './IconSwitchLeftOutlinedFilled.js' +export * from './IconSwitchLeftRoundedFilled.js' +export * from './IconSwitchLeftRounded.js' +export * from './IconSwitchLeftSharpFilled.js' +export * from './IconSwitchLeftSharp.js' +export * from './IconSwitchRightOutlined.js' +export * from './IconSwitchRightOutlinedFilled.js' +export * from './IconSwitchRightRoundedFilled.js' +export * from './IconSwitchRightRounded.js' +export * from './IconSwitchRightSharp.js' +export * from './IconSwitchRightSharpFilled.js' +export * from './IconSwitchVideoOutlined.js' +export * from './IconSwitchVideoOutlinedFilled.js' +export * from './IconSwitchVideoRoundedFilled.js' +export * from './IconSwitchVideoRounded.js' +export * from './IconSwitchVideoSharp.js' +export * from './IconSwitchVideoSharpFilled.js' +export * from './IconSwitchesOutlinedFilled.js' +export * from './IconSwitchesOutlined.js' +export * from './IconSwitchesRounded.js' +export * from './IconSwitchesRoundedFilled.js' +export * from './IconSwitchesSharp.js' +export * from './IconSwitchesSharpFilled.js' +export * from './IconSwordRoseOutlined.js' +export * from './IconSwordRoseOutlinedFilled.js' +export * from './IconSwordRoseRounded.js' +export * from './IconSwordRoseRoundedFilled.js' +export * from './IconSwordRoseSharp.js' +export * from './IconSwordRoseSharpFilled.js' +export * from './IconSwordsOutlinedFilled.js' +export * from './IconSwordsOutlined.js' +export * from './IconSwordsRoundedFilled.js' +export * from './IconSwordsRounded.js' +export * from './IconSwordsSharpFilled.js' +export * from './IconSwordsSharp.js' +export * from './IconSymptomsOutlinedFilled.js' +export * from './IconSymptomsOutlined.js' +export * from './IconSymptomsRounded.js' +export * from './IconSymptomsRoundedFilled.js' +export * from './IconSymptomsSharp.js' +export * from './IconSymptomsSharpFilled.js' +export * from './IconSynagogueOutlinedFilled.js' +export * from './IconSynagogueOutlined.js' +export * from './IconSynagogueRounded.js' +export * from './IconSynagogueRoundedFilled.js' +export * from './IconSynagogueSharp.js' +export * from './IconSynagogueSharpFilled.js' +export * from './IconSyncOutlined.js' +export * from './IconSyncOutlinedFilled.js' +export * from './IconSyncRounded.js' +export * from './IconSyncRoundedFilled.js' +export * from './IconSyncSharpFilled.js' +export * from './IconSyncSharp.js' +export * from './IconSyncAltOutlined.js' +export * from './IconSyncAltOutlinedFilled.js' +export * from './IconSyncAltRounded.js' +export * from './IconSyncAltRoundedFilled.js' +export * from './IconSyncAltSharpFilled.js' +export * from './IconSyncAltSharp.js' +export * from './IconSyncDesktopOutlined.js' +export * from './IconSyncDesktopOutlinedFilled.js' +export * from './IconSyncDesktopRoundedFilled.js' +export * from './IconSyncDesktopRounded.js' +export * from './IconSyncDesktopSharpFilled.js' +export * from './IconSyncDesktopSharp.js' +export * from './IconSyncDisabledOutlined.js' +export * from './IconSyncDisabledOutlinedFilled.js' +export * from './IconSyncDisabledRounded.js' +export * from './IconSyncDisabledRoundedFilled.js' +export * from './IconSyncDisabledSharpFilled.js' +export * from './IconSyncDisabledSharp.js' +export * from './IconSyncLockOutlinedFilled.js' +export * from './IconSyncLockOutlined.js' +export * from './IconSyncLockRounded.js' +export * from './IconSyncLockRoundedFilled.js' +export * from './IconSyncLockSharp.js' +export * from './IconSyncLockSharpFilled.js' +export * from './IconSyncProblemOutlinedFilled.js' +export * from './IconSyncProblemOutlined.js' +export * from './IconSyncProblemRoundedFilled.js' +export * from './IconSyncProblemRounded.js' +export * from './IconSyncProblemSharpFilled.js' +export * from './IconSyncProblemSharp.js' +export * from './IconSyncSavedLocallyOutlined.js' +export * from './IconSyncSavedLocallyOutlinedFilled.js' +export * from './IconSyncSavedLocallyRounded.js' +export * from './IconSyncSavedLocallyRoundedFilled.js' +export * from './IconSyncSavedLocallySharpFilled.js' +export * from './IconSyncSavedLocallySharp.js' +export * from './IconSyringeOutlinedFilled.js' +export * from './IconSyringeOutlined.js' +export * from './IconSyringeRounded.js' +export * from './IconSyringeRoundedFilled.js' +export * from './IconSyringeSharpFilled.js' +export * from './IconSyringeSharp.js' +export * from './IconSystemUpdateOutlinedFilled.js' +export * from './IconSystemUpdateOutlined.js' +export * from './IconSystemUpdateRoundedFilled.js' +export * from './IconSystemUpdateRounded.js' +export * from './IconSystemUpdateSharpFilled.js' +export * from './IconSystemUpdateSharp.js' +export * from './IconSystemUpdateAltOutlined.js' +export * from './IconSystemUpdateAltOutlinedFilled.js' +export * from './IconSystemUpdateAltRounded.js' +export * from './IconSystemUpdateAltRoundedFilled.js' +export * from './IconSystemUpdateAltSharp.js' +export * from './IconSystemUpdateAltSharpFilled.js' +export * from './IconTabOutlined.js' +export * from './IconTabOutlinedFilled.js' +export * from './IconTabRoundedFilled.js' +export * from './IconTabRounded.js' +export * from './IconTabSharp.js' +export * from './IconTabSharpFilled.js' +export * from './IconTabCloseOutlinedFilled.js' +export * from './IconTabCloseOutlined.js' +export * from './IconTabCloseRounded.js' +export * from './IconTabCloseRoundedFilled.js' +export * from './IconTabCloseSharp.js' +export * from './IconTabCloseSharpFilled.js' +export * from './IconTabCloseInactiveOutlined.js' +export * from './IconTabCloseInactiveOutlinedFilled.js' +export * from './IconTabCloseInactiveRounded.js' +export * from './IconTabCloseInactiveRoundedFilled.js' +export * from './IconTabCloseInactiveSharpFilled.js' +export * from './IconTabCloseInactiveSharp.js' +export * from './IconTabCloseRightOutlined.js' +export * from './IconTabCloseRightOutlinedFilled.js' +export * from './IconTabCloseRightRoundedFilled.js' +export * from './IconTabCloseRightRounded.js' +export * from './IconTabCloseRightSharp.js' +export * from './IconTabCloseRightSharpFilled.js' +export * from './IconTabDuplicateOutlinedFilled.js' +export * from './IconTabDuplicateOutlined.js' +export * from './IconTabDuplicateRoundedFilled.js' +export * from './IconTabDuplicateRounded.js' +export * from './IconTabDuplicateSharp.js' +export * from './IconTabDuplicateSharpFilled.js' +export * from './IconTabGroupOutlined.js' +export * from './IconTabGroupOutlinedFilled.js' +export * from './IconTabGroupRoundedFilled.js' +export * from './IconTabGroupRounded.js' +export * from './IconTabGroupSharp.js' +export * from './IconTabGroupSharpFilled.js' +export * from './IconTabInactiveOutlined.js' +export * from './IconTabInactiveOutlinedFilled.js' +export * from './IconTabInactiveRounded.js' +export * from './IconTabInactiveRoundedFilled.js' +export * from './IconTabInactiveSharpFilled.js' +export * from './IconTabInactiveSharp.js' +export * from './IconTabMoveOutlined.js' +export * from './IconTabMoveOutlinedFilled.js' +export * from './IconTabMoveRoundedFilled.js' +export * from './IconTabMoveRounded.js' +export * from './IconTabMoveSharpFilled.js' +export * from './IconTabMoveSharp.js' +export * from './IconTabNewRightOutlined.js' +export * from './IconTabNewRightOutlinedFilled.js' +export * from './IconTabNewRightRounded.js' +export * from './IconTabNewRightRoundedFilled.js' +export * from './IconTabNewRightSharp.js' +export * from './IconTabNewRightSharpFilled.js' +export * from './IconTabRecentOutlined.js' +export * from './IconTabRecentOutlinedFilled.js' +export * from './IconTabRecentRoundedFilled.js' +export * from './IconTabRecentRounded.js' +export * from './IconTabRecentSharpFilled.js' +export * from './IconTabRecentSharp.js' +export * from './IconTabUnselectedOutlined.js' +export * from './IconTabUnselectedOutlinedFilled.js' +export * from './IconTabUnselectedRounded.js' +export * from './IconTabUnselectedRoundedFilled.js' +export * from './IconTabUnselectedSharp.js' +export * from './IconTabUnselectedSharpFilled.js' +export * from './IconTableOutlinedFilled.js' +export * from './IconTableOutlined.js' +export * from './IconTableRounded.js' +export * from './IconTableRoundedFilled.js' +export * from './IconTableSharpFilled.js' +export * from './IconTableSharp.js' +export * from './IconTableBarOutlined.js' +export * from './IconTableBarOutlinedFilled.js' +export * from './IconTableBarRounded.js' +export * from './IconTableBarRoundedFilled.js' +export * from './IconTableBarSharpFilled.js' +export * from './IconTableBarSharp.js' +export * from './IconTableChartOutlinedFilled.js' +export * from './IconTableChartOutlined.js' +export * from './IconTableChartRoundedFilled.js' +export * from './IconTableChartRounded.js' +export * from './IconTableChartSharp.js' +export * from './IconTableChartSharpFilled.js' +export * from './IconTableChartViewOutlined.js' +export * from './IconTableChartViewOutlinedFilled.js' +export * from './IconTableChartViewRounded.js' +export * from './IconTableChartViewRoundedFilled.js' +export * from './IconTableChartViewSharpFilled.js' +export * from './IconTableChartViewSharp.js' +export * from './IconTableEyeOutlined.js' +export * from './IconTableEyeOutlinedFilled.js' +export * from './IconTableEyeRounded.js' +export * from './IconTableEyeRoundedFilled.js' +export * from './IconTableEyeSharpFilled.js' +export * from './IconTableEyeSharp.js' +export * from './IconTableLampOutlined.js' +export * from './IconTableLampOutlinedFilled.js' +export * from './IconTableLampRounded.js' +export * from './IconTableLampRoundedFilled.js' +export * from './IconTableLampSharp.js' +export * from './IconTableLampSharpFilled.js' +export * from './IconTableRestaurantOutlined.js' +export * from './IconTableRestaurantOutlinedFilled.js' +export * from './IconTableRestaurantRounded.js' +export * from './IconTableRestaurantRoundedFilled.js' +export * from './IconTableRestaurantSharpFilled.js' +export * from './IconTableRestaurantSharp.js' +export * from './IconTableRowsOutlinedFilled.js' +export * from './IconTableRowsOutlined.js' +export * from './IconTableRowsRounded.js' +export * from './IconTableRowsRoundedFilled.js' +export * from './IconTableRowsSharp.js' +export * from './IconTableRowsSharpFilled.js' +export * from './IconTableRowsNarrowOutlined.js' +export * from './IconTableRowsNarrowOutlinedFilled.js' +export * from './IconTableRowsNarrowRoundedFilled.js' +export * from './IconTableRowsNarrowRounded.js' +export * from './IconTableRowsNarrowSharp.js' +export * from './IconTableRowsNarrowSharpFilled.js' +export * from './IconTableViewOutlined.js' +export * from './IconTableViewOutlinedFilled.js' +export * from './IconTableViewRoundedFilled.js' +export * from './IconTableViewRounded.js' +export * from './IconTableViewSharpFilled.js' +export * from './IconTableViewSharp.js' +export * from './IconTabletOutlined.js' +export * from './IconTabletOutlinedFilled.js' +export * from './IconTabletRoundedFilled.js' +export * from './IconTabletRounded.js' +export * from './IconTabletSharp.js' +export * from './IconTabletSharpFilled.js' +export * from './IconTabletAndroidOutlined.js' +export * from './IconTabletAndroidOutlinedFilled.js' +export * from './IconTabletAndroidRounded.js' +export * from './IconTabletAndroidRoundedFilled.js' +export * from './IconTabletAndroidSharpFilled.js' +export * from './IconTabletAndroidSharp.js' +export * from './IconTabletCameraOutlinedFilled.js' +export * from './IconTabletCameraOutlined.js' +export * from './IconTabletCameraRoundedFilled.js' +export * from './IconTabletCameraRounded.js' +export * from './IconTabletCameraSharpFilled.js' +export * from './IconTabletCameraSharp.js' +export * from './IconTabletMacOutlined.js' +export * from './IconTabletMacOutlinedFilled.js' +export * from './IconTabletMacRounded.js' +export * from './IconTabletMacRoundedFilled.js' +export * from './IconTabletMacSharp.js' +export * from './IconTabletMacSharpFilled.js' +export * from './IconTabsOutlined.js' +export * from './IconTabsOutlinedFilled.js' +export * from './IconTabsRounded.js' +export * from './IconTabsRoundedFilled.js' +export * from './IconTabsSharp.js' +export * from './IconTabsSharpFilled.js' +export * from './IconTacticOutlined.js' +export * from './IconTacticOutlinedFilled.js' +export * from './IconTacticRounded.js' +export * from './IconTacticRoundedFilled.js' +export * from './IconTacticSharpFilled.js' +export * from './IconTacticSharp.js' +export * from './IconTagOutlinedFilled.js' +export * from './IconTagOutlined.js' +export * from './IconTagRounded.js' +export * from './IconTagRoundedFilled.js' +export * from './IconTagSharp.js' +export * from './IconTagSharpFilled.js' +export * from './IconTakeoutDiningOutlinedFilled.js' +export * from './IconTakeoutDiningOutlined.js' +export * from './IconTakeoutDiningRoundedFilled.js' +export * from './IconTakeoutDiningRounded.js' +export * from './IconTakeoutDiningSharp.js' +export * from './IconTakeoutDiningSharpFilled.js' +export * from './IconTamperDetectionOffOutlinedFilled.js' +export * from './IconTamperDetectionOffOutlined.js' +export * from './IconTamperDetectionOffRoundedFilled.js' +export * from './IconTamperDetectionOffRounded.js' +export * from './IconTamperDetectionOffSharp.js' +export * from './IconTamperDetectionOffSharpFilled.js' +export * from './IconTamperDetectionOnOutlinedFilled.js' +export * from './IconTamperDetectionOnOutlined.js' +export * from './IconTamperDetectionOnRounded.js' +export * from './IconTamperDetectionOnRoundedFilled.js' +export * from './IconTamperDetectionOnSharp.js' +export * from './IconTamperDetectionOnSharpFilled.js' +export * from './IconTapAndPlayOutlined.js' +export * from './IconTapAndPlayOutlinedFilled.js' +export * from './IconTapAndPlayRounded.js' +export * from './IconTapAndPlayRoundedFilled.js' +export * from './IconTapAndPlaySharpFilled.js' +export * from './IconTapAndPlaySharp.js' +export * from './IconTapasOutlined.js' +export * from './IconTapasOutlinedFilled.js' +export * from './IconTapasRoundedFilled.js' +export * from './IconTapasRounded.js' +export * from './IconTapasSharpFilled.js' +export * from './IconTapasSharp.js' +export * from './IconTargetOutlined.js' +export * from './IconTargetOutlinedFilled.js' +export * from './IconTargetRounded.js' +export * from './IconTargetRoundedFilled.js' +export * from './IconTargetSharpFilled.js' +export * from './IconTargetSharp.js' +export * from './IconTaskOutlined.js' +export * from './IconTaskOutlinedFilled.js' +export * from './IconTaskRounded.js' +export * from './IconTaskRoundedFilled.js' +export * from './IconTaskSharp.js' +export * from './IconTaskSharpFilled.js' +export * from './IconTaskAltOutlined.js' +export * from './IconTaskAltOutlinedFilled.js' +export * from './IconTaskAltRoundedFilled.js' +export * from './IconTaskAltRounded.js' +export * from './IconTaskAltSharp.js' +export * from './IconTaskAltSharpFilled.js' +export * from './IconTauntOutlined.js' +export * from './IconTauntOutlinedFilled.js' +export * from './IconTauntRounded.js' +export * from './IconTauntRoundedFilled.js' +export * from './IconTauntSharp.js' +export * from './IconTauntSharpFilled.js' +export * from './IconTaxiAlertOutlined.js' +export * from './IconTaxiAlertOutlinedFilled.js' +export * from './IconTaxiAlertRoundedFilled.js' +export * from './IconTaxiAlertRounded.js' +export * from './IconTaxiAlertSharp.js' +export * from './IconTaxiAlertSharpFilled.js' +export * from './IconTeamDashboardOutlinedFilled.js' +export * from './IconTeamDashboardOutlined.js' +export * from './IconTeamDashboardRounded.js' +export * from './IconTeamDashboardRoundedFilled.js' +export * from './IconTeamDashboardSharp.js' +export * from './IconTeamDashboardSharpFilled.js' +export * from './IconTempPreferencesEcoOutlined.js' +export * from './IconTempPreferencesEcoOutlinedFilled.js' +export * from './IconTempPreferencesEcoRoundedFilled.js' +export * from './IconTempPreferencesEcoRounded.js' +export * from './IconTempPreferencesEcoSharp.js' +export * from './IconTempPreferencesEcoSharpFilled.js' +export * from './IconTempleBuddhistOutlinedFilled.js' +export * from './IconTempleBuddhistOutlined.js' +export * from './IconTempleBuddhistRoundedFilled.js' +export * from './IconTempleBuddhistRounded.js' +export * from './IconTempleBuddhistSharpFilled.js' +export * from './IconTempleBuddhistSharp.js' +export * from './IconTempleHinduOutlined.js' +export * from './IconTempleHinduOutlinedFilled.js' +export * from './IconTempleHinduRoundedFilled.js' +export * from './IconTempleHinduRounded.js' +export * from './IconTempleHinduSharpFilled.js' +export * from './IconTempleHinduSharp.js' +export * from './IconTenancyOutlined.js' +export * from './IconTenancyOutlinedFilled.js' +export * from './IconTenancyRounded.js' +export * from './IconTenancyRoundedFilled.js' +export * from './IconTenancySharpFilled.js' +export * from './IconTenancySharp.js' +export * from './IconTerminalOutlined.js' +export * from './IconTerminalOutlinedFilled.js' +export * from './IconTerminalRoundedFilled.js' +export * from './IconTerminalRounded.js' +export * from './IconTerminalSharpFilled.js' +export * from './IconTerminalSharp.js' +export * from './IconTextAdOutlinedFilled.js' +export * from './IconTextAdOutlined.js' +export * from './IconTextAdRoundedFilled.js' +export * from './IconTextAdRounded.js' +export * from './IconTextAdSharpFilled.js' +export * from './IconTextAdSharp.js' +export * from './IconTextDecreaseOutlinedFilled.js' +export * from './IconTextDecreaseOutlined.js' +export * from './IconTextDecreaseRounded.js' +export * from './IconTextDecreaseRoundedFilled.js' +export * from './IconTextDecreaseSharp.js' +export * from './IconTextDecreaseSharpFilled.js' +export * from './IconTextFieldsOutlined.js' +export * from './IconTextFieldsOutlinedFilled.js' +export * from './IconTextFieldsRounded.js' +export * from './IconTextFieldsRoundedFilled.js' +export * from './IconTextFieldsSharpFilled.js' +export * from './IconTextFieldsSharp.js' +export * from './IconTextFieldsAltOutlined.js' +export * from './IconTextFieldsAltOutlinedFilled.js' +export * from './IconTextFieldsAltRounded.js' +export * from './IconTextFieldsAltRoundedFilled.js' +export * from './IconTextFieldsAltSharp.js' +export * from './IconTextFieldsAltSharpFilled.js' +export * from './IconTextFormatOutlinedFilled.js' +export * from './IconTextFormatOutlined.js' +export * from './IconTextFormatRounded.js' +export * from './IconTextFormatRoundedFilled.js' +export * from './IconTextFormatSharpFilled.js' +export * from './IconTextFormatSharp.js' +export * from './IconTextIncreaseOutlined.js' +export * from './IconTextIncreaseOutlinedFilled.js' +export * from './IconTextIncreaseRounded.js' +export * from './IconTextIncreaseRoundedFilled.js' +export * from './IconTextIncreaseSharpFilled.js' +export * from './IconTextIncreaseSharp.js' +export * from './IconTextRotateUpOutlined.js' +export * from './IconTextRotateUpOutlinedFilled.js' +export * from './IconTextRotateUpRoundedFilled.js' +export * from './IconTextRotateUpRounded.js' +export * from './IconTextRotateUpSharp.js' +export * from './IconTextRotateUpSharpFilled.js' +export * from './IconTextRotateVerticalOutlinedFilled.js' +export * from './IconTextRotateVerticalOutlined.js' +export * from './IconTextRotateVerticalRounded.js' +export * from './IconTextRotateVerticalRoundedFilled.js' +export * from './IconTextRotateVerticalSharp.js' +export * from './IconTextRotateVerticalSharpFilled.js' +export * from './IconTextRotationAngledownOutlined.js' +export * from './IconTextRotationAngledownOutlinedFilled.js' +export * from './IconTextRotationAngledownRounded.js' +export * from './IconTextRotationAngledownRoundedFilled.js' +export * from './IconTextRotationAngledownSharp.js' +export * from './IconTextRotationAngledownSharpFilled.js' +export * from './IconTextRotationAngleupOutlined.js' +export * from './IconTextRotationAngleupOutlinedFilled.js' +export * from './IconTextRotationAngleupRounded.js' +export * from './IconTextRotationAngleupRoundedFilled.js' +export * from './IconTextRotationAngleupSharp.js' +export * from './IconTextRotationAngleupSharpFilled.js' +export * from './IconTextRotationDownOutlinedFilled.js' +export * from './IconTextRotationDownOutlined.js' +export * from './IconTextRotationDownRounded.js' +export * from './IconTextRotationDownRoundedFilled.js' +export * from './IconTextRotationDownSharp.js' +export * from './IconTextRotationDownSharpFilled.js' +export * from './IconTextRotationNoneOutlined.js' +export * from './IconTextRotationNoneOutlinedFilled.js' +export * from './IconTextRotationNoneRounded.js' +export * from './IconTextRotationNoneRoundedFilled.js' +export * from './IconTextRotationNoneSharp.js' +export * from './IconTextRotationNoneSharpFilled.js' +export * from './IconTextSelectEndOutlined.js' +export * from './IconTextSelectEndOutlinedFilled.js' +export * from './IconTextSelectEndRoundedFilled.js' +export * from './IconTextSelectEndRounded.js' +export * from './IconTextSelectEndSharp.js' +export * from './IconTextSelectEndSharpFilled.js' +export * from './IconTextSelectJumpToBeginningOutlined.js' +export * from './IconTextSelectJumpToBeginningOutlinedFilled.js' +export * from './IconTextSelectJumpToBeginningRounded.js' +export * from './IconTextSelectJumpToBeginningRoundedFilled.js' +export * from './IconTextSelectJumpToBeginningSharpFilled.js' +export * from './IconTextSelectJumpToBeginningSharp.js' +export * from './IconTextSelectJumpToEndOutlined.js' +export * from './IconTextSelectJumpToEndOutlinedFilled.js' +export * from './IconTextSelectJumpToEndRounded.js' +export * from './IconTextSelectJumpToEndRoundedFilled.js' +export * from './IconTextSelectJumpToEndSharp.js' +export * from './IconTextSelectJumpToEndSharpFilled.js' +export * from './IconTextSelectMoveBackCharacterOutlinedFilled.js' +export * from './IconTextSelectMoveBackCharacterOutlined.js' +export * from './IconTextSelectMoveBackCharacterRounded.js' +export * from './IconTextSelectMoveBackCharacterRoundedFilled.js' +export * from './IconTextSelectMoveBackCharacterSharpFilled.js' +export * from './IconTextSelectMoveBackCharacterSharp.js' +export * from './IconTextSelectMoveBackWordOutlined.js' +export * from './IconTextSelectMoveBackWordOutlinedFilled.js' +export * from './IconTextSelectMoveBackWordRounded.js' +export * from './IconTextSelectMoveBackWordRoundedFilled.js' +export * from './IconTextSelectMoveBackWordSharp.js' +export * from './IconTextSelectMoveBackWordSharpFilled.js' +export * from './IconTextSelectMoveDownOutlined.js' +export * from './IconTextSelectMoveDownOutlinedFilled.js' +export * from './IconTextSelectMoveDownRounded.js' +export * from './IconTextSelectMoveDownRoundedFilled.js' +export * from './IconTextSelectMoveDownSharpFilled.js' +export * from './IconTextSelectMoveDownSharp.js' +export * from './IconTextSelectMoveForwardCharacterOutlinedFilled.js' +export * from './IconTextSelectMoveForwardCharacterOutlined.js' +export * from './IconTextSelectMoveForwardCharacterRounded.js' +export * from './IconTextSelectMoveForwardCharacterRoundedFilled.js' +export * from './IconTextSelectMoveForwardCharacterSharpFilled.js' +export * from './IconTextSelectMoveForwardCharacterSharp.js' +export * from './IconTextSelectMoveForwardWordOutlinedFilled.js' +export * from './IconTextSelectMoveForwardWordOutlined.js' +export * from './IconTextSelectMoveForwardWordRoundedFilled.js' +export * from './IconTextSelectMoveForwardWordRounded.js' +export * from './IconTextSelectMoveForwardWordSharp.js' +export * from './IconTextSelectMoveForwardWordSharpFilled.js' +export * from './IconTextSelectMoveUpOutlined.js' +export * from './IconTextSelectMoveUpOutlinedFilled.js' +export * from './IconTextSelectMoveUpRoundedFilled.js' +export * from './IconTextSelectMoveUpRounded.js' +export * from './IconTextSelectMoveUpSharp.js' +export * from './IconTextSelectMoveUpSharpFilled.js' +export * from './IconTextSelectStartOutlinedFilled.js' +export * from './IconTextSelectStartOutlined.js' +export * from './IconTextSelectStartRoundedFilled.js' +export * from './IconTextSelectStartRounded.js' +export * from './IconTextSelectStartSharp.js' +export * from './IconTextSelectStartSharpFilled.js' +export * from './IconTextSnippetOutlinedFilled.js' +export * from './IconTextSnippetOutlined.js' +export * from './IconTextSnippetRounded.js' +export * from './IconTextSnippetRoundedFilled.js' +export * from './IconTextSnippetSharpFilled.js' +export * from './IconTextSnippetSharp.js' +export * from './IconTextToSpeechOutlinedFilled.js' +export * from './IconTextToSpeechOutlined.js' +export * from './IconTextToSpeechRoundedFilled.js' +export * from './IconTextToSpeechRounded.js' +export * from './IconTextToSpeechSharpFilled.js' +export * from './IconTextToSpeechSharp.js' +export * from './IconTextUpOutlined.js' +export * from './IconTextUpOutlinedFilled.js' +export * from './IconTextUpRounded.js' +export * from './IconTextUpRoundedFilled.js' +export * from './IconTextUpSharp.js' +export * from './IconTextUpSharpFilled.js' +export * from './IconTextureOutlined.js' +export * from './IconTextureOutlinedFilled.js' +export * from './IconTextureRounded.js' +export * from './IconTextureRoundedFilled.js' +export * from './IconTextureSharpFilled.js' +export * from './IconTextureSharp.js' +export * from './IconTextureAddOutlinedFilled.js' +export * from './IconTextureAddOutlined.js' +export * from './IconTextureAddRoundedFilled.js' +export * from './IconTextureAddRounded.js' +export * from './IconTextureAddSharpFilled.js' +export * from './IconTextureAddSharp.js' +export * from './IconTextureMinusOutlined.js' +export * from './IconTextureMinusOutlinedFilled.js' +export * from './IconTextureMinusRounded.js' +export * from './IconTextureMinusRoundedFilled.js' +export * from './IconTextureMinusSharp.js' +export * from './IconTextureMinusSharpFilled.js' +export * from './IconTheaterComedyOutlined.js' +export * from './IconTheaterComedyOutlinedFilled.js' +export * from './IconTheaterComedyRounded.js' +export * from './IconTheaterComedyRoundedFilled.js' +export * from './IconTheaterComedySharpFilled.js' +export * from './IconTheaterComedySharp.js' +export * from './IconTheatersOutlinedFilled.js' +export * from './IconTheatersOutlined.js' +export * from './IconTheatersRoundedFilled.js' +export * from './IconTheatersRounded.js' +export * from './IconTheatersSharp.js' +export * from './IconTheatersSharpFilled.js' +export * from './IconThermometerOutlined.js' +export * from './IconThermometerOutlinedFilled.js' +export * from './IconThermometerRounded.js' +export * from './IconThermometerRoundedFilled.js' +export * from './IconThermometerSharp.js' +export * from './IconThermometerSharpFilled.js' +export * from './IconThermometerAddOutlinedFilled.js' +export * from './IconThermometerAddOutlined.js' +export * from './IconThermometerAddRounded.js' +export * from './IconThermometerAddRoundedFilled.js' +export * from './IconThermometerAddSharp.js' +export * from './IconThermometerAddSharpFilled.js' +export * from './IconThermometerGainOutlined.js' +export * from './IconThermometerGainOutlinedFilled.js' +export * from './IconThermometerGainRoundedFilled.js' +export * from './IconThermometerGainRounded.js' +export * from './IconThermometerGainSharp.js' +export * from './IconThermometerGainSharpFilled.js' +export * from './IconThermometerLossOutlined.js' +export * from './IconThermometerLossOutlinedFilled.js' +export * from './IconThermometerLossRounded.js' +export * from './IconThermometerLossRoundedFilled.js' +export * from './IconThermometerLossSharp.js' +export * from './IconThermometerLossSharpFilled.js' +export * from './IconThermometerMinusOutlined.js' +export * from './IconThermometerMinusOutlinedFilled.js' +export * from './IconThermometerMinusRoundedFilled.js' +export * from './IconThermometerMinusRounded.js' +export * from './IconThermometerMinusSharpFilled.js' +export * from './IconThermometerMinusSharp.js' +export * from './IconThermostatOutlined.js' +export * from './IconThermostatOutlinedFilled.js' +export * from './IconThermostatRounded.js' +export * from './IconThermostatRoundedFilled.js' +export * from './IconThermostatSharpFilled.js' +export * from './IconThermostatSharp.js' +export * from './IconThermostatAutoOutlined.js' +export * from './IconThermostatAutoOutlinedFilled.js' +export * from './IconThermostatAutoRounded.js' +export * from './IconThermostatAutoRoundedFilled.js' +export * from './IconThermostatAutoSharpFilled.js' +export * from './IconThermostatAutoSharp.js' +export * from './IconThermostatCarbonOutlinedFilled.js' +export * from './IconThermostatCarbonOutlined.js' +export * from './IconThermostatCarbonRounded.js' +export * from './IconThermostatCarbonRoundedFilled.js' +export * from './IconThermostatCarbonSharp.js' +export * from './IconThermostatCarbonSharpFilled.js' +export * from './IconThingsToDoOutlined.js' +export * from './IconThingsToDoOutlinedFilled.js' +export * from './IconThingsToDoRoundedFilled.js' +export * from './IconThingsToDoRounded.js' +export * from './IconThingsToDoSharpFilled.js' +export * from './IconThingsToDoSharp.js' +export * from './IconThreadUnreadOutlined.js' +export * from './IconThreadUnreadOutlinedFilled.js' +export * from './IconThreadUnreadRounded.js' +export * from './IconThreadUnreadRoundedFilled.js' +export * from './IconThreadUnreadSharp.js' +export * from './IconThreadUnreadSharpFilled.js' +export * from './IconThumbDownOutlinedFilled.js' +export * from './IconThumbDownOutlined.js' +export * from './IconThumbDownRounded.js' +export * from './IconThumbDownRoundedFilled.js' +export * from './IconThumbDownSharpFilled.js' +export * from './IconThumbDownSharp.js' +export * from './IconThumbUpOutlined.js' +export * from './IconThumbUpOutlinedFilled.js' +export * from './IconThumbUpRoundedFilled.js' +export * from './IconThumbUpRounded.js' +export * from './IconThumbUpSharp.js' +export * from './IconThumbUpSharpFilled.js' +export * from './IconThumbnailBarOutlined.js' +export * from './IconThumbnailBarOutlinedFilled.js' +export * from './IconThumbnailBarRoundedFilled.js' +export * from './IconThumbnailBarRounded.js' +export * from './IconThumbnailBarSharpFilled.js' +export * from './IconThumbnailBarSharp.js' +export * from './IconThumbsUpDownOutlinedFilled.js' +export * from './IconThumbsUpDownOutlined.js' +export * from './IconThumbsUpDownRounded.js' +export * from './IconThumbsUpDownRoundedFilled.js' +export * from './IconThumbsUpDownSharp.js' +export * from './IconThumbsUpDownSharpFilled.js' +export * from './IconThunderstormOutlinedFilled.js' +export * from './IconThunderstormOutlined.js' +export * from './IconThunderstormRounded.js' +export * from './IconThunderstormRoundedFilled.js' +export * from './IconThunderstormSharpFilled.js' +export * from './IconThunderstormSharp.js' +export * from './IconTibiaOutlinedFilled.js' +export * from './IconTibiaOutlined.js' +export * from './IconTibiaRoundedFilled.js' +export * from './IconTibiaRounded.js' +export * from './IconTibiaSharpFilled.js' +export * from './IconTibiaSharp.js' +export * from './IconTibiaAltOutlined.js' +export * from './IconTibiaAltOutlinedFilled.js' +export * from './IconTibiaAltRoundedFilled.js' +export * from './IconTibiaAltRounded.js' +export * from './IconTibiaAltSharp.js' +export * from './IconTibiaAltSharpFilled.js' +export * from './IconTimeAutoOutlined.js' +export * from './IconTimeAutoOutlinedFilled.js' +export * from './IconTimeAutoRounded.js' +export * from './IconTimeAutoRoundedFilled.js' +export * from './IconTimeAutoSharpFilled.js' +export * from './IconTimeAutoSharp.js' +export * from './IconTimelapseOutlined.js' +export * from './IconTimelapseOutlinedFilled.js' +export * from './IconTimelapseRoundedFilled.js' +export * from './IconTimelapseRounded.js' +export * from './IconTimelapseSharp.js' +export * from './IconTimelapseSharpFilled.js' +export * from './IconTimelineOutlinedFilled.js' +export * from './IconTimelineOutlined.js' +export * from './IconTimelineRounded.js' +export * from './IconTimelineRoundedFilled.js' +export * from './IconTimelineSharp.js' +export * from './IconTimelineSharpFilled.js' +export * from './IconTimerOutlined.js' +export * from './IconTimerOutlinedFilled.js' +export * from './IconTimerRoundedFilled.js' +export * from './IconTimerRounded.js' +export * from './IconTimerSharp.js' +export * from './IconTimerSharpFilled.js' +export * from './IconTimer10Outlined.js' +export * from './IconTimer10OutlinedFilled.js' +export * from './IconTimer10Rounded.js' +export * from './IconTimer10RoundedFilled.js' +export * from './IconTimer10SharpFilled.js' +export * from './IconTimer10Sharp.js' +export * from './IconTimer10Alt1Outlined.js' +export * from './IconTimer10Alt1OutlinedFilled.js' +export * from './IconTimer10Alt1RoundedFilled.js' +export * from './IconTimer10Alt1Rounded.js' +export * from './IconTimer10Alt1SharpFilled.js' +export * from './IconTimer10Alt1Sharp.js' +export * from './IconTimer10SelectOutlinedFilled.js' +export * from './IconTimer10SelectOutlined.js' +export * from './IconTimer10SelectRounded.js' +export * from './IconTimer10SelectRoundedFilled.js' +export * from './IconTimer10SelectSharp.js' +export * from './IconTimer10SelectSharpFilled.js' +export * from './IconTimer3OutlinedFilled.js' +export * from './IconTimer3Outlined.js' +export * from './IconTimer3Rounded.js' +export * from './IconTimer3RoundedFilled.js' +export * from './IconTimer3SharpFilled.js' +export * from './IconTimer3Sharp.js' +export * from './IconTimer3Alt1Outlined.js' +export * from './IconTimer3Alt1OutlinedFilled.js' +export * from './IconTimer3Alt1RoundedFilled.js' +export * from './IconTimer3Alt1Rounded.js' +export * from './IconTimer3Alt1SharpFilled.js' +export * from './IconTimer3Alt1Sharp.js' +export * from './IconTimer3SelectOutlined.js' +export * from './IconTimer3SelectOutlinedFilled.js' +export * from './IconTimer3SelectRoundedFilled.js' +export * from './IconTimer3SelectRounded.js' +export * from './IconTimer3SelectSharp.js' +export * from './IconTimer3SelectSharpFilled.js' +export * from './IconTimer5OutlinedFilled.js' +export * from './IconTimer5Outlined.js' +export * from './IconTimer5Rounded.js' +export * from './IconTimer5RoundedFilled.js' +export * from './IconTimer5SharpFilled.js' +export * from './IconTimer5Sharp.js' +export * from './IconTimer5ShutterOutlinedFilled.js' +export * from './IconTimer5ShutterOutlined.js' +export * from './IconTimer5ShutterRounded.js' +export * from './IconTimer5ShutterRoundedFilled.js' +export * from './IconTimer5ShutterSharpFilled.js' +export * from './IconTimer5ShutterSharp.js' +export * from './IconTimerOffOutlinedFilled.js' +export * from './IconTimerOffOutlined.js' +export * from './IconTimerOffRoundedFilled.js' +export * from './IconTimerOffRounded.js' +export * from './IconTimerOffSharpFilled.js' +export * from './IconTimerOffSharp.js' +export * from './IconTimerPauseOutlined.js' +export * from './IconTimerPauseOutlinedFilled.js' +export * from './IconTimerPauseRounded.js' +export * from './IconTimerPauseRoundedFilled.js' +export * from './IconTimerPauseSharp.js' +export * from './IconTimerPauseSharpFilled.js' +export * from './IconTimerPlayOutlined.js' +export * from './IconTimerPlayOutlinedFilled.js' +export * from './IconTimerPlayRounded.js' +export * from './IconTimerPlayRoundedFilled.js' +export * from './IconTimerPlaySharpFilled.js' +export * from './IconTimerPlaySharp.js' +export * from './IconTireRepairOutlined.js' +export * from './IconTireRepairOutlinedFilled.js' +export * from './IconTireRepairRounded.js' +export * from './IconTireRepairRoundedFilled.js' +export * from './IconTireRepairSharp.js' +export * from './IconTireRepairSharpFilled.js' +export * from './IconTitleOutlined.js' +export * from './IconTitleOutlinedFilled.js' +export * from './IconTitleRounded.js' +export * from './IconTitleRoundedFilled.js' +export * from './IconTitleSharpFilled.js' +export * from './IconTitleSharp.js' +export * from './IconTitlecaseOutlined.js' +export * from './IconTitlecaseOutlinedFilled.js' +export * from './IconTitlecaseRoundedFilled.js' +export * from './IconTitlecaseRounded.js' +export * from './IconTitlecaseSharpFilled.js' +export * from './IconTitlecaseSharp.js' +export * from './IconToastOutlined.js' +export * from './IconToastOutlinedFilled.js' +export * from './IconToastRoundedFilled.js' +export * from './IconToastRounded.js' +export * from './IconToastSharpFilled.js' +export * from './IconToastSharp.js' +export * from './IconTocOutlinedFilled.js' +export * from './IconTocOutlined.js' +export * from './IconTocRounded.js' +export * from './IconTocRoundedFilled.js' +export * from './IconTocSharpFilled.js' +export * from './IconTocSharp.js' +export * from './IconTodayOutlined.js' +export * from './IconTodayOutlinedFilled.js' +export * from './IconTodayRounded.js' +export * from './IconTodayRoundedFilled.js' +export * from './IconTodaySharp.js' +export * from './IconTodaySharpFilled.js' +export * from './IconToggleOffOutlinedFilled.js' +export * from './IconToggleOffOutlined.js' +export * from './IconToggleOffRounded.js' +export * from './IconToggleOffRoundedFilled.js' +export * from './IconToggleOffSharpFilled.js' +export * from './IconToggleOffSharp.js' +export * from './IconToggleOnOutlinedFilled.js' +export * from './IconToggleOnOutlined.js' +export * from './IconToggleOnRoundedFilled.js' +export * from './IconToggleOnRounded.js' +export * from './IconToggleOnSharp.js' +export * from './IconToggleOnSharpFilled.js' +export * from './IconTokenOutlined.js' +export * from './IconTokenOutlinedFilled.js' +export * from './IconTokenRounded.js' +export * from './IconTokenRoundedFilled.js' +export * from './IconTokenSharp.js' +export * from './IconTokenSharpFilled.js' +export * from './IconTollOutlined.js' +export * from './IconTollOutlinedFilled.js' +export * from './IconTollRounded.js' +export * from './IconTollRoundedFilled.js' +export * from './IconTollSharp.js' +export * from './IconTollSharpFilled.js' +export * from './IconTonalityOutlinedFilled.js' +export * from './IconTonalityOutlined.js' +export * from './IconTonalityRoundedFilled.js' +export * from './IconTonalityRounded.js' +export * from './IconTonalitySharp.js' +export * from './IconTonalitySharpFilled.js' +export * from './IconToolbarOutlined.js' +export * from './IconToolbarOutlinedFilled.js' +export * from './IconToolbarRounded.js' +export * from './IconToolbarRoundedFilled.js' +export * from './IconToolbarSharpFilled.js' +export * from './IconToolbarSharp.js' +export * from './IconToolsFlatHeadOutlined.js' +export * from './IconToolsFlatHeadOutlinedFilled.js' +export * from './IconToolsFlatHeadRoundedFilled.js' +export * from './IconToolsFlatHeadRounded.js' +export * from './IconToolsFlatHeadSharpFilled.js' +export * from './IconToolsFlatHeadSharp.js' +export * from './IconToolsInstallationKitOutlinedFilled.js' +export * from './IconToolsInstallationKitOutlined.js' +export * from './IconToolsInstallationKitRounded.js' +export * from './IconToolsInstallationKitRoundedFilled.js' +export * from './IconToolsInstallationKitSharp.js' +export * from './IconToolsInstallationKitSharpFilled.js' +export * from './IconToolsLadderOutlinedFilled.js' +export * from './IconToolsLadderOutlined.js' +export * from './IconToolsLadderRounded.js' +export * from './IconToolsLadderRoundedFilled.js' +export * from './IconToolsLadderSharpFilled.js' +export * from './IconToolsLadderSharp.js' +export * from './IconToolsLevelOutlined.js' +export * from './IconToolsLevelOutlinedFilled.js' +export * from './IconToolsLevelRounded.js' +export * from './IconToolsLevelRoundedFilled.js' +export * from './IconToolsLevelSharp.js' +export * from './IconToolsLevelSharpFilled.js' +export * from './IconToolsPhillipsOutlined.js' +export * from './IconToolsPhillipsOutlinedFilled.js' +export * from './IconToolsPhillipsRoundedFilled.js' +export * from './IconToolsPhillipsRounded.js' +export * from './IconToolsPhillipsSharpFilled.js' +export * from './IconToolsPhillipsSharp.js' +export * from './IconToolsPliersWireStripperOutlinedFilled.js' +export * from './IconToolsPliersWireStripperOutlined.js' +export * from './IconToolsPliersWireStripperRoundedFilled.js' +export * from './IconToolsPliersWireStripperRounded.js' +export * from './IconToolsPliersWireStripperSharp.js' +export * from './IconToolsPliersWireStripperSharpFilled.js' +export * from './IconToolsPowerDrillOutlinedFilled.js' +export * from './IconToolsPowerDrillOutlined.js' +export * from './IconToolsPowerDrillRoundedFilled.js' +export * from './IconToolsPowerDrillRounded.js' +export * from './IconToolsPowerDrillSharp.js' +export * from './IconToolsPowerDrillSharpFilled.js' +export * from './IconTooltipOutlinedFilled.js' +export * from './IconTooltipOutlined.js' +export * from './IconTooltipRounded.js' +export * from './IconTooltipRoundedFilled.js' +export * from './IconTooltipSharpFilled.js' +export * from './IconTooltipSharp.js' +export * from './IconTooltip2Outlined.js' +export * from './IconTooltip2OutlinedFilled.js' +export * from './IconTooltip2RoundedFilled.js' +export * from './IconTooltip2Rounded.js' +export * from './IconTooltip2SharpFilled.js' +export * from './IconTooltip2Sharp.js' +export * from './IconTopPanelCloseOutlined.js' +export * from './IconTopPanelCloseOutlinedFilled.js' +export * from './IconTopPanelCloseRoundedFilled.js' +export * from './IconTopPanelCloseRounded.js' +export * from './IconTopPanelCloseSharp.js' +export * from './IconTopPanelCloseSharpFilled.js' +export * from './IconTopPanelOpenOutlinedFilled.js' +export * from './IconTopPanelOpenOutlined.js' +export * from './IconTopPanelOpenRounded.js' +export * from './IconTopPanelOpenRoundedFilled.js' +export * from './IconTopPanelOpenSharp.js' +export * from './IconTopPanelOpenSharpFilled.js' +export * from './IconTopicOutlined.js' +export * from './IconTopicOutlinedFilled.js' +export * from './IconTopicRoundedFilled.js' +export * from './IconTopicRounded.js' +export * from './IconTopicSharp.js' +export * from './IconTopicSharpFilled.js' +export * from './IconTornadoOutlinedFilled.js' +export * from './IconTornadoOutlined.js' +export * from './IconTornadoRounded.js' +export * from './IconTornadoRoundedFilled.js' +export * from './IconTornadoSharp.js' +export * from './IconTornadoSharpFilled.js' +export * from './IconTotalDissolvedSolidsOutlined.js' +export * from './IconTotalDissolvedSolidsOutlinedFilled.js' +export * from './IconTotalDissolvedSolidsRoundedFilled.js' +export * from './IconTotalDissolvedSolidsRounded.js' +export * from './IconTotalDissolvedSolidsSharpFilled.js' +export * from './IconTotalDissolvedSolidsSharp.js' +export * from './IconTouchAppOutlinedFilled.js' +export * from './IconTouchAppOutlined.js' +export * from './IconTouchAppRounded.js' +export * from './IconTouchAppRoundedFilled.js' +export * from './IconTouchAppSharp.js' +export * from './IconTouchAppSharpFilled.js' +export * from './IconTouchpadMouseOutlined.js' +export * from './IconTouchpadMouseOutlinedFilled.js' +export * from './IconTouchpadMouseRounded.js' +export * from './IconTouchpadMouseRoundedFilled.js' +export * from './IconTouchpadMouseSharpFilled.js' +export * from './IconTouchpadMouseSharp.js' +export * from './IconTouchpadMouseOffOutlined.js' +export * from './IconTouchpadMouseOffOutlinedFilled.js' +export * from './IconTouchpadMouseOffRounded.js' +export * from './IconTouchpadMouseOffRoundedFilled.js' +export * from './IconTouchpadMouseOffSharp.js' +export * from './IconTouchpadMouseOffSharpFilled.js' +export * from './IconTourOutlinedFilled.js' +export * from './IconTourOutlined.js' +export * from './IconTourRoundedFilled.js' +export * from './IconTourRounded.js' +export * from './IconTourSharpFilled.js' +export * from './IconTourSharp.js' +export * from './IconToysOutlinedFilled.js' +export * from './IconToysOutlined.js' +export * from './IconToysRoundedFilled.js' +export * from './IconToysRounded.js' +export * from './IconToysSharp.js' +export * from './IconToysSharpFilled.js' +export * from './IconToysAndGamesOutlinedFilled.js' +export * from './IconToysAndGamesOutlined.js' +export * from './IconToysAndGamesRoundedFilled.js' +export * from './IconToysAndGamesRounded.js' +export * from './IconToysAndGamesSharpFilled.js' +export * from './IconToysAndGamesSharp.js' +export * from './IconToysFanOutlined.js' +export * from './IconToysFanOutlinedFilled.js' +export * from './IconToysFanRoundedFilled.js' +export * from './IconToysFanRounded.js' +export * from './IconToysFanSharp.js' +export * from './IconToysFanSharpFilled.js' +export * from './IconTrackChangesOutlinedFilled.js' +export * from './IconTrackChangesOutlined.js' +export * from './IconTrackChangesRoundedFilled.js' +export * from './IconTrackChangesRounded.js' +export * from './IconTrackChangesSharpFilled.js' +export * from './IconTrackChangesSharp.js' +export * from './IconTrackpadInputOutlined.js' +export * from './IconTrackpadInputOutlinedFilled.js' +export * from './IconTrackpadInputRoundedFilled.js' +export * from './IconTrackpadInputRounded.js' +export * from './IconTrackpadInputSharpFilled.js' +export * from './IconTrackpadInputSharp.js' +export * from './IconTrackpadInput2Outlined.js' +export * from './IconTrackpadInput2OutlinedFilled.js' +export * from './IconTrackpadInput2RoundedFilled.js' +export * from './IconTrackpadInput2Rounded.js' +export * from './IconTrackpadInput2Sharp.js' +export * from './IconTrackpadInput2SharpFilled.js' +export * from './IconTrackpadInput3Outlined.js' +export * from './IconTrackpadInput3OutlinedFilled.js' +export * from './IconTrackpadInput3Rounded.js' +export * from './IconTrackpadInput3RoundedFilled.js' +export * from './IconTrackpadInput3Sharp.js' +export * from './IconTrackpadInput3SharpFilled.js' +export * from './IconTrafficOutlined.js' +export * from './IconTrafficOutlinedFilled.js' +export * from './IconTrafficRounded.js' +export * from './IconTrafficRoundedFilled.js' +export * from './IconTrafficSharpFilled.js' +export * from './IconTrafficSharp.js' +export * from './IconTrafficJamOutlined.js' +export * from './IconTrafficJamOutlinedFilled.js' +export * from './IconTrafficJamRounded.js' +export * from './IconTrafficJamRoundedFilled.js' +export * from './IconTrafficJamSharp.js' +export * from './IconTrafficJamSharpFilled.js' +export * from './IconTrailLengthOutlined.js' +export * from './IconTrailLengthOutlinedFilled.js' +export * from './IconTrailLengthRoundedFilled.js' +export * from './IconTrailLengthRounded.js' +export * from './IconTrailLengthSharpFilled.js' +export * from './IconTrailLengthSharp.js' +export * from './IconTrailLengthMediumOutlined.js' +export * from './IconTrailLengthMediumOutlinedFilled.js' +export * from './IconTrailLengthMediumRounded.js' +export * from './IconTrailLengthMediumRoundedFilled.js' +export * from './IconTrailLengthMediumSharp.js' +export * from './IconTrailLengthMediumSharpFilled.js' +export * from './IconTrailLengthShortOutlined.js' +export * from './IconTrailLengthShortOutlinedFilled.js' +export * from './IconTrailLengthShortRoundedFilled.js' +export * from './IconTrailLengthShortRounded.js' +export * from './IconTrailLengthShortSharp.js' +export * from './IconTrailLengthShortSharpFilled.js' +export * from './IconTrainOutlined.js' +export * from './IconTrainOutlinedFilled.js' +export * from './IconTrainRoundedFilled.js' +export * from './IconTrainRounded.js' +export * from './IconTrainSharp.js' +export * from './IconTrainSharpFilled.js' +export * from './IconTramOutlined.js' +export * from './IconTramOutlinedFilled.js' +export * from './IconTramRounded.js' +export * from './IconTramRoundedFilled.js' +export * from './IconTramSharp.js' +export * from './IconTramSharpFilled.js' +export * from './IconTranscribeOutlinedFilled.js' +export * from './IconTranscribeOutlined.js' +export * from './IconTranscribeRoundedFilled.js' +export * from './IconTranscribeRounded.js' +export * from './IconTranscribeSharp.js' +export * from './IconTranscribeSharpFilled.js' +export * from './IconTransferWithinAStationOutlinedFilled.js' +export * from './IconTransferWithinAStationOutlined.js' +export * from './IconTransferWithinAStationRoundedFilled.js' +export * from './IconTransferWithinAStationRounded.js' +export * from './IconTransferWithinAStationSharpFilled.js' +export * from './IconTransferWithinAStationSharp.js' +export * from './IconTransformOutlined.js' +export * from './IconTransformOutlinedFilled.js' +export * from './IconTransformRounded.js' +export * from './IconTransformRoundedFilled.js' +export * from './IconTransformSharp.js' +export * from './IconTransformSharpFilled.js' +export * from './IconTransgenderOutlined.js' +export * from './IconTransgenderOutlinedFilled.js' +export * from './IconTransgenderRoundedFilled.js' +export * from './IconTransgenderRounded.js' +export * from './IconTransgenderSharpFilled.js' +export * from './IconTransgenderSharp.js' +export * from './IconTransitEnterexitOutlined.js' +export * from './IconTransitEnterexitOutlinedFilled.js' +export * from './IconTransitEnterexitRoundedFilled.js' +export * from './IconTransitEnterexitRounded.js' +export * from './IconTransitEnterexitSharpFilled.js' +export * from './IconTransitEnterexitSharp.js' +export * from './IconTransitTicketOutlined.js' +export * from './IconTransitTicketOutlinedFilled.js' +export * from './IconTransitTicketRoundedFilled.js' +export * from './IconTransitTicketRounded.js' +export * from './IconTransitTicketSharp.js' +export * from './IconTransitTicketSharpFilled.js' +export * from './IconTransitionChopOutlined.js' +export * from './IconTransitionChopOutlinedFilled.js' +export * from './IconTransitionChopRounded.js' +export * from './IconTransitionChopRoundedFilled.js' +export * from './IconTransitionChopSharp.js' +export * from './IconTransitionChopSharpFilled.js' +export * from './IconTransitionDissolveOutlined.js' +export * from './IconTransitionDissolveOutlinedFilled.js' +export * from './IconTransitionDissolveRounded.js' +export * from './IconTransitionDissolveRoundedFilled.js' +export * from './IconTransitionDissolveSharpFilled.js' +export * from './IconTransitionDissolveSharp.js' +export * from './IconTransitionFadeOutlined.js' +export * from './IconTransitionFadeOutlinedFilled.js' +export * from './IconTransitionFadeRoundedFilled.js' +export * from './IconTransitionFadeRounded.js' +export * from './IconTransitionFadeSharpFilled.js' +export * from './IconTransitionFadeSharp.js' +export * from './IconTransitionPushOutlined.js' +export * from './IconTransitionPushOutlinedFilled.js' +export * from './IconTransitionPushRounded.js' +export * from './IconTransitionPushRoundedFilled.js' +export * from './IconTransitionPushSharpFilled.js' +export * from './IconTransitionPushSharp.js' +export * from './IconTransitionSlideOutlined.js' +export * from './IconTransitionSlideOutlinedFilled.js' +export * from './IconTransitionSlideRoundedFilled.js' +export * from './IconTransitionSlideRounded.js' +export * from './IconTransitionSlideSharp.js' +export * from './IconTransitionSlideSharpFilled.js' +export * from './IconTranslateOutlinedFilled.js' +export * from './IconTranslateOutlined.js' +export * from './IconTranslateRounded.js' +export * from './IconTranslateRoundedFilled.js' +export * from './IconTranslateSharpFilled.js' +export * from './IconTranslateSharp.js' +export * from './IconTransportationOutlinedFilled.js' +export * from './IconTransportationOutlined.js' +export * from './IconTransportationRoundedFilled.js' +export * from './IconTransportationRounded.js' +export * from './IconTransportationSharpFilled.js' +export * from './IconTransportationSharp.js' +export * from './IconTravelOutlinedFilled.js' +export * from './IconTravelOutlined.js' +export * from './IconTravelRoundedFilled.js' +export * from './IconTravelRounded.js' +export * from './IconTravelSharpFilled.js' +export * from './IconTravelSharp.js' +export * from './IconTravelExploreOutlinedFilled.js' +export * from './IconTravelExploreOutlined.js' +export * from './IconTravelExploreRounded.js' +export * from './IconTravelExploreRoundedFilled.js' +export * from './IconTravelExploreSharp.js' +export * from './IconTravelExploreSharpFilled.js' +export * from './IconTravelLuggageAndBagsOutlinedFilled.js' +export * from './IconTravelLuggageAndBagsOutlined.js' +export * from './IconTravelLuggageAndBagsRoundedFilled.js' +export * from './IconTravelLuggageAndBagsRounded.js' +export * from './IconTravelLuggageAndBagsSharp.js' +export * from './IconTravelLuggageAndBagsSharpFilled.js' +export * from './IconTrendingDownOutlinedFilled.js' +export * from './IconTrendingDownOutlined.js' +export * from './IconTrendingDownRounded.js' +export * from './IconTrendingDownRoundedFilled.js' +export * from './IconTrendingDownSharp.js' +export * from './IconTrendingDownSharpFilled.js' +export * from './IconTrendingFlatOutlinedFilled.js' +export * from './IconTrendingFlatOutlined.js' +export * from './IconTrendingFlatRoundedFilled.js' +export * from './IconTrendingFlatRounded.js' +export * from './IconTrendingFlatSharpFilled.js' +export * from './IconTrendingFlatSharp.js' +export * from './IconTrendingUpOutlinedFilled.js' +export * from './IconTrendingUpOutlined.js' +export * from './IconTrendingUpRounded.js' +export * from './IconTrendingUpRoundedFilled.js' +export * from './IconTrendingUpSharp.js' +export * from './IconTrendingUpSharpFilled.js' +export * from './IconTripOutlined.js' +export * from './IconTripOutlinedFilled.js' +export * from './IconTripRounded.js' +export * from './IconTripRoundedFilled.js' +export * from './IconTripSharp.js' +export * from './IconTripSharpFilled.js' +export * from './IconTripOriginOutlined.js' +export * from './IconTripOriginOutlinedFilled.js' +export * from './IconTripOriginRoundedFilled.js' +export * from './IconTripOriginRounded.js' +export * from './IconTripOriginSharpFilled.js' +export * from './IconTripOriginSharp.js' +export * from './IconTrolleyOutlinedFilled.js' +export * from './IconTrolleyOutlined.js' +export * from './IconTrolleyRounded.js' +export * from './IconTrolleyRoundedFilled.js' +export * from './IconTrolleySharp.js' +export * from './IconTrolleySharpFilled.js' +export * from './IconTrolleyCableCarOutlined.js' +export * from './IconTrolleyCableCarOutlinedFilled.js' +export * from './IconTrolleyCableCarRounded.js' +export * from './IconTrolleyCableCarRoundedFilled.js' +export * from './IconTrolleyCableCarSharp.js' +export * from './IconTrolleyCableCarSharpFilled.js' +export * from './IconTrophyOutlined.js' +export * from './IconTrophyOutlinedFilled.js' +export * from './IconTrophyRounded.js' +export * from './IconTrophyRoundedFilled.js' +export * from './IconTrophySharp.js' +export * from './IconTrophySharpFilled.js' +export * from './IconTroubleshootOutlined.js' +export * from './IconTroubleshootOutlinedFilled.js' +export * from './IconTroubleshootRoundedFilled.js' +export * from './IconTroubleshootRounded.js' +export * from './IconTroubleshootSharpFilled.js' +export * from './IconTroubleshootSharp.js' +export * from './IconTsunamiOutlined.js' +export * from './IconTsunamiOutlinedFilled.js' +export * from './IconTsunamiRoundedFilled.js' +export * from './IconTsunamiRounded.js' +export * from './IconTsunamiSharpFilled.js' +export * from './IconTsunamiSharp.js' +export * from './IconTsvOutlined.js' +export * from './IconTsvOutlinedFilled.js' +export * from './IconTsvRounded.js' +export * from './IconTsvRoundedFilled.js' +export * from './IconTsvSharp.js' +export * from './IconTsvSharpFilled.js' +export * from './IconTtyOutlinedFilled.js' +export * from './IconTtyOutlined.js' +export * from './IconTtyRoundedFilled.js' +export * from './IconTtyRounded.js' +export * from './IconTtySharpFilled.js' +export * from './IconTtySharp.js' +export * from './IconTuneOutlinedFilled.js' +export * from './IconTuneOutlined.js' +export * from './IconTuneRoundedFilled.js' +export * from './IconTuneRounded.js' +export * from './IconTuneSharp.js' +export * from './IconTuneSharpFilled.js' +export * from './IconTurnLeftOutlinedFilled.js' +export * from './IconTurnLeftOutlined.js' +export * from './IconTurnLeftRounded.js' +export * from './IconTurnLeftRoundedFilled.js' +export * from './IconTurnLeftSharpFilled.js' +export * from './IconTurnLeftSharp.js' +export * from './IconTurnRightOutlined.js' +export * from './IconTurnRightOutlinedFilled.js' +export * from './IconTurnRightRounded.js' +export * from './IconTurnRightRoundedFilled.js' +export * from './IconTurnRightSharp.js' +export * from './IconTurnRightSharpFilled.js' +export * from './IconTurnSharpLeftOutlinedFilled.js' +export * from './IconTurnSharpLeftOutlined.js' +export * from './IconTurnSharpLeftRoundedFilled.js' +export * from './IconTurnSharpLeftRounded.js' +export * from './IconTurnSharpLeftSharp.js' +export * from './IconTurnSharpLeftSharpFilled.js' +export * from './IconTurnSharpRightOutlined.js' +export * from './IconTurnSharpRightOutlinedFilled.js' +export * from './IconTurnSharpRightRoundedFilled.js' +export * from './IconTurnSharpRightRounded.js' +export * from './IconTurnSharpRightSharp.js' +export * from './IconTurnSharpRightSharpFilled.js' +export * from './IconTurnSlightLeftOutlined.js' +export * from './IconTurnSlightLeftOutlinedFilled.js' +export * from './IconTurnSlightLeftRounded.js' +export * from './IconTurnSlightLeftRoundedFilled.js' +export * from './IconTurnSlightLeftSharp.js' +export * from './IconTurnSlightLeftSharpFilled.js' +export * from './IconTurnSlightRightOutlined.js' +export * from './IconTurnSlightRightOutlinedFilled.js' +export * from './IconTurnSlightRightRounded.js' +export * from './IconTurnSlightRightRoundedFilled.js' +export * from './IconTurnSlightRightSharp.js' +export * from './IconTurnSlightRightSharpFilled.js' +export * from './IconTvOutlined.js' +export * from './IconTvOutlinedFilled.js' +export * from './IconTvRounded.js' +export * from './IconTvRoundedFilled.js' +export * from './IconTvSharp.js' +export * from './IconTvSharpFilled.js' +export * from './IconTvDisplaysOutlined.js' +export * from './IconTvDisplaysOutlinedFilled.js' +export * from './IconTvDisplaysRoundedFilled.js' +export * from './IconTvDisplaysRounded.js' +export * from './IconTvDisplaysSharp.js' +export * from './IconTvDisplaysSharpFilled.js' +export * from './IconTvGenOutlinedFilled.js' +export * from './IconTvGenOutlined.js' +export * from './IconTvGenRoundedFilled.js' +export * from './IconTvGenRounded.js' +export * from './IconTvGenSharp.js' +export * from './IconTvGenSharpFilled.js' +export * from './IconTvGuideOutlined.js' +export * from './IconTvGuideOutlinedFilled.js' +export * from './IconTvGuideRounded.js' +export * from './IconTvGuideRoundedFilled.js' +export * from './IconTvGuideSharp.js' +export * from './IconTvGuideSharpFilled.js' +export * from './IconTvNextOutlined.js' +export * from './IconTvNextOutlinedFilled.js' +export * from './IconTvNextRoundedFilled.js' +export * from './IconTvNextRounded.js' +export * from './IconTvNextSharp.js' +export * from './IconTvNextSharpFilled.js' +export * from './IconTvOffOutlined.js' +export * from './IconTvOffOutlinedFilled.js' +export * from './IconTvOffRoundedFilled.js' +export * from './IconTvOffRounded.js' +export * from './IconTvOffSharp.js' +export * from './IconTvOffSharpFilled.js' +export * from './IconTvOptionsEditChannelsOutlinedFilled.js' +export * from './IconTvOptionsEditChannelsOutlined.js' +export * from './IconTvOptionsEditChannelsRoundedFilled.js' +export * from './IconTvOptionsEditChannelsRounded.js' +export * from './IconTvOptionsEditChannelsSharp.js' +export * from './IconTvOptionsEditChannelsSharpFilled.js' +export * from './IconTvOptionsInputSettingsOutlined.js' +export * from './IconTvOptionsInputSettingsOutlinedFilled.js' +export * from './IconTvOptionsInputSettingsRoundedFilled.js' +export * from './IconTvOptionsInputSettingsRounded.js' +export * from './IconTvOptionsInputSettingsSharpFilled.js' +export * from './IconTvOptionsInputSettingsSharp.js' +export * from './IconTvRemoteOutlined.js' +export * from './IconTvRemoteOutlinedFilled.js' +export * from './IconTvRemoteRoundedFilled.js' +export * from './IconTvRemoteRounded.js' +export * from './IconTvRemoteSharpFilled.js' +export * from './IconTvRemoteSharp.js' +export * from './IconTvSigninOutlined.js' +export * from './IconTvSigninOutlinedFilled.js' +export * from './IconTvSigninRounded.js' +export * from './IconTvSigninRoundedFilled.js' +export * from './IconTvSigninSharp.js' +export * from './IconTvSigninSharpFilled.js' +export * from './IconTvWithAssistantOutlined.js' +export * from './IconTvWithAssistantOutlinedFilled.js' +export * from './IconTvWithAssistantRounded.js' +export * from './IconTvWithAssistantRoundedFilled.js' +export * from './IconTvWithAssistantSharp.js' +export * from './IconTvWithAssistantSharpFilled.js' +export * from './IconTwoPagerOutlined.js' +export * from './IconTwoPagerOutlinedFilled.js' +export * from './IconTwoPagerRoundedFilled.js' +export * from './IconTwoPagerRounded.js' +export * from './IconTwoPagerSharpFilled.js' +export * from './IconTwoPagerSharp.js' +export * from './IconTwoWheelerOutlined.js' +export * from './IconTwoWheelerOutlinedFilled.js' +export * from './IconTwoWheelerRounded.js' +export * from './IconTwoWheelerRoundedFilled.js' +export * from './IconTwoWheelerSharpFilled.js' +export * from './IconTwoWheelerSharp.js' +export * from './IconTypeSpecimenOutlined.js' +export * from './IconTypeSpecimenOutlinedFilled.js' +export * from './IconTypeSpecimenRounded.js' +export * from './IconTypeSpecimenRoundedFilled.js' +export * from './IconTypeSpecimenSharp.js' +export * from './IconTypeSpecimenSharpFilled.js' +export * from './IconUTurnLeftOutlinedFilled.js' +export * from './IconUTurnLeftOutlined.js' +export * from './IconUTurnLeftRounded.js' +export * from './IconUTurnLeftRoundedFilled.js' +export * from './IconUTurnLeftSharpFilled.js' +export * from './IconUTurnLeftSharp.js' +export * from './IconUTurnRightOutlined.js' +export * from './IconUTurnRightOutlinedFilled.js' +export * from './IconUTurnRightRoundedFilled.js' +export * from './IconUTurnRightRounded.js' +export * from './IconUTurnRightSharpFilled.js' +export * from './IconUTurnRightSharp.js' +export * from './IconUlnaRadiusOutlinedFilled.js' +export * from './IconUlnaRadiusOutlined.js' +export * from './IconUlnaRadiusRoundedFilled.js' +export * from './IconUlnaRadiusRounded.js' +export * from './IconUlnaRadiusSharpFilled.js' +export * from './IconUlnaRadiusSharp.js' +export * from './IconUlnaRadiusAltOutlined.js' +export * from './IconUlnaRadiusAltOutlinedFilled.js' +export * from './IconUlnaRadiusAltRoundedFilled.js' +export * from './IconUlnaRadiusAltRounded.js' +export * from './IconUlnaRadiusAltSharp.js' +export * from './IconUlnaRadiusAltSharpFilled.js' +export * from './IconUmbrellaOutlined.js' +export * from './IconUmbrellaOutlinedFilled.js' +export * from './IconUmbrellaRounded.js' +export * from './IconUmbrellaRoundedFilled.js' +export * from './IconUmbrellaSharpFilled.js' +export * from './IconUmbrellaSharp.js' +export * from './IconUnarchiveOutlinedFilled.js' +export * from './IconUnarchiveOutlined.js' +export * from './IconUnarchiveRoundedFilled.js' +export * from './IconUnarchiveRounded.js' +export * from './IconUnarchiveSharp.js' +export * from './IconUnarchiveSharpFilled.js' +export * from './IconUndoOutlined.js' +export * from './IconUndoOutlinedFilled.js' +export * from './IconUndoRounded.js' +export * from './IconUndoRoundedFilled.js' +export * from './IconUndoSharp.js' +export * from './IconUndoSharpFilled.js' +export * from './IconUnfoldLessOutlined.js' +export * from './IconUnfoldLessOutlinedFilled.js' +export * from './IconUnfoldLessRounded.js' +export * from './IconUnfoldLessRoundedFilled.js' +export * from './IconUnfoldLessSharpFilled.js' +export * from './IconUnfoldLessSharp.js' +export * from './IconUnfoldLessDoubleOutlined.js' +export * from './IconUnfoldLessDoubleOutlinedFilled.js' +export * from './IconUnfoldLessDoubleRounded.js' +export * from './IconUnfoldLessDoubleRoundedFilled.js' +export * from './IconUnfoldLessDoubleSharpFilled.js' +export * from './IconUnfoldLessDoubleSharp.js' +export * from './IconUnfoldMoreOutlined.js' +export * from './IconUnfoldMoreOutlinedFilled.js' +export * from './IconUnfoldMoreRoundedFilled.js' +export * from './IconUnfoldMoreRounded.js' +export * from './IconUnfoldMoreSharp.js' +export * from './IconUnfoldMoreSharpFilled.js' +export * from './IconUnfoldMoreDoubleOutlined.js' +export * from './IconUnfoldMoreDoubleOutlinedFilled.js' +export * from './IconUnfoldMoreDoubleRounded.js' +export * from './IconUnfoldMoreDoubleRoundedFilled.js' +export * from './IconUnfoldMoreDoubleSharp.js' +export * from './IconUnfoldMoreDoubleSharpFilled.js' +export * from './IconUngroupOutlined.js' +export * from './IconUngroupOutlinedFilled.js' +export * from './IconUngroupRoundedFilled.js' +export * from './IconUngroupRounded.js' +export * from './IconUngroupSharp.js' +export * from './IconUngroupSharpFilled.js' +export * from './IconUniversalCurrencyOutlined.js' +export * from './IconUniversalCurrencyOutlinedFilled.js' +export * from './IconUniversalCurrencyRoundedFilled.js' +export * from './IconUniversalCurrencyRounded.js' +export * from './IconUniversalCurrencySharp.js' +export * from './IconUniversalCurrencySharpFilled.js' +export * from './IconUniversalCurrencyAltOutlined.js' +export * from './IconUniversalCurrencyAltOutlinedFilled.js' +export * from './IconUniversalCurrencyAltRoundedFilled.js' +export * from './IconUniversalCurrencyAltRounded.js' +export * from './IconUniversalCurrencyAltSharp.js' +export * from './IconUniversalCurrencyAltSharpFilled.js' +export * from './IconUniversalLocalOutlinedFilled.js' +export * from './IconUniversalLocalOutlined.js' +export * from './IconUniversalLocalRoundedFilled.js' +export * from './IconUniversalLocalRounded.js' +export * from './IconUniversalLocalSharpFilled.js' +export * from './IconUniversalLocalSharp.js' +export * from './IconUnknown2OutlinedFilled.js' +export * from './IconUnknown2Outlined.js' +export * from './IconUnknown2Rounded.js' +export * from './IconUnknown2RoundedFilled.js' +export * from './IconUnknown2SharpFilled.js' +export * from './IconUnknown2Sharp.js' +export * from './IconUnknown5OutlinedFilled.js' +export * from './IconUnknown5Outlined.js' +export * from './IconUnknown5RoundedFilled.js' +export * from './IconUnknown5Rounded.js' +export * from './IconUnknown5Sharp.js' +export * from './IconUnknown5SharpFilled.js' +export * from './IconUnknown7Outlined.js' +export * from './IconUnknown7OutlinedFilled.js' +export * from './IconUnknown7Rounded.js' +export * from './IconUnknown7RoundedFilled.js' +export * from './IconUnknown7Sharp.js' +export * from './IconUnknown7SharpFilled.js' +export * from './IconUnknownDocumentOutlinedFilled.js' +export * from './IconUnknownDocumentOutlined.js' +export * from './IconUnknownDocumentRounded.js' +export * from './IconUnknownDocumentRoundedFilled.js' +export * from './IconUnknownDocumentSharpFilled.js' +export * from './IconUnknownDocumentSharp.js' +export * from './IconUnknownMedOutlined.js' +export * from './IconUnknownMedOutlinedFilled.js' +export * from './IconUnknownMedRoundedFilled.js' +export * from './IconUnknownMedRounded.js' +export * from './IconUnknownMedSharp.js' +export * from './IconUnknownMedSharpFilled.js' +export * from './IconUnlicenseOutlined.js' +export * from './IconUnlicenseOutlinedFilled.js' +export * from './IconUnlicenseRounded.js' +export * from './IconUnlicenseRoundedFilled.js' +export * from './IconUnlicenseSharpFilled.js' +export * from './IconUnlicenseSharp.js' +export * from './IconUnpavedRoadOutlined.js' +export * from './IconUnpavedRoadOutlinedFilled.js' +export * from './IconUnpavedRoadRounded.js' +export * from './IconUnpavedRoadRoundedFilled.js' +export * from './IconUnpavedRoadSharpFilled.js' +export * from './IconUnpavedRoadSharp.js' +export * from './IconUnpublishedOutlinedFilled.js' +export * from './IconUnpublishedOutlined.js' +export * from './IconUnpublishedRoundedFilled.js' +export * from './IconUnpublishedRounded.js' +export * from './IconUnpublishedSharpFilled.js' +export * from './IconUnpublishedSharp.js' +export * from './IconUnsubscribeOutlined.js' +export * from './IconUnsubscribeOutlinedFilled.js' +export * from './IconUnsubscribeRounded.js' +export * from './IconUnsubscribeRoundedFilled.js' +export * from './IconUnsubscribeSharpFilled.js' +export * from './IconUnsubscribeSharp.js' +export * from './IconUpcomingOutlined.js' +export * from './IconUpcomingOutlinedFilled.js' +export * from './IconUpcomingRounded.js' +export * from './IconUpcomingRoundedFilled.js' +export * from './IconUpcomingSharpFilled.js' +export * from './IconUpcomingSharp.js' +export * from './IconUpdateOutlined.js' +export * from './IconUpdateOutlinedFilled.js' +export * from './IconUpdateRoundedFilled.js' +export * from './IconUpdateRounded.js' +export * from './IconUpdateSharp.js' +export * from './IconUpdateSharpFilled.js' +export * from './IconUpdateDisabledOutlined.js' +export * from './IconUpdateDisabledOutlinedFilled.js' +export * from './IconUpdateDisabledRounded.js' +export * from './IconUpdateDisabledRoundedFilled.js' +export * from './IconUpdateDisabledSharp.js' +export * from './IconUpdateDisabledSharpFilled.js' +export * from './IconUpgradeOutlined.js' +export * from './IconUpgradeOutlinedFilled.js' +export * from './IconUpgradeRounded.js' +export * from './IconUpgradeRoundedFilled.js' +export * from './IconUpgradeSharpFilled.js' +export * from './IconUpgradeSharp.js' +export * from './IconUpiPayOutlinedFilled.js' +export * from './IconUpiPayOutlined.js' +export * from './IconUpiPayRounded.js' +export * from './IconUpiPayRoundedFilled.js' +export * from './IconUpiPaySharp.js' +export * from './IconUpiPaySharpFilled.js' +export * from './IconUploadOutlined.js' +export * from './IconUploadOutlinedFilled.js' +export * from './IconUploadRounded.js' +export * from './IconUploadRoundedFilled.js' +export * from './IconUploadSharp.js' +export * from './IconUploadSharpFilled.js' +export * from './IconUpload2OutlinedFilled.js' +export * from './IconUpload2Outlined.js' +export * from './IconUpload2RoundedFilled.js' +export * from './IconUpload2Rounded.js' +export * from './IconUpload2SharpFilled.js' +export * from './IconUpload2Sharp.js' +export * from './IconUploadFileOutlinedFilled.js' +export * from './IconUploadFileOutlined.js' +export * from './IconUploadFileRounded.js' +export * from './IconUploadFileRoundedFilled.js' +export * from './IconUploadFileSharpFilled.js' +export * from './IconUploadFileSharp.js' +export * from './IconUppercaseOutlinedFilled.js' +export * from './IconUppercaseOutlined.js' +export * from './IconUppercaseRounded.js' +export * from './IconUppercaseRoundedFilled.js' +export * from './IconUppercaseSharpFilled.js' +export * from './IconUppercaseSharp.js' +export * from './IconUrologyOutlined.js' +export * from './IconUrologyOutlinedFilled.js' +export * from './IconUrologyRoundedFilled.js' +export * from './IconUrologyRounded.js' +export * from './IconUrologySharpFilled.js' +export * from './IconUrologySharp.js' +export * from './IconUsbOutlined.js' +export * from './IconUsbOutlinedFilled.js' +export * from './IconUsbRoundedFilled.js' +export * from './IconUsbRounded.js' +export * from './IconUsbSharpFilled.js' +export * from './IconUsbSharp.js' +export * from './IconUsbOffOutlined.js' +export * from './IconUsbOffOutlinedFilled.js' +export * from './IconUsbOffRoundedFilled.js' +export * from './IconUsbOffRounded.js' +export * from './IconUsbOffSharp.js' +export * from './IconUsbOffSharpFilled.js' +export * from './IconUserAttributesOutlined.js' +export * from './IconUserAttributesOutlinedFilled.js' +export * from './IconUserAttributesRoundedFilled.js' +export * from './IconUserAttributesRounded.js' +export * from './IconUserAttributesSharpFilled.js' +export * from './IconUserAttributesSharp.js' +export * from './IconVaccinesOutlinedFilled.js' +export * from './IconVaccinesOutlined.js' +export * from './IconVaccinesRounded.js' +export * from './IconVaccinesRoundedFilled.js' +export * from './IconVaccinesSharpFilled.js' +export * from './IconVaccinesSharp.js' +export * from './IconVacuumOutlined.js' +export * from './IconVacuumOutlinedFilled.js' +export * from './IconVacuumRoundedFilled.js' +export * from './IconVacuumRounded.js' +export * from './IconVacuumSharp.js' +export * from './IconVacuumSharpFilled.js' +export * from './IconValveOutlinedFilled.js' +export * from './IconValveOutlined.js' +export * from './IconValveRoundedFilled.js' +export * from './IconValveRounded.js' +export * from './IconValveSharp.js' +export * from './IconValveSharpFilled.js' +export * from './IconVapeFreeOutlinedFilled.js' +export * from './IconVapeFreeOutlined.js' +export * from './IconVapeFreeRounded.js' +export * from './IconVapeFreeRoundedFilled.js' +export * from './IconVapeFreeSharpFilled.js' +export * from './IconVapeFreeSharp.js' +export * from './IconVapingRoomsOutlinedFilled.js' +export * from './IconVapingRoomsOutlined.js' +export * from './IconVapingRoomsRoundedFilled.js' +export * from './IconVapingRoomsRounded.js' +export * from './IconVapingRoomsSharp.js' +export * from './IconVapingRoomsSharpFilled.js' +export * from './IconVariableAddOutlinedFilled.js' +export * from './IconVariableAddOutlined.js' +export * from './IconVariableAddRoundedFilled.js' +export * from './IconVariableAddRounded.js' +export * from './IconVariableAddSharpFilled.js' +export * from './IconVariableAddSharp.js' +export * from './IconVariableInsertOutlinedFilled.js' +export * from './IconVariableInsertOutlined.js' +export * from './IconVariableInsertRoundedFilled.js' +export * from './IconVariableInsertRounded.js' +export * from './IconVariableInsertSharp.js' +export * from './IconVariableInsertSharpFilled.js' +export * from './IconVariableRemoveOutlinedFilled.js' +export * from './IconVariableRemoveOutlined.js' +export * from './IconVariableRemoveRounded.js' +export * from './IconVariableRemoveRoundedFilled.js' +export * from './IconVariableRemoveSharpFilled.js' +export * from './IconVariableRemoveSharp.js' +export * from './IconVariablesOutlined.js' +export * from './IconVariablesOutlinedFilled.js' +export * from './IconVariablesRoundedFilled.js' +export * from './IconVariablesRounded.js' +export * from './IconVariablesSharpFilled.js' +export * from './IconVariablesSharp.js' +export * from './IconVentilatorOutlined.js' +export * from './IconVentilatorOutlinedFilled.js' +export * from './IconVentilatorRoundedFilled.js' +export * from './IconVentilatorRounded.js' +export * from './IconVentilatorSharpFilled.js' +export * from './IconVentilatorSharp.js' +export * from './IconVerifiedOutlined.js' +export * from './IconVerifiedOutlinedFilled.js' +export * from './IconVerifiedRounded.js' +export * from './IconVerifiedRoundedFilled.js' +export * from './IconVerifiedSharp.js' +export * from './IconVerifiedSharpFilled.js' +export * from './IconVerifiedUserOutlinedFilled.js' +export * from './IconVerifiedUserOutlined.js' +export * from './IconVerifiedUserRoundedFilled.js' +export * from './IconVerifiedUserRounded.js' +export * from './IconVerifiedUserSharpFilled.js' +export * from './IconVerifiedUserSharp.js' +export * from './IconVerticalAlignBottomOutlined.js' +export * from './IconVerticalAlignBottomOutlinedFilled.js' +export * from './IconVerticalAlignBottomRoundedFilled.js' +export * from './IconVerticalAlignBottomRounded.js' +export * from './IconVerticalAlignBottomSharp.js' +export * from './IconVerticalAlignBottomSharpFilled.js' +export * from './IconVerticalAlignCenterOutlined.js' +export * from './IconVerticalAlignCenterOutlinedFilled.js' +export * from './IconVerticalAlignCenterRoundedFilled.js' +export * from './IconVerticalAlignCenterRounded.js' +export * from './IconVerticalAlignCenterSharp.js' +export * from './IconVerticalAlignCenterSharpFilled.js' +export * from './IconVerticalAlignTopOutlinedFilled.js' +export * from './IconVerticalAlignTopOutlined.js' +export * from './IconVerticalAlignTopRoundedFilled.js' +export * from './IconVerticalAlignTopRounded.js' +export * from './IconVerticalAlignTopSharpFilled.js' +export * from './IconVerticalAlignTopSharp.js' +export * from './IconVerticalDistributeOutlinedFilled.js' +export * from './IconVerticalDistributeOutlined.js' +export * from './IconVerticalDistributeRoundedFilled.js' +export * from './IconVerticalDistributeRounded.js' +export * from './IconVerticalDistributeSharp.js' +export * from './IconVerticalDistributeSharpFilled.js' +export * from './IconVerticalShadesOutlinedFilled.js' +export * from './IconVerticalShadesOutlined.js' +export * from './IconVerticalShadesRoundedFilled.js' +export * from './IconVerticalShadesRounded.js' +export * from './IconVerticalShadesSharp.js' +export * from './IconVerticalShadesSharpFilled.js' +export * from './IconVerticalShadesClosedOutlined.js' +export * from './IconVerticalShadesClosedOutlinedFilled.js' +export * from './IconVerticalShadesClosedRoundedFilled.js' +export * from './IconVerticalShadesClosedRounded.js' +export * from './IconVerticalShadesClosedSharp.js' +export * from './IconVerticalShadesClosedSharpFilled.js' +export * from './IconVerticalSplitOutlinedFilled.js' +export * from './IconVerticalSplitOutlined.js' +export * from './IconVerticalSplitRoundedFilled.js' +export * from './IconVerticalSplitRounded.js' +export * from './IconVerticalSplitSharp.js' +export * from './IconVerticalSplitSharpFilled.js' +export * from './IconVibrationOutlinedFilled.js' +export * from './IconVibrationOutlined.js' +export * from './IconVibrationRoundedFilled.js' +export * from './IconVibrationRounded.js' +export * from './IconVibrationSharpFilled.js' +export * from './IconVibrationSharp.js' +export * from './IconVideoCallOutlined.js' +export * from './IconVideoCallOutlinedFilled.js' +export * from './IconVideoCallRoundedFilled.js' +export * from './IconVideoCallRounded.js' +export * from './IconVideoCallSharp.js' +export * from './IconVideoCallSharpFilled.js' +export * from './IconVideoCameraBackOutlined.js' +export * from './IconVideoCameraBackOutlinedFilled.js' +export * from './IconVideoCameraBackRounded.js' +export * from './IconVideoCameraBackRoundedFilled.js' +export * from './IconVideoCameraBackSharpFilled.js' +export * from './IconVideoCameraBackSharp.js' +export * from './IconVideoCameraBackAddOutlined.js' +export * from './IconVideoCameraBackAddOutlinedFilled.js' +export * from './IconVideoCameraBackAddRounded.js' +export * from './IconVideoCameraBackAddRoundedFilled.js' +export * from './IconVideoCameraBackAddSharpFilled.js' +export * from './IconVideoCameraBackAddSharp.js' +export * from './IconVideoCameraFrontOutlined.js' +export * from './IconVideoCameraFrontOutlinedFilled.js' +export * from './IconVideoCameraFrontRoundedFilled.js' +export * from './IconVideoCameraFrontRounded.js' +export * from './IconVideoCameraFrontSharp.js' +export * from './IconVideoCameraFrontSharpFilled.js' +export * from './IconVideoCameraFrontOffOutlinedFilled.js' +export * from './IconVideoCameraFrontOffOutlined.js' +export * from './IconVideoCameraFrontOffRoundedFilled.js' +export * from './IconVideoCameraFrontOffRounded.js' +export * from './IconVideoCameraFrontOffSharp.js' +export * from './IconVideoCameraFrontOffSharpFilled.js' +export * from './IconVideoChatOutlined.js' +export * from './IconVideoChatOutlinedFilled.js' +export * from './IconVideoChatRounded.js' +export * from './IconVideoChatRoundedFilled.js' +export * from './IconVideoChatSharpFilled.js' +export * from './IconVideoChatSharp.js' +export * from './IconVideoFileOutlined.js' +export * from './IconVideoFileOutlinedFilled.js' +export * from './IconVideoFileRoundedFilled.js' +export * from './IconVideoFileRounded.js' +export * from './IconVideoFileSharpFilled.js' +export * from './IconVideoFileSharp.js' +export * from './IconVideoLabelOutlined.js' +export * from './IconVideoLabelOutlinedFilled.js' +export * from './IconVideoLabelRounded.js' +export * from './IconVideoLabelRoundedFilled.js' +export * from './IconVideoLabelSharp.js' +export * from './IconVideoLabelSharpFilled.js' +export * from './IconVideoLibraryOutlined.js' +export * from './IconVideoLibraryOutlinedFilled.js' +export * from './IconVideoLibraryRoundedFilled.js' +export * from './IconVideoLibraryRounded.js' +export * from './IconVideoLibrarySharp.js' +export * from './IconVideoLibrarySharpFilled.js' +export * from './IconVideoSearchOutlinedFilled.js' +export * from './IconVideoSearchOutlined.js' +export * from './IconVideoSearchRounded.js' +export * from './IconVideoSearchRoundedFilled.js' +export * from './IconVideoSearchSharpFilled.js' +export * from './IconVideoSearchSharp.js' +export * from './IconVideoSettingsOutlinedFilled.js' +export * from './IconVideoSettingsOutlined.js' +export * from './IconVideoSettingsRoundedFilled.js' +export * from './IconVideoSettingsRounded.js' +export * from './IconVideoSettingsSharp.js' +export * from './IconVideoSettingsSharpFilled.js' +export * from './IconVideoStableOutlinedFilled.js' +export * from './IconVideoStableOutlined.js' +export * from './IconVideoStableRounded.js' +export * from './IconVideoStableRoundedFilled.js' +export * from './IconVideoStableSharp.js' +export * from './IconVideoStableSharpFilled.js' +export * from './IconVideocamOutlinedFilled.js' +export * from './IconVideocamOutlined.js' +export * from './IconVideocamRounded.js' +export * from './IconVideocamRoundedFilled.js' +export * from './IconVideocamSharpFilled.js' +export * from './IconVideocamSharp.js' +export * from './IconVideocamOffOutlined.js' +export * from './IconVideocamOffOutlinedFilled.js' +export * from './IconVideocamOffRoundedFilled.js' +export * from './IconVideocamOffRounded.js' +export * from './IconVideocamOffSharp.js' +export * from './IconVideocamOffSharpFilled.js' +export * from './IconVideogameAssetOutlinedFilled.js' +export * from './IconVideogameAssetOutlined.js' +export * from './IconVideogameAssetRounded.js' +export * from './IconVideogameAssetRoundedFilled.js' +export * from './IconVideogameAssetSharp.js' +export * from './IconVideogameAssetSharpFilled.js' +export * from './IconVideogameAssetOffOutlinedFilled.js' +export * from './IconVideogameAssetOffOutlined.js' +export * from './IconVideogameAssetOffRoundedFilled.js' +export * from './IconVideogameAssetOffRounded.js' +export * from './IconVideogameAssetOffSharp.js' +export * from './IconVideogameAssetOffSharpFilled.js' +export * from './IconViewAgendaOutlinedFilled.js' +export * from './IconViewAgendaOutlined.js' +export * from './IconViewAgendaRounded.js' +export * from './IconViewAgendaRoundedFilled.js' +export * from './IconViewAgendaSharpFilled.js' +export * from './IconViewAgendaSharp.js' +export * from './IconViewArrayOutlinedFilled.js' +export * from './IconViewArrayOutlined.js' +export * from './IconViewArrayRounded.js' +export * from './IconViewArrayRoundedFilled.js' +export * from './IconViewArraySharp.js' +export * from './IconViewArraySharpFilled.js' +export * from './IconViewCarouselOutlinedFilled.js' +export * from './IconViewCarouselOutlined.js' +export * from './IconViewCarouselRounded.js' +export * from './IconViewCarouselRoundedFilled.js' +export * from './IconViewCarouselSharpFilled.js' +export * from './IconViewCarouselSharp.js' +export * from './IconViewColumnOutlined.js' +export * from './IconViewColumnOutlinedFilled.js' +export * from './IconViewColumnRoundedFilled.js' +export * from './IconViewColumnRounded.js' +export * from './IconViewColumnSharpFilled.js' +export * from './IconViewColumnSharp.js' +export * from './IconViewColumn2OutlinedFilled.js' +export * from './IconViewColumn2Outlined.js' +export * from './IconViewColumn2RoundedFilled.js' +export * from './IconViewColumn2Rounded.js' +export * from './IconViewColumn2Sharp.js' +export * from './IconViewColumn2SharpFilled.js' +export * from './IconViewComfyOutlined.js' +export * from './IconViewComfyOutlinedFilled.js' +export * from './IconViewComfyRounded.js' +export * from './IconViewComfyRoundedFilled.js' +export * from './IconViewComfySharpFilled.js' +export * from './IconViewComfySharp.js' +export * from './IconViewComfyAltOutlinedFilled.js' +export * from './IconViewComfyAltOutlined.js' +export * from './IconViewComfyAltRoundedFilled.js' +export * from './IconViewComfyAltRounded.js' +export * from './IconViewComfyAltSharp.js' +export * from './IconViewComfyAltSharpFilled.js' +export * from './IconViewCompactOutlinedFilled.js' +export * from './IconViewCompactOutlined.js' +export * from './IconViewCompactRounded.js' +export * from './IconViewCompactRoundedFilled.js' +export * from './IconViewCompactSharpFilled.js' +export * from './IconViewCompactSharp.js' +export * from './IconViewCompactAltOutlined.js' +export * from './IconViewCompactAltOutlinedFilled.js' +export * from './IconViewCompactAltRoundedFilled.js' +export * from './IconViewCompactAltRounded.js' +export * from './IconViewCompactAltSharpFilled.js' +export * from './IconViewCompactAltSharp.js' +export * from './IconViewCozyOutlinedFilled.js' +export * from './IconViewCozyOutlined.js' +export * from './IconViewCozyRounded.js' +export * from './IconViewCozyRoundedFilled.js' +export * from './IconViewCozySharpFilled.js' +export * from './IconViewCozySharp.js' +export * from './IconViewDayOutlinedFilled.js' +export * from './IconViewDayOutlined.js' +export * from './IconViewDayRounded.js' +export * from './IconViewDayRoundedFilled.js' +export * from './IconViewDaySharp.js' +export * from './IconViewDaySharpFilled.js' +export * from './IconViewHeadlineOutlinedFilled.js' +export * from './IconViewHeadlineOutlined.js' +export * from './IconViewHeadlineRounded.js' +export * from './IconViewHeadlineRoundedFilled.js' +export * from './IconViewHeadlineSharpFilled.js' +export * from './IconViewHeadlineSharp.js' +export * from './IconViewInArOutlinedFilled.js' +export * from './IconViewInArOutlined.js' +export * from './IconViewInArRounded.js' +export * from './IconViewInArRoundedFilled.js' +export * from './IconViewInArSharp.js' +export * from './IconViewInArSharpFilled.js' +export * from './IconViewInArOffOutlinedFilled.js' +export * from './IconViewInArOffOutlined.js' +export * from './IconViewInArOffRoundedFilled.js' +export * from './IconViewInArOffRounded.js' +export * from './IconViewInArOffSharpFilled.js' +export * from './IconViewInArOffSharp.js' +export * from './IconViewKanbanOutlinedFilled.js' +export * from './IconViewKanbanOutlined.js' +export * from './IconViewKanbanRoundedFilled.js' +export * from './IconViewKanbanRounded.js' +export * from './IconViewKanbanSharpFilled.js' +export * from './IconViewKanbanSharp.js' +export * from './IconViewListOutlined.js' +export * from './IconViewListOutlinedFilled.js' +export * from './IconViewListRounded.js' +export * from './IconViewListRoundedFilled.js' +export * from './IconViewListSharpFilled.js' +export * from './IconViewListSharp.js' +export * from './IconViewModuleOutlined.js' +export * from './IconViewModuleOutlinedFilled.js' +export * from './IconViewModuleRounded.js' +export * from './IconViewModuleRoundedFilled.js' +export * from './IconViewModuleSharp.js' +export * from './IconViewModuleSharpFilled.js' +export * from './IconViewObjectTrackOutlinedFilled.js' +export * from './IconViewObjectTrackOutlined.js' +export * from './IconViewObjectTrackRoundedFilled.js' +export * from './IconViewObjectTrackRounded.js' +export * from './IconViewObjectTrackSharpFilled.js' +export * from './IconViewObjectTrackSharp.js' +export * from './IconViewQuiltOutlined.js' +export * from './IconViewQuiltOutlinedFilled.js' +export * from './IconViewQuiltRounded.js' +export * from './IconViewQuiltRoundedFilled.js' +export * from './IconViewQuiltSharp.js' +export * from './IconViewQuiltSharpFilled.js' +export * from './IconViewRealSizeOutlined.js' +export * from './IconViewRealSizeOutlinedFilled.js' +export * from './IconViewRealSizeRoundedFilled.js' +export * from './IconViewRealSizeRounded.js' +export * from './IconViewRealSizeSharpFilled.js' +export * from './IconViewRealSizeSharp.js' +export * from './IconViewSidebarOutlined.js' +export * from './IconViewSidebarOutlinedFilled.js' +export * from './IconViewSidebarRoundedFilled.js' +export * from './IconViewSidebarRounded.js' +export * from './IconViewSidebarSharp.js' +export * from './IconViewSidebarSharpFilled.js' +export * from './IconViewStreamOutlined.js' +export * from './IconViewStreamOutlinedFilled.js' +export * from './IconViewStreamRounded.js' +export * from './IconViewStreamRoundedFilled.js' +export * from './IconViewStreamSharp.js' +export * from './IconViewStreamSharpFilled.js' +export * from './IconViewTimelineOutlinedFilled.js' +export * from './IconViewTimelineOutlined.js' +export * from './IconViewTimelineRounded.js' +export * from './IconViewTimelineRoundedFilled.js' +export * from './IconViewTimelineSharpFilled.js' +export * from './IconViewTimelineSharp.js' +export * from './IconViewWeekOutlined.js' +export * from './IconViewWeekOutlinedFilled.js' +export * from './IconViewWeekRoundedFilled.js' +export * from './IconViewWeekRounded.js' +export * from './IconViewWeekSharp.js' +export * from './IconViewWeekSharpFilled.js' +export * from './IconVignetteOutlinedFilled.js' +export * from './IconVignetteOutlined.js' +export * from './IconVignetteRounded.js' +export * from './IconVignetteRoundedFilled.js' +export * from './IconVignetteSharp.js' +export * from './IconVignetteSharpFilled.js' +export * from './IconVillaOutlined.js' +export * from './IconVillaOutlinedFilled.js' +export * from './IconVillaRoundedFilled.js' +export * from './IconVillaRounded.js' +export * from './IconVillaSharp.js' +export * from './IconVillaSharpFilled.js' +export * from './IconVisibilityOutlined.js' +export * from './IconVisibilityOutlinedFilled.js' +export * from './IconVisibilityRoundedFilled.js' +export * from './IconVisibilityRounded.js' +export * from './IconVisibilitySharpFilled.js' +export * from './IconVisibilitySharp.js' +export * from './IconVisibilityLockOutlinedFilled.js' +export * from './IconVisibilityLockOutlined.js' +export * from './IconVisibilityLockRounded.js' +export * from './IconVisibilityLockRoundedFilled.js' +export * from './IconVisibilityLockSharp.js' +export * from './IconVisibilityLockSharpFilled.js' +export * from './IconVisibilityOffOutlined.js' +export * from './IconVisibilityOffOutlinedFilled.js' +export * from './IconVisibilityOffRoundedFilled.js' +export * from './IconVisibilityOffRounded.js' +export * from './IconVisibilityOffSharp.js' +export * from './IconVisibilityOffSharpFilled.js' +export * from './IconVitalSignsOutlinedFilled.js' +export * from './IconVitalSignsOutlined.js' +export * from './IconVitalSignsRoundedFilled.js' +export * from './IconVitalSignsRounded.js' +export * from './IconVitalSignsSharp.js' +export * from './IconVitalSignsSharpFilled.js' +export * from './IconVo2MaxOutlinedFilled.js' +export * from './IconVo2MaxOutlined.js' +export * from './IconVo2MaxRoundedFilled.js' +export * from './IconVo2MaxRounded.js' +export * from './IconVo2MaxSharp.js' +export * from './IconVo2MaxSharpFilled.js' +export * from './IconVoiceChatOutlined.js' +export * from './IconVoiceChatOutlinedFilled.js' +export * from './IconVoiceChatRounded.js' +export * from './IconVoiceChatRoundedFilled.js' +export * from './IconVoiceChatSharp.js' +export * from './IconVoiceChatSharpFilled.js' +export * from './IconVoiceOverOffOutlined.js' +export * from './IconVoiceOverOffOutlinedFilled.js' +export * from './IconVoiceOverOffRoundedFilled.js' +export * from './IconVoiceOverOffRounded.js' +export * from './IconVoiceOverOffSharpFilled.js' +export * from './IconVoiceOverOffSharp.js' +export * from './IconVoiceSelectionOutlined.js' +export * from './IconVoiceSelectionOutlinedFilled.js' +export * from './IconVoiceSelectionRounded.js' +export * from './IconVoiceSelectionRoundedFilled.js' +export * from './IconVoiceSelectionSharp.js' +export * from './IconVoiceSelectionSharpFilled.js' +export * from './IconVoiceSelectionOffOutlined.js' +export * from './IconVoiceSelectionOffOutlinedFilled.js' +export * from './IconVoiceSelectionOffRounded.js' +export * from './IconVoiceSelectionOffRoundedFilled.js' +export * from './IconVoiceSelectionOffSharpFilled.js' +export * from './IconVoiceSelectionOffSharp.js' +export * from './IconVoicemailOutlined.js' +export * from './IconVoicemailOutlinedFilled.js' +export * from './IconVoicemailRoundedFilled.js' +export * from './IconVoicemailRounded.js' +export * from './IconVoicemailSharpFilled.js' +export * from './IconVoicemailSharp.js' +export * from './IconVolcanoOutlinedFilled.js' +export * from './IconVolcanoOutlined.js' +export * from './IconVolcanoRounded.js' +export * from './IconVolcanoRoundedFilled.js' +export * from './IconVolcanoSharpFilled.js' +export * from './IconVolcanoSharp.js' +export * from './IconVolumeDownOutlined.js' +export * from './IconVolumeDownOutlinedFilled.js' +export * from './IconVolumeDownRounded.js' +export * from './IconVolumeDownRoundedFilled.js' +export * from './IconVolumeDownSharpFilled.js' +export * from './IconVolumeDownSharp.js' +export * from './IconVolumeDownAltOutlinedFilled.js' +export * from './IconVolumeDownAltOutlined.js' +export * from './IconVolumeDownAltRounded.js' +export * from './IconVolumeDownAltRoundedFilled.js' +export * from './IconVolumeDownAltSharpFilled.js' +export * from './IconVolumeDownAltSharp.js' +export * from './IconVolumeMuteOutlined.js' +export * from './IconVolumeMuteOutlinedFilled.js' +export * from './IconVolumeMuteRoundedFilled.js' +export * from './IconVolumeMuteRounded.js' +export * from './IconVolumeMuteSharpFilled.js' +export * from './IconVolumeMuteSharp.js' +export * from './IconVolumeOffOutlined.js' +export * from './IconVolumeOffOutlinedFilled.js' +export * from './IconVolumeOffRoundedFilled.js' +export * from './IconVolumeOffRounded.js' +export * from './IconVolumeOffSharp.js' +export * from './IconVolumeOffSharpFilled.js' +export * from './IconVolumeUpOutlinedFilled.js' +export * from './IconVolumeUpOutlined.js' +export * from './IconVolumeUpRounded.js' +export * from './IconVolumeUpRoundedFilled.js' +export * from './IconVolumeUpSharpFilled.js' +export * from './IconVolumeUpSharp.js' +export * from './IconVolunteerActivismOutlinedFilled.js' +export * from './IconVolunteerActivismOutlined.js' +export * from './IconVolunteerActivismRoundedFilled.js' +export * from './IconVolunteerActivismRounded.js' +export * from './IconVolunteerActivismSharpFilled.js' +export * from './IconVolunteerActivismSharp.js' +export * from './IconVotingChipOutlinedFilled.js' +export * from './IconVotingChipOutlined.js' +export * from './IconVotingChipRoundedFilled.js' +export * from './IconVotingChipRounded.js' +export * from './IconVotingChipSharp.js' +export * from './IconVotingChipSharpFilled.js' +export * from './IconVpnKeyOutlinedFilled.js' +export * from './IconVpnKeyOutlined.js' +export * from './IconVpnKeyRounded.js' +export * from './IconVpnKeyRoundedFilled.js' +export * from './IconVpnKeySharpFilled.js' +export * from './IconVpnKeySharp.js' +export * from './IconVpnKeyAlertOutlinedFilled.js' +export * from './IconVpnKeyAlertOutlined.js' +export * from './IconVpnKeyAlertRounded.js' +export * from './IconVpnKeyAlertRoundedFilled.js' +export * from './IconVpnKeyAlertSharpFilled.js' +export * from './IconVpnKeyAlertSharp.js' +export * from './IconVpnKeyOffOutlined.js' +export * from './IconVpnKeyOffOutlinedFilled.js' +export * from './IconVpnKeyOffRoundedFilled.js' +export * from './IconVpnKeyOffRounded.js' +export * from './IconVpnKeyOffSharp.js' +export * from './IconVpnKeyOffSharpFilled.js' +export * from './IconVpnLockOutlined.js' +export * from './IconVpnLockOutlinedFilled.js' +export * from './IconVpnLockRounded.js' +export * from './IconVpnLockRoundedFilled.js' +export * from './IconVpnLockSharp.js' +export * from './IconVpnLockSharpFilled.js' +export * from './IconVr180Create2dOutlined.js' +export * from './IconVr180Create2dOutlinedFilled.js' +export * from './IconVr180Create2dRoundedFilled.js' +export * from './IconVr180Create2dRounded.js' +export * from './IconVr180Create2dSharpFilled.js' +export * from './IconVr180Create2dSharp.js' +export * from './IconVr180Create2dOffOutlined.js' +export * from './IconVr180Create2dOffOutlinedFilled.js' +export * from './IconVr180Create2dOffRounded.js' +export * from './IconVr180Create2dOffRoundedFilled.js' +export * from './IconVr180Create2dOffSharpFilled.js' +export * from './IconVr180Create2dOffSharp.js' +export * from './IconVrpanoOutlinedFilled.js' +export * from './IconVrpanoOutlined.js' +export * from './IconVrpanoRoundedFilled.js' +export * from './IconVrpanoRounded.js' +export * from './IconVrpanoSharp.js' +export * from './IconVrpanoSharpFilled.js' +export * from './IconWallArtOutlinedFilled.js' +export * from './IconWallArtOutlined.js' +export * from './IconWallArtRounded.js' +export * from './IconWallArtRoundedFilled.js' +export * from './IconWallArtSharp.js' +export * from './IconWallArtSharpFilled.js' +export * from './IconWallLampOutlined.js' +export * from './IconWallLampOutlinedFilled.js' +export * from './IconWallLampRoundedFilled.js' +export * from './IconWallLampRounded.js' +export * from './IconWallLampSharpFilled.js' +export * from './IconWallLampSharp.js' +export * from './IconWalletOutlined.js' +export * from './IconWalletOutlinedFilled.js' +export * from './IconWalletRoundedFilled.js' +export * from './IconWalletRounded.js' +export * from './IconWalletSharp.js' +export * from './IconWalletSharpFilled.js' +export * from './IconWallpaperOutlined.js' +export * from './IconWallpaperOutlinedFilled.js' +export * from './IconWallpaperRoundedFilled.js' +export * from './IconWallpaperRounded.js' +export * from './IconWallpaperSharp.js' +export * from './IconWallpaperSharpFilled.js' +export * from './IconWallpaperSlideshowOutlined.js' +export * from './IconWallpaperSlideshowOutlinedFilled.js' +export * from './IconWallpaperSlideshowRoundedFilled.js' +export * from './IconWallpaperSlideshowRounded.js' +export * from './IconWallpaperSlideshowSharpFilled.js' +export * from './IconWallpaperSlideshowSharp.js' +export * from './IconWardOutlinedFilled.js' +export * from './IconWardOutlined.js' +export * from './IconWardRounded.js' +export * from './IconWardRoundedFilled.js' +export * from './IconWardSharp.js' +export * from './IconWardSharpFilled.js' +export * from './IconWarehouseOutlinedFilled.js' +export * from './IconWarehouseOutlined.js' +export * from './IconWarehouseRounded.js' +export * from './IconWarehouseRoundedFilled.js' +export * from './IconWarehouseSharp.js' +export * from './IconWarehouseSharpFilled.js' +export * from './IconWarningOutlinedFilled.js' +export * from './IconWarningOutlined.js' +export * from './IconWarningRoundedFilled.js' +export * from './IconWarningRounded.js' +export * from './IconWarningSharp.js' +export * from './IconWarningSharpFilled.js' +export * from './IconWarningOffOutlined.js' +export * from './IconWarningOffOutlinedFilled.js' +export * from './IconWarningOffRounded.js' +export * from './IconWarningOffRoundedFilled.js' +export * from './IconWarningOffSharp.js' +export * from './IconWarningOffSharpFilled.js' +export * from './IconWashOutlinedFilled.js' +export * from './IconWashOutlined.js' +export * from './IconWashRounded.js' +export * from './IconWashRoundedFilled.js' +export * from './IconWashSharpFilled.js' +export * from './IconWashSharp.js' +export * from './IconWatchOutlinedFilled.js' +export * from './IconWatchOutlined.js' +export * from './IconWatchRounded.js' +export * from './IconWatchRoundedFilled.js' +export * from './IconWatchSharp.js' +export * from './IconWatchSharpFilled.js' +export * from './IconWatchButtonPressOutlinedFilled.js' +export * from './IconWatchButtonPressOutlined.js' +export * from './IconWatchButtonPressRoundedFilled.js' +export * from './IconWatchButtonPressRounded.js' +export * from './IconWatchButtonPressSharpFilled.js' +export * from './IconWatchButtonPressSharp.js' +export * from './IconWatchCheckOutlinedFilled.js' +export * from './IconWatchCheckOutlined.js' +export * from './IconWatchCheckRoundedFilled.js' +export * from './IconWatchCheckRounded.js' +export * from './IconWatchCheckSharp.js' +export * from './IconWatchCheckSharpFilled.js' +export * from './IconWatchOffOutlinedFilled.js' +export * from './IconWatchOffOutlined.js' +export * from './IconWatchOffRounded.js' +export * from './IconWatchOffRoundedFilled.js' +export * from './IconWatchOffSharpFilled.js' +export * from './IconWatchOffSharp.js' +export * from './IconWatchScreentimeOutlinedFilled.js' +export * from './IconWatchScreentimeOutlined.js' +export * from './IconWatchScreentimeRoundedFilled.js' +export * from './IconWatchScreentimeRounded.js' +export * from './IconWatchScreentimeSharpFilled.js' +export * from './IconWatchScreentimeSharp.js' +export * from './IconWatchVibrationOutlined.js' +export * from './IconWatchVibrationOutlinedFilled.js' +export * from './IconWatchVibrationRounded.js' +export * from './IconWatchVibrationRoundedFilled.js' +export * from './IconWatchVibrationSharp.js' +export * from './IconWatchVibrationSharpFilled.js' +export * from './IconWatchWakeOutlined.js' +export * from './IconWatchWakeOutlinedFilled.js' +export * from './IconWatchWakeRounded.js' +export * from './IconWatchWakeRoundedFilled.js' +export * from './IconWatchWakeSharpFilled.js' +export * from './IconWatchWakeSharp.js' +export * from './IconWaterOutlined.js' +export * from './IconWaterOutlinedFilled.js' +export * from './IconWaterRoundedFilled.js' +export * from './IconWaterRounded.js' +export * from './IconWaterSharp.js' +export * from './IconWaterSharpFilled.js' +export * from './IconWaterBottleOutlinedFilled.js' +export * from './IconWaterBottleOutlined.js' +export * from './IconWaterBottleRoundedFilled.js' +export * from './IconWaterBottleRounded.js' +export * from './IconWaterBottleSharpFilled.js' +export * from './IconWaterBottleSharp.js' +export * from './IconWaterBottleLargeOutlined.js' +export * from './IconWaterBottleLargeOutlinedFilled.js' +export * from './IconWaterBottleLargeRounded.js' +export * from './IconWaterBottleLargeRoundedFilled.js' +export * from './IconWaterBottleLargeSharpFilled.js' +export * from './IconWaterBottleLargeSharp.js' +export * from './IconWaterDamageOutlinedFilled.js' +export * from './IconWaterDamageOutlined.js' +export * from './IconWaterDamageRounded.js' +export * from './IconWaterDamageRoundedFilled.js' +export * from './IconWaterDamageSharp.js' +export * from './IconWaterDamageSharpFilled.js' +export * from './IconWaterDoOutlined.js' +export * from './IconWaterDoOutlinedFilled.js' +export * from './IconWaterDoRoundedFilled.js' +export * from './IconWaterDoRounded.js' +export * from './IconWaterDoSharp.js' +export * from './IconWaterDoSharpFilled.js' +export * from './IconWaterDropOutlined.js' +export * from './IconWaterDropOutlinedFilled.js' +export * from './IconWaterDropRoundedFilled.js' +export * from './IconWaterDropRounded.js' +export * from './IconWaterDropSharpFilled.js' +export * from './IconWaterDropSharp.js' +export * from './IconWaterEcOutlinedFilled.js' +export * from './IconWaterEcOutlined.js' +export * from './IconWaterEcRoundedFilled.js' +export * from './IconWaterEcRounded.js' +export * from './IconWaterEcSharp.js' +export * from './IconWaterEcSharpFilled.js' +export * from './IconWaterFullOutlinedFilled.js' +export * from './IconWaterFullOutlined.js' +export * from './IconWaterFullRounded.js' +export * from './IconWaterFullRoundedFilled.js' +export * from './IconWaterFullSharp.js' +export * from './IconWaterFullSharpFilled.js' +export * from './IconWaterHeaterOutlined.js' +export * from './IconWaterHeaterOutlinedFilled.js' +export * from './IconWaterHeaterRounded.js' +export * from './IconWaterHeaterRoundedFilled.js' +export * from './IconWaterHeaterSharp.js' +export * from './IconWaterHeaterSharpFilled.js' +export * from './IconWaterLockOutlined.js' +export * from './IconWaterLockOutlinedFilled.js' +export * from './IconWaterLockRounded.js' +export * from './IconWaterLockRoundedFilled.js' +export * from './IconWaterLockSharpFilled.js' +export * from './IconWaterLockSharp.js' +export * from './IconWaterLossOutlinedFilled.js' +export * from './IconWaterLossOutlined.js' +export * from './IconWaterLossRounded.js' +export * from './IconWaterLossRoundedFilled.js' +export * from './IconWaterLossSharpFilled.js' +export * from './IconWaterLossSharp.js' +export * from './IconWaterLuxOutlined.js' +export * from './IconWaterLuxOutlinedFilled.js' +export * from './IconWaterLuxRounded.js' +export * from './IconWaterLuxRoundedFilled.js' +export * from './IconWaterLuxSharp.js' +export * from './IconWaterLuxSharpFilled.js' +export * from './IconWaterMediumOutlinedFilled.js' +export * from './IconWaterMediumOutlined.js' +export * from './IconWaterMediumRoundedFilled.js' +export * from './IconWaterMediumRounded.js' +export * from './IconWaterMediumSharpFilled.js' +export * from './IconWaterMediumSharp.js' +export * from './IconWaterOrpOutlinedFilled.js' +export * from './IconWaterOrpOutlined.js' +export * from './IconWaterOrpRoundedFilled.js' +export * from './IconWaterOrpRounded.js' +export * from './IconWaterOrpSharpFilled.js' +export * from './IconWaterOrpSharp.js' +export * from './IconWaterPhOutlined.js' +export * from './IconWaterPhOutlinedFilled.js' +export * from './IconWaterPhRoundedFilled.js' +export * from './IconWaterPhRounded.js' +export * from './IconWaterPhSharpFilled.js' +export * from './IconWaterPhSharp.js' +export * from './IconWaterPumpOutlinedFilled.js' +export * from './IconWaterPumpOutlined.js' +export * from './IconWaterPumpRoundedFilled.js' +export * from './IconWaterPumpRounded.js' +export * from './IconWaterPumpSharpFilled.js' +export * from './IconWaterPumpSharp.js' +export * from './IconWaterVocOutlined.js' +export * from './IconWaterVocOutlinedFilled.js' +export * from './IconWaterVocRounded.js' +export * from './IconWaterVocRoundedFilled.js' +export * from './IconWaterVocSharp.js' +export * from './IconWaterVocSharpFilled.js' +export * from './IconWaterfallChartOutlined.js' +export * from './IconWaterfallChartOutlinedFilled.js' +export * from './IconWaterfallChartRounded.js' +export * from './IconWaterfallChartRoundedFilled.js' +export * from './IconWaterfallChartSharp.js' +export * from './IconWaterfallChartSharpFilled.js' +export * from './IconWavesOutlined.js' +export * from './IconWavesOutlinedFilled.js' +export * from './IconWavesRoundedFilled.js' +export * from './IconWavesRounded.js' +export * from './IconWavesSharp.js' +export * from './IconWavesSharpFilled.js' +export * from './IconWavingHandOutlinedFilled.js' +export * from './IconWavingHandOutlined.js' +export * from './IconWavingHandRoundedFilled.js' +export * from './IconWavingHandRounded.js' +export * from './IconWavingHandSharpFilled.js' +export * from './IconWavingHandSharp.js' +export * from './IconWbAutoOutlined.js' +export * from './IconWbAutoOutlinedFilled.js' +export * from './IconWbAutoRounded.js' +export * from './IconWbAutoRoundedFilled.js' +export * from './IconWbAutoSharp.js' +export * from './IconWbAutoSharpFilled.js' +export * from './IconWbIncandescentOutlinedFilled.js' +export * from './IconWbIncandescentOutlined.js' +export * from './IconWbIncandescentRounded.js' +export * from './IconWbIncandescentRoundedFilled.js' +export * from './IconWbIncandescentSharpFilled.js' +export * from './IconWbIncandescentSharp.js' +export * from './IconWbIridescentOutlinedFilled.js' +export * from './IconWbIridescentOutlined.js' +export * from './IconWbIridescentRoundedFilled.js' +export * from './IconWbIridescentRounded.js' +export * from './IconWbIridescentSharp.js' +export * from './IconWbIridescentSharpFilled.js' +export * from './IconWbShadeOutlined.js' +export * from './IconWbShadeOutlinedFilled.js' +export * from './IconWbShadeRounded.js' +export * from './IconWbShadeRoundedFilled.js' +export * from './IconWbShadeSharp.js' +export * from './IconWbShadeSharpFilled.js' +export * from './IconWbSunnyOutlinedFilled.js' +export * from './IconWbSunnyOutlined.js' +export * from './IconWbSunnyRoundedFilled.js' +export * from './IconWbSunnyRounded.js' +export * from './IconWbSunnySharp.js' +export * from './IconWbSunnySharpFilled.js' +export * from './IconWbTwilightOutlinedFilled.js' +export * from './IconWbTwilightOutlined.js' +export * from './IconWbTwilightRounded.js' +export * from './IconWbTwilightRoundedFilled.js' +export * from './IconWbTwilightSharpFilled.js' +export * from './IconWbTwilightSharp.js' +export * from './IconWcOutlined.js' +export * from './IconWcOutlinedFilled.js' +export * from './IconWcRounded.js' +export * from './IconWcRoundedFilled.js' +export * from './IconWcSharpFilled.js' +export * from './IconWcSharp.js' +export * from './IconWeatherHailOutlinedFilled.js' +export * from './IconWeatherHailOutlined.js' +export * from './IconWeatherHailRoundedFilled.js' +export * from './IconWeatherHailRounded.js' +export * from './IconWeatherHailSharpFilled.js' +export * from './IconWeatherHailSharp.js' +export * from './IconWeatherMixOutlinedFilled.js' +export * from './IconWeatherMixOutlined.js' +export * from './IconWeatherMixRounded.js' +export * from './IconWeatherMixRoundedFilled.js' +export * from './IconWeatherMixSharpFilled.js' +export * from './IconWeatherMixSharp.js' +export * from './IconWeatherSnowyOutlinedFilled.js' +export * from './IconWeatherSnowyOutlined.js' +export * from './IconWeatherSnowyRoundedFilled.js' +export * from './IconWeatherSnowyRounded.js' +export * from './IconWeatherSnowySharp.js' +export * from './IconWeatherSnowySharpFilled.js' +export * from './IconWebOutlined.js' +export * from './IconWebOutlinedFilled.js' +export * from './IconWebRounded.js' +export * from './IconWebRoundedFilled.js' +export * from './IconWebSharpFilled.js' +export * from './IconWebSharp.js' +export * from './IconWebAssetOutlinedFilled.js' +export * from './IconWebAssetOutlined.js' +export * from './IconWebAssetRounded.js' +export * from './IconWebAssetRoundedFilled.js' +export * from './IconWebAssetSharpFilled.js' +export * from './IconWebAssetSharp.js' +export * from './IconWebAssetOffOutlined.js' +export * from './IconWebAssetOffOutlinedFilled.js' +export * from './IconWebAssetOffRounded.js' +export * from './IconWebAssetOffRoundedFilled.js' +export * from './IconWebAssetOffSharp.js' +export * from './IconWebAssetOffSharpFilled.js' +export * from './IconWebStoriesOutlinedFilled.js' +export * from './IconWebStoriesOutlined.js' +export * from './IconWebStoriesRounded.js' +export * from './IconWebStoriesRoundedFilled.js' +export * from './IconWebStoriesSharp.js' +export * from './IconWebStoriesSharpFilled.js' +export * from './IconWebTrafficOutlined.js' +export * from './IconWebTrafficOutlinedFilled.js' +export * from './IconWebTrafficRoundedFilled.js' +export * from './IconWebTrafficRounded.js' +export * from './IconWebTrafficSharp.js' +export * from './IconWebTrafficSharpFilled.js' +export * from './IconWebhookOutlinedFilled.js' +export * from './IconWebhookOutlined.js' +export * from './IconWebhookRounded.js' +export * from './IconWebhookRoundedFilled.js' +export * from './IconWebhookSharpFilled.js' +export * from './IconWebhookSharp.js' +export * from './IconWeekendOutlinedFilled.js' +export * from './IconWeekendOutlined.js' +export * from './IconWeekendRounded.js' +export * from './IconWeekendRoundedFilled.js' +export * from './IconWeekendSharpFilled.js' +export * from './IconWeekendSharp.js' +export * from './IconWeightOutlinedFilled.js' +export * from './IconWeightOutlined.js' +export * from './IconWeightRoundedFilled.js' +export * from './IconWeightRounded.js' +export * from './IconWeightSharpFilled.js' +export * from './IconWeightSharp.js' +export * from './IconWestOutlined.js' +export * from './IconWestOutlinedFilled.js' +export * from './IconWestRoundedFilled.js' +export * from './IconWestRounded.js' +export * from './IconWestSharp.js' +export * from './IconWestSharpFilled.js' +export * from './IconWhatshotOutlined.js' +export * from './IconWhatshotOutlinedFilled.js' +export * from './IconWhatshotRounded.js' +export * from './IconWhatshotRoundedFilled.js' +export * from './IconWhatshotSharp.js' +export * from './IconWhatshotSharpFilled.js' +export * from './IconWheelchairPickupOutlinedFilled.js' +export * from './IconWheelchairPickupOutlined.js' +export * from './IconWheelchairPickupRoundedFilled.js' +export * from './IconWheelchairPickupRounded.js' +export * from './IconWheelchairPickupSharp.js' +export * from './IconWheelchairPickupSharpFilled.js' +export * from './IconWhereToVoteOutlined.js' +export * from './IconWhereToVoteOutlinedFilled.js' +export * from './IconWhereToVoteRoundedFilled.js' +export * from './IconWhereToVoteRounded.js' +export * from './IconWhereToVoteSharp.js' +export * from './IconWhereToVoteSharpFilled.js' +export * from './IconWidgetsOutlined.js' +export * from './IconWidgetsOutlinedFilled.js' +export * from './IconWidgetsRounded.js' +export * from './IconWidgetsRoundedFilled.js' +export * from './IconWidgetsSharpFilled.js' +export * from './IconWidgetsSharp.js' +export * from './IconWidthOutlined.js' +export * from './IconWidthOutlinedFilled.js' +export * from './IconWidthRounded.js' +export * from './IconWidthRoundedFilled.js' +export * from './IconWidthSharpFilled.js' +export * from './IconWidthSharp.js' +export * from './IconWidthFullOutlined.js' +export * from './IconWidthFullOutlinedFilled.js' +export * from './IconWidthFullRounded.js' +export * from './IconWidthFullRoundedFilled.js' +export * from './IconWidthFullSharp.js' +export * from './IconWidthFullSharpFilled.js' +export * from './IconWidthNormalOutlined.js' +export * from './IconWidthNormalOutlinedFilled.js' +export * from './IconWidthNormalRoundedFilled.js' +export * from './IconWidthNormalRounded.js' +export * from './IconWidthNormalSharpFilled.js' +export * from './IconWidthNormalSharp.js' +export * from './IconWidthWideOutlined.js' +export * from './IconWidthWideOutlinedFilled.js' +export * from './IconWidthWideRoundedFilled.js' +export * from './IconWidthWideRounded.js' +export * from './IconWidthWideSharp.js' +export * from './IconWidthWideSharpFilled.js' +export * from './IconWifiOutlinedFilled.js' +export * from './IconWifiOutlined.js' +export * from './IconWifiRoundedFilled.js' +export * from './IconWifiRounded.js' +export * from './IconWifiSharp.js' +export * from './IconWifiSharpFilled.js' +export * from './IconWifi1BarOutlinedFilled.js' +export * from './IconWifi1BarOutlined.js' +export * from './IconWifi1BarRounded.js' +export * from './IconWifi1BarRoundedFilled.js' +export * from './IconWifi1BarSharp.js' +export * from './IconWifi1BarSharpFilled.js' +export * from './IconWifi2BarOutlinedFilled.js' +export * from './IconWifi2BarRounded.js' +export * from './IconWifi2BarRoundedFilled.js' +export * from './IconWifi2BarSharpFilled.js' +export * from './IconWifi2BarSharp.js' +export * from './IconWifiAddOutlinedFilled.js' +export * from './IconWifiAddOutlined.js' +export * from './IconWifiAddRoundedFilled.js' +export * from './IconWifiAddRounded.js' +export * from './IconWifiAddSharp.js' +export * from './IconWifiAddSharpFilled.js' +export * from './IconWifiCallingOutlinedFilled.js' +export * from './IconWifiCallingOutlined.js' +export * from './IconWifiCallingRounded.js' +export * from './IconWifiCallingRoundedFilled.js' +export * from './IconWifiCallingSharpFilled.js' +export * from './IconWifiCallingSharp.js' +export * from './IconWifiCallingBar1Outlined.js' +export * from './IconWifiCallingBar1OutlinedFilled.js' +export * from './IconWifiCallingBar1Rounded.js' +export * from './IconWifiCallingBar1RoundedFilled.js' +export * from './IconWifiCallingBar1Sharp.js' +export * from './IconWifiCallingBar1SharpFilled.js' +export * from './IconWifiCallingBar2Outlined.js' +export * from './IconWifiCallingBar2OutlinedFilled.js' +export * from './IconWifiCallingBar2RoundedFilled.js' +export * from './IconWifiCallingBar2Rounded.js' +export * from './IconWifiCallingBar2SharpFilled.js' +export * from './IconWifiCallingBar2Sharp.js' +export * from './IconWifiCallingBar3Outlined.js' +export * from './IconWifiCallingBar3OutlinedFilled.js' +export * from './IconWifiCallingBar3RoundedFilled.js' +export * from './IconWifiCallingBar3Rounded.js' +export * from './IconWifiCallingBar3Sharp.js' +export * from './IconWifiCallingBar3SharpFilled.js' +export * from './IconWifiChannelOutlined.js' +export * from './IconWifiChannelOutlinedFilled.js' +export * from './IconWifiChannelRoundedFilled.js' +export * from './IconWifiChannelRounded.js' +export * from './IconWifiChannelSharpFilled.js' +export * from './IconWifiChannelSharp.js' +export * from './IconWifiFindOutlined.js' +export * from './IconWifiFindOutlinedFilled.js' +export * from './IconWifiFindRoundedFilled.js' +export * from './IconWifiFindRounded.js' +export * from './IconWifiFindSharp.js' +export * from './IconWifiFindSharpFilled.js' +export * from './IconWifiHomeOutlinedFilled.js' +export * from './IconWifiHomeOutlined.js' +export * from './IconWifiHomeRoundedFilled.js' +export * from './IconWifiHomeRounded.js' +export * from './IconWifiHomeSharpFilled.js' +export * from './IconWifiHomeSharp.js' +export * from './IconWifiLockOutlined.js' +export * from './IconWifiLockOutlinedFilled.js' +export * from './IconWifiLockRounded.js' +export * from './IconWifiLockRoundedFilled.js' +export * from './IconWifiLockSharp.js' +export * from './IconWifiLockSharpFilled.js' +export * from './IconWifiNotificationOutlinedFilled.js' +export * from './IconWifiNotificationOutlined.js' +export * from './IconWifiNotificationRounded.js' +export * from './IconWifiNotificationRoundedFilled.js' +export * from './IconWifiNotificationSharp.js' +export * from './IconWifiNotificationSharpFilled.js' +export * from './IconWifiOffOutlined.js' +export * from './IconWifiOffOutlinedFilled.js' +export * from './IconWifiOffRounded.js' +export * from './IconWifiOffRoundedFilled.js' +export * from './IconWifiOffSharp.js' +export * from './IconWifiOffSharpFilled.js' +export * from './IconWifiPasswordOutlined.js' +export * from './IconWifiPasswordOutlinedFilled.js' +export * from './IconWifiPasswordRounded.js' +export * from './IconWifiPasswordRoundedFilled.js' +export * from './IconWifiPasswordSharpFilled.js' +export * from './IconWifiPasswordSharp.js' +export * from './IconWifiProtectedSetupOutlinedFilled.js' +export * from './IconWifiProtectedSetupOutlined.js' +export * from './IconWifiProtectedSetupRoundedFilled.js' +export * from './IconWifiProtectedSetupRounded.js' +export * from './IconWifiProtectedSetupSharp.js' +export * from './IconWifiProtectedSetupSharpFilled.js' +export * from './IconWifiProxyOutlined.js' +export * from './IconWifiProxyOutlinedFilled.js' +export * from './IconWifiProxyRounded.js' +export * from './IconWifiProxyRoundedFilled.js' +export * from './IconWifiProxySharp.js' +export * from './IconWifiProxySharpFilled.js' +export * from './IconWifiTetheringOutlinedFilled.js' +export * from './IconWifiTetheringOutlined.js' +export * from './IconWifiTetheringRoundedFilled.js' +export * from './IconWifiTetheringRounded.js' +export * from './IconWifiTetheringSharp.js' +export * from './IconWifiTetheringSharpFilled.js' +export * from './IconWifiTetheringErrorOutlined.js' +export * from './IconWifiTetheringErrorOutlinedFilled.js' +export * from './IconWifiTetheringErrorRoundedFilled.js' +export * from './IconWifiTetheringErrorRounded.js' +export * from './IconWifiTetheringErrorSharpFilled.js' +export * from './IconWifiTetheringErrorSharp.js' +export * from './IconWifiTetheringOffOutlinedFilled.js' +export * from './IconWifiTetheringOffOutlined.js' +export * from './IconWifiTetheringOffRounded.js' +export * from './IconWifiTetheringOffRoundedFilled.js' +export * from './IconWifiTetheringOffSharpFilled.js' +export * from './IconWifiTetheringOffSharp.js' +export * from './IconWindPowerOutlinedFilled.js' +export * from './IconWindPowerOutlined.js' +export * from './IconWindPowerRoundedFilled.js' +export * from './IconWindPowerRounded.js' +export * from './IconWindPowerSharp.js' +export * from './IconWindPowerSharpFilled.js' +export * from './IconWindowOutlinedFilled.js' +export * from './IconWindowOutlined.js' +export * from './IconWindowRoundedFilled.js' +export * from './IconWindowRounded.js' +export * from './IconWindowSharp.js' +export * from './IconWindowSharpFilled.js' +export * from './IconWindowClosedOutlined.js' +export * from './IconWindowClosedOutlinedFilled.js' +export * from './IconWindowClosedRounded.js' +export * from './IconWindowClosedRoundedFilled.js' +export * from './IconWindowClosedSharp.js' +export * from './IconWindowClosedSharpFilled.js' +export * from './IconWindowOpenOutlinedFilled.js' +export * from './IconWindowOpenOutlined.js' +export * from './IconWindowOpenRounded.js' +export * from './IconWindowOpenRoundedFilled.js' +export * from './IconWindowOpenSharpFilled.js' +export * from './IconWindowOpenSharp.js' +export * from './IconWindowSensorOutlinedFilled.js' +export * from './IconWindowSensorOutlined.js' +export * from './IconWindowSensorRoundedFilled.js' +export * from './IconWindowSensorRounded.js' +export * from './IconWindowSensorSharpFilled.js' +export * from './IconWindowSensorSharp.js' +export * from './IconWineBarOutlinedFilled.js' +export * from './IconWineBarOutlined.js' +export * from './IconWineBarRounded.js' +export * from './IconWineBarRoundedFilled.js' +export * from './IconWineBarSharpFilled.js' +export * from './IconWineBarSharp.js' +export * from './IconWomanOutlinedFilled.js' +export * from './IconWomanOutlined.js' +export * from './IconWomanRounded.js' +export * from './IconWomanRoundedFilled.js' +export * from './IconWomanSharp.js' +export * from './IconWomanSharpFilled.js' +export * from './IconWoman2Outlined.js' +export * from './IconWoman2OutlinedFilled.js' +export * from './IconWoman2Rounded.js' +export * from './IconWoman2RoundedFilled.js' +export * from './IconWoman2Sharp.js' +export * from './IconWoman2SharpFilled.js' +export * from './IconWorkOutlinedFilled.js' +export * from './IconWorkOutlined.js' +export * from './IconWorkRoundedFilled.js' +export * from './IconWorkRounded.js' +export * from './IconWorkSharpFilled.js' +export * from './IconWorkSharp.js' +export * from './IconWorkAlertOutlinedFilled.js' +export * from './IconWorkAlertOutlined.js' +export * from './IconWorkAlertRounded.js' +export * from './IconWorkAlertRoundedFilled.js' +export * from './IconWorkAlertSharp.js' +export * from './IconWorkAlertSharpFilled.js' +export * from './IconWorkHistoryOutlined.js' +export * from './IconWorkHistoryOutlinedFilled.js' +export * from './IconWorkHistoryRoundedFilled.js' +export * from './IconWorkHistoryRounded.js' +export * from './IconWorkHistorySharp.js' +export * from './IconWorkHistorySharpFilled.js' +export * from './IconWorkUpdateOutlined.js' +export * from './IconWorkUpdateOutlinedFilled.js' +export * from './IconWorkUpdateRoundedFilled.js' +export * from './IconWorkUpdateRounded.js' +export * from './IconWorkUpdateSharp.js' +export * from './IconWorkUpdateSharpFilled.js' +export * from './IconWorkspacePremiumOutlinedFilled.js' +export * from './IconWorkspacePremiumOutlined.js' +export * from './IconWorkspacePremiumRoundedFilled.js' +export * from './IconWorkspacePremiumRounded.js' +export * from './IconWorkspacePremiumSharp.js' +export * from './IconWorkspacePremiumSharpFilled.js' +export * from './IconWorkspacesOutlinedFilled.js' +export * from './IconWorkspacesOutlined.js' +export * from './IconWorkspacesRoundedFilled.js' +export * from './IconWorkspacesRounded.js' +export * from './IconWorkspacesSharp.js' +export * from './IconWorkspacesSharpFilled.js' +export * from './IconWoundsInjuriesOutlined.js' +export * from './IconWoundsInjuriesOutlinedFilled.js' +export * from './IconWoundsInjuriesRoundedFilled.js' +export * from './IconWoundsInjuriesRounded.js' +export * from './IconWoundsInjuriesSharp.js' +export * from './IconWoundsInjuriesSharpFilled.js' +export * from './IconWrapTextOutlined.js' +export * from './IconWrapTextOutlinedFilled.js' +export * from './IconWrapTextRounded.js' +export * from './IconWrapTextRoundedFilled.js' +export * from './IconWrapTextSharp.js' +export * from './IconWrapTextSharpFilled.js' +export * from './IconWristOutlined.js' +export * from './IconWristOutlinedFilled.js' +export * from './IconWristRoundedFilled.js' +export * from './IconWristRounded.js' +export * from './IconWristSharpFilled.js' +export * from './IconWristSharp.js' +export * from './IconWrongLocationOutlinedFilled.js' +export * from './IconWrongLocationOutlined.js' +export * from './IconWrongLocationRounded.js' +export * from './IconWrongLocationRoundedFilled.js' +export * from './IconWrongLocationSharpFilled.js' +export * from './IconWrongLocationSharp.js' +export * from './IconWysiwygOutlined.js' +export * from './IconWysiwygOutlinedFilled.js' +export * from './IconWysiwygRounded.js' +export * from './IconWysiwygRoundedFilled.js' +export * from './IconWysiwygSharp.js' +export * from './IconWysiwygSharpFilled.js' +export * from './IconYardOutlined.js' +export * from './IconYardOutlinedFilled.js' +export * from './IconYardRounded.js' +export * from './IconYardRoundedFilled.js' +export * from './IconYardSharp.js' +export * from './IconYardSharpFilled.js' +export * from './IconYourTripsOutlinedFilled.js' +export * from './IconYourTripsOutlined.js' +export * from './IconYourTripsRoundedFilled.js' +export * from './IconYourTripsRounded.js' +export * from './IconYourTripsSharpFilled.js' +export * from './IconYourTripsSharp.js' +export * from './IconYoutubeActivityOutlinedFilled.js' +export * from './IconYoutubeActivityOutlined.js' +export * from './IconYoutubeActivityRounded.js' +export * from './IconYoutubeActivityRoundedFilled.js' +export * from './IconYoutubeActivitySharp.js' +export * from './IconYoutubeActivitySharpFilled.js' +export * from './IconYoutubeSearchedForOutlined.js' +export * from './IconYoutubeSearchedForOutlinedFilled.js' +export * from './IconYoutubeSearchedForRounded.js' +export * from './IconYoutubeSearchedForRoundedFilled.js' +export * from './IconYoutubeSearchedForSharpFilled.js' +export * from './IconYoutubeSearchedForSharp.js' +export * from './IconZonePersonAlertOutlined.js' +export * from './IconZonePersonAlertOutlinedFilled.js' +export * from './IconZonePersonAlertRoundedFilled.js' +export * from './IconZonePersonAlertRounded.js' +export * from './IconZonePersonAlertSharpFilled.js' +export * from './IconZonePersonAlertSharp.js' +export * from './IconZonePersonIdleOutlined.js' +export * from './IconZonePersonIdleOutlinedFilled.js' +export * from './IconZonePersonIdleRounded.js' +export * from './IconZonePersonIdleRoundedFilled.js' +export * from './IconZonePersonIdleSharpFilled.js' +export * from './IconZonePersonIdleSharp.js' +export * from './IconZonePersonUrgentOutlinedFilled.js' +export * from './IconZonePersonUrgentOutlined.js' +export * from './IconZonePersonUrgentRounded.js' +export * from './IconZonePersonUrgentRoundedFilled.js' +export * from './IconZonePersonUrgentSharp.js' +export * from './IconZonePersonUrgentSharpFilled.js' +export * from './IconZoomInOutlined.js' +export * from './IconZoomInOutlinedFilled.js' +export * from './IconZoomInRounded.js' +export * from './IconZoomInRoundedFilled.js' +export * from './IconZoomInSharpFilled.js' +export * from './IconZoomInSharp.js' +export * from './IconZoomInMapOutlined.js' +export * from './IconZoomInMapOutlinedFilled.js' +export * from './IconZoomInMapRounded.js' +export * from './IconZoomInMapRoundedFilled.js' +export * from './IconZoomInMapSharpFilled.js' +export * from './IconZoomInMapSharp.js' +export * from './IconZoomOutOutlinedFilled.js' +export * from './IconZoomOutOutlined.js' +export * from './IconZoomOutRoundedFilled.js' +export * from './IconZoomOutRounded.js' +export * from './IconZoomOutSharp.js' +export * from './IconZoomOutSharpFilled.js' +export * from './IconZoomOutMapOutlined.js' +export * from './IconZoomOutMapOutlinedFilled.js' +export * from './IconZoomOutMapRoundedFilled.js' +export * from './IconZoomOutMapRounded.js' +export * from './IconZoomOutMapSharpFilled.js' +export * from './IconZoomOutMapSharp.js'